/*!
 *   AdminScript v1.0.0
 *   Author: Said Asebbane
 *	 Website: Said Asebbane <http://asebbane.com>
 */
.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.clear {
	display: block;
	clear: both
}
.FirstImg {
	height: 200px;
	width: 200px;
	border-radius: 50%;
	border: 6px solid #ecf0f5;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.FirstH1 {
	text-align: center;
	margin-top: 40px;
	font-size: 26px
}
.FirstH2 {
	text-align: center;
	margin-top: 25px;
	font-size: 30px;
	color: #3c8dbc
}
.skin-blue .FirstH2, .skin-blue .FirstH1>span, .skin-blue-light .FirstH2, .skin-blue-light .FirstH1>span {
	color: #3c8dbc !important;
}
.skin-purple .FirstH2, .skin-purple .FirstH1>span, .skin-purple-light .FirstH2, .skin-purple-light .FirstH1>span {
	color: #605ca8 !important;
}
.skin-green .FirstH2, .skin-green .FirstH1>span, .skin-green-light .FirstH2, .skin-green-light .FirstH1>span {
	color: #00a65a !important;
}
.skin-red .FirstH2, .skin-red .FirstH1>span, .skin-red-light .FirstH2, .skin-red-light .FirstH1>span {
	color: #dd4b39 !important;
}
.skin-yellow .FirstH2, .skin-yellow .FirstH1>span, .skin-yellow-light .FirstH2, .skin-yellow-light .FirstH1>span {
	color: #f39c12 !important;
}
.Disconnect {
	width: 100%;
	margin: 5px 0;
	clear: both;
	display: inline-block
}
.Disconnect a {
	display: block
}
.descid {
	padding: 0 !important;
	font-size: 0!important;
	border-left-width: 0 !important;
}
.form-horizontal .control-label {
	text-align: right;
}
.date-label {
	float: left;
	font-size: 12px;
	color: #ACACAC;
	font-weight: 400
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
    padding-right: 0;
}
div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
    padding-left: 0;
}
/*** CUSTOM FILE INPUT STYE ***/
.wrap-custom-file {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	margin: 20px auto;
	text-align: center;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.wrap-custom-file label:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.wrap-custom-file input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	overflow: hidden;
	opacity: 0;
}
.wrap-custom-file label {
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background-color: #f1f1f1;
	border-radius: 4px;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.wrap-custom-file label span {
	display: block;
	margin-top: 2rem;
	font-size: 1.4rem;
	color: #777;
	transition: color 0.4s;
}
.wrap-custom-file label .fa {
	position: absolute;
	top: 3px;
	right: -12px;
	height: 30px;
	width: 30px;
	-webkit-transform: translatex(-50%);
	transform: translatex(-50%);
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,.3);
	padding: 5px;
	border-radius: 50%;
	text-align: center;
	transition: color 0.4s;
}
.wrap-custom-file label:hover span, .wrap-custom-file label:hover .fa {
	background: #f39c12;
}
.wrap-custom-file label.file-ok {
	background-size: cover;
	background-position: center;
}
.wrap-custom-file label.file-ok span {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0.3rem;
	font-size: 1.1rem;
	color: #000;
	background-color: rgba(255, 255, 255, 0.7);
}
.wrap-custom-file label.file-ok .fa {
	display: none;
}


@media (max-width:767px) {
	div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    float: none;
}
}
