/*
Theme Name: MOHE.
Theme URI:
Description: MOHE.
Version: 1.00
Author:
Tags: MOHE.
*/

/*@import url('style/bootstrap.css');*/
@import url('style/bootstrap-theme.css');
@import url('style/flexnav.css');
@import url('style/font-awesome.css');
@import url('style/animate.css');
@import url('style/general-style.css');
@import url('style/vertical-nav.css');
@import url('style/fonts/fonts.css');
@import url('style/map.css');
@import url('font_OpenSans.css');

:root {
    --theme-blue: #0281a3;
    --theme-blue-dark: #045D87;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-bold {
    font-weight: 600;
}

.btn {
    border-radius: 3px;
    color: #fff;
}

.navbar-brand {
    height: auto;
}

#navbar {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0;
    position: relative;
    z-index: 999;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: transparent;
    text-decoration: underline;
}

.top-links {
    list-style: none;
    display: block;
    float: left;
}

.top-links li {
   float: left;
   padding: 9px;
}

        .top-links li i {
            margin-right: 3px;
            font-size: 14px;
        }

        .top-links li a {
            font-weight: 700;
            text-transform: uppercase;
            font-size: 12px;
        }

            .top-links li a:hover {
                text-decoration: none;
            }

                .top-links li a:hover span {
                    text-decoration: underline;
                }

        .top-links li.zoom a {
            display: block;
            width: 16px;
            height: 16px;
            border-radius: 100%;
            text-align: center;
            line-height: 12px;
            font-size: 21px;
            position: relative;
            text-decoration: none !important;
            font-weight: normal;
        }

        .top-links li.zoom.out a {
            line-height: 11px;
        }

        .top-links li.zoom.in a {
            font-size: 15px;
            line-height: 16px;
        }

        .top-links li.zoom a:before {
            content: '';
            display: block;
            width: 8px;
            height: 1px;
            background: #000;
            position: absolute;
            transform: rotate(45deg);
            top: 95%;
            right: -4px;
        }

        .top-links li.locale {
            padding-right: 0;
        }

            .top-links li.locale a {
                margin-top: -5px;
            }

.header-date {
    color: #777;
}

.searchbox {
    margin-left: 10px;
}

    .searchbox input {
        border: 1px solid #bababa;
        border-right: 0;
        height: 36px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        outline: none;
        padding: 5px 10px;
        margin-right: -4px;
        width: 250px;
        display: inline-block;
        vertical-align: middle;
    }

    .searchbox a {
        height: 36px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        /* margin-top: 1px; */
        /* padding-top: 9px; */
        color: #fff;
        display: inline-block;
        vertical-align: middle;
    }

        .searchbox a:hover, .searchbox a:active {
            color: #fff;
        }

/*drop-down-menu*/
ul.menu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99999;
}

    ul.menu ul li {
        position: relative;
        line-height: 24px;
        font-size: 13px;
        vertical-align: middle;
        font-weight: 400;
        width: 215px;
        padding: 0;
        margin: 0;
        height: auto;
        text-align: left;
        text-transform: none !important;
    }

        ul.menu ul li a {
            display: block;
            padding: 0;
            margin: 0;
            padding: 7px 7px 7px 15px !important;
            line-height: 18px;
            /*background-color: #970000;*/
            text-shadow: none !important;
            border-bottom: 1px solid #fff;
            color: #fff;
        }

            ul.menu ul li a:hover {
                text-decoration: none;
                color: #fff;
                border-radius: 0;
                margin: 0;
                line-height: 18px;
                background-color: #434752 !important;
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
            }

    ul.menu ul ul {
        /*/left: 180px;
        top: -1px;*/
        right: 215px;
        left: 215px;
        top: 0px;
        
    }

.navbar {
    margin-bottom: 0;
    border: none;
}

/*main-nav End*/
/*** header ***/

/** Scroll Bar ***/
body::-webkit-scrollbar, div::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
}

body::-webkit-scrollbar-track, div::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 3px 0px rgba(0,0,0,0.3);*/
    background: #c0dae1;
    border-radius: 25px;
}

body::-webkit-scrollbar-thumb, div::-webkit-scrollbar-thumb  {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    border-radius: 25px;
    /*background-color: darkgrey;*/
    outline: 1px solid slategrey;
}
/* Skin */
/*.DarkSkin {
    background: #D9D9D9 url(images/Theme001_BackDark.png) !important;
}

.LightSkin{
    background: #D9D9D9 url(images/theme-light.png) !important;
}


.LightSkin, .DarkSkin {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
*/
.DarkSkin {
    background: #D9D9D9 url(images/Theme001_BackDark.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.LightSkin {
    background: #D9D9D9 url(images/theme-light.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}



/* bluetheme */
.theme-blue #navbar {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-blue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-blue .nav > li > a:focus, .theme-blue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-blue .top-links li.zoom a {
    color: #fff;
    background: #028aaf;
}

.theme-blue .top-links li a.btn-blue {
    color: #fff;
}

