@font-face {
    font-family: sedicosa;
    src: url(../fonts/sedicosa.ttf);
}
@font-face {
	font-family: titulo;
	src: url(../fonts/title.otf);
}
@font-face {
	font-family: titulo-bold;
	src: url(../fonts/title-bold.otf);
}
@font-face {
	font-family: main;
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family:texto;
	src: url(../fonts/texto.ttf);
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {

    -webkit-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: rgba(0,0,0,0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(94,98,101,0.4);
}
resaltar{
	color:#000;
}

.barra-pestana{
	display:inline-block;
	position:fixed;
	background:none;
	width:100%;
	min-width:100px;
	margin-top:0px;
	overflow-x:scroll;
}
.barra-pestana-in{
	width:2500px;
}
.pestana{
	background:#0174DF;
	display:inline-block;
	float:left;
	width:80px;
	text-align:center;
	height:25px;
	margin-top:0px;
	margin-left:5px;
	padding-top:0px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	overflow: hidden;
	white-space: nowrap; /* Don't forget this one */
	text-overflow: ellipsis;

	z-index:1;
}
.pestana:hover{
	box-shadow:0px 1px 7px 2px rgba(200,200,200,0.5);
	background:#084B8A;
	z-index:2;
}
body{
	margin:0px;
	padding:0px;
	border:0px;
	overflow:hidden;
	min-height:20px;
	min-width:800px;
	font-family:main;
	font-size:14px;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
titulo{
	font-family:sedicosa;
	font-size:30px;
	color:#999;
}
.mBodyContainer{
	display:block;
	background:white;
	width:100%;
	min-height:100px;
	height:85%;
	margin-top:15px;
	position:fixed;
}
.cal-container{
	display:block;
	background:none;
	width:90%;
	height:15px;
}
.cal-week{
	display:inline:block;
	background:none;
	border: 0px solid;
	box-shadow:inset 0px 1px 15px 1px rgba(0,0,0,0.3);
	float:left;
	text-align:center;
	cursor:hand;
	font-family:main;
	color:#000;
	font-size:10px;
	height:15px;
}
.cal-week:hover{
	color:#fff;
	opacity:0.7;
}
info{
	font-size:12px;
}
#cuadro{
	display:block;
	background:none;
	padding-top:20px;
	padding-left:40px;
}
#plus-btn:hover{
	opacity:0.5;
	cursor:hand;
}
#home-btn:hover{
	opacity:0.5;
	cursor:hand;
}
#prov-btn:hover{
	opacity:0.5;
	cursor:hand;
}
#myhr{
    border: 0;
    height: 1px;
    background-color:#000;
    box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
}

#main{
	background:none;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
}
#main-title{
	background:none;
	display:inline-block;
	position:relative;
	width:100%;
	min-width:1000px;
	height:40px;
	min-height:40px;
	-webkit-user-select: none; /* Chrome/Safari */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	box-shadow:2px 1px 10px 0px rgba(0,0,0,.5);
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
	z-index:3;
}
#main-body{
	background:none;
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index:2;
}
#main-bottom{
	background:none;
	display:inline-block;
	position:fixed;
	bottom:0px;
	width:100%;
	height:40px;
	/*box-shadow:2px 1px 10px 0px rgba(0,0,0,.5);*/
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	min-height:40px;
	z-index:3;
}
#floater{
	float:left;
	height:50%;
	width:100%;
	margin-bottom:-150px;
}
#cuadro-login{
	clear:both;
	width:500px;
	height:250px;
	background:none;
	margin-left:auto;
	margin-right:auto;
	border:1px solid;
	border-radius:20px;
	border-color:#eee;
	box-shadow:5px 5px 35px rgba(0,0,0,.5);
}
#cuadro-login-upper{
	display:inline-block;
	width:*;
	background:none;
	margin-top:20px;
	margin-left:85px;
}
#loginSedicosaLogo{
	width:100px;
	background:none;
	float:left;
}
#loginSedicosatext{
	background:none;
	font-family: sedicosa;
	font-size:90px;
	color:#3A3A95;
	text-shadow: 1px 1px 5px rgba(0,0,0,.1);
	width:220px;
	height:*px;
	margin-top:-5px;
	padding-left:10px;
	float:left;
}
#loginText{
	background:none;
	font-family: titulo-bold;
	color:#999;
	height:35px;
	padding-left:40px;
	padding-top:5px;
	font-size:20px;
	margin-top:10px;
}
#cuadro-loggin-bottom{
	background:none;
	display:inline-block;
	width:350px;
	font-family: main;
	float:left;

}
#loggin-bottom-left{
	display:block;
	background:none;
	width:90px;
	padding-left:40px;
	float:left;
}
#loggin-bottom-right{
	display:block;
	background:none;
	width:220px;
	float:left;
	height:20px;
	padding-top:5px;
}
#cuadro-login-button{
	display:block;
	background:none;
	width:150px;
	float:right;
	height:50px;
	margin-top:-23px;
}
#cuadro-loggin-bottom-main{
	background:none;
	position:relative;
	display:inline-block;
	width:500px;
}
#background{
	display:block;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:900px;
	height:500px;
	background:#3A3A95;
	background-image:url("../img/diagrama.jpeg");
	background-size:900px 500px;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	border:none;
}

