a{
	cursor:pointer;
}
.content-wrapper{
	background-color:#666666 !important;
}

.scroll_msg{
	min-height:500px;
	max-height:500px;
	height:500px;
	overflow:auto;
}
.myPanel{
	height:600px;
}
.sortable li {
    list-style: outside none none;
}
.modal{
	background:black;
}
.scrollit{
	overflow-y:auto;
	
    height:300px;
}
.scrollit-horizontal{
	overflow-x:auto;
}
.red{
	color:#9D344B !important;
}
.green{
	color:#549431 !important;
}
.white{
	color:white !important;
}
.light-blue{
	color:#49cefb !important;
}
.blue{
	color:#2A4D6E !important;
}
.dark-orange{
	color:#AA7C39 !important;
}
.statut-input{
	color:#549431 !important ;
	font-weight:600;
}
.statut-output{
	color:#9D344B !important ;
	font-weight:600;
}
.grey{
	color:grey ;
}
.dark-green{
	color:#04B404;
}
.orange{
	color:#f6921e;
}
.purple{
	color:purple;
}
.alert-red{
	color:red;
	font-size: 20px;
	 font-weight: bold;
	
	
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.datepicker{
	z-index:800 !important;
}
.dropdown-menu{
	z-index:1250 !important;
}
.btn-table{
	margin-left:2px;
	margin-right:2px;
}
.info-box-cpt{
	font-size:large;
}
#panelResume{
	padding-left:10px;
	padding-right:10px;
}
.myscroll{
	display:block;
    max-height: 300px;
	width:100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 100px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	outline: none;
	background: white;
	cursor: inherit;
	display: block;
}
.msg-body{
	height:290px; 
	overflow:auto;
}
.connectedSortable{
	height:290px; 
	overflow-y:auto;
	overflow-x:hidden;
}
.cust-heading{
	height:120px;
}
.remove-span{
	z-index:0;
}
.edit-span:hover{
	cursor:pointer;
}
.remove-span:hover{
	cursor:pointer;
	color:red;
	
}
.limit_time_row{
	margin-bottom:10px;
}
.rule_body{
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.row-default{
	background-color:#FFFFFF
}
.info-box-stat .info-box-content{
	height:90px !important;
	overflow-y:auto;
	
}
#mail-body{
	height:20em;
	overflow:auto;
}
#box_header .box-body .panel{
	margin-bottom:0px;
}
.mailbox-attachment-remove{
	margin-right:2px;
	margin-top:2px;
	cursor:pointer;
	color:grey;
}
.mailbox-attachment-remove:hover{
	color:black;
}
.panel-profil{
	height:500px;
	overflow:auto;
}
.navbar-default .navbar-nav > .active > a{
	background-color: #AAAAAA !important;
	color:#FFFFFF !important;
}
#panel-signal{
	margin-left:10px;
	margin-right:10px;
}
.waiting-message{
	background-image: url(../images/waiting.gif);
	width:32px;
	height:32px;
	margin:auto;
	
}
.mailbox-read-message{
	border:1px solid #ccc;
	padding:2px;
}
.event-trn{
	color:white;
}
.table-search-div{
	padding:2px;
	background-color:white;
	border:1px solid #DDD;
}
.table-search-btn{
	background-color:white !important;
	border:1px solid #DDD !important;
}
.panel-tools .panel-heading{
	height:55px;
}
.folder-item{
	border: 1px solid #DDD;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:5px;
	height:120px;
	cursor:pointer;
	margin-bottom:7px;
}
.folder-item i{
	margin-bottom:10px;
}
.folder-item.active{
	background-color: #DDD;
	border: 1px solid #000;
}
.folder-item .input-item{
	padding:2px !important;
	height:25px;
}
.list-group-item:first-child{
	border-top-left-radius:0px !important;
	border-top-right-radius:0px !important;
}
.list-group.my-list-group{
	margin:10px;
}
.my-list-group .list-group-item{
	cursor:pointer;
}
.btn-remove-row{
	display:none !important;
}
.table-inf tr{
	border: 1px solid #000 !important; 
	border-collapse:collapse;
}
.table-inf td{
	cursor:pointer;
	border: 1px solid #000 !important;
}
.table-inf thead tr th {
	background-color:#FFBE74;
	border: 1px solid #000 !important;
	border-radius:0px !important;
}
.table-modal{
	background-color:white;
}
.has-error input{
	background-color:#dd4b39;
	color:white;
}
.dropzone{
	height:500px;
	width:100%;
	border:1px dashed #CCC;
	resize: none;
}
.guid{
	opacity:0.2;
}
.guid-active{
	opacity:1 !important;
}
.shepherd-content{
	z-index:999;
}
.shepherd-content header{
	background-color:#AAA !important;
	color:white;
}
.shepherd-content .shepherd-text{
	background-color:#EEE !important;
}
.shepherd-content footer{
	background-color:#EEE !important;
}
.btn-black{
	background-color:#777 !important;
	color:white;
}