* {
    /*font-family: 'Nunito', sans-serif;*/
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #CCC;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

html,
body {
    margin: 0;
    height: 100%;
    position: relative;
}

.sideBarHeight {
	height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    width: 100%;
    height: 100% !important;
}

.fondoItesca {
    background: url(../imgs/3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.resalta {
    transition: transform .3s;
    transform: scale(1.1);
}

.backRed {
    background: #6b0909;
}

.manoPointer {
    cursor: pointer;
}

.divSeparator {
    padding-bottom: 110px;
}

#dvContainer {
    margin: 0 auto;
    max-width: 600px;
    min-width: 320px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (max-width:320px) {
    #dvContainer {
        width: 100%;
    }
}

@media screen and (max-width:640px) and (min-width:320px) {
    #dvContainer {
        width: 85%;
    }
}

@media screen and (max-width:800px) and (min-width:640px) {
    #dvContainer {
        width: 75%;
    }
}

@media screen and (max-width:1024px) and (min-width:800px) {
    #dvContainer {
        width: 65%;
    }
}

@media screen and (min-width:1024px) {
    #dvContainer {
        width: 50%;
    }
}

footer {
    clear: both;
    position: fixed;
    width: 100%;
    padding: 10px;
    bottom: 0;
    color: #FFF;
    font-size: 11px;
}

.alertOrientation {
    position: fixed;
    background-color: black;
    z-index: 1;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.imgCenterScreen {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
}


/*botón up*/

.boton-subir {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 24px;
    z-index: 2;
}

.boton-subir:hover {
    box-shadow: 0px 2px 10px 0px rgba(255, 255, 255, 0.75);
}

.boton-subir i {
    color: #fff;
    font-size: 1.5em;
    padding: 10px 10px 10px 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#tblKardex {
    background-image: url('../imgs/mesage.png');
}

.borderInferior {
    border-bottom: 2px solid white;
}

.main-head {
    height: 150px;
    background: #FFF;
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}

.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {
    .login-form {
        margin-top: 10%;
    }
    .register-form {
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }
    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }
    .login-form {
        margin-top: 80%;
    }
    .register-form {
        margin-top: 20%;
    }
}

.login-main-text {
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2 {
    font-weight: 300;
}

.MainNavBar {
	padding:15px;
}

.bg-active {
	background:#4E403F;
}

.list-group-item : hover{
	background:#333333;
}