@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i');
/*font-family: 'Open Sans', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i');
/*font-family: 'Roboto', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');
/*font-family: 'Raleway', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i');
/*font-family: 'Roboto Condensed', sans-serif;*/

body {
    /*font-family: 'Open Sans', sans-serif;*/
    color: #171717;
    font-size: 1.5em;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Roboto Condensed', sans-serif;
}

/*SECTION TOP NAV*/

a {
    transition-duration: .2s;
}

.top-nav {
    background-color: #e6e6e6;
    border-top: 3px solid transparent;
    border-image: url(../images/top-border.png) 30 30 30 30 round round;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
    padding: 0px;
    z-index: 999999;
    position: relative;
    border-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    height: auto;
}

.top-nav .time {
    float: left;
    color: #000;
    text-decoration: none;
    padding-top: 8px;
}

.top-nav .time i {
    font-size: 14px;
}

.top-nav ul {
    margin: 0px;
    padding: 0px;
}

.top-nav li {
    list-style-type: none;
    text-align: right;
    padding: 8px 6px;
    display: inline-block !important;
}

.top-nav li:nth-child(1) {
    border-right: solid 1px RGBA(179, 174, 174, 0.65);
}

.top-nav li:nth-child(2) {
    border-right: solid 1px RGBA(179, 174, 174, 0.65);
}

.top-nav li:nth-child(3) {
    border-right: solid 1px RGBA(179, 174, 174, 0.65);
}

.top-nav li:nth-child(4) {
    padding-left: 2px;
    padding-right: 2px;
}

.top-nav li:nth-child(5) {
    padding-left: 2px;
    padding-right: 2px;
}

.top-nav li:nth-child(6) {
    padding-left: 2px;
    padding-right: 2px;
}

.top-nav li:nth-child(7) {
    padding-left: 2px;
    padding-right: 2px;
}

.top-nav li:nth-child(8) {
    padding-left: 2px;
    padding-right: 2px;
    border-right: solid 0px RGBA(179, 174, 174, 0.65);
}

.top-nav li:nth-child(9) {
    border-left: 1px solid rgba(179, 174, 174, 0.65);
    border-right: 1px solid rgba(179, 174, 174, 0.65);
    padding-left: 10px;
    padding-right: 10px;
    font-family: "arial unicode MS";
    font-size: 13px;
}

.top-nav li:nth-child(10) {
    border-right: solid 1px RGBA(179, 174, 174, 0.65);
    padding-left: 5px;
    padding-right: 5px;
}

.top-nav li:nth-child(11) {
    padding-left: 5px;
    padding-right: 0px;
}

.top-nav li a {
    color: #000;
}

.top-nav li a:hover {
    text-decoration: none;
}

.top-nav .btn-xs {
    padding: 3px 4px;
    line-height: 1.5;
    border-radius: 0px;
    border: solid 1px #fff;
    background-color: #fff;
    color: #333;
    font-weight: bold;
}

.top-nav .btn-black {
    padding: 3px 6px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 0px;
    border: solid 1px #fff;
    background-color: rgba(255, 255, 255, .1);
    color: #fff;
}

.top-nav .btn-blue {
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.1;
    border-radius: 0px;
    border: solid 0px #000;
    background-color: #0996C9;
    color: #fff;
}

.top-nav .btn-yellow {
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.1;
    border-radius: 0px;
    border: solid 0px rgb(216, 71, 14);
    background-color: #F57D57;
    color: #fff;
}

.search ul {
    left: inherit !important;
    right: 0px !important;
    top: 34px;
    width: 100% !important;
    border-radius: 0px;
}

.search ul li {
    padding: 15px 0px !important;
    border: 0px !important;
    width: 100% !important;
    text-align: left;
}

.search .form-control {
    border: 0px;
    height: 35px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 0px;
    font-size: 22px;
    color: #000;
}

.top-nav .input-sm {
    height: 21px;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
}

.top-nav .search {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-nav .searchbtn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 0px;
    border: solid 0px rgb(216, 71, 14);
    background-color: #E6E6E6;
    color: #000;
}

.top-nav .navbar-right {
    float: right !important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px;
}

.top-nav .blue-theme {
    background-color: #F98A36;
    color: #fff;
}

.top-nav .black-theme {
    background-color: #000;
    color: #fff;
}

.top-nav .red-theme {
    background-color: #CF1515;
    color: #fff;
}

/* footer social icons */

ul.social-network {
    list-style: none;
    display: inline;
    padding: 0;
    position: fixed;
    top: 40%;
    z-index: 10000;
    right: 0px;
}

ul.social-network li {
    display: block;
    margin: 5px 1px;
}

/* footer social icons */

.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #c52828;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icoFacebook {
    background-color: #2f4c88;
}

.icoTwitter {
    background-color: #22bcef;
}

.icoRss {
    background-color: #e05b03;
}

.icoGoogle {
    background-color: #bf0404;
}

.icoLinkedin {
    background-color: #036da1;
}

.icoYoutube {
    background-color: #C60203;
}

/*LOGO SECTION*/

