.user-info {
  color: #666666;
  font-size: 11px;
}
.taskDesc i {
  margin: 1px 5px 0;
}
.taskStatus,
.taskOptions {
  text-align: center !important;
}
.taskStatus {
  font-size: 12px;
}
.taskStatus .in-progress {
  color: #5bc0de;
}
.taskStatus .pending {
  color: #d9534f;
}
.taskStatus .done {
  color: #5cb85c;
}
.taskOptions a i {
  color: #333333;
}
.taskOptions a:hover i {
  color: #555555;
}
.activity-list {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.activity-list li {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}
.activity-list li:last-child {
  border-bottom: medium none;
}
.activity-list li a {
  color: #888888;
  display: block;
  padding: 7px 10px;
}
.activity-list li a:hover {
  background-color: #FBFBFB;
}
.activity-list li a span {
  color: #AAAAAA;
  font-size: 11px;
  font-style: italic;
}
.activity-list li a i {
  margin-left: 3px;
  margin-right: 10px;
  opacity: 0.6;
  vertical-align: middle;
}
.new-update {
  border-top: 1px solid #DDDDDD;
  padding: 10px 12px;
}
.new-update:first-child {
  border-top: medium none;
}
.new-update span {
  display: block;
}
.new-update i {
  float: left;
  margin-top: 3px;
  margin-right: 13px;
}
.new-update .update-date {
  color: #BBBBBB;
  float: right;
  margin: 4px -2px 0 0;
  text-align: center;
  width: 30px;
}
.new-update .update-date .update-day {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: -4px;
}
.update-done,
.update-alert,
.update-notice {
  display: block;
  float: left;
  max-width: 76%;
}
.tabbable.inline {
  margin-bottom: 10px;
}
.tabbable.inline .nav-tabs {
  margin-bottom: -1px;
}
.tabbable.inline .nav-tabs > li.active > a,
.tabbable.inline .nav-tabs > li.active > a:hover,
.tabbable.inline .nav-tabs > li.active > a:focus {
  background-color: #FFFFFF;
  border-color: #dddddd #dddddd rgba(0, 0, 0, 0);
  border-top: 1px solid #DDDDDD;
  color: #333333;
  line-height: 16px;
  z-index: 12;
}
.tabbable.inline .nav-tabs > li:first-child > a {
  margin-left: 0;
}
.tabbable.inline .nav-tabs > li > a:hover {
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  color: #4C8FBD;
}
.tabbable.inline .nav-tabs > li > a,
.tabbable.inline .nav-tabs > li > a:focus {
  background-color: #F9F9F9;
  border-color: #DDDDDD;
  border-radius: 0 !important;
  color: #999999;
  line-height: 16px;
  margin-right: -1px;
  position: relative;
}
.tabbable.inline.tabs-left .tab-content,
.tabbable.inline.tabs-right .tab-content {
  overflow: auto;
}
.tabbable.inline .tab-content {
  border: 1px solid #DDDDDD;
  padding: 16px 12px;
  position: relative;
}
.tabbable.inline.tabs-below > .nav-tabs {
  border-bottom-width: 0;
  border-color: #DDDDDD;
  margin-bottom: 0;
  margin-top: -1px;
  top: auto;
}
.tabbable.inline.tabs-below > .nav-tabs > li > a,
.tabbable.inline .tabs-below > .nav-tabs > li > a:hover,
.tabbable.inline .tabs-below > .nav-tabs > li > a:focus {
  border-color: #DDDDDD;
}
.tabbable.inline.tabs-below > .nav-tabs > li.active > a,
.tabbable.inline .tabs-below > .nav-tabs > li.active > a:hover,
.tabbable.inline .tabs-below > .nav-tabs > li.active > a:focus {
  border-bottom: 1px solid #DDDDDD;
  border-color: rgba(0, 0, 0, 0) #dddddd #dddddd;
  border-top-width: 1px;
  margin-top: 0;
}
.tabbable.inline.tabs-left > .nav-tabs > li > a,
.tabbable.inline .tabs-right > .nav-tabs > li > a {
  min-width: 60px;
}
.tabbable.inline.tabs-left > .nav-tabs {
  border-color: #DDDDDD;
  float: left;
  margin-bottom: 0;
  top: auto;
}
.tabbable.inline.tabs-left > .nav-tabs > li,
.tabbable.inline.tabs-right > .nav-tabs > li {
  float: none;
}
.tabbable.inline.tabs-left > .nav-tabs > li > a,
.tabbable.inline .tabs-left > .nav-tabs > li > a:focus,
.tabbable.inline .tabs-left > .nav-tabs > li > a:hover {
  border-color: #DDDDDD;
  margin: 0 -1px 0 0;
}
.tabbable.inline.tabs-left > .nav-tabs > li.active > a,
.tabbable.inline .tabs-left > .nav-tabs > li.active > a:focus,
.tabbable.inline .tabs-left > .nav-tabs > li.active > a:hover {
  border-color: #DDDDDD transparent #DDDDDD #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: medium none;
  border-top-width: 1px;
  margin: 0 -1px;
}
.tabbable.inline.tabs-right > .nav-tabs {
  border-color: #DDDDDD;
  float: right;
  margin-bottom: 0;
  top: auto;
}
.tabbable.inline.tabs-right > .nav-tabs > li > a,
.tabbable.inline .tabs-right > .nav-tabs > li > a:focus,
.tabbable.inline .tabs-right > .nav-tabs > li > a:hover {
  border-color: #DDDDDD;
  margin: 0 -1px;
}
.tabbable.inline.tabs-right > .nav-tabs > li.active > a,
.tabbable.inline .tabs-right > .nav-tabs > li.active > a:focus,
.tabbable.inline .tabs-right > .nav-tabs > li.active > a:hover {
  border-color: #dddddd #dddddd #dddddd -moz-use-text-color;
  border-left: medium none;
  border-right: 1px solid #DDDDDD;
  border-top-width: 1px;
  margin: 0 -2px 0 -1px;
}
.tabbable.inline .nav-tabs > li > a > .badge {
  line-height: 8px;
  opacity: 0.7;
}
.tabbable.inline .nav-tabs > li > a > [class*="fa-"] {
  opacity: 0.75;
}
.tabbable.inline .nav-tabs > li.active > a > .badge,
.tabbable.inline .nav-tabs > li.active > a > [class*="fa-"] {
  opacity: 1;
}
.tabbable.inline .nav-tabs li [class*=" fa-"],
.tabbable.inline .nav-tabs li [class^="fa-"] {
  display: inline-block;
  text-align: center;
  width: 1.25em;
}
.tabbable.inline .nav-tabs > li.open .dropdown-toggle {
  background-color: #4F99C6;
  border-color: #4F99C6;
  color: #FFFFFF;
}
.tabbable.inline .nav-tabs > li.open .dropdown-toggle > [class*="fa-"] {
  color: #FFFFFF !important;
  opacity: 1;
}
.tabbable.inline .tabs-left .tab-content,
.tabbable.inline .tabs-right .tab-content {
  overflow: auto;
}
.tabbable.inline .tab-content {
  background-color: #fff;
}
/* Chat styles */
.chat-content {
  height: 500px;
  padding: 15px;
}
.chat-content .chat-messages {
  background: none repeat scroll 0 0 #FBFBFB;
  border: 1px solid #DDDDDD;
  border-radius: 4px 4px 0 0;
  height: 425px;
  overflow: auto;
  position: relative;
  z-index: 10;
}
.chat-content .chat-messages .chat-messages-inner {
  overflow-x: hidden;
  z-index: 0;
}
.chat-content .chat-messages .chat-messages-inner p {
  padding: 10px;
  margin: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
}
.chat-content .chat-messages .chat-messages-inner p.al {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.chat-content .chat-messages .chat-messages-inner p.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.chat-content .chat-messages .chat-messages-inner p.al.show {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.chat-content .chat-messages .chat-messages-inner p img {
  display: inline-block;
  float: left;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  margin-top: 6px;
  border-radius: 50%;
  background-clip: content-box;
  -moz-background-clip: content-box;
  -webkit-backgrond-clip: content-box;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
.chat-content .chat-messages .chat-messages-inner p.offline span,
.chat-content .chat-messages .chat-messages-inner p .msg-block {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, 0.05);
  display: block;
  margin-left: 40px;
  padding: 10px;
  position: relative;
}
.chat-content .chat-messages .chat-messages-inner p.offline span {
  background: none repeat scroll  0 0 #FFF5F5;
}
.chat-content .chat-messages .chat-messages-inner .time {
  color: #999999;
  font-size: 11px;
  font-style: italic;
}
.chat-content .chat-messages .chat-messages-inner .msg {
  display: block;
  margin-top: 10px;
}
.chat-content .chat-messages .chat-messages-inner .msg:before {
  border-right: 7px solid rgba(0, 0, 0, 0.1);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: "";
  display: inline-block;
  left: -7px;
  position: absolute;
  top: 11px;
}
.chat-content .chat-messages .chat-messages-inner .msg:after {
  border-right: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  content: "";
  display: inline-block;
  left: -6px;
  position: absolute;
  top: 12px;
}
.chat-content .chat-message {
  border-radius: 0 0 4px 4px;
  padding: 10px;
  margin: -1px 0 0;
  box-shadow: none;
}
.chat-content .chat-message .input-group {
  padding: 0;
}
.chat-content .chat-message input[type=text] {
  margin-bottom: 0 !important;
  width: 100%;
}
.chat-content .chat-message button {
  float: right;
  margin: 0;
}
.chat-users {
  padding: 0 0 30px;
}
.chat-users .contact-list {
  line-height: 21px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
.chat-users .contact-list li {
  border-color: #dddddd;
  border-style: none none solid;
  border-width: 0 0 1px;
  padding: 1px;
  position: relative;
}
.chat-users .contact-list li:hover {
  background-color: #efefef;
}
.chat-users .contact-list li a {
  color: #666666;
  display: block;
  padding: 8px 5px;
}
.chat-users .contact-list li a img {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  border-radius: 3px;
}
.chat-users .contact-list li.online a {
  font-weight: bold;
}
.chat-users .contact-list li.new {
  background-color: #eaeaea;
}
.chat-users .contact-list li.offline {
  background-color: #EDE0E0;
}
.chat-users .msg-count,
.chat-users .away {
  padding: 3px 5px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.chat-users .away {
  font-size: 10px;
  top: 15px;
}
.widget-chat.widget-full-screen .widget-content,
.widget-chat.widget-full-screen .chat-content {
  height: 100% !important;
}
.widget-chat.widget-full-screen .chat-content {
  padding: 0;
  position: relative;
}
.widget-chat.widget-full-screen .chat-messages {
  height: 100%;
  top: 0;
  bottom: 0;
  border-width: 0 0 1px 0;
}
.widget-chat.widget-full-screen #chat-messages-inner {
  padding-bottom: 100px;
}
.widget-chat.widget-full-screen .chat-message {
  position: absolute;
  bottom: 35px;
  width: 100%;
  z-index: 2000;
}
.white-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
}
/* Messages (Inbox) */
.widget-messages .widget-title .nav-tabs li a {
  padding-bottom: 7px;
}
@media (max-width: 600px) {
  .widget-messages .widget-title .nav-tabs li a .text {
    display: none;
  }
}
.widget-messages .widget-content {
  height: 600px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .widget-messages .widget-content {
    height: auto;
  }
}
.widget-messages .messages-list {
  width: 260px;
  height: 620px;
  margin: -4px 0 0;
  padding: 0;
  float: left;
  list-style: none;
}
.widget-messages .messages-list .messages-item {
  padding: 5px 15px 5px 25px;
  position: relative;
}
.widget-messages .messages-list .messages-item span {
  display: block;
  color: #555555;
}
.widget-messages .messages-list .messages-item .messages-item-star,
.widget-messages .messages-list .messages-item .messages-item-attachment,
.widget-messages .messages-list .messages-item .messages-item-time,
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions {
  position: absolute;
}
.widget-messages .messages-list .messages-item .messages-item-star {
  left: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.widget-messages .messages-list .messages-item .messages-item-attachment {
  left: 7px;
  top: 25px;
}
.widget-messages .messages-list .messages-item .messages-item-avatar {
  border-radius: 4px;
  float: left;
  width: 40px;
  height: 40px;
}
.widget-messages .messages-list .messages-item .messages-item-from,
.widget-messages .messages-list .messages-item .messages-item-subject {
  margin-left: 45px;
}
.widget-messages .messages-list .messages-item .messages-item-from {
  margin-top: 2px;
  font-weight: bold;
}
.widget-messages .messages-list .messages-item .messages-item-time {
  top: 8px;
  right: 15px;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.widget-messages .messages-list .messages-item .messages-item-time .text {
  font-size: 12px;
  color: #999999;
}
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions {
  top: 0;
  right: 0;
  opacity: 0;
  width: 75px;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions > a,
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown > a {
  margin-left: 5px;
  color: #555555;
}
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions > div {
  display: inline-block;
}
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions .dropdown-menu {
  margin-top: 0;
}
.widget-messages .messages-list .messages-item .messages-item-time .messages-item-actions .tag-icon {
  margin: 0 5px 0 -13px;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 3px;
}
.widget-messages .messages-list .messages-item .messages-item-time:hover .text {
  opacity: 0;
}
.widget-messages .messages-list .messages-item .messages-item-time:hover .messages-item-actions {
  opacity: 1;
}
.widget-messages .messages-list .messages-item .messages-item-subject {
  font-size: 12px;
  margin-bottom: 4px;
}
.widget-messages .messages-list .messages-item .messages-item-preview {
  font-size: 12px;
  color: #999999;
}
.widget-messages .messages-list .messages-item:hover {
  cursor: pointer !important;
}
.widget-messages .messages-list .messages-item:hover .messages-item-star {
  opacity: .2;
}
.widget-messages .messages-list .messages-item.starred .messages-item-star {
  display: block;
  opacity: 1;
}
@media (max-width: 700px) {
  .widget-messages .messages-list {
    height: auto;
    max-height: 500px;
    float: none;
    width: auto;
    margin-top: 3px;
  }
}
.widget-messages .messages-content {
  width: auto;
  margin-top: 4px;
  margin-left: 260px;
  height: auto;
  background-color: transparent;
  position: relative;
}
.widget-messages .messages-content .message-header {
  padding: 10px 15px;
}
.widget-messages .messages-content .message-header .message-from {
  font-weight: bold;
}
.widget-messages .messages-content .message-header .message-to {
  color: #999999;
}
.widget-messages .messages-content .message-header .message-time {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #999999;
}
.widget-messages .messages-content .message-header .message-actions {
  position: absolute;
  width: 115px;
  left: 50%;
  margin-left: -65.7px;
}
.widget-messages .messages-content .message-header .message-actions a {
  margin: 0 0 0 -4px;
  background-color: #fafafa;
  padding: 4px 7px;
}
.widget-messages .messages-content .message-header .message-actions a:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
  padding-left: 10px;
}
.widget-messages .messages-content .message-header .message-actions a:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.widget-messages .messages-content .message-content {
  padding: 10px;
}
@media (max-width: 700px) {
  .widget-messages .messages-content {
    margin-left: 0;
  }
}
.modal.mail-new-message .modal-dialog {
  padding-top: 0;
}
.modal.mail-new-message .modal-dialog .modal-header {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.modal.mail-new-message .modal-dialog .new-message-to,
.modal.mail-new-message .modal-dialog .new-message-subject {
  border-bottom: 1px solid #eeeeee;
  padding: 10px;
  color: #999999;
}
.modal.mail-new-message .modal-dialog .new-message-to input[type=text],
.modal.mail-new-message .modal-dialog .new-message-subject input[type=text] {
  border: 0;
  width: 90%;
  color: #555555;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #eeeeee;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar:before,
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar:after {
  content: " ";
  display: table;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar:after {
  clear: both;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar li {
  float: left;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar .btn {
  margin: 0;
  padding: 5px 10px !important;
  border: 0 !important;
  border-radius: 0;
  color: #555555;
  background-color: transparent;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar .btn.wysihtml5-command-active {
  background-color: #d5d5d5;
}
.modal.mail-new-message .modal-dialog .wysihtml5-toolbar .btn-group {
  margin: 0 10px;
}
.modal.mail-new-message .modal-dialog textarea {
  border: 0;
  width: 100%;
  padding: 2%;
}
.modal.mail-new-message .modal-dialog .modal-footer {
  padding: 5px 15px;
}
/* Stat boxes */
.stat-boxes,
.quick-actions,
.quick-actions-horizontal,
.stats-plain {
  display: inline-block;
  list-style: none outside none;
  margin: 20px 0 10px;
  text-align: center;
  padding: 0;
}
.stats-plain {
  width: 100%;
}
.stats-plain li {
  padding: 0 30px;
  display: inline-block;
  margin: 0 10px 20px;
}
.stats-plain li h4 {
  font-size: 40px;
  margin-bottom: 15px;
}
.stats-plain li span {
  font-size: 14px;
  color: #555555;
}
.stat-boxes li,
.quick-actions li,
.quick-actions-horizontal li {
  border: 1px solid #d5d5d5;
  border-radius: 4px 4px 4px 4px;
  -webkit-box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4);
  box-shadow: 0 1px 0 0 #FFFFFF inset, 0 1px 0 rgba(255,255,255,0.4);
  display: inline-block;
  line-height: 18px;
  margin: 0 10px 10px;

}
.quick-actions li {
  min-width: 120px;
}
.quick-actions li a {
  padding: 10px 30px;
}
.quick-actions li a i[class^="icon-"],
.quick-actions li a i[class*=" icon-"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0;
  background-color: transparent;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto 5px;
}
.quick-actions i.icon-book {
  background-image: url('../img/icons/32/book.png');
}
.quick-actions i.icon-cabinet {
  background-image: url('../img/icons/32/cabinet.png');
}
.quick-actions i.icon-cal {
  background-image: url('../img/icons/32/calendar.png');
}
.quick-actions i.icon-client {
  background-image: url('../img/icons/32/client.png');
}
.quick-actions i.icon-database {
  background-image: url('../img/icons/32/database.png');
}
.quick-actions i.icon-download {
  background-image: url('../img/icons/32/download.png');
}
.quick-actions i.icon-graph {
  background-image: url('../img/icons/32/graph.png');
}
.quick-actions i.icon-home {
  background-image: url('../img/icons/32/home.png');
}
.quick-actions i.icon-lock {
  background-image: url('../img/icons/32/lock.png');
}
.quick-actions i.icon-mail {
  background-image: url('../img/icons/32/mail.png');
}
.quick-actions i.icon-pdf {
  background-image: url('../img/icons/32/pdf.png');
}
.quick-actions i.icon-people {
  background-image: url('../img/icons/32/people.png');
}
.quick-actions i.icon-piechart {
  background-image: url('../img/icons/32/piechart.png');
}
.quick-actions i.icon-search {
  background-image: url('../img/icons/32/search.png');
}
.quick-actions i.icon-shopping-bag {
  background-image: url('../img/icons/32/shopping-bag.png');
}
.quick-actions i.icon-survey {
  background-image: url('../img/icons/32/survey.png');
}
.quick-actions i.icon-tag {
  background-image: url('../img/icons/32/tag.png');
}
.quick-actions i.icon-user {
  background-image: url('../img/icons/32/user.png');
}
.quick-actions i.icon-wallet {
  background-image: url('../img/icons/32/wallet.png');
}
.quick-actions i.icon-web {
  background-image: url('../img/icons/32/web.png');
}
.quick-actions-horizontal i.icon-pay{
  background-image: url('../img/icons/32/pay.png');
}
.quick-actions li,
.quick-actions-horizontal li {
  padding: 0;
}
.quick-actions li a,
.quick-actions-horizontal li a {
  text-align: center !important;
  display: block;
  color: #666666;
  text-shadow: 0 1px 0 #ffffff;
}
.quick-actions li:active,
.quick-actions-horizontal li:active,
.quick-actions li:focus,
.quick-actions-horizontal li:focus {
  background-image: -webkit-linear-gradient(top, #eeeeee 0%, #f4f4f4 100%);
  background-image: linear-gradient(to bottom, #eeeeee 0%, #f4f4f4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fff4f4f4', GradientType=0);
  -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4);
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2) inset, 0 1px 0 rgba(255,255,255,0.4);
}
.quick-actions-horizontal li a span {
  padding: 10px 12px 10px 10px;
  display: inline-block;
}
.quick-actions-horizontal li a i[class^="icon-"],
.quick-actions-horizontal li a i[class*=" icon-"] {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-color: transparent;
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: -2px 0 0 !important;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  padding: 20px;
  vertical-align: middle;
}
.quick-actions-horizontal i.icon-book {
  background-image: url('../img/icons/16/book.png');
}
.quick-actions-horizontal i.icon-cabinet {
  background-image: url('../img/icons/16/cabinet.png');
}
.quick-actions-horizontal i.icon-cal {
  background-image: url('../img/icons/16/calendar.png');
}
.quick-actions-horizontal i.icon-client {
  background-image: url('../img/icons/16/client.png');
}
.quick-actions-horizontal i.icon-database {
  background-image: url('../img/icons/16/database.png');
}
.quick-actions-horizontal i.icon-download {
  background-image: url('../img/icons/16/download.png');
}
.quick-actions-horizontal i.icon-graph {
  background-image: url('../img/icons/16/graph.png');
}
.quick-actions-horizontal i.icon-home {
  background-image: url('../img/icons/16/home.png');
}
.quick-actions-horizontal i.icon-lock {
  background-image: url('../img/icons/16/lock.png');
}
.quick-actions-horizontal i.icon-mail {
  background-image: url('../img/icons/16/mail.png');
}
.quick-actions-horizontal i.icon-pdf {
  background-image: url('../img/icons/16/pdf.png');
}
.quick-actions-horizontal i.icon-people {
  background-image: url('../img/icons/16/people.png');
}
.quick-actions-horizontal i.icon-piechart {
  background-image: url('../img/icons/16/piechart.png');
}
.quick-actions-horizontal i.icon-search {
  background-image: url('../img/icons/16/search.png');
}
.quick-actions-horizontal i.icon-shopping-bag {
  background-image: url('../img/icons/16/shopping-bag.png');
}
.quick-actions-horizontal i.icon-survey {
  background-image: url('../img/icons/16/survey.png');
}
.quick-actions-horizontal i.icon-tag {
  background-image: url('../img/icons/16/tag.png');
}
.quick-actions-horizontal i.icon-user {
  background-image: url('../img/icons/16/user.png');
}
.quick-actions-horizontal i.icon-wallet {
  background-image: url('../img/icons/16/wallet.png');
}
.quick-actions-horizontal i.icon-web {
  background-image: url('../img/icons/16/web.png');
}
.stat-boxes .left,
.stat-boxes .right {
  text-shadow: 0 1px 0 #ffffff;
  float: left;
}
.stat-boxes .left {
  border-right: 1px solid #DCDCDC;
  box-shadow: 1px 0 0 0 #FFFFFF;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
}
.stat-boxes .left span {
  margin-bottom: 5px;
  display: block;
}
.stat-boxes .left i {
  font-size: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.stat-boxes .right {
  font-size: 12px;
  padding: 9px 10px 7px 10px;
  text-align: left;
  color: #666666;
}
.stat-boxes .right strong {
  display: block;
  font-size: 26px;
  margin-bottom: 3px;
}
.stat-boxes .sparkline_bar_good,
.stat-boxes .sparkline_line_good {
  color: #459D1C;
}
.stat-boxes .sparkline_bar_neutral,
.stat-boxes .sparkline_line_neutral {
  color: #757575;
}
.stat-boxes .sparkline_bar_bad,
.stat-boxes .sparkline_line_bad {
  color: #BA1E20;
}
/* Gallery styles */
.gallery-masonry {
  margin: 0 auto;
}
.gallery-masonry .item {
  width: 240px;
  margin: 10px;
  float: left;
  position: relative;
}
.gallery-masonry .item .actions {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.gallery-masonry .item .actions-inner {
  width: 64px;
  height: 27px;
  background-color: #222222;
  border-radius: 5px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-top: -13px;
  margin-left: -32px;
  -webkit-transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
  transition: transform 0.3s ease-in-out 0.2s, opacity 0.3s ease-in-out 0.2s;
}
.gallery-masonry .item .actions-inner a {
  display: inline-block;
  margin: 1px 0 0;
  color: #ffffff;
}
.gallery-masonry .item .actions-inner a:first-child {
  margin-right: 10px;
}
.gallery-masonry .item .actions-inner i {
  line-height: 27px;
}
.gallery-masonry .item:hover .actions {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery-masonry .item:hover .actions .actions-inner {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Form styles */
.form-group:not(.hidden) {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #eeeeee;
}
.form-group .row {
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .form-group .row [class*="col-lg-"],
  .form-group .row [class*="col-md-"] {
    margin-bottom: 15px;
  }
  .form-group .row [class*="col-lg-"]:last-child,
  .form-group .row [class*="col-md-"]:last-child {
    margin-bottom: 0;
  }
}
.form-group .row:last-child {
  margin-bottom: 0;
}
form {
  margin-bottom: 0;
}
form .form-group {
  margin: 0;
  padding: 5px 20px;
}
form .form-group:last-child {
  border-bottom: 0;
}
form .form-group:nth-last-child(1 of .form-group){
  border-bottom: 0;
}
.input-icon .fa {
  position: absolute;
  top: 11px;
  left: 10px;
}
.input-icon .form-control {
  padding-left: 28px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.input-icon.on-right .fa {
  right: 10px;
  left: auto;
}
.input-icon.on-right .form-control {
  padding-left: 12px;
  padding-right: 28px;
}
.input-icon.icon-sm .fa {
  top: 9px;
}
.input-icon.icon-lg .fa {
  font-size: 20px;
  top: 13px;
  left: 12px;
}
.input-icon.icon-lg.on-right .fa {
  left: auto;
  right: 12px;
}
.input-icon.icon-lg .form-control {
  padding-left: 30px;
}
.input-icon.icon-lg.on-right .form-control {
  padding-left: 12px;
  padding-right: 30px;
}
/* Pagination */
.dataTables_paginate {
  line-height: 16px;
  text-align: right;
  margin-top: 0px;
  margin-right: 0px;
  float: right;
}
.dataTables_paginate .ui-button,
.pagination.alternate li a {
  font-size: 12px;
  padding: 4px 10px !important;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: inline-block;
  line-height: 16px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  margin-right: 0;
}
.dataTables_paginate .ui-button:hover,
.pagination.alternate li a:hover {
  color: #222222;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.pagination.alternate li a {
  margin-right: 1px;
}
.dataTables_paginate .first,
.pagination.alternate li:first-child a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}
.dataTables_paginate .last {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.dataTables_paginate .ui-state-disabled,
.fc-state-disabled,
.pagination.alternate li.disabled a {
  color: #AAAAAA !important;
}
.dataTables_paginate .ui-state-disabled:hover,
.fc-state-disabled:hover,
.pagination.alternate li.disabled a:hover {
  cursor: default !important;
}
.dataTables_paginate span .ui-state-disabled,
.pagination.alternate li.active a {
  color: #ffffff !important;
  cursor: default !important;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
/* Table styles */
.dataTable .ui-state-default {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 0;
  border-left: 0;
}
.dataTables_length {
  color: #878787;
  margin: 7px 5px 0;
  position: absolute;
  right: 2px;
  top: -2px;
}
.dataTables_length div {
  vertical-align: middle;
}
div.dataTables_wrapper .ui-widget-header {
  border-right: medium none;
  border-top: 1px solid #D5D5D5;
  font-weight: normal;
  margin-top: -1px;
}
@media (max-width: 979px) {
  div.dataTables_wrapper .ui-widget-header {
    height: 68px;
  }
}
.dataTables_wrapper .ui-toolbar {
  padding: 5px;
  margin: 0;
  border-bottom: 0 !important;
}
.dataTables_filter {
  color: #878787;
  font-size: 11px;
  margin: -1px 8px 2px 10px;
  text-align: left;
  float: left;
}
@media (max-width: 979px) {
  .dataTables_filter {
    position: relative;
  }
}
.dataTables_filter input {
  margin-bottom: 0;
}
.DataTables_sort_icon {
  margin-top: 1px;
}
.table th {
  height: auto;
  font-size: 10px;
  padding: 5px 10px 2px;
  border-bottom: 0;
  text-align: center;
  color: #666666;
  vertical-align: middle !important;
}
.table tr.checked td {
  background-color: #FFFFE3 !important;
}
.table.with-check tr th:first-child,
.table.with-check tr td:first-child {
  width: 10px;
}
.table.with-check tr th:first-child i {
  margin-top: -2px;
  opacity: 0.6;
}
.table.with-check tr td:first-child .checker {
  margin-right: 0;
}
.table.table-striped tbody > tr:nth-child(2n+1) > th,
.table.table-striped tbody > tr:nth-child(2n+1) > td {
  background-color: #FCFCFC;
}
.table.table-hover tbody > tr:hover > td {
  background-color: #f5f5f5;
}
span.icon .checker {
  margin-top: -5px;
  margin-right: 0;
}
@media (max-width: 979px) {
  .dataTables_filter,
  .dataTables_paginate {
    text-align: center;
  }
}
@media (max-width: 979px) and (max-width: 767px) {
  .dataTables_filter,
  .dataTables_paginate {
    float: none !important;
  }
}
/* Invoice style */
.invoice-content {
  padding: 20px;
}
.invoice-action {
  margin-bottom: 30px;
}
.invoice-head {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  width: auto;
}
.invoice-meta {
  font-size: 18px;
  margin-bottom: 40px;
}
.invoice-date {
  float: right;
  font-size: 80%;
}
.invoice-content h5 {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.invoice-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.invoice-content th.total-label {
  text-align: right;
}
.invoice-content th.total-amount {
  text-align: left;
}
.invoice-content th.total-label,
.invoice-content th.total-amount {
  font-size: 16px;
}
.invoice-from {
  float: left;
}
.invoice-to {
  float: right;
}
.invoice-from,
.invoice-to {
  width: 49%;
}
.invoice-from li,
.invoice-to li {
  clear: left;
}
.invoice-from li span,
.invoice-to li span {
  display: block;
}
.amount-word {
  color: #666666;
  margin-bottom: 40px;
  margin-top: 40px;
}
.amount-word span {
  color: #5476A6;
  font-weight: bold;
  padding-left: 20px;
}
/* Chart styles */
.chart,
.pie,
.bars {
  height: 300px;
  max-width: 100%;
}
#tooltip {
  position: absolute;
  display: none;
  border: none;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 10px;
  background-color: #222222;
  color: #ffffff;
  z-index: 25;
}
/***/
.site-stats {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-stats li {
  background-color: #F5F5F5;
  border: 1px solid #DDDDDD;
  cursor: pointer;
  margin: 0 0 10px;
  padding: 10px 20px 10px;
  position: relative;
}
.site-stats li:hover {
  background-color: #EDEDED;
}
.site-stats li .cc {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-stats li:hover .cc {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.site-stats li.divider {
  padding: 0;
  border-width: 1px 0 0;
  border-color: #DDDDDD;
  border-style: dashed;
}
.site-stats li i {
  vertical-align: baseline;
}
.site-stats li strong {
  font-weight: bold;
  font-size: 20px;
  margin-left: 5px;
}
.site-stats li small {
  margin-left: 5px;
  font-size: 12px;
  color: #888888;
  font-style: italic;
}
/* Fullcalendar overrides and fixes */
.fc {
  position: relative;
}
.fc-header-title {
  margin-top: 10px;
}
.fc-header-title h2 {
  margin: 0;
  font-size: 22px;
  color: #444444;
  text-shadow: 0 1px 0 #ffffff;
}
.fc-button-month,
.fc-button-basicWeek,
.fc-button-basicDay {
  margin-top: -36px;
  background-image: none;
  border: 0;
  border-radius: 0 !important;
  padding: 5px 14px 4px;
  height: auto;
  background-color: transparent;
  border-left: 1px solid #CDCDCD;
  margin-left: 2px;
  margin-right: -2px !important;
  color: #666666;
  box-shadow: none;
}
.fc-header-right .fc-state-active {
  background-color: #f9f9f9;
  box-shadow: none;
  border-bottom: 1px solid #f9f9f9;
  color: #333333;
}
.fc-header-right .fc-button:last-child {
  border-right: 1px solid #CDCDCD;
}
.fc-button-next {
  position: absolute;
  right: 0;
}
.fc-button-prev,
.fc-button-next {
  background-color: transparent;
  background-image: none;
  border: 0;
  box-shadow: none;
  margin-top: 7px;
}
.fc-event {
  background-color: #333333;
  border: 0;
  padding: 2px 6px 3px;
  font-size: 75%;
  font-weight: 500;
}
.external-event {
  display: block;
  margin: 10px;
  padding: 4.75px;
}
/* Select2 overrides and fixes */
.select2-result-label {
  white-space: nowrap;
}
.select2-container .select2-choice {
  min-width: 200px;
  background-image: none;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  height: 28px;
}
.dataTables_length .select2-container .select2-choice {
  min-width: 50px;
  width: 50px;
}
.select2-container .select2-choice .select2-chosen {
  color: #555555;
  font-size: 12px;
}
.select2-container .select2-choice .select2-arrow {
  background-color: #ffffff;
  background-image: none;
  border-left: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.select2-container .select2-choice .select2-arrow b {
  background: url('../img/select2.png') no-repeat 0 1px;
}
.select2-container .select2-choice abbr {
  background: url('../img/select2.png') right top no-repeat;
}
.select2-container.select2-container-active .select2-choice {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.select2-dropdown-open .select2-choice,
.select2-dropdown-open .select2-choice .select2-arrow,
.select2-container-active .select2-choice .select2-arrow {
  background-color: #ffffff;
  box-shadow: none;
}
.select2-search input {
  border-color: #cccccc;
  background: #ffffff url('../img/select2.png') no-repeat 100% -22px;
  background: url('../img/select2.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../img/select2.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2.png') no-repeat 100% -22px, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-search input.select2-active {
  background: #ffffff url('../img/ajax-loader.gif') no-repeat 100%;
  background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #ffffff), color-stop(0.99, #eeeeee));
  background: url('../img/select2-spinner.gif') no-repeat 100%, -webkit-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, -moz-linear-gradient(center bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, -o-linear-gradient(bottom, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, -ms-linear-gradient(top, #ffffff 85%, #eeeeee 99%);
  background: url('../img/select2-spinner.gif') no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}
.select2-more-results.select2-active {
  background: #f4f4f4 url('../img/select2-spinner.gif') no-repeat 100%;
}
.select2-search-choice-close {
  background: url('../img/select2.png') right top no-repeat;
  top: 3px;
}
.select2-container-multi .select2-choices {
  border: 1px solid #cccccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  background-image: none;
  border-radius: 3px;
}
.select2-container-multi .select2-choices.select2-container-active .select2-choices {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: 0 0 8px rgba(82, 168, 236, 0.6);
}
.select2-container-multi .select2-choices .select2-search-field input {
  min-width: 120px;
}
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url('../img/select2-spinner.gif') no-repeat 100% !important;
}
.select2-container-multi .select2-choices .select2-search-choice {
  background-color: #428BCA;
  background-image: none;
  filter: none;
  border-color: #428BCA;
  box-shadow: none;
  font-size: 12px;
  color: #ffffff;
}
.select2-container-multi .select2-choices .select2-search-choice.select2-search-choice-focus {
  background-color: #2a609d;
  border-color: #2a609d;
  color: rgba(255, 255, 255, 0.5);
}
.select2-drop-active {
  border-left: 1px solid rgba(82, 168, 236, 0.8);
  border-right: 1px solid rgba(82, 168, 236, 0.8);
  border-bottom: 1px solid rgba(82, 168, 236, 0.8);
}
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid rgba(82, 168, 236, 0.8);
}
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  background-image: none !important;
  border-color: rgba(82, 168, 236, 0.6);
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url('../img/select2x2.png') !important;
  }
}
@media (max-width: 700px) {
  .select2-input {
    min-width: auto;
    width: auto;
  }
}
/*---------------------------*/

.dataTables_filter .dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.carousel-inner>.item>.carousel_helper>a>img, .carousel-inner>.item>a>img {
  max-height: 657px !important;
  width: 100%;
  margin: auto;
  vertical-align: middle;
}

.carousel_helper {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
}

.carousel-inner>.item {
  text-align: center;
  vertical-align: middle;
}

.widget-content.screenshots {
  text-align: center;
  background-color: #000;
}

.flat .widget-box .widget-title {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.actions i.fa, .actions i.icon-line {
  color: #535353;
  margin: 5px 10px 0 0;
}

#light_list_wrapper .dataTables_filter,
#statistics_cards_wrapper .dataTables_filter,
#all_cards_wrapper .dataTables_filter,
#marker_list_wrapper .dataTables_filter,
#provide_acts_all_wrapper .dataTables_filter {
  margin: 4px 5px 0;
  position: absolute;
  right: 2px;
  top: 0px;
}

#light_list_wrapper .dataTables_paginate,
#statistics_cards_wrapper .dataTables_paginate,
#all_cards_wrapper .dataTables_paginate,
#marker_list_wrapper .dataTables_paginate,
#provide_acts_all_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin: 10px 0;
}

#light_list_wrapper .fg-toolbar,
#statistics_cards_wrapper .fg-toolbar,
#all_cards_wrapper .fg-toolbar,
#marker_list_wrapper .fg-toolbar,
#provide_acts_all_wrapper .fg-toolbar {
  height: auto;
}

#light_list_wrapper .dataTables_paginate a.previous,
#statistics_cards_wrapper .dataTables_paginate a.previous,
#all_cards_wrapper .dataTables_paginate a.previous,
#marker_list_wrapper .dataTables_paginate a.previous,
#provide_acts_all_wrapper .dataTables_paginate a.previous {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}

#light_list_wrapper .dataTables_paginate a.next,
#statistics_cards_wrapper .dataTables_paginate a.next,
#all_cards_wrapper .dataTables_paginate a.next,
#marker_list_wrapper .dataTables_paginate a.next,
#provide_acts_all_wrapper .dataTables_paginate a.next {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right-width: 1px;
}

#light_list_wrapper .user-info,
#all_cards_wrapper .user-info,
#marker_list_wrapper .user-info,
#provide_acts_all_wrapper .user-info {
  display: inline-block;
  margin-right: 10px;
}

#light_list_wrapper .fa-play-circle-o,
#light_list_wrapper .fa-play {
  color: #83bd67;
}

#light_list_wrapper .fa-signal {
  color: #55acd2;
}

.cards th.ui-state-default, #light_list_history th.ui-state-default, .table-map th.ui-state-default, .service_provide th.ui-state-default {
  text-align: left;
}

.actions a.disabled {}

.actions i.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

th.sorting {
  cursor: pointer;
}

.gritter-item i.fa {
  margin-right: 10px;
}

.gritter-item i.fa-check {
  color: #72c02c;
}

.gritter-item i.fa-times {
  color: #e74c3c;
}

.gritter-item i.fa-spinner {
  color: #428bca;
}

.time_holder i {
  display: inline-block
}

.time_holder {
  display: inline-block;
  margin: 0 2px 10px 2px;
  position: relative;
}

.time_holder label {
  font-size: 11px;
  font-style: italic;
  position: absolute;
  bottom: -14px;
  left: 8px;
  margin: 0;
  font-weight: normal;
}

.time_holder span {
  position: relative
}

.time_holder select {
  width: 52px;
  margin-bottom: 0px;
  height: auto;
  padding-right: 0px;
}

.btn-toolbar {
  margin: 10px 0;
}

#datepickers {
  margin-bottom: 10px;
}

@media (max-width: 840px) {
  #content-header .stat-boxes li {
    margin: 0
  }

  #content-header .stat-boxes .left, #content-header .stat-boxes .right {
    padding: 5px;
  }
}

@media (min-width: 992px) {
  .one-height-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .one-height-column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center
  }

  /*.one-height-column .widget-box h2, .one-height-column .widget-box h3, .widget-box h2.message, .widget-box h3.message{
		padding: 10px;
		margin:auto;
	}*/
  .one-height-column .widget-box h2 i.fa-hand-o-down:before, .widget-box h2.message i.fa-hand-o-down:before {
    content: "\f0a4";
  }

  .empty_player_box {
    min-height: 340px;
  }

  /*.widget-content.screenshots{
		height:657px
	}*/
}

@media (min-width: 1200px) {
  .one-height-box-lg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .one-height-column-lg {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-content: center
  }

  /*.widget-content.screenshots{
		height:657px
	}*/
}

@media (max-width:1200px) {
  #light_list_wrapper .fg-toolbar {
    margin-top: 0 !important;
  }
}

.widget-box {
  width: 100%;
}

.flex.player_box {
  justify-content: center;
  flex-direction: column;
}

@media (min-width:450px) {
  .widget-box .flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width:500px) {
  .widget-title, .modal-header, .table th, div.dataTables_wrapper .ui-widget-header, .ui-dialog .ui-dialog-titlebar{
    min-height:36px;
    height:auto !important;
  }
}
@media (max-width: 767px){
  #content {
    z-index:unset;
  }
}
.one-height-column .widget-box h2, .one-height-column .widget-box h3, .widget-box h2.message, .widget-box h3.message {
  text-align: center;
  padding: 20px;
  margin: auto;
}

.widget-box i.fa-spinner {
  color: #428bca;
  font-size: 2em;
}

.widget-content .alarm_log {
  /*max-height:369px;*/
  overflow-x: auto;
}

.one-height-column .alarm_log {
  max-height: 369px;
}

.alarm_log li.active {
  background-color: #eee;
}

div.viewall a {
  border-top: 1px dotted #AEBDC8;
}

.alarm-thumb {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  overflow: hidden;
  color: #f39c12;
}
div#show_alarms .is_zone .alarm-thumb {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #eaeaea;
}

div#show_alarms .recent-posts .is_zone .article-post {
  height: 80px;
}

.recent-posts .is_zone .article-post p{
 margin-bottom: 5px;
}
.recent-posts li {
  margin-bottom: 5px;
}

.alarm-thumb img {
  width: 90px;
  height: auto;
  cursor: pointer;
}

.alarm-thumb .icon-font-danger {
  color: #e74c3c;
}

i.icon-font-blue, .actions i.icon-font-blue {
  color: #3498db;
}

i.icon-font-red, .actions i.icon-font-red {
  color: #e74c3c;
}

i.icon-font-orange, .actions i.icon-font-orange {
  color: #f39c12;
}

i.icon-font-success, .actions i.icon-font-success {
  color: #72c02c;
}

table.devices td.actions.text-center {
  text-align: center;
}

.label-grey, .badge-grey {
  background-color: #C3BFBF;
}

.settings_wrap:hover .label, .settings_wrap:focus .label {
  background-color: #34495e;
}

.select2-container .select2-choice .select2-chosen {
  font-size: 15px;
}

.border-right-white {
  border-right: 1px solid #ffffff;
}

.border-left-grey {
  border-left: 1px solid #eeeeee;
}

.border-bottom-grey {
  border-bottom: 1px solid #eeeeee;
}

.icheckbox_flat-blue, .iradio_flat-blue {
  top: 7px;
}

.settings_wrap {
  margin: 15px 0;
  padding: 10px 20px;
  border: 1px solid #eeeeee;
  background-color: #fff;
}

.tabs-bg-grey.tabbable.inline .nav-tabs>li.active>a, .tabs-bg-grey.tabbable.inline .nav-tabs>li.active>a:hover, .tabs-bg-grey.tabbable.inline .nav-tabs>li.active>a:focus {
  background-color: #fafafa;
  border-color: #bcbcbc #bcbcbc transparent #bcbcbc
}
.tabbable.inline .nav-tabs > li > a, .tabbable.inline .nav-tabs > li > a:focus{
  background-color: #eaeaea;/*#85b4ff47*/
  border-color: #d6d6d6;/*#b4bccb;*/
  color: #34485e; /*#676f7f;*/
  font-size: 15px;
}
.tabbable.inline .tab-content{
  border: 1px solid #bcbcbc;
}
.tabbable.inline .nav-tabs li [class*=" fa-"], .tabbable.inline .nav-tabs li [class^="fa-"]{
  width:auto;
}
.nav>li>a{
  padding:10px 20px;
}
.tabs-bg-grey.tabbable.inline .tab-content {
  background-color: #fafafa;
}

#device_edit_form input, #device_edit_form textarea {
  font-size: 15px
}

.has-success .form-control {
  background: #f0fff0;
  border-color: #bbb;
}

tr.for_delete td, tr.for_delete td i {
  color: #999999 !important;
  background: #eee !important;
}

tr.for_delete td i.icon-custom {
  color: #eee !important;
  background: #999999 !important;
}

tr.lightened td {
  background: #FEFFE5 !important;
}

.modal code {
  color: #345CDB;
  white-space: normal;
}

.modal-footer blockquote {
  margin-bottom: 0
}

.modal-footer .alert {
  text-align: left
}

/*.tabs-bg-grey.tabbable.inline .nav-tabs > li > a:hover{
  color: #666666;
}
/*#archive_chart_box,#archive_alarm_box, #archive_chart_box .chart{
display:none;
}*/
.service-block-light, .service-block-default {
  background: #fff;
  border: solid 1px #eee;
}

.service-block {
  padding: 20px 30px;
  text-align: left;
  margin-bottom: 20px;
}

.service-block.active, .service-block.active:hover {
  box-shadow: 0 0 10px rgba(90, 179, 255, 0.63)
}

.service-block-light p, .service-block-light h2, .service-block-default p, .service-block-default h2 {
  color: #555;
}

.service-block-default h2 {
  margin: 23px 0;
  font-size: 18px;
  line-height: 24px;
}

.service-block-default:hover {
  box-shadow: 0 0 8px #eee;
}

.service-block img {
  max-width: 70px;
  margin-right: 20px;
}

@media (min-width: 1200px) and (max-width: 1415px) {
  .service-block-default h2 {
    font-size: 14px;
  }

  .service-block {
    padding: 20px 10px;
  }

  .service-block img {
    max-width: 60px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 773px) {
  .service-block-default h2 {
    font-size: 14px;
  }
}

@media (max-width: 1200px) {
  .service-block img {
    max-width: 55px;
    margin-right: 10px;
  }

  .service-block {
    padding: 20px 10px;
  }
}

.pay_methods .service-block {
  cursor: pointer;
}

#money blockquote h3 {
  margin: 10px 0;
  color: #555;
}

.input-group-lg.input-icon.icon-lg.on-right .fa {
  left: auto;
  right: 125px;
  top: 25px;
}

.input-group-lg .pay_input {
  padding-right: 30px;
  position: relative;
}

.input-group-lg .input-group-btn.input-group-icon:before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f158";
  display: block;
  position: absolute;
  left: -25px;
  right: auto;
  top: 15px;
}

#card img, #promo img {
  max-height: 300px;
  max-width: 100%;
  margin-top: 10px;
}

#sidebar ul li i {
  width: 14px;
  text-align: center;
}

.stat-boxes {
  margin-top: 6px;
  top: 0;
  position: absolute;
  right: 0;
}

.stat-boxes span.title {
  font-size: 18px;
}

.stat-boxes .left img {
  max-height: 45px;
}

.stat-boxes .right strong {
  font-size: 18px;
}

table.control_panel td {
  padding: 5px 10px;
  text-align: center;
}

table.control_panel i {
  color: #535353;
  cursor: pointer;
}

.drophover {
  background-color: #ffffff;
}

#drop_helper {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

object.drop {
  z-index: -1;
}

embed.drop {
  z-index: -2;
  padding: 10px;
  border: 3px solid #ffffff;
}

.widget-title a[type='button'] {
  color: #ffffff;
  margin: 2px 5px;
}

th.text-left {
  text-align: left;
}

.table_pagination {
  position: absolute;
  bottom: 0;
  padding: 12px;
  right: 5px;
}

#devices_wrapper {
  padding: 6px;
}

table.sky-form label, table .sky-form label{
  margin-bottom: 0;
}

@media (max-width: 1150px) {
  .table_pagination {
    position: relative;
  }

  .table_pagination .dataTables_paginate {
    float: none;
    text-align: center;
  }
}

div.actions {
  padding: 0 10px 10px 10px;
  /*border-bottom:1px solid #d9d9d9;*/
}

div.actions i {
  margin-top: 0;
}

.actions a.disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.actions a.disabled i {
  color: #535353
}

.select2-results .select2-disabled {
  font-weight: bold;
}

.ui-datepicker-calendar td {
  text-align: center;
}

#code_content i.fa {
  line-height: inherit;
}

