﻿/************************ Designed For Client All Client ************************/
@import "css-variables.css";

body {
    font-family: Font-Reg !important;
    font-size: 14px !important;
    background-color: var(--body-back-color);
    color: var(--body-fore-color);
}

/* Header */
.top {
    min-height: 73px;
    border-bottom: 1px solid var(--login-header-bottom-border);
    background-color: var(--top-back-color);
}

.top-horizontal-line {
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    border-bottom: 0px solid var(--primary-back-color);
    background-color: var(--primary-back-color);
    color: var(--primary-fore-color);
}

.top-horizontal-menu {
    height: 25px;
    background-color: #1EAFD2;
}

.header-text {
    /*line-height: 73px;*/
    text-align: right;
    padding-right: 10px;
    float: right;
    color: var(--site-header);
    padding-top: 15px;
}

.gridheader {
    font-weight: normal;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
    border-color: Black;
    font-size: 14px;
    font-weight: normal;
}

.paysliptext {
    color: #15365d;
    font-family: Font-Bold;
}

.logo {
    padding-top: 15px;
}

.page-header {
    height: 40px;
    line-height: 40px;
    padding: 0px 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px none var(--secondary-back-color);
    color: #000;
    font-family: Font-Bold;
    font-size: 18px;
}

.project-title {
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    font-size: 20px;
    border: 0px solid red;
    color: #15365d;
    font-family: Font-Bold;
}

.title-group {
    float: right;
    height: 60px;
    text-align: right;
    padding-right: 10px;
    font-family: Font-Bold;
    color: #ffffff;
}

.home-link, .home-link a, .home-link a:hover {
    text-decoration: none;
    color: var(--link-tertiary) !important;
}

.Pheader {
    border-style: none;
    background-color: White;
}

.spd {
    border-style: none;
}

.Homeclass {
    background-image: url('../imagesV2/home.png');
    margin-top: 5px;
    width: 30px;
    height: 30px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 25px;
}

.indexcrew {
    background-image: url('../imagesV2/cabin_crew.png');
    width: 20px;
    height: 30px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-top: 5px
}

.IndexEdocs {
    background-image: url('../imagesV2/edoc_center.png');
    width: 20px;
    height: 30px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 20px
}

.IndexInfo {
    background-image: url('../imagesV2/info_notice.png');
    width: 20px;
    height: 30px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 20px
}

.IndexReport {
    background-image: url('../imagesV2/Report_center.png');
    width: 20px;
    height: 30px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 20px
}

.IndexWebLinks {
    background-image: url('../imagesV2/weblinks.png');
    width: 20px;
    height: 30px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 20px
}

.IndexMustRead {
    background-image: url('../imagesV2/must_read.png');
    width: 20px;
    height: 20px;
    Float: left;
    background-repeat: no-repeat;
    background-size: 20px
}

/* Content */
.box-container {
    width: 100%;
    margin-left: 0px
}

.box-header {
    text-align: left;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    text-transform: uppercase;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
    font-family: Font-Bold;
}

.box-header-2 {
    text-align: left;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: Font-Bold;
}

.box-header-3 {
    text-align: left;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    text-transform: uppercase;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
    font-family: Font-Bold;
}

.box-header-4 {
    text-align: left;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    text-transform: uppercase;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
    font-family: Font-Bold;
}

.box-header-5 {
    text-align: left;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    text-transform: uppercase;
    background-color: var(--primary-back-color);
    color: var(--primary-fore-color);
    font-family: Font-Bold;
}
/* Begin For FrameUnreadAll FDM & Safety Links Trujet TMG */
.box-header-6 {
    text-align: left;
    margin-top: 0px;
    padding: 5px 0px 5px 0px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: Font-Bold;
}
/* End For FrameUnreadAll FDM & Safety Links Trujet TMG */

.color-header-1 {
    color: var(--header-first);
}

.color-header-2 {
    color: var(--header-second);
    border-bottom: 2px solid var(--header-bottom-border);
}

.color-content-1 {
    background-color: #ffffff;
    border: 1px solid #FFCC00;
}

.color-content-2 {
    background-color: #F4F4F4
}

.box-content {
    padding: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    background-color: #F8F8F8;
    border: 1px solid #ececec;
}

.box-content-2 {
    border-top: 0px solid #ececec;
    border-right: 0px solid #ececec;
    border-left: 0px solid #ececec
}

.box-content-2-bottom {
    padding: 0px;
    background-color: #ffffff;
    border: 0px solid var(--horizontal-line);
}

.box-content-4 {
    padding: 10px;
    padding: 10px;
    border: 1px solid #000;
}

