﻿.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%;
}
.div-disabled {
    pointer-events: none;
    /* for "disabled" effect */
    opacity: 0.5;
    background: #CCC;
}



.theme-red .navbar > .container .navbar-brand {
    background: white;
}

.theme-turquoise #sidebar-nav .nav > li > a, .theme-turquoise #sidebar-nav .nav > li > a:hover,
.theme-turquoise #sidebar-nav .nav li .submenu > li > a, .theme-turquoise .nav-small #nav-col-submenu .submenu > li > a {
    color: #d84f57 !important;
}

.theme-turquoise .nav-tabs > li.active > a, .theme-turquoise .nav-tabs > li.active > a:hover, .theme-turquoise .nav-tabs > li.active > a:focus {
    color: #d84f57 !important;
}

.profile-box-header {
    background-color: #d84f57 !important;
}

#login-box-holder {
    padding: 12vh 5vh;
}

.main-box {
    box-shadow: none;
}

    .main-box .main-box-header {
        min-height: 40px;
        border-bottom: 1px solid #e7ebee;
        margin-bottom: 10px;
    }

.main-box-header h2 {
    font-weight: bold;
    color: #d84f57 !important;
}

.notifications {
    visibility: inherit !important;
    display: contents !important;
}

.main-box .main-box-header {
    padding: 10px 10px;
}

.main-box-header .form-group, .main-box-header .form-control {
    margin-bottom: 0px !important;
}

.main-box .main-box-body {
    padding: 0 10px 0px 10px;
}

#login-box-inner {
    border: none !important;
    padding: 25px !important;
}

.close {
    color: white !important;
    opacity: unset !important;
}

.navbar-brand {
    width: 75px !important;
}

.padding-top-15 {
    padding-top: 15px !important;
}

.width-100-percent {
    width: 100%;
}

.grid-image {
    border-radius: 20px !important;
    width: 40px !important;
    height: 40px !important;
}

.table a.table-link.renewal {
    color: #8bc34a;
}

.table-link-name {
    color: #16a085 !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.label-active {
    background-color: #8bc34a; /*green-bg*/
}

.label-inactive {
    background-color: #d84f57; /*red-bg*/
}

.label-deleted {
    background-color: #d84f57; /*red-bg*/
}

.label-expired {
    background-color: #d84f57; /*red-bg*/
}

.label-renewal {
    background-color: #8bc34a; /*green-bg*/
}

.label-new {
    background-color: #03a9f4; /*emerald-bg*/
}

.label-followup {
    background-color: #8bc34a; /*green-bg*/
}

.label-negotiation {
    background-color: #90a4ae; /*gray-bg*/
}

.label-sold {
    background-color: #d84f57; /*red-bg*/
}

.vat-bg {
    background-color: bisque;
}


.infographic-box {
    cursor: pointer;
}

.table tbody > tr > td:first-child {
    font-size: 1.0em !important;
}

.infographic-box.colored .headline {
    font-size: 1.2em !important;
}

.modal-header {
    background-color: #d84f57 !important;
    color: white;
}

#login-logo {
    background-color: white !important;
    padding: 10px 0px;
}

    #login-logo > img {
        height: 50px !important;
    }

#login-header {
    border-bottom: 2px solid #e7ebee;
}

#logo.navbar-brand > img {
    height: 50px !important;
}

.navbar > .container .navbar-brand {
    padding: 5px 15px !important;
}

.modal-body {
    min-height: 100px;
    max-height: 450px;
    overflow: auto;
}

.margin-top-2 {
    margin-top: 2% !important;
}

a {
    cursor: pointer !important;
}

.input-group {
    width: 100%;
}

.width-100 {
    width: 100px !important;
    display: inline-block !important;
}

.width-50 {
    width: 50% !important;
}

.table thead > tr > th {
    text-transform: capitalize !important;
}

.table thead {
    background-color: #d84f57 !important;
    color: white !important;
}