header {
    z-index: 1;
    position: relative;
    background-image: url(../images/cm-photo.png);
    background-repeat: no-repeat;
    background-position: 98% bottom;
    background-color: #fff;
}

.logo-section {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
}

.logo-section .logo {
    padding: 6px 0px;
}

.logo-section .custom-search-form {
    padding: 5px;
    margin-top: 10px;
}

/*MENU SECTION*/

.dropdown>a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 6px;
}

.home>a::after {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 15px;
}

.main-menu {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 100;
}

.navbar {
    min-height: 46px;
}

.dropdown-menu .has-submenu:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    right: 8px;
}

.navbar {
    border-radius: 0px;
}

.navbar-inverse {
    font-family: 'Roboto', sans-serif;
    background-color: #F98A36;
    border-color: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    text-transform: uppercase;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: rgba(3, 3, 3, 0.24);
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: rgba(3, 3, 3, 0.24);
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: rgba(3, 3, 3, 0.24);
}

.navbar-nav>li {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}

.navbar-nav>li:last-child {
    border-right: 0px;
}

.navbar-nav>li>a {
    padding: 15px 8px;
}

.navbar .dropdown-menu {
    width: 200px !important;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    padding: 0px;
    border-bottom: 3px solid #ff7a5a;
}

.navbar .dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.navbar .dropdown-menu>li>a {
    color: #000;
    font-size: 0.9;
    padding: 10px !important;
}

.navbar .dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: #eee;
    color: #000;
    text-decoration: none;
}

.opentime {
    color: #5b5b5b;
    margin-left: 20px;
    width: 29%;
    margin-top: 22px;
}

.opentime img {
    float: left;
    margin-right: 10px;
}

.opentime p {
    margin-bottom: 3px;
}

.opentime span {
    color: #8f8e8e;
    font-size: 14px;
}

.cm {
    background-color: #fff;
    padding: 6px;
    position: absolute;
    margin-top: -182px;
    z-index: 100;
    box-sizing: border-box;
    width: 155px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
}

.cm img {
    width: 100%;
    margin-bottom: 5px;
}

.cm h5,
.cm span {
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;
}

.cm h5 {
    color: #376a01;
}

.cm span {
    font-size: 12px;
    color: #000;
}

.banner {}

.section-gray {
    background-color: #F0F0F0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-white {
    padding-top: 15px;
    padding-bottom: 15px;
}

.other-acty {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(132, 135, 132, 0.18);
}

.section-welcome {
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
    margin-bottom: 30px;
    font-style: italic;
}

.main-heading span {
    position: relative;
}

.main-heading span:after {
    position: absolute;
    content: '';
    height: 5px;
    background-color: #000;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 30%;
    bottom: -10px;
}

.bigthumb {
    min-height: 320px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    position: relative;
}

.bigthumb img {
    min-height: 107px;
    width: 100%;
}

.bigthumb h5 {
    color: #F30076;
    padding: 11px 10px;
    margin: 0px;
    text-transform: uppercase;
    border-bottom: 1px solid #E1E1E1;
    min-height: 44px;
    font-size: 20px;
}

.bigthumb .content {
    min-height: 120px;
    padding: 10px;
}

.bigthumb .btn {
    border-radius: 0px;
    position: absolute;
    bottom: 0px;
    text-transform: uppercase;
    padding: 8px;
}

.btn-success {
    background-color: #7DB343;
}

.btn-warning {
    background-color: #FFB200;
}

.btn-danger {
    background-color: #EC407A;
}

.btn-info {
    background-color: #00BCD5;
}

.btn {
    border-radius: 0px;
}

.news-section {
    background-color: rgba(47, 145, 85, 0.97);
    height: 100%;
    position: absolute;
    right: 0%;
    top: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    z-index: 101
}

.news-section .nav-tabs {
    border-bottom: 1px solid rgba(6, 6, 6, 0.15);
}

.news-section .nav-tabs>li>a {
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    font-size: 20px;
    padding: 6px 15px;
}

.news-section .nav-tabs>li.active>a,
.news-section .nav-tabs>li.active>a:focus,
.news-section .nav-tabs>li.active>a:hover {
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
    color: #e8322e;
}

.news-section .nav>li>a:focus,
.news-section .nav>li>a:hover {
    background-color: #f98a36 !important;
    color: #fff !important;
}

.news ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.news ul li {
    background-color: #fff;
    padding: 8px 8px 8px 60px;
    margin: 10px 0px;
    border-bottom: 3px solid #0a6725;
    position: relative;
}

.news ul li a:before {
    content: url(../images/news.png);
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    background-color: #43915A;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    left: 10px;
    font-size: 24px;
}

.news ul li a {
    color: #535353;
    display: block;
}

.news-section .tab-content {}

.news p {
    margin-bottom: 0px;
    font-size: 0.9em;
}

.nsize,
.ndate {
    display: inline-block;
}

.nsize {
    color: #cf2c2c;
    margin-right: 2%;
}

.ndate {
    color: #000;
}

.news-section .btn-warning {
    background-color: #ffffff;
    color: #e8322e;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .2);
}