.box-content-plain {
    padding-top: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.box-header span, .box-header-2 span, .box-header-3 span, .box-header-4 span, .box-header-5 span, .header-position span {
    padding-left: 3px
}

.right-panel {
    padding-bottom: 10px;
    background-color: #F0F0F0;
}

.list-type {
    float: left;
    color: gray;
}

.star-bulletin {
    color: red;
}

.star-bulletin-read {
    color: green;
}

.header-position {
    position: relative !Important
}

.contain-position {
    position: absolute;
    top: 15%; /* transform: translatey(-50%); */
    right: 0px
}
/* !Important */
.responsive-container {
    width: 98%;
    max-width: 98%;
    overflow-y: hidden;
    margin: 0 auto;
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.header-color {
    vertical-align: middle;
    height: 41px;
    line-height: 41px;
    background-color: #D7192C;
    color: #ffffff;
    font-family: Font-Bold;
}

.midarea-header {
    margin-right: 0px;
}

.header-icon { /* padding-top: 2px; */
    width: 16px;
    border-width: 0px;
    display: table-cell
}

.header-icon-child {
    margin-top: -3px;
    width: 16px;
    border-width: 0px
}

.leave-date-type input[type='radio'] {
    float: left;
    margin-top: 2px
}

.leave-date-type label {
    font-weight: normal;
}

/* Common */
.user-label {
    text-transform: uppercase;
}

.logout:link, .logout:visited, .logout:hover {
    text-decoration: none;
    text-transform: uppercase;
    color: var(--link-tertiary);
}

.textbox-login {
    width: 75%;
    margin: 1px;
    padding: 5px;
    border: 0px;
    border: 1px solid #CCCCCC;
}

.hyperlink-subtext {
    text-transform: uppercase;
    font-size: 10px;
    text-align: right;
    color: var(--link-primary);
}

.hyperlinks {
    padding-right: 15px;
}

    .hyperlinks a, .hyperlinks a:hover {
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        color: var(--link-primary);
        font-family: Font-Bold;
    }

.menu, .menu:hover {
    text-transform: uppercase;
    text-decoration: none;
    color: #3b3b3b;
    font-family: Font-Reg !important;
}

.padding-0 {
    padding: 0px;
}

.padding-micro {
    padding: 2px;
    margin-right: 10px
}

.must-read {
    padding: 5px 0px;
    border-bottom: 1px solid var(--horizontal-line);
}

.read-item {
    margin-top: -2px;
}

.read-more, .read-more:hover, .read-more:active {
    text-decoration: none;
    color: var(--link-secondary);
    font-size: 14px;
}

.btn-custom, .btn-custom:hover, .btn-custom:active {
    display: inline-block;
    padding: 3px 3px;
    font-weight: 200;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    text-transform: uppercase;
    margin: 10px, 0px;
    font-size: 12px;
    font-weight: 200;
    border: 1px solid transparent;
}

.btn-custom-min {
    display: inline-block;
    padding: 3px 3px;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 100;
    border: 1px solid transparent;
}

.btn-brown {
    margin: 5px 0px;
    color: #fff;
    background-color: #404040;
}

.btn-general, .btn-general:hover, .btn-general:visited, .btn-general:active {
    margin: 5px 0px;
    color: var(--button-fore-color);
    background-color: var(--button-back-color);
}

.btn-maroon, .btn-maroon:hover, .btn-maroon:visited, .btn-maroon::active {
    margin: 5px 0px;
}

.full-width {
    width: 100%;
}

.login-container {
    padding: 5px;
    -webkit-border-radius: 20px;
    margin: 0 auto;
    border-radius: 20px;
    border: 1px solid var(--login-header-bottom-border);
    background-color: #ffffff;
}

.login-logo {
    padding-top: 6px;
    text-align: center;
    text-align: center;
    margin: 0 auto;
}

.login-content {
    width: 215px;
    margin: 0 auto;
}

.login-forget-container {
    width: 100%;
    text-align: center;
}

.login-forget-link {
    text-decoration: none;
    font-size: 12px;
    color: #395584;
}

.login-messagebox {
    color: red;
}

.login-messagebox-container {
    width: 100%;
    text-align: center;
    margin: 5px 0px;
    height: 20px;
}

.login-maintext {
    font-size: 20px;
    font-family: Font-Bold;
    color: var(--login-welcome-text);
}

.login-maintext-container {
    width: 100%;
    padding-top: 25px;
    text-align: center;
}

.text-bold {
    font-family: Font-Bold;
    font-size: 13px;
}

.float-left {
    float: left;
}

.margin-top-10 {
    margin-top: 10px
}

.margin-top-20 {
    margin-top: 20px
}

.margin-left-min {
    margin-left: 10px
}

.no-border {
    border-width: 0px
}

.text-top {
    vertical-align: top
}

.middle-align {
    margin: 0 auto
}

.hidden {
    display: none
}

.grid-pager span, .grid-pager a {
    padding: 2px
}

.table-header {
    background-color: #d2e2ef;
    color: #000
}

.bulletin {
    float: left;
    font-size: 10px;
    color: Gray;
    padding-top:3px;
    padding-right:5px;
}

.bulletin-container {
    margin-top: -2px
}

.hr {
    margin: 0px;
    border-width: 1px;
    border-style: dotted;
}

.hr-dotted {
    margin-top: 3px;
    margin-bottom: 3px;
    border: 0.5px var(--horizontal-line) dotted;
}

.note {
    font-size: 10px;
    font-style: normal
}

.divider-custom {
    padding-left: 5px;
    padding-right: 5px;
}

.padding-right-min {
    padding-right: 10px
}

.text-middle {
    vertical-align: middle
}

.cmbRedirect {
    width: 100%
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.6;
}

.padding-bottom-5 {
    padding-bottom: 5px
}

.login-note {
    visibility: hidden;
    font-size: 13px;
    color: #15365d;
    font-family: Font-Bold;
}

.login-note-bullet {
    margin: 0px auto;
    width: 350px;
    text-align: left;
}

/*********** 04 Sep 2018 - Added by Nikhil - Added class for text animation 'New' for Notify Buddy left menu in Index Page for all client ***********/
.change_color {
    display: inline;
    width: 180px;
    height: 90px;
    padding: 2px 7px;
    border-radius: 5px;
    text-transform: capitalize;
    font-family: 'Font-Bold', sans-serif;
    font-size: 12px;
    color: #c11427;
    background-color: #b3b1b1;
    -webkit-animation: color-change 1.5s infinite;
    -moz-animation: color-change 1.5s infinite;
    -o-animation: color-change 1.5s infinite;
    -ms-animation: color-change 1.5s infinite;
    animation: color-change 1.5s infinite;
}

@-webkit-keyframes color-change {
    0% {
        color: #fff
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff
    }
}

@-moz-keyframes color-change {
    0% {
        color: #fff;
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff
    }
}

@-ms-keyframes color-change {
    0% {
        color: #fff;
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff
    }
}

@-o-keyframes color-change {
    0% {
        color: #fff;
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff
    }
}

@keyframes color-change {
    0% {
        color: #fff;
    }

    50% {
        color: #333;
    }

    100% {
        color: #fff
    }
}
/*********** 03 Oct 2017 ***********/
.page-header-min {
    padding: 0px 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px none var(--secondary-back-color);
    color: #000;
    font-family: Font-Bold;
    font-size: 12px;
}

.box-header-min {
    text-align: left;
    margin-top: 10px;
    padding: 5px 0px 5px 0px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding-left: 5px;
    text-transform: uppercase;
    font-size: 12px;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
    font-family: Font-Bold;
}

.label-sm {
    padding: 0px;
    font-size: 11px;
}

/*********** 23 Oct 2017 ***********/
.logo-custom {
    float: left
}

a, a .readitem { /* color: #0099B2; */
    text-decoration: none
}
/* 
#divMain  
{*/
/* background: -webkit-linear-gradient(#b1c7e8 5%, white 30%); /* For Safari 5.1 to 6.0 */
/* background: -o-linear-gradient(#b1c7e8 5%, white) 30%; /* For Opera 11.1 to 12.0 */
/* background: -moz-linear-gradient(#b1c7e8 5%, white 30%); /* For Firefox 3.6 to 15 */
/* background: linear-gradient(#b1c7e8 5%, white 30%);
/*} */
/************ Flight Swap/ Flight Notification/ Flight Trip ************/
.fc-state-default, .fc-state-default .fc-button-inner {
    background: var(--secondary-back-color)
}

.fc-event-skin-request {
    cursor: pointer;
    border-color: Gray;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color); /*   height:100px ;*/
}

.ui-widget-header {
    border-width: 0px;
    background-color: #e6e6e6;
    color: #000000;
}

input[type='radio'], input[type='checkbox'] {
    margin: 4px
}

.input-sm {
    height: 22px;
    padding: 0 10px;
    color: Black;
    border: 1px solid #dadada;
    font-size: 14px;
}

    .input-sm input[type='checkbox'] {
        margin-right: 5px
    }

.input-sm-min {
    height: 22px;
    width: 50px;
    color: Black;
    border: 1px solid #dadada;
    font-size: 14px;
}

.input-sm-date {
    width: 100px;
    height: 22px;
    padding-left: 3px;
    line-height: 1.5;
    border-radius: 3px;
    color: Black;
    border: 1px solid #dadada;
    font-size: 14px;
}

.input-radio {
    width: 20%;
    height: 22px;
    color: inherit;
    border: 0px solid #dadada;
}

    .input-radio label {
        font-weight: normal;
        font-size: 14px
    }

select.input-sm {
    height: 22px;
    padding: 0px
}

.popup-date-header {
    text-align: center;
    background-color: #B29C7E;
    font-family: Font-Bold;
    color: #ffffff;
}

/* .ui-widget-header { border: 1px solid #aaaaaa; color: #ffffff; font-family: Lato-Bold; background-color:#B29C7E } */
.ui-state-default .ui-icon {
    background-image: url("../images/ui-icons_888888_256x240.png")
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center
}

.ui-widget {
    font-size: 0.8em;
}

.ui-widget-header .ui-icon {
    background-image: url("../images/ui-icons_222222_256x240.png")
}

.popup-container {
    font-size: 12px;
}

.ui-datepicker-title {
    color: #000000;
}

.ui-datepicker {
    width: 18.3em;
}

.ui-datepicker-trigger {
    border: 0px;
    margin-top: 0px;
    padding: 2px;
    vertical-align: top;
    background-color: #ffffff
}

    .ui-datepicker-trigger img {
        height: 18px;
        width: 20px;
        margin-top: -6px;
    }
    
.ui-datepicker div.ui-datepicker-buttonpane button.ui-datepicker-current {
    opacity: 1;
    filter: Alpha(Opacity=100);
    font-family: Font-Bold;
}

button, html input[type='button'], input[type='reset'], input[type='submit'] {
    height: 22px
}

.btn-prev-next, .btn-prev-next:hover {
    padding: 3px;
    text-decoration: none;
    background-color: #FEFDFB;
}

    .btn-prev-next span {
        color: Orange;
        font-family: Font-Bold;
    }

.TopFrame-inner {
    width: 50%;
    text-align: left
}

.TopFrame-inner-right {
    text-align: right
}

.frame-unread-all-items {
    padding: 10px;
    border-bottom: 0.5px var(--horizontal-line) dotted;
}

.document-link a, .document-link a:hover {
    text-transform: uppercase;
    text-decoration: none;
    color: #0B3370;
    font-size: 13px;
}

.report-fit {
    position: absolute
}

.input-smtext {
    height: 26px;
    padding: 0px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    font-size: 18px;
}

.col-md-12 {
    vertical-align: top;
}
/* Expand/ Collapse (+ -) */
.slider {
    display: block;
}

.expandSlider {
    display: none;
}

.sliderExpanded .collapseSlider {
    display: none;
}

.sliderExpanded .expandSlider {
    display: block;
}

.toggle-text {
    cursor: pointer;
    text-align: right;
    width: 20px;
    float: right;
    margin-right: 20px;
    color: White;
    font-size: 12px;
}

/* Viewer */
.v-hyperlinks a, .v-hyperlinks a:hover {
    text-transform: uppercase;
    text-decoration: none;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

/* Footer */
.footer {
    padding-right: 15px;
    height: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--footer-back-color);
    color: var(--footer-fore-color);
}

.legend {
    text-align: right;
    padding-right: 15px;
    height: 25px;
    line-height: 25px;
    position: fixed;
    bottom: 25px;
    width: 100%;
    background-color: #ffffff;
}

/* Table */
.table-custom {
    padding: 3px;
    border-collapse: collapse;
    border: 1px solid #C4C4C4;
    font-size: 12px;
    font-family: Font-Reg;
}

    .table-custom th, .table-custom th a {
        padding: 5px;
        text-transform: uppercase;
        border: 1px solid #E2EEFC;
        background-color: #BBC7D8;
        font-size: 12px;
        font-family: Font-Reg;
    }
    /* Header */
    .table-custom tr:nth-child(odd) td {
        padding: 5px;
        border: 1px solid #C4C4C4;
        background: #ffffff;
        color: #000000;
        font-size: 12px;
        font-family: Font-Reg;
    }
    /* Row */
    .table-custom tr:nth-child(even) td /*.td-alternate */ {
        padding: 5px;
        border: 1px solid #C4C4C4;
        background-color: #E2EEFC;
        color: #000000;
        font-size: 12px;
        font-family: Font-Reg;
    }
    /* Row Alternate */
    .table-custom td input[type=checkbox] {
        margin: 0 auto;
        display: block
    }

        .table-custom td input[type=checkbox]:disabled, .table-custom th input[type=checkbox]:disabled, .table-custom td input[type=button]:disabled, .table-custom td input[type=submit]:disabled, .table-custom td button:disabled {
            color: #fff;
            background-color: Gray;
        }

    .table-custom td input[type=button], .table-custom td input[type=submit], .table-custom td button {
        border: 1px solid transparent;
        border-radius: 4px;
        text-transform: uppercase
    }

.tabclr {
    margin-bottom: 20px;
    margin-bottom: 15px;
    background: #fff;
    border: 2px solid #d2e2eb;
}

.tHeader td {
    height: 40px;
    margin: 0px;
    padding-left: 10px;
    background: var(--secondary-back-color);
    font-size: 14px;
    color: #ffffff;
    border-right: 1px solid #fff;
}

.tletter td {
    height: 40px;
    padding-left: 10px;
    font-size: 14px;
    color: #555;
    border: 1px solid #d2e2eb;
}

.tableleft {
    height: 30px;
    text-align: left;
    padding-left: 10px;
    background: #d2e2ef;
    font-size: 12px;
    color: #555;
    border: 1px solid #e6e6e6;
}

.lefttag {
    padding-left: 10px;
    border: 1px solid #999999;
}

.requestbox {
    text-align: center;
    width: 80px;
    height: 20px;
    margin: 0 auto;
    margin-top: 1px;
    padding-top: 5px;
    background: #828282;
    color: #fff;
}

    .requestbox:hover {
        cursor: pointer;
        background: #828282;
    }

.number_center {
    text-align: center !important;
    padding-left: 0px !important;
}

.TopFrame {
    vertical-align: middle;
    padding: 13px;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
    padding: 11px;
}

.doc-frame {
    z-index: -1;
}

/* Sliders */
.pollSlider {
    z-index: 1000;
    position: fixed;
    height: 100%;
    margin-top: 0px;
    width: 300px;
    left: 0px;
    margin-left: 0px;
    text-align: left;
    background-color: #F8F8F8;
    border-right: 1px solid #ececec;
    color: #000000;
}

.pollSlider-button {
    z-index: 1000;
    position: fixed;
    width: 30px;
    height: 42px;
    left: 300px;
    background-image: url('../images/arrow-left-i.png');
    top: 113px;
    cursor: pointer;
}

.pollSlider-inner {
    width: 290px;
    margin: 0 auto;
}

/* Calender settings for web ARMS - Added by Nikhil 11-May-2018 */
#CalendarControl {
    background-color: #fff
}

    #CalendarControl .header {
        background-color: #d3d3d3
    }

    #CalendarControl .previous a, #CalendarControl .next a {
        color: #000
    }

    #CalendarControl .title {
        color: #000
    }

    #CalendarControl .empty {
        background-color: #fff
    }

    #CalendarControl .current {
        background-color: #e6e6e6
    }

    #CalendarControl .weekday, #CalendarControl .weekend, #CalendarControl .current {
        border: 1px solid #fff
    }

    #CalendarControl .weekday {
        background-color: #e6e6e6;
        color: #555555
    }

    #CalendarControl table {
        background-color: #fff;
        border: solid 1px #e6e6e6
    }

    #CalendarControl .weekday:hover, #CalendarControl .current:hover {
        color: #555555;
        background-color: #fff;
        border: solid 1px #e6e6e6
    }

    #CalendarControl .weekend:hover {
        color: #555555;
        background-color: #fff;
        border: solid 1px #e6e6e6
    }

    #CalendarControl .current:hover {
        color: #555555;
        background-color: #fff;
        border: solid 1px #e6e6e6
    }
