/*!
 * Start Bootstrap - SB Admin 2 v3.3.7+1 (http://startbootstrap.com/template-overviews/sb-admin-2)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html {
  overflow-y: scroll;
  overflow-x: scroll;
}

body {
  background-color: #f3f3f3;
}

textarea {
  resize: none;
}

.clsDatePicker {
  z-index: 100000;
}

#wrapper {
  width: 100%;
}

#page-wrapper {
  padding: 0 15px;
  min-height: 568px;
  background-color: white;
  font-size: 0.95em;
  overflow-y: scroll;
}

#page-wrapper input {
  font-size: 0.95em;
}

#page-wrapper label {
  font-size: 0.9em;
  margin-right: 5px;
}

#page-wrapper [type=checkbox] {
  margin-right: 2px;
  transform: scale(1.0);
}

#page-wrapper select {
  font-size: 0.95em;
}

#page-wrapper textarea {
  font-size: 0.95em;
}

@media (min-width: 768px) {
  #page-wrapper {
    position: inherit;
    margin: 0 0 0 250px;
    padding: 0 15px;
    border-left: 1px solid #e7e7e7;
  }
}

.loader {
  border: 10px solid #c0c0c0;
  border-radius: 50%;
  border-top: 10px solid blue;
  border-right: 10px solid gold;
  border-bottom: 10px solid red;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.navbar-top-links {
  margin-right: 0;
}

.navbar-top-links li {
  display: inline-block;
}

.navbar-top-links li:last-child {
  margin-right: 15px;
}

.navbar-top-links li a {
  padding: 10px;
  min-height: 20px;
}

.navbar-top-links .dropdown-menu li {
  display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
  margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
  padding: 3px 5px;
  min-height: 0;

}

.navbar-top-links .dropdown-menu li a:hover {
  background-color: #e0e0e0;

}

.navbar-top-links .dropdown-menu li a div {
  white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
  width: 310px;
  min-width: 0;
}

.navbar-top-links .dropdown-messages {
  margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
  margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
  margin-left: -123px;
}

.navbar-top-links .dropdown-user {
  right: 0;
  left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.sidebar .sidebar-search {
  padding: 15px;
}

.sidebar ul li {
  border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
  background-color: #eeeeee;
}

.sidebar .arrow {
  float: right;
}

.sidebar .fa.arrow:before {
  content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
  content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
  border-bottom: none !important;
}

.sidebar .nav-second-level li a {
  padding-left: 37px;
}

.sidebar .nav-third-level li a {
  padding-left: 52px;
}

@media (min-width: 768px) {
  .sidebar {
    z-index: 1;
    position: absolute;
    width: 250px;
    margin-top: 56px;
  }

  .navbar-top-links .dropdown-messages,
  .navbar-top-links .dropdown-tasks,
  .navbar-top-links .dropdown-alerts {
    margin-left: auto;
  }
}

.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
  font-size: 1.0em;
}

.btn-primary.btn-outline {
  color: #428bca;
}

.btn-success.btn-outline {
  color: #5cb85c;
}

.btn-info.btn-outline {
  color: #5bc0de;
}

.btn-warning.btn-outline {
  color: #f0ad4e;
}

.btn-danger.btn-outline {
  color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}

.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}

.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}

.login-panel {
  margin-top: 25%;
}

.flot-chart {
  display: block;
  height: 400px;
}

.flot-chart-content {
  width: 100%;
  height: 100%;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}

table.dataTable thead .sorting_asc:after {
  content: "\f0de";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
  content: "\f0dd";
  float: right;
  font-family: fontawesome;
}

table.dataTable thead .sorting:after {
  content: "\f0dc";
  float: right;
  font-family: fontawesome;
  color: rgba(50, 50, 50, 0.5);
}

table {
  font-size: 0.95em;
}

table.dataTable {
  font-size: 0.95em;
}


.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}

.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}

.btn-circle.btn-xs {
  width: 18px;
  height: 18px;
  padding: 0px 0;
  border-radius: 10px;
  text-align: center;
  font-size: 9px;
  line-height: 1.428571429;
}

.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}

.show-grid {
  margin: 15px 0;
}

.huge {
  font-size: 40px;
}

.panel-green {
  border-color: #5cb85c;
}

.panel-green>.panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}

.panel-green>a {
  color: #5cb85c;
}

.panel-green>a:hover {
  color: #3d8b3d;
}

.panel-red {
  border-color: #d9534f;
}

.panel-red>.panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}

.panel-red>a {
  color: #d9534f;
}

.panel-red>a:hover {
  color: #b52b27;
}

.panel-yellow {
  border-color: #f0ad4e;
}

.panel-yellow>.panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}

.panel-yellow>a {
  color: #f0ad4e;
}

.panel-yellow>a:hover {
  color: #df8a13;
}

.timeline {
  position: relative;
  padding: 20px 0 20px;
  list-style: none;
}

.timeline:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eeeeee;
}

.timeline>li {
  position: relative;
  margin-bottom: 20px;
}

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

.timeline>li:after {
  clear: both;
}

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

.timeline>li:after {
  clear: both;
}

.timeline>li>.timeline-panel {
  float: left;
  position: relative;
  width: 46%;
  padding: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.timeline-panel:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 26px;
  right: -15px;
  border-top: 15px solid transparent;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #ccc;
}

.timeline>li>.timeline-panel:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 27px;
  right: -14px;
  border-top: 14px solid transparent;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #fff;
}

.timeline>li>.timeline-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  border-radius: 50% 50% 50% 50%;
  text-align: center;
  font-size: 1.4em;
  line-height: 50px;
  color: #fff;
  background-color: #999999;
}

.timeline>li.timeline-inverted>.timeline-panel {
  float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body>p,
.timeline-body>ul {
  margin-bottom: 0;
}

.timeline-body>p+p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline>li>.timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }

  ul.timeline>li>.timeline-badge {
    top: 16px;
    left: 15px;
    margin-left: 0;
  }

  ul.timeline>li>.timeline-panel {
    float: right;
  }

  ul.timeline>li>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
  }

  ul.timeline>li>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
  }
}


.progresscircle {
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

.progresscircle:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.progresscircle>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progresscircle .progresscircle-left {
  left: 0;
}

.progresscircle .progresscircle-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progresscircle .progresscircle-left .progresscircle-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progresscircle .progresscircle-right {
  right: 0;
}

.progresscircle .progresscircle-right .progresscircle-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
}

.progresscircle .progresscircle-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: #44494b;
  font-size: 20px;
  color: #FFD84B;
  line-height: 90px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}


.progresscircle.green .progresscircle-bar {
  border-color: #5cb85c;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p0 {
  animation: ld-0 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p10 {
  animation: ld-10 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p20 {
  animation: ld-20 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p30 {
  animation: ld-30 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p40 {
  animation: ld-40 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p50 {
  animation: ld-50 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p60 {
  animation: ld-60 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p70 {
  animation: ld-70 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p80 {
  animation: ld-80 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p90 {
  animation: ld-90 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-right .progresscircle-bar.p100 {
  animation: ld-100 0.4s linear forwards 1.0s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p0 {
  animation: ld-0 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p10 {
  animation: ld-10 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p20 {
  animation: ld-20 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p30 {
  animation: ld-30 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p40 {
  animation: ld-40 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p50 {
  animation: ld-50 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p60 {
  animation: ld-60 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p70 {
  animation: ld-70 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p80 {
  animation: ld-80 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p90 {
  animation: ld-90 0.4s linear forwards 1.4s;
}

.progresscircle.green .progresscircle-left .progresscircle-bar.p100 {
  animation: ld-100 0.4s linear forwards 1.4s;
}

@keyframes ld-100 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes ld-90 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
  }
}

@keyframes ld-80 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
}

@keyframes ld-70 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
  }
}

@keyframes ld-60 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
  }
}

@keyframes ld-50 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes ld-40 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
}

@keyframes ld-30 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
  }
}

@keyframes ld-20 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
  }
}

@keyframes ld-10 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
}

@keyframes ld-0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@media only screen and (max-width: 990px) {
  .progresscircle {
    margin-bottom: 20px;
  }
}



.tile {
  width: 100%;
  height: 140px;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  padding: 0px;
  margin: 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 3px 5px 3px #f1f1f1;
}

.tile:hover{
  box-shadow: rgb(100 100 111 / 20%) 0px 3px 10px 2px;
}

.tile h1 {
  font-size: 3.3em;
}

.tile .title {
  margin: 5px;
}


.tile.purple {
  color: #5133ab;
}

.tile.purple:hover {
  color: #3e2784;
}

.tile.red {
  color: #ac193d;
}

.tile.red:hover {
  color: #7f132d;
}

.tile.finance {
  color: #cc171d;
}

.tile.finance:hover {
  color: #740d11;
}

.tile.green {
  color: #00a600;
}

.tile.green:hover {
  color: #007300;
}

.tile.blue {
  color: #2672ec;
}

.tile.blue:hover {
  color: #125acd;
}

.tile.orange {
  color: #dc572e;
}

.tile.orange:hover {
  color: #b8431f;
}

.tile.gold {
  color: #cc9a2f;
}

.tile.gold:hover {
  color: #a77d22;
}

.tile p.indent {
  padding-left: 25px;
}

.tile-lg {
  width: 220px;
  height: 190px;
  display: inline-block;
  box-sizing: border-box;
  background: #fff;
  padding-left: 10px;
  margin-left: 20px;
  cursor: pointer;
  text-align: left;
}


tr#groups {
  border-style: none;
}

th.rotate {
  border-style: none;
  white-space: nowrap;
  -webkit-transform-origin: 100px 85px;
  -moz-transform-origin: 100px 85px;
  -o-transform-origin: 100px 85px;
  -ms-transform-origin: 100px 85px;
  transform-origin: 100px 85px;

  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  /*text-align: left;*/
  vertical-align: middle;
  /*display:inline-block;*/
  /*height:30px;*/
  /*float:left;*/
  width: 10px;
}