.welcome {
    background-color: #fff;
    padding: 0px;
    font-size: 1.1em;
}

.welcome h3 {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}

.welcome h3 span {
    color: #e8322e;
}

.welcome h3:before {
    position: absolute;
    height: 5px;
    width: 15%;
    bottom: -3px;
    background-color: #187d59;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
}

.btn-orange {
    background-color: #46aa7d;
    color: #fff;
    position: relative;
    padding-left: 38px;
}

.btn-orange:hover {
    background-color: #46aa7d;
    color: #fff;
}

.btn-orange .fa {
    padding: 10px 9px 9px 9px;
    background-color: #187d59;
    left: 0px;
    position: absolute;
    top: 0px;
}

.btn-orange:hover .fa {
    background-color: #27ABB7;
}

.imageshadow {
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.profile {
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .2);
    min-height: 264px;
    text-align: center;
    position: relative;
    border: 2px solid #27ABB7
}

.profilebg {
    position: relative;
    min-height: 70px;
    margin-bottom: 60px;
}

.profilebg img {
    border-radius: 50%;
    width: 50%;
    position: absolute;
    margin: 0px auto;
    right: 0px;
    left: 0px;
    bottom: -50px;
    border: 2px solid #ccc;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

.profile h4 {
    color: #EC4933;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-bottom: 5px;
}

.profile p {
    font-size: 13px;
    min-height: 58px;
}

.probg1 {
    background-image: url(../images/profilebg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.probg2 {
    background-image: url(../images/profilebg-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.profile .btn-warning {
    padding: 2px 6px;
    background-color: #ec4933;
    border-color: #dd3e29;
    font-size: 13px;
}

.quicklink-bg {
    background-image: url(../images/quick-linkbg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 25px 0px 0px 0px;
}

.linkbox {
    margin-bottom: 30px;
}

.linkbox a,
.linkbox span {
    display: block;
    text-decoration: none;
}

.linkbox span {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0px auto -50px auto;
    border: 3px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    box-sizing: border-box;
    padding: 20px 9px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    z-index: 1;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
    transition-duration: .2s;
}

/*.linkbox a{position:relative; background-color:#fff; text-align:center; color:#000; border:2px solid #ccc; padding:80px 15px 15px 15px; z-index:0; box-shadow:0px 0px 8px rgba(0,0,0,.4); font-size:1.2em;}*/

.linkbox a {
    position: relative;
    background-color: rgba(255, 255, 255, 0.66);
    text-align: center;
    color: #000;
    border: 2px solid #ccc;
    padding: 80px 15px 15px 15px;
    z-index: 0;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

/*.linkbox a:hover{ background-color:rgba(255,255,255,.93);}*/

.linkbox a:hover>.linkbox span {
    margin: 0px auto -40px auto;
}

.red {
    background-color: #fff;
}

.green {
    background-color: #fff;
}

.yellow {
    background-color: #fff;
}

.DarkGolden {
    background-color: #fff;
}

.cyan {
    background-color: #fff;
}

.voilet {
    background-color: #fff;
}

.SlateGray {
    background-color: #fff;
}

.maroon {
    background-color: #fff;
}

.red>a {
    background-color: #ec4933;
}

.green>abackground-color:#6ab43e;
}

.yellow>a {
    background-color: #f98a36;
}

.DarkGolden>a {
    background-color: #927e0e;
}

.cyan>a {
    background-color: #10a1ae;
}

.voilet>a {
    background-color: #363ca0;
}

.SlateGray>a {
    background-color: #5b4d4d;
}

.maroon>a {
    background-color: #86190b;
}

.red:before {
    color: #ec4933;
}

.green:before {
    color: #6ab43e;
}

.yellow:before {
    color: #f98a36;
}

.DarkGolden:before {
    color: #927e0e;
}

.cyan:before {
    color: #10a1ae;
}

.voilet:before {
    color: #363ca0;
}

.SlateGray:before {
    color: #5b4d4d;
}

.maroon:before {
    color: #86190b;
}

.other-acty .main-heading {
    color: #000;
}

.other-acty .main-heading span:after {
    background-color: #EC4933;
}

.other-acty .item {
    margin: 0px 10px;
}

.other-acty .item a {
    display: block;
    padding: 10px;
    text-align: center;
    transition: .2s;
    border: 2px solid #fff;
}

.other-acty .item a {
    color: #fff;
    font-size: 15px;
}

.other-acty .item a img {
    height: 80px;
    margin: 0px auto 15px auto;
}

.other-acty .owl-wrapper-outer {
    min-height: 173px;
}

.other-acty .item a:hover {
    text-decoration: none;
}

/*.purple{ background-color:#6246F0;}
.purple:hover{background-color:#5235e3;}
.orange{background-color:#DA703C;}
.orange:hover{background-color:#d06633;}
.yellow{ background-color:#C8961B;}
.yellow:hover{background-color:#e1a510;}
.green{ background-color:#0E8F35;}
.green:hover{background-color:#2b8446;}*/

.owl-wrapper {
    min-height: 70px;
}

/*Important Link	*/

.brand-items {
    margin-bottom: 30px;
}

.brand-items .owl-controls,
.brand-items .owl-prev {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    top: 50%
}

.brands-items .owl-controls {
    bottom: auto;
    transform: translateY(-50%)
}

.brand-items .owl-next,
.brand-items .owl-prev {
    display: inline-block;
    border: 0px solid #ccc;
    cursor: pointer
}

.brand-items .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-50%);
}

.brand-items .owl-next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-50%);
}

.brand-items .owl-next i.fa,
.brand-items .owl-prev i.fa {
    color: #111F2D;
    padding: 0px;
    font-size: 35px;
    -webkit-transition: .25s;
    transition: .25s;
}

/*.brand-items .owl-next i.fa:hover, .brand-items .owl-prev i.fa:hover {
	color: #fff;
	background:#BDD251
}*/

.brands .owl-carousel .owl-item {
    width: 25 !important;
    float: left;
}

.brand-item {
    padding: 5px;
    background-color: rgba(255, 255, 255, .5);
    margin: 0px 5px;
    transition-duration: .2s;
}

.brand-item:hover {
    border: 1px solid #802E64;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, .5);
}

.brand-item img {
    width: 100%;
}

.brand-item:hover {
    background-color: #fff;
}

.implink .owl-pagination {
    display: none;
}

.implink .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, .0) none repeat scroll 0 0;
    border-radius: 0px;
    color: #000;
    display: inline-block;
    margin: 0px;
    opacity: 0.8;
    padding: 0px;
    top: -12px;
}

