/***

COLOR CODES
****************
DHL Yellow: #ffcc00;
White: #ffffff
black: #000000
almost_black: #323232
disabled gray: #eeeeee

***/

/*** LAYOUT STYLES ***/
html, body {
    margin: 0;
    padding: 0;
    font-size: 11pt;
    background-color: #FFFFFF;
    color: #323232;
    font-family: 'Delivery', Arial, sans-serif;
    height: 100%;
}

.main {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #FFFFFF;
}

a:hover {
    cursor: pointer;
}

/*** HEADER STYLES ***/
.header {
    background: #ffcc00;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    /*background: linear-gradient(to bottom, rgba(255, 204, 0, 1) 0%, rgba(255, 204, 0, 0.94) 50%, rgba(255, 204, 0, 0) 90%, rgba(255, 204, 0, 0) 100%);*/
    background: #FFCC00;
}

.header .heading-logo span {
    padding: 14px 2px;
    min-width: 250px;
    margin-right: 10px;
}

.header .heading-logo img {
    max-width: 229px;
    width: 229px;
    padding: 0px;
    height: 60px;
}

.application-name {
    min-width: 250px;
}

.title-1 {
    padding: 10px;
    background: rgba(212, 5, 17, 0.9);
    color: white;
    margin: 5px 0px;
    font-family: 'Delivery Condensed Light', Arial, sans-serif;
}

.title-2 {
    padding: 6px 10px;
    background: #E4E4E4;
    margin: 5px 0px;
    font-family: 'Delivery Condensed Light', Arial, sans-serif;
}

.title-3 {
    padding: 3px 10px;
    background: #E4E4E4;
    margin: 5px 0px;
}

.content_main {
    background: #ffffff;
}

/* NAVIGATION STYLES */
.menu_bar {
    padding: 0 0 0 10px;
    margin-right: 60px;
    position: absolute;
    top: 5px;
    right: 0;
}

/* If item in navigation is not a dropdown item */
.menu_bar .menu_item {
    text-align: center !important;
    background: none !important;
    padding: 14px !important;
    border: none !important;
    color: #323232 !important;
    font-family: 'Delivery', Arial, sans-serif !important;
    font-size: 13pt !important;
}

.menu_bar .menu_item:hover {
    color: #D40511 !important;
    /*font-weight: bold;*/
    background: none !important;
}

.menu {
    text-align: center !important;
    background: none !important;
    padding: 14px !important;
    min-width: 80px !important;
}

.menu:hover, .menu:active {
    color: #D40511 !important;
}

.jzeno_menupop {
    position: absolute;
}

.menu_item, .jzeno_menupop div.menu, .jzeno_menupop div.menu_item {
    padding: 7px 14px !important;
    background: #FFFFFF !important;
    color: #323232 !important;
    border-bottom: 1px solid #d1d1d1 !important;
    font-family: 'Delivery Condensed Light', Arial, sans-serif !important;
    font-size: 12pt !important;
    width: 100% !important;
    text-align: left !important;
}

.menu_item:hover, .jzeno_menupop div.menu:hover, .jzeno_menupop div.menu_item:hover {
    color: #D40511 !important;
    background: #E4E4E4 !important;
}

.logout-link {
    position: absolute;
    top: 2px;
    left: -20px;
    font-size: 11px;
    font-family: "Delivery Condensed Black", Arial, sans-serif;
}

.logout-link a.dynalink {
    font-size: 11px;
    font-family: "Delivery Condensed Black", Arial, sans-serif;
}

.logout-link a.dynalink:hover {
    color: #D40511;
}

.information {
    padding: 0 10px 5px 0px;
}

.full-width {
    width: 100% !important;
}

/*** SCHEDULED DOWNTIME STYLES ***/
.scheduledDowntime {
    padding: 10px 20px;
    background: #FFCC00;
    margin: 5px 0px;
}

.scheduledDowntime .dynalabel {
    color: black !important;
}

/* BREADCRUMP STYLES */
.breadCrumb {
    padding: 10px 20px;
    background: #E4E4E4;
}

.breadCrumb a.dynalink {
    text-decoration: none;
    font-style: italic;
    font-size: 0.9em;
    font-family: "Delivery Light", Arial, sans-serif;
}

