@font-face {
    font-family: MySignPainter;
    src: url(../img/MySignPainter.otf);
}

html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #EBE9EA;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    cursor: default;
}

.videoPreviewBG {
    width: 100%;
    height: 100%;
    background-color: #949494;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 90000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    visibility: hidden;
}

.videoPlayer {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.videoPlayerCloseBtn {
    max-width: 300px;
}

.grey-color {
    color: #c8c7cc;
}

.black-color {
    color: #000000;
}

.app-bg-color {
    background-color: #EBE9EA;
}

.appContainer {
    position: absolute;

    top: 60px;
    padding-bottom: 60px;

    padding-top: 20px;
    bottom: 0px;
    width: 100%;
    overflow-y: auto;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
}

.rotate {
    -webkit-animation: rotating 2s infinite linear;
    animation: rotating 2s infinite linear;
}

.pin {
    display: inline-block;
    background: #FEFEFE;
    border: 2px solid #FAFAFA;
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    padding: 15px;
    padding-bottom: 5px;
    background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
    opacity: 1;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.infodialog {
    position: absolute;
    top: 70px;
    right: 50%;
    width: 360px;

    margin-left: -180px;
    margin-right: -180px;
    padding: 10px;
    background-color: #FFFFFF;
    z-index: 10000;

    box-shadow: 5px 5px 5px #888888;
}

.progressdialog {
    width: 200px;
    height: 160px;
    top: 50%;
    margin-top: -60px;
    margin-right: -100px;
}

.calendarbar {
    height: 70px;
    border-radius: 5px;

    position: fixed;
    bottom: 50px;
    left: 0px;
    right: 0px;
    z-index: 3000;
}

.calendarbar-inner {
    height: 30px;
    /*width:90%;*/
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;

    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.topbar {
    position: fixed;
    top: 0px;

    height: 60px;
    width: 100%;

    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;

    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;

    box-shadow: 0px 0px 10px;

    z-index: 12000;
}

.topbar-title {
    font-family: MySignPainter;
    font-size: 36px;
    height: 100%;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topbar-title-image {
    height: 40%;
    padding-right: 20px;
    margin-top: -10px;
}

.topbar-left-icon {
    color: #FFFFFF;
    font-size: 24px;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
}

.topbar-right-icon {
    color: #ffffff;
    text-align: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
}

.topbar-right-icon-group {
    display: flex;
    align-items: center;
}

.topbar-right-icon-1 {
    font-size: 30px;
    padding-right: 20px;
    padding-left: 20px;
    color: #ffffff;
    cursor: pointer;
}

@media only screen and (max-width: 540px) {
    /* For mobile phones: */
    .topbar-title-image {
        display: none;
    }
}

.sidebar {
    position: fixed;
    top: 60px;
    width: 250px;
    height: 100%;
    left: -250px;
    z-index: 11000;

    box-shadow: 0px 0px 10px;
}

.sidebar-open {
    left: 0px;
}

.sidebar-container {
    width: 100%;
    height: 100%;
}

/*.sidebar-container div {*/
/*    width: 100%;*/
/*    !*height: 60px;*!*/
/*    cursor: pointer;*/
/*    padding-top: 15px;*/
/*    padding-left: 40px;*/
/*    color: #ffffff;*/
/*    transition: 1s;*/
/*}*/

/*.sidebar-container div div{*/
/*    width: 100%;*/
/*    !* height: 60px;*!*/
/*    cursor: pointer;*/
/*    padding-top: 2px;*/
/*    padding-left: 1.5rem;*/
/*    color: #ffffff;*/
/*    transition: 1s;*/
/*}*/

/*.sidebar-container div.menu:hover, .sidebar-container div div.menu:hover {*/
/*    transition: all .4s ease;*/
/*    -webkit-transition: all .4s ease;*/
/*    background-color: rgba(0, 0, 0, 0.2);*/

/*}*/

.sidebar-selected-item {
    background-color: rgba(0, 0, 0, 0.2);
}

.screen-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    text-align: center
}

.screen-title-icon {
    position: absolute;
    text-align: right;
    right: 10px;
}

.app-pager {
    position: fixed;
    bottom: 0px;
    left: 50%;
    margin-right: auto;
    margin-left: auto;
}

.app-pager-circle {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 4px;
}

.app-transparent {
    opacity: 0.2;
}

.full-transparent {
    opacity: 0;
    pointer-events: none;
}

.half-opacity {
    opacity: 0.3;
    pointer-events: none;
}

hr {
    height: 3px;
    margin-bottom: 0px;
}

.form-button {
    width: 100%;
    max-width: 300px;
    margin: 20px;
}

.clickable {
    cursor: pointer;
}

.fullsize {
    width: 100%;
    height: 100%;
}

.app-form {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.underline {
    text-decoration: underline;
}

.apps-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.apps-container-item {
    width: 160px;
    float: left;
    margin: 20px;
    text-align: center;
    border-radius: 5px;

    font-family: MySignPainter;
    font-size: 24px;

    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}

.welcome-app-item {
    display: flex;
    flex-direction: column;

    width: 320px;
    height: 140px;
    text-align: center;

    margin-top: 200px;
    margin-left: calc(50% - 160px);

    border-radius: 5px;

    color: white;
    font-family: MySignPainter;
    font-size: 30px;

    box-shadow: 0 3px 3px rgba(34, 25, 25, 0.4);
}

.welcome-app-item img {
    height: 60px;
    margin: 15px;
}

.move-in-view.ng-enter, .move-in-view.ng-leave, .move-out-view.ng-enter, .move-out-view.ng-leave {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    position: fixed;
}

.move-in-view.ng-enter,
.move-in-view.ng-leave.ng-leave-active {
    left: 100%;
}

.move-in-view.ng-leave,
.move-in-view.ng-enter.ng-enter-active {
    left: 0%;
}

.move-out-view.ng-enter,
.move-out-view.ng-leave.ng-leave-active {
    left: 100%;
}

.move-out-view.ng-leave,
.move-out-view.ng-enter.ng-enter-active {
    left: 0%;
}

.fade-out-view.ng-enter, .fade-out-view.ng-leave, .fade-in-view.ng-enter, .fade-in-view.ng-leave {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.fade-in-view.ng-enter,
.fade-in-view.ng-leave.ng-leave-active {
    opacity: 0;
}

.fade-in-view.ng-leave,
.fade-in-view.ng-enter.ng-enter-active {
    opacity: 1;
}

.fade-out-view.ng-enter,
.fade-out-view.ng-leave.ng-leave-active {
    opacity: 0;
}

.fade-out-view.ng-leave,
.fade-out-view.ng-enter.ng-enter-active {
    opacity: 1;
}


.sidebar-move.ng-enter, .sidebar-move.ng-leave {
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
}

.sidebar-move.ng-enter {
    left: -250px;
}

.sidebar-move.ng-enter.ng-enter-active {
    left: 0;
}

.sidebar-move.ng-leave {
    left: 0;
}

.sidebar-move.ng-leave.ng-leave-active {
    left: -250px;
}

.form-first-button {
    width: 160px;
    margin-right: 20px
}

.tt-menu {
    background-color: #ffffff;
    border-radius: 6px;
    width: 80%%;

    max-height: 150px;
    overflow-y: auto;
}

.tt-custom-text {
    font-size: 16px;
    padding-left: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

#autoDismissDialog {
    position: fixed;
    width: 200px;
    height: 90px;
    margin-left: -100px;
    margin-top: -45px;
    left: 50%;
    top: 50%;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    z-index: 20000;
}

.thumbnail_row_editable {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #B3B3B3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.thumbnail_row {
    width: 100%;
    border-bottom: solid 1px #B3B3B3;
    padding-top: 5px;
    padding-bottom: 5px;
}

.thumbnail_row_content {
    padding-top: 10px;
    padding-left: 120px
}

.thumbnail_row_content_title {
    font-size: 24px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 40%;
    white-space: nowrap;
}

.thumbnail_row_single_title {
    float: left;
    padding: 5px;
}

.thumbnail_row_single_value {
    float: right;
    padding: 5px;
    font-size: 16px;
    text-decoration: underline;
}

.round_thumbnail {
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: 10px;
    background-color: #ffffff;
    border: solid 1px #B3B3B3;
}

.round_thumbnail_small {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background-color: #ffffff;
    border: solid 1px #B3B3B3;
}

.round_thumbnail_tiny {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: solid 1px #B3B3B3;
}

.round_thumbnail_small_overlay {
    position: absolute;
    font-size: 50px;
    margin-top: 5px;
    left: 35px;
}

.sku_code {
    background-color: #D3D3D3;
    border-radius: 4px;
    padding-left: 4px;
    padding-right: 4px;
    float: right;
    margin-right: 10px;
    position: relative;
    top: -35px;
    max-width: 25%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.input_icon_button {
    height: 35px;
    margin-top: -7px;
}

.input {
    z-index: 1;
    display: inline-block;
    width: 100%;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    border: none;
    border-radius: 0;
    -webkit-appearance: none; /* for box shadows to show on iOS */

    z-index: 10;
    padding: 0.75em 0.1em 0.25em;
    width: 100%;
    background: transparent;
    color: #000000;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    position: relative;
    overflow: hidden;
    width: 100%;
    color: #606265;
    text-align: left;
}

.input__label::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 3px;
    background: #afb3b8;
    -webkit-transform: scale3d(1, 0.4, 1);
    transform: scale3d(1, 0.4, 1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label::after {
    content: attr(data-content);
    position: absolute;
    top: 0;
    left: 0;
    color: #000000;
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    pointer-events: none;
}

.input__field:focus + .input__label::before {
    background-color: #000000;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.input__field:focus + .input__label {
    pointer-events: none;
}

.input__field:focus + .input__label::after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__label-content {
    position: relative;
    display: block;
    width: 100%;

    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.input__label-content-right {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: right;
    width: 100%;
    color: #000000;

    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}


.input__field:focus + .input__label .input__label-content .input__label-content-right {
    opacity: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.iconbar-unread {
    position: absolute;
    top: 13px;
    min-width: 20px;
    padding: 0 2px;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.667;
    color: #fff;
    text-align: center;
    background-color: #2a7aaf;
    border-radius: 50%;
    -webkit-font-smoothing: auto;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    color: #ffffff;
}

.td-icon {
    width: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 22px;
}

.mini-input {
    margin-left: 20px;
    width: 100%;
    height: 50px;
    text-align: right;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    border-bottom: 1px solid #000000;
}

.mini-input-icon {
    width: 200px;
    height: 60px;
    /*margin-top: 15px;*/
}

.mini-input-icon-new {
    width: 100px;
    height: 30px;
}

.mini-input-icon-sm {
    height: 70px;
    /*margin-top: 15px;*/
}

.login-form {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 150px;
    font-size: 30px;
}

.login-form input {
    font-size: 24px;
    font-weight: 200;
    width: 300px;
    margin-left: 20px;
    border: 0px;
    border-bottom: 2px solid #000000;
    outline: none;
}

.app-page-title {
    font-size: 24pt;
    font-weight: bold;
    text-align: center;
}

.app-page-mini-title {
    padding: 20px;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

.category-header-container {
    background-color: #EBE9EA; /*EBE9EA*/
    border-top: 1px solid #c8c7cc;
    border-bottom: 1px solid #c8c7cc;
    width: 100%;
}

.category-header {
    display: flex;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 24px;
}

.category-header:active {
    background-color: rgba(255, 255, 255, 0.5);
}

.category-header-title {
    padding-left: 24px;
    font-weight: bold;
}

.category-content {
    padding-left: 30px;
}

.category-triangle {
    font-size: 18px;
}

.arrow-div {
    /*position: absolute;*/
    -moz-transition: -moz-transform .3s;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
}

.toggle-down {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.row-arrow {
    color: #000000;
    padding-left: 10px;
}

.big-dropdown {
    width: aauto;
    min-width: 100%;
    font-size: 24px;
}

.big-dropdown li {
    padding: 10px;
}

.silent-dropdown {
    background: rgba(0, 0, 0, 0) !important;
    color: #000000 !important;
}

.date-nav-bar {
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 70px;
    height: 60px;
    width: 100%;
    font-size: 26px;
}

.date-nav-bar-part {
    display: flex;
    justify-content: space-around;
    width: calc(50% - 100px);
    height: 100%
}

.date-nav-bar-segment {
    top: 25%;
    cursor: pointer;
    width: 50%;
    text-align: center;
}

.date-nav-bar-segment span {
    position: absolute;
    top: 5px;
}

.date-nav-bar-segment:active {
    background-color: rgba(255, 255, 255, 0.5);
}

.no-opacity {
    opacity: 0;
}

.cash-table {
    width: 100%;
    font-size: 18px;
    /*font-weight:700;*/
}

.cash-table tr {
    height: 70px;
    border-bottom: 1px solid #D0D0D0;
}

.cash-table tr:first-child {
    border-top: 1px solid #D0D0D0;
}

.cash-table tr:last-child {
    border-bottom: 0px;
}

.cash-table-arrow-div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 20px;
    padding-right: 10px;
}

.cash-table-arrow-div-circle {
    background-color: #000000;
    width: 40px;
    font-size: 18px;
}

.cash-table tr:active {
    background-color: rgba(255, 255, 255, 0.5);
}

#wrapper {
    width: 100%;
    margin: 10px auto;
    text-align: center;
}

#product-wrapper {
    width: 100%;
    margin: 10px auto;
}

#columns {
    -webkit-column-count: 2;
    -webkit-column-gap: 10px;
    -webkit-column-fill: auto;
    -moz-column-count: 2;
    -moz-column-gap: 10px;
    -moz-column-fill: auto;
    column-count: 2;
    column-gap: 15px;
    column-fill: auto;
}

.item-pin, .inventory-item-pin {
    width: 90%;
    border-radius: 8px;
    display: inline-block;
    margin: 0 2px 15px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    text-align: left;

    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.item-pin {
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
}

.item-pin img {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 8px 8px 0px 0px;
}

.inventory-item-pin {
    text-align: center;
    height: 275px;
    width: 250px;
    display: block;
}

.inventory-item-pin img {
    position: relative;
    border: 1px solid #B3B3B3;
    z-index: 200;
}

.inventory-item-pin div {
    position: relative;
    background: #ffffff;
    top: -100px;
    line-height: 1;
    border: 1px solid #B3B3B3;
    z-index: 100;
    padding: 6px 6px 20px;
}

.item-pin p {
    padding: 15px;
    font: 12px/18px Arial, sans-serif;
    color: #333;
    margin: 0;
}

@media (min-width: 700px) {
    #columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (min-width: 1000) {
    #columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}

.generic-card-holder {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.generic-card {
    width: 200px;
    height: 220px;
    margin: 20px;
    border-radius: 6px;
    text-align: center;

    box-shadow: 0 2px 4px rgba(34, 25, 25, 0.4);
    cursor: pointer;
}

.generic-card img {
    width: 170px;
    height: 170px;
    padding: 20px;
}

.generic-card p {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

.generic-card span {
    font-style: italic;
}

.breadcrumb {
    text-align: center;
    display: inline-block;
    font-size: 20px;
}

.breadcrumb-inactive {
    color: #444444;
}

.breadcrumb-active {
    color: #00cded;
}


@media only screen and (min-width: 1024px) {
    .square_button_container {
        display: flex;
        padding-right: 20px;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 393px) {
    .square_button_container {
        display: flex;
        padding-left: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .delete-spinner-units {
        margin-top: -13px !important;
    }
}

@media only screen and (max-width: 720px) {
    .delete-spinner-units {
        margin-top: -13px !important;
        margin-right: 19px !important;
    }
}

.square_button_container a {
    width: 80px;
    height: 60px;
    margin-left: 0px !important;
    font-size: 32px !important;
}

@media only screen and (min-width: 1024px) {
    .square_button_container input {
        width: 140px !important;
        height: 60px;
        border-radius: 0px;
        text-align: center;
        font-size: 32px !important;
    }
}

@media only screen and (min-width: 393px) {
    .square_button_container input {
        width: 90px;
        height: 60px;
        border-radius: 0px;
        text-align: center;
        font-size: 32px !important;
    }
}

.square_button_left {
    border-radius: 6px 0px 0px 6px;
}

.square_button_right {
    border-radius: 0px 6px 6px 0px;
}

.loader-info-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Roboto;
}

.loader-info-tile {
    text-align: center;
    width: 360px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 5px 5px 5px #888888;
}

.loader-page-btn {
    width: 120px;
    padding: 10px;
    border-radius: 4px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    box-shadow: 2px 2px 2px #888888;
    cursor: pointer;
}

.order-card, .big-icon-card {
    background-color: #f5f5f5;
    margin: 20px;
}

.order-card {
    min-width: 360px;
}

.order-card-holder {
    overflow: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    width: 100%;
    height: 100%;
}

.big-icon {
    width: 200px;
    font-size: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.info-card {
    min-height: 100px;
    text-align: center;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 20px;
}

.info-card img {
    height: 200px;
}

.time-picker-input {
    font-size: 16px;
    border: 0px;
    width: 100%;
}

.constrained-button {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.custom-buttons-row {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.custom-speed-dial-button {
    width: 50px !important;
    height: 50px !important;
    margin-left: -3px !important;
}

.black-color {
    color: #000000 !important;
}

.padded-list-row {
    padding-right: 42px !important;
}

.cash-row-icon {
    width: 40px;
    height: 40px;
}

.swiper-container {
    height: 100%;
}

.swiper-slide span {
    text-align: center;
    display: block;
    margin: 20px;
    font-size: 21px;
}

.welcome-next-btn {
    font-size: 20px;
    position: absolute;
    bottom: 50px;
    right: 20px;
    width: 200px;
    text-align: right;
}

.welcome-swiper img {
    height: 70%;
}

.welcome-swiper-image {
    border-radius: 20px;
    margin-top: 50px;
    width: 80%;
    box-shadow: 0 5px 5px rgba(34, 25, 25, 0.4);
}

.welcome-swiper .swiper-slide {
    text-align: center;
}

.welcome-slide {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    height: calc(100% - 20px);
    margin: 0;
!important;
}

.welcome-slide span {
    font-size: 18px;
    margin: 10px;
    text-align: center;
    display: block;
}

.welcome-slide-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-grow: 20;
}

.contrained-fw-button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.facebook-card .card-header {
    display: block;
    padding: 10px;
}

.facebook-card .facebook-avatar {
    float: left;
}

.facebook-card .facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500;
}

.facebook-card .facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93;
}

.facebook-card .card-footer {
    background: #fafafa;
}

.facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500;
}

.facebook-card .card-content img {
    display: block;
}

.facebook-card .card-content-inner {
    padding: 15px 10px;
}

.accordion-item .item-title {
    display: flex;
    align-items: center;
}

.item-title img {
    width: 32px;
    height: 32px;
    padding-right: 10px;
}

.fake-item-link {
    color: black !important;
    padding-right: 26px;
}

.list-block .label {
    font-weight: bold;
}

.daycol {
    /*background-color:red;*/
    margin-left: 5%;
}

.daycol:nth-child(2n+1) {
    /*background-color:yellow;*/
    margin-left: 5%;
}
