﻿html {
    position: relative;
    min-height: 100%;
}


body {
    padding-top: 50px;
    margin-bottom: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
    line-height: 29px;
}

.navbar-custom-text {
    color: white !important;
    font-size: 0.8em;
}

code .ErrorHeader {
    font-size: 1.5em;
    color: #0020e0;
}

.navbar-brand {
    color: white !important;
}

.noBox {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

tr.expansionRow {
    background-color: #FAFAFA;
}
/*
*          LOGIN
*/
.btn-login {
    outline: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: inset 2px -3px rgba(0,0,0,0.15);
}

    .btn-login:focus {
        outline: 0;
        -webkit-outline: 0;
        -moz-outline: 0;
    }

.fullscreen_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url('/Content/IMG/BG.jpg');
    background-repeat: repeat;
}


.form-signin {
    max-width: 280px;
    padding: 15px;
    margin: 0 auto;
    margin-top: 50px;
}

    .form-signin .form-signin-heading, .form-signin {
        margin-bottom: 10px;
    }

        .form-signin .form-control {
            position: relative;
            font-size: 16px;
            height: auto;
            padding: 10px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            .form-signin .form-control:focus {
                z-index: 2;
            }

/* Extra Small Devices, Phones */
@media (max-width: 480px) {
    .form-signin {
        max-width: 280px;
        padding: 15px;
        margin: 0 auto;
        margin-top: 15px;
    }
}

.push {
    margin-top: 60px;
}

.push-sm {
    margin-top: 30px;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-color: #000;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: rgb(0,0,0);
    border-top: 1px solid rgba(0,0,0,0.08);
}

.form-signin-heading {
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}

/* CUSTOM FILTER */

.filterable {
    margin-top: 15px;
}

    .filterable .panel-heading .pull-right {
        margin-top: -20px;
    }

    .filterable .filters input[disabled] {
        background-color: transparent;
        border: none;
        cursor: auto;
        box-shadow: none;
        padding: 0;
        height: auto;
    }

        .filterable .filters input[disabled]::-webkit-input-placeholder {
            color: #333;
        }

        .filterable .filters input[disabled]::-moz-placeholder {
            color: #333;
        }

        .filterable .filters input[disabled]:-ms-input-placeholder {
            color: #333;
        }


/*  OVERRIDE BOOTSTRAP */
dl.issue {
    margin-bottom: 7px;
}



/* Statistics */
.input-xs {
    height: 22px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}


.daterange {
    display: inline-block;
}

.btn-range-1-week {
    border-radius: 0px !important;
}

.widget-canvas {
    width: 100%;
    height: 420px;
    margin-bottom: 20px;
}



@media (max-width: 768px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
    }
}

.profile-image {
    border-radius: 3px;
    vertical-align: middle;
}


.expansionCellIcon {
    font-size: 1.5em;
    cursor: pointer;
}

.jumbotron-home {
    margin-bottom: 0px;
}

.la-line-scale {
    color: #222 !important;
}

.vdivide:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

textarea.noresize {
    resize: none;
}

#stockstatus tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

#stockstatus tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

#stockstatus tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

#stockstatus tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

#stockstatus td, th {
    border-top: 1px solid #fff !important;
    border-color: white !important;
}

table.borderless {
    margin-bottom: 0px;
    background-color: transparent !important;
}

.borderless td, .borderless th {
    border: none !important;
    margin-bottom: 0px;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border: 0px !important;
    border-radius: 2px;
}

    .card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border: 0px !important;
    border-radius: 2px;
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    border: 0px !important;
    border-radius: 2px;
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    border: 0px !important;
    border-radius: 2px;
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border: 0px !important;
    border-radius: 2px;
}

.btn:not(.dropdown-toggle) {
    border-radius: 2px;
    text-transform: uppercase;
}

.modal-content {
    border-radius: 2px;
}

.panel-footer {
    border-radius: 2px;
    background-color: #fff;
    border-top: 0px;
}

.panel-title {
    margin-bottom: 10px;
}


.chat {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .chat li {
        margin-bottom: 10px;
        padding-bottom: 5px;
        border-bottom: 1px dotted #B3A9A9;
    }

        .chat li .chat-body p {
            margin: 0;
            color: #777777;
            word-break: break-word;
        }

.panel-image {
    position: relative;
}

    .panel-image img.panel-image-preview {
        width: 100%;
        border-radius: 4px 4px 0px 0px;
    }

    .panel-image label {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

.panel-heading ~ .panel-image img.panel-image-preview {
    border-radius: 0px;
}

.panel-image-footer span {
    padding: 5px;
    color: rgb(255, 0, 0);
}

.panel-image-footer {
    background-color: #f5f5f5;
}

    .panel-image-footer span:hover {
        padding: 5px;
        color: rgb(50, 255, 0);
        cursor: pointer;
    }

.panel-col {
    padding-right: 2.5px;
    padding-left: 2.5px;
}

.panel-image-body {
    margin-bottom: 0px;
}

span.deleteComment:hover {
    color: rgb(255, 0, 0);
    cursor: pointer;
}


.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

    .material-switch > label::before {
        background: rgb(0, 0, 0);
        box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
        border-radius: 8px;
        content: '';
        height: 16px;
        margin-top: -8px;
        position: absolute;
        opacity: 0.3;
        transition: all 0.4s ease-in-out;
        width: 40px;
    }

    .material-switch > label::after {
        background: rgb(255, 255, 255);
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
        content: '';
        height: 24px;
        left: -4px;
        margin-top: -8px;
        position: absolute;
        top: -4px;
        transition: all 0.3s ease-in-out;
        width: 24px;
    }

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

dl.no-line-break {
    white-space: pre-wrap;
    word-break: break-word;
}

.la-line-scale {
    color: #eee;
}


.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red a {
        color: #d9534f;
    }

        .panel-red a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow a {
        color: #f0ad4e;
    }

        .panel-yellow a:hover {
            color: #df8a13;
        }

.gi-2x {
    font-size: 2em;
}

.gi-3x {
    font-size: 3em;
}

.gi-4x {
    font-size: 4em;
}

.gi-5x {
    font-size: 5em;
}


.details-footer {
    cursor: pointer;
    color: #f0ad4e;
}

    .details-footer :hover {
        color: #ec971f;
    }

#detailsprocessing {
    margin-top: 10px;
}

ul.detailsprocessing {
    margin-bottom: 0px;
}

    ul.detailsprocessing .badge {
        background-color: #f0ad4e;
    }

@media print {
    .panel-widget {
        page-break-inside: avoid;
        width: 100%;
    }

    .panel-body {
        border-top: 2px dashed #f3f3f3;
    }

    .push-sm {
        display: none !important;
    }

    h1 {
        margin-top: 0px;
    }

    body {
        margin-top: 0px;
        padding-top: 0px;
    }
}

.lb-nav a.lb-prev, .lb-nav a.lb-next {
    width: 20% !important;
}

.lb-nav {
    pointer-events: none;
}

.lb-prev, .lb-next {
    pointer-events: auto;
}


.vert-align {
    vertical-align: middle !important;
}

.checkboxInternal {
    margin-top: 0px;
}

table.floatThead-table {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
}

.dropdown-versions {
    z-index: 1002;
}
