html,
body {
    height: 100%;
}

@media(min-width:1900px){
    .container{
         width:1800px !important;
    }
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 60px 5px 5px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.navbar{
    border-radius: 0px !important;
    background-color: #009045 !important;
    border-color: #009045 !important;
    color: #000000 !important;
}



.navbar li a, a:hover{
    color: white !important;
}

.navbar-inverse .navbar-brand{
    color: white !important;
}

.navbar-nav li .dropdown-menu{
    background-color: #009045 !important;
}

a.navbar-brand{
    color:#fff !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: rgba(0, 0, 0, 0.9) !important;
}



.btn-success{
    background-color: #18bc9c !important;
    border-color: #18bc9c !important;
}

.dropdown-menu li a:hover{
    background-color: rgba(0, 0, 0, 0.9) !important;
    color:white !important;
    
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: rgba(191, 4, 17, 0.6) !important;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
   background-color: rgba(0, 0, 0, 0.9) !important;
}

.nav > li > a:hover, .nav > li > a:focus{
    background-color: rgba(0, 0, 0, 0.9) !important;
}

.loader {
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  border-top: 3px solid #393B79;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite; /* Safari */
  animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.field-cgmfronteramedidor-0-modelo-input,
.field-cgmfronteramedidor-0-serial-input,
.field-cgmfronteramedidor-1-modelo-input,
.field-cgmfronteramedidor-1-serial-input,
.field-cgmtransformadorfrontera-0-transformador_id-input,
.field-cgmtransformadorfrontera-1-transformador_id-input,
.field-cgmtransformadorfrontera-2-transformador_id-input,
.field-cgmtransformadorfrontera-3-transformador_id-input,
.field-cgmtransformadorfrontera-4-transformador_id-input,
.field-cgmtransformadorfrontera-5-transformador_id-input{
    display:none;
}

.sinreport label,.conreport label {
    font-weight: normal;
}

.titulos{
    font-weight: bold !important;
    color: #393ba4 !important;
    font-size:1.3em;
    margin-top:15px;
}


.fondogris{
    padding: 15px;
    margin-left:0px !important;
    margin-right:0px !important;
    border-bottom: 1px dotted darkgrey;
}

.borderbtm{
    border-bottom: 1px solid #f5f5f5;
}


.label-interno{
    font-weight: 300 !important;
}

.marginspace_btm{
    margin-bottom: 10px;
}


.letsize{
    font-size:1.2em;
    color: #330099 !important;
}


.fases{
    color: rgb(105, 105, 105);
    font-weight: bold;
    font-size: 17px;
}

.medidores{
    border-radius: 5px;
    border:1px solid #ccc;
}

.subtitulos{
    color:#393B79 !important;
}

.btn-wmsasyellow{
  background-color: #D0D816 !important;
  line-height: 1.2em;  
  border-color:   #D0D816 !important;
}

.redondeado {
    border-radius: 50%; 
    height: 50px; 
    width: 50px;}


.logout{
    color: rgba(0, 4, 17, 1) !important;
}


.datacritica_rojo{
    background-color:rgba(255, 19, 52, 0.2);
    padding:2px !important;
    text-align:center;
    vertical-align:middle !important;
}

.datacritica_verde{
    background-color:rgba(0, 170, 71, 0.2);
    padding:2px !important;
    text-align:center;
    vertical-align:middle !important
}


.datacritica_amarillo{
    background-color:rgba(255, 202, 143, 0.2);
    padding:2px !important;
    text-align:center;
    vertical-align:middle !important
}

.modal-header{
    background-color: #038C3E !important;
    color: whitesmoke;
}

.testcheck{
    padding: 2px 2px;
    width: 33.33%;
}

.subtitle_hv{
    color:#393ba4 !important;
    font-weight: normal !important;
    font-size:1em !important;
    padding: 10px 20px 0px 20px
}

.modal-body h3{
    color: darkolivegreen;
    border-bottom: dotted 0.5px darkolivegreen;
    font-size:1.5em !important;
}

.setgridview tr:hover{
background-color: rgba(0, 170, 71, 0.1) !important;
}

.plectura{
    margin: 0 0 2px;
}

.mb-2{
    margin-bottom: 4px;
}


.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 4px !important;
}