/* New Style */

@import "style.css";

/* Start Welcome page Css*/

.form-dsy {
    z-index: 1;
}

.form-dsy:before {
    content: "";
    position: fixed;
    z-index: -1;
    background-image: url(../image/bkgd.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.08;
    filter: alpha(opacity=40);
    height: 100%;
    width: 100%;
}
.error{
    color: #c00;
    position: relative;
}

.header {
    position: relative;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 15;
    background: #ffffff;
    padding: 1.4rem 0 1rem;
    min-height: 160px;
}

.header.home {
    min-height: 125px;
}

.header_logo {
    height: 74px;
    padding: 10px;
    display: inline-block;
}

.grid-header {
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: .9375rem;
    padding-left: .9375rem;
}

.container-fluid {
    max-width: 75rem;
    padding-right: 15px;
    position: relative;
    z-index: 2;
    top: 0;
    z-index: 12;
    /*padding-right: 2.9375rem;
    padding-left: 2.9375rem;*/
}

.wc-lbd {
    font-size: 40px;
    margin-top: 4%;
    color: #485865;
    font-weight: 400;
    margin-bottom: 2%;
}

.wc-lbnl {
    font-size: 30px;
    color: #485865;
    margin-top: 2%;
    margin-bottom: 2%;
    font-weight: 300;
}

li {
    font-size: 15px;
    font-weight: 300;
    color: #485865;
    margin-bottom: 2px;
}

ul {
    padding-left: 2px;
    list-style: none;
}

.show_error {
    float: right !important;
    padding: 2px !important;
    color: #DA1B35;
    font-size: 0.9em !important;
    font-weight: 600;
}

.mg-tl {
    margin-top: 4%;
    margin-bottom: 4%;
}

.ftr-pd {
    padding-bottom: 1% !important;
    padding-top: 5% !important;
}

.ft-lb {
    font-size: 14px;
    color: #94989b;
    font-weight: 300;
}

.ft-lb a {
    color: #94989b;
}

.ft-lb a:hover {
    color: #94989b;
    text-decoration: underline;
}


/*End of welcome page Css*/

.nav-header {
    background-color: #ffffff;
    color: #3D4D5A;
    min-height: 100%;
}

.nav-tab {
    position: relative;
    height: 36px !important;
}

ul.nav-tabs {
    margin: 0px auto;
    border-color: #3D4D5A;
    background-color: #3D4D5A;
    display: flex;
    justify-content: space-around;
    max-width: 73.2rem;
}

.nav-header h3>ul.nav-tabs li>a {
    padding: 0px 7px;
}

.li-cs {
    padding: 7px 10px 0px 2px !important;
    border-color: #ffffff !important;
    font-size: 16px;
}

.li-us {
    padding: 10px 5px 10px 5px !important;
    font-size: 15px;
    border-right: solid 1px #ffffff;
    margin: 0;
    width: 20%;
    text-align: center;
    color: #fff;
}

.nav .li-us a {
    color: #ffffff;
    white-space: nowrap;
}

.li-us:last-child {
    border: none;
}

.li-us i {
    color: #ffffff;
    font-size: 12px; 
}

a {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.nav-body {
    padding: 15px 10px;
    max-width: 1010px;
    margin: 0 auto;
}

.lb-hd {
    FONT-WEIGHT: 200;
    font-size: 24px;
    color: #485865;
}

.mg-tb {
    margin-top: 0.5%;
    margin-bottom: 5%;
}

.form-control {
    height: 65px;
    border-color: #A7BCCE;
    color: #485865;
}

.li-us i {
    background-color: #585e63;
    padding: 7px;
    border-radius: 22px;
}

#sdmem,
#rmdet {
    width: 1rem;
    height: 1rem;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: 1px;
    border-color: #485865;
}

input:focus {
    box-shadow: none !important;
}

ul.lf {
    margin-bottom: 25px;
}
#upload_img .info-block.error-block{
    border-color: #ff0400;
    background: #f3eaed;
    font-size: 16px;
}
#ticketimageDiv .info-block.error-block{
    border-color: #ff0400;
    background: #f3eaed;
    font-size: 16px;
}

/* Start Media Query for Welcome Page of Mobile View Only*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) and (-webkit-min-device-pixel-ratio: 2) {
    /* Start Welcome Page of Mobile View Only*/
    /* .mg-lf
    {
        margin-left: 18%;
    } */
    /* .wth
    {
        width: 60% !important;
    } */
    /* .lf
    {
        margin-left: 24% !important;
    } */
    /* .ml
    {
        margin-left: 30% !important;
    } */
    .tx-ct {
        text-align: center !important;
    }
    /* End Welcome Page of Mobile View Only*/
    .mx-wth {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}
.history-login{
    margin-top: -10px;
    margin-left: 4rem;
}
@media screen and (max-width: 600px) {
    .lb-hd {
        font-size: 16px;
        margin-bottom: 25px;
    }
}


/* End Media Query for Mobile View Only*/