﻿body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /* color: #858796; */
    color: #545454;
    text-align: left;
    background-color: #fff;
}

.color-green {
    color: #47D26F;
}

.box-forms {
    padding: 10px;
    background-color: #e5e5e5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .box-forms div.col-md-6 {
        margin: 10px 10px 10px 10px;
    }

.inner-container {
    border: 1px solid #e5e5e5;
    height: 95%;
    width: 95%;
    padding: 10px;
    margin: 9px;
}

.mar-10 {
    margin: 10px 10px;
}

.middle-bar {
    border-right: 1px solid #e5e5e5;
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    vertical-align: middle;
}

.error-msg {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #FF6969;
    position: absolute;
    margin-top: 5px;
}

.dx-popup-title.dx-toolbar .dx-toolbar-before {
    width: 90%;
}

.dx-popup-title.dx-toolbar .dx-toolbar-label {
    max-width: 100% !important;
}

.dx-item dx-toolbar-item.dx-toolbar-label {
    max-width: 100% !important;
}

.dx-popup-title > .dx-toolbar-items-container > .dx-toolbar-center {
    float: left !important;
    margin: 0px !important;
}

/* styles for one column view making the sign in card on top */
@media (max-width:768px) {
    .row-login-cards {
        flex-wrap: wrap-reverse;
    }
}

@media (max-width: 1200px) {
    .login-container {
        width: auto;
    }
}

#sbLocations {
    border: 1px solid rgba(28, 51, 92, 0.1);
}

.custom-item {
    display: flex;
    align-items: center;
    line-height: 23px;
}

#sbLocations .custom-item i {
    width: 43px;
    height: 43px;
    background: rgba(28, 51, 92, 0.05);
    border-radius: 3px;
    font-size: 26px !important;
    float: left;
    margin: 10px;
    text-align: center;
    padding: 5px 8px;
}

    #sbLocations .custom-item i:before {
        position: relative;
        top: 4px;
    }

#sbLocations .custom-item .dx-texteditor-input {
    padding: 0;
    font-weight: 600;
}

#sbLocations .dx-list-item {
    color: #2a4876;
}

.dx-item-content .itemName {
    font-weight: 600;
    color: #333;
}

.dx-item-content .Comments {
    color: #2a4876;
}

.dx-list-item i {
    color: #2a4876;
    background-color: #f3f5f7;
    width: 43px;
    height: 43px;
    background: rgba(28, 51, 92, 0.05);
    border-radius: 3px;
    font-size: 26px !important;
    float: left;
    margin: 10px;
    text-align: center;
    padding: 5px 8px;
}

    .dx-list-item i:before {
        position: relative;
        top: 3px;
    }

.dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item.dx-list-item-selected {
    background-color: #f3f5f7;
}

.dx-field-item-required-mark {
    color: #c9302c;
    font-weight: 600;
    float: left;
    margin-left: -3px;
    padding-right: 4px;
}

.dx-field-item-label-text {
    color: #1C335C;
    text-align: left;
    font-weight: 600;
}

.dx-button-text, .dx-button-mode-contained .dx-icon {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

.dx-button-text {
    font-family: 'Poppins', sans-serif;
}

.quickPaytext {
    line-height: 5px;
    height: 25px;
}



#drop-area {
    margin-top: 20px;
    margin-left: 220px;
    width: 550px;
    height: 200px;
    background-color: white;
    border: 3px dashed grey;
}

.drop-text {
    margin-top: 70px;
    color: grey;
    font-size: 25px;
    font-weight: bold;
}

#drop-area img {
    max-width: 200px;
}

.drop-zone {
    max-width: 200px;
    height: 200px;
    padding: 0px 25px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
    color: #cccccc;
    border: 4px dashed #009578;
    border-radius: 10px;
}

    .drop-zone input[type=file] {
        font-size: 100px;
        position: absolute;
        opacity: 0;
        max-width: 200px;
    }

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: block;
}

.drop-zone__thumb {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

    .drop-zone__thumb::after {
        /*content: attr(data-label);*/
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0 2px;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.75);
        font-size: 10px;
        text-align: center;
        word-break: break-all;
    }

.drop-zone__prompt {
    margin-bottom: 20px;
    display: inline-block;
}

.drop-zone__title, .drop-zone__prompt {
    color: var(--Primary-color);
}

.cross {
    color: white;
    float: right;
    cursor: pointer;
    position: absolute;
    margin-top: 0px;
    display: block;
    top: 0;
    right: 0;
    /* border: 1px solid; */
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #FF6969;
    line-height: 24px;
}

.rotate-thumbnail {
    float: right;
    right: 0;
    bottom: 0;
    background: #000;
    color: white;
    float: right;
    cursor: pointer;
    position: absolute;
    margin-top: 0px;
    display: block;
    right: 0;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
}

    .cross i, .rotate-thumbnail i {
        font-size: 14px;
    }

.btn-image-download {
    font-family: 'Poppins', sans-serif;
    margin: 5px 90px;
    font-size: 12px;
    color: #545454;
}

.drop-zone {
    font-size: 13px !important;
    border: 2px dashed #1C335C33 !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 1px;
    margin: 0 auto;
}

    .drop-zone .btn-primary {
        color: #fff;
        padding: 5px 18px;
        border-radius: 4px;
        font-size: 13px;
        background-color: #2A4876;
    }
