﻿
.Herra {
    width: 35px;
    height: 35px;
}

#DivTreeData {
    width: 20%;
    margin-top: -10px;
}

.ui-jqgrid .ui-pg-table td {
    padding: 1px 0px;
}

.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
    margin-top: 2px;
}

    .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon,
    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
        float: none;
        display: inline-block;
        margin-top: 0px;
    }

.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
    margin-top: 20px;
}

    .ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-pg-button-text,
    .ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-pg-button-text {
        padding-left: 0.2em;
        padding-right: 0.2em;
        margin-top: 10px;
        float: none;
    }

.ui-jqgrid .ui-paging-info {
    height: auto;
    margin-top: -17px;
}

.ui-jqgrid .ui-jqgrid-pager {
    height: auto;
}

.ui-jqgrid .ui-jqgrid-toppager {
    height: auto !important;
}

.ui-jqgrid .ui-pg-table {
    padding-bottom: 0px;
}

    .ui-jqgrid .ui-pg-table tr {
        margin-top: 10px;
    }

.ui-jqgrid .ui-pg-button {
    height: auto !important;
}

.ui-jqgrid .ui-pg-div {
    float: none;
    text-align: center;
    display: inline-block;
    white-space: pre;
}

.sidebar-nav {
    max-height: 300px;
    overflow-y: scroll;
    padding: 9px 0;
}

html, body {
    height: 100%;
    width: 100%;
    padding: 0px;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
}

#myModal {
    z-index: initial;
    line-height: 2;
}

.N {
    width: 100%;
    height: 30px;
    margin-left: 930px;
}

Highlighted a {
    background-color: Green !important;
    background-image: none !important;
    color: White !important;
    font-weight: bold !important;
    font-size: 12pt;
}

.dp-highlight {
    background-color: #FCC;
    color: #FFF;
}

.clickable-row {
    font-size: 7.1pt;
}

.table-responsive {
    overflow-x: hidden !important;
    margin-left: -4px;
}

.modal-header {
    cursor: move;
}

.ui-datepicker-calendar tr,
.ui-datepicker-calendar td,
.ui-datepicker-calendar td a,
.ui-datepicker-calendar th {
    font-size: inherit;
}

div.ui-datepicker {
    font-size: 8px;
    width: inherit;
    height: inherit;
}

#ui-datepicker-div {
    font-size: 8px;
    width: 200px;
    height: auto;
    z-index: 3000 !important;
}



.ui-datepicker-title span {
    font-size: 8px;
}

.ui-datepicker-calendar tbody tr td {
    font-size: 8px;
}

.ui-jqdialog-content .DataTD {
    padding: 2px;
    border: 0 none;
    vertical-align: middle;
}
/*sobre-escribe  para que los elementos esten centrados*/

#contextMenu {
    position: absolute;
    display: none;
}

table.EditTable td.CaptionTD.form-view-label {
    width: 20% !important;
    max-width: 20% !important;
    overflow: hidden;
    text-overflow: clip;
    white-space: pre-wrap;
}

/*Se realiza este ajuste debido a que el estilo estaba un "poco mal" en las listas - Cambio realizado por Jaisson Narvaez - 17/01/2016*/
select {
    border-radius: 2.5px !important;
    border-color: #d7d7d7;
}

/********************************************Estilos para el menu*/
.dropdown-menu > li {
    position: relative;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
    cursor: pointer;
}

.dropdown-menu .sub-menu {
    /*left: 100%;*/
    right: 100%;
    position: absolute;
    top: 0;
    display: none;
    margin-top: -1px;
    /*border-top-left-radius: 0;
            border-bottom-left-radius: 0;*/
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /*border-left-color: #fff;*/
    border-right-color: lightgray;
    /*box-shadow: none;*/
}

.right-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid black;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

.left-caret:after {
    content: "";
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-right: 4px solid black;
    display: inline-block;
    height: 0;
    opacity: 0.8;
    vertical-align: middle;
    width: 0;
    margin-left: 5px;
}

/******************************************************/

.zoomGeneral {
    zoom: 1;
    -moz-transform: scale(1);
    -moz-transform-origin: 0 0;
    -o-transform: scale(1);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(1);
    -webkit-transform-origin: 0 0;
    transform: scale(1); /* Standard Property */
    transform-origin: 0 0; /* Standard Property */
    width: 100vw;
    height: 100vh;
}

#easyuiMaster {
    position: fixed;
}

#layoutData {
    overflow: hidden;
}

#ProgramId {
    width: 100px;
}

#Languages {
    display: block;
    padding: 3px 20px;
    border-radius: 3px;
    margin-left: 25px;
}

