html {
  font-size: 14px;
}

/* Custom alert box styling */
.custom-alert {
    position: fixed;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    background-color: red;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    z-index: 9000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .custom-alert.show {
        opacity: 1;
    }

table.dataTable thead tr {
    background-color: #ffcc00
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.navbar-brand {
    color: green !important
}

.roundlabel {
    padding: 10px;
    border-radius: 5px;

}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}




/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity: 0.2;
}

::-moz-placeholder { /* Firefox 19+ */
    opacity: 0.2;
}

:-ms-input-placeholder { /* IE 10+ */
    opacity: 0.2;
}

:-moz-placeholder { /* Firefox 18- */
    opacity: 0.2;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1510 !important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

    .ui-autocomplete > li > div {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

    .ui-state-hover,
    .ui-state-active,
    .ui-state-focus {
        text-decoration: none;
        color: #262626;
        background-color: #f5f5f5;
        cursor: pointer;
    }

    .ui-helper-hidden-accessible {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .each {
        border-bottom: 1px solid #555;
        padding: 3px 0;
    }
.aignercolor {
    background-color: #edcd1f;
}

.aignercolorfont {
    color: #edcd1f;
  
}

.icon-blue-color {
    color: blue;
}

.centerimage {
    display: block;
    margin-left: auto;
    margin-right: auto
}


input.form-fixer {
    padding: 2px;
}

.button-disponator {
    background-color: #f66200 !important;
    color: white;
}



.form-text {
    font-size: 13px;
}

.buttontext {
    padding: 5px;
    font-size: 14px;
}

.card-spacer {
    padding-left: 0px;
}

.card-header {
    padding: 10px;
    padding-left: 12px;
}

.card-headersmall {
    padding: 4px;
}


.card-body_small {
    padding: 8px;
    padding-left: 8px;
}


.inputDis {
    background-color: #f0f5f5;
}

.card {
    padding: 1px;
}

input.small-fixer {
    height: 26px;
    font-size: 13px;
}

.dpsmall-fixer {
    padding: 1px;
    height: 26px;
    font-size: 13px;
}



textarea.form-fixer {
    padding: 4px;
    font-size: 13px;
}


a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.addBtn {
    font-family: inherit !important;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}


body {
    margin: 0px;
    padding: 0px;
    font-family: "Verdana",Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.dropdown-menu {
    font-size: 12px;
}


.panel.with-nav-tabs .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel.with-nav-tabs .nav-tabs {
    border-bottom: none;
}

.panel.with-nav-tabs .nav-justified {
    margin-bottom: -1px;
}

.tab-pane {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 5px 5px;
}

.nav-tabs {
    margin-bottom: 0;
}

    .nav-tabs .nav-link.active {
        background-color: #edcd1f;
        border-bottom: #e2e2e2;
        font-weight: bold;
    }

.tab-pane.active .tab-pane-header {
    padding: 0.5rem;
    border-top-right-radius: .1rem;
    border-top-left-radius: .1rem;
    margin-bottom: 1rem;
}

.icon-rfid {
    height: 14px;
}

.form-control {
    padding: 5.5px;
    height: 30px;
}


.bootstrap-tagsinput {
    width: 100%;
}

.label-info {
    background-color: #17a2b8;
}

.label {
    display: inline-block;
    padding: .25em .4em;
    font-size: 95%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out, border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.nav-link .badge {
    position: relative;
    top: -18px;
    right: 10px;
    border-radius: 10px;
    border: 2px solid #555;
}

.form-control::-webkit-input-placeholder {
    color: lightgrey;
}

div.dataTables_length select {
    width: 100px !important;
    display: inline-block
}

