/* ==========================================================================
   Base styles
   ========================================================================== */
body {
  color: #333;
  background: #b8b8b8;
  font-family: 'Open Sans', sans-serif;
  padding: 0px;
  margin: 0px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
section {
  background: #fafafa;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #3c88bc;
  font-size: 13px;
}
a:hover,
a:active {
  outline: none;
  text-decoration: underline;
  color: #306c95;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
p {
  font-size: 12px;
}
hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
::selection {
  background: #3c88bc;
  color: #fff;
}
::-moz-selection {
  background: #3c88bc;
  color: #fff;
}
/* ==========================================================================
   Layout
   ========================================================================== */
#container {
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Header */
.top-nav {
  float: left !important;
}
#header {
  z-index: 200;
  background: #fff;
  min-height: 80px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 0;
}
#header .brand {
  float: left;
  width: 240px;
  min-height: 80px;
  padding: 0 0 0 10px;
  position: relative;
  background: #ffffff url('../img/logo.png') no-repeat 29px 24px;
}
#header .logo {
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  padding: 23px 0 0 57px;
  display: inline-block;
}
#header .logo span {
  font-weight: 700;
}
#header .toggle-navigation button:hover,
#header .toggle-navigation button:active,
#header button#toggle-mail:hover,
#header button#toggle-mail:active {
  background: #3c88bc;
}
#header .toggle-navigation button:hover i,
#header button#toggle-mail:hover i {
  color: #F6F6F6;
}
#header .toggle-navigation.toggle-left {
  margin: 23px 0 0 20px;
  display: inline-block;
}
#header .btn-default {
  padding: 3px 9px;
  background: #F6F6F6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
#header .btn-default .fa-bars,
#header .btn-default .fa-comment {
  cursor: pointer;
  color: #797979;
}
#header .user-nav {
  float: right;
  padding-top: 23px;
  padding-right: 50px;
}
#header .user-nav ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
#header .user-nav ul li .profile-photo {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  left: 10px;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu {
  width: 350px;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu {
  width: 125px;
}
#header .dropdown.settings .dropdown-menu > li > a:hover,
#header .dropdown.settings .dropdown-menu > li > a:active {
  background-color: #4c94c6;
  color: #fff;
}
#header .dropdown.settings .dropdown-menu > li > a:hover .badge.badge-danager {
  background-color: #fff;
  color: #3c88bc;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a:hover,
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a:hover .message-info .time {
  background: #3c88bc;
  color: #fff;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 300px;
  left: -150px;
  top: 48px;
  background-color: #F6F6F6;
  border: none;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  padding: 0;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu:before {
  bottom: 100%;
  left: 48%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #e84c3d;
  border-width: 8px;
  margin-left: 15px;
}
/*
#header .messages {
  margin: 0 15px;
}
*/
#header .messages .badge {
  position: absolute;
  top: -10px;
  left: -5px;
}
#header .options i {
  color: #797979;
  font-size: 1.3em;
  font-weight: bold;
}
/*
#header .user-nav ul li.dropdown.settings {
  line-height: 39px;
  margin-right: 10px;
  padding: 0 10px 0 10px;
}
*/
#header .user-nav ul li.dropdown.settings .dropdown-menu > li > a {
  padding: 5px 10px;
  font-size: 12px;
}
#header .user-controls ul li.dropdown.settings .dropdown-menu > li {
  display: block;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  left: -125px;
  top: 48px;
  background-color: #F6F6F6;
  border-color: #e7e8ec;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
}
#header .user-nav ul li.dropdown.settings .dropdown-menu:after {
  bottom: 100%;
  left: 91%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #F6F6F6;
  border-width: 8px;
  margin-left: -8px;
}
#header .user-nav ul li.dropdown.settings .dropdown-menu:before {
  bottom: 100%;
  left: 91%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(238, 238, 238, 0);
  border-bottom-color: #e7e8ec;
  border-width: 8px;
  margin-left: -8px;
  top: -17px;
}
#header .dropdown.settings .dropdown-menu > li,
#header .dropdown.messages .dropdown-menu > li {
  display: block;
}
#header li.dropdown ul.dropdown-menu.alert > li h1 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #e84c3d;
  margin: 0;
  font-size: 14px;
  padding: 10px;
  font-weight: 400;
  color: white;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li:last-child a {
  background-color: white;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  text-align: right;
  padding: 10px 15px;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li:last-child a:hover {
  background: #3c88bc;
  color: #fff;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a {
  margin: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #fcfcfc;
  color: #797979;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  margin-left: 5px;
  width: 225px;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .sender {
  font-weight: 500;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .time {
  font-weight: 300;
  font-size: 9px;
  color: #b2b2b2;
}
#header .user-nav ul li.dropdown.messages .dropdown-menu > li > a .message-info .message-content {
  white-space: normal;
  margin-top: 5px;
}
/* Sidebar */
.sidebar {
  width: 240px;
  height: 100%;
  background: #293949;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.sidebar-toggle {
  margin-left: -240px;
}
#leftside-navigation ul,
#leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
}
#leftside-navigation ul li {
  list-style-type: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
#leftside-navigation ul li a {
  color: #aeb2b7;
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 25px;
  font-size: 12px;
  outline: none;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
#leftside-navigation ul li a span {
  display: inline-block;
}
#leftside-navigation ul ul li {
  background: #23313f;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
#leftside-navigation ul ul li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #aeb2b7;
}
#leftside-navigation ul li a i {
  width: 20px;
}
#leftside-navigation ul li a i.fa-angle-right,
#leftside-navigation ul li a i.fa-angle-left {
  padding-top: 3px;
}
#leftside-navigation ul ul {
  display: none;
}
#leftside-navigation li.active ul {
  display: block;
}
#leftside-navigation ul li a:hover,
#leftside-navigation ul li.active > a {
  color: #3c88bc;
}
.btn-primary + .dropdown-menu > li > a:hover,
.btn-primary + .dropdown-menu > li > a:active {
  background-color: #16a086;
}
/* Sidebar Right */
.sidebarRight {
  width: 240px;
  height: 100%;
  background: #293949;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 100;
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  top: 80px;
  right: 0;
  display: none;
}
.sidebar-toggle-right {
  display: block;
}
.sidebarRight .sidebar-heading {
  font-size: 14px;
  color: #FFF;
  font-weight: 500;
  line-height: 30px;
  padding: 10px;
  text-transform: uppercase;
}
.sidebarRight a.list-item:hover {
  background: #23313f;
}
.sidebarRight .sidebar-title {
  font-size: 11px;
  color: #CCC;
  font-weight: 500;
  text-transform: uppercase;
  float: left;
  width: 100%;
  padding: 10px;
}
.sidebarRight .list-contacts .list-item {
  float: left;
  position: relative;
  width: 100%;
  padding: 8px 5px 8px 10px;
  margin-bottom: 3px;
  display: block;
}
.sidebarRight .list-contacts a.list-item,
.sidebarRight .list-contacts .list-item {
  color: #fff !important;
}
.sidebarRight .list-contacts .list-item .list-item-image img {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.sidebarRight .list-contacts .list-item .list-item-content h4 {
  font-size: 12px;
  line-height: 17px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
}
.sidebarRight .list-contacts .list-item .list-item-content p {
  padding: 0px;
  margin: 0px;
  line-height: 13px;
  font-size: 11px;
}
.sidebarRight .list-contacts .list-item .item-status.item-status-online {
  background: #27ae61;
}
.sidebarRight .list-contacts .list-item .item-status.item-status-away {
  background: #f39c11;
}
.sidebarRight .list-contacts .list-item .item-status {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #AAA;
}
/* ==========================================================================
   Main Content
   ========================================================================== */
.main-content-wrapper {
  margin-left: 0px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fafafa;
  min-height: 1000px;
}
.main-content-wrapper #main-content {
  border-top: solid thin #e7e8ec;
  display: inline-block;
  padding: 15px 15px 0 15px;
  width: 100%;
}
.main-content-wrapper #main-content .h1 {
  margin: 0;
  padding: 0px 10px 40px 10px;
  float: left;
  line-height: 10px;
  font-weight: 300;
  font-size: 42px;
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.main-content-toggle-left {
  margin-left: 0;
}
.main-content-toggle-right {
  margin-right: 240px;
}
/* ==========================================================================
   Tiles
   ========================================================================== */
