﻿/*para Menu*/
.Tema {
    color:#fff;
    font-size:30px;
    font-weight:700;
    text-shadow:1px 1px 1px #404040;
    text-align:center;
    display:block;
    /*margin-top:15px;*/
    margin-top:30px;
    padding-bottom:25px;
}
.version {
    color:#fff;
    font-size:24px;
    font-weight:700;
    text-shadow:2px 2px 2px #b7b7b7;
    text-align:center;
    display:block;
    margin-top:15px;
    padding-bottom:15px;
}
.btnToggle {
   display: block;
   width: 32px;
   height: 32px;
   background-image: url("../Imagenes/drawer.png");
   background-repeat: no-repeat;
   background-position: 4px 3px;
   color: #212121;
   font-size: 20px;
   z-index: 1000;
   float: left;
   position: absolute;
   left: 7%;
   top: 6%;
}
.slideMenu {
    display: block;
    width:20%;
    height:83.5%;
    opacity:.9;
    z-index: 1000;
    position:absolute;
    padding:0;
    margin:0;   
    border-right:1px solid #212121;   
    /*mas*/
    left:-500px;
}
.titMenu {
    color:#14305e;
    box-sizing:border-box;
    padding-top:10%;
    vertical-align:auto;
    font-weight:700;
    font-size:24px;
    text-align:center;
    width:100%;
    height:15%;
    border-bottom: 1px solid #fff;
}
.slideMenu > ul  {
    padding:0;
    margin:0;
}
.slideMenu > ul > li > a {
    text-decoration:none;
    height:100%;
    width:100%;
    color:#333333;
    font-weight:700;
    font-size:20px;
    padding-top:2px;
    text-align:center;
}
.slideMenu > ul>li {
    list-style:none;        
    width:100%;        
    height:40px; 
    padding-left:5%; 
    box-sizing:border-box; 
    cursor:pointer;
    text-align:center;
}
.slideMenu > ul>li:hover {      
    color:#000;
    background:#e1e7ea;
}


html, body {
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background:#ebeff1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header {
    width:100%;
    height:15%;/**/
    height:auto;
    background:#2193f3;
    border-top:10px solid #1976d2;
    border-bottom:10px;
}
.contenedor {
   padding:20px;
   width:100%;
   box-sizing:border-box;
   float:right;
}
.gridMaterial {       
    border:1.5px solid #dddddd;
    border-radius:3px;
    box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.6);
    background:#fff;
}
.colm {
    width:60%;
    height:130px;
    text-align:center;
    margin:auto;
    display:block;
    padding:0;
    position:static;
}
.lblTitleBuscar {
    width:100%;
    color:#2C3E50;
    font-size:24px;
    margin-top:22px;
}
.inputMaterialReg {
    width:80%;
    /*width:95%;*/
    margin-left:20px;
    margin-top:30px;
    box-sizing:border-box;
}

    /*normal*/
.inputMaterial {
    width:45%;
    /*width:95%;*/
    margin-left:20px;
    margin-top:30px;
    box-sizing:border-box;
}
.inputMaterial > label {
    float:left;
    font: bold .85em/1em Arial, Helvetica;
    color:#333333;
    margin-bottom:1px;
}
.inputMaterial > input {
    width:100%;
    padding: 6px 5px;
    border-radius:1px;
    border: 1px solid #c3c0c0;
}
.inputMaterial > input:hover {
    background: #f2f1f1;
}
    /*Avanzado*/
