﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

#btn-sesion {
	background-color:#00a5ff !important;
	border: solid 1px #00a5ff;
	color:#FFF;
	margin-left:100px !important;
}
.Style-div{
	text-align:center;
	margin: 10px auto;
	margin-top: 10px;
	line-height: 100%;
	font-size: 14px;
	line-height: 19.99 PX;
	padding-left: 15px;
	padding-right: 15px;
	
	width: 400 px;
	
	
}

.Form-is{
	width: 302px;
	height: 30px;
	padding: 6px 12 px;
	font-size:14px;
	color:#555555;
	vertical-align:middle;
	background-color:#FFF;
	border: 1px solid #cccccc;
	moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0px 1px 1px rgna (0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-ouy 0.15s, box-shadow ease-in-out 0.15s;

}

.refreshlink {
    font-size:small;
}


.highlighter {
    color:green;
}


body {
    background-repeat:repeat-x;
    background-color: #EEE;
}

.logo_doit {
    width:120px;
    margin: 3px 0px;
}

.navbar-inverse {
    background-color: #FFF;
}

div.menu_principal {
    height: 100px;
    margin-top:20px;
    margin-bottom:20px;
}

div.boton {
    width: 130px;
    height: 100px;
    float: left;
    -webkit-transition: height .4s;
}

div#activo{
 background-color: rgb(45,56,67);
 border-radius:10px;
}

img.icon{
 display: block;
 margin:5px auto;
 width:60px;
 padding:10px;
 -webkit-border-radius: 50%;
 -webkit-box-shadow: 0px 0px 0px 30px rgba(255,255,255,0);
 -webkit-transition:box-shadow .4s;
}

p.texto{
 font-size: 1.0em;
 color:white;
 text-align: center;
 margin-top:-10px;
 opacity: .7;
 -webkit-transition: padding-top .4s;
}
/*
div.menu_principal:hover{
 height:250px;
}

div.menu_principal:hover p.texto{
 padding-top: 30px;
 opacity: 1;
}*/

div.contenedor:hover img.icon{
 -webkit-box-shadow:0px 0px 0px 0px rgba(255,255,255,.6);
}

.contenido {
    background-color:#FFF;
    border-radius:20px;
    padding:20px;
}

.tb-info {
    border: 1px solid #CCC !important;
}

.tb-info th {
    background-color: #425363;
    color: #FFF;
}

.txt-azul a {
    color: #425363 !important;
}

.txt-naranja a {
    color: #d25d12 !important;
}

/*.dataTables_length{
    visibility:hidden !important;
    
}



.TableD_length{
    visibility:hidden !important;

}*/
