
@font-face {
    font-family: 'Roboto', sans-serif;
    src: url('../font/Roboto-Medium.eot'); /* IE9 Compat Modes */
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/Roboto-Medium.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/Roboto-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('../font/Roboto-Medium.ttf')  format('truetype') /* Safari, Android, iOS */
}


body
{
    background: url('../util/fondo_p.png');
    background-size: 100%;
    font-family: Roboto, sans-serif;
    font-size: 0.9em;
    overflow-x: hidden;
}
.lcabecera
{
    width: 100%;
    height: 10px;
    background: #175783;
}
.lcabecerab
{
    width: 100%;
    height: 10px;
    background: #175783;
    margin-top: -66px;    
    position: absolute;
}
.lverde
{
    padding-left: 30%;
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: inline-block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #6EB744;
    height: 0;
    float: right;
}
.login
{
    padding: 5% 18% 5% 18%;
    background-color: transparent !important;
    border: none;
}
.panel-body
{
    border: 1px solid #dddddd;
    border-radius: 5px;
    background-color: #fff;
}

.panel {
    background-color: transparent !important;
    border: none !important;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.00) !important;
    box-shadow: 0 1px 1px rgba(0,0,0,.00) !important;
}
footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: #EBEBEB;
    text-align: center;
    padding-top: 10px;
    color:#175783;
}
.btn-success {
    color: #fff;
    background-color: #6EB744;
    border-color: #6EB744;
}
.btn-success:hover {
    color: #fff;
    background-color: #009C40;
    border-color: #009C40;
}
.subtitle
{
    color:#005A80;
    font-family: Roboto, sans-serif;
}
.l_logo
{
    float:left;
    padding-right: 10px;
    border-right: 2px solid #6EB744;
}
.span_l_logo
{
    color: #005A80;
    margin: 0px;
    padding-left: 5px;
    padding-top: 10px;
}
.span_l_contingencia
{
    color: #EC0707;
    margin: 0px;
    padding-left: 5px;
    padding-top: 10px;
}
.navbar-brand
{
  padding: 8px;
  width: 320px;
  margin-top: 10px; 
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color: #6EB744;
}
.fa
{
    color:#6EB744;
    padding-top: 5px;
}
.navbar-default
{
  background-color: transparent; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{ 
    color: #005A80;
    font-family: Roboto, sans-serif !important;
}
.btn {
    font-size: 1.0em;
}
.btn-primary {
    color: #fff;
    background-color: #005A80;
    border-color: #005A80;
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    color: #005A80;
    background: #efeff0;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #d9d9d9;
}

label {
    font-family: Roboto, sans-serif;
    font-weight: 400 !important;
    color: #005A80 !important;
}
.glyphicon-calendar:before {
    color: #005A80;
}
.btn_verde
{
   background: #6EB744 !important; 
   color:#fff !important;
}
.btn_rojo
{
    background: #F7AE2D !important;  
    color:#fff !important;
}
.btn_user
{
    background: #005A80;
    padding: 3px 0px 3px 0px;
    color: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}


.navigation .pagination .current
{
    color:#6EB744 !important;
    font-size: 16px;
    font-weight: bold;
}
a 
{
  color: #005A80;  
}
.dropdown-menu>li>a {
    color: #005A80;
}


/* ----------------------- menu left ---------------------*/

.menuleft
{
    color: #005A80;
    font-size: 15px;
    /* font-weight: bold; */
    font-family: Roboto, sans-serif;
    margin-left: 5px;
    /*height: 23px;*/
}
.menuleftsub
{
    color: #005A80;
    font-size: 12px;
    /* font-weight: bold; */
    font-family: Roboto, sans-serif;
    margin-left: 15px;
    height: 23px;
}
.mat-expansion-panel-body {
    
    padding: 0px !important;
}

.mat-expansion-indicator::after
{
    color: #6EB744 !important;
}

.mat-expansion-panel-header {
    padding: 0px 5px 0px 23px !important;
}

.mat-expansion-panel:not([class*=mat-elevation-z]) {
box-shadow: 0 10px 9px -8px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12) !important;
}

.itemMenu {
    margin: 0px 0 0px 10px !important;
    border-radius: 5px !important;
    border-top: 1px solid #1f5783 !important;
    padding: 10px 0px 5px 10px !important;
}

.divForm
{
    margin-top: 0px !important;
    padding-right: 25px !important;
}

.inputFecha
{
  display: initial !important;
    width: 80% !important;  
}

.Rechazado
{
    color: #dd4b39;
}

