﻿body {
    padding-bottom: 20px;
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        #no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

        #no-more-tables td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        /*
	Label the data
	*/
        #no-more-tables td:before {
            content: attr(data-title);
        }
}
.navbar {
    height: 7vh;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.body-content_main {
    margin: 0;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

.menuitem-primary {
    font-size: 40px;
    font-family: sans-serif;
    background-color: white;
    border: 2px solid #007bff;
    letter-spacing: 0.1em;
    height: 1.5em;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    margin: 0.5em;
    cursor: pointer;
}

.menuitem-jundj {
    font-size: 40px;
    font-family: sans-serif;
    background-color: white;
    border: 2px solid #dd0202;
    letter-spacing: 0.1em;
    height: 1.5em;
    line-height: 1.5em;
    position: relative;
    overflow: hidden;
    margin: 0.5em;
    cursor: pointer;
}

nav ul li span {
    color: black;
    mix-blend-mode: hard-light;
}

.menuitem-primary::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: inherit;
    background-color: #007bff;
    border-radius: 50%;
    top: 0;
    color: white;
    left: -0.75em;
    transition: 0.5s ease-out;
}

.menuitem-jundj::before {
    content: '';
    position: absolute;
    width: 1.5em;
    height: inherit;
    background-color: #dd0202;
    border-radius: 50%;
    top: 0;
    left: -0.75em;
    transition: 0.5s ease-out;
}
::placeholder {
    text-align: center;
}

/* or, for legacy browsers */

::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}
nav ul li:hover::before {
    transform: scale(18);
}
.form-group.has-error {
    color: #a10000;
}

    .form-group.has-error input,
    .form-group.has-error select,
    .form-group.has-error textarea {
        border-color: #a10000;
    }

.form-group select.form-control,
.form-group select.form-control option {
    cursor: pointer;
}

.h-gabci {
    height: 85% !important;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.bg-jundj {
    background-color: #dd0202 !important;
}
#html5-qrcode-button-camera-stop{
    display:none!important;
}
.row-login {
    width: 450px;
    margin: 150px auto 0 auto;
}

.row-registration {
    width: 450px;
    margin: 30px auto 0 auto;
}

.table-layout-fixed {
    table-layout: fixed;
}

.scrollTableContent {
    display: block;
    width: 100%;
    overflow-y: scroll;
}

.table {
    margin-bottom: 0px;
}

.scrollCol {
    width: 17px !important;
}

table.sortablex thead th:not(.sortablex-not):hover {
    background-color: #e6f2f8;
    cursor: pointer;
}

    table.sortablex thead th:not(.sortablex-not):hover span.title {
        text-decoration: underline;
    }

table.sortablex thead th.sortablex-asc::after {
    content: "\25B2";
    color: #c0c0c0;
    position: static;
    padding-left: 3px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

table.sortablex thead th.sortablex-desc::after {
    content: "\25BC";
    color: #c0c0c0;
    position: static;
    padding-left: 3px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