/* Calender settings ends here */

/* Scroll Bar for Dock Menus */
.scrollbar {
    overflow-y: scroll;
}

#ex4::-webkit-scrollbar, #ex5::-webkit-scrollbar {
    width: 5px;
    background-color: #F8F8F8;
}

#ex4::-webkit-scrollbar-thumb, #ex5::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: var(--secondary-back-color);
}

    #ex4::-webkit-scrollbar-thumb:hover, #ex5::-webkit-scrollbar-thumb:hover {
        background-color: var(--secondary-back-color); /* border:0px solid gray; */
    }

    #ex4::-webkit-scrollbar-thumb:active, #ex5::-webkit-scrollbar-thumb:active {
        background-color: var(--secondary-back-color);
        border: 0px solid #FFBFC1;
    }

#ex4::-webkit-scrollbar-track, #ex5::-webkit-scrollbar-track {
    border: 0px #15273F solid;
    -webkit-box-shadow: 0 0 0px #15273F inset;
}

#ex4::-webkit-scrollbar-corner {
    background-color: #15273F;
}

.rightpanel-scroll {
    max-height: 200px;
    overflow-y: auto
}

    .rightpanel-scroll::-webkit-scrollbar {
        width: 5px;
        background-color: var(--primary-back-color);
    }

    .rightpanel-scroll::-webkit-scrollbar-thumb {
        background-color: var(--secondary-back-color)
    }

        .rightpanel-scroll::-webkit-scrollbar-thumb:active {
            background-color: var(--secondary-back-color)
        }

