ul, ul li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.tlrowlight {
    background-color: #02016c;
    height: 16px;
}

    .tlrowlight:hover {
        background-color: #fced86;
        color: #3f7c3b;
        height: 16px;
    }

.tlrowdark {
    background-color: #bde2e5;
    height: 16px;
}

    .tlrowdark:hover {
        background-color: #fced86;
        color: #3f7c3b;
        height: 16px;
    }

.lblpager {
    border: #3f7c3b 1px solid;
    font-size: 10px;
    color: #3f7c3b;
    background-color: #fced86;
    text-decoration: none;
    text-align: center;
}

.profileAdd {
    position: absolute;
    top: 3px;
    right: 22px;
}

.lnkpager:hover {
    border: #3f7c3b 1px solid;
    font-size: 10px;
    color: #02016c;
    background-color: #bde2e5;
    text-decoration: none;
    text-align: center;
}

.lnkpager {
    border: #3f7c3b 1px solid;
    font-size: 10px;
    color: #02016c;
    /*background-color:#02016c;*/
    text-decoration: none;
    text-align: center;
}

.gridcellpadding {
    padding: 5px;
}

.gridtextboxrightalign {
    text-align: right;
}

.mandatory {
    color: #FF0000;
}


.popupBackground {
    background-color: #999999;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.popup {
    border: 2px solid #3f7c3b;
    z-index: 9999;
    width: 400px;
    height: 580px;
    background-color: #f2f2f2;
    padding: 0px;
}

.popupForm {
    border: 2px solid #3f7c3b;
    z-index: 9999;
    width: 500px;
    background-color: #f2f2f2;
    padding: 0px;
}



.popupMenu {
    border-style: groove;
    padding: 5px;
    position: absolute;
    visibility: hidden;
    background-color: #CC6600;
    opacity: 0.9;
    filter: alpha(opacity=90);
    color: #02016c;
    font-size: 10px;
}


.roomingGroup {
    background-color: #BBDDFF;
    font-weight: bold;
    padding: 2px;
    margin: 2px;
}

.checkboxPos {
    position: absolute;
    right: 28px;
    top: 12px;
}

#navbar-top.navbar-default { /* #efffff - #ffffff */
    font-size: 14px;
    border-radius: 0;
    color: #bbe2ff;
    /*background: rgba(0,0,0,0.9);*/
    background: #30acc4;
    border-color: #30acc4;
}

.navbar-default .navbar-brand {
    /* color: #bbe2ff; */
    border-bottom: 0px;
    width: 500px;
    height: 50px;
    margin: 13px 0 13px 20px;
    text-indent: -9999px;
    background: url(../images/logocu.png) left center no-repeat;
    background-size: contain;
}

    .navbar-default .navbar-brand:hover {
        color: #fff;
    }



/* for product*/
.bodyContent1 {
    padding-top: 50px;
}

.bodyBg {
    background: url('../images/bg3.jpg') center center no-repeat;
    background-size: cover;
    border: 0px;
    overflow: hidden;
    padding-top: 30px;
}

.categoryBox {
    border-radius: 10px 0 10px 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 30px;
    cursor: pointer;
    box-shadow: 0 0px 2px #dddddd;
    background: #fff;
    border: 1px solid #fff;
}

    .categoryBox span {
        display: block;
        text-align: center;
        padding: 10px 0 20px 0;
        background: rgba(0,0,0,0.12);
        border: 7px solid rgba(0,0,0,0.05);
        width: 80px;
        height: 80px;
        line-height: 60px;
        border-radius: 100px;
        margin: 0 auto 18px auto;
    }

        .categoryBox span i {
            font-size: 36px;
        }

    .categoryBox a {
        text-align: center;
        color: #d53fb3;
        display: block;
        font-size: 21px;
        text-decoration: none;
        text-transform: uppercase;
    }

.color1 {
    background: #e55555;
    color: #fff;
}

.color2 {
    background: #eb7454;
    color: #fff;
}

.color3 {
    background: #eca15d;
    color: #fff;
}

.color4 {
    background: #e8c569;
    color: #fff;
}

.color5 {
    background: #53d39a;
    color: #fff;
}

.color6 {
    background: #4fc2d5;
    color: #fff;
}

.color7 {
    background: #4f96d8;
    color: #fff;
}

