@media screen and (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (min-width: 768px) {
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
}
@media (max-width: 767px) {
}
/* Variables */
/* Checkout Tamara */
/* Mixins */
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes slidedown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes slidedown {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
/* Material Design Icons */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/material-design-icons/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(fonts/material-design-icons/MaterialIcons-Regular.woff2) format('woff2'), url(fonts/material-design-icons/MaterialIcons-Regular.woff) format('woff'), url(fonts/material-design-icons/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Global css */
::-moz-selection {
  background: #5ba2c6;
  color: #fff;
}
::selection {
  background: #5ba2c6;
  color: #fff;
}
html,
body {
  height: 100%;
  background: #f9f9f9;
  color: #9299ac;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
}
html > * :focus,
body > * :focus {
  outline: none !important;
}
h1,
h2,
h3,
h4 {
  font-weight: normal;
}
h1,
h2,
h3 {
  margin-top: 10px;
}
h5 {
  font-weight: bold;
}
a {
  color: #29689e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
a.dark {
  color: #5a5a5a;
}
a.dark:hover {
  color: #5ba2c6;
}
p {
  color: #b1b6c3;
}
blockquote {
  background: rgba(242, 242, 242, 0.42);
  font-size: 100%;
  margin: 0;
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
  outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 50px white inset !important;
  /* Change the color to your own background color */
  -webkit-text-fill-color: #333333;
}
textarea.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eeeeee;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.strong {
  font-weight: bold;
}
pre {
  border: none;
  border-radius: 0;
  margin: 0;
}
label {
  font-weight: normal;
}
textarea {
  resize: none;
}
.break-word {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.display-inline {
  display: inline-block;
}
.no-display {
  display: none;
}
.display-table-cell {
  display: table-cell !important;
}
button {
  background: transparent;
  border: medium none;
  overflow: visible;
}
.invisible {
  visibility: hidden;
}
.hidden-overflow {
  overflow: hidden;
}
.static {
  position: static;
}
.signin-box {
  max-width: 450px;
  margin: 5% auto;
}
.signin-box .form-control {
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-box .input-group-addon {
  padding: 6px 15px;
}
.load-more {
  position: relative;
  border: none;
  border-radius: 50px;
  width: 100%;
}
.text-off {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.fa {
  text-align: center;
}
#page-content {
  padding-bottom: 20px;
  margin-bottom: 70px;
  /* overflow-x: hidden;*/
}
#content {
  margin-top: 70px;
  height: 100%;
}
.page-title {
  float: none;
  margin-bottom: 20px;
}
.page-title > * {
  float: right;
}
.page-title h1 {
  margin: 0;
  float: left;
}
.page-title .btn {
  margin: 10px 5px;
}
.team-members-page .page-title .btn-primary,
.team-members-page .page-title .btn-primary-2 {
  border-radius: 2px;
  padding: 10px 16px;
  font-size: 0.9em;
  font-family: 'Open Sans SemiBold';
  line-height: 1.33333;
}
.border-circle {
  border-radius: 50% !important;
}
.uppercase {
  text-transform: uppercase;
}
/*********** fonts ***********/
.font-normal {
  font-weight: normal;
}
.font-bold {
  font-weight: bold;
}
.font-11 {
  font-size: 0.786em;
}
.font-12 {
  font-size: 0.857em;
}
.font-13 {
  font-size: 0.929em;
}
.font-14 {
  font-size: 1em;
}
.font-15 {
  font-size: 1.071em;
}
.font-16 {
  font-size: 1.143em;
}
.font-17 {
  font-size: 1.214em;
}
.font-18 {
  font-size: 1.286em;
}
.font-19 {
  font-size: 1.357em;
}
.font-20 {
  font-size: 1.429em;
}
.font-21 {
  font-size: 1.5em;
}
.font-22 {
  font-size: 1.571em;
}
.font-23 {
  font-size: 1.643em;
}
.font-24 {
  font-size: 1.714em;
}
.font-25 {
  font-size: 1.786em;
}
.font-31 {
  font-size: 2.214em;
}
.font-35 {
  font-size: 2.5em;
}
.font-1-1 {
  font-size: 1.1em;
}
.font-1-2 {
  font-size: 1.2em;
}
.font-1-5 {
  font-size: 1.5em;
}
.font-1-6 {
  font-size: 1.6em;
}
.font-2 {
  font-size: 2em !important;
}
.font-2-5 {
  font-size: 2.5em !important;
}
.font-100p {
  font-size: 100% !important;
}
.open-sans-light {
  font-family: 'Open Sans Light';
}
.open-sans-semi-bold {
  font-family: 'Open Sans Bold';
}
.open-sans-semi-bold {
  font-family: 'Open Sans SemiBold';
}
.line-height-2 {
  line-height: 2em;
}
.line-height-1-3 {
  line-height: 1.3;
}
/********** margin **********/
.m0 {
  margin: 0 !important;
}
.m0-5 {
  margin: 0 5px;
}
.m5 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.mt-50 {
  margin-top: -50px;
}
.mt-5 {
  margin-top: -5px;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mr0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: -1px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr7 {
  margin-right: 7px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml-1 {
  margin-left: -1px !important;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px;
}
.ml40 {
  margin-left: 40px;
}
.ml80 {
  margin-left: 80px;
}
.ml300 {
  margin-left: 300px;
}
/********** padding **********/
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px !important;
}
.p0-5 {
  padding: 0 5px;
}
.p0-10 {
  padding: 0 10px;
}
.p0-15 {
  padding: 0 15px;
}
.p5-0 {
  padding: 5px 0;
}
.p10-0 {
  padding: 10px 0 !important;
}
.p10-5 {
  padding: 10px 5px !important;
}
.p10-20 {
  padding: 10px 20px !important;
}
.p20-10 {
  padding: 20px 10px !important;
}
.p20-0 {
  padding: 20px 0;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.pt0 {
  padding-top: 0 !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pr0 {
  padding-right: 0 !important;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pl0 {
  padding-left: 0;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
/********** width **********/
.w0 {
  width: 0 !important;
}
.w50 {
  width: 50px;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w145 {
  width: 145px;
}
.w150 {
  width: 150px;
}
.w175 {
  width: 175px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w230 {
  width: 230px !important;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.min-w150 {
  min-width: 150px;
}
.w5p {
  width: 5%;
}
.w10p {
  width: 10%;
}
.w15p {
  width: 15%;
}
.w20p {
  width: 20%;
}
.w25p {
  width: 25%;
}
.w30p {
  width: 30%;
}
.w50p {
  width: 50%;
}
.w60p {
  width: 60%;
}
.w70p {
  width: 70%;
}
.w80p {
  width: 80%;
}
.w90p {
  width: 90%;
}
.w100p {
  width: 100%;
}
.h0 {
  height: 0;
}
.h20 {
  height: 20px;
}
.h35 {
  height: 35px;
}
.h38 {
  height: 38px;
}
.h40p {
  height: 40px;
}
.h50 {
  height: 50px;
}
.h65 {
  height: 65px;
}
.h140p {
  height: 140px;
}
.h548 {
  height: 548px;
}
.h100p {
  height: 100%;
}
/* Height for widgets who uses customScroll plugin */
.scroll-h-125 {
  height: 125px;
}
.scroll-h-280 {
  height: 280px;
}
.scroll-h-416 {
  height: 416px;
}
.scroll-h-900 {
  height: 900px;
}
.scroll-h-960 {
  height: 960px;
}
/********** position **********/
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  z-index: 1;
}
.position-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top0 {
  top: 0;
}
.top10 {
  top: 10px;
}
.top15 {
  top: 15px;
}
.top25 {
  top: 25px;
}
.top50p {
  top: 50%;
}
.right0 {
  right: 0;
}
.right10 {
  right: 10px;
}
.right15 {
  right: 15px;
}
.right50p {
  right: 50%;
}
.bottom0 {
  bottom: 0;
}
.left0 {
  left: 0;
}
.left100 {
  left: 100px;
}
.left50p {
  left: 50%;
}
.no-float {
  float: none;
}
.card-shadow {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
}
.bottom-border:hover {
  border-bottom: 1px solid;
}
.panel-default {
  background-color: #fff !important;
}
.border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.slimScrollBar {
  background: #646464 !important;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.svg-md svg {
  width: 30px !important;
  height: 30px !important;
}
.svg-sm svg {
  width: 25px !important;
  height: 25px !important;
}
.svg-ss svg {
  width: 20px !important;
  height: 20px !important;
}
/*avatar*/
.avatar {
  display: inline-block;
}
.avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.avatar-lg {
  width: 125px;
  height: 125px;
}
.avatar-ml {
  width: 100px;
  height: 100px;
}
.avatar-md {
  width: 80px;
  height: 80px;
}
.avatar-sm {
  width: 50px;
  height: 50px;
}
.avatar-xs {
  width: 30px;
  height: 30px;
}
.box {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
}
.box-content {
  display: block;
  vertical-align: top;
  width: auto;
  height: 100%;
  float: none;
}
#page-container {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
}
.box.fit .box-content {
  width: 100%;
}
.clickable {
  cursor: pointer;
}
.not-clickable {
  cursor: default !important;
}
.inline-block {
  display: inline-block !important;
}
.block {
  display: block;
}
.no-wrap {
  white-space: nowrap;
}
.row [class^='col-xs-'],
.row [class^='col-sm-'],
.row [class^='col-md-'],
.row [class^='col-lg-'] {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.default-box h1,
.default-box h2,
.default-box h3 {
  float: none;
  margin-top: 15px;
  margin-bottom: 15px;
  background: transparent;
  color: #5ba2c6;
  font-family: 'Open Sans SemiBold';
}
.default-box h4 {
  background: transparent;
  color: #5ba2c6;
  font-family: 'Open Sans SemiBold';
}
.default-box .widget-title {
  margin: 7px 0 25px;
}
#logo-wrapper {
  width: 300px;
  height: 70px;
  background-color: #5ca0c5;
}
.text-overflow {
  height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}
.text-overflow:after {
  content: '...';
}
.text-capitalize {
  text-transform: capitalize;
}
/* Navbar */
#navbar svg {
  fill: #a2a2a2;
}
#navbar svg:hover {
  fill: #5ba2c6;
}
#navbar .svg-md.open #web-notification-icon svg {
  fill: #5ba2c6;
}
#navbar .navbar-toggle:hover svg {
  fill: #5ba2c6;
}
.navbar-default {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  background-color: #fff;
  border-bottom: 0;
}
.navbar-default .navbar-nav > li > a {
  padding: 10px 5px 0;
  color: #4e5e6a;
}
.navbar-default .navbar-nav .open a,
.navbar-default .navbar-nav .open a:focus,
.navbar-default .navbar-nav .open a:hover {
  background-color: #fff;
}
.navbar-default .navbar-nav .open .btn-danger,
.navbar-default .navbar-nav .open .btn-danger:focus {
  color: #de403e;
  border-color: #de403e;
}
.navbar-default .navbar-nav .open .btn-danger.active,
.navbar-default .navbar-nav .open .btn-danger:hover {
  color: #fff;
  background-color: #de403e;
}
.navbar-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0px;
  width: auto;
  height: 30px;
  line-height: 50px;
  overflow: hidden;
}
.navbar-brand img {
  margin: 0 auto;
  height: 100%;
}
.navbar-toggle {
  border: none;
  margin: 17px 10px 0 3px;
  padding: 8px 13px;
  color: #1d2632;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #fff !important;
}
/* Sidebar */
#logo-wrapper {
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
}
#sidebar {
  width: 300px;
  height: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #5ca0c5;
  background: -moz-linear-gradient(top, #5ca0c5 0%, #44cdd7 100%);
  background: -webkit-linear-gradient(top, #5ca0c5 0%, #44cdd7 100%);
  background: -o-linear-gradient(top, #5ca0c5 0%, #44cdd7 100%);
  background: -ms-linear-gradient(top, #5ca0c5 0%, #44cdd7 100%);
  background: linear-gradient(to bottom, #5ca0c5 0%, #44cdd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca0c5', endColorstr='#44cdd7', GradientType=1);
  z-index: 20;
}
#sidebar svg,
#sidebar svg * {
  fill: #fff;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#sidebar .profile-info {
  border-bottom: 1px solid rgba(238, 238, 238, 0.3);
}
#sidebar .profile-info img {
  border-radius: 100px;
  border: 5px solid #f1f1f1;
  height: 100%;
}
#sidebar .profile-info a {
  display: inline-block;
  margin-right: 10px;
}
#sidebar .profile-info p {
  color: #fff;
}
#sidebar .avatar {
  border-radius: 50%;
}
#sidebar a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#sidebar.collapsed {
  width: 80px;
}
#sidebar.collapsed .avatar-ml {
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar.collapsed .user-name,
#sidebar.collapsed .user-position {
  display: none;
}
#sidebar.collapsed .profile-info img {
  border-width: 2px;
}
#sidebar .user-name {
  overflow: hidden;
  padding-bottom: 2px;
  max-height: 38px;
}
#sidebar .user-position {
  max-height: 40px;
}
#sidebar-menu {
  margin: 0 0 20px;
  padding: 20px 0 60px;
  list-style: none;
}
#sidebar-menu li {
  position: relative;
  margin: 0;
  overflow: hidden;
  display: list-item;
}
#sidebar-menu li a {
  position: relative;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  z-index: 2;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#sidebar-menu li a span {
  position: relative;
  top: -7px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1441px + 1) {
  #sidebar-menu li a span {
    margin-left: 10px;
  }
}
#sidebar-menu li a i {
  top: 1px;
  display: inline-block;
}
#sidebar-menu li a .badge {
  float: right;
  position: relative;
  font-size: 11px;
  line-height: 1.3;
}
#sidebar-menu li a .badge.badge-primary {
  top: -1px;
}
#sidebar-menu li ul {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  z-index: 1;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
#sidebar-menu li ul.visible {
  display: block;
}
#sidebar-menu li ul.active a {
  border-left: 2px solid #5ccd97;
  background-color: #141C27;
}
#sidebar-menu li ul.active a:hover {
  background-color: #141C27;
  color: #7988a2;
}
#sidebar-menu li ul.active a .dot {
  border-left: 3px solid #7988a2;
  margin-left: -5px;
  visibility: hidden;
}
#sidebar-menu li ul li a {
  padding-left: 25px;
  font-weight: normal;
}
#sidebar-menu li ul li a:hover {
  color: #fff;
}
#sidebar-menu li.expand > a:before {
  content: '\f105';
  float: right;
  position: relative;
  top: 0px;
  display: inline-block;
  margin-left: 15px;
  color: #fff;
  font-size: 11px;
  font-family: 'FontAwesome';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#sidebar-menu li.expand.open > a:before {
  content: '\f107';
}
#sidebar-menu i {
  position: relative;
  margin-right: 10px;
  font-size: 15px;
}
#sidebar-menu .dot {
  top: -11px;
  margin-right: 10px;
  color: #fff;
  font-size: 5px;
}
#sidebar-menu .expand.open ul {
  max-height: 1000px;
}
#sidebar-menu svg {
  display: inline-block;
  margin-right: 10px;
  fill: #fff;
}
#sidebar-menu .badge {
  top: 3px;
  border: 1px solid #fff;
  padding: 2px 6px;
  background-color: transparent;
}
#sidebar-menu > li.active > a *,
#sidebar-menu li a:hover * {
  color: #a2f9fe !important;
  fill: #a2f9fe !important;
}
#sidebar-toggle-md {
  border: none;
  padding: 25px 0 0 0;
  background-color: transparent;
  font-size: 14px;
  outline: none;
}
#sidebar.collapsed .profile-info {
  padding: 0px 5px !important;
}
#sidebar.collapsed .profile-info a {
  display: block;
  margin-top: 10px;
  margin-right: 0;
}
.collapsed #sidebar-menu svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.collapsed #sidebar-menu li a {
  position: relative;
}
.collapsed #sidebar-menu li a span {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.collapsed #sidebar-menu li a span:not(.badge) {
  display: block;
  position: absolute;
  top: 0;
  left: 65px;
  border-radius: 0 3px 3px 0;
  margin-top: -1px;
  padding: 10px 10px 14px 10px;
  width: 200px;
  background-clip: padding-box;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.collapsed #sidebar-menu li a span.badge {
  display: none;
  position: absolute;
  top: 10px;
  right: -240px;
}
.collapsed #sidebar-menu li.expand a:before {
  display: none;
}
.collapsed #sidebar-menu li ul {
  display: block;
  position: absolute;
  top: auto;
  left: 65px;
  width: 200px;
  height: 0;
  border-radius: 0 0 3px 0;
  background-clip: padding-box;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.collapsed #sidebar-menu li ul li a {
  padding-left: 10px;
}
.collapsed #sidebar-menu li ul li a:hover {
  background: #262b34;
}
.collapsed #sidebar-menu li ul li a span.badge {
  display: none;
}
.collapsed #sidebar-menu li ul li li a {
  padding-left: 25px;
}
.collapsed #sidebar-menu li ul li li li a {
  padding-left: 40px;
}
.collapsed #sidebar-menu > li:hover.expand > a > span:not(.badge),
.collapsed #sidebar-menu > li.expand:hover.expand > a > span:not(.badge) {
  border-radius: 0 3px 0 0;
  background-clip: padding-box;
}
.collapsed #sidebar-menu > li:hover > ul,
.collapsed #sidebar-menu > li.expand:hover > ul {
  max-height: 1000px;
  height: auto;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapsed #sidebar-menu > li:hover > a > span,
