﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #008b75; /*#688CAF;*/ /*#5c87b2; 5c87b2 45597D*/ 
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding-top: 12px;
    color: #696969;
    min-width: 1080px;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    
}

#header {
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
}

#header h1
{
    font-weight: bold;
    padding: 5px 0;
    margin: 0;
    color: #fff;
    border: none;
    /*line-height: 2em;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#main
{
   padding: 10px 15px 10px 15px;
   /*background: url(images/maincol-gradient.png);*/
    background-color: #ffffff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
    border-radius: 5px;
}

#mainWrapper
{
	background-color: #ffffff;
	margin-bottom: 30px;
    border-radius: 5px;
}
#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

.AssemblyVersion {
    float: right;
    color: #FFFFFF;
    padding-right: 10px;
}

#MigrationFormDetails {
    padding: 10px;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    padding-top: 0;
    border: 1px solid #CCC;
    -moz-border-radius: 6px; 
    -webkit-border-radius: 6px; 
    border-radius: 6px;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

legend 
{
	margin-bottom: 1em;
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 2px 2px 2px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
  word-break: break-all;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}
/* My Table Like div classes  
----------------------------------------------------------*/
.divTable
{
	display: table;
}

.divRow
{
	display: table-row;
}

.divCell
{
	display: table-cell;
	padding: 2px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:30px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

#MergeProfileMsg, #RemoveSourceResult {
    color: #ff0000;
}

