body{
    font-family: "Quicksand", Sans-serif;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.btn-primary {
	font-family: "Quicksand", Sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.5px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #3F67AE;
    border-style: solid;
    border-width: 0px 0px 0px 06px;
    border-color: #3F67AE;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #3F67AE;
}
.btn-primary:hover {
    opacity: .8;
    color:#fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3F67AE;
}
.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: #DE5021;
    font-size: 12px;
}

.error {
    color: #DE5021;
    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";
}

.navbar-nav>li>.dropdown-menu a {
	padding: 1px;
	display: inline;
	color: #555;
	border-bottom: 1px ;
}

.navbar-nav>li>.dropdown-menu li:hover {
    background-color: #3D6CB2;
}
.navbar-nav>li>.dropdown-menu li:hover {
    background-color: #3D6CB2;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	background: none;
}

header {
	width: 100%;
	background-color: #3D6CB2;
	padding: 10px 0px;
	-webkit-box-shadow: 0 0 15px 1px #e7ebef;
	-moz-box-shadow:    0 0 15px 1px #e7ebef;
    box-shadow:         0 0 15px 1px #e7ebef;
    max-height: 150px;
}

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


header a {
    font-family: 'Quicksand',arial,sans-serif!important;
	color: #605E5E;
    font-size: 14px;
}

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

.ceg-titulopp {
	display: block;
    text-align: right;
    color: #FFFFFF;
    font-size: 150%;
    padding-top: 20px; 
}

.navbar-nav li a {
	padding-right: 0px;
    color: #FFFFFF;
    font-weight: 600;
}



footer {
    
    background-color: #3D6CB2;
    margin-top: 20px;
	width: 100%;
	color: #FFF;
	padding: 26px 0px 40px 0px;
	font-size: 13px;
    margin-top: auto;
}



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

footer a:hover {
    color: #fff;
    text-decoration: underline;
}
footer p {
    color: #fff;
}
h1{
    color: #3F67AE;
    font-family: "Quicksand", Sans-serif;
    font-weight: normal;
    letter-spacing: 0px;
    text-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}

h2{
    font-family: 'Quicksand',arial,sans-serif!important;
    font-size: 20px;
    color: #605E5E;
}

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


p{

    color: #605E5E;
}

.icon-plus {
    color: #004175;
    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";
}

.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: #3D6CB2;
    color: #fff;
}

.ev-table thead tr th{
    color: #fff;
    background-color: #3D6CB2;
    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: 'Quicksand',arial,sans-serif!important;
    
}

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

a {
    font-weight: 600;
    color: #3D6CB2;
}

.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 > li > a:hover,.nav > li > a:focus{
    color: #FFFFFF;
    text-decoration: underline;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #fff;
    border-color: #000;
    color: #000;
}
/*.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: #FFF;
    font-size: 13px;
}

.ev-templateAlignBtnCambiarProv{
    text-align: right;
    color: #333;
    margin: 0px;
}
#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;
}

.msg_warning {
  padding: 12px 10px 12px 40px;
  border: 1px solid #e8d3b3;
  background: #fff8c0 url("/../../img/icons/warning_20x20.png") no-repeat 10px 11px;
  margin-bottom: 15px;
  font-size: 110%;
  font-weight: bold;
  color: #826944;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 0px;
  -webkit-box-shadow: #c8c8c8 0px 2px 2px;
}
.msg_warning_sm {
  padding: 5px;
  border: 1px solid #e8d3b3;
  background-color: #fff8c0;
  margin-bottom: 15px;
  font-size: 100%;
  color: #826944;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 0px;
  -moz-box-shadow: rgba(0,0,0,0.2) 0px 2px 2px 0px;
  -webkit-box-shadow: #c8c8c8 0px 2px 2px;
}

.gvlabelsimilar{
  display: block;
  padding-top: 7px;
}

.ev-drop-down {
    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin: 7px;
    padding: 8px;
    position: relative;
    display: inline-block;
}

.ev-drop-down-title {
    color: #FFF;
    text-align: right;
    display: block;
    font-weight: 600;
}


.ev-drop-down > span {
    color:  #5a5a5c;
}

.ev-drop-down > .dd {
    min-width: 100%;
    display: none;
    position: absolute;
    background-color: #FFF;
    z-index: 1;
    margin: 0px;
    right: -1px;
    top: 35px;
    border: 1px #c0c0c0 solid;
    box-shadow: 0px 4px 7px 0px rgba(0,0,0,0.4);
}

.ev-drop-down > .dd a {
    color: #A6A5A5;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.ev-drop-down > .dd a:not(:last-child) {
    border-bottom: 1px #c0c0c0 solid;
}

.ev-drop-down > .dd a:hover {
    background-color: #3D6CB2;
    color: #FFF;
}

.ev-drop-down:hover .dd {
    display: block;
    position: absolute;
}

/*.ev-drop-down:hover {
    background-color: #f5f5f5;
    border-color: #c0c0c0;
}*/

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

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

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