#spinner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0%;
    text-align: center;
    z-index: 2100;
    background-color: Gray;
    filter: alpha(opacity=50);
    opacity: 0.50;
    padding-top: 25%;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.alert {
    margin-bottom: 0px;
}

.margin-left-10 {
    margin-left: 10%;
}

#content-wrapper {
    min-height: 100vh;
    max-height: 100%;
}

.no-padding {
}

.nopadding {
    padding-left: 0px;
    padding-right: 0px;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.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: #d84f57 !important;
    color: white;
    height: 45px;
    font-size: 20px;
    padding-top: 8px;
    padding-left: 15px;
    margin-bottom: 2%;
}

.product-image {
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    margin-bottom: 10px;
}

.product-name {
    font-size: 18px;
    color: #d84f57 !important;
    font-weight: bold;
    height: 50px;
}

.cart-image {
    width: 150px;
    height: 150px;
}

.no-margin {
    margin: 0px !important;
}

form {
    padding: 0px !important;
}

.btn-gap {
}

textarea {
    display: block;
    width: 100%;
}

#logo {
    margin-left: -8px;
    padding-top: 0px !important;
    width: 220px !important;
}

#login-full-wrapper {
    position: absolute;
}

.padding-left-0 {
    padding-left: 0px !important;
}

#divButtons, .divButtons {
    margin-top: 25px !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: 10px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e8e8e8;
    text-align: center;
    color: #0093d0;
}

.picture img {
    height: 125px;
    max-width: 100%;
}


.product-col h4, .product-col h4 a {
    color: #0093d0;
}

.product-col .caption {
    color: #0093d0;
}

.product-col h4 {
    margin: 0px !important;
    font-size: 16px;
    height: 40px;
    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;
    padding-top: 5px;
}



.form-group.required .control-label:after {
    content: "*";
    color: red;
}

#divPageSearchButton {
    margin-top: 25px;
}

.margin-10 {
    margin: 10px !important;
}

.login-err-msg {
    color: red;
}

#footer-copyright {
    font-size: 14px;
}

.table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border: 1px solid #ddd;
}


@media screen and (min-device-width:320px) and (max-device-width:430px) {
    .render-body {
        margin: 0px;
        margin-top: -5px;
    }

    .sidebar-categories {
        margin-top: 100px;
        padding: 0px;
    }

    #divProducts {
        background-color: white;
    }

    .main-box-header .form-group, .main-box-header .form-control {
        margin-bottom: 20px !important;
    }

    #content-wrapper {
        padding: 0px;
        background-color: white;
    }

    .no-padding {
        padding: 0px;
    }

    .padding-left-0 {
        padding-left: 0px !important;
    }

    .btn-gap {
        margin-top: 10px;
    }

    .modal-dialog {
        width: 90% !important;
    }

    .categories ul {
        padding-left: 0px;
    }

    .category {
        margin-top: 6%;
        margin-left: 6%;
    }

    .category-header + form {
        margin-top: 20%;
    }

    .padding-right-10 {
        padding-right: 10px;
    }

    .price {
        width: 33% !important;
    }

    .tr-header {
        background-color: lightgrey; /*#D1AE6C;*/
    }

    .td-header {
        /*margin-top:10px !important;*/
        border-top: 1px solid #ebebeb !important;
        padding: 5px !important;
    }

    .td-details {
        border-bottom: none !important;
        padding: 5px 5px 0px 5px !important;
        vertical-align: top !important;
        /*word-wrap: break-word !important;
        max-width: 205px !important; 
        white-space: normal;*/
    }

    .td-width-25 {
        width: 25% !important;
        text-align: center !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 .name {
        color: #16a085 !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: 15vh 5vh;
    }

    #divPageSearchButton {
        margin-top: 0px;
    }

    #divButtons, .divButtons {
        margin-top: 0px !important;
    }

    #logo {
        width: 150px !important;
    }
}

@media screen and (min-device-width:431px) and (max-device-width:667px) {
}