.login-button{
	background:white;
	border: 1px solid;
	border-radius:10px;
	border-color:#aaa;
	font-family: titulo-bold;
	font-size:15px;
	color:#999;
	width: 100px;
	height:50px;
	box-shadow: 2px 2px 5px rgba(0,0,0,.2);
}
.login-button:hover{
	color:#333;
	box-shadow: 2px 2px 5px rgba(0,0,0,.5);
	cursor:hand;
}
.input-text{
	border: 1px solid;
	border-color:#ccc;
	border-radius:3px;
	width:220px;
	height:25px;
}
textarea{
	border:1px solid;
	border-color:#ccc;
	border-radius:3px;
	width:400px;
}
input{
	outline: none;
}
textarea{
	outline:none;
}
form{
	background:none;
}
.Table
    {
        display: table;
    }
.Title
    {
        display: table-caption;
        text-align: center;
        font-weight: bold;
        font-size: larger;
    }
.Heading
    {
        display: table-row;
        font-weight: bold;
        text-align: center;
    }
.Row
    {
        display: table-row;
    }
.Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
.tooltip{
	font-family:titulo;
	font-weight:300;
	width:150px;
	position:absolute;
	z-index:1030;
	display:block;
	visibility:visible;
	font-size:12px;
	line-height:1.4;
	opacity:0;
	filter:alpha(opacity=0)
}

.tooltip.in{
	opacity:.9;
	filter:alpha(opacity=90)
}

.tooltip.top{
	margin-top:-3px;
	padding:5px 0
}

.tooltip.right{
	margin-left:3px;
	padding:0 5px
}

.tooltip.bottom{
	margin-top:3px;
	padding:5px 0
}

.tooltip.left{
	margin-left:-3px;
	padding:0 5px
}

.tooltip-inner{
	max-width:200px;
	padding:3px 8px;
	color:#fff;
	text-align:center;
	text-decoration:none;
	background-color:rgba(0,0,0,0.8);
	border-radius:4px
}

.tooltip-arrow{
	position:absolute;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid
}

.tooltip.top .tooltip-arrow{
	bottom:0;
	left:50%;
	margin-left:-5px;
	border-width:5px 5px 0;
	border-top-color:rgba(0,0,0,0.8);
}

.tooltip.top-left .tooltip-arrow{
	bottom:0;
	left:5px;
	border-width:5px 5px 0;
	border-top-color:rgba(0,0,0,0.8);
}

.tooltip.top-right .tooltip-arrow{
	bottom:0;
	right:5px;
	border-width:5px 5px 0;
	border-top-color:rgba(0,0,0,0.8);
}

.tooltip.right .tooltip-arrow{
	top:50%;
	left:0;
	margin-top:-5px;
	border-width:5px 5px 5px 0;
	border-right-color:rgba(0,0,0,0.8);
}

.tooltip.left .tooltip-arrow{
	top:50%;
	right:0;
	margin-top:-5px;
	border-width:5px 0 5px 5px;
	border-left-color:rgba(0,0,0,0.8);
}

.tooltip.bottom .tooltip-arrow{
	top:0;
	left:50%;
	margin-left:-5px;
	border-width:0 5px 5px;
	border-bottom-color:rgba(0,0,0,0.8);
}

.tooltip.bottom-left .tooltip-arrow{
	top:0;
	left:5px;
	border-width:0 5px 5px;
	border-bottom-color:rgba(0,0,0,0.8);
}

.tooltip.bottom-right .tooltip-arrow{
	top:0;
	right:5px;
	border-width:0 5px 5px;
	border-bottom-color:rgba(0,0,0,0.8);
}

.error{
	 background-color: #fee!important;
	 box-shadow:0 0 5px rgba(255, 51, 51, 1)!important;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.visible{
	-webkit-animation: fadein 5s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 5s; /* Firefox < 16 */
        -ms-animation: fadein 5s; /* Internet Explorer */
         -o-animation: fadein 5s; /* Opera < 12.1 */
            animation: fadein 5s;
}
.list-table{
	position:relative;
	display:block;
	background:none;
	height:auto;
	width:auto;
	text-align:center;
	top:0px;
}

div.table {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border: 0px solid black;
	display: table;
	border-spacing:1px;
}

div.tr {
	border: 0px solid #000;
	display: table-row;
	background:#efefef;
}
div.td {
	border: 0px solid #000;
	border-radius:5px;
	display: table-cell;
	vertical-align:middle;
	background:none;
	font-family:"Abel";
	height:auto;
	padding-left:10px;
	padding-right:10px;
}

div.td a{
	font-family:"Abel";
	font-size:15px;
	color:#000;
}

div.td a:hover{
	color:#888;
}

div.th{
	display: table-cell;
	background:#efefef;
	border: 1px solid #e7e7e7;
	border-radius:5px;
	padding-top:7px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
	font-family:"Fjalla One";
	color:#888;
	font-size:12px;
}

div.th:hover{
	background:#fff;
}

div.th a{
	vertical-align:middle;
	font-family:"Fjalla One";
}