.theme-blue .btn-blue {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-blue ul.menu ul li a {
    background: #028aaf;
}

.theme-blue .top-links li.zoom a:before {
    background: #027c9d;
}

.theme-blue .sidepanel .opener {
    background: rgb(2, 124, 156);
}

/* bluetheme end*/

/* redtheme */
.theme-red #navbar {
    background-image: -moz-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-red .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-red .nav > li > a:focus, .theme-red .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-red .top-links li.zoom a {
    color: #fff;
    background: rgb(161, 15, 43);
}

.theme-red .top-links li a.btn-red {
    color: #fff;
}
.theme-red .btn-blue, .theme-red .btn-red {
    background-image: -moz-linear-gradient(90deg,rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-red ul.menu ul li a {
    background: rgb(161, 15, 43);
}

.theme-red .top-links li.zoom a:before {
    background: rgb(161, 15, 43);
}

.theme-red .bg-blue {
    background-image: -moz-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-red .fc-blue {
    color: rgb(161, 15, 43) !important;
}


.theme-red .max-height-box::-webkit-scrollbar-thumb, body.theme-red::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(161, 15, 43) 0%, rgb(161, 15, 43) 100%);
}

.theme-red .Newsletter-Subscription input.form-control,
.theme-red .qa-tabs .tab-pane,
.theme-red .qa-tabs .nav-tabs > li.active > a,
.theme-red .qa-tabs .nav-tabs > li.active > a:hover,
.theme-red .qa-tabs .nav-tabs > li.active > a:focus,
.theme-red .pignose-calendar,
.theme-red .settingsPanel {
    background: #6d0f21;
    background-color: #6d0f21;
}

    .theme-red .qa-tabs .nav-tabs > li > a,
    .theme-red .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-red .sidepanel ul li a,
    .theme-red .qa-tabs .nav-tabs > li > a:hover,
    .theme-red .qa-tabs .nav-tabs > li > a:focus,
    .theme-red .settingsPanel h2 {
        background: rgb(161, 15, 43);
    }


.theme-red .sidepanel .opener {
    background: rgb(161, 15, 43);
}

/* redtheme end*/
/* greentheme */
.theme-green #navbar {
    background-image: -moz-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-green .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-green .nav > li > a:focus, .theme-green .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-green .top-links li.zoom a {
    color: #fff;
    background: #18ba9b;
}

.theme-green .top-links li a.btn-red {
    color: #fff;
}

.theme-green .btn-blue, .theme-green .btn-green {
    background-image: -moz-linear-gradient(90deg,#18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-green ul.menu ul li a {
    background: #18ba9b;
}

.theme-green .top-links li.zoom a:before {
    background: #18ba9b;
}

.theme-green .bg-blue {
    background-image: -moz-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-green .fc-blue {
    color: #18ba9b !important;
}


.theme-green .max-height-box::-webkit-scrollbar-thumb, body.theme-green::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -webkit-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
    background-image: -ms-linear-gradient(90deg, #18ba9b 0%, #18ba9b 100%);
}

.theme-green .Newsletter-Subscription input.form-control,
.theme-green .qa-tabs .tab-pane,
.theme-green .qa-tabs .nav-tabs > li.active > a,
.theme-green .qa-tabs .nav-tabs > li.active > a:hover,
.theme-green .qa-tabs .nav-tabs > li.active > a:focus,
.theme-green .pignose-calendar,
.theme-green .settingsPanel {
    background: #0c8870;
    background-color: #0c8870;
}

    .theme-green .qa-tabs .nav-tabs > li > a,
    .theme-green .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-green .sidepanel ul li a,
    .theme-green .qa-tabs .nav-tabs > li > a:hover,
    .theme-green .qa-tabs .nav-tabs > li > a:focus,
    .theme-green .settingsPanel h2 {
        background: #18ba9b;
    }

.theme-green .sidepanel .opener {
    background: #18ba9b;
}

/* greentheme end*/

/* yellowtheme */
.theme-yellow #navbar {
    background-image: -moz-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-yellow .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-yellow .nav > li > a:focus, .theme-yellow .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-yellow .top-links li.zoom a {
    color: #fff;
    background: #b3a48c;
}

.theme-yellow .top-links li a.btn-red {
    color: #fff;
}

.theme-yellow .btn-blue, .theme-yellow .btn-yellow {
    background-image: -moz-linear-gradient(90deg,#b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-yellow ul.menu ul li a {
    background: #b3a48c;
}

.theme-yellow .top-links li.zoom a:before {
    background: #b3a48c;
}

.theme-yellow .bg-blue {
    background-image: -moz-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-yellow .fc-blue {
    color: #b3a48c !important;
}


.theme-yellow .max-height-box::-webkit-scrollbar-thumb, body.theme-yellow::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -webkit-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
    background-image: -ms-linear-gradient(90deg, #b3a48c 0%, #b3a48c 100%);
}

.theme-yellow .Newsletter-Subscription input.form-control,
.theme-yellow .qa-tabs .tab-pane,
.theme-yellow .qa-tabs .nav-tabs > li.active > a,
.theme-yellow .qa-tabs .nav-tabs > li.active > a:hover,
.theme-yellow .qa-tabs .nav-tabs > li.active > a:focus,
.theme-yellow .pignose-calendar,
.theme-yellow .settingsPanel {
    background: #716552;
    background-color: #716552;
}

    .theme-yellow .qa-tabs .nav-tabs > li > a,
    .theme-yellow .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-yellow .sidepanel ul li a,
    .theme-yellow .qa-tabs .nav-tabs > li > a:hover,
    .theme-yellow .qa-tabs .nav-tabs > li > a:focus,
    .theme-yellow .settingsPanel h2 {
        background: #b3a48c;
    }


.theme-yellow .sidepanel .opener {
    background: #b3a48c;
}

/* yellowtheme end*/


/* darkgrey theme */
.theme-darkgrey #navbar {
    background-image: -moz-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #959595 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgrey .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-darkgrey .nav > li > a:focus, .theme-darkgrey .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-darkgrey .top-links li.zoom a {
    color: #fff;
    background: #959595;
}

.theme-darkgrey .top-links li a.btn-red {
    color: #fff;
}

.theme-darkgrey .btn-blue, .theme-darkgrey .btn-darkgrey {
    background-image: -moz-linear-gradient(90deg,#959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #959595 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgrey ul.menu ul li a {
    background: #959595;
}

.theme-darkgrey .top-links li.zoom a:before {
    background: #959595;
}

.theme-darkgrey .bg-blue {
    background-image: -moz-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #959595 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgrey .fc-blue {
    color: #959595 !important;
}


.theme-darkgrey .max-height-box::-webkit-scrollbar-thumb, body.theme-darkgrey::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -webkit-linear-gradient(90deg, #959595 0%, #959595 100%);
    background-image: -ms-linear-gradient(90deg, #959595 0%, #b3a48c 100%);
}

.theme-darkgrey .Newsletter-Subscription input.form-control,
.theme-darkgrey .qa-tabs .tab-pane,
.theme-darkgrey .qa-tabs .nav-tabs > li.active > a,
.theme-darkgrey .qa-tabs .nav-tabs > li.active > a:hover,
.theme-darkgrey .qa-tabs .nav-tabs > li.active > a:focus,
.theme-darkgrey .pignose-calendar,
.theme-darkgrey .settingsPanel {
    background: #505050;
    background-color: #505050;
}

    .theme-darkgrey .qa-tabs .nav-tabs > li > a,
    .theme-darkgrey .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-darkgrey .sidepanel ul li a,
    .theme-darkgrey .qa-tabs .nav-tabs > li > a:hover,
    .theme-darkgrey .qa-tabs .nav-tabs > li > a:focus,
    .theme-darkgrey .settingsPanel h2 {
        background: #888888;
    }

.theme-darkgrey .sidepanel .opener {
    background: #888888;
}


/* darkgrey theme end*/

/* grey theme */
.theme-grey #navbar {
    background-image: -moz-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-grey .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-grey .nav > li > a:focus, .theme-grey .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-grey .top-links li.zoom a {
    color: #fff;
    background: #615768;
}

.theme-grey .top-links li a.btn-red {
    color: #fff;
}

.theme-grey .btn-blue, .theme-grey .btn-grey {
    background-image: -moz-linear-gradient(90deg,#615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-grey ul.menu ul li a {
    background: #615768;
}

.theme-grey .top-links li.zoom a:before {
    background: #615768;
}

.theme-grey .bg-blue {
    background-image: -moz-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-grey .fc-blue {
    color: #615768 !important;
}


.theme-grey .max-height-box::-webkit-scrollbar-thumb, body.theme-grey::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -webkit-linear-gradient(90deg, #615768 0%, #615768 100%);
    background-image: -ms-linear-gradient(90deg, #615768 0%, #615768 100%);
}

.theme-grey .Newsletter-Subscription input.form-control,
.theme-grey .qa-tabs .tab-pane,
.theme-grey .qa-tabs .nav-tabs > li.active > a,
.theme-grey .qa-tabs .nav-tabs > li.active > a:hover,
.theme-grey .qa-tabs .nav-tabs > li.active > a:focus,
.theme-grey .pignose-calendar,
.theme-grey .settingsPanel {
    background: #7c6d86;
    background-color: #7c6d86;
}

    .theme-grey .qa-tabs .nav-tabs > li > a,
    .theme-grey .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-grey .sidepanel ul li a,
    .theme-grey .qa-tabs .nav-tabs > li > a:hover,
    .theme-grey .qa-tabs .nav-tabs > li > a:focus,
    .theme-grey .settingsPanel h2 {
        background: #615768;
    }

.theme-grey .sidepanel .opener {
    background: #615768;
}


/* grey theme end*/

/* lightblue theme */
.theme-lightblue #navbar {
    background-image: -moz-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-lightblue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-lightblue .nav > li > a:focus, .theme-lightblue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-lightblue .top-links li.zoom a {
    color: #fff;
    background: #16becf;
}

.theme-lightblue .top-links li a.btn-red {
    color: #fff;
}

.theme-lightblue .btn-blue, .theme-lightblue .btn-lightblue {
    background-image: -moz-linear-gradient(90deg,#16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-lightblue ul.menu ul li a {
    background: #16becf;
}

.theme-lightblue .top-links li.zoom a:before {
    background: #16becf;
}

.theme-lightblue .bg-blue {
    background-image: -moz-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-lightblue .fc-blue {
    color: #615768 !important;
}


.theme-lightblue .max-height-box::-webkit-scrollbar-thumb, body.theme-lightblue::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -webkit-linear-gradient(90deg, #16becf 0%, #16becf 100%);
    background-image: -ms-linear-gradient(90deg, #16becf 0%, #16becf 100%);
}

.theme-lightblue .Newsletter-Subscription input.form-control,
.theme-lightblue .qa-tabs .tab-pane,
.theme-lightblue .qa-tabs .nav-tabs > li.active > a,
.theme-lightblue .qa-tabs .nav-tabs > li.active > a:hover,
.theme-lightblue .qa-tabs .nav-tabs > li.active > a:focus,
.theme-lightblue .pignose-calendar,
.theme-lightblue .settingsPanel {
    background: #1497a5;
    background-color: #1497a5;
}

    .theme-lightblue .qa-tabs .nav-tabs > li > a,
    .theme-lightblue .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-lightblue .sidepanel ul li a,
    .theme-lightblue .qa-tabs .nav-tabs > li > a:hover,
    .theme-lightblue .qa-tabs .nav-tabs > li > a:focus,
    .theme-lightblue .settingsPanel h2 {
        background: #16becf;
    }

.theme-lightblue .sidepanel .opener {
    background: #16becf;
}


/* lightblue theme end*/

/* peach theme */
.theme-peach #navbar {
    background-image: -moz-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-peach .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-peach .nav > li > a:focus, .theme-peach .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-peach .top-links li.zoom a {
    color: #fff;
    background: #d46d6e;
}

.theme-peach .top-links li a.btn-red {
    color: #fff;
}

.theme-peach .btn-blue, .theme-peach .btn-peach {
    background-image: -moz-linear-gradient(90deg,#d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-peach ul.menu ul li a {
    background: #d46d6e;
}

.theme-peach .top-links li.zoom a:before {
    background: #d46d6e;
}

.theme-peach .bg-blue {
    background-image: -moz-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-peach .fc-blue {
    color: #d46d6e !important;
}


.theme-peach .max-height-box::-webkit-scrollbar-thumb, body.theme-peach::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -webkit-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
    background-image: -ms-linear-gradient(90deg, #d46d6e 0%, #d46d6e 100%);
}

.theme-peach .Newsletter-Subscription input.form-control,
.theme-peach .qa-tabs .tab-pane,
.theme-peach .qa-tabs .nav-tabs > li.active > a,
.theme-peach .qa-tabs .nav-tabs > li.active > a:hover,
.theme-peach .qa-tabs .nav-tabs > li.active > a:focus,
.theme-peach .pignose-calendar,
.theme-peach .settingsPanel {
    background: #ab5758;
    background-color: #ab5758;
}

    .theme-peach .qa-tabs .nav-tabs > li > a,
    .theme-peach .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-peach .sidepanel ul li a,
    .theme-peach .qa-tabs .nav-tabs > li > a:hover,
    .theme-peach .qa-tabs .nav-tabs > li > a:focus,
    .theme-peach .settingsPanel h2 {
        background: #d46d6e;
    }

.theme-peach .sidepanel .opener {
    background: #d46d6e;
}


/* peach theme end*/

/* darkgreen theme */
.theme-darkgreen #navbar {
    background-image: -moz-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgreen .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-darkgreen .nav > li > a:focus, .theme-darkgreen .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-darkgreen .top-links li.zoom a {
    color: #fff;
    background: #0c8676;
}

.theme-darkgreen .top-links li a.btn-red {
    color: #fff;
}

.theme-darkgreen .btn-blue, .theme-darkgreen .btn-darkgreen {
    background-image: -moz-linear-gradient(90deg,#0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgreen ul.menu ul li a {
    background: #0c8676;
}

.theme-darkgreen .top-links li.zoom a:before {
    background: #0c8676;
}

.theme-darkgreen .bg-blue {
    background-image: -moz-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkgreen .fc-blue {
    color: #0c8676 !important;
}


.theme-darkgreen .max-height-box::-webkit-scrollbar-thumb, body.theme-darkgreen::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -webkit-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
    background-image: -ms-linear-gradient(90deg, #0c8676 0%, #0c8676 100%);
}

.theme-darkgreen .Newsletter-Subscription input.form-control,
.theme-darkgreen .qa-tabs .tab-pane,
.theme-darkgreen .qa-tabs .nav-tabs > li.active > a,
.theme-darkgreen .qa-tabs .nav-tabs > li.active > a:hover,
.theme-darkgreen .qa-tabs .nav-tabs > li.active > a:focus,
.theme-darkgreen .pignose-calendar,
.theme-darkgreen .settingsPanel {
    background: #0a695c;
    background-color: #0a695c;
}

    .theme-darkgreen .qa-tabs .nav-tabs > li > a,
    .theme-darkgreen .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-darkgreen .sidepanel ul li a,
    .theme-darkgreen .qa-tabs .nav-tabs > li > a:hover,
    .theme-darkgreen .qa-tabs .nav-tabs > li > a:focus,
    .theme-darkgreen .settingsPanel h2 {
        background: #0c8676;
    }

.theme-darkgreen .sidepanel .opener {
    background: #0c8676;
}


/* darkgreen theme end*/



/* darkblue theme */
.theme-darkblue #navbar {
    background-image: -moz-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkblue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-darkblue .nav > li > a:focus, .theme-darkblue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-darkblue .top-links li.zoom a {
    color: #fff;
    background: #4765a0;
}

.theme-darkblue .top-links li a.btn-red {
    color: #fff;
}

.theme-darkblue .btn-blue, .theme-darkblue .btn-darkblue {
    background-image: -moz-linear-gradient(90deg,#4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkblue ul.menu ul li a {
    background: #4765a0;
}

.theme-darkblue .top-links li.zoom a:before {
    background: #4765a0;
}

.theme-darkblue .bg-blue {
    background-image: -moz-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-darkblue .fc-blue {
    color: #4765a0 !important;
}


.theme-darkblue .max-height-box::-webkit-scrollbar-thumb, body.theme-darkblue::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -webkit-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
    background-image: -ms-linear-gradient(90deg, #4765a0 0%, #4765a0 100%);
}

.theme-darkblue .Newsletter-Subscription input.form-control,
.theme-darkblue .qa-tabs .tab-pane,
.theme-darkblue .qa-tabs .nav-tabs > li.active > a,
.theme-darkblue .qa-tabs .nav-tabs > li.active > a:hover,
.theme-darkblue .qa-tabs .nav-tabs > li.active > a:focus,
.theme-darkblue .pignose-calendar,
.theme-darkblue .settingsPanel {
    background: #375080;
    background-color: #375080;
}

    .theme-darkblue .qa-tabs .nav-tabs > li > a,
    .theme-darkblue .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-darkblue .sidepanel ul li a,
    .theme-darkblue .qa-tabs .nav-tabs > li > a:hover,
    .theme-darkblue .qa-tabs .nav-tabs > li > a:focus,
    .theme-darkblue .settingsPanel h2 {
        background: #4765a0;
    }

.theme-darkblue .sidepanel .opener {
    background: #4765a0;
}



/* darkblue theme end*/

/* skyblue theme */
.theme-skyblue #navbar {
    background-image: -moz-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-skyblue .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-skyblue .nav > li > a:focus, .theme-skyblue .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-skyblue .top-links li.zoom a {
    color: #fff;
    background: #27d7e7;
}

.theme-skyblue .top-links li a.btn-red {
    color: #fff;
}

.theme-skyblue .btn-blue, .theme-skyblue .btn-skyblue {
    background-image: -moz-linear-gradient(90deg,#27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-skyblue ul.menu ul li a {
    background: #27d7e7;
}

.theme-skyblue .top-links li.zoom a:before {
    background: #27d7e7;
}

.theme-skyblue .bg-blue {
    background-image: -moz-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-skyblue .fc-blue {
    color: #27d7e7 !important;
}


.theme-skyblue .max-height-box::-webkit-scrollbar-thumb, body.theme-skyblue::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -webkit-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
    background-image: -ms-linear-gradient(90deg, #27d7e7 0%, #27d7e7 100%);
}

.theme-skyblue .Newsletter-Subscription input.form-control,
.theme-skyblue .qa-tabs .tab-pane,
.theme-skyblue .qa-tabs .nav-tabs > li.active > a,
.theme-skyblue .qa-tabs .nav-tabs > li.active > a:hover,
.theme-skyblue .qa-tabs .nav-tabs > li.active > a:focus,
.theme-skyblue .pignose-calendar,
.theme-skyblue .settingsPanel {
    background: #19b0bd;
    background-color: #19b0bd;
}

    .theme-skyblue .qa-tabs .nav-tabs > li > a,
    .theme-skyblue .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-skyblue .sidepanel ul li a,
    .theme-skyblue .qa-tabs .nav-tabs > li > a:hover,
    .theme-skyblue .qa-tabs .nav-tabs > li > a:focus,
    .theme-skyblue .settingsPanel h2 {
        background: #27d7e7;
    }


.theme-skyblue .sidepanel .opener {
    background: #27d7e7;
}


/* skyblue theme end*/

/* purple theme */
.theme-purple #navbar {
    background-image: -moz-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-purple .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 15px 18px;
}

.theme-purple .nav > li > a:focus, .theme-purple .nav > li > a:hover {
    background: transparent;
    text-decoration: underline;
}

.theme-purple .top-links li.zoom a {
    color: #fff;
    background: #9b6bcc;
}

.theme-purple .top-links li a.btn-red {
    color: #fff;
}

.theme-purple .btn-blue, .theme-purple .btn-purple {
    background-image: -moz-linear-gradient(90deg,#9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-purple ul.menu ul li a {
    background: #9b6bcc;
}

.theme-purple .top-links li.zoom a:before {
    background: #9b6bcc;
}

.theme-purple .bg-blue {
    background-image: -moz-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
}

.theme-purple .fc-blue {
    color: #9b6bcc !important;
}


.theme-purple .max-height-box::-webkit-scrollbar-thumb, body.theme-purple::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -webkit-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
    background-image: -ms-linear-gradient(90deg, #9b6bcc 0%, #9b6bcc 100%);
}

.theme-purple .Newsletter-Subscription input.form-control,
.theme-purple .qa-tabs .tab-pane,
.theme-purple .qa-tabs .nav-tabs > li.active > a,
.theme-purple .qa-tabs .nav-tabs > li.active > a:hover,
.theme-purple .qa-tabs .nav-tabs > li.active > a:focus,
.theme-purple .pignose-calendar,
.theme-purple .settingsPanel {
    background: #865bb3;
    background-color: #865bb3;
}

    .theme-purple .qa-tabs .nav-tabs > li > a,
    .theme-purple .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date,
    .theme-purple .sidepanel ul li a,
    .theme-purple .qa-tabs .nav-tabs > li > a:hover,
    .theme-purple .qa-tabs .nav-tabs > li > a:focus,
    .theme-purple .settingsPanel h2 {
        background: #9b6bcc;
    }

.theme-purple .sidepanel .opener {
    background: #9b6bcc;
}


/* purple theme end*/





/** Section-1 -- Banner **/

/** Menu **/
.border-box {
    border: 5px solid rgba(255,255,255,0.5);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    border-radius: 5px;
    margin-top: 15px;
    display: block;
}
/*
.border-box select{
    padding: 7px 11px !important;
    margin: 15px 10px 5px !important;
}
*/
.clsSVCs {
    padding: 7px 11px !important;
    margin: 15px 10px 5px !important;
}

.clsSVCSearch {
    background-image: url(images/search.png);
    border: 1px solid #A9A9A9;
    width: 100%;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding: 8px !important;
    padding-left: 35px !important;
    margin-top: 15px !important;
}
/*
.border-box input {
    border: 1px solid #A9A9A9;
    width: 100%;
    padding-left: 35px !important;
    padding: 8px !important;
    background-position: 10px center;
    background-repeat: no-repeat;
    margin-top: 15px !important;
}
*/
.border-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #183352;
}

.border-box input::-moz-placeholder { /* Firefox 19+ */
    color: #183352;
}

.border-box input:-ms-input-placeholder { /* IE 10+ */
    color: #183352;
}

.border-box input:-moz-placeholder { /* Firefox 18- */
    color: #183352;
}

.left-nav {
    list-style: none;
}

    .left-nav span {
        /*float: right;*/
        margin-right: 5px;
        position: absolute;
        right: 10px;
        top: 48%;
        transform: translate(0,-50%);
    }

    .left-nav li a {
        line-height: 19px;
        border-bottom: 1px solid rgba(255,255,255,0.2);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
        padding-right: 35px !important;
        position: relative;
    }

/** Menu End **/
/*.section-1*/
.All_Contents {
    background: url("images/sectoin1_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#banner.owl-carousel .item {
    position: relative;
}

.content-center {
    position: absolute;
    top: 72%;
    left: 65px;
    right: 65px;
    /*margin-right: -50%;*/
    transform: translate(0,-50%);
}

    .content-center h1 {
        line-height: 35px;
    }

    .content-center a {
        border-radius: 4px;
    }

#banner.owl-carousel .owl-controls {
    position: absolute;
    top: 43%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
}

#banner.owl-carousel .owl-prev {
    position: absolute;
    left: 15px;
    /*font-size: 18px;*/
    background: transparent;
}

#banner.owl-carousel .owl-next {
    position: absolute;
    right: 15px;
    /*font-size: 18px;*/
    background: transparent;
}

/*** Section-2 ***/
.section-2 .border-box {
    margin-bottom: 1px;
    position: relative;
}

.max-height-box {
    max-height: 440px;
    overflow: auto;
    padding-right: 10px;
}

.section-2 .max-height-box .border-box a span {
    width: calc(100% - 38px);
}

.max-height-box::-webkit-scrollbar {
    width: 8px;
    margin-left: 5px;
}

.max-height-box::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 3px 0px rgba(0,0,0,0.3);*/
    background: #c0dae1;
    border-radius: 25px;
}

.max-height-box::-webkit-scrollbar-thumb {
    background-image: -moz-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(2, 124, 156) 0%, rgb(3, 142, 179) 100%);
    border-radius: 25px;
    /*background-color: darkgrey;*/
    outline: 1px solid slategrey;
}

/*---**/
.qa-tabs .nav-tabs {
    border: none;
}

    .qa-tabs .nav-tabs > li {
        float: left;
        width: 25%;
    }

        .qa-tabs .nav-tabs > li > a {
            margin-right: 0px;
            line-height: 1.42857143;
            border: 0;
            border-radius: 0;
            background: #038eb3;
            color: #fff;
            font-weight: 700;
            font-size: 12px;
            padding: 15px 0;
            text-align: center;
        }

            .qa-tabs .nav-tabs > li > a:hover, .qa-tabs .nav-tabs > li > a:focus {
                background: #038eb3;
            }

        .qa-tabs .nav-tabs > li.active > a, .qa-tabs .nav-tabs > li.active > a:hover, .qa-tabs .nav-tabs > li.active > a:focus {
            color: #fff;
            cursor: default;
            background-color: #015f78;
            border: none;
            border-bottom-color: transparent;
        }

.qa-tabs .tab-pane {
    background-color: #015f78;
    min-height: 383px;
    position: relative;
}

/**--- Map ---**/
.MainMapBoxDDL {
    width: 100%;
    margin: auto;
    /*position: relative;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
}

.MainMapBox {
    width: 435px;
    height: 250px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    padding-top: 0;
    margin: auto;
}

.MainMap {
    width: 304px;
    height: 250px;
    margin: auto;
    position: relative;
}

.Map {
    width: 304px;
    height: 250px;
}

.Map1_2 {
    width: 161px;
    height: 122px;
    position: absolute;
    left: 2px;
    top: 0;
}

.Map2_2 {
    width: 155px;
    height: 183px;
    position: absolute;
    left: 149px;
    top: 50px;
}

.Map3_2 {
    width: 91px;
    height: 128px;
    position: absolute;
    left: 107px;
    top: 76px;
}

.Map4_2 {
    width: 97px;
    height: 121px;
    position: absolute;
    left: 34px;
    top: 78px;
}

.Map5_2 {
    width: 99px;
    height: 68px;
    position: absolute;
    left: 91px;
    top: 179px;
}

.Map1_2, .Map2_2, .Map3_2, .Map4_2, .Map5_2 {
    display: none;
    cursor: pointer;
}

/**-- Calender --**/
.pignose-calendar {
    width: 100%;
    max-width: initial;
    background-color: #015f78;
    border: none;
    font-size: 100%;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 10px;
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    .pignose-calendar .pignose-calendar-top {
        padding: 10px 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
            padding: 10px 0;
            background: #038eb3;
            color: #fff;
        }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-year, .pignose-calendar .pignose-calendar-top .pignose-calendar-top-month {
            display: inline-block;
            text-align: center;
            font-size: 14px;
            color: #fff;
        }

        .pignose-calendar .pignose-calendar-top .pignose-calendar-top-nav .pignose-calendar-top-icon {
            color: #fff
        }

    .pignose-calendar .pignose-calendar-body {
        padding: 0px 16px 5px;
    }

    .pignose-calendar .pignose-calendar-unit {
        height: 40px;
    }

        .pignose-calendar .pignose-calendar-unit a {
            color: #fff;
        }

    .pignose-calendar .pignose-calendar-header .pignose-calendar-week {
        font-size: 12px;
    }

.box {
    position: absolute;
    transform: translate(-38%,-105%);
    z-index: 9;
    display: none;
}

    .box.show {
        display: block;
    }

    .box:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        top: 98%;
        left: 40%;
    }

    .box h2 {
        background: #ffca4f;
        text-align: left;
        margin: 0;
        padding: 15px;
        /*padding-left: 15px;*/
        min-width: 300px;
    }

    .box p {
        margin: 0;
        padding: 15px 15px;
        text-align: left;
        min-width: 300px;
        background: #fff;
        color: #000;
        position: relative;
        bottom: 1px;
        font-size: 14px;
        font-weight: normal;
    }

        .box p:last-child {
            bottom: 2px;
            padding-top: 0;
        }

        .box p span {
            float: right;
        }

.event-types .digit {
    background: #ffca4f;
    width: 20px;
    line-height: normal;
    text-align: center;
    margin-right: 5px;
    border-radius: 5px;
}

    .event-types .digit.bg-1 {
        background: #ffca4f;
    }

    .event-types .digit.bg-2 {
        background: #cb5905;
    }

    .event-types .digit.bg-3 {
        background: #5dddd3;
    }

    .event-types .digit.bg-4 {
        background: #00a72b;
    }


/*** Section-3 ***/
.services.owl-carousel .item {
}

.services.owl-carousel img {
    width: auto;
    vertical-align: middle;
}

.services.owl-carousel span {
    vertical-align: middle;
}

.services.owl-carousel .owl-nav {
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    transform: translate(0,-50%);
    margin: 0;
}

    .services.owl-carousel .owl-nav .owl-prev {
        position: absolute;
        left: -45px;
        /*font-size: 18px;*/
        background: transparent;
    }

    .services.owl-carousel .owl-nav .owl-next {
        position: absolute;
        right: -45px;
        /*font-size: 18px;*/
        background: transparent;
    }

.services.owl-theme .owl-dots .owl-dot span {
    background: #0285a8;
    width: 12px;
    height: 12px;
    margin: 10px 7px 5px;
}

.services.owl-theme .owl-dots .owl-dot.active span {
    background: rgba(2,133,168, 0.5);
}


/*** Footer ***/
.Newsletter-Subscription {
    padding-left: 45px;
}

    .Newsletter-Subscription input.form-control {
        background: #004b5f;
        color: #fff;
        font-size: 13px;
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.11);
        border: 1px solid #bababa;
        display: block;
        width: 100%;
        /*line-height: 41px;*/
        padding: 0 15px;
        margin-bottom: 15px;
        height: 40px;
    }

    .Newsletter-Subscription input.form-btn {
        background: #f0f0f0;
        color: #183352;
        font-size: 14px;
        font-weight: 700;
        border-radius: 5px;
        box-shadow: 0px 0px 2px rgba(0,0,0,0.11);
        border: 1px solid #bababa;
        display: block;
        width: 100%;
        padding: 8px 15px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }

/***------- Login POPUP ------***/
#login {
    position: absolute;
    background: #fff;
    min-width: 300px;
    right: -40px;
    border-radius: 5px;
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.3);
    top: 120%;
    text-align: left;
    padding: 20px 20px 0 !important;
    z-index: 9999;
}

    #login:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        bottom: 100%;
        left: 73%;
    }

#lgnUId {
    /*background: url('images/login-email.png') no-repeat;
    background-position: 5px center;*/
}
#lgnUPwd {
    /*background: url('images/login-pw.png') no-repeat;
    background-position: 5px center;*/
}

/**--- left-sidebar-modal ---**/
.left-sidebar-modal .modal-header {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .left-sidebar-modal .modal-header .close {
        font-size: 44px;
        color: #fff;
        opacity: 1;
    }

.left-sidebar-modal .modal-body {
    padding: 0;
}

.left-sidebar-modal li {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.left-sidebar-modal .modal-footer {
    background: #f2f2f2;
    text-align: left;
}

    .left-sidebar-modal .modal-footer p {
        color: #0280a1;
        margin-bottom: 0;
    }


.section-breadcrumbs {
    background: #aeaeae;
}

.breadcrumbs {
    list-style: none;
    padding: 3px 15px 0px;
    display: inline-block;
    margin: 0;
    width: 100%;
}

    .breadcrumbs li {
        float: left;
        margin-right: 30px;
        position: relative;
    }

        .breadcrumbs li a {
            color: #fff;
        }

        .breadcrumbs li:last-child {
            margin-right: 0;
        }

        .breadcrumbs li:not(:last-child)::before {
            content: "\f101";
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: -16px;
            letter-spacing: -2px;
            font-size: 14px;
            color: white;
            top: 3px;
        }

.doubleangled li a {
    position: relative;
    padding-left: 25px !important;
}

.doubleangled li {
    position: relative;
}

    .doubleangled li::before {
        content: "\f101";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        left: 10px;
        top: 12px;
    }



.arrows {
    position: relative;
    padding-left: 10px;
}

    .arrows::before {
        content: 'Â»';
        position: absolute;
        left: 0;
    }

.bottom-bar {
    margin: 0 -25px;
    border-top: 1px solid #e5e5e5;
    display: inline-block;
    width: calc(100% + 50px);
    margin-bottom: -5px;
}

    .bottom-bar > div {
        background: #f7f7f7;
        float: left;
        height: 100px;
    }

        .bottom-bar > div:not(:last-child) {
            border-right: 1px solid #e5e5e5;
        }

.ratings {
    width: 15.666667%;
    text-align: center;
    padding: 30px 0;
}

    .ratings i {
        font-size: 18px;
    }

.fontsizer {
    text-align: center;
    width: 15.666667%;
    padding: 30px 0;
}

    .fontsizer button {
        width: 20px;
        height: 20px;
        line-height: 1;
        padding: 0;
    }

.pointer-none {
    pointer-events: none;
}

.socializer {
    width: 18.666667%;
    text-align: center;
    padding: 30px 0;
}

.sender {
    width: 12.5%;
    text-align: center;
    padding: 25px 0;
}

.QRCode {
    width: 12.5%;
}

    .QRCode img {
        width: 100%;
        height: 100px;
    }


.sidepanel {
    position: fixed;
    left: 0;
    top: 25%;
    z-index: 99999;
    direction: ltr;
    transition: 0.5s linear left;
}

    .sidepanel ul {
        list-style: none;
        padding: 0;
    }

        .sidepanel ul li {
            text-align: left;
            height: 45px;
        }

            .sidepanel ul li a {
                padding: 10px;
                display: inline-block;
                background: #0280a1;
                width: 45px;
                height: 45px;
                overflow: hidden;
                transition: 0.3s linear width;
                white-space: nowrap;
                color: #fff;
                text-decoration: none !important;
            }

                .sidepanel ul li a.facebook {
                    background: #3a589b;
                }

                .sidepanel ul li a.twitter {
                    background: #55acee;
                }

                .sidepanel ul li a.insta {
                    background: #517fa6;
                }
                .sidepanel ul li a.android {
                    background: #B1CD48;
                }

                .sidepanel ul li a.iphone {
                    background: #565656;
                }
                .sidepanel ul li a.youtube {
                    background: #cf3427;
                }

                .sidepanel ul li a.settings img {
                    -webkit-animation: rotation 5s infinite linear;
                    animation: rotation 5s infinite linear;
                    pointer-events: none;
                }

                .sidepanel ul li a:hover {
                    width: 150px;
                }

    .sidepanel .opener {
        padding: 10px;
        position: fixed;
        left: 0;
        background: #333;
        color: #fff;
        display: none;
        top: 110px;
    }



.mapOman path,
.mapOman polygon {
    fill: #6a6a6a;
    transition: 0.2s linear all
}

    .mapOman path:hover,
    .mapOman polygon:hover {
        fill: #b3b3b3;
    }

.mapOman g path {
    fill: #fff;
}

.mapOman svg {
    width: 260px;
    margin-top: 20px;
}

.mapOman {
    text-align: center;
}


@-moz-document url-prefix() {
    .mapOman {
        transform: scale(0.5);
        top: -110px;
    }

    .tab-content #home, .tab-content #menu1 {
        height: 383px;
    }
}

.map-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.8);
    z-index: 9;
    direction: ltr;
    top: 0;
    left: 0;
}

    .map-overlay > img {
        position: absolute;
        top: calc(50% - 21px);
        left: calc(50% - 21px);
    }

    .map-overlay .closeoverlay {
        margin-top: -5px;
    }

    .map-overlay table {
        width: 100%;
        color: #fff;
    }

        .map-overlay table img {
            width: 30px;
        }


@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.settingsPanel {
    background: #015f78;
    position: absolute;
    top: 0;
    width: 230px;
    z-index: 9999;
}

    .settingsPanel h2 {
        font-size: 20px;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 10px 0;
        background: #038eb3;
    }

.customcolor {
    padding: 15px;
}

.colorbox {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    display: inline-block;
}

.customcolor.layout button,
.customcolor.readjust button {
    width: 100%;
}

.colorbox {
    cursor: pointer;
}

    .colorbox.red {
        background: #a10f2b;
    }

    .colorbox.blue {
        background: #027c9c;
    }

    .colorbox.green {
        background: #18ba9b;
    }

    .colorbox.yellow {
        background: #b3a48c;
    }

    .colorbox.darkgrey {
        background: #959595;
    }

    .colorbox.grey {
        background: #615768;
    }

    .colorbox.lightblue {
        background: #16becf;
    }

    .colorbox.peach {
        background: #d46d6e;
    }

    .colorbox.darkgreen {
        background: #0c8676;
    }

    .colorbox.darkblue {
        background: #4765a0;
    }

    .colorbox.skyblue {
        background: #27d7e7;
    }

    .colorbox.purple {
        background: #9b6bcc;
    }


    .colorbox.black {
        background: #333;
    }

    .colorbox.white {
        background: #fff;
    }

    .colorbox.img {
        width: 100%;
        height: auto;
    }

.btn-default {
    color: #555;
}

.btn-blue {
    color: #fff !important;
}

.customOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.studentEvent {
    background-color: #ffca4f;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.contextMenu {
    position: absolute;
    display: none;
}

    .contextMenu ul {
        width: 200px;
        list-style: none;
        background: #fff;
        padding: 0;
    }

        .contextMenu ul li:not(:last-child) {
            border-bottom: 1px solid #e5e5e5;
        }

        .contextMenu ul a {
            display: inline-block;
            width: 100%;
            padding: 5px 10px;
            transition: 0.2s linear all;
        }

            .contextMenu ul a:hover {
                text-decoration: none;
                background: rgba(0,0,0,0.2);
            }


.backgoundsChanger {
    padding: 15px;
}



@media(min-width: 1201px) {
    .container {
        width: 1200px;
    }
}

@media (max-width: 1199px) {
    /*.border-box select{margin-left: 0 !important;margin-right: 0 !important;width: 100% !important;}*/
    .services.owl-carousel .owl-nav .owl-prev {
        left: -30px;
    }

    .services.owl-carousel .owl-nav .owl-next {
        right: -30px;
    }
}

@media(max-width: 991px) {
    .services.owl-carousel .owl-nav {
        display: none;
    }

    .bottom-bar > div {
        width: 50%;
    }

    .content-center {
        top: 58%;
    }
}

@media (max-width: 767px) {
    .MapMain {
        transform: scale(0.7);
        margin-left: -39px;
    }

    .sidepanel {
        left: -45px;
    }

    .searchbox {
        width: 100%;
        display: block;
    }

    .sidepanel .opener {
        display: block;
    }

    .sidepanel.open {
        left: 0;
    }
    /* .searchbox input{width: calc(100% - 39px);} */
    .navbar-brand > img {
        width: 220px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

        .navbar-toggle .icon-bar {
            background: #333;
        }

    .content-center h1 {
        font-size: 20px !important;
        line-height: 1.2;
        margin: 0 !important;
    }

    .content-center p {
        display: none !important;
    }

    .content-center {
        top: 50%;
    }

    #navbar {
        position: fixed;
        top: 0px;
        z-index: 99999;
        width: 100%;
        height: 100vh !important;
        left: -100%;
        transition: 0.2s linear all;
        margin: 0 !important;
    }

        #navbar.in {
            left: 0;
        }

    .navbar-toggle {
        position: fixed;
        right: 0;
        z-index: 999999;
    }

        .navbar-toggle.collapsed {
            position: static;
        }

    ul.menu ul {
        position: static;
        width: 100%;
    }

        ul.menu ul li {
            width: 100%;
        }

    .top-links li {
        padding: 10px 8px;
    }
    /*** Section-2 ***/
    .MainMapBox {
        width: 100%;
    }

    .MainMap {
        width: 100%
    }

    .Map {
        width: 100%
    }

    .qa-tabs .nav-tabs > li > a {
        min-height: 64px;
        vertical-align: middle;
    }

    .box {
        left: 15px !important;
        width: initial;
        right: 15px !important;
        transform: translate(0%,-105%);
    }

        .box:after {
            display: none
        }

    .Newsletter-Subscription {
        padding-left: 15px;
    }

    /** Top Navigation **/
    .top-links {
        text-align: center;
    }

        .top-links li {
            float: none;
            display: inline-block;
        }

    /** Footer **/
    .main-footer h5 {
        margin: 30px 0 10px !important;
    }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom ul {
        text-align: center !important;
        padding: 10px 0 15px;
    }

    .wd-100 {
        width: 100%;
    }

    /****/
    .padd-null {
        padding: 0;
    }

    .sm-align-center {
        text-align: center;
    }

    #login {
        right: -7px;
    }

        #login:before {
            right: 8%;
            left: auto;
            bottom: 99%;
        }
}


.eSvcContent table[id*="_GV"],
.eSvcContent table[id*="_gv"] {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid silver !important;
}


    .eSvcContent table[id*="_GV"] th, .eSvcContent table[id*="_GV"] td,
    .eSvcContent table[id*="_gv"] th, .eSvcContent table[id*="_gv"] td {
        border: 1px solid silver !important;
    }

    .eSvcContent table[id*="_gv"], .eSvcContent table[id*="_GV"],
    .eSvcContent table[id*="_gv"] tr, .eSvcContent table[id*="_GV"] tr {
        background-color: transparent !important;
    }

        .eSvcContent table[id*="_GV"] th, .eSvcContent table[id*="_GV"] td,
        .eSvcContent table[id*="_gv"] th, .eSvcContent table[id*="_gv"] td {
            padding: 3px !important;
        }

.theme-blue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-blue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #027c9c !important;
}

.theme-red .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-red .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #a10f2b !important;
}

.theme-purple .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-purple .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #9b6bcc !important;
}

.theme-skyblue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-skyblue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #27d7e7 !important;
}

.theme-darkblue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-darkblue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #4765a0 !important;
}

.theme-darkgreen .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-darkgreen .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #0c8676 !important;
}

.theme-peach .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-peach .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #d46d6e !important;
}

