body {
    padding-top: 50px;
}

/** Sidebar */
.nav-side-menu {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23);
    overflow: auto;
    font-weight: 400;
    background-color: #ffffff;
    position: fixed;
    top: 0px;
    width: 300px;
    height: 100%;
    padding-top: 42px;
}

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px;
}

.nav-side-menu .toggle-btn {
    display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*
      .collapsed{
         .arrow:before{
                   font-family: FontAwesome;
                   content: "\f053";
                   display: inline-block;
                   padding-left:10px;
                   padding-right: 10px;
                   vertical-align: middle;
                   float:right;
              }
       }
  */
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    border-left: 3px solid brown;
    background-color: #ebebeb;
    color: white;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
    color: white;
    background-color: darkgray;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    /*background-color: #181c20;*/
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #e7e7e7;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: #e7e7e7;
    color: #0B0B0B;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    /*font-family: FontAwesome;
    content: "\f105";*/
    padding-left: 10px;
    padding-right: 10px;
}

.nav-side-menu li {
    padding-left: 0px;
    /*border-left: 3px solid #2e353d;*/
    border-bottom: 1px solid #e7e7e7;
}

.nav-side-menu li {
    text-decoration: none;
}

.nav-side-menu li i {
    padding-left: 10px;
    width: 20px;
    margin-right: 15px;
    color: #34495e
}

.nav-side-menu li:hover {
    /*border-left: 3px solid #d19b3d;*/
    background-color: #e1e1e1;
    color: #0B0B0B;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

li.nav-divider {
    margin: 15px 0 0 0;
}

li.nav-head {
    text-align: center;
    font-size: 1.4rem;
    background-color: #e1e1e1
}

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        margin-top: 50px;
    }

    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center;
    }

    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important;
    }

    .status-label {
        width: 100%;
        display: block;
        height: 25px;
    }
}

@media (min-width: 767px) {


    .content-section {
        margin-left: 300px;
        margin-top: 50px;
    }

    .nav-side-menu .menu-list .menu-content {
        display: block;
    }
}

body {
    margin: 0px;
    padding: 0px;
}

.login-row {
    padding-top: 8em;
}

.seller-login {
    padding-bottom: 20px;
}

.seller-login-signup-info {
    background-color: rgb(241, 196, 15);
    padding-bottom: 4em;
    color: white;
}

.seller-registration {
    background-color: white
}

.seller-registration-form {
    border-left: 1px solid #eee
}

.modal-close-icon {
    position: absolute;
    top: 0;
    right: 7px;
}

.steps-indicator {
    margin-bottom: 4em;
}

/** Bootstrap Overrides */

.page-header {
    margin: 0 0 15px 0;
}

.modal-header h3,
.h3 {
    margin: 0;
}

.navbar {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.16), 0 1px 6px rgba(0, 0, 0, 0.23)
        /*0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);*/
}

.navbar-default {
    background-color: #ff6643;
    border-color: #d76458;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-color: #2ecc71;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a {
    color: #fff
}

.badge {
    font-size: 10px;
    background-color: #e74c3c;
    vertical-align: initial;
}

.modal-listing {
    max-height: 200px;
    overflow-y: scroll;
}

.availability {
    width: 20px;
    position: relative;
    margin: 4%;
}

.availability label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0px;
    background: -webkit-linear-gradient(top, #222222 0%, #45484d 100%);
    background: linear-gradient(to bottom, #222222 0%, #45484d 100%);
    border-radius: 4px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.4);
}

.availability label span {
    margin-left: 25px;
}

.availability label:after {
    content: '';
    width: 10px;
    height: 6px;
    position: absolute;
    top: 5px;
    left: 5px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    transform: rotate(-45deg);
}

.availability label:hover::after {
    opacity: 0.3;
}

.availability input[type=checkbox] {
    visibility: hidden;
}

.availability input[type=checkbox]:checked+label:after {
    opacity: 1;
}

.label-title {
    font-weight: bold;
    color: black;
}

/** Loader */

.showbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
    height: 100%;
    z-index: 9999;
    background: white;
    opacity: 0.7;
}

.loader {
    position: relative;
    margin: 0 auto;
    margin-top: 40vh;
    width: 100px;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

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

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

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {

    100%,
    0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%,
    90% {
        stroke: #ffa700;
    }
}

.icon-selected i {
    color: #259b24;
    font-size: 20px;
}

.list-group-item {
    cursor: pointer
}

.circle {
    position: relative;
    display: inline-block;
    width: 68%;
    height: 0;
    padding: 30% 0;
    border-radius: 50%;

    /* Just making it pretty */
    @shadow: rgba(0, 0, 0, .1);
    @shadow-length: 4px;
    -webkit-box-shadow: 0 @shadow-length 0 0 @shadow;
    box-shadow: 0 @shadow-length 0 0 @shadow;
    text-shadow: 0 @shadow-length 0 @shadow;
    border: 5px solid #38a9e4;
    font-size: 1em;
    text-align: center;
    font-weight: bold
}

.selected-group {
    background-color: #2ecc71;
    color: white;
    font-weight: bold;
}

.pointer {
    cursor: pointer;
}

.ul,
ol {
    margin-top: 0px;
    margin-bottom: -16px;
}

.list-group {
    margin-bottom: -16px;
    padding-left: 0;
}

/**
 * Trials and subscription classes
 */
.help-label {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px
}

.help-label-text {
    float: left;
    margin-right: 5px
}

.placed-row {
    background-color: #f39c12;
    color: white;
}

.confirmed-row {
    background-color: #9b59b6;
    color: white;
    font-weight: bold;
}

.picked-up-row {
    background-color: #3498db;
    color: white;
}

.delivered-row {
    background-color: #27ae60;
    color: white;
}

.cancelled-row {
    background-color: #e74c3c;
    color: white;

}

.transaction-row {
    background-color: #e74c3c;
    color: white;

}

.dispatched-row {
    background-color: #575fcf;
    color: white;
}

.arrived-to-seller-row {
    background-color: #22a6b3;
    color: white;
}

.on-pickup-way-row {
    background-color: #006266;
    color: white;
}

.show-pointer {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
}

.feedback {
    background-color: #0652DD;
    color: white;
}

.badge-info {
    background-color: #3498db;
}

.badge a {
    color: #ffffff !important;
}

.plus {
    color: #007BFF;
    font-size: 24px;
    float: left;
    padding: 6px;
}

.mins {
    color: #bb2124;
    font-size: 24px;
    float: left;
    padding: 6px;
}

.inputnum {
    width: 36%;
    float: left;
    padding: 2px;
}

@media only screen and (max-device-width: 480px) {
    .plus {
        color: #007BFF;
        font-size: 24px;
        float: left;
        padding-right: 10px;
        padding-top: 5px;
    }

    .mins {
        color: #bb2124;
        font-size: 24px;
        float: left;
        padding-left: 5px;
        padding-top: 5px;
    }

    .inputnum {
        width: 30%;
        float: left;
        padding: 7px;

    }
}

.green-td {
    border-top: 1px solid #39cd52 !important;
}