@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;
}


/*zonas*/
.boxZonaAC {
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}

/*cards*/
.card-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    color: #49616f;
    font-family: 'open_sansregular';
}

.card-text {
    color: #808080;
    font-size: 0.8em;    
    overflow: auto;
    padding: 3px 0px;
    line-height: 0.9rem;    
    margin-top: 4px;
    text-align: center;     
}

.card-img-top {
    height: 95px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.card {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0.9rem;
    -webkit-box-shadow: 3px 2px 19px -1px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 2px 19px -1px rgba(0,0,0,0.75);
    box-shadow: 3px 2px 19px -1px rgba(0,0,0,0.75);
}

.card:hover {
    transform: scale(1.01);
}

.cardFooter{
    height: 40px;
    width: 100%;
}

.card-body{
    /*overflow: auto;*/
    padding: 1rem;
}

.zonaAC {
    vertical-align: top;
    overflow: auto;
    display: inline-block;
}

.ulSide .hideLI{
    display: none !important;
}


/**/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    position: absolute;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

.list-group-item:focus, .list-group-item:hover{
    z-index: 0;
}

/* Sidebar Styles */

.sidebar-nav {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 10px 0px;
    list-style: none;
}

.ulSide .list-group-item{
    padding: 5px 10px;
    text-align: left;
    margin-bottom: 0px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    width: 100%;
    text-align: left;
}

.sidebar-nav li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
}

.sidebar-nav>.sidebar-brand a {
    color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.CO_labelInf1 {
    color: #808080;
    font-size: 13px;
    height: 20px;
    position: relative;
}

.CO_labelInf2 {
    color: #808080;
    font-size: 13px;
    height: 20px;
    position: relative;
}

.itemDragg{
    height: 30px;
    border: 1px dashed #808080;
    background-color: rgba(0,0,0,0.05);
}

.aItem{
    margin: 5px 0px;
    -webkit-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px -3px rgba(0,0,0,0.5);
}

.ulSide .aItem, .boxFilterListECO{
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    width: 100%;
    background-color: white;
}

.ulSide .aItem.PC_itSelected{
    background-color: #0a7ced;
    color: white;
}

.aItem .move{
    color: #ccc;
}

.aItem.sortable{
    cursor: move;
}

.aItem.sortable:hover{
    background-color: #f4f4f4;
    border: 1px dashed #ccc;
}

.modalD.xl{
    max-width: 85%;
}

.modalD .closeM{
    width: 40px;
    height: 35px;
    top: 0;
    position: absolute;
    right: 0;
    background-color: transparent;
}

.contentZoneModal{
    vertical-align: top;
}

.contentZoneModal.infLeftEDOC{
    background-color: #272b34;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.modal-open .modal{
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 20;
}

.modal-content.modalCont{
    
    background-position: bottom;
    -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
}

.modalD .modal-title{
    color: #49616f;
    font-size: 1.1rem;
    text-align: left;
    font-family: 'open_sansregular';
}

.modalD .modal-body{
    padding: 0;
    overflow: auto;
    max-height: calc(100vh - 210px);
    overflow-y: scroll;
}

.modalD .modal-body.info{
    color: #ccc;
    overflow: hidden;
    font-family: 'open_sanslight';
}

.contentZoneModal .modal-footer{
    padding: 0.3rem;
    height: auto;
    display: inline-block;
    width: 100%;
}

.contentZoneModal .modal-footer button{
    float: right;
}

.modalD .contentInfo{
    padding: 0px 1.5rem;
}

.modal-header, .modal-footer{
    border: none;
}

.modal.modalEdesk_no_close .closeM{
    display: none;
}

.contentZoneModal .icoInfo{
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #272b34;
    border: 3px solid #808080;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 25px;
    background-image: url("../charts/img/ic_logoEdesk.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.75);

}

.aItem .divTxt{
    width: 100%;
    font-size: 14px;
    color: #49616f;    
    padding-left: 10px;
}

.aItem.PC_itSelected .divTxt{
    color: white;
}

.aItem input[type=radio]{
    margin: 0px 10px;
}

.modal-dialog.lm{
    max-width: 70%;
}

.btn.hoverBtn{
    display: none;
}

.rowTable td button{
    padding: 0 !important;
}

.blockAsignOfic{
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 3px !important;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 0;
    }
    #wrapper.toggled {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 0;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }    
}

@media(max-width:768px) {
    .modalD.xl{
        max-width: inherit;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 736px) and (orientation : portrait) {  
    .modalD.xl{
        max-width: inherit;
    }
}