.custom-left-panel {
    background-color: #b4956a;
    color: #fff
}

.area-container-width {
    width: 100%;
    min-width: 300px;
    overflow-y: auto;
}

.area-container-height {
    height: 100%;
    max-height: 300px;
    overflow-x: auto;
    background-color: #F8F8F8;
    border: 1px solid #ececec
}

.date-container-width {
    width: 100%;
    min-width: 400px;
    overflow-y: auto
}

.custom-table-header {
    background-color: var(--secondary-back-color)
}

.date-filter {
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #ffffff;
}

/* Start: Password Reset Message Div on Login Page */

.outerblock_changepwd {
    position: fixed;
    top: 30%;
    left: 25%;
    width: 50%;
    height: 40%;
    background-color: var(--secondary-back-color);
}
/* Qatar-Amiri #A79256, SalamAir #339933, USA-Ameriflight #05538C, PAL-Express #0b3370, Vistara #c31f26, SriLankan #0087bf */

/* End: Password Reset Message Div on Login Page */


/* Start: Link Resend Div on Login Page */

.innerblock {
    position: fixed;
    top: 40%;
    left: 30%;
    width: 40%;
    height: 30%;
    background-color: white;
}

.innerblockLink {
    color: #15365d;
}

.outerblock {
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    background-color: var(--secondary-back-color);
}

