/* Échec de l'agrandissement. Renvoi du contenu non agrandi.
(544,34): run-time error CSS1046: Expect comma, found '211'
(544,40): run-time error CSS1046: Expect comma, found ')'
 */

.center
{
	text-align:center;
}

.border-rc {
    border-color: #C0D349 !important;
}

.rc-color
{
	color: #C0D349!important;
}

.red {
    color: #e6223d !important;
}

.btn-rc
{
	background-color: #C0D349!important;
	font-weight: bold;
	margin-right: 20px;
	font-size: 14px !important;
    color:#666666!important;
}

.btn-rc:hover {
  /*background-color: #4CAF50;*/
	color:white !important;
}

link-hover-red :hover {
    color:red;
}

.panel-rc
{
	background-color: #C0D349 !important;
	border-color: #C0D349 !important;
}

.panel-img-Login
{
  background-image: url("../Images/Pattern_Login.jpg"); /* url("../Images/Hub_RC_Comb.jpg ou WebEns_login.jpg");*/ 
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
  /*width: 80px;
  height: 103px;
  padding: 0;	  
	  */
  /*margin-top: -60px;  
  margin-bottom: -60px;*/
}

.panel-connexion
{
	margin-top:100px;
	margin-bottom:115px;
}

.row
{
	margin-left : 0!important;
	margin-right : 0!important;
}


