﻿.render-body {
    background-color: white;
    margin: 3px;
    -webkit-box-shadow: 1px 1px 8px 3px #ccd0d2;
    box-shadow: 1px 1px 8px 3px #ccd0d2;
    min-height: 100vh;
    max-height: 100%;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.nopadding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.infographic-box .value {
    font-size: 1.7em;
    margin-top: 0px !important;
}

.credit-money {
    color: #1ABC9C;
    font-weight: bold;
}

.debit-money {
    color: #e84e40 !important;
    font-weight: bold;
}

.discount-money {
    color: #e84e40 !important;
    font-weight: bold;
}

.tab-pane {
    padding-top: 10px;
}

.whatsapp-logo {
    height: 20px !important;
    width: 20px !important;
}

.forgetpwd {
    padding-bottom: 120px !important;
}


#divMarquee {
    text-align: center;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

    #divMarquee .marq-tag {
        padding-top: 10px;
        background-color: #D0AF6C !important;
    }

    #divMarquee .marq-text {
        font-size: 22px;
        font-weight: bold;
        color: forestgreen;
        padding-bottom: 10px;
    }

#divMarqueeInner > img {
    height: 55px !important;
}

#login-box-extra {
    border: none !important;
    width: 90%;
    margin: 10px 5% 0px 5%;
    padding: 0 0 10px 0 !important;
    height: auto !important;
    color: white;
}

    #login-box-extra .poweredby-img {
        width: 130px !important;
        height: 50px !important;
    }

    #login-box-extra .helptext {
        font-size: 12px !important;
        opacity: 1 !important;
    }

    #login-box-extra .btn {
        font-size: 12px !important;
        text-transform: capitalize;
        padding: 8px 8px;
        height: 34px;
    }


#login-box {
    float: right;
    height: 657px !important;
    background-color: #D0AF6C;
    width: 350px !important;
    /*height: -webkit-fill-available !important;*/
    margin: 0px !important;
    padding: 15px 20px 25px 20px !important;
    border-radius: 0 !important;
}

.buyer-profile {
    font-size: 0.875em !important;
}

.app-header-li {
    border-left: solid 1px #7cc3b5; /*#16A085;*/
}

.hr-line {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.footer-text {
    font-size: 12px !important;
    opacity: 1 !important;
}

    .footer-text a {
        font-size: 12px !important;
    }

.login-col-width {
    min-width: 100px !important;
}

.adr-col-width {
    max-width: 200px !important;
}

.name-col-width {
    max-width: 165px !important;
}

.date-col-width {
    min-width: 90px !important;
}

.money-col-width {
    min-width: 110px !important;
}

.price-col-width {
    min-width: 100px !important;
}

.btn-addnew {
    font-size: 1.0em !important;
    font-weight: bold !important;
}

.btn-plus {
    width: 100% !important;
    height: 34px !important;
}

.text-logo {
    font-size: 26px !important;
    font-weight: bold !important;
    color: #fff;
    font-family: cursive;
}

.helpline {
    color: #fff;
    font-weight: bold;
    padding: 8px;
    font-size: 12px;
}

.profile-row {
    padding: 10px 15px 10px 40px !important;
}

.top-border {
    border-top: solid 1px;
    border-color: lightgray;
}

.btn-excel {
    background-color: #1ABC9C !important;
}

.btn-pdf {
    background-color: #e84e40 !important;
}

.text-link {
    text-decoration: underline !important;
    cursor: pointer !important;
    font-weight: bold;
    padding: 0px 0px 0px 12px;
    margin: 0px !important;
}

.btn-backok {
    background-color: #1abc9c !important;
    min-width: 75px;
}

#login-box-inner {
    padding: 25px 25px 20px 25px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }


.UploadImageText {
    width: 84% !important;
}


.file-field {
    position: relative;
}

.avatar-pic {
    height: 30% !important;
    width: 30% !important;
}

.rounded-circle {
    border-radius: 50% !important;
}


input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 25% !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    padding-top: 10px;
}
/*.control-label {
    font-weight: bold !important;
}*/

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.login-err-msg {
    color: red;
    font-size: 12px;
    font-weight: bold;
    line-height: 2;
}

.hidden-td {
    width: 0px !important;
}

