.login-logo {
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: .9rem;
  text-align: center;
}

.login-logo a {
  color: #495057;
}

.logo img{
  width: 220px;
  height: 2.5rem;
  padding-bottom: 6px;
  padding-left: 15px;
}

.login-page{
  -ms-flex-align: center;
  align-items: center;
  background: #F7FAFC;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
}

.login-box {
  width: 430px;
}

@media (max-width: 576px) {
  .login-box {
    margin-top: .5rem;
    width: 90%;
  }
}

.login-card-body{
  background: #ffffff;
  border-top: 0;
  color: #666;
  padding: 20px;
}

.login-card-body .input-group .form-control{
  border-right: 0;
}

.login-card-body .input-group .form-control:focus{
  box-shadow: none;
}

.login-card-body .input-group .form-control:focus ~ .input-group-append .input-group-text{
  border-color: #80bdff;
}

.login-card-body .input-group .form-control.is-valid:focus {
  box-shadow: none;
}

.login-card-body .input-group .form-control.is-valid ~ .input-group-append .input-group-text {
  border-color: #28a745;
}

.login-card-body .input-group .form-control.is-invalid:focus{
  box-shadow: none;
}

.login-card-body .input-group .form-control.is-invalid ~ .input-group-append .input-group-text{
  border-color: #dc3545;
}

