main{
margin-left: 260px;
}
.back-cont{
	margin-top: 70px;
    background: #ffff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.ui-widget-header {
    border: 1px solid #343a40;
    background: #ddb770;
    color: #ffffff;
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #ddb770;
    background: #ffffff;
    font-weight: normal;
    color: #454545;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #000000;
    background: #ddb770;
    color: #f8f8f5;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #6c757d;
    background: #ddb77070;
    font-weight: normal;
    color: #343a40;
}
.separator{
    border-top: 1px solid #ced4da;
    padding: 5px;
}
.check_inline > label{
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    text-align: left;
    cursor: pointer;
    font-size: 1rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.booking_Participants{
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 4px solid #e2e5ec;
    box-shadow: none;
    padding-bottom:0px;
    background: #f8f9fa;
    margin: 20 0;
}
.booking_Participants_head{
    background: #e9ecef;
    margin-top: -15px;
    padding-top: 15px;
    margin-bottom: 0;
    padding-bottom: 15px;
}
.col-auto{
    padding-top: 8px;
}
.col-auto > span{
    padding: 8px 11px;
}
.head-close{
    position: absolute;
    right: 15px;
}
.rigth{
	text-align: right;
	/*margin-top: 15px;*/
}
.center{
	text-align: center;
	margin-top: 15px;
}
body{
	background: #f7f8fa;
	font-family: revert;
	color:#1e1e2db3;
}
.title-form{
	border-bottom: 1px solid #80808078;
	margin-bottom: 20px;
}
.section-gray{
	padding: 1.5rem;
    border-left: 5px solid #ddb77073;
    background-color: #dee2e6;
    margin-bottom: 20;
}
div label.required:after {
    color: #fd397a;
    content: " *";
}
.trash-delete{
	color: red;
    cursor: pointer;
}
.header-menu{
	color: #ddb770a1;
    text-align: center;
    margin: 0;
    margin-top: 20;
    margin-left: 30px;
    font-size: 12;
    text-transform: uppercase;
}
.fixted-top-header{
    position: fixed;
    top: 0;
    width: 100%;
    padding: 12px;
    background: #f8f9fa;
    margin-left: -92px;
    z-index: 1000;
    padding-left: 100px;
    box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
}
.border-status{
    padding: 5;
    border-radius: 5px;
}
.title-reserv-code{
    color: black;
    font-weight: bold;
    background: #e0e0e0
}

.link-booking:hover{
    padding: 6px;
    border: 2px solid #ddb770;
    border-radius: 5px;
    color: #ddb770 !important;
}
.link-booking{
    padding: 6px;
    border: 2px solid transparent;
    border-radius: 5px;
    color: black;
}
.mono-blod{
    font-weight: bold;
    font-family: monospace;
}
label{
    font-size: 16px;
    color: black;
    font-weight: bold;
    margin-top: 10px;
}
.desactive{
    background: #dc3545cf;
    border-color: #dc3545cf;
    color: white!important;
    position: absolute;
    right: 0;
}
.active{
    background: #009688c4;
    border-color: #009688c4;
    color: white!important;
    position: absolute;
    right: 0;
}
@media (min-width: 1200px){
.container {
    max-width: 90% !important;
}
}