﻿#currencies {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#currencies-grid {
    margin: 0;
    padding: 0;
}

#currencies-content {
    height: 96%;
    margin: 0;
    padding: 0;
    position: relative;
}

#target-header {
    height: 28px;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

#target-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#target-export-calendar-container {
    height: 24px;
    width: 21px;
    float: left;
    margin-left: 1px;
}

.target-export-date-title {
    text-align: left;
    font-weight: bold;
    color: #2D84A0;
    margin: 5px;
}

.storehours-export-date-title {
    text-align: left;
    font-weight: bold;
    color: #2D84A0;
    margin: 5px;
}

#storehours-management-location {
    max-width: 1000px;
    float: left;
    border: 2px;
}

.yrwk_container {
    width: 250px;
    height: 80px;
    text-align: center;
    background-color: whitesmoke;
    border: 1px;
    border-radius: 5px;
    border: 1px solid black;
    padding: 5px;
}

.yrwk_left {
    float: left;
    width: 100px;
    height: 30px;
    margin-top: 0px;
}

.yrwk_right {
    float: right;
    width: 130px;
    height: 30px;
    margin-top: 0px;
}

.yrwk_center {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 20px;
    background: Black;
    color: #0000FF;
}

.yrwk_rightleft {
    float: left;
    width: 100px;
    height: 30px;
    vertical-align: middle;
}

.yrwk_rightright {
    float: right;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.yrwk_top {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    color: #0000FF;
}

.um_user-selector {
    width: 36%;
    height: 98%;
    float: left;
    border-color: black;
    /*background-color: whitesmoke;*/
    border: 1px;
}

.um_user-selector-controls {
    float: left;
    width: 36%;
    height: 35px;
    text-align: center;
    border: 0px;
    padding: 5px;
    /*background-color: whitesmoke;*/
}

.um_user-detail-controls {
    float: right;
    width: 100%;
    height: 35px;
    float: right;
    text-align: center;
    border: 0px;
    padding: 5px;
    /*background-color: whitesmoke;*/
}

um_user-selector-search_container {
    width: 99%;
    height: 40px;
    border: 1px;
    border-radius: 5px;
    border: 1px solid black;
    padding: 1px;
}

um_user-selector-control_container {
    width: 99%;
    height: 40px;
    text-align: center;
    border: 1px;
    border-radius: 5px;
    border: 1px solid black;
    padding: 1px;
}

um_user-selector-search {
    width: 36%;
    height: 98%;
    float: left;
    border-color: black;
    background-color: blue;
}


div.um_search {
    width: 98%;
    height: 25px;
    float: left;
    padding-left: 1px;
}


.um_left {
    float: left;
    width: 135px;
    height: 35px;
    margin-top: 0px;
}

.um_right {
    float: right;
    width: 135px;
    height: 35px;
    margin-top: 0px;
}

.um_center {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 35px;
}

.row_style {
    width: 100%;
    height: 25px;
    font-size: 13px;
    font-family: Verdana;
}

.um_user-detail-section {
    /*width: 967px;*/
    width: 100%;
    height: 98%;
    float: right;
    text-align: center;
    border: 1px;
    /*/padding: 5px;*/
}

.um_user-detail-container {
    display: inline-block;
    margin: 0 auto;
    width: 64%;
    height: 95%;
    float: left;
    text-align: center;
    border: 1px;
    border-radius: 1px;
    border: 1px solid black;
    padding: 1px;
    overflow-y: scroll;
}

.umd_left {
    float: left;
    width: 185px;
    height: 35px;
    margin-top: 0px;
}

.umd_right {
    float: right;
    width: 185px;
    height: 35px;
    margin-top: 0px;
}

.umd_center {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    height: 35px;
}

.um_table {
    border: 1px solid #333;
    width: 100%;
    height: 95%;
    overflow-y: scroll;
}

    .um_table th, .um_table td {
        border: 1px dotted #666;
        text-align: left;
    }

        .um_table th[scope=col] {
            border-bottom: 2px solid #333;
            border-right: 2px solid #333;
        }

.editedRow {
    color: #2C2C2C !important;
    font-weight: bold !important;
}

.deletedRow {
    color: #b90f0f !important;
    font-style: italic;
    font-weight: normal;
}

.addedRow {
    color: #088A08 !important;
    font-style: italic;
    font-weight: normal;
}

.normalRow {
    color: #2C2C2C;
    font-style: normal;
    font-weight: normal;
}

table #tblTest {
    width: 100%;
    margin-top: 10px;
    font-family: verdana,arial,sans-serif;
    font-size: 12px;
    color: #333333;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
}

    table #tblTest tr.highlight td {
        background-color: #8888ff;
    }

    table #tblTest tr.normal {
        background-color: #ffffff;
    }

    table #tblTest th {
        white-space: nowrap;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #dedede;
    }

    table #tblTest td {
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: #666666;
        background-color: #ffffff;
    }

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.green {
    color: green;
}

.red {
    color: red;
}

.gray {
    color: gray;
}

.blue {
    color: blue;
}

