﻿

input.qas-form-style, select.qas-form-style {
    height: 55px !important;
    border-radius: 0;
    border: 0 !important;
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16); */
    border-bottom: 1px solid #cccccc !important;
}

/* Radio Button Display Process Quotation*/

.custom-radio input[type="radio"] {
    display: none;
}

    .custom-radio input[type="radio"] + label {
        font-size: 12px;
        text-transform: uppercase;
        color: #601d0d;
        cursor: pointer;
    }

        .custom-radio input[type="radio"] + label span {
            display: inline-block;
            width: 12px;
            height: 12px;
            margin: -1px 2px 0 0;
            vertical-align: middle;
            cursor: pointer;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        /* The trick: border creates same look as the radio button usually have */
        /* remove it to see what happens */
        .custom-radio input[type="radio"] + label span {
            background-color: #c4c4c4; /* have to be of the same color */
            border: 2px solid #c4c4c4; /* have to be of the same color */
        }

    /* Checked state for radio */
    .custom-radio input[type="radio"]:checked + label span {
        background-color: #611906;
    }


/* Radio Button for TEchnical Are */

.technical-radio input[type="radio"] {
    display: none;
}

    .technical-radio input[type="radio"] + label {
        font-size: 12px;
        text-transform: uppercase;
        color: #601d0d;
        cursor: pointer;
    }
.header_scheduler{
    color:black;
    font-weight:500;
}

.nav-tabs {
    border-bottom: 2px solid #FFA726 !important;
}

/*.nav-tabs a, button {
    color: #efeaea !important;
}*/

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555 !important;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}


.navs_menu {
    background-color: #36393C !important;

}

.technical-radio input[type="radio"] + label span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: -1px 2px 0 0;
    vertical-align: middle;
    cursor: pointer;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

        /* The trick: border creates same look as the radio button usually have */
        /* remove it to see what happens */
        .technical-radio input[type="radio"] + label span {
            background-color: #c4c4c4; /* have to be of the same color */
            border: 2px solid #c4c4c4; /* have to be of the same color */
        }

    /* Checked state for radio */
    .technical-radio input[type="radio"]:checked + label span {
        background-color: #611906;
    }

input[type="radio"] {
    margin-top: -1px;
    vertical-align: middle;
}

p {
    margin: 0;
}

#img1 {
    position: relative;
    right: -1.3em;
    top: 5.2em;
    transform: rotate(-40deg);
}

#img2 {
    position: relative;
    left: -3em;
}

#img3 {
    position: absolute;
    left: 5px;
}

#header_nav {
    background-color: #36393C !important;
    color: white;
}

.card-header {
    background-color: #0D8AA8 !important;
    color: white;
}

.schedule_div {
    background-color: #F2F7F9 !important;
}

    .schedule_div h4 {
        color: #7de3cb;
    }

.side_nav {
    background-color: #36393C;
    margin-top: 5px;
}

#main_div {
    background-color: #F1F2F7;
}

.label_css {
    font-weight: 400;
}

.modify_text {
    width: 100%;
    border-radius: 0;
    border: 0 !important;
    /* box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16); */
    border-bottom: 1px solid #cccccc !important;
}

.test {
    background-color: black;
}



#ajax-load {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1003;
    background-color: #828793;
    opacity: 0.5;
}

    #ajax-load img {
        position: relative;
        left: 50%;
        bottom: -150px;
    }

.media {
    max-width: 500px;
}

.multi-menu li {
    position: relative;
    padding: 5px 10px;
    margin-top: 1px;
    color: black;
}

.label_css {
    color: white;
}

input[type=checkbox], input[type=radio] {
    position: relative;
    top: 3px !important;
    margin-right: 5px;
}

#side_customerinfo {
    line-height: 1.8;
}

select {
    font: 400 12px/1.3 "Helvetica Neue", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #596139;
    line-height: 1;
    outline: 0;
    color: #29272e;
    border-color: #845d71;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: 3px;
    background: linear-gradient(#947384, #533848) no-repeat, linear-gradient(-135deg, rgba(255,255,255,0) 50%, white 50%) no-repeat, linear-gradient(-225deg, rgba(255,255,255,0) 50%, white 50%) no-repeat, linear-gradient(#d71877, #573f4b) no-repeat;
    background-color: white;
    background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
    background-position: right 20px center, right bottom, right bottom, right bottom;
}
