/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif!important;
    background: #fafafa;
/* 	display: -ms-flexbox; */
/* 	display: -webkit-box; */
/* 	display: flex; */
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	background-color: #f5f5f5;
	font-size: 13px!important;
}

.imagen-login {
	position: absolute;
	z-index: 1;
	background: rgba(0,0,0,0.55);
	top: 0;
	width: 100%;
	height: 100%;
}

.imagen-login1 {
    position: absolute;
    z-index: 0;
    background-image: url(../images/bg.jpg) !important;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.imagen-video {
	position: absolute;
	z-index: 0;
	background: rgba(0,0,0,0.55);
	top: 0;
	width: 100%;
	height: 100%;
}

#main-video {
	z-index: 1;
	margin-top: 20em;
}

#main {
	z-index: 2;
	position: absolute;
}

#login {
	top: 50%;
    left: 50%;
  
    height:18em;
    margin-top: -15em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
    position:fixed;
}

#panel-video {
	margin-left: 3em;
	margin-right: 3em;
}

@media only screen and (max-width: 991px) {
   #panel-video {
    margin-left: 1em;
	margin-right: 1em;
	}
	#main-video {
	margin-top: 2em;
	}
	
}

.todologin {
	background-image: url(../images/bg.jpg) !important; 
	background-repeat: no-repeat,no-repeat;
	background-size: cover,cover;
	width: 100%;
	height: 100%;
}

.login{
	 background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #000;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
	
}

/*Modificaciones Bootstrap*/

.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	color: #555!important;
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*Fin Modificaciones Bootstrap*/

.navbar {
    padding: 15px 10px;
    background: #7C2529!important;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    display: block !important;
	
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 200px;
    max-width: 200px;
    background: #7C2529;
    color: #fff;
    transition: all 0.1s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    color: #FFF;
    text-decoration: none!important;

}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #7C2529;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #3F2021;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color:#FFF;
    text-decoration:none;
    cursor:pointer;
}
#sidebar ul li a:hover {
    color: #3F2021;
    background: #fff;
}
#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #3F2021;
}


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: #5A1C1F; */
}

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: #080808!important;
}

a.article, a.article:hover {
    background: #3F2021  !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
    width:100%;
}

.auth-form {
	padding: 3rem 2rem 2rem;
	max-width: 420px;
	border-radius: .25rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
	box-shadow: 0 2px 3px rgba(0,0,0,0.55);
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (min-width: 768px)
.auth-form {
    padding: 3rem 2rem 2rem;
    max-width: 420px;
    border-radius: .25rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
    box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
}


@media (max-width: 768px) {
    
	/*Modificaciones bootstrap*/
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #fff;
	}
	
	/*Fin bootstrap*/
	.auth-form {
		padding: 3rem 2rem 2rem;
		max-width: 420px;
		border-radius: .25rem;
		background-color: #fff;
		-webkit-box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
		box-shadow: 0 0 0 1px rgba(61,70,79,.05), 0 1px 3px 0 rgba(61,70,79,.15);
	}
	
	#login {
	margin: 10px;
    top: 1%;
    left: 1%;
  
    height: 9em;
	}
	
	#sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}
