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

.containItemsAC{
    overflow: auto;
    position: relative;
    width: 100%;
    height: auto;
    /*max-height: 80%;*/
    padding: 0px 0px 5px 0px;
}

.boxItemAcordeon{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-left: -100%;
    font-family: 'open_sansregular';
}

.boxItemAcordeon .boxTitleHeader{
    position: relative;
    width: 98%;
    height: auto;
    color: #333;
    line-height: 40px;
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 1%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 5px;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
}

.boxItemAcordeon .boxTitleHeader.active{
    background-color: white;
    /* border: 1px solid #ff7600; */
    border-left: 7px solid #ff7600;
}

.boxItemAcordeon .boxTitleHeader.separador{
    border: none;
    border-radius: 0px;
    -webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0);
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0);
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0);
}

.boxItemAcordeon .boxTitleHeader:hover{
    background-color: white;
}

.boxItemAcordeon .boxTitleHeader:active{
    background-color: #ff7600;
}

.boxTitleHeader .btnNotify{
    position: relative;
    width: auto;
    padding: 0px 6px;
    float: right;
    height: 12px;
    border-radius: 14px;
    background-color: red;
    top: 14px;
    color: white;
    font-size: 12px;
    line-height: 18px;
    margin-right: 2px;
    margin-left: 10px;
    /*-webkit-animation: alert 0.5s linear infinite;
    -moz-animation: alert 0.5s linear infinite;
    animation: alert 0.5s linear infinite;*/
}

.boxTitleHeader .btnNotify.infotxt{
    padding: 0px 10px;
    height: 20px;
    top: 11px;
}

.boxTitleHeader .btnNotify.OK{
    background-color: green;
}

.boxTitleHeader .btnNotify.WARNING{
    background-color: #F9C035;
}

.boxTitleHeader .btnNotify.ERROR{
    background-color: red;
}

.boxTitleHeader .btnNotify.NORMAL{
    background-color: #808080;
}

#titulo .titleHeader{
    left: 2%;
}

#titulo .boxTitleHeader:hover{
    background-color: transparent;
    color: #333;
    border: 0px solid transparent;
}

