@import 'menu.css?v=1.7';
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #F7FAFC !important;
    font-family: 'Open Sans', sans-serif;
}

p {
    margin: 1em 0;
}

#wrapper {
    height: 100%;
    height: calc(100% - 90px);
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 768px) {
    #wrapper {
        margin: 0 20px;
    }
}

header {
    position: relative;
    padding: 5px 15px;
    background: #033568;
    margin-bottom: 15px;
    min-height: 65px;
    color: #ffffff;
}

    header svg.logo {
        height: 60px;
        width: 60px;
    }

    header .menu {
        position: absolute;
        top: 33px;
        left: 90px;
        border:none;
    }

        header .menu>li>a {
            transition: all 0.25s;
            color: #ffffff; 
            cursor: default;
        }
        header .menu > li > a[href] {
            cursor:pointer;
        }

        header .menu li.active>a {
            background-color:#F7FAFC;
            font-weight:bold;
        }

       header .menu a:hover, header .menu li.open a {
            color: #033568;
        }

    header .user {
        float: right;
        margin-top: 5px;
        font-size: 13px;
        font-family: Arial;
        color: #ffffff;
        font-weight: bold;
    }

        header .user a {
            transition: color 0.25s;
            text-decoration:none;
            color: #E50000;
        }
        
        header .user a:hover {
            color:#FF6969;
        }

.login {
    background: #FFF;
    padding: 20px;
    width: 450px;
    position: relative;
    top: 80px;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        z-index: 1;
}

.version{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #808080;
    text-align: right;
}

.version span{
    font-size:0.9em;
    color:#AFAFAF;
}

.main {
    /*min-height: 800px;
	    min-height: calc(100% - 100px);*/
    min-height: 98%;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    border: #CAE0E9 1px solid;
    background: #FFF;
    padding: 20px;
    position: relative;
    margin-bottom: 15px;
}

.block {
    border-radius: 10px;
    border: #CAE0E9 1px solid;
    background: #FFF;
    padding: 10px 20px;
    margin-bottom: 15px;
    min-height: 200px;
}

.title {
    color: #2C3F59;
    font-size: 23px;
    margin-bottom: 6px;
    border-bottom: 1px solid #DDD;
}

.block > .title {
    font-size: 16px;
}

.main .info {
    margin-bottom: 20px;
}

.k-tabstrip-wrapper {
    /*
  min-height: 750px !important;
  min-height: calc(100% - 100px);
  */
}

.k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-state-active {
    background-color: #6A7CE0;
}

.k-tabstrip {
    height: 100%;
}

    .k-tabstrip .row {
        margin-top: 20px;
    }

    .k-tabstrip .k-content {
        overflow: hidden;
    }

    .k-tabstrip.no-padding .k-content {
        padding: 0;
    }

.row > * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*** TABLE **/
table.blue {
    width: 100%;
}

    table.blue tr > th, table.blue tr > td {
        border: 1px solid #DDD;
    }

    table.blue th {
        text-align: center;
    }

    table.blue td {
        text-align: right;
        padding: 6px;
    }

    table.blue tr.bold td {
        font-weight: bold;
        color: #00A0E4;
    }
/*************/

/*** Modificaciones KENDO MATERIAl ***/


.k-grid .k-button, .k-toolbar .k-button {
    line-height: 1.143em;
    padding: 4px 5px;
}

.k-grid .k-grid-content .k-button.k-button-icontext {
    min-width: 0;
    padding: 8px;
}

    .k-grid .k-grid-content .k-button.k-button-icontext .k-icon {
        margin: 0;
    }

/*Padding celda kendo grid*/
.k-grid td {
    padding: 0.5em 0.5em;
}

/*Panel Tabs gris*/
.k-widget.k-tabstrip.k-header {
    background-color: #F7FAFC;
}

/*Tabs defauft*/
.k-header .k-tabstrip-items, .k-tabstrip-items .k-item { /*Tabs defauft*/
    background-color: #094F98;
    transition: background-color 0.25s;
}

    /*Tabs active*/
    .k-panelbar .k-tabstrip-items .k-state-active, .k-tabstrip-items .k-item.k-state-active {
        background-color: #3E7BBB;
    }

    /*Tabs hover*/
    .k-tabstrip-items .k-item.k-state-hover {
        background: #3E7BBB;
        border-color: #3E7BBB;
    }

.k-tabstrip-wrapper {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
    margin-bottom: 20px;
}

    .k-tabstrip-wrapper .k-tabstrip-wrapper {
        box-shadow: none;
    }

/*Quitar mayusculas en botones kendo*/
.k-tabstrip > .k-tabstrip-items > .k-item,
.k-button, .k-calendar .k-footer, .k-calendar .k-header .k-link {
    text-transform: none;
}

    .k-button.k-button-icontext .k-icon, .k-button.k-button-icontext .k-image {
        vertical-align: text-bottom;
    }

/*Color texto grids en NEGRO*/
.k-grid-header .k-header, .k-grid-header .k-header .k-link, .k-grid-header .k-link, .k-grid-header .k-link:link, .k-pager-info, .k-scheduler-agendaview .k-scheduler-datecolumn, .k-scheduler-header {
    color: #000000;
}

/*Color borde Inputs y Botones*/
.k-textbox,
.k-button, .k-button:hover,
.k-dropdown .k-state-default,
.k-autocomplete.k-state-default, .k-dropdown-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-picker-wrap.k-state-default,
.k-autocomplete.k-state-hover, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-overflow-anchor:hover, .k-picker-wrap.k-state-hover, .k-textbox:hover,
.k-autocomplete.k-state-active, .k-dropdown-wrap.k-state-active, .k-multiselect.k-header.k-state-active, .k-numeric-wrap.k-state-active, .k-picker-wrap.k-state-active, .k-textbox:focus {
    border-color: #B9B9B9;
}

.km-button.km-state-active {
    background-color: #3f51b5;
    color: #ffffff;
}

.k-grid-filter.k-state-active { /*Color Botón Filtro*/
    background-color: #e6e6e6;
}

.k-autocomplete .k-input, .k-dropdown-wrap .k-input, .k-numeric-wrap .k-input, .k-picker-wrap .k-input, .k-selectbox .k-input, .k-textbox > input {
    height: 2.1em;
    font-weight: 500;
}

.edit-buttons .k-button-icontext .k-icon {
    margin-left: -0.8rem;
}

.k-grid .k-icon,.k-grid .k-button .fa {
    opacity: .45;
    transition:opacity .35s;
    color: black;
}
.k-button:hover .fa {
    opacity: 1;
}

.k-header.k-grid-toolbar .fa{
    color: white;
    opacity: 1;
}
/********************************/

.loading {
    display: block;
    text-indent: -9999px;
    height: 48px;
    width: 48px;
    background: url('../images/loader.gif');
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    margin-left: -24px;
    margin-top: 40px;
}

.ajaxSuccess {
    color: #666;
    font-size: 12px;
    float: right;
    margin: 14px;
    display: none;
}

/*****OVERLAY*****/

.overlay {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 5000;
}

    .btn-default.active, .btn-default:active, .btn-default:focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default:active:hover {
        color: white;
        background-color: #033568;
        border-color: #033568;
    }