.pcoded-main-container{
	margin-top: 55px!important;
	background: none!important;
}
.pcoded-container{
	background: none!important;
	/*background: url(../../img_api/img/bg.png)!important;
	background-size: cover!important;*/
}
.div-header-bg{
	background-image: linear-gradient(to right, rgb(1, 118, 118), rgb(20, 195, 195));
    height: 297px;
    width: 100%;
    position: fixed;
}
.navbar{
	/*background-image: linear-gradient(to bottom right,#b2dde9, #618c98)!important;*/
	background: darkcyan!important;
	box-shadow:none!important;
}
body{
	background: #f8f9fa;
}
.pcoded-inner-content{
	padding-top: 10px;
    padding-left: 25px;
	padding-right: 25px;
}


/* width */
::-webkit-scrollbar {
	width: 20px;
	background-color: #fff;
	border-radius: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px grey;
	border-radius: 5px;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #4e5f68;
	border-radius: 5px;
  }
/***************LE MENU*****************/

.menu-element .pcoded-mtext{
	color: #ccc !important;
	font-family: sans-serif;
}
.menu-element .pcoded-mtext:hover{
	color: white!important;
	font-weight: bold;
}
.menu-element{
	margin-left: 0px;
    margin-right: 0px;
    border-radius: 0px;
}
.menu-element:hover{
	/*background-image: linear-gradient(310deg, #fadada 0%, #e78c8c 100%)!important;*/
	border: #222 solid 1px!important;
	background: #222!important;
}
.menu-selected{
	/*background-image: linear-gradient(310deg, #f92626 0%, #460303 100%);*/
	font-weight: bold;
	border-left: #feb798 solid 9px !important;
    background: none;
}
.menu-selected .pcoded-mtext{
	color: white!important;
	font-weight: bold;
}
.pcoded-micon{
	width: 26px;
	height: 25px;
	border-radius: 15px;
	margin-top: 2px;
	text-align: center;
}
.btn-icon{
	border-radius: 50%!important;
    width: 30px!important;
    line-height: 22px!important;
    height: 30px!important;
    padding: 3px!important;
    text-align: center!important;
}
.menu-selected .pcoded-micon{
	
}
.pcoded-badge{
	right: 0px !important;
    border-radius: 5px !important;
}


/***************header bar*****************/






















.text-custom{
	font-weight: bold;
}
.text-bold{
	font-weight: bold;
}

/***************LE MENU*****************/
.navbar-logo{
	/*background: #16D39A!important;*/
	height: 62px!important;
}



/***************HEADER******************/
.header-navbar{
	color: #222!important;
}
.header-notification a{
	background-color: white!important;
	color: grey!important;
}
.header-notification .icon-header{
	color: white!important;
}
.header-notification{
	padding: 5px!important;
	height: 56px;
}
.header-text{
	color: grey;
}
.header-text:hover{
	color: grey;
}
.header-notification:hover{
	opacity: 1;
	background-color: rgb(20, 195, 195)!important;
}
.icon-header{
	font-size: large!important;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 6px;
    border-radius: 15px;
	border:none;
}
.header-notification .profile-notification{
	text-align: center;
}
.header-notification a{
	background: none!important;
}






/***************FENETRE MODALE*****************/
.modal-plein-ecran{
	margin: 0px;
    width: 100%!important;
    margin-right: 0px;
    height: 100%!important;
    background: white;
}
.modal-plein-ecran .modal-content{
	border-radius: 0px!important;
    border: none;
}
.modal-content{
	border-radius: 15PX;
	background-color: #f8f9fa;
  	border: white solid 6px;
}
.modal-plein-ecran .modal-body{
	height: 100%;
}

.close{
	font-size: large;
    width: 45px!important;
    height: 45px!important;
    border-radius: 23px!important;
    margin-top: -10px!important;
    margin-right: -10px!important;
}

.alert-dismissable .close{
	background: white!important;
    height: 33px!important;
    color: #222!important;
    width: 33px;
    box-shadow: black 0px 0px 5px;
}
.alert-dismissable .fa{
	font-size: x-large;
}
.alert-dismissable{
	padding: 15px!important;
    border-radius: 25px!important;
}

