html,
body,
img,
h1,
h2,
h3,
h4,
form,
table,
td,
tr,
ul {
    border-collapse: separate;
    border-spacing: 0;
    border: 0 none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0 0 10px;
    padding: 0;
}

html {
    height: 100%;
}

textarea {
    height: 60px;
    line-height: 15px;
    overflow: auto;
    padding: 3px;
}

body {
    background-color: #ffffff;
    background-repeat: repeat-x;
    color: #000000;
    font: 13px Arial, Trebuchet MS, Tahoma, Verdana;
    height: 100%;
    width: 100%;
}

#rootWrapper {
    background-color: #ffffff;
    height: auto;
    margin: 0;
    min-height: 100%;
    padding: 0;
}

#messagebox {
    background-color: #fffac2;
    color: #eb0000;
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0;
    padding: 5px 15px;
}

#messagebox ul {
    list-style-type: none;
    margin: 0px;
}

#messagebox ul li > ul {
    padding-left: 10px;
}

#messagebox .infobox_success {
    color: #008200 !important;
}

#messagebox .infobox_error {
    color: #eb0000 !important;
}

#messagebox .infobox_notice {
    color: #0000ff !important;
}

.success_text {
    color: #008200 !important;
}

.error_text {
    color: #eb0000 !important;
}

.notice_text {
    color: #0000ff !important;
}

#bodyBlock {
    clear: both;
    min-height: 300px;
    position: relative;
    text-align: left;
    width: 100%;
}

#bodyBlockLeft {
    float: left;
    padding-left: 15px;
}

h3 {
    color: #111111;
    font-weight: normal;
}

a {
    color: #2c5f92;
    outline: medium none;
}

a:hover {
    color: #2c5f92;
    outline: medium none;
    text-decoration: none;
}

.line {
    background-image: url("../images/bg-line.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 13px;
}

.line5 {
    background-image: url("../images/bg-line.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    height: 5px;
}

#loginForm input {
    height: 20px;
    width: 200px;
}

#loginForm select {
    height: 25px;
    width: 112px;
}

#loginForm .submitButton {
    border-radius: 5px !important;
    font-weight: bold;
    height: 30px;
    margin-bottom: 2px;
    width: 100px;
}

.submitButton,
.submitbuttonLong {
    font-size: 14px;
    height: 28px;
    width: 100px;
}

.submitbuttonLong {
    width: 100% !important;
}

#logo {
    cursor: pointer;
}

#headWrapper {
    background-color: #737373;
    padding: 10px 10px 0;
    position: fixed;
    top: 0;
    width: 99%;
    z-index: 100;
}

#headWrapperInside {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/bg_header.png") repeat-x scroll left top #737373;
    border-color: #838383;
    border-radius: 6px 6px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    display: block;
    height: 44px;
}

#headerLogo {
    border-right: 1px solid #818181;
    float: left;
    height: 43px;
    padding: 1px 0 0 3px;
}

#headerTopMenu {
    float: right;
    padding-right: 2px;
    position: relative;
    z-index: 999;
}

#headerTopMenu ul {
    list-style: none outside none;
}

#headerTopMenu li {
    color: #ffffff;
    float: left;
    height: 44px;
    line-height: 44px;
    padding: 0 5px;
    text-shadow: 1px 1px 0 #5c5c5c;
}

#headerTopMenu li a {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 0 #5c5c5c;
}

#headerTopMenu li a:hover {
    text-decoration: underline;
}

#headerTopMenu .select2-container {
    width: 170px;
}

#headerTopMenu .select2-container span {
    color: #616161;
    text-shadow: none;
}

#headerAccountMenu {
    display: block;
    float: left;
}

#menu_groups ul {
    float: left;
    list-style: none outside none;
}

#menu_groups li {
    background: url("../images/bg_header_menu.png") repeat-x scroll left top #737373;
    border-left: 1px solid #606060;
    border-right: 1px solid #818181;
    cursor: pointer;
    float: left;
    height: 44px;
    line-height: 44px;
}

#menu_groups li:hover {
    background: url("../images/bg_header_menu_active.png") repeat-x scroll left top #737373;
}

#menu_groups li.menugroupitemactive {
    background: url("../images/bg_header_menu_active.png") repeat-x scroll left top #737373;
}

#menu_groups a {
    color: #ffffff;
    font-size: 14px;
    padding: 5px 15px;
    text-decoration: none;
}

#menu_groups a:hover {
    text-decoration: none;
}

#menu_items {
    margin: 110px 10px 0;
}

#menu_items ul {
    border-bottom: 1px solid #d2d2d2;
    list-style: none outside none;
}

#menu_items li {
    color: #000000;
    float: left;
    font-weight: bold;
    height: 29px;
    line-height: 28px;
    margin-right: 4px;
    text-decoration: none;
}

#menu_items li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/icon_tab.png") no-repeat scroll 5px center #f5f5f5;
    border-color: #DFDFDF;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #000000;
    float: left;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
    padding: 0 13px 0 34px;
    text-decoration: none;
}

#menu_items li a:hover {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/icon_tab_selected.png") no-repeat scroll 5px center #f5f5f5;
    border-color: #c0bfbf;
    border-style: solid;
    border-width: 1px 1px 0;
    position: relative;
    text-decoration: none;
    top: 1px;
}

#menu_items li.active a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/icon_tab_selected.png") no-repeat scroll 5px center #f5f5f5;
    border-color: #c0bfbf;
    border-style: solid;
    border-width: 1px 1px 0;
    position: relative;
    text-decoration: none;
    top: 1px;
}

#menu_items li.simple_link a {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

#menu_items li.simple_link a:hover {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}

#menu_items li.simple_link a.active {
    color: blue;
}

#menu_items li.simple_link a.active:hover {
    color: blue;
}

.dvClear {
    clear: both;
    display: block;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    margin-bottom: -1px;
}

#bodyWrap {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    border-color: #c0bfbf;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-width: 0 1px 1px;
    clear: both;
    margin: 0 10px 8px;
    padding: 0 10px 13px;
}

.dashboard_margin {
    margin-top: 95px !important;
}

#insideWrap {
    clear: both;
}

.userTable {
    font: 14px Trebuchet MS, Verdana, Tahoma, Verdana;
    padding-top: 15px;
    position: relative;
}

.userTable a {
    color: #222222;
    cursor: pointer;
    text-decoration: none;
}

.userTable a:hover {
    text-decoration: underline;
}

.userTable a[class~="button"] {
    color: #ffffff;
}

.userTableData {
    background-color: #f6f6f7;
}

.userTableData table {
    width: 100%;
}

.userTableData td {
    padding: 0 9px;
}

.userTableData .selected {
    background-color: #badfff !important;
}

.userTableData .selected td {
    background-color: #badfff !important;
}

.userTableData tr.service_error td {
    background: #8a1f11;
    color: #ffffff;
}

.userTableDataHeader a {
    color: #555555;
    padding-right: 15px;
}

.userTableDataHeader a:visited {
    color: #555555;
    padding-right: 15px;
}

.userTableDataHeader td {
    background: url("../images/bg_filter_header.png") repeat-x scroll left center transparent;
    border-bottom: 1px solid #d1d0d0;
    border-left: 1px solid #d1d0d0;
    border-right: 1px solid #ffffff;
    border-width: 0 1px 1px;
    color: #767676;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.userTableDataHeader td:first-child {
    border-left: 0 solid #d1d0d0;
}

.userTableDataHeader td:last-child {
    border-right: 0 solid #d1d0d0;
}

