﻿

.preloader {
    color: #333333;
}
.preloader {
    width: 100%;
    height: 100%;
    background: #ffffff;
    position: fixed;
    z-index: 9999;
}

.preloader-logo {
    position: absolute;
    width: 200px;
    height: 100px;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -70px;
    text-align: center;
    font-size: 14px;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.preloader-spinner {
    display: inline-block;
    height: 35px;
    width: 35px;
    position: relative;
    border: 2px solid #dbdbdb;
    border-top: 2px solid #ffb723;
    -webkit-animation: rotation .7s infinite linear;
    -moz-animation: rotation .7s infinite linear;
    -o-animation: rotation .7s infinite linear;
    animation: rotation .7s infinite linear;
    border-radius: 100%;
}

.logo {
    display: block;
    margin-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.form-label-t {
    font-family: "Open Sans";
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.Css_Icono {
    float: left;
    margin-top: -5px;
}
.control-espacio {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis {
    position: relative;
}
.ellipsis:before {
    content: '&nbsp;';
    visibility: hidden;
}
.ellipsis span {
    position: absolute;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
    margin-right: 5px;
}
.CssInhabilitar {
    opacity: 0.15;
}

.cssCabecera{          
	background: #337ab7;
    padding: 10px;
    /*border-radius: 10px;*/
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px !important;  
}

.form-label {
    display: block;
    padding: 6px 12px;
    color: #737373;
    height: 34px;
    font-family: "Open Sans";
    font-size: 13px;
}

.mayuscula{
    text-transform:uppercase;
}

.form-group {
    margin-bottom: 3px;
}

.CssModulo {
    background-color: #659dc7;
}

.CssModuloR {
    background-color: #e95c3e;
}
/*******************************************************************************************************************/