/*** CONTENT STYLES ***/
.content {
    padding: 0px 5px;
    width: 100%;
    margin-bottom: 70px;
    height: 1px /* needed for mozilla firefox*/;
}

/*** LABEL STYLES ***/
div.dynalabel {
    font-size: 1em;
    color: #232323;
    width: max-content;
    cursor: auto;
    /*width: 150px;*/
    overflow: hidden;
    margin: 2px 5px 2px 0;
}

/*** FOOTER STYLES ***/
.footer {
    position: fixed;
    bottom: 0;
    height: 20px;
    width: 100%;
    padding: 0 10px 5px;
}

.footer-main {
    padding: 0 15px 0 0;
    width: 100%;
    font-family: 'Delivery', Arial, sans-serif;
    background: #FFCC00;
    color: #323232;
}

.footer-main .gait-logo img {
    height: 60px;
    max-width: none;
    width: auto;
}

.footer-main img {
    width: 150px;
    height: 40px;
}

/* TABLES */
.default_table {
    margin: 0px;
}

.default_table tbody td {
    text-align: left;
    vertical-align: top;
}

.default_table thead td {
    background: #e4e4e4;
    color: #000000;
}

/*** BUTTON STYLES ***/
.dynabutton {
    font-family: "Delivery Condensed Black", Arial, sans-serif;
    display: inline-block;
    background: #FFFFFF;
    padding: 5px 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    border: 2px solid rgb(216, 225, 227);
    text-align: center;
    vertical-align: middle;
    font-size: 10.5pt;
    width: max-content;
    margin: 2px 5px 2px 0px;
}

.dynabutton, .dynabutton td {
    color: #58666e !important;
}

.dynabutton img {
    margin-right: 3px;
}

