:root {
    --primarytheme: #7C9D96;
    --secondarytheme: #F4F2DE;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #FF8080;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545;
}
html,
body {
    height: 100%;
    font-family: "poppins", sans-serif !important;
}
body.theme-white{

    background-color: #ecf0fa !important;
}
.theme-white nav.top-menu .menu{
    height:60px !important;
    border-bottom: 1px solid #dee4ec;
    box-shadow: 5px 7px 26px -5px #cdd4e7;
}

.theme-white nav.left-menu .left-menu-list li.left-menu-list-disabled .left-menu-link{
color: #000 !important;
}
.theme-white nav.left-menu .left-menu-list li.left-menu-list-disabled{
    opacity: 1 !important;
    font-size: 12px;
}
.theme-white nav.top-menu{
    background-color: #fff !important;
}

.theme-white .timeblock,.theme-white .timersep {
    color: #000 !important;
}

 .card ,.widget{
    background: #fff;
    background-clip: border-box;
     border-radius: 0.5rem;
    margin-bottom: 1.3rem;
    box-shadow: -8px 12px 18px 0 #dadee8;
}
 .panel {

     box-shadow: -8px 12px 18px 0 #dadee8;
 }



.theme-white .topa {
    color: #728189  !important;
}

.theme-white .usertopmenu a{
    color: #000 !important;
}

