h1, h2, h3, h4, h5, h6, p, div {
  color: #353535;
}

label {
  color: #565656;
  font-size: 13px;
  margin-bottom: 5px;
  text-transform: unset;
  font-weight: 400;
}

.form-control {
  font-size: 13px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #FFFFFF;
}

.navbar-brand {
  font-size: 1em!important;
}

.navbar-default {
  height: 60px!important;
}

#yt-a, #fb-a{
	padding: 0;
}

#yt-a img, #fb-a img {
  width: 30px;
  height: 30px;
  margin-top: 4px;
	margin-right: 10px;
	border-radius: 6px;
}

#main-div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#content-div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
}

.supplierListItem b {
  font-size: 13px!important;
  font-weight: 400!important;
}

#loading-overlay {
	display: none;
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 20%;
  opacity: .80;
}

#spinner-overlay, .spinner-overlay {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #4091ff;
    border-right-color: transparent;
    border-radius: 50%;
}

#minimizeSidebar {
  float: left;
  border: 0;
  opacity: 0;
  height: 26px;
  margin-top: 17px;
  transition: all 60ms ease-in;
  background-color: unset;
  transform-origin: center;
  transform: rotate(90deg);
}

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

.vcenter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;
}

.svg-color-blue svg [fill]:not(.permanent):not(g) {
  fill: #009ef7;
}

#notification-popup{
  width:500px;
}

#user-notification-popup{
  list-style-type: none;
  padding-inline-start: 0;
}

#user-notification-header, #notification-header{
  padding: 10px 10px 0 10px;
}

#user-notification-title, #notification-title{
  color:#011b1f;
  font-size: 16px;
}

#notification-body{
  max-height: 400px;
  position: relative;
  overflow-y: scroll;
}

#user-notification-footer, #notification-footer{
  height: 26px;
}