.dynabutton:hover {
    cursor: pointer;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.dynabutton:active {

}

.dynabutton_disabled {
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px;
    text-decoration: none;
    cursor: not-allowed;
    width: max-content;
    border: 1px solid rgb(216, 225, 227);
    border-bottom: 2px solid rgb(216, 225, 227);
    margin: 2px 5px 2px 0px;
}

.dynabutton_disabled, a.dynabutton_disabled td {
    color: #58666e;
}

.dynabutton_disabled, a.dynabutton_disabled img {
    margin-right: 3px;
}

/*** SAVE BUTTON STYLES ***/
.dynasavebutton, .dynaactionbutton {
    font-family: "Delivery Condensed Black", Arial, sans-serif;
    display: inline-block;
    background: #D40511;
    color: white !important;
    text-decoration: none;
    -webkit-transition: all 0.3s; /* Safari */
    transition: all 0.3s;
    padding: 5px 10px;
    border: 2px solid #D40511;
    text-align: center;
    vertical-align: middle;
    width: max-content;
    margin: 2px 5px 2px 0px;
}

.dynasavebutton, a.dynasavebutton td, a.dynaactionbutto, a.dynaactionbutton td {
    color: #FFFFFF;
}

.dynasavebutton img, .dynaactionbutton img {
    margin-right: 3px;
}

.dynasavebutton:hover, .dynaactionbutton:hover {
    background: #FFFFFF;
    color: #D40511 !important;
    cursor: pointer;
}

.dynasavebutton_disabled, .dynaactionbutton_disabled {
    display: inline-block;
    background-color: #eeeeee;
    padding: 5px;
    text-decoration: none;
    cursor: not-allowed;
    width: max-content;
    border: 1px solid rgb(216, 225, 227);
    border-bottom: 2px solid rgb(216, 225, 227);
    margin: 2px 5px 2px 0px;
}

.dynasavebutton_disabled, .dynasavebutton_disabled td, .dynaactionbutton_disabled, .dynaactionbutton_disabled td {
    color: #58666e;
    cursor: not-allowed;
}

.dynasavebutton_disabled, .dynasavebutton_disabled img, .dynaactionbutton_disabled, .dynaactionbutton_disabled img {
    margin-right: 3px;
}

/*** CHECKBOX STYLES ***/
.dynacheckbox img {
    vertical-align: middle;
    border: 2px inset #eee;
    background-color: #ffffff;
    padding: 1px;
    border-radius: 4px;
}

table.dynacheckbox img {
    margin: 2px 5px 2px 0px;
}

.dynacheckbox td {
    font-size: 1em;
}

.dynacheckbox_disabled img {
    vertical-align: middle;
    border: 2px inset #eee;
    background-color: #ccc;
    padding: 1px;
    border-radius: 4px;
}

table.dynacheckbox_disabled img {
    margin: 2px 5px 2px 0px;
}

.dynacheckbox_disabled td {
    font-size: 1em;
}

/*** RADIO BUTTON STYLES ***/
.dynaradiolist img {
    vertical-align: middle;
    border: 2px inset #58666e;
    background-color: #fff;
}

table.dynaradiolist img {
    margin: 2px 5px 2px 0px;
}

.dynaradiolist td {
    font-size: 1em;
    color: #232323;
}

.dynaradiolist_disabled img {
    vertical-align: middle;
    border: 2px inset #58666e;
    background-color: #ccc;
}

table.dynaradiolist_disabled img {
    margin: 2px 5px 2px 0px;
}

.dynaradiolist_disabled td {
    font-size: 1em;
}

/*** LINK STYLES ***/
a.dynalink, a.dynalink td {
    text-decoration: underline;
    color: #000;
}

a.dynalink td img {
    margin: 2px 5px 2px 0px;
}

a.dynalink:hover {
    text-decoration: underline;
}

/*** GRID STYLE ***/
.dynagrid {
    font-size: 1em;
}

.dynagrid td {
    padding: 0;
}

/*** ERRORMESSAGES STYLE ***/
.errorGrid, .warningGrid, .messageGrid {
    padding: 5px 10px;
}

.errorLabel, .messageLabel {
    font-size: 1em !important;
    font-family: 'Delivery', Arial, sans-serif;
    color: #FFFFFF !important;
}

.warningLabel {
    font-size: 1em !important;
    font-family: 'Delivery', Arial, sans-serif;
    color: #323232 !important;
}

.errorGrid {
    background: #D40511;
    border: 1px solid #bc0421;
    border-bottom: 2px solid #bc0421;
}

.messageGrid {
    background: #007C39;
    border: 1px solid #008c00;
    border-bottom: 2px solid #008c00;
}

.warningGrid {
    background: #FFCC00;
    border: 1px solid #d2a800;
    border-bottom: 2px solid #d2a800;
}

/*** GENERAL STYLE ***/
.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

.invalid {
    background: #FF0000;
    color: #FFFFFF;
}

/*** TEXTFIELD STYLE ***/
.dynatextfield {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 26px;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px 5px 2px 0;
}

.dynatextfield.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

.dynatextfield.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

/*** TEXTAREA STYLE ***/
textarea.dynatextarea, textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 148px;
    margin: 2px 5px 2px 0;
    font-family: 'Delivery', Arial, sans-serif !important;
}

textarea.dynatextarea.readOnly, textarea.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

textarea.dynatextarea.required, textarea.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

/*** LISTBOX STYLE ***/
.dynalistbox {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 50px;
    margin: 2px 5px 2px 0;
}

.dynalistbox.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

.dynalistbox.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

/*** SELECTFIELD STYLE ***/
.dynaselectfield {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    min-width: 100px;
    margin: 2px 5px 2px 0;
}

.dynaselectfield option:hover,
.dynaselectfield option:focus,
.dynaselectfield option:active,
.dynaselectfield option:checked {
    background: #ffcc00;
    color: #232323;
}

.dynaselectfield.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

.dynaselectfield.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

/*** TIMEFIELD STYLE ***/
.dynatimefield {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 26px;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px 5px 2px 0;
}

.dynatimefield.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

.dynatimefield.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

.dynadatetimefieldimg {
    padding-right: 5px;
}

/*** DATEFIELD STYLE ***/
.dynadatefield {
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 26px;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px 5px 2px 0px;
    min-width: 110px;
}

.dynadatefield.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

.dynadatefield.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

/*** DYNAPICKLIST STYLE ***/
.dynapicklist_list {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px 5px;
    font-size: 1.05em;
    line-height: 1.42857;
    color: #232323;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin: 2px 5px 2px 0;
}

.dynapicklist_list.readOnly {
    background: #EFEFEF !important;
    color: #232323 !important;
}