.dashboard-tile {
  background-color: #fff;
  color: #555;
  margin-bottom: 15px;
  padding: 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.dashboard-tile.tile-turquoise {
  background-color: #3c88bc;
  color: #fff;
}
.dashboard-tile.tile-red {
  background-color: #e84c3d;
  color: #fff;
}
.dashboard-tile.tile-blue {
  background-color: #3598db;
  color: #fff;
}
.dashboard-tile.tile-purple {
  background-color: #9a59b5;
  color: #fff;
}
.dashboard-tile .header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.dashboard-tile .header .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
}
.dashboard-tile .content {
  padding: 10px;
}
.dashboard-tile.header .content {
  padding: 10px 20px;
  background: transparent;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.dashboard-tile.detail .icon {
  bottom: 0px;
  width: 80px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
}
.dashboard-tile.header .icon img {
  opacity: 0.8;
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 80px;
}
.dashboard-tile.header {
  position: relative;
  overflow: hidden;
}
.dashboard-tile.detail {
  position: relative;
  overflow: hidden;
}
.dashboard-tile.detail .content {
  background: transparent;
  padding: 10px 10px 13px;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.dashboard-tile.detail .icon {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  width: 80px;
  right: 40px;
  bottom: 9px;
}
.dashboard-tile.detail .icon i {
  color: rgba(0, 0, 0, 0.05);
  font-size: 85px;
  line-height: 65px;
}
.dashboard-tile .content p {
  margin-bottom: 0;
  padding: 10px;
  font-weight: 4 00;
  font-size: 14px;
  clear: both;
}
#main-content .dashboard-tile .content h1 {
  margin: 0;
  font-weight: 300;
  font-size: 40px;
  padding: 8px;
}
/* ==========================================================================
  Forms
   ========================================================================== */
.form-control {
  color: #717171;
  outline: 0;
  height: 18px;
  padding: 6px 11px;
  line-height: 16px;
  font-size: 13px;
  background-color: #fafafa;
  min-height: 30px;
  filter: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-control:focus {
  border-color: #3c88bc;
  background-color: #fff;
}
.form-horizontal.form-border .form-group {
  border-bottom: 1px solid #eff2f7;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.input-group {
  margin-bottom: 15px;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
label.error {
  color: #fff;
  background: #b94a48;
  border: solid thin #fff;
  padding: 3px 5px;
}
label.valid {
  color: #fff;
  background: #5CB85C;
  border: solid thin #fff;
  padding: 3px 5px;
}
.icheck div,
.icheck .disabled {
  float: left;
}
.icheck div {
  margin-right: 10px;
}
.icheck label {
  font-weight: normal;
}
.icheck .checkbox,
.icheck .radio {
  margin-bottom: 10px;
}
/* ==========================================================================
  Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  font-weight: normal;
  /*
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;*/
  padding: 8px 14px;
  margin-bottom: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.btn:hover,
.btn:focus {
  outline: none;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none!important;
}
.btn.disabled,
.btn[disabled],
.btn fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* Default Buttons*/
.btn-default,
a.btn-default:link,
a.btn-default:visited {
  color: #3c88bc;
  background-color: #fff;
  outline: none!important;
}
a.btn-default:hover,
a.btn-default:active {
  color: #333;
  background-color: #fff;
  border-color: #3c88bc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #3c88bc;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #fff;
  border-color: #3c88bc;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #3c88bc;
}
.btn-primary,
a.btn-primary:link,
a.btn-primary:visited {
  color: #fff;
  background-color: #3c88bc;
}
a.btn-primary:hover,
a.btn-primary:active {
  color: #ffffff;
  background-color: #4c94c6;
  border-color: #4c94c6;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #4c94c6;
  border-color: #4c94c6;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background: #3c88bc;
  border-color: #3c88bc;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3c88bc;
  border-color: #3c88bc;
}
.btn-info {
  color: #ffffff;
  background-color: #3598db;
}
.btn-info,
a.btn-info:link,
a.btn-info:visited {
  color: #ffffff;
  background-color: #3598db;
}
a.btn-info:hover,
a.btn-info:active {
  color: #ffffff;
  background-color: #4ba3df;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #4ba3df;
  border-color: #4ba3df;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #3598db;
  border-color: #3598db;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #3598db;
  border-color: #3598db;
}
.btn-danger {
  color: #ffffff;
  background-color: #e84c3d;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #eb6154;
  border-color: #eb6154;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #eb6154;
  border-color: #eb6154;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e84c3d;
  border-color: #e84c3d;
}
.btn-success {
  color: #0a638c;
  /* background-color: @link_color;
  border: 1px solid darken(@link_color,20%); */
  background-color: rgba(66, 165, 245, 0.27);
  border: 1px solid #0a638c;
  font-size: 12px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #306c95;
  border-color: 1px solid #23506f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #3c88bc;
  border: 1px solid #23506f;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #306c95;
  border: 1px solid #23506f;
}
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #f2ca27;
  border-color: #f2ca27;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
/* 3d Buttons*/
.btn.btn-3d {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn.btn-3d:active {
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.btn-default.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #A6AAAC;
  -moz-box-shadow: 0px 6px 0px #A6AAAC;
  box-shadow: 0px 6px 0px #A6AAAC;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
  background-color: #bdc3c7;
}
.btn-default.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #A6AAAC;
  -moz-box-shadow: 0px 2px 0px #A6AAAC;
  box-shadow: 0px 2px 0px #A6AAAC;
}
.btn-default.btn-3d:hover,
.btn-default.btn-3d:focus {
  background-color: #bdc3c7;
}
.btn-primary.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #14a084;
  -moz-box-shadow: 0px 6px 0px #14a084;
  box-shadow: 0px 6px 0px #14a084;
}
.btn-primary.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #14a084;
  -moz-box-shadow: 0px 2px 0px #14a084;
  box-shadow: 0px 2px 0px #14a084;
}
.btn-primary.btn-3d:hover,
.btn-primary.btn-3d:focus {
  background-color: #3c88bc;
}
.btn-success.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #2ab263;
  -moz-box-shadow: 0px 6px 0px #2ab263;
  box-shadow: 0px 6px 0px #2ab263;
}
.btn-success.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #2ab263;
  -moz-box-shadow: 0px 2px 0px #2ab263;
  box-shadow: 0px 2px 0px #2ab263;
}
.btn-success.btn-3d:hover,
.btn-success.btn-3d:focus {
  background-color: #2dcc70;
}
.btn-info.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #2e86c1;
  -moz-box-shadow: 0px 6px 0px #2e86c1;
  box-shadow: 0px 6px 0px #2e86c1;
}
.btn-info.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #2e86c1;
  -moz-box-shadow: 0px 2px 0px #2e86c1;
  box-shadow: 0px 2px 0px #2e86c1;
}
.btn-info.btn-3d:hover,
.btn-info.btn-3d:focus {
  background-color: #3598db;
}
.btn-warning.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #d6ae11;
  -moz-box-shadow: 0px 6px 0px #d6ae11;
  box-shadow: 0px 6px 0px #d6ae11;
}
.btn-warning.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #d6ae11;
  -moz-box-shadow: 0px 2px 0px #d6ae11;
  box-shadow: 0px 2px 0px #d6ae11;
}
.btn-warning.btn-3d:hover,
.btn-warning.btn-3d:focus {
  background-color: #f1c40f;
}
.btn-danger.btn-3d {
  -webkit-box-shadow: 0px 6px 0px #c94034;
  -moz-box-shadow: 0px 6px 0px #c94034;
  box-shadow: 0px 6px 0px #c94034;
}
.btn-danger.btn-3d:active {
  -webkit-box-shadow: 0px 2px 0px #c94034;
  -moz-box-shadow: 0px 2px 0px #c94034;
  box-shadow: 0px 2px 0px #c94034;
}
.btn-danger.btn-3d:hover,
.btn-danger.btn-3d:focus {
  background-color: #e84c3d;
}
/* square buttons */
.btn-square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* Transparent buttons */
.btn-default.btn-trans {
  color: #bdc3c7;
  background-color: transparent;
  border: solid thin #bdc3c7;
}
.btn-default.btn-trans:hover,
.btn-default.btn-trans:active,
.btn-default.btn-trans:focus {
  color: #fff;
  background-color: #bdc3c7;
  border: solid thin #bdc3c7;
}
.btn-primary.btn-trans,
a.btn-primary.btn-trans:link,
a.btn-primary.btn-trans:visited {
  color: #3c88bc;
  background-color: transparent;
  border: solid thin #3c88bc;
}
a.btn-primary.btn-trans:hover,
a.btn-primary.btn-trans:active,
a.btn-primary.btn-trans:focus {
  color: #fff;
  background-color: #3c88bc;
  border: solid thin #3c88bc;
}
.btn-success.btn-trans {
  color: #2dcc70;
  background-color: transparent;
  border: solid thin #2dcc70;
}
.btn-success.btn-trans:hover,
.btn-success.btn-trans:active,
.btn-success.btn-trans:focus {
  color: #fff;
  background-color: #2dcc70;
  border: solid thin #2dcc70;
}
.btn-info.btn-trans {
  color: #3598db;
  background-color: transparent;
  border: solid thin #3598db;
}
.btn-info.btn-trans:hover,
.btn-info.btn-trans:active,
.btn-info.btn-trans:focus {
  color: #fff;
  background-color: #3598db;
  border: solid thin #3598db;
}
.btn-warning.btn-trans {
  color: #f1c40f;
  background-color: transparent;
  border: solid thin #f1c40f;
}
.btn-warning.btn-trans:hover,
.btn-warning.btn-trans:active,
.btn-warning.btn-trans:focus {
  color: #fff;
  background-color: #f1c40f;
  border: solid thin #f1c40f;
}
.btn-danger.btn-trans {
  color: #e84c3d;
  background-color: transparent;
  border: solid thin #e84c3d;
}
.btn-danger.btn-trans:hover,
.btn-danger.btn-trans:active,
.btn-danger.btn-trans:focus {
  color: #fff;
  background-color: #e84c3d;
  border: solid thin #e84c3d;
}
/* Button Sizes */
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* ==========================================================================
  Badges
   ========================================================================== */
.badge.badge-success {
  background-color: #2dcc70;
  color: #fff;
}
.badge.badge-info {
  background-color: #3598db;
  color: #fff;
}
.badge.badge-warning {
  background-color: #f1c40f;
  color: #fff;
}
.badge.badge-danager {
  background-color: #e84c3d;
  color: #fff;
}
.badge.badge-gray {
  background-color: #777;
  color: #fff;
}
/* ==========================================================================
 Sliders
   ========================================================================== */
