
/*html, body {
    height: fit-content;
}*/



/*#main {
     height: calc(100% - 50px);
     overflow-y: scroll;
     overflow-x: hidden;
     padding-bottom: 0px;
}*/



.borderless td, .borderless th {
    border: none;
}

body {
    overflow: hidden;
    strongBlue-bg-color: #000077;
}

#ribbon {
    margin-bottom: -1px;
}

.minified #ribbon {
    margin-bottom: -3px;
}

#content {
    height: calc(100vh - 133px);
    overflow-y: auto;
    border-top: 1px solid rgba(34, 36, 38, 0.1);
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 0px;
    padding-left: 2px;
    position: relative;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.hidden {
    display: none !important;
}

[disabled] {
    color: black;
}

.pull-right.dropdown {
    padding-top: 10px;
}

.pull-right.dropdown .ui.selection.dropdown {
    min-width: 150px
}

select.ui.dropdown.fluid {
    height: auto;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.ui.table td.right, td.right {
    text-align: right;
}

.ui.table td.left, td.left {
    text-align: left;
}

.ui.table td.center, td.center {
    text-align: center;
}

.ui.table th.center, th.center {
    text-align: center;
}

.ui.table th.fixed, th.fixed {
    position: sticky;
    top: 0;
}

input.numeric {
    text-align: right;
}

/************************CONTROLES DESHABILITDOS********************************/

.ui.form input.disabled, .ui.input .disabled, .ui.form .field :disabled {
    background-color: #eee;
    opacity: 4;
}

[disabled], .ui.dropdown.disabled, .ui.selection.dropdown.disabled > .dropdown.icon {
    color: black;
    opacity: 1 !important;
    background-color: #eee;
}


/************************PERSONALIZADOS********************************/

.content.scroll {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.full-screen-scroll.content {
    height: calc(100vh - 150px);
    overflow-y: auto;
}

.alinkDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
}




/********Tablas*******/

.full-300 .dataTables_scrollBody {
    height: calc(100vh - 300px);
}

.full-325 .dataTables_scrollBody {
    height: calc(100vh - 325px);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.full-350 .dataTables_scrollBody {
    height: calc(100vh - 350px);
}

.full-375 .dataTables_scrollBody {
    height: calc(100vh - 375px);
}

.full-400 .dataTables_scrollBody, .full-400 > .ui.tab {
    height: calc(100vh - 400px);
}

.full-450 .dataTables_scrollBody {
    height: calc(100vh - 450px);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

.full-430 .dataTables_scrollBody {
    height: calc(100vh - 430px);
}

.full-500 .dataTables_scrollBody {
    height: calc(100vh - 500px);
}


.full-600 .dataTables_scrollBody {
    height: calc(100vh - 600px);
}

.full-700 .dataTables_scrollBody {
    height: calc(100vh - 775px);
}

.full-250 .dataTables_scrollBody {
    max-height: calc(100vh - 250px);
}

.full-200 .dataTables_scrollBody {
    max-height: calc(100vh - 200px);
}

.full-775 .dataTables_scrollBody {
    height: calc(100vh - 775px);
    width: calc(100vh - 105px);
}

.main-table .dataTables_scrollBody {
    /*height: calc(100vh - 300px);*/
    height: calc(100vh - 280px);
}

.main-table-scrollBody .dataTables_scrollBody {
    /*height: calc(100vh - 300px);*/
    height: calc(100vh - 280px);
}

.small-table .dataTables_scrollBody {
    max-height: 250px;
}

.small-table-250 .dataTables_scrollBody {
    height: calc(100vh - 763px);
}

.focused {
    border-bottom: 1px solid green;
}

/*medium, standar-table*/

/************************Admin tema********************************/
.page-footer {
    height: 30px;
    padding: 8px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0px;
}

.ui.table td.center {
    text-align: center;
}


#ribbon {
    /*border-bottom:  1px solid rgba(34, 36, 38, 0.1);*/
}

/************************Fin admin tema********************************/

/************************BOOTSTRAP********************************/

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 18px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            content: "/\00a0";
            padding: 0 5px;
            color: #ccc;
        }

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.minifyme .hit {
    margin-top: 5px;
}

/************************FIN BOOTSTRAP********************************/

/************************************************SEMANTICS************************************************/
.ui.modal > .close {
    top: 0.3em;
    right: 0.5rem;
    color: rgba(0, 0, 0, 0.87);
    font-size: 1.75em;
}

@media only screen and (min-height: 400px) {
    .modals.dimmer .ui.scrolling.modal {
        margin: 0.5rem auto;
    }
}

.hide-close .close.ui.blue.icon {
    display: none
}


.is-ie-explorer.ui.fullscreen.modal > .close {
    right: 4rem;
}

.ui.fixed.table td.dropdown {
    overflow: visible;
}


@media only screen and (max-width: 767px) {
    .ui.smaller.modal {
        width: 90%;
        margin: 0em 0em 0em -47.5%;
    }
}

@media only screen and (min-width: 768px) {
    .ui.smaller.modal {
        width: 60.4%;
        margin: 0em 0em 0em -35.2%;
    }
}

@media only screen and (min-width: 992px) {
    .ui.smaller.modal {
        width: 450px;
        margin: 0em 0em 0em -340px;
    }
}

@media only screen and (min-width: 1200px) {
    .ui.smaller.modal {
        width: 450px;
        margin: 0em 0em 0em -360px;
    }
}

@media only screen and (min-width: 1920px) {
    .ui.small.modal {
        width: 600px;
        margin: 0em 0em 0em -380px;
    }
}

/*--------------
     Images 
---------------*/

.ui.cell.image {
    width: 20px;
    height: auto;
    font-size: 0.78571429rem;
    cursor: pointer
}



/*.small.table input, .small.table .ui.search.selection.dropdown > input.search{
    padding-top: 1px;
    padding-bottom: 1px;
}

.small.table .ui.search.selection.dropdown {
    min-height: 1em;   
}*/

/**********************DROP DOUWN ********************************/
.ui.dropdown.selection.fluid {
    white-space: nowrap;
}

.ui.dropdown.fluid.selection .text {
    width: calc(100% + 1.5em);
    overflow-x: hidden;
    overflow-y: hidden;
}

.ui.dropdown.fluid .dropdown.icon {
    background-color: white;
}

.ui.dropdown.fluid .menu.transition.visible {
    overflow-x: hidden;
}

.ui.dropdown.fluid .menu.transition > .item {
    white-space: nowrap;
}

.ui.dropdown .menu > .ui-item-active {
    background: rgba(0, 0, 0, 0.03) !important;
    font-weight: bold !important;
    color: rgba(0, 0, 0, 0.95) !important;
}


/**********************FIN DROP DOUWN ****************************/


/***************************MODAL CON TRANSCLUDE*************************/


/*--------------
     Header
---------------*/

.ui.modal > .wraper-modal > .header {
    display: block;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    margin: 0em;
    padding: 1.25rem 1.5rem;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0.85);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

    .ui.modal > .wraper-modal > .header:not(.ui) {
        font-size: 1.42857143rem;
        line-height: 1.28571429em;
        font-weight: bold;
    }

/*--------------
     Content
---------------*/

.ui.modal > .wraper-modal > .content {
    display: block;
    width: 100%;
    font-size: 1em;
    line-height: 1.4;
    padding: 1.5rem;
    background: #FFFFFF;
}

.ui.modal > .wraper-modal > .image.content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* Image */

.ui.modal > .wraper-modal > .content > .image {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: '';
    -ms-flex-item-align: top;
    align-self: top;
}

.ui.modal > .wraper-modal > [class*="top aligned"] {
    -ms-flex-item-align: top;
    align-self: top;
}

.ui.modal > .wraper-modal > [class*="middle aligned"] {
    -ms-flex-item-align: middle;
    align-self: middle;
}

.ui.modal > .wraper-modal > [class*="stretched"] {
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

/* Description */

.ui.modal > .wraper-modal > .content > .description {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-width: 0px;
    -ms-flex-item-align: top;
    align-self: top;
}

.ui.modal > .wraper-modal > .content > .icon + .description,
.ui.modal > .wraper-modal > .content > .image + .description {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-width: '';
    width: auto;
    padding-left: 2em;
}

/*rtl:ignore*/

.ui.modal > .wraper-modal > .content > .image > i.icon {
    margin: 0em;
    opacity: 1;
    width: auto;
    line-height: 1;
    font-size: 8rem;
}

/*--------------
     Actions
---------------*/

.ui.modal > .wraper-modal > .actions {
    background: #F9FAFB;
    padding: 1rem 1rem;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    text-align: right;
}

.ui.modal > .wraper-modal .actions > .button {
    margin-left: 0.75em;
}



/********************************************FIN SEMANTICS*************************/




/******************************FIXED HEADER**********************************/


.no-wrap td {
    white-space: nowrap;
}

.ui.compact.table col {
    padding: 0.5em 1em;
}

.ui.compact.table td {
    padding: 0.3em 0.4em;
}

div.smart-table-wraper .table.fixed tr td:last-child {
    padding: 0.3em 1.5em 0.3em 0.4em;
}

.left-table {
    float: left;
}

.right-table {
    float: left;
}


.dataTables_scrollHead.smart-fixed, .dataTables_scrollFoot.smart-fixed {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.dataTables_scrollHead.smart-fixed {
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-top-right-radius: 0.28571429rem;
    border-top-left-radius: 0.28571429rem;
}

.dataTables_scrollHead.smart-fixed, .dataTables_scrollFoot.smart-fixed, .dataTables_scrollBody.smart-fixed {
    border-right: 1px solid rgba(34, 36, 38, 0.15);
    border-left: 1px solid rgba(34, 36, 38, 0.15);
}

.dataTables_scrollFoot.smart-fixed {
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
}

div.smart-table-wraper div.dataTables_scrollHead > table.fixed {
    border: none
}

.dataTables_scroll .table.fixed {
    border-right: none;
    border-left: none;
}

div.smart-table-wraper div.dataTables_scrollFoot > table {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom: 0;
}

div.smart-table-wraper div.dataTables_scrollBody > table {
    border-top: none;
    border-radius: 0;
}

.hidden-hor-scroll {
    overflow-x: hidden;
}

.visible-hor-scroll {
    overflow-x: scroll;
}


.hidden-ver-scroll .dataTables_scrollHead, .hidden-ver-scroll .dataTables_scrollBody {
    overflow-y: hidden;
}

.visible-ver-scroll .dataTables_scrollHead, .visible-ver-scroll .dataTables_scrollBody {
    overflow-y: scroll;
}

.frozen-left .dataTables_scrollHead.smart-fixed {
    border-top-right-radius: 0px;
}


.frozen-middle .dataTables_scrollHead.smart-fixed {
    border-top-left-radius: 0px;
}

/******************************FIN FIXED**********************************/

/************************TABS************************************/
.ui.tab.segment {
    margin-bottom: 0.5em;
}

.tabs.ui.secondary.pointing.menu .active.item {
    border-color: blue;
}

.tabs.ui.secondary.pointing.menu .item:hover {
    border-color: #1B1C1D;
}


.tabs.ui.secondary.pointing.menu .active.item:hover {
    border-color: blue;
}
/************************END TABS************************************/

/******************************MESSAGE BOX**********************************/
.divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
}

.MessageBoxContainer {
    top: 35%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 20px;
}

.MessageBoxMiddle {
    position: relative;
    left: 20%;
    width: 60%;
}

    .MessageBoxMiddle .MsgTitle {
        letter-spacing: -1px;
        font-size: 24px;
        font-weight: 300;
    }

    .MessageBoxMiddle .pText {
        font-size: 13px;
    }

.MessageBoxContainer input {
    width: 50%;
    padding: 5px;
}

.MessageBoxContainer select {
    width: 50%;
    padding: 5px;
}

.MessageBoxButtonSection {
    width: 100%;
    height: 30px;
}

    .MessageBoxButtonSection button {
        float: right;
        margin-right: 7px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 14px;
        font-weight: bold;
    }
/* End of MessageBox */
.LoadingBoxContainer {
    top: 20%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
}

.LoadingBoxMiddle {
    position: relative;
    left: 20%;
    width: 50%;
    padding: 10px;
}

.LoadingBoxContainer .MsgTitle {
    font-size: 26px;
}

.LoadingBoxContainer .pText {
    font-size: 13px;
}

#LoadingPoints {
    position: absolute;
}
/* bigBoxes */
.bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 390px;
    height: 150px;
    color: white;
    z-index: 99999;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    border-left: 5px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .bigBox span {
        font-size: 17px;
        font-weight: 300;
        letter-spacing: -1px;
        padding: 5px 0 !important;
        display: block;
    }

    .bigBox p {
        font-size: 13px;
        margin-top: 10px;
    }

#divMiniIcons {
    position: fixed;
    width: 415px;
    right: 10px;
    bottom: 180px;
    z-index: 9999;
    float: right;
}

