/*
Copyright (c) 9/07/2019, vxt - vxt
Todos los derechos reservados. El uso no autorizado de este programa está
estrictamente prohibido sin la autorización previa y por escrito del autor.
*/
/* 
    Created on : 9/07/2019, 11:33:14 AM
    Author     : Fernando García - fgarcia@novasys.com.mx
*/

html, body, header, .view {
    height: 100%;
}

.navbar {    
    background-color: rgba(0,0,0,.20);
}
.top-nav-collapse {
  background:-webkit-linear-gradient(#2E3192,#3698D4);
}
@media (max-width: 740px) {
    html, body, header, .view {
        height: 1000px;
    }
}

@media (min-width: 800px) and (max-width: 850px) {
    html, body, header, view {
        height: 650px;
    }
}
@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331!important;
    }
}