#RemoveSourceProfile.button {
    width: 135px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.no-display 
{
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box[type="number"] {
    width: 10em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

.working{background:url('../../Content/images/loading/loadingFireballs.gif') no-repeat right center;}

/*.ui-autocomplete-loading {
  background: #f00 url("images/loadingArrows.gif") right center no-repeat;
}*/

.button {
    background-color: #1B86B7; 
    padding: 2px 4px;
    font: 13px sans-serif;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #aaa #444 #444 #aaa;
    color: #fff;
    width: 130px;
}
.button:hover { background-color: #A1D8F1; color: #026890 }

.buttonwide 
{
    display:inline;
    background-color: #1B86B7; 
    padding: 2px 4px;
    font: 13px sans-serif;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #aaa #444 #444 #aaa;
    color: #fff;
    width: 315px;
}
.buttonwide:hover { background-color: #A1D8F1; color: #026890 }
.offsetbutton 
{
    background-color: #1B86B7; 
    padding: 2px 4px;
    font: 13px sans-serif;
    text-decoration: none;
    border: 1px solid #000;
    border-color: #aaa #444 #444 #aaa;
    color: #fff;
    width: 130px;
    position: relative;
    top:1.3em;
    
}
.offsetbuttonwide:hover { background-color: #A1D8F1; color: #026890 }
#ApproverUpdateMessage { display:inline; }
#RemoveApproverMessage { display:inline; }


.DataGridXScroll 
{ 
  
    width: auto; 
    
    text-align: left; 
    /*
    width: 500px; 
    overflow-x: scroll; 
    text-align: left;  */
} 
.newbutton {
    font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
    font-size: 9px;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    border-top-width: thin;
    border-right-width: thin;
    border-bottom-width: thin;
    border-left-width: thin;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    background-image: none;
    background-color: #990000;
    height: 20px;
    width: 42px;
}

/* Agent Portal GDS Config Grid Class*/

.gdsConfigHeaderCls
{
    width:10px !important;     
    word-wrap: break-word !important;         
    border-color: #8ba0bc;
    border: solid #8ba0bc;
    border-width: 0 0 1px 1px;    
}
.gdssabreWidth{min-width:30px;border-left-width:0px;}
.gdssabreProfilesWidth{min-width:50px;}
.gdsaltPrimaryWidth{min-width:40px;}
.gdseBillWitdh{min-width:38px;}
.gdsprimaryWidth{min-width:35px;}
.gdstemplateAssoWidth{min-width:55px;}
.gdscmpTemplateAssoWidth{min-width:78px;}
/* Agent Portal GDS Config Grid Class*/

.agentsGridHeaderCls
{
    line-height: 18px;
    height: 18px;
    padding: .3em .7em .3em .3em;
    border-color: #8ba0bc;
   /* background: url('//Office2010Blue/gradient.png') repeat-x 0 center;*/
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 0 1px 1px;
    font: 11px tahoma,sans-serif;
    
}

.agentsGridHeaderWithFilterCls
{
     line-height: 18px;
    height: 18px;
    padding: .3em .3em .3em .3em;
    border-color: #8ba0bc;
   /* background: url('//Office2010Blue/gradient.png') repeat-x 0 center;*/
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 0 1px 1px;
    font: 11px tahoma,sans-serif;
    
    margin: -.3em -.6em;
}
.officesGridHeaderWithFilterCls
{
     line-height: 18px;
    height: 18px;
    padding: .3em .3em .3em .3em;
    border-color: #8ba0bc;
/*    background: url('//Office2010Blue/gradient.png') repeat-x 0 center;*/
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-width: 0 0 1px 1px;
    font: 11px tahoma,sans-serif;
    
    margin: -.3em -.6em;
}
.agentsGridColumnWidthCls
{
    max-width: 67%;
    min-width: 67%;
}

.preserveWhiteSpace {
    white-space: pre-wrap;
}

.syncMessageLine {
    white-space: pre-wrap;
    line-height: 100% !important;
}

.transactionLogEntry {
    font-size: 9pt; 
    padding: 10px;
    font-family: Courier New;
}

.KdsBreakStringCls
{
    word-break:break-all;
}

.clientCenterCompanyGroupList {
    max-height: 200px;
    overflow-y: auto;
}

#DestinationPolicyID {
    width: 100px;
}
#ArrangerUpdateMessage, #travelerForArrangerUpdateMessage {
    color:gray;margin:10px 0 15px 0;line-height: 1.6em;
}
#dvTravArrangerSearTxt, .travArrangerSrchTxt {
    color: rgb(56, 78, 115);
}
#dvTravArrangerSearTxt i, .travArrangerSrchTxt i {
    font-size: .9em;
}
#dvTravArrangerSearTxtCtrl, .divTravelerForArrangerSearchBox {
    width: 380px; float: left;
}
#travArrangerSearchBox, #travelerForArrangerSearchBox {
    width: 370px; font-size: 11px
}
#dvLstTravArrangersTxt, .travelerArrangerTableTitle {
    color: rgb(56, 78, 115);padding-top:15px;
}
#travelerArrangerRows, .travelerArrangerRows {
    min-width: 650px;
}
.thTravelerArrangerRows {
    width: 160px;
}
.dvTravArrangerInsert {
    float: left; margin: 0.4em 0;
}
.inputTravArrangerInsert {
    width: 150px;
}
.clsNoTArrangersMsg {
    text-align:center;
}
.clsCustFieldValueLstLink {
    float: right; margin-right: 50px;
}
#btnCustfieldSaveChanges {
    height: 30px;
}
.clsCustFieldCompanyHeader {
    padding-left: 20px; margin-bottom: 15px; min-height: 70px;
}
.clsCustFieldCompanyHeaderIcn {
    float: left; margin-right: .3em;margin-top: 15px;
}
.clsCustFieldCompanyHeaderTxt {
    margin-top: 15px;
}
.clsCustFieldCompanyHeaderDiv {
    display: inline-block;
}
/* AgentPort - Company & Global Lists Admin */
body.extraWideBody {
    min-width: 1400px;
}
/* Agentport - Customizable fields*/
body.customizableFieldsPageBody {
    min-width: 1280px;
}
.companyBulkUploadSuccessCls {
    color: green;
    font-weight: bold;
}
.companyBulkUploadDetailsCls {
    padding-bottom: 20px;
    margin: 0 0 0 50px;
}
.validation-required-class
{
	color: #ff0000;
	vertical-align: top;
}
.validation-erroralertcss
{
	display:inline-block;
    width:16px;
	height:16px;
	vertical-align: middle;
	background: url('/Content/images/erroralerticon.png') no-repeat;
	cursor: pointer;		
}
.information-closebutton
{
	display:inline-block;
    width:16px;
	height:16px;
	vertical-align: middle;
	float:right;
	margin:2px 2px 0 0;
	background: url('/Content/images/close-red.png') no-repeat;
	cursor: pointer;
}
.validation-error-class
{
	color: #ff0000;
}
.validation-valuelistcss
{
	display:inline-block;
    width:16px;
	height:16px;
	vertical-align: middle;
	background: url('/Content/images/informationicon.png') no-repeat;
	cursor: pointer;
}
.popup_boxvaluelist {
    display: none;
    max-height: 150px;
    width: 150px;
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    opacity:1; 
    border-radius: 6px;    
    position: absolute;
    background-color: #f8da4e;
    color: #915608;
    overflow: auto;
    border: 2px solid #fcd113;
    font-weight: bold;
}
.valuelistContentDiv {
    margin: 5px;
}
.valuelistContentDiv span {
    padding-top: 5px;
}
.companywizardMainDiv {
    margin: 30px 0 30px 20px;
}
.companywizardButtonsDiv {
    margin:30px 0 0 20px;
}
#companyWizardSaveStatusDiv {
     margin:20px 0 0 20px;
}
.padding-bottom-5 {
    padding-bottom: 5px;
}
.padding-left-30 {
    padding-left: 30px;
}
.italic {
    font-style: italic;
}
.arranger-option-user-input {
    width: 350px !important;
}
.arranger-option-list {
    padding-top: 10px; 
    height: 100px;
    overflow-x: auto;
}
.tab-Scroll {
    overflow-x: auto;
}
.arranger-option-list-remove-button {
    padding-top: 5px;
    cursor: pointer;
}