.botClose {
    position: absolute;
    right: 10px;
    height: 16px;
    width: 15px;
    cursor: pointer;
    font-size: 18px;
    opacity: .5;
    display: block;
    top: 15px;
}

    .botClose:hover {
        opacity: 1;
    }

#divMiniIcons .cajita {
    text-align: center;
    vertical-align: middle;
    padding: 4px 6px;
    color: #FFF;
    float: right;
    cursor: pointer;
    display: block;
    background-color: #F00;
    font-size: 17px;
    margin-left: 4px;
    margin-top: 5px;
}

    #divMiniIcons .cajita:active {
        top: 1px;
        left: 1px;
        position: relative;
    }

.cajita img {
    width: 23px;
    height: 23px;
    padding-left: 3px;
    padding-top: 3px;
}

.bigBox .bigboxicon {
    font-size: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 6px;
    z-index: 0;
}

.bigBox .bigboxnumber {
    width: 100%;
    text-align: right;
    font-size: 25px;
}
/* End of  bigBoxes */
/* SmallBox */
#divSmallBoxes {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

.SmallBox {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 420px;
    color: white;
    z-index: 9999;
    overflow: hidden;
    border: 1px solid transparent;
}

    .SmallBox:hover {
        border: 1px solid #fff;
        cursor: pointer;
    }

    .SmallBox .foto {
        font-size: 50px;
        position: absolute;
        left: 17px;
    }

    .SmallBox .textoFull {
        width: 93%;
        float: left;
        padding-left: 20px;
    }

    .SmallBox .textoFoto {
        width: 78%;
        margin: 3px 20px 3px 80px;
        float: left;
    }