.userTableDataHeader .noBg {
    background: none;
    border-bottom: none;
    border-right: none !important;
}

.userTableDataHeader .first {
    border-left: none;
}

#tabcontenttable .userTableData td {
    padding: 0 9px;
}

#tabcontenttable td {
    font-size: 13px;
    line-height: 18px;
    padding: 5px 10px 5px 5px;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

#tabcontenttable .editform td {
    height: 27px;
    vertical-align: middle;
}

#tabcontenttable .editform .submitbutton {
    float: left;
    width: auto;
}

#tabcontenttable .editform .input {
    width: 250px;
}

#tabcontenttable .editform .input.datepicker {
    margin-right: 5px;
    width: 2 30px;
}

#tabcontenttable .editform .input.small {
    width: 50px;
}

#tabcontenttable .editform .input.disabled {
    background-color: #f6f6f7;
}

#tabcontenttable .editform .input.selected {
    background-color: #ADB163;
}

#tabcontenttable .editform .select {
    width: 262px;
}

#tabcontenttable .editform .textarea {
    height: 60px;
    width: 254px;
}

#tabcontenttable .editform .td_top {
    vertical-align: top;
}

#tabcontenttable .editform .aircraft_iata_select {
    margin-left: 4px;
    margin-right: 2px;
    width: 90px;
}

#tabcontenttable .editform .aircraft_icao_select {
    margin-left: 4px;
    width: 90px;
}

#tabcontenttable .editform .airport_iata_select {
    margin-left: 4px;
    margin-right: 2px;
    width: 90px;
}

#tabcontenttable .editform .airport_icao_select {
    margin-left: 4px;
    width: 90px;
}

#tabcontenttable .fullpagetable td {
    width: 25%;
}

#tabcontenttable .freewidth td {
    width: auto;
}

#tabcontenttable h3 span.name {
    font-style: italic;
}

#tabcontenttable #seatmapsForm .data_form td {
    padding: 5px 10px 5px 5px;
}

#tabcontenttable .seat_form td:last-child {
    white-space: normal;
}

#tabcontenttable #search_passengers {
    position: relative;
}

#tabcontenttable .no_padding td {
    padding-bottom: 0;
    padding-top: 0;
}

#tabcontenttable .exchangeHistory .userTableDataHeader.bank_title td {
    text-align: center;
}

#tabcontenttable .aircraftsList {
    background: #ffffff;
    max-height: 150px;
    overflow-y: auto;
}

#tabcontenttable .aircraftsList tr:hover td {
    background: #ffffff !important;
}

#tabcontenttable .aircraftsList td {
    background: #ffffff;
    border-bottom: none;
    border-top: none;
    padding-bottom: 0;
    padding-top: 0;
}

#tabcontenttable .aircraftsList.requirederr {
    border: 1px solid red;
}

.data_list .red a {
    color: red;
}

.data_list .userTableData td {
    background-color: #ffffff;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #ffffff;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}

.data_list .userTableDataOdd td {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #ffffff;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}

.data_list tr:not(.fuel_totals) not

(
.userTableDataHeader

)
hover td {
    background-color: #fff9d9 !important;
}

.data_list .userTableData.status-1 td {
    background-color: #ffffff;
    font-weight: bold;
}

.data_list .userTableData.status-2 td {
    background-color: #ffffff;
}

.data_list .userTableData.status-3 td {
    background-color: #ffffff;
    background-color: #ceffcb;
    font-weight: bold;
}

.data_list .userTableDataOdd.status-1 td {
    font-weight: bold;
}

.data_list .userTableDataOdd.status-3 td {
    background-color: #ceffcb;
    font-weight: bold;
}

.data_list .no-corresponding-flight:not(.status-2) td a {
    color: #ff2416;
    font-weight: bold;
}

.data_list .status-2.no-corresponding-flight td a {
    color: #ff2416 !important;
}

.data_form_list {
    width: 100%;
}

.data_form_list td {
    background-color: #ffffff;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #ffffff;
    height: 25px;
    line-height: 25px;
    white-space: nowrap;
}

.data_form_list th {
    background: url("../images/bg_filter_header.png") repeat-x scroll left center transparent;
    border-bottom: 1px solid #d1d0d0;
    border-left: 1px solid #d1d0d0;
    border-right: 1px solid #ffffff;
    border-width: 0 1px 1px;
    color: #767676;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
}

.data_form_list th:first-child {
    border-left: 0 solid #d1d0d0;
}

.data_form_list th:last-child {
    border-right: 0 solid #d1d0d0;
}

.userTableDataNoBg {
    background-color: transparent;
}

.userTableDataOdd {
    background-color: #ffffff;
}

.userTableDataOdd .selected {
    background-color: #badfff !important;
}

.userTableDataOdd .selected td {
    background-color: #badfff !important;
}

.userTableFilters td {
    padding: 5px 0 10px;
}

.userTableDataHeader.dayplan td {
    background: url("../images/bg-header.png") repeat-x scroll left center transparent;
    white-space: normal !important;
}

.pagination {
    padding-right: 15px;
    text-align: right;
}

.pagination a {
    padding-left: 5px;
}

.pagination strong {
    padding-left: 5px;
}

.SORTDESC {
    background: url("../images/sort_up.png") no-repeat scroll right center transparent;
    color: red;
    padding-right: 15px;
}

.SORTASC {
    background: url("../images/sort_down.png") no-repeat scroll right center transparent;
    color: red;
    padding-right: 15px;
}

.filter {
    color: #000000;
    float: left;
    line-height: 25px;
    margin-right: 10px;
    padding: 5px;
}

.filter input {
    margin-left: 5px;
}

.filter .hasDatepicker {
    width: 68px !important;
}

.filter .select2.select2-container {
    min-width: 150px;
}

a.delete {
    background: url("../images/icon_delete.png") no-repeat scroll left center transparent;
    font-size: 12px;
    padding-left: 14px;
}

.editform {
    height: 29px;
}

.editform td:first-child {
    text-align: right !important;
}

.editform #seatmap_map th {
    padding: 0;
}

.editform #seatmap_map td {
    padding: 0;
}

.radioinput {
    margin: 6px 3px 3px;
}

input[type="text"],
input[type="password"],
select,
textarea {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #d1d1d1 #e3e9ef #e3e9ef;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #e3e9ef;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 0 #ffffff;
    color: #000000;
    font-size: 13px;
    line-height: 25px;
}

.readonly input[type="text"] {
    background-color: #f1f1f1;
    border: 0;
    box-shadow: 1px 1px 0 #f1f1f1;
}

input.readonly {
    background-color: #f1f1f1;
    border: 0;
    box-shadow: 1px 1px 0 #f1f1f1;
}

input[type="text"] {
    height: 25px;
    padding: 0 5px;
    width: 160px;
}

input[type="password"] {
    height: 25px;
    padding: 0 5px;
    width: 160px;
}

input[type="checkbox"] {
    height: 21px;
}

input[type="radio"] {
    height: 27px;
}

select {
    height: 27px;
    min-width: 60px;
    padding: 3px 2px 3px 0;
}

input.small[type="text"] {
    width: 47px !important;
}

input.assignseat[type="text"] {
    border-color: #FF1C36;
}

fieldset {
    background-color: #f9f9f9;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    margin: 0 10px 5px 0;
    padding: 5px 0 0;
}

fieldset legend {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    font-size: 15px;
    margin: 0 0 0 10px;
    overflow: hidden;
    padding: 5px;
}

