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

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

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

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/estaticosED/files/css/fonts/MaterialIcons/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/estaticosED/files/css/fonts/MaterialIcons/MaterialIcons-Regular.woff2) format('woff2'),
    url(/estaticosED/files/css/fonts/MaterialIcons/MaterialIcons-Regular.woff) format('woff'),
    url(/estaticosED/files/css/fonts/MaterialIcons/MaterialIcons-Regular.ttf) format('truetype');
}



/***************************************************************************/
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;  
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.contentViewer{
    background-color: #e9ecef;
}

.modalViewerBox.container.cambioPass {
    background-color: rgb(255, 255, 255);
    border-radius: 7px;
}
.modalViewerBox.container.cambioPass .toolsTop .closeModalViewer {
    background-image: url('../img/closeBlack.svg');
}
.modalViewerBox.container.cambioPass .filacambpass {
    text-align: center;
    color: #333;
    margin-bottom: 25px;
}
.modalViewerBox.container.cambioPass .filacambpass input {
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px;
    text-align: center;
    padding: 0px 15px;
    border: 1px solid #ccc;
}
.modalViewerBox.activeConnectMessage .toolsTop .closeModalViewer {
    background-image: url(../img/closeBlack.svg);
}
.modalViewerBox.activeConnectMessage .filacambpass {
    position: relative;
    width: 80%;
    height: 40px;
    margin-bottom: 12px;
    margin-left: 10%;
    border-radius: 7px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.modalViewerBox.activeConnectMessage .inptchangepass {
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    text-align: center;
    font-size: 14px;
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
    box-sizing: border-box;
    background-color: transparent;
}
.modalViewerBox.activeConnectMessage .btnchangepass {
    position: relative;
    cursor: pointer;
    height: 100%;
    font-size: 16px;
    width: 100%;
    margin-left: 0%;
    background-color: #0054f2 !important;
    border: none;
    color: #ccc;
    box-sizing: border-box;
    outline: none;
}
.inptchangepass::-webkit-input-placeholder {
    color: black;
}
.inptchangepass::-moz-placeholder {
    color: black;
}
.inptchangepass:-ms-input-placeholder {
    color: black;
}
.inptchangepass:-moz-placeholder {
    color: black;   
}
/***************************************************************************/

.iconInfo.iconOptions {
    display: none;
}
.modalViewerBox.PTIactive {
    top: 40px !important;
    background-color: white !important;
}
.modalViewerBox .toolsTop .closeModalViewer {
    background-color: transparent !important;
    background-image: url('../img/closeBlack.svg');
}
.boxConnectSoport {
    position: absolute;
    width: 0px;
    bottom: 0px;
    top: 40px;
    right: -295px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: #272b34;
}
.containConnect .boxConnectSoport{
    position: absolute;
    width: 100%;
    bottom: 0;
    top: 0;
    right: 0px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 10px;
    box-sizing: border-box;
    background-color: transparent !important;
}
.bgBoxMessage {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
}
.modalViewerBox.modalMessageSYC {
    background-color: white;
    border-radius: 5px;
    max-height: 70%;
    overflow: hidden;
}
.modalViewerBox.modalMessageSYC .contentHtml {
    padding: 0px 20px;
    box-sizing: border-box;
}
.modalViewerBox.modalMessageSYC .boxProd {
    position: relative;
    width: 100%;    
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contentRight .hostConn {
    top: 0;
    width: 100%;    
    bottom: 0;
    position: absolute;
    transition: all 0.5;
}

.CN_panelcontacto{
    color: #ccc;
}

/***************************************************************************/
.boxProd.edesk {
    background-image: url('../img/bannerIntroEGC.svg');
}
.boxProd.colpensiones {
    background-image: url('../img/bannerIntroCOLP.svg');
    height: 300px;
}
.boxProd.positiva {
    background-image: url('../img/bannerIntroPOS.svg');
    height: 150px;
}
.modalViewerBox.modalMessageSYC .containMessage {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    text-align: center;
}
.modalViewerBox.modalMessageSYC .textInfo {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 30px 30px;
    font-size: 1.2em;
    box-sizing: border-box;
    text-align: center;
    font-family: 'open_sansregular';
}
.modalViewerBox.modalMessageSYC .bgbtnContinue {
    text-align: center;
    position: relative;
    background-color: #0054f2;
    padding: 8px 20px;
    color: white;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 1.2em;
    font-family: 'open_sansregular';
}
/***************************************************************************/

.icoSearch.glyphicon {
    width: 85%;
    left: 5%;
    height: 95px;
    text-align: center;
    line-height: 95px;
    font-size: 4vw;
    color: #808080;
    margin-top: 40px;
    border: 1px solid #333;
    border-radius: 10px;
}

.icoSearch.iconHome{
    background-image: url(../img/ic_home.svg);
    background-repeat: no-repeat;
    background-size: 80% 100%;
    background-position: center;
    height: 45px;
    width: 45px;
    margin-top: 10px;
}

.icoSearch.iconHome:hover{
    background-color: rgba(255,255,255,0.1);
}

.contentViewer .bottomBar {
    background-color: transparent;
}

.containTxtSearch .txtInf p{
    font-size: 11px;
    margin-top: 7px;
}

/*estilos cargando*/
/***************************************************************************/
.boxCargando {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: auto;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 30;
}
.boxCargando .imgCargando {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url('../img/preloaderE.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.boxCargando .textCargando {
    position: absolute;
    width: 150%;
    left: -25%;
    height: auto;
    bottom: -50px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    font-family: 'open_sanslight';
}
.contentLayoutLeft {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px 0px 10px 10px;
    overflow: hidden;
}
.contentLayoutLeft .containItemsAC {
    height: 100%;
}
.contentLayoutLeft .boxInfoLayoutLeft {
    position: relative;
    width: 100%;
    height: 6%;
    text-transform: uppercase;
    line-height: 30px;
    color: rgb(0, 185, 218);
    font-family: 'open_sanslight';
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.layoutmanager .areaLeft {
    background-color: #1E2128;
}
.contentLayoutLeft .contentData {
    position: relative;
    width: 100%;
    height: 95%;
    box-sizing: border-box;
}
.contentLayoutLeft .boxItemAcordeon .boxTitleHeader {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -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);
}
.contentLayoutLeft .boxItemAcordeon .titleHeader {
    color: #ccc;
    font-family: 'open_sanslight';
}
.containHoriz .cell.tipoEmpresa {
    background-image: url('../img/genericaA.png');
}
.containHoriz .cell.menu {
    background-image: url('../img/genericaC.png');
}
.containHoriz .cell.actividad {
    background-image: url('../img/genericaB.png');
}
/***************************************************************************/

/*estilos del contenedor de connect*/
.containConnect, .containContacto {
    position: absolute;
    top: 0px;
    width: 295px;
    height: 100%;
    right: 0px;
    color: #ccc;
    font-family: "open_sanslight";
    background-color: #272b34;
    background-size: 100% 100%;
}

.containConnect .boxConnect {
    position: relative;
    width: 100%;
    height: 40px;
    color: #333;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #38A7F8;
}

.containConnect .boxConnect .txtInfo {
    position: absolute;
    width: 80%;
    height: 100%;
    text-align: left;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
    font-family: 'exolight';
    font-style: italic;
}

.containConnect .boxConnect .iconBack {
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    cursor: pointer;
    background-image: url('../img/arrowNext.svg');
}

.containConnect .boxConnect:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #000;
}

/*estilos del menu Nuevo*/
.menu_empresas_edesk .cardFooter{
    height: 0px;
}
.btn_desc_perf_edesk{
    font-size: 13px;
    color: #007bff;
}

.contentViewer.menu_empresas_edesk{
    left: 10% !important;
    right: 10% !important;
}

.contentViewer.menu_empresas_edesk.mobile{
    left: 0% !important;
    right: 0% !important;
}

.contentViewer.menu_empresas_edesk.mobile .card-text{
    margin-top: 7px;
    text-align: left;
}

.contentViewer.menu_empresas_edesk .mainContent{
    margin-bottom: 60px;
}

.contentViewer.menu_empresas_edesk .topBar{
    display: none;
}

.contentViewer.menu_empresas_edesk .boxItemAcordeon .boxTitleHeader.active{
    background-color: transparent;
}

.contentViewer.menu_empresas_edesk .boxItemAcordeon .titleHeader{
    color: #ccc;
}

.contentViewer.menu_empresas_edesk .boxItemAcordeon .boxResult{
    background-color: transparent;
    text-align: center;
}

#panelLeftEDESK{
    overflow: auto;
    height: 100%;
    position: relative;
    width: 100%;
}

#menu_empresas_det{
    /*margin-top: 20px;*/
}