.theme-lightblue .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-lightblue .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #16becf !important;
}

.theme-grey .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-grey .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #615768 !important;
}

.theme-darkgrey .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-darkgrey .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #959595 !important;
}

.theme-yellow .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-yellow .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #b3a48c !important;
}

.theme-green .eSvcContent table[id*="_GV"] tr:nth-child(1),
.theme-green .eSvcContent table[id*="_gv"] tr:nth-child(1) {
    background-color: #18ba9b !important;
}

.tooltip-inner {
    background-color: #DCDCDC !important;
    /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
    color: #000023;
    max-width: 400px;
    /*Width of tooltip content */
    /* Height of tooltip content */
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid #808080;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #808080;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #808080;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #808080;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #808080;
}

.qa-tabs .tab-pane {
    min-height: 424px;
    color: white;
}

.max-height-box {
    min-height: 481px;
}

.navbar-nav > li > a {
    font-size: 14px !important;
    text-transform: capitalize !important;
}



/* Style the buttons that are used to open and close the accordion panel */
.accordion1 {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: <%= Session["culture"]+""=="ar"? "right":"left" %>;
    border: none;
    outline: none;
    transition: 0.5s;
    font-weight:bold;
}
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    .active1, .accordion1:hover {
        background-color: #ccc;
    }