span.intact {
  border-style: none;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  width: 10px;
  height: 170px;
  font-size: 12px;
}

td.menuItems {
  width: 100px;
}

td.no-indent {
  font-weight: bold;
}

td.indent {
  padding-left: 12px;
}

td.rights {
  width: 20px;
  text-align: center;
}


tr.strong-border,
td,
th {
  border: 0.02em solid #999999 !important;
  border-collapse: collapse;
}

span.pieLabel {
  size: 11;
  text-align: center;
  font-weight: 600;
  color: "#545454";
}

div.bottom-column {
  top: 15px;
  margin-top: 10px;
}

.panel-green>.panel-body {
  background-color: #D6FAD6;
}

.panel-yellow>.panel-body {
  background-color: #FCE7CB;
}

.panel-title-black {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  color: #000;
}

.panel-title-white {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
}

.navbar-brand {
  color: #fff !important;
}

.navbar-brand-black {
  color: #000 !important;
}

.dropdown-toggle-compliance {
  color: #000 !important;
}

.dropdown-toggle {
  color: #000 !important;
}

.dropdown-toggle:hover {
  color: #000 !important;
  background-color: #88B2D4 !important;
}

.dropdown-toggle-compliance:hover {
  color: #000 !important;
  background-color: #cebcff !important;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
  background-color: #dfd6f8;
  color: #000 !important;
}

