/* =Common Styles
-------------------------------------------------------------- */

body {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Verdana';
    /*max-width: 1170px;*/
    max-width: auto;
    margin: auto;
}

.body_portal {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Verdana';
    /*max-width: 1170px;*/
    max-width: auto;
    margin: auto;
    img: url('../images/portal/Login.png') center center no-repeat;
}

body_without_border {
    color: #999999;
    font-family: "Verdana";
    font-size: 16px;
    font-weight: normal;
}
.bdy-bg{
    background: #FFF;
    background-attachment: fixed;
    background-size:cover;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: #012b42;
    font-weight: bold;
    font-size: 12px;
    font-family: 'Verdana';
}
a:hover {
    color: #05b9df;
    /*color: #CFF9FF;*/
    font-weight: bold;
    font-size: 12px;
    font-family: 'Verdana';
}
ul, ol {
    margin: 0;
    padding: 0;
}
.btn-primary {
    color: #fff;
    background-color: #273B7A;
    border-color: #273B7A;
    padding-left: 2px;
    padding-right:  2px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #273B7A;
    border-color: #273B7A;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #1a512d;
}
/* 
 *  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
    0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
/* 
 *  Owl Carousel - Auto Height Plugin
*/
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
*/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.testimonial-slider .owl-stage-outer {
    overflow: hidden;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;/*-webkit-transform-style: preserve-3d;*/
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/* 
 *  Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    /*transform-style: preserve-3d;*/
}
/* 
 *  Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
/* Owl Navigation Styling */

.owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0;
}
.owl-nav div {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
/* Owl Dot Styling */

.owl-dots {
    text-align: left;
    display: none !important;
}
.owl-dot {
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 999;
}
.owl-dot {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 2px;
    background: #FFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.owl-dot:hover, .owl-dot.active {
    background: #2c85c4;
}
@media only screen and (min-width:769px) {
    .owl-dots {
        display: block !important;
    }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min--moz-device-pixel-ratio: 1.5),  only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../images/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }
    #fancybox-loading div {
        background-image: url('../images/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* =Header
-------------------------------------------------------------- */

.wrapper {
    width: 100%;
    height: 100%;
    max-width: 1170px;
    display: block;
    margin: 0 auto
}
.wrapper-content {
    width: 100%;
    float: left;
    /*background-color: #FAFAFA;*/
    background-color: white;
}
.logo {
    width: 100%;
    display: block;
    margin: 0 auto 50px;
}
.main-sec {
    width: 100%;
    float: left;
    background: #FFF;
    box-shadow: rgba(0,0,0,0.4) 0 0 10px;
}
.banner-slider {
    width: 100%;
    float: left;
}
.banner-slider .owl-nav {
    top: 40%;
}
.banner-slider .owl-nav > div {
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
}
.banner-slider .owl-nav .owl-prev {
    left: 3px;
    background: url(../images/l-arw.png) no-repeat center;
}
.banner-slider .owl-nav .owl-next {
    right: 3px;
    background: url(../images/r-arw.png) no-repeat center;
}
.banner-slider .item {
    width: 100%;
    float: left;
    position: relative;
}
.banner-slider .banner-caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.64);
    padding: 12px 15px;
}
.banner-slider .banner-caption p {
    margin: 0;
    font-size: 13px;
    color: #ffffff;
    font-family: 'Calibri';
}
.loginform-sec {
    width: 100%;
    float: left;
    padding-bottom:20px;
}
.loginform-sec h2 {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    background-color: #085583;
    text-align: center;
    font-weight: normal;
    padding: 20px 0;
}
.loginform-sec .body-panel {
    padding-top:20px;
    text-align: center;
}
.loginform-sec .input-fields {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 13px;
}
.loginform-sec .input-fields i {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    position: absolute;
}
.error-msg{
    color:#F00;
    font-size:12px;
    font-family:'Arial';
    margin:5px 0 0 0;
}
.form-area .error-msg{
    color:#F00;
    font-size:12px;
    font-family:'Arial';
    position:absolute;
    bottom:-20px;
    left:0;
    right:0;
    margin:0 auto;
}
.form-area .success_msg {
    font-size: 12px;
    color: #000;
    text-align:center;
    font-family: 'Arial';
    border: #129848 2px solid;
    margin: 7px 0 0 0;
    clear: both;
    padding: 5px 0;
}