footer {}

.footlink {
    background-color: rgba(24, 133, 66, 0.9);
    padding: 20px 0px;
    font-size: 13px;
    color: #fff;
}

.footlink ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.footlink ul li {
    display: inline-block;
    border-right: 1px solid #fff;
}

.footlink ul li:last-child {
    border-right: 0px solid #fff;
}

.footlink ul li a {
    display: block;
    padding: 0px 6px;
    color: #fff;
    text-decoration: none;
    transition: .2s;
    margin: 0px 3px;
}

.footlink ul li a:hover {
    background-color: rgba(255, 255, 255, .2);
}

.foot-text {
    color: #fff;
    font-size: 0.9em;
}

.foot-text p {
    margin-bottom: 5px;
}

.foot-text a {
    color: #FEB301;
    text-decoration: none;
}

.foot-text a:hover {
    color: #FEB301;
    text-decoration: underline;
}

.text-right h4 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
}

.footbottom {
    color: rgba(255, 255, 255, .9);
    background-color: rgba(78, 170, 114, 0.9);
    padding: 15px;
    font-size: 0.8em;
    overflow: -webkit-paged-x;
}

.pwdFxd {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    margin: 0px auto;
    right: 0px;
    left: 0px;
    background-color: #e6e6e6;
}

.footbottom p {
    padding-bottom: 5px;
    margin-bottom: 0px;
}

.footbottom p a {
    color: #FFCA00;
}

.clear-fix {
    clear: both;
}

/*inner page css*/