.panel-loging-arrow
{
	width: 22px;
    height: 22px;
    display: inline-block;
    background-size: 22px;
    vertical-align: middle;
    background-image: url(../Images/logo_white_down.png);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.error
{
	color:#E61E3F;
	font-size:18px;
	text-align: center;
}


/**************************CARD******************************/

.card
{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	box-shadow: 0 0 10px #d3d3d3;
}

.card:hover
{
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-container
{
    padding: 2px 16px;
}

.card-header:first-child
{
	border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header
{
	padding: .75rem 1.25rem;
	margin-bottom: 0;
	background-color: rgba(192, 211, 73, .8);
	border-bottom: 1px solid rgba(0,0,0,.125);
	font-weight: bold;
    color: #ffffff;
    font-size: 15px;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

/*.ens-container {
    min-width: 84% !important;
    margin-left: 13% !important;
    padding:0px!important;
}*/

.panel-filter
{
	background-color: #f7f7f7;
	color: #636363;
	font-size: 13px !important;
	padding-bottom: 15px;
}



a.help {
    color:#fff;
    background-color:#C0D349;
    width:140px;
    height:140px;
    display:inline-block;
    border-radius:100%;
    /*font-size:130px;*/
    text-align:center;
    text-decoration:none;
    -webkit-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
    box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.25);
}

.info {
    font-size: 13px;
    color: #606060;
    text-align: left;
    font-weight: bold;
}

.info-black-17 {
    font-size: 17px;
    color: black;
    text-align: center;
    font-weight: bold;
}

.info-blanc-title {
    color: white !important;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    margin-top:7px;
}

/*.accueil-title-pattern {
    background-image: url(../Images/Pattern_Login.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right 28%;
    width: 100%;
    padding: 0;*/
/* 
      background-image: url("../Images/Pattern_Login.jpg");
  background-repeat: no-repeat;
  width: 100%;
  padding: 0;
*/ 

    /*color: black !important;
    font-size: 25px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    margin-top:7px;
}*/

.accueil-title-pattern {
    background-image: url(../Images/Pattern_Login.jpg); /*url(../Images/Hub_RC_Comb.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right 28%;
    border-top: 0;
    box-shadow: 0 0 0;
    height: 60%;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 100px;

    color: black !important;
    font-size: 25px;
    /*margin-bottom: 20px;*/
    text-align: center;
    font-weight: bold;
    margin-top:7px;
}


.accueil-title-pattern-2 {
    background-image: url(../Images/Pattern_Login.jpg); /*url(../Images/Hub_RC_Comb.jpg);*/
    /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-position: right 28%;
    border-top: 0;
    box-shadow: 0 0 0;
    /*height: 60%;*/
    width: 78%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
    overflow: hidden;
    /*padding-top: 15px;
    padding-bottom: 15px;*/
    padding-left: 100px;

    color: black !important;
    font-size: 25px;
    /*margin-bottom: 20px;*/
    text-align: center;
    font-weight: bold;
    /*margin-top:7px;*/
    /*margin-left:1%;*/
    margin-left:3px;
}


.accueil-pattern {
    background-image: url(../Images/Pattern_Accueil.jpg);
    background-repeat: no-repeat;
    background-position: right 28%;
    border-top: 0;
    box-shadow: 0 0 0;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: cover;
    overflow: hidden;
    padding-left: 100px;
}


.title-black-25 {
    color: black !important;
    font-size: 22px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
    /*margin-top:7px;*/
    margin-top:8px !important;
    margin-bottom:5px !important;
}

.info-margin {
    padding-left:10px;
    padding-top:7px;
}

.webEns_accueil {
    /*background-image: url(../Images/WebEns_login.jpg);*/ /*url(../Images/Hub_RC_Comb.jpg);*/
    background-size: 100%;
    background-repeat: no-repeat;
    /*background-position: right 28%;*/
    border-top: 0;
    box-shadow: 0 0 0;
    height: 50%;
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    /*background-size: cover;*/
    overflow: hidden;
    padding-top: 30px;
    padding-left: 100px;
}


.ui-tabs li a {
    font-weight: bold;
    color: red !important;
    font-size: 14px;
}
/*
.ui-tabs .ui-widget-header {
    background: none;
}*/
.field-validation-valid {
    color:red !important
}
.field-validation-error {
    color:red !important
}

/******************************WEB_GRID***********************************************************/

.webgrid 
{
    margin-top: 4px;
    border-collapse: collapse;
    width: 100%;
	border: 2px solid #C0D349;	
}

.webgrid th, .webgrid td
{
	border: 0px solid #C0C0C0 !important;
	padding: 3px;
	font-size: 13px;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
	/*color: #636363;*/
    color: #666666;
	line-height: 1;
}

.webgrid th
{
	text-align:center;
	font-weight:bold;
	/*color:#ffffff;*/
    color:#666666;
	font-size: 12px;
    background-color: #C0D349;
}

a[data-swhglnk='true'] {
    color:#666666!important;
}

.webgrid .header
{
	padding: 6px 5px;
    text-align: center;
    background-color: #C0D349;
    height: 40px;
    color:#666666;
    font-weight: bold;
}

 .webgrid .alt {
        background-color: #f7f7f7;
        color: #000;
 }

 .webgrid .backColorRed {
        background-color: red;
 } 

 .webgrid .backColor1 {
        background-color: #ff1111;
        text-align : center !important;
 }

 .webgrid .backColor2 {
        background-color: #ffc000;
        text-align : center !important;
 }

 .webgrid .backColor3 {
        background-color: #ffc000;
        text-align : center !important;
 }

 .webgrid .backColor4 {
        background-color: #00b050;
        text-align : center !important;
 }

 .webgrid .backColor5 {
        background-color: #00b050;
        text-align : center !important;
 }

.webgrid tr:hover
{
	background-color: #C0D349;
}

label {
    font-weight:normal !important;
}

.panel .panel-heading {
    background-color: #C0D349;
    color:#666666;
    font-weight: bold;
}

.panel .panel-body
{
	border: 0px solid #C0C0C0 !important;
	padding: 3px;
	font-size: 13px;
	font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
	color: #666666;
	line-height: 1;
}


.height250
{
	height:250px;
}

.tabinfoClient
{
	height: 160px;
	background-color:#f7f7f7 !important;
	text-align:center
}

.tabinfoClient div p {
    text-align: center !important;
    color: #C0D349;
    font-size: 18px !important;
    font-weight: 200 !important;
    display: inline;    
    padding: 0px 10px;
    margin-left: -10px;
    line-height: 24px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}

.lineseparator
{
	border:0.5px solid #C0D349;	
}

.paddingtop20
{
    padding-top:20px;
}

.widthHoraires
{
   width:6% !important;
}


.tabinfo
{
	height: 220px;
	background-color:#f7f7f7 !important;
	text-align:center
}

.tabinfo div p {
    text-align: center !important;
    color: #C0D349;
    font-size: 18px !important;
    font-weight: 200 !important;
    display: inline;    
    padding: 0px 10px;
    margin-left: -10px;
    line-height: 24px;
    font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif !important;
}

.webgrid a:visited {
  color: blue !important;
}

.header-info
{
	font-weight: bold;
	color: #C0D349;
}

.footer-separator
{
	height:40px;	
}

.text-control
{
	width: 75%;
	margin: auto;
}

.paddingtop10
{
	padding-top:10px;
}

.WaitPanel {
    border: 15px solid #f3f3f3;
    border-radius: 50%;
    border-top: 15px solid rgb(192, 211, 73);
    border-bottom: 15px solid rgb(192, 211, 73);
    width: 115px;
    height: 115px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    box-shadow: 0 0 2rem rgb(192 211 73);
    position: absolute;
    top: 36%;
    left: 47%;
    transform: translate(-50%, -50%);
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.container-icons {
    display: grid;
    height: 90%;
    justify-items: center;
    align-content: stretch;
}
