/* Minification failed. Returning unminified contents.
(728,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(729,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(730,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(740,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(743,44): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(743,87): run-time error CSS1039: Token not allowed after unary operator: '-primary'
(744,21): run-time error CSS1039: Token not allowed after unary operator: '-polygonH'
(745,29): run-time error CSS1039: Token not allowed after unary operator: '-polygonH'
(762,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(763,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(764,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(765,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(766,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(770,21): run-time error CSS1039: Token not allowed after unary operator: '-polygonB1'
(771,29): run-time error CSS1039: Token not allowed after unary operator: '-polygonB1'
(781,39): run-time error CSS1038: Expected hex color, found '#0000'
(781,44): run-time error CSS1019: Unexpected token, found ' '
(781,44): run-time error CSS1042: Expected function, found ' '
(781,44): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(792,25): run-time error CSS1039: Token not allowed after unary operator: '-polygonB1'
(793,33): run-time error CSS1039: Token not allowed after unary operator: '-polygonB1'
(797,25): run-time error CSS1039: Token not allowed after unary operator: '-polygonB2'
(798,33): run-time error CSS1039: Token not allowed after unary operator: '-polygonB2'
(802,25): run-time error CSS1039: Token not allowed after unary operator: '-polygonB3'
(803,33): run-time error CSS1039: Token not allowed after unary operator: '-polygonB3'
(807,25): run-time error CSS1039: Token not allowed after unary operator: '-polygonB4'
(808,33): run-time error CSS1039: Token not allowed after unary operator: '-polygonB4'
(812,25): run-time error CSS1039: Token not allowed after unary operator: '-polygonB5'
(813,33): run-time error CSS1039: Token not allowed after unary operator: '-polygonB5'
 */


h3, .h3 {
    font-size: 18px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 5px;
    margin-bottom: 9.5px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
    text-rendering: optimizelegibility;
}

.h7, h7 {
    font-size: 10px;
    display: block;
    margin-top: 0px;
}

.h8, h8 {
    font-size: 8px;
    display: block;
}

hr {
    height: 1px;
    color: black;
    background-color: black;
    border: none;
}

.page-header.navbar .page-logo .logo-default {
    margin: 10px 10px 0;
}

.page-header.navbar .page-top {
    height: 74px;
    float: right;
}

.logo-default {
    width: 72px;
    height: 42px;
}

.headerLinks {
    color: white !important;
    padding-right: 20px !important;
    background-color: transparent !important;
}

.headerLinks > a, a:hover, a:focus {
    font-weight: bold;
}

.normalHeader {
    font-weight: normal;
    padding-right: 20px; 
    color: white;
}

.nav > li > a:focus, .nav > li > a:hover {
    font-weight: bold;
    color: white;
    background: #0078d4;
}

.nav > li > a {
    padding-bottom: 6px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 6px;
}

.form-horizontal {
    border: 2px solid black;
}

.modal-lg {
  width: 900px !important;
}

.panel-heading {
  padding: 0px 15px;
}

.panel-heading-normal {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 5px 15px;
}

.panel-heading > label {
    /*color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;*/
    padding-top: 4px;
}
/* 
.page-header.navbar {
    background: #0078d4;
}

.page-header.navbar .page-top {
    background: #0078d4;
} */

.page-content-wrapper .page-content {
    padding: 0px 0px 0px 20px;
}

.page-sidebar.navbar-collapse {
    min-height: 480px;
}

.text-bold {
    font-weight: bold;
}

.k-autocomplete, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-dropdown, .k-dropdowntree, .k-listbox, .k-multiselect, .k-numerictextbox, .k-selectbox, .k-textbox, .k-timepicker, .k-toolbar .k-split-button {
    width: 100%;
}

.k-button.k-button-icon > a, a:hover, a:focus {
    font-weight: bold;
    color: black;
}

input.k-textbox, textarea.k-textbox {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
    width: calc(100% - 30px);
}

span.k-widget.k-autocomplete.k-state-default {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 33px;
    width: calc(100% - 30px); 
}

