/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    background: #fafafa;
}


a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
 background-color: #072A3A;
  border-color: #2980b9;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

<!-- Tamaņo Modales -->
#mdialTamanio60{
  width: 65% !important;
}

#mdialTamanio70{
  width: 70% !important;
}

#mdialTamanio75{
  width: 75% !important;
}

#mdialTamanio80{
  width: 80% !important;
}

#mdialTamanio55{
  width: 55% !important;
}

#mdialTamanio85{
  width: 85% !important;
}

#mdialTamanio90{
  width: 90% !important;
}

#mdialTamanio95{
  width: 95% !important;
}

#mdialTamanio100{
  width: 100% !important;
}


<!-- Tamaņo Modales -->
.navbar-default {
  background-color: #072A3A;
  border-color: #2980b9;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ecdbff;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ecdbff;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ecdbff;
  background-color: #072A3A;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ecdbff;
  background-color: #072A3A;
}
.navbar-default .navbar-toggle {
  border-color: #2980b9;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #2980b9;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ecdbff;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ecdbff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ecdbff;
    background-color: #2980b9;
  }
}


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #333;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #072A3A;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #072A3A;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #072A3A;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #252525;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #072A3A;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #7386D5;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}


/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 2px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}


.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }
body{ background: #EDECEC; padding:50px}

/* ---------------------------------------------------
    Alertas STYLE
----------------------------------------------------- */

.bg-aqua, .callout.callout-info, .alert-info, .modal-info .modal-body {
    background-color: #072A3A !important;
}

.alert-info {
    border-color: #072A3A;
}

.btn-info {
    color: #fff;
    background-color: #3C8DBC;
    border-color: #3378A2;
}

.label-info {
    background-color: #5bc0de;
}

.label-infosecundario {
    background-color: #CCCCCC;
}

.bg-green, .callout.callout-success, .alert-success, .modal-success .modal-body {
    background-color: #dff0d8 !important;
}

.alert-success {
    border-color: #d6e9c6;
}

.label-success {
    background-color: #5cb85c;
}

.texto-fondo-success {
    color: #fff;
    background-color: #548135;
}

.bg-yellow, .callout.callout-warning, .alert-warning, .label-waring, .modal-warning .modal-body {
    background-color: #fcf8e3 !important;
}

.alert-warning {
    border-color: #faebcc;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .modal-danger .modal-body {
    background-color: #f2dede !important;
}

.label-danger {
    background-color: #d9534f;
}

.alert-danger, .alert-error {
    border-color: #ebccd1;
}

.li, .user-header{
 background-color: #072A3A;
}

.panel-info>.panel-heading {
    color: #FFFFFF;
    background-color: #072A3A;
    border-color: #072A3A;
}

.h5, h5 {
    color: #FFFFFF;
    background-color: #072A3A;
    border-color: #072A3A;
    font-size: 14px;
}

.contenedor{
    position: relative;
    display: inline-block;
}
 
.texto-encima{
    position: absolute;
    top: 10px;
    left: 10px;
}
.centrado{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;	
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

  .form-horizontal .control-label {
    text-align:left;
    margin-bottom: 0;
    padding-top: 7px;
  }
  
  .form-horizontal .control-text {
    text-align:left;
    margin-bottom: 0;
    padding-top: 7px;
  }  
  
  .mb-0, .my-0 {
    margin-bottom: 0!important;
}

.container_largo {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 20px;
    margin-left: 20px;
}


.table-negro>thead>tr>th, .table-negro>tbody>tr>th, .table-negro>tfoot>tr>th, .table-negro>thead>tr>td, .table-negro>tbody>tr>td, .table-negro>tfoot>tr>td {
    border: 1px solid #000000;
}

.table-bordered_negro {
    border: 1px solid #000000;
}

.nav-pills { border-bottom: 2px solid #DDD; }

.nav-pills>li.active>a, .nav-pills>li.active>a:hover {
    background-color: #337ab7;
    border-top-color: #337ab7;
    color: #fff;
}


.fila_uno{
	background:white;
	padding: 3px 4px 3px;
}
.fila_dos{
	background:#ecf0f1;
	padding: 3px 4px 3px;
}

.columna_uno{
	background:#CCCCCC;
	padding: 3px 4px 3px;
}

tr:hover td{
 background:#A5CBE2; 
/* background: #AC2315; */
}


.small-box>.small-box-footer {
    position: relative;
    text-align: center;
    padding: 7px 0;
    color: #fff;
    color: rgba(255,255,255,0.8);
    display: block;
    z-index: 10;
    background: rgba(0,0,0,0.1);
    text-decoration: none;
}


.btn-default-gris {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}


.textarea {
    background-color:#FAFAFA;
    border:#EFEFEF solid 1px;
    color:#333;
    height:150px;
    width:100%;
}


/* richtext custom style */
.richText {
    margin-top: 40px;
    -webkit-box-shadow: 0 0 20px 0 #999;
    -moz-box-shadow: 0 0 20px 0 #999;
    box-shadow: 0 0 20px 0 #999;
}

.texto_azul {
    margin-bottom: 0;
    padding-top: 7px;
    color: #003399;
}