/* Lato Font */
@font-face {
    font-family: 'LatoRegular';
    src: url('fonts/Lato-Reg-webfont.eot');
    src: url('fonts/Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Reg-webfont.svg#LatoRegular') format('svg'),
        url('fonts/Lato-Reg-webfont.woff') format('woff'),
        url('fonts/Lato-Reg-webfont.otf') format('opentype'),
        url('fonts/Lato-Reg-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoItalic';
    src: url('fonts/Lato-RegIta-webfont.eot');
    src: url('fonts/Lato-RegIta-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-RegIta-webfont.woff') format('woff'),
        url('fonts/Lato-RegIta-webfont.otf') format('opentype'),
        url('fonts/Lato-RegIta-webfont.ttf') format('truetype'),
        url('fonts/Lato-RegIta-webfont.svg#LatoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBold';
    src: url('fonts/Lato-Bol-webfont.eot');
    src: url('fonts/Lato-Bol-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-Bol-webfont.woff') format('woff'),
        url('fonts/Lato-Bol-webfont.otf') format('opentype'),
        url('fonts/Lato-Bol-webfont.ttf') format('truetype'),
        url('fonts/Lato-Bol-webfont.svg#LatoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LatoBoldItalic';
    src: url('fonts/Lato-BolIta-webfont.eot');
    src: url('fonts/Lato-BolIta-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lato-BolIta-webfont.woff') format('woff'),
        url('fonts/Lato-BolIta-webfont.otf') format('opentype'),
        url('fonts/Lato-BolIta-webfont.ttf') format('truetype'),
        url('fonts/Lato-BolIta-webfont.svg#LatoBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
html body {
    margin: 0px;
    padding: 0px;
    color: rgb(85, 85, 85);
    font-family: 'LatoRegular', Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    height: 100%;
    background: #fcfcfc;
}
input[password] { margin: 1px; }
input[readonly] {
    background: transparent;
    color: rgb(102, 102, 102);
    border: none;
}

input[readonly].hasDatepicker {
    border: solid;
    border-width: 1px;
}

input[type="text"] {
    padding: 2px;
    margin: 2px;
}
.label {
    text-align: right;
    color: #666;
}

hr { 
    clear: both; 
}
a, 
table.data-table td a, 
.ui-widget-content a, 
.link { 
    color: #0077C8;
    text-decoration: none; 
} 
a:hover, 
table.data-table td a:hover, 
.ui-widget-content a:hover,
.link:hover{ 
    color: #4f3f53;
    text-decoration: none;
}

a img {
    border: none;
}
.action a
{
    display: block;
}
.data-table i.fa { 
    margin: 0.3em 0 0 0.2em;
}
#loginBox {
    width: auto;
    height: auto;
    padding:280px 2.5em 1.5em;
    border: solid 1px #c0c0c0;
    margin: 0 auto;
    border-radius: 10px;
    background: #fff url("../css/images/get-logo-black.png") no-repeat top center;
    background-size: 300px 300px;
    position: fixed;
    left:30%;
    top: 80px;
}
#loginBox input[type="text"],#loginBox input[type="password"] {
    padding: 1px 5px;
}
td.action { 
    width: auto; 
    min-width: 140px;
}
td.action a {
    padding: 2px 0px;
}
.td_select select { 
    padding: 2px;
}
#container {
    margin: 0px;
    border: 0px;
}
.col2_login {
    padding: 3px;
    text-align: right;
}
#logo {
    background: url("../css/images/get-logo-blue.png") no-repeat;
    background-size: 100% 100%;
    width: 208px;
    height: 208px;
}
#content {
    margin: 1em;
    color: #696969;
    width: 85%;
    position: absolute;
    top: 0px;
    left: 210px;
}
h2 { color: #0077C8;}
#footer {
    color: #bbb;
    position: fixed;
    bottom: 5px;
    left: 10px;
}

.display-error{
    max-width: 62%;
    display: none;
    padding: 7px 7px 5px 30px;
    background: url(images/error.png) no-repeat 6px rgb(255, 221, 221);
    border: 1px solid rgb(255, 0, 0);
    position: relative;
    z-index: 1000000;
}

.custom-error-message {
    font-family: 'LatoBold';
    width: auto;
    text-align: left;
    background-repeat: no-repeat;
    font-size: 14px;
}

#chooseMenuCategory img{
  height: 15px;
}

#success_error_icon img{
  height: 15px;
  margin-left: 4px;  
}

