﻿.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

a.button.primary.focus {
    color: rgb(255, 255, 255);
    background-color: rgb(30, 174, 219);
    border: rgb(255, 255, 255);
}

.remove-margin-bottom {
    margin-bottom: 0px;
}

.validation-error {
    color: red;
    font-size: x-small;
    font-weight: bold;
}

    .validation-error.required:after {
        content: " - Required";
    }


.clear {
    clear: both;
}

.width-90 {
    width: 90%;
}

input[type="text"].hover, select.hover {
    border: 1px solid rgb(2, 179, 255);
}

.inactive-text {
    color: gray;
}

.hide-validators span.DDValidator {
    display: none;
}

.logo {
    /*width: 64px;
    display: block;
    margin: 0 auto;
    float: right;
    padding: 8px;*/
    width: 26px;
    display: block;
    margin: 0 auto;
}

#nav {
    margin-left: 0px;
    line-height: 3.4;
}

.nav h1 {
    color: #a5a5a5;
    padding-right: 20px;
}



.nav ul li a {
    transition: all 0.4s ease;
    text-decoration: none;
    color: #797979;
}

    .nav ul li a:hover {
        transition: all 0.4s ease;
        text-decoration: none;
        color: #0FA0CE;
    }

.nav ul li {
    display: inline;
    margin: 1px 3px 0px 0px;
    padding-left: 10px;
}

    .nav ul li:hover:before {
        background: #1EAEDB;
    }


    .nav ul li:before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 5px;
        background: #797979;
    }

.drop-item:hover .dropdown-content {
    display: inline-grid;
}

.nav ul.small {
    font-size: 12px;
}

    .nav ul.small li:before {
        width: 5px;
        height: 5px;
        margin-right: 8px;
    }

.section {
    padding: 12px;
    margin-bottom: 12px;
}

    .section.error {
        background-color: rgb(255, 96, 96);
        border: 1px solid rgb(255, 0, 0);
        color: rgb(255, 255, 255);
    }

    .section.success {
        background-color: rgba(60, 208, 48, 0.27);
        border: 1px solid rgb(0, 255, 5);
    }

.missing-circle {
    text-align: center;
    display: block;
    font-size: 42px;
}

.full-width, .max-width {
    width: 100%;
}

.min-max-width {
    min-width: 100%;
    max-width: 100%;
    resize: none;
    min-height: 100px;
}

.disabled-row {
    color: rgb(189, 189, 189);
    background-color: rgb(243, 243, 243);
}

.error-icon {
    text-align: center;
    color: rgb(255, 0, 0);
}

    .error-icon i:nth-of-type(2) {
        display: block;
        border: 2px solid rgb(255, 0, 0);
    }

.blue-row {
    color: rgb(26, 86, 105);
    background-color: rgb(210, 241, 251);
}

.title-heading {
    margin-bottom: 20px;
}

.filters {
    background-color: rgb(236, 239, 247);
    padding: 6px 0px;
    border: 1px solid rgb(207, 216, 220);
    border-left: 8px solid rgb(176, 190, 197);
    padding-left: 12px;
}

    .filters div input, .filters div select {
        font-size: 0.8em;
    }

    .filters div, .filters div small, .filters div input {
        margin: 0px 6px;
    }

        .filters div a {
            margin-left: 12px;
        }


.profile-picture {
    min-width: 48px;
}

td img.profile-picture {
    /*margin: 0 auto;*/
    display: block;
}

#outdiv video#v {
    background-image: url('../../Media/No_Camera.jpg');
    background-size: cover;
    background-position: center;
}

.small-buttons i {
    color: rgb(69, 90, 100);
}

.pagination-button-active, .pagination-buttons {
    margin: 14px;
}

.btn-focus {
    width: 100%;
    min-height: 140px;
    padding: 0px;
    padding-top: 32px;
    text-align: center;
    font-size: 1.2em;
    background-color: rgb(109, 134, 237);
    color: rgb(254, 254, 254);
}