#code_content object, #code_content embed {
  height: 100%;
}

@media (min-width: 992px) {
  table.devices.devices_fullcut td.actions {
    min-width: 150px;
  }

  table.devices.devices_fullcut td.short_actions {
    min-width: 75px;
    max-width: 75px;
  }
}

@media (max-width: 1256px) {
  .hidden-1256 {
    display: none;
  }
}

@media (max-width: 400px) {
  .widget-title .nav-tabs {
    font-size: 0.8em;
  }
}

.panel i {
  padding-right: 10px;
  font-size: 1.4em;
}

.downloads .panel-heading .btn-primary {
  margin-top: -40px;
}

.panel-heading .btn-primary, .panel .btn-primary:hover {
  color: #ffffff !important;
}

.downloads .panel-heading h4 {
  padding-left: 38px;
  padding-right: 140px;
}

.panel-heading img {
  width: 28px;
  margin-right: 10px;
  float: left;
  margin-top: 10px;
}

.custom_select {
  width: 100%
}

.panel-heading h4 small {
  display: block;
}

.firmware {
  margin-bottom: 10px;
}

.firmware:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.firmware .alert {
  line-height: 1.5em;
}

/*Rounded and Circle Classes
------------------------------------*/
.no-rounded {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 4px !important;
}

.rounded-x {
  border-radius: 50% !important;
}