.loginform-sec .input-fields i.user {
    background: url(../images/user-icon.jpg) no-repeat center;
}
.loginform-sec .input-fields i.password {
    background: url(../images/lock-icon.jpg) no-repeat center;
}
.loginform-sec .form-control {
    height: 40px;
    border: none;
    border-bottom: #007acc 2px solid;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.loginform-sec .btn-sec {
    width: 100%;
    float: left;
    margin-top:0;
}
.loginform-sec input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 120px;
    border: none;
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
    background: #085583;
    border-radius: 5px;
    padding: 9px 0;
}
.loginform-sec input[type="submit"]:hover {
    background: #007ACC;
}
.loginform-sec .success_msg{
    font-size:12px;
    color:#000;
    font-family:'Arial';
    border:#129848 2px solid;
    margin:7px 0 0 0;

    clear:both;
    padding:5px 0;
}
/********/
.main-header{
    width:100%;
    float:left;
    padding-top:0px;
}
.main-header .logo{
    margin:0 auto 20px;
}
.nav-bar{
    width:100%;
    float:left;
    background:#2E4660;
}

.nav-bar_portal{
    width:100%;
    height: 50px;
    float:left;
    /*background:rgb(239, 239, 239);*/
    background: #efefef;
}

.toggle-menu{
    display:block;
    background:#1a512d;
    padding:5px 10px;
    text-align:right;
    color:#FFF;
    font-size:20px;
}
.nav-sup{
    text-align:left;
    list-style:none;
    margin:0;
    padding:0;
    display:none;
}
.nav-sup li a{
    display:block;
    padding:7px 10px;
    font-size:13px;
    color:#FFF;
    font-family:'Verdana';
    font-weight: bolder;
    position:relative;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.nav-sup li a:before{
    content:'';
    width:100%;
    height:4px;
    background:#FFF;
    position:absolute;
    bottom:0;
    left:0;
    bottom:0;
    right:0;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.nav-sup li.active a,
.nav-sup li a:hover{
    background: #32683f;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.nav-sup li.active a:before,
.nav-sup li a:hover:before{
    opacity:1;
    visibility:visible;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.user-login{
    text-align:center;
    margin:10px 0;

}
.user-login li{
    display:inline-block;
    vertical-align:middle;
}
.user-login li a{
    display:block;
    padding:0 10px;
    font-size:13px;
    color:#FFF;
    font-weight: bolder;
    font-family:'Verdana';
    line-height:1em;
}
.user-login li + li a{
    border-left:#FFF 1px solid;
}
.user-login li a:hover{
    color: #CFF9FF;
}

.body_portal a:hover{
    /*color: #05b9df;*/
    color: #CFF9FF;
    font-weight: bold;
    /* font-size: 12px;*/
    font-family: 'Verdana';    
}
/********/
.body{
    width:100%;
    float:left;
    background:#f1f1f1;
    padding: 15px 0 30px;
    min-height: 550px;
}
.body_layout_portal{
    width:100%;
    float:left;
    background: white;
    padding: 15px 0 30px;
    min-height: 550px;
}
.bread-crumb{
    width:100%;
    float:left;
    margin:0 0 12px 0;
    padding:0;
    list-style-type:none;
}
.bread-crumb li{
    display:inline-block;
    vertical-align:middle;
    font-size:12px;
    color:#696969;
    font-family:'Arial';
    position:relative;
}
.bread-crumb li a{
    text-decoration:underline;
    color:#1a512d;
}
.bread-crumb li + li{
    padding-left: 13px;
    margin-left: 4px;
}
.bread-crumb li + li:before{
    content:'>';
    width:auto;
    height:auto;
    position:absolute;
    top:0;
    left:0;
    font-size:13px;
    color:#1a512d;
    font-family:'Arial';
}

.left-panel{
    width:100%;
    float:left;
    margin-bottom:20px;
}
.white-bg{
    width:100%;
    float:left;
    /*background:#FAFAFA;*/
    background: white;
    /*border:#bebebe 1px solid;*/
    min-height:700px;
}
.white-bg_portal{
    width:100%;
    float:left;
    background:white;
    /*border:#bebebe 1px solid;*/
    min-height:450px;
}
.category-listing{
    width:100%;
    float:left;
    padding:0;
    margin:0;
    list-style-type:none;
}
.category-listing li{
    position:relative;

}
.category-listing > li > .arrw{
    width: 24px;
    height: 24px;
    position: absolute;
    z-index:999;
    cursor:pointer;
    top: 5px;
    right: 4px;
    background: url(../images/arrw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category-listing > li.actv > .arrw{
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;

}
.category-listing li a{
    display:block;
    line-height:1em;
    color: #000;
    font-size:12px;
    font-family:'Verdana';
    font-weight:800;

    padding:12px 15px;
    position:relative;
}
.category-listing li a:before{
    content:'';
    width:6px;
    height:0;
    position:absolute;
    top:0;
    left:0;
    background:#6F7275;
    opacity:0;
    visibility:hidden;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.category-listing li.active a:before,
.category-listing li a:hover:before{
    opacity:1;
    height:100%;
    visibility:visible;
    -webkit-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.category-listing li + li{
    border-top:#d5d5d5 1px solid;
}
.category-listing ul{
    list-style:none;
    background:#f6f6f6;
    border-top:#d5d5d5 1px solid;
    display:none;
}
.category-listing ul > li > a{
    padding: 12px 23px;
    color:#1b1b1b;
}

.right-panel{
    width:100%;
    float: left;
    padding-right: 5px;
}
.right-panel_portal{
    width:100%;    
}
h1.heading{
    border-bottom: #6F7275 1px solid;
    background:#273B7A;
    text-align:center;
}
h2.heading{
    border-bottom: #1a512d 1px solid;
    background:white;
    text-align:center;
    color:black;
}
h1.table-heading{
    border-bottom: rgb(8, 85, 131) 1px solid;
    background:rgb(8, 85, 131);
    text-align:center;
    padding:-5px;
}
.heading{
    color:white;
    font-size:14px;
    font-family:'Verdana';
    font-weight:bolder;

    padding:5px 0 5px 0;
    border-bottom:#cdcdcd 1px solid;
    margin:0 0 14px 0;
}
.table-heading{
    color:white;
    font-size:14px;
    font-family:'Verdana';
    font-weight:bolder;

    padding:5px 0 5px 0;
    border-bottom:#cdcdcd 1px solid;
    margin:0 0 14px 0;
}
.panl-body{
    width:100%;
    float:left;
    padding:0 20px 22px;
    height:100%;
}
.panl-body_portal{
    width:100%;
    float:left;
    padding:0 60px 22px;
}
.panl-body p{
    font-size:12px;
    color:#666666;
    font-family:'Arial';
    line-height:1.6em;
    margin:0 0 15px 0;	
}
.table-space{
    padding:10px;
}
.table-area{
    width:100%;
    margin-right: auto; 
    margin-left: auto;
    box-shadow: 0 5px 20px 2px rgb(8, 85, 131); 
    text-align: center;
    border:1px #1a512d solid;
    padding-bottom: 8px;
}
.table-area h3{
    color:white;
    background-color: #273B7A;
    font-size:14px;
    font-family:'Verdana';
    font-weight:bold;

    margin:0 0 10px;
}
.table-area table{
    border:#c4c4c4 1px solid !important;
}
.table-area table > thead{
    background:#273B7A;
    text-align:left;
}
.table-area table > thead > tr > th{
    font-size:12px;
    color:#FFF;
    font-family:'Verdana';

    border:none;
    text-align:left;
}
.table-area table > tbody > tr:nth-child(odd){
    background: #E0E8FF !important;
}
.table-area table > tbody > tr > td{
    color:#000;
    font-size:12px;
    font-family:'Verdana';
    text-align:left;
}

#example_filter{
    color:#666666;
    font-size:15px;
    font-weight:600;
    font-family:'Verdana';
}
#example_filter input{
    border:#ccc 1px solid;
    padding:0 10px;
    color:#666666;
    font-size:12px;
    font-family:'Verdana';
    height:30px;
    font-weight:normal;
}
#example_info{
    display:none;
}

.form-area{
    width:100%;
    margin-top:3px; /* modify by sandeep Kumar on 1/12/2016 */
    margin-bottom:15px;/* add by sandeep Kumar on 1/12/2016 */
    border:1px #1a512d solid;
    box-shadow: 0 8px 20px 2px rgb(8, 85, 131); 
    padding: 5px;
    padding-bottom: 8px;
}
.form-area-button{
    width:100%;
    margin-top:3px; /* modify by sandeep Kumar on 1/12/2016 */
    margin-bottom:15px;/* add by sandeep Kumar on 1/12/2016 */
    border:1px #1a512d solid;
    box-shadow: 0 8px 20px 2px rgb(8, 85, 131); 
    padding: auto;
}
.form-area .heading{
    text-align:center;
}
.form-area .input-field{
    width:100%;
    float:left;
    position:relative;
    margin-bottom:18px;
}
.form-area label{
    font-size:11px;
    color:#666666;
    font-size:12px;
    font-family:'Verdana';
    font-weight:900;
    text-transform:normal;
    margin: 10px 30px 10px 5px;

}
.form-area .form-control{
    width:100%;
    border-radius:0;
    height:30px;
    background: #FFF;
    box-shadow:none;
    border:1px #444 groove;
    padding: 0 0 2px 0;
    color:#000;

}

.form-area .form-control-half{
    width:40%;
    border-radius:0;
    height:30px;
    background: #FFF;
    box-shadow:none;
    border:1px #444 groove;
    padding: 0 0 2px 0;
    color:#000;

}

.form-area .form-control-multi-select{
    width:100%;
    border-radius:0;
    background: #FFF;
    box-shadow:none;
    border:1px #444 groove;
    padding: 0 0 2px 0;
    color:#000;
    font-family: 'Verdana';
    font-size: 14px;

}
.type-select .s2j-combobox-input {
    width:100% !important;
    border-radius:0;
    height:30px;
    background: #FFF;
    box-shadow:none;
    border:1px #444 groove;
    padding: 0 0 2px 0;
    color:#000;
}

.form-area textarea.form-control{
    height:70px;
}
.form-area .radio-field{
    list-style-type:none;
}
.form-area .radio-field li{
    font-size:12px;
    color:#666666;
    font-family:'Verdana';
    margin-bottom:5px;
}
.form-area input[type="radio"],
.form-area input[type="checkbox"]{
    display:inline-block;
    vertical-align:middle;
    margin:0 2px 0 0;
}
.form-area .chkbox-field{
    list-style-type:none;
}
.form-area .chkbox-field li{
    font-size:12px;
    color:#666666;
    font-family:'Verdana';
    margin-bottom:10px;
}
.form-area .btn-sec{
    width:100%;
    float:left;
    text-align:right;
    font-family:'Verdana';
}

.form-area .btn-sec-msr{
    width:100%;
    float:left;
    text-align:center;
}

.form-area-button .btn-sec{
    width:100%;
    text-align:center;
}
.table-area .btn-sec{
    width:100%;
    float:left;
    text-align:right;
}

.table-area .btn-sec-msr{
    width:100%;
    float:left;
    text-align:center;
}
.form-area input[type="submit"],
.form-area input[type="reset"]{
    font-family:'Verdana';
    min-width:91px;
    color:#ffffff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: bolder;
    text-align:center;
    border: none;
    padding:5px 0 5px;
}
.form-area input[type="reset"]{
    background:#6F7275;
}
.form-area input[type="submit"]{
    background:#6F7275;
    margin-left:10px;
}
.form-area input[type="submit"]:hover,
.form-area input[type="reset"]:hover{
    background: #a5a5aa ;
}

.table-area input[type="submit"],
.table-area input[type="reset"]{
    width:9%;
    max-width:320px;
    text-align:center;
    border-radius:4px;
    font-size:12px;
    color:#ffffff;
    border: none;
    padding: 7px 0 4px;
}
.table-area input[type="reset"]{
    background:#1a512d;
}
.table-area input[type="submit"]{
    background:#1a512d;
    margin-left:10px;
    font-weight: bold;
}
.dataTables_paginate{
    width:100%;
    float:left;
    margin-top:10px;
}
.dataTables_paginate a{
    font-size:14px;
}
.dataTables_paginate .paginate_button{
    background:transparent !important;
    border:#ccc 1px solid !important;
    padding: 5px 10px !important; 
} 
.dataTables_scrollBody{
    border-bottom:none !important;
}
.dataTables_length label{
    color: #666666;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Verdana';
}

.date{
    font-family: 'Verdana';
    font-size: 12px;
    color: #8e3d04;
    font-weight: bolder;
    margin-top:  1px;
    padding-top:  -40px; 
}
#date_label{
    font-family: 'Verdana';
    font-size: 12px;
    color: #8e3d04;
    font-weight: bolder;
    padding-top:  -40px;

}
/*********/


.main-footer {
    width: 100%;
    float: left;
    padding: 10px 0;
    text-align: center;
    background-color: #2A2A2A;
    background-size: 5px 5px;
    background-position: 0 0, 5px 5px;

}
.main-footer .left-text {
    display: block;
    margin: 0 0 10px 0;
}
.main-footer .left-text p.title {
    text-transform: uppercase;
    color: #FFF;
    font-size: 13px;
    line-height: 1em;
    margin: 0 0 6px 0;
}
.main-footer .left-text p {
    color: #cff9ff;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    line-height: 1.4em;
}
.main-footer .pwrd {
    font-size: 11px;
    color: #FFF;
    margin: 0;
    text-align:right;

}
.main-footer .pwrd img {
    margin-left: 10px;
}

/*********/






@media only screen and (min-width:641px) {
    .logo {
        width: 362px;
    }
    .banner-slider .banner-caption p {
        font-size: 18px;
    }
}

@media only screen and (min-width:768px) {
    .main-header .logo{
        float:left;
    }
    .toggle-menu{
        display:none;
    }
    .nav-sup {
        float: left;
        display:block;
    }
    .nav-sup li{
        display:inline-block;
        vertical-align:middle;
    }
    .nav-sup li a {
        padding: 12px 10px;
    }
    .user-login{
        float:right;
        margin: 8px 0;
    }
}

@media only screen and (min-width:992px) {
    .wrapper-content {
        padding: 98px 0;
    }
    .main-footer {
        text-align: left;
    }
    .main-footer .left-text {
        margin: 3px 0 0 0;
    }
    .left-panel{
        width:20%;
        padding-right:15px;
        padding-left: 10px;
        height:80%
    }
    .right-panel{
        width:80%;
    }
    .right-panel_portal{
        width:100%;
    }
}
@media only screen and (min-width:1200px) {
    .form-area .radio-field li {
        width: 33.33%;
        float: left;
    }
}
h4.sub-heading{
    color:#000;
    text-align: center;
    font-weight: 700;
}
h5.sub-heading{
    color:#000;
    text-align: center;
    font-weight:bold;
}
h6.sub-heading{
    color:#000;
    text-align: center;
    font-weight:bold;
}

/* add by sandeep Kumar on 02-01-2017 for Switch role panel */
#login-dp{
    min-width: 200px;
    padding: 14px 14px 0;    
    overflow:hidden;
    background-color: #6F7275;
    opacity: .8;    
}
#login-dp .help-block{
    font-size:12px    
}
#login-dp .bottom{
    background-color:rgba(255,255,255,.8);
    border-top:1px solid #ddd;
    clear:both;
    padding:14px;
}
#login-dp .social-buttons{
    margin:12px 0    
}
#login-dp .social-buttons a{
    width: 49%;
}
#login-dp .form-group {
    margin-bottom: 10px;
}
@media(max-width:768px){
    #login-dp{
        background-color: inherit;
        color: #fff;
    }
    #login-dp .bottom{
        background-color: inherit;
        border-top:0 none;
    }
}
.form-area .input-calender{
    width:85%;
    background: #FFF;
    box-shadow:none;
    border:1px #444 groove;
    padding: 0 0 2px 0;
    height:30px;
}
.form-area-cm{
    width:100%;
    float:left;
    margin-top:3px; /* modify by sandeep Kumar on 1/12/2016 */
    margin-bottom:15px;/* add by sandeep Kumar on 1/12/2016 */
    border:1px #1a512d solid;
    padding: 20px;
    padding-bottom: 8px;
    font-size:12px; 
    color:#000000;
    box-shadow: 0 8px 20px 2px #6cb2fc; 
}
.form-area-cm label{
    margin-bottom: 8px;
}
.form-area-cm .form-control-cm{
    width:100%;
    border-radius:4px;
    height:35px;
    background: #1a512d;
    box-shadow:none;
    border:1px #1a512d groove;
    padding: 0 0 2px 0;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: 'Verdana';
    font-size: 14px;
    font-weight: bolder;
}
.form-area-cm textarea.form-control-cm{
    height:70px;
}
#col-md-4-cm{
    font-size: 12px;
    border-right: 1px outset #1a512d;
    background: #1a512d;
    margin-top: 36px;
    padding: 10px;
}


table.pretty thead th.sorting_asc {
    background: #66A9BD;
}

@media print {
    .table-heading{
        color:white;
        font-size:14px;
        font-family:'Verdana';
        font-weight:bolder;
        padding:5px 0 5px 0;
        border-bottom:#cdcdcd 1px solid;
        margin:0 0 14px 0;
        -webkit-print-color-adjust: exact; 
        color-adjust: exact;
    }
}
@media print {
    h1.table-heading{
        border-bottom: #1a512d 1px solid;
        background-color:#1a512d !important;
        text-align:center;
        padding:-5px;
        -webkit-print-color-adjust: exact; 
        color-adjust: exact;
    }
}

@media print {
    body {
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
    }
}
@media print {
    h2.heading{
        border-bottom: #1a512d 1px solid !important;
        background:white;
        text-align:center;
        color:black;
        -webkit-print-color-adjust: exact; 
        color-adjust: exact;
    }
}

@media print {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: none;
        width: 100%;
    }
}
/* Cover Spin*/
#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:#1a512d;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.red-mark {
    color: red;
}

