﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 14px;
}

.head-border {
    border-bottom: 1px solid #e8e8e8;
}

.float-right {
    float: right;
}

.content-container1 {
    background: #fff !important;
}

.txt-bold {
    font-weight: bold;
}

.login-box {
    width: 100%;
    margin: auto;
    min-height: 565px;
    position: relative;
    background: url(../images/LoginBG.jpg) no-repeat center;
}

.login-snip {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 50px 70px 50px 20px;
    background: rgba(0, 66, 142, .8)
}

    .login-snip h3 {
        font-weight: bold;
        color: #fff;
        font-size: 47px;
        margin-bottom: 20px;
    }


    .login-snip .btn-primary {
        border: 1px solid #fff;
        background: transparent;
        border-radius: 26px;
        font-size: 18px;
        padding: 9px 65px;
        display: inline-block;
        font-weight: 600;
        background-image: none;
    }

        .login-snip .btn-primary:hover, .login-snip .btn-primary:focus, .login-snip .btn-primary:active {
            border-bottom-color: transparent !important;
            border: 1px solid #fff;
            background: transparent !important;
            background-image: none !important;
            padding: 9px 65px;
            text-decoration: none;
            box-shadow: none !important;
        }


    .login-snip .form-group {
        margin-bottom: 15px !important;
    }

    .login-snip .form-control {
        display: block;
        width: 100%;
        font-size: 20px !important;
        font-weight: 600;
        color: #000 !important;
        border: none !important;
        border-radius: 8px;
        outline: none;
        padding: 8px !important;
        height: auto !important;
        background-color: #fff !important;
        opacity: 1;
    }

    .login-snip .form-control {
        outline: none;
    }

