
body, input, textarea, select {
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
}
a {
    color: #660000;
    text-decoration: none;
}
a:hover{
    text-decoration: none;
    color: #660000;
    opacity: 0.7;
}
  
.btn-primary {
	background-color: #660000;
	color:#FFF;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #660000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #660000;
  opacity: 0.7;
}


.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #660000;
}
.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;
}

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


.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: #282828;
	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);
}

header a {
	color: #FFF;
}

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

.ceg-titulopp {
	display: block;
    text-align: right;
    color: #FFF;
    font-size: 105%;
}

.navbar-nav li:last-child a {
	padding-right: 0px;
}

.navbar-nav > li > a {
    color: #83888a;
}

.navbar-nav > li:hover > a {
    opacity: 0.7;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

li.active>a {
    color: #ffffff;
}

footer {
	color: #ededed;
    background-color: #000000;
    height: 300px;
    margin-top: 50px;
    padding-top: 20px;
}



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

footer a:hover {
	color: #c1c2c3;
	text-decoration: none;
}


h1 { color: #000000;}
h2,h3,h4,h5 {color: #000000}

.ev-icon, .icon-view, .icon-delete {
	color: #660000;
	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-delete:before {
	content: "\e020";
}

.icon-reload:before {
	content: "\e031";
}

.icon-edit {
	color: #660000;
    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-edit:before {
	content: "\270f";
}

.icon-plus {
	color: #660000;
    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-plus:before {
    content: "\e081";
}

.ev-table thead tr {
	background-color: #282828;
}

.ev-table tbody tr:nth-child(even) {
    background-color: #f7fafb;
}

.ev-table tbody tr:hover {
	background-color: #D7F3FF;
}
.ev-table th {
    color: #FFF;
}

.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;
}
.error{
  color: #b3282e;
}
.ul_empresas_receptoras {
    list-style-type: none;
}
.ul_empresas_receptoras label {
    font-weight: normal;
    padding-top: 2px;
    margin-bottom: 2px;
}

#pu_prov_title_holder {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    height: 100%;
    padding: 10px 20px 0;
}

#pu_prov_title_holder h1 {
    font-size: 18px;
    color: #5d6e73;
    margin-top: 4px;
}

#pu_prov_content_holder {
    width: 100%;
}

.pu_prov_content_holder_docRel {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
}
.d_ib {display: inline-block;}
.f_r {float: right;}

.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:3px;
}

.ev-templateAlignBtnCambiarProv{
    text-align: right;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
    background-color: #660000;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: 1px solid #052a68;
    background: #660000;
    font-weight: normal;
    color: #ffffff;
}

/** define el color de la tab activa **/
.ui-tabs .ui-tabs-nav .ui-state-active a {
    color: #000000 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    border-bottom: 3px solid #000000 !important;
}
.tab-activa {
    border-bottom: 3px #424C55 solid;
}