/* Style the accordion panel. Note: hidden by default */
.panel1 {
    margin: 2px;
    padding: 0px 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}

.accordion1:before {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    float: <%= Session["culture"]+""=="ar"? "right":"left" %>;
    margin- <%= Session["culture"]+""=="ar"? "left":"right" %>: 5px;
}

.active1:before {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.page-title {
    position: relative;
    padding: 0;
    margin: 0;
    /*font-family: "Raleway", sans-serif;*/
    font-weight: 300;
    font-size: 40px;
    color: #8E181B;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 30% 0; /*16px 0;*/
    grid-gap: 22px;
}

.page-title:after, .page-title:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
}

.content-frame-flat fieldset {
    padding: 20px !important;
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: linear 0.2s;
    border: 1px solid #ccc !important;
    background-color: #fff;
}

.content-box, .content-frame fieldset {
    padding: 20px !important;
    /*text-align: center;*/
    /*color: #037f9f;*/
    /*font-family: Calibri;*/
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    -ms-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    transition: linear 0.2s;
    border: 1px solid #e1dede !important;
    background-color: #fff;
}

    .content-box-white, .content-frame-white fieldset {
        background-color: white;
    }

    .content-box:hover, .content-frame fieldset:hover {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 0px;
        -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 0px;
        -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 0px;
        -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 0px;
        -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px 0px;
    }