.followup-header-row {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

.total-text {
    color: #607d8b !important;
    font-weight: bold !important;
    font-size: 1.0em !important;
    padding-bottom: 10px !important;
    line-height: 1.428571429;
}

.income-header {
    color: #607d8b !important;
    font-weight: bold !important;
    font-size: 1.4em !important;
    padding-bottom: 10px !important;
    line-height: 1.428571429;
}

.other-check {
    color: #e84e40 !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
    /*font-weight: 600;*/
    /*padding-top: 10px !important;*/
    padding-bottom: 5px !important;
    line-height: 1.428571429;
}

.no-records-found {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #e84e40 !important;
    font-weight: bold !important;
    font-size: 1.2em !important;
}

.input-group-addon i {
    color: gray !important;
}

.notifications-list .item a .time {
    float: right !important;
    position: relative !important;
    right: 0px !important;
}

.notifications-list .noteitem {
    min-width: 240px !important;
}

.dropdown-menu-right .noteitem {
    min-width: 240px !important;
}

.modal-dialog {
    width: 35%;
    margin: 5% auto;
}

.modal-header {
    background-color: #1ABC9C;
    /*background-color: #1abc9c;*/
    color: white;
    padding: 12px !important;
    border-width: 1px !important;
    /*height: 40px !important;*/
}

.modal-footer {
    padding: 10px !important;
    border-width: 1px !important;
}

#divBuyerDetails .modal-dialog,
#divSellerDetails .modal-dialog,
#divRegisterDetails .modal-dialog {
    width: 24% !important;
    margin: 3% 38%;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.notifications {
    visibility: inherit !important;
    display: contents !important;
}

.item-footer {
    margin-top: 15px !important;
}

.margin-15 {
    margin: -15px !important;
}

.notifications-list .item a .time {
    float: right !important;
    right: 0px !important;
    position: relative !important;
}

.main-box .main-box-header {
    padding: 10px 10px 10px 10px;
    min-height: 40px;
    border-bottom: 1px solid #e7ebee;
    margin-bottom: 10px;
    /*background-color: #fafad2;*/
}

#login-box-inner {
    border: none !important;
    width: 90%;
    margin: auto 5% !important;
    border: solid 1px #1ABC9C !important;
}

.close {
    color: white !important;
    opacity: unset !important;
}

.required:after {
    content: "*";
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.main-box h2 {
    font-size: 1.3em !important;
    line-height: 20px !important;
    color: #1ABC9C !important;
    font-weight: bold !important;
}

.section-header {
    color: #1ABC9C !important;
    font-weight: bold !important;
    font-size: 1.0em !important;
    display: block;
    /*font-weight: 600;*/
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    line-height: 1.428571429;
}

.grid-image {
    border-radius: 16px !important;
    width: 32px !important;
    height: 32px !important;
    /*margin-right: 10px !important;*/
}

.table a.table-link.buyer-followup {
    color: #9c27b0; /*purple-bg*/
}

.table a.table-link.prop-followup {
    color: #ffc107; /*yellow-bg*/
}


.table a.table-link.renewal {
    color: #8bc34a; /*green-bg*/
}

.table a.table-link.edit {
    color: #8bc34a; /*green-bg*/
}

.table a.table-link.register {
    color: #ffc107; /*yellow-bg*/
}

.table a.table-link.followup {
    color: #03a9f4; /*emerald-bg*/
}

.table a.table-link.makepayment {
    color: #8bc34a; /*green-bg*/
}

.table-link-name {
    color: #1ABC9C !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.label-active {
    background-color: #8bc34a; /*green-bg*/
}

.label-inactive {
    background-color: #e84e40; /*red-bg*/
}

.label-expired {
    background-color: #9c27b0; /*purple-bg*/
}

.label-renewal {
    background-color: #ffc107; /*yellow-bg*/
}

.label-new {
    background-color: #03a9f4; /*emerald-bg*/
}

.label-followup {
    background-color: #8bc34a; /*green-bg*/
}

.label-registered {
    background-color: #ffc107; /*yellow-bg*/
}

.label-negotiation {
    background-color: #90a4ae; /*gray-bg*/
}

.label-sold {
    background-color: #e84e40; /*red-bg*/
}

.infographic-box {
    cursor: pointer;
    padding: 10px !important;
}

.table tbody > tr > td:first-child {
    font-size: 1.0em !important;
}

.infographic-box.colored .headline {
    /*font-size: 1.2em !important;*/
    font-size: 0.9em !important;
}

.infographic-box.colored i {
    font-size: 4.0em !important;
    margin-left: 0px !important;
}

.infographic-box i {
    margin-right: 5px !important;
    width: 40px !important;
}

#login-logo {
    /*background-color: #1ABC9C !important;*/
    background-color: #D0AF6C !important;
    padding: 20px 0px 20px 0px;
}

    #login-logo > img {
        height: 120px !important;
        width: 150px !important;
    }