.bg-primary-gradient {
    background-image: linear-gradient(to left, #0162e880 0%, #0162e8 100%) !important;
}

.bg-warning-gradient {
    background-image: linear-gradient(to left, #efa65f, #f76a2d) !important;
}
.bg-success-gradient {
    background-image: linear-gradient(to left, #48d6a8 0%, #029666 100%) !important;
}
.bg-danger-gradient {
    background-image: linear-gradient(45deg, #f93a5a, #f7778c) !important;
}
.topa{
    font-size: 25px;
    padding: 0 12px !important;
}

.pulse-danger {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 6px;
    height: 7px;
    border-radius: 50%;
    background: #ee335e;
}


.pulse-danger:before {
    content: "";
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
    position: absolute;
    border-radius: 50%;
    background: rgba(238, 51, 94, 0.8);
    cursor: pointer;
    box-shadow: 0 0 0 rgb(238 51 94 / 90%);
    animation: pulse 1s linear infinite;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@-moz-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    8% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    15% {
        -webkit-transform: scale(0.1);
        opacity: 1;
    }
    30% {
        -webkit-transform: scale(0.5);
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
}
.btn-steps {
    background-color: #009688 !important;
    border-color: #088a7e !important;
    color: #fff !important;
}
.btn-steps:active,.btn-steps:hover {
    background-color: #5c636e !important;
    border-color: #5c636e !important;
    color: #fff !important;
}


.btn-mt{
    margin-top: 6px;
}
.btn-mt2{
    margin-top: 30px;
}
.steps {
  margin: 0px;
  padding: 0;
  overflow: hidden;
}
.steps a {
  color: #fff;
  text-decoration: none;
}
.steps li.current a {
  color: #393e46;
  text-decoration: none;
}
.steps li.current ~ li a{
    color: #b3b2b2 !important;
}
.steps span {
  padding: 0px 10px;

}
.steps em {
  display: block;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  padding: 0px 10px;

}

.steps li {
  float: left;
  margin-left: 0;
     width: 32%;
    height: 75px;
  list-style-type: none;
  padding: 15px 5px 5px 30px; /* padding around text, last should include arrow width */
  border-right: 13px solid white; /* width: gap between arrows, color: background of document */
  position: relative;
}
.dark-theme .steps li {
    border-color: #191c2d;
}
/* remove extra padding on the first object since it doesn't have an arrow to the left */
.steps li:first-child {
  padding-left: 5px;
}
/* white arrow to the left to "erase" background (starting from the 2nd object) */
.steps li:nth-child(n+2)::before {
  position: absolute;
  top:0;
  left:0;
  display: block;
  border-left: 25px solid white; /* width: arrow width, color: background of document */
  border-top: 40px solid transparent; /* width: half height */
  border-bottom: 40px solid transparent; /* width: half height */
  width: 0;
  height: 0;
  content: " ";
}
.dark-theme .steps li:nth-child(n+2)::before {
    border-left-color: #191c2d;
}
/* colored arrow to the right */
.steps li::after {
  z-index: 1; /* need to bring this above the next item */
  position: absolute;
  top: 0;
  right: -25px; /* arrow width (negated) */
  display: block;
  border-left: 25px solid #7c8437; /* width: arrow width */
  border-top: 40px solid transparent; /* width: half height */
  border-bottom: 40px solid transparent; /* width: half height */
  width:0;
  height:0;
  content: " ";
}

/* Setup colors (both the background and the arrow) */

/* Completed */
.steps li { background-color: #393e46; }
.steps li::after { border-left-color: #393e46; }

/* Current */
.steps li.current { background-color: #f8b500; }
.steps li.current::after { border-left-color: #f8b500; }

/* Following */
.steps li.current ~ li { background-color: #e0e0e0; }
.steps li.current ~ li::after {	border-left-color: #e0e0e0; }

/* Hover for completed and current
.steps li:hover {background-color: #696}
.steps li:hover::after {border-left-color: #696}*/



.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.language {
    list-style:none;
    float:right;
    margin-bottom: 6px;
}
.language > li{
    text-decoration: none;
    float: left;
    padding: 0px 5px;
 }

.language > li > a > img{
 width: 15px;

}
.usertopmenu{
    text-align: right;
    color:#fff;
    margin-left: 10px;
    font-size:15px;
    font-weight: bold;
}
.usertopmenu a{
    color:#fff;
}
.articlescan{
    color : #ccc;
    width: 310px;
   // margin-top: 10px;
}
.article {
    font-size: 100% !important;
}
.ariclename{
    padding-top: 15px;
    text-align: right;
}
.ariclevalue{
      padding-top: 14px;
}
.shortcutMenu {
    margin-top : 10px;
    padding: 0 15px;
}

.shortcutMenu .scanned{
    margin-top: 7px !important;
}
.starbtn
{
    margin-top:-5px;
}
.endbtn{
    margin-right: 10px;
}
.timerbtn{
    font-size:20px !important;
    padding:6px 6px !important;
        margin-top: 11px;
}
.panel-body h1{
    text-align: center;
}
nav.left-menu .left-menu-list li .left-menu-link{
padding: 5px 25px !important;
}
/*.left-menu-link:after{*/
/*    top: 10px !important;*/
/*}*/
.left-menu-client{
    font-size: 15px;
    background-color: #cccccc47;
    margin-bottom: 10px;
}

.left-menu-client:before{

background-color: #ccc !important;
}
nav.left-menu .left-menu-list-root{
    margin: 5px 0px !important;
}
.table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 5px 8px !important;
}
.filters td{
    padding: 0 !important;
}
.filters input{
    border-radius: 0 !important;
    height: 30px;
    border: 0;
}

.scancount span {
    color: #ffffff;
    position: absolute;
    z-index: 999999;
    margin: -8px -17px;
    border-radius: 5px;
    border: 2px solid #f00;
    padding: 0px 3px;
    line-height: 1rem;
    background: #EB6383;
    font-size: 10px;
}
.scancount {
    float: left;
    padding: 0px 5px;
    border: 2px solid #ccc;
    margin: 0px 5px;
    min-width: 30px;
    text-align: center;
    font-weight: bold;
}
.showModalButton{
    cursor: pointer;
}
.removeuline{
    text-decoration: none !important;
}
.step-block{
    padding: 5px 20px !important;
    color: #fff !important;

}
.modal-open{
    padding-right: 0px !important;
}
.theme-dark nav.left-menu .left-menu-list li.left-menu-list-disabled > .left-menu-link{
    color: #f8b500 !important;
}
div#timer {
    width: 400px;
    margin-top: -7px;
}
.timerbtn{
    width: 30px;
    height: 30px;
    font-size: 10px !important;

}
.timersep{
    float: left;
    margin-top: 10px;
}
.timeblock {
    /*  background: #5c636e;*/
    margin: 10px 4px;
    width: 42px;
    border-radius: .25rem;
    /*color: #0a0a0a;*/
    text-align: center;
}

.dropdown-toggle::after{
    border-right: 0;
    border-left: 0;
}
.timename {
    font-size: 12px;
}
.timer {
    font-size: 18px;
    font-weight: bold;
}
.header-buttons form {
    float: left;
    width: 60px;
}
.invisible {
    height: 0;
}
.invisible {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: relative;
}

#timeform .btn .bi{
    margin-left: 0px !important;
    font-size: 0.9rem;

}
.kv-table-header {
    background: transparent;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: transparent;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.apexcharts-pie-label, .apexcharts-datalabels, .apexcharts-datalabel, .apexcharts-datalabel-label, .apexcharts-datalabel-value{
    font-family: "Roboto", sans-serif !important;
    font-weight: bold;
    font-size: 2rem;
}
.progress{
    height:20px;
}
.btn.btn-xs {
    padding: 1px 5px;
    font-size: 13px;
}

.badge {
    font-size: 0.75rem;
}

.page-link.active, .active > .page-link{
    background-color:  #1572A1;
    border-color: #1572A1;
}
.page-link{
    color: #1572A1;
}
.metismenu > li.mm-active > a:before {
    border-radius: 0 0 18px 0;
    opacity: 1;
}
.metismenu > li.mm-active > a:after {
    border-radius: 0 18px 0 0;
    opacity: 1;
}
.metismenu > li > a:after {
    content: "";
    height: 50px;
    width: 38px;
    background: var(--primarytheme);
    display: block;
    position: absolute;
    right: 0 !important;
    top: auto;
    bottom: -50px;
    box-shadow: 10px -10px 0 0 var(--secondarytheme);
    transform: rotate(0);
    border: 0;
    transition: all 0.5s;
}
.metismenu > li > a:before {
    content: "";
    height: 50px;
    width: 38px;
    background: var(--primarytheme);
    display: block;
    position: absolute;
    right: 0;
    top: -50px;
    box-shadow: 10px 10px 0 0 var(--secondarytheme);
    transition: all 0.5s;
}

.metismenu > li.mm-active > a {
    background: var(--secondarytheme);
    border-radius: 3rem 0 0 3rem !important;
    color: #497268;
    transition: all 0.5s;
    font-weight: 500;

}

.metismenu > li > a:before {
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
 .metismenu > li > a:after {
    border-radius: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}
.metismenu > li.mm-active a > i {
    color: var(--primarytheme);
}
.metismenu > li a > i {
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0.75rem 0 0;
    position: relative;
    top: 0;
    line-height: 1;
    z-index: 9;
}


.pace .pace-progress {
    background: var(--primarytheme)  !important;
}
.pace .pace-activity {
    border-top-color:  var(--primarytheme) !important;
    border-left-color: var(--primarytheme) !important;
}
.pace .pace-progress-inner {
    box-shadow: 0 0 10px var(--primarytheme), 0 0 5px var(--primarytheme) !important;
}
 header{
     background-color: var(--primarytheme);
     padding: 10px;
 }

.hamburger {
    display: inline-block;
    left: 0px;
    position: relative;
    top: 3px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 26px;
    z-index: 999; }

.hamburger .line {
    background: #000;
    display: block;
    height: 3px;
    border-radius: 3px;
    margin-top: 6px;
    margin-bottom: 6px;
    margin-left: auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.hamburger .line:nth-child(1) {
    width: 20px; }

.hamburger .line:nth-child(2) {
    width: 26px; }

.hamburger .line:nth-child(3) {
    width: 22px; }

.hamburger:hover {
    cursor: pointer; }

.hamburger:hover .line {
    width: 26px; }

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
    width: 10px;
    height: 2px; }

.hamburger.is-active .line:nth-child(2) {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    width: 22px;
    height: 2px; }

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg); }

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg); }

.dashboard_bar{
    font-size: 28px;
    font-weight: 600;
    color: #000;
}
.top-header .navbar .top-navbar-right .nav-link i {
font-size: 30px;
}

.page-titles {
    padding: 0.9375rem 1.875rem;
    background: #fff;
    margin-bottom: 1.875rem;
    border-radius: 0.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}
.breadcrumb {
    font-size: 1.1875rem;
}
.page-titles .breadcrumb li.active {
    color: #000;
    font-weight: 600;
}

.logo{
    font-weight: bold;
    color: #fff;
    font-size: 2.3rem;
}

.logo:hover {
    color: #fff;
}



.toggled .metismenu li a i {
    font-size: 1.5rem;
}
@media(min-width:1025px) {
    .toggled .metismenu li a span{
        display: none;
    }
    .toggled .logo span {
        display: none;
    }
}

.sidebar-hovered .metismenu li a span{
    display: inline;
}
.sidebar-hovered .logo span{
    display: inline;
}