/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
 .login-progress {
  display: block;
  z-index: 2000;
  top: 63px;
  right: 40px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

.dt-toolbar-footer-custom {
  font-size: 11px;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  height: 30px;
}

.dt-toolbar-footer-custom_modal {
  font-size: 11px;
  border-top: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px #fff;
  -moz-box-shadow: inset 0 1px #fff;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
  height: 30px;
  border: 0px;
}

table.dataTable tbody tr.selected{background-color:#B0BED9}
table.dataTable.select tbody tr,
table.dataTable thead th:first-child {
  cursor: pointer;
}


.modal-dialog-center {
    margin-top: 15%;
}

.help-block_custom {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 11px;
    line-height: 15px;
    color: #D56161;
}

.help-block_custom_login {
    display: block;
    margin-top: 6px;
    padding: 0 1px;
    font-style: normal;
    font-size: 13px;
    line-height: 15px;
    color: #D56161;
}

.form-group {
    margin-bottom: 10px !important;
}

.nopadding-right {
   padding-right: 0px !important;
}

.nopadding-left {
   padding-left: 0px !important;
}

.custom-paging ul {
    margin: 0px 0;
}

.custom-paging-footer {
    border-right-style: hidden !important;
}

.graph-outer {
    width: 100%;
    position: relative;
    display: inline-block;
    margin: 0 0px;
}

.graph-inner {
    position: relative;
    margin-left: 50px;
}
.graph-inner-left {
    font-size: 15px;
    position: absolute;
    top: 50%;
    margin-left: 10px;
}

.graph-inner-button {
    font-size: 15px;
    position: relative;
    text-align: center;
}

.rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform:  translateX(-50%) translateY(-50%) rotate(-90deg);
}

table thead tr th a{font-family: "Open Sans",Arial,Helvetica,Sans-Serif;color:#333}


.padding-left-5 {
    padding-left:5px !important;
}

.padding-left-15 {
    padding-left:15px !important;
}

.padding-left-25 {
    padding-left:25px !important;
}

.padding-right-10 {
    padding-right:15px !important;
}

.padding-right-5 {
    padding-right:5px !important;
}

.padding-right-30 {
    padding-right:30px !important;
}

#btnFlightSearch ,#btnFlightReset {
    padding-top:5px;
    padding-bottom:5px;
    padding-left:30px;
    padding-right:30px;
}

.padding-top-5 {
    padding-top:5px !important;
}

.padding-top-20 {
    padding-top:20px !important;
}

.select2-container .select2-choice, .select2-selection {
  height: 28px;
}
 
 .select2-selection__arrow {
     width: 18px;
 }

.select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
        color: #444;
    line-height: 28px;
}

.select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    display: block;
}

.icoPassenger{
    width:14px;
    display:inlineblock;
    height:16px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left:10px;
}
.icoPassenger:before{
    content: '';
    background : url(../img/Passenger.png);
    background-size:cover;
    position:absolute;
    width:14px;
    height:16px;
    margin-left:-5px;
}

.icoDisplayPicture{
    width:14px;
    display:inlineblock;
    height:16px;
    background:transparent;
    color:white;
    text-decoration:none;
    padding-left:10px;
}
.icoDisplayPicture:before{
    content: '';
    background : url(../img/DisplayPicture.png);
    background-size:cover;
    position:absolute;
    width:14px;
    height:16px;
    margin-left:-5px;
}

.full-screen {
    width: 97%;
    height: 100%;
    margin: 5;
    top: 0;
    left: 0;
}

table.table-bordered td:last-child, table.table-bordered th:last-child {
    border-right-width: 1px;
}

.btncustom {
    float: right;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
}

.btncustom-left {
    float: left!important;
    height: 31px;
    margin: 10px 0 0 5px;
    padding: 0 22px;
    font: 300 15px/29px 'Open Sans',Helvetica,Arial,sans-serif;
}

div > #previewFlightRemarkPic {
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}

div > #previewFlightRemarkPicBrowse {
  width: auto;
  height : auto;
  max-height: 100%;
  max-width: 100%;
}

 #gridNavigator{
    display: inline-block;
    padding-left: 0;
    padding-right: 10!important;
    margin: 0 !important;
    vertical-align: middle;
    overflow: hidden;
}

 #gridNavigator.pagination>li>a ,#gridNavigator.pagination>li>span {
    position: relative;
    float: left;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    height: 30px!important;
    text-decoration: none;
    color: #3276b1;
    background-color: #fafafa;
    border-right: 0px solid #ddd;
    border-top: 0px solid #C2C2C2;
    border-bottom: 0px solid #C2C2C2;
    margin-left: 0px;
    margin-top: 1px;
    margin-bottom: 1px;
    text-align: center;
    webkit-box-shadow: none!important;
    box-shadow : none!important;  
    border-bottom-left-radius: 0px!important;
    border-top-left-radius:  0px!important;
    border-bottom-right-radius: 0px!important;
    border-top-right-radius:  0px!important;
}