/* End: Link Resend Div on Login Page */


/* Begin Pop Up Close Button - Ajit 04 Apr 2018 */
.ui-dialog .ui-dialog-titlebar-close {
    border-radius: 3px;
    margin: -10px -1px 0 0
}

.ui-dialog-titlebar-close {
    padding: 0 !important;
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    /* Change path to image*/
    background-image: url(../images/ui-icons_454545_256x240.png);
    background-position: -94px -127px;
    background-repeat: no-repeat;
    border: 0px;
    background-color: lightgray;
}
/* End Pop Up Close Button */

/* ------- In Percentage ------- */
.col-per-5 {
    width: 5%
}

.col-per-10 {
    width: 10%
}

.col-per-15 {
    width: 15%
}

.col-per-20 {
    width: 20%
}

.col-per-25 {
    width: 25%
}

.col-per-30 {
    width: 30%
}

.col-per-35 {
    width: 35%
}

.col-per-40 {
    width: 40%
}

.col-per-45 {
    width: 45%
}

.col-per-50 {
    width: 50%
}

.col-per-55 {
    width: 55%
}

.col-per-60 {
    width: 60%
}

.col-per-65 {
    width: 65%
}

.col-per-70 {
    width: 70%
}

.col-per-75 {
    width: 75%
}

.col-per-80 {
    width: 80%
}

.col-per-85 {
    width: 85%
}

.col-per-90 {
    width: 90%
}