.innerbg {
    background-image: url(../images/poly-bg04.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.innerbanner {
    padding: 0px 0px 0px 0px;
    background-repeat: repeat, no-repeat;
}

.innerbanner h2 {
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 12px 0px;
    position: relative;
    color: #46aa7d;
    border-bottom: 1px solid #ccc;
}

/*.innerbanner h2:before{ position:absolute; height:2px; width:15%; bottom:0px; background-color:#0d9f5e; content:''; left:0; }	*/

.inner-service {
    padding-bottom: 50px;
}

.inner {
    background-color: #fff !important;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .02);
    padding: 15px;
}

.innerbg {
    background-image: url(../images/poly-bg04.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
}

.breed-crum-div {
    background-color: #46aa7d;
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 15px;
    padding: 8px;
    border: 0px solid rgba(255, 255, 255, .3);
}

.breadcrumb li {
    color: #363CA0;
}

.breadcrumb li a {
    color: #363CA0;
}

.breadcrumb>.active {
    color: #363CA0;
}

.breadcrumb>li+li:before {
    content: url("");
}

.inner h3 {
    color: #EC407A;
}

.inner h4 {
    color: #1CB5F5;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.inner h4 {
    color: #000;
}

.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list li {
    padding-left: 15px;
    margin-bottom: 4px;
}

.list li a {
    color: #333;
}

.list li:before {
    color: #d9534f;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: -15px;
    margin-right: 6px;
    /*content: "\f101";
	font-family: 'FontAwesome';
	color: #EA1E63;
	font-size: 14px;
	margin-left: -15px;
	margin-right: 6px; border:1px solid #EA1E63; border-radius:50%; padding:2px 5px; width:20px; height:20px; box-sizing:   border-box;*/
}

.list ul {
    margin: 5px 10px 5px 10px;
    padding: 0px;
    list-style: none;
}

.list ul li:before {
    content: "\f101";
    font-family: 'FontAwesome';
    color: #18A0DB;
    font-size: 18px;
    margin-left: -15px;
    margin-right: 6px;
    border: 0px solid #EA1E63;
    border-radius: 50%;
    padding: 0px;
    width: 0px;
    height: 0px;
    box-sizing: border-box;
}

.inner {
    min-height: 453px;
}

.no-right-padding {
    padding-right: 0px;
}

.rightmenu {}

.inner h3 {
    color: #000;
    font-size: 19px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 13px 0px 0px 0px;
    padding: 6px;
    background: #d9edf7;
}

.inner h3 span {
    color: #ff7a5a;
}

/*.inner h3:before{ position:absolute; height:5px; width:15%; bottom:-3px; background-color:#FF7A5B; content:'';}*/

.rightmenu .panel-danger {
    border: 0px;
    border-radius: 0px;
}

.rightmenu .panel-danger>.panel-heading {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.4em;
    border-radius: 0px;
    background-color: #46aa7d;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, .3);
    color: #fff;
}

.rightmenu .panel-danger>.panel-body {
    border-radius: 0px;
    min-height: 250px;
    padding: 0px;
}

.rightmenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.rightmenu ul li {
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.rightmenu ul li a {
    display: table;
    width: 100%;
    color: #333;
    text-decoration: none;
}

.rightmenu ul li i,
.rightmenu ul li span {
    display: table-cell;
    padding: 6px;
    vertical-align: middle;
}

.rightmenu ul li i {
    width: 15%;
    text-align: center;
    color: #fff;
    border-radius: 2px;
}

.rightmenu ul li span {
    text-align: left;
}

.rightmenu ul li a:hover {
    background-color: #eee;
    color: #000000;
}

/*--------------news-events css---------------------------------*/

.news-text .owl-pagination {
    display: none;
}

.news-text .thumbnail ul {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
}

.news-text .owl-next i.fa,
.news-text .owl-prev i.fa {
    color: #111f2d;
    font-size: 28px;
    padding: 0;
    transition: all 0.25s ease 0s;
}

.news-text .owl-buttons {
    position: absolute;
    width: 100%;
    text-align: right;
    top: -51px;
}

.news-text .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 2px;
    opacity: 0.5;
    padding: 0px 4px;
}

.news-text .arw,
.news-text .dtype {
    display: none;
}

.news-text .adtext {
    color: #000;
    display: inline-block;
}

.news-text .fa-file-pdf-o {
    display: none;
}

.news-text .dsize {
    display: block;
    font-size: 13px;
}

.news-text .dsize:before {
    color: #c00;
    content: "\f1c1";
    font-family: "FontAwesome";
    padding-right: 2px;
}

.news-text .ndate {
    color: #C9302C;
    font-size: 0.9em;
}

/*%%%%*******%%%%%%%*/

.dataTables_paginate {
    float: right;
}

.dataTables_paginate .ellipsis {
    display: none;
}

.dataTables_info,
.dataTables_length {
    float: left;
}

.example tfoot {
    display: none;
}

.dataTables_filter input,
.dataTables_length select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.paginate_button {
    color: #777;
    cursor: pointer;
    background-color: #fff;
    border-color: #ddd;
    margin-left: 0;
    border-radius: 4px;
    position: relative;
    float: left;
    padding: 6px 12px;
    border: 1px solid #ddd;
}

a.paginate_button.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.panel-heading h4 {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.panel-heading h4 a {
    display: block;
    text-decoration: none;
}

.black input,
.black select {
    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input#search {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
}

input#btnGo {
    background: #f98a36;
    color: #fff;
    border: 0;
}

#btnGo:hover {
    box-shadow: inset 2px 2px 2px rgba(174, 141, 141, 0.62);
}

#sbtGo {
    background: #f98a36;
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-left: 10px;
}

#sbtGo:hover {
    box-shadow: inset 2px 2px 2px rgba(174, 141, 141, 0.62);
}