.miniPic {
    position: absolute;
    bottom: 8px;
    right: 9px;
}

.miniIcono {
    height: 100%;
    font-size: 20px;
}

.SmallBox span {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -1px;
    display: block;
    margin: 4px 0;
}

.SmallBox p {
    font-size: 13px;
    margin-top: 2px;
}
/* End of SmallBox */
#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    /* Specify the width of your pageslide here */
    width: 305px;
    padding: 20px;
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #004d60;
    color: #FFF;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-shadow: inset 0 0 0px 0px #222;
    box-shadow: inset 0 0 0px 0px #222;
}

.purehtml {
    color: white;
    font-size: 16px;
}
/******************************FIN MESSAGE BOX**********************************/




/* --- Tree --- */
.tree-node {
    border: 1px solid #dae2ea;
    background: #f8faff;
    color: #7c9eb2;
}

.nodrop {
    background-color: #f2dede;
}

.tree-node-content {
    margin: 10px;
}

/* ---.tree-handle {
  padding: 10px;
  background: #428bca;
  color: #FFF;
  margin-right: 10px; }*/

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inline-editing td {
    background-color: blue;
}

table.fixedHeader-floating {
    position: fixed !important;
    background-color: white;
}

    table.fixedHeader-floating.no-footer {
        border-bottom-width: 0;
    }

