@charset "UTF-8";
/* CSS Document */

/*===== TABLES ===== */
.linkDef{
    background-color: transparent !important;
    color: var(--cd-color-2) !important;
    /* font-weight: bold; */
    text-decoration: underline;
    display: block !important;
}
    .linkDef strong{
    color: var(--color-contrast-high) !important;
}
.tableINtable{}
    .tableINtable td, .tableINtable td input{
    font-size: .9em !important;
}
    .tableINtable td input{}
.container_form table{width: 100%;color: var(--color-contrast-higher);position: relative;border-collapse: collapse;}
.container_form table td img{
    max-width: 60px;
    height: auto;
}
.dataAuxLis1{
    font-size: .9em;
}
    .dataAuxLis1 > div{}
    .dataAuxLis1 span{
    font-weight: normal;
}
    .dataAuxLis1 strong{}
.container_form tr th{
    background-color: var(--color-contrast-low);
    font-weight: bold;
    position: sticky;
    top: 0;
    z-index: 9;
    text-align: left;
}
    .colordefault{
}
    .container_form tr:nth-child(odd){
    background-color: var(--color-contrast-lower);
}
.container_form tr:nth-child(even){
    background-color: var(--color-bg);
}


	.container_form th, .container_form td{padding: 8px 8px;font-size: .7em;text-align: left;min-width: 110px;}
	.container_form td button{appearance: none;border: none;color: var(--cd-color-1);background-color: var(--cd-color-3);padding: 10px 12px;border-radius: var(--btn-radius);display: inline-block;cursor: pointer;box-shadow: var(--shadow-sm);}
	.container_form td button i, .container_form td a i{
    font-size: 1.3em;
    margin-right: 3px;
}
    .container_form td small, .dataPP small{
    display: block;
}
	.container_form td a, .btDivForm{transition:.3s;color: var(--cd-color-1);background-color: var(--cd-color-3);padding: 8px 9px;border-radius: var(--btn-radius);display: inline-block;cursor: pointer;box-shadow: var(--shadow-sm);} 
    .container_form td button:hover, .container_form td a:hover, .btDivForm:hover{
        background-color:var(--color-contrast-higher);
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        transition:.3s;
    }
    .container_form td span{
    margin: 0px 0px 0px 3px;
} 
.btsimpleSmall{
    background-color: var(--cd-color-3);
    padding: 5px 10px;
    border-radius: var(--radius-md);
    display: block;
    margin-top: 5px;
    color: var(--cd-color-1);
    cursor: pointer;
}
.littleBt1{
    cursor: pointer;
    font-weight: normal;
    color: var(--cd-color-1);
    background: var(--cd-color-2);
    display: flex;
    gap: .3em;
    align-items: center;
    margin: 6px 0px 0px;
    padding: 5px 10px;
    border-radius: var(--radius-md);
}
.txtSmall{
    font-size: .8em;
}
.titWeek{
    margin: 10px;
    font-size: .9em;
    z-index: 9;
    background-color: var(--cd-color-3);
    color: var(--cd-color-1);
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 5px;
    gap: .4em;
}
.doneIC{
    background-color: var(--cd-color-2) !important;
}
.bckNot1{
    background-color: var(--color-warning-lighter);
}
.bckNot2{
    background-color: var(--color-warning-dark);
}

.notesBck{
    background-color: var(--color-warning-lighter) !important;;
    padding: 12px !important;
}
.theNotesForm{
    display: flex;
    gap: 2em;
    flex-wrap: wrap;
    color: var(--color-warning-darker);
}
    .theNotesForm div{flex: 1;border-right: 1px solid var(--color-warning-darker);padding-right: 20px;}
    .theNotesForm div:last-child{
        border:none;
        padding: 0px;
        }