.list-new {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.list-new li {
    padding-left: 20px;
    margin-bottom: 4px;
}

.list-new li a {
    color: #333;
}

.list-new li:before {
    color: #d9534f;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: -15px;
    margin-right: 6px;
    /*content: "\f101";
	font-family: 'FontAwesome';
	color: #EA1E63;
	font-size: 14px;
	margin-left: -26px;
	margin-right: 6px; border:1px solid #EA1E63; border-radius:50%; padding:2px 5px; width:20px; height:20px; box-sizing:   border-box;*/
}

.list-new ul {
    margin: 5px 10px 5px 10px;
    padding: 0px;
    list-style: none;
}

.list-new ul li:before {
    color: #d9534f;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: -26px;
    margin-right: 6px;
    /*content: "\f101";
	font-family: 'FontAwesome';
	color:#18A0DB;
	font-size: 18px;
	margin-left: -26px;
	margin-right: 6px; border:0px solid #EA1E63; border-radius:50%; padding:0px; width:0px; height:0px; box-sizing:   border-box;*/
}

.searchhindi input,
.searchhindi select {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: left;
}

.searchhindi input[type="submit"] {
    background: #f98a36;
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.address ul {
    margin: 0px;
    padding: 0px;
}

.address ul li {
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 8px;
    padding-left: 47px;
    list-style: none;
    border-bottom: 1px dashed rgba(228, 122, 8, 0.14);
}

.address ul li .icon {
    position: absolute;
    left: 0px;
    width: 33px;
    font-size: 21px;
    background: #46aa7d;
    color: #fff;
    padding: 5px;
    float: none;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    margin-top: -18.5px;
}

span.details {
    text-align: left;
    display: inline-block;
}

.table-bordered .list-new {
    padding-left: 10px
}

#mywelcome {
    z-index: 99999 !important;
    top: 1px !important;
    text-align: center;
    background: rgba(0, 0, 0, 0.74);
    padding-top: 10%;
}

.popuptext {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.0em;
    text-transform: uppercase;
    color: #c16017;
}

.popbutton {
    background: #ec9951;
    border: 1px solid #ec9951;
    border-radius: 4px;
    padding: 7px 15px;
}

.popbutton:hover,
.popbutton:active:focus {
    background-color: #da8237;
    border-color: #da8237;
}

.css-typing p {
    color: #ffa400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 29px;
    white-space: nowrap;
    overflow: hidden;
    width: 460px;
    margin: 0 auto;
    animation: type 4s steps(60, end);
}

.types {
    animation: type2 7s steps(60, end) !important;
}

.css-typing p a {
    color: lime;
    text-decoration: none;
}

.css-typing span {
    animation: blink 1s infinite;
}

@keyframes type {
    from {
        width: 0;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100;
    }
}

@keyframes blink {
    to {
        opacity: .0;
    }
}

::selection {
    background: black;
}

.sitemap ul {
    background: transparent url(../images/site_map_ul.gif) repeat-y scroll 0 -5px !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 5px 4px 6px !important;
    position: relative !important;
}

.sitemap ul li {
    background: transparent url(../images/site_map_list.gif) no-repeat scroll -5px -5px !important;
    line-height: 16px !important;
    padding: 0 0 0 10px !important;
    font: bold 10pt arial;
    margin: 10px 0;
    display: block;
    width: 100%;
}

.sitemap ul li.home a {
    color: #fff;
}

/**********news***************/

.news-section .panel {
    background-color: rgba(255, 255, 255, 0) !important;
    border: 0px solid transparent !important;
}

.demo1 {
    padding: 0;
    margin: 0;
}

.demo1 li {
    background-color: #fff;
    padding: 8px 8px 8px 60px;
    margin: 10px 0px;
    border-bottom: 3px solid #0a6725;
    position: relative;
}

.demo1 li a:before {
    content: url(../images/news.png);
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    background-color: #43915A;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    left: 10px;
    font-size: 24px;
}

.news-section .panel-body {
    padding: 0;
}

.news-section .panel-footer {
    padding: 0 !important;
    background-color: rgba(245, 245, 245, 0) !important;
    border-top: 0px solid #ddd !important;
    border-bottom-right-radius: 0 !IMPORTANT;
    border-bottom-left-radius: 0px !important;
    box-shadow: none !important;
    position: absolute;
    top: 19px;
    right: 17px;
}

.news-section .arw i {
    display: none;
}

.brand-item.mci {
    border: 1px solid #363ca0;
}

.brand-item.dci {
    border: 1px solid #ec4933;
}

.brand-item.nurse {
    border: 1px solid #6ab43e;
}

.brand-item.council-med {
    border: 1px solid #f98a36;
}

.brand-item.council-dent {
    border: 1px solid #927e0e;
}

.brand-item.nurse-council {
    border: 1px solid #10a1ae;
}

.green-shade:before {
    color: #9ac92b;
}

.form-horizontal {
    border: 1px solid #af5b1c;
    padding: 39px 14px 14px 14px;
    border-radius: 7px;
    position: relative;
}

.form-horizontal h2 {
    background: #fff;
    display: inline-block;
    position: absolute;
    top: -30px;
    font-size: 17px;
    border: 1px solid #af5b1c;
    padding: 5px;
    border-radius: 4px;
}

.rightmenu .panel-body .red {
    border: 1px solid #ec4933 !important;
}

.rightmenu .panel-body .green {
    border: 1px solid #6ab43e !important;
}

.rightmenu .panel-body .yellow {
    border: 1px solid #f98a36 !important;
}

.rightmenu .panel-body .DarkGolden {
    border: 1px solid #927e0e !important;
}

.rightmenu .panel-body .cyan {
    border: 1px solid #10a1ae !important;
}

.rightmenu .panel-body .voilet {
    border: 1px solid #363ca0 !important;
}

.rightmenu .panel-body .SlateGray {
    border: 1px solid #5b4d4d !important;
}

.rightmenu .panel-body .maroon {
    border: 1px solid #86190b !important;
}

.rightmenu .panel-body .green-shade {
    border: 1px solid #9ac92b !important;
}

/**/

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    position: absolute;
    top: 300px;
    left: 300px;
    display: block;
    z-index: 5000;
    cursor: pointer;
}

.ajaxSubmit {
    padding: 20px;
    background: #55ea55;
    border: 1px solid #999;
    display: none
}

