﻿/* Wrapping element */

/* Set some basic padding to keep content from hitting the edges */

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */

.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}


/* Logo */
.skin-blue .main-header .logo {
    background-color: #3c8dbc;
    text-align: left;
}

.skin-blue .main-header .logo img {
    /*width: 191px;*/
    width: 123px;
}

/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] { width: 100%; }

/* QR code generator */

#qrCode { margin: 15px; }

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption { display: none; }
}

/*Nav bar*/
nav div.headerLogo {
    float: left;
    margin: 10px 8% 10px 8%;
}

nav .headerLogo img {
    height: 100px;
}

nav .headerLogo+.container {
    padding-top: 36px;
}

.content-center {
    text-align: center;
}
.content-wrapper.content-center ul {
    list-style-type: none;
}

#backOfficeAbout {
    margin-left: 0;
}

.container.body-content {
    margin-top: 70px;
}

.container.body-content-negative-bottom {
    margin-bottom: -70px;
}

#rejected-users tbody tr:hover, #accepted-users tbody tr:hover, #pending-users tbody tr:hover, #empID tr:hover {
    background-color: rgba(0,0,0,.1) !important;
}

.all-content-wrapper {
    margin-left: 0;
}

.padding-eight {
    padding: 8px;
}

.form-control.pull-left {
    width: 168px;
}

.content-header {
    margin-left: 15px;
}

.firstColum {
    width: 6%
}

.rightSide {
    float: right;
}

.modal-image {
    padding: 15px;
    text-align: center;
}

.modal-image img {
    width: 100%;
}

.modal-dialog {
    width: 800px;
}

.modal-dialog-half {
    width: 600px !important;
}

.daterangepicker .input-mini.active {
    border-width: 2px !important;
}

.daterangepicker td.in-range {
    background-color: #b7dec2 !important;
}

.daterangepicker td.active {
    background-color: #357ebd !important;
}

.min-window {
    min-width: 1210px;
}

.limited-size-column {
    width: 550px;
    min-width: 260px;
}
/*CSS for Mobile*/
#agents {
    width: inherit !important;
}

.box-footer.set-data.col-xs-12 > button,
.box-footer.set-data.col-xs-12 > input {
    margin: 1px 3px;
    width: 15em;
    text-align: center;
    padding: 5px;
}

@media (max-width: 986px) {
    .min-window {
        min-width: 100vw;
    }

    .modal-dialog {
        width: 96vw;
    }
    
    .dataTables_filter {
          text-align: right;
          left: 27%;
          position: relative;
     }

    .box-body .row .col-sm-6:first-child {
        width: 0;
    }

    .box-body div.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row:nth-child(2) {
        overflow-y: scroll; 
        width: 95vw; 
        margin-left: 0; 
    }

    #action-logs_wrapper .row .col-sm-6:first-child,
    #data-feedbacks_wrapper .row .col-sm-6:first-child,
    #agents_wrapper .row .col-sm-6:first-child {
        width: 50%;
    }

    #action-logs_wrapper .dataTables_filter,
    #data-feedbacks_wrapper .dataTables_filter,
    #agents_wrapper .dataTables_filter {
        left: -8px;
        position: relative;
    }
}

@media (max-width: 1712px) {
    .box-body .row .col-sm-6:nth-child(2) {
        width: inherit;
    }

    .box-body div.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row:nth-child(2) {
         overflow-y: scroll; 
         width: 100%; 
         margin-left: 0; 
    }

    #action-logs_wrapper .row .col-sm-6:nth-child(2),
    #data-feedbacks_wrapper .row .col-sm-6:nth-child(2),
    #agents_wrapper .row .col-sm-6:nth-child(2) {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .agent {
        width: 95px;
    }

    .modal-body, 
    .modal-image {
        width: 100%;
    }

    .modal-image img {
        max-height: 27vh;
    }

    a.btn.btn-primary,
    a.btn.btn-danger,
    a.btn.btn-warning {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    .navbar-custom-menu > .navbar-nav {
        float: none;
        display: flex;
        justify-content: space-between;
        width: 100vw;
    }

    .hidden-xs {
        display: block !important;
    }

    .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
        position: absolute;
        right: auto;
        left: calc(100% - 165px);
        margin-left: -44%;
        border: 1px solid #ddd;
        background: #fff;
    }
    
    .content-header {
        margin-left: auto;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: black;
    }

    .small-box h3 {
        font-size: 24px;
    }

    .box.box-primary div div.box-body {
        padding-left: 0;
    }

    .box-body .row .col-sm-6:nth-child(2) {
        width: 12vw;
        float: none;
        margin: 0 25vw;
    }

    #action-logs_wrapper .row .col-sm-6:first-child {
        width: 100vw;
    }

    .box-body div.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row:nth-child(2) {
        overflow-y: scroll;
        width: 92vw;
        margin-left: 0;
    }
    
    .box-body .row .col-sm-5 {
        float: none;
    }

    .box-body .row .pagination {
        float: left;
    }

    .dataTables_wrapper .dataTables_paginate {
        display: flex;
        justify-content: center;
    }

    .pagination > li > a {
        padding: 4px 7px;
    }

    .box-footer.col-xs-12 {
        text-align: center;
    }

    .box-footer.col-xs-12>.btn.btn-info {
        width: 15em;
        margin: 1px;
    }
}