.theNotesForm div label{font-weight: bold;display: block;margin: 0 0 2px;}
.theNotesForm div p{
    font-size: 1.1em;
    color: var(--color-warning-darker);
}
.container_form td input[type="checkbox"]{
    vertical-align: text-bottom;
}
.oneLvlC p, .oneLvlC strong{
    color: var(--color-primary-darker);
}
.twoLvlC p, .twoLvlC strong{
	color: var(--color-success-darker);
}
.threeLvlC p, .threeLvlC strong{
	color: var(--color-contrast-medium);
}
.fourLvlC p, .fourLvlC strong{
	color: var(--color-warning-darker);
}
.fiveLvlC p, .fiveLvlC a, .fiveLvlC strong{
	color: var(--color-black);
}

	.oneLvlC td strong{
    color: var(--color-primary-darker);
}
.twoLvlC{}
	.twoLvlC td{}
.threeLvlC{
}
	.threeLvlC td{
    color: var(--color-contrast-medium);
}
.fourLvlC{}
	.fourLvlC td{
    color: var(--color-warning-darker);
}
.fiveLvlC{}
	.fiveLvlC td{
    color: var(--color-success-darker);
}

.container_form td a strong{color: var(--cd-color-1);}
.bckIn{
    background-color: var(--color-success-lighter) !important;
}
.bckEg{
    background-color: var(--color-accent-lighter) !important;
}
.bckIn2{
    background-color: var(--color-success-light) !important;
}
.bckEg2{
    background-color: var(--color-accent-light) !important;
}
.bckIn3{
    background-color: var(--cd-color-1);
    border: 1px solid;
}
.bckEg3{
background-color: var(--cd-color-1);
    border: 1px solid;    

}
.dataPP{
    text-align: left;
    font-size: .8em !important;
}
.bckUt{
    background-color: var(--color-primary-lighter);
}
.bckUt2{
    background-color: var(--color-primary-light);
}
.divLink{
    background-color: var(--color-success);
    color: var(--cd-color-1);
    display: inherit;
    padding: 5px 10px;
    border-radius: var(--btn-radius);
    cursor: pointer;
}
	.divLink i{}
.openFull{
    margin: 10px 5px;
    font-size: .8em;
    font-weight: bold;
}
.alertBGNeg{
    text-align: center;
    background-color: var(--color-warning);
    border-radius: var(--form-control-radius);
    padding: 8px;
    font-size: .75em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1em;
}
	
.contBG{
    display: flex;
    margin: 20px 0px;
    gap: 1em;
}
.contBG h2{
    margin: 10px 0px 10px;
    /* padding: 0px 0px 10px; */
    font-size: 1em;
    color: var(--cd-color-2);
    border-bottom: 1px solid;
    text-align:left;
}
.intCC{
    font-size: .8em;
}
.contDetBG{
    display: flex;
    flex-direction: column;
    /* font-size: .9em; */
}
.total > div > div > a{
    font-size: 1.5em;
}
.contDetBG > div{
    /* border: 1px solid var(--cd-color-3); */
    margin: 0 0 5px;
}
.totalprev > div{
    margin: 0px;
}
.total > div{
    margin: 10px 0px 0px;
    padding: 0px 6px;
    background-color: var(--color-contrast-lower);
    /* border: 1px solid; */
    font-size: .9em;
}
.totalprev{
    background-color: var(--color-contrast-lower);
}
.onedetBG, .twodetBG, .threedetBG, .fourdetBG, .fivedetBG{
    border-bottom: 1px solid var(--color-contrast-low);
    gap: .3em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: minmax(24px, auto);
    align-items: center;
}
.oneLvlC{
    background-color: var(--color-primary-lighter);
    border-left: 2px solid var(--color-primary-dark);
}
.twoLvlC{
    background-color: var(--color-success-lighter);
    border-left: 2px solid var(--color-success-darker);
}
.threeLvlC{
	background-color: var(--color-contrast-lower);
	border-left: 2px solid gray;
}
.fourLvlC{
    background-color: var(--color-warning-lighter);
    border-left: 2px solid var(--color-warning-darker);
}
.fiveLvlC{
    border-left: 2px solid var(--color-contrast-medium);
}