.dynapicklist_list.required {
    border: 2px solid #ffcc00;
    color: #232323;
}

a.dynapicklist_button {
    float: left;
    display: block;
    border: 1px solid #c00000;
    background: #eeeeee;
    padding: 2px 7px;
    text-decoration: none;
    width: 30px;
    margin: 2px 5px;
}

a.dynapicklist_button, a.dynapicklist_button td {
    color: #c00000;
    font-size: 1em;

}

a.dynapicklist_button img {
    margin-right: 3px;
}

a.dynapicklist_button:hover {

}

a.dynapicklist_button:active {

}

a.dynapicklist_button_disabled {
    float: left;
    display: block;
    border: 1px solid #808080;
    background: #eeeeee;
    padding: 2px 7px;
    text-decoration: none;
    width: 30px;
    margin: 2px 5px;
}

a.dynapicklist_button_disabled, a.dynapicklist_button_disabled td {
    color: #808080;
    font-size: 1em;

}

a.dynapicklist_button_disabled, a.dynapicklist_button_disabled img {
    margin-right: 3px;
}

.fileupload {
    position: relative;
    overflow: hidden;
}

.fileupload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.btn-cookieconsent {
    color: #007bff !important;
    background: none !important;
    text-decoration: none !important;
    border: none !important;
    padding: 0 !important;
    font-size: 1em !important;
}

/*** TABLE STYLE ***/
.dynatable {
    font-size: 1em;
}

.dynatable td {
    padding: 2px;
}

.dynatable_even {
    background: #FFFFFF;
}

.dynatable_odd {
    background: #FFFFFF;
}

/*** TABBEDPANE STYLE ***/
.tabbedpane {
    color: #232323;
    background: #FFF;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #E4E4E4;
    border-radius: 2px;
    padding: 2px;
}

td.tabbedpane_tabline_inactive {
    height: 1px;
    background: #E4E4E4;
}

td.tabbedpane_tabline_active {
    height: 1px;
    background: #FFF;
    color: #232323;
    border-style: solid;
    border-color: #E4E4E4;
    border-width: 0 1px 0 1px;
}

td.tabbedpane_tab_inactive {
    padding: 2px 7px;
    background: #eeeeee;
    color: #ffffff;
    border-style: solid;
    border-color: #E4E4E4;
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 6;
    -moz-border-radius-topright: 6;
}

td.tabbedpane_tab_active {
    padding: 2px 7px;
    background: #FFF;
    color: #232323;
    border-style: solid;
    border-color: #E4E4E4;
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 6;
    -moz-border-radius-topright: 6;
}

a.tabbedpane_anchor_inactive {
    cursor: auto;
    background: #eeeeee;
    color: #232323;
    text-decoration: none;
}

a.tabbedpane_anchor_active {
    cursor: auto;
    background: #FFF;
    color: #232323;
    text-decoration: none;
}

span.tabbedpane_anchor_inactive {
    cursor: auto;
    background: #eeeeee;
    color: #808080;
    text-decoration: none;
}

span.tabbedpane_anchor_active {
    cursor: auto;
    background: #FFF;
    color: #232323;
    text-decoration: none;
}

/***  DIALOG STYLES ***/
.tooltipDialog {
    background: white !important;
}

.tooltipDialog:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
}

.tooltipDialog:after {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -2;
}

#CMSErrorMessagesFloater {
    position: absolute;
    overflow: hidden;
    z-index: 100000;
    display: block;
    left: 50% !important;
    width: 800px !important;
    /* margin-left should be half of the value of the width, this will make sure the errormessagesfloater is centered on the screen*/
    margin-left: -400px!important;
}

#pleaseWaitDiv img {
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/*** FCK EDITOR ***/
.fckEditor {
    width: 50%;
}

@media only screen and (max-width: 1400px) {
    .heading-logo {
        width: 100%;
        padding-bottom: 60px
    }

    .menu_bar {
        top: 65px !important;
    }
}

@media only screen and (max-width: 1200px) {
    .fckEditor {
        width: 60%;
    }
}

@media only screen and (max-width: 1000px) {
    .fckEditor {
        width: 75%;
    }
}

@media only screen and (max-width: 1000px) {
    .fckEditor {
        width: 100%;
    }
}