.color8 {
    background: #4f9ade;
    color: #fff;
}

    .color1 a, .color2 a, .color3 a, .color4 a, .color5 a, .color6 a, .color7 a, .color8 a {
        color: #fff;
    }

.color1:hover {
    background: #c53636;
}

.color2:hover {
    background: #cc411b;
}

.color3:hover {
    background: #c9782e;
}

.color4:hover {
    background: #c59e39;
}

.color5:hover {
    background: #28b275;
}

.color6:hover {
    background: #28a0b4;
}

.color7:hover {
    background: #2a74b9;
}

.color8:hover {
    background: #2570b4;
}

/* Bounce Out */
.hvr-bounce-out {
    display: block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .hvr-bounce-out:hover, .hvr-bounce-out:focus, .hvr-bounce-out:active {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
        transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    }

#productList table td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

.productBox {
    border-radius: 4px;
    line-height: 15px;
    min-height: 220px;
    padding: 3px 6px 0;
    text-align: center;
    width: 184px;
    margin: 8px 4px 8px 11px;
    float: left;
    box-shadow: 0 0px 2px #dddddd;
    background: #fff;
    border: 1px solid #dddddd;
}

    .productBox a {
        height: 120px;
    }

        .productBox a img {
            max-width: 100%;
        }

    .productBox p {
        font-size: 14px;
        line-height: 14px;
        padding-top: 8px;
    }

    .productBox img {
        max-width: 60%;
    }

.titlehead {
    background: #f9daf3 none repeat scroll 0 0;
    border: 1px solid #f3d2ed;
    border-radius: 4px;
    color: #d53fb3;
    display: block;
    font-size: 14px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 12px 12px;
    padding: 0 0 0 10px;
}


/* for footer */
footer {
    color: #fff;
    background: #333;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 15px 0 5px 0;
}

    footer p {
        text-align: center;
    }


.profilePic {
    position: absolute;
    top: 0px;
    right: 39px;
    width: 139px;
    height: 168px;
}

.profileform {
    position: relative;
}

.profilePic img {
    width: 100%;
    max-height: 100%;
}

.profileSign {
    position: absolute;
    top: 170px;
    right: 39px;
    width: 139px;
    height: 40px;
}

    .profileSign img {
        width: 100%;
        max-height: 100%;
    }

.profilePicupload {
    position: absolute;
    top: 216px;
    right: -3px;
    width: 225px;
}

.profileSignupload {
    position: absolute;
    top: 254px;
    right: -3px;
    width: 225px;
}


.loginBgPage {
    background: url('../images/bg3.jpg') center center no-repeat;
    background-size: cover;
    padding: 0px;
    margin: 40px 0 0 0;
    height: 100% !important;
}

.loginBg {
    color: #fff;
    margin: 175px 0 0 0;
    padding: 0px;
    border: 0px;
    border-radius: 10px !important;
    overflow: hidden;
    background: none;
}

    .loginBg label {
        color: #fff;
    }

    .loginBg .input-group .form-control {
        width: 100%;
    }

.loginForm {
    width: 50%;
    margin: 0 auto;
    padding: 25px;
    border-radius: 15px;
    background: rgba(0,0,0,0.1);
    border: 1px solid rgba(0,0,0,0.1);
}

.back-nav {
    margin-top: 27px;
    margin-left: 14px;
    padding: 8px 14px 8px 14px;
    border-right: 1px solid rgba(212, 212, 212, 0.64);
}

#rightNav {
    margin: 32px 0px 0 0;
}

    #rightNav li {
        padding: 0 0 0 15px;
    }

        #rightNav li a, #rightNav li a i, #rightNav li span {
            padding: 0px;
            color: #fff;
            font-size: 14px;
            font-weight: normal;
        }

    #rightNav .small {
        color: #28323f;
        font-weight: bold;
    }

    #rightNav li:hover, #rightNav li a:hover {
        background: none;
    }

/* start contact */
.contactBg {
}

.pattern {
    position: relative;
    height: 100%;
}

.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}