.rounded-2x {
  border-radius: 10px !important;
}

.rounded-3x {
  border-radius: 15px !important;
}

.rounded-4x {
  border-radius: 20px !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded-md {
  border-radius: 3px !important;
}

.rounded-top {
  border-radius: 4px 4px 0 0 !important;
}

.rounded-left {
  border-radius: 4px 0 0 4px !important;
}

.rounded-right {
  border-radius: 0 4px 4px 0 !important;
}

.rounded-bottom {
  border-radius: 0 0 4px 4px !important;
}

.rounded-diagonal {
  border-radius: 0 6px 0 6px !important;
}

/*Sub-user-devices page
------------------------------------*/
.sub-user-devices-label {
  display: inline;
  margin-left: 10px;
}

div.check-all-dev {
  margin-top: 20px;
}

/*Map page
------------------------------------*/
.ymaps-2-1-29-balloon__close+.ymaps-2-1-29-balloon__content {
  margin-right: 12px !important;
}

/*Profile page
------------------------------------*/
#light_list_history_wrapper .dataTables_filter {
  margin: 4px 5px 0;
  position: absolute;
  right: 2px;
  top: 0px;
}

#light_list_history_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  margin: 10px 0;
}

#light_list_history_wrapper .fg-toolbar {
  height: auto;
}