.slider.slider-horizontal {
  margin: 10px 0;
}
.slider.slider-vertical {
  margin: 0 10px;
}
.slider-handle.round {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #EFF2F7;
  background: #fff;
  cursor: pointer;
}
.slider-default .slider-selection {
  background-image: none;
  background-color: #bdc3c7;
}
.slider-primary .slider-selection {
  background-image: none;
  background-color: #3c88bc;
}
.slider-success .slider-selection {
  background-image: none;
  background-color: #2dcc70;
}
.slider-warning .slider-selection {
  background-image: none;
  background-color: #f1c40f;
}
.slider-info .slider-selection {
  background-image: none;
  background-color: #3598db;
}
.slider-danger .slider-selection {
  background-image: none;
  background-color: #e84c3d;
}
#RGB {
  height: 239px;
  background: #808080;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
/* ==========================================================================
   Progress Bars
   ========================================================================== */
.progress-bar-default {
  background-color: #bdc3c7;
}
.progress-bar-primary {
  background-color: #3c88bc;
}
.progress-bar-success {
  background-color: #2dcc70;
}
.progress-bar-warning {
  background-color: #f1c40f;
}
.progress-bar-info {
  background-color: #3598db;
}
.progress-bar-danger {
  background-color: #e84c3d;
}
/* ==========================================================================
   Nestable Sortable
   ========================================================================== */
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 14px;
  line-height: 20px;
}
.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}
.dd-collapsed .dd-list {
  display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.dd-handle {
  cursor: move;
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #ccc;
  background: #fafafa;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-handle:hover {
  background: #fff;
  color: #3c88bc;
}
.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  float: left;
  width: 25px;
  height: 20px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}
.dd-item > button:before {
  content: '+';
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}
.dd-item > button[data-action="collapse"]:before {
  content: '-';
}
.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: #f2fbff;
  border: 1px dashed #b6bcbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd-empty {
  border: 1px dashed #bbb;
  min-height: 100px;
  background-color: #e5e5e5;
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}
.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}
.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/* ==========================================================================
   Button Menu
   ========================================================================== */
.dropdown-menu {
  background-color: #fff;
  border-color: #b8b8b8;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px;
  border-radius: 0;
}
.dropdown-menu > li {
  font-size: 12px;
}
.dropdown-menu > li > a {
  color: #797979;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu .divider {
  background-color: #DDD;
  margin: 2px 0;
}
.btn-default + .dropdown-menu > li > a:hover,
.btn-default + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #fff;
  color: #3c88bc;
}
.btn-primary + .dropdown-menu > li > a:hover,
.btn-primary + .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
}
.btn-info + .dropdown-menu > li > a:hover,
.btn-info + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #2C81BA;
  color: #fff;
}
.btn-warning + .dropdown-menu > li > a:hover,
.btn-warning + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #f2ca27;
  color: #fff;
}
.btn-danger + .dropdown-menu > li > a:hover,
.btn-danger + .dropdown-menu > li > a:focus {
  text-decoration: none;
  background-color: #c1392b;
  color: #fff;
}
/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
.breadcrumb {
  background: none;
}
.breadcrumb > li {
  font-size: 12px;
}
/* ==========================================================================
  Modal
   ========================================================================== */
.modal-footer .btn + .btn {
  margin-bottom: 5px;
}
.modal .modal-body.modal-scroll {
  max-height: 300px;
  overflow-y: auto;
}
/* ==========================================================================
   FlotChart
   ========================================================================== */
.chart-tooltip {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background-color: #233242 !important;
  border: 0px !important;
  color: #ffffff;
  padding: 10px 20px !important;
  font-size: 12px;
}
/* ==========================================================================
   Icons
   ========================================================================== */
.fa-hover {
  margin: 5px 0;
}
.fa-hover i {
  font-size: 14px;
  margin-right: 5px;
  width: 20px;
}
/* ==========================================================================
   Tabs
   ========================================================================== */
.tab-wrapper {
  margin-bottom: 20px;
}
.tab-wrapper .nav-tabs > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.tab-wrapper .tab-content {
  border: 1px solid #ddd;
  border-top: 0;
  padding: 10px 15px;
}
.tab-wrapper > .nav-tabs > li a {
  color: #5D5F63;
}
.tab-wrapper > .nav-tabs > li.active > a {
  border-top: 2px solid #3c88bc;
  background-color: #ffffff;
}
.tab-wrapper.tab-left > .nav-tabs > li,
.tab-wrapper.tab-right > .nav-tabs > li {
  float: none;
  min-width: 75px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a,
.tab-wrapper.tab-right > .nav-tabs > li > a {
  border: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a,
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
  border-top-color: #ddd !important;
}
.tab-wrapper.tab-left .tab-content,
.tab-wrapper.tab-right .tab-content {
  overflow: auto;
  border-top: 1px solid #ddd;
}
.tab-wrapper.tab-left > .nav-tabs {
  float: left;
  margin-right: -3px;
}
.tab-wrapper.tab-left > .nav-tabs > li > a {
  border-right: 0;
}
.tab-wrapper.tab-left > .nav-tabs > li.active > a {
  border-left: 2px solid #3c88bc;
}
.tab-wrapper.tab-right > .nav-tabs {
  float: right;
  margin-left: -1px;
}
.tab-wrapper.tab-right > .nav-tabs > li > a {
  border-left: 0;
}
.tab-wrapper.tab-right > .nav-tabs > li.active > a {
  border-right: 2px solid #3c88bc;
}
.tab-wrapper.tab-bottom > .tab-content {
  border-top: 1px solid #ddd;
}
.tab-wrapper.tab-bottom > .nav-tabs {
  border-bottom: none;
  margin-top: 0px;
}
.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
  margin-top: -2px;
  border-top-color: transparent !important;
  border-bottom: 2px solid #3c88bc;
}
.tab-primary.tab-wrapper > .nav-tabs > li.active > a {
  border-top-color: #3c88bc;
}
.tab-primary.tab-wrapper.tab-left > .nav-tabs > li.active {
  border-left-color: #3c88bc;
}
.tab-primary.tab-wrapper.tab-right > .nav-tabs > li.active {
  border-right-color: #3c88bc;
}
.tab-primary.tab-wrapper.tab-bottom > .nav-tabs > li.active > a {
  border-bottom-color: #3c88bc;
}
/* ==========================================================================
   Panels
   ========================================================================== */
.panel {
  border: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.panel > .panel-heading {
  /*font-size: 13px;*/
  font-weight: 400;
  /*text-transform: uppercase;*/
  padding: 15px;
}
.panel .actions {
  /* position: absolute; */
  right: 30px;
  top: 18px;
}
.panel .actions i {
  font-size: 1em;
  margin: 0 3px;
}
.panel .actions i:hover {
  cursor: pointer;
}
.panel > .panel-footer {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 15px;
}
.panel-default > .panel-heading {
  border-color: #eff2f7;
  background: #fafafa;
  color: #767676;
}
.panel-default .actions i {
  font-size: 1em;
  color: #bdc3c7;
  margin: 0 3px;
}
.panel-default .actions i:hover {
  cursor: pointer;
  color: #767676;
}
.panel-default > .panel-footer {
  border-color: #eff2f7;
  background: #fafafa;
  color: #767676;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #3c88bc;
  border-color: #3c88bc;
}
.panel-primary {
  border-color: #3c88bc;
}
.panel-primary > .panel-heading a,
.panel-primary > .panel-heading a:hover {
  color: #fff;
}
.panel-solid-default > .panel-heading,
.panel-solid-default > .panel-body,
.panel-solid-default > .panel-footer {
  background: #bdc3c7;
  color: #fff;
  border: none;
}
.panel-solid-primary > .panel-heading,
.panel-solid-primary > .panel-body,
.panel-solid-primary > .panel-footer {
  background: #3c88bc;
  color: #fff;
  border: none;
}
.panel-solid-success > .panel-heading,
.panel-solid-success > .panel-body,
.panel-solid-success > .panel-footer {
  background: #2dcc70;
  color: #fff;
  border: none;
}
.panel-solid-warning > .panel-heading,
.panel-solid-warning > .panel-body,
.panel-solid-warning > .panel-footer {
  background: #f1c40f;
  color: #fff;
  border: none;
}
.panel-solid-info > .panel-heading,
.panel-solid-info > .panel-body,
.panel-solid-info > .panel-footer {
  background: #3598db;
  color: #fff;
  border: none;
}
.panel-solid-danger > .panel-heading,
.panel-solid-danger > .panel-body,
.panel-solid-danger > .panel-footer {
  background: #e84c3d;
  color: #fff;
  border: none;
}
.info-bar-title {
  margin-bottom: -5px;
}
.critical-message {
  margin-left: 48px;
}
/* ==========================================================================
   Wizard
   ========================================================================== */
.step-content {
  border: 1px solid #D4D4D4;
  border-top: 0;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  padding: 10px;
  margin-bottom: 10px;
}
.wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.wizard:before,
.wizard:after {
  display: table;
  line-height: 0;
  content: "";
}
.wizard:after {
  clear: both;
}
.wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}
.wizard ul.previous-disabled li.complete {
  cursor: default;
}
.wizard ul.previous-disabled li.complete:hover {
  color: #468847;
  cursor: default;
  background: #f3f4f5;
}
.wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}
.wizard ul li {
  position: relative;
  float: left;
  height: 46px;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
  color: #999999;
  cursor: default;
  background: #ededed;
}
.wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #d4d4d4;
}
.wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}
.wizard ul li.complete {
  color: #3c88bc;
  background: #f3f4f5;
}
.wizard ul li.complete:hover {
  cursor: pointer;
  background: #e1f2ef;
}
.wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e1f2ef;
}
.wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}
.wizard ul li.active {
  color: #3c88bc;
  background: #fff;
}
.wizard ul li.active .chevron:before {
  border-left: 14px solid #fff;
}
.wizard ul li .badge {
  margin-right: 8px;
}
.wizard ul li:first-child {
  padding-left: 20px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wizard .actions {
  position: initial;
  z-index: 1000;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}
.wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}
.wizard .actions .btn-prev i {
  margin-right: 5px;
  color: #fff;
}
.wizard .actions .btn-next i {
  margin-left: 5px;
  color: #fff;
}
.wizard .actions .btn-prev[disabled] i {
  color: rgba(255, 255, 255, 0.75);
}
.step-content .step-pane {
  display: none;
}
.step-content .active {
  display: block;
}
.step-content .active .btn-group .active {
  display: inline-block;
}
.wizard .steps .badge.badge-info {
  background-color: #3c88bc;
}
.wizard .steps .badge.badge-success {
  background-color: #3c88bc;
}
.form-group .title {
  text-align: right;
}
/* ==========================================================================
   Mail
   ========================================================================== */