#logo.navbar-brand > img {
    height: 40px !important;
}

.navbar > .container .navbar-brand {
    padding: 5px 10px !important;
}

.modal-body {
    min-height: 100px;
    max-height: 650px;
    overflow: auto;
}


a {
    cursor: pointer !important;
}

.input-group {
    width: 100%;
    /*margin-bottom: 15px !important;*/
}

.reg-box {
    margin-top: -10px;
    margin-bottom: 5px;
    /*border-bottom: 1px solid #e7ebee;*/
}

    .reg-box h2 {
        font-size: 1.3em !important;
        line-height: 20px !important;
        color: #1ABC9C !important;
        font-weight: bold !important;
        margin-top: 0px !important;
        margin-bottom: 5px !important;
        padding: 5px 0px !important;
    }

.reg-input {
    height: 34px !important;
}

.reg-btn {
    height: 32px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    padding: 6px 12px !important;
    text-transform: capitalize !important;
    margin-top: 8px !important;
}

.table thead > tr > th {
    text-transform: capitalize !important;
}

#spinner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    text-align: center;
    z-index: 2100;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
    padding-top: 25%;
}

.alert {
    margin-bottom: 0px;
}

#content-wrapper {
    min-height: 100vh;
    max-height: 100%;
}

.table-responsive {
    overflow: auto;
    max-height: 100%;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 100px;
    text-indent: -7px;
}

    .list-group-item .fa {
        font-size: 12px;
        padding-right: 6px;
        color: #0093d0;
    }

a.list-group-item, button.list-group-item {
    color: #555;
}

.list-group-item:last-child, .list-group-item:first-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.category {
    border-radius: 8px;
    border: 2px solid #ddd;
    text-align: -webkit-center;
    margin-top: 2%;
    margin-left: 2%;
    padding-bottom: 20px;
}

    .category:hover {
        border: 2px solid #0093d0;
    }

.category-header {
    background-color: red;
    color: white;
    height: 45px;
    font-size: 20px;
    padding-top: 8px;
    margin-bottom: 2%;
}

.product-image {
    max-width: 100%;
    height: 150px;
    margin-top: 10px;
}

.product-name {
    font-size: 18px;
    color: red;
    font-weight: bold;
    height: 50px;
}

.cart-image {
    width: 150px;
    height: 150px;
}

.no-margin {
    margin-left: 0px;
}

form {
    padding: 0px !important;
}

.btn-gap {
}

textarea {
    display: block;
    width: 100%;
}

#logo {
    margin-left: 0px;
    padding-top: 15px !important;
}


.login-position {
    position: unset !important;
}

#divGridData ul li a {
    border-color: #2980b9;
    color: #2980b9;
}

.icon-trash {
    color: #e84e40 !important;
}

.notify-row {
    /*padding: 10px 5px !important;*/
    min-height: 60px !important;
    cursor: default !important;
}

.login-profile {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: 400;
    font-size: 0.875em;
}

.profile-box-header {
    font-size: 20px;
    font-weight: bold;
    color: #fff !important;
}

.product-col {
    padding: 15px 15px 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-align: center;
}

.picture img {
    height: 125px;
    max-width: 100%;
}

.product-col h4, .product-col h4 a {
    color: #0093d0;
}

.product-col .caption {
    padding: 0 0 10px 0;
    color: #0093d0;
}

.product-col h4 {
    font-size: 18px;
    height: 50px;
    max-height: 50px;
    overflow: hidden;
    font-weight: 500;
}

    .product-col h4, .product-col h4 a {
        color: #0093d0;
    }

.product-col label {
    font-size: 18px;
    font-weight: 500;
    color: #0093d0;
}

#divProducts {
    margin-top: 2%;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

#divPageSearchButton {
    margin-top: 25px;
}

.wraptext {
    white-space: normal !important;
}

