﻿





/* ACTION BARS */

.page-action {
    list-style-type: none;
    position: fixed;
    bottom: 0px;
    right: 5px;
    text-align: center;
    z-index: 9999;
    padding-left: 20px;
    padding-top: 200px;
}

    .page-action > li {
        padding: 5px;
    }

.action-hidden {
    opacity: 0;
}
.inline {
    display: inline-block;
    margin-right: 5px;
}

.action-button {
    -webkit-animation-duration: .3s;
}

.action-transparent {
    opacity: .4;
    transition-duration: .5s;
}

.action-not-transparent {
    opacity: 1;
    transition-duration: 2s;
}


/* BUTTONS */

.btn-icon-lg {
	width: 60px;
	height: 60px;
	line-height: 0px;
}

.btn-icon-lg .zmdi {
    font-size: 30px;
}

.btn-icon-md {
	width: 45px;
	height: 45px;
	line-height: 0px;
}

.btn-icon-md .zmdi {
    font-size: 22px;
}

.btn-success {
    background-color: #62b31a !important;
}

.btn-primary {
    background-color: #038fd7 !important;
}



/* SCROLL BAR */

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #666666;
  border: 5px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #666666;
}
::-webkit-scrollbar-thumb:active {
  background: #666666;
}
::-webkit-scrollbar-track {
  background: #c5c5c5;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-track:hover {
  background: #c5c5c5;
}
::-webkit-scrollbar-track:active {
  background: #c5c5c5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/* LOGIN */

.lc-block:not(.lc-block-alt) .lcb-form {
    padding: 35px 25px 35px 25px;
}

.login-title {
    font-size: 18px;
    font-weight:400;
    margin-bottom: 15px;
    color: white;
}

.login-content {
    background-color: #0075bd !important;
}

.login-logo {
   width: 350px;
}

.lc-block:not(.lc-block-alt) .btn-login {
    top: 80%;
    margin-top: -43px;
    right: -25px;
}

.lc-block {
    margin-top: -170px;
}

/* SITE MASTER */

html:not(.ismobile) .page-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: .6;
}

#header {
    top: 50px;
}

.layout-logo {
    height: 60px;
    position: absolute;
    top: 5px;
}

.sitename {
     padding: 14px 0px 14px 30px;
     font-size: 15px;
     font-weight: 600;
}

/*body {
    background-color: #f9f9f9 !important;
}*/

#main {
    padding-top: 150px;
    padding-bottom: 15px;
}



.hi-menu > li > a {
    height: 70px;
    padding: 15px;
    font-size: 17px;
    text-transform: uppercase;
}

.hi-menu > li > a .him-icon {
    font-size: 19px !important;
    margin-right: 2px
}

.hi-menu > li:hover {
    background-color: #ea3024 !important;
}

.hi-menu > li.no-hover:hover {
    background-color: #00305B !important;
}

.hi-menu .active {
    background-color: #ea3024 !important;
}

.h-inner {
    padding: 0px 0 !important;
}

#content {
    padding-left: 15px !important;
    padding-right: 15px;
}



.topheader {
    height: 50px;
    position: fixed;
    z-index: 999;
    background-color: #edecec;
    width: 100%;

}
/* COLORS */
.iata-blue {
    background-color: #00305B !important;
}

.iata-font-red {
    color: #eb3014 !important;
}


/* FONTS */
.font-600 {
    font-weight: 600;
}

/* TABLE */
.bootgrid-header {
    display: none !important;
}


.data-table-command > thead > tr > th,
.data-table-basic > thead > tr > th {
    background-color: #f3f3f3 !important;
}

.outside-screen {
    position: absolute;
    top: -1000px;
}


/* OTHER */

.addon-label {
    top: -23px;
    font-size: 15px !important;
    position: absolute;
    font-weight: 600;
    color: #959595;
    pointer-events: none;
    z-index: 0;
    left: 15px;
    white-space: nowrap;
    color: #5E5E5E !important;
}

.dropdown-label {
    
    margin-top: -10px;
    margin-bottom: 10px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #5E5E5E !important;
}