.mail-option ul li {
  list-style: none;
}
#view-mail-wrapper header {
  color: #a2a2a2;
}
#view-mail-wrapper header h2 {
  border-bottom: 1px solid #ddd;
  padding: 0 0 15px 0;
}
#view-mail-wrapper header p {
  position: absolute;
  right: 35px;
  top: 48px;
}
#view-mail-wrapper .view-mail-header {
  padding-top: 5px;
}
#view-mail-wrapper .view-mail-header img {
  margin-right: 10px;
}
#view-mail-wrapper .view-mail-reply {
  margin-top: 12px;
}
#view-mail-wrapper .view-mail-body {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}
#view-mail-wrapper .view-mail-body p {
  line-height: 1.8em;
}
#view-mail-wrapper .view-mail-body .panel-footer,
#view-mail-wrapper .view-compose-body .panel-footer {
  background: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  padding: 15px 0;
}
#view-mail-wrapper .view-mail-body .panel-footer h5 {
  display: inline-block;
}
#view-mail-wrapper .view-mail-body .panel-footer .attchments {
  padding: 0 8px;
  text-transform: lowercase;
}
#view-mail-wrapper .view-mail-body .panel-footer button.pull-right {
  margin: 0 0 0px 8px;
}
.send-options {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  position: absolute;
  right: 45px;
  top: 22px;
}
.send-options a {
  color: #979797;
}
#form-group-cc,
#form-group-bcc {
  display: none;
}
.compose-nav > li + li {
  margin-left: 0;
  margin-top: 0px;
}
.compose-nav li a,
.compose-nav li a:visited {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border-top: 1px solid #f2f3f6;
  padding: 15px;
  border-right: 3px solid rgba(0, 0, 0, 0);
  color: #5D5F63;
}
.compose-nav > li.active > a,
.compose-nav > li.active > a:hover,
.compose-nav > li.active > a:focus {
  background: #f9f9f9;
  color: #3c88bc;
  border-left: 3px solid #3c88bc;
  margin-left: -3px;
}
.compose-nav > li > a:hover,
.compose-nav > li > a:focus {
  background: #f9f9f9;
  color: #3c88bc;
  border-left: 3px solid #3c88bc;
  margin-left: -3px;
}
.mail-checkbox {
  margin: 0 15px 0 8px;
}
.mail-option .btn-group .fa-refresh,
.pag-left,
.pag-right {
  color: #fff;
}
.inbox-pag li {
  float: left;
  margin-left: 5px;
}
.inbox-pag li span {
  display: inline-block;
  margin-top: 7px;
  margin-right: 5px;
}
.compose-nav {
  margin: 15px -15px 0 -15px;
}
.table-inbox span.title {
  display: block;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.table-inbox tr {
  background: #f9f9f9;
}
.table-inbox tr.unread {
  background: #fff;
}
.table-inbox a,
.table-inbox a:visited {
  color: #5D5F63;
}
.table-inbox .unread a,
.table-inbox .unread a:visited {
  color: #3c88bc;
}
.table-inbox .fa-star {
  color: #f1c40f;
}
/* ==========================================================================
   Google Maps
   ========================================================================== */
.overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  opacity: 0.8;
  background: #3c88bc;
  border: solid 3px #3c88bc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 2px 2px 10px #333;
  text-shadow: 1px 1px 1px #666;
  padding: 0 4px;
}
.overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}
.overlay_arrow.above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #3c88bc;
}
.overlay_arrow.below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #3c88bc;
}
/* ==========================================================================
   Login
   ========================================================================== */
#login-container {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
}
#login-wrapper {
  margin: 100px auto;
  float: none;
}
#login-wrapper .logo {
  color: #fff;
  font-size: 1.7em;
  text-transform: uppercase;
  display: inline-block;
}
#login-wrapper .logo:before {
  background-image: url('../img/logo.png');
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 20px;
  content: "\00a0";
}
#login-wrapper .form-group i {
  position: absolute;
  left: 27px;
  top: 11px;
}
#login-wrapper #email,
#login-wrapper #password {
  padding-left: 32px;
}
/* ==========================================================================
   Error Pages 404 and 500
   ========================================================================== */
#error-container {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transition: all 3s ease-in-out;
  -moz-transition: all 3s ease-in-out;
  -o-transition: all 3s ease-in-out;
  -ms-transition: all 3s ease-in-out;
  transition: all 3s ease-in-out;
  color: #fff;
  background: #405d8c;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
  /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #405d8c), color-stop(100%, #293949));
  /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
  /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover, #405d8c 0%, #293949 100%);
  /* IE10+ */
  background: radial-gradient(ellipse at center, #405d8c 0%, #293949 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#405d8c', endColorstr='#293949', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
#error-container .block-error {
  width: 400px;
  margin: 50px auto 0px;
}
#error-container header h1.error {
  color: #fff;
  font-size: 250px;
}
#error-container header p {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}
#error-container p {
  margin: 10px 0 40px 0;
}
/* ==========================================================================
   Timeline
   ========================================================================== */
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.timeline .time-layer {
  margin-right: -33px;
  margin-top: 30px;
  position: relative;
  margin-bottom: 30px;
}
.timeline:before {
  background-color: #d8d9df;
  bottom: 0px;
  content: "";
  /* left:50%; */
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
h3.timeline-title {
  margin: 0;
  color: #C8CCD7;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.timeline-layer .panel .panel-heading h1 i {
  color: #bdc3c7;
}
.timeline-item:before,
.timeline-item.left:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item {
  /* display:table-row; */
  display: inline-block;
}
.timeline-layer {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-layer h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}
.timeline-layer .panel {
  display: block;
  margin-left: 45px;
  position: relative;
  text-align: left;
  background: #fff;
}
.timeline-item .timeline-layer .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}
.timeline-item .timeline-layer .arrow {
  border-right: 8px solid #fff;
}
.timeline-item.left .timeline-layer .arrow-left {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  right: -7px;
  position: absolute;
  top: 13px;
  width: 0;
  left: auto;
}
.timeline-item.left .timeline-layer .arrow-left {
  border-left: 8px solid #fff;
}
.timeline .timeline-icon {
  left: -60px;
  position: absolute;
  top: 5px;
}
.timeline .timeline-icon {
  /*background: #bdc3c7;*/
}
.timeline .timeline-icon {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 30px;
  width: 30px;
  text-align: center;
  color: #fff;
}
.timeline .timeline-icon i {
  margin-top: 9px;
}
.timeline-item.left .timeline-icon {
  left: auto;
  right: -11%;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.timeline .timeline-date {
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
  display: none;
}
.timeline-item.left .timeline-date {
  left: auto;
  right: -245px;
  text-align: left;
  display: none;
}
.timeline-item.left:before {
  display: none;
}
.timeline-layer p {
  font-size: 14px;
  margin-bottom: 0;
  color: #FFF;
}
.timeline-layer .panel {
  margin-bottom: 5px;
}
.timeline-layer .album {
  margin-top: 20px;
}
.timeline-item.left .timeline-layer .album {
  margin-top: 20px;
  float: right;
}
.timeline-layer .notification {
  background: #FFFFFF;
  margin-top: 20px;
  padding: 4px;
}
.timeline-item.left .panel {
  margin-left: 0;
  margin-right: 45px;
}
.timeline-item.left h1,
.timeline-item.left p {
  text-align: right;
}
/* ==========================================================================
   Calendar
   ========================================================================== */
#cal {
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#events {
  background: #3c88bc;
  background: #fafafa;
  /*color: #fff;*/
  /*height: 755px;*/
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#events h2 {
  font-size: 3em;
  font-weight: 300;
}
#events h3 {
  font-size: 2em;
  font-weight: 300;
  padding: 0;
  margin: 0 0 50px 0;
}
.external-event.ui-draggable {
  margin: 10px 0;
  padding: 5px;
  background: #149e82;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.external-event.ui-draggable:hover {
  cursor: move;
}
/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #3c88bc;
  border-color: #3c88bc;
}
.pagination > li > a,
.pagination > li > span {
  color: #3c88bc;
}
/* ==========================================================================
   Colors
   ========================================================================== */