.inputAV {
    width:45%;
    margin-left:20px;
    box-sizing:border-box;
    float:left;
}
.inputAV > label {
    float:left;
    font: bold .85em/1em Arial, Helvetica;
    color:#333333;
    margin-bottom:1px;
}
.inputAV > input {
    width:100%;
    padding: 6px 5px;
    border-radius:1px;
    border: 1px solid #c3c0c0;
}
.inputAV > input:hover {
    background: #f2f1f1;
}
.btnBuscar {
    background:#2193f3;
    background-image: url("../buscar.png");/*agregado recientemente*/
    background-repeat: no-repeat;
    background-position: 10px 10px;
    width:45px;
    height:45px;
    border-radius:50%;
    bottom:16px;
    z-index:1000;
    float:right;
    display:inline-block;
    box-shadow:0 0 10px 1px #085aaa;      
    position: relative;
    margin-right:20px;
    /*para la rotacion*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;   
}
.btnNuevo {
   background:#2193f3;
   background-image: url("../add.png");
   background-repeat: no-repeat;
   background-position: 5px 5px;
   width:45px;
   height:45px;
   border-radius:50%;
   float:right;
   bottom:16px;
   z-index:1000;
   display:inline-block;
   box-shadow:0 0 10px 1px #085aaa;        
   position: relative; 
   margin-right:20px; 
   /*para la rotacion*/
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;       
}
.btnAvanzado {
    background:#2193f3;
    background-image: url("../avan.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    width:45px;
    height:45px;
    border-radius:50%;
    float:right;
    bottom:16px;
    z-index:1000;
    display:inline-block;
    box-shadow:0 0 10px 1px #085aaa;         
    position: relative;
    margin-right:20px;
    /*para la rotacion*/
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btnAvanzado:hover{
	opacity: 0.8;
    /*para rotar con el over*/
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.btnNuevo:hover{
	opacity: 0.8;
    /*para rotar con el over*/
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);        
}
.btnBuscar:hover{
   opacity: 0.8;
   /*para rotar con el over*/
   -webkit-transform: rotate(360deg);
   -moz-transform: rotate(360deg);
   -o-transform: rotate(360deg);
   -ms-transform: rotate(360deg);
   transform: rotate(360deg);
}
    
@media screen and (max-width: 720px){
   .colm {
       width:98%;
   }
   .slideMenu {
       width:35%;
   }
   .slideMenu > ul > li > a {
      font-size:14px;
   }
}
/**/
.inputs-group {
    position: relative;
    margin-bottom: 10px;
    width:90%;
    background:#fff;
}
.label {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 15px;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: 16px;
    left: 0;
}
.inputs{
   font-family: "Roboto";
   font-size: 16px;
   color: #212121;
   width: 100%;
   outline: none;
   padding: 10px;
   /*background: #fff;*/
   background: #fff;
   border: none;
   border-bottom: 2px solid  #7EC1F6;
}

.inputs:active, .inputs:focus{
   outline: none;
   border-bottom: 2px solid #2196F3;
   /*background: #ae5050;*/
}
.active{
  top: -5px;
  font-size: 12px;
  line-height:12px;
  color:#757575;
}

/**/
.app__panel {
    position: fixed;
    top: 0;
    height: 100%;
    width: 300px; 
    background-color: #f8f8f8;
    z-index: 1010; 
    overflow-y: auto;
    padding: 0 0px;
    }
    .app__panel[data-state=hidden] {
    left: -350px; 
    animation: slide-out 0.6s forwards; 
    }
    .app__panel[data-state=visible] {
    left: initial; 
    animation: slide-in 0.6s forwards;  
    }
    .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(6,26,38,0.1);
    z-index: 1009;
}
    /**para el movimiento*/
    @keyframes slide-in {
        0% {
            left: -300px;
        }

        100% {
            left: 0;
        }
    }

    @-webkit-keyframes slide-in {
        0% {
            left: -400px;
        }

        100% {
            left: 0;
        }
    }

    @keyframes slide-out {
        0% {
            left: 0;
        }

        100% {
            left: -400px;
        }
    }
.centrarContent {
    margin-top:10px;
    width:100%;
    text-align:center;
}
.img_User {
    width:70px;
    height:70px;
    border-radius:100%;
    position:relative;
    background:#b7b7b7;
}
.usuario_logueadoStudent {
    width:100%;
    height:40px;
    text-align:center;
    margin-top:15px;
    font-size:14px;
    font-weight:800;
    border-bottom:1px solid #898787;    
}
.usuario_logueado {
    width:100%;
    height:100px;
    text-align:center;
    margin-top:30px;
    font-size:14px;
    font-weight:800;
    border-bottom:1px solid #898787;    
}
.ul_menu {
    padding-top:20px;

}
.item {
    width:100%;
    height:30px;
    list-style:none;
    padding-left:15px;
}
.item >a {
    width:90%;    
    font-size:16px;
    position:absolute;
}
.item > a > span {
    margin-right:10px;
}

/*menu marvin*/
.menu-lateral{
	width: 100%;
}

ul{
	list-style: none;
}

.menu-lateral li a{
	color: #494949;
	display: block;
	padding: 15px 20px;
	background: #f8f8f8;
    font-size:16px;
}

.menu-lateral li a:hover{
	background: #1a95d5;
	color: #fff;
}

.menu-lateral .icono{
	font-size: 12px;
	line-height: 18px;
}

.menu-lateral .icono.izquierda{
	float: left;
	margin-right: 10px;
    
}

.menu-lateral .icono.derecha{
	float: right;
	margin-left: 10px;
}

.menu-lateral ul{
	display: none;
}

.menu-lateral ul li a{
	background: #424242;
	color: #e9e9e9;
}

.menu-lateral .activado > a{
	background: #1a95d5;
	color: #fff;
}

