@import url('https://fonts.googleapis.com/css?family=Roboto');
@font-face{
	src:url(https://fonts.googleapis.com/css?family=Roboto);
	font-family:Roboto;
}
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	font-family:Roboto;
}	
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #fff;
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 50px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
	overflow-y: scroll;
}
.sidenav::-webkit-scrollbar {width: 10px;}
.sidenav::-webkit-scrollbar-track {background-color:#fafafa;}
.sidenav::-webkit-scrollbar-thumb {border-radius:6px;background-color:#ddd;}


/* The navigation menu links */
.sidenav p,.sidenav a {
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    display: block;
	color: #818181;
    transition: 0.3s;
}
.sidenav p {
    font-weight:700;
}
.sidenav li ul li{
	text-indent:10px;
}
li{
	color: #818181;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #2c4537;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 50px;}
    .sidenav a {font-size: 14px;}
}
#open-arrow{
	overflow:hidden;
	margin:28px 17px;
	font-size:30px;
    color:#818181;
	position:absolute;
    top:0;
    left:0;
}
#open-arrow:hover{
    color:#333;
}
.volanta{
	font-size:14px;
}
table{
	width:100%;
}
#main-title{
	background-color:#fafafa;
	padding:17px 17px 16px 17px !important;
	border-bottom:1px solid #e6e6e6;
}
#main-title #table103{
	width:98%;
	float:right;
}
#mySidenav li{
	border-bottom:1px solid #e6e6e6;
}
#mySidenav li ul li{
	border-bottom:0;
}
#table1114 td{
	color:#2b3a2e;	
}
#table1114 tr:nth-child(1){
	background-color:#c5dccf;	
}
#table1044{
	
}
#table1044 td{
	/*vertical-align:top;*/
}
#table1117 a,#table1114 a,#table1117 p,#table1114 p{
	color:#2b3a2e;
}
#table103 td:nth-child(2){
	text-align:right;
	padding-right:6px;
}
#table103 p{
	padding:0;
}
#table99 td,#table100 td{
	padding:0;
}
#table5 p{
	padding:0;
}
#table1030 tr:nth-child(2){
	background:#F0F0F0;
}
#table1030 tr:nth-child(4){
	background:#F0F0F0;
}
#table1030 tr:nth-child(6){
	background:#F0F0F0;
}
#table1030 tr:nth-child(8){
	background:#F0F0F0;
}
p{
	font-size:14px;
	color:#c3c3c3;
	padding:10px;
}
td{
	padding:4px;
	vertical-align:middle;
}
#table1047 input,#table1027 input,#table1044 input,#table1045 input,#table1113 input,#table1030 input,#table1026 input{
	padding:10px;
	border-radius:4px;
	width:100%;
	border:1px solid #ddd;
}
input[type="checkbox" i]{
	width:auto !important;
}
#table1030 img{
	width:100px !important;
}
#table1030 td{
	text-align:center;
}
#table1030 tr>td:first-child{
	width:200px !important;
}
#table1030 tr>td:nth-child(2){
	width:200px !important;
}
#table1030 tr>td:first-child p{
	font-weight:700;
	color:#333;
}
input[type="radio" i]{
	width:auto !important;
}
iframe,#edicion-archivo img{
	width:100%;
}
.celda-dias{
	width:20px !important;
	margin:0 10px 0 0;
}
.celda-horas{
	width:52px !important;
}
#table1047 select,#table1027 select,#table1045 select{
	padding:9px;
	border-radius:4px;
	width:100%;
	border:1px solid #ddd;
}
#edicion-archivo #table1027 select{
	height:unset !important;
	width:100% !important;
}
#table1027 select{
	height:38px !important;
	width:170px !important;
}
#table1047 textarea,#table1027 textarea{
	padding:9px;
	border-radius:4px;
	width:100%;
	border:1px solid #ddd;
}
#login-button{
	margin-bottom:22% !important;
}
.titulo-seccion{
	color:#2b3a2e;
	font-size:18px;
	padding:0;
}
.fondo-titulo-seccion{
	background-color:#c5dccf;
}
.boton-volver{
	display:block;
	text-align:right;
}
.boton-volver .svg-inline--fa.fa-w-16{
	color:#2b3a2e !important;
}
.button{
	border:0 !important;
	background:linear-gradient(whitesmoke,#dadada);
	text-align:center;
	color:#666;
	font-weight:700;
	cursor:pointer;
	box-shadow:inset 1px 0 #fff;
    -webkit-box-shadow:inset 1px 0 #fff;
    -moz-box-shadow:inset 1px 0 #fff;
	padding:10px 20px;
	display:block;
}
.button:hover{
	background:#dadada;
	color:#333;
}
.button:active{
	background:#ccc;
}
td.logo{
	position:relative;
}
@media(max-width:719px){
	td.logo{
		padding-left:10px !important;
	}
	.logo p{
		right:0;
	}
	.logo img{
		width:100%;
	}
}
td.logo p{
	font-size:10px;
	color:#bbb;
	text-transform:uppercase;
	position:absolute;
	text-align:right;
	bottom:-4px;
	width:195px;
	font-family:calibri;
}
.menu-seccion-boton a,.accordion svg{
	font-size:28px;
	color:#c3c3c3;
}
#table1043 svg{
	font-size:28px !important;
	color:#fff;
}
footer{
	display:table;
	padding:.6em 0 .4em 0;
	margin:auto;
}
footer p{
	display:table-cell;
	vertical-align:middle;
	padding:0 2px;
	font-size:12px;
}
footer img{
	display:table-cell;
	width:20px;
	float:right;
}
.svg-inline--fa.fa-w-16 {
    width: 0.8em;
}
#iframe-principal{
	width:100%;
	height:533px;
}
@media(min-width:1280px){
	#iframe-principal{
		height:calc(100vh - 125px);
	}
}