
html,
button,
input,
select,
textarea {
    color: #222;
}


/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
.my-sticky-class {
    z-index:1000 !important;
}
.space {
    margin: 0;
    padding: 0;
    height: 50px;
}

// height as desired

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #c0c0c0;
    color: #bc3240;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */


body {
    font-family: "Helvetica";
    font-weight: 300;
    font-size: 16px;
    color: #000000 !important;
    line-height: 1.4;
    height: 40%;
    background-image: url("../Images/logoMercosurUe.png");
    background-color:mintcream; 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom right;
    min-width: 800px;
    width: auto !important;
    width: 800px;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

#logoOverlay {
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: none;
}

#appNameOverlay {
    position: fixed;
    bottom: 112px; /* vertically centered on logo (225px / 2) */
    right: 235px;  /* clears the 225px logo width + small gap */
    transform: translateY(50%);
    color: #bc3240;
    font-family: "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    opacity: 0.75;
    pointer-events: none;
    letter-spacing: 0.03em;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modalPopup {
    background-color: #FFFFFF;
    border: 1px solid #ebebeb;
    padding: 3px;
    width: auto;
    height: auto;
    margin-top: 10%;
    margin-left: 30%;
}

.modal-header {
	background: #3498db;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar-default {
border-color: transparent;
background-color: #dadada;
}


.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    line-height:27px !important;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color:  lightgray;
	color: gray;
}


.navbar-default .navbar-brand .navbar-header  {
    background-color: #bc3240 !important;
    color: white !important;
}

hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: #ffffff00;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #808080;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F8884;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}



/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background: url(../img/header_bg.jpg) no-repeat center top;
	margin-top: -125px;
	padding-top:100px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 200px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}


/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 5px;
    padding-bottom: 125px;
    margin-top: 45px;


    background-position: center center;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: relative;
    
    text-align: center;
}


.textdivider h1 {
	padding-top: 35px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 25px;
}



/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #3498db;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #3498db;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	color: #fff;
	font-weight: 700;
	text-align: left;
	letter-spacing: 2px;
	
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 50px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
	
}

.blog-bg h4 {
	color: #dadada;
	padding-top: 0px;
}

.blog-bg h5 {
	color: #dadada;
	font-size: 11px;
}

.blog-content {
	padding-top: 10px;
	background: #f2f2f2;
}


/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}


@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/MONTSERRAT-MEDIUM.OTF') format('truetype');
    font-weight: normal;
}

.montse {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 300;
}
.lato {
    font-family: "Lato";
    font-size: 16px;
    font-weight: 300;
}


.xoblueprint {
    width: 950px;
    margin: 0 auto;
    overflow: auto;
}

.x1, .x2, .x3, .x4, .x5, .x6 {
    float: left;
    margin-right: 10px;
}

.last {
    margin-right: 0;
    clear: right;
}

.x1 {
    width: 150px;
}

.x2 {
    width: 310px;
}

.x3 {
    width: 470px;
}

.x4 {
    width: 630px;
}

.x5 {
    width: 790px;
}

.x6, .full {
    width: 950px;
    margin-right: 0;
}

/* ----- TEXT ----- */
.f0 {
    font-size: 12px;
}

.f1 {
    font-size: 25px;
}

.f2 {
    font-size: 50px;
}

.f3 {
    font-size: 100px;
}

.f4 {
    font-size: 150px;
}

.f5 {
    font-size: 200px;
}

.em25 {
    font-size: 0.25em;
}

.em50 {
    font-size: 0.50em;
}

.em85 {
    font-size: 0.85em;
}

.em10 {
    font-size: 1.0em;
}

/* add in line-height */
.lh0 {
    line-height: 0.75em;
}

.lh1 {
    line-height: 1.0em;
}

.lh2 {
    line-height: 1.25em;
}

.lh20 {
    line-height: 20px;
}

.lh40 {
    line-height: 40px;
}


.s1 {
    letter-spacing: 10px;
}

.txtshadow {
    text-shadow: 1px 1px 3px #000;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.txtcenter {
    text-align: center;
}

.txtbottom {
    vertical-align: text-bottom;
}

.txtleft {
    text-align: left;
}

.txtright {
    text-align: right;
}

