/*Cambios de estilos para los colores de tope del adminlte */
.skin-blue .main-header .logo{
    /*background-color: #055da7;*/
    background-color: #fff;
}
.skin-blue .main-header .logo:hover{
 background-color: #fff;
}
.skin-blue .main-header .navbar {
    /*background-color: #20b6ea;*/
    background-color: #20b6ea;
}
.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #367fa9;
}
.btn-primary:hover {
    color: #fff;
    border-color:#204d74;
}
.btn {
  border-radius: 5px;
  border: 1px solid;
  box-shadow: 2px 2px rgba(0,0,0,0.3);
}
/****************************************************/
.loader_div{
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh; /* to make it responsive */
    width: 100vw; /* to make it responsive */
    overflow: hidden; /*to remove scrollbars */
    z-index: 99999; /*to make it appear on topmost part of the page */
    display: none; /*to make it visible only on fadeIn() function */
    background-color: rgba(255,255,255,0.7);
}
.loader_div img {
  position: relative;
  top:50%;
  left:50%;
  margin-left: -100px;
  margin-top: -100px;
  max-width: 200px;
}


.sidebar-toggle:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
.grid-view .table {
    margin-bottom: 0;
    overflow: scroll;
    width: 100%;
    display: block;
}
.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout h4 {
    margin-bottom: 5px;
    margin-top: 0;
}
/*.bs-callout p:last-child {
    margin-bottom: 0;
}*/
.bs-callout-info {
    border-left-color: #1b809e;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}
.bs-callout-success {
    border-left-color: #3c763d;
}
.bs-callout-warning {
    border-left-color: #aa6708;
}
.bs-callout-info h4 {
    color: #1b809e;
}
.bs-callout-danger h4 {
    color: #ce4844;
}
.bs-callout-success h4 {
    color: #3c763d;
}
.bs-callout-warning h4 {
    color: #aa6708;
}
.kipclin-index .jumbotron{
    text-align: center;
}
.infoData p{
    padding: 10px;
}
.select2-container
.select2-selection--single
.select2-selection__rendered {
    margin-top: -1px;
}
.input-group.select2-bootstrap-prepend
.select2-container--krajee .select2-selection {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#iconUser{
    font-size: 35px;
    color: #fff;
}
.table_in_well{
    background-color: #FFF;
}
.input-group .twitter-typeahead:last-child .tt-input, .input-group .twitter-typeahead:last-child .tt-hint {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.input-group .twitter-typeahead:first-child .tt-input, .input-group .twitter-typeahead:first-child .tt-hint {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.bootstrap-switch {
    border-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.select2-container--krajee .select2-selection {
    border-radius: 0;
}
.form_fac .table th, .form_fac .table td {
  display: table-cell;
  width: auto !important;
  border-top: none !important;
  font-size: 1.2em !important;
}
.grid-view .form_fac .table{
  overflow: auto;
}
.alert {
  position: fixed !important;
  z-index: 99999;
  width: 83%;
  border-radius: 5px;
  box-shadow: 5px 6px rgba(0,0,0,0.2);
  margin-top: -55px;
}
.bg-blueo, .callout.callout-blueo, .alert-blueo, .label-blueo, .modal-blueo .modal-body {
    background-color: #c8e4f7 !important;
}
.bg-verdeo, .callout.callout-verdeo, .alert-verdeo, .label-verdeo, .modal-verdeo .modal-body {
    background-color: #709176 !important;
}
.bg-limon, .callout.callout-limon, .alert-limon, .label-limon, .modal-limon .modal-body {
    background-color: #cde77f !important;
}
.bg-amarillo, .callout.callout-amarillo, .alert-amarillo, .label-amarillo, .modal-amarillo .modal-body {
    background-color: #e3d888 !important;
}
.bg-militar, .callout.callout-militar, .alert-militar, .label-militar, .modal-militar .modal-body {
    background-color: #1e3f20 !important;
}
.bg-naranja, .callout.callout-naranja, .alert-naranja, .label-naranja, .modal-naranja .modal-body {
    background-color: #ec4e20 !important;
}
.bg-rojoo, .callout.callout-rojoo, .alert-rojoo, .label-rojoo, .modal-rojoo .modal-body {
    background-color: #984447 !important;
}
.bg-gris, .callout.callout-gris, .alert-gris, .label-gris, .modal-gris .modal-body {
    background-color: #d5f2e3 !important;
}
.bg-moradoo, .callout.callout-moradoo, .alert-moradoo, .label-moradoo, .modal-moradoo .modal-body {
    background-color: #766c7f !important;
}
.bg-morado, .callout.callout-morado, .alert-morado, .label-morado, .modal-morado .modal-body {
    background-color: #320e3b !important;
}
.bg-celeste, .callout.callout-celeste, .alert-celeste, .label-moradoo, .modal-celeste .modal-body {
    background-color: #6b7fd7 !important;
}
.bg-griso, .callout.callout-griso, .alert-griso, .label-griso, .modal-griso .modal-body {
    background-color: #393e41 !important;
}
.bg-cafe, .callout.callout-cafe, .alert-cafe, .label-cafe, .modal-cafe .modal-body {
    background-color: #5a3a31 !important;
}
.bg-cafeo, .callout.callout-cafeo, .alert-cafeo, .label-cafeo, .modal-cafeo .modal-body {
    background-color: #31231e !important;
}
.bg-cafec, .callout.callout-cafec, .alert-cafec, .label-cafec, .modal-cafec .modal-body {
    background-color: #e8ad89 !important;
}
.bg-blueo,.bg-verdeo,.bg-limon,.bg-amarillo,.bg-militar,.bg-naranja,.bg-rojoo,.bg-moradoo,.bg-morado,.bg-griso,.bg-cafeo,.bg-cafe{
    color: #fff !important;
}
.bg-blueo{
    color: #244359 !important;
}
.bg-limon,.bg-gris,.bg-celeste{
    color: #1e3f20 !important;
}
.bg-limon,.bg-gris,.bg-celeste > .small-box-footer {
    color: #1e3f20;
    background: rgba(0,0,0,0.15);
}
.bg-limon,.bg-gris,.bg-celeste > .small-box-footer:hover {
    color: #1e3f20;
    background: rgba(0,0,0,0.15);
}
.nv-blueo > .nav-tabs > li.active {
    border-top-color: #35495e;
}
.nv-rojoo > .nav-tabs > li.active {
    border-top-color: #984447;
}
.panel_tabs{
    padding: 15px;
}
.small-box h3 {
    white-space:normal;
}
.loader_img {
    display:block;
    margin:auto;
}
.table > thead > tr > th {
    border-bottom: 2px solid #35495e;
}

.tr_info{
    text-align: center;
}
.tr_info .data_tit{
    color: #35495e;
    font-size: 12px;
}
.tr_info .data_pago{
    color: #35495e;
    font-size: 14px;
}
.tr_info .data_dir{
    font-size: 12px;
    color: #1e3f20;
}
.btn-kipclin:hover, .btn-kipclin:active, .btn-kipclin.hover {
    background-color: #35495e;
}
.btn-kipclin:hover {
    color: #fff;
    background-color: #394e63;
    border-color: #1f354d;
}
.breadcrumb i {
    margin-right: 5px;
}
.data_dir{
    font-size: 12px;
    color: #1e3f20;
}
.vertical-align {
    display: flex;
    align-items: flex-start;
}
.form-control {
    height: 30px;
}
.sede_asig{
    color:#357ca5;
    font-size: 30px;

}
.navbar-nav > li.sede_btn > a{
    padding-top: 15px;
    padding-bottom: 10px;
}
.sede_btn{
    background-color: #cde77f !important;
}
@media screen and (max-width: 767px) {
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td
{
white-space: initial !important;
}
}