#comboBox_cmbPerfilesEmpEdesk{
    margin-top: 30px;
    margin-bottom: 15px;
}

#panelLeftEDESK #empEdesk, #panelLeftEDESK #prfEdesk{
    background-color: transparent;
    height: auto;
    cursor: initial;
}

#panelLeftEDESK #itemsListA{
    height: auto;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

#panelLeftEDESK #itemHomeEdesk{    
    height: 40px;
    background-color: transparent;
    border: none;
    text-align: center;
    display: initial !important;
    border-radius: 5px;
    cursor: pointer;
    width: 94%;
    margin-left: 6%; 
    background-image: url("../img/ic_home.svg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0);
    -moz-box-shadow: 2px 2px 5px -3px rgba(0,0,0,0);
    box-shadow: 2px 2px 5px -3px rgba(0,0,0,0)
}

#panelLeftEDESK #itemHomeEdesk:hover,
#panelLeftEDESK #itemHomeEdesk:focus {
  box-shadow: inset 0 0 0 2em rgba(255,255,255,0.05);
  transition: all 0.3s linear;
}

#panelLeftEDESK #itemHomeEdesk:hover svg{
    /*transform: scale(1.1);*/
    transition: all 0.3s linear;
}

#panelLeftEDESK #itemHomeEdesk svg{    
    height: 100%;
}