#gridNavigator.pagination>.active>a,  #gridNavigator.pagination>.active>a:focus,  #gridNavigator.pagination>.active>a:hover, 
#gridNavigator.pagination>.active>span,  #gridNavigator.pagination>.active>span:focus,  #gridNavigator.pagination>.active>span:hover
   {
    z-index: 3;
    color: #fff;
    background-color: #3276b1;
    border-color: #3276b1;
    cursor: pointer;

   }

#gridNavigator.pagination>.disabled>a, #gridNavigator.pagination>.disabled>a:focus, #gridNavigator.pagination>.disabled>a:hover, #gridNavigator.pagination>.disabled>span, #gridNavigator.pagination>.disabled>span:focus, #gridNavigator.pagination>.disabled>span:hover {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed!important;
}   


#tbFlightSyncSearch.fc-border-separate thead tr, #tbFlightSyncSearch.table thead tr ,
#tbFlightPassengers.fc-border-separate thead tr, #tbFlightPassengers.table thead tr,
#tbFlightLegs.fc-border-separate thead tr, #tbFlightLegs.table thead tr
{
    background-color: #eee;
    background-image: -webkit-gradient(linear,0 100%,0 100%,from(#f2f2f2),to(#fafafa));
    font-size: 12px;
}


.picRemarkSize {
    max-height: 450px!important;
    max-width:600px!important;
    width:100%!important;
}    

.picLogoSize {
    max-height: 650px!important;
    max-width:800px!important;
    width:100%!important;
}    

/* start - hack to fix issue with dropdown caret position */
.ui-autocomplete-dd .ui-inputtext {
    float: left;
}

.ui-autocomplete-dd .ui-autocomplete-dropdown {
    float: right;
    transform: translateY(-100%);
}
/* end -  hack to fix issue with dropdown caret position */

.ui-button-icon-only .ui-button-text {
    padding: .5em!important;
    border: 0px!important;
}

.ui-autocomplete {
    width: auto;
    zoom: 1;
    cursor: pointer;
    box-shadow: none;
    display: block!important;
}

.ui-widget-header .ui-button, .ui-widget-content .ui-button, .ui-button {
    border-left: 0px solid!important;
    border-top: 0px solid!important;
    border-bottom: 0px solid!important;
    border-right: 0px solid!important;
    color: buttontext!important;
    background-color:transparent!important;
}

#filterLocation .ui-autocomplete {
    z-index: 906!important;
}

.fixHeight-30{
    height:30px!important;
}

.fixHeight-60 {
    height: 60px !important;
}

#destination .ui-autocomplete {
    z-index: 900!important;
}

#securityCode .ui-autocomplete {
    z-index: 900!important;
}

#ratingType .ui-autocomplete {
   z-index: auto!important;
}

#surveyQuestionType .ui-autocomplete {
   z-index: auto!important;
}

.superbox-show {
    text-align: left;
    position: relative;
    background-color: darkgrey;
    width: 100%;
    float: left;
    padding: 25px 0 12px 25px;
    display: none;
    margin: 5px 0;
}

.superbox-current-img {
    max-width: 100%;
    max-height: 500px!important;
    float: left;
    padding-right: 25px;
    padding-bottom: 13px;
}

.superbox-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 16.6%!important;
  padding: 5px;
  position: relative;
}

.dropzone_custom_biglogo {
    min-height: 100px!important;
    min-width: 300px!important;
}

.dropzone_custom_smalllogo {
    min-height: 80px!important;
    min-width: 240px!important;
}

.ui-calendar {
    position: relative;
    display: block!important;
}

.mobipax-logon-footer {
    margin: 0;
    height: 71px;
    border-bottom: 1px solid #eee!important;
    overflow: hidden;
    padding: 0 30px;
    border-width: 0;
    min-height: 28px;
    background: #f4f4f4!important;
}

.cursor-pointer{cursor: pointer;}
.cursor-default{cursor: default;}


.smart-form .select i:before {
    border-bottom:none!important;
 }

.smart-form select.input-sm {
    font-size: 11px!important;
}

p-autocomplete .ui-state-highlight {
    background-color:#3297FD!important;
}

p-autocomplete .ui-corner-all {
    border-radius: 0px!important; 
}

.ui-autocomplete-panel .ui-autocomplete-list {
    padding-left:0!important;
    padding-right:0!important;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
    padding: .500em .413em!important;
}

.logo-image {
    max-width: 50px; 
    margin-top: -14px;
    margin-left: 5px;
}

.auth-logo-image {
    max-width: 70px; 
    margin-top: -22px;
    margin-left: -10px;
}

select[disabled], select[disabled] ~ i {
    opacity: 0.6;
}