.content-frame fieldset legend,
.content-frame-flat fieldset legend {
    margin-bottom: 0;
    background-color: #0281a3;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 10px;
    width: auto;
}

.content-frame.legend-center fieldset legend,
.content-frame-flat.legend-center fieldset legend {
    text-align: center;
    /*margin-bottom: 10px;*/
}

.content-frame.bg-gray fieldset {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.text-blue {
    color: #0281a3;
}

.text-blue-dark {
    color: #045D87;
}

.block-ui {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
    text-align: center;
}

.display-inline {
    display: inline;
}

.display-none {
    display: none;
}

.steps {
    margin-bottom: 33px
}

.steps ul {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    list-style: none;
    padding-left: 0
}

.steps li, .steps li.current {
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    position: relative;
    padding-bottom: 3px;
    padding-right: 63px;
}

.steps.step-rtl li, .steps.step-rtl li.current {
    padding-right: 0px;
    padding-left: 63px
}

.steps li:last-child {
    padding-right: 0
}

.steps li .current-info {
    display: none
}

.steps li::before {
    position: absolute;
    content: "";
    background: #e5e5e5;
    width: 90%; /*168px;*/
    height: 6px;
    top: 15%; /*20%;*/
    left: 46%; /*47%*/
}

.steps.step-rtl li::before {
    right: 46%; /*47%*/
}

.steps li:last-child::before {
    content: none
}

.steps li.current::after {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    background: #ccc;
    top: 100%;
    left: 22%; /*25%*/
}

.steps.step-rtl li.current::after {
    right: 22%; /*25%*/
}

.steps li a {
    text-decoration: none;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none
}

.steps li a .title {
    text-align: center
}

.steps li a .title span {
    display: block;
    font-size: 16px
}

.steps li a .title .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #ccc;
    margin: 0 auto;
    position: relative;
    outline: none;
    -o-outline: none;
    -ms-outline: none;
    -moz-outline: none;
    -webkit-outline: none;
    color: #fff;
    font-size: 20px
}

