 /* Dashboard Style Update */



/* navigation styles*/
.requests_active .requests_active,
.customers_active .customers_active,
.invest_active .invest_active,
.schedule_active .schedule_active,
.ops_active .ops_active,
.settings_active .settings_active,
.chat_active .chat_active,
.reports_active .reports_active{
	color: orange;
	font-weight: bold;
}


/**
 * Checkbox Five
 */
.checkboxFive {
	width: 25px;
	position: relative;
	display: inline-block;
}

/**
 * Create the box for the checkbox
 */
.checkboxFive label {
	cursor: pointer;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
  	left: 0;
	background: #eee;
	border:1px solid #ddd;
}

/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
	opacity: 0.2;
	content: '';
	position: absolute;
	width: 9px;
	height: 5px;
	background: transparent;
	top: 6px;
	left: 7px;
	border: 3px solid #333;
	border-top: none;
	border-right: none;

	transform: rotate(-45deg);
}

/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0.5;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.panl .panel-body{
	outline: 1px solid #E6E7E8;
}

.panel-body .no-outline{
	outline: none;
}


/* text */
.txt{
	border: 0;
	padding: 0;
	margin: 0;
	font-weight: normal;
}


/* color */
.t_cool{ color: #718FC8;}
.t_hot{color: #F58634;}
.t_dull{color: #727376;}


/* margin-bottom */
.t_m1{margin-bottom: 2px;}
.t_m2{margin-bottom: 5px;}
.t_m3{margin-bottom: 7.5px;}


/* size */
.t_l1{font-size: 40px}
.t_l2{font-size: 25px}
.t_l3{font-size: 20px}
.t_l4{font-size: 16px}
.t_l5{font-size: 10px}
.t_l0{font-size: 12px;}


/* Background Color */
.b_grey{ background-color: #FAFAFA}


/* Line Height */
.t_lh1{ line-height: 1 }


/* List */
.list {padding: 0; margin: 0}
.list > li {padding: 15px; padding-left: 0; font-size: 14px}
.list.list_border > li {border-bottom: 1px solid #ccc}
.list.list_border > li:last-child{border-bottom: none}
.list.no_pad > li {padding-right: 0; padding-left: 0}

/* Ellipsis Text */
.truncate {
  /*width: 250px;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Edged Box */
.egded-box, .edged_box{
	border-radius: 0;
}

/* float Items */
.float_items > *{
	float: left;
}
.float_items{
	overflow: hidden;
} 

/* Wide Button */
.wd_btn{
	padding-left: 30px !important;
	padding-right: 30px !important;
}

.box{
	border: 1px solid #E6E7E8;
}


.hover_show{
	display: none;
}
.hover_toggle:hover > .hover_hide{
	display: none;
}
.hover_toggle:hover > .hover_show{
	display: block;
	visibility: visible;
}


.hover_toggle_desc:hover .hover_hide{
	display: none;
}
.hover_toggle_desc:hover .hover_show{
	display: block;
	visibility: visible;
}


/* Updated frame design */
#customer_details > *{
    float: left;
}
#customer_details > div:first-child{
    max-width: 640px; 
    min-height: 450px;
    float: left;
    padding-right: 5px
}


/* Hover styles for orange buttons */
.btn-orange:hover{
	color: #fff;
}

article.media .btn-orange, article.media .btn-orange:hover{
	color: #fff !important;
	background-color: #df6e2c !important;
	border-color: #df6e2c;
}


/* custom search box with button */
.search_box{
	background: #FAFAFA; 
	border: 1px solid #ccc;
	padding: 12px; 
}

.search_box input{
	border: none; 
	background: none; 
	font-size: 16px; 
	width: 100%; 
	max-width: 92%;
}

.search_box img{
	vertical-align: top;
}


/* Big button */
.big_btn{
	background: #FFF; 
	/*border: 1px solid #ccc;*/
	padding: 12px; 
	/*border-color: #718FC8; */
	margin-top: 5px; 
	cursor: pointer;
  border: 0;
  font-size: 1rem;
  border-radius: 4px;
}


/* modal interaction */
.modl .modl_title h2{
	margin-bottom: 25px;
}
.modl .modl_title h2 > span{
/*	letter-spacing: 1px
*/}
.modl .modl_title .modl_sub{
	display: block; 
	margin-top: 5px;
	font-size: 16px;
}
.modl .modl_prof{
	display: inline-block;
}
.modl .modl_prof img{
	width:100px; 
	height:100px; 
}
.modl .modl_prof .t_l3 > small{
	font-size: 14px; 
	display: block; 
	margin-top: 5px;
}

.modl .modl_foot{
	background: #fff; 
	padding: 30px 15px;
}


/* mason - Panels */
.mason{
	display: block;
    padding: 204px 0;
    text-align: center;
    background-color: #fff
}
.mason.colored, .mason:hover{
	background-color: #FAFAFA;
}
.mason.br0{
	border-right: none;
}
.mason.pd0{
	padding: 10px 0;
}
.mason2{
	padding: 93px 0;
}


/* Label and value */
.label-value > li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

/* form label */
.sharp_form .control-label{
	color: #0b426d;
    font-size: 13px;
    padding-top: 0px !important;
    font-weight: bold;
}

.sharp_form .form-control{
	border-radius: 0;
}

/* reset font weight */
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
   font-weight: inherit;
}

/* Remove hover from the article */
.no_article_hover article.media:hover{
	background-color: transparent;
}

/* Adjust the font weight of label */
.labels label{
	font-weight: normal;
}

/* Cards */
.crd_theme_o{
    padding-bottom:33px; 
    height: 238px; 
    border: 1px solid #E6E7E8; 
    margin-bottom: 5px
}
.crd_theme{
    padding-bottom:33px; 
    height: 238px; 
    margin-bottom: 5px; 
    color: #fff; 
    background: #718FC8;
}

.crd_top{
    padding:15px 0px; 
    margin-top: 60px; 
    margin-bottom: 30px
}


/* Stacked boxes */
.stacked_boxes{
   background: #FFF; 
   border: 1px solid #ccc;
   padding: 12px;
   border-bottom: none;
}
.stacked_boxes_parent .stacked_boxes:last-child {
  border-bottom: 1px solid #ccc;
}

/*rating*/
.sm_rating .rating{
  float: none !important;
  font-size: inherit !important;
  line-height: 1;
  margin-left: 0 !important;
}
.sm_rating .rating label{
  font-size: 15px !important;
  float: none !important;
  margin: 0 !important;
}
/* borders */
.border_bottom{
	border-bottom: 1px solid #E6E7E8;
}
.border_top{
	border-top: 1px solid #E6E7E8;
}
.border_right{
	border-right: 1px solid #E6E7E8;
}
.border_left{
	border-left: 1px solid #E6E7E8;
}

.no-padding {
  padding: 0!important;
}

/* General */
.border-bottom{
	border-bottom: 1px solid #ccc;
}
.no-border{
	border: 0;
}
.pt_0{
	padding-top: 0 !important;
}
.pt_10{
	padding-top: 10px;
}
.pt_20{
	padding-top: 20px;
}
.pb_0{
	padding-bottom: 0 !important;
}
.pr_0{
	padding-right: 0 !important;
}
.pr_10{
	padding-right: 10px;
}
.pl_0{
	padding-left: 0 !important;
}
.pd_10{
	padding: 10px;
}
.pd_15{
	padding: 15px;
}
.pd_20{
	padding: 20px;
}
.mr_5{
	margin-right: 5px;
}
.mr_10{
	margin-right: 10px;
}
.mr_15{
	margin-right: 15px;
}
.mr_20{
	margin-right: 20px;
}
.mb_5{
	margin-bottom: 5px;
}
.mb_10{
	margin-bottom: 10px;
}
.mb_15{
	margin-bottom: 15px;
}
.mb_20{
	margin-bottom: 20px;
}
.mb_30{
	margin-bottom: 30px;
}
.mt_5{
	margin-top: 5px;
}
.mt_10{
	margin-top: 10px;
}
.mt_20{
	margin-top: 20px;
}


.flex{
	display: flex;
}
.flex.col{
	flex-direction: column;
}
.flex.center{
	justify-content: center;
}
.flex.space{
	justify-content: space-between;
}
.flex.expand{
	flex: 1;
}
.vertical-center{
	align-items: center;
}
.height_1{
	height: 100%;
}
.height_1_2{
	height: 50%;
}
.height_1_3{
	height: 33.33%;
}
.height_1_4{
	height: 25%;
}
.height_3_4{
	height: 75%;
}
.width_0{
	width: 0;
}
.width_1{
	width: 100%;
}
.width_1_2{
	width: 50%;
}
.width_1_3{
	width: 33.33%;
}
.width_1_4{
	width: 25%;
}
.width_3_4{
	width: 75%;
}
.width_100{
	width: 100px;
}
.width_50{
	width: 50px;
}
/*.outline{*/
	/*box-shadow: */
    /*1px 0 0 0 #E6E7E8, */
    /*0 1px 0 0 #E6E7E8, */
    /*1px 1px 0 0 #E6E7E8,  */
    /*1px 0 0 0 #E6E7E8 inset, */
    /*0 1px 0 0 #E6E7E8 inset;*/
/*}*/

.border-success{
	border-color: rgb(62, 143, 62) !important;
}
.border-danger{
	border-color: rgb(185, 44, 40) !important;
}
.border-warning{
	border-color: orange !important;
}
.border-default{
	border-color: rgb(36, 85, 128) !important;
}
.vertical-divide{
	width: 1px; 
	border-right: 1px solid #E6E7E8;
}



.clear{
	clear: both;
	overflow: hidden;
}
.inline-block{
	display: inline-block;
}

.pointer{
	cursor: pointer;
}
.capital{
	text-transform: capitalize;
}



/* round image*/
.decRoundImage img{
	width: 100%; 
	height: auto; 
	border-radius: 50%; 
	border-width: 3px; 
	border-style: solid;
	border-color: orange;
}


/* round Icon*/
.decRoundIcon{
    display: inline-block;
    vertical-align: bottom;
}
.decRoundIcon .frame{
	color: #51A7F9;
    border: 2px solid #51A7F9;
    border-radius: 50%;
    padding: 23px;
}
.decRoundIcon .icon{
	font-size: 25px;
	position: absolute;
	line-height: 1;
}
.decRoundIcon.primary .frame{
	border-color: #718FC8;
	background: #718FC8;
	color: #fff;
	padding: 20px;
}
.decRoundIcon.primary .icon{
	font-size: 20px;
}



/* list content */
.decList{
	margin: 0;
}
.decList li{
	padding: 8px 0;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.decList.bigger li{
	padding: 10px 0;
}
.decList li.no-border{
	border-bottom: 0;
	padding-bottom: 0;
}
.decList li:last-child{
	border-bottom: none;
}


/* buttton */
.btn-orange{
	color: #fff;
    background: #f1a437;
    border-color: #f1a437;
}
.btn-orange:hover{
    background-color: #df6e2c !important;
    border-color: #df6e2c !important;
}
.decDualButtons .col-md-6:first-child{
	padding-right: 5px;
}
.decDualButtons .col-md-6:last-child{
	padding-left: 5px;
}


/* section */
.decSection .withImage{
	margin-right: 10px;
	width: 54px;
	height: 54px;
}

/* text */
.t_close{
	flex: 1;
}
.t_close > p{
	margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
}
.t_close p:first-child{
	font-size: 14px;
    color: #000;
    margin-bottom: 2px;
    line-height: 1.4;
}
.t_l1.huge{
	line-height: 1.2;
	letter-spacing: 1px;
}

/* poster */
.decPoster{
	padding: 25px 45px;
	background: #fff;
	display: inline-block;
	border-radius: 15px;
}
.decPoster.fixed-height{
	height: 260px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 190px;
}
.decPoster.fixed-height.short{
	height: 240px;
	min-width: 180px;
}

/* stat */
.decStat{
	overflow: hidden;
}
.decStat li {
	border-right: 1px solid #ccc;
}
.decStat li:last-child{
	border-right: 0;
}

/* profile */
.decProfile{
	padding: 20px 30px;
}
.decProfile.fixed-height{
	height: 365px;
}


/* decIconBox */
.decIconBox{
	cursor: pointer;
}
.decIconBox:hover{
	color: rgb(97, 140, 174);
}
/*.decIconBox .inner{
	margin: 20px 40px;
}*/
.decIconBox .inner {
    margin: 70px 40px;
}
.decIcon{
	padding: 20px 0;
	flex-grow: 1;
}

/* 3 sections */
.decThreeSec{
	justify-content: space-between;
}
.decThreeSec .icon p:first-child{
	font-size: 61px; 
	line-height: 1;
}
.decThreeSec .count .frame{
	padding: 30px;
}
.decThreeSec .count .frame .icon{
	font-size: 15px;
}
/*.decThreeSec > div{
	flex-grow: 1;
}
.decThreeSec > div:first-child{
	align-self: flex-start;
}
.decThreeSec > div.last-child{
	align-self: flex-end;
}*/


/* file */
.decFile{
	justify-content: space-between;
}
.decFile .icon-left{
	font-size: 30px;
	margin-right: 15px;
}
.decFile .icon-right{
	font-size: 15px;
}

/* stat */
.decStatPanel{
	height: 300px
}


/* settings */
.decSettings > li{
	padding: 20px 25px;
}


/* Main section split */
.main-center{
	padding-right: 50px
}
.main-center + div{
	padding-left: 0
}
.main-center + div > div{
	margin-left: -40px;
}