table.fixedHeader-locked {
    position: absolute !important;
    background-color: white;
}

.pointer {
    cursor: pointer;
}

/******************************CORRECCIONES SKIN**********************************/
.smart-style-3 nav > ul > li > a > i {
    font-size: 17px;
}

/******************************VALIDACIOES**********************************/
.submitted .form-control.ng-invalid, .ng-dirty.form-control.ng-invalid {
    border-color: #a94442 !important;
}

.submitted .ng-invalid > .ui-select-container .form-control, .ng-dirty.ng-invalid > .ui-select-container .form-control {
    border-color: #a94442 !important;
}

.submitted .ng-invalid > .ui.dropdown, .ng-dirty.ng-invalid > .ui.dropdown {
    border-color: #a94442;
}

.submitted .ng-invalid > div > div > .prompt.fluid, .ng-dirty.ng-invalid > div > div > .prompt.fluid {
    border-color: #a94442;
}

.submitted input.ng-invalid, input.ng-dirty.ng-invalid {
    border-color: #a94442 !important;
}

.submitted .fileUpload.ng-invalid > div {
    border: 1px solid #a94442;
}

.submitted .ng-invalid .validate {
    border: 1px solid #a94442;
}

.submitted .upload-file {
    border: 1px solid #a94442;
}

.submitted .ng-invalid .multiselect-list, .multiselect-list.ng-dirty {
    border: 1px solid #a94442;
}

.submitted textarea.ng-invalid, textarea.ng-dirty.ng-invalid {
    border-color: #a94442 !important;
}

/******************************FIN VALIDACIOES**********************************/

.frozen-left.smart-fixed {
    float: left;
}

/* ******************* Modificaciones al menu ************************* */
.ui.vertical.menu .item-2 .menu a.item-2 a.item-4:hover,
.ui.vertical.menu .item-2 .item-4 .menu .link.item:hover {
    color: rgb(255, 255, 255) !important;
}

.ui.vertical.menu .active.item-2.item-4 {
    color: rgb(255, 255, 255);
}

.ui.menu .ui.dropdown .menu > .item-2.item-4:hover,
.ui.menu .ui.dropdown .menu > .active.item-2.item-4 {
    color: rgb(255, 255, 255) !important;
}

.icon .pointer:hover {
    color: rgb(255, 255, 255) !important;
}

/*.ui.menu .active.item:hover,
.ui.vertical.menu .active.item:hover {
    color: rgb(255, 255, 255) !important;
}*/

.ui.menu .dropdown.item:hover {
}

.dropdownCustomize:hover {
    color: black !important;
}


.item-2 {
    /*padding: 5px 15px !important;*/
    text-align: left;
    color: #ffffff;
}

    .item-2 :hover, .item-2 :active, .item-2 ::selection, .item-2 :focus, a.item:hover {
        color: #deeaee !important;
        cursor: pointer !important;
        /*background-color:#21BA45 !important;*/
    }

.item-4 {
    padding: 5px 15px !important;
    color: #ffffff;
}

    .item-4 :hover, .item-4 :active, .item-4 ::selection, .item-4 :focus, a.item:hover {
        color: #deeaee !important;
        cursor: pointer !important;
        background-color: #3e3f40 !important;
    }

.item-3 {
    /*border-bottom: 1px solid #ffffff;*/
}

.menu > .item:hover {
    cursor: pointer;
    background: rgba(0, 0, 0, 0.03);
    /*background-color: #4cb138;*/
}

.ui.vertical.menu .dropdown.item > .icon.left {
    float: left;
    content: "\f0da";
    margin-left: -0.5em;
    margin-right: 0.5em;
}

.smart-style-3 aside {
    /*background: #331C86;*/
    background: #3c3e42;
    border-right: 1px solid #ccc;
}

.menu-collapsed {
    margin-left: 67px;
    width:calc(100% - 67px)
}