.oasisrcorners {
    border-radius: 3px;
    /*background: -webkit-linear-gradient(left top, white, gray); 
    background: -o-linear-gradient(bottom right, white, gray); 
    background: -moz-linear-gradient(bottom right, white, gray); 
    background: linear-gradient(to bottom right, white, gray);*/
    background-color: gainsboro;
    border: 1px solid gainsboro;
    padding: 15px;
    width: 200px;
    height: 150px;
    color: black;
    text-align: center;
    font-size: 12px;
}

.styleChangeCompanyContent {
    float: left;
    width: 100%;
    height: 400px;
    overflow-y: scroll;
}

.oasisrcorners {
    transition: box-shadow .3s;
    width: 300px;
    height: 500px;
    margin: 50px;
    float: left;
}

    .oasisrcorners:hover {
        box-shadow: 1px 1px 2px 1px #607d8b;
        cursor: pointer;
    }

label {
    font-weight: 100 !important;
}

.ui-selectmenu-open {
    width: 97.3% !important;
}

/*Estilo para el paginador de las grillas.*/
.ui-common-table .ui-paging-pager {
    margin-top: 3px !important;
    font-size: 10px;
}


.ui-jqdialog .ui-jqdialog-titlebar {
    padding: 0px;
    width: auto !important;
}

.fm-button {
    height: 28px !important;
}



/*Estilos utilizados en el Home de la aplicacion*/

@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.StyleMenu {
    overflow: auto;
    height: auto;
    max-height: 350px;
    width: 100%;
}

#tree {
    width: 400px;
}

.sidebar-menu > li > a {
    padding: 6px 10px 4px 10px !important;
}

.panel-body {
    width: 100%;
}

#Home {
    width: 100% !important;
}

.panel > .panel-body {
    width: 100% !important;
}

/*Estilo del Scroll   styleScroll*/
.styleScroll::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    background-color: #607d8b !important;
}

.styleScroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    background-color: #b1aeae !important;
}

.styleScroll::-webkit-scrollbar {
    width: 12px !important;
    background-color: #607d8b !important;
}

.styleScroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #607d8b !important;
}

/*Estilo del Scroll en graficas   styleScroll*/
.styleScrollChart::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    background-color: #cfd8dc !important;
}

.styleScrollChart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    background-color: gray !important;
}

.styleScrollChart::-webkit-scrollbar {
    width: 9px !important;
    background-color: #cfd8dc !important;
}

.styleScrollChart::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #cfd8dc !important;
}

.StyleMenuProfile {
    box-shadow: 1px 1px 1px 0px darkgray !important;
    width: 180px !important;
    color: black !important;
}
/*Estilo del Scroll   styleScroll*/

/*Este estilo se agrega en desde el Inicio Controller, metodo GetSupportOption*/
.StyleSubmenuProfile {
    margin-left: -100% !important;
    box-shadow: 1px 1px 1px 0px darkgray !important;
    border-bottom-left-radius: 5% !important;
    border-bottom-right-radius: 5% !important;
}

/*estilos botones de Skin*/
.buttonBlue {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #3c8dbc 36%, black 38%);
    color: white;
    font-size: 8pt;
}

.buttonBlueLight {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #3c8dbc 36%, white 38%);
    color: black;
    font-size: 8pt;
}

.buttonGreen {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #00a65a 36%, black 38%);
    color: white;
    font-size: 8pt;
}

.buttonGreenLight {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #00a65a 36%, white 38%);
    color: black;
    font-size: 8pt;
}

.buttonPurple {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #605ca8 36%, black 38%);
    color: white;
    font-size: 8pt;
}

.buttonPurpleLight {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #605ca8 36%, white 38%);
    color: black;
    font-size: 8pt;
}

.buttonRed {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #dd4b39 36%, black 38%);
    color: white;
    font-size: 8pt;
}

.buttonRedLight {
    margin: 5px;
    float: left;
    height: 40px;
    width: 40%;
    background: linear-gradient(to bottom, #dd4b39 36%, white 38%);
    color: black;
    font-size: 8pt;
}
/*estilos botones de Skin*/


.textIndicator {
    font-size: 8pt;
}

/*estilos para botons en el menu de setting*/
.buttonMenuSettings {
    width: 115%;
    text-align: left;
    margin-left: -7%;
    color: whitesmoke !important;
    border-radius: 0px !important;
    padding-left: 10%;
}

    .buttonMenuSettings:hover {
        background-color: #3a484e !important;
        color: whitesmoke !important;
    }

buttonMenuSettings:focus {
    color: whitesmoke !important;
}
/*estilos para botons en el menu de setting*/

#ProgramId-selectized {
    width: 75% !important;
}

