﻿header {
    background-color: #01507F;
    height: 50px;
    width: 100%;
    display: block;
    padding-top: 5px;
}

.imgpef {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

body {
    font-family: 'Segoe UI';
}

.wrapper {
    min-height: 100%;
    overflow: auto;
    position: relative;
}

.wrapper::before, .wrapper::after {
    content: " ";
    display: table;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

.content-wrapper {
    margin-left: 230px;
}

.main-header {
    max-height: 100px;
    position: relative;
    z-index: 1030;
}

.modal-content {
    height: 100%;
}

.login-box, .register-box {
    position: absolute;
    top: 50%;
    left: 60%;
    /*height: 30%;*/
    width: 30%;
    margin: -7% 0 0 -25%;
}

body {
    background-color:#006297;
    font-family: 'Segoe UI'
}

.login-page {
    background-image: url(../Images/login3.jpg);
    background-size: 100% 50%;
    background-repeat: no-repeat;
}

.body-login {
	background-image: url(Images/login3.jpg);
}
.navbar-aer {
    background-color:#003c64;    
}
.nav.navbar-right > li > a {
    color:#dfe4ed;
}
.click {
    cursor:pointer;
}
.col-height {
    display: table-cell;
    float: none;
    height: 100%;
}
.row-height {
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.not-here {
    display:none;
}
.in-here {
    display:block;
}
.ninja {
    visibility:hidden;
}

.nav-header {
  padding: 5px 25px;
  background: url("patterns/header-profile-skin-4.png") no-repeat; 

}

.nav > li > a {
    color: #d7d4d7;
    font-weight: 600;
    font-size:13px;
}
.nav-header .text-muted {
    color: white;
}
.nav-header a strong{
    font-weight:bold;
}
.top-navigation .navbar-brand{
    background-color:#0074b5;
}

.nav.navbar-signout > li > a {
    color: #676a6c;
}
.navbar-default .nav > li > a:hover, .navbar-default .nav > li > a:focus {
    background-color: #0074b5;
    color: white; 
}
.validation-error {
    border-color: #ED5565;
}

.sk-spinner-circle .sk-circle::before {
    background-color: #0074D9;
}
.row-space {
margin-top:5px;
}
.small-margin-bottom {
    margin-bottom:10px;
}
.ibox-title h2 {
    display: inline-block;
    /*float: left;*/

    margin: 0 0 7px;
    padding: 0;
    text-overflow: ellipsis;
}
.input-sm {
    font-size:12px;
}

.label-error {
    color: #ED5565; 
}

.alineaderecha {
    text-align:right;
}

.alineaizquierda {
    text-align:right;
}

.amplia-back {
    background-color:#0174DF;
    color:white;
}

.limitada-back {
    background-color:#2E9AFE;
    color:white;
}

.rc-back {
    background-color:#CEE3F6;
    color:gray;
}

.amplia-color {
    color:#0174DF;
}

.limitada-color {
    color:#2E9AFE;
}

.rc-color {
    color:#CEE3F6;
}

.activa-back {
    background-color:#04B431;
    color:white;
}

.cancelada-back {
    background-color:#B40404;
    color:white;
}

.activa-color {
    color:#04B431;
}

.cancelada-color {
    color:#B40404;
}

.particular-back {
    background-color:#AE8514;
    color:white;
}

.oficial-back {
    background-color:#181818;
    color:white;
}

.particular-color {
    color:#AE8514;
}

.oficial-color {
    color:#181818;
}