.default-bg {
  background-color: #bdc3c7;
}
.primary-bg {
  background-color: #3c88bc;
}
.success-bg {
  background-color: #2dcc70;
}
.warning-bg {
  background-color: #f1c40f;
}
.info-bg {
  background-color: #3598db;
}
.danger-bg {
  background-color: #e84c3d;
}
.default-txt {
  color: #bdc3c7;
}
.primary-txt {
  color: #3c88bc;
}
.success-txt {
  color: #2dcc70;
}
.warning-txt {
  color: #f1c40f;
}
.info-txt {
  color: #3598db;
}
.danger-txt {
  color: #e84c3d;
}
.light-txt {
  color: #333;
}
.label-default {
  background-color: #bdc3c7;
}
.label-primary {
  background-color: #3c88bc;
}
.label-success {
  background-color: #2dcc70;
}
.label-warning {
  background-color: #f1c40f;
}
.label-info {
  background-color: #3598db;
}
.label-danger {
  background-color: #e84c3d;
}
/* tag background - task modal */
.task-tag-item,
.task-label {
  background-color: #b8b8b8 !important;
}
/* ==========================================================================
   Charts JS
   ========================================================================== */
.canvas-container {
  min-height: 300px;
  max-height: 600px;
  position: relative;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 767px) and (min-width: 480px) {
  /* Main Content */
  #main-content .h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 660px) {
  #header {
    height: 160px;
  }
  #header .brand {
    width: 100%;
  }
  #header .user-nav ul {
    padding-left: 0;
  }
  #header .toggle-navigation.toggle-left {
    float: left;
  }
  .sidebar {
    margin-left: -240px;
  }
  .sidebar-toggle {
    margin-left: 0;
    width: 100%;
  }
  .main-content-wrapper {
    margin-left: 0;
  }
  .main-content-toggle-left {
    margin-left: 660px;
  }
  .sidebarRight {
    top: 160px;
    width: 100%;
  }
  .user-nav ul li {
    font-size: 12px;
  }
}
@media only screen and (max-width: 479px) {
  /* Main Content */
  #main-content .h1 {
    font-size: 22px;
  }
  #header .dropdown.messages {
    display: none;
  }
}
/* other */
.add-task {
  padding-bottom: 5px;
}
.add-task-btn {
  font-size: 14px;
}
.table-inbox tr {
  background-color: #fff;
}
img.img-rounded,
.task-user-name img,
.kanban-task-user-list li button img {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.7;
}
.project-avatar {
  min-width: 32px;
  max-width: 32px;
  height: auto;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.7;
}
.przeterminowane a,
.przeterminowane a:visited {
  color: #e84c3d;
}
.task-info {
  background-color: #fff !important;
}
.task-info :hover {
  background: #fff !important;
}
.task-table-date {
  width: 150px;
}
.task-label {
  margin: 2px 0 0 3px;
}
.task-user-avatar {
  max-width: 24px;
}
.task-list-users {
  margin-top: 10px;
}
.task-list-users i {
  color: #bdc3c7;
  margin: 0 5px;
}
.task-owner-avatar {
  border: 1px solid #3c88bc;
}
.project-name {
  font-size: 30px;
  vertical-align: middle;
}
.project-name-info {
  margin-left: 48px;
}
.top-user-avatar {
  max-width: 18px;
}
.task-time-title {
  padding: 20px !important;
  text-align: left;
}
.top-btn-font {
  font-size: 12px;
}
.top-project-avatar {
  min-width: 32px;
  max-width: 32px;
  height: auto;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.7;
  vertical-align: middle;
}
.top-user-avatar {
  min-width: 32px;
  max-width: 32px;
  height: auto;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: 5px;
}
.top-nav-avatar {
  max-width: 18px;
  min-width: 32px;
  max-width: 32px;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.7;
  vertical-align: middle;
  margin-bottom: 5px;
  min-width: 35px;
  max-width: 35px;
  height: auto;
}
.task-big-avatar {
  min-width: 32px;
  max-width: 32px;
  height: auto;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  opacity: 0.7;
}
.task-action-buttons {
  width: 100px;
}
.task-action-buttons .btn-default.btn-trans {
  font-size: 10px;
  width: 100%;
}
.panel-activity {
  background-color: rgba(255, 255, 255, 0) !important;
}
.panel-activity .panel-heading {
  padding-bottom: 0;
}
.panel-activity .panel-body {
  padding-top: 0;
}
.activity {
  opacity: 0;
}
.nav-search {
  display: inline-block;
  margin-left: 50px;
  width: 30%;
  border-bottom: 1px solid #dadada;
  color: #dadada;
  padding: 0 0 5px 0;
  font-size: 25px;
  font-weight: 300;
}
.comment-add-button {
  margin: 10px 0;
}
.radio-margin {
  margin-top: 0;
}
.search-project {
  min-height: 30px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
  /*padding-right: 15px !important;*/
}
a.btn {
  color: #0a638c;
}
.table-responsive .btn.disabled,
table .btn.disabled {
  color: #5d5f63;
}
.table-responsive a.btn.disabled,
table a.btn.disabled {
  color: #FFF;
}
table .actions,
.table-responsive .actions {
  position: static !important;
}
.table-responsive .actions i,
table .actions i {
  color: #FFF;
}
.btn-icon-only {
  padding: 0;
}
.project-list-table {
  height: calc(100vh - 295px);
}
.img-rounded {
  border-radius: 50%;
}
#events .damage-info {
  padding: 5px 25px 5px 25px !important;
}
.project-contractor .input-group-btn a,
.project-contractor .input-group-btn a:visited,
.project-contractor .input-group-btn a:link {
  background: transparent;
  color: #3c88bc;
}
.project-contractor .input-group-btn a:hover {
  background: #3c88bc;
  color: #FFF;
}
.project-open-task {
  cursor: pointer;
}
.project-open-task:hover {
  color: #3c88bc;
}
#tasks-ld .taks-preview,
.projects-start-wrapper .taks-preview,
.projects-inout-wrapperr .taks-preview {
  cursor: pointer;
}
.projects-start-wrapper .taks-preview:hover,
.projects-inout-wrapper .taks-preview:hover {
  color: #3c88bc;
}
#in-out {
  background: #FAFAFA;
}
.timeline .panel-body {
  padding: 15px;
}
.timeline {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  position: relative;
  table-layout: fixed;
  width: 100%;
}
.timeline .time-layer {
  margin-bottom: 30px;
  margin-right: -40px;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.timeline .time-line-date-container {
  cursor: pointer;
}
.timeline:before {
  background-color: #d8d9df;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 30px;
  width: 1px;
  z-index: 0;
}
h3.timeline-title {
  color: #c8ccd7;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.timeline-layer .panel .panel-heading h1 i {
  color: #bdc3c7;
}
.timeline-item:before,
.timeline-item.left:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item {
  display: table-row;
}
.timeline-layer {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.timeline-layer h1 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
}
.timeline-layer .panel {
  background: none repeat scroll 0 0 #fff;
  display: block;
  margin-left: 45px;
  position: relative;
  text-align: left;
}
.timeline-item .timeline-layer .arrow {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: -7px;
  position: absolute;
  top: 13px;
  width: 0;
}
.timeline-item .timeline-layer .arrow {
  border-right: 8px solid #fff;
}
.timeline-item.left .timeline-layer .arrow-left {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  left: auto;
  position: absolute;
  right: -7px;
  top: 13px;
  width: 0;
}
.timeline-item.left .timeline-layer .arrow-left {
  border-left: 8px solid #fff;
}
.timeline .timeline-icon {
  left: -60px;
  position: absolute;
  top: 5px;
}
.timeline .timeline-icon p {
  text-align: center !important;
}
.timeline .timeline-icon {
  /*background: none repeat scroll 0 0 #bdc3c7;*/
  /*background: none repeat scroll 0 0 #eee;*/
  /*border: 1px solid #CCC;*/
}
.timeline .timeline-icon {
  border-radius: 50%;
  color: #fff;
  display: block;
  height: 30px;
  text-align: center;
  width: 30px;
  overflow: hidden;
}
.timeline .timeline-icon img {
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  /* Firefox 35+ */
  -webkit-filter: grayscale(1);
  opacity: 0.7;
}
.timeline .timeline-icon > div {
  position: relative;
  line-height: 200%;
  color: #000;
}
.timeline .timeline-icon i {
  margin-top: 9px;
}
.timeline .time-icon:before {
  font-size: 16px;
  margin-top: 5px;
}
.timeline .timeline-date {
  display: none;
  left: -245px;
  position: absolute;
  text-align: right;
  top: 12px;
  width: 150px;
}
.timeline-item.left .timeline-date {
  display: none;
  left: auto;
  right: -245px;
  text-align: left;
}
.timeline-item.left:before {
  display: none;
}
.timeline-layer p {
  color: #FFF;
  font-size: 14px;
  margin-bottom: 0;
}
.timeline-layer .panel {
  margin-bottom: 5px;
}
.timeline-layer .album {
  margin-top: 20px;
}
.timeline-item.left .timeline-layer .album {
  float: right;
  margin-top: 20px;
}
.timeline-layer .notification {
  background: none repeat scroll 0 0 #ffffff;
  margin-top: 20px;
  padding: 4px;
}
.timeline-item.left .panel {
  margin-left: 0;
  margin-right: 45px;
}
.timeline-item.left h1,
.timeline-item.left p {
  text-align: right;
}
.timeline-item-header {
  display: block;
  width: 100%;
}
.timeline-date-container.hide-childs .timeline-item-news {
  display: none;
}
.timeline-date-container .timeline-item-news {
  display: table-row;
}
span.mails-inout {
  text-transform: lowercase;
}
.invoice_file_remove {
  cursor: pointer;
}
.invoice_file_remove:hover {
  color: #3c88bc;
}
.invoice_file_info {
  line-height: 36px;
  word-break: break-all;
}
.next .icon-arrow-right,
.prev .icon-arrow-left {
  font-family: fontawesome;
  font-style: normal;
}
.next .icon-arrow-right:before {
  content: '\f061';
}
.prev .icon-arrow-left:before {
  content: '\f060';
}
#task-view .task-kanban {
  background: #edf2f8;
  overflow-x: scroll;
  /* height: calc(100vh - -5px); */
  /* max-height: calc(100vh - 44px); */
  padding: 5px;
  color: #5f6679;
  position: relative;
  /* height: calc(100vh - -91px); */
  top: 0;
  background: #fff;
  height: 100%;
  overflow: auto;
}
#task-view .task-kanban #board {
  margin-top: 10px;
  padding-left: 10px;
}
/*
.modal-backdrop {
  z-index: -1;
}
*/
.calendar {
  padding-left: 239px;
}
.daterangepicker .calendar {
  padding: 0;
}
.task-calendar aside.sidebar {
  /*height: calc(100vh - 125px);*/
  background: #fafafa;
}
#myEvents {
  min-height: 50px;
  height: calc( 100vh - 294px );
  overflow: auto;
  margin-left: -10px;
  width: 221px;
}
.project-tasks-list.clearfix.table-responsive {
  overflow-y: visible;
  overflow-x: visible;
}
/*.project-name {
  max-width: 49px !important;
  text-align: center;
  width: 49px !important;
}*/
p.bg-danger {
  padding: 15px;
}
p.bg-info {
  padding: 15px;
}
a.document-link {
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
  text-overflow: ellipsis;
}
.blueimp-gallery > .download-link {
  position: absolute;
  bottom: 0;
  color: #fff;
  left: 15px;
  font-size: 30px;
  display: none;
  z-index: 1000000;
}
.blueimp-gallery > .download-link .image-description-button {
  background-color: rgba(66, 165, 245, 0.8);
  height: 39px;
  margin: 0px;
  margin-left: 10px;
  color: #fff;
}
.blueimp-gallery > .download-link .image-description-button:hover {
  background-color: #306c95;
}
.blueimp-gallery > .download-link a {
  color: #FFF;
  opacity: .5;
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 28px;
}
.blueimp-gallery > .download-link a:hover {
  color: #FFF;
  opacity: 1;
}
.blueimp-gallery-controls > .download-link {
  display: block;
}
div.modal-body:empty {
  background: url('../img/ajax-loader.gif');
  min-width: 50px;
  min-height: 50px;
  background-position: center center;
}
div.margin-bot-50 {
  margin-bottom: 50px;
}
.site-content {
  height: calc(100vh - 60px);
}
.project-list-table {
  height: calc(100vh - 295px);
}
.site-content.organization-site {
  height: calc(100vh - 80px);
}
#project-wrapper {
  height: calc(100vh - 100px);
}
.project-list-container,
.project-sidebar {
  height: calc(100vh - 80px);
  max-height: calc(100vh - 80px);
}
.sidebar-wrapper {
  height: calc(100vh - 130px);
  max-height: calc(100vh - 130px);
  overflow: hidden;
}
.tab-pane #projects-view,
.tab-pane #projects-view-ld,
.tab-pane #task-view,
.tab-pane #task-view-ld,
.tab-pane #in-out,
.tab-pane #tasks-ld,
.tab-pane #task-view,
.tab-pane #documents,
.tab-pane #damage-info,
.tab-pane #notes,
.tab-pane #events,
.tab-pane #images {
  height: calc(100vh - 245px) !important;
}
.tabbable.tabs-left.subnavs ul.nav.nav-tabs {
  min-height: calc(100vh - 245px) !important;
}
/* tabelki */
table {
  font-size: 13px;
}
table .btn {
  font-size: 13px;
}
table .btn-sm {
  font-size: 12px;
}
.table tbody > tr > td {
  vertical-align: middle;
}
.white-table {
  background-color: #ffffff;
}
.white-table .btn {
  margin-bottom: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: none;
  border-bottom: 1px solid #eee;
  color: #686868;
  white-space: normal;
  text-overflow: ellipsis;
}
.table-bordered > thead > tr:last-child > td,
.table-bordered > tbody > tr:last-child > td,
.table-bordered > tfoot > tr:last-child > td {
  border-bottom: 1px solid #ddd;
}
thead {
  background-color: #fafafa;
}
.table-bordered > thead > tr > th > a {
  color: #818181;
}
.table-bordered > thead > tr > th > ahover {
  color: #3c88bc;
}
/* tabelki koniec */
.tab-content {
  border: 1px solid #ddd;
}
/* ikony */
.icon-table {
  font-size: 1.2em;
}
.table-filter .form-control {
  width: 60px;
}
.select-wrapper span.caret {
  right: 13px;
}
.dropdown {
  border-radius: 0 !important;
}
select {
  -webkit-appearance: none;
}
/* form */
fieldset.form-fieldset {
  border: 1px solid #b8b8b8 !important;
  padding: 0 1.4em 1.4em 1.4em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #b8b8b8;
  box-shadow: 0px 0px 0px 0px #b8b8b8;
}
legend.form-fieldset-legend {
  font-size: 1.1em !important;
  font-weight: normal !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  color: #818181 !important;
}
fieldset.fieldset-modal {
  margin: 15px !important;
}
/* login */
.white-bg {
  background-color: #fff;
}
.input-lg {
  border-radius: 0 !important;
}
.btn-lg {
  border-radius: 0 !important;
}
.login-container {
  display: table;
  height: 100%;
}
.login-block {
  display: table-row;
  height: 1px;
}
.login-push {
  height: auto;
}
.login-box {
  box-shadow: 0 4px 25px 0 #000000, 0 5px 4px 0 rgba(0, 0, 0, 0.18);
}
.site {
  color: #333;
}
.login-ue-margin {
  margin-bottom: -105px;
}
/* task view */
#task-view .panel.panel-default,
#task-view .panel-body #task-parents-table {
  margin-top: 0px;
  background-color: #fff;
  border-radius: 0;
}
.task-date input {
  height: 0;
  visibility: hidden;
  margin-top: -7px;
}
/*datepicker*/
.daterangepicker.dropdown-menu {
  margin-top: 45px;
}
/*tag*/
#task-add-tags {
  margin-left: 15px;
}
.label-tag {
  background-color: #3c88bc;
  font-size: 11.844px;
  line-height: 14px;
  padding: 2px 4px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  vertical-align: baseline;
  white-space: nowrap;
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  position: relative;
  margin: 0;
  margin-right: 2px;
  padding-right: 5px;
  font-weight: normal;
}
.task-top-head {
  padding: 18px 0 0 0;
  color: #b8b8b8 !important;
}
.task-top-heada {
  color: #b8b8b8 !important;
}
.set-task-range-time {
  border: none !important;
  padding: 0 !important;
  margin-left: 0;
}
label.task-creator-label {
  width: 100%;
  padding: 5px 10px;
  /* border-top: 1px solid @gray;
  border-bottom: 1px solid @gray; */
  margin: -10px 20px 20px 0px;
  /* background-color: @white;
  -webkit-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px -1px rgba(0, 0, 0, 0.2);*/
}
.label-status {
  margin-top: 10px;
  width: 100px;
}
.status-select {
  width: auto !important;
}
#task-view .task-active .panel-heading h3 {
  text-align: center;
  margin-bottom: -10px;
}
#task-user-searchbar {
  margin-left: 15px;
}
.btn-group.open {
  box-shadow: none !important;
}
.btn-icon {
  background: none;
  font-size: 20px;
  padding: 0px 0px 0px 15px;
  border-left: 1px solid #ddd;
  margin-left: 15px !important;
}
.btn-icon.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-icon-file {
  background: none;
  font-size: 1.5em;
  padding: 5px 15px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn-icon-sm {
  font-size: 1em !important;
}
.btn-circle-avatar {
  border-radius: 50% !important;
  border: none !important;
  /*border-color: darken(@green-avatar, 20%) !important;*/
  /*background-color: @green-avatar;*/
  color: #fff;
  font-weight: lighter;
  text-shadow: 1px 1px 1px #000;
}
.btn-circle-avatar:hover {
  /*background-color: rgba(57, 181, 74, 0.8) !important;*/
  color: #fff;
  font-weight: lighter;
}
.btn-circle-avatar:active {
  /*background-color: rgba(57, 181, 74, 0.8) !important;*/
  color: #fff;
  font-weight: lighter;
}
.btn-circle-avatar:visited {
  /*background-color: rgba(57, 181, 74, 0.8) !important;*/
  color: #fff;
  font-weight: lighter;
}
.btn-circle-avatar:focus {
  /*background-color: rgba(57, 181, 74, 0.8) !important;*/
  color: #fff;
  font-weight: lighter;
}
.btn-wht-add {
  background: none;
  border: none;
  color: #818181;
  font-size: 1.4em;
}
.btn-wht-add:hover {
  border: 1px solid #3c88bc;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.btn-wht-add:active {
  border: 1px solid #3c88bc;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.btn-wht-add:focus {
  border: 1px solid #3c88bc;
  background-color: #fff;
  color: #333;
  -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.btn-list-add-user {
  margin-left: 5px;
  margin-right: 5px;
}
.add-divider {
  margin-left: 10px;
  margin-right: 10px;
}
.icon-subtask {
  font-size: 1.4em;
}
.task-activity .task-user-photo p {
  margin: 0;
  text-transform: uppercase;
  /* margin-top: 6px; */
  /*border: 1px solid @green-avatar;*/
  border-radius: 50%;
  /*padding: 6px 0;*/
  line-height: 19px;
  font-size: 10px;
}
.task-project-head {
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #fafafa;
  margin-top: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.task-contractor {
  text-align: center;
}
.task-contractor-item {
  list-style: none;
}
.btn-trans-no-border {
  background: transparent;
  border: none;
  color: #333;
}
.btn-trans-no-border:hover {
  background: transparent;
}
.btn-contractor-top {
  padding: 0;
}
/* notatki w kontrahentach */
.contractor-note-text {
  margin-top: 20px;
}
#notes textarea {
  background-color: #FFF176 !important;
  border: none;
  padding: 15px;
  font-size: 1.1em;
}
#notes textarea:active {
  background-color: #ffec43 !important;
  border: 1px solid #ffe710;
}
#notes textarea:focus {
  background-color: #ffec43 !important;
  border: 1px solid #ffe710;
}
#notes textarea:hover {
  background-color: #ffec43 !important;
  border: 1px solid #ffe710;
}
#notes .new-note-form form:first-child,
#notes .note-content form:first-child {
  background-color: #FFF176;
  border-radius: 0 !important;
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.24);
}
#notes .new-note-form form:first-child:active,
#notes .note-content form:first-child:active {
  -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
}
#notes .new-note-form form:first-child:hover,
#notes .note-content form:first-child:hover {
  -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
}
#notes .new-note-form form:first-child:focus,
#notes .note-content form:first-child:focus {
  -webkit-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 4px 4px 7px 0px rgba(0, 0, 0, 0.34);
}
.note-info {
  font-size: 0.8em;
  font-style: italic;
}
.task-att-width-auto {
  width: auto !important;
  margin-top: -3px;
}
.att-task-table {
  width: 50% !important;
}
.att-header {
  margin-bottom: 5px;
  padding: 15px;
  padding-top: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #fafafa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.att-list {
  padding-top: 15px;
}
/* załączniki */
.box-file {
  width: 100px;
  height: 100px;
  text-align: center;
  display: inline-block;
  border: 1px solid #b8b8b8;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.box-file:hover {
  border: 1px solid #3c88bc;
  color: #3c88bc;
}
.box-file-wrapper,
.box-file-wrapper a {
  vertical-align: middle;
  padding: 0 15px;
  font-size: 50px;
  color: #b8b8b8;
}
.box-file-wrapper:hover,
.box-file-wrapper a:hover {
  color: #3c88bc;
}
.box-file-name {
  margin: 10px 0;
  width: 100px;
  text-align: center;
  font-size: 0.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.box-file-actions {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100px;
  margin: 7px 0 0 -16px !important;
  padding: 0;
  color: #fff;
  opacity: 0.1;
}
.box-file-actions:hover {
  opacity: 1;
}
.header-line-comments .tab-content {
  border: none;
}
.header-line-comments .att-header {
  padding-top: 0;
  padding-left: 0;
}
.header-line-comments .att-header .nav-tabs {
  border-bottom: none;
  top: -1px;
  position: relative;
}
.header-line-comments .att-header .nav-tabs > li > a {
  border-top: none;
  border-top-width: 0px;
  border-top-color: transparent;
  margin-right: 0;
}
.header-line-comments .att-header .nav-tabs > li > a.active {
  border-top: none;
}
.header-line-comments .att-header .nav-tabs > li > a:hover {
  border-top: none;
  /*background-color: rgba(66, 165, 245, 0.27);*/
}
.header-line-comments .att-header .task-header-title {
  height: 100%;
}
.task-header-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  display: inline-block;
}
.task-header-title.title-events {
  margin-left: 25px;
  border-left: 1px solid #0a638c;
}
.task-parent {
  background-color: #fafafa;
  border-bottom: 1px solid #eee;
}
/* project */
.tab-content .panel-body {
  background-color: #fafafa;
}
.panel-body-info {
  padding: 10px 15px 0;
  border-left: 1px solid #bce8f1;
  border-right: 1px solid #bce8f1;
  border-bottom: 1px solid #bce8f1 !important;
  margin-top: -10px;
}
.panel-body-danger {
  padding: 10px 15px 0;
  border-left: 1px solid #ebccd1;
  border-right: 1px solid #ebccd1;
  border-bottom: 1px solid #ebccd1 !important;
  margin-top: -10px;
}
.panel-body-warning {
  padding: 10px 15px 0;
  border-left: 1px solid #faebcc;
  border-right: 1px solid #faebcc;
  border-bottom: 1px solid #faebcc !important;
  margin-top: -10px;
}
.panel-body-success {
  padding: 10px 15px 0;
  border-left: 1px solid #d6e9c6;
  border-right: 1px solid #d6e9c6;
  border-bottom: 1px solid #d6e9c6 !important;
  margin-top: -10px;
}
/*kanban*/
.kanban-status-heading {
  background-color: #3c88bc;
  border-radius: 0;
  color: #fff;
  border-bottom: 2px solid #2d668e;
  padding: 5px;
  margin-bottom: 0;
}
.kanban-status-h3 {
  font-weight: 700;
  font-size: 14px;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  margin: 0;
  line-height: normal;
  vertical-align: middle;
  margin: auto;
  display: block;
  padding: 4px 0;
  text-align: center;
}
.kanban-ul {
  padding: 10px !important;
  border-right: 1px solid #ddd;
  height: calc(100vh - 310px);
  min-height: calc(100vh - 310px);
  background-color: #eee;
}
.childs-counter {
  font-size: 12px;
}
.childTaskIcon {
  font-size: 12px;
}
.no-top-margin {
  margin-top: -15px;
}
.ml-15 {
  margin-right: 15px;
}
.task-add-row {
  list-style: none;
}
.panel-footer {
  padding: 5px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
}
.status-task-list .panel-footer {
  border-right: 1px solid #ddd;
}
/*modal*/
.modal-body {
  padding: 0;
}
/* dane szkody */
.list-group-item {
  border-radius: 0!important;
}
.list-group-item a {
  word-break: break-word;
}
.margin-top-15 {
  margin-top: 15px;
}
.margin-bottom-15 {
  margin-bottom: 15px;
}
/*kanban*/
.task-kanban-project-name {
  font-size: 13px;
  color: #3c88bc;
  text-align: right;
}
.status-green {
  border-left: 5px solid #16992f;
}
.status-red {
  border-left: 5px solid #991b14;
}
.status-yellow {
  border-left: 5px solid #E6C616;
}
.status-green-child {
  border-right: 5px solid #16992f;
}
.status-red-child {
  border-right: 5px solid #991b14;
}
.status-yellow-child {
  border-right: 5px solid #E6C616;
}
.kanban-task-name {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.time-kanban {
  margin-right: 5px;
}
li.status-not-editable:hover {
  /*box-shadow: none;*/
}
li.status-not-editable {
  background-color: #fafafa;
}
li.status-not-editable.task-archived {
  background-color: #d6dadc;
}
.fa-long-arrow-right {
  font-size: 14px !important;
}
.table-search-kanban {
  width: inherit;
  background-color: #fff;
  border-bottom: none;
  margin-top: -11px;
}
table.table-search-kanban th {
  border-bottom: none !important;
  background-color: #fff;
}
.tk-filter-input {
  border-radius: 0px !important;
  min-width: 250px;
}
.task-comment .task-user-photo {
  display: inline-block;
  border-radius: 50%;
  margin-left: -28px;
  background: #8BC994;
  width: 24px;
  text-align: center;
  float: left;
}
.panel-title {
  font-size: 13px;
}
.icon-only {
  font-size: 22px !important;
  padding: 5px;
  color: #3c88bc;
}
.icon-only-small {
  font-size: 15px;
  padding: 5px;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  border-color: #23506f;
}
.table > tbody > tr > td {
  padding: 1px 8px;
}
.bg-danger {
  color: #884C4C;
  text-align: center;
}
.btn-group.api-select button p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc( 100% - 20px);
  min-width: 150px;
  display: inline-block;
  line-height: 10px;
  font-size: 12px;
  padding: 1px;
}
.margin-r-15 {
  margin-right: 15px;
}
.margin-l-15 {
  margin-left: 15px;
}
.padding-lr-15 {
  padding: 0 15px;
}
.padding-t-5 {
  padding-top: 5px;
}
.padding-t-20 {
  padding-top: 20px;
}
.min-w-150 {
  min-width: 150px;
}
.ellipsis-100 {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000 !important;
  padding: 5px;
}
.caret-fix {
  margin-left: -10px !important;
  margin-bottom: 7px !important;
}
.att-label-fix {
  min-width: 110px !important;
}
.copy-file-project {
  margin-right: 5px;
}
.copy-file-project:hover {
  text-decoration: none;
}
.filter-type-change {
  margin-right: 0px !important;
  margin-left: 0px !important;
  padding-left: 0px !important;
}
#task-filter-input,
#project-filter-input {
  width: 207px !important;
}
.margin-r-4 {
  margin-right: 4px !important;
}
input[type=radio],
input[type=checkbox] {
  margin: 4px 4px 0;
}
ul.token-input-list {
  border-radius: 0 !important;
}
.kanban-task-user-list li p {
  font-size: 9px;
}
.fa-trash-o {
  color: #c71b1b;
}
.damage-info > div > div,
#project-start .section {
  padding-bottom: 5px;
  margin-bottom: 9px;
}
h4.text-info {
  margin-top: -5px;
}
.list-group-item {
  padding: 5px 15px;
}
.list-group {
  margin-bottom: 5px;
}
.list-group-title {
  background: #ddd;
}
.contractor-icon {
  background-color: #d9edf7;
  color: #3c88bc;
  border: 1px solid #bce8f1;
}
.ion-x3 {
  font-size: 15px;
  opacity: 0.6;
  padding: 3px;
}
@media (min-width: 480px) and (max-width: 1320px) {
  .ion-x3 {
    display: none;
  }
}
@media (min-width: 1380px) {
  .ion-x3 {
    font-size: 20px;
  }
}
.contractor-box-border {
  margin-top: 5px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.contractor-info {
  border: 1px solid #ddd;
}
h5.text-info {
  font-weight: 700;
}
.padding-r-0 {
  padding-right: 0 !important;
}
.padding-r-15 {
  padding-right: 15px !important;
}
.padding-b-15 {
  padding-bottom: 15px !important;
}
.inside {
  margin-top: 30px;
  margin-bottom: 30px;
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.project-creator-border.btn-default,
.task-user-name.btn-default,
.task-user-name p {
  font-size: 10px;
}
.task-archived {
  background: #d6dadc;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.5) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.5) 75%, transparent 75%, transparent);
  background-size: 1pc 1pc;
}
.project-closed {
  opacity: 0.5;
}
.project-closed:hover {
  opacity: 1;
}
#project-wrapper .project-closed,
.modal .project-closed {
  opacity: 1;
}
.project-archived {
  background: #d6dadc;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.3) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
  background-size: 1pc 1pc;
}
.notification-menu li a {
  border: 1px solid #ddd;
  border-left: 3px solid #3c88bc;
}
.notification-menu li a:hover {
  border: 1px solid #ddd;
  border-left: 3px solid #3c88bc;
  background-color: #fafafa;
}
.notification-menu li:last-child a {
  border: none;
}
.row-special-task div.special-task-loader {
  margin: 0 !important;
}
div.task-content {
  padding: 0 15px;
}
.redactor-toolbar {
  background-color: #eee !important;
  border: 1px solid #b8b8b8 !important;
}
.opacity-on-hover {
  opacity: 0.5;
}
.opacity-on-hover:hover {
  opacity: 1;
}
header .dropdown .notification-menu li .profile-photo div {
  width: 24px;
  height: 24px;
  padding-top: 4px;
  font-size: 10px;
}
div.daterangepicker.dropdown-menu.show-calendar.opensright {
  top: 110px !important;
}
div.task-content {
  color: #000;
}
div.col-md-12.no-padding-modal {
  margin-top: 0;
}
.no-margin-top {
  margin-top: 0 !important;
}
.contrahent-info,
.contractor-info,
.contact-info {
  font-size: 12px;
  font-style: italic;
  border: none !important;
}
.contrahent-info:before,
.contractor-info:before,
.contact-info:before {
  font-family: FontAwesome;
  content: '\f06a';
  display: inline-block;
  padding-right: 5px;
  vertical-align: middle;
  color: #3c88bc;
  font-style: normal;
}
.contrahent-info-fix,
.contractor-info-fix,
.contact-info-fix {
  border: 1px solid #ddd !important;
}
.contrahent-info-fix:before,
.contractor-info-fix:before,
.contact-info-fix:before {
  display: none !important;
}
.insurance-company-item p {
  font-size: 18px;
  font-weight: 700;
}
.group-box {
  padding: 5px 15px;
}
.modal-header {
  background-color: #3c88bc;
  color: #fff;
}
.filter-type-change input {
  height: 36px;
}
header .dropdown .notification-menu li > a .message-info .time {
  color: #818181;
}
header .dropdown .notification-menu li > a .message-info .time:hover {
  color: #818181;
}
.btn-group.api-select button.button-ld-override {
  height: 28px;
}
div.api-select.btn-group.api-select button {
  padding: 0px 7px 0px 7px;
}
div.api-select.btn-group.api-select button .caret {
  margin-bottom: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 18px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 40%;
}
button.btn.btn-success.ld-attachment-add,
button.btn.btn-success.ld-in-add {
  height: 28px;
  padding: 0;
}
tr.add-ld-attachment-*td {
  border: none;
  padding-top: 15px;
}
tr.add-ld-attachment-*:hover {
  background-color: #fff !important;
}
.big-border {
  border-top: 2px solid #818181;
  border-bottom: none !important;
}
.big-border:hover {
  background: none !important;
}
tr.big-border > td {
  padding: 20px 8px 20px !important;
  border-bottom: none !important;
}
tr.big-border > td:hover {
  background: none;
}
.no-border {
  border: none !important;
}
div.api-select.btn-group.api-select-unbordered.task-att-width-auto.pull-right {
  /*margin-right: 58px;*/
}
td.project-file-list-table-delete {
  text-align: right;
}
td.project-file-list-table-delete > a {
  padding-right: 10px;
  text-decoration: none !important;
}
.tabs-left > .nav-tabs > li > a {
  padding: 5px 15px;
}
#add-project-attachment-button {
  height: 32px;
}
div.modal-dialog.modal-small {
  width: 30% !important;
}
.timeline-item.left .timeline-icon {
  z-index: 100;
}
.taks-preview.ld-monit-button {
  margin-left: 5px;
}
.f {
  position: fixed;
}
.f-z1000 {
  z-index: 1000;
}
.ld-icon {
  float: left;
}
.ld-icona {
  padding-left: 10px;
}
.task-commented.task-comment,
.task-commented .comment-time {
  color: #000;
}
.task-commented.task-commented-content {
  border-right: 2px solid #3c88bc !important;
}
div.task-comment-content.task-commented-content {
  border-right: 4px solid #3c88bc !important;
}
.comment-icon {
  float: left;
  color: #818181;
}
.ellipsis-150 {
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.m-t-0 {
  margin-top: 0 !important;
}
#add-project-image-button {
  width: 160px;
  height: 32px;
}
.row-special-task {
  background-color: #eee;
  border-top: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
input#Project_name.form-control {
  width: 100%;
}
table#ld-list tbody tr.ld-file td:nth-child(1) {
  width: 50%;
}
table#ld-list tbody tr.ld-file td:nth-child(2) {
  width: 25%;
}
table#ld-list tbody tr.ld-file td:nth-child(3) {
  width: 15%;
}
table#ld-list tbody tr.ld-file td:nth-child(4) {
  width: 5%;
}
table#ld-list tbody tr.ld-file td:nth-child(5) {
  width: 5%;
}
.m-l--15 {
  margin-left: -15px !important;
}
ul.damage-insured-list > li.damage-insured-item > ul.list-inline:last-child,
ul.damage-sufferer-list > li.damage-sufferer-item > ul.damage-sufferer-contact-list:last-child {
  margin-bottom: -15px;
}
ul.damage-insured-list > li.damage-insured-item > div.form-group,
ul.damage-sufferer-list > li.damage-sufferer-item > div.form-group {
  margin-top: 15px;
}
.word-b {
  word-break: break-all;
}
.yellow-gradient {
  background: #efe223 !important;
  /* Old browsers */
  background: -moz-linear-gradient(top, #efe223 0%, #ffffff 13%, #ffffff 100%) !important;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efe223), color-stop(13%, #ffffff), color-stop(100%, #ffffff)) !important;
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #efe223 0%, #ffffff 13%, #ffffff 100%) !important;
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #efe223 0%, #ffffff 13%, #ffffff 100%) !important;
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #efe223 0%, #ffffff 13%, #ffffff 100%) !important;
  /* IE10+ */
  background: linear-gradient(to bottom, #efe223 0%, #ffffff 13%, #ffffff 100%) !important;
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe223', endColorstr='#ffffff', GradientType=0) !important;
  /* IE6-9 */
}
header .dropdown .notification-menu li > a .message-info {
  /*width: 245px;*/
  width: 100%;
  margin-left: 0;
}
a.sort-ld > i {
  cursor: pointer;
}
header .dropdown .notification-menu li:last-child a {
  width: 270px;
}
#preview-mail .modal-dialog {
  width: 900px;
}
#modal-ld-in .modal-dialog {
  width: 80% !important;
}
#modal-ld-in .ld-list-table td {
  vertical-align: top;
  padding: 8px;
  border: 1px solid #ddd;
}
#modal-ld-in .ld-list-table td:first-of-type {
  vertical-align: middle;
}
#modal-ld-in .ld-list-table td .max-300 {
  max-height: 200px;
  overflow: auto;
}
.ui-pnotify {
  z-index: 9999999 !important;
}
#project-wrapper #task-view .status-task-list .mCS-dark-thin .mCSB_container {
  margin-right: 0;
}
#project-wrapper #task-view .status-task-list .mCS-dark-thin .mCSB_scrollTools {
  right: -3px;
}
/*# sourceMappingURL=main-aw.css.map */