#panelLeftEDESK .boxItemAcordeon .boxTitleHeader.active{
    background-color: rgba(0,0,0,0.2);
    border-right: 4px solid #0a7ced;
}

#panelLeftEDESK .boxItemAcordeon .boxTitleHeader{
    background-color: transparent;
    border: none;
    margin-top: 0px;
    border-radius: 0px;
    border-radius: 6px;
    padding-top: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    -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);
}

#panelLeftEDESK .boxItemAcordeon .boxTitleHeader:hover{
    background-color: rgba(0,0,0,0.2);
    border-right: 4px solid #0a7ced;
    border-radius: 6px; 
}

#panelLeftEDESK .boxItemAcordeon .boxResult .boxItemAcordeon .boxTitleHeader{
    border: none;
}

#panelLeftEDESK .boxItemAcordeon .boxResult .boxItemAcordeon .boxTitleHeader.active:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 18px;
    right: 7px;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #fff;
}

#panelLeftEDESK .boxItemAcordeon .boxResult .boxItemAcordeon  .boxTitleHeader.active{
    border-radius: 6px;    
    box-sizing: border-box;
}

#panelLeftEDESK .boxItemAcordeon .boxResult{
    background-color: rgba(0,0,0,0.2); 
    padding: 0px 7px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#panelLeftEDESK .boxItemAcordeon .titleHeader{
    color: #fff;
    /* font-family: 'open_sanslight'; */
    max-width: 87%;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#panelLeftEDESK .boxResult .titleHeader{
    color: #808080;
    font-size: 15px;    
}

#panelLeftEDESK .boxItemAcordeon .arrow{
    color: #0a7ced;
    line-height: 25px;
    font-size: 10px;
}

