/* Css Document 
* Author: Ankit Kumar
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
body {
    margin: auto;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.login-box .btn-primary,
.btn, .dashboard_notification, .dashboard_notification h5 {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -khtml-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

div,
p,
a,
td,
th {
    font-family: 'Open Sans', sans-serif;
}

.head {
    border-bottom: 0px solid #ccc;
    padding-bottom: 10px;
    font-weight: 600;
    line-height: 30px;
    font-size: 120%;
    font-weight: 400;
    color: #464646;
    text-transform: uppercase;
}

.details {
    padding-top: 0px;
    padding-bottom: 15px;
}

.panel-body {
    padding-left: 0;
    padding-right: 0;
}

.synp-box .panel-body {
    padding-left: 15px;
    padding-right: 15px;
}

.input-cb {
    display: inline-block;
    margin-right: 5px !important;
}

.input-checkbox {
    background-color: #f4f4f4;
    border: 1px solid #ccc;
    color: #555;
    line-height: 22px;
    padding: 2px 12px;
    width: 100%;
}

.mr-5 {
    margin-right: 5px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.p-5 {
    padding: 5px !important;
}

.m-5 {
    margin: 5px !important;
}

.input-checkbox span {
    display: inline-block;
    margin-right: 35px !important;
    text-transform: capitalize;
    vertical-align: top;
}

.login-box {
    /*background: #f8f9fa none repeat scroll 0 0;
    box-shadow: 0px 0px 1px 1px #dbdbdb;*/
    margin: 2% auto 10%;
    padding: 5px 25px;
    max-width: 350px;
    float: none;
    display: block;
}

.fix-line {
    position: fixed;
    width: 100%;
}

.header {
    padding: 15px 30px;
    min-height: 68px;
    background: #41030e;
}

.header-in {
    top: 0;
    padding: 10px 20px;
    min-height: 50px;
    background: #41030e;
    z-index: 1111;
    position: fixed;
    width: 100%;
}

.main-nav {
    border-top: 0px solid #323232;
    height: 100% !important;
    /*position: absolute;*/
    position: fixed;
    top: 0px;
    width: 43px;/*236*/
    border-bottom: 0px;
	background:#232222;
	overflow-x:hidden;
	transition:all ease-in-out 300ms;-webkit-transition:all ease-in-out 300ms;-moz-transition:all ease-in-out 300ms;-ms-transition:all ease-in-out 300ms;-o-transition:all ease-in-out 300ms;
	margin:0;padding-top:66px;
}
.open_menu .main-nav {width: 236px;}
.main-nav .container-fluid {padding:0px;}

.main-nav ul.nav::before {
    width: 98%;
}

.main-nav ul.nav::after {
    width: 100%;
    background: #FFF;
}
.navbar-nav > li{float:none;margin-top: 0px;}
div.navbar-collapse.collapse.in {
    background: #333;
    position: relative;
    top: -10px;
    border: solid #FCFCFC;
    border-width: 0 1px 1px;
    opacity: 0.9;
}