.steps li a .step-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%)
}

.steps li.current a .step-icon, 
.steps li.current a:active .step-icon, 
.steps .done::before, 
.steps li.done a .step-icon, 
.steps li.done a:active .step-icon {
    background: #0281a3; /*#6eba2a*/
}

.steps li.current a .step-icon, 
.steps li.current a:active .step-icon {
    box-shadow: 0 5px 18px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 5px 18px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 5px 18px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 18px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 18px 0 rgba(0,0,0,.2);
}

.steps li a .step-number {
    color: #666;
    font-weight: 400;
    padding: 17px 0 8px
}

.steps li a .step-text {
    color: #333;
    font-weight: 600;
    padding-bottom: 8px
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.switch input:checked ~ .slider {
    background-color: #0281a3;
}

.switch input:focus ~ .slider {
    box-shadow: 0 0 1px #0281a3;
}

.switch input:checked ~ .slider:before {
    -webkit-transform: translateX(26px);
    -moz-transform: translateX(26px);
    -ms-transform: translateX(26px);
    -o-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
    -o-border-radius: 34px;
    -ms-border-radius: 34px;
    -moz-border-radius: 34px;
    -webkit-border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.NewCalendar {
    z-index: 2000 !important;
}

.NewCalendar .ajax__calendar_container {
    border: 1px solid #E0E0E0;
    background-color: #FAFAFA;
    width: 245px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0,0,0,.15);
    padding: 10px;
}

.NewCalendar .ajax__calendar_header {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #9F9F9F;
    font-weight: normal;
    text-shadow: 0px 0px 2px #D3D3D3;
    height: 32px;
    border: 1px solid #E0E0E0;
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    padding-top: 5px;
    margin-bottom: 5px;
}

.NewCalendar .ajax__calendar_title,
.NewCalendar .ajax__calendar_next,
.NewCalendar .ajax__calendar_prev {
    color: #045D87;
}

.NewCalendar .ajax__calendar_prev {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #959595;
    margin-left: 5px;
}

.NewCalendar .ajax__calendar_next {
    width: 20px;
    height: 20px;
    border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 1px solid #959595;
    margin-right: 5px;
}

.NewCalendar .ajax__calendar_title {
    padding-top: 2px;
}

.NewCalendar .ajax__calendar_body {
    width: 225px;
    height: 139px;
    position: relative;
}

.NewCalendar .ajax__calendar_days,
.NewCalendar .ajax__calendar_months,
.NewCalendar .ajax__calendar_years {
    width: 225px;
}

.NewCalendar .ajax__calendar_dayname {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    color: #045D87;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    background-color: #EDEDED;
    border: solid 1px #D3D3D3;
    text-transform: uppercase;
    margin: 1px;
    height: 18px;
    width: 30px;
    padding-top: 1px;
}

.NewCalendar .ajax__calendar_day {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    border: solid 1px #E0E0E0;
    text-transform: uppercase;
    margin: 1px;
    width: 30px !important;
    color: #333;
    height: 18px;
    padding: 1px;
}

.NewCalendar .ajax__calendar_hover .ajax__calendar_day,
.NewCalendar .ajax__calendar_hover .ajax__calendar_month,
.NewCalendar .ajax__calendar_hover .ajax__calendar_year,
.NewCalendar .ajax__calendar_active .ajax__calendar_day,
.NewCalendar .ajax__calendar_active .ajax__calendar_month,
.NewCalendar .ajax__calendar_active .ajax__calendar_year {
    color: #045D87;
    font-weight: bold;
    background-color: #efefef;
}

.NewCalendar .ajax__calendar_year {
    border: solid 1px #E0E0E0;
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 1px;
    height: 44px;
    width: 54px;
    color: #333;
}

.NewCalendar .ajax__calendar_month {
    border: solid 1px #E0E0E0;
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    vertical-align: middle;
    margin: 1px;
    height: 44px;
    width: 54px;
    color: #333;
}

.NewCalendar .ajax__calendar_today {
    font-family: Tahoma, Calibri, sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 2px #D3D3D3;
    text-align: center !important;
    text-transform: uppercase;
    margin: 1px;
    color: #6B6B6B;
}

.NewCalendar .ajax__calendar_other .ajax__calendar_day {
    background-color: #f5f5f5;
    margin: 1px;
    color: #959595;
}

.NewCalendar .ajax__calendar_hover .ajax__calendar_today,
.NewCalendar .ajax__calendar_hover .ajax__calendar_title {
}

.NewCalendar .ajax__calendar_footer {
    /*width: 175px;*/
    border: none;
    height: 25px;
    vertical-align: middle;
    color: #045D87;
    border: solid 1px #E0E0E0;
    font-size: 11px;
    margin-top: 5px;
}

.NewCalendar table[id*="_gv"] {
    border: 0px !important;
}

table[id*="_gv"] .NewCalendar table[id*="_gv"] tr:nth-child(1) {
    background-color: transparent !important;
}

.NewCalendar table[id*="_gv"] td {
    padding: 0 !important;
    border: 0px !important;
}

.checkbox-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 1.5em;
}

