body #back{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background: url(../images/bg-login.jpg);
    background-size:cover;
    overflow:hidden;
    z-index:-1;
  
}

.hidden{
    display: none !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0px solid #aaa;
    border-radius: 4px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    display: block;
    width: 100%;
    padding: 0.1rem 0.75rem !important;
    background-color: var(--cui-input-bg, #fff);
    border: 1px solid var(--cui-input-border-color, #b1b7c1);
    -moz-appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

table .select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;    
    display: block;    
    padding: 1px !important;
    background-color: var(--cui-input-bg, #fff);    
    border: 1px solid var(--cui-input-border-color, #b1b7c1);    
    -moz-appearance: none;    
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;    
}

#modalAgregarOrdenes .table > :not(caption) > * > *, #modalAgregarAcuerdos .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem
rem
;    
    background-color: var(--cui-table-bg);
    border-bottom-color: var(--cui-table-border-color);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--cui-table-accent-bg);
}
table .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

.select2-results__option{
    color: #444;
}

.select2-box-hidden {
    background-color: #fff0 !important;
    border: 0px solid var(--cui-input-border-color, #b1b7c1) !important;
}

.div-table{
    max-height: 265px;
    overflow: auto;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.2rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--cui-input-color, rgba(44, 56, 74, 0.95));
    background-color: var(--cui-input-bg, #fff);
    background-clip: padding-box;
    border: 1px solid var(--cui-input-border-color, #b1b7c1);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
    
.suggestions {
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
	height: auto;
	position: absolute;
	top: 39px;
	z-index: 9999;
	width: 93%;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	max-height: 115px !important;
	overflow: auto;
}

.suggestions .suggest-element {
	background-color: #EEEEEE;
	border-top: 1px solid #d6d4d4;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	float: left;
}

.container-lg {
    max-width:100% !important;
}

.list-group-item {    
    border: 0px solid var(--cui-list-group-border-color, rgba(0, 0, 21, 0.125));
}

.tree, .tree ul {
    margin:0;
    padding:0;
    list-style:none
}
.tree ul {
    margin-left:1em;
    position:relative
}
.tree ul ul {
    margin-left:.5em
}
.tree ul:before {
    content:"";
    display:block;
    width:0;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    border-left:1px solid
}
.tree li {
    margin:0;
    padding:0 1em;
    line-height:2em;
    color:#369;
    font-weight:700;
    position:relative
}
.tree ul li:before {
    content:"";
    display:block;
    width:10px;
    height:0;
    border-top:1px solid;
    margin-top:-1px;
    position:absolute;
    top:1em;
    left:0
}
.tree ul li:last-child:before {
    /*background:#fff;*/
    height:auto;
    top:1em;
    bottom:0
}
.indicator {
    margin-right:5px;
}
.tree li a {
    text-decoration: none;
    color:#369;
}
.tree li button, .tree li button:active, .tree li button:focus {
    text-decoration: none;
    color:#369;
    border:none;
    background:transparent;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    outline: 0;
}