.onedetBG:last-child, .twodetBG:last-child, .threedetBG:last-child, .fourdetBG:last-child, .fivedetBG:last-child{
    border-bottom: none;
}
.total > div > .onedetBG p, .total > div > .onedetBG strong{
    /* color: var(--cd-color-1); */
}
.total > div > .onedetBG{
    display: flex;
    justify-content: space-between;
}
.addOneMore{
    /* margin: 0px 5px 0px 0px; */
}
	.addOneMore i{
    color: var(--cd-color-2);
    font-size: 1em;
}
.newItemLive{
    background-color: #f4bdf4;
}
.twodetBG{padding: 5px 5px 5px 5px;}
.threedetBG{padding: 5px 5px 5px 5px;}
.fourdetBG{padding: 5px 5px 5px 5px;}
.fivedetBG{padding: 5px 5px 5px 5px;}

.onedetBG{padding: 5px 5px;}
.contBG p{
    font-size: .78em;
}
.contBG strong{
}
.txSmallTree{
    font-size: 0.7em;
    color: var(--color-contrast-medium);
}
.optBG{
    display: flex;
    align-items: center;
    gap: .3em;
}
.optBG > div:nth-child(3){
    min-width: 55px;
}
.optBG > div:nth-child(2){
    min-width: 16px;
}
.optBG > div:nth-child(4){
}
.contBG > div{
    flex: 1;
    /* padding: 10px; */
}
.dataBG{
    display: flex;
    gap: 1em;
    justify-content: flex-end;
    width: 100%;
}
.dataNeg{
    background-color: var(--color-warning);
    text-align: center;
    border-radius: var(--btn-radius);
}
.dataBG > p{
    flex: 1;
    width: 80px;
}
.menuSaveCC{
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 10px;
}
.menuSaveCC > div{
}
    .menuSaveCC > div > input[type="number"]{
    min-width: 105px;
    font-size: .8em;
}
    .menuSaveCC > div > input[type="text"]{
    font-size: .8em;
    }
.contOpCh{
    text-align: center;
}
    .contOpCh label{
    font-size: .8em;
}
    .contOpCh input[type="checkbox"]{}
.contActB{}
    .contActB > div{
    background-color: var(--cd-color-2);
    padding: 5px 10px;
    border-radius: var(--btn-radius);
}
    .contActB > div i{
    font-size: 1em;
    color: var(--cd-color-1);
}

/* ====== BUSCADOR AL VUELO CSS ====== */
.filterData .select2-selection__rendered{
    font-size: .75em;
}

.select2-container span, .select2-selection span{
    margin: 0px !important;
}
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0 !important;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
    /* min-width: 250px; */
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 34px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .9em;
}

.select2-container .select2-selection--single .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0
}

.select2-container .select2-selection--multiple .select2-selection__clear {
    background-color: transparent;
    border: none;
    font-size: 1em
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: var(--cd-color-1);
    box-shadow: 0 11px 34px rgba(0,0,0,.16);
    -webkit-box-shadow: 0 11px 34px rgba(0,0,0,.16);
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option--selectable {
    cursor: pointer;
    font-size: .95em;
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid var(--cd-color-3);
    border-radius: 9px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    min-width: 200px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #f1f1f1;
    color: #333;
    outline: none
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-left: 1px solid #aaa;
    border-right: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
    float: left;
    margin-left: 10px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--cd-color-3);
    font-size: .6em;
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto;
    font-size: .6em;
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--group {
    padding: 0
}

.select2-container--default .select2-results__option--disabled {
    color: #999
}

.select2-container--default .select2-results__option--selected {
    background-color: var(--cd-color-2);
    color: var(--cd-color-1);
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--cd-color-3);
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0;
    padding-bottom: 5px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555;
    outline: none
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 5px;
    padding-right: 2px
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option--group {
    padding: 0
}

.select2-container--classic .select2-results__option--disabled {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}





@media (max-width: 1001px){
	.contBG{
    flex-direction: column;
    }
    
	
}
@media (max-width: 440px){
	.onedetBG, .twodetBG, .threedetBG, .fourdetBG, .fivedetBG
    {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 8px;
    border-bottom: 1px solid var(--color-contrast-low);
    }
    .optBG, .dataBG{
    display: flex;
    flex-direction: row;
    width: 100%;
}

	
    }