th.dt-center,
td.dt-center {
  text-align: center;
}

.text-purple {
  color: #3347b7;
  font-weight: 600;
}

.text-darkred {
  color: #851c1c;
  font-weight: 600;
}

.text-hotpink {
  color: #dc9f2e;
  font-weight: 600;
}

.text-darkgreen {
  color: #0b3f1b;
  font-weight: 600;
}

.text-britegreen {
  color: #0ccf2d;
  font-weight: 600;
}

.text-ocean {
  color: #3393ab;
  font-weight: 600;
}

.text-briteorange {
  color: #9c5c28;
  font-weight: 600;
}


.dataTables_scroll {
  overflow-y: auto;
  clear: both;
}

thead {
  width: 100%;
  vertical-align: top;
  padding: 2px;
  margin: 2px;
}

.text-wrap {
  white-space: normal;
}

.width-600 {
  width: 600px;
}

.width-400 {
  width: 400px;
}

.width-300 {
  width: 300px;
}

.width-200 {
  width: 200px;
}

.width-150 {
  width: 150px;
}

.width-100 {
  width: 100px;
}

.star-rating {
  line-height: 18px;
  margin-right: 10px;
  font-size: 1.25em;
}

.star-rating .fa-star {
  color: #dfad42;
}

.candidate-star-rating {
  line-height: 18px;
  margin-right: 10px;
  font-size: 1.25em;
}

.candidate-star-rating .fa-star {
  color: #dfad42;
}

#gantt {
  height: auto;
}

.timeline-container {
  width: 95%;
  margin: 0 auto;
}

.gantt-container {
  white-space: nowrap;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: scroll;
}

/* custom class */
.gantt .bar-milestone .bar-progress {
  fill: tomato;
}

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
}


.vertical-divider {
  clear: both;
  position: relative;
}

.vertical-divider>[class*='col-']:last-child:before {
  background: #DDDDDD;
  bottom: 0;
  content: " ";
  margin-left: -10px;
  position: absolute;
  top: 0;
  width: 2px;
}