.col-per-95 {
    width: 95%
}

.col-per-100 {
    width: 100%
}

/* ------- In Pixel ------- */
.col-pix-5 {
    width: 5px
}

.col-pix-10 {
    width: 10px
}

.col-pix-15 {
    width: 15px
}

.col-pix-20 {
    width: 20px
}

.col-pix-25 {
    width: 25px
}

.col-pix-30 {
    width: 30px
}

.col-pix-35 {
    width: 35px
}

.col-pix-40 {
    width: 40px
}

.col-pix-45 {
    width: 45px
}

.col-pix-50 {
    width: 50px
}

.col-pix-55 {
    width: 55px
}

.col-pix-60 {
    width: 60px
}

.col-pix-65 {
    width: 65px
}

.col-pix-70 {
    width: 70px
}

.col-pix-75 {
    width: 75px
}

.col-pix-80 {
    width: 80px
}

.col-pix-85 {
    width: 85px
}

.col-pix-90 {
    width: 90px
}

.col-pix-95 {
    width: 95px
}

.col-pix-100 {
    width: 100px
}

.gap-20 {
    margin-top: 10px;
    margin-bottom: 10px
}

.left-gap-10 {
    margin-left: 10px
}

.right-gap-10 {
    margin-right: 10px
}

.left-gap-5 {
    margin-left: 5px
}

.right-gap-5 {
    margin-right: 5px
}

.box-content-3 {
    padding: 5px;
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
}


/* Infoprompt */
.btn-hidden {
    margin-left: -1000px;
    position: absolute;
    width: 0px;
}

.nav > li > a {
    padding: 8px 10px
}

.breadcrumb-link, .breadcrumb-link:link, .breadcrumb-link:hover {
    color: #005392;
    text-decoration: none;
    cursor: pointer;
    padding: 3px;
    border: 1px solid #D2E2EF;
    margin-top: 2px;
    margin-right: 5px;
    text-transform: uppercase
}

.breadcrumb-hr {
    margin-top: 15px;
    margin-bottom: 10px
}

.pre-scrollable-files {
    height: 300px;
}

.pre-scrollable-navigation {
    text-align: right;
    bottom: 0;
    margin-bottom: 10px
}

.badge {
    display: table-cell
}

/* Metadata */
.panel-heading {
    padding: 3px 5px
}

.panel-title {
    font-size: 12px
}

.container {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px
}

a:hover, a:focus, a:visited, a:active, a[aria-expanded='true'] {
    text-decoration: none;
    font-family: Font-Bold;
}
/* Metadata Ends */

/*----For Resizable Left Panel OR CrewPortal Slider--S----*/
#resizable {
    width: 300px;
    /*height: 586px !important; */
    resize: horizontal;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0em;
    margin: 0;
}

.e {
    border-right: 5px solid lightgray;
}

.TopFrame-inner1 {
    width: 50%;
}

.padding-5 {
    padding: 5px;
}

.frameZ {
    z-index: -1;
    position: relative;
}

.flowhdn {
    overflow-x: hidden;
    padding-right: 15px;
}

.flowhdnWrap {
    overflow-x: hidden;
    padding-right: 15px;
}

/*.ui-resizable-e {
    background-color: lightgray;
}*/
/*----For Resizable Left Panel OR CrewPortal Slider--E----*/

/* Annual Leave Bid Point Starts */
.cellBdrIn {
    border-color: black;
    /*border-top-style: solid;*/
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}

.cellHeaderBdrIn {
    border-color: black;
    border-top-style: solid;
    border-right-style: solid;
    /*border-bottom-style: solid;*/
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}

    .cellHeaderBdrIn:first-child, .cellHeaderBdrInTop:first-child, .cellHeaderBdrInSecondHeader:first-child {
        border-left-style: solid;
    }

.cellBdrIn:last-child {
    border-top-style: solid;
    border-width: 0.1px;
    border-color: gray;
}

.cellHeaderBdrInTop {
    border-color: black;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}

.cellHeaderBdrInSecondHeader {
    border-color: black;
    /*border-top-style: solid;*/
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}

.cellBdrInLT {
    border-color: black;
    border-left-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}

.container > .S16 {
    width: 560px !important;
    align-content: center !important;
}

.container > .col-md-1 {
    width: 35px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 11px;
}