.login-card-body .input-group .input-group-text {
  background-color: transparent;
  /*border-bottom-right-radius: 0.25rem;*/
  border-left: 0;
  /*border-top-right-radius: 0.25rem;*/
  color: #777;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}

.mailbox-controls {
  padding: 5px;
}

.tool-box-form {
  background-color: #f1f1f1;
}

.tool-box-form .card-primary .card-body {
  background-color: #eaf5ff;
}

.tool-box-form .form-group {
  margin: 0px;
  padding: 15px 0px;
  position: relative;
}

.tool-box-form .form-group:hover,
.tool-box-form table th:hover {
  background-color: #e4e7eb;
  cursor: pointer;
  border-left: 5px solid #0165AA;
  box-shadow: 1px 1px 10px #e4e7eb;
}

.tool-box-form .form-group .close-box {
  position: absolute;
  top: 0px;
  right: 5px;
  display: none;
}

.tool-box-form .form-group:hover .close-box,
.tool-box-form table th:hover .close-box {
  display: inline-block;
}

.tool-box-form table th:hover .form-group{
  border: none;
  box-shadow: none;
}

.tool-box-form table .form-group {
  padding: 15px;
  border: none; 
}

.tool-box-form table td,
.tool-box-form table th {
  padding: 0px;
}

.navbar-nav {
  margin-left: 410px;
}

.main-header .navbar-nav .nav-item {
  font-size: 16px;
}

.overflow-y-100 {
  max-height: 100px;
  overflow-y: scroll;
}

.overflow-y-200 {
  max-height: 200px;
  overflow-y: scroll;
}

.overflow-y-300 {
  max-height: 300px;
  overflow-y: scroll;
}

.overflow-y-400 {
  max-height: 400px;
  overflow-y: scroll;
}

.overflow-y-500 {
  max-height: 500px;
  overflow-y: scroll;
}

.height-39-vh {
  height: 39.2vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.height-59-vh {
  height: 59.8vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.height-80-vh {
  height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.height-80-vh-minus {
  height: calc(80vh - 143px);
  overflow-y: auto;
  overflow-x: hidden;
}

.height-90-vh {
  height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
}

label.label-block.text-right {
  margin-top: 0.5rem;
}

label.font-normal {
  font-weight: 500!important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgb(217 220 224);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

@media screen and (max-width:768px){
  body {
    font-size: 90%;
  }
  .navbar-nav {
    margin-left: 50px;
  }
  .main-header .navbar-nav .nav-item {
    font-size: 16px;
  }
  .card-body {
    padding: 10px;
  }
  .list-group-item,
  .card-header,
  .callout {
    padding: 6px 8px;
  }

}

.callout h5 {
  font-size: 18px;
  margin-bottom: 0px;
}

.timeline {
  margin: 0 0 45px;
  padding: 0;
  position: relative
}

.timeline::before {
  border-radius: .25rem;
  background-color: #dee2e6;
  bottom: 0;
  content: "";
  left: 31px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 4px
}

.timeline>div {
  margin-bottom: 15px;
  margin-right: 10px;
  position: relative
}

.timeline>div::after,
.timeline>div::before {
  content: "";
  display: table
}

.timeline>div>.timeline-item {
  box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
  border-radius: .25rem;
  background-color: #fff;
  color: #495057;
  margin-left: 60px;
  margin-right: 15px;
  margin-top: 0;
  padding: 0;
  position: relative
}

.timeline>div>.timeline-item>.time {
  color: #999;
  float: right;
  font-size: 12px;
  padding: 10px
}

.timeline>div>.timeline-item>.timeline-header {
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  color: #495057;
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  padding: 10px
}

.timeline>div>.timeline-item>.timeline-header>a {
  font-weight: 600
}

.timeline>div>.timeline-item>.timeline-body,
.timeline>div>.timeline-item>.timeline-footer {
  padding: 10px
}

.timeline>div>.timeline-item>.timeline-body>img {
  margin: 10px
}

.timeline>div>.timeline-item>.timeline-body ol,
.timeline>div>.timeline-item>.timeline-body ul,
.timeline>div>.timeline-item>.timeline-body>dl {
  margin: 0
}

.timeline>div>.timeline-item>.timeline-footer>a {
  color: #fff
}

.timeline>div>.fa,
.timeline>div>.fab,
.timeline>div>.fad,
.timeline>div>.fal,
.timeline>div>.far,
.timeline>div>.fas,
.timeline>div>.ion,
.timeline>div>.svg-inline--fa {
  background-color: #adb5bd;
  border-radius: 50%;
  font-size: 16px;
  height: 30px;
  left: 18px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px
}

.timeline>div>.svg-inline--fa {
  padding: 7px
}

.timeline>.time-label>span {
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 5px
}

.timeline-inverse>div>.timeline-item {
  box-shadow: none;
  background-color: #f8f9fa;
  border: 1px solid #dee2e6
}

.timeline-inverse>div>.timeline-item>.timeline-header {
  border-bottom-color: #dee2e6
}

.dark-mode .timeline::before {
  background-color: #6c757d
}

.dark-mode .timeline>div>.timeline-item {
  background-color: #343a40;
  color: #fff;
  border-color: #6c757d
}

.dark-mode .timeline>div>.timeline-item>.timeline-header {
  color: #ced4da;
  border-color: #6c757d
}

.dark-mode .timeline>div>.timeline-item>.time {
  color: #ced4da
}

.sorting{
  margin-left: 88px;
}

.hide-desktop {
  display: none;
}

.card-comments{background-color:#f8f9fa}.card-comments .card-comment{border-bottom:1px solid #e9ecef;padding:8px 0}.card-comments .card-comment::after{display:block;clear:both;content:""}.card-comments .card-comment:last-of-type{border-bottom:0}.card-comments .card-comment:first-of-type{padding-top:0}.card-comments .card-comment img{height:1.875rem;width:1.875rem;float:left}.card-comments .comment-text{color:#78838e;margin-left:40px}.card-comments .username{color:#495057;display:block;font-weight:600}.card-comments .text-muted{font-size:12px;font-weight:400}

.sp-table-width150 {
  width: 150px;
  text-align: center;
}
.sp-table-width300 {
  width: 300px;
  text-align: center;
}

.sp-table-width150 input,
.sp-table-width300 input {
  text-align: center;
}
.sp-table td{
  height: 34px;
}
.sp-steps-cover .card-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
}

.sp-steps-cover .btn-group > .btn:not(:last-child):not(.dropdown-toggle), 
.sp-steps-cover .btn-group > .btn-group:not(:last-child) > .btn,
.sp-steps-cover .btn-group > .btn:not(:first-child), 
.sp-steps-cover .btn-group > .btn-group:not(:first-child) > .btn {
  font-size: 14px;
  display: inline-block;
}

.sp-steps-cover .btn-group, 
.sp-steps-cover .btn-group-vertical {
  display: inline-block;
}

.sp-step-no {
  background-color: #0165AA;
  border-radius: 50%;
  font-size: 16px;
  height: 30px;
  left: 18px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width:768px){
  .login-page {
    justify-content: start;
  }
  .hide-mobile {
    display: none;
  }
  .hide-desktop {
    display: block;
  }
  .logo img{
    width: 40px;
  }
}

.timeline.sp-steps-cover .input-group > .input-group-prepend > .btn{
  font-size: 14px;
}

.modal-body img {
  max-width: 100%;
}