/* ----- DIV SPACING ----- */
/* ----- DIV SPACING ----- */
.wauto {
    width: auto;
}

.w1200 {
    width: 1200px;
}

.w1000 {
    width: 1000px;
}

.w960 {
    width: 960px;
}

.w750 {
    width: 750px;
}

.w600 {
    width: 600px;
}

.w500 {
    width: 500px;
}

.w400 {
    width: 400px;
}

.w300 {
    width: 300px;
}

.w250 {
    width: 250px;
}

.w200 {
    width: 200px;
}

.w150 {
    width: 150px;
}

.w100 {
    width: 100px;
}

.w75 {
    width: 75px;
}

.w60 {
    width: 60px;
}

.w55 {
    width: 55px;
}

.w50 {
    width: 50px;
}

.w40 {
    width: 40px;
}

.w30 {
    width: 30px;
}

.w20 {
    width: 20px;
}

.w10 {
    width: 10px;
}

.w5 {
    width: 5px;
}

.padtop1 {
    padding-top: 1%;
}


.padtop2 {
    padding-top: 2%;
}


.padtop5 {
    padding-top: 5%;
}

.padtop10 {
    padding-top: 10%;
}

.padtop15 {
    padding-top: 15%;
}

.padtop20 {
    padding-top: 20%;
}

.padtop25 {
    padding-top: 25%;
}

.pad {
    padding: 15 15 15 15;
}

.padtop {
    padding-top: 15;
}

.padbottom {
    padding-bottom: 15;
}

.padleft {
    padding-left: 15;
}

.padright {
    padding-right: 15;
}

.trim {
    margin: 15 15 15 15;
}

.trimtop {
    margin-top: 15;
}

.trimbottom {
    margin-bottom: 15;
}

.trimleft {
    margin-left: 15;
}

.trimright {
    margin-right: 15;
}

/* Full height? */

/* ----- DIV POSITION ----- */
.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.bottom {
    bottom: 0px;
}

.top {
    top: 0px;
}

.center {
    margin-left: auto;
    margin-right: auto;
}

.right {
    float: right;
}

.left {
    float: left;
}

.clear {
    clear: both;
}

.zabove {
    z-index: 10;
}

.znorm {
    z-index: auto;
}

.zbelow {
    z-index: -10;
}