.data_form {
    border-top: 1px solid #e4e4e4;
}

.data_form tr td {
    background-color: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #ffffff;
}

.data_form tr:first-child td {
    border-top: none;
}

.data_form tr:last-child td {
    border-bottom: none;
}

.data_form .hover_line td {
    background-color: #fffac2;
}

.data_form td:first-child {
    background-color: transparent;
    line-height: 23px;
}

.data_form td:nth-child(2n+3) {
    background-color: transparent;
    line-height: 23px;
}

.data_form td:nth-child(2n) {
    color: #000000;
}

.data_form .clean_line td {
    background-color: transparent;
    border-bottom: none;
    padding: 5px 10px !important;
}

.data_form .clean_line td input {
    left: -5px;
    position: relative;
}

.data_form a {
    color: #000000;
    text-decoration: none;
}

.data_form a:hover {
    text-decoration: underline;
}

ul.radio_group {
    list-style-type: none;
}

ul.radio_group li {
    display: inline-block;
    padding: 0px 3px;
}

ul.radio_group li input {
    margin: 0 0 0 5px;
    vertical-align: middle;
}

#actionForm span:last-child {
    border: medium none;
}

#tableActions {
    bottom: -36px;
    color: #222222;
    display: block;
    height: 22px;
    left: 15px;
    padding-top: 5px;
    position: absolute;
}

#paginator {
    bottom: -36px;
    color: #222222;
    display: block;
    height: 22px;
    padding-top: 5px;
    position: absolute;
    right: 15px;
}

#paginator .pagination {
    float: right;
    line-height: 22px;
    padding-left: 25px;
}

#paginator .pagination .gofirst {
    background: url("../images/paging_left_first.png") no-repeat scroll left center transparent;
}

#paginator .pagination .gofirst.disabled {
    background: url("../images/paging_left_first_disabled.png") no-repeat scroll left center transparent;
}

#paginator .pagination .prev {
    background: url("../images/paging_left.png") no-repeat scroll left center transparent;
    margin-right: 10px;
}

#paginator .pagination .prev.disabled {
    background: url("../images/paging_left_disabled.png") no-repeat scroll left center transparent;
    margin-right: 10px;
}

#paginator .pagination .golast {
    background: url("../images/paging_right_last.png") no-repeat scroll left center transparent;
}

#paginator .pagination .golast.disabled {
    background: url("../images/paging_right_last_disabled.png") no-repeat scroll left center transparent;
}

#paginator .pagination .next {
    background: url("../images/paging_right.png") no-repeat scroll left center transparent;
    margin-left: 10px;
}

#paginator .pagination .next.disabled {
    background: url("../images/paging_right_disabled.png") no-repeat scroll left center transparent;
    margin-left: 10px;
}

#paginator .pagination .gofirst,
#paginator .pagination .prev,
#paginator .pagination .golast,
#paginator .pagination .next {
    display: inline-block;
    height: 19px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 19px;
}

#tabcontent {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #d2d2d2;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-width: 0 1px 1px;
    clear: both;
    color: #767676;
    margin: 0;
    min-height: 100%;
    position: relative;
    text-align: left;
}

#tabcontentPerms {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #d2d2d2;
    border-radius: 0 0 6px 6px;
    border-style: solid;
    border-width: 0 1px 1px;
    clear: both;
    color: #767676;
    margin: 0;
    min-height: 100%;
    position: relative;
    text-align: left;
}

#tabcontent.notabs {
    background-color: transparent;
    border-width: 0;
}

#tabcontentPerms.notabs {
    background-color: transparent;
    border-width: 0;
}

#tabcontentwrapper {
    min-height: 400px;
    padding: 10px 15px;
}

#tabcontentwrapperPerms {
    min-height: 400px;
    padding: 10px 15px;
}

.notabs #tabcontentwrapper {
    padding: 10px 0;
}

.notabs #tabcontentwrapperPerms {
    padding: 10px 0;
}

tr.topAlign td {
    padding-top: 6px !important;
    vertical-align: top !important;
}

.select2-container {
    width: 262px;
    z-index: 99;
}

input.requirederr,
select.requirederr,
.radio_group.requirederr,
input.equalerr,
.requirederr a.select2-choice,
textarea.requirederr {
    border: 1px solid red;
}

#controllerTabs {
    clear: both;
    display: block;
}

#controllerTabs a {
    font-weight: 700;
    text-decoration: none;
}

#controllerTabs a:hover {
    text-decoration: underline;
}

#controllerTabs ul {
    border-bottom: 1px solid #d2d2d2;
    display: block;
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 0;
}

#controllerTabs li a {
    background: url("../images/icon_tab.png") no-repeat scroll 5px center #ffffff;
    border-color: #E5E5E5;
    border-radius: 4px 4px 0 0;
    border-style: solid;
    border-width: 1px 1px 0;
    color: #000000;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
    padding: 0 7px 0 30px;
    position: relative;
    top: 0px;
}

#controllerTabs li a:hover {
    background: url("../images/icon_tab_selected.png") no-repeat scroll 5px center #ffffff;
    border-color: #d2d2d2;
    border-style: solid;
    border-width: 1px 1px 0;
    position: relative;
    text-decoration: none;
    top: 1px;
}

#controllerTabs li.active a {
    background: url("../images/icon_tab_selected.png") no-repeat scroll 5px center #ffffff;
    border-color: #d2d2d2;
    border-style: solid;
    border-width: 1px 1px 0;
    position: relative;
    text-decoration: none;
    top: 1px;
}

#controllerTabs li.disable a {
    background: url("../images/icon_tab_disabled.png") no-repeat scroll 5px center #ffffff;
    color: #A2A2A2;
}

#footer .footer_actions ul {
    display: block;
    list-style: none outside none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 8px;
}

#footer .footer_actions li a {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #e4e4e4;
    border-color: #cccccc;
    border-radius: 0 0 4px 4px;
    border-style: solid;
    border-width: 0 1px 1px;
    color: #000000;
    float: left;
    height: 28px;
    line-height: 28px;
    margin-right: 4px;
    padding: 0 15px;
}

#footer .footer_actions li a:hover {
    background-color: #ffffff;
    border-color: #d2d2d2;
}

#footer .footer_actions li.active a {
    background-color: #ffffff;
    border-color: #d2d2d2;
}

.footer_copy {
    color: #767676;
    font-size: 10px;
    padding: 0 0 30px 15px;
}

#loginPage img {
    margin-bottom: 15px;
}

#seatmapsForm .editform {
    background-color: #ffffff;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #DADADA;
    margin-top: 10px;
    width: auto;
}

#seatmapsForm .editform td {
    padding: 20px 10px 10px;
    width: auto;
}

#seatmapsForm .editform td.labelcol {
    text-align: right;
    width: 140px;
}

#seatmapsForm .editform .seat_form div {
    white-space: normal;
}

#seatmap_map table {
    width: auto;
}

#seatmap_map table th.hover {
    background: url("../images/seat_col_bg_hover.png") no-repeat scroll left top transparent;
    border: 1px solid #d1d1d1;
}

#seatmap_map table td.selected {
    background-color: #d1efc2;
    border: 2px solid #7CB56E;
}

#seatmap_map table td.blinkSeat {
    background-color: transparent;
    border: 2px solid transparent;
}

#seatmap_map table td.hover {
    background-color: #fffac2;
    border: 2px solid #F1E192;
}