.loginPanel {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    border: 4px double rgb(255, 255, 255);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.login-block {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.login-image-logo {
    opacity: 0.4;
    z-index: 1;
}


.btn-focus:hover {
    color: rgb(188, 188, 190);
}

.login-image {
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 12px;
}

.thin-table tbody tr td {
    padding: 4px;
}

.text-center {
    text-align: center;
}

.zero.columns {
    display: none;
}

.dropdown-content hr {
    margin: 0px;
}

.dropdown-content .dropdown-item {
    padding-top: 0px;
    padding-bottom: 0px;

    text-align: left;
    color: #000;
}

.pip-label {
    position: absolute;
    background-color: rgb(31, 31, 31);
    padding: 2px 14px;
    color: rgb(255, 255, 255);
    border-bottom-right-radius: 12px;
}

.code-preview {
    border: 1px solid black;
    padding: 20px;
}

    .code-preview img {
        width: 100%;
    }

.dimension-card {
    display: inline-grid;
    margin-bottom: 20px;
    text-align: center;
}

    .dimension-card img.banner {
        width: 100%;
    }

    .dimension-card img.profile-picture {
        width: 40%;
        margin: 8px;
    }

    .dimension-card .front {
        height: 85.6mm;
        width: 54mm;
        border: 1px solid black;
    }

        .dimension-card .front .content {
            margin: 12px;
            font-size: 0.5cm;
        }

    .dimension-card .reverse {
        height: 85.6mm;
        width: 54mm;
        border: 1px solid black;
    }

        .dimension-card .reverse .code {
            width: 100%;
            margin-top: 1.4cm;
            /*display: block;*/
        }



#v {
    width: 100%;
}

#qrfile {
    width: 99px;
    height: 128px;
}

.card-horizontal {
    width: 100%;
    background-color: rgb(232, 232, 232);
    margin: 12px;
    padding: 12px;
}

    .card-horizontal a {
        transform: translate(0,50%);
    }

#qr-canvas {
    display: none;
}

.scan-result-content {
    text-align: center;
}

.txtEmployeePIN {
}


/* Employee Edit */
#input-pin-hint {
    background-color: rgb(255, 96, 96);
    color: rgb(255, 255, 255);
    padding: 0px 20px;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

    #input-pin-hint.valid {
        background-color: rgb(0, 255, 0);
        color: rgb(15, 103, 0);
    }

.picture-in-box {
    width: 80%;
    text-align: center;
    display: block;
    padding: 8px 0px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, 0.16862745098039217);
}

table tbody tr td img {
    width: 100%;
}

    table tbody tr td img.small {
        max-width: 60px;
    }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid rgb(0, 0, 0) !important;
    background: rgb(80, 80, 80) !important;
    color: rgb(255, 255, 255) !important;
}

.scanning-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8392156862745098);
    text-align: center;
}

    .scanning-overlay div {
        font-size: 24em;
        color: #ECEFF7;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
    }

    .scanning-overlay i:before {
        -webkit-animation-name: spin;
        -webkit-animation-duration: 5000ms;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -moz-animation-name: spin;
        -moz-animation-duration: 5000ms;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -ms-animation-name: spin;
        -ms-animation-duration: 5000ms;
        -ms-animation-iteration-count: infinite;
        -ms-animation-timing-function: linear;
        -o-transition: rotate(3600deg);
    }

.btnCalc {
    height: 38px;
    width: 38px;
    text-align: center;
    padding: 18px;
    line-height: 2;
    margin: 4px;
    line-height: 1.1;
    border-radius: 100%;
    background-color: rgb(184, 173, 253);
    color: rgb(0, 0, 0);
    display: inline-block;
}

    .btnCalc span {
        padding: 12px;
        font-size: 2em;
        display: contents;
    }

    .btnCalc:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(135, 129, 173);
    }

.calc-box {
    width: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    font-size: 2em;
    padding: 28px;
    text-align: center;
}

.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a, .topnav div a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover, .topnav div a:hover {
            background-color: #ddd;
            color: black;
        }

.active {
    background-color: #FFF;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child), .topnav div:not(:first-child) a {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a, .topnav.responsive div a {
            float: none;
            display: block;
            text-align: left;
        }
}

.scanning-overlay {
    z-index: 99999;
    background-color: rgba(176, 190, 197, 0.8392156862745098);
}

    .scanning-overlay div {
        color: rgb(55, 71, 79);
    }

        .scanning-overlay div i {
            animation: growSpinner 0.6s linear;
        }


@keyframes growSpinner {
    0% {
        opacity: 0;
        font-size: 0em;
    }

    70% {
        opacity: 0.5;
        font-size: 1.2em;
    }

    100% {
        opacity: 1;
        font-size: 1em;
    }
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
        display: table-cell;
    }

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn .btn-group {
        display: flex !important;
    }

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}


.no-resize{
    resize: none;
}

.btn-add-new {
    padding: 0px 12px;
}


.warning{
    background-color: white !important;
    box-shadow: inset 0px 0px 4px 0px rgba(0, 0, 0, 0.3803921568627451)
}

@media (max-width:991px) {
    .input-group {
        display: grid;
    }
}