/* ----- DIV DECORATION ----- */
.clickable {
    cursor: pointer;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.faded {
    opacity: 0.4;
}

.opaque {
    opacity: 1.0;
}

.dim {
    opacity: 0;
}

.rounded {
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.shadow {
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}

.dropshadow {
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 10px 10px 5px #888;
}


.slant {
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    zoom: 1;
}

.slantleft {
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    zoom: 1;
}

.tilt {
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
    zoom: 1;
}

.tiltleft {
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
    zoom: 1;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    zoom: 1;
}

.rotate270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    zoom: 1;
}


/* ---- PAGE DECORATION ---- */
.topbar {
    top: 0px;
    width: 100%;
    position: fixed;
    z-index: 100;
}

.bottombar {
    width: 100%;
    position: fixed;
    bottom: 0px;
}

.header {
    width: 100%;
    position: relative;
}

.footer {
    width: 100%;
    clear: both;
    overflow: auto;
}



.colborder {
    border-right: 1px solid #DDDDDD;
    margin-right: 25px;
    padding-right: 24px;
}

hr {
    background: none repeat scroll 0 0 #DDDDDD;
    border: medium none;
    clear: both;
    color: #DDDDDD;
    float: none;
    height: 1px;
    margin: 0 0 17px;
    width: 100%;
}

.error, .alert {
    background: none repeat scroll 0 0 #FBE3E4;
    border-color: #FBC2C4;
    color: #8A1F11;
}

.error, .alert, .notice, .success, .info {
    border: 2px solid #DDDDDD;
    margin-bottom: 1em;
    padding: 0.8em;
}


/* ----- COLORS ----- */
/* -- Text -- */
.yellow {
    color: #CCC400;
}

.orange {
    color: #CC6F00;
}

.red {
    color: #CC0200;
}

.purple {
    color: #C300CC;
}

.blue {
    color: #0100CC;
}

.cyan {
    color: #00CBCC;
}

.green {
    color: #0BCC00;
}

.brown {
    color: #6E4437;
}

.grey {
    color: #808080;
}

.white {
    color: white !important;
}

.black {
    color: black;
}

.lghtyellow {
    color: #FFF84C;
}

.lghtorange {
    color: #FFAD4C;
}

.lghtred {
    color: #FF4E4C;
}

.lghtpurple {
    color: #F74CFF;
}

.lghtblue {
    color: #4D4CFF;
}

.lghtcyan {
    color: #4CFEFF;
}

.lghtgreen {
    color: #56FF4C;
}

.lghtbrown {
    color: #8F4E36;
}

.lghtgrey {
    color: #C0C0C0;
}

.drkyellow {
    color: #7F7B00;
}

.drkorange {
    color: #7F4500;
}

.drkred {
    color: #7F0100;
}

.drkpurple {
    color: #79007F;
}

.drkblue {
    color: #01007F;
}

.drkcyan {
    color: #007E7F;
}

.drkgreen {
    color: #077F00;
}

.drkbrown {
    color: #3D261F;
}

.drkgrey {
    color: #404040;
}

/* -- Backgrounds -- */
.yellowbg {
    background-color: #CCC400;
}

.orangebg {
    background-color: #CC6F00;
}

.redbg {
    background-color: #CC0200;
}

.purplebg {
    background-color: #C300CC;
}

.bluebg {
    background-color: #0100CC;
}

.cyanbg {
    background-color: #00CBCC;
}

.greenbg {
    background-color: #0BCC00;
}

.brownbg {
    background-color: #6E4437;
}

.greybg {
    background-color: #808080;
}

.whitebg {
    background-color: white;
}

.blackbg {
    background-color: black;
}

.lghtyellowbg {
    background-color: #FFF84C;
}

.lghtorangebg {
    background-color: #FFAD4C;
}

.lghtredbg {
    background-color: #FF4E4C;
}

.lghtpurplebg {
    background-color: #F74CFF;
}

.lghtbluebg {
    background-color: #4D4CFF;
}

.lghtcyanbg {
    background-color: #4CFEFF;
}

.lghtgreenbg {
    background-color: #56FF4C;
}

.lghtbrownbg {
    background-color: #8F4E36;
}

.lghtgreybg {
    background-color: #C0C0C0;
}

.drkyellowbg {
    background-color: #7F7B00;
}

.drkorangebg {
    background-color: #7F4500;
}

.drkredbg {
    background-color: #7F0100;
}

.drkpurplebg {
    background-color: #79007F;
}

.drkbluebg {
    background-color: #01007F;
}

.drkcyanbg {
    background-color: #007E7F;
}

.drkgreenbg {
    background-color: #077F00;
}

.drkbrownbg {
    background-color: #3D261F;
}

.drkgreybg {
    background-color: #404040;
}

/* -- Hovers -- */
.yellowhvr:hover {
    color: #CCC400;
}

.orangehvr:hover {
    color: #CC6F00;
}

.redhvr:hover {
    color: #CC0200;
}

.purplehvr:hover {
    color: #C300CC;
}

.bluehvr:hover {
    color: #0100CC;
}

.cyanhvr:hover {
    color: #00CBCC;
}

.greenhvr:hover {
    color: #0BCC00;
}

.brownhvr:hover {
    color: #6E4437;
}

.greyhvr:hover {
    color: #808080;
}

.whitehvr:hover {
    color: white;
}

.blackhvr:hover {
    color: black;
}

.lghtyellowhvr:hover {
    color: #FFF84C;
}

.lghtorangehvr:hover {
    color: #FFAD4C;
}

.lghtredhvr:hover {
    color: #FF4E4C;
}

.lghtpurplehvr:hover {
    color: #F74CFF;
}

.lghtbluehvr:hover {
    color: #4D4CFF;
}

.lghtcyanhvr:hover {
    color: #4CFEFF;
}

.lghtgreenhvr:hover {
    color: #56FF4C;
}

.lghtbrownhvr:hover {
    color: #8F4E36;
}

.lghtgreyhvr:hover {
    color: #C0C0C0;
}

.drkyellowhvr:hover {
    color: #7F7B00;
}

.drkorangehvr:hover {
    color: #7F4500;
}

.drkredhvr:hover {
    color: #7F0100;
}

.drkpurplehvr:hover {
    color: #79007F;
}

.drkbluehvr:hover {
    color: #01007F;
}

.drkcyanhvr:hover {
    color: #007E7F;
}

.drkgreenhvr:hover {
    color: #077F00;
}

.drkbrownhvr:hover {
    color: #3D261F;
}

.drkgreyhvr:hover {
    color: #404040;
}

/* -- Background Hover -- */
.yellowbghvr:hover {
    background-color: #CCC400;
}

.orangebghvr:hover {
    background-color: #CC6F00;
}

.redbghvr:hover {
    background-color: #CC0200;
}

.purplebghvr:hover {
    background-color: #C300CC;
}

.bluebghvr:hover {
    background-color: #0100CC;
}

.cyanbghvr:hover {
    background-color: #00CBCC;
}

.greenbghvr:hover {
    background-color: #0BCC00;
}

.brownbghvr:hover {
    background-color: #6E4437;
}

.greybghvr:hover {
    background-color: #808080;
}

.whitebghvr:hover {
    background-color: white;
}

.blackbghvr:hover {
    background-color: black;
}

.lghtyellowbghvr:hover {
    background-color: #FFF84C;
}

.lghtorangebghvr:hover {
    background-color: #FFAD4C;
}

.lghtredbghvr:hover {
    background-color: #FF4E4C;
}

.lghtpurplebghvr:hover {
    background-color: #F74CFF;
}

.lghtbluebghvr:hover {
    background-color: #4D4CFF;
}

.lghtcyanbghvr:hover {
    background-color: #4CFEFF;
}

.lghtgreenbghvr:hover {
    background-color: #56FF4C;
}

.lghtbrownbghvr:hover {
    background-color: #8F4E36;
}

.lghtgreybghvr:hover {
    background-color: #C0C0C0;
}

.drkyellowbghvr:hover {
    background-color: #7F7B00;
}

.drkorangebghvr:hover {
    background-color: #7F4500;
}

.drkredbghvr:hover {
    background-color: #7F0100;
}

.drkpurplebghvr:hover {
    background-color: #79007F;
}

.drkbluebghvr:hover {
    background-color: #01007F;
}

.drkcyanbghvr:hover {
    background-color: #007E7F;
}

.drkgreenbghvr:hover {
    background-color: #077F00;
}

.drkbrownbghvr:hover {
    background-color: #3D261F;
}

.drkgreybghvr:hover {
    background-color: #404040;
}


/* -- Borders -- */
.yellowbdr {
    border-color: #CCC400;
    border-style: solid;
    border-width: 5px;
}

.orangebdr {
    border-color: #CC6F00;
    border-style: solid;
    border-width: 5px;
}

.redbdr {
    border-color: #CC0200;
    border-style: solid;
    border-width: 5px;
}

.purplebdr {
    border-color: #C300CC;
    border-style: solid;
    border-width: 5px;
}

.bluebdr {
    border-color: #0100CC;
    border-style: solid;
    border-width: 5px;
}

.cyanbdr {
    border-color: #00CBCC;
    border-style: solid;
    border-width: 5px;
}

.greenbdr {
    border-color: #0BCC00;
    border-style: solid;
    border-width: 5px;
}

.brownbdr {
    border-color: #6E4437;
    border-style: solid;
    border-width: 5px;
}

.greybdr {
    border-color: #808080;
    border-style: solid;
    border-width: 5px;
}

.whitebdr {
    border-color: white;
    border-style: solid;
    border-width: 5px;
}

.lghtyellowbdr {
    border-color: #FFF84C;
    border-style: solid;
    border-width: 5px;
}

.lghtorangebdr {
    border-color: #FFAD4C;
    border-style: solid;
    border-width: 5px;
}

.lghtredbdr {
    border-color: #FF4E4C;
    border-style: solid;
    border-width: 5px;
}

.lghtpurplebdr {
    border-color: #F74CFF;
    border-style: solid;
    border-width: 5px;
}

.lghtbluebdr {
    border-color: #4D4CFF;
    border-style: solid;
    border-width: 5px;
}

.lghtcyanbdr {
    border-color: #4CFEFF;
    border-style: solid;
    border-width: 5px;
}

.lghtgreenbdr {
    border-color: #56FF4C;
    border-style: solid;
    border-width: 5px;
}

.lghtbrownbdr {
    border-color: #8F4E36;
    border-style: solid;
    border-width: 5px;
}

.lghtgreybdr {
    border-color: #C0C0C0;
    border-style: solid;
    border-width: 5px;
}

.drkyellowbdr {
    border-color: #7F7B00;
    border-style: solid;
    border-width: 5px;
}

.drkorangebdr {
    border-color: #7F4500;
    border-style: solid;
    border-width: 5px;
}

.drkredbdr {
    border-color: #7F0100;
    border-style: solid;
    border-width: 5px;
}

.drkpurplebdr {
    border-color: #79007F;
    border-style: solid;
    border-width: 5px;
}

.drkbluebdr {
    border-color: #01007F;
    border-style: solid;
    border-width: 5px;
}

.drkcyanbdr {
    border-color: #007E7F;
    border-style: solid;
    border-width: 5px;
}

.drkgreenbdr {
    border-color: #077F00;
    border-style: solid;
    border-width: 5px;
}

.drkbrownbdr {
    border-color: #3D261F;
    border-style: solid;
    border-width: 5px;
}

.drkgreybdr {
    border-color: #404040;
    border-style: solid;
    border-width: 5px;
}

/* ----- BORDERS ----- */
.border {
    border-width: 5px;
    border-style: solid;
}

.thinbdr {
    border-width: 1px;
    border-style: solid;
}

.thickbdr {
    border-width: 10px;
    border-style: solid;
}

.dashed {
    border-style: dashed;
}


.form-control:focus {
    border-color: #bc3240 !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.icon {
    margin-top:-15%;
}

.highlighted {
    background-color:#dadada;
}

.e-grid div.e-field-validation-error {
    background-color: lightgray !important;
    color: #bc3240 !important;
    word-wrap: break-word !important;
}

.e-grid td.e-active, .e-grid .e-form-titlebar {
    background: #bc3240 !important;
}

.e-grid div.e-error .e-toparrow {
    border-bottom-color: lightgray !important;
}

.e-btn.e-select:hover, .e-btn.e-select.e-active:hover {
    background: lightgray !important;
}

.e-hover {
    background: lightgray !important;
}

select {
    text-align: center;
    text-align-last: center;
    -moz-text-align-last: center;
}

.CellTitle {
    font-size: xx-small;
    font-weight: bold;
    vertical-align: top;
}


.CellBorder {
    border-color: Black;
    border-style: solid;
    border-width: thin;
    border-collapse: collapse;
}

.textDescField {
    margin-left: 2px;
    font-weight: bold;
    font-size: 12px !important;
    color: #bc3240;
    line-height: 13px;
    font-family: Tahoma, Arial, sans-serif;
    text-decoration: none;
}

hr.solid {
    border-top: 2px solid #999;
}

.smallLogo {
    margin-left: 25%;
    margin-top: -20px;
}

.DGD_Head {
    font-weight: bold;
    color: white;
    height: 8px;
    background-color: #bc3240;
    font-family: "Lato";
    font-size: 8pt;
}


.DGD_Foot {
    font-weight: bold;
    color: #004485;
    background-color: #990000;
    /*text-align: right;*/
    font-size: 8pt;
}

.DGD_Sele {
    font-weight: bold;
    color: Black;
    height: 8px;
    background-color: #BFBFBF;
    font-family: "Lato";
    font-size: 8pt;
}

.DGD_Page {
    font-weight: bold;
    color: #004485;
    background-color: #D4E1EA;
    text-align: right;
    font-size: 8pt;
}


.e-dialog > .e-header {
    border-bottom: 3px solid #bc3240 !important;
}

.modalBackground {
    background-color: #ebebeb;
    filter: alpha(opacity=90);
    opacity: 0.9;
    width: 100%;
    height: 100%;
    z-index: 10000;
}

.saldo {
    font-weight: normal;
    color: #bc3240;
    height: 12px;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 14pt;
    text-align: center;
    vertical-align: middle;
}
