.body {
    font-family: 'Dosis', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.body.modal-open {
    overflow: hidden;
    position: fixed;
}
.page-header {
    font-family: 'Dosis', sans-serif;
}

.navbar {
    min-height: 30px;
    border-radius: 0px;
}

.navbar-default {
    background-color: #3A4A00;
    margin: 0;
    margin-bottom: 2px;
}

.navbar-default
.navbar-nav>li>a {
    color: #BBB600;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 24px;
}

.navbar-default
.navbar-nav>li>a:focus {
    color: #ffffff !important;
}

.navbar-default
.navbar-nav>li>a:hover {
    color: #ffffff !important;
}

.navbar-collapse {
    background-color: #3A4A00;
}

.dropdown-menu {
    background-color: #3A4A00;
}

.contenedor {
    margin-top: -2px;
    padding-top: 10px;
    border-top: solid;
    border-top-width: 2px;
    border-color: #3A4A00;
}

.side-menu-container {
    background-color: #DEDFCF;
    height: 100%;
}

.ui-menu.ui-widget {
    width: 100%;
    border: 0px;
    background-color: #DEDFCF;
    background: #DEDFCF none repeat scroll 0 0;

    margin-top: -0.2em;
    margin-left: 1em;
}

.ui-menu.ui-widget a {
    color: #394A00;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px !important;
}

.ui-menu.ui-widget li>.ui-menuitem-link.ui-state-hover {
    background-color: #C6Ca96;
    font-size: 20px;
    border: 1px;
    border-width: 2px;
    border-color: #3A4A00;
    background-image: linear-gradient(to bottom, #C6ca96, #C6Ca96);
    border-radius: 5px !important;
}

.ui-widget {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}

.ui-inputfield, .ui-widget input {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}

.ui-widget-header {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 14px;
    background-color: #DFDFD0;
    color: #394A00;
    font-weight: 500;
    border: 0px;
}

.col-md-4 {
    vertical-align: middle;
}

.well {
    background-color: #f7f8f3;
    border: 1px solid #dedfcf;
}

.footer {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #FFFFFF;
    font-size: 16px;
    border-style: solid;
    border-color: #3A4A00;
    border-width: 3px;
    background-color: #3A4A00;
    position: fixed;
    left: 0px;
    bottom: 0px;
    margin-top: -40px;
    height: 68px;
    width: 100%;
    padding-top: 8px;
}

.amarilla {
    color: #d9a300;
    font-size: 16px;
}

.panel-proyecto {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #000000;
    font-size: 16px;
}

.panel-presupuesto {
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    color: #BBB600;
    font-weight: 700;
    font-size: 16px;
}

.titulo {
    width: 100%;
    color: #3A4A00;
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 500;
    border-right: solid;
    border-width: 3px;
    border-color: #BBB600;
    padding-right: 10px;
    text-align: right;
}

.logopie {
    border-left: solid;
    border-width: 2px;
    border-color: #ffffff;
    padding-left: 5px;
    padding-top: 2px;
}

.pull-right {
    padding-right: 5px;
}

.dropdown-menu>li>a {
    color: #ffffff !important;
}

.form-signin, .form-control {
    padding: 5px;
    margin-top: 5px;
}

#loginForm {
    margin-top: 20px;
}

.dashboard-panel {
    background-color: #EDEDE5;
    padding: 0px;
    margin: 10px;
}

.ui-widget-content a {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    color: #ffffff;
}

.ui-layout-unit-header {
    background-color: #DFDFD0;
    background: #DFDFD0 none repeat scroll 0 0;
    border: 0px;
    margin-bottom: 0px;
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0px;
}

.ui-panel, .btn {
    padding: 0 !important;
}

.ui-selectonemenu {
    padding-right: 0px;
}

.form-group {
    margin-bottom: 5px;
    padding-top: 5px;
}

.ui-panel .ui-panel-content {
    padding: .4em 1em !important;
}

.boton-naranja {
    border-color: #D9A300;
    background-color: #D9A300;
    font-size: 18px !important;
    font-weight: 500;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.boton-naranja:hover, .boton-naranja:active, .boton-naranja:focus {
    background-color: #BBB600 !important;
    border-color: #BBB600 !important;
}

.boton-agrega {
    font-weight: 600 !important; 
}

.boton-naranja2 {
    border-color: #D9A300;
    background-color: #D9A300;
    font-size: 16px !important;
    font-weight: 500 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.boton-amarillo {
    border-color: #FFCC00;
    background-color: #FFCC00;
    font-size: 16px !important;
    font-weight: 500 !important;
    align-content: center;
    align-self: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.boton-naranja2:hover, .boton-naranja2:active, .boton-naranja2:focus {
    background-color: #BBB600 !important;
    border-color: #BBB600 !important;
}

.boton-rojo {
    border-color: #D96D00 !important;
    background-color: #D96D00 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}

.boton-rojo:hover, .boton-rojo:active, .boton-rojo:focus {
    background-color: #D9A300 !important;
    border-color: #D9A300 !important;
}

.boton-verde {
    border-color: #BBB600;
    background-color: #BBB600;
    font-size: 18px !important;
    font-weight: 500 !important;
    border-radius: 5px;
    margin: 0px;
}

.boton-verde:hover, .boton-verde:active, .boton-verde:focus {
    background-color: #D96D00 !important;
    border-color: #D96D00 !important;
}

.boton-verde2 {
    border-color: #BBB600;
    background-color: #BBB600;
    font-size: 16px !important;
    font-weight: 500 !important;
    align-content: center;
    align-self: center;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.boton-verde2:hover, .boton-verde2:active, .boton-verde2:focus {
    background-color: #D96D00 !important;
    border-color: #D96D00 !important;
}

.boton-cuadrado {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.boton-icono {
    height: 26px;
    font-size: 20px;
}

.label-default {
    width: 20px !important;
    display: inline-block;
    background-color: #003366;
}

.label-primary {
    width: 20px;
    display: inline-block;
    background-color: #00664C;
}

.label-success {
    background-color: #B2B200;
}

.label-cancelada {
    background-color: #AAAAAA;
    align-content: center;
    font-size: 14px;
}

.label-pagada {
    background-color: #004C66;
    align-content: center;
    font-size: 14px;
}

.label-contabilizada {
    background-color: #555555;
    align-content: center;
    font-size: 14px;
}

.label-aclaracion {
    background-color: #400000;
    align-content: center;
    font-size: 14px;
}

.label-cancelada {
    background-color: #AAAAAA;
    align-content: center;
    font-size: 14px;
}

.label-aprobada {
    background-color: #698C00;
    align-content: center;
    font-size: 14px;
}

.label-comprobada {
    background-color: #698C00;
    align-content: center;
    font-size: 14px;
}

.label-pendiente {
    background-color: #D96D00;
    font-size: 14px;
    align-content: center;
}

.label-doumentos {
    background-color: #E4EF0A;
    font-size: 14px;
    align-content: center;
}

.label-warning {
    align-content: center;
    font-size: 14px;
    background-color: #D96D00;
}

.label-sin-comprobar {
    align-content: center;
    font-size: 14px;
    background-color: #D90000;
}

.label-parcial {
    align-content: center;
    font-size: 14px;
    background-color: #D9A300;
}

.label-solicitada {
    align-content: center;
    font-size: 14px;
    background-color: #D9A300;
}

.label-danger {
    align-content: center;
    font-size: 14px;
    background-color: #D90000;
}

.label-black {
    align-content: center;
    font-size: 14px;
    background-color: #000000;
}

.form-signin {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#imgcabeza img {
    max-width: 95% !important;
    float: right;
}

.ui-selectonemenu {
    padding-right: 0px !important;
    min-width: 210px !important;
}

.ui-inputfield {
    padding-left: 10px !important;
}

.ui-selectonemenu-trigger {
    width: 25px !important;
}

.ui-selectonemenu-label {
    padding-left: 3px;
}

.label {
    font-weight: normal !important;
    padding: .2em .4em .2em !important;
}

.boton-margen {
    margin-left: 15px;
}

.ui-dialog-title {
    font-size: 20px !important;
    font-weight: 500 !important;
}

.btnborra {
    width: 36px;
    align-content: center;
}

.ui-icon-closethick {
    background-color: #D96D00 !important;
    color: #ffffff !important;
}

.ui-state-highlight {
    background: #C6CA96 !important;
}

.container {
    width: 100% !important;
}

.ui-growl {
    right: 500px !important;
    top: 200px !important;
}

.linea-titulo {
    display: flex;
    align-items: center;
}

.login>a {
    color: #D9A300;
    text-align: center;
}

.login {
    text-align: center;
    font-size: 12px;
    margin-top: 15px;
}

#logo {
    float: left;
}

.boton-edita {
    background-color: #BBB600 !important;
    border-color: #BBB600 !important;
}

.boton-borra {
    background-color: #D96D00 !important;
    border-color: #D96D00 !important;
}

.ui-column-title {
    font-size: 1em !important;
}

.plan-table-no-header thead {
    display: none;
}