#light_list_history_wrapper .dataTables_paginate a.previous {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-left-width: 1px;
}

#light_list_history_wrapper .dataTables_paginate a.next {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right-width: 1px;
}

#light_list_history_wrapper .user-info {
  display: inline-block;
  margin-right: 10px;
}

#light_list_history_wrapper .fa-play-circle-o, #light_list_history_wrapper .fa-play {
  color: #83bd67;
}

#light_list_history_wrapper .fa-signal {
  color: #55acd2;
}

.ui-datepicker {
  display: none;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font: 13px/1.55 'Open Sans', Helvetica, Arial, sans-serif;
  text-align: center;
  color: #666
}

.ui-datepicker a {
  color: #404040
}

.ui-datepicker-header {
  position: relative;
  margin: -10px -12px 10px;
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  line-height: 27px
}

.ui-datepicker-prev, .ui-datepicker-next {
  position: absolute;
  top: 0;
  display: block;
  width: 47px;
  height: 47px;
  font-size: 15px;
  line-height: 47px;
  text-decoration: none;
  cursor: pointer
}

.ui-datepicker-prev {
  left: 0
}

.ui-datepicker-next {
  right: 0
}

.ui-datepicker-calendar {
  border-collapse: collapse;
  font-size: 13px;
  line-height: 27px
}