input[type="button"],input[type="submit"], #headerinfo a, .btnLink {
    color: #666;
    cursor: pointer;
    font-family: 'LatoBold';
    font-size: 15px;
    border-width: 0;
    padding: 8px 20px;
    margin: 0px 5px;
    border: solid 1px #999;
    background-color: #f7f7f7;
    border-radius: 8px;

}
input:hover[type="button"],input:hover[type="submit"], #headerinfo a:hover, .btnLink:hover {
    background-color: #fff;
    border-radius: 8px;
    border-color: #666;
}
.input.cancel {
    border: none;
    background: none;
    margin: 0px;
    padding: 2px;
}
.padLink { line-height: 2em;}
#headerinfo a:hover { text-decoration: none;}
.button:hover {
    color: #fff;
    border-radius: 8px;
}
.button:disabled, .submit:disabled, .submit[disabled=true], .button[disabled=true] {
    cursor: text;
    border-radius: 8px;
}
.button:enabled, .submit:enabled {
    cursor: pointer;
    border-radius: 8px;
}
.ui-widget {
    font-size: 1em;
}
.ui-widget-header {
    border: none;
    border-bottom: solid 1px #c0c0c0;
    background: #fcfcfc;
}
.messages { 	
    font-family: 'LatoBold';
    width: auto; 
    max-width: 45%;
    text-align: left;
    background-repeat: no-repeat;
    padding: 6px 6px 6px 30px;
    margin: 7px 14px;
}
.messages li {
    list-style: none;
}
.info .messages {
    background: url("images/info.png") no-repeat 6px rgb(223, 244, 255);
    border: 1px solid rgb(167, 206, 223);
    color: rgb(52, 64, 79);
}

#error_section {
    background: url(images/error.png) no-repeat 6px rgb(255, 221, 221);
    border: 1px solid rgb(255, 0, 0);
    position: relative;
    z-index: 1000000;
    width: 575px;
    display: block;
    text-align: left;
    background-repeat: no-repeat;
    padding: 6px 6px 6px 30px;
    margin: 7px 0px;
}

.success .messages {
    background: url("images/success.png") no-repeat 6px rgb(244, 253, 239);
    border: 1px solid rgb(172, 223, 167);
    color: rgb(56, 79, 52);
}
.warning .messages {
    background: url("images/warning.png") no-repeat 6px rgb(255, 255, 204);
    border: 1px solid rgb(255, 204, 0);
}
.errors .messages {
    background: url("images/error.png") no-repeat 6px rgb(255, 221, 221);
    border: 1px solid rgb(255, 0, 0);
    position: relative;
    z-index: 1000000;
}
.error {
    background-color: yellow;
}
form {
    margin-bottom: 0.5em;
}
.page-section {
    margin-bottom: 0.3em;
    color: #999;
}
.data-table {
    margin: 0.3em 0.3em 0.5em;
    border: 1px solid rgb(187, 187, 187);
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

tr.spaceUnder {
    padding-bottom: 5em;
}


.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
   width: 59.5% !important;
   overflow-y: scroll !important;
   overflow-x: hidden !important;
   max-height: 40% !important; 
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar-thumb {
  background-color: #999999;
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front::-webkit-scrollbar{
    width: 15px;
    background-color: #F5F5F5;
}

button.ui-button.ui-widget.ui-button-icon-only.ui-corner-right.ui-button-icon{
    height: 18px !important;
    margin-top: -2px !important;
    margin-left: 0px !important;
}

.commerce-log-table {
    table-layout: auto !important;
}
.commerce-log-table thead tr th,
.commerce-log-table tbody tr td,
.commerce-log-table tbody tr td a
{
    overflow: auto !important;
    white-space: nowrap;
}
.exportlinks {
    margin: 0px 0.3em 1em;
}
.data-table thead tr th {
    border-collapse: collapse;
    padding: 0.5em;
    color: #fff;
    font-family: 'LatoBold';
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-table tfoot tr th {
    border-width: 1px 1px 1px medium;
    border-style: solid solid solid none;
    padding: 0.5em;
    color: rgb(255, 255, 255);
    font-family: 'LatoBold';
    border-right-color: rgb(76, 126, 43);
}
.data-table footer {
    margin-top: 0.5em;
}


table tr.editableRow{
  display: none;    
}

table tr.menuRow{
  display: none;   
}

.data-table tfoot td {
    padding: 0.4em;
    font-family: 'LatoBold';
    border-top-color: black;
    border-top-width: 2px;
    border-top-style: solid;
}
.data-table thead a, .data-table tfoot a, .data-table thead a:visited, .data-table tfoot a:visited {
    color: #fff;
}
.data-table thead th {
    background: #0077C8;
}
.data-table thead th:first-child {
    width: auto;
    min-width: 85px;
}

.default_hide{ 
 display: none;
}

#imageDetailsGrid tr.data-row>td {
  padding-bottom: .2em;
  vertical-align: baseline;
}

#imageDiv div.spinner{
   left: 29% !important;
   top: 40% !important;
}

a.push-right{
 margin-left: 156px;
}

.item-detail-table td:nth-child(1){
    width: 13%;
}

#searchBy_combo {
  height: 23px; 
  margin-right: -4px; 
  border-right: 1px solid gray;
}