#seatmap_map th {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/seat_col_bg.png") no-repeat scroll left top transparent;
    border-color: #ffffff #ececec #ececec;
    border-right: 1px solid #ececec;
    border-style: solid;
    border-width: 1px;
    font-weight: normal;
    height: 22px;
    line-height: 18px;
    text-align: center;
    width: 28px;
}

#seatmap_map .numbers th {
    border-left: 1px solid #ffffff;
    border-top: 1px solid #ececec;
    height: 20px;
}

#seatmap_map th.blocktop {
    border-top: 1px solid #ececec;
}

#seatmap_map th.map_spaces {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    font-size: 9px;
    height: 9px;
    width: 7px;
}

#seatmap_map th.map_spaces.small {
    font-size: 1px;
    height: 2px;
    line-height: 1px;
}

#seatmap_map th.seat_col_lt {
    background: url("../images/seat_lt_bg.png") no-repeat scroll left 0 transparent;
    border-width: 0;
    width: 45px;
}

#seatmap_map th.seat_col_rt {
    background: url("../images/seat_rt_bg.png") no-repeat scroll right 0 transparent;
    border-width: 0;
    width: 45px;
}

#seatmap_map th.seat_col_lb {
    background: url("../images/seat_lb_bg.png") no-repeat scroll left 0 transparent;
    border-width: 0;
}

#seatmap_map th.seat_col_rb {
    background: url("../images/seat_rb_bg.png") no-repeat scroll right 0 transparent;
    border-width: 0;
}

#seatmap_map td {
    background: url("../images/seat_tpEx.png") no-repeat scroll center center transparent;
    border: 2px solid #ffffff;
    color: #000000;
    cursor: pointer;
    font-size: 10px;
    line-height: 18px;
    padding: 0;
    text-align: right;
    vertical-align: bottom;
    width: 28px;
}

#seatmap_map td.tpBl {
    background: url("../images/seat_tpBl.png") no-repeat scroll center center transparent;
}

#seatmap_map td.tpEm {
    background: url("../images/seat_tpEm.png") no-repeat scroll center center transparent;
}

#seatmap_map td.tpRe {
    background: url("../images/seat_tpRe.png") no-repeat scroll center center transparent;
}

#seatmap_map td.tpOc {
    background: url("../images/seat_tpOc.png") no-repeat scroll center center transparent;
}

.seat_popup_bg_wrap {
    position: relative;
}

.seat_popup_bg {
    background: url("../images/seat_popup_bg.png") no-repeat scroll left top transparent;
    bottom: 21px;
    color: #000000;
    font-size: 10px;
    height: 19px;
    left: -2px;
    line-height: 16px;
    position: absolute;
    text-align: center;
    width: 53px;
}

.seat_popup_bg span {
    font-weight: bold;
}

#legend_tpex,
#legend_tpbl,
#legend_tpem,
#legend_tpre,
#legend_tpoc {
    display: inline-block;
    height: 16px;
    position: relative;
    top: 4px;
    width: 20px;
}

#legend_tpex {
    background: url("../images/seat_tpEx.png") no-repeat scroll center center transparent;
}

#legend_tpbl {
    background: url("../images/seat_tpBl.png") no-repeat scroll center center transparent;
}

#legend_tpem {
    background: url("../images/seat_tpEm.png") no-repeat scroll center center transparent;
}

#legend_tpre {
    background: url("../images/seat_tpRe.png") no-repeat scroll center center transparent;
}

#legend_tpoc {
    background: url("../images/seat_tpOc.png") no-repeat scroll center center transparent;
}

.seatmap_assign_description {
    color: #00AFDB;
    font-size: 12px;
    line-height: 22px;
}

#seat_block {
    display: none;
}

#seatmap_legend {
    border: 1px solid #c0bfbf;
    float: right;
    font-size: 11px;
    line-height: 17px;
    padding: 2px 8px 5px;
}

#passengers td {
    cursor: pointer;
}

.no_padding {
    padding-bottom: 0;
    padding-top: 0;
}

.no_padding td {
    padding-bottom: 0;
    padding-top: 0;
}

.checkin_passenger_search {
    padding-bottom: 20px;
    padding-top: 20px;
}

.checkin_passenger_search .passengers_filter {
    padding-bottom: 5px;
}

#all_passenger_checkbox {
    left: -5px;
    position: relative;
}

#clear_passengers a {
    cursor: pointer;
    left: 400px;
    position: absolute;
    text-decoration: none;
    top: 28px;
}

#clear_passengers a:hover {
    text-decoration: underline;
}

.save_msg {
    color: #008200;
    display: block;
    font-size: 11px;
    padding-left: 36px;
}

.save_msg.error {
    color: #eb0000;
}

.baggageline_top td {
    border-top: 1px solid #e4e4e4;
    padding-top: 5px !important;
}

.transp {
    opacity: 0;
}

table.baggages {
    float: left;
}

.baggages td {
    text-align: center;
}

.baggage_sal {
    width: 20px;
}

.baggage_first {
    width: 100px;
}

.baggage_last {
    width: 100px;
}

.baggage_weight {
    width: 120px;
}

.baggage_tag {
    width: 150px;
}

p.break span {
    display: block;
}

#ssr_list {
    background: -moz-linear-gradient(center top, #eeeeff, #ddddff) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #eeeeff, #ddddff) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(center top, #eeeeff, #ddddff);
    background: #ffffff;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #cccccc;
    display: none;
    height: 350px;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    width: 525px;
}

#ssr_list input {
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #aaaaaa;
}

.ssr_description {
    padding-left: 25px;
    white-space: normal;
    width: 285px;
    word-wrap: break-word;
}

.ssr_line {
    border-bottom: 1px solid transparent;
    padding: 4px;
}

.ssr_line:hover {
    background: -moz-linear-gradient(center top, #eeeeff, #ddddff) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #eeeeff, #ddddff) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #eeeeff, #ddddff);
    background: #ddddff;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
}

.ssr_line:hover .ssr_code {
    text-decoration: underline;
}

.ssr_link {
    width: 120px;
}

.ssr_code {
    font-weight: bold;
}

.ssr_active {
    background: -moz-linear-gradient(center top, #e2e2ff, #c9c9ff) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #e2e2ff, #c9c9ff) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #e2e2ff, #c9c9ff);
    background: #c9c9ff;
    border-bottom: 1px solid #8888cc;
}

.ssr_active:hover {
    background: -moz-linear-gradient(center top, #e2e2ff, #c9c9ff) repeat scroll 0 0 transparent;
    background: -o-linear-gradient(center top, #e2e2ff, #c9c9ff) repeat scroll 0 0 transparent;
    background: -webkit-linear-gradient(top, #e2e2ff, #c9c9ff);
    background: #c9c9ff;
    border-bottom: 1px solid #8888cc;
}

.passenger_ssr_codes {
    text-align: left !important;
    white-space: normal !important;
    width: 600px !important;
}

a.ssr_link_hide {
    display: none;
}

#confirm_passenger_title {
    background: none repeat scroll 0 0 #ddddff;
    padding: 3px;
}

#confirm_passenger_info td {
    border-bottom: 1px solid #ccccff;
    border-left: 1px solid #ccccff;
    padding: 4px;
    white-space: normal;
}

#confirm_passenger_info th {
    border-bottom: 1px solid #ccccff;
    border-left: 1px solid #ccccff;
    padding: 4px;
    white-space: normal;
}

#confirm_passenger_info .first {
    border-left: none;
}

#confirm_passenger_info table {
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-top: 0;
    border: 1px solid #ccccff;
}