.ui-datepicker-calendar th {
  color: #999
}

.ui-datepicker-calendar a, .ui-datepicker-calendar span {
  display: block;
  width: 31px;
  margin: auto;
  text-decoration: none;
  color: #404040
}

.ui-datepicker-calendar a:hover {
  background: rgba(0, 0, 0, 0.05)
}

.ui-datepicker-calendar span {
  color: #bfbfbf
}

.ui-datepicker-today a {
  font-weight: 700
}

.ui-datepicker-calendar .ui-state-active {
  background: rgba(0, 0, 0, 0.05);
  cursor: default
}

.ui-datepicker-inline .ui-datepicker-calendar {
  width: 100%
}

#range-dates .form-group {
  padding: 0px;
}

#statistics_cards tfoot th {
  font-size: 12px;
}

#provide_acts_all td.num_service {
  width: 20%;
}

#full_list .dropdown a.btn, #full_list ul.nav.navbar-nav>li>a, table.devices .dropdown a.btn, table.devices ul.nav.navbar-nav>li>a,
table.table_compact .dropdown a.btn, table.table_compact ul.nav.navbar-nav>li>a {
  border: 1px solid #bbb;
  height: 33px;
  padding: 6px 15px 6px 10px;
  font-size: 14px;
  color: #404040;
  width: 100%;
  border-radius: 0;
  background: #fff;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
  max-width:300px;
}

#full_list .dropdown a.btn i, #full_list ul.nav.navbar-nav>li>a i, table.devices .dropdown a.btn i, table.devices ul.nav.navbar-nav>li>a i,
table.table_compact ul.nav.navbar-nav>li>a i{
  position: absolute;
  background: #fff;
  pointer-events: none;
  top: 14px;
  width: 7px;
  right: 5px;
  height: 6px;
}

#full_list .dropdown a.btn i:after, #full_list .dropdown a.btn i:before, #full_list ul.nav.navbar-nav>li>a i:after, #full_list ul.nav.navbar-nav>li>a i:before,
table.devices .dropdown a.btn i:after, table.devices .dropdown a.btn i:before, table.devices ul.nav.navbar-nav>li>a i:after, table.devices ul.nav.navbar-nav>li>a i:before,
table.table_compact .dropdown a.btn i:after, table.table_compact .dropdown a.btn i:before, table.table_compact ul.nav.navbar-nav>li>a i:after, table.table_compact ul.nav.navbar-nav>li>a i:before{
  content: '';
  position: absolute;
  /*right: 10px;*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  top: 4px;
}

#full_list .dropdown a.btn i:before, #full_list ul.nav.navbar-nav>li>a i:before,
table.devices .dropdown a.btn i:before, table.devices ul.nav.navbar-nav>li>a i:before,
table.table_compact .dropdown a.btn i:before, table.table_compact ul.nav.navbar-nav>li>a i:before{
  top: 12px;
  border-bottom: 4px solid #404040;
}

#full_list .dropdown a.btn i:after, #full_list .dropdown a.btn i:before, #full_list ul.nav.navbar-nav>li>a i:after, #full_list ul.nav.navbar-nav>li>a i:before,
table.devices .dropdown a.btn i:after, table.devices .dropdown a.btn i:before, table.devices ul.nav.navbar-nav>li>a i:after, table.devices ul.nav.navbar-nav>li>a i:before,
table.table_compact .dropdown a.btn i:after, table.table_compact .dropdown a.btn i:before, table.table_compact ul.nav.navbar-nav>li>a i:after, table.table_compact ul.nav.navbar-nav>li>a i:before{
  top: 4px;
}

#full_list .dropdown a.btn i:before, #full_list ul.nav.navbar-nav>li>a i:before,
table.devices .dropdown a.btn i:before, table.devices ul.nav.navbar-nav>li>a i:before,
table.table_compact .dropdown a.btn i:before, table.table_compact ul.nav.navbar-nav>li>a i:before{
  top: -2px;
  border-bottom: 4px solid #404040;
}

#full_list .dropdown a.btn i:after, #full_list ul.nav.navbar-nav>li>a i:after,
table.devices .dropdown a.btn i:after, table.devices ul.nav.navbar-nav>li>a i:after,
table.table_compact .dropdown a.btn i:after, table.table_compact ul.nav.navbar-nav>li>a i:after{
  bottom: 12px;
  border-top: 4px solid #404040;
}

#full_list .dropdown a, #full_list .nav a,
table.devices .dropdown a, table.devices .nav a,
table.table_compact .dropdown a, table.table_compact .nav a{
  font-size: 14px;
  color: #404040;
}

#full_list .dropdown-submenu>a:after,
table.devices .dropdown-submenu>a:after,
table.table_compact .dropdown-submenu>a:after{
  border-left-color: #404040;
}

#full_list ul.nav.navbar-nav, #full_list ul.nav.navbar-nav>li, #full_list ul.nav.navbar-nav>li>a,
table.devices ul.nav.navbar-nav, table.devices ul.nav.navbar-nav>li, table.devices ul.nav.navbar-nav>li>a,
table.table_compact ul.nav.navbar-nav, table.table_compact ul.nav.navbar-nav>li, table.table_compact ul.nav.navbar-nav>li>a{
  width: 100%
}

#full_list .navbar,
table.devices .navbar,
table.table_compact .navbar{
  padding-top: 0px !important;
  min-height: 34px;
}

#full_list .navbar span.scroll-up, #full_list .navbar span.scroll-down,
table.devices .navbar span.scroll-up, table.devices .navbar span.scroll-down,
table.table_compact .navbar span.scroll-up, table.table_compact .navbar span.scroll-down {
  background-color: #fff;
}

#full_list .navbar .dropdown-menu>.active>a, #full_list .navbar .dropdown-menu>.active>a:focus, #full_list .navbar .dropdown-menu>.active>a:hover,
table.devices .navbar .dropdown-menu>.active>a, table.devices .navbar .dropdown-menu>.active>a:focus, table.devices .navbar .dropdown-menu>.active>a:hover,
table.table_compact .navbar .dropdown-menu>.active>a, table.table_compact .navbar .dropdown-menu>.active>a:focus, table.table_compact .navbar .dropdown-menu>.active>a:hover {
  background-color: #e1e3e9;
}

/*____Новая таблица устройств______*/
table.devices tfoot th,
table.table_compact tfoot th {
  padding: 5px;
}

table.devices tfoot th.td_filter{
  min-width: 100px;
}

table.devices.dataTable tfoot th, table.devices.dataTable tfoot td,
table.table_compact.dataTable tfoot th, table.table_compact.dataTable tfoot td {
  border-top: 1px solid #707070;
  border-top-color: rgb(112, 112, 112);
}

table.devices.dataTable thead th, table.devices.dataTable thead td,
table.table_compact.dataTable thead th, table.table_compact.dataTable thead td{
  border-bottom: 1px solid #707070;
  border-bottom-color: rgb(112, 112, 112);
}

table.devices_wrapper .dataTables_length {
  top: -37px !important;
}

#devices_wrapper .dataTables_length {
  position: inherit;
  padding-top: 0.25em;
  margin: 0 0 0 5px;
}

#devices_wrapper .table_pagination {
  position: inherit;
  margin: 0;
  padding: 0.25em 0 0 0;
}

table.devices .actions i.fa, table.devices .actions i.icon-line {
  margin: 0;
}

table.devices th:first-child {
  padding-left: 10px;
}

table.devices th input[type="checkbox"] {
  font-size: 1.5em;
}

.widget-title>.icon>#multi_edit.btn {
  padding: 0;
  background: none;
  margin: 0;
  line-height: 1;
}

@media (max-width: 1900px) {
  .dataTables_paginate {
    float: none !important;
  }

  .table_pagination {
    position: relative;
  }
}

table.devices td.actions {
  text-align: left;
}

/* .dataTables_filter {
  position: absolute;
  right: 2px;
  top: -37px;
} */
.dataTables_filter input {
  border-style: solid;
  border-color: #bbb;
  border-width: 1px;
  font: 14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  padding: 4px 6px;
  margin: 5px 5px 0;
  box-shadow: none;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.dataTables_wrapper .table_pagination_center .dataTables_paginate {
  float: none;
  text-align: center;
  padding-bottom: 0.25em;
}

#sub_users_list_table_wrapper{
 overflow-x: auto;
}

table.devices .header_search.input {
  position: absolute;
  top: -36px;
  right: 7px;
  color: #909090;
}

table.devices .header_search input {
  border-style: solid;
  border-color: #bbb;
  border-width: 1px;
  font: 14px/16px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #404040;
  padding: 4px 6px;
  margin: 5px 5px 0;
  box-shadow: none;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}

.ui-draggable {
  cursor: move;
}

span.hidden-link {
  color: #3d78d8;
  /*-цвет ссылки-*/
  cursor: pointer;
  /*-указатель в виде пальца-*/
}

span.hidden-link:hover {
  text-decoration: underline;
  /*-подчеркивание-*/
}

.accordion.panel-group .panel {
  border: 0;
  border-radius: 0;
}

.accordion .panel-heading, .panel-downloads .panel-heading, .panel-downloads>.panel {
  padding: 0 !important;
  background-color: transparent;
  border-radius: 0px;
  border: 0;
}

.accordion .panel-heading>.panel-title>a {
  padding: 20px 15px;
  background-color: #999999;
}

.accordion .panel-heading>.panel-title>a, .panel-downloads>.panel>.panel-heading.panel-link>a {
  padding: 12px 35px 12px 15px;
  color: #ffffff;
  font-weight: normal;
  background-color: #3d78d8;
  width: 100%;
  display: inline-block;
  position: relative;
}

.accordion .panel-heading>.panel-title>a.collapsed, .panel-downloads>.panel>.panel-heading.panel-link>a {
  background-color: #999999;
}

.accordion .panel-heading>.panel-title>a:hover, .panel-downloads>.panel>.panel-heading.panel-link>a:hover {
  background-color: #3d78d8;
}

.accordion .panel-heading a:after {
  font-family: "FontAwesome";

  position: absolute;
  right: 15px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  margin-top: -7px;
  top: 50%;
}

.accordion .accordion .panel-heading a.collapsed:after {

}

.accordion .panel-body {
  border: 1px solid #f0f0f0;
  border-top: none !important;
  background-color: #fafafa;
  color: #666666;
}

.panel-group {
  margin-bottom: 0px;
}