.divider-top{
  margin-top: 9px;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.divider-bottom{
  margin-bottom: 9px;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.divider-item{
  margin: 1px 0;
  height: 1px;
  overflow: hidden;
  background-color: #e5e5e5;
}

.user-notification-item, .notification-item{
  display:table;
}

.user-notification-item:hover, .notification-item:hover{
  cursor: pointer;
}

.user-notification-unread, .notification-unread{
  background-color: #f3f9fc;
}

.user-notification-text-div, .notification-text-div{
  /* width: 80%; */
  display: table-cell;
  justify-content: center;
}

.user-notification-title, .notification-title{
  margin: 6px 0 4px 0;
  font-weight: bold;
}

.user-notification-summary, .user-notification-content, .notification-summary, .notification-content{
  margin-right: 20px;
}

.user-notification-summary, .notification-summary{
  overflow: hidden;
  max-height: 40px;
}

.user-notification-content, .notification-content{
  display: none;
}

.user-notification-time, .notification-time{
  margin: 4px 0;
  color: gray;
}

.user-notification-icon-div, .notification-icon-div{
  text-align: center;
  width: 60px;
  display: table-cell;
  justify-content: center;
  vertical-align: middle;
}

.user-notification-icon, .notification-icon{
  font-size: 28px;
  font-weight: bolder;
  color: #3699FF;
  /* color: #087988; */
}

.checkbox-inline>span {
  position: relative;
  top: 2.5px;
}

.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.card-padding{
  padding-left: 15px !important;
  padding-right: 15px !important;
}

a {
  color: #3699FF;
}

.small-control{
  height: 22px;
  padding: 0;
}

.btn-small{
  padding: 0 5px;
}

/*.sidebar {
  position: absolute;
}*/

.full-width{
  width: 100%;
}

.no-padding{
  padding: 0;
}

.table-img img{
  max-height: 60px;
  max-width : 60px;
  -webkit-transition: all .2s ease; /* Safari and Chrome */
  -moz-transition: all .2s ease; /* Firefox */
  -o-transition: all .2s ease; /* IE 9 */
  -ms-transition: all .2s ease; /* Opera */
  transition: all .2s ease;
}

.table-img img:hover{
  -webkit-transform:scale(4); /* Safari and Chrome */
  -moz-transform:scale(4); /* Firefox */
  -ms-transform:scale(4); /* IE 9 */
  -o-transform:scale(4); /* Opera */
    transform:scale(4);
    z-index: 3000;
}

#contactTableBody > tr:hover{
  background-color: #F9F9F9;
}

.list-unstyled-new{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.table-header{
  color: black!important;
  background-color: #E1E3EA!important;
}

.table-header th{
  font-weight: 500!important;
  color: black!important;
  background-color: #E1E3EA!important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 50px !important;
}

.table-title-link {
  color: #333;
  text-decoration: underline;
}

.table-title-link:hover {
  color: #333;
  text-decoration: underline;
}


.progress{
  height: 20px;
}

.progress-bar-info{
  background-color: #3699FF;
}

.sidebar hr {
  background-color: #2f2f46;
  height: 1px;
  border: 0;
  margin: 1px;
}

.sidebar .sidebar-wrapper {
  max-height: none;
  min-height: 100%;
  /* overflow: hidden; */
  /*z-index: 4;*/
  background-color: #1b1b28;
  /* #1E1E2D; */
}

.side-logo {
  display: flex;
  width: calc(100% - 1px);
  height: 58px;
}

.side-img {
  margin: auto;
  max-width: 160px;
}

.side-img img {
  margin-top: 6px;
  max-height: 33px;
}

.sidebar .nav a,
.table > tbody > tr .td-actions .btn {
  -webkit-transition: all 150ms ease-in;
  -moz-transition: all 150ms ease-in;
  -o-transition: all 150ms ease-in;
  -ms-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}

.sidebar .nav {
  margin-top: 3px;
}
.sidebar .nav li > a {
  color: #A2A3B7;
  margin: 0px 1px!important;
  padding: 6px 20px!important;
  opacity: 1;
  border-radius: 4px;
}
.sidebar .nav li:hover > a {
  color: #FFFFFF;
  opacity: 1;
  background: #1b1b28;
}
.sidebar .nav li.active > a, .sidebar .nav li > a:hover {
  color: #FFFFFF;
  opacity: 1;
  transition: background-color 0.3s;
  background: #1b1b28;
}
.sidebar .nav p {
  color: #A2A3B7;
  margin: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 30px;
  text-transform: capitalize;
}

/* .sidebar .nav li > a > .caret {
  top: 20px;
  right: 20px;
  position: absolute;
} */

.sidebar .nav li.active > a > p, .sidebar .nav li:hover > a > p {
  color: #FFFFFF;
}

/* SIDEBAR ICONS */

.sidebar .nav li > a > .svg-icon {
  float: left;
  margin-top: 6px;
  margin-right: 10px;
  vertical-align: middle;
  height: 20px;
  width: 20px;
}

.sidebar .nav li > a > .svg-icon svg {
  height: 20px;
  width: 20px;
}

.sidebar .nav li > a > .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill .3s ease;
  fill: #494b74;
}

.sidebar .nav li:hover .svg-icon svg [fill]:not(.permanent):not(g),
.sidebar .nav li.active .svg-icon svg [fill]:not(.permanent):not(g) {
  transition: fill .3s ease;
  fill: #009ef7;
}

/* SIDEBAR ICONS */

/* .sidebar .nav li.active > a > i, .sidebar .nav li > a > i:hover {
  color: #3699FF;
}

.sidebar .nav i {
  font-size: 28px;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
} */

.sidebar-btn-new {
  padding: 0px;
  font-size: 9px;
  position: absolute;
  right: -10px;
  top: 8px;
  padding-left: 2px;
  padding-right: 2px;
}

.sidebar-normal {
  font-size: 0.85em;
  font-weight: 400;
}


@media (min-height: 600px) {
  #sidebarYT {
    width: 100%;
    bottom: 55px;
    position: absolute;
  }

  #sidebarFB {
    width: 100%;
    bottom: 15px;
    position: absolute;
  }

  #sidebarTelegram {
    width: 100%;
    bottom: 95px;
    position: absolute;
  }
}

body>.navbar-collapse .logo p {
  float: left;
  font-size: 20px;
  margin: 10px 10px;
  color: #FFFFFF;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body>.navbar-collapse .logo .simple-text {
  text-transform: uppercase;
  padding: 5px 0px;
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 400;
  line-height: 30px;
}

