.logo {
	font-family:ubuntu;
}

.alert {
	padding: 0;
  margin: 20px auto;
  text-align: center;
}
.alert h2 {
	margin:10px;
 }

.tder {
	text-align: right;
}

.tcen {
	text-align: center;
}

.table>tbody>tr>td {
	padding: 3px;
}
.centrar {
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items: center;
}

.t30 {
	margin:30px;
}


.t50 {
	margin-top:50px;
}

.p5010 {
	padding:50px 10px;
}

.p2020 {
	padding: 20px;
}

.titleCenter {
	margin-top:7.5%;
}

.centrado {
	display: table-cell;
	vertical-align: middle;
}

.form-top-right {
  float: left;
  width: 25%;
  padding-top: 5px;
  font-size: 66px;
  /* color: #fff; */
  line-height: 70px;
  text-align: right;
  opacity: 0.3;
}

.form-top-left {
  float: left;
  width: 75%;
}

.btnCenter {
	text-align: center;
}

th {
	text-align: center;
}

.btnModal{
	padding:15px 0;
}

.btnModal, .btnModal a, .btnModal button {
	width: 50%;
}

.panel {
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.titlesPage {
	font-family:ubuntu;
	font-weight: 700;
}

.contenido{
	width: 100%;
	height: 100%;
	position: absolute;
	background:#eee;
	padding: 10px;
	transition: all 0.3s;
}

.menu-bar{
	cursor:pointer;
}

.menu ul{
	background: #3c8dbc;
	display: contents;
	list-style: none;
}

.menu ul ul, .apagado {
	display:none;
}

.menu a{
	display: block;
	padding:15px 20px;
	color:#FFF;
	text-decoration: none;
}

.menu a:hover{
	background: rgba(0,0,0,0.3)
}

.menu a span {
	margin-left: 10px;
}

.menu ul li:hover ul{
	display:block;
	position:absolute;
	width: 100%;
	z-index:10;
}

#btn-menu{
	display: none;
}

.desktop {
	width: 80%;
	margin-left:20%;
}

.header {
	color:#FFF;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: 236px;
	background-color: #3c8dbc;
}

.nav > li > a {
	font-weight: bold;
}

.navbar-nav > .user-menu > .dropdown-menu > li a{
	padding:10px 20px;
	color:#FFF;
}

.navbar-nav > .user-menu > .dropdown-menu > li a:hover{
	background:rgba(0,0,0,0.3);
}

.btnPpal {
	margin-top:-45px;
	float:right;
}

.btnTable{
	width: 25%;
}

.form-group {
  margin-bottom: 5px;
}

.cardImg {
	height: 74px;
}

input[type="date"].form-control, 
input[type="time"].form-control {
    line-height: 16px;
}

input[type="text"].form-control {
	text-transform: uppercase;
}

#formGeneral label {
	font-size:13px;
	font-weight: 500;
}

.main-header .logo {
	font-family: ubuntu;
	font-weight: 500;
}

.label {
	font-size: 14px;
}