.border-top {
  margin: 10px 5px;
  padding: 10px 0px;
  border-top-color: #e3e3e3;
  border-top-style: solid;
  border-top-width: 2px;
}

.tab-pane {

  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
  padding: 10px;

}

.compliance-description {
  width: 100%;
  height: 400px;
  display: block;
  resize: vertical;
  margin: 0;
}

.compliance-comments {
  width: 100%;
  height: 400px;
  display: block;
  resize: vertical;
  margin: 0;
}

.main-topic {
  background: #dfd6f8;
  color: #000;
  border: none;
  width: 100%;

  padding: 2px;
}

.sub-topic {
  background: #ffd69a;
  color: #000;
  border: none;
  width: 100%;
  padding: 2px;
}


.table-sm-no-hilight {
  font-size: .95em;
}

.table-sm-no-hilight thead {
  background-color: #dfd6f8;
}

.table-sm {
  font-size: .95em;
}

.table.table-sm thead {
  background-color: #dfd6f8;
}

.table.table-sm thead td {
  padding: 0px;
  margin: 0px;
}

.table.table-sm tbody tr {
  padding: 0x;
  margin: 0px;
}

.table.table-sm tbody tr:hover {
  background-color: #f2effa;
  cursor: pointer;
}

.textar-md {
  resize: vertical;
}

#tblpersonnel {
  font-size: .90em;
}

#tblpersonnel thead {
  background-color: #db7c5f;
}

#tblpersonnel thead th {
  color: #fff;
  font-weight: normal;
}

#tblpersonnel tbody tr:hover {
  background-color: #ffebe6;
  cursor: pointer;
}

#positions {
  font-size: .90em;
}

#positions thead {
  background-color: #db7c5f;
}

#positions thead th {
  color: #fff;
  font-weight: normal;
}

#positions tbody tr:hover {
  background-color: #ffebe6;
  cursor: pointer;
}


#tblcontacts {
  font-size: .90em;
}

#tblcontacts thead {
  background-color: #7563a8;
}

#tblcontacts thead th {
  color: #fff;
  font-weight: normal;
}

#tblcontacts tbody tr:hover {
  background-color: #ede7fe;
  cursor: pointer;
}

#tblcontractcontacts {
  font-size: .90em;
}

#tblcontractcontacts thead {
  background-color: #ad4b64;
}

#tblcontractcontacts thead th {
  color: #fff;
  font-weight: normal;
}

#tblcontractcontacts tbody tr:hover {
  background-color: #ffebe6;
  cursor: pointer;
}

#tbltaskorder,
#tbllocation {
  font-size: .90em;
}

#tbltaskorder thead,
#tbllocation thead {
  background-color: #ad4b64;
}

#tbltaskorder thead th,
#tbllocation thead th {
  color: #fff;
  font-weight: normal;
}

#tbltaskorder tbody tr:hover,
#tbllocation tbody tr:hover {
  background-color: #ffebe6;
  cursor: pointer;
}


#tblcontractoptions {
  font-size: .90em;
}

#tblcontractoptions thead {
  background-color: #ad4b64;
}

#tblcontractoptions thead th {
  color: #fff;
  font-weight: normal;
}

#tblcontractoptions tbody tr:hover {
  background-color: #ffe6e6;
  cursor: pointer;
}


#tblcontractoptionsservices {
  font-size: .90em;
}

#tblcontractoptionsservices thead {
  background-color: #ad4b64;
}

#tblcontractoptionsservices thead th {
  color: #fff;
  font-weight: normal;
}

#tblcontractoptionsservices tbody tr:hover {
  background-color: #ffe6e6;
  cursor: pointer;
}


#tblcontractawardsoptions {
  font-size: .90em;
}

#tblcontractawardsoptions thead {
  background-color: #ad4b64;
}

#tblcontractawardsoptions thead th {
  color: #fff;
  font-weight: normal;
}

#tblcontractawardsoptions tbody tr:hover {
  background-color: #ffe6e6;
  cursor: pointer;
}

#tblcontractawardscreate {
  font-size: .90em;
}

#tblcontractawardscreate thead {
  background-color: #ad4b64;
}

#tblcontractawardscreate thead th {
  color: #fff;
  font-weight: normal;
}

#tblcontractawardscreate tbody tr:hover {
  background-color: #ffe6e6;
  cursor: pointer;
}


#whitesheet {
  font-size: .90em;
}