td > span.k-widget.k-autocomplete.k-state-default {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-datepicker {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
}

span.k-widget.k-datetimepicker {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
}

span.k-widget.k-numerictextbox {
    padding: 0px;
    margin-bottom:6px;
    margin-left:0px;
    margin-right:3px;
    margin-top:0px;
    height: 30px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-numerictextbox {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-dropdowntree {
    padding: 0px;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 12px;
    margin-right: 3px;
    height: 24px;
    width: calc(100% - 30px);
}

span.k-widget.k-dropdown {
    padding: 0px;
    margin-left: 0px;
    margin-top: 3px;
    margin-bottom: 12px;
    margin-right: 3px;
    height: 24px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-dropdown {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-maskedtextbox {
    padding: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 0px;
    height: 28px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-maskedtextbox {
    margin-right: 3px;
    margin-bottom: 6px;
    height: 28px;
    width: 100%;
}

td > span.k-widget.k-combobox.k-header.k-combobox-clearable {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-combobox.k-header.k-combobox-clearable {
    margin-right: 3px;
    margin-bottom: 6px;
    width: calc(100% - 30px);
}

td > span.k-widget.k-combobox {
    margin-right: 3px;
    margin-bottom: 6px;
    width: 100%;
}

span.k-widget.k-combobox {
    margin-right: 3px;
    margin-bottom: 6px;
    width: calc(100% - 30px);
}

div.k-widget.k-multiselect {
    padding: 0px;
    margin-bottom: 6px;
    margin-left: 0px;
    margin-right: 3px;
    margin-top: 0px;
    display: inline-block;
    width: calc(100% - 30px);
}

/* input.k-input {
    height:26px;
} */

span.k-widget.k-autocomplete.k-autocomplete-clearable.k-state-default {
    height:28px;
}


#searchopc {
    margin-left: 10px;
    margin-right: 0px;
    width: calc(100% - 20px);
}

.bootstrap-dialog.type-primary .modal-header {
    background-color: #0078d4;
}


.bootstrap-dialog.type-warning .modal-header {
    background-color: #0078d4;
}

label {
    padding-top:7px;
    margin-bottom: 2px;
}

a.k-button.k-button-icontext.k-grid-downloadButton {
    background: url('/Content/Images/fa-fa-download.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-downloadButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

a.k-button.k-button-icontext.k-grid-deleteButton {
    background: url('/Content/Images/trash-o.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-deleteButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}


a.k-button.k-button-icontext.k-grid-gridLupaButton {
    background: url('/Content/Images/Lupa.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-gridLupaButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

a.k-button.k-button-icontext.k-grid-searchButton {
    background: url('/Content/Images/Find.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-searchButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

a.k-button.k-button-icontext.searchButton {
    background: url('/Content/Images/Find.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.searchButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

button.k-button.k-button-icontext.k-grid-lupaButton {
    background: url('/Content/Images/Lupa.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
    min-width: 30px;
}

button.k-button.k-button-icontext.k-grid-lupaButton:hover {
    color: #fff;
    border-color: #8ebc00;
    background-color: #8ebc00;
}

a.k-button.k-button-icontext.k-grid-comodinButton {
    background: url('/Content/Images/arroba.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-comodinButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

a.k-button.k-button-icontext.comodinButton {
    background: url('/Content/Images/arroba.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.comodinButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}



span.k-delete {
	background: url('/Content/Images/delete.png') center center;
}

span.k-find {
    background: url('/Content/Images/Find.png') center center;
}

span.k-edit {
    background: url('/Content/Images/pencil.png') center center;
}


.k-grid tbody .k-button {
    min-width: 40px;
    width: 40px;
}

.ms-marginTop {
    margin-top: 20px;
}

.ms-marginTopLeft {
    margin-top: 20px;
    margin-left: 3px;
}

.ms-redlabel {
    color:red;
}

.ms-redlabel2 {
    color:red;
    font-size:large;
    font-weight:bold;
}

.top5 { 
    margin-top:5px; 
}

.k-tooltip {
    background: lightyellow !important;
    border-color: #f9ee6e !important;
    color: black !important;
}

.k-callout-n {
    border-bottom-color: #f9ee6e;
}

.k-callout-w {
    border-right-color: #f9ee6e;
}

.k-callout-s {
    border-top-color: #f9ee6e;
}

.k-callout-e {
    border-left-color: #f9ee6e;
}

hlptooltip{
   background-color: #d9ecf5;
   border-color: #d9ecf5;
   color: #00435e; 
}


.fa.k-sprite,
.fa.k-sprite::before {
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
}

.navbar {
    background-color:#0078d4;
}

.nav > li > a > i {
    margin-right: 5px;
}

.headerStyle {
    float:none;
    display:inline-block;
    margin-left:100px;
}

.form-group {
    margin-bottom: 0px;
}

.k-virtual-scrollable-wrap td
{
    white-space: nowrap;
}

.form-group-field {
    display: block;
}


span.k-switch.km-switch.k-widget.km-widget.k-switch-off.km-switch-off {
    background-color: #fafafa;
    border-color: #fafafa;
}

span.k-switch.km-switch.k-widget.km-widget.k-switch-on.km-switch-on {
    background-color: #fafafa;
    border-color: #fafafa;
}

.km-switch-container, .km-switch-wrapper {
    border-color: #0078d4;
    border-top-color: #0078d4;
    border-right-color: #0078d4;
    border-bottom-color: #0078d4;
    border-left-color: #0078d4;
}

.km-switch-background, .km-switch-handle {
    color: #0078d4;
}

.k-primary.k-state-disabled, .k-primary.k-state-disabled:active, .k-primary.k-state-disabled:hover, .k-state-disabled .k-primary, .k-state-disabled .k-primary:active, .k-state-disabled .k-primary:hover {
    border-color: #0078d4;
    background-color: #0078d4;
}

.k-clear-selected,
.k-upload-selected {
    display: none !important;
}

.displayInline {
    display: inline;
}

.displayBlock {
    display: block;
}

@media only screen and (max-width: 768px) {
    .displayInline {
        display: none;
    }

    .displayBlock {
        display: none;
    }
}

.validation-summary-errors {
    color: red;
}

#gridPreview.k-grid td{
  white-space: pre;
}

.k-grid td{
  white-space: nowrap;
}

/* width */
::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: lightgray; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: darkgray; 
  }

  
.k-filter-menu-container .k-item span {
    margin-left:5px;
}

.baja-row {
    background-color: orangered; /* color de naranja */
    font-weight: bold; /* texto en negrita */
}


.disabled-row {
    pointer-events: none;
    background-color: lightblue;
    color:  midnightblue;
}


#gridPreview  .k-grid-content  td
{
  height: 24px;
}


.PivotConfig {
    position:relative; 
    float:left
}

.PivotContainer {
    overflow-x:auto;
    white-space: nowrap;
    width:calc(100% - 410px);
    position:relative; 
    float:left;
    margin-left:8px;
}

.PivotContainerFull {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    position: relative; 
    float: left;
    margin-left: 0px;
}

.k-pivot-table .k-grid-content td {
    text-align: right;
}

#homepage-image {
    display: flex;
    flex-direction: column;
    align-items: center;
    /*margin-top: 3em;*/
}

#homepage-image > span {
    display: block;
    background-image: url(/Content/Images/ImagenBienvenida.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 290px;
    height: 220px;
}

#homepage-image > h1 {
    text-align: center;
    color: #383838;
    font-size: 3em;
}

#homepage-image p {
    font-size: 1.2em;
    font-weight: 600;
    color: #383838;
}

#homepage-image p + div {
    margin-top: 2em;
}

#homepage-image #loginLink {
    background-color: #3768ff !important;
    padding: .7em 2em !important;
    border-radius: .5em;
    font-weight: 600;
}

#homepage-image #loginLink:hover {
    background-color: #5596ff !important;
}

h3 {
    font-size: 2em;
    /*margin-top: 24px;*/
}

/*#Abm {
    background: #ffffffdb;
    padding: 2em;
    box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 43%);
    -webkit-box-shadow: 1px 1px 10px 1px rgb(0 0 0 / 43%);
    -moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.43);
}*/

#butOcultarMostrar {
    display: block;
    margin-left: auto;
}

@media only screen and (min-width: 768px) {
    #homepage-image > span {
        width: 600px;
        height: 370px;
    }
}

/*#loader{
    display:none;
}*/

#loader > div {
    display: block;
    margin: auto;
}

:root {
    --bg: #e3e4e8;
    --fg: #2e3138;
    --primary: #255ff4;
    font-size: calc(16px + (24 - 16) * (100vw - 320px) / (1280 - 320));
}

.hourglass, .hourglass:before, .hourglass:after {
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.hourglass {
    --polygonH: polygon(0% 0%,100% 0%,100% 5.55%,95% 5.55%,95% 28%,60% 46%,60% 54%,95% 72%,95% 94.45%,100% 94.45%,100% 100%,0% 100%,0% 94.45%,5% 94.45%,5% 72%,40% 54%,40% 46%,5% 28%,5% 5.55%,0% 5.55%);
    animation-name: flip;
    animation-timing-function: ease-in-out;
    background-image: linear-gradient(var(--primary) 0.5em,#737a8c55 0.5em 8.5em,var(--primary) 8.5em);
    clip-path: var(--polygonH);
    -webkit-clip-path: var(--polygonH);
    overflow: hidden;
    position: relative;
    width: 5em;
    height: 9em;
    z-index: 0;
    margin:90px auto;
}

.hourglass:before, .hourglass:after {
    animation-timing-function: linear;
    content: "";
    display: block;
    position: absolute;
}

.hourglass:before {
    --polygonB1: polygon(0% 0%,100% 0%,100% 24%,50% 47%,50% 47%,50% 47%,50% 47%,50% 47%,50% 47%,50% 47%,50% 47%,0% 24%);
    --polygonB2: polygon(0% 4%,100% 4%,100% 24%,55% 45%,55% 100%,55% 100%,55% 100%,45% 100%,45% 100%,45% 100%,45% 45%,0% 24%);
    --polygonB3: polygon(0% 24%,100% 24%,100% 24%,55% 45%,55% 80%,100% 100%,100% 100%,0% 100%,0% 100%,45% 80%,45% 45%,0% 24%);
    --polygonB4: polygon(45% 45%,55% 45%,55% 45%,55% 45%,55% 58%,100% 76%,100% 100%,0% 100%,0% 76%,45% 58%,45% 45%,45% 45%);
    --polygonB5: polygon(50% 53%,50% 53%,50% 53%,50% 53%,50% 53%,100% 76%,100% 100%,0% 100%,0% 76%,50% 53%,50% 53%,50% 53%);
    animation-name: fill;
    background-color: #4064b7;
    background-size: 100% 3.6em;
    clip-path: var(--polygonB1);
    -webkit-clip-path: var(--polygonB1);
    top: 0.5em;
    left: 0.5em;
    width: 4em;
    height: 8em;
    z-index: 1;
}

.hourglass:after {
    animation-name: glare;
    background: linear-gradient(90deg,#0000 0.5em,#0003 0.5em 1.5em,#0000 1.5em 3.5em,#fff3 3.5em 4.5em,#fff0 4.5em 6.5em,#0003 6.5em 7.5em,#0000 7.5em) 0 0 / 100% 0.5em, linear-gradient(90deg,#0000 0.75em,#0003 0.75em 1.25em,#0000 1.25em 3.75em,#fff3 3.75em 4.25em,#fff0 4.25em 6.75em,#0003 6.75em 7.25em,#0000 7.25em) 0 0.5em / 100% 8em, linear-gradient(90deg,#0000 0.5em,#0003 0.5em 1.5em,#0000 1.5em 3.5em,#fff3 3.5em 4.5em,#fff0 4.5em 6.5em,#0003 6.5em 7.5em,#0000 7.5em) 0 100% / 100% 0.5em;
    background-repeat: repeat-x;
    top: 0;
    left: -3em;
    width: 200%;
    height: 100%;
    z-index: 2;
}
/* Animations */
@keyframes fill {
    from {
        clip-path: var(--polygonB1);
        -webkit-clip-path: var(--polygonB1);
    }

    10% {
        clip-path: var(--polygonB2);
        -webkit-clip-path: var(--polygonB2);
    }

    45% {
        clip-path: var(--polygonB3);
        -webkit-clip-path: var(--polygonB3);
    }

    80% {
        clip-path: var(--polygonB4);
        -webkit-clip-path: var(--polygonB4);
    }

    85%, to {
        clip-path: var(--polygonB5);
        -webkit-clip-path: var(--polygonB5);
    }
}

@keyframes glare {
    from, 90% {
        transform: translateX(0);
    }

    to {
        transform: translateX(3em);
    }
}

@keyframes flip {
    from, 90% {
        transform: rotate(0);
    }

    to {
        transform: rotate(180deg);
    }
}


a.k-button.k-button-icontext.k-grid-eyeButton {
    background: url('/Content/Images/eye.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-eyeButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

a.k-button.k-button-icontext.k-grid-questionButton {
    background: url('/Content/Images/Question.png') center center;
    background-repeat: no-repeat;
    height: 27px;
    width: 30px;
}

a.k-button.k-button-icontext.k-grid-questionButton:hover {
    color: #fff;
    border-color: #0078d4;
    background-color: #0078d4;
}