.checkbox-control input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: #e1e1e1;
    width: 1.35em;
    height: 1.35em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);
    font-size: 2rem;
    display: grid;
    place-content: center;
}

.checkbox-control input[type="checkbox"]::before {
    content: "";
    background-color: #045D87;
    width: 0.65em;
    height: 0.65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #0281a3;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.checkbox-control input[type="checkbox"]:checked::before {
    transform: scale(1);
}

.checkbox-control input[type="checkbox"]:focus {
    outline: none;
}

.checkbox-control input[type="checkbox"]:disabled {
    color: #ddd;
    cursor: not-allowed;
}

.select2-container--default .select2-selection--single {
    padding: 2px 5px !important;
    height: 34px !important;
    border: 1px solid #ccc !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s !important;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #555 !important;
}

.modal_new {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) 50% 50% no-repeat;
    text-align: center;
}

.w-auto {
    width: auto;
}

.option-box {
    display: flex;
    padding 0;
    cursor: pointer;
}

.option-box input[type="radio"] {
    opacity: 0;
}

.option-box .option-box-content {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    background: rgb(222,222,222);
    background: linear-gradient(180deg, #e8e8e8 0%, #ffffff 100%);
    transition: 0.3s;
    color: #777;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
    min-height: 140px;
}

.option-box .option-box-content .icon {
    font-size: 40px;
}

    .option-box .option-box-content img {
        margin: 0 auto;
    }

.option-box .option-box-content:hover,
.option-box input[type="radio"]:checked ~ .option-box-content {
    border-color: var(--theme-blue);
    color: var(--theme-blue);
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.dropdown-menu {
    right: 0 !important;
    left: auto;
    text-align: left;
}

.dropdown-button {
    position: relative;
    display: inline-block;
}

    .dropdown-button .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f1f1f1;
        min-width: 100px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        border: 1px solid #e1e1e1;
    }

        .dropdown-button .dropdown-content a {
            color: #027c9c;
            padding: 7px 7px 7px 10px;
            text-decoration: none;
            display: block;
            font-weight: 600;
        }

            .dropdown-button .dropdown-content a:hover {
                background-color: #ddd;
            }

    .dropdown-button .show {
        display: block;
    }

.bs-callout {
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    border-left-width: 5px;
}

    .bs-callout h1, .bs-callout h2,
    .bs-callout h3, .bs-callout h4,
    .bs-callout h5 {
        margin-top: 0;
        margin-bottom: 5px;
        font-weight: 600;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h1, .bs-callout-default h2,
    .bs-callout-default h3, .bs-callout-default h4,
    .bs-callout-default h5 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h1, .bs-callout-primary h2,
    .bs-callout-primary h3, .bs-callout-primary h4,
    .bs-callout-primary h5 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h1, .bs-callout-success h2,
    .bs-callout-success h3, .bs-callout-success h4,
    .bs-callout-success h5 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h1, .bs-callout-danger h2,
    .bs-callout-danger h3, .bs-callout-danger h4,
    .bs-callout-danger h5 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h1, .bs-callout-warning h2,
    .bs-callout-warning h3, .bs-callout-warning h4,
    .bs-callout-warning h5 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h1, .bs-callout-info h2,
    .bs-callout-info h3, .bs-callout-info h4,
    .bs-callout-info h5 {
        color: #5bc0de;
    }

label.required:before {
    content: "* ";
    color: #d9534f;
}

.radio-control {
    display: grid;
    grid-template-columns: 1em auto;
    gap: 1.5em;
}

    .radio-control input[type="radio"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: #fff;
        margin: 0;
        font: inherit;
        font-size: 1.75rem;
        color: #e1e1e1;
        width: 1.35em;
        height: 1.35em;
        border: 0.15em solid currentColor;
        border-radius: 1em;
        transform: translateY(-0.075em);
        display: grid;
        place-content: center;
    }

        .radio-control input[type="radio"]::before {
            content: "";
            background-color: #045D87;
            width: 0.85em;
            height: 0.85em;
            transform: scale(0);
            transition: 120ms transform ease-in-out;
            box-shadow: inset 1em 1em #045D87;
            transform-origin: center;
            clip-path: circle(40%);
        }

        .radio-control input[type="radio"]:checked::before {
            transform: scale(1);
        }

        .radio-control input[type="radio"]:focus {
            outline: none;
        }

        .radio-control input[type="radio"]:disabled {
            color: #ddd;
            cursor: not-allowed;
        }

    .radio-control br {
        display: none;
    }

.d-flex {
    display: flex;
}