html{
    font-size: 16px;
}

.main-content{
    margin-top: 45px;
}

input[type="date"].form-control{
    line-height: 14px;
}

input[type="file"].form-control{
    padding: 0;
}

fieldset {
    border: 1px solid black;
    padding: 5px 10px 12px;
}

legend {
    width: auto;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#Spinner{
    margin: 100px auto;
    position: absolute;
    top: 25%;
    bottom: 30%;
    right: 45%;
}

#preview-area {
    background-color: rgba(41, 128, 185,0.35);
    /*margin-top: -60px !important;*/
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto auto;
    z-index: 14000 !important;
}

.popover{
    min-width: 250px;
}

.navbar-nav > .user-menu .user-image{
    max-width: 25px;
    width: auto;
}

#formmov > .row > div > div.input-group{
    /*display: inline-flex;*/
    max-width: 100%;
    min-width: 140px;
}

#formmov .input-group > .input-group-addon {
    padding: 10px 6px;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img{
    width: auto;
    max-width: 90px;
}

input[name="A[resolucion]"]{
    max-width: 100px;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.login-logo, .register-logo{
    max-height: 200px;
}

.text-red {
    color: #dd4b39 !important;
}
.text-yellow {
    color: #f39c12 !important;
}
.text-aqua {
    color: #00c0ef !important;
}
.text-blue {
    color: #0073b7 !important;
}
.text-black {
    color: #111111 !important;
}
.text-light-blue {
    color: #3c8dbc !important;
}
.text-green {
    color: #00a65a !important;
}
.text-gray {
    color: #d2d6de !important;
}
.text-navy {
    color: #001f3f !important;
}
.text-teal {
    color: #39cccc !important;
}
.text-olive {
    color: #3d9970 !important;
}
.text-lime {
    color: #01ff70 !important;
}
.text-orange {
    color: #ff851b !important;
}
.text-fuchsia {
    color: #f012be !important;
}
.text-purple {
    color: #605ca8 !important;
}
.text-maroon {
    color: #d81b60 !important;
}

.title-vcenter{
    height: 34px;
    display: table-cell !important;
    vertical-align: middle;
}