#panelLeftEDESK .nameProdEdesk{
    text-align: center;
    background-color: rgba(255,255,255,0);    
    color: #ccc;
    border: none;
    font-size: 20px;
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0);
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0);
    user-select: none;
}

#panelLeftEDESK .aItem .divTxt{
    color: #808080;
    font-size: 17px;
    /* font-family: 'open_sanslight'; */
}
#panelLeftEDESK::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
#panelLeftEDESK::-webkit-scrollbar-thumb:window-inactive {
   background-color: rgba(0,0,0,0.2);
}
#panelLeftEDESK::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;  
}
#panelLeftEDESK::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    background-color: rgba(0,0,0,0); 
}
#panelLeftEDESK::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0); 
}
#panelLeftEDESK #prfEdesk{
    margin-top: 0px;
}

#panelLeftEDESK #prfEdesk .divTxt{
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}

/*ESTILOS POR PRODUCTO DE  LOS MENÚS LATERALES DE EMPRESAS*/
/*POSITIVA*/
.layoutmanager.ly_positiva .areaLeft{
    background-color: #49616f;
}
.layoutmanager.ly_positiva #panelLeftEDESK #nameProdEdesk{
    color: #fff;
}
.layoutmanager.ly_positiva #panelLeftEDESK .aItem .divTxt{
    color: #fff;
    font-family: 'open_sanslight';
}
.layoutmanager.ly_positiva #panelLeftEDESK .boxItemAcordeon .boxTitleHeader.active{
    border-right: 4px solid #f6921e;
}
.layoutmanager.ly_positiva #panelLeftEDESK .boxItemAcordeon .boxTitleHeader:hover{
    border-right: 4px solid #f6921e;
}
.layoutmanager.ly_positiva #panelLeftEDESK .boxItemAcordeon .boxResult{
    background-color: rgba(0,0,0,0);
}
.layoutmanager.ly_positiva table.dataTable thead{
    background-color: #ffab40;
}
.layoutmanager.ly_positiva .page-item.active .page-link{    
    background-color: #ff7425;
    border-color: #ff7425;
}
.layoutmanager.ly_positiva .navFooterVI .containHoriz .tag_icon{
    background-color: #ff7718;
}
.layoutmanager.ly_positiva .btn-primary{
    background-color: #ff7718;
    border: 1px solid #ff7718;
}
.layoutmanager.ly_colpensiones .btn-primary{
    background-color: #005e9d !important;
    border-color:#005e9d !important;
}
.btn-lg{
    padding: .5rem 1rem !important;
    font-size: 1.25rem;
    line-height: 1.5 !important;
    border-radius: .3rem;
}
/*SYC*/

