.btn-state{
	background: #fff;
    border-color: #cbd4db;
    color: #273240;
    height: 33px;
    line-height: 18px;	
}
.btn-state:hover{
	background: #e2fffa;
    border-color: #00bf9c;
    color: #00bf9c;
}
.btn-state.active:hover,
.btn-state.active{
    background: #b0fff1;
    border-color: #00bf9c;
    color: #00bf9c;
}
.btn-state:hover i,
.btn-state.active i{
	color: #00bf9c;
}

.simpleDynamic{
	border-color: transparent;
}
.simpleDynamic:hover{
	border-color: #cbd4db;
    transition: border-color 100ms;
}


.modal .modal-dialog-aside{
	/*
		width: 350px;
		max-width:80%;
	*/
	height: 100%; margin:0;
	transform: translate(0); transition: transform .2s;
	
}

.modal.fixed-left{padding-right: 0!important;}
.modal .modal-dialog-aside .modal-content{  height: inherit; border:0; border-radius: 0;}
.modal .modal-dialog-aside .modal-content .modal-body{ overflow-y: auto }
.modal.fixed-left .modal-dialog-aside{ margin-left:auto;  transform: translateX(100%); }
.modal.fixed-right .modal-dialog-aside{ margin-right:auto; transform: translateX(-100%); }

.modal.show .modal-dialog-aside{ transform: translateX(0);  }

.modal-dialog.modal-fullpage{
	max-width: 100%;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group select,
.form-label-group input,
.form-label-group label {
    height: 3.5rem;
    padding: 1rem;
}

.form-label-group.title input,
.form-label-group.title label {
    height: 4rem;
    padding: 1.25rem 1rem;
}

.form-label-group.title input{
	font-size: 1.175rem!important;
}

.form-label-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    /* Override default `<label>` margin */
    line-height: 1.5;
    color: #b5b5c3;
    pointer-events: none;
    cursor: text;
    /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group select::-webkit-input-placeholder,
.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}
.form-label-group select::-moz-placeholder ,
.form-label-group input::-moz-placeholder {
    color: transparent;
}
.form-label-group select:-ms-input-placeholder,
.form-label-group input:-ms-input-placeholder {
    color: transparent;
}
.form-label-group select::-ms-input-placeholder,
.form-label-group input::-ms-input-placeholder {
    color: transparent;
}
.form-label-group select::placeholder,
.form-label-group input::placeholder {
    color: transparent;
}
.form-label-group select:not(:-moz-placeholder-shown),
.form-label-group input:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group select:not(:-ms-input-placeholder),
.form-label-group input:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group select:not(:placeholder-shown),
.form-label-group input:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: .25rem;
}
.form-label-group select:not(:-moz-placeholder-shown)~label,
.form-label-group input:not(:-moz-placeholder-shown)~label {
    padding-top: .35rem;
    padding-bottom: .35rem;
    color: #b5b5c3;
}
.form-label-group select:not(:-ms-input-placeholder)~label,
.form-label-group input:not(:-ms-input-placeholder)~label {
    padding-top: .35rem;
    padding-bottom: .35rem;
    color: #b5b5c3;
}
.form-label-group select:not(:placeholder-shown)~label,
.form-label-group input:not(:placeholder-shown)~label {
    padding-top: .35rem;
    padding-bottom: .35rem;
    color: #b5b5c3;
}


/* Fallback for Edge
  -------------------------------------------------- */

@supports (-ms-ime-align: auto) {
    .form-label-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .form-label-group label {
        position: static;
    }
    .form-label-group input::-ms-input-placeholder {
        color: #b5b5c3;
    }
}

.image-input .image-input-wrapper{
    background-position: center center;
}

.image-input .image-input-wrapper.image-banner{
    width: 320px;
    height: 120px;
    background-position: center center;
}

.image-input .image-input-wrapper.image-promotion{
    width: 170px;
    height: 259px;
    background-position: center center;
}

.image-input .image-input-wrapper.image-promotion-thumbs{
    width: 60px;
    height: 80px;
    background-position: center center;
}

.image-input .image-input-wrapper.image-airline{
    width: 40px;
    height: 40px;
    background-position: center center;
}


.list-content .autogrowTextarea{
    background: none;
    border: 0;
    height: 34px!important;
    padding: 0;
    width: 100%;
    line-height: 34px!important;
    resize: none;
    outline: 0;
    overflow: hidden;
    white-space: pre;
}
.list-content .autogrowTextarea:focus{
    -webkit-animation: none;
    animation: none;
    box-shadow: none;
    outline: none;
}
.list-content .data{
    min-height: 34px;
}
.list-content.list-promotion .data{
    min-height: 46px;
}
.list-content .item:hover {
    background: #f6f8f9;
}
.list-content .action{
    max-width: 80px;
    min-width: 80px;
}
.list-content .action a{
    height: 34px!important;
    width: 40px!important;
}


.list-content .icon.icon-check{
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 1px solid #b5b5c3;
    margin-top: 3px;
    text-align: center;
}

.list-content .icon i{
    line-height: 16px;
    font-size: .85rem!important;
    display: block;
}

.list-content .icon.icon-check:hover{
    background-color: #e2fffa;
    border-color: #25e8c8;
}

.list-content .icon:hover i{
    color: #25e8c8;   
}

.list-content .icon.icon-check.active{
    background-color: #1bc5bd!important;
    border-color: #1bc5bd!important;
}

.list-content .icon.active i{
    color: #ffffff!important;
}

table td.w-100 > span{
    width: 100%!important;
}


.modal-xl {
    max-width: 100%;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover{
    background-color: transparent!important;
    color: #cccccc!important;
}

#kt_date_selected_salidas .datepicker{
    width: 100%;
    border-radius: 0;
    border: 0;
    padding-bottom: 0!important;
}

.custom-file-label::after{
    content: 'Seleccionar archivo';
}

.white-space-nowrap{
    white-space: nowrap;
}

.select2.is-invalid ~ .select2-container--default .select2-selection,
form.was-validated select:invalid ~ .select2-container--default .select2-selection {
    border-color: #dc3545;
}