.m-t-10 {
    margin-top: 10px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-t-40 {
    margin-top: 40px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-b-80 {
    margin-bottom: 80px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-b-30 {
    margin-bottom: 30px;
}



.dashboard-box {
    height: 506px;
}

    .dashboard-box h3 {
        color: #006bde;
    }

    .dashboard-box a {
        text-decoration: none;
    }

    .dashboard-box .ordertext {
        background: #fff;
        margin: 0px 3px 0px 130px;
        padding: 30px 20px;
        text-align: center;
        color: #0f2438;
        cursor: pointer;
        font-size: 40px;
        font-weight: bold;
        border-radius: 16px;
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        text-decoration: none;
    }

    .dashboard-box .SearchWeb {
        background: #fff;
        margin: 0px 130px 0px 3px;
        padding: 30px 20px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        font-size: 40px;
        font-weight: bold;
        border-radius: 16px;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069da+0,0055b0+100 */
        background: #0069da; /* Old browsers */
        background: -moz-linear-gradient(top, #0069da 0%, #0055b0 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0069da 0%,#0055b0 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0069da 0%,#0055b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069da', endColorstr='#0055b0',GradientType=0 ); /* IE6-9 */
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        text-decoration: none;
    }

.dashboard-bottom {
    width: 100%;
    padding: 30.5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069da+0,004d9f+100 */
    background: #0069da; /* Old browsers */
    background: -moz-linear-gradient(left, #0069da 0%, #004d9f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #0069da 0%,#004d9f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #0069da 0%,#004d9f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069da', endColorstr='#004d9f',GradientType=1 ); /* IE6-9 */
}

.OrderTest-box {
    width: 100%;
    position: relative;
    background: #e4f3f5 url(../images/Order.png) no-repeat;
    background-position-x: 97%;
    height: auto;
}

    .OrderTest-box h3 {
        color: #0f2438 !important;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        padding: 30px;
    }

    .OrderTest-box .form {
        padding-left: 200px;
        padding-right: 200px;
    }

    .OrderTest-box .form-group {
        margin-bottom: 15px;
    }

    .OrderTest-box .form-control {
        border: none;
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
        font-weight: 600;
        border-radius: 6px;
        padding: 8px 15px 8px 15px;
        font-size: 20px !important;
        color: #000;
        height: auto;
    }

        .OrderTest-box .form-control::placeholder {
            color: #c3c3c3;
            opacity: 1;
        }

    .OrderTest-box .btn-default {
        border: 1px solid #7b7b7b;
        background-color: #7b7b7b;
        border-radius: 26px;
        font-size: 18px;
        padding: 5px 50px;
        color: #fff;
        font-weight: 500;
        display: inline-block;
        background-image: none;
    }

        .OrderTest-box .btn-default:hover {
            text-decoration: none !important;
            background-image: none !important;
            border: 1px solid #7b7b7b !important;
            background-color: #7b7b7b !important;
        }

        .OrderTest-box .btn-default:focus {
            text-decoration: none !important;
        }

    .OrderTest-box .btn-primary {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069da+0,004d9f+100 */
        background: #0069da !important; /* Old browsers */
        background: -moz-linear-gradient(left, #0069da 0%, #004d9f 100%) !important; /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #0069da 0%,#004d9f 100%) !important; /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #0069da 0%,#004d9f 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069da', endColorstr='#004d9f',GradientType=1 ) !important; /* IE6-9 */
        border-radius: 26px;
        font-size: 21px;
        padding: 10px 80px !important;
        font-weight: 500;
        color: #fff;
    }

        .OrderTest-box .btn-primary:hover {
            text-decoration: none;
        }

    .OrderTest-box p {
        font-size: 11px;
        font-weight: bold;
    }

.SearchTest-box {
    background: #e4f3f5 url(../Images/SearchIcon1.png) no-repeat;
    background-position-x: 95%;
    height: 505px;
    position:relative;
}

    .SearchTest-box h3 {
        padding: 30px 25px;
        padding-bottom: 0px;
    }

    .SearchTest-box h5 {
        font-size: 24px;
        font-weight: 600;
        margin-top: 5px;
    }

    .SearchTest-box .btn-addlist {
        float: right;
        margin: 24px;
    }

.SearchLab-box .formbtn {
    padding: 0px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 38px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
}

    .slider:before {
        position: absolute;
        content: "";
        height: 28px;
        width: 28px;
        left: 7px;
        bottom: 5px;
        background-color: #e0e0e0;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #fff;
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background: #006bde;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.SearchLab-box p {
    padding: 25px 0px 0px 25px;
    color: #006bde;
    font-size: 11px;
    margin-bottom: 0px;
    font-weight: bold;
}

.SearchLab-box h3 {
    color: #0f2438;
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    padding: 0px 0px 25px 25px;
}

.SearchLab-box .ordertext {
    background: #fff;
    padding: 20px 25px;
    text-align: left;
    color: #0f2438;
    cursor: pointer;
    font-size: 27px;
    font-weight: bold;
    border-radius: 16px;
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    text-decoration: none;
    display: inline-block;
    float: left;
}

.SearchLab-box .SearchWeb {
    display: inline-block;
    margin-left: 40px;
    float: left;
    background: #fff;
    padding: 20px 25px;
    text-align: left;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    font-weight: bold;
    border-radius: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0069da+0,0055b0+100 */
    background: #0069da; /* Old browsers */
    background: -moz-linear-gradient(top, #0069da 0%, #0055b0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0069da 0%,#0055b0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0069da 0%,#0055b0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0069da', endColorstr='#0055b0',GradientType=0 ); /* IE6-9 */

    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.14);
    text-decoration: none;
}

.order-box-L {
    display: inline-block;
    float: left;
    /*font-size: 16px;
    padding: 20px 0px;*/
    width: 100px;
    line-height: 34px;
}

.order-box-R {
    display: inline-block;
    float: right;
    margin-top: 5px;
}

.search-box-L {
    display: inline-block;
    float: left;
    width: 100px;
    line-height: 34px;
}

.search-box-R {
    display: inline-block;
    float: right;
    margin-top: 5px;
    margin-left: 10px;
}




.SearchLab-box {
    padding-top: 10px;
}

    .SearchLab-box lable {
        font-size: 15px;
        font-weight: bold;
    }


    .SearchLab-box table td {
        color: #222;
        font-weight: bold;
    }

.table td, .table th {
    padding: 10px 30px;
    font-size: 14px;
    border: none;
}

.table th {
    padding: 18px 30px;
}


.table-striped tbody tr:nth-of-type(even) {
    background: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #e4f3f5
}

.btn:active, .btn-default:active, .btn.active, .btn-default.active, .open .btn.dropdown-toggle, .open .btn-default.dropdown-toggle {
    border-bottom-color: none !important;
    background-color: #7b7b7b !important;
    color: #fff !important;
    text-decoration: none !important;
}

.theme-default .btn-primary:active, .theme-default .btn-primary.active, .open .theme-default .btn-primary.dropdown-toggle {
    border-bottom-color: none !important;
}

.mme #main-wrapper, #main-wrapper {
    padding-left: 0px !important;
}

.theme-frost #main-menu-bg, .theme-frost .mmc-dropdown-open-ul {
    background: none !important;
    box-shadow: none !important;
    border-right: 0px !important;
}