.stepwizard-step p {
  margin-top: 0px;
  color: #666;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
  opacity: 1 !important;
  color: #bbb;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
  left:0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

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

.dt-bootstrap .dataTables_length {
  position: relative;
}

.dt-bootstrap .dataTables_filter {
  position: relative;
  top: 0;
}

.dt-bootstrap.dataTables_wrapper .dataTables_paginate .paginate_button {
  display: inline;
  padding: 0
}

.dt-bootstrap .settings_options {
  margin: 5px 10px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background-color: #384250;
  border-color: #242b36
}

.partners_link {
  position: relative;
  color: #6e6e6e;
}

.partners_link .fa {
  margin: 0 25px 0 0;
}

.label_type {
  background-color: #dedede;
  position: absolute;
  font-size: 12px;
  left: -15px;
  bottom: -2px;
}

.label-small {
  padding: 2px 4px;
}

.display>tbody>tr.info td, .display>tbody>tr.info>th, .display>tbody>tr td.info, .display>tbody>tr>th.info, .display>tfoot>tr.info td, .display>tfoot>tr.info>th, .display>tfoot>tr td.info, .display>tfoot>tr>th.info, .display>thead>tr.info td, .display>thead>tr.info>th, .display>thead>tr td.info, .display>thead>tr>th.info {
  background-color: #d9edf7;
}

.display>tbody>tr.success td, .display>tbody>tr.success>th, .display>tbody>tr td.success, .display>tbody>tr>th.success, .display>tfoot>tr.success td, .display>tfoot>tr.success>th, .display>tfoot>tr td.success, .display>tfoot>tr>th.success, .display>thead>tr.success td, .display>thead>tr.success>th, .display>thead>tr td.success, .display>thead>tr>th.success {
  background-color: #dff0d8;
}

.text-success-new {
  color: #5db95f;
}

.text-warning-new {
  color: #f1992c;
}

.text-info-new {
  color: #3498db;
}

.flat .progress {
  background-color: #ececec;
  margin-bottom: 0;
}

.progress-bar-default {
  background-color: #9fbbd8;
}

.pr-20 {
  padding-right: 20px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.select2-search__field {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] .text-muted {
  color: #cadeff;
}

.btn-primary-new {
  background-color: #9fbcd8;
  border: none;
}

.form-horizontal .form-group>[class*="col-"]>div>.row>[class*="col-"]:first-child {
  padding-left: 0;
}

.form-horizontal .form-group>[class*="col-"]>div>.row>[class*="col-"]:last-child {
  padding-right: 0;
}

#news_site_modal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;
}

#news_site_modal .modal-header {
  background: transparent;
  box-shadow: none;
  text-align: right;
  color: white;
  border: none;
  font-size: 20px;
}

#news_site_modal .modal-body {
  padding: 0;
}

#news_site_modal .modal-footer {
  border: none;
}

#news_site_modal button.close {
  position: absolute;
  right: -35px;
  color: #fff;
  font-size: 50px;
  font-weight: 100;
  text-shadow: none;
  top: -3px;
  z-index: 1;
  opacity: 1;
}

#news_site_modal button.close:focus,
#news_site_modal button.close:hover {
  color: #3d78d8;
}

.owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  padding: 3px 10px;
  font-size: 12px;
  position: absolute;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#news_site_modal .owl-buttons div {
  background-color: #3d78d8;
  opacity: .3;
  color: #f1f1f1;
  top: 50%;
  margin-top: -15px;
}

.owl-prev {
  right: 100%;
}

.owl-next {
  left: 100%
}

.owl-controls .owl-buttons div:after {
  font-family: "fontello";
  font-size: 18px;
  line-height: 26px;
}

.owl-prev:after {
  content: "\e87c";
}

.owl-next:after {
  content: "\e87d";
}

#news_site_modal .owl-buttons div:hover {
  opacity: 1;
}

#news_site_modal .carousel-inner>.item>img {
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

#news_site_modal .item_bg_blue_tr {
  background-color: rgba(61, 120, 216, 0.5);
}

#news_site_modal .item_bg_blue_tr img {
  box-shadow: 0 0 100px 100px rgba(100, 100, 100, 0.5);
}

.icon-color-dark {
  color: #535353;
}

@media screen and (min-width: 768px) {
  #news_site_modal .carousel-inner>.item {
    height: 315px;
  }

  #news_site_modal .item .carousel-caption {
    color: #4765a0;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    text-shadow: none;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_1,
  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    color: #FFFFFF;
    background-color: rgba(61, 120, 216, 0.5);
    width: 400px;
    height: 190px;
    margin-top: -95px;
    margin-left: -200px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    height: 140px;
    margin-top: -70px;
  }

  #news_site_modal .item .carousel-caption p.modal_news {
    font-size: 14px;
    font-weight: 600;
  }

  #news_site_modal .item .carousel-caption h1.name_news {
    font-size: 50px;
    font-weight: 900;
    margin-top: 20px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_tr {
    padding: 0;
    width: 500px;
    height: 300px;
    margin-top: -150px;
    margin-left: -250px;
  }

  #news_site_modal .item .carousel-caption.caption_bottom_left {
    top: auto;
    left: 10px;
    bottom: 10px;
    margin: 0;
    height: 150px;
    width: 500px;
  }

  #news_site_modal .item .carousel-caption h2.title {
    font-size: 36px;
    font-weight: 900;
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #news_site_modal .item .carousel-caption h3.title {
    font-size: 30px;
    font-weight: 900;
    padding: 15px;
    /*background-color: rgba(61, 120, 216, 0.6);*/
    background: transparent;
    color: #FFFFFF;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr,
  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 15px;
    margin: 0;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    background-color: rgba(61, 120, 216, 0.6);
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    width: 80%;
    margin: auto;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion>#novelty-form {
    margin-top: 20px;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion>#novelty-form button:first-child {
    margin-right: 25%;
  }

  #news_site_modal .item .carousel-caption p.modal_news.border_blue {
    font-weight: 400;
    border: 1px solid #4765a0;
  }

  #news_site_modal .carousel-caption p span {
    color: #e74c3c;
    font-weight: bolder;
  }
}

@media screen and (min-width: 992px) {
  #news_site_modal .carousel-inner>.item {
    height: 470px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_1,
  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    width: 600px;
    height: 250px;
    margin-top: -125px;
    margin-left: -300px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    height: 150px;
    margin-top: -75px;
  }

  #news_site_modal .item .carousel-caption p.modal_news {
    font-size: 20px;
  }

  #news_site_modal .item .carousel-caption p.modal_news_1 {
    font-size: 30px;
  }

  #news_site_modal .item .carousel-caption h1.name_news {
    font-size: 80px;
    margin-top: 30px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_tr {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    top: auto;
    left: auto;
    color: #fff;
  }

  #news_site_modal .item .carousel-caption h2.title {
    font-size: 50px;
    margin-top: 15px;
    background: transparent;
  }

  #news_site_modal .item .carousel-caption h3.title {
    font-size: 40px;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr,
  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    font-size: 18px;
    margin-bottom: 10px;
    margin-left: 10px;
    color: #4765a0;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_tr {
    margin-bottom: 0;
    font-size: 18px;
    background: transparent;
    position: absolute;
    bottom: 0;
    padding: 8px 15px;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    font-size: 30px;
    margin: auto;
    margin-bottom: 10px;
    color: #fff;
  }

  #news_site_modal .item .carousel-caption.caption_bottom_left {
    height: 150px;
    width: 730px;
    margin: 0;
  }

  #news_site_modal .item .carousel-caption.caption_bottom_center {
    width: 670px;
  }

  #news_site_modal .item .carousel-caption.caption_bottom_center p.caption_margin_left {
    margin-bottom: 20px;
    margin-left: 135px;
    font-size: 16px;
  }

  #news_site_modal .item .carousel-caption.caption_bottom_center p.caption_margin_left img {
    height: 20px;
  }
}

@media screen and (max-width: 991px) {
  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr br {
    content: " ";
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr br:after {
    content: " ";
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr.border_blue {
    font-size: 12px;
  }
}

#news_site_modal .carousel-control {
  left: auto;
  right: 100%;
  background-image: none;
  opacity: .1;
}

#news_site_modal .carousel-control.right {
  right: auto;
  left: 100%;
  background-image: none;
}

#news_site_modal .carousel-control:hover {
  opacity: .5;
}

#news_site_modal .carousel-control .glyphicon-chevron-left,
#news_site_modal .carousel-control .icon-prev {
  left: auto;
  margin-left: 0;
  right: 10px;
}

#news_site_modal .carousel-control .glyphicon-chevron-right,
#news_site_modal .carousel-control .icon-next {
  right: auto;
  margin-right: 0;
  left: 10px;
}

.vertical-align {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #news_site_modal.modal {
    background: rgba(0, 0, 0, 0.5);
  }

  #news_site_modal .modal-header {
    padding-right: 30px;
  }

  #news_site_modal button.close {
    right: 0;
  }

  #news_site_modal .carousel-inner>.item {
    height: 370px;
  }

  #news_site_modal .carousel-inner>.item>img {
    /*position: relative;
    margin: 0;
    left: auto;
    top: auto;
    bottom: auto;
    right: auto;*/
  }

  #news_site_modal .carousel-control {
    left: 0;
    right: auto;
    opacity: .2;
  }

  #news_site_modal .carousel-control.right {
    right: 0;
    left: auto;
  }

  #news_site_modal .carousel-control .glyphicon-chevron-left, #news_site_modal .carousel-control .icon-prev {
    left: 10px;
    right: auto;
  }

  #news_site_modal .carousel-control .glyphicon-chevron-right, #news_site_modal .carousel-control .icon-next {
    right: 10px;
    left: auto;
  }

  #news_site_modal .item .carousel-caption {
    color: #4765a0;
    padding: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    text-shadow: none;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_1,
  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    color: #FFFFFF;
    background-color: rgba(61, 120, 216, 0.5);
    width: 400px;
    height: 190px;
    margin-top: -95px;
    margin-left: -200px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    height: 140px;
    margin-top: -70px;
  }

  #news_site_modal .item .carousel-caption p.modal_news {
    font-size: 14px;
    font-weight: 600;
  }

  #news_site_modal .item .carousel-caption h1.name_news {
    font-size: 50px;
    font-weight: 900;
    margin-top: 20px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_tr {
    padding: 0;
    width: 500px;
    height: 300px;
    margin-top: -150px;
    margin-left: -250px;
  }

  #news_site_modal .item .carousel-caption.caption_bottom_left {
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    height: 150px;
    width: auto;
  }

  #news_site_modal .item .carousel-caption h2.title {
    font-size: 36px;
    font-weight: 900;
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  #news_site_modal .item .carousel-caption h3.title {
    font-size: 30px;
    font-weight: 900;
    padding: 15px;
    /*background-color: rgba(61, 120, 216, 0.6);*/
    background: transparent;
    color: #FFFFFF;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr,
  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 15px;
    margin: 0;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    background-color: rgba(61, 120, 216, 0.6);
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    width: 80%;
    margin: auto;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion>#novelty-form {
    margin-top: 20px;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion>#novelty-form button:first-child {
    margin-right: 25%;
  }

  #news_site_modal .item .carousel-caption p.modal_news.border_blue {
    font-weight: 400;
    border: 1px solid #4765a0;
  }

  #news_site_modal .carousel-caption p span {
    color: #e74c3c;
    font-weight: bolder;
  }
}

@media screen and (max-width: 699px) {
  #news_site_modal .carousel-inner>.item {
    height: 340px;
  }
}

@media screen and (max-width: 599px) {
  #news_site_modal .carousel-inner>.item {
    height: 290px;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr {
    font-size: 12px;
    padding: 5px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_tr {
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    top: auto;
    left: auto;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    width: 100%;
  }

  #news_site_modal .modal-footer.vertical-align {
    display: block;
  }

  #news_site_modal .modal-footer .col-xs-4 {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }

  #news_site_modal .modal-footer .col-xs-8 {
    width: 100%;
    margin-top: -100px;
    text-align: center;
  }
}

@media screen and (max-width: 499px) {
  #news_site_modal .carousel-inner>.item {
    height: 240px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_1,
  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    left: auto;
    margin-left: 0;
    margin-top: -75px;
    width: 100%;
    height: 150px;
    padding: 10px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    height: 100px;
    margin-top: -50px;
  }

  #news_site_modal .item .carousel-caption p.modal_news {
    font-size: 13px;
  }

  #news_site_modal .item .carousel-caption p.modal_news br {
    content: " ";
  }

  #news_site_modal .item .carousel-caption p.modal_news br:after {
    content: " ";
  }

  #news_site_modal .item .carousel-caption h1.name_news {
    margin-top: 10px;
  }

  #news_site_modal .item .carousel-caption h2.title {
    margin-top: 10px;
    font-size: 24px;
  }

  #news_site_modal .item .carousel-caption h3.title {
    font-size: 22px;
    padding: 5px;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr.border_blue {
    font-size: 10px;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    font-size: 18px;
  }

  #news_site_modal .btn {
    padding: 4px 8px;
    font-size: 12px;
  }

  #news_site_modal .btn-lg {
    padding: 6px 12px;
    font-size: 14px;
  }

  #news_site_modal .modal-footer .col-xs-4 {
    margin-top: 38px;
  }

  #news_site_modal .modal-footer .col-xs-8 {
    margin-top: -76px;
  }
}