.formError .formErrorContent {
    width: 100%;
    background: #ee0101;
    position: relative;
    z-index: 5001;
    color: #fff;
    width: 150px;
    font-family: tahoma;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    padding: 4px 10px 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
    margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0px 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    box-shadow: 0 2px 3px #444;
    -moz-box-shadow: 0 2px 3px #444;
    -webkit-box-shadow: 0 2px 3px #444;
    font-size: 0px;
    height: 1px;
    background: #ee0101;
    margin: 0 auto;
    line-height: 0;
    font-size: 0;
    display: block;
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF;
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none;
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #ddd;
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #ddd;
}

input::-webkit-validation-bubble-message {
    color: fff !important;
    background: #F98A36;
    border: 2px solid black;
    padding: 4px;
}

/* Polyfill styles to do the same as above */

.wf2_errorMsg {
    color: fff !important;
    background: #ef2222;
}

/* Removes the icon that appears in Webkit browsers by default */

input::-webkit-validation-bubble-icon {
    display: none;
}

/* Needed for IE to get rid of gradient background, or to replace it with another gradient */

.wf2_errorMsg {
    filter: none !important;
}

/*
 * Step 2: The arrow
 */

input::-webkit-validation-bubble-arrow {
    background: #F98A36;
    border: solid black 1px;
}

.wf2_fromForm_styleBubbleExample:before {
    background: url(../images/whiteValidationPointer.png) !important;
}

/* Polyfill */

/*.wf2_errorMsg:before {
    background: url('whiteValidationPointer.png') !important;
}
*/

.form-group {
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}

#year,
#month {
    float: left;
    width: 78%;
    margin-right: 12px;
}

select {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.top-space {
    margin-top: 30px;
}

/*%%%%%%%%%%%%%%%%%%%%*/

#main-container {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

#sidebar+#main-content {
    margin-left: 200px;
}

#sidebar.sidebar-collapsed+#main-content {
    margin-left: 43px;
}

#sidebar {
    width: 200px;
    position: absolute;
    font-size: 16px;
}

#sidebar:before {
    content: "";
    display: block;
    width: 200px;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: 0;
}

#sidebar.sidebar-fixed {
    position: fixed;
    z-index: 10;
}

#sidebar+#main-content {
    margin-left: 200px;
    padding-top: 0px;
}

#sidebar+#main-content+.clear-fix+#footer-slide {
    margin-left: 200px;
    padding-top: 0px;
}

#sidebar.sidebar-collapsed+#main-content+.clear-fix+#footer-slide {
    margin-left: 43px;
    padding-top: 0px;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    border-top: 0;
    max-height: 500%;
}

.navbar-collapse.in {
    overflow-y: visible;
}

.container>.navbar-header,
.container>.navbar-collapse {
    margin-left: 0;
    margin-right: 0;
}

.nav-list li [class^="icon-"] {
    width: auto;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-list>li {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
}

.nav-list .search-form {
    margin-top: 16px;
    margin-bottom: 16px;
}

.nav-list .search-pan {
    height: 38px;
}

.nav-list .search-pan input {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0;
    margin-bottom: 0;
    padding: 8px 0 2px 0;
    margin-bottom: 5px;
    width: 156px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}

.nav-list .search-pan input::-webkit-input-placeholder {
    color: #fff;
}

.nav-list .search-pan input:-moz-placeholder {
    color: #fff;
}

.nav-list .search-pan input::-moz-placeholder {
    color: #fff;
}

.nav-list .search-pan input:-ms-input-placeholder {
    color: #fff;
}

.nav-list .search-pan button {
    background: transparent;
    padding-right: 0;
    border: 0;
}

.nav-list .search-pan button>i {
    padding: 8px 0;
}

.nav-list>li>a {
    display: block;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 16px 0 7px !important;
    color: #fff !important;
    text-shadow: none !important;
    font-size: 14px;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

#sidebar:before {
    background-color: #248dc1;
}

.icon-double-angle-left:before {
    content: "\f100";
    font-family: FontAwesome;
}

.icon-double-angle-right:before {
    content: "\f101";
    font-family: FontAwesome;
}

.nav-list .search-pan button>i,
.nav-list>li>a>i {
    display: inline-block;
    vertical-align: middle;
    min-width: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.nav-list>li>a .arrow {
    display: inline-block;
    width: 14px !important;
    height: 14px;
    line-height: 14px;
    text-shadow: none;
    font-size: 18px;
    padding: 0;
    float: right;
    margin-top: 11px;
}

.nav-list>li.separator {
    height: 3px;
    background-color: transparent;
    position: static;
    margin: 1px 0;
    box-shadow: none;
}

.nav-list>li.open>a {
    font-weight: bold !important;
}

.nav-list>li.active>a,
.nav-list>li.active>a:hover,
.nav-list>li.active>a:focus,
.nav-list>li.active>a:active {
    font-weight: bold !important;
    font-size: 13px;
}

.nav-list>li.active>a>[class*="icon-"] {
    font-weight: normal;
}

.nav-list>li.active>a:after {
    display: block;
    content: "";
    position: absolute !important;
    right: 0;
    top: 4px;
    border: 8px solid transparent;
    border-width: 14px 10px;
}

.nav-list>li.active.open>a:after {
    display: none;
}

.nav-list>li.active .submenu,
.nav-list>li.open .submenu {
    display: block;
}

.nav-list>li .submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.nav-list>li .submenu>li {
    margin-left: 0;
    position: relative;
}

.nav-list>li .submenu>li>a,
.nav-list>li .submenu>li>span,
.nav-list>li .submenu>li>ul>li>a {
    display: block;
    position: relative;
    padding: 7px 0 8px 42px;
    margin: 0;
}

.nav-list>li .submenu>li>a:focus,
.nav-list>li .submenu>li>a:hover {
    text-decoration: none;
}

.nav-list>li .submenu>li:before,
.nav-list>li .submenu>li>ul>li:before {
    content: "";
    display: block;
    position: absolute;
    width: 9px;
    left: 25px;
    top: 17px;
    border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.nav-list>li .submenu>li>ul>li:before {
    width: 22px;
}

.nav-list>li .submenu>li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 22px;
    width: 0;
    border-left: 1px dashed rgba(255, 255, 255, 0.5);
}

.nav-list>li .submenu>li>ul {
    list-style: none;
    padding: 0;
}

.nav-list>li .submenu>li>ul>li {
    position: relative;
}

.nav-list>li .submenu>li>ul>li>a {
    padding-left: 60px;
    font-size: 12px;
}

#sidebar-collapse {
    text-align: center;
    padding: 3px 0;
    position: relative;
}

#sidebar-collapse>[class*="icon-"] {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    border: 1px solid rgb(17, 85, 119);
    padding: 1px 7px 1px 4px;
    line-height: 18px;
    border-radius: 100%;
    position: relative;
    background: rgb(17, 85, 119);
    width: 22px;
    height: 22px;
}