.menu-full {
    margin-left: 184px;
    width: calc(100% - 184px)
}


/* ******************* Modificaciones al menu ************************* */



/****************************************************************************************/

.center-login {
    max-width: 33%;
    position: relative;
    left: 33%;
}

#header {
    background: var(--strongBlue-bg-color) !important;
}

.button-login {
    background-color: #000077;
    color: #FFFFFF;
    border: 1px solid #0000ff;
}

.logo-main {
    width: 160px !important;
    top: 5px;
    position: relative;
    left: 80px;
}

.user-logo-login {
    top: 7px;
    position: relative;
}

.user-logo-login-name {
    position: relative;
    top: -3px;
    margin-left: 2px;
    margin-right: 59px;
    color: #FFFFFF;
}

.logo-cerrar-sesion {
    position: relative;
    /*top: 6px;*/
    max-width: 33px;
}

.cerrar-sesion {
    /*color: #FFFFFF; SPLIT SE COMENTA COLOR*/ 
    position: relative;
    top: -3px;
    margin-right: 35px;
    margin-left: 3px;
}
/*Color de opcipon 'Ocultar men�'*/
.menu-collapsable {
    display: block;
    /*background-color: #009D31;*/
    /*background-color: #000;*/
    width: 67px;
    margin-bottom: 15px;
}

.menu-collapsable-full {
    display: block;
    /*background-color: #009D31;*/
    /*background-color: #000;*/
    width: 184px;
    margin-bottom: 15px;
    text-align: right;
}

    .menu-collapsable-full a {
        text-align: left
    }

.vertical-menu {
    /*background-color:#331C86 !important;*/
    background-color: #000 !important;
}



.container-detail-employee {
    top: -3px;
}

.container-top {
    height: 36px;
    border-bottom: 1px solid #dddddd;
    position: relative;
}

.container-top-right {
    text-align: right;
}

.button-plain {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    cursor: pointer;
    font-family: Verdana;
    color: #111;
    padding: 10px 20px 10px 35px;
    font-size: 12px;
    margin: 0px;
}

