html {
    min-height: 100%;
    position: relative;
}

@font-face {
  font-family: 'avenir';
  font-style: normal;
  src: url(../fonts/avenir.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: 'avenir-black';
  font-style: normal;
  src: url(../fonts/avenir-black.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Usual-Light';
    src: url(../fonts/Usual-Light.woff) format("woff");
}

@font-face {
    font-family: 'Usual-Regular';
    src: url(../fonts/Usual-Regular.woff) format("woff");
}

@font-face {
    font-family: 'Usual-Bold';
    src: url(../fonts/Usual-Bold.woff) format("woff");
}

.btn-primary {
	background-color: #00a099;
	color:#ffffff;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00ACEA;
}
.btn-primary:hover {
  color: #fff;
  background-color: #BCBCBC;

}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #00ACEA;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}


label.error {
	color: #b3282e;
    font-size: 12px;
}

.error {
    color: #b3282e;
    font-size: 12px;
}


input.error, textarea.error {
	border: 1px #b3282e solid;
	color: #b3282e;
	outline: none;
}
label,select{
    color: #000;
}

.ev-pp-hide {
	display: none;
}

.ev-alert {
	margin-top: 20px;
}


.ev-icon-arrow-up, .ev-icon-arrow-down {
	display:  inline-block;
	width: 16px;
	height: 16px;	
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.ev-icon-arrow-up {

}

.ev-icon-arrow-up::before {
	content: "\e113";
}

.ev-icon-arrow-down::before {
	content: "\e114";
}

header {
	width: 100%;
	background-color: #000;
	padding: 10px 0px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 1);
    max-height: 150px;
}

.headerTamaño {
    max-height: 154px;    
}


header a {
    font-family: "Usual-Regular", "avenir" !important;
	color: #605E5E;
    font-size: 14px;
}

.ceg-top-logo-container a {
	display: block;
	width: 81px;
}

.ceg-titulopp {
	display: block;
    text-align: right;
    color: #ffffff;
    font-size: 150%;
    padding-top: 20px;
    font-family: 'Usual-Regular', Arial, Helvetica, sans-serif;
}

.navbar-nav li a {
	padding-right: 0px;
    color: #ffffff;
}

.navbar-nav li a:hover {
	padding-right: 0px;
    color: #00a099;
}



footer {
    background-color: #080808;
    --position: absolute;
    bottom: 0;
    width: 100%;
    padding: 26px 0px 50px 0px;
    font: normal normal normal 13px/1.7em 'Usual-Light',Helvetica,sans-serif;
}



footer a {
   
    color: #00a099;
	text-decoration: none;
}

footer a:hover {
   
    color: #fff;
    text-decoration: none;
}
footer p {
    color: #fff;
}
h1{
    font-family: "avenir-black" !important;
    color: #000;
    font-weight: bold;
}

h2{
    font-family: "avenir-black" !important;
    font-size: 20px;
    color: #605E5E;
}

 h3, h4, h5, h6 { 
    font: normal normal 'open sans',sans-serif; /*700 16px/1.4em ;*/
    color: #252525;
}


p{

    color: #605E5E;
}


.icon-view {
	color: #000;
	margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-view:before {
	content: "\e003";
}

.icon-pdf {
	color: #000;
	margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
	position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pdf:before {
	content:"\e025";
}

.icon-delete {
	color: #2f2e2e;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-delete:before {
	content: "\e020";
}


table tbody th {
    background-color: #2f2e2e;
    color: #a1a1a1;
}

.ev-table thead tr th{
    color: #fff;
    background-color: #666;
    text-align: center;
}
.ev-table tbody tr:nth-child(even) {
    background-color: #f7fafb;
}

.ev-table tbody tr:hover {
	background-color: #f0f0f0;
}
.cls_hide{
  width: 0px;
  height: 0px;
  border : 1px #fff solid!important;
  visibility: hidden;
}


.modal {
    display:    none;
    position:   fixed;
    z-index:    10000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 )
                url('../../../../img/loading_circle_big.gif') 
                50% 50% 
                no-repeat;
}

body.loading {
    overflow: hidden;
}

body.loading .modal {
    display: block;
}

body {
    font-family: "Usual-Regular", Arial,Helvetica,sans-serif;
    margin: 0;
}

/*.form-control {
background-color: #2f2e2e;
color: #f0f0f0;
}*/

a {

    color: #00a099;
}

.well{
    background-color: #fff;
    border: 5px solid #e3e3e3;
}

.colorr{
    color: #252525;
}
.img-resp-logo{
    /*display: block;
    max-width: 250%;
    height: auto;*/
    width: 344px; 
    height: 131px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #000;
    border-color: #000;
    color: #00a099;
}
/*.select2-container--default .select2-selection--single{
    padding:6px;
    height: 37px;
    width: 148px; 
    font-size: 1.2em;  
    position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: -khtml-gradient(linear, left top, left bottom, from(#424242), to(#030303));
    background-image: -moz-linear-gradient(top, #424242, #030303);
    background-image: -ms-linear-gradient(top, #424242, #030303);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #424242), color-stop(100%, #030303));
    background-image: -webkit-linear-gradient(top, #424242, #030303);
    background-image: -o-linear-gradient(top, #424242, #030303);
    background-image: linear-gradient(#424242, #030303);
    width: 40px;
    color: #fff;
    font-size: 1.3em;
    padding: 4px 12px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    background: red;
}*/

/*.select2-search { background-color: #252525; }
.select2-search input { background-color: #252525; }
.select2-results { background-color: #252525; }
.select2-selection__rendered { background-color: #252525; color: #fff;}
.select2-selection { color: red; }
.select2-selection--single { color: #fff; }
.select2-container--default .select2-selection--single .select2-selection__rendered { color: #fff!important; }*/

.ev-divContInicio {
    margin:70px auto; 
    width: 480px; 
    vertical-align: baseline;
    background: transparent; 
    display: block;
}

.ev-divContainerInicio {
    border-radius: 6px; 
    border:1px #d7d7d7 solid; 
    background-color: #FFF; 
    vertical-align: baseline;
    background: transparent; 
    display: block;
}

.ev-divHeaderInicio {
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px;
}

.ev-divContentWrapperInicio {
    padding: 20px;
    background: #FFF; 
    min-height: 200px; 
    box-sizing: border-box;
}

.ev-templateAlignRazonSocial{
    padding: 10px; 
    float: right;
}

.ev-templateAlignNumProv{
    text-align: right; 
    margin:1px;
    color: #00a099;
    font-size: 13px;
}

.ev-templateAlignBtnCambiarProv{
    text-align: right;
    color: #ffd000;
    margin: 0px;
}

/** define el color de la tab activa **/
.ui-tabs .ui-tabs-nav .ui-state-active a {
    color: #252525 !important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border-bottom: 3px solid #252525 !important;
}

.tab-activa {
    border-bottom: 3px #424C55 solid;
}