/* 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;
}
