﻿.menuPublicTable a {
    color: white !important;
}

.errQs {
    /*font-size: 24px;*/
    color: red;
    display: block;
    text-align: center;
}

.detCont {
    width: 50%;
    margin: 0 auto;
}


    .detCont span {
        display: block;
        width: 100%;
        margin: 5px 0;
        text-align: left;
    }

    .detCont input[type=text] {
        background-color: white !important;
        font-size: 16px;
        height: 45px;
        box-sizing: border-box;
    }

.codeGroup {
    display: flex;
    justify-content: space-between;
    width: 50%;
    margin: 0 auto 20px;
}

    .codeGroup input {
        max-width: 30%;
        text-align: center;
        font-weight: 600;
        font-size: 20px !important;
    }

.dateGroup, .infoGroup {
    display: flex;
    width: 80%;
    justify-content: space-between;
    margin: 20px auto;
}
.infoGroup {
    width: 100%;
}

    .dateGroup div, .infoGroup div {
        width: 48%;
        display: inline-block;
        text-align: right;
    }

        .dateGroup div:last-child, .infoGroup div:last-child {
            text-align: left;
        }

    .dateGroup input, .infoGroup input {
        width: 100%;
        text-align: left;
    }
/*
    .infoGroup input {
        width: 95%;
    }*/

/*    .dateGroup div:first-child span {
        margin-left: 20%;
    }

    .infoGroup div:first-child span {
        margin-left: 5%;
    }*/

@media screen AND (max-width:800px) {
    .detCont {
        width: 90%;
    }
}

.backButt {
    background-color: #2C60C2 !important;
    color: white !important;
    width: 200px !important;
    margin: 30px auto;
    display: block;
    border: none;
    font-weight: 600 !important;
}

    .backButt:hover {
        background-color: #033289 !important;
    }

.backYellButt {
    background-color: #FFB300 !important;
    color: black !important;
    width: 200px !important;
    margin: 30px auto;
    display: block;
    border: none;
    font-weight: 600 !important;
}

    .backYellButt:hover {
        background-color: #f18909 !important;
    }


.ticketNameCont {
    text-align: center;
    width:90%;
    margin:20px auto;
}

    .ticketNameCont input {
        width: 100%;
    }