.previewImage{
    display: none;
    margin-bottom: 5px;
}

.item-detail-table{
  width: 100%;
  height: 100%;
}
.scrollable-td{
  max-height: 250px;
  word-wrap: break-word;
  overflow-y: scroll;
}

.scrollable-td::-webkit-scrollbar-thumb {
    background-color: #999999;
}

.scrollable-td::-webkit-scrollbar{
    width: 6px;
    background-color: #F5F5F5;
}

.scrollable-table-container{
 max-width: 100%;
 overflow-x: scroll;
}

.scrollable-table-container::-webkit-scrollbar-thumb{
  background-color: #000;
}

.scrollable-table-container::-webkit-scrollbar{
    height: 10px;
    background-color: #F5F5F5;
}

.data-table tbody td {
    border-top: solid 1px #ddd;
    border-right:solid 1px #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-table tbody tr.alt {
    background-color: rgb(244, 244, 244);
    min-width: 50px;
}
.data-table tbody tr.alt td {
    background-color: rgb(244, 244, 244);
}
.data-table caption {
    padding: 4px;
    border: currentColor;
    text-align: left;
    font-size: 1em;
    font-family: 'LatoBold';
    caption-side: top;
    background-color: rgb(255, 255, 255);
}
.data-table-title {
    padding: 0.7em 0.3em 0;
    margin-top: 0.5em;
    width: 100%; 
    font-size: 1.5em;
    border-top:solid 1px #c0c0c0;
    
}
.data-table-header {
    padding: 0.3em 0px 0px 0.3em;
}
.data-table-paging-header {
    padding-left: 0.3em;
}
#storeAddressTitle {
}
#billingAddressTitle {
}
/* Edit Merchant */
#storeAddressTitle, #billingAddressTitle {
    padding: 3px 0px 0px 10px;
    margin-top: 0px;
}
#merchanttabs {
    width: auto;
}
#merchantgeneral { 
    position: relative; 
    padding-bottom: 10px; 
}
#merchantproperties {
    position: relative;
    margin: 4px;
    margin-bottom: 10px;
    left: 0px; 
    top: 0px;
    width: auto;
    max-width: 575px;
}
#merchantproperties label {
    white-space:normal; 
}
#storeAddress, #billingAddress {
    width: auto;
    min-width: 300px;
    max-width: 325px;
    position: absolute;
    border: solid 1px #d0d0d0;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    background: #f7f7f7;
    margin-left: 635px;
    top: 10px;
    font-size: 1.2em;
}
#storeAddress td { 
    font-size: 0.8em; 
    color: #666; 
    padding: 5px;
}
#linkedInstitutions, .saveDiv { 
    float: left;
    width: 90%;
    clear: both;
}
.svg_bg {
    background-color: #d0d0d0;
    background-image: linear-gradient(45deg, #c0c0c0 25%, transparent 25%, transparent 75%, #c0c0c0 75%, #c0c0c0), linear-gradient(45deg, #c0c0c0 25%, transparent 25%, transparent 75%, #c0c0c0 75%, #c0c0c0);
    background-size:60px 60px;
    background-position:0 0, 30px 30px
}
.saveDiv {
    padding: 5px;
    margin: 0.3em;
}
.iconDiv {
    padding: 0.75em;
    margin: 0.5em;
    display: inline-table;
    align-items: center;
    float: left;
    width: 310px;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    border: 1px solid #c0c0c0;
    height: 90px;
    -webkit-box-shadow:  1px 1px 2px 1px #f7f7f7;
    box-shadow:  1px 1px 2px 1px #f7f7f7;
    color: #333;
}

.iconDiv .info {
    padding-left: 125px;
}

.cr-boundary{
  margin: 0px !important;  
}

.iconDiv h4 {
    margin: 10px 0px 5px 5px;
    font-size: 1.35em;
    color: #0077C8;
}
.iconDiv h5 {
    margin: 5px 0px 5px 5px;
    font-size: 13.6px;
    color: #333333;
    font-weight: normal;
}

.iconDiv:hover { 
    background-color: #f7f7f7;
}
.iconDiv img {
    float: left;
}
.photo_buttons, .photo_reason { text-align: center; margin: 2px; line-height: 3em;}
/* Menu Edit */
span a { text-decoration: none !important;}
#categoriesDisplay { width: 700px; margin: 10px; padding: 20px 0px 25px 25px; border: solid 1px #ccc; }
#categoriesDisplay table { border-collapse: collapse;}
#categoriesDisplay tr td { border-bottom: solid 1px #c0c0c0; margin: 0px; padding-top: 4px;}
.menuSectionDescription {
    background-color: #c9daff; 
    font-family: 'LatoBold';   
}
.colorSelection input[type="text"] {
    margin: 2px;
}
#merchantmenus table tr:nth-child(even)
{
    background-color:#f7f7f7 !important;
}
#menuForm { margin: 10px;}
.menuCategoryRow {
    background-color: #a6c2ff;
}
.categoryName {
     font-family: 'LatoBold'; font-size: 1.3em; 
}
.categoryHeader {
     font-family: 'LatoBold';
     font-size: x-large;
}
.pop_label { text-align: right; white-space: nowrap;}
img#expander { cursor: pointer !important;}
.ui-draggable .ui-dialog-titlebar { border: 0px !important; background: none !important;  height: 10px; }
#menuDialog h3, 
#categoryDialog h3, 
#itemOptionDialog h3, 
#newCategoryForm h3 { 
    padding: 0px !important; 
    -webkit-margin-before: -0.5em !important;
    -webkit-margin-after: 0em !important;}