.modal-xs .ajout, .modal-md .ajout, .modal-lg .ajout{
	color: #343a40;
}
.modal-xs .sup, .modal-md .sup, .modal-lg .sup{
	color: red;
}
.modal-xs .warning, .modal-md .warning, .modal-lg .warning{
	color: darkorange;
}

.modal-xs .modal-header, .modal-md .modal-header, .modal-lg .modal-header{
	border-top-left-radius: 31px;
    border-top-right-radius: 31px;
	border: none;
}

.modal-xs .modal-footer, .modal-md .modal-footer, .modal-lg .modal-footer{
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top: none;
}

.modal-xs .modal-content, .modal-md .modal-content, .modal-lg .modal-content{
	
}

.modal-footer{
	padding-top: 0px;
}


.lib_facultatif{
    background-color: #F1F1F1!important;
    color: #222;
}
.lib_obligatoire{
    background-color: #F1F1F1!important;
    color: indianred;
    font-weight: bold;
}

@-webkit-keyframes apparition-lib-obligatoire {
	from {color:red; font-weight: bold;background-color:black;} to {color:brown; font-weight: normal;background-color:#F1F1F1;}
}
/* Standard syntax */
@keyframes apparition-lib-obligatoire {
	from {color:red; font-weight: bold;background-color:black;} to {color:brown; font-weight: normal;background-color:#F1F1F1;}
}
.lib_obligatoire{
	-webkit-animation-name: apparition-lib-obligatoire; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 3s; /* Safari 4.0 - 8.0 */
	animation-name: apparition-lib-obligatoire;
	animation-duration: 3s;
}


/****************************ELEMENTS CACHEES**********/
.element_cache{
	display:none;
}

.premier_btn_groupe{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.dernier_btn_groupe{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}



.bulle-eleve h5{
	margin: 0px;
    margin-top: 5px;
	font-weight: bold;
	font-size: medium;
    margin: 0px;
}
.bulle-eleve .info{
	margin: 0px;
    margin-top: 5px;
}
.bulle-eleve .feather{
	width: 90px;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 15px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    position: absolute;
    overflow: hidden;
}
.bulle-eleve .img_eleve{
	height: 100%;
    width: 100%;
}
.feather div{
	position: absolute;
    bottom: 3px;
    left: 10px;
	padding: 0px!important;
}
.feather i{
    background: white;
    border-radius: 15px;
    width: 21px;
    text-align: center;
    height: 19px;
}
.bulle-eleve:hover{
	box-shadow: grey 0px 0px 10px 0px;
}




/*********************************ACCORDION******************/
.accordion-msg{
	border: none;
    border-bottom: #ccc solid 1px;
    font-size: large;
    margin-left: 25px;
    margin-right: 25px;
}
.accordion-desc{
	margin: 25px;
    background: #f6f8f9;
    padding-top: 8px;
    margin-top: 0px;
	margin-bottom: 0px;
	border: grey solid 1px;
}


/**********************TABS************************/
.block-sans-bg, .card .block-sans-bg{
	border: none !important;
    background: none;
    box-shadow: none;
}
.nav-item .active{
    font-weight: bold;
	background: white !important;
    color: #0f0f11;
    box-shadow: grey 0px -18px 30px -11px;
}

.nav-link{
	border-radius: 10px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    font-size: large;
	border: none !important;
    background: none !important;
}

.nav-tabs{
	padding-left: 10px;
    border: none;
}

.tab-content-primary, .tab-content-secondary, .tab-content-tertiary, .tab-content-info, .tab-content-success, 
.tab-content-warning, .tab-content-danger, .tab-content-dark{
    border-radius: 8px !important;
    overflow: hidden;
	background: white;
	box-shadow: grey 0px 0px 40px 0px;
}



.nav-tabs-primary .nav-link:hover{
	background: #b5c4f8!important;
}
.nav-tabs-primary .nav-item .active{
	background: white!important;
	color: #5063a2;
	font-weight: bold;
}
.tab-content-secondary{
	
}



.nav-tabs-secondary .nav-link:hover{
	background: #c9d6ff!important;
}
.nav-tabs-secondary .nav-item .active{
	background: white!important;
	color: #5670c4;
	font-weight: bold;
}
.tab-content-secondary{
	
}



.nav-tabs-tertiary .nav-link:hover{
	background: #ffc4f9!important;
}
.nav-tabs-tertiary .nav-item .active{
	background: white!important;
	color: #722b6b;
	font-weight: bold;
}
.tab-content-tertiary{
	
}



.nav-link{
	text-shadow: white 0px 0px 11px;
}
.nav-tabs-info .nav-link:hover{
	background: #b0e9f8!important;
}
.nav-tabs-info .nav-item .active{
	background: white!important;
	color: #22697a;
	font-weight: bold;
}
.tab-content-info{
	
}



.nav-tabs-success .nav-link:hover{
	background: #aefac0!important;
}
.nav-tabs-success .nav-item .active{
	background: white!important;
	color: #458955;
	font-weight: bold;
}
.tab-content-success{
	
}



.nav-tabs-warning .nav-link:hover{
	background: #fff9b2!important;
}
.nav-tabs-warning .nav-item .active{
	background: white!important;
	color: #67611d;
	font-weight: bold;
}
.tab-content-warning{
	
}



.nav-tabs-danger .nav-link:hover{
	background: #fad8d8!important;
}
.nav-tabs-danger .nav-item .active{
	background: white!important;
	color: #a16767;
	font-weight: bold;
}
.tab-content-danger{
	
}



.nav-tabs-dark .nav-link:hover{
	background: #cfcfcf!important;
}
.nav-tabs-dark .nav-item .active{
	background: white!important;
	color: #0f0f11;
	font-weight: bold;
}
.tab-content-dark{
	
}





/**********************CARdS************************/
.separateur_zone_block{
	margin: 1px;
    border: #ccc dashed 1px;
}

.bulle-eleve{
	border-radius: 5px!important;
}
.bulle-eleve:hover{
	border: teal solid!important;
}


.dropdown_top_card{
	display: inline-block; vertical-align: top;
}
.zone_travail .card{
	border-radius: 15px!important;
	border: white solid 5px;
}
.zone_travail .card-block{
	min-height: 400px;
}
.card{
	border-radius: 10px!important;
}

.card:hover{
	
}
.modal .card:hover{
	border: none !important;
}
.login-box:hover{
	border: none !important;
}
.zone_travail .card-config{
	/*padding: 0px;border-top: darkred solid;*/
	border-radius: 20px;
}
.zone_travail .card-etat{
	/*padding: 0px;border-top: green solid;*/
	border-radius: 20px;
}
.card-config .alert,.card-etat .card-header-default{
	
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.alert{
	margin: 0px;
	border-radius: 15px;
	font-size:large;
}
.modal-body .alert{
	padding-left: 0px;
    padding-right: 0px;
    border-left: none;
    border-right: none;
}
.card-header-default{
	padding: 0px;
	padding-left: 10px!important;
	padding-right: 10px!important;
	padding-top: 5px!important;
}

.background-default{
	color: #222;
    padding-bottom: 5px;
    background: none;
    border: none;
    padding-left: 5px;
    font-size: large;
	padding-right: 11px!important;
}



/**********************BOUTONS************************/
.btn{
	border-radius: 7px;
	border: white solid 1px;
}
.card-config .btn, .card-etat .btn{
	height: 48px;
}
td .btn{
	height: 34px!important;
}
.btn-outline-success{
	border: #28a745 solid 1px;
	outline: 1px dashed #28a745;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
}
.btn-outline-danger{
	border: #dc3545 solid 1px;
	outline: 1px dashed #dc3545;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
	
}
.btn-outline-warning{
	border: #ffc107 solid 1px;
	outline: 1px dashed #ffc107;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
	
}
.btn-outline-default{
	border: grey solid 1px;
	outline: 1px dashed grey;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
	
}
.btn-outline-primary{
	border: #007bff solid 1px;
	outline: 1px dashed #007bff;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
	
}
.btn-outline-info {
	border: #17a2b8 solid 1px;
	outline: 1px dashed #17a2b8;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
	
}
.btn-outline-dark {
	border: #222 solid 1px;
	outline: 1px dashed #222;
    outline-offset: -4px;
	border-top: none;
	border-left: none;
	
}

/******************DROPDOWN******************/
.dropdown-menu{
	border-radius: 10px!important;
	box-shadow: grey 0px 12px 36px 0px;
    border: white solid;
}
.dropdown-menu .btn{
	border-radius: 10px;
}
.dropdown-item-lien{
	border-radius: 14px;
}
.dropdown-item-lien:hover{
	font-weight: bold;
}

.dropdown-sous-titre{
	padding: 15px;
    margin-bottom: 0px;
    color: #ccc;
    padding-bottom: 5px;
    background: #F1F1F1;
    border-radius: 10px;
}


/****************************TABLEAU********************/
table{
	/*border-collapse: separate!important;*/
}
.bas-tableau{
	background: white;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 10px;
	border-radius: 7px;
}
td{
	/*white-space: normal;*/
}



/****************************ALERTE COMME ENTETE DE CARD********************/
.alert .form-group, .alert .input-group, form .form-group, form .input-group, td .form-group, td .input-group, .card-header-default .form-group, .card-header-default .input-group{
	margin: 0px;
}
.input-group{
	border-radius: 10px;
    overflow: hidden;
	border: #F1F1F1 solid 4px;
  background: #F1F1F1;
}

.modal .input-group, .modal-footer .input-group{
    border-bottom: #F1F1F1 solid;
    border-right: #F1F1F1 solid;
}
.input-group .btn{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
#formulaire-etat .input-group{
	max-width: 185px;
}
#formulaire-etat, .card-header, .card-header-default{
	background-color: #ffffff!important;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
}

.card-config .alert-default{
	background-color: lemonchiffon !important;
    border-radius: 0px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
	
}
.card-config th{
	background-color: antiquewhite;
}


#formulaire-etat .card-header-default{
	background-color: rgb(226, 229, 228) !important;
    border-radius: 0px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
	border: none!important;
}
#espace_resultat_etat .alert{
    border-radius: 0px !important;
	padding-left: 5px;
}
.card-etat th{
	background-color: rgb(226, 229, 228);
}



input, select, .input-group-addon{
	border:none!important;
}
input:hover, select:hover, textarea:hover{
	border-left: #222 solid!important;
	border-right: #222 solid!important;
}
.card-config .form-group, .inner .form-group{
	display: inline-block;
	vertical-align: top;
}
.modal-body .form-group{
	width: 100%!important;
}
.card-body{
	padding: 5px;
}

#formulaire-etat h2, #formulaire-etat h3, .alert h2, .alert h3, .inner h2, .inner h3{
	font-family: monospace;
	float: right;
}

.card-header-default .form-group{
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}

.card-config .alert h3, .card-config .alert h4{
	float: right;
}


/****************************ALERTE NOTIFICATION apres action********************/
.growl-animated.alert-success{
	background: #0ac282;
    color: white;
    font-size: medium;
	border-radius: 5px;
}
.growl-animated.alert-danger{
	background: #bf2111;
    color: white;
    font-size: medium;
	border-radius: 5px;
}
.growl-animated.alert-warning{
	background: #fe9365;
    color: black;
    font-size: medium;
	border-radius: 5px;
}
.growl-animated.alert-dark{
	background: #404E67;
    color: white;
    font-size: medium;
	border-radius: 5px;
}




.form-control{
	min-height: 42px;
}




/****************************LOADER********************/
.loader-float{
	text-align: center;
    background: white;
    position: fixed;
    top: 81px;
    padding: 5px;
    box-shadow: teal 0px 0px 20px 0px;
    border-radius: 8px;
    z-index: 10;
    right: 45%;
	font-size: x-large;
	display: none;
}
.loader-float img{
	width: 135px;
}