#sidebar-collapse:before {
    content: "";
    display: inline-block;
    height: 0;
    border-top: 1px solid rgba(17, 85, 119, 0.68);
    position: absolute;
    left: 0px;
    right: 2px;
    top: 13px;
}

/* Collapsed Sidebar ------------------------------------------ */

#sidebar.sidebar-collapsed {
    width: 42px;
    padding-top: 0px;
}

#sidebar.sidebar-collapsed:before {
    width: 42px;
    padding-top: 0px;
}

#sidebar.sidebar-collapsed+#main-content {
    margin-left: 43px;
    padding-top: 0px;
}

.sidebar-collapsed .nav-list {
    overflow: visible !important;
}

.sidebar-collapsed .nav-list>li>a {
    position: relative;
}

.sidebar-collapsed .nav-list>li.active>a:after {
    display: none;
}

.sidebar-collapsed .nav-list .search-pan input,
.sidebar-collapsed .nav-list>li>a>span {
    display: none;
    position: absolute;
    left: 42px;
    top: 0;
    width: 158px;
    height: 38px;
    line-height: 38px;
    z-index: 121;
    box-shadow: 2px 0 6px rgba(50, 50, 50, 0.2);
    padding-left: 12px;
}

.sidebar-collapsed .nav-list .search-pan input {
    height: 43px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sidebar-collapsed .nav-list>li>a.dropdown-toggle>span {
    box-shadow: none;
    border: 0;
    top: 0;
    left: 42px;
    width: 177px;
}

.nav-list li:first-child {
    background: #06C;
}

.nav-list li:first-child:hover a {
    background: #036;
    color: #fff;
}

.nav-list li:nth-child(2) {
    background: #ca3232;
}

.nav-list li:nth-child(2):hover a {
    background: #600;
    color: #fff;
}

.nav-list li:nth-child(3) {
    background: #316318;
}

.nav-list li:nth-child(3):hover a {
    background: #083c16;
    color: #fff;
}

.nav-list li:nth-child(4) {
    background: #e06100;
}

.nav-list li:nth-child(4):hover a {
    background: #944911;
    color: #fff;
}

.login-section {
    border: 1px solid #dcb292;
    padding: 19px;
    border-radius: 5px;
    font-family: Roboto, sans-serif;
    font-weight: 100;
    min-height: 170px;
}

.login-section h2 {
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    position: relative;
    color: #46aa7d;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

.login-section-box {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 100;
    width: 49%;
}

input#dateMinFilter,
input#dateMaxFilter {
    display: inline-block;
    width: 93%;
    float: left;
}

.ui-datepicker-trigger:before {
    font-family: 'Glyphicons Halflings';
    content: "\e109";
}

button.ui-datepicker-trigger.wf2_valid {
    display: table-cell;
    float: left;
    padding: 8px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-left: -11px;
}

.label-section {
    font-weight: 100;
}

.table-box {
    border: 1px solid #ccc;
    padding: 7px 17px 5px 17px;
    min-height: 51px;
    line-height: 31px;
}

.submit-section {
    margin-top: 10px;
}

.result-list {
    padding: 0;
}

.result-list li {
    list-style: none;
    background-color: #d9edf7;
    padding: 9px;
    margin: 14px 0;
    border: 1px solid #bed7e4;
}

.result-list li a {
    color: #f00;
    font-weight: 600;
}