.login-fondo
{
	position: absolute;
    width: 100%;
    height: 100%;
    background: #383A41;
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
    background-size: 100% 100%;
    background-image: url(../../images/login-bg.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    top: 0;
    padding: 0;
    margin-left: 0;
}
.login-caja {
    background: #f6f8f7;
    background: rgba(0,0,0,.6);
        background-repeat: repeat;
        background-attachment: scroll;
        background-image: none;
        background-size: auto;
    background-image: url(../../images/login-bg-blur.jpg);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    -o-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    width: 25em;
    min-width: 400px;
   	/*margin: 0 auto;*/
  	margin: 3em auto;
    -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border: 1px solid #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.login-logo {
    width: 260px;
    height: 83px;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 30px;
    background: url(../../images/logo_interventor.png) center center no-repeat;
        background-size: auto;
    background-size: 260px 83px;
    font-size: 0;
}
.topbar-logo {
    float: left;
    padding: 0.3em 1.5em;
    display: block;
    width: 11em;
}
.topbar-logo div.full {
    width: 144px;
    height: 46px;
    background: url(../../images/logo_interventor.png) top left no-repeat;
        background-size: 144px 46px;
    background-size: 144px 46px;
}
.footer-login {
  /*background: none repeat scroll 0 0 white;
  background-image: url(../../images/fondo.jpg);
  border-top: 1px solid #e7eaec;
  border-top: 1px solid #70c392;*/
  bottom: 0;
  left: 0;
  padding: 5px 15px 25px 15px;
  position: fixed;
  right: 0;
  color: white;
}
.footer {
  background: none repeat scroll 0 0 white;
  /*background-image: url(../../images/fondo.jpg);
  border-top: 1px solid #e7eaec;*/
  border-top: 1px solid #a0a0a0;
  bottom: 0;
  left: 250px;
  padding: 5px 15px 5px 15px;
  position: fixed;
  right: 0;
}
.sidebar {
    width: 250px;
}
:not([data-hidden]) + .bs-wrapper {

    margin-left: 250px;
}
:not([data-hidden]) + .bs-wrapper > .bs-fixedheader {
    width: calc(100% - 250px);
}
.bs-sidebarlogo {
	background-color: rgb(44, 62, 80);
}
.modal-header {
  /*background: #d9230f;*/
  background: #FF873C;
  color: #fff;
}
.modal-content {
	height: auto;
}

.modal .close {
  color: #fff;
  opacity: 1;
}
a {
    color: #FF873C;
}
a:hover, a:focus {
    color: #FCBF29;
}

.sidebar-menu.sidebar-menu a {
    color: #888888;
    text-transform: uppercase;
}

.sidebar-menu.sidebar-menu a:hover, .sidebar-menu.sidebar-menu a:focus {
    color: #FF873C;
}
.sidebar-menu li.active.active.active.active.active > a 
{
    background: #FF873C;
    color: white;
}
.panel-info {
    border-color: #ff873c;
}
.panel-info > .panel-heading {

    color: #ff3c3c;
    background-color: #db9e3480;
    border-color: #ff873c;

}
.btn-link {
    color: #217dbb;
    font-weight: bolder;
    border-radius: 0;

}
.btn-link:hover, .btn-link:focus {
    color: #217dbb;
}
.text-muted {
    color: #597ea2;
}