@import "styles.css";

.nbthead>th{border-top: 0px!important;}

.hora-fecha>div{
    display: inline-block;
    margin-left: 10px;
}

.profile img {
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    border-radius: 10%;
    border: 0px;
    max-width: 35px;
}

.page-container .logo img{
    max-height: 33px;
}
.page-container .logo {
    background: none;
}

.modal .form-group{
    margin-bottom: 10px;
}

.row{
    margin-left: -10px;
    margin-right: -10px;    
}
.block .form-group:first-child{
    margin-top: 10px;
}

.form-buttons{
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-top: 10px;
}

.modal .form-buttons{
    text-align: right;
    border-top: 1px solid #e5e5e5;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 0px;    
    margin-top: 10px; 
}

.page-navigation .navigation > li > a {
    font-size: 13px;
}

.page-navigation .navigation li ul li a {
    padding: 7px 0px 7px 42px;
}

.page-navigation .navigation li ul li > a:hover, .page-navigation .navigation li ul li.active > a {
    padding-left: 42px;
}

.page-content .page-toolbar .page-toolbar-block {
    margin: 10px 0px 10px 20px;
}

.page-navigation .navigation ul li > ul li > a {
    padding-left: 55px;
}

.page-navigation .navigation ul li > ul li > a:hover, .page-navigation .navigation ul li > ul li.active > a {
    padding-left: 55px;
}

.q-button {
    -moz-border-radius: 20%;
    -webkit-border-radius: 20%;
    border-radius: 20%;
}

.mr20{margin-right: 20px!important;}

.block-head h2{
    text-transform: none;
}
.block-head .btn{
    padding-bottom: 6px;
}

.table>tbody>tr>td{
    padding-top: 5px;
    padding-bottom: 5px;
}

.background-semana>td{
    background: #F0F0F0;
}

.block-refresh-layer {
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity = 30);
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;    
    z-index: 99999;
    font-size: 36px;
}

.q-eliminar .fa {
    font-size: 74px;
    color: #da4453;
}

.dataTables_filter {
    border-bottom: 0px;
}

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

hr {
    margin-top: 10px;
    margin-bottom: 5px;
}

.table>thead>tr>th {
    border-bottom: 1px solid #ddd;
}

div.DTTT_container {
    position: relative;
    float: right;
    margin-bottom: 0em;
    margin-top: 7px;
    margin-right: 3px;
}


.dataTable {
    font-size: 12px;
}

.form-control:focus {
    border-color: #ccc;
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

#contador_mantenimiento{
    width: 100%;
    height: 100px;
    text-align: center;
}
.reloj{
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 10px;    
    width: 85px;
    height: 85px;
    padding: 10px;
}

.reloj .q-button-text {
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    color: #DDD;
    text-align: center;
}
.reloj .q-button-text2 {
    width: 100%;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.profile .profile-info {
    width: 192px;
}

.profile .profile-info .profile-buttons {
    margin-top: -15px;
}

.profile .profile-info .profile-subtitle {
    font-size: 11px;
}
.profile .profile-info .profile-title {
    font-weight: 600;
    font-size: 11px;
}

.page-navigation .navigation {
    min-height: 150px;
}