@media screen and (max-width: 399px) {
  #news_site_modal .carousel-inner>.item {
    height: 190px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_1,
  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    margin-top: -65px;
    height: 130px;
    padding: 5px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 {
    height: 100px;
    margin-top: -50px;
  }

  #news_site_modal .item .carousel-caption p.modal_news {
    margin-bottom: 0;
  }

  #news_site_modal .item .carousel-caption h1.name_news {
    font-size: 36px;
    margin-top: 5px;
  }

  #news_site_modal .item .carousel-caption h2.title {
    font-size: 20px;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr {
    font-size: 10px;
    font-weight: 400;
  }

  #news_site_modal .item .carousel-caption p.modal_news.caption_bg_white_tr.border_blue {
    font-size: 8px;
  }

  #news_site_modal .item .carousel-caption.caption_bg_blue_tr_2 p.modal_news {
    font-size: 12px;
  }

  #news_site_modal .item .carousel-caption .modal_news_conclusion {
    font-size: 16px;
  }
}

table.table_compact.dataTable thead th:not(:first-child), table.table_compact.dataTable thead td:not(:first-child) {
  padding-left: 5px;
  padding-right: 5px
}

table.table_icon_holder.dataTable td i.fa-lg {
  font-size: 23px;
  line-height: 23px;
}

.ui-datepicker {
  width: 22em;
}

.ui-datepicker .ui-datepicker-header {
  width: 284px;
}

.vis-item .vis-item-content {
  width: 100%;
  padding: 0;
}

.vis-time-axis.vis-foreground {
  cursor: move;
}

.vis-text {
  font-weight: bold;
}

.control_panel_btn {
  background-color: transparent;
  color: #e74c3c;
  font-family: Roboto, \"Open Sans\", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  border: none;
  font-size: 30px;
  cursor: pointer;
  text-transform: uppercase;
}

.control_panel_btn i {
  font-family: FontAwesome !important;
}

.media-control .control_panel {
  font-family: 'FontAwesome';
}

.ui-datepicker {
  width: 22em !important;
}

.ui-datepicker .ui-datepicker-header {
  width: 284px !important;
}

#removeActive>ul>li>a {
  padding-right: 7px;
  padding-left: 7px;
  margin-right: 0;
}

#removeActive>ul>li>a>img {
  height: 14px;
  padding-right: 3px;
  opacity: 0.7
}

.nomargin {
  margin: 0 !important
}

.analitic_object_amount {
  display: inline-block;
  margin-right: 10px;
}

.popover .analitic_object_amount {
  display: block;
  margin-right: 10px;
}

.first-uppercase-text {
  text-transform: lowercase;
}

.first-uppercase-text:first-letter {
  text-transform: uppercase;
}

button.analitic_object_amount {
  margin: 0 10px 0 0;
  color: inherit;
  font-size: 12px;
  padding: 0
}

#devices td img, td.td_sshot img {
  width: 80px;
  height: 60px;
}

td.td_sshot, th.td_sshot {
  min-width: 80px !important;
  max-width: 80px !important;
  width: 80px !important;
  padding: 0 !important;
}

.devices td.td_group {
  min-width: 120px;
}

#devices th:first-child, .devices th:first-child {
  width: 20px !important
}

table td.actions.short_actions {
  min-width: 80px;
  max-width: 85px;
  width: 85px !important;
}
table td.actions.width-100 {
  min-width: 100px;
  max-width: 100px;
  width: 100px !important;
}
#play #player_wrapper {
  height: 300px;
  position: relative
}

table.devices.devices_shortcut td.actions {
  width: 152px;
}

table.devices .fa.glowAnimation:before {
  /*-webkit-animation: glow 1s ease-in-out infinite alternate;*/
  /*-moz-animation: glow 1s ease-in-out infinite alternate;*/
  /*animation: glow 1s ease-in-out infinite alternate;*/
}

@-webkit-keyframes glow {
  /*from {*/
  /*  text-shadow: 0 0 3px #fff;*/
  /*}*/

  /*to {*/
  /*  text-shadow: 0 0 3px #fff, 0 0 4px #fff, 0 0 5px #e74c3c, 0 0 6px #e74c3c, 0 0 7px #e74c3c, 0 0 8px #e74c3c, 0 0 9px #e74c3c;*/
  /*}*/
  from {
    color: #f4988f;
  }

  to {
    color: #e74c3c;
  }
}

.settings_options .dataTables_length {
  position: unset
}

#group_list_filter, #sub_user_list_filter {
  float: unset;
  text-align: unset;
}

table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(17, 17, 17);
}

.dataTables_wrapper .dataTables_info {
  float: unset;
  font-weight: normal !important;
}

.dataTables_wrapper .dataTables_info b {
  font-weight: normal !important;
}

.dataTables_wrapper .dataTables_paginate li.paginate_button {
  border: unset !important
}

.text-warning {
  color: #de9d2c;
}

#devices td a.recording_info img {
  height: 14px;
  width: auto;
  vertical-align: text-bottom;
}

.fa.text-muted {
  color: #a6aaad !important;
}

.widget-title.inline-tittle {
  width: 100%;
}

.widget-title.inline-tittle h5 {
  width: calc(100% - 75px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#wrapper {
  min-height: calc(100vh - 54px);
  height: auto;
  position:relative;
}

#client_zone_div {
  max-height: calc(100vh - 54px) !important;
  top: 0px !important;
}

.dropdown-menu.right-open {
  right: 0;
  left: auto;
}

.dt-d-length {
  width: 100%;
  height: 25px;
}

.dt-d-length .dataTables_length {
  bottom: 0;
  top: auto;
}

.dataTables_length#devices_permissions_length, .dataTables_length#device_permissions_length,
.dataTables_length#sub_users_list_table_length, .dataTables_length#sub_user_devices_permissions_length,
.dataTables_length#sub_users_groups_list_table_length, .dataTables_length#provide_acts_all_length,
.dataTables_length#devices_groups_table_length{
  position: relative;
  float: right
}

.card-loader {
  z-index: 100;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30vh;
  background: rgba(35, 50, 64, .6);
}

.mh-300 {
  min-height: 300px;
}

#devices_permissions .navbar {
  position: inherit !important;
}

@media (min-width: 1921px) {

  .col-exlg-1,
  .col-exlg-2,
  .col-exlg-3,
  .col-exlg-4,
  .col-exlg-5,
  .col-exlg-6,
  .col-exlg-7,
  .col-exlg-8,
  .col-exlg-9,
  .col-exlg-10,
  .col-exlg-11,
  .col-exlg-12 {
    float: left;
  }

  .col-exlg-12 {
    width: 100%;
  }

  .col-exlg-11 {
    width: 91.66666666666666%;
  }

  .col-exlg-10 {
    width: 83.33333333333334%;
  }

  .col-exlg-9 {
    width: 75%;
  }

  .col-exlg-8 {
    width: 66.66666666666666%;
  }

  .col-exlg-7 {
    width: 58.333333333333336%;
  }

  .col-exlg-6 {
    width: 50%;
  }

  .col-exlg-5 {
    width: 41.66666666666667%;
  }

  .col-exlg-4 {
    width: 33.33333333333333%;
  }

  .col-exlg-3 {
    width: 25%;
  }

  .col-exlg-2 {
    width: 16.666666666666664%;
  }

  .col-exlg-1 {
    width: 8.333333333333332%;
  }

  .col-exlg-pull-12 {
    right: 100%;
  }

  .col-exlg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-exlg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-exlg-pull-9 {
    right: 75%;
  }

  .col-exlg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-exlg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-exlg-pull-6 {
    right: 50%;
  }

  .col-exlg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-exlg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-exlg-pull-3 {
    right: 25%;
  }

  .col-exlg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-exlg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-exlg-pull-0 {
    right: 0;
  }

  .col-exlg-push-12 {
    left: 100%;
  }

  .col-exlg-push-11 {
    left: 91.66666666666666%;
  }

  .col-exlg-push-10 {
    left: 83.33333333333334%;
  }

  .col-exlg-push-9 {
    left: 75%;
  }

  .col-exlg-push-8 {
    left: 66.66666666666666%;
  }

  .col-exlg-push-7 {
    left: 58.333333333333336%;
  }

  .col-exlg-push-6 {
    left: 50%;
  }

  .col-exlg-push-5 {
    left: 41.66666666666667%;
  }

  .col-exlg-push-4 {
    left: 33.33333333333333%;
  }

  .col-exlg-push-3 {
    left: 25%;
  }

  .col-exlg-push-2 {
    left: 16.666666666666664%;
  }

  .col-exlg-push-1 {
    left: 8.333333333333332%;
  }

  .col-exlg-push-0 {
    left: 0;
  }

  .col-exlg-offset-12 {
    margin-left: 100%;
  }

  .col-exlg-offset-11 {
    margin-left: 91.66666666666666%;
  }

  .col-exlg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-exlg-offset-9 {
    margin-left: 75%;
  }

  .col-exlg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-exlg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-exlg-offset-6 {
    margin-left: 50%;
  }

  .col-exlg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-exlg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-exlg-offset-3 {
    margin-left: 25%;
  }

  .col-exlg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-exlg-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-exlg-offset-0 {
    margin-left: 0;
  }
}

label .help-inline {
  font-weight: normal
}

.video-object-fit video {
  object-fit: fill;
}

_::-webkit-full-page-media, _:future, :root .video-object-fit video {
  object-fit: cover;
}

#button_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: white;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.tooltip-inner {
  background-color: #696a6c;;
  /*width: 350px;*/
  max-width: 350px
}
.help-block, .help-inline{
  display:inline;
  margin-left: 10px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){
  .select2-search input, .select2-search-choice-close, .select2-container .select2-choice abbr, .select2-container .select2-choice .select2-arrow b{
    background-image:none !important
  }
}


.small-box {
  border-radius: 0.25rem;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.small-box > .inner {
  padding: 10px;
}

.small-box > .small-box-footer {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.8);
  display: block;
  padding: 3px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  z-index: 10;
}

.small-box > .small-box-footer:hover {
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}

.small-box h3 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 10px 0;
  padding: 0;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 1.6rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 1.6rem;
  }
}

@media (min-width: 1200px) {
  .col-xl-2 .small-box h3,
  .col-lg-2 .small-box h3,
  .col-md-2 .small-box h3 {
    font-size: 2.2rem;
  }
  .col-xl-3 .small-box h3,
  .col-lg-3 .small-box h3,
  .col-md-3 .small-box h3 {
    font-size: 2.2rem;
  }
}

.small-box p {
  font-size: 1rem;
}

.small-box p > small {
  color: #f8f9fa;
  display: block;
  font-size: 0.9rem;
  margin-top: 5px;
}

.small-box h3,
.small-box p {
  z-index: 5;
}

.small-box .icon {
  color: rgba(0, 0, 0, 0.15);
  z-index: 0;
}

.small-box .icon > i {
  font-size: 90px;
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s linear;
}

.small-box .icon > i.fa, .small-box .icon > i.fas, .small-box .icon > i.far, .small-box .icon > i.fab, .small-box .icon > i.glyphicon, .small-box .icon > i.ion {
  font-size: 40px;
  top: 20px;
}

.small-box:hover {
  text-decoration: none;
}

.small-box:hover .icon > i {
  font-size: 55px;
}

.small-box:hover .icon > i.fa, .small-box:hover .icon > i.fas, .small-box:hover .icon > i.far, .small-box:hover .icon > i.fab, .small-box:hover .icon > i.glyphicon, .small-box:hover .icon > i.ion {
  font-size: 45px;
}

@media (max-width: 767.98px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}

.card > .overlay,
.card > .loading-img,
.overlay-wrapper > .overlay,
.overlay-wrapper > .loading-img,
.info-box > .overlay,
.info-box > .loading-img,
.small-box > .overlay,
.small-box > .loading-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.card .overlay,
.overlay-wrapper .overlay,
.info-box .overlay,
.small-box .overlay {
  border-radius: 0.25rem;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50;
}

.card .overlay > .fa,
.card .overlay > .fas,
.card .overlay > .far,
.card .overlay > .fab,
.card .overlay > .glyphicon,
.card .overlay > .ion,
.overlay-wrapper .overlay > .fa,
.overlay-wrapper .overlay > .fas,
.overlay-wrapper .overlay > .far,
.overlay-wrapper .overlay > .fab,
.overlay-wrapper .overlay > .glyphicon,
.overlay-wrapper .overlay > .ion,
.info-box .overlay > .fa,
.info-box .overlay > .fas,
.info-box .overlay > .far,
.info-box .overlay > .fab,
.info-box .overlay > .glyphicon,
.info-box .overlay > .ion,
.small-box .overlay > .fa,
.small-box .overlay > .fas,
.small-box .overlay > .far,
.small-box .overlay > .fab,
.small-box .overlay > .glyphicon,
.small-box .overlay > .ion {
  color: #343a40;
}