.ui-dialog { 
    width: auto !important;
    max-width: 96% !important;
    position: fixed !important;
    overflow: auto !important; 
}

.ui-dialog::-webkit-scrollbar-thumb {
    background-color: #999999;
}

.ui-dialog::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}

.ui-widget-overlay{
   background: #000;
   opacity: 0.6;
}

.ui-dialog-content {
   overflow: visible !important;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6); /* Black background with opacity */
  z-index: 2000; /* Specify a stack order in case you're using a different order for other elements */
}

.loading-indicator-msg{
  display: none;
  position: absolute;
  top: 60%;
  z-index: 2000000000;
  width: 100%;
  height: fit-content;
  color: #000;
  font-size: 14px;
  text-align-last: center
}
.toggleableRow{
   display:none;
}

.loading-indicator-msg span {
   padding-left: 35px;
}
.cr-slider-wrap {
 margin: 0px !important;
 margin-top: 6px !important;
 margin-bottom: 6px !important;	
 width: 100% !important;
}

.saving-msg{
 display:none;
}
.loading-msg{
 display: none;
}

.ui-dialog-content-resizable {
  height: inherit;
}
.ui-dialog-content label, .ui-dialog label { float: right; }
.ui-dialog-content table, .ui-dialog table { padding-bottom: 10px; }
#popup_error  {position: relative; top: -10px;}
#popup_error .errors .messages li, .errors .messages, .messages li { min-width: 200px !important; width: auto;}
.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: 'LatoRegular', Helvetica,  Arial, sans-serif;}
.ui-tabs .ui-tabs-nav {
        margin: -4px -4px -2px -3px;
}
.reward-table {
    background-color: #eee;
}
.reward-header-row {
    background-color: #eee;
    width: 100%
}
.reward-header-row td, .reward-row td, .reward-add-row td {
    padding: 10px;
}
.reward-add-row  {
    color: #a6c2ff;
}
.reward-actions {
    width: 150px;
}
.addEditLevel {
    line-height: 2em;
}
#cur th, #cur td {
    padding: 10px;
}
a.addLevel, a.addReward {
    padding: 16px;
    line-height: 2em;
}

#table-wrapper .exportlinks{
  display: inline-block;  
}

.paginator-right{
  display: inline-block;
  margin-left: 30px
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { border-radius: 0px;}
/* Breadcrumb */
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    font-size: 15px;
}
/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
}

ul#assignedToUl{
    padding-inline-start:14px; 
    margin-block-start: 0.5em; 
    margin-block-end: 0em;
}

ul#assignedToUl li{
  margin-bottom: 5px;  
}

ul#assignedToUl::-webkit-scrollbar-thumb {
    background-color: #999999;
}

ul#assignedToUl::-webkit-scrollbar{
    width: 8px;
    background-color: #F5F5F5;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}
/* Add a color to all links inside the list */
ul.breadcrumb li a {
    color: #0077C8;
    text-decoration: none;
}
/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #4f3f53;
    text-decoration: underline;
}
/* End Breadcrumb */


@keyframes loader {
  from {transform:rotate(0deg);}
  to {transform: rotate(360deg);}
}
 
.loader:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 80%;
  width: 18px;
  height: 18px;
  margin-top: -15px;
  margin-left: 15px;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #07d;
  animation: loader .8s linear infinite;
}

#merchant-closed-dates-help-text-div {
    display:inline-block;
    width:1000px;
}

.totpQR {
    text-align: center;
}

.alert-warning {
    padding: 2px 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #b74441;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-heading {
    color: inherit;
    font-size: 1.1rem !important;
    margin: 5px;
}

.alert-warning p {
    margin-left: 4px !important;
}

.hilight-field {
    color: #b74441;
    background-color: #f2dede;
}