.button-back {
    background-image: url(../img/arrow-back.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 20px;
}

.button-save {
    background-image: url(../img/save.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 20px;
}

.button-change {
    background-image: url(../img/change.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 20px;
}

.set-right {
    float: right;
}

.groupbox {
    min-width: 100px;
    min-height: 50px;
    border: 1px solid #dddddd;
    position: relative;
}

.groupbox-detail {
    max-width: 900px;
    margin: 15px 0px 25px 20px;
}

.groupbox-inner {
    margin: 10px;
}

.groupbox-header {
    max-width: 900px !important;
    margin: 10px 0px 0px 20px;
    border: 1px solid #cccccc;
    padding: 5px 5px 0 10px;
}

.groupbox-detail-employee {
    margin: 15px 15px 0px 15px;
}

.inner-inline-block * {
    display: inline-block !important;
    padding-top: 10px;
}

.inner-text-gray p {
    color: #aaaaaa;
}

.separator {
    border-bottom: 1px solid #dddddd;
    margin: 5px 0px;
}

.text-term {
    font-weight: 700;
    margin: 0;
}

.text-definition {
    color: #aaaaaa;
}

.text-definition-black {
    color: #000000;
}

.container-inner-detail-employee {
    padding: 10px !important;
}

.container-employee-img {
    text-align: center;
    position: relative;
}

.img-profile-emp {
    border: 1px solid #ccc;
    max-width: 70px;
    height: 85px;
}

.no-margin {
    margin: 0;
}

.img-profile-employee {
    border: 1px solid #dddddd;
    width: 140px;
    min-height: 140px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.video-profile-employee {
    border: 1px solid #dddddd;
    width: 140px;
    min-height: 140px;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}

.icon-center {
    text-align: center;
}

.container-employee-icons {
    padding: 0px 0 10px 10px !important;
}

    .container-employee-icons .column a p {
        color: rgb(0, 0, 0);
    }

.label-logo-user {
    left: -5px !important;
    top: -5px !important;
}

/************************* Pantallas de empleado ***********************************/

.form-small {
    max-width: 1200px;
    margin: 20px;
}

.shape-common {
    width: 660px;
    display: inline-block;
}

.shape-common-pie {
    width: 720px;
    display: inline-block;
}

.shape-pie {
    text-align: center;
    margin-top: 40px;
}

.text-black {
    font-weight: 700;
}

.search-reports {
    width: 200px;
    margin-right: 20px;
}

    .search-reports .ui.dropdown .menu > .item {
        color: #000000 !important;
    }


#filterDashboard .ui.menu .ui.dropdown .menu > .item {
    color: #000 !important;
}

input[type=text]::-ms-clear {
    display: none;
}


/*--------------
      Sizes
---------------*/

/* Small */

.ui.small.table {
    font-size: 0.8em;
}

    .ui.small.table .ui.search {
        font-size: 0.8em;
    }

.ui.table thead th {
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
}

.ui.table td {
    vertical-align: middle;
}

.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}



.ui.link.inverted.menu .item:hover,
.ui.inverted.menu .dropdown.item:hover,
.ui.inverted.menu .link.item:hover,
.ui.inverted.menu a.item:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}


div[class*="content"][class*="ng-scope"][class*="active"] a[ng-repeat-end]:hover {
    /*background-color: #009D31 !important;*/
    /*background-color: #ff3347 !important;*/
    background-color: #3e3f40 !important;
}



/********** Calendario ***********/

.conceptsTable {
    font-family: verdana;
    font-size: 13px;
    min-width: 250px;
}

    .conceptsTable thead {
        background-color: #ccc;
    }

    .conceptsTable th,
    .conceptsTable td {
        border: 1px solid #ccc;
        padding: 5px 15px;
    }

        .conceptsTable td:first-child {
            width: 60px;
        }

.conceptsTableGroup tbody tr:last-child {
    background-color: #2359a9;
    color: #ffffff;
}

mwl-calendar-year small.cal-events-num {
    display: inline;
}

mwl-calendar-month small.cal-events-num {
    display: none;
}

mwl-calendar .event {
    width: 20px !important;
    height: 20px !important;
    border-radius: 20px !important;
}


/********** Controles que puedes ser editables ***********/
/*
.classEditarWindow input[type=text]:not([disabled]):not([readonly]),
.classEditarWindow input[type=tel]:not([disabled]):not([readonly]),
.classEditarWindow input[type=email]:not([disabled]):not([readonly]),
.classEditarWindow input[type=password]:not([disabled]):not([readonly]),
.classEditarWindow input[type=number]:not([disabled]):not([readonly]),
.classEditarWindow textarea:not([disabled]):not([readonly]),
.classEditarWindow ui-dropdown:not([ng-disabled]):not([readonly]) i.icon,
.classEditarWindow ui-dropdown:not([ng-disabled]):not([readonly]) .search {
    background-color: lightyellow !important;
}

.classEditarWindow input[type=text][readonly],
.classEditarWindow input[type=tel][readonly],
.classEditarWindow input[type=email][readonly],
.classEditarWindow input[type=password][readonly],
.classEditarWindow input[type=number][readonly],
.classEditarWindow textarea[readonly] {
    background-color: #eee !important;
}
*/

/********** FILTROS ***********/
.ddFilters-min {
    min-width: 100px;
    margin-left: 5px;
}

.ddFilters {
    min-width: 200px;
    margin-left: 5px;
}

.ddFilters-small {
    min-width: 350px;
    margin-left: 5px;
}

.ui.menu .ui.dropdown .menu > .item {
    color: #000 !important;
    /*color: #fff !important;*/
}

/*Styles Pro*/
.width100 {
    width: 100%;
}

.width80 {
    width: 80%;
}

.width20 {
    width: 20%;
}

.yScroll {
    overflow-y: scroll !important;
}

/*
 * HEADER GROUP
 */
#header {
    display: block;
    height: 63px;
    margin: 0;
    padding: 0 13px 0 0;
    /*Color de Header*/
    /*background-color: #f3f3f3;
  background-image: -moz-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3f3f3), to(#e2e2e2));
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: -o-linear-gradient(top, #f3f3f3, #e2e2e2);
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;*/
    background-color: #f2f2f2;
    background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background-image: -o-linear-gradient(top, #f2f2f2, #fff);
    background-image: linear-gradient(to bottom, #f2f2f2, #fff);
    background-repeat: repeat-x;
    position: relative;
    z-index: 905;
    color: white;
}

/*
 * LOGIN/REGISTER/EXTR PAGE
 */
#extr-page #header {
    margin: 0;
    height: 100px;
    /*border-bottom: 1px solid #eeeeee !important;*/
    border-bottom: 0px !important;
    overflow: hidden;
    padding: 0 30px;
    background-clip: padding-box;
    border-width: 0;
    min-height: 28px;
    /*background: #f4f4f4 !important;*/
}

/*
 * LEFT PANEL
 */
#left-panel {
    position: absolute;
    /*top: 0px;*/
    top: 14px;
    left: 0px;
    z-index: 904;
    padding-top: 49px;
    text-align: center;
}

#left-panelTPD2 {
    position: absolute;
    /*top: 0px;*/
    top: 14px;
    left: 0px;
    z-index: 904;
    padding-top: 68px;
    text-align: center;
    /*background: black;*/
}

