@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

html { 
    scroll-behavior: smooth;
}

*:not(.fa) {
    font-family: "Roboto Condensed", sans-serif !important
}
  
.subtitle {
    padding: 0px 0px 50px 0px;
}

tr {
    padding-bottom: 100px;
}

.navbar {
    background-color: white;
    width: 100%;
    text-align: center;
    font-size: 19px;
    box-shadow: 0px 0px 30px 15px rgba(0, 0, 0, 0.5);
}

.navbar a {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    transition-property: color;
    transition-duration: 0.3s;
    color: #2b2d30;
    padding: 16px 50px;
    text-decoration: none;
}

.navbar a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #6be0bf;
    transform: scaleY(0);
    transform-origin: 100% 100%;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

.navbar a:hover, .navbar a:focus, .navbar a:active {
    color: white;
}

.navbar a:hover:before, .navbar a:focus:before, .navbar a:active:before {
    transform: scaleY(1);
}

option[selected] {
    display: none;
}

.input-group-addon {
    color: #222;
}

select {
    appearance: none;
    min-width: 10em;
    padding: 0.5em 1em;
    background: transparent;
    border: 0;
    color: inherit;
    font-size:18px;
}

.floatred {
    color: white;
    display: inline-block;
    border-radius: 3px;
    padding: 0.5em;
    font-size: 20px;
    transition-duration: 0.1s;
    transition-property: transform;
    transform: translateZ(0);
    background-color: #e83232;
    box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.1);
    transition: 0.1s;
}

.floatred:hover {
    transform: translateY(-6px);
    background-color: #ff0000;
    box-shadow: 0px 0px 3px 3px rgba(96, 191, 178, 0.05);
}

.float {
    color: white;
    display: inline-block;
    border-radius: 3px;
    padding: 0.5em;
    font-size: 32px;
    transition-duration: 0.1s;
    transition-property: transform;
    transform: translateZ(0);
    background-color: #8bdfd4;
    box-shadow: 0px 0px 10px -10px rgba(0, 0, 0, 0.1);
    transition: 0.1s;
}

.float:hover {
    transform: translateY(-6px);
    background-color: #60bfb2;
    box-shadow: 0px 0px 3px 3px rgba(96, 191, 178, 0.05);
}

.login-page {
    color: white;
    background-image: url("/assets/img/ceformed-bg.png");
}

.theme-dark {
    color: #2b2d30;
    background-image: url("/assets/img/ceformed-bg.png");
    background-attachment: fixed;
    z-index: 200;
}

.container {
    color: #2b2d30;
    background-color: white;
    box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.5);
    padding: 50px 60px 30px 50px;
    font-size: 15px;;
    width: 85%;
}

.containerSmall {
    color: #2b2d30;
    background-color: white;
    box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.5);
    padding: 50px 60px 30px 50px;
}

div.login {
    color: #2b2d30;
    border-radius: 10px;
    background-color: whitesmoke;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.5);
    padding: 70px 40px 70px 40px;
}

img.login-img {
    display: block;
    padding: 30px 0px 20px 0px;
    align-self: center;
}

.heading {
    padding: 20px;
}

h1 {
    padding-top: 90px;
    padding-bottom: 30px;
}

code {
    background-color: #19191b;
    border-style: solid;
    border-width: 1px;
    border-color: white;
    padding: 5px 5px 5px 5px;
}

.fade{
    color: #8e8e8f;
}

.form-control, .form-control:focus {
    border-color: transparent;
    box-shadow: none;
    border:none;
    color: #2b2d30;
}

.fakebutton {
    background: yellowgreen;
    border: none;
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    padding: 5px 0;
    width: 100%;
}

.btn {
    display: inline;
    width: 7px;
}

span {
    background: transparent;
    min-width: 53px;
    border: none;
}

button {
    margin-top: 20px;
    background: #91eddb;
    border: none;
    font-size: 1.6em;
    font-weight: 300;
    padding: 5px 0;
    width: 100%;
}

input {
    background-color:rgba(0,0,0,0) !important;
    border:none !important;
}

.pinmain {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8%;
}


.pin {
    margin: 0 0.5rem !important;
    padding: 0.5rem !important;
    border: 1px solid #333 !important;
    border-radius: 4px !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center !important;
    font-size: 3rem !important;
}

input::placeholder {
    color: rgba(0,0,0,0.234) !important;
}

h2 {
    padding-bottom: 30px;
}

span .feedback-green {
    font-size: 200px;
}


textarea {
    border: 1px solid #ccc;
    transition: border 0.25s;
    margin: 10px 10px 20px 10px;
    background: transparent;
}

textarea:hover, textarea:focus, textarea:active {
    outline: none;
    border: 1px solid #91eddb;
}


.input-group {
    border-bottom: 1px solid #ccc;
    transition: border-bottom 0.25s;
    margin: 0px 0px 5px 0px;
    background: transparent;
}

.input-group:hover, .input-group:focus, .input-group:active {
    border-bottom: 1px solid #91eddb;
    margin: 0px 0px 5px 0px;
    background: transparent;
    transition: border-bottom 0.25s;
}

.fa:first-of-type:before {
    background:transparent;
    color: #2b2d30;
}

.input-group-addon { 
    border:0;
    background:transparent;
    pointer-events: none;
    color: #777;
    text-align: end;
}