#divStore .ui-datepicker-trigger, #add-hierarchy-item .ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: -22px;
}

.wrap {
    border: 1px solid;
    margin: 10px;
    height: 200px;
}

    .wrap table {
        width: 300px;
        table-layout: fixed;
    }


.inner_table {
    height: 100px;
    overflow-y: auto;
    height: 150px;
}

.zonerules-textbox {
    width: 60px;
}

.wrap {
    border: 1px solid;
    margin: 10px;
    height: 200px;
}

    .wrap table {
        width: 300px;
        table-layout: fixed;
    }


.inner_table {
    height: 100px;
    overflow-y: auto;
    height: 150px;
}

.zonerules-textbox {
    width: 60px;
}

.verticaltext {
    transform: rotate(-60deg);
    transform-origin: right, top;
    -ms-transform: rotate(-60deg);
    -ms-transform-origin: right, top;
    -webkit-transform: rotate(-60deg);
    -webkit-transform-origin: right, top;
    position: absolute;
}

td:last-of-type.jqx-grid-cell {
    border-right-width: 1px !important;
}

#storehours-export-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: 1px;
}

#select-store-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4px;
    left: 1px;
}

#week-picker .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    background-color: #CCCCCC !important;
}

.emtc-emoji-icon {
    width: 30px;
    height: 30px;
    border: 1px solid #e3e3e3;
    margin-top: -1px;
    margin-left: -1px;
    display: inline-block;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.emtc-div {
    width: 100%;
    height: 60px;
    border: 1px solid;
    overflow-y: auto;
    overflow-x: hidden;
}

#store-attribute-search-box {
    width: calc(100% - 100px);
}

    #store-attribute-search-box input {
        width: calc(100% - 25px);
        float: left;
    }

    #store-attribute-search-box img {
        width: 15px;
        height: 15px;
        cursor: pointer;
        float: left;
        margin: 5px;
    }

.tg-stores-container {
    height: calc(100% - 30px);
}

.keyword-select-list {
    float: left;
    width: 30%;
}

.keyword-item {
    display: block;
    cursor: pointer;
    margin-top: 10px;
}

.target-create-grid thead tr {
    height: 30px;
}

.target-create-grid tbody tr {
    height: 30px;
}

    .target-create-grid tbody tr:nth-child(even) {
        background-color: #F3F3F3;
    }

    .target-create-grid tbody tr:nth-child(odd) {
        background-color: #E5E5E5;
    }

.tiered-over-hours-switch-wrapper {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 20px;
}

    .tiered-over-hours-switch-wrapper span {
        float: left;
        line-height: 20px;
    }

    .tiered-over-hours-switch-wrapper #over-hours-percentages {
        float: left;
        margin-left: 20px;
    }

#administration-menu {
    float: right;
    border-width: 0;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #administration-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

#administration-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

:root {
    --clock-button-background: rgb(1, 119, 188);
    --clock-button-background-hover: #003F54;
    --outline: #E7E9EA;
    --white: #FFFFFF;
    --valid: #65d420;
    --invalid: #FE3324;
    --input-selected: #0177BC;
    --secondary: #005894;
    --tertiary: #E7E9EA;
    --clock-font: 14px;
}

.colour-white {
    color: white;
}

.button-background {
    background-color: var(--clock-button-background);
}

.pointer {
    cursor: pointer;
}

.margin-x {
    margin-left: 1rem;
    margin-right: 1rem;
}

.margin-y {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.margin-bottom {
    margin-bottom: 1em;
}

.border-bottom-grey {
    border-bottom: 2px solid var(--outline);
}

.papaya-input {
    border: 2px solid var(--tertiary);
    border-radius: 4px;

    margin: 5px 0px;
}

.papaya-input-selected:focus {
    border: 2px solid var(--input-selected);
}

.no-padding {
    padding: 0 !important;
}


.button-hover-bg-dark:hover {
    background-color: var(--clock-button-background-hover);
}

.clock-configuration {

}

.clock-configuration__header {
    display: flex;
    justify-content: flex-start;
}

.clock-configuration__title {
    font-weight: 500;
    font-size: 14px;
}

.clock-configuration__content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
}

.clock-configuration__address-row {
    display: flex;
    justify-content: space-between;

    vertical-align: middle;
}

.clock-configuration__address-section {
    display: flex;
    align-items: center;
    gap: 1em;
}

.clock-configuration__address-label {
    font-size: 14px;
/*    font-size: var(--clock-font);*/
    display: flex;
    align-items: center;
    height: 2rem;
}

.clock-configuration__address-input {
    height: 2rem;
    font-size: 14px;
/*    font-size: var(--clock-font);*/

    padding-bottom: 0;
    padding-top: 0;
}

.clock-configuration__address-button {
    border: none;
    border-radius: 50%;

    width: 2rem;
    height: 2rem;

    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0;

    display: flex;
    justify-content: center;
    align-items: center;

}

.clock-configuration__add-section {
    display: flex;
    justify-content: flex-end;
}

.ip-valid {
    border-color: var(--tertiary);
}

.ip-invalid {
    border-color: var(--invalid);
}