/*Color del encabezado de la pagina*/
.smart-style-3 #header {
    /*background-color: #331C86 !important;
    background-image: -moz-linear-gradient(top, #4b6c9e, #4b6c9e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b6c9e), to(#4b6c9e));
    background-image: -webkit-linear-gradient(top, #4b6c9e, #4b6c9e);
    background-image: -o-linear-gradient(top, #4b6c9e, #4b6c9e);
    background-image: linear-gradient(to bottom, #4b6c9e, #4b6c9e);*/
    /*background-color: #000 !important;
    background-image: -moz-linear-gradient(top, #000, #000);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#000), to(#000));
    background-image: -webkit-linear-gradient(top, #000, #000);
    background-image: -o-linear-gradient(top, #000, #000);
    background-image: linear-gradient(to bottom, #000, #000);*/
    /*background-color: #f2f2f2 !important;*/
    background-image: -moz-linear-gradient(top, #f2f2f2, #fff);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#fff));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #fff);
    background-image: -o-linear-gradient(top, #f2f2f2, #fff);
    /*background-image: linear-gradient(to bottom, #f2f2f2, #fff);*/
}

.smart-style-3 #logo img {
    /*width: 125px;*/
    width: 128px;
    height: auto;
    padding-left: 3px;
    margin-top: -3px;
}

.fontOrange {
    color: #ff3300 !important;
    /*text-decoration:underline;*/
}

#dropdonHeader .ui.selection.dropdown {
    background-color: #1b1c1d !important;
    color: white;
}

#dropdonHeader .ui.dropdown.fluid .dropdown.icon {
    background-color: #1b1c1d !important;
}

#dropdonHeader .ui.dropdown.fluid .text, #dropdonHeader .menu.transition.visible .item {
    color: white !important;
}

#dropdonHeader .ui.dropdown .menu {
    background-color: #1b1c1d !important;
}

#dropdonHeader .ui.dropdown .menu .item {
    border-color: #696969 !important;
}

#dropdonHeader .ui.dropdown .menu .item:hover {
    background-color: #696969 !important;
}
#dropdonHeader .message {
    color: #ffffff;
}

#dropdonHeader > div > input {
    color: #ffffff;
}

#dropdonHeader .smart-style-3 input:not([type]),
#dropdonHeader .smart-style-3 input[type="color"],
#dropdonHeader .smart-style-3 input[type="email"],
#dropdonHeader .smart-style-3 input[type="number"],
#dropdonHeader .smart-style-3 input[type="password"],
#dropdonHeader .smart-style-3 input[type="tel"],
#dropdonHeader .smart-style-3 input[type="url"],
#dropdonHeader .smart-style-3 input[type="text"],
#dropdonHeader .smart-style-3 textarea {
    color: #ffffff;
}


.pull-right #logout, #home {
    top: 15px;
    color: white;
}

.ui.inverted.menu {
    background-color: #3c3e42;
}

.ui.inverted.icon.menu .item.ui.dropdown {
    /*border: 1px solid #F00 !important;
    border-style: dashed !important;*/
    border-radius: 0px;
    margin-bottom: 30px;
}

.ui.vertical.menu .item:before {
    width: 0px;
}

td > a > i.fa {
    color: red;
}

td > a > i.edit {
    color: red;
}

td > a > i.delete {
    color: red;
}

td > a > i.trash.alternate {
    color: red;
}

.fontAnexar {
    color: red;
}



.dropdownCustomize {
    /*margin-top:30px !important;*/
    border-bottom: 0px !important;
    background-color: white !important;
    padding: 10px;
    border-radius: 2% !important;
}

.dropdown-fila {
    margin-bottom: 15px;
    margin-top: 15px;
}

.round {
    display:inline-block;
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    /*position: absolute;*/
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

    .round input[type="checkbox"]:checked + label {
        background-color: rgba(232, 45, 45, 0.79);
        border-color: rgba(232, 45, 45, 0.79);
    }

    .round input[type="checkbox"][disabled] + label {
        cursor:default;
        background-color: rgba(204, 158, 158, 0.79);
        border-color: rgba(204, 158, 158, 0.79);
    }

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.InvoiceOptions{
    cursor:pointer;
}

.InvoiceOptions div a{
    color:red;
}

.InvoiceOptions label{
    cursor:pointer;
}

.InvoiceOptions:hover  {
    cursor: pointer !important;
    background-color: lightgray !important;
}

.invoiceButton {
    color:red;
}

.invoiceButton:hover{
    cursor:pointer !important;
    color:red !important;
    background-color: rgba(247, 151, 151, 0.00) !important;
}

a i.fa:hover{
    cursor:pointer;
}


/*Estilos para el ordenamiento por columna*/
.sort-header {
    cursor: pointer;
}

    .sort-header:after {
        font-family: FontAwesome;
        content: '  \f0dc';
        color: lightgrey;
    }

.st-sort-ascent:before {
    content: '';
}

.st-sort-ascent:after {
    font-family: FontAwesome;
    content: '  \f0de';
    color: black;
    float:right;
}

.st-sort-descent:before {
    content: '';
}

.st-sort-descent:after {
    font-family: FontAwesome;
    content: '  \f0dd';
    color: black;
    float:right;
}
/*tbody > tr > td > input {
    cursor: pointer;
    width: 20px;
    height: 20px;
}*/


.dataTables_scrollArea {
    height: calc(100vh - 200px);
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
    border-top-right-radius: 0.28571429rem;
    border-top-left-radius: 0.28571429rem;
    overflow-y: auto;
    padding: 15px;
}

.dataTables_scrollArea_200 {
    height: 200px;
    border-top: 1px solid rgba(34, 36, 38, 0.15);
    border-right: 1px solid rgba(34, 36, 38, 0.15);
    border-left: 1px solid rgba(34, 36, 38, 0.15);
    border-bottom: 1px solid rgba(34, 36, 38, 0.15);
    border-top-right-radius: 0.28571429rem;
    border-top-left-radius: 0.28571429rem;
    overflow-y: auto;
    padding: 15px;
}


@media only screen and (max-width: 768px) {
    /*******************************
             LOGIN
    *******************************/
        .ui.menu.fluid {
        flex-wrap: wrap;
    }

    .ui.menu.fluid > .item{
        border: 0px;
    }

    .ui.menu .item:before {
        display: none;
    }
}



@media only screen and (max-width: 768px) {

    /*******************************
             LOGIN
    *******************************/


}


.ui.menu.fluid {
    flex-wrap: wrap;
}

.ui.menu.fluid > .item{
    border: 0px;
}

.ui.menu .item:before {
    display: none;
}

/*******************************
MODIFICACION CONSULTA VENTAS
*******************************/
.text-sku {
    font-size: 14px;
}

#tblSkuConsulta .table > tbody > tr {
    font-size: 14px;
}