.collapsed #sidebar-menu > li.expand:hover > a > span {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}
.collapsed #sidebar-menu > li:hover > a > span.badge,
.collapsed #sidebar-menu > li.expand:hover > a > span.badge {
  display: block;
}
.collapsed #sidebar-menu #sidebar-datetime {
  display: none;
}
.collapsed #sidebar-menu #sidebar-time {
  display: block;
}
.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}
/* Buttons */
.btn {
  border-radius: 2px;
  border: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.btn:focus,
.btn:active {
  outline: none !important;
}
.btn.active:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f1f1f5;
  cursor: default;
  outline: none;
}
.btn.round {
  border-radius: 50px;
}
.btn-default {
  border: none;
  border-radius: 2px !important;
  margin: 0;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  background-color: #fff;
  font-size: .9em;
  font-family: 'Open Sans SemiBold';
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-default:hover {
  background-color: #fff;
  text-decoration: none;
  border-color: #1c588a;
}
.btn-default:active {
  background: rgba(29, 29, 29, 0.05);
}
.btn-default.active {
  border-color: #1c588a !important;
  background: #f3f3f3;
}
.btn-default.active:hover {
  background: #f3f3f3;
}
.btn-default.canceled:focus,
.btn-default.completed:focus {
  background: #fff;
}
.btn-default.open,
.btn-default.open:focus {
  color: #5ccd97;
  border-color: #5ccd97;
  background: #fff;
}
.btn-default.open.active,
.btn-default.open:hover {
  background-color: #5ccd97;
  color: #fff;
}
.btn-default.canceled {
  border-radius: 0;
}
.btn-default.canceled,
.btn-default.canceled:focus {
  color: #de403e;
  border-color: #de403e;
}
.btn-default.canceled.active,
.btn-default.canceled:hover {
  color: #fff;
  background-color: #de403e;
}
.btn-default.completed,
.btn-default.completed:focus {
  color: #5ca1c5;
  border-color: #5ca1c5;
}
.btn-default.completed.active,
.btn-default.completed:hover {
  background-color: #5ca1c5;
  color: #fff;
}
.btn-default.add-btn {
  border-color: transparent;
}
.btn-default.no-wrap,
.btn-default.no-wrap:focus {
  background: #5ccd97;
  color: #fff;
}
.btn-default.no-wrap:hover,
.btn-default.no-wrap:focus:hover {
  background: #61e2a4;
}
.btn-info:active:focus {
  background: #61e2a4;
}
.btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  border: none;
  background-color: #5ba2c6;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus:hover,
.btn-primary:active,
.btn-primary:focus:active {
  background: #68bce6;
  color: #fff;
}
.btn-primary-2,
.btn-primary-2:focus {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  border: none;
  background-color: #4cbfd1;
  color: #fff;
}
.btn-primary-2:hover,
.btn-primary-2:active {
  border-color: #4cbfd1;
  background-color: #61deef;
  color: #fff;
}
.btn-info {
  border-color: #5ccd97;
  background-color: #5ccd97;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active {
  border-color: #5ccd97;
  background-color: #61e2a4;
  color: #fff;
}
.upload-file-button,
.upload-file-button:focus {
  border: none;
  background-color: #fff;
  color: #000000;
}
.upload-file-button:hover,
.upload-file-button:focus:hover,
.upload-file-button:active,
.upload-file-button:focus:active {
  background: #000000 !important;
  color: #fff;
}
.add-btn {
  border-radius: 0;
  background-color: #ffce24;
  color: #fff;
}
.add-btn:hover,
.add-btn:focus {
  background-color: #fff;
  color: #ffce24;
}
.filter .btn-default:hover {
  background: #fff;
}
.filter .btn-default.active {
  border-color: #1c588a;
  background: #fff;
}
.btn-transparent {
  background-color: transparent;
  border: 2px solid;
  color: #fff;
}
.btn-transparent.success:hover {
  background-color: #fff;
  color: #5ccd97;
  border-color: #fff;
}
.bg-primary .btn-transparent:hover {
  color: #1672b9;
}
.cancel-upload {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  background: #de403e;
  color: #fff;
}
.cancel-upload:hover,
.cancel-upload:focus {
  color: #fff;
  background: #ff514f;
}
.btn.btn-primary:hover,
.btn.btn-default:hover,
.btn.cancel-upload:hover,
.btn.btn-primary-2:hover,
.btn.def-btn:hover,
.btn.btn-danger:hover {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2) !important;
}
.fc-button-group {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
}
.fc-state-default {
  text-shadow: none !important;
  border: none !important;
}
.fc-today-button {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
}
.fc-today-button.fc-state-disabled {
  background: #5ba2c6 !important;
  color: #fff;
}
.def-btn {
  padding: 6px 12px;
  color: #000;
}
.btn-group.filter.card-shadow .btn {
  border: none;
}
.btn-group.filter.card-shadow .active {
  background: #5ba2c6;
  color: #fff;
  box-shadow: none;
}
.popover-content .def-btn {
  padding: 5px 12px;
}
/* Border */
.no-border {
  border: none !important;
}
.border-bottom-shadow {
  box-shadow: 0 -3px 3px -3.5px rgba(0, 0, 0, 0.12) inset !important;
}
.b-a {
  border: 1px solid #f2f4f6 !important;
}
.b-t {
  border-top: 1px solid #f2f4f6;
}
.b-r {
  border-right: 1px solid #f2f4f6;
}
.b-b {
  border-bottom: 1px solid #f2f4f6;
}
.b-l {
  border-left: 1px solid #f2f4f6;
}
.b-turquoise {
  border-color: #5ba2c6 !important;
}
.b-bold {
  border-width: 2px;
}
.b-water {
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.b-white {
  border-color: #fff !important;
}
/* Background */
.bg-white {
  background-color: #fff;
}
/* Pagination */
.pagination {
  margin: 0;
}
.pagination li {
  display: inline-block;
  margin-right: 5px !important;
}
.pagination li:last-child {
  margin-right: 0;
}
.pagination li a {
  border: none;
  border-radius: 4px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
  color: #000000;
}
.pagination li a:focus {
  background-color: #fff;
}
.pagination li a:hover {
  background-color: #fff;
  color: #5ba2c6;
}
.pagination li.active {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
}
.pagination li.active a,
.pagination li.active a:hover,
.pagination li.active a:focus {
  border: none;
  background-color: #fff;
  color: #5ba2c6;
  font-weight: bold;
}
.pagination li.disabled a,
.pagination li.disabled span,
.pagination li.disabled a:hover,
.pagination li.disabled span:hover,
.pagination li.disabled a:focus,
.pagination li.disabled span:focus {
  box-shadow: 0 0 2px 0 rgba(179, 0, 0, 0.4);
  background-color: #fff;
  color: #B30000;
  font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12);
  background: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
  border: none !important;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12) !important;
  background: #fff !important;
  color: #5ba2c6 !important;
  outline: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  border-radius: 0;
  border: none !important;
  background: #fff;
  color: #5ba2c6 !important;
  font-weight: bold;
  cursor: default;
}
.dataTables_wrapper .dataTables_processing {
  height: 60px;
}
/* Panel */
.panel {
  border: none;
  border-radius: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.panel-default {
  border-color: #f2f4f6;
}
.panel-default .avatar img {
  border: 2px solid #dfdfdf;
}
.panel-default > .panel-heading {
  border-color: #eef6f9;
  background-color: #fff;
  color: #333333;
  font-weight: bold;
}
.panel-primary {
  background-color: #29689e;
  color: #fff;
}
.panel-success {
  background-color: #5ccd97;
  color: #fff;
}
.panel-sky {
  background-color: #4cbfd1;
  color: #fff;
}
.panel-coral {
  background-color: #de403e;
  color: #fff;
}
.panel-coral .btn {
  color: #de403e;
}
.panel-info {
  background-color: #5ba2c6;
  color: #fff;
}
.panel-info > .panel-heading {
  border-color: #1ccacc;
  background-color: #1ccacc;
  color: #fff;
  font-weight: bold;
}
.panel-info .btn {
  color: #5ba2c6;
}
.panel-heading {
  border-radius: 0px;
}
.panel-footer {
  border-top: 1px solid #fff;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #f2f4f6;
}
.no-boxshadow {
  box-shadow: none !important;
}
/*widget*/
.widget-icon {
  float: left;
  min-height: 80px;
  font-size: 80px;
  line-height: 35px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.widget-details {
  position: absolute;
  right: 0px;
  padding-right: 15px;
  text-align: right;
}
.widget-details div[class*="clock"] {
  width: 260px;
  text-align: left;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .widget-details div[class*="clock"] {
    width: 105px;
  }
}
.cover-widget h1 {
  margin: 0;
}
.cover-widget .b-t,
.cover-widget .b-r {
  border-color: rgba(0, 0, 0, 0.1);
}
/* bg */
.bg-danger {
  background-color: #f05050;
  color: #fff;
}
.bg-off-white {
  background: #f2f4f6;
}
.bg-info {
  background-color: #1ccacc;
  color: #bef5f6;
}
.bg-primary {
  background-color: #1672b9;
  color: #fff;
}
.bg-success {
  background: #009688;
  color: #fff;
}
.white-link,
.white-link:hover {
  color: #fff;
}
.color-sky {
  color: #2FB6F0 !important;
}
.color-plum {
  color: #7266BA !important;
}
/* form */
.general-form .form-control {
  border-radius: 2px;
  border-color: #f6f8f9;
  background-color: #f6f8f9;
  box-shadow: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.general-form .form-control:hover,
.general-form .form-control:focus {
  border-color: #ebeff2;
  background-color: #ebeff2;
}
.general-form.white .form-control,
.general-form.white .form-control:hover,
.general-form.white .form-control:focus {
  border-color: #eeeeee;
  background-color: #fff;
}
.general-form.white label {
  margin-top: 5px;
}
.general-form.white .select2-container .select2-choice {
  padding: 8px 3px;
  height: auto;
  background-color: #fff !important;
  color: #7c7c7c;
}
.general-form.white .select2-container .select2-choice .select2-arrow {
  top: 9px;
}
.general-form .form-group:before,
.general-form .form-group:after {
  content: "";
  display: table;
  line-height: 0;
}
.general-form .form-group:after {
  clear: both;
}
.general-form textarea {
  height: 74px;
}
.general-form .select2 {
  width: 100%;
}
.general-form .mini {
  max-width: 200px;
}
.general-form .has-error .form-control {
  box-shadow: none;
  color: #ff5252;
}
.general-form .input-group-addon {
  border-color: #f6f8f9;
  background: #f7f9fa;
  border-radius: 2px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  box-shadow: none;
  color: #ff5252;
}
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  box-shadow: none;
  color: #ff5252;
}
.file-upload {
  float: left;
  position: relative;
  overflow: hidden;
  margin: 10px;
  color: #c4c4c4;
}
.file-upload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.dashed-row .form-group {
  border-bottom: 1px dashed #e2e4e8;
  padding-bottom: 15px;
}
.dashed-row .form-group:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.dashed-row .bd {
  border-bottom: 1px dotted #e2e4e8;
}
.select2-with-searchbox {
  padding-bottom: 5px;
}
.js-clock-form {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 10;
}
.js-clock-form .select2-container {
  width: 100%;
  text-align: left;
}
.js-clock-form .select2-container .select2-choice {
  background-color: #fff !important;
}
.js-clock-info-msg a {
  color: #fff;
}
.media-body a[class*="clock-btn"] {
  position: absolute;
  top: 10px;
  right: 0;
}
.media-body a[class*="clock-btn"].active-timer {
  -webkit-animation: pulse 1.5s ease-out 0s alternate infinite forwards running;
  -o-animation: pulse 1.5s ease-out 0s alternate infinite forwards running;
  animation: pulse 1.5s ease-out 0s alternate infinite forwards running;
}
@-webkit-keyframes pulse {
  0% {
    background: #fff;
    color: #de403e;
  }
  100% {
    background: #de403e;
    color: #fff;
  }
}
@keyframes pulse {
  0% {
    background: #fff;
    color: #de403e;
  }
  100% {
    background: #de403e;
    color: #fff;
  }
}
/* x-editable */
.editable-container .select2-container {
  min-width: 110px;
}
.editable-click,
.editable-click:hover {
  border-bottom-color: transparent;
}
/* Datatable */
table.dataTable {
  border-collapse: collapse;
  box-sizing: border-box;
}
table.dataTable thead th {
  padding: 15px 10px;
}
table.dataTable thead td {
  padding: 10px;
}
table.dataTable thead th,
table.dataTable thead td {
  border: 1px solid #f2f2f2;
}
table.dataTable thead .sorting {
  background-image: none;
}
table.dataTable tbody td.b-warning {
  border-left: 5px solid #ffce24 !important;
}
table.dataTable tbody td.b-success {
  border-left: 5px solid #5ccd97 !important;
}
table.dataTable tbody td.b-primary {
  border-left: 5px solid #1672b9 !important;
}
table.dataTable tbody td {
  word-break: break-word;
  overflow-x: hidden;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #fff;
}
table.dataTable.row-border tbody th,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody td {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
table.dataTable.display tfoot th,
table.dataTable.display tfoot td {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #f2f2f2;
}
table.dataTable.b-b-only tbody th,
table.dataTable.b-b-only tbody td {
  border: none;
  border-bottom: 1px solid #f2f2f2;
}
table.dataTable.no-padding td {
  padding: 0;
}
.dataTable td:hover {
  background: #f2f4f6;
}
.dataTable tbody tr:hover td {
  background: #f2f4f6 !important;
}
.dataTable tbody tr.active td,
.dataTable tbody tr.active:hover td {
  background: #5ba2c6 !important;
  color: #fff !important;
  cursor: default;
}
.dataTable tbody tr.active .label {
  background: #fff;
  color: #5ba2c6;
}
.dataTables_empty {
  padding: 15px 10px !important;
}
.dataTables_filter {
  margin: 0 0px 10px 10px;
}
.dataTables_filter input {
  border-radius: 2px;
  border: 1px solid #dde6e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 10px;
  width: 200px;
  background: url('../images/search.png') no-repeat 96% 45%;
  outline: none;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.dataTables_filter input:focus {
  border-color: #4cbfd1;
  background-color: #fff;
}
.datatable-search {
  border-radius: 2px;
  border: 1px solid #dde6e9;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 7px 10px;
  width: 200px;
  background: url('../images/search.png') no-repeat 96% 45%;
  outline: none;
  font-weight: normal;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.datatable-search:focus {
  border-color: #ebeff2;
  background-color: #ebeff2;
}
.dataTables_info {
  color: #c1c4c6 !important;
}
.datatable-tools {
  margin: 15px 0;
}
.datatable-tools .select2-container .select2-choice {
  background-color: #fff !important;
}
.datatable-export a {
  box-shadow: none !important;
  border: 1px solid #ccc;
  margin: 0 -1px;
  padding: 6px 10px;
  font-size: 14px;
}
button.DTTT_button,
div.DTTT_button,
a.DTTT_button,
a.DTTT_button:focus {
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  border: none !important;
  background: #fff;
  color: #000000 !important;
  text-decoration: none;
}
a.DTTT_button:hover {
  background: #f2f2f2;
}
.no-thead thead {
  display: none;
}
td:hover .progress {
  background-color: #fff;
}
td .progress {
  box-shadow: none !important;
  height: 8px;
  margin: 10px 10px 10px 10px;
}
html.print-peview body {
  overflow: auto !important;
  height: auto !important;
}
html.print-peview #content {
  margin-top: 0 !important;
}
div.print-peview {
  overflow: auto !important;
  height: auto !important;
}
@media print {
  .print-peview {
    color: #000000;
  }
  a[href]:after {
    content: none !important;
  }
}
/*table*/
td.option a {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dde6e9;
  margin: 0 5px;
  padding: 4px 0px;
  min-width: 28px;
  background: #fff;
  color: #a1a3a5;
  text-align: center;
  cursor: pointer;
  vertical-align: central;
}
td.option a:hover {
  background: #2ac2d4;
  color: #fff;
  border: 1px solid #2ac2d4;
}
td.option a.delete:hover {
  background: #de403e;
  color: #fff;
  border: 1px solid #de403e;
}
.table-clock-time td.option a {
  margin: 0 1px;
}
.table-clock-time td.option .active-timer {
  border-color: #5ba2c6;
  background-color: #5ba2c6;
  color: #fff;
}
.table-responsive {
  width: 100%;
  max-width: 100%;
  border: none !important;
}
.table-responsive th:first-child,
.table-responsive td:first-child {
  border-left: none !important;
}
.table-responsive th:last-child,
.table-responsive td:last-child {
  border-right: none !important;
}
/* check box */
.checkbox-blank,
.checkbox-checked,
.checkbox-un-checked {
  float: left;
  display: inline-block;
  margin: 0 15px 0 0;
  width: 20px;
  height: 20px;
}
.checkbox-blank {
  background: url('../images/checkbox.png') no-repeat center center;
}
.checkbox-blank:hover {
  background-color: #fff;
}
.checkbox-checked {
  background: url('../images/check_mark.png') no-repeat center center;
}
.checkbox-un-checked {
  background: url('../images/checkbox-un-checked.png') no-repeat center center;
}
/*bootstrap modal*/
.modal-content {
  border-radius: 0px;
  border: 1px solid #aaa;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.modal-backdrop.in {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.modal-dialog {
  -webkit-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.mini-modal {
  width: 300px !important;
}
body.modal-open,
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
  margin-right: 0px !important;
}
.modal-header {
  border-bottom: 1px solid #f6f8f9;
}
.modal-footer {
  border-top: 1px solid #f6f8f9;
  padding: 15px 30px;
}
.close {
  color: #fff;
  font-size: 1.786em;
  font-weight: normal;
}
.close:hover,
.close:focus {
  color: #fff;
}
.draggable {
  cursor: move;
}
/* bootstrap-timepicker */
.bootstrap-timepicker-widget {
  z-index: 1050;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
  max-width: 220px;
}
/*modal mask*/
.modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.circle-done {
  border: solid 5px rgba(220, 230, 235, 0.5);
  border-radius: 40px;
  margin: 10px auto;
  padding: 10px;
  width: 80px;
  height: 80px;
  color: #25ccce;
  font-size: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.circle-done i {
  display: inline-block;
  max-width: 0%;
  overflow: hidden;
}
.circle-done.ok i {
  max-width: 80%;
  -webkit-transition: max-width 1s ease;
  -o-transition: max-width 1s ease;
  transition: max-width 1s ease;
}
/*social-link*/
.social-link {
  border: 2px solid #fff;
  border-radius: 50%;
  margin: 0 10px 10px 0;
  padding: 6px 0;
  width: 34px;
  height: 34px;
  background-color: #4cbfd1;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.social-link:focus,
.social-link:hover {
  background-color: #fff;
  color: #4cbfd1;
}
.bg-primary .social-link {
  background-color: #1672b9;
}
.bg-primary .social-link:hover {
  box-shadow: 0 0 0 2px #1672b9, 0 0 0 2px #1672b9;
  background-color: #fff;
  color: #1672b9;
}
/*alert*/
.alert {
  border: 0;
}
.alert .progress {
  border-radius: 0;
  box-shadow: none !important;
  margin: 19px 0px -15px -15px;
  height: 3px;
  background-color: transparent;
}
.alert .progress-bar {
  box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.3);
}
.app-alert-message {
  display: inline-block;
  margin-right: 5px;
  max-width: 350px;
  min-width: 165px;
}
.app-alert.animate {
  border-radius: 2px;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: -350px;
  bottom: 0;
  z-index: 100;
  opacity: 0.25;
  filter: alpha(opacity=25);
}
.app-alert.alert-info {
  background-color: #20c5cb;
  color: #fff;
}
.app-alert.alert-success {
  background-color: #5ccd97;
  color: #fff;
}
.app-alert.alert-danger {
  background-color: #de403e;
  color: #fff;
}
.app-alert.alert-warning {
  background-color: #ffce24;
  color: #fff;
}
.app-alert a {
  color: #444;
}
.alert-warning {
  background-color: #fff;
}
/* widget */
.form-widget {
  margin-bottom: 25px;
}
.form-widget .progress {
  height: 5px;
}
.widget-title {
  padding: 10px 0px;
}
/*color tag*/
.color-tag {
  display: inline-block;
  margin: 2px 10px 0 0;
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.color-tag.active {
  border-radius: 50%;
}
/* text-color */
.text-danger {
  color: #de403e;
}
.text-warning {
  color: #ffce24;
}
/*message*/
.message-row {
  padding: 8px 15px;
}
.message-row.unread {
  border-left: 3px solid #1672b9;
}
.message-row.unread strong,
.message-row.unread span {
  color: #1672b9;
}
.message-buttons .btn {
  border: none;
  color: #000000;
  margin-right: 10px;
}
.message-buttons .btn:hover {
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.2) !important;
}
.message-buttons .btn-primary {
  color: #fff;
}
/*chart*/
.chart-circle canvas {
  border-radius: 50%;
  background: #fff;
}
.chart-circle .chart-label {
  position: absolute;
  z-index: 1;
  text-align: center;
}
/* tab */
.nav-tabs {
  border-bottom: 1px solid #f2f2f2;
  background: #f2f4f6;
}
.nav-tabs > li > a {
  border-radius: 0;
  margin-right: 0;
  padding: 15px;
  color: inherit;
}
.nav-tabs > li > a:hover {
  border-color: transparent;
  background: transparent;
  color: #5bc0de;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:active,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active a:focus {
  border: none;
  border-bottom: 2px solid #5bc0de;
  border-radius: 0;
  background: transparent;
  color: #5bc0de;
}
.nav-tabs > li:not(.title-tab):after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 0;
  height: 2px;
  background-color: #5bc0de;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-tabs > li:not(.active):hover:after {
  width: 100%;
}
.nav-tabs.classic {
  margin-bottom: 15px;
}
.nav-tabs.vertical {
  background-color: transparent;
}
.nav-tabs.vertical li {
  float: none;
}
.nav-tabs.white-tab {
  background-color: #fff;
}
.tab-title {
  border-bottom: 1px solid #dde6e9;
}
.tab-title h4 {
  float: left;
  margin: 2px 0 0 0;
  padding: 15px;
}
.tab-title .btn {
  margin: 7px 5px;
}
.tab-title .title-button-group {
  float: right;
  margin: 0 10px 0;
}
/*log*/
ins {
  color: #5ba2c6;
  text-decoration: none;
}
/*dropzone*/
.dropzone {
  border: 1px dashed #ccc !important;
}
.dropzone.dz-drag-hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.dropzone .dz-image {
  border-radius: 2px !important;
  background: #eeeeee;
}
.dz-started {
  padding: 0 !important;
}
.upload-thumbnail-sm {
  width: 80px;
  height: 80px;
  border: none !important;
  background: url('../images/filepreview.jpg') #eeeeee no-repeat center center;
  outline: none;
}
.upload-progress-sm {
  border-radius: 0px;
  width: 80px;
  height: 10px;
}
/*loader*/
.circle-loader {
  border: solid 2px rgba(220, 230, 235, 0.5);
  border-top-color: #5ba2c6;
  margin: 10px auto;
  border-radius: 40px;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.app-loader {
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 50%;
  margin: 0px auto;
  padding: 10px;
  width: 70px;
  height: 70px;
  background: rgba(250, 250, 255, 0.6);
}
.app-loader .loading,
.table-loader .loading {
  display: inline-block;
  border: solid 2px rgba(76, 191, 209, 0.94);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 1s infinite linear;
  -o-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}
.form-group .app-loader {
  left: 45%;
  margin: -12px auto;
  width: 50px;
  height: 50px;
}
.form-group .app-loader .loading {
  width: 30px;
  height: 30px;
}
#pre-loader {
  position: fixed;
  top: 0;
  width: 84%;
  height: 100%;
  background-color: #dde6e9;
  z-index: 11000;
}
#pre-loader #pre-loade {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
}
.ani-width {
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.ani-rotate-180:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.inline-loader {
  background-image: url('../images/loader.gif');
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.inline-loader:hover {
  color: transparent !important;
}
/*post dropzone*/
.post-dropzone {
  background: #fff;
}
.post-dropzone.dz-drag-hover {
  border: 1px dashed #1672b9;
}
.post-dropzone.dz-drag-hover * {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.post-dropzone .preview:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.post-dropzone .delete {
  display: inline-block;
  position: relative;
  margin-top: -23px;
  margin-left: -28px;
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
  text-align: center;
  line-height: 24px;
}
.post-dropzone .preview:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.post-dropzone .preview:hover .delete {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: #B30000;
}
/* note */
.notepad {
  position: relative;
  background: -webkit-linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  background: -moz-linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  background: linear-gradient(top, #f0f0f0 0%, white 5%) 0 0;
  -webkit-background-size: 100% 30px;
  -moz-background-size: 100% 30px;
  -ms-background-size: 100% 30px;
  background-size: 100% 30px;
  font-size: 100%;
  line-height: 30px !important;
}
.notepad:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0px;
}
.notepad textarea {
  border: none;
  padding: 0 10px;
  background-color: transparent;
  min-height: 200px;
  height: 100%;
  line-height: 30px;
}
.notepad .select2-choices {
  border-color: transparent;
}
.notepad-title {
  border: none !important;
  border-left: 5px solid #1ccacc !important;
  border-radius: 0 !important;
  padding-left: 7px;
}
/*details list*/
.details-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.details-list li {
  padding: 5px;
}
.details-list li span {
  display: inline-block;
  min-width: 120px;
}
/*label*/
.label .large {
  font-size: 85%;
  font-weight: normal;
}
.label-light {
  background-color: #dde6e9;
  color: #4e5e6a;
}
.label-success {
  background-color: #5ccd97;
  color: #fff;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #5ccd97;
  border-color: #5ccd97;
}
.label-warning {
  background-color: #ffce24;
}
.media-body span[class*="task-status"] {
  background: #9299ac;
  color: #fff;
}
.media-body span[class*="task-status"] a {
  color: #fff;
}
.media-body span[class*="task-status"].label-warning.active {
  background: #ffce24;
}
.media-body span[class*="task-status"].label-primary.active {
  background: #337ab7;
}
.media-body span[class*="task-status"].label-success.active {
  background: #5ccd97;
}
/*.dropdown-menu*/
.dropdown-menu {
  left: auto;
  right: 0;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.dropdown-menu > li > a {
  padding: 7px 20px;
  color: #7988a2;
}
.dropdown-user .dropdown-menu {
  margin-right: 15px;
}
/*datepicker*/
.datepicker.dropdown-menu {
  right: auto;
  border-radius: 2px;
  border: 1px solid #d3d8dc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.datepicker table tr td,
.datepicker table tr th {
  border-radius: 0;
}
.datepicker table tr td span {
  border-radius: 0;
}
.week-view tr:hover .day:not(.active) {
  background-color: #f2f4f6 !important;
}
/*timepicker*/
.bootstrap-timepicker-widget table td input {
  display: inline-block;
}
/*note-editor*/
.note-editor .note-toolbar,
.note-editor .btn {
  border-color: #dde6e9 !important;
}
.note-editor .note-statusbar .note-resizebar {
  border-color: #dde6e9 !important;
}
.permission-list {
  margin: 0;
  padding: 0 15px;
}
.permission-list li {
  border-bottom: 1px solid #eef6f9;
  margin-bottom: 15px;
  list-style-type: none;
}
.permission-list li:before {
  content: '\f084';
  float: left;
  margin-left: -1.5em;
  color: #444;
  font-family: 'FontAwesome';
}
.animated-clock {
  margin-top: 20px;
  width: 45px;
  background: url('../images/clock.gif') no-repeat 50% 50%;
}
.slimScrollDiv {
  outline: none;
}
.slimScrollBar:hover {
  width: 15px;
}
/* magnificPopup */
.mfp-counter {
  top: 6px !important;
  right: 10px !important;
  cursor: auto;
}
.mfp-bg {
  z-index: 1052 !important;
}
.mfp-wrap {
  z-index: 1053 !important;
}
/*crop-box*/
.crop-box {
  position: relative;
  width: 400px;
  height: 400px;
  background: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  cursor: move;
}
.crop-box .thumb-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
}
.crop-box .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  line-height: 400px;
}
/*timeline*/
#timeline-content {
  padding: 0 15px 15px 0px;
}
#timeline {
  position: relative;
  margin: 0 auto;
  padding-bottom: 10px;
  width: 100%;
  min-height: 100%;
  list-style: none;
  overflow: hidden;
}
#timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 5px;
  margin-left: -5px;
  width: 10px;
  height: 100%;
  background: #4cbfd1;
  z-index: 0;
}
#timeline .post-content {
  display: block;
  position: relative;
  padding: 40px 5px 0 5px;
  width: 50%;
}
#timeline .post-content:nth-child(odd) {
  float: left;
  clear: left;
  padding-right: 20px;
}
#timeline .post-content:nth-child(odd) .post-date {
  text-align: right;
}
#timeline .post-content:nth-child(odd) .post-date:before {
  content: "";
  float: right;
  position: relative;
  top: 10px;
  margin-right: -40px;
  width: 20px;
  height: 2px;
  background: #4cbfd1;
}
#timeline .post-content:nth-child(even) {
  float: right;
  clear: right;
  padding-left: 20px;
}
#timeline .post-content:nth-child(2n) {
  margin-top: 10px;
}
#timeline .post-content > .post > .media {
  padding: 10px;
  background: #fff;
}
#timeline .post-content .media {
  background: #fff;
}
#timeline .post-content .media-body {
  padding: 5px;
}
#timeline .post-content .post-date:before {
  content: "";
  position: relative;
  left: -20px;
  top: 10px;
  width: 20px;
  height: 2px;
  background: #4cbfd1;
}
#timeline .post-content .post-date span {
  border-radius: 25px;
  padding: 3px 10px 5px;
  background: #4cbfd1;
  color: #fff;
}
.media p,
.media div {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.comment-file p {
  max-width: 270px;
}
.timeline-images img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.timeline-images img:hover {
  -webkit-filter: grayscale(100%);
}
.timeline-images span.more {
  border-left: 5px solid #4cc5cd;
  position: absolute;
  margin-top: 0px;
  margin-left: -80px;
  padding: 5px 5px;
  background-color: #000000;
  color: #fff;
  width: 80px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.comment-image-box {
  width: 400px;
}
/* fs modal*/
.app-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 5000;
  overflow: auto;
  -webkit-animation: slidedown 0.3s;
  -o-animation: slidedown 0.3s;
  animation: slidedown 0.3s;
}
.app-modal .compress,
.app-modal .expand {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000000;
  z-index: 1;
  cursor: pointer;
}
.app-modal .compress:hover,
.app-modal .expand:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.app-modal .compress {
  display: none;
}
.app-modal .expand {
  display: block;
  right: 370px !important;
}
.app-modal.full-content .app-modal-sidebar,
.app-modal.full-content .expand {
  display: none;
}
.app-modal.full-content .compress {
  display: block;
}
.app-modal.loading .app-modal-sidebar {
  border-color: #fff;
}
.app-modal.loading .expand {
  display: none;
}
.app-modal-body {
  display: table;
  border-spacing: 0;
  margin: 1% 1% 2%;
  width: 98%;
  height: 97%;
  background-color: #fff;
  table-layout: fixed;
}
.app-modal-close {
  padding: 0 7px;
  font-size: 30px;
  text-align: right;
  cursor: pointer;
}
.app-modal-content {
  display: block;
  height: 100%;
  vertical-align: central;
  text-align: center;
}
.app-modal-content .app-modal-content-area {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
.app-modal-content img {
  max-width: 100%;
  max-height: 100%;
}
.app-modal-sidebar {
  display: table-cell;
  border-left: 1px solid #f2f2f2;
  width: 350px;
  height: 100%;
  vertical-align: top;
}
/* milestone */
.milestone {
  border: 1px solid #dde6e9;
  padding-bottom: 5px;
  width: 100px;
  text-align: center;
}
.milestone h1 {
  margin: 0;
}
.milestone .label {
  display: inherit;
  border-radius: 0;
  padding: 10px 0;
  width: 100%;
  font-size: 13px;
}
/* flot */
.flotTip {
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.legendColorBox {
  padding: 5px;
}
.legendColorBox > div {
  border: none !important;
}
/* sticky note */
.sticky-note-container {
  background: #FFF6B3;
}
.sticky-note {
  border: none;
  padding: 5px;
  width: 100%;
  height: 250px;
  background: #FFF6B3;
  font-size: 110%;
  outline: none;
}
/* MLADJA */
/* autocomplete suggestions */
.ui-widget-content.ui-autocomplete {
  z-index: 99999999;
}
#candidate-table td {
  border: 1px solid #f2f2f2;
}
#candidate-table .phase span {
  display: inline-block;
  border: 2px solid #4e5e6a;
  border-radius: 25px;
  width: 30px;
  height: 30px;
  font-size: 1.2em;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
}
#candidate-table .candidate-name > a {
  border: 0 !important;
  color: #29689e;
}
#candidate-table .skill {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
#candidate-table .skill img {
  width: 45px;
}
#candidate-table .skill span {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  border: 1px solid #dde6e9;
  padding: 3px 5px;
  width: 80px;
  background-color: #fff;
  font-size: .85em;
  z-index: 55;
}
#candidate-table .skill:hover span {
  display: block;
}
.noresize {
  resize: none;
}
textarea#candidate_biography {
  height: 100px;
}
#add-new-skill {
  position: absolute;
  right: 30px;
}
form label.error,
form p.error {
  color: #de403e;
}
#candidate-avatar {
  width: 80px;
}
.progress {
  margin-top: 5px;
  padding: 0;
}
.progress .thin {
  height: 3px;
}
#save_new_skill,
.upload-skill-area {
  margin-top: 10px;
}
.fa-upload {
  margin-right: 3px;
}
.remove-skill {
  padding-left: 3px;
  cursor: pointer;
}
.selected-skills li {
  margin-bottom: 5px;
}
.selected-skills li input {
  display: inline-block;
  margin-right: 5px;
  width: 100px;
}
.candidate-skill-rate {
  display: inline-block;
  margin-left: 15px;
  width: 125px;
  height: 25px;
  background: url('../images/star.png');
}
.candidate-skill-rate span {
  display: inline-block;
  width: 0;
  height: 25px;
  background: #FFCC00 url('../images/star.png');
}
.rating {
  display: inline-flex;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 27px;
}
.rating span.star {
  display: inline-block;
  padding-right: 0;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}