#confirm_passenger_info tr td.right {
    font-weight: bold;
    text-align: right;
    width: 150px;
}

#confirm_passenger_info thead {
    background: none repeat scroll 0 0 #eeeeff;
}

.left td {
    text-align: left;
}

#confirm_passenger_actions {
    padding: 8px;
    text-align: center;
}

.p_lastname {
    width: 80px;
}

.p_sal {
    text-align: center;
    width: 30px;
}

.p_refno {
    text-align: center;
    width: 30px;
}

.p_seat {
    text-align: center;
    width: 30px;
}

.p_ssr {
    text-align: center;
    width: 150px;
}

.p_checkin_status {
    text-align: center;
    width: 45px;
}

.p_checkin_time {
    text-align: center;
    width: 75px;
}

.p_checkin_agent {
    text-align: center;
    width: 57px;
}

.p_bags {
    text-align: center;
    width: 30px;
}

.p_weight {
    text-align: center;
    width: 45px;
}

.p_bagtags {
    text-align: center;
    width: 150px;
}

.p_securityno {
    text-align: center;
    width: 74px;
}

.p_boarding_time {
    text-align: center;
    width: 75px;
}

.p_boarding_status {
    text-align: center;
    width: 58px;
}

.confirm_inf {
    background: #ccccff;
    border-bottom: 1px solid #aaaaee;
}

#print_tab {
    background: url("../images/print_button.png") no-repeat scroll 5px center #ffffff !important;
    border-radius: 4px !important;
    border: 1px solid #d2d2d2 !important;
    color: #000000;
    cursor: pointer;
    display: none;
    float: right !important;
    height: 24px !important;
    line-height: 24px !important;
    margin-left: 20px !important;
    opacity: 0;
    padding: 0 15px 0 34px !important;
    position: static !important;
}

#print_tab:active {
    background: url("../images/print_button.png") no-repeat scroll 5px center #ffffff !important;
    border-radius: 4px !important;
    border: 1px solid #d2d2d2 !important;
    color: #000000;
    cursor: pointer;
    display: none;
    float: right !important;
    height: 24px !important;
    line-height: 24px !important;
    margin-left: 20px !important;
    opacity: 0;
    padding: 0 15px 0 34px !important;
    position: static !important;
}

#print_tab:hover {
    background: url("../images/print_button.png") no-repeat scroll 5px center #ffffff !important;
    border-radius: 4px !important;
    border: 1px solid #d2d2d2 !important;
    color: #000000;
    cursor: pointer;
    display: none;
    float: right !important;
    height: 24px !important;
    line-height: 24px !important;
    margin-left: 20px !important;
    opacity: 0;
    padding: 0 15px 0 34px !important;
    position: static !important;
}

#managerWorkplaceForm ul.radio_group.row li input {
    margin-right: 25px;
}

#managerWorkplaceForm ul.radio_group.row li.last_item input {
    margin-right: 0;
}

#workplaceCashdeskForm #id_currencies {
    height: 60px;
}

#messageForm #id_managers {
    height: 1 20px;
}

#main_login_table {
    background: whiteSmoke;
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #c0bfbf;
    padding: 10px;
    width: 400px;
}

#main_login_table th {
    color: #666666;
    font-weight: normal;
    text-align: right;
    width: 120px;
}

#main_login_table td {
    padding: 5px 10px;
    text-align: left;
}

#login_copy {
    left: -95px;
    position: relative;
    top: 5px;
}

table.spaced {
    border-spacing: 10px 0px;
}

.total {
    font-size: 20px;
    font-weight: bold;
}

#filterForm .datepicker {
    width: 70px;
}

#filterForm input[type=checkbox] {
    height: auto;
}

.return_type_select input[type=radio] {
    height: auto;
}

.return_type_select div {
    margin-bottom: 10px;
    margin-top: 10px;
}

.return input[type=radio] {
    height: auto;
}

.editformRadioList td {
    border-bottom: none;
    border-top: none;
    height: 15px !important;
    padding: 5px !important;
    vertical-align: middle !important;
}

.editformRadioList input[type='radio'] {
    cursor: pointer;
    display: block;
    height: 15px;
    margin: 0;
    vertical-align: middle !important;
}

.editformRadioList label {
    cursor: pointer;
    display: block;
    height: 15px;
    line-height: 17px;
    margin: 0;
    vertical-align: middle !important;
}

#incident_code {
    display: none;
}

span.flight_time_title {
    font-weight: bold;
}

table.exception td {
    background: none;
    border-bottom: none;
    color: gray !important;
    vertical-align: middle;
}

table.exception input[type='checkbox'] {
    height: 13px;
}

table.exception_date td {
    background: none;
    border-bottom: none;
    color: gray !important;
    vertical-align: middle;
}

tr.exception_days td {
    padding: 5px 10px 0 5px !important;
}

tr.exception_times td {
    height: 10px;
}

tr.exception_times input {
    text-align: center;
    width: 40px;
}

table.exception_date_margin {
    margin-top: 10px;
}

.limited-height {
    max-height: 150px;
    overflow-y: scroll;
    padding-top: 0;
}

tr.userTableData:hover not

(
.fuel_totals

)
td {
    background-color: #fff9d9 !important;
}

tr.userTableDataOdd:hover not

(
.fuel_totals

)
td {
    background-color: #fff9d9 !important;
}

.subPermission {
    display: none;
}

.pointer {
    cursor: pointer;
}

.total_count {
    float: left !important;
    margin-top: 3px;
}

#active_salon_id {
    height: 25px;
    max-width: 90px;
}

.dashboard_group {
    background-color: #ffffff;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    color: #000000;
    min-height: 250px;
    padding: 10px;
    width: 1 75px;
}

.dashboard_anchors {
    padding-top: 10px;
}

.breakable td:first-child {
    white-space: normal !important;
}

.fuel_finished td {
    background-color: #d1efc2 !important;
}

#field_list {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    display: none;
    height: 250px;
    margin-top: 5px;
    padding: 5px 8px;
    position: absolute;
    right: 0;
    width: 295px;
    z-index: 100;
}

.cfg_form {
    border-top: none;
    color: #767676;
    text-align: left;
}

.cfg_form td {
    height: 36px;
    padding-left: 10px;
    text-align: left;
}

.cfg_form th {
    border-bottom: 1px solid #e4e4e4;
    color: #000000;
    font-weight: normal;
    padding-bottom: 3px;
    padding-top: 25px;
    text-align: left;
}

.cfg_form tr td:first-child {
    padding-left: 15px;
    padding-right: 5px;
}

.cfg_form tr:first-child th {
    padding-top: 0;
}

.cfg_form input[type="text"] {
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    width: 252px;
}

.cfg_form input[type="password"] {
    margin-bottom: 3px;
    margin-right: 10px;
    margin-top: 3px;
    width: 252px;
}

.cfg_form textarea {
    margin-bottom: 3px;
    margin-bottom: 6px;
    margin-right: 10px;
    margin-top: 3px;
    width: 252px;
}

.cfg_form select {
    margin-right: 10px;
    width: 262px;
}

.cfg_form .select {
    margin-right: 10px;
    width: 262px;
}

.label_required:after {
    content: '*';
}

.fuel_totals {
    font-weight: bold;
}

#fuel_storage_filter_buttons {
    width: 522px;
}

.whiteBg {
    background: #ffffff !important;
}

table.tarifications {
    border-top: none;
}

table.tarifications input {
    width: 150px !important;
}

table.tarifications tr td:last-child {
    padding-left: 30px !important;
}

