html {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
ul,ol,h1,h2,h3,h4,h5,h6,p,a {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.hide {
  display: none !important;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-50 {
  margin-top: 50px;
}

@-webkit-keyframes fa-spin {
  from{
      -webkit-transform: rotate(0deg);
  }
  to{
      -webkit-transform: rotate(360deg);
  }
}

i.fa-spin {
  -webkit-animation: fa-spin 2s linear infinite;
}

aside.global_aside {
  position: fixed;
  top: 15%;
  right: 10px;
  z-index: 99999999;
}

ul.items {
  padding: 5px 0 0 25px;
  box-sizing: border-box;
  list-style-type: disc !important;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:"wdth" 100;
}

section.sidebar {
  width: 15%;
  height: 100%;
  min-height: 100%;
  background-color: #212529;
  padding: 15px;
  box-sizing: border-box;
  display: inline-block;
}

@media only screen and (max-width : 1500px) {
  section.sidebar {
    width: 20%;
  }
}

section.sidebar > a.logo {
  display: block;
}

section.sidebar > a.logo > h1 {
  color: #fbfbfb;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fbfbfb;
  font-size: 25px;
}

section.sidebar nav {

}

section.sidebar nav ul {

}

section.sidebar nav ul li {
  display: block;
}

section.sidebar nav ul li + li {
  margin-top: 7px;
}

section.sidebar nav ul li a {
  display: block;
  border-radius: 5px;
  padding: 8px 16px;
  color: #fff;
}

section.sidebar nav ul li.active a {
  background-color: #0d6efd;
}

section.sidebar nav ul li a img, section.sidebar nav ul li a p {
  display: inline-block;
  vertical-align: middle;
}

section.sidebar nav ul li a img {
  width: 17px;
  height: 17px;
  filter: invert(99%) sepia(0%) saturate(495%) hue-rotate(20deg) brightness(120%) contrast(100%);
}

section.sidebar nav ul li a p {
  margin-left: 5px;
}

header {
  width: 85%;
  display: inline-block;
  padding: 18px 15px;
  background-color: #fff;
  vertical-align: top;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  text-align: right;
  position: relative;
}

@media only screen and (max-width : 1500px) {
  header {
    width: 80%;
  }
}

header > img.mobile_menu {
  width: 35px;
  height: 35px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

header > p {
  cursor: pointer;
  display: inline;
}

header > p img {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

header > p span {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

header > p span + img {
  width: 15px;
  height: 15px;
  margin-left: 5px;
}

header ul.user_menu {
  width: 150px;
  position: absolute;
  top: 67px;
  right: 15px;
  background-color: #fff;;
  text-align: left;
  border: 1px solid #ddd;
  display: none;
}

header ul.user_menu li {
}

header ul.user_menu li + li {
  border-top: 1px solid #ddd;
}

header ul.user_menu li a {
  display: block;
  padding: 10px 15px;
  color: #333;
  font-size: 15px;
  transition-duration: .3s;
}

header ul.user_menu li a p, header ul.user_menu li a img {
  display: inline-block;
  vertical-align: middle;
}

header ul.user_menu li a p {
  margin-left: 10px;
}

header ul.user_menu li a img {
  width: 15px;
  height: 15px;
}

header ul.user_menu li:hover a {
  background-color: #0d6efd;
  color: #fff;
  transition-duration: .3s;
}

header ul.user_menu li:hover a img {
  filter: invert(99%) sepia(0%) saturate(495%) hue-rotate(20deg) brightness(120%) contrast(100%);
}

@media only screen and (max-width : 1350px) {
  header {
    width: 100%;
  }
  header > img.mobile_menu {
    display: block;
  }
  section.sidebar {
    width: 100%;
    position: absolute;
    left: -100%;
  }
}

main {
  width: 85%;
  height: 100%;
  max-height: 100%;
  overflow: scroll;
  position: fixed;
  top: 65px;
  right: 0;
  display: inline-block;
  vertical-align: top;
  padding: 30px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (max-width : 1500px) {
  main {
    width: 80%;
  }
}

main > h1 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  display: block;
  border-bottom: 1px solid #ddd;
}

main > ul.top_actions {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

main > ul.top_actions li {
  display: inline-block;
}

main > ul.top_actions li + li {
  margin-left: 15px;
}

main table.table tr td {
  vertical-align: middle;
}


main section.time_manage {
  margin-top: 25px;
}


main section.time_manage ul {

}

main section.time_manage > ul > li {
  display: inline-block;
  font-size: 14px;
  margin: 0 7px;
  text-align: left;
  vertical-align: top;
}

main section.time_manage > ul > li.passive {
  display: none;
}

main section.time_manage > ul > li div.card-body {
  max-height: 270px;
  min-height: 270px;
  overflow-y: scroll;
}

main section.time_manage > ul > li div.card-header span.timer {
  font-weight: bold;
  position: relative;
}

main section.time_manage > ul > li div.card-header span.timer.plus_time {
  color: red;
}

main section.time_manage > ul > li div.card-header span.timer.plus_time::before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('/images/icons/plus_clock.svg');
  background-size: 20px 20px;
  display: block;
  position: absolute;
  right: -15px;
  top: -20px;
  font-size: 14px;
  padding: 1px 8px;
  border-radius: calc(0.375rem - 1px);
  z-index:100000;
}

main section.time_manage > ul > li ol {

}


main section.time_manage > ul > li ol li {
  font-size: 12px;
}

main section.time_manage > ul > li ol li + li {
  margin-top: 5px;
}

main section.time_manage > ul > li ol li p {
  display: block;
}

main section.time_manage > ul > li ol li p + p {
  margin-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

main section.time_manage div.card-footer i {
  font-size: 17px;
  cursor: pointer;
  box-sizing: border-box;
}

main section.time_manage div.card-footer i + i {
  margin-left: 8px;
  padding-left: 8px;
  border-left: 1px solid #ddd;
}

main section.statics_content {
  margin-top: 35px;
}

table.statics_table {
  font-size: 14px;
}

form.filter ul li {

}

form.filter ul li + li {
  margin-top: 15px;
}

label.form-check-label {
  font-size: 14px;
}



p.new_line, p.delete_line {
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
}

p.delete_line {
  margin-left: 15px;
}

.opacity-none {
  opacity: 0;
}
