﻿/*Logo*/
.x-navigation > li.xn-logo > a:first-child {
    background: url("../Content/img/logo.png") top center no-repeat #E89F0E;
}
.x-navigation > li.xn-logo > a:first-child:hover {
     background: url("../Content/img/logo.png") top center no-repeat #B77B04;
}

/*Menu Horizontal*/
.x-navigation.x-navigation-horizontal > li > a {
    color: #414042;
}
.x-navigation.x-navigation-horizontal > li > a:hover {
    background: #C3C3C3;
}
.x-navigation.x-navigation-horizontal > li.active > a {
    background: #989898;
}

/*Menu Vertical*/
.x-navigation li > ul {
    background: #C3C3C3;
}
.x-navigation li > ul li > a {
    color: #414042;
    border-bottom-color: #ffffff;
}
.x-navigation li > ul li > a:hover {
    background: #989898;
    color: #ffffff;
}
.x-navigation li > ul li.active > a {
    background: #989898;
    color: #ffffff;
}

/*glyphicon Menu Horizontal*/
.x-navigation.x-navigation-horizontal > li > a:hover .fa, .x-navigation.x-navigation-horizontal > li > a:hover .glyphicon {
    color: #E89F0E;
}
.x-navigation.x-navigation-horizontal > li > a .fa, .x-navigation.x-navigation-horizontal > li > a .glyphicon {
    color: #F6B93F;
}
.x-navigation.x-navigation-horizontal > li.active > a .fa, .x-navigation.x-navigation-horizontal > li.active > a .glyphicon {
    color: #E89F0E;
}

/*glyphicon Menu Vertical*/
.x-navigation li > a:hover .fa, .x-navigation li > a:hover .glyphicon {
    color: #B77B04;
}
.x-navigation li > a .fa, .x-navigation li > a .glyphicon {
    color: #E89F0E;
}
.x-navigation li.active > a .fa, .x-navigation li.active > a .glyphicon {
    color: #B77B04;
}

/*General*/
html, body {
    background: #f2f2f2;
    font-size: 12px;
}

/*Boton Menu*/
.x-navigation .x-navigation-control:hover {
    background: #0F307B;
}
.x-navigation > li > a.x-navigation-control {
    background: #19409B;
}

/*Panel Header*/
.panel-default .panel-heading, .panel-primary .panel-heading, .panel-success .panel-heading, .panel-info .panel-heading, .panel-warning .panel-heading, .panel-danger .panel-heading {
    background: #E8E8E8;
    border-color: #E89F0E;
}
/*Grid Condensado*/
.table.table-condensed > thead > tr > th, .table.table-condensed > tbody > tr > th, .table.table-condensed > tbody > tr > td {
    /*padding: 2px 4px;*/
}
.panel .panel-heading {
    padding: 6px 6px 6px 10px;
}
.sorting:before, .sorting_desc:before, .sorting_asc:before {
    top: 4px;
}

/*lABEL ENCABEZADO GRID*/
th > label {
    display: inline;
    font-weight: 700;
}

/*Paginado Grid*/
.dataTables_length label, .dataTables_filter label {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 5px;
}
.dataTables_paginate {
    padding-left: 5px;
    padding-right: 5px;
}
/*Desabilitar Link*/
 .disabled {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
    }

/*Formularios GRID Control de Archivos*/
.form-group-separated .form-group [class^="col-md-"] {
    line-height: 25px;
    padding: 2px 4px;
}
.form-horizontal .control-label {
    padding-top: 0px;
}

.panel .panel-heading-b {
    padding: 2px;
}

input, select, textarea {
     max-width: none;
}

/*Encabezados*/
h2, .h2 {
    font-size: 26px;
    font-weight: 400;
}
h4, .h4 {
    font-weight: 400;
}

/*Etiquetas*/
.control-label {
    line-height: 30px;
}

/*Texbox Desabilitados*/
.form-control[disabled], .form-control[readonly] {
    color: #555;
}

/*Boton de Inicio de Sesion*/
#loginLink {
    color: #434a54;
    background: #fea223;
}

#loginUser {
    color: #434a54;
    background: #fea223;
    margin-right: 20px;
    line-height: 20px;
    border-bottom: 0px;
}

/*Grid Condensado*/
.table.table-condensed > thead > tr > th, .table.table-condensed > tbody > tr > th, .table.table-condensed > tbody > tr > td {
    padding: 2px 4px;
}

/*cajas de texto*/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    height: 36px;
}

/*/combos*/
.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #337ab7;
}

/*fuente tablas*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 11px;
}

/*etiquetas widgets*/
.widget .widget-int {
    font-size: 20px;
}