.multiselect {
    background: #ffffff;
    border-color: #d1d1d1 #e3e9ef #e3e9ef;
    border-radius: 3px 3px 3px 3px;
    border-right: 1px solid #e3e9ef;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 0 #ffffff;
    color: #000000;
    display: block;
    font-size: 13px;
    min-height: 20px;
    min-width: 30px;
    overflow-y: hidden;
    padding: 3px 2px 3px;
}

.multiselect_option {
    cursor: pointer;
    height: 18px;
    line-height: 18px;
    padding: 1px 3px;
    white-space: nowrap;
}

.multiselect_option:hover {
    background: #eeeeee;
}

.exchangeHistory {
    width: auto;
}

.exchangeHistory.left {
    float: left;
    margin-right: 20px;
}

.exchangeHistory.left:last-child {
    margin-right: 0;
}

.userTableData.noBg {
    background: none;
}

.currencyExchange.filterBlock {
    color: #000000;
    margin-bottom: 20px;
}

#todaysExchangeRates {
    padding: 15px 0 25px 0;
}

.clear {
    clear: both;
}

.add_new_range {
    margin: 15px 0;
}

.new_exception {
    color: #ffffff !important;
    display: inline-block;
}

span.mark_unmark a {
    font-size: 12px;
    padding-right: 0;
}

.headpermission .mark_unmark a {
    color: #767676;
}

.permission a {
    color: #767676;
    font-size: 12px;
}

#upload_preview img {
    max-height: 1 60px;
    max-width: 240px;
}

#platts .userTableDataHeader td {
    white-space: normal;
}

#platts tr.userTableDataHeader td {
    background: url('/application/media/images/bg_filter_header_73px.png') repeat-x !important;
    text-align: center;
    vertical-align: middle;
}

.select.multi {
    height: auto;
}

#dayPlanFormFilter {
    padding-bottom: 15px;
}

#checkboxesFields {
    height: 195px;
    overflow: auto;
    width: 300px;
}

.chekboxesTools {
    color: #2c5f92 !important;
    outline: medium none;
}

#dialog-modal #airports {
    max-height: 3 20px;
    overflow-y: auto;
}

#dialog-modal #airports input {
    margin-top: 0;
}

#dialog-modal #airports span {
    line-height: 24px;
    vertical-align: top;
}

#dialog-modal #clients {
    max-height: 400px;
    overflow-y: auto;
}

#dialog-modal div#submit {
    padding-top: 10px;
}

.plats_average td {
    border-top: 1px solid #000000;
    color: #000000;
    font-weight: bold;
}

.clientIncidentsTable .no_pointer {
    cursor: default;
}

.clientIncidentsTable .no_pointer a {
    cursor: default;
}

.clientIncidentsTable .no_pointer a:hover {
    text-decoration: none;
}

.clientIncidentsTable .no_pointer a img {
    cursor: pointer;
}

.inpError {
    border: 1px solid red !important;
}

.errorBox {
    background: #fffac2;
    color: red;
    padding: 10px;
}

.addBtn {
    background-color: #dddddd;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    display: inline-block;
    height: 11px;
    margin: 0 0 -10px 2px;
    padding: 6px;
    width: 11px;
}

.addBtn:hover {
    border: 1px solid #999999;
}

.addBtnIcon {
    background-position: -19px 109px;
    background: url('/application/media/images/ui-icons_454545_256x240.png');
    display: block;
    height: 12px;
    width: 12px;
}

.addBtnRd {
    background-color: #dddddd;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    display: inline-block;
    height: 11px;
    margin: 0 auto;
    padding: 6px;
    width: 11px;
}

.addBtnRd:hover {
    border: 1px solid #999999;
}

.removeBtnIcon {
    background-position: -50px 109px;
    background: url('/application/media/images/ui-icons_454545_256x240.png');
    display: block;
    height: 12px;
    width: 12px;
}

input[type="checkbox"].aoc_unterminated {
    height: 13px;
}

input[type="checkbox"].aoc_no {
    height: 13px;
}

.valid_until_unterminated_div {
    padding-top: 5px;
}

#inside_actions ul {
    display: block;
    list-style: none outside none;
    margin: 0;
}

#inside_actions li {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fPrice-period input[type="radio"] {
    height: 13px;
}

.action_button {
    margin-bottom: 10px;
}

#header_settings {
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #aaaaaa;
    display: none;
    margin-top: 45px;
    padding: 5px 8px;
    position: absolute;
    right: 13px;
    z-index: 100;
}

.fuel_sum td {
    border-top: 1px solid #888888 !important;
}

#modal {
    overflow-x: hidden;
}

#loader {
    background-color: #ffffff;
    display: block;
    height: 100%;
    left: 0px;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    top: 0px;
    vertical-align: middle;
    width: 100%;
    z-index: 9999;
}

.certificates label {
    white-space: normal !important;
}

.certificates td {
    vertical-align: middle !important;
}

.certificates td:nth-child(2) {
    white-space: normal !important;
}

.list-row-btn {
    cursor: pointer;
    font-size: 11px !important;
}

#message_field {
    color: #ff0000;
    margin-top: 5px;
}

.ui-dialog {
    max-width: 95%;
    z-index: 1003 !important;
}

.tooltip {
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #aaaaaa;
    display: none;
    padding: 5px;
    position: absolute;
}

#exception_message {
    padding: 20px;
}

#exception_message .message_title {
    background: #8a1f11;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
}

#exception_message .message {
    background: #ffffff;
    border-top: none;
    border: 1px solid #cacaca;
    color: #8a1f11;
    font-weight: bold;
    padding: 10px;
}

input.dateTime_date {
    margin-right: 5px;
    width: 117px;
}

input.dateTime_time {
    width: 117px;
}

.date_filter_entered_to_checkbox {
    display: none;
}

.date_filter_entered_from_checkbox {
    display: none;
}

.phone_actions {
    background-color: #f1f1f1 !important;
}

.message-status.sent {
    color: #00aa00;
}

.message-status.being-sent {
    color: #0000ff;
}

.message-status.not-sent {
    color: #ff0000;
}

a.delete_object,
a.remove_object,
a.cancel_object,
a.new_object,
a.duplicate_object,
a.submit_like {
    display: inline-block;
}

a.delete_object:hover,
a.remove_object:hover,
a.cancel_object:hover,
a.new_object:hover,
a.duplicate_object:hover,
a.submit_like:hover {
    color: #ffffff;
    text-decoration: none;
}

.button {
    background-color: #38d28b;
    border-radius: 4px;
    border: 1px solid #38d28b;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 6px;
    position: relative;
    text-decoration: none;
    text-shadow: -0.5px -0.5px 0 #41c37f, 0.5px -0.5px 0 #41c37f, -0.5px 0.5px 0 #41c37f, 0.5px 0.5px 0 #41c37f;
}