.card .overlay.dark,
.overlay-wrapper .overlay.dark,
.info-box .overlay.dark,
.small-box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

.card .overlay.dark > .fa,
.card .overlay.dark > .fas,
.card .overlay.dark > .far,
.card .overlay.dark > .fab,
.card .overlay.dark > .glyphicon,
.card .overlay.dark > .ion,
.overlay-wrapper .overlay.dark > .fa,
.overlay-wrapper .overlay.dark > .fas,
.overlay-wrapper .overlay.dark > .far,
.overlay-wrapper .overlay.dark > .fab,
.overlay-wrapper .overlay.dark > .glyphicon,
.overlay-wrapper .overlay.dark > .ion,
.info-box .overlay.dark > .fa,
.info-box .overlay.dark > .fas,
.info-box .overlay.dark > .far,
.info-box .overlay.dark > .fab,
.info-box .overlay.dark > .glyphicon,
.info-box .overlay.dark > .ion,
.small-box .overlay.dark > .fa,
.small-box .overlay.dark > .fas,
.small-box .overlay.dark > .far,
.small-box .overlay.dark > .fab,
.small-box .overlay.dark > .glyphicon,
.small-box .overlay.dark > .ion {
  color: #ced4da;
}



.small-box small{
  font-size: 55%;
}
.small-box .text-muted, .small-box h3 .text-muted small{
  /*color: rgba(255,255,255,.7) !important;*/
  color: inherit !important;
  opacity:.7;
}
@media (min-width: 768px){
  .small-box .progress{
    width:70%;
  }
}
.small-box .progress{
  background-color: rgba(0,0,0,.1);
}
.small-box .progress-bar{
  background-color: rgba(0,0,0,.15);
}

.bg-orange, .bg-orange>a {
  color: #fff!important;
}
.small-box-sm .icon>i.fa, .small-box-sm .icon>i.fab, .small-box-sm .icon>i.far, .small-box-sm .icon>i.fas, .small-box-sm .icon>i.glyphicon, .small-box-sm .icon>i.ion {
  font-size: 55px;
  top: 20px;
}
.small-box-sm:hover .icon>i.fa, .small-box-sm:hover .icon>i.fab, .small-box-sm:hover .icon>i.far, .small-box-sm:hover .icon>i.fas, .small-box-sm:hover .icon>i.glyphicon, .small-box-sm:hover .icon>i.ion {
  font-size: 60px;
}
.small-box small small {
  font-size: 80%;
}
.callout {
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  background-color: #fff;
  border-left: 5px solid #e9ecef;
  margin-bottom: 1rem;
  padding: 5px;
}
.callout.callout-outline.callout-success {
  background-color: #fff !important;
  border-left-color: #00a65a;
  color: inherit !important;
}
.callout.callout-outline.callout-info {
  background-color: #fff !important;
  border-left-color: #3d78d8;
  color: inherit !important;
}
.callout.callout-outline.callout-warning {
  background-color: #fff !important;
  border-left-color: #f39c12;
  color: inherit !important;
}
.callout.callout-outline.callout-danger {
  background-color: #fff !important;
  border-left-color: #db2b19;
  color: inherit !important;
}
.table-btn-group{
  margin-left: 5px;
}

.table-btn-group span{
  position: absolute;
  display: flex;
  background: #4866a0;
  top: -10px;
  right: -10px;
  font-size: 10px;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  align-content: center;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 9px;
}
.table-btn-group .dropdown-menu{
  padding: 0;
  min-width: 200px;
}

.table-btn-group .dropdown-menu li{
  padding: 0px;
}
.table-btn-group .dropdown-menu li>a{
  padding: 10px 15px;
}

.table-btn-group .dropdown-menu li>a>i{
  width: 25px;
  text-align: center;
  margin-right: 10px!important;
}
.pay_icons_card img{
  max-height:50px;
  padding:10px 10px 10px 0;

}
.checkbox-lg{
  width:28px;
  height:28px
}
.py-10{
  padding-top:10px;
  padding-bottom:10px
}
.mr-10{
  margin-right:10px !important
}
.mr-20{
  margin-right:20px !important
}
.text-top{
  vertical-align:top
}
.ml-10{
  margin-left:10px !important;
}
.ml-20{
  margin-left:20px !important;
}
.mt-10{
  margin-top:10px !important;
}
.mt-20{
  margin-top:20px !important;
}
.bg-light-light-blue{
  background-color: #85b4ff47
}
a.classic_a {
  color: #2da5da;
  text-decoration: underline!important;
}
a.classic_a:hover {
  text-decoration: none!important;
}
.carousel-inner>.item>.carousel_helper>img, .carousel-inner>.item>img {
  max-height: 657px !important;
  width: 100%;
  margin: auto;
  vertical-align: middle;
}
.carousel-var .carousel-control {
  width: 30px;
  top:45%;
  height:50px;
  background-color: #616161;
  opacity:.5;
  background-image: none;
  text-shadow:none;
}
.carousel-var .carousel-control:hover{
  opacity:.9;
}
.carousel-var .carousel-caption {
  position: absolute;
  bottom:10px;
  color: #474747;
  text-shadow: none;
  background-color: #ffffff85;
  right:0;
  left:0;
  text-align:left;
  padding: 0 10px !important;
}
.carousel-var .carousel-inner {
  min-height: 434px;
}
/*.owl-carousel .overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}
.owl-carousel .caption {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 15px;
    position: absolute;
    bottom: 80px;
    left: 80px;
    width: 40%;
    border: 1px solid #ffffff;
}
.owl-carousel .owl-item>div {
    margin: 10px 0 20px;
}
.owl-controls .owl-pagination {
    position: absolute;
    bottom: 25px;
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.content-slider-with-controls .owl-controls, .content-slider-with-controls-autoplay .owl-controls {
    margin-bottom: 0;
}
.owl-buttons div {
    background-color: #3d78d8;
    color: #f1f1f1;
}
.owl-controls .owl-buttons div:after {
    font-family: "fontello";
    font-size: 18px;
    line-height: 26px;
}
.owl-prev:after {
    content: "\e87c";
}
.owl-next:after {
    content: "\e87d";
}*/
.mb-30{
  margin-bottom:30px !important;
}
.pb-40{
  padding-bottom:40px !important;
}
.autopayment_wrap{
  border-bottom: 1px dashed #ccc
}
.ml-0{
  margin-left:0 !important;
}
.badge-light-gray{
  background-color: #b4b4b4;
}
.settings_wrap .form-group{
  min-height:56px
}
.settings_wrap .form-group:last-of-type{
  border-bottom:none
}
.pl-10{
  padding-left:10px;
}
.pt-7{
  padding-top:7px;
}
.sky-form fieldset + fieldset{
  border-top: none
}
@media (min-width: 992px){
  .modal-lg, .modal-xl {
    width: 900px;
  }
}
@media (min-width: 1400px){
  .modal-xl {
    width: 1140px;
  }
}
.bg-light-gray{
  background-color: #fafafa
}
.text-muted {
  color: #999999 !important;
}
p.lead-sm{
  font-size:15px
}
table.dataTable{
  width: 100% !important;
}

/*@media (max-width: 1200px) {*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .dataTables_wrapper {
    overflow-x: auto;
  }

  /*@media (max-width: 1200px) {
    .dataTables_wrapper {
      overflow-x: auto;
    }
    table.devices .header_search.input{
      position:unset;
    }
  }*/
}
/*}*/
.devices_shortcut_widget .dataTables_wrapper {
  overflow-x: unset;
}
.text-info {
  color: #3d78d8 !important;
  /*color: #3498db;!important;*/
}
.fa.text-danger {
  color: #db2b19 !important;
}
.fa.text-success {
  color: #55b400 !important;
}
.fa.text-primary {
  color: #34495e !important;
}
.col-auto {
  width: auto;
  max-width: 100%;
  display: inline-block;
  vertical-align:top;
  padding-right: 15px;
  padding-left: 15px;
}
.pl-0{
  padding-left:0 !important;
}
.mt-3{
  margin-top:3px
}
.mr-40{
  margin-right:40px;
}
.btn-info {
  color: #ffffff !important;
  background-color: #3d78d8;
  border-color: #3d78d8;
}
.btn-success {
  color: #ffffff !important;
}
.icon-bg-info{
  background-color: #3d78d8;
  color: #fff !important;
  border-color: transparent !important;
}
.select2 .badge, .select2-results .badge{
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.badge-success{
  background-color: #04a55a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3166bc;
  border-color: #3166bc;
}
.stepwizard-active .setup-content{
  display:none;
}
.stepwizard-active .setup-content.active{
  display:block;
}
.btn-success{
  background-color: #55b400 !important;
  border-color: #00a65a !important;
}
.mb-0{
  margin-bottom: 0;
}
.invalid-feedback{
  display:none;
}
.has-error .invalid-feedback{
  display:block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #db2b19;
}
.pt-0{
  padding-top:0 !important;
}
.stepwizard-step a{
  background-color: #fff;
  border-color: #ccc;
}
.stepwizard-step.has-error h4{
  color:#db2b19;
}
.stepwizard-step.has-error a{
  border-color: #db2b19;
  color:#db2b19;
}
.stepwizard-step.active a{
  background-color: #55b400;
  border-color: #00a65a;
  color:#fff;
}
.stepwizard-step.active.has-error a{
  background-color: #dd4b39;
  border-color: #db2b19;
}
.stepwizard-step::after {
  font: normal normal normal 20px/1 FontAwesome;
  text-rendering: auto;
  content: "\f105";
  position: absolute;
  top: .4rem;
  right: 0;
  color: #ccc;
  font-weight: 200;
}
.stepwizard-step:last-child:after {
  display:none;
}
label.disabled{
  opacity:.6;
}
tr.clickable td:first-child{
  cursor: pointer !important;
}
tr.clickable.active{
  background-color: #f5f5f5 !important;
}
.alert-success{
  background-color: #55b400 !important;
  border-color: #00a65a !important;
}
.select2-container .select2-selection--multiple{
  cursor:pointer;
}
.select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;top: 50%;
  width: 0;
  cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;top: 50%;
  width: 0;
  cursor: pointer
}
.p-0{
  padding:0 !important
}
.px-0{
  padding-left:0 !important;
  padding-right:0 !important
}
.pr-0{
  padding-right:0 !important
}
.help-col-inline{
  padding-top: 7px;
  margin-left:0;
  padding-left:0
}
.alert .btn-xs{
  padding: 1px 5px;
  font-size: 12px;
}
.pb-0{
  padding-bottom: 0 !important;
}
.modal-footer {
  border-radius: 0 0 6px 6px;
}
.modal form{
  margin-bottom: 10px;
  border:0 !important;
}
.badge-primary {
  background-color: #3d78d8;
}
.select2-container .badge-info {
  background-color: #17a2b8;
}
.badge-purple {
  background-color: #6f42c1;
}
.select2Advanced + .select2-container--default .select2-selection--multiple .select2-selection__choice{
  background-color: unset;
  border-color: unset;
  padding: 0 5px 0 0px;
  border: unset;
  margin-top:3px
}
.select2Advanced + .select2-container .select2-selection--single{
  height:auto;
}
.select2Advanced + .select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-bottom:2px
}
.select2Advanced + .select2-container--default .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: rgba(0,0,0, .5);
  margin-left: 2px;
  margin-right: 0px;
  float:right;
}
.badge-md, .select2 .badge-md, .select2-results .badge-md {
  font-size: 1.2rem;
}
.select2 .badge-light, .select2-results .badge-light   {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  color: #444 !important;
  font-weight: normal
}
.mt-5{
  margin-top:5px
}
.td_success{
  background-color: #DFFFD6 !important;
}
.td_info{
  background-color: #87CEFF !important;
}
.td_danger{
  background-color: #FFE7D6 !important;
}
.flex-vertical-center {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.bb-none{
  border-bottom: none;
}
.mt-2{
  margin-top:2px !important
}
.px-12{
  padding-right: 12px !important;
  padding-left: 12px !important;
}
.badge-orange{
  color: #fff;
  background-color: #fd7e14;
}
.text-normal{
  font-weight:normal
}
.separated_wrap:not(:last-child) {
  border-bottom: 1px dashed #ccc;
}
.my-0{
  margin-top:0 !important;
  margin-bottom: 0 !important;
}
.alert-warning a.text-white{
  color:#fff !important;
  text-decoration: underline!important;
}
.alert-warning a.text-white:hover{
  color:#fff !important;
  text-decoration: none !important;
}
.d-inline{
  display:inline;
  width:auto;
}
h3 kbd{
  font-weight:normal;
}
label.select{
  font-weight:normal;
}
.permissions_group .control-label{
  padding:7px 0;
}