#tblSkuConsulta .table > tbody > tr:hover {
    background-color: #a5aaad;
}

#tblSkuConsulta .table > tbody > tr:hover,
#tblSkuConsulta .table > tbody > td.active {
    background-color: #EFEFEF !important;
    color: rgba(0, 0, 0, 0.87) !important;
}

#trRegistro:nth-child(add) {
    background-color: #4f5052;
}

#trRegistro:nth-child(even) {
    background-color: #a5a8ad;
}

.zebraPar {
    background-color: #f5f5f5
}
.precio-especial-row {
    background-color: #026aba ;
    color: white;
}
#tblSkuConsulta .table > tbody > tr.precio-especial-row:hover,
#tblSkuConsulta .table > tbody > td.precio-especial-row.active{
    background-color: #108ae8 !important;
    color: white !important;
}
/*16, 138, 232*/
.outlet-row {
    background-color: black;
    color:white;
}
#tblSkuConsulta .table > tbody > tr.outlet-row:hover,
#tblSkuConsulta .table > tbody > td.outlet-row.active  {
    background-color: #424242 !important;
    color: white !important;
}
/*******************************
    TOOLTIP 
*******************************/
.badge.black{
    background-color:black !important;
    color:white !important;
}

/*******************************
    TOOLTIP 
*******************************/
.tooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 150px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#searchCuentaId {
    font-size: 1.099em;
    font-size: 15px;
}

#searchCentroCostoId {
    font-size: 1.099em;
    font-size: 15px;
}

#itemFiltros:hover {
    background-color: #3e3f40 !important;
    color: #ffffff;
}

#ordFiltros > div > a:hover {
    color: #ffffff;
}

/**** D Romero 31/05/2020 se agrega estilo para estilizar el menu flotante de los popout**/
div.fullscreen >div.ui.tiny.menu.fluid {
    margin-top:0;
    border-top:none;
}
tr.pie-pagina-grupo {
    background-color: #F5F7F9;
}
.tab-selected {
    border-bottom: 1px solid #FF0000
}
.conciliacion-montos {
    font-size: 25px;
}
.conciliacion-titulos {
    font-weight: bold;
    font-size: 11px;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}
.footer-balance {
    background-color: #F5F7F9;
    text-align: center;
    font-weight: bold;
}

.input-money {
    text-align: right;
}

.truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

/* Estilos para pdf diseño CWS */




body {
    -webkit-print-color-adjust: exact !important; 
}


.HeaderNegro {
    background-color: black !important;
    color: white !important;
    -webkit-print-color-adjust: exact !important;
}

.BodyTable {
    background: lightgray !important;
    -webkit-print-color-adjust: exact !important;
}


.BorderTopPreciosCotizacion {
    border-color: black;
    border-top-style: solid;
    border-left-style: solid;
    border-right-style: solid;
}

.BorderleftrightPreciosCotizacion {
    border-color: black;
    border-left-style: solid;
    border-right-style: solid;
}

.BorderbottomPreciosCotizacion {
    border-color: black;
    border-left-style: solid;
    border-right-style: solid;
    border-bottom-style: solid
}

.BorderRightdivPreciosCotizacion {
    border-color: black;
    border-right-style: solid;
}

.TextAlignRight {
    Text-align: right;
}

.MarginLeftLabelPrecios {
    margin-left: 30px;
}

.MarginRightLabelPrecios {
    margin-right: 20px;
}
.TotalReporte {
    border-top-color: black !important;
    border-top-width: medium !important;
    font-weight: 800;
}

.SubTotalReporte {
    border-bottom: 3px solid black;
    /* border-top-color: darkred !important;
    border-top-width: medium !important; */
    font-weight: 700 !important;
}

 .Textoizquierda{
     text-align:left !important;
 }

 