.rating span.star.active:before {
  content: "\f005";
  color: #ffce24;
}
.rating span.star:hover {
  cursor: pointer;
}
.rating span.star:hover ~ span.star::before,
.rating span.star:hover:before {
  content: "\f005";
  color: #5ccd97 !important;
}
.rating span.star:before {
  content: "\f006";
  color: #5ccd97;
}
.rating span.star.active ~ span.star::before {
  content: "\f005";
  color: #ffce24;
}
.candidate-rating {
  width: 125px;
  background: url(../images/star.png);
}
.candidate-rating.candidate-skill-rating {
  width: 75px;
}
.candidate-rating,
.candidate-rating span {
  display: inline-block;
  height: 25px;
}
.candidate-rating span {
  width: 0;
  background: #FFCC00 url(../images/star.png);
}
/* Slick */
.slick-slider {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 5px 0;
}
.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  content: " ";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-track:before,
.slick-slider .slick-track:after {
  content: " ";
  display: table;
}
.slick-slider .slick-track:after {
  clear: both;
}
.slick-slider .slick-slide {
  display: none;
  float: left;
  margin-bottom: 0;
  height: 100%;
  min-height: 1px;
}
.slick-slider .slick-slide.slick-loading img {
  display: none;
}
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-arrow .slick-hidden {
  display: none;
}
.slick-prev {
  left: 5px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next {
  right: 5px;
}
.slick-next:before {
  content: "\f105";
}
.slick-prev,
.slick-next {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  border-radius: 6px;
  box-shadow: 0 0 4px 0.5px rgba(0, 0, 0, 0.12) !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 0;
  width: 35px;
  height: 35px;
  background: #fff;
  color: #000000;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  outline: none;
  z-index: 997;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  opacity: .75;
  color: #000000;
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  color: #5ba2c6;
}
@media (max-width: 1441px) {
  /* Sidebar Menu */
  #logo-wrapper,
  #sidebar {
    width: 200px;
  }
  .ml300 {
    margin-left: 200px;
  }
  .ml30 {
    margin-left:30px!important;
  }
  #sidebar .avatar {
    width: 80px;
    height: 80px;
  }
  #sidebar .user-name {
    font-size: 1.1em;
    max-height: 33px;
  }
  #sidebar-menu li a {
    font-size: 0.9em;
  }
  #sidebar-menu .badge {
    top: 5px;
    padding: 1px 5px;
  }
  .svg-md svg {
    width: 26px !important;
    height: 27px !important;
  }
  .svg-sm svg {
    width: 22px !important;
    height: 22px !important;
  }
  /* Timeline */
  #timeline:before {
    left: 0;
    margin-left: 0;
    margin-top: 45px;
  }
  #timeline .post-content {
    float: left;
    margin: 0 0 20px !important;
    padding: 0 5px 0 30px !important;
    width: 100%;
  }
  #timeline .post-content:first-child {
    padding-top: 60px !important;
  }
  #timeline .post-content:nth-child(odd) .post-date {
    text-align: left;
  }
  #timeline .post-content:nth-child(odd) .post-date:before {
    float: left;
    left: -20px;
    top: 8px;
    width: 20px;
    height: 2px;
  }
  /*
  * ADMIN
  */
  /* Dasboard */
  .widget-container.widget-container-1,
  .widget-container.widget-container-2,
  .widget-container.widget-container-4,
  .widget-container.widget-container-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget-container.widget-container-3 {
    width: 100%;
  }
  /* Projects */
  #s2id_autogen3 {
    width: auto;
  }
  .nav-tabs.classic li a {
    padding: 13px;
  }
  /* Tickets */
  .ticket-title {
    display: block;
  }
  #ticket-title-section {
    float: left !important;
    float: left;
  }
}
@media (max-width: 1441px) and (min-width: 992px) {
  .widget-container.widget-container-1,
  .widget-container.widget-container-2,
  .widget-container.widget-container-4,
  .widget-container.widget-container-5 {
    float: left;
    width: 50%;
  }
}
@media (max-width: 1200px) {
  /* Sidebar Menu */
  #sidebar-toggle {
    display: block;
  }
  #sidebar,
  #sidebar.collapsed {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0px;
    left: -100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #logo-wrapper {
    float: left;
  }
  #logo-wrapper svg {
    fill: #fff;
  }
  #navbar {
    border: none;
    margin-left: 0;
  }
  #navbar .navbar-nav {
    margin: 0;
  }
  #navbar .sidebar-toggle {
    display: none;
  }
  .navbar-collapse {
    padding-right: 0;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .navbar-fixed-top {
    z-index: 999;
  }
  .navbar-dropdown-notifications {
    display: none;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
  }
  .navbar-nav .open .dropdown-menu {
    position: absolute;
    left: auto;
    right: 0;
    width: 400px;
  }
  .ml300 {
    margin-left: 0;
  }
  .off-screen #sidebar,
  .off-screen #sidebar.collapsed {
    display: block;
    width: 300px;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 998;
    left: 0;
  }
  .off-screen #page-container {
    display: block;
  }
}
@media (max-width: 992px) {
  .md-p0 {
    padding: 0;
  }
  #page-content {
    margin: 0;
  }
}
@media (max-width: 768px) {
  /* Global */
  .modal-dialog {
    margin: 10px auto;
    width: 90%;
  }
  /* Sidebar Menu */
  #page-content {
    margin-left: 0;
    margin-right: 0;
  }
  /* Messages */
  .message-buttons {
    text-align: center;
  }
  .message-buttons .btn {
    margin: 5px 10px;
  }
}
@media (max-width: 480px) {
  /* Sidebar Menu */
  #logo-wrapper {
    width: 200px;
  }
  .navbar-nav .open .dropdown-menu {
    width: 300px;
  }
  .navbar-brand {
    display: block;
  }
  .off-screen #sidebar,
  .off-screen #sidebar.collapsed {
    width: 100%;
  }
}
@media (max-width: 390px) {
  /* Sidebar Menu */
  #sidebar {
    margin-top: -10px;
  }
  #logo-wrapper {
    width: 130px;
    height: 60px;
  }
  .navbar {
    height: 60px;
  }
  .navbar-brand {
    height: 20px;
  }
  .navbar-toggle {
    margin-top: 12px;
  }
  .navbar-default .navbar-nav li a {
    padding-top: 5px;
  }
}