#whitesheet thead {
  background-color: #dfd6f8;
}

#whitesheet thead th {
  color: #000;
  font-weight: normal;
}

#whitesheet tbody tr:hover {
  background-color: #f2effa;
  cursor: pointer;
}

#tlblaborlist,
#tlbcandidatelaborlist {
  font-size: .90em;

}

#tlblaborlist thead,
#tlbcandidatelaborlist thead {
  background-color: #50a150;
}

#tlblaborlist thead th,
#tlbcandidatelaborlist thead th {
  color: #fff;
  font-weight: normal;
  border-color: #50a150;
}

#tlblaborlist tbody tr:hover,
#tlbcandidatelaborlist tbody tr:hover {
  background-color: #e1ffe1;
  cursor: pointer;
}


#tlbsuperlaborlist {
  font-size: .90em;

}

#tlbsuperlaborlist thead {
  background-color: #da4834;
}

#tlbsuperlaborlist thead th {
  color: #fff;
  font-weight: normal;
  border-color: #da4834;
}

#tlbsuperlaborlist tbody tr:hover {
  background-color: #ffe1dd;
  cursor: pointer;
}


.get-labor-dox {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em;
  font-weight: 500;
  color: #dd2500 !important;
}

.get-section-dox {
  margin: 0px;
  padding: 0px;
  font-size: 1.0em;
  font-weight: 500;
  color: #307700 !important;
}

.marker-left {
  position: relative;
}

.marker-left:after {
  /* Magic Happens Here!!! */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-top: 10px solid #2342f5;
}

/* </magic> */

.marker-edit {
  position: relative;
}

.marker-edit:after {
  /* Magic Happens Here!!! */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-top: 10px solid #b1251b;
}

/* </magic> */

.list-group.compliance a:link {
  background-color: #fff;
  cursor: pointer;
}

.list-group.compliance a:focus,
.list-group.compliance a:active {
  background-color: #e3dafd !important;
  color: #000;
  outline: none;
  cursor: pointer;
}

/*
.list-group.compliance a.list-group-item:focus:hover{
  background-color:#7563a8;
}
*/
.list-group.compliance a:hover {
  background-color: #7563a8 !important;
  color: #fff;
  cursor: pointer;
}

.well-supervisor {
  background-color: #ffe5e0 !important;
  border-color: #ffcdc3 !important;
}

.well-supervisor a {
  color: #dd2500 !important;
}

.borderless td {
  width: 100%;
  border: 0 !important;
  padding: 1px;
  border-style: hidden;
}

.borderless thead th {
  width: 100%;
  border: 0 !important;
  padding: 5px;
  border-style: hidden;
}

li a.disabled {
  /* Make the disabled links grayish*/
  color: #fa6f53 !important;
  /* And disable the pointer events */
  background-color: #eec4bc !important;
  pointer-events: none;
}

.glyphicon-refresh-animate {
  -animation: spin .7s infinite linear;
  -webkit-animation: spin2 .7s infinite linear;
}

.bg-color-red {
  background-color: #ffcccc !important;
}

.bg-color-light-green {
  background-color: #dafeda !important;
}

.border-none {
  border: none !important
}

.bg-color-yellow {
  background-color: #ffffcc !important;
}

.bg-color-green {
  background-color: #00FF00 !important;
}

.bg-color-white {
  background-color: #fff !important;
}

.table-responsive {
  overflow-x: inherit;
}

#presubmissiondocuments tbody tr:hover {
  background-color: #dbd0fc;
  cursor: pointer;
}

#submissiondocuments tbody tr:hover {
  background-color: #d5fabd;
  cursor: pointer;
}

#postsubmissiondocuments tbody tr:hover {
  background-color: #fcccc4;
  cursor: pointer;
}

.alert#writersteam_error {
  padding: 5px !important;
  margin-bottom: 10px !important;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 12px !important;
}


@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }

  to {
    transform: scale(1) rotate(360deg);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

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

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

input:checked+.slider {
  background-color: #2196F3;
}

input:focus+.slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.multiple_select select[multiple] {
  height: 100px !important;
}

.custom-navbar-toggle {
  display: none;
  float: left;
  color: white;
  margin-left: 5px;
}

.custom-navbar-toggle:focus,
.custom-navbar-toggle:hover {
  background: none !important;
}

@media (min-width: 768px) {
  .custom-navbar-toggle {
    display: block;
  }
}

/* Dashbord style */
.middlePart{min-height: calc(100vh - 140px);}