body{
	font-family: 'Hind', sans-serif;
	font-weight: 400;
	background-color: #0D506C !important;
}
.em-topbar{
	background-color: #0d506c;
    border-color: #074a66;
    height: 40px;
    line-height: 40px;
}
.cnav, .cnav ul{
	list-style-type: none;
	padding-left: 0;
}
.cnav ul{
	display: none;
}
.em-topbar a > span{
	color: #ffffff;
}
.secondary_header{
	top:40px;
	background: #1caeec;
}
.secondary_nav li a{
	color: #ffffff;
}
.navbar-brand{
	height: 50px;
	padding-top: 0px;
}
.main_content{
	margin-top: 80px;
}
.main_content{
	background-color: #0d506c;
    border-color: #074a66;
}
.main_content_info{
	margin-top: 60px;
}
.sidebar, .right_content{
	background:#ffffff;
	padding: 10px;
}
.sidebar_list{
	list-style-type: none;
	padding-left: 0;
}
.sidebar_list li{
	padding: 5px 0;
}
.sidebar_list li a{
	display: block;
	padding: 10px;
}
.sidebar_list li.active a{
	background: #f35f24;
	color: #ffffff;
}
.actual_form{
	padding: 20px;
}
.form-control{
	border-radius: 0;
	padding: 5px;
	height: 40px;
}
.rc_head{
	width: 190px;
	height: 40px;
	color: #ffffff;
	line-height: 40px;
	background: #1caeec;
	margin-left: -10px;
	text-align: center;
	margin-top: 10px;
}
.actual_form .form-group label{
	padding-top: 0;
	font-weight: 600;
	color: #000000;
}
.save_btn{
	background-color: #ff6b30;
    border-color: #ff6b30;
    color: #ffffff;
    border-radius: 0;
    margin: 0 auto;.
    transition: all 1s ease;
}
.save_btn:hover{
	background-color: #F35F24;
	border-color: #F35F24;
}
.nav>li>a:focus, .nav>li>a{
	font-family: 'Hind', sans-serif;
	font-size: 16px;
}
.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
}
.secondary_nav{
	margin-top: 25px;
}
.secondary_nav > li > a{
	padding-top: 0;
	padding-bottom: 0;
}
.profile_section{
	display: none;
}
.nopad_lr{
	padding-left: 0;
	padding-right: 0;
}


/** Subscription Box CSS */

.subscriptions_boxes{
	margin-top: 30px;
	padding: 10px;
}
.subs_box{
	border:1px #e8e8e8 solid;
	padding-top: 10px;
	height: 300px;
	margin-bottom: 50px;
}
.subs_box .item{
	text-align: center;
}
.subs_box .item > span{
	display: block;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
.subs_box .item > h3{
	height: 40px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	text-transform: uppercase;
}
.subs_box .item .btn_org_border{
	background-color: transparent;
	border: 1px #F35F24 solid;
	color: #F35F24;
	border-radius: 0;
	padding: 10px 30px;
	transition: all 500ms ease;
	margin-bottom: 20px;
}
.subs_box .item .btn_org_border:hover{
	background-color: #F35F24;
	color: #ffffff;
}
.subs_box .overview .days_box{
	background-color: #FF6B30;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subs_box .overview .days_box span{
	font-weight: 600;
}
.subs_box .overview .days_box h3{
	margin: 5px 0 5px 0;
	font-size: 35px;

}
.subs_box .overview .status{
	background-color: #F39C12;
	color: #ffffff;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.subs_box .overview .status span{
	display: block;
	font-weight: 600;


}
.subs_box .overview .status img{
	color: #ffffff;
	display: block;
	margin: 6.5px auto;
}
.subs_box .overview .status.active{
	background-color: #2ECC71;
}
.subs_box .calendar span{
	display: block;
	text-align: center;
	padding: 5px;
	background-color: #EEEEEE;
	font-weight: 600;
	color: #000000;
}

/** Login Form **/
.btn{
	border-radius: 0;
}
.wrapper {
  margin-top: 80px;
  margin-bottom: 80px;
}

.form-signin {
  max-width: 380px;
  padding: 15px 35px 45px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin-heading{
	font-size: 16px;
	font-weight: 600;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login_btn{
	background-color: #ff6b30;
	border-color: #ff6b30;
	transition: all 500ms ease;
}
.login_btn:hover{
	background-color: #F35F24;
	border-color: #F35F24;
}
/** Form Reset Password **/
.form-reset{
	max-width: 480px;
}
.form-reset > h3{
	font-weight: 600;
	text-align: center;
	margin-bottom: 0;
}
.form-reset img{
	display: block;
	margin: 20px auto;
}
.form-reset .form-reset-heading{
	font-weight: normal;
	font-size: 15px;
	text-align: center;
	margin-bottom: 30px;
}
.form-reset input.form-control{
	margin-bottom: 20px;
}
.form-reset .reset_btn{
	padding-right: 60px;
	padding-left: 60px;
}
.req{
	color: #ff0000;
}
.resetpassform{
	margin-top: 20px;
}
.reset_sbmt{
	padding-right:25px;
	padding-left: 25px;
}
.account_manage{
	background-color: #ffffff;
	padding: 20px;
	padding-top: 10px;
}
.account_info_sec{

}
.billing_info_sec{
	margin-top: 30px;
}
.account_info_sec > h3, .billing_info_sec > h3{
	color: #1CAEEC;
	font-weight: 600;
}
.account_info_sec .form-group h3, .billing_info_sec .form-group h3{
	font-size: 16px;
	font-weight: 600;
}
.edit_btn{
	padding-right: 20px;
	padding-left: 20px;
}
.message{
	width: 100%;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	margin-top: 10px;
}
.success{
	background-color: #94c902;
}
table{
	width:100%;
}
tr.multiSelectPicklistRow td:first-of-type, tr.multiSelectPicklistRow td:last-of-type{
	width: 45% !important;
}
td.multiSelectPicklistCell{
	text-align: center;
	vertical-align: middle !important;
}
td.multiSelectPicklistCell a:first-of-type::before{
	content: '\f092';
	font-family: FontAwesome;
	font-weight: 900;
}
.fuelux .pillbox .pillbox-input-wrap, .pill .glyphicon.glyphicon-close, td.multiSelectPicklistCell a img{
	display:none;
}
@media only screen and (min-width: 993px){
	.nopad_r{
		padding-right: 0;
	}
	.nopad_l{
		padding-left: 0;
	}
}

