@font-face {
    font-family: 'open_sanslight';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-light.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-light.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot');
    src: url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.eot?#iefix') format('embedded-opentype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.ttf') format('truetype'), url('/estaticosED/files/css/fonts/OpenSans/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

select {
    width: 100%;
    height: 36px;
    padding: 0px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #ccc;
    color: black;
    outline: none;
    font-size: 18px;
    font-family: 'open_sansregular';
    background-color: #fff;
    background-image: url('../img/collapseBtn.svg') !important;
    background-repeat: no-repeat;
    background-size: 10% 100%;
    background-position: 100%;
}

select:disabled {
    background-image: none !important;
}

.containCombo .btnCombo {
    margin-top: 5px;
    width: 100%;
    margin-left: 0;
    padding: 8px 0px;
    line-height: 16px;
}

.containCombo .boxBtns {
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}


.btnCombo.selected {
    background-color: #ff7718;
    color: white;
}

.inputCombo {
    width: 100%;
    height: 35px;
    margin-top: 5px;
    border-radius: 3px;
    padding: 0px 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    font-family: 'open_sansregular';
    color: #49616f;
}

.containCombo .spanInput{
    padding: 6px 14px;
    font-size: 14px;
    line-height: 2;
    color: #ccc;
    height: 100%;
    margin-top: 5px;
    cursor: pointer;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(255,255,255,0.2);
}

.textAreaCombo {
    width: 100%;
    margin-top: 5px;
    border: 1px solid #ccc;
    min-height: 46px;
    border-radius: 3px;
    padding: 5px 10px;
    box-sizing: border-box;
    text-align: left;    
    max-height: 150px;
    overflow: auto;
    outline: none;
    color: #495057;
    font-size: 1rem;
    resize: none;
    background-color: white;
}

.selectpicker {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-left: 0%;
    margin-top: 4px;
    font-size: 0.9rem;
    color: #49616f;
}


/**/

.containCombo {
    position: relative;
    text-align: center;
    padding: 5px 15px;
    overflow: hidden;
    vertical-align: top;
}

.txtCombo {
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 25px;
    font-size: 14px;
    color: #49616f;
    text-align: left;
    font-family: 'open_sansregular';
}

.boxInfo.combo {
    position: relative;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 10px;
    box-sizing: border-box;
}

.boxInfo.combo .txtCombo {
    font-size: 14px;
    text-align: left;
    color: #808080;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'open_sansregular';    
}

.boxInfo .icoSofia{
    position: relative;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: white;
    background-image: url("../img/sofiaIcon.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxInfo.combo .valCombo {
    text-align: left;
    font-size: 16px;
    color: #49616f;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'open_sansregular';
}

.col-lg-null .boxInfo.combo .valCombo, .col-lg-12 .boxInfo.combo .valCombo {
    white-space: inherit;
    text-overflow: ellipsis;
}

.containItemComp {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.boxDateCompon .containItemComp {
    margin-top: 0px;
}

.containItemComp .boxCV {
    position: relative;
    width: 27%;
    height: auto;
    margin-left: 5%;
    margin-bottom: 5px;
    float: left;
}

.contentRight .resultAC_CF .boxCV {
    width: 100%;
    margin-left: 0%;
}

.containItemComp .boxCV .campoCV {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    color: #808080;
    font-family: 'open_sansregular';
    text-transform: lowercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modalViewerBox.modalCONFIMGviewer .campoCV {
    color: #000;
}

.containItemComp .boxCV .valorCV {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 5px;
    box-sizing: border-box;
    color: #333;
    font-size: 16px;
    text-transform: lowercase;
    font-family: 'open_sanslight';
}

.containItemComp .boxCV .valorCV.txtCamp {
    border: 1px solid #444;
    color: #ccc;
    height: auto;
}


/**/

.stateSelect {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    color: red;
    text-align: center;
    line-height: 25px;
    font-size: 10px;
    border-radius: 2px;
}


/**/

.ui-widget-content {
    background: none !important;
    background-color: white !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -5px;
    max-height: 300px;
}

.ui-menu .ui-menu-item {
    background: none;
    background-color: white;
    padding: 5px;
    font-size: 13px;
    font-family: 'open_sansregular';
}

.hostCombo .input-group .form-control{
    width: 1%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.containCombo .input-group{
    border: 1px solid #ccc;
    border-radius: 5px;
}

.boxBuscador .btn-link{
    background-color: white;
    z-index: inherit;
    color: #808080;
}

.boxBuscador .form-control{
    border: 1px solid white;
}

.input-group-append .btn, .input-group-prepend .btn{
    z-index: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} 

.textAreaCombo::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #808080;
}
.textAreaCombo::-moz-placeholder { /* Firefox 19+ */
  color: #808080;
}
.textAreaCombo:-ms-input-placeholder { /* IE 10+ */
  color: #808080;
}
.textAreaCombo:-moz-placeholder { /* Firefox 18- */
  color: #808080;
}