﻿body {
    font-family: "Roboto", sans-serif;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #F0F0F0 url(../../Content/img/loader.gif) no-repeat center center;
    opacity: 0.8;
    z-index: 10000;
}

.btn {
    padding: 6px 6px;
}

.card-panel {
    transition: box-shadow .25s;
    padding: 20px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    transition: box-shadow .25s;
    border-radius: 15px;
}

    .card .card-title {
        font-size: 24px;
        font-weight: 300;
    }

        .card .card-title.activator {
            cursor: pointer;
        }

    .card.small, .card.medium, .card.large {
        position: relative;
    }

        .card.small .card-image, .card.medium .card-image, .card.large .card-image {
            max-height: 60%;
            overflow: hidden;
        }

            .card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
                max-height: 40%;
            }

        .card.small .card-content, .card.medium .card-content, .card.large .card-content {
            max-height: 100%;
            overflow: hidden;
        }

        .card.small .card-action, .card.medium .card-action, .card.large .card-action {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
        }

    .card.small {
        height: 300px;
    }

    .card.medium {
        height: 400px;
    }

    .card.large {
        height: 500px;
    }

    .card.horizontal {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
            height: 100%;
            max-height: none;
            overflow: visible;
        }

            .card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
                height: 100%;
            }

        .card.horizontal .card-image {
            max-width: 50%;
        }

            .card.horizontal .card-image img {
                max-width: 100%;
                width: auto;
            }

        .card.horizontal .card-stacked {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
            position: relative;
        }

            .card.horizontal .card-stacked .card-content {
                -webkit-flex-grow: 1;
                -ms-flex-positive: 1;
                flex-grow: 1;
            }

    .card.sticky-action .card-action {
        z-index: 2;
    }

    .card.sticky-action .card-reveal {
        z-index: 1;
        padding-bottom: 64px;
    }

    .card .card-image {
        position: relative;
    }

        .card .card-image img {
            display: block;
            border-radius: 2px 2px 0 0;
            position: relative;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            width: 100%;
        }

        .card .card-image .card-title {
            color: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 20px;
        }

    .card .card-content {
        padding: 20px;
        border-radius: 0 0 2px 2px;
    }

        .card .card-content p {
            margin: 0;
            color: inherit;
        }

        .card .card-content .card-title {
            line-height: 48px;
        }

    .card .card-action {
        position: relative;
        background-color: inherit;
        border-top: 1px solid rgba(160, 160, 160, 0.2);
        padding: 20px;
    }

        .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
            color: #ffab40;
            margin-right: 20px;
            transition: color .3s ease;
            text-transform: uppercase;
        }

            .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
                color: #ffd8a6;
            }

    .card .card-reveal {
        padding: 20px;
        position: absolute;
        background-color: #fff;
        width: 100%;
        overflow-y: auto;
        top: 100%;
        height: 100%;
        z-index: 3;
        display: none;
    }

        .card .card-reveal .card-title {
            cursor: pointer;
            display: block;
        }

i.right {
    float: right;
    margin-left: 15px;
}

.vendors {
    text-align: center;
}

    .vendors > img {
        padding: 15px;
        display: block;
        border-radius: 50%;
        max-width: 100%;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
    }

.users-list-name {
    /*font-size: 22px;*/
    text-align: center;
    border-top: 1px solid #eee;
    padding: 10px 10px 10px 10px;
}

.btn-app {
    font-size: 14px;
}

.cb-prices {
    padding: 3px;
    font-size: 20px;
}

    .cb-prices > label {
        padding-right: 15px;
    }

.text-error {
    font-size: 18px;
    color: #a94442;
}


.login-page {
    background: rgba(4, 40, 68, 0.85);
}

.login-logo h2 {
    font-size: 22px;
    color: #fff;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

.capitalize {
    text-transform: capitalize;
}

ul.cbinline li {
    display: inline;
    padding: 8px;
}

#tbl {
    font-size: 13px;
}

.numbers {
    font-size: 28px;
    height: 50px;
    text-align: center;
}

.amount-table {
    font-size: 35px;
    height: 50px;
    text-align: center;
}

.number-table {
    font-size: 35px;
    padding: 10px;
}

@media (min-width: 768px) {
    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
    }

    input#txtSaleAmount {
        width: 100%;
    }
}

@media (min-width: 350px) {
    .amount-table {
        font-size: 25px;
        height: 50px;
        text-align: center;
    }
}

@media (max-width: 360px) {

    .error-card i.material-icons {
        font-size: 10rem;
        margin-top: 10px;
        margin-left: 90px;
    }

    .error-card h4.msg {
        margin-top: 120px;
        margin-left: 40px;
        font-size: 20px;
    }

    .error-card a.btn {
        position: absolute;
        margin-top: 180px;
        margin-left: 20px;
    }
}


.center {
    text-align: center;
}

.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

.drawList {
    font-size: 15px;
    border: 1px solid #000;
}

.drawList-numbers {
    background-color: #01DFD7;
    color: #000;
    text-align: center;
    width: 5%;
    font-weight: bold;
}

.drawList-sales {
    background-color: #ffffff;
    text-align: center;
    width: 15%;
    font-weight: bold;
    /*color: #0659F3;*/
    color: #c20202;
}

    .drawList-sales a {
        color: #c20202;
    }

.skin-blue .main-header .navbar {
    background-color: #DF0101;
}

.skin-blue .main-header .logo {
    background-color: #DF0101;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.limit-sale {
    background-color: #F5A9A9;
}

.profit-label {
    text-align: center;
    font-size: 30px;
    margin-bottom: 35px;
}

.right {
    text-align: right;
}

.table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border: 1px solid #f4f4f4;
}

.profit > tbody > tr > td, .profit > tbody > tr > th {
    border: 1px solid #000;
}
.drawInfo > tbody > tr > td, .drawInfo > tbody > tr > th {
    border: 1px solid #000;
}


.profit-header {
    background-color: #3c8dbc !important;
    color: #fff;
}

.table-numbers {
    font-size: 20px;
    text-align: center;
}

.delete {
    cursor: pointer;
    color: #3c8dbc;
    font-size: 30px;
    padding: 10px;
}

    .delete:hover {
        color: #be1522;
    }

/*.table-numbers > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border: 1px solid #f4f4f4;
    }*/


.drawList > thead > tr > th, .drawList > tbody > tr > th, .drawList > tfoot > tr > th, .drawList > thead > tr > td, .drawList > tbody > tr > td, .drawList > tfoot > tr > td {
    border: 1px solid #000;
}

.error-card i {
    font-size: 12rem;
    color: orange;
    position: absolute;
    margin-top: 50px;
    margin-left: 25px;
}

.error-card h4 {
    position: absolute;
    margin-top: 100px;
    margin-left: 155px;
    font-size: 22px;
}

.error-card a {
    position: absolute;
    margin-top: 150px;
    margin-left: 220px;
}


.drawList > tbody > tr > td {
    padding: 0px;
}

.profit > tbody > tr > td {
    font-size: 12px;
}

.totals {
    background-color: #F5DA81;
}

.table-hover > tbody > tr.totals:hover {
    background-color: #F5DA81;
}


.profit12 {
    background-color: #A9F5A9;
}

.profit1075 {
    background-color: #F5BCA9;
}


.drawInfo > tbody > tr > td {
    font-size: 12px;
}

.drawInfo {
    border: 1px solid #000;
}