.container > .col-md-2 {
    width: 70px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-3 {
    width: 105px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-4 {
    width: 140px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-5 {
    width: 175px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-6 {
    width: 210px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-7 {
    width: 245px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-8 {
    width: 280px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-9 {
    width: 315px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-10 {
    width: 350px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-11 {
    width: 385px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-12 {
    width: 420px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-13 {
    width: 445px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-14 {
    width: 490px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-15 {
    width: 525px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-16 {
    width: 560px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-17 {
    width: 595px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-18 {
    width: 630px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-19 {
    width: 665px !important;
    align-content: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-20 {
    width: 700px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-21 {
    width: 735px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-22 {
    width: 770px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-23 {
    width: 805px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-24 {
    width: 840px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-25 {
    width: 875px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-26 {
    width: 910px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-27 {
    width: 945px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-28 {
    width: 980px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-29 {
    width: 1015px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-30 {
    width: 1050px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.container > .col-md-31 {
    width: 1085px !important;
    text-align: center !important;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.pading {
    padding-right: 0;
    padding-left: 0;
}

.btn-general1 {
    background-color: #D7192C;
    color: #ffffff;
    border-radius: 5px;
}

.ed {
    pointer-events: none;
}

.cellBdrInSel {
    /*background-color: #61F9E7;*/
    border-color: black;
    border-top-style: solid;
    /* border-right-style: solid;*/
    border-bottom-style: solid;
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}

.cellBdrInSelBD {
    /*background-color: #61F9E7;*/
    border-color: black;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-width: 0.1px;
    font-weight: bold;
    border-bottom-width: 0.1px;
}
/* Sliders start */
.customized-pollSlider {
    z-index: 1000;
    position: fixed;
    /*height: 100%;*/
    /*margin-top: 0px;*/
    margin-top: 0px;
    background-color: #F8F8F8;
    /*border-left: 1px solid gray;*/
    border: 1px solid gray;
    color: #000000;
    width: 300px;
    right: -300px;
    margin-right: 0px;
    text-align: left;
}

.customized-pollSlider-button {
    z-index: 1000;
    position: fixed;
    height: 31px;
    right: -20px;
    top: 135px;
    cursor: pointer;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid #F8F8F8;
    transform: rotate(-90deg);
    background-color: #F8F8F8;
    padding: 5px;
    margin-right: 0px;
}

.customized-pollSlider-inner {
    width: 290px;
    margin: 0 auto;
    padding-bottom: 15px;
}

    .customized-pollSlider-inner::-webkit-scrollbar {
        width: 5px;
        background-color: #ececec;
    }

    .customized-pollSlider-inner::-webkit-scrollbar-thumb {
        background-color: #cacaca
    }

        .customized-pollSlider-inner::-webkit-scrollbar-thumb:active {
            background-color: #cacaca
        }

.btn-general-modal-cancel {
    color: #fff;
    background-color: #ef1a28;
    margin: 5px 0px;
}

.btn-general-modal-save {
    color: #fff;
    background-color: green;
    margin: 5px 0px;
}


/* Sliders ends */

.showweektext {
    color: red;
    background-color: white;
    font-weight: bold;
}

.calCenter {
    text-align: center;
}

.schedularDaysHdr {
    font-weight: bold;
}

.table-responsive {
    min-height: .01%;
    overflow-x: hidden;
}

.resMonthText {
    color: Black;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.modal_default_main {
    /*max-width: 300px !important;*/
    margin: 0 auto;
}

.tableCenter {
    margin: 0px auto;
}

.spredColHdr {
    text-align: center;
    font-weight: bold !important;
    background-color: var(--secondary-back-color) !important;
    color: var(--secondary-fore-color);
}

.spredRowCellText {
    text-align: center;
}

.spreadbtnRemove {
    width: 50% !important;
}

.heading-rost-date-custom {
    background-color: var(--secondary-back-color);
    padding: 1px 0px 1px 15px;
    color: var(--secondary-fore-color);
}

.dvNoRec {
    text-align: center;
    display: none;
    font-weight: bold;
}

.bubble_default_Tooltip {
    /*background-color:greenyellow !important;*/
    color: black !important;
}

bubble_default {
    background-color: white !important;
    color: black !important;
    font-weight: bold;
}

.dvTextAlignCenter {
    text-align: center;
}

.slotColorHdrtbl {
    width: 265px;
    height: 100px;
    margin-bottom: 0px
}

.slotColorDatatbl {
    width: 265px;
    height: 165px;
    margin-bottom: 0px
}

.slotColorDataHdrTd {
    width: 62px;
    text-align: center;
    padding-top: 10px;
}

.slotColorDataLblTd {
    width: 151px;
    padding-top: 15px !important;
}

/*.calendar_default_event_bar { top: 0px; bottom: 0px; left: 0px; width: 4px; background-color: #9dc8e8; }*/

.modal {
    position: fixed;
    top: 0;
    left: 0;
    /*background-color: black;*/
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 99;
    filter: alpha(opacity=80);
    opacity: 1;
    min-height: 100%;
    width: 100%;
}

.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
}

.modalProgress {
    position: fixed;
    background-color: black;
    z-index: 2000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%;
    text-align: center;
}

.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}
/* Annual Leave Bid Point Ends */


/* Start: Master Document Search*/
.document-search-textbox {
    border: currentColor;
    border-image: none;
    border-radius: 20px;
    height: 24px;
    margin-top: -1px;
    text-indent: 15px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    vertical-align: middle;
    color: #000;
}
/* End: Master Document Search*/


/* Start: Master Progress Loading Image*/
.modal-master-progress {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.center-master-progress {
    z-index: 1000;
    margin: 300px auto;
    padding: 20px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    text-align: center
}

    .center-master-progress img {
        height: 60px;
        width: 60px;
    }
/* End: Master Progress Loading Image*/


/* Start: Spacing & Padding */
.mb-0 {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 10px;
}

.mb-2 {
    margin-bottom: 30px;
}

.mb-3 {
    margin-bottom: 60px;
}

.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-2 {
    margin-top: 30px;
}

.mt-3 {
    margin-top: 60px;
}

.ml-0 {
    margin-left: 0px;
}

.ml-1 {
    margin-left: 10px;
}

.ml-2 {
    margin-left: 30px;
}

.ml-3 {
    margin-left: 60px;
}

.mr-0 {
    margin-right: 0px;
}

.mr-1 {
    margin-right: 10px;
}

.mr-2 {
    margin-right: 30px;
}

.mr-3 {
    margin-right: 60px;
}

.mx-0 {
    margin-left: 0px;
    margin-right: 0px;
}

.mx-1 {
    margin-left: 10px;
    margin-right: 10px;
}

.mx-2 {
    margin-left: 30px;
    margin-right: 30px;
}

.mx-3 {
    margin-left: 60px;
    margin-right: 60px;
}

.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.my-1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.my-2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-3 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.pb-0 {
    padding-bottom: 0px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 30px;
}

.pb-3 {
    padding-bottom: 60px;
}

.pt-0 {
    padding-top: 0px;
}

.pt-1 {
    padding-top: 10px;
}

.pt-2 {
    padding-top: 30px;
}

.pt-3 {
    padding-top: 60px;
}

.pl-0 {
    padding-left: 0px;
}

.pl-1 {
    padding-left: 10px;
}

.pl-2 {
    padding-left: 30px;
}

.pl-3 {
    padding-left: 60px;
}

.pr-0 {
    padding-right: 0px;
}

.pr-1 {
    padding-right: 10px;
}

.pr-2 {
    padding-right: 30px;
}

.pr-3 {
    padding-right: 60px;
}

.px-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.px-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.px-2 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-3 {
    padding-left: 60px;
    padding-right: 60px;
}

.py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.py-1 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.py-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-3 {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* End: Spacing & Padding */

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

.ui-dialog .ui-dialog-buttonpane BUTTON {
    padding-left: 10px;
    padding-right: 10px;
    background-color: var(--secondary-back-color);
    color: var(--secondary-fore-color);
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.color-planned {
    color: #67b862;
}

.carousel-control-next, .carousel-control-prev {
    position: inherit !important;
    width: 24px;
}

.carousel-control-next-frms {
    display: inline-flex !important;
}

/* Media Query */
@media only screen and (max-width : 320px) {
    .top-horizontal-line-content {
        padding-top: 3px;
        font-size: 10px;
    }

    .project-title {
        bottom: 10px;
        font-size: 10px;
    }

    .footer {
        font-size: 8px;
    }

    .login-container {
        width: 250px
    }

    .area-container {
        width: 100%;
        min-width: 300px;
        max-height: 338px;
        overflow-y: auto
    }

    .button-view {
        text-align: center;
        margin-top: 10px;
    }

    .date-view {
        text-align: center;
        margin: 10px 0px;
    }

    .filter-option {
        width: 800px
    }

    .CrewDailyDate {
        width: 75px;
        display: inline-block;
        text-align: right
    }

    .document-search-textbox {
        width: 50px;
    }

    .legend {
        font-size: 6px
    }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
    .top-horizontal-line-content {
        padding-top: 3px;
        font-size: 10px;
    }

    .project-title {
        bottom: 10px;
        font-size: 10px;
    }

    .footer {
        font-size: 8px;
    }

    .login-container {
        width: 250px
    }

    .area-container {
        width: 100%;
        min-width: 300px;
        max-height: 338px;
        overflow-y: auto
    }

    .button-view {
        text-align: center;
        margin-top: 10px
    }

    .date-view {
        text-align: center;
        margin: 10px 0px;
    }

    .filter-option {
        width: 800px
    }

    .CrewDailyDate {
        width: 75px;
        display: inline-block;
        text-align: right
    }

    .document-search-textbox {
        width: 50px;
    }

    .legend {
        font-size: 6px
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .top-horizontal-line-content {
        font-size: 10px
    }

    .login-container {
        width: 300px
    }

    .area-container {
        width: 100%;
        min-width: 300px;
        max-height: 338px;
        overflow-y: auto
    }

    .button-view {
        text-align: center;
        margin-top: -5px
    }

    .date-view {
        text-align: justify
    }

    .filter-option {
        width: 800px
    }

    .CrewDailyDate {
        width: 75px;
        text-align: right
    }

    .button-view-tab {
        text-align: justify;
        margin: 0 auto;
        width: 25%
    }

    .ui-datepicker-trigger {
        margin-top: 5px
    }

    .input-sm-date {
        margin: 5px 0px
    }

    .document-search-textbox {
        width: 100px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    .top-horizontal-line-content {
        font-size: 10px
    }

    .login-container {
        width: 300px
    }

    #boxAdvertise {
        display: none
    }

    .area-container {
        width: 100%;
        min-width: 300px;
        max-height: 338px;
        overflow-y: auto
    }

    .button-view {
        text-align: center;
        margin-top: -5px
    }

    .date-view {
        text-align: center; /* margin:10px 0px */
    }

    .filter-option {
        width: 800px
    }

    .CrewDailyDate {
        width: 75px;
        text-align: right
    }

    .document-search-textbox {
        width: 200px;
    }
}

@media only screen and (min-width : 1025px) {
    .top-horizontal-line-content {
        font-size: 12px;
    }

    .footer {
        font-size: 12px;
    }

    .login-container {
        width: 300px
    }

    .button-view {
        text-align: right;
        margin-top: -5px
    }

    .document-search-textbox {
        width: 200px;
    }
}