div.navbar-collapse.collapse.in li a {
    background: none;
    border-width: 0 0 1px;
    color: #f4f4f4;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

div.navbar-collapse.collapse.in li a:hover {
    background: #000 !important;
    border-width: 0 0 1px;
}

div.navbar-collapse.collapse.in li a.active {
    background: #9f021e !important;
}

.navbar-inverse .navbar-toggle {
    background: #9f021e !important;
    border-color: #9f021e;
}

div.navbar-collapse.collapse.in li {
    margin-top: 0;
}

.main-nav ul.nav a {
    padding: 10px 15px 10px 45px;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    margin-right: 0px;
    border-radius: 0px 0px 0 0;
    min-width: 80px;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main-nav ul.navbar-nav {
    float: none;
    margin: 0;
    width: 100%;
}
.main-nav ul.nav a.active {
    background: #9f021e;
    color: #fff;
    border: 0px solid #9f021e;
	opacity:1;
}

.navbar-toggle {
    margin-top: 17px;
    padding: 7px 10px;
}

.panel-heading {
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.synp-box span.glyphicon {
    margin-bottom: 25px;
    border-radius: 2.25em;
    padding: 0.45em;
    font-size: 2.7em;
    border: solid;
}

.footer {
    bottom: 0;
    padding: 10px;
    color: #999;
    z-index: 111;
}

.in-footer {
    padding: 10px;
    color: #999;
    z-index: 111;
}

.logout {
    background: #8B0000 !important;
}

.site-credit {
    /*background:url(../img/logo.png) no-repeat;*/
    background-size: 100% auto;
    width: 80px;
    min-height: 35px;
    display: block;
}

.header-in .site-credit {
    margin-top: -5px;
}

.content-out {
    background: #fff;
    border: solid #eeefef;
    border-width: 1px 0;
    padding: 20px 0;
}

.login-heading {
    font-size: 140%;
    font-weight: 400;
}

.login-heading span {
    background: url(../img/login.png) left center no-repeat;
    padding-left: 30px;
}

.content {
    padding-top: 68px;
    background: #fff;
    padding-bottom: 5px;
}

.form-control {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 2px 15px;
    font-size: 100%;
    font-weight: 400;
    line-height: 28px;
}

textarea.form-control {
    line-height: normal;
    padding: 10px 15px;
}

.login-box .btn-primary {
    display: block;
    width: 100%;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -khtml-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    background: #4D4D4D;
    line-height: 30px;
    padding: 8px 20px;
    font-size: 140%;
    border: 0px;
}

.login-box .btn-primary:hover {
    background: #000;
}

.panel-heading h4 {
    margin: 0px !important;
}

table.table {
    /*font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
}

.synp-box {
    border: 1px solid #ccc;
    background: #eee;
    margin-bottom: 30px;
    min-height: 110px;
}

label.error {
    color: #8B0000;
    font-weight: normal;
}

.pagination span.prev {
    border-left-width: 1px;
}

.pagination span.next {}

.pagination span.current {
    background: #DDD;
}

.pagination span {
    border: solid #ccc;
    border-width: 1px 1px 1px 0;
    background: #f4f4f4;
    padding: 5px 9px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.pagination span:hover {
    background: #ddd;
}

.pagination span a:hover {
    text-decoration: none;
}

.none {
    display: none;
}

.scrollable {
    overflow: scroll;
}

.bg-gray {
    background: #f4f4f4 !important;
    border: 1px solid #E0E0E0;
}

.checkbox-head {
    background: #ccc;
    margin: -2px -12px 5px;
    padding: 2px 7px;
}

.m0 {
    margin: 0px;
}

h2.title small {
    display: block;
}

h5.sub-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 15px;
}

.notice-board {
    border-right: 1px solid #ccad52;
    box-shadow: 2px 3px 6px 1px #ccad52;
    -webkit-box-shadow: 2px 3px 6px 1px #ccad52;
    min-height: 270px;
    padding: 15px 10px;
}

.notice-board ul {
    padding-left: 0;
    list-style-type: none;
    font-family: 'Open Sans', sans-serif;
	margin-bottom: 0px;
}

.notice-board ul li{font-size: 12px;color: #666666;line-height: 18px;text-rendering: optimizeLegibility;position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;background-color: #ffffff;border: 1px solid #dddddd;border-width: 1px 0;}
.notice-board ul li a{font-weight:700;}

.span-title {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

#divEligibility,
#divEligibililty {
    margin-bottom: 20px;
    margin-left: 0;
}

#divEligibility>div,
#divEligibililty>div {
    padding: 6px 25px 6px 0;
}

.thumbnail {
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
}

.thumbnail:hover {
    text-decoration: none;
    border-color: #999 !important;
}

.catbox {
    border: 1px solid #ccc;
}

.catbox ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.catbox li {
    line-height: 25px;
}

.catbox>ul>li {
    background: #ddd;
    font-weight: bold;
}

.catbox>ul>li>span {
    padding-left: 10px;
}

.catbox>ul>li>input[type="radio"] {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.catbox>ul>li>ul>li>input[type="radio"] {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: 2px;
}

.catbox>ul>li>ul {
    border-top: 1px solid #ccc;
}

.catbox>ul>li>ul>li {
    background: #eee;
    font-weight: normal;
    padding-left: 20px;
    border-bottom: 1px solid #ccc;
}


/* All media classes*/

.light_box {
    background: #efefef;
    padding: 20px;
    margin: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.subgallery {
    width: 100%;
}

.subgallery ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.subgallery ul li {
    padding: 7px;
    border: 1px dashed #acacac;
    display: inline-block;
    margin: 10px 7px;
    background: none;
    width: auto;
    height: auto;
    vertical-align: top;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -khtml-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
    text-align: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.subgallery ul li.ui-sortable-helper {
    transition: all ease-in-out 0ms;
    -webkit-transition: all ease-in-out 0ms;
    -khtml-transition: all ease-in-out 0ms;
    -moz-transition: all ease-in-out 0ms;
    -ms-transition: all ease-in-out 0ms;
    -o-transition: all ease-in-out 0ms;
}

.subgallery ul li.current-edit {
    border: 2px dashed #464646;
    background: #fde8a8;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    -khtml-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
}

.image_link {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    position: relative;
}

.subgallery.inc_video ul li:first-child .image_link:after,
.subgallery.inc_video ul li:nth-child(1) .image_link:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 42px;
    height: 42px;
    background: url(../img/play_icon.png) left top no-repeat;
    background-size: 100% 100%;
}

.subgallery ul li.ui-sortable-placeholder {
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    -khtml-transition: all ease-in-out 300ms;
    -moz-transition: all ease-in-out 300ms;
    -ms-transition: all ease-in-out 300ms;
    -o-transition: all ease-in-out 300ms;
}

.subgallery img {
    height: 150px;
    overflow: hidden;
    width: auto;
}

.subgallery ul li .btn {
    margin: 0 5px;
    min-width: 58px;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -khtml-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.table .btn,
.panel-heading .btn,
.label,
span.label {
    margin: 0 3px;
    min-width: 58px;
    text-align: center;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -khtml-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
    padding: 4px 10px !important;
    text-transform: uppercase;
    font-size: 10px;
    text-transform: capitalize;
    line-height: 1.7;
}

.label,
span.label {
    line-height: 1.7;
    display: inline-block;
    font-weight: 600 !important;
    text-transform: none;
    font-size: 11px;
}

.btn-gray {
    background: #e1e1e1;
    color: #000;
    border: 1px solid #e1e1e1;
}

.btn-gray:hover {
    color: #000;
    background: #FFF;
    border: 1px solid #fff;
}

table.table th,
table.table td {
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #cacacb;
    font-size: 11px;
    font-weight: 500;
    padding: 8px 10px !important;
    font-family: 'Open Sans', sans-serif;
}

.btn {
    font-weight: 600;
}

table.table th {
    font-weight: 600;
    color: #000;
    background: #f5f5f5;
    line-height: 25px !important;
    font-size: 12px;
}

table.table th a {
    color: #464646;
}

.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
    text-transform: capitalize;
}

.panel-inverse>.panel-heading {
    margin-top: -2px;
    background: #9f021e;
    margin-left: -15px;
    margin-right: -15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.panel-inverse>.panel-body {
    border: 0px;
    height: auto !important;
    overflow-x: hidden !important;
    padding-top:20px !important;
}

.table-bordered>tbody>tr>td.actions,
.table-bordered>tbody>tr>td.actions1,
.table-bordered>tbody>tr>td.actions2,
.table-bordered>tbody>tr>td.actions3,
.table-bordered>tbody>tr>td.actions4,
.table-bordered>tbody>tr>td.actions5 {
    white-space: nowrap;
}

.actions {
    width: 90px;
}

.actions2 {
    width: 120px;
}

.actions3 {
    width: 150px;
}

#user_pop_up, #user_pop_up_edit {
    display: none;
    background-color: #fff;
    border-radius: 4px;
    color: #000;
    width: 90% !important;
    max-width: 900px;
    min-height: 150px;
    padding: 0px;
    margin: 10px;
    min-width: 290px;
    height: auto !important;
}
.calendar-page #user_pop_up {
	background-color:transparent;
}

#user_pop_up .apersontbl td input.form-control {
    padding-left: 7px;
    padding-right: 5px;
}

#user_pop_up img {
    max-width: 750px;
}

.button.b-close,
.button.bClose {
    border-radius: 50%;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: -15px;
    height: 30px;
    width: 30px;
    color: #FFF;
    cursor: pointer;
    background: #d43f3a;
    line-height: 30px;
}

.button.b-close:hover {
    background: #c9302c;
}

.pop_up_content {
    padding: 20px;
}

.pop_up_content h4 {
    background: #1360c8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
    text-transform: none;
    margin-top: -20px;
    border-radius: 4px 4px 0 0;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
	margin-bottom:20px;
}
.calendar-page .pop_up_content h4 {margin:0px}

.pop_up_content form {
    padding-bottom: 30px;
}

.calendar-page .pop_up_content form{margin:0 0px 22px;padding:20px;background:#eee9ef;border:1px solid #dad5db;border-top:0px;border-radius:0 0 4px 4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-ms-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px;}
input[type="radio"], input[type="checkbox"] {margin: 2px 0 0;margin-top: 1px \9;display: inline-block;vertical-align: top;}
.calendar-page .pop_up_content form .btn{background:#000;padding:5px 10px;line-height:17px;min-width:45px;text-align:center;text-transform:uppercase;color:#FFF;margin-right:9px;}
.calendar-page .pop_up_content form .btn:hover{background:#0055cd;}

.datepicker {
    z-index: 10000;
    min-width: 200px;
}

.datepicker table {
    width: 100%;
}

.cboxin {
    color: #000;
}

.cboxin br {
    display: block;
    padding-bottom: 5px;
}

.cboxin input[type=radio] {
    margin-top: 5px;
    margin-right: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.cname {
    padding-right: 10px;
    line-height: 13px;
    margin-top: 5px;
}

.subscribe_list {
    display: block;
    width: 100%;
    list-style-type: none;
}

.subscribe_list li {
    display: block;
    float: left;
    width: 23%;
    margin: 10px 2%;
    text-align: center;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    padding: 20px 10px;
    line-height: 32px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}

label {
    font-weight: 600;
    font-size: 11px;
}

h5 {
    font-weight: 600;
}

.form-group h5 {
    font-size: 12px;
    margin: 0 0 5px;
}

.form-group p {
    font-size: 11px;
    margin-bottom: 20px;
}
.profile_info{display:block;min-width:220px;color:#FFF;white-space:nowrap;padding:0 0 0 62px;margin:15px 0 15px 15px;font-size:12px;font-family: 'Open Sans', sans-serif;position:relative;display:none;}
.open_menu .profile_info{display:block;}
.profile_info h4{margin:0;padding:0;line-height:20px;margin-top:5px;font-weight:400;font-family: 'Open Sans', sans-serif;font-size:14px;font-weight:600;}.profile_info a.btn{background:none;line-height:18px;padding:0;margin:0;font-weight:400;font-size:12px;font-family: 'Open Sans', sans-serif;}
.profile_info img{position:absolute;top:0px;left:0px;overflow:hidden;max-height: 42px;}
.dashboard_notification{border:1px #e5e5e5 solid;margin-bottom: 25px;background:#f9f9f9;text-align:center;padding:20px 12px;border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px;-ms-border-radius:10px;-o-border-radius:10px;display:block;text-decoration:none;}
.dashboard_notification:hover{background:#ff4b16;text-decoration:none;}
h5.sub-title {color: #ff4b16;padding: 20px 20px 0px 50px;font-family: 'Open Sans', sans-serif;font-size: 18px;font-weight: 400;margin:0;background:none;}
.dashboard_notification:hover h5.sub-title {color: #fff;}
body > .wrapper{position:relative;min-height: 100%;min-height: 100vh;}
.download_doc, .steps_upload_doc{display:block;margin-bottom:25px;}
.download_doc h3, .steps_upload_doc h3{display:block;font-weight:700;margin:0;padding:0;font-size:160%;}
.download_doc ul, .steps_upload_doc ul{display:block;margin:0;padding:22px 0 0;list-style-type:none;}
.download_doc ul li, .steps_upload_doc ul li{font-size:100%;position:relative;line-height:22px;padding:0px 0;margin-bottom:8px;}
.dwn_btn.btn, .dwn_btn.btn:active{background:#000;color:#FFF;line-height:32px;padding:0 10px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;margin:-5px 0px -5px 10px;min-width:112px;font-size:100%;}
.dwn_btn.btn:hover, .dwn_btn.btn:focus{background:#2363c3;color:#FFF;text-decoration:none;}
.steps_upload_doc ul li{padding-left:15px;}
.steps_upload_doc ul li span{position:absolute;top:7px;left:0;font-size:140%;color:#fff;line-height:8px;font-weight:600;border: 0px solid #e4e4e4;width: 8px;text-align: center;
border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;background: #2363c3;height:8px;}
.add_form h3, .add_document h3{font-size:140%;margin:0px;padding:0 15px 10px;font-weight:600;}
.add_document{border:1px solid #ddd;padding:0px;}
.add_document h3{padding:8px 15px 8px;background:#f5f5f5;line-height:26px;font-size:110%;}
.add_document form{margin:0;padding:15px 0;}
.add_document .btn.btn-info{background:#000;color:#FFF;min-width:80px;text-align:center;border:1px solid #000;}
.add_document .btn.btn-info:hover{background:#2363c3;color:#FFF;text-decoration:none;border:1px solid #2363c3;}



@media (min-width: 768px) and (max-width: 1100px) {
    .main-nav ul.nav a {
        border-bottom: 0 none;
        font-size: 13px;
        font-weight: normal !important;
    }
}

@media all and (max-width:600px) {
    .mo {
        display: none;
    }
    .content .container-fluid {
        padding-left: 5px;
        padding-right: 5px;
    }
    .panel-body {
        padding-top: 10px;
    }
    .btn {
        padding: 4px 6px;
    }
    .panel-inverse>.panel-heading {
        font-size: 11px;
    }
    .table .btn,
    .panel-heading .btn {
        min-width: 48px;
        padding: 4px 6px !important;
        font-size: 8px;
    }
}