/*Start Admin dashboard*/
.icons-sections {
    margin-top: 15px;
}
@media (max-width: 767px) {
    .icons-sections {
        margin-bottom: 15px;
        float: left;
        margin-top: 5px;
    }
    .media-clock-in {
        margin-left:30px!important;
    }
}
.pl-35px {
    padding-left:35px!important;
}
.custom-task-timer {
    width: 47px;
    height: 38px;
    border-radius: 2px;
    background-color: #5ba2c6;
    color:#ffffff;
    font-size:20px;
    padding-top: 9px;
}
.custom-task-clock-in {
    width: 47px;
    height: 38px;
    border-radius: 2px;
    background-color: #5ba2c6;
    color:#ffffff;
    font-size:20px;
}
.custom-tab {
    background-color: white!important;
    border-radius:0px!important;
    color: #818FA4;
    font-size: 14px;
    font-weight: 600;
}
.custom-columns {
    padding-left: 30px;
}
.thumbs-wrapper {
    display: flex;
    float: right;
}
@media (min-width: 1568px) {
  .media-clock-in {
    margin-left: -30px!important;
  }
}
@media (max-width: 1450px) {
  .project-project-desc {
    display:inline!important;
  }
  .custom-cards-status {
    margin-left:-1px!important;
  }
}
@media (max-width: 766px) {
  .project-project-desc {
    display:flex!important;
  }
  .custom-task-timer {
    margin-left:15px!important;
    float:left!important;
  }
  .custom-task-clock-in {
    margin-left:15px!important;
    float:left!important;
  }
}
@media (max-width: 450px) {
  .project-project-desc {
    display:inline!important;
  }
  .collapse-project-border-bottom-active {
    border-bottom:none!important;
  }
  .collapse-active-project-border-bottom {
    margin-left:-20px!important;
  }
  .collapse-completed-project-border-bottom {
    margin-left:20px!important;
  }
}
.pl-0px {
    padding-left:0px!important;
}
.custom-cards-status {
    margin-left:10px;
    display:flex;
    padding-bottom:5px;
}
.project-project-desc {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
    display:flex;
}
.task-title {
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.task-title a {
  color: #354052;
}
.task-title a:hover {
  color: #3370A9;
}
.milestones-second-section a:hover{
  color: #3370A9;
}
.task-title-and-date {
    display:flex;
}
.task-title-and-date-red .task-date {
    color: #d0021b;
}
.task-title-and-date-red .task-title {
    color: #d0021b;
}
.task-date {
    margin-top: 16px;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.custom-card-in-progress {
    padding: 0px 2px 15px 2px;
    max-width: 71px;
    min-width: 71px;
    height: 14px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #9fa9ba;
    margin-left:10px;
    color: #9fa9ba;
}
.custom-card-in-progress-active {
    background-color: #2c6fae;
    border: none;
}
.custom-card-in-progress-active p{
    color: #ffffff;
}
.custom-card-to-do {
    padding: 0px 2px 15px 2px;
    max-width: 45px;
    min-width: 45px;
    height: 14px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #9fa9ba;
    margin-left:10px;
    color: #9fa9ba;
}
.custom-card-to-do-active {
    border:none;
    background-color: #ffc721;
}
.custom-card-to-do-active p {
    color:#ffffff;
}
.custom-card-done {
    padding: 0px 2px 15px 2px;
    max-width: 44px;
    min-width: 44px;
    height: 14px;
    border-radius: 4px;
    background-color: #ffffff;
    border: solid 1px #9fa9ba;
    margin-left:10px;
    color: #9fa9ba;
}
.custom-card-done-active {
    border:none;
    background-color:#69C58C;
}
.custom-card-done-active p {
    color:#ffffff;
}
.custom-cards-status p {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    max-height:8px;
}
.custom-tasks {
    margin-left:0px!important;
    margin-right:0px!important;
    min-height: 47px;
    position:relative;
    border-bottom: 1px solid #e6eaee;
    /*border-bottom:2px solid #E6EAEE;*/
}
.collapse-project-title:hover {
  color:#1d92ec;
}
.custom-tasks-hr {
  position: relative;
  margin-top: -5px;
  height: 4px;
  width: 100%;
  margin-bottom:0px;
}
.nav-positioning {
    /*position: absolute;*/
    padding-top: 15px;
    padding-left:5px;
}
@media (max-width: 352px) {
    .nav-positioning {
        position: relative!important;
    }
}
.mt-15px {
    margin-top: 15px;
}
.mt9px {
  margin-top:9px;
}
.thumbs-numbers {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #575757;
}
.custom-active-tab a{
    color: #3C70AD!important;
    border-bottom:2px solid  #1b92ec;
}
.projects-admin-dash {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.p-projects-admin-dash {
    padding-top: 0px;
    padding-bottom: 13px;
}
.number-of-projects-dash {
    margin-bottom: 5px!important;
    font-weight: bold;
    font-size: 26px;
    margin-top: 15px;
    color: #354052;
}
.custom-dash-arrow {
    margin-top: 32px;
    font-size: 20px;
    font-weight: bold;
}
.display-none {
    display:none;
}
.collapse-dash {
    padding-left: 30px;
    padding-right: 30px;
}
.collapse-bar-title {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.collapse-bar-value {
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.collapse-bar-percent {
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.collapse-project-title {
    width: 91px;
    height: 22px;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.mt-8px {
    margin-top: 8px;
}
.pt-2px {
    padding-top: 2px;
}
.mtb-10px {
    margin-top: 10px;
    margin-bottom:10px;
}
.border-bottom-collapse-project {
    border-bottom: 1px solid #E6EAEE;
    margin-top: 13px;
}
.bright-blue-text {
    color: #1b92ec;
}
@media (max-width: 1445px) and (min-width: 1200px) {
    .col-lg-4-offset-custom {
        margin-left:auto!important;
        width: 50% !important;
    }
}
@media (max-width: 1445px) and (min-width: 1200px) {
    .pl-custom-25px {
        padding-left:25px!important;
    }
    .max-width-bar-media{
        max-width: 160px!important;
    }
}

.launch-date-milestones {
  padding-left:50px!important;
}
@media (max-width: 1200px) {
    .mb-custom-md-15px {
        margin-bottom:15px;
    }
  .launch-date-milestones {
    padding-left:16px!important;
  }
}
.line-height-2-6 {
  line-height: 2.6;
}
.pl-custom-0px {
    padding-left:0px!important;
}
.collapse-active-project-border-bottom {
    left: 32px;
}
.collapse-completed-project-border-bottom {
    right: 32px;
}
.collapse-project-border-bottom-active {
    border-bottom: 2px solid #1d92ec;
}
.collapse-project-border-bottom-active span {
    color:#5E95E2;
}
.collapse-project-border-bottom-active h1 {
    opacity:1;
    color:#5E95E2;
}
.width-auto {
  width:auto;
}
.plr-custom-0px {
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.no-wrap {
    white-space: nowrap;
}
@media (max-width: 425px) {
    .no-wrap {
        white-space: normal;
    }
}
.first-section-admin-dashboard{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left:45px;
}
@media (max-width: 1443px) {
    .first-section-admin-dashboard {
        padding-left:10px!important;
    }
    .first-section-admin-dashboard h6 {
        font-size:19px!important
    }
}
.first-section-admin-dashboard h6 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.first-section-admin-dashboard p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.hideContent {
    overflow: hidden;
    height: 580px;
}

.showContent {
    height: 500px;
}
.show-more {
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color:#4771AC;
}
.loadActiveItems {
  display:none;
}

.loadCompletedItems {
  display:none;
}
.min-height-85px {
  min-height: 85px;
}
.outer-clocked-time {
  height:80px;
  display: table-cell;
  vertical-align: bottom;
}

.inner-clocked-time {
  height: 25px;
}
/*End Admin dashboard*/

/*Start Employee dashboard*/

.first-section-employee-dashboard {
    padding-left:10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.display-table-cell {
  display: table-cell!important;
}
.first-section-employee-dashboard h6 {
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.first-section-employee-dashboard p {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
@media (max-width: 1443px) {
    .first-section-employee-dashboard {
        padding-left:10px!important;
    }
    .first-section-employee-dashboard h6 {
        font-size:19px!important
    }
}
.plr-10px {
    padding-left: 10px;
    padding-right: 10px;
}
.first-section-task-status-employee-dashboard span{
    font-size: 12px;
}
.first-section-task-status-employee-dashboard h6{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.to-do-color {
    background-color: #ffc721;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}
.in-progress-color {
    background-color: #52c68c;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}
.done-color {
    background-color: #4a90e2;
    -webkit-box-shadow: unset!important;
    box-shadow: unset!important;
}
.status-tasks p {
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.status-box {
    width: 10px;
    height: 10px;
    border-radius: 2px;
    margin-top:2px;
  }
.status-box-to-do {
    background-color: #ffc721;
}
.status-box-in-progress {
    background-color: #52c68c;
}
.status-box-done {
    background-color: #4a90e2;
}
.display-flex {
    display:flex;
}
.mt0px {
    margin-top:0!important;
}
.pt3px {
    padding-top:3px;
}
.pt30 {
  padding-top:30px;
}
.wrapper-second-section-dashboard {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.inner-child-second-section-dashboard {
    display:table-cell;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.mr-auto {
    margin-right:auto;
}
.custom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.custom-row > [class*='col-'] {
  display: flex!important;
  flex-direction: column!important;
}
.employee-dash-project-status span {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.employee-dash-project-status h1 {
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.employee-dash-devider {
    width: 1px;
    height: 60px;
    background-color: #e6eaee;
}
.pl0imp {
    padding-left:0px!important;
}
.pl20 {
    padding-left:20px!important;
}
.margin-0-auto {
    margin: 0 auto;
}
/*End Employee dashboard*/

/*Start Client dashboard*/
.employe-dashboard-widget-first-section h1{
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.employe-dashboard-widget-first-section p{
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.mt13px {
    margin-top:13px;
}
@media (max-width: 835px) {
    .employe-dashboard-widget-first-section h1 {
      font-size: 19px;
      padding-left:0px!important;
    }
}
.employee-projects-number {
    font-size: 26px!important;
    font-weight: bold!important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052!important;
}
.single-product-milestone {
    padding-top: 8px!important;
    padding-left: 35px!important;
    border-radius: 8px;
    height: 62px;
}
@media (max-width: 360px) {
    .single-product-milestone {
        padding-top: 7px !important;
    }
}
  .milestone-feature-date {
    font-size: 12px;
    font-weight:600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9fa9ba;
}
.milestone-title {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d495c;
}
@media (max-width: 450px) {
    .milestone-title {
      font-size:13px!important;
    }
    .deadline-margin {
      margin-top:0px!important;
      font-size:12px!important;
    }
    .feature-title {
      font-size:13px!important;
    }
}
.deadline-margin {
  margin-top:-10px;
}
.pl14px {
  padding-left:14px;
}
.milestone-expired {
    border: solid 1px #A0A9BA;
}
.milestone-status {
    font-size: 12px;
}
.milestone-date{
    font-size:18px;
    color: #A0A9BA;
}
.milestone-active {
    border: solid 1px #4cd137;
}
.milestone-upcoming-or-active {
    border: solid 1px #1b92ec;
}
.milestone-upcoming-or-active .milestone-status {
  color:#1b92ec;
}
.milestone-upcoming-or-active .milestone-feature-date {
  color:#1b92ec;
}
.milestone-arrow {
    width: 12px;
    height: 7px;
    background-color: #354052;
}
.milestones-second-section a{
    font-size: 24px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.milestones-second-section p{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #9fa9ba;
}

.milestones-second-section span{
    font-weight: bold;
    color: #4a90e2;
}
.pt-8px {
    padding-top:8px;
}
.font-size-16 {
    font-size: 18px;
}
.mrl-0px {
    margin-left:0px!important;
    margin-right:0px!important;
}
.show-expired {
    width: 69px;
    height: 15px;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #1b92ec!important;
    text-decoration: underline!important;
}
  /*Ribbons*/
  .corner-ribbon {
    width: 250px;
    background: #e43;
    position: absolute;
    top: 17px;
    right: -100px;
    text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    overflow: hidden;
    font-size: 11px;
  }
/* Different positions */

.corner-ribbon.top-right {
  /* top: 18px; */
    top: 18px;
    right: -98px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(46deg);
    overflow: hidden;
}
.borders-features {
    position:relative;
    border: solid 1px #9fa9ba;
}
.feature-cards-in-progress {
    position:relative;
}
.feature-content {
    background-color: #FFFFFF;
    border: solid 1px #e5e5e5;
    border-radius: 8px;
    padding-left: 21px;
    padding-top: 15px;
    margin-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
    position:relative;
}
.feature-title {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.feature-date {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #7f8fa4;
}
.logged-color {
    color: rgba(217, 23, 47, 0.9);
}
.feature-labels {
    font-size: 12px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #354052;
}
.corner-ribbon-success.ribb:before {
    content:"Success";
}
.corner-ribbon-success.ribb {
    background-color: #4cd137;
}
.corner-ribbon-overtime.ribb:before {
    content:"Overtime";
}
.corner-ribbon-overtime.ribb {
    background-color: rgba(217, 23, 47, 0.9);
}
.corner-ribbon-in-progress.ribb:before {
    content:"In Progress";
}
.corner-ribbon-in-progress.corner-ribbon.ribb {
    background-color: #1b92ec;
}
.borders-features {
    border: solid 1px #9fa9ba;
}
.mt-small {
    margin-top:-5px;
}
.logged-color {
    color: rgba(217, 23, 47, 0.9);
}
.feature-button {
    border-radius: 2px;
    background-color: #ffffff;
    border: solid 1px #ececec;
}
.info-icon-color {
    color: #1991eb;
}
.arrow-positioning {
  margin-top: 4px;
  float: right;
  margin-right: 20px;
  color: #354052;
  font-size: 20px;
}
.min-height-42px {
  min-height: 42px!important;
}
@media (max-width: 390px) {
    .custom-tab {
      font-size:12px!important;
    }
}
@media (max-width: 390px) {
  .clock-buttons-media {
    padding-left:0px!important;
  }
  .custom-columns {
    padding-left:15px!important;
    padding-right:15px!important;
  }
  .collapse-dash {
    padding-left:10px!important;
    padding-left:10px!important;
  }
  .media-milestone-position {
    margin-top: -5px !important;
  }
  .collapse-bar-title {
    font-size:14px;
  }
  .collapse-bar-value {
    font-size:14px;
  }
  .milestones-second-section a {
    font-size: 18px;
  }
  .question-button {
    margin-left:-20px;
  }
  .milestones-launch-section-media {
    padding-top:0px!important;
    font-size: 12px!important;
  }
  .padding-small-screens {
    padding-left:5px!important;
    padding-right:5px!important;
  }
  .single-product-milestone {
    min-height: 82px!important;
  }
  .small-screen-questions {
    padding-bottom:0px!important;
  }
  .main-wrapper-padding-small-screen {
    margin-bottom:70px!important;
  }
}
.mb70 {
  margin-bottom: 70px;
}
.media-margin-client-project {
  margin-left: 30px;
  margin-right: 20px;
}
.pdf-btn {
  padding-top: 0px;
  padding-bottom: 0px;
  float: right;
  font-size: 12px;
  background: #4FA1C3;
  border-radius: 50px;
  color: #fff;
  margin-top: 2px;
}
.pdf-btn:hover {
  color: #fff;
}
.pdf-btn:focus {
  color: #fff;
}
@media (max-width: 768px) {
  .wrapper-second-section-dashboard {
    display:block;
  }
  .pr20-widget {
    padding-right:0px!important;
  }
  .media-margin-client-project {
    margin-top:25px;
    margin-left:0px!important;
    margin-right:0px!important;
  }
  .employee-fist-section-padding {
    margin-left: -5px!important;
    margin-right: -5px!important;
  }
}
@media (min-width: 990px) and (max-width: 1442px) {
  .change-status-margin {
      margin-left:-20px;
  }
  .display-boxes {
      display:grid!important;
  }
  .active-completed-projects-media {
      padding-top: 25px!important;
  }
}
.plr20px {
  padding-right:20px;
  padding-left:20px;
}
.mlr-20px {
  margin-left:-20px;
  margin-right:-20px;
}
.mlr20px {
  margin-left:10px;
  margin-right:10px;
}
.employee-fist-section-padding {
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom:5px;
}
.pr5 {
  padding-right:5px;
}
.pr20-widget {
  padding-right: 20px;
}
#completed-tasks .custom-tasks .custom-columns {
  padding-left: 46px;
  max-width: 95.6%;
  float: left;
}
.custom-labels {
  padding-top: 1px;
}
.custom-labels p span {
  color: #9fa9ba;
  background: #ffffff;
  border: solid 1px #9fa9ba;
  padding: 0;
  font-size: 9px;
  border-radius: 4px;

}
.custom-labels p span a {
  color: #A3AEBD;
}
.custom-labels p span[class*="task-status"].label-warning.active {
  background: #ffce24;
  border-color: #ffce24;
}
.custom-labels p span[class*="task-status"].label-primary.active {
  background: #337ab7;
  border-color: #337ab7;
}
.custom-labels p span[class*="task-status"].label-success.active {
  background: #5ccd97;
  border: #5ccd97;
}

.custom-labels p span[class*="task-status"].label-warning.active a{
  color: #ffffff;
}
.custom-labels p span[class*="task-status"].label-primary.active a {
  color: #ffffff;
}
.custom-labels p span[class*="task-status"].label-success.active a {
  color: #ffffff;
}
.show-more {
  cursor: pointer;
}
/*End Client dashboard*/