/*
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");

// Variables
@import "variables";

// Bootstrap
@import '~bootstrap/scss/bootstrap';

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
*/

/*
@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);

// Variables
@import "variables";

// Bootstrap
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";

*/

.logo {
  width: 250px;
}

/* Add styles to the form container */
.people_logo {
  width:50% !important;
}

@media screen and (max-width: 800px) {
  .people_logo {
    width: 97% !important;

  }

  .vlookup_login{
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 0.5rem !important;
    padding-right:0.5rem !important;
  }

}

@media only screen and (min-width:320px) and (max-width:600px){
  .people_logo {
    width: 97% !important;
  }

  .vlookup_login{
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 0.5rem !important;
    padding-right:0.5rem !important;
  }
}

.sidebar-collapse.sidebar-mini .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-md .main-sidebar .nav-sidebar .nav-link, .sidebar-collapse.sidebar-mini-xs .main-sidebar .nav-sidebar .nav-link{
  width: inherit !important;
}

.brand-link .brand-image{
  margin-left: 0 !important;
}

.sidebar {
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}
body{
  font-size: 0.9rem !important;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
}

.dataTables-example tbody tr td {
  cursor: pointer;
}
.or-seperator {
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.or-seperator i {
  padding: 0 10px;
  background: #f7f7f7;
  position: relative;
  top: -11px;
  z-index: 1;
}
div.dataTables_info {
  padding-top: 3px;
  padding-right: 3px;
}
.user-menu .dropdown-menu {
  left: -160px !important;
}

.nav-treeview .nav-link{
  padding: 0.25rem 2.8rem;
}
.dataTables_processing {
 /* top: 64px !important;*/
  position: fixed !important;
  z-index: 11000 !important;
 /* background-color: #343a40 !important;
  border-color: #4b545c !important;
  color: #ffffff !important;*/
}
/*
.content-header .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
  display: inline-block;
}*/

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  white-space: nowrap;
}

.dataTables-example {
  overflow: auto;
}

.badge {
  padding: 3px 10px !important;
  margin: 0 0 0 5px !important;
}

.box-header > .box-tools {
  position: initial !important;
  margin-top: -4px;
}

.label {
  font-size: 85% !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  margin-left: -2px;
  padding: 6px 5px 6px 20px !important;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  top: 32px !important;
}

.sidebar-menu > li > a {
  padding: 3px 5px 3px 15px;
}

.treeview-menu > li > a {
  padding: 3px 5px 3px 30px;
}

.treeview-menu li a::before {
  margin-top: 6px;
  left: 25px;
}

.treeview-menu li a::after {
  left: 29px;
}

.navbar-nav > .add-menu > .dropdown-menu {
  /*height:89px;*/
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
  RIGHT: auto !important;
  left: 0;
  /*overflow-y: scroll;
  overflow-x: hidden;*/
}

.navbar-nav > .add-menu > a {
  font-weight: bold;
}

.navbar-nav > .add-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

.navbar-nav > .search-menu > .dropdown-menu {
  /*height:89px;*/
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
  RIGHT: auto !important;
  left: 0;
  /*overflow-y: scroll;
  overflow-x: hidden;*/
}

.navbar-nav > .search-menu > a {
  font-weight: bold;
}

.navbar-nav > .search-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .search-menu > .dropdown-menu > li >input {
  display: block;
  margin:2px auto;
}

#radioBtn .notActive,
#contractApprovalBtn .notActive {
  color: #00a65a;
  background-color: #fff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  color:white;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 32px;
  width: 12px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

/* Rounded sliders */

.slider.round {
  border-radius: 4px;
}

.slider.round:before {
  border-radius: 4px;
}

.border-wrapper div:not(.visible-md) {
  border-bottom: 1px solid #ddd;
  padding-top: 2px;
  padding-bottom: 2px;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }

  #frm_assignment input::-webkit-input-placeholder {
    color: transparent !important;
  }

  #frm_assignment input::-moz-placeholder {
    color: transparent !important;
  }

  #frm_assignment input::-ms-input-placeholder {
    color: transparent !important;
  }

  #frm_assignment input::placeholder {
    color: transparent !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }

  #frm_assignment input::-webkit-input-placeholder {
    color: transparent !important;
  }

  #frm_assignment input::-moz-placeholder {
    color: transparent !important;
  }

  #frm_assignment input::-ms-input-placeholder {
    color: transparent !important;
  }

  #frm_assignment input::placeholder {
    color: transparent !important;
  }
}

@media print {
  body,
  html,
  #wrapper {
    width: 100%;
  }

  body,
  h1,
  h2,
  h3,
  ol,
  ul,
  div {
    width: auto;
    border: 0;
    margin: 0 5%;
    padding: 0;
    float: none;
    position: static;
    overflow: visible;
    font-size: 11px !important;
  }
}

.nav-tabs-custom .box {
  border-top-color: transparent !important;
}

.nav-tabs-custom {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nav-tabs-custom > .nav-tabs > li.active {
  border-left: 1px solid #3c8dbc;
  border-right: 1px solid #3c8dbc;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.nav-tabs-custom > .nav-tabs {
  border-bottom-color: #00a65a;
  border-bottom-width: 3px;
}

.nav-tabs-custom > .nav-tabs > li {
  margin-bottom: -3px;
}

.nav-tabs-custom > .tab-content {
  padding: 0;
}

.navbar-nav > .notifications-menu > .dropdown-menu
{
  width:350px;
}
.rainbow-text {

  /*background-image: repeating-linear-gradient(315deg, violet, indigo, blue, green, yellow, orange, red, violet);
  text-align: center;
  background-size: 800% 800%;*/
  background-image: repeating-linear-gradient(315deg, violet, indigo, blue, green, orange, red, violet);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: rainbow 8s ease infinite;

}
/*.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  border-bottom:  1px solid #f4f4f4;
  display: inline-block;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li {
   border-bottom: 1px solid #f4f4f4;
 }*/
.control-sidebar-bg,
.control-sidebar {
  top: 0;
  right: -90%;
  width: 90%;
  -webkit-transition: right 0.8s ease-in-out;
  -o-transition: right 0.8s ease-in-out;
  transition: right 0.8s ease-in-out;
}

@media (min-width: 768px) {
  .control-sidebar-open .content-wrapper,
  .control-sidebar-open .right-side,
  .control-sidebar-open .main-footer {
    margin-right: 90%;
  }
}

.control-sidebar {

  position: fixed;
  padding-top: 50px;
  z-index: 1010;
  height: 100%;
  overflow-y: auto;
  background: #ffffff;

}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
.modal.left .modal-left-dialog,
.modal.right .modal-right-dialog {
  position: fixed;
  margin: auto;
  width: 90%;
  max-width: 90%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.modal.left .modal-left-content,
.modal.right .modal-right-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-left-body,
.modal.right .modal-right-body {
  /*padding: 15px 15px 80px;*/
}

/*Left*/
.modal.left.fade .modal-left-dialog{
  left: -90%;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-right-dialog{
  left: 0;
}

/*Right*/
.modal.right.fade .modal-dialog {
  right: -90%;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
  -o-transition: opacity 0.3s linear, right 0.3s ease-out;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.details_box{
  background: #f4f4f4;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #aaa;
}

.details_box div {
  margin:5px auto;
}

