﻿
body, ul > li > a {
    /*font-family: 'Raleway', sans-serif !important;*/
    font-family: Arial !important;
    font-size: 11px;
    font-weight: 600;
    color: #262626;
}

label{
    font-weight:normal !important;
}
.title-head {
    float:left;
    font-size: 12px;
}
.right-btn{
    float:right;
}
.container {
    max-width: none !important;
    width: auto !important;
}
.container-fluid{
    padding:0px !important;
    overflow:hidden;
}
button.dt-button, div.dt-button, a.dt-button {
    background-color: #337ab7;
    border-color: #2e6da4;
    background-image: none !important;
    color: #fff;
}
.Details{
    color:#0094ff;
    text-decoration:none;
}
.Edit {
    color: #ff6a00;
    text-decoration: none;
}
.Face {
    color: #169b0c;
    text-decoration: none;
}
.Delete {
    color: #ff0000;
    text-decoration: none;
}
.Train {
    color: #000;
    text-decoration: none;
}

.center{
    text-align:center;
}
input[type="text"], textarea, select, input[type="number"] {
    max-width: 100% !important;
    width: 100% !important;
    min-height: 25px;
    border-radius: 3px;
    border: solid 1px #dedede;
}
/*.panel-heading{
    height:50px;
}*/
.panel-default > .panel-heading {
    overflow: hidden;
}
span.field-validation-error {
    color: red;
}
ul.nav.navbar-nav.navbar-right {
    margin-right: 10px;
}

ul.nav.navbar-nav.navbar-right li {
    float: left;
    padding: 0px;
    margin: 5px;
}
ul.nav.navbar-nav.navbar-right li a {
    padding: 3px 10px !important;
}
.dropdown-menu > li > a {   
    font-size: 11px;
}
button#btn-entrada, button#btn-ubicacion, button#btn-salida {
    background-color: transparent !important;
    border-radius: 50px;
    width:64px;
    padding: 0px;
    border: solid 1px #6264A7 !important;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.panel{
    margin-bottom:7px;
}
.panel-heading {
    padding: 5px 15px;    
}
    .panel-heading.header-principal {
        overflow:hidden;
        line-height: 3.7;
        height:auto;
    }
.form-group {
    margin-bottom: 10px;
}
.navbar {    
    margin-bottom: 0;
    
}
.awe-txt-field.awe-field {
    width: 100%;
}
.navbar {
    border-radius: 0px;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee0;
    color: #262626;
}
/*input, select, textarea {
    max-width: 100% !important;
    width: 100%;
}*/
@media(max-width:667px) {
    ul.nav.navbar-nav.navbar-right {
        margin-right: 10px;
        float: right;
        margin-top: 30px;
    }
    div.dt-buttons {
        /* float: none !important; */
        text-align: center;
        float: left !important;
        margin-top: 0.5em;
        margin-left: 15px;
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em;
        float: right;
        margin-right:5px;
    }
}