@media screen and (min-device-width:320px) and (max-device-width:430px) {

    #login-full-wrapper {
        background-color: #D0AF6C !important;
        background: #D0AF6C !important;
    }

    .render-body {
        margin: 0px;
        margin-top: -5px;
    }

    .notifications-list {
        min-width: 260px !important;
    }

    .notify-row {
        padding: 5px 10px !important;
    }

    #content-wrapper {
        padding: 10px !important;
    }

    .nopadding {
        padding: 0px !important;
    }

    .btn-gap {
        margin-top: 10px;
    }

    .modal-dialog {
        width: 80% !important;
        margin: 10% auto;
    }

    #divBuyerDetails .modal-dialog, #divSellerDetails .modal-dialog, #divRegisterDetails .modal-dialog {
        width: 90% !important;
        margin: 10% 15px;
    }

    .UploadImageText {
        width: 69% !important;
    }

    .categories ul {
        padding-left: 0px;
    }

    .category {
        margin-top: 6%;
        margin-left: 6%;
    }

    #divProducts {
        margin-top: 5%;
    }

    .category-header + form {
        margin-top: 20%;
    }

    .padding-right-10 {
        padding-right: 10px;
    }

    .price {
        width: 33% !important;
    }

    .mob-grid-image {
        border-radius: 25px !important;
        max-height: 50px !important;
        max-width: 50px !important;
        margin-bottom: 8px !important;
    }

    .pointer {
        cursor: pointer !important;
    }

    .table-products .smallname {
        display: block;
        color: #1ABC9C !important;
        font-weight: bold !important;
        font-size: 12px !important;
        padding-bottom: 7px;
    }

    .table-products .name {
        display: block;
        color: #1ABC9C !important;
        font-weight: bold !important;
        font-size: 14px !important;
    }

    .table-products .details {
        display: block;
        font-weight: normal;
        padding-bottom: 7px;
    }

    .align-top {
        vertical-align: top !important;
    }

    .align-right {
        text-align: right !important;
    }

    .align-center {
        text-align: center !important;
    }

    .td-width-30 {
        width: 30% !important;
        text-align: center !important;
    }

    #login-box-holder {
        /*padding: 5vh 5vh;*/
    }

    #divPageSearchButton {
        margin-top: 0px;
    }

    .dash-tile-icon {
        width: 25px !important;
        line-height: 45px !important;
        font-size: 3.0em !important;
    }

    .infographic-box {
        cursor: pointer !important;
        padding: 10px !important;
    }

        .infographic-box .value {
            font-size: 1.5em;
        }


    /*span {
        display: block;
        width: 200px !important;
        word-wrap: break-word !important;
        max-width: 205px !important;
        overflow-wrap:break-word !important;
    }*/

    #divSellerDetails, #divBuyerDetails, #divRegisterDetails {
        padding: 12vh 1vh;
    }

    .btn {
        /*border-radius: 50% !important;*/
        padding: 6px 6px 5px 6px;
        min-width: 32px;
        margin-left: 2px;
        font-size: 11px;
    }


    .text-logo {
        font-size: 16px !important;
        font-weight: bold !important;
        color: #fff;
        font-family: cursive;
    }


    .helpline {
        padding: 14px 5px 10px 10px;
        font-weight: normal;
        font-size: 15px !important;
    }

    /*.navbar-toggle {
        height: 65px;
    }

    .dropdown-toggle {
        height: 65px !important;
        padding-top: 15px !important;
    }

    .dropdown {
        height: 65px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .notecount {
        line-height: 35px !important;
        padding-top: 15px !important;
    }

    .count {
        top: 17px !important;
    }

    #sidebar-nav {
        margin-top: 25px;
    }*/

    /*.btn-plus {
        height: 32px !important;
    }*/

    .main-box .main-box-header {
        margin-bottom: 10px;
        /*background-color: #fafad2;*/
    }

    .mob-grid-details {
        font-size: .875em !important;
    }

    .app-header-li {
        border-left: none;
    }

    .form-group {
        margin-bottom: 10px !important;
    }

    .table-products .red {
        color: #e84e40 !important;
    }

    #login-box {
        margin: 0 !important;
        min-width: 100% !important;
        min-height: 100% !important;
        padding: 20px 20px 40px 20px !important;
    }

    #login-box-inner {
        padding: 17px 17px 17px 17px;
    }

    #login-box-extra {
        margin: 15px 5% 0px 5%;
    }

    .navbar-nav > li > .dropdown-menu {
        min-width: 200px !important;
    }

    .infographic-box i {
        width: 25px !important;
    }

    .main-box .main-box-body {
        padding: 0 10px 5px 10px !important;
    }

    .income-header {
        font-size: 1em !important;
    }

    #sidebar-nav .nav > li > a > i {
        margin-top: 10px !important;
    }
}

@media screen and (min-device-width:431px) and (max-device-width:667px) {
}

@media screen and (max-device-width:320px) and (max-device-height:568px) {
    #login-box {
        padding: 0px 10px 5px 40px !important;
    }

    #login-logo {
        /*background-color: #1ABC9C !important;*/
        background-color: #D0AF6C !important;
        padding: 25px 0px 20px 0px;
    }

        #login-logo > img {
            height: 120px !important;
            width: 150px !important;
        }
}