.button:hover {
    background-color: #ffffff;
    color: #38d28b;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

.button.on-off-button {
    padding: 0 4px;
}

.submitbutton {
    background-color: #38d28b;
    border-radius: 4px;
    border: 1px solid #38d28b;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 6px;
    position: relative;
    text-decoration: none;
    text-shadow: -0.5px -0.5px 0 #41c37f, 0.5px -0.5px 0 #41c37f, -0.5px 0.5px 0 #41c37f, 0.5px 0.5px 0 #41c37f;
}

.submitbutton:hover {
    background-color: #ffffff;
    color: #38d28b;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

a.new_object {
    background-color: #38d28b;
    border-radius: 4px;
    border: 1px solid #38d28b;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 6px;
    position: relative;
    text-decoration: none;
    text-shadow: -0.5px -0.5px 0 #41c37f, 0.5px -0.5px 0 #41c37f, -0.5px 0.5px 0 #41c37f, 0.5px 0.5px 0 #41c37f;
}

a.new_object:hover {
    background-color: #ffffff;
    color: #38d28b;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

.reserve {
    background-color: #16c0ff;
    border: 1px solid #16c0ff;
    color: #ffffff;
    margin-left: 5px;
    text-shadow: -0.5px -0.5px 0 #159dd2, 0.5px -0.5px 0 #159dd2, -0.5px 0.5px 0 #159dd2, 0.5px 0.5px 0 #159dd2;
}

.reserve:hover {
    background-color: #ffffff;
    color: #16c0ff;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

.forcestart {
    background-color: #16c0ff;
    border: 1px solid #16c0ff;
    color: #ffffff;
    text-shadow: -0.5px -0.5px 0 #159dd2, 0.5px -0.5px 0 #159dd2, -0.5px 0.5px 0 #159dd2, 0.5px 0.5px 0 #159dd2;
}

.cancel_object {
    background-color: #ff624f;
    border: 1px solid #ff624f;
    color: #ffffff;
    text-shadow: -0.5px -0.5px 0 #e55947, 0.5px -0.5px 0 #e55947, -0.5px 0.5px 0 #e55947, 0.5px 0.5px 0 #e55947;
}

.cancel_object:hover {
    background-color: #ffffff;
    color: #ff624f;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

a.cancel_object {
    background-color: #ff624f;
    border: 1px solid #ff624f;
    color: #ffffff;
    text-shadow: -0.5px -0.5px 0 #e55947, 0.5px -0.5px 0 #e55947, -0.5px 0.5px 0 #e55947, 0.5px 0.5px 0 #e55947;
}

a.cancel_object:hover {
    background-color: #ffffff;
    color: #ff624f;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

a.delete_object {
    background-color: #ff624f;
    border: 1px solid #ff624f;
    color: #ffffff;
    text-shadow: -0.5px -0.5px 0 #e55947, 0.5px -0.5px 0 #e55947, -0.5px 0.5px 0 #e55947, 0.5px 0.5px 0 #e55947;
}

a.delete_object:hover {
    background-color: #ffffff;
    color: #ff624f;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

a.remove_object {
    background-color: #ff624f;
    border: 1px solid #ff624f;
    color: #ffffff;
    text-shadow: -0.5px -0.5px 0 #e55947, 0.5px -0.5px 0 #e55947, -0.5px 0.5px 0 #e55947, 0.5px 0.5px 0 #e55947;
}

a.remove_object:hover {
    background-color: #ffffff;
    color: #ff624f;
    text-shadow: -0.5px -0.5px 0 #ffffff, 0.5px -0.5px 0 #ffffff, -0.5px 0.5px 0 #ffffff, 0.5px 0.5px 0 #ffffff;
}

.left-align {
    text-align: left;
}

table#solariums {
    table-layout: fixed;
    width: 100%;
}

table#solariums > thead th {
    border-bottom: 1px solid rgba(33, 185, 224, 0.74);
    padding: 10px 5px;
}

table#solariums > thead th:first-child {
    width: 60px;
}

table#solariums > tbody > tr:first-child {
    margin: auto;
}

table#solariums > tbody > tr:hover {
    background: rgba(33, 185, 224, 0.3);
}

table#solariums > tbody > tr.current td {
    background: rgba(60, 60, 120, 0.2);
}

table#solariums > tbody > tr > td {
    border-bottom: 1px solid rgba(33, 185, 224, 0.74);
    border-right: 1px solid rgba(33, 185, 224, 0.74);
    padding-bottom: 5px;
    padding-top: 5px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

table#solariums > tbody > tr > td:hover {
    background: rgba(33, 185, 224, 0.35);
}

table#solariums > tbody > tr > td:first-child {
    width: 50px;
}

table#solariums > tbody > tr > td .usage-block {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    background-color: rgba(33, 185, 224, 0.7);
    border-radius: 2px;
    border: 1px solid rgba(0, 145, 184, 0.5);
    cursor: pointer;
    margin-left: 3px;
    position: absolute;
    transition: all 0.25s;
}

table#solariums > tbody > tr > td .usage-block:hover {
    background-color: #21b9e0;
    border: 1px solid #0091b8;
}

table#solariums > tbody > tr > td .usage-block > table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1px auto 0;
    width: 10px;
}

table#solariums > tbody > tr > td .usage-block > table td {
    padding: 0 4px;
    text-align: left;
    white-space: nowrap;
}

table#solariums > tbody > tr > td .usage-block > table th {
    padding: 0 4px;
    text-align: left;
    text-align: right;
    white-space: nowrap;
}

table#solariums > tbody > tr > td .usage-block.reservation {
    background-color: rgba(255, 0, 0, 0.7);
    border: 1px solid rgba(215, 0, 0, 0.5);
}

table#solariums > tbody > tr > td .usage-block.reservation:hover {
    background-color: #ff0000;
    border: 1px solid #d70000;
}

div.ui-tooltip {
    border-radius: 2px;
    max-width: 250px;
    padding: 4px;
}

#sell_goods,
#start_sell {
    display: none;
}

#start_sell {
    margin-top: 5px;
}

#return_goods {
    display: none;
    margin-left: 5px;
}

#login-wrapper {
    margin: 200px auto;
}

#login-wrapper > tbody > tr > td {
    padding: 3px;
}

.list-total {
    background: #ffffff;
}

.list-total td {
    padding-bottom: 3px;
    padding-top: 3px;
}

span.paginator {
    color: #222222;
    display: block;
    height: 22px;
    padding-top: 5px;
}

span.paginator .pagination {
    float: right;
    line-height: 22px;
    padding-left: 25px;
}

span.paginator .pagination .gofirst {
    background: url("../images/paging_left_first.png") no-repeat scroll left center transparent;
}

span.paginator .pagination .gofirst.disabled {
    background: url("../images/paging_left_first_disabled.png") no-repeat scroll left center transparent;
}

span.paginator .pagination .prev {
    background: url("../images/paging_left.png") no-repeat scroll left center transparent;
    margin-right: 10px;
}

span.paginator .pagination .prev.disabled {
    background: url("../images/paging_left_disabled.png") no-repeat scroll left center transparent;
    margin-right: 10px;
}

span.paginator .pagination .golast {
    background: url("../images/paging_right_last.png") no-repeat scroll left center transparent;
}

span.paginator .pagination .golast.disabled {
    background: url("../images/paging_right_last_disabled.png") no-repeat scroll left center transparent;
}

span.paginator .pagination .next {
    background: url("../images/paging_right.png") no-repeat scroll left center transparent;
    margin-left: 10px;
}

span.paginator .pagination .next.disabled {
    background: url("../images/paging_right_disabled.png") no-repeat scroll left center transparent;
    margin-left: 10px;
}

span.paginator .pagination .gofirst,
span.paginator .pagination .prev,
span.paginator .pagination .golast,
span.paginator .pagination .next {
    display: inline-block;
    height: 19px;
    margin: 0 2px;
    padding: 0;
    position: relative;
    top: 4px;
    width: 19px;
}

.sub_no_checkbox {
    float: right;
}

.sub_no_value {
    float: left;
}

.sub_no_value .inactive {
    background-color: #f1f1f1;
}