@media (max-width: 414px) {
    .content-header h1 {
        text-align: center;
    }

    .box-body .row .col-sm-6:nth-child(2) {
        margin-left: 15%;
    }

    .box-body div.dataTables_wrapper.form-inline.dt-bootstrap.no-footer .row:nth-child(2) {
        width: 85vw;
    }

    .row.min-window .box.box-primary .form-group {
        padding-left: 15%
    }

    .row.min-window .box.box-primary .form-group .input-group {
        display: block;
    }
    .row.min-window .box.box-primary .form-group .input-group div {
        float: left;
        width: 41px;
        height: 34px;
    }
    .row.min-window .box.box-primary .form-group .input-group input {
        float: left !important;
        width: 168px;
    }

    .row.min-window .box.box-primary .form-group .input-group span{
        padding-left: 1px;
    }

    .row.min-window .box.box-primary .form-group .input-group button {
        width: 105px;
    }
}

@media (max-width: 320px) {
    .pagination > li > a {
        padding: 4px 5px;
    }
}

@media (max-height: 3000px) and (max-width: 3000px) {
    .content-wrapper.all-content-wrapper {
        min-height: 89vh !important;
    }
}

@media (max-height: 823px) and (max-width: 767px) {
    .content-wrapper.all-content-wrapper {
        min-height: 77vh !important;
    }
}

@media (max-height: 736px) and (max-width: 767px) {
    .content-wrapper.all-content-wrapper {
        min-height: 74vh !important;
    }
}

@media (max-height: 667px) and (max-width: 767px) {
    .content-wrapper.all-content-wrapper {
        min-height: 72vh !important;
    }
}

@media (max-height: 640px) and (max-width: 767px) {
    .modal-body p {
        margin: 0px 0 6px;
    }

    .content-wrapper.all-content-wrapper {
        min-height: 70vh !important;
    }
}

@media (max-height: 568px) and (max-width: 767px) {
    .modal-body p {
         margin: 0px 0 -3px;
    }
}

.wrapper.box {
    margin-bottom: 0;
}

.btn.agent, .btn.no-agent {
    width: 80px;
}

a.none-a {
    cursor: auto;
}

table.hyphenation thead th,
table.hyphenation tbody td {
    display: inline-block;
    width: 16.6%;
    word-wrap: break-word;
    overflow: hidden;
}

.hyphenation.fullname {
    word-wrap: break-word;
}

.all-width {
    width: 100vw;
}

.box.box-primary form button {
    width: 140px;
}

#sendPushNotificationBtn {
    width: 190px !important;
}

.btn-push {
    margin: 10px;
    width: 200px;
}

#reservationtime {
    width: 450px;
}

.invite-user {
    width: 110px;
}

#pending-users_wrapper div.col-sm-6, 
#k-treasury_wrapper div.col-sm-6 {
    width: 66%;
}

.user-menu span {
    margin-top: 15px;
}
.user-menu span:hover {
    background-color: #3c8dbc !important;
}

.header-padding {
    padding: 15px;
}

.logo {
    height: 52px !important;
}

.skin-blue .wrapper {
    background-color: #ecf0f5;
}

select[multiple], select[size] {
    float: left;
}

div.row.min-window div.box-body div.row div.col-sm-6:last-child {
    padding-right: 10px;
}

div.dataTables_filter label input {
    padding-right: 4px;
    width: 338px !important;
}

.large-button {
    width: 157px;
}

.large-button form button.btn{
    width: 150px;
}

.nav-pills>li.active>a {
    color: #fff;
    background-color: #337ab7;
}