body>.navbar-collapse .logo-tim {
  border-radius: 50%;
  border: 1px solid #333;
  display: block;
  height: 61px;
  width: 61px;
  float: left;
  overflow: hidden;
}

body>.navbar-collapse .logo-tim img {
  width: 60px;
  height: 60px;
}

body>.navbar-collapse:after, body>.navbar-collapse:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

body>.navbar-collapse:before {
  opacity: .33;
  background: #000000;
}

body>.navbar-collapse:after {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #343434 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(100%, #343434));
  background: -webkit-linear-gradient(top, #787878 0%, #343434 100%);
  background: -o-linear-gradient(top, #787878 0%, #343434 100%);
  background: -ms-linear-gradient(top, #787878 0%, #343434 100%);
  background: linear-gradient(to bottom, #787878 0%, #343434 100%);
  background-size: 150% 150%;
  z-index: 3;
  opacity: 1;
}

body>.navbar-collapse[data-image]:after, body>.navbar-collapse.has-image:after {
  opacity: .77;
}

body>.navbar-collapse[data-color="azure"]:after {
  background: #1DC7EA;
  background: -moz-linear-gradient(top, #1DC7EA 0%, #4091ff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1DC7EA), color-stop(100%, #4091ff));
  background: -webkit-linear-gradient(top, #1DC7EA 0%, #4091ff 100%);
  background: -o-linear-gradient(top, #1DC7EA 0%, #4091ff 100%);
  background: -ms-linear-gradient(top, #1DC7EA 0%, #4091ff 100%);
  background: linear-gradient(to bottom, #1DC7EA 0%, #4091ff 100%);
  background-size: 150% 150%;
}

body>.navbar-collapse[data-color="green"]:after {
  background: #87CB16;
  background: -moz-linear-gradient(top, #87CB16 0%, #6dc030 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87CB16), color-stop(100%, #6dc030));
  background: -webkit-linear-gradient(top, #87CB16 0%, #6dc030 100%);
  background: -o-linear-gradient(top, #87CB16 0%, #6dc030 100%);
  background: -ms-linear-gradient(top, #87CB16 0%, #6dc030 100%);
  background: linear-gradient(to bottom, #87CB16 0%, #6dc030 100%);
  background-size: 150% 150%;
}

body>.navbar-collapse[data-color="orange"]:after {
  background: #FFA534;
  background: -moz-linear-gradient(top, #FFA534 0%, #ff5221 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFA534), color-stop(100%, #ff5221));
  background: -webkit-linear-gradient(top, #FFA534 0%, #ff5221 100%);
  background: -o-linear-gradient(top, #FFA534 0%, #ff5221 100%);
  background: -ms-linear-gradient(top, #FFA534 0%, #ff5221 100%);
  background: linear-gradient(to bottom, #FFA534 0%, #ff5221 100%);
  background-size: 150% 150%;
}

body>.navbar-collapse[data-color="red"]:after {
  background: #FB404B;
  background: -moz-linear-gradient(top, #FB404B 0%, #bb0502 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FB404B), color-stop(100%, #bb0502));
  background: -webkit-linear-gradient(top, #FB404B 0%, #bb0502 100%);
  background: -o-linear-gradient(top, #FB404B 0%, #bb0502 100%);
  background: -ms-linear-gradient(top, #FB404B 0%, #bb0502 100%);
  background: linear-gradient(to bottom, #FB404B 0%, #bb0502 100%);
  background-size: 150% 150%;
}

body>.navbar-collapse[data-color="purple"]:after {
  background: #9368E9;
  background: -moz-linear-gradient(top, #9368E9 0%, #943bea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9368E9), color-stop(100%, #943bea));
  background: -webkit-linear-gradient(top, #9368E9 0%, #943bea 100%);
  background: -o-linear-gradient(top, #9368E9 0%, #943bea 100%);
  background: -ms-linear-gradient(top, #9368E9 0%, #943bea 100%);
  background: linear-gradient(to bottom, #9368E9 0%, #943bea 100%);
  background-size: 150% 150%;
}

.main-panel {
  /* background: rgba(141, 141, 250, 0.15); */
  min-height: 100%;
}

.radio input[type="radio"]:checked + label::after {
  color: #3699FF;
}

/* .sidebar, .main-panel {
  overflow: auto;
} */

.btn-info {
  border-color: #3699FF;
  color: #3699FF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open>.btn-info.dropdown-toggle {
  color: #3699FF;
  border-color: #3699FF;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info:disabled, .btn-info:disabled:hover, .btn-info:disabled:focus, .btn-info:disabled.focus, .btn-info:disabled:active, .btn-info:disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  border-color: #3699FF;
}

.btn-info.btn-fill {
  background-color: #3699FF;
}

.btn-info.btn-fill:hover, .btn-info.btn-fill:focus, .btn-info.btn-fill:active, .btn-info.btn-fill.active, .open>.btn-info.btn-fill.dropdown-toggle {
  background-color: #3699FF;
}

.btn-info .caret {
  border-top-color: #3699FF;
}

.alert button.close {
  padding-top: 0;
}

/* .checkbox, .radio {
  padding-left: 32px;
  position: relative;
  -webkit-transition: color 0.25s linear;
  transition: color 0.25s linear;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
} */

.checkbox input, .radio input {
  outline: none !important;
  display: none;
}

/* КОПИРАНО БЕЗ МНОГО ПРЕГЛЕД */

.checkbox .icons .first-icon, .radio .icons .first-icon, .checkbox .icons .second-icon, .radio .icons .second-icon {
  display: inline-table;
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox .icons .second-icon, .radio .icons .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover, .radio:hover {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.checkbox:hover .first-icon, .radio:hover .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox:hover .second-icon, .radio:hover .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox.checked, .radio.checked {
  color: #3497FF;
}

.checkbox.checked .first-icon, .radio.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.checked .second-icon, .radio.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #3497FF;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.checkbox.disabled, .radio.disabled {
  cursor: default;
  color: #DDDDDD !important;
}

.checkbox.disabled .icons, .radio.disabled .icons {
  color: #DDDDDD !important;
}

.checkbox.disabled .first-icon, .radio.disabled .first-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.checkbox.disabled .second-icon, .radio.disabled .second-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .icons, .radio.disabled.checked .icons {
  color: #DDDDDD;
}

.checkbox.disabled.checked .first-icon, .radio.disabled.checked .first-icon {
  opacity: 0;
  filter: alpha(opacity=0);
}

.checkbox.disabled.checked .second-icon, .radio.disabled.checked .second-icon {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #D9D9D9;
}

.has-switch {
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.72222;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 60px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  /*   this code is for fixing safari bug with hidden overflow for border-radius   */
  -webkit-mask: url("../img/mask.png") 0 0 no-repeat;
  /* -webkit-mask-size: 60px 24px; */
  mask: url("../img/mask.png") 0 0 no-repeat;
}

.has-switch.deactivate {
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default !important;
}

.has-switch.deactivate label, .has-switch.deactivate span {
  cursor: default !important;
}

.has-switch>div {
  position: relative;
  top: 0;
  width: 100px;
}

.has-switch>div.switch-animate {
  -webkit-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}

.has-switch>div.switch-off {
  left: -35px;
}

.has-switch>div.switch-on {
  left: 0;
}

.has-switch>div label {
  background-color: #FFFFFF;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #f1f1f2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #f1f1f2));
  background: -webkit-linear-gradient(top, white 0%, #f1f1f2 100%);
  background: -o-linear-gradient(top, white 0%, #f1f1f2 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f1f2 100%);
  background: linear-gradient(to bottom, white 0%, #f1f1f2 100%);
  background-size: 150% 150%;
  box-shadow: 0 1px 1px #FFFFFF inset, 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.has-switch input[type=checkbox] {
  display: none;
}

.has-switch span {
  /*     box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; */
  cursor: pointer;
  float: left;
  font-size: 11px;
  font-weight: 400;
  height: 24px;
  line-height: 15px;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 5px;
  position: relative;
  text-align: center;
  text-indent: -10px;
  width: 50%;
  z-index: 1;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.has-switch span.switch-left {
  background-color: #1DC7EA;
  border-left: 1px solid transparent;
  border-radius: 30px 0 0 30px;
  color: #FFFFFF;
}

.has-switch .switch-off span.switch-left {
  background-color: #DDDDDD;
}

.has-switch span.switch-right {
  border-radius: 0 30px 30px 0;
  background-color: #1DC7EA;
  color: #ffffff;
  text-indent: 1px;
}

.has-switch .switch-off span.switch-right {
  background-color: #DDDDDD;
}

.has-switch label {
  border-radius: 12px;
  float: left;
  height: 22px;
  margin: 1px -13px;
  padding: 0;
  position: relative;
  transition: all 0.25s ease-out 0s;
  vertical-align: middle;
  width: 22px;
  z-index: 100;
  -webkit-transition: 0.25s ease-out;
  transition: 0.25s ease-out;
}

.has-switch .switch-on .fa-check:before {
  margin-left: 10px;
}

.has-switch:hover .switch-on label {
  margin: 1px -17px;
  width: 26px;
}

.has-switch:hover .switch-off label {
  margin: 1px -13px;
  width: 26px;
}

/* ДО ТУК */

.dropdown-menu {
  visibility: visible;
  opacity: 1;
}

.btn {
  border-width: 2px;
}

.btn-padding {
  margin-bottom: 10px;
}

.btn-padding-top {
  margin-top: 10px;
}

.card .author {
  word-wrap: break-word;
}

.card-user .image {
  height: 100px;
}

.card-user .author {
  margin-top: 0px;
}

.card-user .content {
  min-height: 100px;
}

@media (max-width: 991px) {
  /* .sidebar {
    display: none;
  } */
  .wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    left: 0;
    background-color: white;
  }
  body>.navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    height: 100%;
    width: 250px;
    right: 0;
    z-index: 1032;
    visibility: visible;
    background-color: #999;
    overflow-y: visible;
    border-top: none;
    text-align: left;
    padding: 0;
    -webkit-transform: translate3d(250px, 0, 0);
    -moz-transform: translate3d(250px, 0, 0);
    -o-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }
  body>.navbar-collapse>ul {
    position: relative;
    z-index: 4;
    overflow-y: scroll;
    height: calc(100vh - 61px);
    width: 100%;
  }
  body>.navbar-collapse .nav>li>a {
    padding: 30px 25px;
  }
  body>.navbar-collapse::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #282828;
    display: block;
    content: "";
    z-index: 1;
  }
  body>.navbar-collapse .logo {
    position: relative;
    z-index: 4;
  }
  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .nav-open .navbar .container {
    left: -250px;
  }
  .nav-open .wrapper {
    left: 0;
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
  }
  .navbar-nav .open .dropdown-menu>li>a {
    padding: 15px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu>li:first-child>a {
    padding: 5px 15px 5px 50px;
  }
  .navbar-nav .open .dropdown-menu>li:last-child>a {
    padding: 15px 15px 25px 50px;
  }
  [class*="navbar-"] .navbar-nav>li>a, [class*="navbar-"] .navbar-nav>li>a:hover, [class*="navbar-"] .navbar-nav>li>a:focus, [class*="navbar-"] .navbar-nav .active>a, [class*="navbar-"] .navbar-nav .active>a:hover, [class*="navbar-"] .navbar-nav .active>a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:focus, [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu>li>a:active {
    color: white;
  }
  [class*="navbar-"] .navbar-nav>li>a, [class*="navbar-"] .navbar-nav>li>a:hover, [class*="navbar-"] .navbar-nav>li>a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu>li>a:focus {
    opacity: .7;
    background: transparent;
  }
  [class*="navbar-"] .navbar-nav .dropdown>a:hover .caret {
    border-bottom-color: #777;
    border-top-color: #777;
  }
}

.progress-new{
  height: 7px;
  margin-top: 25px;
  font-weight: 500;
  background-color: #E5E5E5;
  border-radius: 3px;
  box-shadow: none;
  overflow: hidden;
}

.progress-completed-new{
  font-size: 14px;
	position: absolute;
	right: 16px;
	/* padding: 0px 10px 2px; */
	color: #333333;
}

.progress-title-new{
  font-size: 14px;
	position: absolute;
	/* left: 4px; */
	/* padding: 0px 10px 2px; */
	color: #333333;
}

.progressbar-new{
	margin-top: -15px;
	height: 50px;
  line-height: 0px;
  font-size: 12px;
}

.progressbar-col{
  margin-top: -5px;
  /* padding-left: 4px; */
  padding-right: 4px;
}

.bce-color{
  background-color: #FFA534;
}

.bonus-bce-color{
  background-color: #29C300;
}

.bootstrap-tagsinput {
  width: 100% !important;
  background-color: #FFFFFF !important;;
  border: 1px solid #b1b1b1 !important;;
  border-radius: 4px !important;;
  color: #565656 !important;;
  padding: 8px 12px !important;;
  height: 40px !important;;
  -webkit-box-shadow: none !important;;
  box-shadow: none !important;;
}


.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
    font-size: 12px;
}

.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #000;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
}

.sidebar ul hr {
    width: calc(100% - 2px);
    margin: 10px auto;
}

 @media (min-width: 992px) {
  .sidebar-mini .sidebar ul hr {
    width: calc(100% - 2px);
  }

   .sidebar-mini .sidebar:hover ul hr {
    width: calc(100% - 2px);
  }
}

.modal-title {
  font-weight: 500;
  font-size: 17px;
  color: #181C32;
}

.modal-header {
  color: #181C32;
  padding: 12px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  letter-spacing: 0.5px;
}


.modal-header button {
  margin-top: 0 !important;
  text-shadow: none;
  color: #B5B5C3;
  opacity: 1;
}

.copyright {
  margin-right: 100px !important;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 15px;
	padding-right: 15px;
}

/* .content {
  padding-left: 22px !important;
  padding-right: 22px !important;
} */

.main-content {
	padding: 0 !important;
	margin: 18px 8px;
}

.card {
  margin-bottom: 16px;
}

.main-panel .main-content {
  margin-left: 0;
  margin-right: 0;
  min-height: calc(100vh - 180px)!important;
}

/* .table-responsive {
  margin-left: -15px !important;
  margin-right: -15px !important;
} */

.table-responsive {
  padding-left: 15px;
  padding-right: 15px;
}

.header-dropdown {
  display: inline-block;
}

.header-dropdown .caret {
  border-top-color: black;
}

.header-dropdown .dropdown-toggle {
  color: black!important;
  border: 0!important;
  padding: 5px 10px;
  overflow: hidden;
  font-size: 13px;
  max-width: 310px;
  text-overflow: ellipsis;
  background-color: #EBECF5!important;
}

.header-dropdown .dropdown-menu:after, .header-dropdown .dropdown-menu:before {
  left: 120px;
}

/* .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
} */

.table-header {
  z-index: 1;
}

.remove-padding-margin {
  margin: 0!important;
  padding: 0!important;
}



.banner-red {
  box-shadow: none;
  background-color: #F7DFE4;
  border: 1px solid #FF7C8B;
}

.banner-red-top-wrapper{
  display: flex;
}

.banner-red-text-and-icon-wrapper{
  display: flex;
  margin: 15px auto;
  margin-left:15px
}

.banner-red-icon-wrapper {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
}

.banner-red-text-wrapper {
  height: inherit;
  color: #a30001;
  font-size: 15px;
  line-height: 27px;
  padding-top: 5px;
}

.banner-red-buttons-wrapper {
  display: flex;
  padding-left: 15px;
  margin: 15px 15px;
  margin-left: auto;
  float: right;
  align-items: center;
}

.banner-blue {
  box-shadow: none;
  background-color: #D5E4EB;
  border: 1px solid  #3699FF ;
}

.banner-blue-top-wrapper{
  display: flex;
}

.banner-blue-text-and-icon-wrapper{
  display: flex;
  margin: 15px auto;
  margin-left:15px
}

.banner-blue-icon-wrapper {
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: inherit;
  color: #3699FF;
  font-size: 22px;
}

.banner-blue-text-wrapper {
  height: inherit;
  color: #3699FF;
  font-size: 15px;
  line-height: 27px;
  padding-top: 5px;
}

.banner-blue-buttons-wrapper {
  display: flex;
  padding-left: 15px;
  margin: 15px 15px;
  margin-left: auto;
  float: right;
  align-items: center;
}

#notification-bell {
  padding: 0;
	margin: 20px 20px 0px 0px;
}

.navbar-nav.navbar-right > li > .dropdown-menu:after {
	right: 30px;
}

.navbar-nav.navbar-right > li > .dropdown-menu:before {
	right: 30px;
}