.tabs-container {
    width: 100% !important;
}

a.styleLogout {
    color: whitesmoke !important;
}

.StyleContentMenu {
    height: 100%;
    overflow-y: scroll;
}

.searchProgram {
    width: 200px !important;
    margin-top: 1% !important;
    /*margin-right: 40px !important;*/
}

/*Stilos relacionados con el tema de Responsive, en el header de la aplicación*/
@media (max-width: 1163px) {
    .navbar-collapse.collapse {
        display: none !important
    }
}

@media screen and (max-width: 400px) and (min-width: 300px) {
    .searchProgram {
        width: 190px !important;
        margin-top: 3% !important;
        margin-right: 10px !important;
    }

    .Logout {
        color: whitesmoke !important;
    }

    #GeneralContent {
        overflow: scroll !important;
        position: relative !important;
    }
    #layoutData {
        display: none;
    }
}

@media screen and (max-width: 540px) and (min-width: 400px) {
    .searchProgram {
        width: 250px !important;
        margin-top: 3% !important;
        margin-right: 40px !important;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 1px !important;
    }

    .Logout {
        color: whitesmoke !important;
    }

    #GeneralContent {
        overflow: scroll !important;
        position: relative !important;
    }

    #layoutData {
        display: none;
    }
}

@media screen and (max-width: 768px) and (min-width: 541px) {
    .searchProgram {
        width: 250px !important;
        margin-top: 1% !important;
        margin-right: 10px !important;
    }

    .Logout {
        color: whitesmoke !important;
    }
    #GeneralContent {
        overflow: scroll !important;
        position: relative !important;
    }

    #layoutData {
        display: none;
    }
}

@media screen and (max-width: 767px) and (min-width: 560px) {
    .hiddenCustom {
        display: block !important;
    }

    .searchProgram {
        width: 250px !important;
        margin-top: 0% !important;
        margin-right: 10px !important;
    }

    .navbar-custom-menu .navbar-nav > li > a {
        padding-top: 1px !important;
    }
}
/*Stilos relacionados con el tema de Responsive, en el header de la aplicación*/

.IframeOptions {
    width: 100%;
    min-height: 570px;
    max-height: 570px;
    overflow: hidden;
}

@media screen and (min-height: 0px) and (max-height: 735px) {
    .IframeOptions {
        min-height: 576px;
        max-height: 576px;
    }
}

@media screen and (min-height: 736px) and (max-height: 770px) {
    .IframeOptions {
        min-height: 596px;
        max-height: 596px;
    }
}

@media screen and (min-height: 771px) and (max-height: 830px) {
    .IframeOptions {
        min-height: 635px;
        max-height: 635px;
    }
}

@media screen and (min-height: 831px) and (max-height: 865px) {
    .IframeOptions {
        min-height: 666px;
        max-height: 666px;
    }
}

@media screen and (min-height: 866px) and (max-height: 910px) {
    .IframeOptions {
        min-height: 706px;
        max-height: 706px;
    }
}

@media screen and (min-height: 911px) and (max-height: 950px) {
    .IframeOptions {
        min-height: 756px;
        max-height: 756px;
    }
}