.body-font {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

hr {
    border-top: 1px solid #d0cccc;
}
.usdk-balance-container, .kuva-balance-container, .btc-balance-container, .dash-balance-container {
    display: none;
    width: 100%;
    border-top: 2px solid #f4f4f4
}

.usdk-balance-container .center-text, .kuva-balance-container .center-text, .btc-balance-container .center-text, .dash-balance-container .center-text {
    text-align: center;
}

.amount-container svg {
    color: #3c8dbc;
}
.amount-container > .item-container {
    display: inline-block;
    padding: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-radius: 11px 11px 0 0;
    cursor: pointer;
}
.item-container.opened {
    border-top: 2px solid #f4f4f4;
    border-left: 2px solid #f4f4f4;
    border-right: 2px solid #f4f4f4;
    border-radius: 11px 11px 0 0;
}

/* loader: */

.additional-height {
    min-height: 25vh;
}

.loader {
    height: 50vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
}

.loader {
    font-size: 10px;
    margin: 50px auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #3c8dbc;
    background: -moz-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
    background: -webkit-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
    background: -o-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
    background: -ms-linear-gradient(left, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
    background: linear-gradient(to right, #3c8dbc 10%, rgba(60,141,188, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

    .loader:before {
        width: 50%;
        height: 50%;
        background: #3c8dbc;
        border-radius: 100% 0 0 0;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .loader:after {
        background: #fff;
        width: 75%;
        height: 75%;
        border-radius: 50%;
        content: '';
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

@-webkit-keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* global styles */
input,
button {
    outline: none;
}

.btn,
.btn:focus,
.btn:active:focus {
    outline: none;    
    transition: .4s;
}

/*colors*/
.primaryColor {
    color: #3D4AF0;
}
.primaryColor2 {
    color: #140A5A;
}
.primaryColor-bg {
    background-color: #3D4AF0;
}
.danger {
    color: #FA0303;
}
/* buttons*/
.btn-white {
    background-color: #FDFDFD;
    border: 2px solid #3D4AF0;
    color: #3D4AF0;
    text-transform: uppercase;
    font: 500 14px/1 Rubik;
    padding: 10px 25px;
}
    .btn-white:hover,
    .btn-white.active {
        background-color: #3D4AF0;
        border-color: #FDFDFD;
        color: #fff;
    }
        .btn-white.active:focus {
            color: #3D4AF0;
            background-color: #FDFDFD;
            outline: none;
            border: 2px solid #3D4AF0;
        }

.btn-lightBlue {
    background-color: #3D4AF0;
    border: 2px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font: 500 14px/1.1 Rubik;
    padding: 10px 25px;
}
    .btn-lightBlue:hover {
        background-color: #fff;
        border-color: #3D4AF0;
        color: #3D4AF0;
    }
    .btn-lightBlue:focus {
        color: #fff;
        background-color: #3D4AF0;
    }

.btn-view {
    border: 2px solid #3D4AF0;
    border-radius: 17px;
    color: #3D4AF0;
    font: bold 14px/17px Rubik;
    padding: 4px 23px;
    background-color: #FDFDFD;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
}
    .btn-view:after {
        content: '';
        width: 9px;
        height: 9px;
        border: 2px solid #3D4AF0;
        border-top: 0;
        border-left: 0;
        margin-left: 2px;
        display: inline-block;        
        transform: rotate(-45deg);
        transition: border-color .4s ease;
    }
    .btn-view:hover {
        background-color: #3D4AF0;
        color: #fff;
    }
    .btn-view:focus {
        color: #3D4AF0;
        background-color: #FDFDFD;
    }
    .btn-view:hover:after {
        border-color: #fff;
    }
    .btn-view:focus:after {
        border-color: #3D4AF0;
    }

.btn-edit {
    background-color: transparent;
    border: 2px solid #140A5A;
    color: #140A5A;
    font: bold 14px/17px Rubik;
    border-radius: 17px;
    padding: 4px 15px;    
}
    .btn-edit:hover{
        background-color: #140A5A;
        color: #fff;
    }
    .btn-edit:focus {
        color: #140A5A;
        background-color: transparent
    }

.btn-back {
    background-color: transparent;
    border: 2px solid #140A5A;
    color: #140A5A;
    font: 500 14px/17px Rubik;
    border-radius: 4px;
    padding: 9px 10px;
    max-width: 128px;
    width: 100%;
    text-transform: uppercase;
}
    .btn-back:hover{
        background-color: #140A5A;
        color: #fff;
    }
    .btn-back:focus {
        color: #140A5A;
        background-color: transparent;
    }

.btn-assign {
    background-color: #3D4AF0;
    color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
    vertical-align: middle;
    display: inline-block;
    border: 2px solid transparent;
}
    .btn-assign:hover{
        background-color: #fff;
        color: #3D4AF0;
        border-color: #3D4AF0;
    }
    .btn-assign:focus {
        color: #fff;
        background-color: #3D4AF0;
    }

.btn-release {
    background-color: #f5a52c;
    color: #fff;
    border: 2px solid #f5a52c;
    border-radius: 17px;
    font: bold 14px/17px Rubik;
    padding: 4px 23px;
}
    .btn-release:hover {
        background-color: #fff;
        color: #f5a52c;
    }
    .btn-release:focus {
        color: #fff;
        background-color: #f5a52c;
    }

.btn-details-release {
    background-color: #f5a52c;
    border: 2px solid transparent;
    color: #fff;
    text-transform: uppercase;
    font: 500 14px/1.1 Rubik;
    padding: 10px 25px;
}

    .btn-details-release:hover {
        background-color: #fff;
        color: #f5a52c;
    }

    .btn-details-release:focus {
        color: #fff;
        background-color: #f5a52c;
    }

.btn-tab {
    color: #fff;
    margin: 0 15px;
    font: 500 17px/20px Rubik;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    padding-bottom: 5px;
}
    .btn-tab.active {
        border-bottom-color: rgba(255,255,255,.8);
    }


    .select {
        border-radius: 4px;
        border: 2px solid;
        font: 500 14px/1 Rubik;
        text-transform: uppercase;
        outline: none;
    }

.select-primary {
    padding: 8px 11px;
    border-color: #3D4AF0;
    color: #fff;
    background-color: #3D4AF0;
}
    .select-primary option {
        background-color: rgba(20,10,90, 0.85);
        font-size: 12px;
    }

    /*titles*/
    .title {
        text-align: center;
        font: 20px/24px Rubik;
        text-transform: uppercase;
        color: #fff;
    }
.sub-title {
    font: bold 35px/42px Rubik;
    text-transform: capitalize;
    color: #fff;
}

/*input*/
input.input,
textarea.input {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding: 9px 10px;
    border: 2px solid #3D4AF0;
    border-radius: 7px;
    font: 14px/16px "Rubik";
    color: #3D4AF0;
    resize: none;
}

    textarea.input:focus {
        outline: none;
    }

.input::placeholder {
    color: #3D4AF0;
}

.input:-ms-input-placeholder {
    color: #3D4AF0;
}

.input::-ms-input-placeholder {
    color: #3D4AF0;
}

/* agent settlements */
.settlements-header {
    background-color: #140A5A;
    padding: 0 40px;
    color: #fff;
}
.settlements-header_topBar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
}
    .settlements-header_topBar span {
        display: inline-flex;
        justify-content: space-between;
        max-width: 576px;
        width: 100%;
    }
    .settlements-header_topBar a {
        color: #fff;
        margin: 0 15px;
        font: 500 17px/20px Rubik;
        text-transform: uppercase;
        border-bottom: 2px solid transparent;
        padding-bottom: 5px;
    }
        .settlements-header_topBar a:hover, .settlements-header_topBar a.active {
            border-bottom-color: rgba(255,255,255,.8);
        }
.settlements-header .agentGroup {
    text-align: center;
}
    .settlements-header .agentGroup label {
        margin-right: 15px;
        font: 500 17px/20px Rubik;
    }
    .agentGroup select {
        border-radius: 4px;
        background-color: #fff;
        color: #140A5A;
        border: 2px solid #140A5A;
        font: 500 14px/1 Rubik;
        text-transform: uppercase;
        padding: 7px 20px;
        outline: none;
    }

/*Vendor Settlements*/
.pagination > li span {
    cursor: pointer;
}
.settlements-header .vendorSettlements {
    text-align: left;
    margin: 20px 0;
}
    .settlements-header .vendorSettlements a {
        color: #fff;
    }
    .settlements-header .vendorSettlements .select {
        margin: 0 10px;
        min-width: 175px;
    }
    /*serach form*/
    .search-form {
        max-width: 373px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
.search-form input {
    border: 2px solid #3D4AF0;
    max-width: 320px;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 7px 15px;
    color: #3D4AF0;
}
    .search-form input::-webkit-input-placeholder {
        color: rgba(61,74,240,.55);
    }

    .search-form input::-moz-placeholder {
        color: rgba(61,74,240,.55);
    }

    .search-form input:-ms-input-placeholder {
        color: rgba(61,74,240,.55);
    }

    .search-form input:-moz-placeholder {
        color: rgba(61,74,240,.55);
    } 
    .search-form button[type="submit"] {
        background: #3D4AF0 url("../images/search.svg") center no-repeat;
        width: 44px;
        height: 38px;
    }
    /*serach form / End*/

/*settlements header links*/
.settlements-header_links {
    display: flex;
    align-items:center;
    margin-top: 30px;
}
.settlements-header_links .btn:not(:last-child) {
    margin-right: 16px;    
}
    .settlements-header_links input[type="checkbox"] {
        margin-right: 5px;
        margin-top: 0;
    }
    /*user phone*/
    .userPhone input {
        border: 2px solid #3D4AF0;
        max-width: 320px;
        background-color: #fff;
        border-radius: 5px;
        padding: 7px 15px;
        color: #3D4AF0;
    }
    .userPhone input::-webkit-input-placeholder {
        color: rgba(61,74,240,.55);
    }

    .userPhone input::-moz-placeholder {
        color: rgba(61,74,240,.55);
    }

    .userPhone input:-ms-input-placeholder {
        color: rgba(61,74,240,.55);
    }

    .userPhone input:-moz-placeholder {
        color: rgba(61,74,240,.55);
    } 

/*table stlyes*/
.agentTable-content {
    overflow: auto
}
.agentTable table {    
    font: 14px/17px Rubik;
}
.table-notes {
    width: 200px;
}
.agentTable table thead th {
    background-color: #000;
    color: #fff;
    padding: 10px 5px;
    border: 0;
    text-align: center;
    vertical-align: top;
}
    .agentTable table th:first-child,
    .agentTable table td:first-child {
        padding-left: 15px;
    }
    .agentTable table tbody tr td {
        border: 0;
        text-align: center;
        padding: 10px 5px;
        color: #140A5A;
        font: 14px/17px Rubik;
        vertical-align: middle;
        min-width: 70px;
    }
    .agentTable table tbody tr:nth-child(odd) {
        background-color: rgba(69,191,250, 0.24);
    }

    .agentTable table tbody tr:nth-child(even) {
        background-color: #EAF8FF;
    }
.checkbox-wrapper {
    display: inline-flex;
}
.checkbox[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    outline: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border: 0.1rem solid #bbc1e1;
    background: #fff;
    margin: 0 auto;
    transition: all 0.3s ease;
}
    .checkbox[type=checkbox]:focus {
        outline: none;
    }
    .checkbox[type=checkbox]:after {
        content: "";
        display: block;
        width: 6px;
        height: 10px;
        border: 2px solid #fff;
        border-top: 0;
        border-left: 0;
        top: 3px;
        position: absolute;
        transform: rotate(0deg);
        transition: all 0.3s ease;
    }
    .checkbox[type=checkbox]:checked {
        background: #3D4AF0;
        border: none;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
        .checkbox[type=checkbox]:checked:after {
            -webkit-transform: rotate(43deg);
            transform: rotate(43deg);
        }
.priceDanger {
    position: relative;
}
    .priceDanger:after {
        content: '';
        display: inline-block;
        margin-left: 10px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: #FA0303;
    }

/*table footer*/
.tableFooter {    
    padding: 40px 60px;
}

/*notes*/
.notes {
    position: relative;
    color: #140A5A;
}
    .notes p {
        position: absolute;
        top: 0;
        padding-left: 15px;
        font: bold 19px/23px Rubik;
        background-color: #EAF8FF;
        border-top-right-radius: 17px;
        border-top-left-radius: 17px;
        width: 100%;
        height: 50px;
        padding-top: 15px;
    }
.notes textarea {
    resize: none;
    height: 192px;
    width: 100%;
    background-color: #EAF8FF;
    padding: 60px 20px 20px;
    font: 14px/18px Rubik;
    border: none;
    outline: none;
    border-radius: 17px;
}
        .notes textarea::-webkit-input-placeholder {
            color: #140A5A;
        }

        .notes textarea:-moz-placeholder {
            color: #140A5A;
        }

        .notes textarea::-moz-placeholder {
            color: #140A5A;
        }

        .notes textarea:-ms-input-placeholder {
            color: #140A5A;
        }

        .notes textarea::placeholder {
            color: #140A5A;
        }

/*total table info*/
.totalInfo {
    text-align: right;
    color: #140A5A;    
}
.totalInfo-price p {
    margin-bottom: 0;
    font: 16px/23px Rubik;
}
.totatlPrice {
    margin-top: 20px;
}
    .totatlPrice h3 {
        font: 500 25px/29px Rubik;        
    }
        .totatlPrice h3 span {
            display: block;
        }
.settlementMethod {
    width: 100%;
    max-width: 221px;
    text-align: left;
    margin-left: auto;
    margin-top: 30px;
}
    .settlementMethod p {
        font: 500 17px/20px Rubik;
    }
    .settlementMethod select {
        width: 100%;
        margin: 0;
        border-radius: 4px;
        background-color: transparent;
        color: #140A5A;
        border: 2px solid #140A5A;
        font: 500 14px/1 Rubik;
        text-transform: uppercase;
        padding: 7px 20px;
    }

.settlementMethod-userPhone {
    margin-top: 15px;
}
    .settlementMethod-userPhone input {
        background-color: transparent;
        border: 2px solid #140A5A;
        color: #140A5A;
        font: 500 14px/17px Rubik;
        border-radius: 4px;
        padding: 9px 10px;
        width: 70%;
    }

    .tableFooter-btns {
        margin-top: 60px;
        display: flex;
        justify-content: flex-end;
    }
    .tableFooter-btns .btn-back {
        margin-right: 15px;
    }

.tableFooter-btns .btn-back {
    margin-right: 15px;
}
.order-number-search {
    width: 170px;
    float: right;
    margin-right: 80px;
    margin-top: 10px;
}

.pagination-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
}

.cash-refund-block h5 {
    margin-bottom: 5px;
}

.cash-refund-block select {
    margin: 0px 0 20px 0;
}

.empty-table {
    text-align: center;
    font-size: 15px;
    margin: 20px;
}

.currency-block {
    padding: 20px;
}

.currency-block-wrapper {
    display: flex;
    flex-direction: column;
    width: 200px;
}

.currency-payment-options-block-wrapper {
    display: flex;
    flex-wrap: wrap;
}
    .currency-payment-options-block-wrapper > *:not(:last-child) {
        margin-right: 20px;
    }

    .refund-container {
        padding: 20px;
    }

.agentGroup-newStyles #agents-in-group_wrapper > .row:first-child > div:first-child,
.agentGroup-newStyles #agents-without-group_wrapper > .row:first-child > div:first-child {
    display: none;
}

.agentGroup-newStyles #agents-in-group_wrapper .row:nth-child(2),
.agentGroup-newStyles #agents-without-group_wrapper .row:nth-child(2) {
    width: 100%;
}

.searchBlock {
    display: inline-flex;
    justify-content: space-between;
    padding-bottom: 0;
    max-width: 380px;
    width: 100%;
    margin-bottom: 20px;
}
    .searchBlock label {
        max-width: 320px;
        width: 100%;
    }
        .searchBlock label input {
            max-width: 320px;
            width: 100%;
            display: inline-block;
            vertical-align: middle;
            padding: 9px 10px;
            border: 2px solid #3D4AF0;
            border-radius: 7px;
            font: 14px/16px "Arial";
        }
    .searchBlock button {
        border-radius: 6px;
        width: 44px;
        height: 38px;
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        background: #3D4AF0 url(../images/search.svg) no-repeat center;
        border: none;
    }
    .searchBlock ::placeholder {
        color: #3D4AF0;
        opacity: 0.55; /* Firefox */
    }
    .searchBlock :-ms-input-placeholder {
        color: rgba(61,74,240, .55);
    }
    .searchBlock ::-ms-input-placeholder {
        color: rgba(61,74,240, .55);
    }

.kuvaLocalOrdersBlock .kuvaLocalOrdersCtrl {
    display: flex;
    justify-content: space-between;
    background-color: #140a5a;
    margin: 0 -15px;
    padding: 15px 40px 0;
}
.kuvaLocalOrdersBlock .nav-tabs {
    border-bottom: none;
}
    .kuvaLocalOrdersBlock .nav-tabs > li {
        float: none;
        display: inline-block;
        margin-bottom: 0;
    }
        .kuvaLocalOrdersBlock .nav-tabs > li > a {
            color: #fff;
            font: 500 12px/1 "Rubik";
            text-transform: uppercase;
            background-color: transparent;
            border: none;
        }
        .kuvaLocalOrdersBlock .nav-tabs > li.active > a,
        .nav-tabs > li > a:focus,
        .nav-tabs > li > a:hover {
            border-width: 0 0 2px 0;
            border-color: #fff;
            border-style: solid;
            color: #fff;
            background-color: transparent;
        }

.newTable {
    padding: 0;    
}
    .newTable table {
        font: 14px/17px Rubik;    
    }
        .newTable table thead th {
            background-color: #000;
            color: #fff;
            padding: 10px 5px;
            border: 0;
            text-align: center;
            vertical-align: top;
        }
        .newTable table tbody tr:nth-child(odd) {
            background-color: rgba(69,191,250, 0.24)
        }
        .newTable table tbody tr:nth-child(even) {
            background-color: #EAF8FF;
        }
        .newTable table tbody tr td {
            border: 0;
            text-align: center;
            padding: 10px 5px;
            color: #140A5A;
            font: 14px/17px Rubik;
            vertical-align: middle;
        }

.kuvaLocalOrdersBlock .newTable .btn-view {
    width: 32px;
    height: 28px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.backoffice-pagination {
    display: flex;
    justify-content: flex-end;
    align-items:center;
}
    .backoffice-pagination .pagination .previous a,
    .backoffice-pagination .pagination .next a,
    .backoffice-pagination .pagination .previous span,
    .backoffice-pagination .pagination .next span {
        background-color: #140a5a;
        color: #fff;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
        .backoffice-pagination .pagination .previous a:before,
        .backoffice-pagination .pagination .next a:after,
        .backoffice-pagination .pagination .previous span:before,
        .backoffice-pagination .pagination .next span:after {
            content: '';
            width: 9px;
            height: 9px;
            border: 2px solid #fff;
            border-top: 0;
            border-left: 0;
            display: inline-block;
            transition: border-color .4s ease;
            margin-left: -2px;
        }
        .backoffice-pagination .pagination .previous a:before,
        .backoffice-pagination .pagination .previous span:before {
            transform: rotate(135deg);
            margin-right: 10px;
        }
        .backoffice-pagination .pagination .next a:after,
        .backoffice-pagination .pagination .next span:after {
            transform: rotate(-45deg);
            margin-left: 10px;
        }
    .backoffice-pagination .pagination li a,
    .backoffice-pagination .pagination li span {
        height: 36px;
        border: 2px solid #140a5a;
        margin: 0 2px;
        font: 500 11px/1 "Rubik";
        background: #fff;
        text-transform: uppercase;
        padding: 10px 14px;
    }
    .backoffice-pagination .pagination li.active > a,    
    .backoffice-pagination .pagination li.active > a:hover,    
    .backoffice-pagination .pagination li > a:hover,
    .backoffice-pagination .pagination li.active > span,    
    .backoffice-pagination .pagination li.active > span:hover,    
    .backoffice-pagination .pagination li > span:hover {
        background-color: #140a5a;
        border-color: #140a5a;
        color: #fff;
    }

.backoffice-pagination .items-limit {
    margin-left: 15px;
    background-color: #140a5a;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    font: 500 11px/24px "Rubik";
    height: 36px;
}
.backoffice-pagination .items-limit select {
    background-color: #140a5a;
    color: #fff;
    border-radius: 5px;
    border-color: #140a5a;
    outline: none;
}


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

/* manifest regeneration loader start */


.orders-table-wrapper {
    min-height: 40vh;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

    .spinner > div {
        background-color: #3c8dbc;
        height: 100%;
        width: 6px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }

    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

/* manifest regeneration loader end */

.image-controls-block {

}

.manifest-filter-block {
    padding: 20px 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 250px;
}

.manifest-filter-status-select {
    width: 120px;
}

.manifest-filter-location-select {
    /*width: 120px;*/
}

.manifest-filter-status-title {
    text-align: center;
    margin: 0;
}

.manifest-filter-location-title {
    text-align: center;
    margin: 0;
}

.table-counties-custom {
    padding: 20px;
}

.table-refunds-custom {
    padding: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.kl-available-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.kl-available {
    background-color: forestgreen;
}

.kl-not-available {
    background-color: crimson;
}

.inner-order-item {
    color: white;
    padding: 7px;
    border-radius: 20px;
}
.order-Pending {
    background-color: #3D4AF0;
}
.order-Partial {
    background-color: #9700de;
}
.order-Complete {
    background-color: #00e7cf
}
.order-Processing {
    background-color: #0cc2fe
}
.order-Paid {
    background-color: #0cc2fe
}
.order-Saved {
    background-color: darkslategray;
}
.order-Cancelled {
    background-color: #817e7e;
}
.order-PaymentExpired {
    background-color: crimson;
}

.order-manifest-Unassigned {
    background-color: #3D4AF0;
}

.order-manifest-Exception {
    background-color: #F83864;
}

.order-manifest-Completed {
    background-color: #02DECC;
}

.order-manifest-Processing {
    background-color: #4BC1FA;
}

.order-manifest-Partial {
    background-color: #F89530;
}

.order-manifest-PickUp {
    background-color: #840EDB;
}
.order-manifest-ReadyForCDO {
    background-color: #840EDB;
}

.order-Saved {
}
.order-Pending {
}
.order-PaymentExpired {
}
.order-Underpaid {
}
.order-Overpaid {
}

/* mainfests status */
.manifest-Unassigned span,
.manifest-Rejected span,
.manifest-Processing span,
.manifest-Pickup span,
.manifest-ReadyForCDO span,
.manifest-Delivered span {
    color: #fff;
    border-radius: 20px;
    padding: 7px 5px;    
    vertical-align: middle;
    display: inline-block;    
}
.manifest-Unassigned span {
    background-color: #3D4AF0;
}
.manifest-Rejected span {
    background-color: #807E7E;
}
.manifest-Processing span {
    background-color: #4BC1FA;
}
.manifest-Pickup span {
    background-color: #840EDB;
}
.manifest-ReadyForCDO span {
    background-color: #840EDB;
}
.manifest-Delivered span  {
    background-color: #02DECC;
}
.order-Rejected {
    background-color: darkgrey;
}
/* settlement info (settlement completed) */
.settlementORder-info {
    padding-right: 25px;
    max-width: 550px;
    margin-left: auto;
}
    .settlementORder-info p {
        font: 14px/17px Rubik;
        color: #140A5A;
    }
        .settlementORder-info p strong {
            display: inline-block;
            margin-right: 5px;
        }
.settlementORder-info__controls > div {
    margin-top: 30px;
}
    .settlementORder-info__controls .btn-release {
        border-radius: 7px;
        padding: 9px 23px;
        margin: 0 10px;
    }
    /*order-reference*/
    .order-reference .settlements-header {
        padding: 20px 30px 30px;
    }
    .order-reference .settlements-header h2 {
        margin-top: 0;
        margin-bottom: 30px;        
        font: bold 35px/42px Rubik;
        text-transform: capitalize;
    }
    .order-reference .settlements-header a {
        margin-right: 16px;
    }
.order-reference .agentTable-content h4 {
    padding: 10px 30px;
    background-color: #ecf0f5;
    margin: 0;
    font: bold 20px/24px Rubik;
    text-transform: capitalize;
    color: #140a5a
}
.order-controls,
.feedback-wrapper {
    padding: 0 30px;
}
.refund-controls-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: max-content;
}
    .refund-controls-right label {
        display: flex;
        align-items: flex-start;
    }
        .refund-controls-right label > *:first-child {
            width: 70px;
            margin-right: 10px;
        }
    .refund-controls-right p {
        color: #140A5A;
        font: 14px/17px Rubik;
    }
.refund-controls-right-amount {
    align-self: center;
    margin-left: 10px;
}
.refund-controls-right input {
    width: 300px;
}
    .refund-controls-right textarea {        
        width: 300px;        
        height: 100px;
        resize: none;
    }
.refund-controls-right .select {
    border-color: #3D4AF0; 
    color: #3D4AF0;
    width: 300px;
}
.refund-controls-right .flow-wrapper button {
    margin-top: 10px;
    margin-left: auto;
    display: block;
}

.options-wrapper {
    margin-bottom: 30px;
}

.transaction-details textarea {
    resize: none;
    width: 100%;
}

.bank-options {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
}

.amount-error input {
}

.amount-validation {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.amount-error-message {
    color: crimson!important;
}

.ng-invalid-max input {
    border: solid 2px crimson !important;
    color: crimson
}

.manifest-receipt-image {
    width: 100px;
    border: solid 2px #3c8dbc;
}

.manifest-modal {
    overflow: scroll;
    position: absolute;
    width: auto;
    max-width: 50%;
    background-color: #fff;
    top: 90px;
    left: 0;
    right: 0;
    bottom: auto;
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: solid 2px #3c8dbc;
}

.manifest-modal img {
    object-fit: cover;
    width: auto;
    height: auto;
    max-width: 100%;
    border: solid 2px #3c8dbc;
}

.manifest-modal-button {
    margin-bottom: 20px;
    text-align:right;
}

.receipt-image-btn {
    background-color: transparent;
    border: none;
}

.ordering {
    position: relative;
    cursor: pointer;
}

.order-desc {
    position: absolute;
    top: 15px;
    left: 80%;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.order-asc {
    position: absolute;
    top: 6px;
    left: 80%;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.status-select {
    margin-right: 20px;
}

    .status-select select {
        max-width: 220px;
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        padding: 9px 10px;
        border: 2px solid #3D4AF0;
        border-radius: 7px;
        font: 14px/16px "Arial";
    }

.submition-item {
    height: 500px;
    overflow: scroll;
}

.submition-item-list {
    list-style: none;
    margin-top: 20px;
    background-color: #b1daf3;
    padding: 10px;
    border-radius: 5px;
}

.table-submission-wrapper {
    margin-top: 30px;
    max-height: 550px;
    width: 100%;
    overflow-y: scroll;
}