.boxItemAcordeon .arrow{
    position: relative;
    width: 25px;
    height: 37px;
    top: 0px;
    float: left;
    line-height: 37px;
    color: #808080;
    text-align: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.boxItemAcordeon .containButtons{
    position: relative;
    float: right;
    top: 0px;
    height: auto;
    margin: initial;
}

.boxItemAcordeon .titleHeader{
    position: relative;
    width: auto;
    max-width: 84%;
    left: 10px;
    height: 37px;
    float: left;
    font-size: 1rem;
    padding-right: 10px;
    box-sizing: border-box;
    overflow:hidden;
    white-space:nowrap;
    text-align: left;
    line-height: 37px;
    font-family: 'open_sansregular';
    text-overflow: ellipsis;
    color: #49616f;
}

.boxItemAcordeon .boxTitleHeader.separador .titleHeader{
    font-size: 18px;
}

.boxItemAcordeon .btnA{
    position: relative;
    width: auto;
    top: 0px;
    height: 37px;
    float: right;
    text-align: center;
    padding: 0px 15px;
    display: inline-block;
    line-height: 37px;
    border-radius: 5px;
    margin-right: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
}

.boxItemAcordeon .btnA.activeICO{
    color: white;
    background-color: #39b44a;
    border: 1px solid #39b44a;
}

.boxItemAcordeon .btnA.inactiveICO{
    border: 1px solid rgba(0,0,0,0.1);
    background-color: rgba(0,0,0,0.1);
}

.boxItemAcordeon .btnA.ErrorICO{
    border: 1px solid red;
    color: red;
    background-color: rgba(0,0,0,0.1);
}

.boxItemAcordeon .btnA.OkICO{
    border: 1px solid green;
    color: green;
    background-color: rgba(0,0,0,0.1);
}

.boxItemAcordeon .btnA.hoverICO{
    display: none;
}

.boxItemAcordeon .btnA.selected{
    color: white;
    background-color: #ff7600;
    border: 1px solid #ff7600;
}

.boxItemAcordeon .btnA.active{
    color: white;
    background-color: #ff7600;
    border: 1px solid #ff7600;
}

.btnA.notifyActive{
    margin-right: 30px;
}

.btnA.cargueSYC{
    font-size: 20px;
}

.boxItemAcordeon .boxResult{
    position: relative;
    width: 98%;
    height: auto;
    box-sizing: border-box;
    overflow: auto;
    margin-left: 1%;
    display: none;
    padding: 5px 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: rgba(0,0,0,0.04);
}

.boxPages{
    position: relative;
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-top: 10px;
}

.boxPages .dvPages{
    position: absolute;
    width: 200px;
    height: 100%;
    line-height: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.boxPages .arrowAc{
    position: relative;
    width: 25px;
    height: 100%;
    font-size: 16px;
    line-height: 25px;
    cursor: pointer;
}

.containSearch_Acor .boxSearch_Acor{
    border: 1px solid #ccc;
    border-radius: 7px;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: white;
}

.boxSearch_Acor .input_Acor{
    position: relative;
    float: left;
    height: 100%;
    width: 80%;
    padding: 0px 10px;
    border: none;
    outline: none;
    background-color: transparent;
}

.boxPages .arrowAc:active{
    transform: scale(0.8);
}

.boxPages .backItem{
    float: left;
}

.boxPages .nextItem{
    float: right;
}

.boxPages .containInputs{
    position: relative;
    width: 150px;
    height: 100%;
    float: left;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: white;
    box-sizing: border-box;
}

.boxPages .inputleft{
    position: relative;
    width: 49%;
    height: 80%;
    box-sizing: border-box;
    border: none;
    outline: none;
    float: left;
    padding: 0px 5px;
    text-align: center;
    top: 10%;
    background-color: transparent;
    border-right: 1px solid #ccc;
}

.boxPages .inputRight{
    position: relative;
    width: 50%;
    float: right;
    text-align: center;
}

.boxPages .itemB{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid red;
}

/*Buscador*/
.containSearch_Acor{
    position: relative;
    text-align: center;
    float: inherit;
    display: inline-block;
    /*margin-bottom: 10px;*/
    margin-top: 10px;
    width: 60%;
    height: 45px;
}

.containSearch_Acor .resetVal{
    position: absolute;
    float: right;
    right: 54px;
    top: 16px;
    color: #808080;
    cursor: pointer;
}

.col-md-6 .containSearch_Acor .resetVal{
    right: 75px;
}

.containSearch_Acor .resetVal:active{
    transform: scale(0.92);
}

.containSearch_Acor .button_Acor{
    background-color: #ff7600;
    float: right;
    height: 100%;
    padding: 0px 13px;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.input-group .form-control{
    z-index: 0;
    outline: none;
}

.input-group-btn:last-child>.btn{
    z-index: 0;
}

/**/
.cargueSYC .boxLoadBtn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*data acordeon*/
.boxResult .boxDataAC{
    position: relative;
    width: 100%;
    height: 70px;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    /*background-color: rgba(0,0,0,0.07);*/
    background-color: rgba(255,118,0,0.1);
}

.boxResult .boxDataAC.multilinea{
    height: auto;
    overflow: hidden;
}

.boxDataAC .campoAC {
    position: relative;
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #808080;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    border-bottom: 1px solid #ccc;
}

.campoAC .txtCampo{
    width: auto;
    position: relative;
    float: left;
    max-width: 60%;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.campoAC .boxDataBtns{
    position: relative;
    float: right;
    height: 100%;
}

.boxDataBtns .boxItemAcordeon .btnA{
    top: 0;
    height: 100%;
    line-height: 19px;
    border: none;
    background-color: transparent;
    color: #333;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.boxDataAC .valorAC {
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #333;
    font-size: 16px;
    text-align: left;
    display: inline-block;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
}

.boxDataAC.multilinea .valorAC{
    height: auto;
    white-space: inherit;
    line-height: 22px;
}

.boxDataBtns .btnA{
    height: 100%;
    border: none;
    border-radius: 2px;
    line-height: 20px;
    cursor: pointer;
}

.inputCheck{
    max-height: 0;
    max-width: 0;
    opacity: 0;
    top: 10px;
    position: absolute;
}

.inputCheck + .labelCheck{
    display: inline-block;
    position: relative;
    /*border: 1px solid #808080;*/
    height: 25px;
    width: 50px;
    margin-top: 6px;
    border-radius: 15px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
}

.inputCheck + .labelCheck:before{
    content: "";
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 0;
    left: 0;
    border-radius: 15px;
    background: rgba(19,191,17,0);
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.inputCheck + .labelCheck:after{
    content: "";
    position: absolute;
    display: block;
    height: 25px;
    width: 25px;
    top: 0;
    box-sizing: border-box;
    left: 0px;
    border: 4px solid #333;
    border-radius: 15px;
    background: white;
    -moz-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.inputCheck:checked + .labelCheck:before {
    width: 50px;
    background: #6B9E28;
}

.inputCheck:checked + .labelCheck:after {
    left: 25px;
    border: 4px solid #6B9E28;
}


.boxDataBtns .glyphicon{
    height: 20px;
    padding: 0px 5px;
    line-height: 20px;
    border-radius: 2px;
    margin-right: 0px;
    background-color: transparent;
    border: none;
    color: #333;
    cursor: pointer;
}

.boxCeldas{
    position: relative;
    width: auto;
    height: 25px;
    border: 1px solid red;
}

.containInputs input[type=number]::-webkit-inner-spin-button, .containInputs input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.boxResult .containGridAC{
    position: relative;
    width: 100%;
    height: 30px;
    display: grid;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 3px;
}

.boxResult .celdaGrid{
    position: relative;
    float: left;
    width: auto;
    height: 100%;
    display: inline-grid;
    line-height: 30px;
    font-size: 14px;
    margin: 0px 1px;
    padding: 0px 10px;
    text-align: left;
    background-color: rgba(0,0,0,0.07);
    background-color: rgba(255,118,0,0.1);
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.boxResult .containGridAC.header .celdaGrid{
    background-color: rgba(0,0,0,0.1);
}

.boxResult.card{
    padding: 0;
}

.boxResult.card .boxMosaicoAC .boxContent{
    padding: 5px;
}
    
.boxResult .containMosaicAC{
    position: relative;
    height: 180px;
    border-radius: 5px;
    vertical-align: top;
    cursor: pointer;
    overflow: hidden;
    display: inline-block;
    margin: 0.8em 0em;
}

.containMosaicAC.small{
    width: 145px;
}

.containMosaicAC.medium{
    width: 46%;
}

.containMosaicAC.big{
    width: 98%;
    height: 300px;
}

.containMosaicAC .boxMosaicoAC{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0.55rem 0.7rem;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: white;
    border-radius: 5px;
    overflow: auto;
    -webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0.23);
}

.boxMosaicoAC .boxImgMosaic{
    position: relative;
    width: 100%;
    height: 85%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.containMosaicAC .valorMosaicAC{
    position: absolute;
    width: 100%;
    top: 28px;
    left: 0;
    height: auto;
    font-size: 13px;
    padding: 0px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.containMosaicAC .labelMosaicAC{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    color: white;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
    box-sizing: border-box;
    text-align: center;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    background-color: #3BADCA;
}

.containMosaicAC.active {
    border: 1px solid #ff7600;
}

.containMosaicAC.clsok .labelMosaicAC{
    background-color: #6B9E28;
}

.containMosaicAC.clsok .boxMosaicoAC.active{
    border: 2px solid #6B9E28;
}

.containMosaicAC.clsalert .labelMosaicAC{
    background-color: #D40059;
}
.containMosaicAC.clsalert .boxMosaicoAC.active{
    border: 2px solid #D40059;
}

.containMosaicAC.clsinactive .labelMosaicAC{
    background-color: #808080;
}
.containMosaicAC.clsinactive .boxMosaicoAC.active{
    border: 2px solid #808080;
}

.boxMosaicBtns{
    position: absolute;
    width: 100%;
    height: 25px;
    top: 0;
    left: 0;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    box-sizing: border-box;
}

.boxMosaicBtns .btnA{
    height: 100%;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    font-size: 10px;
    width: 25px;
    padding: 0;
    line-height: 25px;
    background-color: transparent;
}

.btnA.check{
    border: none;
    background-color: transparent;
}

.containDataAC.oneColumn{
    max-width: inherit;
    width: 100%;
}

.containMosaicAC.card{
    height: auto;
}

.boxResult.mosaic .boxHeader{
    position: relative;
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
    box-sizing: border-box;
}

.boxHeader .titleHead{
    text-align: left;
}

.titleHead .btnNotify{
    position: relative;
    width: 10px;
    float: right;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    top: 13px;
    margin-right: 2px;
    margin-left: 10px;
    -webkit-animation: alert 0.5s linear infinite;
    -moz-animation: alert 0.5s linear infinite;
    animation: alert 0.5s linear infinite;
}

.boxMosaicoAC .boxContent{
    position: relative;;
    width: 100%;
    height: auto;
    padding: 20px;
    overflow: auto;
    margin: auto;
}

.boxContent .boxPhoto{
    position: relative;
    width: 70px;
    height: 70px;
    float: left;
    border-radius: 50%;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    background-size: 100% 100%;
    background-image: url(../img/userLog.svg);
}

.boxContent .messageCard{
    position: relative;
    width: 100%;
    float: right;
    font-size: 14px;
    padding: 5px 7px;
    text-align: left;
    box-sizing: border-box;
}

.boxMosaicoAC .footerCard{
    position: relative;
    width: 100%;
    height: 35px;
    bottom: 0;
    padding: 0px 5px;
    border-top: 1px solid #ccc;
}

.footerCard .btnA{
    margin-top: 3px;
    height: 30px;
    padding: 0px 8px;
    line-height: 30px;
}

.AC_auto_Edesk .titleHeader{
    overflow: inherit;
    white-space: initial;
    min-height: 37px;
    height: auto;
    line-height: 25px;
}

/* Acordeon de tamaño auto  clase = itemACauto*/
.boxItemAcordeon .boxTitleHeader.separador.itemACauto{
    border-radius: 5px;
}
.boxItemAcordeon .boxTitleHeader.itemACauto .arrow{
    font-size: 12px;
    color: #808080;
    width: 14px;
}
.boxItemAcordeon .boxTitleHeader.itemACauto .titleHeader{
    height: auto;
    font-size: 13px;
    line-height: 16px;
    border-radius: 5px;
    white-space: inherit;
}
.boxItemAcordeon .boxItemAcordeon .boxTitleHeader.itemACauto.separador .titleHeader{
    height: auto;
    font-size: 13px;
    line-height: 16px;
    border-radius: 5px;
    white-space: inherit;
}
/**/

.boxItemAcordeon .boxTitleHeader.itemACBig .titleHeader{
    height: 55px;    
    line-height: 55px;
    border-radius: 5px;
}

.boxItemAcordeon .boxTitleHeader.itemACBig .arrow{
    height: 55px;
    line-height: 55px;
    margin-left: 10px;
}   

/* Acordeon de tamaño peqeño  clase = itemACsmall */
.boxItemAcordeon .boxTitleHeader.separador.itemACsmall{
    border-radius: 5px;
}
.boxItemAcordeon .boxTitleHeader.itemACsmall .arrow{
    font-size: 10px;
    color: #808080;
    width: 14px;
    height: 20px;
    line-height: 20px;
}
.boxItemAcordeon .boxTitleHeader.itemACsmall .titleHeader{
    height: auto;
    font-size: 13px;
    line-height: 20px;
    border-radius: 5px;
}
.boxItemAcordeon .boxItemAcordeon .boxTitleHeader.itemACsmall.separador .titleHeader{
    height: auto;
    font-size: 13px;
    line-height: 16px;
    border-radius: 5px;
}
.boxItemAcordeon .boxTitleHeader.itemACsmall .btnA{
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    border: none;
    font-size: 13px;
    background-color: transparent;
}
.boxItemAcordeon .boxTitleHeader.itemACsmall .btnA.hoverICO{
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    border: none;
    font-size: 13px;
    background-color: transparent;
}
.boxItemAcordeon .boxResult.itemACsmall{
    padding: 0px 3px;
    width: 100%;
    margin-left: 0%;
}
.boxItemAcordeon .boxResult.itemACsmall .containDataAC{
    padding: 0px 5px;
    vertical-align: top;
}
.boxResult.itemACsmall .boxDataAC{
    padding: 0px 10px;
    background-color: rgba(0,0,0,0.07);
    height: 50px;
    margin-top: 0;
}
.boxResult.itemACsmall .boxDataAC.multilinea{
    height: auto;
    padding-bottom: 5px;
}
.boxResult.itemACsmall .boxDataAC .campoAC{
    font-size: 12px;
}
.boxResult.itemACsmall .boxDataAC .valorAC{
    font-size: 14px;
    line-height: 14px;
    height: auto;
    vertical-align: top;
    color: #49616f;
}
/**/


/*ANIMACIONES CSS*/
@-webkit-keyframes alert {
    from {
        -webkit-transform: scale(1)
    }
    to {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes alert {
    from {
        -moz-transform: scale(1)
    }
    to {
        -moz-transform: scale(1.2);
    }
}

@keyframes alert {
    from {
        transform: scale(1)
    }
    to {
        transform: scale(1.2);
    }
}