#contact {
    background: url('../images/contact-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    color: #ffffff;
    position: absolute;
    left: 35px;
    top: 120px;
    width: 45%;
}

    #contact h3 {
        font-weight: bold;
        padding-bottom: 20px;
    }

    #contact .fa {
        color: #93ca3a;
        font-size: 18px;
        padding-bottom: 6px;
    }

    #contact .form-control {
        background: #f2f2f2;
        border-radius: 4px;
        box-shadow: none;
        margin-bottom: 20px;
        transition: all 0.4s ease-in-out;
    }

    #contact input {
        height: 50px;
    }

        #contact input[type="submit"] {
            color: #202020;
            font-weight: bold;
            margin-bottom: 80px;
        }

            #contact input[type="submit"]:hover {
                background: #93ca3a;
            }

    #contact .form-control::-moz-placeholder {
        color: #666;
        opacity: 1;
    }

    #contact .form-control:-ms-input-placeholder {
        color: #666;
    }

    #contact .form-control::-webkit-input-placeholder {
        color: #666;
    }
/* end contact */

/* start google map */
#map-canvas {
    border: none;
    width: 100%;
    height: 320px;
}
/* end google map */

/* start footer */
footer {
    padding-top: 40px;
    padding-bottom: 20px;
}

    footer p {
        line-height: 12px;
    }

    footer .social-icon {
        top: 0px;
    }
/* end footer */

.too-icon {
    padding: 0px;
}

/* start social icon */
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
    top: 0px;
}

    .social-icon li {
        display: inline-block;
        list-style: none;
    }

        .social-icon li a {
            color: #333;
            font-size: 13px;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
            width: 40px;
            height: 40px;
            line-height: 40px;
            text-align: center;
        }

            .social-icon li a:hover {
                background: #f2f2f2;
            }

@media (max-width: 767px) {
    .slidebar-toggle {
        margin-top: 14px;
    }

    .navbar-toggle {
        margin-top: 14px !important;
    }

    .navbar {
        min-height: auto !important;
    }

    .navbar-default {
        box-shadow: none;
    }

        .navbar-default .navbar-brand {
            width: 215px;
            height: 50px;
            background-size: contain;
            display: block;
            margin-left: 10px;
        }

    .slidebar-nav {
        top: 63px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        color: #fff !important;
    }

    #rightNav {
        margin: 2px 0px 0 0;
    }

        #rightNav li {
            padding: 8px 0 8px 0px;
            border-bottom: 1px solid #47bcd3;
        }

            #rightNav li a, #rightNav li a i, #rightNav li span {
                padding: 0px;
                color: #fff;
                font-size: 14px;
                font-weight: normal;
            }

    .back-nav {
        margin: 7px 0 0 0;
    }

    .loginForm {
        width: 100%;
    }

    .loginBg {
        margin-top: 35px;
    }

    .loginBgPage {
        background: #f5b29f;
        background-size: cover;
    }

    .table-responsive {
        border: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1150px) {
    .slidebar-toggle {
        margin-top: 14px;
    }

    .navbar-default .navbar-brand {
        width: 315px;
        height: 50px;
        background-size: contain;
        display: block;
        margin-left: 10px;
    }

    #rightNav {
        margin: 22px 0px 0 0;
    }
}

.spaceLeft0 {
    padding-left: 0px;
}

.spaceRight0 {
    padding-right: 0px;
}

#navbar-top.navbar-default .slidebar-toggle {
    border: none !important;
    background-color: transparent !important;
}

    #navbar-top.navbar-default .slidebar-toggle .icon-bar {
        background-color: #fff !important;
    }

.slidebar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 23px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

#navbar-top.navbar-default {
    font-size: 14px;
    border-radius: 0;
    background: #141b25;
    border: none;
    z-index: 999999;
    border-bottom: 3px solid #ffc700;
}

#slidebar-left {
    background-color: #202f46;
    box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.1);
}

#navbar-left.navbar-default .navbar-nav > li > a, #navbar-left.navbar-default .navbar-nav > li > ul > li > a {
    color: rgba(255, 255, 255, 0.77);
    outline: none;
    border: none;
    padding: 13px 22px 13px 4px;
    background: #202f46;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #3a4b65;
}

.navbar-default {
    background-color: #202f46;
    border-top: 2px solid #037AB4;
    box-shadow: none !important;
}

#navbar-left.navbar-default .navbar-nav > li > a:hover, #navbar-left.navbar-default .navbar-nav > li > a:focus, #navbar-left.navbar-default .navbar-nav > li > ul > li > a:hover, #navbar-left.navbar-default .navbar-nav > li > ul > li > a:focus, #navbar-left.navbar-default .navbar-nav > .active > a, #navbar-left.navbar-default .navbar-nav > .active > a:hover, #navbar-left.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background: #202f46;
}

