.background {
	/*background: url('/static/images/b0.jpg') no-repeat center center fixed;*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logincontainer {
	background: #fff;
	/*position: center;*/
	right: 0;
	/*float: right;*/
	height: 100%;
	width: 800px;
	margin: 0;
	padding: 0;
	z-index: 1;
	overflow-y: auto;
	overflow-x: auto;
}

a:hover {
	text-decoration: none;
}

.item-menu:hover {
	color: grey;
}

.item-menu {
	color: white;
	font-size: 11px;
	margin-right: 10px;
	margin-top: 8px
}

.bg-footer {
	/*background-color: black;*/
	background-color: #125da9;
}

.clock {
	font-size: 20px;
	margin-top: 0;
}

.namelogo {
	font-size: 16px;
	margin-top: 3px;
}

.bg-header {
	background-color: #125da9;
	padding-top: 8px;
}


.navbar .divider-vertical {
	height: 40px;
	margin: 0 9px;
	border-right: 1px solid #fff;
	border-left: 1px solid #f2f2f2
}

.nav>li>a {
    background-color: #eee;
}

.table>thead>tr {
    /*background-color: #bee5eb;*/
    background-color: #a8d0d64a;
}

.btn {
	cursor: pointer; cursor: hand;
}

.mail {
	cursor: pointer; cursor: hand;
}

.hand {
	cursor: pointer; cursor: hand;
}

.containerfotopersona {
	display: block;
	padding: 4px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.desktop {

}

.icon {
	/*width: 130px;*/
	width: 250px;
	float: left;
	height: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fafafa;
	/*background: #a8d0d64a;*/
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	border-radius: 3px;
}

.icon.hovered {
	background: #eeedef;
	cursor: pointer;
	cursor: hand;
}

.icon .iconname {
	font-weight: bold;
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 10px;
}

.icon .icondesc {
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
}

.icon .iconimage {
	width: 100%;
	text-align: center;
}

.icon .iconimage img {
	height: 80px;
}

.divider {
	margin-left: 10px;
	margin-right: 10px;
}

.form {
	position: relative;
	background-color: #f7f7f9;
	border-width: .2rem;
	min-height: 10px;
}


body{
	font-size: 14px;
}

.selectorfecha, .selectorhora {
	text-align: center;
	width: 100px;
	min-width: 100px;
}


.header-nomargin {
	padding: 10px 2px 0px 10px;
}

.help-text {
	color: red;
	font-size: 10px;
}


.imp-number { width: 100px; min-width: 100px; }

.imp-number-center { width: 100px; min-width: 100px; text-align: center; display: inherit}

.imp-number-right { width: 100px; min-width: 100px; text-align: right}

.imp-codigo { width: 200px; min-width: 200px; }

.imp-color { width: 100px; min-width: 100px; }

.imp-numbersmall { width: 60px; min-width: 60px; text-align: center}

.imp-numbersmall-center { width: 60px; min-width: 60px; text-align: center; display: inherit}

.imp-numbermed-center { width: 70px;  min-width: 70px; text-align: center; display: inherit}

.imp-numbermed-center-cupo { width: 40px;  min-width: 40px; text-align: center; display: inherit}

.imp-numbersmall-center-insumo { width: 40px; text-align: center; display: inherit; font-size: 11px; padding: 0}

.imp-numbermed-center { width: 70px; text-align: center; display: inherit}

.imp-numbermed-right { width: 70px;  min-width: 70px; text-align: right}

.imp-moneda { width: 100px;  min-width: 100px; text-align: right; display: inherit}

.imp-anio { width: 50px;  min-width: 50px; text-align: center }

.imp-cedula { width: 110px; min-width: 110px;}

.imp-ruc { width: 150px; min-width: 150px;}

.imp-telefono { width: 150px; min-width: 150px;}

.imp-email { width: 50%;}

.imp-10 { width: 10%;}

.imp-12 { width: 12%;}

.imp-25 { width: 25%;}

.imp-50 { width: 50%;}

.imp-75 { width: 75%;}

.imp-100 { width: 100%;}

.formmodal {

}

.eliminacionmodal {

}

.confirmacionmodal {

}

.responsive {

}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blinkimg { animation: blink 1s;
            animation-iteration-count: infinite; }

span {
	font-size: 12px;
}

#link_footer { color: #b9e9f6; }