.login {
    position: absolute;
    left: 50%;
    top: 47%;
    padding: 10px;
    width: 400px;
    min-height: 400px;
    margin: 2% auto 0 auto;
    transform: translate(-50%, -50%);
}

.counter {
    margin-top: -40px;
    margin-right: 5px;
    text-align: right;
}

.mail-prev {
    color:#3c5a6e;
    font-size:16px;
    border: 1px solid lightgray;
    padding: 30px 30px 30px 30px;
}

.centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 800px;
    width: 70%;
    transform: translate(-50%, -50%);
}

.mainsearch {
    width: 300px;
    margin:160px auto;
    display:block;
}

.clientsearch {
    width: 300px;
    margin:60px auto;
    display:block;
}

.closure {
    width: 300px;
    margin:-30px auto;
    display:block;
}


.btn-default {
    background:transparent;
}

.table {
    table-layout: fixed;
}

.table-hover tbody tr td, .table-hover tbody tr th {
    color: #232323;
    background-color: white;
    transition: background-color 0.2s;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    color: #232323;
    background-color: #91eddb;
    transition: background-color 0.2s;
    cursor: pointer;
}

.dropdown-menu {
    width: 200px;
    max-width: 200px;
    min-width: 200px !important;
}



.table th, .table tr, .table td {
    border-bottom: 1px solid rgb(232, 232, 232);
    margin: 2px 2px 20px 1px;
    background-color: white;
    white-space: normal;
    word-wrap: break-word;
    /*overflow: hidden;*/
}

a {
    color: black;
}

th {
    font-weight: bolder;
}

td {
    font-weight: bold;
}

#hidden_div {
    display: block;
}

.selectTable {
    font-size:14px;
    font-weight: bold;
    text-align: justify;
}

td.optionTitle {
    max-width:120px !important;
}

td.optionTable {
    max-width:72px !important;
    font-weight: bold;
    font-size: 13px;
}


th.title {
    font-size:30px;
    font-weight: 500;
}

th.titleSmall {
    font-size:20px;
    font-weight: 500;
}

label {
    position: inherit;
    font-size:16px;
    font-weight: 00;
}


::-webkit-input-placeholder {
    font-size: 19px!important;
 }
 
:-moz-placeholder { /* Firefox 18- */
    font-size: 19px!important;
 }
::-moz-placeholder {  /* Firefox 19+ */
    font-size: 19px!important;
 }

span:not(.icon-addon, .full-width) {
    color: #777;
    width: 100px;
    text-align: end;
}

.full-width
{
    color: #777777;
}

.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font-size: 11pt;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    z-index: 1200;
    display: none;
    position: absolute;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background-color: #91eddb;
	color: #e0e0e0;
	font-weight: bold;
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #ccc;
}

.ui-datepicker-title {
	text-align: center;
    color: #fcfcfc !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('/assets/img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #f7f7f7;
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	font-size: 11pt;
    text-align: center;
	padding: 5px 0;
	color: #666666;
}

.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #bbb;
}

.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background-color: #ededed;
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #91eddb;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #ffffff;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}

.status_popup
{
    text-align:center;
    font-size: 18px;
    color:#222;
    font-weight:bold;
    margin: auto;
    width: 60%;
    padding:20px;
    border-radius:5px;
}

.input-group-small {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: border-bottom 0.25s;
    margin: 2px 2px 20px 1px;
    background: transparent;
}

.input-group-small:hover, .input-group-small:focus, .input-group-small:active {
    border-bottom: 1px solid #91eddb;
    margin: 2px 2px 20px 1px;
    background: transparent;
}

.clientadd {
    width: 300px;
    height: 40px;
    background: #91eddb;
    margin: -40px auto 30px auto;
    padding: 5px;
    display:block;
    text-align: center;
    font-size: 20px;
    color: white;
}

.warning {
    background:tomato;
}

.clientadd:hover {
    color: white;
    text-decoration: none;
}


.underline {
    display: block;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.underline:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #91eddb;
    height: 4px;
    transition-property: left, right;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

select {
    background-color: white;
}

.underline:hover:before, .underline:focus:before, .underline:active:before {
    left: 0;
    right: 0;
}



select#forfcount {
    max-width: 100px;
    min-width: 100px;
    width: 100px !important;
}
 /*add for no click*/
.no-click {
    pointer-events: none; /* Désactive toutes les interactions utilisateur */
    cursor: not-allowed; /* Change le curseur de la souris */
}

@media only screen and (max-width : 1500px) {
}

@media only screen and (max-width : 1200px) {
    .login {
        width: 600px;
        font-size: 2em;
    }
}

@media only screen and (max-width : 1100px) {
    .login {
        margin-top: 2%;
        width: 600px;
        font-size: 1.7em;
    }
}

@media only screen and (max-width : 992px) {
    .login {
        margin-top: 1%;
        width: 550px;
        font-size: 1.7em;
        min-height: 0;
    }
}

@media only screen and (max-width : 768px) {
    .login {
        margin-top: 0;
        width: 500px;
        font-size: 1.3em;
        min-height: 0;
    }
}

@media only screen and (max-width : 480px) {
    .login {

        margin-top: 0;
        width: 400px;
        font-size: 1em;
        min-height: 0;
    }
}

@media only screen and (max-width : 320px) {
    .login {
        margin-top: 0;
        width: 200px;
        font-size: 0.7em;
        min-height: 0;
    }
}