.navbar-nav li a i {
    margin-right: 2px;
    margin-left: 7px;
}

.sidebar-logo {
    width: 55%;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-top: 10%;
}

.slidebarleft {
    margin-top: -10px;
}

.sidebar-header {
    padding: 5%;
    font-size: 12px;
    background: #19212d;
    color: rgba(232, 242, 248, 0.6);
}

#rightNav .small {
    color: #ffffff;
    font-weight: bold;
    margin-left: 7px;
}

.panel-info {
    border: none !important;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25) !important;
}

    .panel-info > .panel-heading {
        color: #ffffff !important;
        background-color: #25344a !important;
        border: none !important;
        padding: 2% !important;
        /* font-weight: bold; */
    }

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .form-control:hover, .form-control:focus {
        border-color: #202f46 !important;
        box-shadow: none !important;
    }

.page-header {
    padding-bottom: 9px !important;
    margin: 28px 0 10px 15px !important;
    border-bottom: 1px solid #eee !important;
}

.slidebar-nav {
    top: 70px;
}

#navbar-left.navbar-default .navbar-nav > li > ul > li > a {
    color: rgba(255, 255, 255, 0.77);
    outline: none;
    border: none;
    padding: 10px 22px 10px 4px;
    background: #202f46;
    font-size: 12px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(179, 200, 232, 0.16);
    background: #1a273a;
    padding-left: 25px;
    font-size: 11px;
}

    #navbar-left.navbar-default .navbar-nav > li > ul > li > a:hover {
        background: #1a273a;
        color: white;
    }

.dropdown.open > a {
    border-left: 10px solid white;
}

body {
    background-color: #f3f3f3 !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 0;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #202f46;
    color: white;
}

.select2-results__option {
    padding: 6px 12px;
    font-size: 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-search--dropdown {
    outline-color: none !important;
}

.btn {
    border-radius: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #dedede;
    cursor: not-allowed;
    color: #bdbdbd;
}

.modalBackground {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 10000;
    width: 1498px;
    height: 657px;
    background: rgba(0, 0, 0, 0.58);
}

.modalPopup {
    position: fixed;
    z-index: 100001;
    left: 27%;
    top: 239.5px;
    width: 35%;
    opacity: 1;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    padding: 15px;
    border-bottom: 3px solid #ffc700;
    text-align: left;
    padding-left: 25px;
    background: #1a273a;
    color: white;
}

.modal-body {
    text-align: left;
    padding: 0;
}

.modal-footer {
    padding: 10px;
    text-align: right;
    background: #f3f3f3;
    border-top: 1px solid #d6d6d6;
}

.form-group {
    margin-bottom: 5px;
}


.errorMsg {
    color: red;
    font-size: 12px;
    text-align: left;
    font-weight: bold;
}

    .errorMsg table tr td {
        text-align: left !important;
    }

.select2-container {
    z-index: 999999999 !important;
    width: 100% !important;
}

.container-fluid .select2-container {
    z-index: 9999 !important;
}

.timer-text {
    color: green;
    display: block;
    padding: 10px 0;
}

.modalProgress {
    position: fixed;
    top: 0;
    z-index: 9999999 !important;
    left: 0;
    background: rgba(0,0,0,0.7);
    height: 100%;
    width: 100%;
}


.griddatatable {
    border-color: #bfbfbf !important;
    border-width: 0.5px !important;
    border-style: Solid !important;
    width: 100%;
    border-collapse: collapse !important;
}

    .griddatatable tr:nth-child(even) {
        background: #f3f3f3;
    }

    .griddatatable tr:nth-child(odd) {
        background: white;
    }

    .griddatatable thead tr {
        color: #fff;
        background-color: #286090 !important;
        font-size: 12px;
        font-weight: bold;
        height: 25px;
    }

        .griddatatable thead tr th {
            padding: 10px;
            font-size: 12px !important;
        }

    .griddatatable tbody {
        font-size: 12px;
    }

        .griddatatable tbody tr td {
            font-size: 12px !important;
        }

#navbar-left .dropdown-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 40vh;
    overflow-y: auto;
}