@media screen and (min-height: 951px) and (max-height: 1050px) {
    .IframeOptions {
        min-height: 836px;
        max-height: 836px;
    }
}


    .styleChart {
        position: absolute;
        border-top: 4px solid #607d8b;
        overflow: auto;
        border-left: 1px solid whitesmoke;
        border-right: 1px solid whitesmoke;
        border-bottom: 1px solid whitesmoke;
        box-shadow: 0px 1px 1px 0px #607d8b;
    }

    .StyleHeaderChart {
        /*height: 20px;*/
        background: lightslategray;
        color: whitesmoke;
        text-align: center;
    }

    .styleTaksMenu {
        color: white;
        background-color: #3c8dbc;
    }

    /*Style colMenu*/
    .ui-menu-item {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11.5px;
        min-width: 200px;
    }

        .ui-menu-item > li:hover {
            color: white !important;
            background: red !important;
        }

    .ui-menu {
        width: auto;
    }

        .ui-menu .ui-menu {
            height: 150px;
            overflow: auto;
        }
    /*Style colMenu*/

    .frozen-bdiv {
        overflow: hidden !important;
        background-color: white !important;
    }

    /*Estilo del Scroll para opciones grilla  styleScroll*/
    /*.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 10px !important;
    height: 10px !important;
    background-color: #607d8b !important;
}

.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    background-color: #cec8c8!important;
}

.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar {
    width: 12px !important;
    background-color: #607d8b !important;
}

.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: darkgray !important;
}*/


    .ui-jqgrid-bdiv-noscroll { /*.ui-jqgrid .ui-jqgrid-bdiv*/
        overflow-x: visible !important;
        overflow-y: scroll !important;
    }

    .ui-jqgrid-view-noscroll { /*.ui-jqgrid-view*/
        width: auto !important;
        overflow-x: scroll;
    }

    .ui-jqgrid-hdiv-noscroll { /*.ui-jqgrid-hdiv.ui-state-default*/
        /*width: auto !important;*/
        overflow: visible !important;
    }

    .ui-jqgrid-toppager-noscroll { /*.ui-jqgrid-toppager.ui-state-default*/
        overflow-x: visible !important;
        /*width: 200vw !important;*/
    }

    .ui-userdata-noscroll { /*.ui-jqgrid .ui-userdata*/
        overflow-y: hidden !important;
        overflow-x: visible !important;
        /*width: 200vw !important;*/
    }
    /*.frozen-bdiv ui-jqgrid-bdiv {
        top: 92px !important;
    }*/
    /*Se define el tamaño para los formulario de las opciones tipo C*/
    .ui-jqdialog {
        /*background-color:red;*/
        min-width: 1000px;
    }

    .colmenu {
        background: red !important;
        display: none;
    }

    /*Se utiliza para que el scroll funcione correctamente en IOS*/
    #tt {
        -webkit-overflow-scrolling: touch !important;
    }

    .ContainerDashBoard {
        -webkit-overflow-scrolling: touch !important;
    }

    @keyframes pulse_animation {
        0% {
            transform: scale(1);
        }

        30% {
            transform: scale(1);
        }

        40% {
            transform: scale(1.08);
        }

        50% {
            transform: scale(1);
        }

        60% {
            transform: scale(1);
        }

        70% {
            transform: scale(1.05);
        }

        80% {
            transform: scale(1);
        }

        100% {
            transform: scale(1);
        }
    }

    .oasiscom-pulse {
        animation-name: pulse_animation;
        animation-duration: 1000ms;
        transform-origin: 70% 70%;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes pulse_animation {
        0% {
            transform: scale(1);
        }

        30% {
            transform: scale(1);
        }

        40% {
            transform: scale(1.08);
        }

        50% {
            transform: scale(1);
        }

        60% {
            transform: scale(1);
        }

        70% {
            transform: scale(1.05);
        }

        80% {
            transform: scale(1);
        }

        100% {
            transform: scale(1);
        }
    }

    .oasiscom-pulse {
        animation-name: pulse_animation;
        animation-duration: 1000ms;
        transform-origin: 70% 70%;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    div#info_dialog.ui-jqdialog.ui-widget.ui-widget-content.ui-corner-all.ui-dialog {
        z-index: 100000 !important;
    }

    .oasiscom-customzoom {
        background-color: rgb(223, 241, 247) !important;
    }

    .oasiscom-blockPager {
        pointer-events: none !important;
    }


    /*Estilos utilizados para el menu de favoritos*/
    .FavoriteOption {
        color: gold !important;
    }


    div#menu ul {
        list-style: none;
        list-style-type: none;
        list-style-position: outside;
    }

    div#menu li {
        list-style: none;
        box-shadow: 0 0 0 0 #800;
        /*margin-left:-30px;*/
    }

        div#menu li:hover {
            list-style: none;
            box-shadow: 0 0 0 0 #800;
            background-color: #8FC8B8;
            font-weight: bold !important;
        }

    div#menu ul li a:hover {
        box-shadow: 250px 0 0 0 #FF7A62 inset;
        background-color: red !important;
    }

    div#menu li a {
        line-height: 30px;
        font-size: 16px;
        cursor: pointer;
        padding: 10px;
        color: #FFF;
        display: block;
        text-decoration: none;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        div#menu li a span {
            float: right;
            padding-top: 7px;
        }

    div#menu {
        width: 250px;
        position: absolute;
        /*margin-left:20px;*/
        border: 1px solid black;
        -moz-box-shadow: 0 0 5px #888;
        -webkit-box-shadow: 0 0 5px#888;
        box-shadow: 0 0 5px #888;
        cursor: pointer;
        padding: 0px;
    }

    .hoverNemu {
        cursor: pointer;
        background-color: whitesmoke;
    }

    /*Se agrega esta sección para cuando se utiliza la aplicación
    en un dispositivo movil (celular, tablets), para que los botones
    de guardar y cancelar se puedan visualizar, en opciones tipo C en el formulario
*/
    @media screen and (max-width:1000px) and (min-width: 100px) {
        .EditButton {
            text-align: left !important;
        }
    }



