﻿
select { -webkit-appearance: none; -moz-appearance: none; appearance: none; text-transform: uppercase; font-weight: bold; cursor: pointer; }
a { cursor: pointer !important; }

.noHandMouseover{ cursor: auto !important;}
.noHandMouseover:hover{ cursor: auto !important;}

.headerD { width: 790px; min-height: 150px; }
.marginAuto { margin: 0 auto; }
.noPadding { padding: 0px !important; }
.fontSize10 { font-size: 9px !important; }
.borderBottonGray { border-bottom: 1px solid #E3E3E3; }
.textAlignCenter { text-align: center; }
.textAlignRight { text-align: right; }
.headerDContactLanguage { padding: 15px 0px 3px 0px; }
.imgLogo { width: 140px; margin-top: 15px; }
.footerD { width: 100%; min-height: 400px; background-color: #212020; color: #FFFFFF; }
.footerDMain { width: 790px; padding: 30px 0px 10px 0px; }
.bold { font-weight: bold; }


.capitalizeText { text-transform: capitalize !important; }
.borderTop { border-top: 1px solid #808080; }
.borderBotton { border-bottom: 1px solid #808080; }
.divOrIndex { background-color: #000000; height: 14px;  color: white; font-size: 10px; }
.colorGold { color: #82762c !important; }
.colorRed { color: #ff0000 !important; }
.colorOrange { color: #F39C12 !important; }
.colorGray { color: #808080 !important; }
.colorGreen { color: #00A65A !important; }
.colorWhite { color: #FFFFFF !important; }
.fontWeight { font-weight: bold !important; }
.displayNone { display: none !important; }
.displayBlock { display: block !important; }
.divAcceptedTerms { width: 15px; float: left; }
.field-validation-error { color: #ff0000 !important; }
.input-validation-error, .validation-summary-errors { border: 1px solid #ff0000 !important; }
/*.field-validation-error, .validation-summary-errors { font-family: ProximaNova-Regular; color: red; font-family: 'Helvetica Neue','Lato'; }*/
.table thead tr th { color: #ffffff; background-color: #214141; border: #ECF0F5 solid 1px; }


.labelEmailSmallSize { position: absolute; top: -5px;right: -2px; text-align: center; font-size: 9px; padding: 2px 3px; line-height: .9; }

#SubmitFormPadraoLoading { width: 97px; height: 97px; background: url('img/fancybox_loading.gif') center no-repeat; }
/*fancybox-wrap { width: 67px !important; height: 63px; }*/


/*If change the names here, changed to Enum on Core.Enumeradores.cs*/
.Before_48_Hours_To_Arrival  { color: #FF6A00; } /* Orange */
.In_48_Hours_To_Arrival  { color: #FF0000; } /* red */
.On_Time_Of_Hospitality  { color: #00A012; } /* Green */
.In_48_Hours_Of_Departure  { color: #0026FF; } /* Blue Light */
.After_48_Hours_Of_Departure  { color: #0026AE; } /* Blue Dark */


/*If change the names here, changed to Enum on Core.Enumeradores.cs*/
.Pre_Register  { color: #000000; } /* black l  */
.Waiting_Creation  { color: #FFD800; } /* yellow */
.Failed_To_Be_Created { color: #FF0000; } /* red */
.Created_On_Nexia { color: #00A012; } /* green */
.Waiting_Cancelation { color: #FFD800; } /* yellow */
.Failed_To_Be_Canceled { color: #FF0000; } /* red */
.Canceled_On_Nexia { color: #00A012; } /* green */
.Under_Observation { color: #FF6A00; } /* yellow */

.Not_Applicable { color: #F9F9F9; } /* light gray */


.validation-summary-errors { border: none !important; }


.boxInactive {  background-color: #F4F4F4 !important; color: #D0D0D0 !important; }

.small-box-footer { padding-right: 15px !important; text-align: right !important;  }


@media (max-width: 767px) {
    .correctDisplay { background-color: none !important; }
}

@media (min-width: 768px) and (max-width: 991px) {
    .correctDisplay { float: none !important; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .correctDisplay { float: left !important; }
}

@media (min-width: 1200px) {
    .correctDisplay { float: left !important; }
}


@media print {
}



