body {
    font-family: "Lato", sans-serif;
}

.main-head {
    height: 150px;
    background: #fff;
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    padding-top: 20px;
}

/* .main {
    padding: 0px 10px;
} */

.btn-delete-img {
    position: relative;
    top: 5px;
    left: 32px;
    float: left;
}

.top_right_notification {
    position: fixed;
    top: 70px;
    right: 50px;
}

#sizes .form-check-label {
    width: 50px;
}

.hidden {
    display: none;
}
/* .sidenav{
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
} */

/* @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%;
    }

    .sidenav{
        width: 50%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 80%;
    }

    .register-form{
        margin-top: 20%;
    }
}
 */

/* .login-main-text{
    margin-top: 5%;
    padding: 60px;
    color: #fff;
} */

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #e3342f;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 6px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .slider {
    background-color: #2d995b;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2d995b;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1140px !important;
    }
}

.dropdown-menu{
    min-width: 14rem !important;
}

/* Foldable table on reports */
.pcs:after {
    content: " pcs";
}

.cur:before {
    content: "$";
}

.per:after {
    content: "%";
}

* {
    box-sizing: border-box;
}

table {
    width: 100%;
}
table th {
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table th, table td {
    padding: 0.4em;
}

table.fold-table > tbody > tr.view td, table.fold-table > tbody > tr.view th {
    cursor: pointer;
}
table.fold-table > tbody > tr.view td:first-child,
table.fold-table > tbody > tr.view th:first-child {
    position: relative;
    padding-left: 20px;
}
table.fold-table > tbody > tr.view td:first-child:before,
table.fold-table > tbody > tr.view th:first-child:before {
    position: absolute;
    top: 50%;
    left: 5px;
    width: 9px;
    height: 16px;
    margin-top: -8px;
    font: 16px fontawesome;
    color: #999;
    content: "";
    transition: all 0.3s ease;
}
table.fold-table > tbody > tr.view:nth-child(4n-1) {
    background: #eee;
}
table.fold-table > tbody > tr.view:hover {
    background: #ccc;
}
table.fold-table > tbody > tr.view.open {
    background: #549a00;
    color: white;
}
table.fold-table > tbody > tr.view.open td:first-child:before, table.fold-table > tbody > tr.view.open th:first-child:before {
    transform: rotate(-180deg);
    color: #333;
}
table.fold-table > tbody > tr.fold {
    display: none;
}
table.fold-table > tbody > tr.fold.open {
    display: table-row;
}

.fold-content {
    padding: 0.5em;
}
.fold-content h3 {
    margin-top: 0;
}
.fold-content > table {
    border: 2px solid #ccc;
}
.fold-content > table > tbody tr:nth-child(even) {
    background: #eee;
}

/* Transaction status colors */
.text-settled{
    color: #38c172;
}

.text-authorized{
    color: #ffbc00;
}

.proshop_name{
    text-transform: uppercase;
    color: #DDCBA4;
    text-shadow: -4px -4px 4px #f71717;
    font-size: 16px;
}

.f_prod_image{
    cursor: move;
}