.sub_no_value input {
    width: 100px;
}

span.data-lock {
    cursor: pointer;
}

.good-mini td {
    border-bottom: 1px solid #e4e4e4 !important;
    color: #000000;
    cursor: pointer;
    font-weight: bold;
}

.daily-report {
    border-collapse: collapse;
    border-spacing: 0;
}

.daily-report td {
    border: 1px solid #aaaaaa;
    padding: 5px;
    text-align: center;
}

.daily-report th {
    border: 1px solid #aaaaaa;
    padding: 5px;
    text-align: center;
}

.daily-report td.main {
    background: #999999;
}

.daily-report th.main {
    background: #999999;
}

.daily-report td.left {
    text-align: left !important;
}

.daily-report th.left {
    text-align: left !important;
}

.daily-report td.skip {
    border: none !important;
}

.daily-report th.skip {
    border: none !important;
}

.daily-report td.small {
    width: 10px;
}

.daily-report th.small {
    width: 10px;
}

.daily-report td.bold {
    font-weight: bold;
}

.daily-report th.bold {
    font-weight: bold;
}

.daily-report td.green {
    background-color: #00d92b;
}

.daily-report th.green {
    background-color: #00d92b;
}

.daily-report td.grey {
    background-color: #999999;
}

.daily-report th.grey {
    background-color: #999999;
}

.daily-report td.light-grey {
    background-color: #d4d4d4;
}

.daily-report th.light-grey {
    background-color: #d4d4d4;
}

.daily-report td.dark-yellow {
    background-color: #dbba00;
}

.daily-report th.dark-yellow {
    background-color: #dbba00;
}

.daily-report td.yellow {
    background-color: #e6f200;
}

.daily-report th.yellow {
    background-color: #e6f200;
}

.daily-report td.brown {
    background-color: #85715d;
}

.daily-report th.brown {
    background-color: #85715d;
}

.daily-report td.blue {
    background-color: #008cff;
}

.daily-report th.blue {
    background-color: #008cff;
}

.daily-report td.light-blue {
    background-color: #00f2ff;
}

.daily-report th.light-blue {
    background-color: #00f2ff;
}

.menugroupitem a {
    padding: 5px 5px !important;
}

.duration-wrapper {
    width: 255px;
}

.duration-wrapper .duration-block {
    background: #E2E4FF;
    border-radius: 2px;
    border: 1px solid #A0A0A0;
    cursor: pointer;
    float: left;
    height: 18px;
    margin: 2px;
    padding: 2px;
    text-align: center;
    width: 18px;
}

.duration-wrapper .duration-block:hover {
    background: #C0C2CD;
}

.duration-wrapper .duration-block.black {
    background: #555555;
}

.duration-wrapper .duration-block.black:hover {
    background: #777777;
}

.duration-wrapper .duration-block.activeBlock {
    background: #38d28b;
    font-weight: bold;
}

.date_picker.month {
    width: 47px !important;
}

.select2-container.select2-container--default.select2-container--open {
    z-index: 1005 !important;
}

.select2-selection.select2-selection--single {
    overflow: hidden;
}

.small {
    width: 90px;
}

.live_soliarums_info {
    clear: both;
}

.live_soliarums_info span {
    font-weight: bold;
}

.live_soliarums_info h3 {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.live_soliarums_info p {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}

.live_soliarums_info ul {
    width: 95%;
    float: left;
}

.live_soliarums_info h3 {
    margin-top: 5px;
}

.live_soliarums_info ul li {
    background: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #000000;
    display: block;
    float: left;
    position: relative;
    z-index: 50;
}

.total_to_pay {
    color: red;
    font-weight: bold;
}

#time_left {
    font-weight: bold;
}

#amount_to_return {
    font-weight: bold;
}

.my_row {
    color: #2a8c37 !important;
    font-weight: bold;
    cursor: pointer;
}

.comment_table_wrapper .userTableDataHeader td {
    padding: 0 9px;
}

.comment_table_wrapper h3 {
    padding: 5px 0;
    font-size: 17px;
}

.comment_table_wrapper .clean_line td {
    padding: 0 !important;
}

.comment_table_wrapper .data_form label {
    text-align: left !important;
    float: left;
}

.comment_table_wrapper .submitbutton {
    float: left !important;
    left: 0 !important;
}

.label_warning {
    font-weight: bold;
    color: #20c304;
}

#subscription_info, .customer_small, .extra_pay, .extra_pay_line {
    display: none;
}

.removeButton {
    float: right !important;
}

.order_remark_wrapper .submitbuttonLong {
    height: 40px;
    width: 852px !important;
    background-color: #38d28b;
    border-radius: 4px;
    border: 1px solid #38d28b;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    line-height: 18px;
    margin: 0;
    padding: 6px;
    position: relative;
    text-decoration: none;
    text-shadow: -0.5px -0.5px 0 #41c37f, 0.5px -0.5px 0 #41c37f, -0.5px 0.5px 0 #41c37f, 0.5px 0.5px 0 #41c37f;
}

.order_remark_wrapper,
.payment_tabs_wrap {
    width: 844px;
    clear: both;
}

.order_remark {
    width: 844px;
    margin-bottom: 10px;
    border: 1px solid #000000;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

#insufficient_warning,
#overpay_warning {
    display: none;
    color: red;
    font-weight: bold;
}

.disabled_input {
    background: transparent !important;
    width: 32px !important;
}

.good_discount {
    display: none;
}

.select2-selection__arrow {
    display: none !important;
}

.cancel_object_href {
    float: right;
    color: #fff;
}

.cancel_object_href:hover {
    color: #000;
}

.infobox{
    display: none;
}

#totals_line_no {
    background: transparent;
    border: none;
    width: 40px !important;
}

.will_be_merged {
    text-align: center;
    display: none;
}

.response_messages {
    color: red;
    font-size: 20px !important;
}

#order_check_no_wrapper_message td{
    color: red;
    text-align: center !important;
}

#check_no {
    border: 1px solid #000;
}

.check_no_class {
    width: 97% !important;
    text-align: right;
}

.good_small {
    width: 250px !important;
}

.qty_update_input_min,
.qty_update_input_max {
    width: 40px !important;
}

.remove_timetable_row .fa-minus-circle{
    font-size: 13px;
}

.row_total {
    background-color: #1cd60e;
    color: #fff;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.bold_border {
    border: 2px solid #000000 !important;
}

.has-discounts td {
    background: rgba(0, 255, 178, 0.43);
}

.notificator {
    float: right;
    width: 50px;
    height: 50px;
    background: red;
    display: block;
}

.notificator.green {
    background: #1cd60e;
}

.notificator.yellow {
    background: #e6f200;
}

.notificator.red {
    background: red;
}

.logged_in_users .dashboard_group{
    margin: 7px;
    min-height: 100%;
    display: block;
}

.pull-left {
    float: left;
}

@media screen and (max-width: 700px) {
    .dashboard_margin {
        margin-top: 195px !important;
    }

    #menu_items {
        margin: 210px 10px 0;
    }
}

@media screen and (max-width: 1000px) {
    .dashboard_margin {
        margin-top: 165px !important;
    }

    #menu_items {
        margin: 170px 10px 0;
    }
}

.attention {
    background: #dcdcdc;
}

.number_zero {
    color: #b1b1b1
}

.timetable-employees{

}

.userTableData tr.corrections {
    background: red;
}

#tabcontenttable tr.userTableData.refunded.userTableData td {
    background-color: red!important;
    color: white;
}