.forgot-password {
    width: 25%;
}
.forgot-password .field-validation-error {
    padding-top: 5px;
    display: block;
}
.forgot-password .ui-state-error{
    border: 0;
    background: transparent;
}
.forgot-password .editor-submit {
    margin-top: 30px;
}
.checklist-col-language {
    width: 5%;
}
.checklist-col-text {
    width: 35%;
}
.checklist-col-desc {
    width: 45%;
}
.checklist-col-edit {
    width: 5%;
}
.checklist-col-remove {
    width: 5%;
}
.checklist-col-id {
    display: none;
}
.center-align {
    text-align: center;
}
.choose-checklist-icon
{
    padding: 5px;
    text-align: left;
}
.checklist-intl-roaming {
    background-image: url('/Content/images/ChecklistIcons/international.png');
    background-repeat: no-repeat;
    background-position: center;
}
.checklist-passport {
    background-image: url('/Content/images/ChecklistIcons/passport.png');
    background-repeat: no-repeat;
    background-position: center;
}
.checklist-safety-travel-form {
    background-image: url('/Content/images/ChecklistIcons/safety-travel-form.png');
    background-repeat: no-repeat;
    background-position: center;
}
.checklist-smart-traveler {
    background-image: url('/Content/images/ChecklistIcons/smarttraveller.png');
    background-repeat: no-repeat;
    background-position: center;
}
.checklist-vaccination {
    background-image: url('/Content/images/ChecklistIcons/vaccination.png');
    background-repeat: no-repeat;
    background-position: center;
}
.checklist-visas {
    background-image: url('/Content/images/ChecklistIcons/visas.png');
    background-repeat: no-repeat;
    background-position: center;
}

.tab-warning {
    min-height: 45px !important;
}
.tab-warning i{
    color: #dc143c;
}

.sync-status-button-container {
    margin: 1em 0;
}
.sync-status-button-container .ui-button{
    margin-right: 1em;
    padding: 0.5em;
}