/******************************* ESTILOS DE MENUS EMPRESAS ****************************************/
.menu_empresas_edesk .closeM{
    /*display: none;*/
    color: #808080;
}
.modalCont .menu_emp_right{
    background-color: #272b34;
    background-image: url(../img/bgModal.png);
    background-repeat: no-repeat;
    background-size: 100% 80%;
    background-position: bottom;
}
.menu_empresas_edesk .menu_emp_right .modal-title{
    color: #ccc;
}
.menu_empresas_edesk .modal-header, .menu_empresas_edesk .modal-footer{
    border: 1px solid transparent;
}
.menu_emp_right .bodyMR{
    padding: 0.7rem;
}
.menu_empresas_edesk .contentInfo{
    color: #49616f;
    text-align: center;
    font-size: 1.1rem;
}
.menu_empresas_edesk .modalD .modal-body.info{
    padding-bottom: 80px;
}
.contentZoneModal.menu_emp_left::after{
    position: absolute;
    content: "";
    bottom: 2rem;
    left: 0;
    width: 100%;
    height: 60px;
    background-image: url("../img/userLog_new.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

/* GENERALES EDESK */
.parent_p-0 {
    padding: 0 !important;
}
.margin-inherit-Edesk{
    margin: inherit !important;
}
.margin-auto-Edesk{
    margin-left: auto !important;
    margin-right: auto !important; 
}
.dotWARNING, .dotERROR, .dotOK, .dotNORMAL{
    display: inline-block;
    width: 12px;
    height: 12px;    
    float: right;
    margin-top: 5px;
    border-radius: 50%;    
    background-color: #fbb03b;
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.5);
}
.dotERROR{    
    background-color: #d4145a;
}
.dotOK{
    background-color: #007E33;
}
.dotNORMAL{
    background-color: #808080;
}
.boxStateDots{
    display: inline-block;
    float: right;
}
.txtDot{
    float: left;
    margin: 0px 9px;
    line-height: 22px;
}
/* botones */
.layoutmanager.ly_syc .btn-primary, .btn-primary-Edesk{
    background-color: #3C6AA4 !important;
    border: 1px solid #3C6AA4 !important;
    color: white;
    cursor: pointer;
}

.btn-primary-Edesk:hover {
    color: #fff;
    background-color: #49616f;
    border-color: #49616f;
}

.layoutmanager.ly_syc .btn-secondary{
    background-color: #272b34 !important;
    border: 1px solid #272b34 !important;
    cursor: pointer;
    color: white;
}
.layoutmanager.ly_syc .btn-default{
    background-color: #49616f !important;
    border: 1px solid #49616f !important;
    cursor: pointer;
    color: white;
}
.layoutmanager.ly_syc .btn-warning{
    background-color: #ffa626 !important;
    border: 1px solid #ffa626 !important;
    cursor: pointer;
}
.layoutmanager.ly_syc .btn-succsses{
    background-color: #3C6AA4 !important;
    border: 1px solid #3C6AA4 !important;
    cursor: pointer;
    color: white;
}
.btn-light{
    border: 2px solid #ccc !important;
}

/* background color */
.bgcolor-none-Edesk{
    background-color: transparent !important;
    -webkit-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0) !important;
    -moz-box-shadow: 3px 3px 14px 1px rgba(0,0,0,0) !important;
    box-shadow: 3px 3px 14px 1px rgba(0,0,0,0) !important;
}
.bgcolor-white-Edesk, .parent_bgcolor-white-Edesk{
    background-color: #fff !important;
}
.bgcolor-default-Edesk, .parent_bgcolor-default-Edesk{
    background-color: #49616f !important;
}
.bgcolor-primary-Edesk, .parent_bgcolor-primary-Edesk{
    background-color: #cbcbcb !important;
}
.bgcolor-ok-Edesk, .parent_bgcolor-ok-Edesk{
    background-color: #00b1b4 !important;
}
.bgcolor-secondary-Edesk, .parent_bgcolor-secondary-Edesk{
    background-color: #272b34 !important;
}
.bgcolor-warning-Edesk, .parent_bgcolor-warning-Edesk{
    background-color: #ffa626 !important;
}
.bgcolor-succsses-Edesk, .parent_bgcolor-succsses-Edesk{
    background-color: #3C6AA4 !important;
}
.bgcolor-transparent-Edesk, .parent_bgcolor-transparent-Edesk{
    background-color: rgba(0,0,0,0.05) !important;
}
/*textcolor*/
.textcolor-white-Edesk{
    color: #fff !important;
}
.textcolor-default-Edesk{
    color: #49616f !important;
}
.textcolor-primary-Edesk{
    color: #cbcbcb !important;
}
.textcolor-secondary-Edesk{
    color: #272b34 !important;
}
.textcolor-warning-Edesk{
    color: #ffa626 !important;
}
.textcolor-succsses-Edesk{
    color: #3C6AA4 !important;
}
.textalign-center-Edesk{
    text-align: center;
}
.textalign-left-Edesk{
    text-align: left;
}
.textalign-justify-Edesk{
    text-align: justify;
}
/**/
.parent_float-right{
    float: right !important;
}
.parent_float-left{
    float: left !important;
}
/**/
.parent_mb-2{
    margin-bottom: .5rem!important;
}
/*font size Edesk*/
.fontsize-h3-edesk{
    font-size: 1.75rem;
}
.fontsize-h5-edesk{
    font-size: 1.25rem;
}
.fontsize-p-edesk{
    font-size: 1rem;
}
.fontFamily-bold-Edesk{
    font-family: 'penumbrasansstd-bold';
}
/*box shadow*/
.boxShadow-normal-Edesk{
    -webkit-box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.5);
    box-shadow: -2px 5px 7px 0px rgba(0,0,0,0.5);
}
.boxShadow-none{
    -webkit-box-shadow: -2px 4px 7px 0px rgba(0,0,0,0);
    -moz-box-shadow: -2px 4px 7px 0px rgba(0,0,0,0);
    box-shadow: -2px 4px 7px 0px rgba(0,0,0,0);
}
.overflow-auto-Edesk{
    overflow: auto !important;
}
.overflow-hidden-Edesk, .parent_overflow-hidden-Edesk{
    overflow: hidden !important;
}
.box-hover-Edesk:hover{
    transform: scale(1.01);
    cursor: pointer;
}
.parent_border-radius-none{
    border-radius: 0 !important;
}
.border-radius-none{
    border-radius: 0 !important;
}
.ico-rounded-Edesk{
    border-radius: 100% !important;
    padding: .75rem .75rem !important;    
    right: 0;
    border: none;
    line-height: 1 !important;
    width: initial !important;
    background-color: white;    
}
.ico-rounded-Edesk:hover{
    transform: scale(0.95);
    -webkit-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.3);
    box-shadow: -2px 2px 2px 0px rgba(0,0,0,0.3);
}
.ico-security-edesk{
    background-image: url('../img/iconos/edesk/ico-security-edesk.svg');
}
.ico-message-edesk{
    background-image: url('../img/iconos/edesk/ico-message-edesk.svg');
}
.ico-perfil-edesk{
    background-image: url('../img/iconos/edesk/ico-perfil-edesk.svg');
}
.ico-logoDes-edesk{
    background-image: url('../img/iconos/edesk/ico-logoDes-edesk.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logoEdesk{
    background-image: url("../img/iconos/edesk/ico-edesk.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.logoEdesk_White{    
    background-image: url("../img/iconos/edesk/ico-edesk-white.svg");
    background-repeat: no-repeat;
    background-position: center;
}
.ico-info-edesk{
    background-image: url(../img/iconos/edesk/ic_logo_edesk.svg);
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: #272b34;
    background-position: center;
    background-size: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
    box-shadow: 0px 3px 11px -1px rgba(0,0,0,0.5);
}
.fontDeco{
    font-family: 'amatic';
}
h3.fontDeco{
    font-size: 3rem;
}
h1.fontDeco{
    font-size: 5rem;
}
.contentViewer.detalEdeskViewer{
    background-color: white;
}

/* GENERALES EDESK */

/****************************** ESTILOS DE MENUS EMPRESAS *****************************************/
.layoutmanager.ly_positiva #panelLeftEDESK .boxResult .titleHeader {
    color: #ccc;
}

.boxItemAcordeon .boxTitleHeader.titleAC{
    background-color: #49616f;
    border-left: 0px solid;
}
.boxItemAcordeon .titleAC .titleHeader{
    color: white;
}
.boxItemAcordeon .titleAC .btnA{
    border: none;
    color: #ccc;
}
.boxModalCP{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;    
    background-color: rgba(0,0,0,0.6);
}

/**/
.contenedorPPal .FU_box{
    max-height: 250px;
    overflow: auto;
}

/****************************** ESTILOS DE SCROLL EDESK *****************************************/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9{
    vertical-align: top;
}

::-webkit-scrollbar {
    width: 9px;
    height: 5px;
}
::-webkit-scrollbar-thumb:window-inactive {
   background-color: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1); 
    -webkit-border-radius: 10px;
    border-radius: 10px;  
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    background-color: #808080; 
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(0,0,0,0); 
}
/****************************** ESTILOS DE SCROLL EDESK *****************************************/