.margin-dropdown {
    margin-top: -15px !important;
}

.fg-label {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #5E5E5E !important;
}


.fg-float .fg-toggled .fg-label {
    font-size: 13px;
}


.btn-icon {

    background-color: #d8d8d8 !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 0px solid #F5F5F5;
}


.iata-ul {
    background-color: #00305B;
    height: 50px !important
}

    .iata-ul > li > a {
        color: white !important;
    }

    .iata-ul > li.active {
        background-color: #ea3024 !important;

    }

.lg-header, .tab-nav li > a {
    font-weight: 500;
    text-transform: capitalize !important; 
}

    .tab-nav li > a:after {
        height: 0px !important;
        position: absolute;
        width: 100%;
        bottom: 2px;
        -webkit-transition: all;
        -o-transition: all;
        transition: all;
        -webkit-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }


.margin-top-field {
    margin-top: -23px;
}

.table > thead > tr > th {
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.form-control {
    border: 1px solid #b1b1b1 !important;
    padding-left: 5px !important;
}

.btn-group, .bootstrap-select {
    border: 1px solid #b1b1b1 !important;
    height: 35px !important;
    margin-top: -6px !important;
}

    .bootstrap-select > .btn-default {
        border-bottom: 0px solid #e0e0e0!important;
        padding-left: 5px !important;

    }


        .bootstrap-select > .btn-default:before {
            right: 5px !important;

        }


.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  
    border-top: 1px solid #666666 !important;


}

.fg-line:not([class*=has-]):after {
    background: #00305B !important;
}

.block-header > h2 {
    font-size: 15px;
    color: #1f1f1f !important;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}

.back-button{
    position: absolute;
    top: 75px;
    left: 150px;
    z-index: 9999;
    color: white !important;
}

    .back-button a {
        color: white !important;
        font-size: 20px;
    }

.highlight {
    background-color: #fff34d;
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3-4 */
    border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
}

.highlight {
    padding: 1px 4px;
    margin: 0 -4px;
}


.harling-logo {
    width: 125px;
    padding: 20px 0px 20px 20px;
}

/* MESSAGES */

.comm-message {
    display: block;
    min-height: 40px;
    width: 100%;
    margin-bottom: 5px;
    /*float:left;*/
}

.comm-message-corner {
    display: block;
    float: left;
    width: 8px;
    height: 100%;
    min-height: 52px;
}

.comm-message-corner-red {
    background-color: #ea3024;
}

.comm-message-corner-blue {
    background-color: #00305B;
}

.comm-message-content {
    border: 1px solid #ababab;
    padding-left: 20px;
    height: 100%;
    min-height: 40px;
    padding: 5px 5px 5px 20px;
}

.comm-submessage {
    display: block;
    min-height: 40px;
    width: 95%;
    margin-bottom: 5px;
    /*float:right;*/
    margin-left: 5%;
}

.comm-message-content-text {
    min-height: 20px;
    height: calc(100% - 20px);
}

.comm-message-content-footer {
    text-align: right;
    color: #ababab;
    padding-right: 5px;
    height: 20px;
}

.comm-message-content-footer > a {
    float: left;
    cursor:pointer;
}

.eom-content {
    background-color: #fff4c0;
    font-weight: 600;
    text-align: center;
}

.circle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
}

.circle-container {
    display: block;
    position: relative;
    width: 15px;
    float: left;
    height: 20px;
}

.circle-text {
    width: 40px;
    float: left;
}

.conversation-reply-container {
    display: block;
    width: 95%;
    margin-left: 5%;
    margin-top: 20px;
}

.modal-header-primary {
    color: #fff !important;
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #00305B;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

    .modal-header-primary h4 {
        color: #fff !important;
    }

.modal {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.adjust-notif-center {
    padding: 0px 0px 0px 0px !important;
}

#btnToggleNotification {
    color: white !important;
    opacity: 1;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: searchfield;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

#btnSearchSettings > i {
    font-size: 20px;
    margin-top: -10px;
    color: gray;
    cursor: pointer;
}

input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
}