﻿/*primary text color*/
/*icons hover*/
/*icons normal*/
/*row hover*/
/*header bg*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.caps {
  font-variant: small-caps;
  text-transform: lowercase;
}
@media (min-width: 768px) {
  .full-bg {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .full-bg {
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.x-small {
  font-size: 11px !important;
}
.small {
  font-size: 12px !important;
}
.regular {
  font-size: 14px !important;
}
.medium {
  font-size: 16px !important;
}
.semilarge {
  font-size: 18px !important;
}
.large {
  font-size: 22px !important;
}
.x-large {
  font-size: 30px !important;
}
.xx-large {
  font-size: 37px !important;
}
.xxx-large {
  font-size: 43px !important;
}
.bold {
  font-weight: 500;
}
.normal {
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.gray {
  color: #cecece;
}
.gray-dark {
  color: #707070 !important;
}
.gray-darker {
  color: #1c1c1c;
}
.gray-medium {
  color: #a8a8a8;
}
.gray-light {
  color: #ececec;
}
.white {
  color: #fff !important;
}
.black {
  color: black;
}
.red-title {
  color: #ff6460 !important;
}
.yellow-title {
  color: #e8c607 !important;
}
.green-title {
  color: #23db8b !important;
}
.text-blue {
  color: #4611ea !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize !important;
}
.capitalize-first div:first-letter,
.capitalize-first:first-letter {
  text-transform: capitalize !important;
}
.italic {
  font-style: italic;
}
.line-hight-sm {
  line-height: 0.8 !important;
}
.no-wrap {
  white-space: nowrap;
}
.with-wrap {
  white-space: normal;
}
.text-ellipsis {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.justify {
  text-align: justify;
}
.link-text:hover {
  text-decoration: underline;
  color: #4611ea !important;
}
.link-text:hover .ladda-label {
  text-decoration: underline;
}
/*headings*/
h1 {
  font-size: 30px;
  font-weight: 500;
  color: #2e3138;
  line-height: 38px;
  margin: 0;
}
h1 small {
  font-size: 24px;
  font-weight: 300;
  color: #2e3138;
  text-transform: uppercase;
}
h2,
h3 {
  margin: 0;
}
h3 {
  margin-top: 39px;
  font-size: 48px;
  color: black;
}
h3 small {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #cecece;
  text-transform: uppercase;
}
.inner-header {
  margin-bottom: 30px;
  margin-top: 52px;
  font-size: 20px;
  font-weight: 500;
}
.inner-header.with-border {
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #eeeeee;
}
.no-data {
  font-style: italic;
  color: #cecece;
  text-align: center;
  text-transform: capitalize;
}
.opac {
  opacity: 0.5;
}
@media (max-width: 767px) {
  h1 {
    font-size: 25px;
    text-align: left;
  }
  h1 small {
    font-size: 18px;
  }
}
u .ladda-label {
  text-decoration: underline;
}
.square-bullet {
  height: 10px;
  width: 10px;
  vertical-align: middle;
  margin: 10px 10px 12px 10px;
  background-color: gray;
  display: -webkit-inline-box;
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .mp-pusher {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
  .mp-pusher::after {
    background: none;
    display: none;
  }
  .mp-pushed.sub-menuOpen {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .scroller {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
  }
}
.scroller {
  overflow-y: auto;
  overflow-x: hidden;
}
.scroller-inner {
  height: 100% !important;
}
.mp-level {
  background: #1c1c1c !important;
  z-index: 99;
}
@media (min-width: 992px) {
  .mp-level[data-level='2'] {
    margin-top: 220px;
  }
}
.mp-menu {
  width: 230px !important;
  background: #1c1c1c !important;
}
/*regular items*/
.mp-menu .menu-items ul li > a,
a.link-cursor.small {
  color: #707070;
  padding: 5px 30px;
  font-size: 16px;
  box-shadow: none;
}
.mp-menu .menu-items ul li > a:hover,
a.link-cursor.small:hover {
  text-decoration: none;
  color: white;
}
.mp-menu .menu-items ul li > a.active,
a.link-cursor.small.active {
  color: white;
}
.mp-menu .border-end-menu {
  padding-right: 80px;
}
.mp-menu .border-end-menu .border-bottom-menu {
  border: 1px solid #282828;
  margin-top: 15px;
}
.sub-menu-ul {
  max-height: 280px !important;
}
.sub-menu-ul li a {
  font-size: 14px !important;
  padding-left: 60px !important;
  font-weight: 400;
}
.menu-items {
  padding-bottom: 130px;
  position: relative;
  min-height: 100%;
}
.menu-items .slimScrollDiv,
.sub-menu-ul {
  height: auto !important;
}
.user-info {
  line-height: normal;
  font-variant: normal;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.user-info ul {
  left: 30px;
  bottom: 10% !important;
  -webkit-box-shadow: 0 2px 10px rgba(64, 54, 63, 0.5);
  -moz-box-shadow: 0 2px 10px rgba(64, 54, 63, 0.5);
  box-shadow: 0 2px 10px rgba(64, 54, 63, 0.5);
}
.user-info ul li a {
  padding: 3px 20px !important;
  font-size: 14px !important;
  color: inherit !important;
}
.user-info ul li a:hover {
  color: inherit !important;
}
.user-info .userName {
  color: #707070;
}
.user-info .userName .title {
  font-weight: 500;
}
.user-info .userName .sub-title {
  font-size: 12px;
}
.user-info .rights-menu {
  margin-bottom: 10px;
  padding-top: 10px;
  margin-top: 15px;
  border-top: 1px solid #282828;
  font-size: 12px;
  color: #707070;
}
.user-acc {
  position: relative;
}
/*logo & user data*/
.logo-container {
  height: 100px;
  position: relative;
}
.logo-container .item-img {
  height: 100%;
  padding: 20px 30px 10px 30px;
}
.logo-container .item-img div {
  background-position: left center;
}
.logo-container .item-img img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/*level2 back*/
.mp-back {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mp-back:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: transparent !important;
}
.nav-side-bar li {
  font-size: 20px;
}
.nav-side-bar li:not(:first-child) {
  margin-top: 20px;
}
.nav-side-bar li a {
  border-left: 6px solid #23db8b;
  padding: 15px 30px !important;
}
.nav-side-bar li a.active {
  border-top-right-radius: 4px;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  background-color: white;
}
.nav-side-bar li a.active + .nav-content.in {
  background-color: white;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}
.nav-side-bar li .nav-content {
  padding-left: 30px;
}
.nav-side-bar li .nav-content.collapse.in {
  position: relative;
  overflow: hidden;
  -webkit-transition: display 0.35s ease ease-in;
  -o-transition: display 0.35s ease ease-in;
  -moz-transition: display 0.35s ease ease-in;
  transition: display 0.35s ease ease-in;
}
.nav-side-bar li .nav-content .title {
  font-size: 18px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.nav-side-bar li .nav-content .nav-row {
  margin: 15px 0px;
  font-size: 16px;
}
.nav-side-bar li .nav-content .nav-row.with-icon {
  padding-left: 20px;
}
.nav-side-bar li .nav-content .nav-row.with-icon .icon {
  width: 25px;
  margin-left: -30px;
  display: inline-block;
  text-align: center;
  vertical-align: text-bottom;
}
.nav-side-image a {
  padding: 0 !important;
  border-left: solid 4px white;
  border-bottom: 1px solid #ececec !important;
}
.nav-side-image a.active {
  /*border-left: solid 4px @mp-menu-color-selected !important;*/
}
.nav-side-image a:hover {
  text-decoration: none;
}
.nav-side-image a .img-media {
  padding-top: 10px;
  padding-bottom: 10px;
}
.submenu-large-screen {
  top: -90px;
  padding-left: 80px;
  margin-top: 2px;
}
@media (max-width: 1500px) {
  .submenu-large-screen {
    width: -webkit-calc(100% - 280px);
    width: -moz-calc(100% - 280px);
    width: calc(100% - 280px);
  }
}
.submenu-content {
  z-index: -1;
  margin-top: -1px;
  border-top: 1px solid #cecece;
}
.submenu-content .line-hight-sm {
  line-height: 1 !important;
}
@media (max-width: 991px) {
  .submenu-content {
    border-top: none;
  }
}
/********MENU SLIDE********/
.c-menu-slide,
.menu-push-content {
  position: fixed;
  z-index: 10000;
  background-color: white;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.c-menu-slide {
  line-height: 170%;
  padding: 30px;
  right: 0;
  display: none;
}
.c-menu-slide .title {
  font-size: 22px;
}
@media all and (min-width: 420px) {
  .c-menu-slide {
    width: 400px;
    -webkit-transform: translateX(400px);
    -ms-transform: translateX(400px);
    transform: translateX(400px);
  }
}
.c-menu__close {
  display: block;
  background: transparent;
  width: 100%;
  border: none;
  border-radius: none;
  cursor: pointer;
  text-align: right;
  margin-bottom: 30px;
}
.c-menu__close:focus {
  outline: none;
}
.c-menu-slide.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  overflow: auto;
  display: block;
}
/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/***********MENU PUSH*************/
.menu-push {
  /*overflow-x: hidden;

    left: 0;*/
  position: relative;
}
.menu-push.pushLeft .left-menu {
  width: calc(100% - 350px);
  float: left;
}
.menu-push.pushLeft .menu-push-content {
  position: relative;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-push-content {
  right: 0;
  float: left;
}
@media all and (min-width: 350px) {
  .menu-push-content {
    width: 350px;
    -webkit-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
  }
}
@media (max-width: 767px) {
  .menu-push.pushLeft .menu-push-content,
  .menu-push.pushLeft .left-menu {
    width: 100% !important;
    float: left;
    display: block !important;
    height: auto;
  }
  .menu-push.pushLeft #geo-dialog {
    height: 500px;
  }
}
.left-menu {
  padding-top: 130px;
}
.left-menu #geo-dialog {
  padding: 30px;
}
.left-menu .container-box-sm {
  margin-top: -130px;
}
.ada-button-frame {
  bottom: 50px !important;
}
.ada-chat-frame[aria-expanded="false"] {
  transform: translate(0px, 0px) !important;
}
.dropdown-menu-distribution {
  font-size: 13pt;
  font-weight: bold;
}
.checkbox input,
.radio input {
  outline: none !important;
  display: none;
}
.checkbox-top-pad {
  padding-top: 10px;
}
.control-element [class^="iradio_"] {
  vertical-align: text-top;
  margin-right: 5px;
}
input[disabled] + ins.iCheck-helper {
  opacity: 0.5 !important;
  cursor: default;
}
.checkbox-styled,
.radio-styled {
  position: relative;
  margin-top: 0;
}
.checkbox-styled input + span,
.radio-styled input + span {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  font-weight: 500;
}
.checkbox-styled input[type="radio"],
.radio-styled input[type="radio"],
.checkbox-styled input[type="checkbox"],
.radio-styled input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox-styled label,
.radio-styled label {
  padding-left: 0;
}
.checkbox-styled.radio-inline,
.radio-styled.radio-inline,
.checkbox-styled.checkbox-inline,
.radio-styled.checkbox-inline {
  padding-left: 0;
}
.checkbox-styled.disabled + span:before,
.radio-styled.disabled + span:before,
.checkbox-styled input[disabled] + span:before,
.radio-styled input[disabled] + span:before,
.checkbox-styled input[readonly] + span:before,
.radio-styled input[readonly] + span:before {
  border-color: #ececec;
}
.checkbox-styled.disabled:checked ~ span:before,
.radio-styled.disabled:checked ~ span:before,
.checkbox-styled input[disabled]:checked ~ span:before,
.radio-styled input[disabled]:checked ~ span:before,
.checkbox-styled input[readonly]:checked ~ span:before,
.radio-styled input[readonly]:checked ~ span:before {
  border-color: #ececec;
}
.checkbox-styled.disabled:checked ~ span:after,
.radio-styled.disabled:checked ~ span:after,
.checkbox-styled input[disabled]:checked ~ span:after,
.radio-styled input[disabled]:checked ~ span:after,
.checkbox-styled input[readonly]:checked ~ span:after,
.radio-styled input[readonly]:checked ~ span:after {
  background-color: #ececec;
}
.darkened-checkbox.disabled:checked ~ span:before,
.darkened-checkbox input[disabled]:checked ~ span:before,
.darkened-checkbox input[readonly]:checked ~ span:before {
  border-color: #4611ea;
}
.darkened-checkbox.disabled:checked ~ span:after,
.darkened-checkbox input[disabled]:checked ~ span:after,
.darkened-checkbox input[readonly]:checked ~ span:after {
  background-color: #4611ea;
}
.radio-styled input + span {
  vertical-align: text-top;
}
.checkbox-styled {
  /*input.selected_color_0:checked ~ span:before{ border-color: @primary-blue;}
    input.selected_color_1:checked ~ span:before{ border-color: @light-blue;}
    input.selected_color_2:checked ~ span:before{ border-color: @brand-red;}*/
}
.checkbox-styled input + span:before {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  border: 2px solid #cecece;
}
.checkbox-styled input:checked ~ span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 10px;
  border-top-style: none;
  border-right-style: none;
  border-color: #4611ea;
}
.checkbox-styled .checkbox-styled input.selected_color_0:checked ~ span:before {
  border-color: #4611ea;
}
.checkbox-styled input.selected_color_1:checked ~ span:before {
  border-color: #2a9cfd;
}
.checkbox-styled input.selected_color_2:checked ~ span:before {
  border-color: #ff6460;
}
.checkbox-styled input.selected_color_3:checked ~ span:before {
  border-color: #23db8b;
}
.checkbox-styled input.selected_color_4:checked ~ span:before {
  border-color: #fcc227;
}
.checkbox-styled input.selected_color_5:checked ~ span:before {
  border-color: #9eed5e;
}
.checkbox-styled input.selected_color_6:checked ~ span:before {
  border-color: #54c9d8;
}
.checkbox-styled input.selected_color_7:checked ~ span:before {
  border-color: #a173d1;
}
.checkbox-styled input.selected_color_8:checked ~ span:before {
  border-color: #dd60ab;
}
.checkbox-styled input.selected_color_9:checked ~ span:before {
  border-color: #f18b38;
}
.checkbox-styled input.selected_color_10:checked ~ span:before {
  border-color: #s41dbc;
}
.checkbox-styled input.selected_color_11:checked ~ span:before {
  border-color: #f35135;
}
.checkbox-styled input.selected_color_12:checked ~ span:before {
  border-color: #ffe673;
}
.checkbox-styled input.selected_color_13:checked ~ span:before {
  border-color: #7dde75;
}
.checkbox-styled input.selected_color_14:checked ~ span:before {
  border-color: #00c35a;
}
.checkbox-styled input.selected_color_15:checked ~ span:before {
  border-color: #ece7fd;
}
.checkbox-styled input.selected_color_16:checked ~ span:before {
  border-color: #50a1d4;
}
.checkbox-styled input.selected_color_17:checked ~ span:before {
  border-color: #bef394;
}
.checkbox-styled input.selected_color_18:checked ~ span:before {
  border-color: #5a32ed;
}
.checkbox-styled input.selected_color_19:checked ~ span:before {
  border-color: #df445b;
}
.checkbox-styled input.selected_color_20:checked ~ span:before {
  border-color: #e4927f;
}
.checkbox-styled input.selected_color_21:checked ~ span:before {
  border-color: #fdd670;
}
.checkbox-styled input.selected_color_22:checked ~ span:before {
  border-color: #e1ffad;
}
.checkbox-styled input.selected_color_23:checked ~ span:before {
  border-color: #aca7e9;
}
.radio-styled input + span:before {
  border-radius: 50%;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  background-color: white;
  top: 0;
  text-align: center;
  border: 5px solid #E8E8E8;
}
.radio-styled input:checked + span:before {
  background: #00b8e9;
}
.switch-container {
  position: relative;
  display: inline-block;
  text-align: left;
  opacity: 1;
  direction: ltr;
  border-radius: 10px;
  transition: opacity 0.25s ease 0s;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.switch-container.distribution {
  top: -30px;
  right: -120px;
}
.switch-container.overview {
  top: -30px;
  right: -120px;
}
.switch-container.cb-disabled {
  opacity: 0.5;
}
.switch-container .switch-background {
  height: 22px;
  width: 44px;
  margin: 0px;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.25s ease 0s;
}
.switch-container .switch-background.bg-disabled {
  cursor: default;
}
.switch-container .switch-background.on {
  background: #4611ea;
}
.switch-container .switch-background.off {
  background: #888888;
}
.switch-container .switch-handler {
  height: 20px;
  width: 20px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 1px;
  outline: 0px;
  border: 0px;
  transition: background-color 0.25s ease 0s, transform 0.25s ease 0s, box-shadow 0.15s ease 0s;
}
.switch-container .switch-handler.on {
  transform: translateX(23px);
}
.switch-container .switch-handler.off {
  transform: translateX(1px);
}
.switch-container .switch-input {
  border: 0px;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0px;
  position: absolute;
  width: 1px;
}
.btn {
  border-radius: 0;
  font-weight: 400;
  outline: none;
  position: relative;
}
.btn:not(.btn-sm) {
  font-size: 14px;
}
.btn:hover,
.btn.hover,
.btn:active,
.btn.active,
.btn:focus,
.btn.focus {
  box-shadow: none;
  outline: none;
}
.btn:hover.btn-default,
.btn.hover.btn-default,
.btn:active.btn-default,
.btn.active.btn-default,
.btn:focus.btn-default,
.btn.focus.btn-default {
  color: #1c1c1c;
}
.btn-white {
  background-color: white;
  border: 1px solid #cecece;
  color: #1c1c1c;
}
.btn-white:hover {
  border-color: #707070;
  color: black;
}
.btn-white[disabled] {
  opacity: 0.5;
}
.btn-white:not(.btn-sm) {
  padding: 10px 30px;
}
.btn-red {
  background-color: #ff6460;
  color: white;
  border-radius: 0;
}
.btn-red:not([class*="col-"] ):not(.btn-sm):not(.btn-thin) {
  min-width: 150px;
}
.btn-red:not(.btn-sm) {
  padding: 10px 30px;
}
.btn-red.iconb-check {
  background: #ff6460 url(../images/icons/checkmark_icon_red.png) no-repeat right 20px center;
  text-align: left !important;
  padding-right: 60px !important;
}
.btn-red-lite {
  background-color: #ff6460;
  color: white;
}
.btn-red-lite:hover {
  color: white;
}
a.btn-white:focus {
  color: #1c1c1c;
}
.btn-green,
[class*=" btn-green"] {
  background-color: #23db8b;
  padding: 0 30px;
  color: white;
  height: 50px;
  line-height: 50px;
  min-width: 150px;
}
.btn-green.iconb-check,
[class*=" btn-green"].iconb-check {
  background: #23db8b url(../images/icons/checkmark_icon_white.png) no-repeat right 20px center;
  text-align: left !important;
  padding-right: 60px !important;
}
.btn-long-text {
  padding-left: 20px !important;
  padding-right: 60px !important;
  font-size: 14px !important;
  text-align: center !important;
  width: auto !important;
}
.btn-blue,
[class*=" btn-blue"] {
  background-color: #4611ea;
  border-radius: 0;
  color: white;
}
.btn-blue:not([class*="col-"] ):not(.btn-sm):not(.btn-thin),
[class*=" btn-blue"]:not([class*="col-"] ):not(.btn-sm):not(.btn-thin) {
  min-width: 150px;
}
.btn-blue.iconb-arrow-right,
[class*=" btn-blue"].iconb-arrow-right {
  background: #4611ea url(../images/icons/arrows/arrow-right-white.png) no-repeat right 20px center;
  text-align: left !important;
  padding-right: 60px !important;
}
.btn-blue.iconb-arrow-left,
[class*=" btn-blue"].iconb-arrow-left {
  background: #4611ea url(../images/icons/arrows/arrow-left-white.png) no-repeat 10% center;
  text-align: left !important;
}
.btn-blue.iconb-arrow-bottom,
[class*=" btn-blue"].iconb-arrow-bottom {
  background: #4611ea url(../images/icons/arrows/arrow-bottom-white.png) no-repeat right 20px center;
  text-align: left !important;
  padding-right: 60px !important;
}
.btn-blue.iconb-email,
[class*=" btn-blue"].iconb-email {
  background: #4611ea url(../images/icons/email-white.png) no-repeat right 20px center;
  text-align: left !important;
  padding-right: 60px !important;
}
.btn-blue.iconb-check,
[class*=" btn-blue"].iconb-check {
  background: #4611ea url(../images/icons/v-icon.png) no-repeat right 20px center;
  text-align: left !important;
  padding-right: 60px !important;
}
.btn-blue:hover,
.btn-blue.hover,
.btn-blue:active,
.btn-blue:focus,
.btn-blue.focus {
  background-color: #341dbc !important;
  color: white !important;
}
.btn-blue.no-hover:hover,
.btn-blue.no-hover.hover,
.btn-blue.no-hover:active,
.btn-blue.no-hover:focus,
.btn-blue.no-hover.focus {
  background-color: #4611ea !important;
  color: white !important;
}
.btn-blue.large {
  height: 60px !important;
  line-height: 60px !important;
  font-size: 16px;
}
.btn-blue-dark {
  background-color: #341dbc !important;
}
.btn-gray-dark {
  background-color: #1c1c1c;
  color: white;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-gray-dark:hover {
  background-color: #302f2f;
  color: white;
}
.btn-md {
  height: 40px !important;
  line-height: 40px !important;
}
.btn-lg {
  height: 60px !important;
  line-height: 60px !important;
}
@media (max-width: 992px) {
  .btn-blue[class*="col-"]:not(.with-icon) {
    padding: 0 !important;
  }
}
.btn-link.blue {
  color: #4611ea;
}
.btn-link.blue:hover {
  color: #341dbc;
}
.btn-link {
  color: #707070;
}
.btn-link .ladda-label:hover {
  text-decoration: underline;
}
.btn-link.high,
.btn-blue:not(.btn-sm),
[class*=" btn-blue"]:not(.btn-sm),
.btn-white.btn-high,
.btn-red:not(.btn-sm) {
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
/*top bar button*/
.navbar-text {
  font-size: 25px !important;
  margin-top: 6px;
  margin-bottom: 5px;
}
.btn-transparent {
  background: transparent;
  border: none;
  outline: 0 !important;
  cursor: pointer;
}
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-info.active {
  background: transparent;
  color: #2e3138;
  border-color: transparent;
}
.btn-group.open .btn-info {
  background: transparent;
  color: #2e3138;
  border-color: transparent;
}
/*----filters----*/
.search-filter {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
}
.search-filter.gray {
  background-color: #f6f6f6;
}
.search-filter input {
  background: transparent;
  border: none;
  outline: none;
  height: 100%;
  padding: 0 7px 0 44px;
  margin-left: -46px;
  width: 0;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: width 0.35s;
  -o-transition: width 0.35s;
  transition: width 0.35s;
}
.search-filter input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #1c1c1c;
}
.search-filter input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1c1c1c;
}
.search-filter input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1c1c1c;
}
.search-filter input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #1c1c1c;
}
.search-filter.btn-block input {
  width: 100%;
}
.search-filter input:focus,
.search-filter input.notempty {
  width: 150px;
}
.search-filter.btn-block input:focus,
.search-filter.btn-block input.notempty {
  width: 100%;
}
/*dropdown-menu (toggle)*/
.dropdown-menu .disable {
  color: #BDB9B9;
}
.affix-bar-tabs .btn-tab {
  padding: 1px 23px 1px 60px;
  text-align: left;
}
.btn-cancel {
  background: transparent;
  color: #cecece;
  border: 1px solid #ececec;
  padding: 1px 23px !important;
}
.btn-cancel:hover,
.btn-cancel.active,
.btn-cancel:focus {
  border-color: #cecece;
  color: #707070;
}
.caret {
  vertical-align: middle;
  height: 6px;
  width: 11px;
  display: inline-block;
  background: url(../images/icons/arrows/arrow_selectbox.png) no-repeat center center;
  border: none;
  color: transparent;
}
.btn-success .caret {
  background: url(../images/icons/arrows/arrow_button.png) center no-repeat;
}
.btn-success:hover {
  background-color: #59ce93 !important;
  border-color: #59ce93;
}
.btn-success.ladda-button[data-style=zoom-in] {
  overflow: inherit;
}
.btn-icon:hover,
.btn-icon:focus {
  text-decoration: none;
}
.btn-group > .btn.no-float {
  float: none;
}
.upload-audio-button {
  position: absolute;
  left: calc(50% - 158px);
  bottom: 45px;
}
.full-size {
  width: 100% !important;
}
.disable {
  cursor: default !important;
}
.disable.btn:not(.hover-blue-dark) {
  background-color: #cecece !important;
  color: white !important;
}
.disable.btn:not(.hover-blue-dark):hover {
  background-color: #ececec !important;
  color: #1c1c1c;
}
@media (max-width: 767px) {
  .right-tab {
    height: 60px;
    float: right;
    line-height: 60px;
  }
}
.tab-st {
  background: #f6f6f6;
  color: #707070;
  line-height: 50px;
  border-right: 1px solid #ececec;
  cursor: pointer;
  padding-left: 30px;
}
.tab-st:last-child {
  border-right: none;
}
.tab-st.active,
.tab-st.active:hover {
  background: white;
  color: #4611ea;
  font-weight: bold;
}
.tab-st:hover {
  color: black;
}
.dropdown-menu {
  background-color: #fff;
  /*display: block;*/
  padding: 0;
  visibility: hidden;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.dropdown-menu:not( .datepicker-dropdown) {
  opacity: 0;
}
.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.dropdown-menu li {
  cursor: pointer;
}
.dropdown-menu li:first-child dt + a {
  border-radius: 0;
}
.dropdown-menu li:first-child > a {
  padding-top: 10px !important;
}
.dropdown-menu li:last-child > a {
  padding-bottom: 10px !important;
}
.dropdown-menu li.active > a,
.dropdown-menu li.selected > a,
.dropdown-menu li.active > a.highlighted,
.dropdown-menu li.selected > a.highlighted {
  background: #fff;
  color: #fff;
}
.dropdown-menu li.active > a:hover,
.dropdown-menu li.selected > a:hover,
.dropdown-menu li.active > a.highlighted:hover,
.dropdown-menu li.selected > a.highlighted:hover,
.dropdown-menu li.active > a:focus,
.dropdown-menu li.selected > a:focus,
.dropdown-menu li.active > a.highlighted:focus,
.dropdown-menu li.selected > a.highlighted:focus {
  background: #ececec;
  color: #fff;
}
.dropdown-menu li > a {
  /*color: fade(@base, 75%);*/
  color: #2e3138;
  padding: 3px 12px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.dropdown-menu li > a:first-letter {
  text-transform: capitalize;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  display: table;
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:before,
.dropdown-menu li > a:after {
  content: " ";
  display: table;
}
.dropdown-menu li > a:after {
  clear: both;
}
.dropdown-menu li > a:hover,
.dropdown-menu li > a:active,
.dropdown-menu li > a:focus {
  /*background: @dropdown-link-active-color;
        color: white;*/
  outline: none;
  background-color: #ececec;
  color: #2e3138;
}
.dropdown-menu li > a.delete:hover,
.dropdown-menu li > a.delete:focus {
  background: #ffe5e5;
  color: white;
}
.dropdown-menu li > a:before {
  float: right;
  margin-top: 3px;
}
.dropdown-menu li dt {
  font-weight: 300;
  margin-bottom: 3px;
  margin-top: 12px;
  padding: 0 15px;
}
.dropdown-menu.as-datepicker {
  z-index: 10000;
  right: 0;
  text-transform: none;
  width: 350px;
  padding: 0 15px;
}
.dropdown-menu.padding-left {
  padding-left: 0 !important;
}
.dropdown-menu.padding-left a {
  padding-left: 30px !important;
}
.pull-right .dropdown-menu {
  right: -15px;
}
.open.dropup > .dropdown-menu {
  margin-bottom: 18px;
}
.open.dropup > .dropdown-arrow {
  margin-bottom: 10px;
}
.open.dropup > .dropdown-arrow.dropdown-arrow-inverse {
  border-top-color: #1c1c1c;
}
.open > .dropdown-arrow {
  margin-top: 9px;
  opacity: 1;
}
.dropdown-arrow {
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #f1f1f1 transparent;
  height: 0;
  margin-top: 0;
  opacity: 0;
  position: absolute;
  right: 13px;
  top: 100%;
  width: 0;
  z-index: 10;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
@media (max-width: 480px) {
  .dropdown-menu li a i[class*="icon-"] {
    display: none;
  }
}
@media (max-width: 660px) {
  .dropdown-menu.as-datepicker {
    min-width: unset;
  }
}
.dropdown-menu .dropdown-footer {
  background-color: #ececec;
  text-align: right;
  padding: 7px 10px;
  margin: 15px -5px -5px -5px;
}
.dropdown-menu.dropdown-form {
  width: auto;
}
.btn-group.open form .dropdown-toggle {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-group.open form .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.userName .dropdown-menu li > a {
  text-shadow: none;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
}
.userName .dropdown-menu li > a:hover {
  background-color: #ececec;
  color: #2e3138;
}
.dropdown-toggle,
.dropdown-toggle-white {
  padding-right: 30px;
  min-height: 11px;
}
.hideScroll {
  height: 50px;
}
.hideScroll select {
  overflow: hidden;
  border: none;
}
.btn.btn-blue.drop {
  padding-left: 30px !important;
  padding-right: 0 !important;
}
.btn.btn-blue.drop .dropdown-toggle-white {
  text-align: left;
}
.btn.btn-blue.drop .dropdown-menu li > a {
  padding-left: 30px !important;
}
.uploadFileReport-container .preview {
  box-shadow: none;
  font-size: 16px;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #ececec;
  padding: 30px 0;
  display: block;
}
.uploadFileReport-container .preview .block {
  width: 96%;
}
.uploadFileReport-container .preview.processing .message::before {
  content: "Uploading...";
}
.uploadFileReport-container .preview.processing .message {
  font-size: 14px;
  margin: 5px 0;
}
.uploadFileReport-container .preview.processing::not(.complete) .upload {
  background-image: none !important;
}
.uploadFileReport-container .preview.processing .sign-upload {
  width: 18px;
}
.uploadFileReport-container .preview.processing.error .progress {
  display: none;
}
.uploadFileReport-container .preview.processing.error .sign-upload {
  height: 16px;
  background: url(../images/icons/x-icon.png) no-repeat center center !important;
}
.uploadFileReport-container .preview.processing.error .message::before {
  content: "Status: error";
}
.uploadFileReport-container .preview.processing.success .sign-upload {
  background: transparent url(../images/icons/v-icon.png) no-repeat center center !important;
  height: 13px;
}
.uploadFileReport-container .preview.processing.success .message::before {
  content: "Status: success";
}
.uploadFileReport-container .preview.processing.complete .message::before {
  content: "Status: Processing, please wait...";
}
.uploadFileReport-container .preview .sign-upload {
  margin-right: 10px;
}
.uploadFileReport-container .preview .details {
  width: auto;
  height: auto;
  background: white;
  padding: 0;
}
.uploadFileReport-container .preview .details .size {
  right: 0;
  bottom: auto;
  left: inherit;
  height: auto;
  line-height: normal;
}
.uploadFileReport-container .preview .details .filename {
  display: inline;
}
.uploadFileReport-container .preview .progress {
  right: 0;
  left: 0;
  top: auto;
  border-radius: 0;
  bottom: 0;
  margin: 0;
  height: 3px;
}
.uploadFileReport-container .preview .error-message {
  position: relative;
  text-align: left;
  font-size: 12px;
  padding: 0 0 0 0;
  opacity: 1;
  background: white;
  color: #ff6460;
}
.uploadFileReport-container .block-title {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.uploadFileReport-container.drag-hover {
  background-color: #ececec;
}
.uploadfilepanel-container {
  background: url('../images/upload/uploadbackground.png') center center no-repeat;
  min-height: 196px;
}
.uploadfilepanel-container.active {
  background: white;
  vertical-align: middle;
}
.uploadfilepanel-container.drag-hover {
  border-color: #f00;
  color: #f00;
  border-style: solid;
  box-shadow: inset 0 3px 4px #888;
}
.droparea-uploadfile {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.droparea-uploadfile img {
  float: right;
  cursor: pointer;
  position: absolute;
  top: 60px;
  right: 25px;
}
.uploadfilepanel-background {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: 208px;
  height: 0px;
  position: relative;
  top: 90px;
  font-size: 21px;
  font-family: source-sans-pro, sans-serif;
  font-weight: 300;
  line-height: 0px;
}
.imageViewMode,
.imageEditMode {
  height: 190px;
  width: 170px;
  position: relative;
  text-align: center;
}
.dropzone-only-img-container .dropzone-previews {
  position: relative;
}
.dropzone-only-img-container .dropzone-previews .upload-img-cover {
  position: absolute;
}
.dropzone-only-img-container:hover .upload-img-cover.icon_edit {
  opacity: 1;
}
.dropzone-only-img-container .upload-img-cover.icon_edit {
  opacity: 0;
  position: absolute;
  background: url(../images/icons/icon_edit.png) no-repeat center center !important;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  z-index: 1000;
  display: block !important;
}
.imageEditMode .dropzone-only-img-container .dropzone-previews {
  padding: 10px;
  width: 170px;
  height: 170px;
  position: absolute;
  left: -85px !important;
  top: -85px !important;
  border: 2px dashed #e7e7e7;
}
.imageEditMode .dropzone-only-img-container {
  position: absolute;
  top: 50%;
  left: 50%;
}
.progress-bar-audio {
  height: 2px;
  position: absolute;
  background-color: #4611ea !important;
  width: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
}
.progress-bar-audio.top {
  top: 0 !important;
}
.drag-hover {
  -webkit-box-shadow: inset 0px 0px 29px 0px #cecece;
  -moz-box-shadow: inset 0px 0px 29px 0px #cecece;
  box-shadow: inset 0px 0px 29px 0px #cecece;
}
.modal {
  overflow-y: auto;
}
.wizard .modal-content-wizard {
  padding-bottom: 180px;
}
.wizard .footer_container {
  background: #1c1c1c;
  bottom: 0;
  height: 60px;
  left: 0;
  position: fixed;
  width: calc(100% - 230px);
  z-index: 300;
  backface-visibility: hidden;
}
.wizard .footer {
  line-height: 60px;
  margin: 0 auto;
  text-align: center;
}
.wizard .next-button {
  position: absolute;
  right: 0;
}
.wizard .back-button {
  background-color: #707070;
  position: absolute;
  left: 0;
  text-align: right !important;
}
.wizard .next-button,
.wizard .back-button {
  height: 60px;
  line-height: 60px;
}
.wizard .cancel-wizard:hover {
  color: white !important;
}
.wizard .icon-checkmark {
  right: 20px;
  position: absolute;
  top: 38%;
}
/*----for IE 10 or 11-----*/
@media (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .wizard .footer_container {
    right: 0;
    left: auto;
  }
}
@media (max-width: 1200px) {
  .wizard .footer_container {
    width: 100%;
  }
  .wizard .long-tabs .btn-tab {
    padding: 1px 10px 1px 15px !important;
  }
}
@media (max-width: 1400px) {
  .wizard .long-tabs .icon-checkmark {
    display: none;
  }
}
@media (min-width: 768px) {
  body.modal-open,
  .modal-open .navbar-fixed-top,
  .modal-open .navbar-fixed-bottom {
    margin-right: 0;
  }
  .modal-dialog-fix-medium {
    width: 746px;
  }
}
@media (min-width: 992px) {
  .modal-body .seperator {
    border-right: 1px solid #ececec;
  }
}
@media (max-width: 992px) {
  .modal-body .seperator {
    border-bottom: 1px solid #ececec;
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.modal-footer {
  margin-top: 0px;
  padding: 15px 30px 15px;
  border: none;
  background-color: white;
}
.modal-footer .btn-link {
  padding-left: 0;
}
.modal-header {
  padding: 16px 20px 16px 30px;
  border: none;
}
.modal-header .close {
  font-weight: 300;
  font-size: 30px;
  margin-top: -7px;
}
.modal-header .close.white {
  opacity: 1;
}
.modal-header .close.white:hover {
  opacity: 0.5 !important;
}
.modal-header:not(.no-border)::after {
  width: calc(100% - 60px);
  content: '';
  position: absolute;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #ececec;
  margin-top: 16px;
}
.modal-body {
  padding: 30px;
}
.modal-title,
.bootstrap-dialog-title {
  text-transform: initial;
  font-weight: 500;
  color: black;
  font-size: 20px;
  margin-top: 4px;
}
/*modal with left navigation*/
.modal .withnav .modal-body {
  padding: 0;
}
.modal .withnav .nav {
  background: #f6f6f6;
  margin-left: 10px;
}
.modal .withnav .nav li {
  margin: 0 -8px 0 -3px;
  cursor: pointer;
  border-left: 5px solid transparent;
}
.modal .withnav .nav li:hover {
  border-left: 5px solid #eeeeee;
}
.modal .withnav .nav li.active {
  border-left: 5px solid black;
}
.modal .withnav .nav li.active a,
.modal .withnav .nav li.active :hover {
  background-color: black;
  color: white;
}
.modal .withnav .nav li a {
  border-radius: 0;
  font-size: 15px;
  color: #a0a0a0;
  font-weight: 300;
  padding-left: 20px;
}
.modal .withnav .nav li a:hover {
  background-color: #eeeeee;
  color: black;
}
.modal .withnav .modal-header {
  background-color: white;
  border-bottom: 1px solid #ececec;
}
.modal .withnav .datepicker-title {
  margin-top: 75px;
  font-size: 15px;
  color: #2e3138;
}
.modal-content {
  border-radius: 0px;
}
.modal-carousel .modal-content {
  border: none;
  box-shadow: none;
}
.modal-carousel .modal-content .right {
  right: -9%;
}
.modal-carousel .modal-content .left {
  left: -9%;
}
.modal-carousel .modal-content .carousel-control {
  padding-top: 30%;
  width: auto;
}
.modal-carousel + u {
  bottom: 20px;
}
.modal-carousel .message {
  height: 180px;
  background-color: #1c1c1c;
  color: #cecece;
  position: relative;
  text-align: center;
}
.modal-carousel .carousel-indicators li {
  background-color: #cecece;
  border: none;
}
.modal-carousel .carousel-indicators .active {
  background-color: #5a32ed;
}
@media (max-width: 768px) {
  .modal-carousel {
    padding: 20px 0;
    margin-left: 50px;
    margin-right: 50px;
    /*height: 100%;
        margin: 0 50px !important;
        padding:20px 0;

        .modal-content {
            transform: none;
            height: 100%;
            left: auto;
            top: auto;
        }

        .modal-body, .carousel, .carousel-inner {
            height: 100%;
        }

        .carousel-indicators {
            bottom: 20px;
        }

        .back-item {
            display: block;
            position: absolute;
            bottom: 0;
        }*/
  }
  .modal-carousel .left {
    left: -43px !important;
  }
  .modal-carousel .right {
    right: -43px !important;
  }
  .modal-carousel .carousel-control img {
    height: 38px;
  }
}
@media (min-width: 768px) {
  .modal .withnav .modal-header {
    padding-left: 255px;
  }
  .modal .withnav .nav {
    margin-top: -65px;
    border-radius: 4px 0px 0px 0px;
    padding-top: 65px;
    min-height: 400px;
    width: 220px;
    left: 1px;
  }
  .modal .withnav .modal-body {
    min-height: 420px;
  }
  .modal .withnav .modal-footer {
    border-width: 0px;
    margin-top: -85px;
    border-radius: 0px 0px 0px 4px;
    border-top: 1px solid #ececec;
  }
  .modal-carousel {
    width: 700px !important;
  }
}
.quickAdd-modal .modal-header {
  height: 100PX;
  vertical-align: middle;
  line-height: 80px;
  background-color: #424242;
  margin: -1px -1px 0 -1px;
}
.quickAdd-modal .modal-header .modal-title {
  display: inline-block;
  font-weight: 400;
  color: white;
}
.quickAdd-modal .modal-header .modal-title .small {
  font-size: 14px !important;
}
.quickAdd-modal .img-quickAdd {
  width: 320px;
  height: 320px;
}
.quickAdd-modal .quickAdd-text-image {
  top: 170px;
  padding: 0 30px;
}
.quickAdd-modal .modal-body {
  padding: 38px 30px 30px 30px;
}
@media (max-width: 768px) {
  .modal:not(.modal-fullscreen) .modal-dialog:not(.modal-carousel) {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: auto;
  }
  .table-layout-fixed:not(.container-xs-height) {
    table-layout: unset !important;
  }
}
.modal-no-background {
  margin-left: auto;
  width: 768px;
}
.modal-no-background .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}
.modal-fullscreen {
  background: white;
  z-index: 0;
}
.modal-fullscreen .modal-backdrop {
  opacity: 0;
}
.modal-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal-fullscreen .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-fullscreen .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  z-index: 1000;
  padding: 10px 10px 10px 30px;
  background: #1c1c1c;
  line-height: 60px;
  font-size: 20px;
}
.modal-fullscreen .close {
  font-size: 60px;
  margin-right: 20px;
}
.modal-fullscreen .close.default {
  padding: 20px 10px 0 0;
  font-size: 70px;
  color: #a8a8a8;
}
.modal-fullscreen .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  overflow: auto;
}
.modal-fullscreen .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 80px;
  background: #f6f6f6;
  z-index: 9000;
  text-align: left;
}
.modal-fullscreen.no-fixed .modal-content {
  overflow: auto;
}
.modal-fullscreen.no-fixed .modal-body {
  top: 0;
  bottom: 0;
  height: calc(100% - 50px);
}
.modal-fullscreen.no-fixed .modal-body > div:first-child {
  padding-top: 25px;
}
.modal-fullscreen.no-fixed .modal-body,
.modal-fullscreen.no-fixed .modal-header {
  position: relative;
}
.modal-fullscreen.no-fixed .close {
  opacity: 1;
  line-height: 50px;
}
.close {
  font-weight: 300;
  font-size: 30px;
  margin-top: -7px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .modal-lg {
    width: 990px;
  }
}
.height-for-modal-body {
  max-height: calc(100% - 212px);
  overflow-y: auto;
}
/*filter-bar  dropdown*/
.select-container.filter-select .selectize-input {
  border: none;
  vertical-align: middle;
  padding: 4px 20px 4px 20px !important;
  line-height: 43px;
  height: 50px;
}
.select-container.filter-select .selectize-input input,
.select-container.filter-select .selectize-input .item {
  font-size: 14px;
  line-height: normal;
  color: #707070;
  font-weight: 400;
}
.select-container.filter-select .selectize-input .item:hover {
  color: #1c1c1c;
}
.select-container.filter-select .selectize-input input {
  display: none;
  cursor: pointer;
}
.select-container.filter-select .selectize-input.input-active {
  background-color: #1c1c1c !important;
  border-radius: 0;
  color: white;
}
.select-container.filter-select .selectize-input.input-active .formatItem {
  color: white;
}
.filter-select .selectize-control.single .selectize-input:after,
.selectize-control.single .selectize-input.disabled:after,
.selectize-control.single .selectize-input.dropdown-active.disabled:after {
  background: none;
}
.select-container.filter-select .selectize-input div {
  min-width: 150px;
}
.filter-select-content {
  background-color: #1c1c1c;
  border: none;
  border-radius: 0;
  margin-top: 0px;
  color: white;
  padding-left: 18px;
}
.filter-select-content [data-selectable],
.filter-select-content:hover,
.filter-select-content.dropdown-menu li > a:hover {
  background-color: #1c1c1c;
  color: #707070;
}
.filter-select-content [data-selectable]:hover {
  color: white;
}
.filter-select-content [data-selectable]:last-child {
  padding-bottom: 10px;
}
.filter-select-content .selectize-dropdown-content {
  max-height: 300px;
}
.filter-select.open:not(.disable) {
  background-color: #1c1c1c;
}
.filter-select.open:not(.disable) span,
.filter-select.open:not(.disable) .item,
.filter-select.open:not(.disable) .filterBtn {
  color: white !important;
}
/**********end filter-bar dropdown********/
/**********selectizen********/
.select-container .selectize-input {
  padding: 0px 12px 0 30px;
  line-height: 50px;
  height: 50px;
}
.selectize-dropdown {
  border-radius: 0;
  margin-bottom: 20px;
}
.select-container.filter-select .selectize-input.input-active,
.selectize-input.focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.selectize-control .selectize-input.disabled {
  background-color: #f6f6f6;
  opacity: 1;
}
.selectize-control.no-border .selectize-input {
  border: none !important;
  border-radius: 0 !important;
}
/**********multi********/
.select-container .selectize-control.multi .selectize-input > div {
  background: #1c1c1c;
  color: white;
  border-radius: 0px;
  padding: 1px 5px 1px 10px;
  line-height: 34px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 0px 12px 0px;
  min-height: 50px;
  height: auto;
  border: none;
}
.selectize-control.multi.has-error .selectize-input.has-items,
.selectized.has-error .selectize-input.has-items {
  line-height: 48px;
  min-height: 48px;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  padding: 1px 20px 0 0;
}
.selectize-control.plugin-remove_button [data-value] {
  padding-right: 35px !important;
}
/**************************/
/**********optgroup********/
.selectize-dropdown .optgroup-header {
  font-size: 14px;
  background-color: white;
  color: black;
  font-weight: 500;
}
/*optgroup columns*/
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: none;
  white-space: nowrap;
  width: 250px !important;
  padding-bottom: 15px;
  height: auto !important;
  float: left;
  margin-bottom: 20px;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup [data-selectable],
.selectize-dropdown.plugin-optgroup_columns .optgroup .optgroup-header {
  padding: 3px 25px;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup .optgroup-header {
  margin-bottom: 5px;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup [data-selectable] {
  overflow: hidden;
  text-overflow: ellipsis;
}
.select-multi-search-content {
  width: auto !important;
  max-width: 550px !important;
}
.select-multi-search-content .selectize-dropdown-content {
  height: 500px;
  min-height: 500px;
  width: 550px;
}
.selectize-control.multi.plugin-optgroup_columns input {
  text-overflow: ellipsis;
  overflow: hidden;
}
/*********************************/
/***************caret******************/
.selectize-control.single .selectize-input:after {
  border: none;
  padding: 5px 10px;
  background: transparent url(../images/icons/arrows/arrow_selectbox.png) no-repeat right center;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  border: none;
  padding: 5px 10px;
  margin-top: 0;
  background: transparent url(../images/icons/arrows/arrow_selectbox_up.png) no-repeat right center;
}
.selectize-control {
  line-height: 0;
}
/**************************************/
/*****************************************************************/
div.childOption {
  padding-left: 20px !important;
}
div.parentOption {
  font-weight: bold;
}
.formatItem {
  padding-right: 5px;
  color: #707070;
}
/**********icons**********/
.select-with-icon-search .selectize-input:before {
  content: url(../images/icons/search_icon.png);
  margin-right: 15px;
}
/************************/
/*******for minor input********/
.minor-input .selectize-dropdown.single {
  min-width: 130px;
}
.container {
  width: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container {
    max-width: 736px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 956px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .media-responsive-img {
    width: calc(100% - 340px);
  }
}
.no-padding-vertical {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.no-padding-horizontal {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.no-margin {
  margin: 0 !important;
}
.padding-top {
  padding-top: 25px !important;
}
.padding-bottom {
  padding-bottom: 25px !important;
}
.padding-left {
  padding-left: 30px !important;
}
.padding-right {
  padding-right: 30px !important;
}
.padding-left-sm {
  padding-left: 10px;
}
.padding-right-sm {
  padding-right: 10px !important;
}
.small-padding-bottom {
  padding-bottom: 5px;
}
.small-padding-top {
  padding-top: 5px;
}
.md-padding-bottom {
  padding-bottom: 15px !important;
}
.md-padding-top {
  padding-top: 15px;
}
.margin-top {
  margin-top: 30px !important;
}
.margin-top-sm {
  margin-top: 10px !important;
}
.margin-top-md {
  margin-top: 20px !important;
}
.margin-bottom {
  margin-bottom: 15px !important;
}
.margin-bottom-md {
  margin-bottom: 10px;
}
.margin-bottom-sm {
  margin-bottom: 8px;
}
.border-top {
  border-top: 1px solid #ececec;
}
.border-top-dark {
  border-top: 1px solid #cecece;
  margin-top: -1px;
  z-index: -1;
}
.border-bottom {
  border-bottom: 1px solid #ececec !important;
}
.border-bottom-darker {
  border-bottom: 1px solid #1c1c1c;
}
.border-bottom-gray,
hr.gray,
.panel-heading.border-gray-dark {
  border-bottom: 1px solid;
  border-color: #cecece !important;
}
.border-right {
  border-right: 1px solid #ececec !important;
}
.border-right-white {
  border-right: 1px solid white !important;
}
.border-left {
  border-left: 1px solid #ececec !important;
}
.border-left-black {
  border-left: 3px solid black !important;
}
.border {
  border: 1px solid #ececec !important;
}
.border-blue {
  border-color: #4611ea !important;
}
.border-thick {
  border: 2px solid #ececec !important;
}
.border-thick.background-blue-dark {
  border: 2px solid #4611ea !important;
}
.border-radius {
  border-radius: 4px;
}
.border-radius-lg {
  border-radius: 20px;
}
hr {
  border-color: #ececec;
}
hr.black {
  border-color: black;
}
hr.bold {
  border-width: 2px;
}
.margin-left {
  margin-left: 25px;
}
.margin-left-sm {
  margin-left: 5px;
}
.margin-left-md {
  margin-left: 15px;
}
.margin-right {
  margin-right: 20px;
}
.margin-right-sm {
  margin-right: 15px !important;
}
.margin-right-xs {
  margin-right: 10px;
}
.inline {
  display: inline-block;
}
.no-border {
  border: none !important;
}
.status {
  width: 14px;
  height: 14px;
  border-radius: 90px;
  border: 3px solid;
  display: inline-block;
}
.status.alone {
  top: 0;
  margin-bottom: 0;
}
.status.status-danger {
  border-color: #ff6460;
}
.status.status-warning {
  border-color: #ff9a2f;
}
.status.status-success {
  border-color: #23db8b;
}
.status.status-success-new {
  /* Hide (found there but hidden) the green icon*/
  border: none;
}
.status.status-remove {
  border-color: #cecece;
}
.status.status-black {
  border-color: #1c1c1c;
}
.wraper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-left: -0.25em;
  /* adjusts spacing */
}
.invisible1 {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
}
.vertical-center {
  display: inline-block;
  vertical-align: middle !important;
}
.vertical-baseline {
  vertical-align: baseline !important;
}
.vertical-sub {
  vertical-align: sub !important;
}
.vertical-top {
  vertical-align: top !important;
}
#releaseDetails-view:before {
  width: 95%;
  margin-left: 5%;
}
.border-dashed {
  border-width: 2px;
  border-style: dashed;
  border-color: #a8a8a8;
  border-radius: 4px;
  padding: 18px;
}
@media (min-width: 1500px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.66666667%;
  }
  .col-xlg-10 {
    width: 83.33333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.66666667%;
  }
  .col-xlg-7 {
    width: 58.33333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.66666667%;
  }
  .col-xlg-4 {
    width: 33.33333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.66666667%;
  }
  .col-xlg-1 {
    width: 8.33333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.66666667%;
  }
  .col-xlg-pull-10 {
    right: 83.33333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.66666667%;
  }
  .col-xlg-pull-7 {
    right: 58.33333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.66666667%;
  }
  .col-xlg-pull-4 {
    right: 33.33333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.66666667%;
  }
  .col-xlg-pull-1 {
    right: 8.33333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.66666667%;
  }
  .col-xlg-push-10 {
    left: 83.33333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.66666667%;
  }
  .col-xlg-push-7 {
    left: 58.33333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.66666667%;
  }
  .col-xlg-push-4 {
    left: 33.33333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.66666667%;
  }
  .col-xlg-push-1 {
    left: 8.33333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1930px) {
  .col-xlg-8 {
    max-width: 950px;
  }
}
/***************hovers*****************/
.hover-blue.li-row:hover,
.hover-blue:hover {
  background-color: #F4F2FF !important;
}
.hover-blue-dark:not(.disable):hover {
  background-color: #4611ea !important;
  color: white !important;
}
/*************************************/
/* columns of same height styles */
.container-xs-height {
  display: table !important;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
}
.container-xs-height.with-space {
  border-collapse: separate;
  border-spacing: 0 20px;
}
.container-xs-height.with-space.space-small {
  border-spacing: 0 8px;
}
.container-xs-height.with-border {
  border-collapse: collapse;
}
.row-xs-height {
  display: table-row;
}
@media (min-width: 270px) {
  .col-xs-height {
    display: table-cell !important;
    float: none;
  }
}
@media (min-width: 768px) {
  .container-sm-height {
    display: table !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 992px) {
  .container-md-height {
    display: table !important;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
  .row-md-height {
    display: table-row;
  }
  .col-md-height {
    display: table-cell;
    float: none;
  }
}
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px;
  }
  .row-lg-height {
    display: table-row;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
  }
}
.media-table {
  display: table;
  table-layout: fixed;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.header-default-img {
  background-image: url(../images/content/header-default.jpg);
  background-size: cover;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
}
.pos-relative {
  position: relative;
}
.full-row {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 992px) {
  .no-padding-hor-in-md {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .no-margin-in-md {
    margin: 0 !important;
  }
}
@media (max-width: 768px) {
  .no-padding-hor-in-sm {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 640px) {
  .no-padding-hor-in-xs {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.full-height {
  height: 100%;
}
.full-width {
  width: 100% !important;
}
@media (max-width: 992px) {
  .full-height-lg {
    height: auto;
  }
}
.visible-hover-items .item-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.visible-hover-items:hover .item-hover {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.invisible-hover-items .item-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.invisible-hover-items:hover .item-hover {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.table-layout-fixed {
  table-layout: fixed;
}
.space1 {
  height: 60px;
  margin: 0;
}
.content-grig {
  margin: -10px;
}
/*isotop*/
.isotop-container .border-top,
.isotop-container .border-top-dark {
  margin-top: 15px;
}
.masonry-item {
  float: left;
  margin-bottom: 15px;
}
.masonry-item.with-content {
  background-color: white;
  padding: 25px;
  font-weight: bold;
}
.single-row {
  height: 50px;
  line-height: 50px;
}
.single-row-lg {
  height: 60px;
  line-height: 60px;
}
.single-row .btn-blue {
  padding: 0;
}
.single-row .btn-blue:not(.text-left) {
  text-align: center !important;
}
.in-bottom {
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.in-bottom.line {
  bottom: 45px;
}
.pos-right {
  position: absolute;
  right: 0;
}
.pos-left {
  position: absolute;
  left: 0;
}
.pos-top {
  top: 0;
  position: absolute;
}
.grid-sizer {
  width: 32%;
}
.grid-sizer-large {
  width: calc(64% + 15px);
}
.grid-sizer-full {
  width: calc(100% - 15px);
}
.item-sizer {
  width: 250px;
}
.gutter-sizer {
  width: 2%;
}
@media (max-width: 640px) {
  .grid-sizer,
  .grid-sizer-large {
    width: 100%;
  }
  .media-body.block-xs {
    display: block;
    padding-top: 20px;
    padding-left: 0 !important;
    width: inherit;
  }
}
@media (max-width: 992px) {
  .block-md {
    display: block;
  }
}
@media (min-width: 640px) and (max-width: 992px) {
  .grid-sizer {
    width: 48%;
  }
  .grid-sizer-large {
    width: 100%;
  }
}
.media-body.block-xs {
  padding-left: 20px;
}
.lines-ellipsis-md {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.block-vertically-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.place-vertically-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center-image {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.no-hover:hover {
  background-color: transparent !important;
}
.container-box-sm {
  padding: 16px;
}
.no-max-width {
  max-width: 0;
}
/***start page no-data****/
.no-data-container {
  position: absolute;
  z-index: 9;
  opacity: 0.7;
}
.no-data-container .no-data-title {
  position: absolute;
  color: white;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 18px;
}
/*@small-img-size:45px;
@medium-img-size:65px;
@large-img-size:89px;
@big-img-size:120px;
@jumbo-img-size: 280px;*/
.img-xsmall {
  text-align: center;
  vertical-align: bottom;
  width: 45px;
  height: 45px;
  line-height: 45px;
}
.img-xsmall.line-hight-sm {
  height: auto !important;
}
.img-rect-xsmall {
  text-align: center;
  vertical-align: bottom;
  height: 45px;
  line-height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-small {
  text-align: center;
  vertical-align: bottom;
  width: 65px;
  height: 65px;
  line-height: 65px;
}
.img-small.line-hight-sm {
  height: auto !important;
}
.img-rect-small {
  text-align: center;
  vertical-align: bottom;
  height: 65px;
  line-height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-medium {
  text-align: center;
  vertical-align: bottom;
  width: 89px;
  height: 89px;
  line-height: 89px;
  display: inline-block;
  vertical-align: middle;
}
.img-medium.line-hight-sm {
  height: auto !important;
}
.img-rect-medium {
  text-align: center;
  vertical-align: bottom;
  height: 89px;
  line-height: 89px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
}
img.pull-left {
  padding-right: 0 !important;
}
.img-large {
  text-align: center;
  vertical-align: bottom;
  width: 145px;
  height: 145px;
  line-height: 145px;
  display: inline-block;
}
.img-large.line-hight-sm {
  height: auto !important;
}
.img-rect-large {
  text-align: center;
  vertical-align: bottom;
  height: 145px;
  line-height: 145px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
}
.img-xlarge {
  text-align: center;
  vertical-align: bottom;
  width: 250px;
  height: 250px;
  line-height: 250px;
}
.img-xlarge.line-hight-sm {
  height: auto !important;
}
.img-rect-xlarge {
  text-align: center;
  vertical-align: bottom;
  height: 250px;
  line-height: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-xxlarge {
  text-align: center;
  vertical-align: bottom;
  width: 300px;
  height: 300px;
  line-height: 300px;
  display: inline-block;
  content: '';
}
.img-xxlarge.line-hight-sm {
  height: auto !important;
}
.img-rect-xxlarge {
  text-align: center;
  vertical-align: bottom;
  height: 300px;
  line-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  content: '';
}
.img-large-container {
  height: 145px;
  position: relative;
}
.img-large-container .media-object {
  line-height: 145px;
}
.img-xxlarge-container {
  height: 300px;
  position: relative;
}
.img-xxlarge-container .media-object {
  line-height: 300px;
}
.flag-small {
  text-align: center;
  vertical-align: bottom;
  width: 65px;
  height: 65px;
  line-height: 65px;
  vertical-align: text-top;
}
.flag-small.line-hight-sm {
  height: auto !important;
}
.flag-xsmall {
  text-align: center;
  vertical-align: bottom;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.flag-xsmall.line-hight-sm {
  height: auto !important;
}
@media (max-width: 639px) {
  .img-xsmall {
    text-align: center;
    width: 22.5px;
    height: 22.5px;
    line-height: 22.5px;
    display: inline-block;
  }
  .img-xsmall.col-xs-12 {
    width: 100% !important;
  }
  .img-small {
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    display: inline-block;
  }
  .img-small.col-xs-12 {
    width: 100% !important;
  }
  .img-medium {
    text-align: center;
    width: 44.5px;
    height: 44.5px;
    line-height: 44.5px;
    display: inline-block;
  }
  .img-medium.col-xs-12 {
    width: 100% !important;
  }
  .img-large {
    text-align: center;
    width: 72.5px;
    height: 72.5px;
    line-height: 72.5px;
    display: inline-block;
  }
  .img-large.col-xs-12 {
    width: 100% !important;
  }
  .img-xlarge {
    text-align: center;
    width: 125px;
    height: 125px;
    line-height: 125px;
    display: inline-block;
  }
  .img-xlarge.col-xs-12 {
    width: 100% !important;
  }
  .img-xxlarge {
    text-align: center;
    width: 150px;
    height: 150px;
    line-height: 150px;
    display: inline-block;
  }
  .img-xxlarge.col-xs-12 {
    width: 100% !important;
  }
  .img-large-container {
    height: 72.5px;
    position: relative;
  }
  .img-large-container .media-object {
    line-height: 72.5px;
  }
  .img-xxlarge-container {
    height: 120px;
    position: relative;
  }
  .img-xxlarge-container .media-object {
    line-height: 150px;
  }
  .flag-small {
    text-align: center;
    width: 32.5px;
    height: 32.5px;
    line-height: 32.5px;
    display: inline-block;
    vertical-align: text-top;
  }
  .flag-small.col-xs-12 {
    width: 100% !important;
  }
  .flag-xsmall {
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    vertical-align: text-top;
  }
  .flag-xsmall.col-xs-12 {
    width: 100% !important;
  }
  .blur-container__background {
    top: 0px !important;
  }
}
.img-responsive {
  height: 100%;
  width: 100%;
}
.zoom-img {
  -webkit-background-size: 150% !important;
  -moz-background-size: 150% !important;
  -o-background-size: 150% !important;
  background-size: 150% !important;
}
.blur-img-container {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.blur-img-container .blur-img {
  /*-webkit-filter: blur(@radius);
        -moz-filter: blur(@radius);
        -o-filter: blur(@radius);
        -ms-filter: blur(@radius);*/
}
.blur-img-container.animation-up-down {
  position: relative;
  height: 980px;
  -moz-animation: floatBubble 2s ease-in-out 1.5s 1 normal forwards;
  -o-animation: floatBubble 2s ease-in-out 1.5s 1 normal forwards;
  -webkit-animation: floatBubble 2s ease-in-out 1.5s 1 normal forwards;
  animation: floatBubble 2s ease-in-out 1.5s 1 normal forwards;
}
@-webkit-keyframes floatBubble {
  from {
    -webkit-transform: translateY(0px);
  }
  to {
    -webkit-transform: translateY(-350px);
  }
}
@-moz-keyframes floatBubble {
  from {
    -moz-transform: translateY(0px);
  }
  to {
    -moz-transform: translateY(-350px);
  }
}
@keyframes floatBubble {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-350px);
  }
}
.frame-img {
  background-image: url(../images/default-images/framePicture.png);
  background-size: cover;
  background-position: 50% 50%;
  height: 273px;
  width: 275px;
  padding: 33px 3px 33px 0px;
}
.img-thumbnail-white {
  border: 2px solid white;
}
.img-thumbnail {
  border: none;
}
.header .media > .pull-left {
  margin-right: 30px;
}
.on-image-back {
  top: 45px;
  position: absolute;
  width: 95%;
  padding-left: 60px;
  left: 0;
  z-index: 2;
}
@media (max-width: 1200px) {
  .on-image-back {
    top: 85px;
  }
}
.blur {
  /*-webkit-filter: blur(@radius);
        -moz-filter: blur(@radius);
        -o-filter: blur(@radius);
        -ms-filter: blur(@radius);*/
}
.image-content {
  margin-top: 140px;
  position: relative;
}
.image-text {
  margin-top: 100px;
  margin-bottom: 150px;
}
.blur-container {
  background: #333;
  position: relative;
  height: 280px;
  z-index: -1;
  overflow: hidden;
}
.blur-container__background {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  z-index: -2;
  opacity: 0.7;
}
.img-quickAdd {
  text-align: center;
  vertical-align: bottom;
  width: 385px;
  height: 385px;
  line-height: 385px;
  display: inline-block;
}
.img-quickAdd.line-hight-sm {
  height: auto !important;
}
.upload-img-cover.dark-square {
  background: black url(../images/content/upload-lg.png) no-repeat center center !important;
  opacity: 0.7;
  height: 100%;
  width: 100%;
}
.upload-img-cover.light-square {
  background-size: cover;
  background-image: url(../images/content/upload_square-lg.png);
}
.upload-img-cover.round {
  border: none !important;
  border-radius: 50%;
}
.imgCoverError {
  border: 1px solid red;
}
.imgIcon {
  width: 25px;
  background-color: transparent !important;
}
.progress-bar-image.dropzone-previews .preview .progress {
  bottom: 0;
  top: inherit;
  height: 3px;
}
.progress-bar-image.dropzone-previews .preview .progress .upload {
  background-color: #4611ea;
  border-radius: 0;
  background-image: none;
}
.image-info {
  width: calc(100% - 345px);
  height: 300px;
  position: relative;
}
@media (max-width: 640px) {
  .image-info {
    width: calc(100% - 200px);
  }
  .default-img-upload .content-img {
    font-size: 12px;
  }
}
.default-img-upload:not(.active):after {
  content: '+';
  color: #4611ea;
  position: absolute;
  font-size: 50px;
  font-weight: 300;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.default-img-upload.circle-plus:after {
  height: 36px;
  width: 36px;
  line-height: 20px;
  border: 6px solid #ececec;
  border-radius: 50%;
  font-size: 30px;
}
.default-img-upload.circle-plus.active:after {
  content: '' !important;
  border: none;
}
.default-img-upload .content-img {
  display: block;
}
.upload-img-blue {
  background-color: #4611ea !important;
}
.default-img-upload.upload-img-blue:not(.active):after {
  color: white !important;
  font-size: 35px;
  line-height: 35px;
  top: 58%;
  left: auto;
  text-align: center;
}
.default-img-upload:not(.background-white):not(.background-black) {
  background-color: #f6f6f6;
}
.circle-box {
  height: 30px !important;
  width: 30px !important;
  background-color: transparent;
}
.content-img {
  display: none;
}
.image-box {
  height: 80px;
  width: 200px;
}
.image-box .box-border {
  border: 6px solid #ececec;
}
.img-error {
  color: #ff6460;
  margin-top: 3px;
}
[class*="img-header-cover-"]:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: 0.5;
}
.img-header-cover-release:before {
  background: url(../images/content/album/album-cover.png) no-repeat center center;
  background-size: cover;
}
.img-header-cover-ringtone:before {
  background: url(../images/content/release/releaseType/ringtone-cover.png) no-repeat center center;
}
.img-header-cover-video:before {
  background: url(../images/content/release/releaseType/video-cover.png) no-repeat center center;
}
.img-content-resize img {
  max-height: 459px;
  max-width: 459px;
  height: auto;
}
@media (min-width: 992px) {
  .img-content-resize {
    width: 489px;
  }
}
.label {
  padding: 0.2em 0.6em 0.2em;
  margin-bottom: 5px;
  display: inline-block;
}
.label.wide {
  padding: 0.6em 0.8em 0.6em;
}
.label-default {
  font-weight: 400;
  color: black;
  font-size: 16px;
}
.label-default.transparent {
  background-color: transparent;
}
.label-sm {
  font-weight: 400;
  background-color: #1c1c1c;
  color: white;
  font-size: 12px;
  padding: 3px 10px;
  line-height: 1.5;
}
.label-sm.uppercase {
  font-size: 11px;
}
.round-corner {
  border-radius: 20px !important;
  text-transform: capitalize;
  margin-right: 35px;
  color: #707070;
  border: 1px solid #ececec;
  font-size: 16px;
  font-weight: 500;
  padding: 0.2em 15px 0.2em;
}
.round-corner:hover {
  border-color: #cecece;
  color: #707070;
}
.round-corner.green {
  border-color: #23db8b;
  color: #23db8b;
}
.text-success {
  color: #23db8b;
}
.text-success.underline {
  border-bottom: 1px solid #23db8b;
}
.required-astrix {
  color: #e93b47;
  font-size: 18px;
  vertical-align: inherit;
  line-height: 10px;
}
.text-on-image {
  position: absolute;
  top: 80px;
  width: 100%;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}
.text-on-image.content {
  top: 45px;
  left: 52px;
}
.content-text-image {
  position: absolute;
  top: 63%;
  width: 100%;
  font-weight: bold;
  color: #707070;
  font-size: 16px;
}
.labelCircle {
  width: 40px;
  height: 40px;
  background: #1c1c1c;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  vertical-align: central;
}
.panel {
  box-shadow: none;
  border-radius: 0;
}
.panel.panel-default {
  border: none;
  position: relative;
}
.panel-container {
  /*overflow: auto;*/
  padding: 0 30px 30px;
  margin-bottom: 30px;
  background-color: white;
}
/*panel group*/
.panel-group .panel-container {
  margin-bottom: 20px;
  padding: 0;
}
.panel-group {
  background-color: #ececec;
  margin: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
  padding: 30px 0;
}
.panel-group .item-panel {
  background-color: white;
  margin-top: 1px !important;
}
/******************************************/
.panel-container .panel {
  margin: 0;
  border: none;
}
.panel .panel-body {
  padding: 30px 0 0 0;
}
.panel .panel-body .cell {
  display: inline-block;
  vertical-align: text-top;
}
.panel .panel-body .panel-inner-title {
  font-size: 40px;
  line-height: 40px;
  color: #4611ea;
  margin: 30px 0 10px;
  font-weight: 300;
}
.panel .panel-body .panel-inner-sub-title {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: #1c1c1c;
  margin: 10px 0 20px;
}
.panel-heading {
  border-color: #ececec !important;
  padding: 15px 0px;
  font-size: 20px;
  position: relative;
  border-radius: 0;
}
.panel-heading.setting {
  display: inline-table;
  width: 100%;
}
.panel-heading.no-border-bottom {
  border-bottom: none;
}
.height-410 {
  height: 410px;
}
.line-break {
  display: block;
  width: 100%;
  margin: 0;
}
.panel-title {
  margin: 9px 0px 7px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
}
.panel .list-group-item {
  height: 50px;
  line-height: 16px;
  margin: 8px 0;
  padding: 0;
}
.panel .list-group-item:last-child {
  margin-bottom: 12px;
}
.panel-footer {
  padding: 10px 0px;
}
.panel.panel-temp .list-group .list-group-item {
  border: none;
  height: auto;
}
.panel.panel-temp .list-group .list-group-item .index {
  display: inline-block;
  width: 15px;
  color: #aaaaaa;
  font-size: 12px;
  vertical-align: top;
  margin-top: 10px;
}
.panel.panel-temp .list-group .list-group-item .item-info {
  display: inline-block;
  width: calc(100% - 19px);
  border-bottom: 1px solid #ececec;
}
.panel.panel-temp .list-group .list-group-item .item-info .title {
  font-weight: 500;
  height: 31px;
  line-height: 37px;
  font-size: 18px;
  color: #1c1c1c;
}
.panel.panel-temp .list-group .list-group-item .item-info .title .delta {
  font-size: 17px;
}
.panel.panel-temp .list-group .list-group-item .item-info .title .delta.increase {
  color: #23db8b;
}
.panel.panel-temp .list-group .list-group-item .item-info .title .delta.increase .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.panel.panel-temp .list-group .list-group-item .item-info .title .delta.decrease {
  color: #ffe5e5;
}
.panel.panel-temp .list-group .list-group-item .item-info .sub-title {
  font-weight: 300;
  font-size: 13px;
  height: 20px;
  color: #9C9A9A;
  margin-bottom: 12px;
}
.panel.panel-temp .img-cover {
  height: 378px;
  margin: 0 -9px;
}
.panel.panel-temp .cell-item {
  max-width: 150px;
}
.panel.panel-temp .widget {
  min-height: 57px;
}
.content .panel-heading {
  margin-left: -30px;
  margin-right: -30px;
  padding: 0px 38px 10px;
}
.content .panel-heading .panel-title {
  font-weight: bold;
}
.content .panel .panel-body .panel-inner-title {
  font-size: 50px;
  line-height: 50px;
  margin: 35px 0 10px;
}
.content .net-block {
  border-right: 1px solid #ececec;
  text-align: center;
  padding: 20px;
}
.content .panel-heading-content {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-left: -8px;
  border: none;
  margin-bottom: 16px;
}
.container-wide {
  float: none;
  margin: auto;
}
.arrow_box {
  overflow: inherit;
  background: white;
  border: 1px solid #e6e4e4;
}
.arrow_box.active {
  border: 1px solid #4611ea !important;
}
.arrow_box:after,
.arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: white;
  border-width: 13px;
  margin-top: -14px;
}
.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #e6e4e4;
  border-width: 15px;
  margin-top: -15px;
}
.active.arrow_box:before {
  border-left-color: #4611ea !important;
}
.right-panel {
  background-color: white;
  position: fixed;
  top: 0;
  height: 100%;
  width: 40%;
  padding: 30px;
  padding-top: 400px;
  right: 250px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .right-panel {
    right: 0;
    overflow: auto;
  }
}
.collapsible {
  padding-bottom: 0;
}
.no-padding-left {
  padding-left: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex-left {
  display: flex;
  justify-content: left;
}
.flex-right {
  display: flex;
  justify-content: right;
}
.auto-distro-help {
  position: relative;
  top: -35px;
  right: -120px;
}
.auto-distro-settings {
  min-width: 290px;
  max-width: 290px;
}
.panel-container-overview {
  /*overflow: auto;*/
  padding: 0 30px 30px 30px;
  margin-bottom: 30px;
  background-color: white;
  display: grid;
}
.split-panel {
  width: 50%;
}
.split-panel.left {
  padding-right: 10px;
  border-right: solid 10px #eeeeee;
}
.split-panel.right {
  padding-left: 30px;
  border-left: solid 10px #eeeeee;
}
@media (max-width: 1500px) {
  .wrap-text {
    word-break: break-word;
    white-space: pre-wrap;
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .wrap-text {
    word-break: break-word;
    white-space: pre-wrap;
    width: 150px;
  }
}
@media (max-width: 420px) {
  .split-panel {
    width: 100%;
  }
  .split-panel.left {
    padding-right: 10px;
    border-right: none;
  }
  .split-panel.right {
    padding-left: 10px;
    border-left: none;
  }
}
.view.active .affix {
  margin: 0;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9999;
  background: white;
  /*width: 100%;*/
  border-bottom: 1px solid #e6e4e4;
}
.view.active .affix-bar-tabs {
  border: none;
  background-color: transparent;
}
@media (min-width: 1200px) {
  .view.active .affix {
    top: 0;
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
  }
  .view.active.with-previous .affix {
    top: 0;
  }
}
@media (max-width: 767px) {
  .view.active .affix {
    left: 0px;
    right: 0px;
    padding-left: 0;
    padding-right: 0;
  }
  .view.active .affix-bar-tabs {
    position: relative;
    margin-left: -8px;
    margin-right: -8px;
    right: 0;
    left: 0;
    top: 0;
  }
}
/*----for IE 10 or 11-----*/
@media (min-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .view.active .affix {
    margin: 0;
    left: auto !important;
  }
}
@media (max-width: 1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .mp-pushed .view.active .affix {
    width: calc(100% - 230px);
    right: 35px;
    left: auto;
  }
}
/*----end query for IE------*/
.thumbnail {
  padding: 0 15px;
  width: 250px;
  border: none;
  margin: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 250px;
  border-radius: 0;
}
.thumbnail.auto-width {
  width: auto;
}
.thumbnail.small-width {
  width: 240px !important;
}
.thumbnail.small-width .focus-img {
  left: calc(50% - 58px);
}
.thumbnail.with-background .thumbnail-body,
.thumbnail.with-background .caption {
  background: white;
}
.thumbnail.with-background .caption {
  padding: 10px;
}
.thumbnail .focus-img {
  margin-top: 50px;
}
.thumbnail.thumbnail-xlarge {
  width: 178px;
}
.thumbnail .img-xl-container {
  position: relative;
}
.thumbnail .thumbnail-body.with-icons {
  height: 190px;
  position: relative;
}
.thumbnail .thumbnail-body.with-icons .icons-block {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.thumbnail .thumbnail-body.with-icons .icons-block img {
  padding: 0 5px;
}
.thumbnail .caption {
  padding: 10px 0;
  height: 62px;
}
.thumbnail .caption.empty-caption {
  height: 33px;
}
.thumbnail .caption.media {
  margin: 0;
}
.thumbnail .caption.media .pull-left {
  height: 42px;
}
.thumbnail .caption.media .pull-left div {
  text-align: center;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.thumbnail .caption .title {
  font-size: 18px;
  font-weight: 500;
}
.thumbnail .caption .sub-title {
  font-size: 15px;
  font-weight: 400;
  height: 18px;
}
.thumbnail .thumbnail-top {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 30px;
}
.thumbnail .thumbnail-top .thumbnail-top-checkbox {
  padding: 5px 0;
  color: #cecece;
}
.thumbnail .thumbnail-top .thumbnail-top-checkbox .checkbox,
.thumbnail .thumbnail-top .thumbnail-top-checkbox .radio {
  width: 14px;
  height: 14px;
  min-height: 14px;
  min-width: 14px;
}
.thumbnail .thumbnail-top .thumbnail-top-checkbox .checkbox .icons,
.thumbnail .thumbnail-top .thumbnail-top-checkbox .radio .icons {
  color: #cecece;
  height: 14px;
  width: 14px;
  line-height: 14px;
  font-size: 14px;
}
.thumbnail .thumbnail-top .thumbnail-top-action {
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #cecece;
  margin: 8px 0 0;
  background-image: url(../images/icons/arrows/arrow_actions.png);
  background-repeat: no-repeat;
  background-position: 0px;
}
.thumbnail .thumbnail-top .dropdown-menu {
  display: none;
  top: 22px;
  min-width: 150px;
}
.thumbnail .thumbnail-top .dropdown-menu li > a {
  text-transform: capitalize;
}
.thumbnail.with-hover:hover,
.thumbnail.selected {
  background: white !important;
  border: 1px solid #e1e1e1;
}
.thumbnail.with-hover:hover .thumbnail-top,
.thumbnail.selected .thumbnail-top {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail.with-hover:hover .thumbnail-top .open > .dropdown-menu,
.thumbnail.selected .thumbnail-top .open > .dropdown-menu {
  display: inline-block;
}
.thumbnail.tmpl-thumbnail .img-xxlarge {
  border: 2px #cecece dashed;
  background: white;
}
.thumbnail.with-fix-background {
  padding: 0;
  margin: 0 30px 30px 0;
  border: 1px solid #e6e4e4;
  border-radius: 8px;
}
.thumbnail.with-fix-background.thumbnail-xlarge .caption {
  padding: 8px 12px;
}
.thumbnail.with-fix-background .caption {
  background: white;
}
.thumbnail.thumbnail-carousel {
  width: 145px;
  margin: 10px;
  border: none;
}
.thumbnail:hover .thumbnail-on-hover,
.masonry-item:hover .thumbnail-on-hover,
.media:hover .thumbnail-on-hover {
  opacity: 1;
}
.thumbnail-on-hover {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #4611ea;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  -ms-transition: all 0.2s ease 0s;
  transition: all 0.2s ease-in 0s;
}
.thumbnail-on-hover .text-bottom {
  bottom: 0;
  width: 100%;
  position: absolute;
  padding: 30px;
  color: white;
  font-weight: 500;
}
.thumbnail-on-hover .text-bottom a {
  color: white;
  font-size: 14px;
  font-weight: 400;
}
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker-title {
  display: block;
  margin-top: 10px;
  padding-bottom: 4px;
  margin-bottom: 20px;
  text-align: left;
  border-bottom: solid 1px #ececec;
  margin-left: 20px;
  color: #a8a8a8;
}
.datepicker-parent:not(.disable-datepicker) .active span,
.datepicker-days:not(.disable-datepicker) .active span,
.datepicker-parent:not(.disable-datepicker) span.active,
.datepicker-days:not(.disable-datepicker) span.active,
.datepicker-parent:not(.disable-datepicker) .active span:hover,
.datepicker-days:not(.disable-datepicker) .active span:hover,
.datepicker-parent:not(.disable-datepicker) span.active:hover,
.datepicker-days:not(.disable-datepicker) span.active:hover,
.datepicker-parent:not(.disable-datepicker) .active.disabled span,
.datepicker-days:not(.disable-datepicker) .active.disabled span,
.datepicker-parent:not(.disable-datepicker) span.active.disabled,
.datepicker-days:not(.disable-datepicker) span.active.disabled,
.datepicker-parent:not(.disable-datepicker) .active.disabled span:hover,
.datepicker-days:not(.disable-datepicker) .active.disabled span:hover,
.datepicker-parent:not(.disable-datepicker) span.active.disabled:hover,
.datepicker-days:not(.disable-datepicker) span.active.disabled:hover {
  background: #341dbc;
  border-color: #341dbc;
  color: white;
}
.datepicker {
  padding: 0px;
  border-radius: 0px;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  direction: ltr;
}
.datepicker-inline {
  width: 100%;
}
.datepicker .datepicker-rtl {
  direction: rtl;
}
.datepicker .datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  opacity: initial;
  visibility: visible;
  padding: 10px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*& > thead:hover
        {
            .button-variant(@btn-success-color;  @btn-success-bg;    @btn-success-border  );
            
        }*/
}
.datepicker table thead {
  font-size: 16px;
  color: #1c1c1c;
}
.datepicker table thead tr > th {
  padding: 0;
}
.datepicker table thead tr td,
.datepicker table thead tr th {
  border-radius: 0px;
}
.datepicker table thead tr th.dow {
  color: #bbb;
  font-size: 12px;
  padding-bottom: 6px;
}
.datepicker table tr td,
.datepicker table tr th {
  font-size: 15px;
  color: #000;
  line-height: 15px;
  text-align: center;
}
.datepicker table tbody {
  font-size: 15px;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker .datepicker-days table tr td {
  padding: 1px !important;
}
.datepicker .datepicker-days table tr td span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.datepicker .datepicker-days table tr td.disabled,
.datepicker .datepicker-days table tr td.disabled:hover {
  visibility: hidden;
}
.datepicker .datepicker-months table tr td,
.datepicker .datepicker-days table tr td,
.datepicker .datepicker-years table tr td {
  padding: 0;
}
.datepicker .datepicker-months table tr td span,
.datepicker .datepicker-days table tr td span,
.datepicker .datepicker-years table tr td span {
  display: block;
  width: 32px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  float: left;
  margin: 1%;
  cursor: pointer;
  font-size: 13px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.datepicker .datepicker-months table tr td span:hover,
.datepicker .datepicker-days table tr td span:hover,
.datepicker .datepicker-years table tr td span:hover {
  background: white;
  border-color: #341dbc;
  color: #341dbc;
}
.datepicker .datepicker-months table tr td.disabled span,
.datepicker .datepicker-days table tr td.disabled span,
.datepicker .datepicker-years table tr td.disabled span,
.datepicker .datepicker-months table tr td span.disabled,
.datepicker .datepicker-days table tr td span.disabled,
.datepicker .datepicker-years table tr td span.disabled,
.datepicker .datepicker-months table tr td.disabled span:hover,
.datepicker .datepicker-days table tr td.disabled span:hover,
.datepicker .datepicker-years table tr td.disabled span:hover,
.datepicker .datepicker-months table tr td span.disabled:hover,
.datepicker .datepicker-days table tr td span.disabled:hover,
.datepicker .datepicker-years table tr td span.disabled:hover {
  background: none;
  color: #cecece;
  cursor: default;
  border: none;
}
.datepicker .datepicker-months table tr td.old,
.datepicker .datepicker-days table tr td.old,
.datepicker .datepicker-years table tr td.old,
.datepicker .datepicker-months table tr td.new,
.datepicker .datepicker-days table tr td.new,
.datepicker .datepicker-years table tr td.new {
  color: #bbb;
}
.datepicker .datepicker-months table tr td table,
.datepicker .datepicker-days table tr td table,
.datepicker .datepicker-years table tr td table {
  border-collapse: collapse;
}
.datepicker .datepicker-months table tr td th.datepicker-switch,
.datepicker .datepicker-days table tr td th.datepicker-switch,
.datepicker .datepicker-years table tr td th.datepicker-switch {
  font-size: 14px;
  color: #000;
  line-height: 15px;
  text-align: center;
  margin-bottom: 6px;
}
.datepicker .datepicker-months table tr td thead tr:first-child th,
.datepicker .datepicker-days table tr td thead tr:first-child th,
.datepicker .datepicker-years table tr td thead tr:first-child th,
.datepicker .datepicker-months table tr td tfoot tr th,
.datepicker .datepicker-days table tr td tfoot tr th,
.datepicker .datepicker-years table tr td tfoot tr th {
  cursor: pointer;
}
.datepicker .input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.datepicker .input-daterange input {
  text-align: center;
}
.datepicker .input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.datepicker .input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.datepicker .input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #f6f6f6;
  border: solid #ccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker .datepicker-dropdown.dropdown-menu {
  padding-top: 0;
  opacity: 1;
  visibility: visible;
  width: auto;
}
.datepicker .prev {
  border-right: 6px solid #341dbc;
  border-left: 0;
  float: left;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.datepicker .next {
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #341dbc;
}
.datepicker .datepicker-switch {
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}
.datepicker .prev,
.datepicker .next {
  height: auto;
  cursor: pointer;
  margin-top: 23px;
}
.start .prev + .datepicker-switch:before {
  content: 'Start ';
  font-weight: 500;
}
.end .prev + .datepicker-switch:before {
  content: 'End ';
  font-weight: 500;
}
.datepicker-apply {
  padding: 20px 10px 20px 25px;
}
.datepicker-apply .btn-sm {
  padding: 5px 20px;
}
.hideArrows .prev,
.hideArrows .next {
  visibility: hidden !important;
}
.hideArrows .replace-prev-arrow,
.hideArrows .replace-next-arrow {
  cursor: pointer;
  position: relative;
  top: 22px;
}
.hideArrows .replace-prev-arrow {
  left: 10px;
}
.hideArrows .replace-next-arrow {
  right: 10px;
}
.disable-datepicker .datepicker .datepicker-days table tr td span {
  cursor: default;
}
.disable-datepicker .day:not(.missing):not(.completed):not(.partial):not(.old):not(.new) span:hover {
  background-color: #f5f5f5 !important;
  color: black !important;
  border-color: #f5f5f5 !important;
}
.disable-datepicker .old span,
.disable-datepicker .new span {
  visibility: hidden;
}
/*.disable-datepicker .old span:hover, .disable-datepicker .new span:hover {
    background-color: transparent !important;
    color: transparent !important;
    border-color: transparent !important;
}*/
.disable-datepicker .popover {
  max-width: 100%;
  /* Max Width of the popover (depending on the container!) */
  border-radius: 0;
  min-width: 300px;
}
.missing span {
  background-color: #ff6460 !important;
  color: white !important;
}
.missing span:hover {
  background-color: #ff6460 !important;
  border-color: #f5f5f5 !important;
}
.completed span {
  background-color: #23db8b !important;
  color: white !important;
}
.completed span:hover {
  background-color: #23db8b !important;
  border-color: #f5f5f5 !important;
}
.partial span {
  background-color: #a8a8a8 !important;
  color: white !important;
}
.partial span:hover {
  background-color: #a8a8a8 !important;
  border-color: #f5f5f5 !important;
}
.legend .bullet {
  display: inline-block;
  margin-right: 10px;
}
.legend:nth-child(1) .bullet {
  background-color: #5cb176;
}
.legend:nth-child(2) .bullet {
  background-color: #eff1f3;
}
.legend:nth-child(3) .bullet {
  background-color: #2f3238;
}
.legend > div {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  width: 115px;
}
.highcharts-axis-labels span {
  font-family: "proxima-nova", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  color: #2e3138 !important;
}
/*.highcharts-legend-item span {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 85px;
}*/
/*shared tooltip*/
.series-container {
  margin: -7px;
  padding: 15px;
  background-color: white;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.series-container > div,
.series-container .pointY {
  color: #1c1c1c !important;
}
.series-container .title {
  margin-bottom: 5px;
  font-size: 14px;
}
.series-container .point-color {
  margin-right: 5px;
}
.series-container .large {
  font-size: 22px !important;
}
.series-container .content div {
  color: #a8a8a8 !important;
  font-weight: 400;
  font-size: 10px;
}
.series-container.map {
  width: 250px;
}
.series-container.map .padding-left-sm {
  padding-left: 15px !important;
}
.highcharts-tooltip > span {
  background: #1c1c1c;
  opacity: 1;
  border-radius: 3px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  padding: 5px 7px;
  min-width: inherit;
  min-height: inherit;
  line-height: inherit;
  border-radius: 0;
  z-index: 1000;
}
.highcharts-tooltip > span div {
  color: white;
}
.chart-with-type {
  width: calc(100% - 50px);
}
.column-chart-type {
  width: 50px;
  height: 410px;
}
.periodType {
  position: absolute;
  padding-top: 10px;
}
.periodType .item {
  cursor: pointer;
  padding: 3px 5px;
  margin-right: 15px;
  background-color: #f6f6f6;
}
.periodType .item.active,
.periodType .item:hover {
  background-color: #ececec;
  color: #1c1c1c;
}
.player-img-lg,
.player-img-md {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-img-lg:hover,
.player-img-md:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-img-lg {
  height: 70px;
  width: 70px;
  background-repeat: no-repeat;
}
.player-img-lg.play {
  background-image: url(../images/icons/media/icon-play.png);
}
.player-img-lg.play:hover {
  background-image: url(../images/icons/media/icon-play-over.png);
}
.player-img-lg.pause {
  background-image: url(../images/icons/media/icon-pause.png);
}
.player-img-lg.pause:hover {
  background-image: url(../images/icons/media/icon-pause-over.png);
}
.player-img-lg.new-release {
  background-image: url(../images/icons/media/new-release.png);
}
.player-img-md {
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
}
.player-img-md.play {
  background-image: url(../images/icons/media/icon-play-list.png);
}
.player-img-md.pause {
  background-image: url(../images/icons/media/icon-pause-list.png);
}
.player-img-white {
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
}
.player-img-white.play {
  background-image: url(../images/icons/media/btn-play.png);
}
.player-img-white.pause {
  background-image: url(../images/icons/media/btn-pause.png);
}
.player-on-img {
  height: 100%;
  width: 100%;
  position: absolute;
}
.player-on-img .player-img-lg,
.player-on-img .player-img-md {
  position: absolute;
  top: calc((100% - 70px ) /2);
  top: -moz-calc((100% - 70px ) /2);
  top: -webkit-calc((100% - 70px ) /2);
  top: -o-calc((100% - 70px ) /2);
  left: calc((100% - 70px ) /2);
  left: -moz-calc((100% - 70px ) /2);
  left: -webkit-calc((100% - 70px ) /2);
  left: -o-calc((100% - 70px ) /2);
}
.player-on-img .player-img-lg.play,
.player-on-img .player-img-md.play {
  opacity: 0;
  filter: alpha(opacity=0);
}
.player-on-img .player-img-lg.pause,
.player-on-img .player-img-md.pause {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-on-img:hover .player-img-lg.play,
.player-on-img:hover .player-img-md.play {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-on-img .player-img-lg.play:hover,
.player-on-img .player-img-md.play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-on-img .player-pager {
  position: absolute;
  top: calc(50% - 10px - ( 22px /2));
  top: -moz-calc(50% - 10px - ( 22px /2));
  top: -webkit-calc(50% - 10px - ( 22px /2));
  top: -o-calc(50% - 10px - ( 22px /2));
  font-size: 22px;
  margin: 10px;
  color: white;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.player-on-img .player-pager:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.player-on-img .player-pager.left {
  /*background-image: url(../images/icons/media/btn-prevoious.png);*/
  left: 0;
}
.player-on-img .player-pager.right {
  /*background-image: url(../images/icons/media/btn-next.png);*/
  right: 0;
}
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-mute-button {
  display: none;
}
input.transparent,
textarea.transparent {
  background: transparent;
  border: transparent;
  outline: none;
}
input.full-size,
textarea.full-size {
  width: 100%;
  height: 100%;
}
.input-pair div:first-child {
  padding-right: 0.5px;
}
.input-pair div:last-child {
  padding-left: 0;
}
.form-group.fix-size {
  display: inline-block;
  width: 200px;
  margin-right: 15px;
  vertical-align: top;
  padding-top: 2px;
}
.radio-group {
  display: inline-block;
  margin-right: 20px;
  height: 40px;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 48px;
}
.background-gray-light,
.hover-gray:hover {
  background-color: #f6f6f6 !important;
}
.background-gray {
  background-color: #ececec !important;
}
.background-gray-dark {
  background-color: #1c1c1c !important;
}
.background-gray-darker {
  background-color: #dadada !important;
}
.background-black {
  background-color: black !important;
}
.background-white,
.background-white .disabled {
  background-color: white !important;
}
.background-transparent {
  background: transparent !important;
}
.background-blue-dark {
  background: #4611ea !important;
}
.background-green {
  background: #23db8b;
}
.background-red {
  background: #ff6460;
}
.background-yellow {
  background: #e8c607;
}
.bg-success {
  background-color: #23db8b;
}
.no-bg-on-focus::selection {
  background: none;
  /* WebKit/Blink Browsers */
}
.no-bg-on-focus::-moz-selection {
  background: none;
  /* Gecko Browsers */
}
.form-default .control-label {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-default .control-label:not(.normalCase):first-letter {
  text-transform: capitalize;
}
.form-default .control-value {
  margin: 0 8px;
  min-height: 50px;
  line-height: 50px;
  background: #f9f9f9;
  padding: 0 15px;
  font-weight: 400;
  border-radius: 0;
}
.form-default .form-group {
  margin-bottom: 25px;
}
.form-default .ui-input,
.form-default .selectize-input {
  font-size: 14px;
  background-color: #f6f6f6;
  border-radius: 0;
  border: 1px solid #f6f6f6;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  vertical-align: middle;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #1c1c1c;
}
.form-default .ui-input:not(textarea),
.form-default .selectize-input:not(textarea) {
  min-height: 50px;
}
.form-default .ui-input .major-input,
.form-default .selectize-input .major-input {
  width: 332px;
}
.form-default .ui-input .input-group-addon,
.form-default .selectize-input .input-group-addon,
.form-default .ui-input.input-group-addon,
.form-default .selectize-input.input-group-addon {
  border: none;
}
.form-default .ui-input.has-error:not(.selectize-control):not(.selectize-dropdown) {
  border: 1px solid #ff6460 !important;
}
.form-default .input-group.has-error .ui-input.has-error {
  border: none !important;
}
.form-default .input-in-group .minor-input .selectize-input,
.form-default .input-in-group .minor-input input,
.form-default .input-in-group .major-input .selectize-input,
.form-default .input-in-group .major-input input {
  border: none;
}
.form-default .minor-input {
  width: 30%;
  border-right: 1px solid white;
}
.form-default .major-input {
  width: 70%;
}
.form-default .minor-input .control-label,
.form-default .major-input .control-label {
  margin: 10px 0 0;
}
.form-default .minor-input .validationMessage,
.form-default .major-input .validationMessage {
  display: inline-block;
}
.form-default .ui-input input[type=text],
.form-default input,
.form-default .selectize-input input {
  height: 100%;
  width: 100%;
  line-height: normal;
  font-size: 14px !important;
  padding: 0 15px 0 30px;
}
.form-default .ui-input input[type=text]::-webkit-input-placeholder,
.form-default input::-webkit-input-placeholder,
.form-default .selectize-input input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #a8a8a8;
}
.form-default .ui-input input[type=text]:-moz-placeholder,
.form-default input:-moz-placeholder,
.form-default .selectize-input input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a8a8a8;
}
.form-default .ui-input input[type=text]::-moz-placeholder,
.form-default input::-moz-placeholder,
.form-default .selectize-input input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a8a8a8;
}
.form-default .ui-input input[type=text]:-ms-input-placeholder,
.form-default input:-ms-input-placeholder,
.form-default .selectize-input input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #a8a8a8;
}
.form-default .ui-input input[type=text]:focus,
.form-default input:focus,
.form-default .selectize-input input:focus {
  outline: 0;
}
.form-default .ui-input input[type=text][disabled],
.form-default input[disabled],
.form-default .selectize-input input[disabled],
.form-default .ui-input input[type=text][readonly],
.form-default input[readonly],
.form-default .selectize-input input[readonly] {
  cursor: auto;
}
.form-default .ui-input input[type=text][disabled]:hover,
.form-default input[disabled]:hover,
.form-default .selectize-input input[disabled]:hover,
.form-default .ui-input input[type=text][readonly]:hover,
.form-default input[readonly]:hover,
.form-default .selectize-input input[readonly]:hover {
  border-color: none !important;
}
.form-default .input-in-group > * {
  float: left;
  border-radius: 0;
}
.form-default .input-in-group > * input {
  background-color: #f6f6f6;
}
.form-default .input-group.has-error .validationMessage {
  position: absolute;
  bottom: -21px;
}
.form-default .input-group.has-error .has-error {
  border: none !important;
}
.form-default .input-group .ui-input:not(.with-button) {
  border-radius: 0;
  border-width: 0 1px 0 0;
  height: 45px;
}
.form-default .input-group input:focus {
  border: 1px solid #4611ea;
}
.form-default input[type=text] {
  line-height: 18px;
}
.form-default .ui-input:focus,
.form-default .selectize-input.focus,
.form-default .input-in-group.ui-state-active {
  border-color: #4611ea !important;
}
.form-default .multiple .selectize-input {
  line-height: 35px;
}
.form-default .slimScrollDiv .nav-side-image a {
  border-color: transparent;
}
.form-default .input-group-btn .btn-default {
  height: 45px;
  background-color: #ececec;
  border: 1px solid #a8a8a8;
  text-transform: uppercase;
  color: #7c7c7c;
  font-size: 12px;
}
.form-default .select-container .selectize-control.single .selectize-input.input-active {
  background-color: #f9f9f9;
}
.form-default .input-sm,
.form-default .select-sm .selectize-input {
  height: 30px !important;
  line-height: 30px;
  min-height: 30px !important;
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .form-default .slimScrollDiv,
  .form-default .slimScrollDiv ul {
    height: auto !important;
    max-height: 350px;
  }
}
.white {
  color: white;
}
.input-pagination {
  display: inline;
  padding: 1px 3px;
  background-color: white;
}
.input-pagination input {
  line-height: 15px;
  width: 10px;
  min-width: 10px;
  outline: none;
  border: none;
  padding: 0;
}
input::-ms-clear {
  display: none;
}
.validationMessage {
  margin-top: 3px;
  color: white;
  background-color: #ff6460;
  padding: 0 5px;
  display: table;
  font-size: 12px;
  line-height: 17px;
}
.change-password-required {
  width: 650px;
  margin: 0 auto;
  position: relative;
}
/*.icon-row {
    border: solid 1px gray;
}*/
.required-change-title {
  color: red;
  font-size: 18px;
  margin: 10px 0 30px 0;
}
.required-change {
  font-size: 16px !important;
  font-weight: 500;
  margin: 0 auto;
  width: 500px;
}
.delta .increase {
  vertical-align: middle;
  width: 9px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 4px;
  background: url(../images/icons/arrows/arrow-positiv.png) no-repeat center center;
}
.delta .increase-large {
  vertical-align: middle;
  width: 11px;
  height: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 4px;
  background: url(../images/icons/arrows/arrow-positiv-large.png) no-repeat center center;
}
.delta .decrease {
  vertical-align: middle;
  width: 9px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 4px;
  background: url(../images/icons/arrows/arrow-negativ.png) no-repeat center center;
}
.delta .decrease-large {
  vertical-align: middle;
  width: 11px;
  height: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 4px;
  background: url(../images/icons/arrows/arrow-negativ-large.png) no-repeat center center;
}
.calendar-icon {
  background-image: url(../images/icons/calendar.png);
  width: 18px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
}
.calendar-icon:hover,
.calendar-icon.active {
  background-image: url(../images/icons/calendar-hover.png);
}
.calander-icon-input {
  padding-right: 30px !important;
  background: #f6f6f6 url(../images/icons/calendar.png) no-repeat 97% center !important;
  cursor: pointer;
}
.clock-icon-input {
  padding-right: 30px !important;
  background: #f6f6f6 url(../images/icons/clock.png) no-repeat 97% center !important;
  cursor: pointer;
}
.calander-icon-input-sm {
  padding-right: 30px !important;
  background: #f6f6f6 url(../images/icons/calendar-sm.png) no-repeat 97% center !important;
  cursor: pointer;
}
.grid-icon {
  margin-top: 6px;
  background-image: url(../images/icons/grid.png);
  width: 18px;
  height: 17px;
  background-repeat: no-repeat;
  display: inline-block;
}
.grid-icon:hover,
.grid-icon.active {
  background-image: url(../images/icons/grid-hover.png);
}
.group-icon {
  margin-top: 6px;
  background-image: url(../images/icons/group.png);
  width: 18px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
}
.group-icon:hover,
.group-icon.active {
  background-image: url(../images/icons/group-hover.png);
}
.list-icon {
  margin-top: 6px;
  background-image: url(../images/icons/list.png);
  width: 15px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
}
.list-icon:hover,
.list-icon.active {
  background-image: url(../images/icons/list-hover.png);
}
.close-icon {
  background-image: url(../images/icons/close.png);
  width: 23px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
}
.close-icon:hover,
.close-icon.active {
  background-image: url(../images/icons/close-hover.png);
}
.close-icon.right {
  top: 6px;
  position: relative;
  float: right;
  right: 6px;
}
.drag-icon {
  background-image: url(../images/icons/drag.png);
  width: 23px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.drag-icon:hover,
.drag-icon.active {
  background-image: url(../images/icons/drag-hover.png);
}
.plus-icon {
  background-image: url(../images/icons/plus.png);
  width: 23px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.plus-icon:hover,
.plus-icon.active {
  background-image: url(../images/icons/plus-hover.png);
}
.plus-icon.wide {
  width: 200px;
}
.play-icon-list {
  background-image: url(../images/icons/plays_icon_list.png);
  width: 8px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
}
.like {
  background-image: url(../images/icons/like_icon.png);
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
}
.icons-content-mini {
  display: block !important;
  width: 26px;
  height: 23px;
  background-repeat: no-repeat;
  display: inline-block;
}
.icons-content-mini.track {
  background-image: url(../images/content/track/track-mini.png);
}
.icons-content-mini.release {
  background-image: url(../images/content/release/release-mini.png);
}
.icons-content-mini.artist {
  background-image: url(../images/content/artist/artist-mini.png);
}
.icons-content-mini.album {
  background-image: url(../images/content/album/album-mini.png);
}
.round-close-white-icon {
  margin-top: 23px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../images/icons/close-white.png);
}
.round-close-white-icon:hover {
  background-image: url(../images/icons/close-white-on.png);
}
.v-icon {
  padding-right: 30px !important;
  background: transparent url(../images/icons/v-icon.png) no-repeat 98% center !important;
}
.v-icon-big {
  width: 75px;
  height: 52px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/V_big.png) center center no-repeat !important;
}
.v-icon-blue {
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/v-icon-blue.png) center center no-repeat !important;
}
.icon-mini-play-overview {
  width: 13px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/content/play_dark.png) center center no-repeat !important;
  margin-left: -38px;
  margin-right: 20px;
  margin-top: 4px;
}
.icon-mini-play-overview.play-light {
  background: url(../images/content/icon-mini-play-overview.png) center center no-repeat !important;
}
.icon-info-list {
  width: 29px;
  height: 29px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/info.png) no-repeat center center !important;
}
.icon-info-list:hover {
  background: url(../images/icons/info_hover.png) no-repeat center center !important;
}
.icon-error-popover {
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/error.png) no-repeat center center !important;
  margin-top: 25px;
}
#artistTracks .close-icon {
  visibility: hidden;
}
#selectedTracks .close-icon {
  visibility: visible;
}
.icon-more-list {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/stores/more-gray-light.png) no-repeat center center !important;
}
.icon-more-list:hover {
  background: url(../images/icons/stores/more-gray.png) no-repeat center center !important;
}
.icon-error {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/error_icon.png) no-repeat center center !important;
}
.trash {
  width: 16px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/trash-normal.png) no-repeat center center !important;
}
.trash:hover {
  background: url(../images/icons/trash-hover.png) no-repeat center center !important;
}
.icon-sign {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/icon_sign.png) no-repeat center center !important;
}
.icon-sign:hover {
  background: url(../images/icons/icon_sign_hover.png) no-repeat center center !important;
}
.plus-icon-green {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/add_green.png) no-repeat center center !important;
  vertical-align: bottom;
  margin-left: 8px;
}
.plus-icon-green:hover {
  background: url(../images/icons/add_green-hover.png) no-repeat center center !important;
}
.conversionCard {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin-left: 8px;
}
.share-icon {
  height: 114px;
}
@media only screen and (max-width: 670px) {
  .share-icon {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.facebook-icon {
  height: 114px;
  background: url(../images/icons/social/fb-114_off.png) no-repeat center center !important;
}
@media only screen and (max-width: 670px) {
  .facebook-icon {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.facebook-icon:hover {
  background: url(../images/icons/social/fb-114_hover.png) no-repeat center center !important;
  height: 114px;
}
@media only screen and (max-width: 670px) {
  .facebook-icon:hover {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.twitter-icon {
  height: 114px;
  background: url(../images/icons/social/twitter-114_off.png) no-repeat center center !important;
}
@media only screen and (max-width: 670px) {
  .twitter-icon {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.twitter-icon:hover {
  background: url(../images/icons/social/twitter-114_hover.png) no-repeat center center !important;
  height: 114px;
}
@media only screen and (max-width: 670px) {
  .twitter-icon:hover {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.tumblr-icon {
  height: 114px;
  background: url(../images/icons/social/t-114_off.png) no-repeat center center !important;
}
@media only screen and (max-width: 670px) {
  .tumblr-icon {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.tumblr-icon:hover {
  background: url(../images/icons/social/t-114_hover.png) no-repeat center center !important;
  height: 114px;
}
@media only screen and (max-width: 670px) {
  .tumblr-icon:hover {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.google-icon {
  height: 114px;
  background: url(../images/icons/social/google_114_off.png) no-repeat center center !important;
}
@media only screen and (max-width: 670px) {
  .google-icon {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.google-icon:hover {
  background: url(../images/icons/social/google-114_hover.png) no-repeat center center !important;
  height: 114px;
}
@media only screen and (max-width: 670px) {
  .google-icon:hover {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.mail-icon {
  height: 114px;
  background: url(../images/icons/social/mail_114_off.png) no-repeat center center !important;
}
@media only screen and (max-width: 670px) {
  .mail-icon {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
.mail-icon:hover {
  background: url(../images/icons/social/mail-114_hover.png) no-repeat center center !important;
  height: 114px;
}
@media only screen and (max-width: 670px) {
  .mail-icon:hover {
    background-size: 80px 80px !important;
    height: 80px;
  }
}
#parent {
  height: 100px;
  width: 500px;
  overflow: hidden;
  background: blue;
}
.confirm {
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.confirm.pos {
  background: url(../images/icons/v-icon.png) no-repeat center center !important;
  width: 18px;
  height: 13px;
}
.confirm.neg {
  background: url(../images/icons/x-icon.png) no-repeat center center !important;
  width: 16px;
  height: 16px;
}
.none-pricing-dsp {
  width: calc(33% - 2px);
  display: inline-block;
}
@media only screen and (max-width: 896px) {
  .none-pricing-dsp {
    width: 100%;
    display: inline-block;
  }
}
.dropdown-toggle,
.collapseToggle .dropdown-toggle[aria-expanded="false"] {
  background: transparent url(../images/icons/arrows/arrow_selectbox.png) no-repeat right center;
  margin-right: 8px;
}
.dropdown-toggle-white {
  background: transparent url(../images/icons/arrows/v-action-white.png) no-repeat 90% center;
}
.open .dropdown-toggle,
.collapseToggle .dropdown-toggle[aria-expanded="true"] {
  background: transparent url(../images/icons/arrows/arrow_selectbox_up.png) no-repeat right center;
}
.open .dropdown-toggle-white {
  background: transparent url(../images/icons/arrows/arrow_selectbox_white.png) no-repeat 90% center;
}
.arrow-drop-down:after,
.arrow-drop-up:after {
  content: ' ';
  position: absolute;
  top: 42%;
  width: 0;
  height: 0;
  border-style: solid;
  left: -30px;
  margin-left: 30px;
}
.arrow-drop-down:after {
  border-width: 5px 0px 5px 8px;
  border-color: transparent transparent transparent #1c1c1c;
}
.arrow-drop-up:after {
  border-width: 8px 5px 0px 5px;
  border-color: #1c1c1c transparent transparent transparent;
}
.collapsible .arrow-drop-down,
.collapsible .arrow-drop-up {
  padding-left: 30px;
}
.collapsible .track-list.arrow-drop-down:after,
.collapsible .track-list.arrow-drop-up:after {
  margin-left: 30px;
}
.arrow-right {
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/arrow_right.png) no-repeat center center !important;
}
.arrow-right-white {
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/arrow_right_white.png) no-repeat center center !important;
}
.arrow-right-blue {
  width: 16px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/blue_arrow.png) no-repeat center center !important;
}
.arrow-left {
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/arrow_left.png) no-repeat center center !important;
}
.arrow-left-white {
  width: 7px;
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/arrow_left_white.png) no-repeat center center !important;
}
.arrow-left-black {
  margin-left: -28px;
  margin-top: 16px;
  float: left;
  width: 20px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-bottom: 2px;
  background-image: url(../images/icons/arrows/arrow_left_black.png) !important;
}
.next-arrow {
  width: 16px;
  height: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/icon_next.png) no-repeat center center !important;
}
.next-arrow-lg {
  width: 22px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/icon_next_lg.png) no-repeat center center !important;
}
.prev-arrow {
  width: 16px;
  height: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/icon_prev.png) no-repeat center center !important;
}
.prev-arrow-lg {
  width: 22px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/icon_prev_lg.png) no-repeat center center !important;
}
.arrow-blue-small {
  width: 9px;
  height: 7px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/blue_small_arrow.png) no-repeat center center !important;
}
.icon-edit-pen {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/billing/icon-edit-normal.png) no-repeat center center !important;
}
.icon-edit-pen:hover {
  background: url(../images/icons/billing/icon-edit-hover.png) no-repeat center center !important;
}
.help-icon {
  display: inline-block;
  padding: 3px 6px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  background-color: #00b8e9;
  border-radius: 50%;
  margin-left: 3px;
}
.help-icon:after {
  content: '?';
}
.icon-text {
  display: inline-block;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: white;
  border-radius: 50%;
  margin-left: 3px;
  width: 24px;
  height: 24px;
  text-align: center;
}
.question-mark {
  background-color: #00b8e9;
}
.question-mark:after {
  content: '?';
}
.warning {
  background-color: #e8c607;
}
.warning:after {
  content: '!';
}
.loading-result {
  height: 24px;
  width: 24px;
  animation: rotate 0.8s infinite linear;
  border: 4px solid #341dbc;
  border-right-color: transparent;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}
.icon-close-modal {
  width: 13px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/icon-close-modal-normal.png) no-repeat center center !important;
  opacity: 1;
}
.icon-close-modal:hover {
  background: url(../images/icons/icon-close-modal-hover.png) no-repeat center center !important;
}
.asterisk:not(.has-error) {
  background: white url(../images/icons/asterisk.png) no-repeat 98% center !important;
}
.input-search {
  padding-right: 30px !important;
  background: #f6f6f6 url(../images/icons/search_icon.png) no-repeat 95% center !important;
}
.icon-wave {
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../images/content/track/wave.png);
  height: 80px;
  width: 98%;
  background-size: cover;
  bottom: 13px;
  left: 1%;
  position: absolute;
}
.cursor-move-hover:hover {
  cursor: move;
}
.icon-setting {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/setting.png) no-repeat center center !important;
}
.icon-setting:hover {
  background: url(../images/icons/setting_hover.png) no-repeat center center !important;
}
.icon-revelator {
  width: 30px;
  height: 10px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 32px;
  background: url(../images/revelator_logo_medium_30px.png) no-repeat center center !important;
}
.icon-warning {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/alert_icon.png) no-repeat center center !important;
}
.icon-warning-red {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/alert_icon-red.png) no-repeat center center !important;
}
.icon-info-data {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/icon_important.png) no-repeat center center !important;
}
.header-arrow {
  margin: 30px;
  height: 40px;
}
.icon-arrow-down:before {
  content: url(../images/icons/arrows/ascending_descending_icon.png) !important;
  padding-right: 5px;
}
.icon-arrow-up:before {
  content: url(../images/icons/arrows/descending_ascending_icon.png) !important;
  padding-right: 5px;
}
.icon-resize-vertical {
  vertical-align: middle !important;
}
.icon-resize-vertical:before {
  content: url(../images/icons/arrows/resize_vertical_icon.png) !important;
  padding-right: 5px;
}
.icon-mobile {
  width: 18px;
  height: 25px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/content/release/releaseType/mobile_icon.png) no-repeat center center !important;
  margin-top: 9px;
}
.icon-mobile.white {
  background: url(../images/content/release/releaseType/ringtone_white_icon.png) no-repeat center center !important;
}
.icon-track {
  width: 17px;
  height: 18px;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-track.white {
  background: url(../images/content/track__white_icon.png) no-repeat center center !important;
}
.icon-video {
  width: 27px;
  height: 14px;
  background-repeat: no-repeat;
  display: inline-block;
}
.icon-video.white {
  background: url(../images/content/video_white_icon.png) no-repeat center center !important;
}
.recording {
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/content/recording_agreement.png) no-repeat center center !important;
}
.recording.white {
  background: url(../images/content/recording_agreement_white.png) no-repeat center center !important;
}
.icon-album-nav {
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-left: -30px;
  margin-right: 20px;
  background: url(../images/content/release/icon_album_nav.png) no-repeat center center;
}
.icon-track-nav {
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-left: -30px;
  margin-right: 20px;
  background: url(../images/content/track/icon_track_nav.png) no-repeat center center;
}
.icon-ringtone-nav {
  width: 20px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-left: -30px;
  margin-right: 20px;
  background: url(../images/content/release/releaseType/icon_ringtone_nav.png) no-repeat center center;
}
.icon-video-nav {
  width: 30px;
  height: 15px;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: text-top;
  margin-left: 20px;
  margin-left: -30px;
  margin-right: 20px;
  background: url(../images/content/release/releaseType/icon_video_nav.png) no-repeat center center;
}
.btn-tab:hover .icon-album-nav {
  background: url(../images/content/release/icon_album_hover_nav.png) no-repeat center center !important;
}
.btn-tab:hover .icon-track-nav {
  background: url(../images/content/track/icon_track_hover_nav.png) no-repeat center center !important;
}
.btn-tab:hover .icon-ringtone-nav {
  background: url(../images/content/release/releaseType/icon_ringtone_hover_nav.png) no-repeat center center !important;
}
.btn-tab.selected-tab .icon-ringtone-nav,
.icon-ringtone-nav.selected-tab {
  background: url(../images/content/release/releaseType/icon_ringtone_active_nav.png) no-repeat center center !important;
}
.btn-tab:hover .icon-video-nav {
  background: url(../images/content/release/releaseType/icon_video_hover_nav.png) no-repeat center center !important;
}
.btn-tab.selected-tab .icon-video-nav,
.icon-video-nav.selected-tab {
  background: url(../images/content/release/releaseType/icon_video_active_nav.png) no-repeat center center !important;
}
.btn-tab.selected-tab .icon-track-nav,
.icon-track-nav.selected-tab {
  background: url(../images/content/track/icon_track_active_nav.png) no-repeat center center !important;
}
.btn-tab.selected-tab .icon-album-nav,
.icon-album-nav.selected-tab {
  background: url(../images/content/release/icon_album_active_nav.png) no-repeat center center !important;
}
.icon-cancel {
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/x-icon.png) no-repeat center center !important;
}
.icon-cancel-sm {
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/x-icon-sm.png) no-repeat center center !important;
}
.icon-checkmark {
  width: 18px;
  height: 13px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/checkmark_icon.png) no-repeat center center !important;
}
/*analytics*/
.areaChart {
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  background: url('../images/icons/analytics/areaChart_btn.png') no-repeat center center;
}
.areaChart:last-child {
  border-bottom: 1px solid #ececec;
}
.areaChart:first-child {
  border-top: none;
}
.areaChart:hover,
.areaChart.active {
  background-color: #f6f6f6 !important;
}
.barChart {
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  background: url('../images/icons/analytics/barChart_btn.png') no-repeat center center;
}
.barChart:last-child {
  border-bottom: 1px solid #ececec;
}
.barChart:first-child {
  border-top: none;
}
.barChart:hover,
.barChart.active {
  background-color: #f6f6f6 !important;
}
.lineChart {
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  background: url('../images/icons/analytics/lineChart_btn.png') no-repeat center center;
}
.lineChart:last-child {
  border-bottom: 1px solid #ececec;
}
.lineChart:first-child {
  border-top: none;
}
.lineChart:hover,
.lineChart.active {
  background-color: #f6f6f6 !important;
}
.icon-plus-green-sm {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/icon_plus_green-sm.png) no-repeat center center !important;
}
.icon-minus-red-sm {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/icon_minus_red-sm.png) no-repeat center center !important;
}
.icon-download-audio {
  width: 9px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/arrows/icon_download_audio.png) no-repeat center center !important;
}
.icon-download-audio:hover {
  background: url(../images/icons/arrows/icon_download_audio_hover.png) no-repeat center center !important;
}
.icon-email {
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/email_icon.png) no-repeat center center !important;
}
/************************for buttons************************/
.icon-export {
  width: 24px;
  height: 17px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/export_icon.png) no-repeat center center !important;
}
.icon-plus-split {
  width: 23px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/buttons/icon_plus-split.png) no-repeat center center !important;
}
.icon-mail-button {
  width: 24px;
  height: 22px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/email-white.png) no-repeat center center !important;
}
/************************************************************/
/*********************emails******************************/
.icon-mail-delivered {
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/email/email_delivered.png) no-repeat center center !important;
}
.icon-mail-notsend {
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/email/email_notsend.png) no-repeat center center !important;
}
.icon-mail-inprogress {
  width: 22px;
  height: 19px;
  background-repeat: no-repeat;
  display: inline-block;
  background: url(../images/icons/email/email_inprogress.png) no-repeat center center !important;
}
/*********************************************************/
.tooltip {
  white-space: normal;
}
.tooltip-inner {
  max-width: 300px;
  padding: 10px;
  font-size: 14px;
  border-radius: 0;
  background-color: #1c1c1c;
  opacity: 1;
  text-transform: none;
}
.tooltip-inner:first-letter {
  text-transform: capitalize;
}
.align-left + .tooltip .tooltip-inner {
  text-align: left !important;
}
.popover {
  border-radius: 4px;
  font-size: 14px !important;
  max-width: 350px;
  border-color: #ececec;
}
.popover .popOver-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.popover .col-error {
  height: 100px;
  padding: 0 15px;
  margin: -10px 0 -1px -15px;
  border-radius: 4px 0 0 4px;
}
.popover .popover-content {
  padding: 15px 25px;
}
.valid::before {
  content: '✓' !important;
  /* Green checkmark when valid */
  color: green !important;
  margin-right: 10px;
}
.notification-pop .popover {
  left: -20% !important;
  top: 100%;
  padding: 5px 5px 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.notification-pop .popover .arrow {
  left: 25%;
}
.notification-pop.right .popover {
  left: -40% !important;
}
.notification-pop.right .popover .arrow {
  left: 85%;
}
.speech-bubble {
  position: absolute;
  width: 240px;
  height: 135px;
  padding: 10px;
  margin: 30px 0 0 30px;
  background-color: #FFF;
  color: #666;
  font: normal 12px "Segoe UI", Arial, Sans-serif;
  border-radius: 10px;
  border: 1px solid black;
  left: 10px;
  z-index: 10;
}
.speech-bubble.sign-up {
  top: 35px;
  left: -40px;
  z-index: 10;
}
.speech-bubble ul {
  padding-left: 10px;
  list-style: none;
}
.speech-bubble ul li {
  margin-bottom: 5px;
  color: black;
  font-size: 13px;
  font-weight: 400;
}
.speech-bubble ul li::before {
  content: '\58';
  /* Default gray dot */
  color: red;
  font-weight: 600;
  margin-right: 10px;
}
.jvectormap-tip {
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  border: none;
  border-radius: 0;
  padding: 3px 5px;
}
.jvectormap-tip .name {
  padding: 6px 10px;
  font-size: 11px;
  text-transform: uppercase;
  /*border-bottom: 1px solid @gray-darker;*/
  margin-right: -3px;
  margin-left: -3px;
}
.jvectormap-tip .map-tooltip-box {
  padding: 20px 8px;
  width: 90px;
  margin-bottom: -3px;
  border-right: 1px solid #1c1c1c;
}
.jvectormap-tip .map-tooltip-box .title {
  font-size: 15px;
}
.jvectormap-tip .map-tooltip-box .sub-title {
  font-size: 10px;
  color: gray;
  text-transform: uppercase;
}
.jvectormap-tip .map-tooltip-box .sub-title .number {
  font-size: 17px;
  font-weight: 600;
}
.jvectormap-tip .row {
  margin: 0;
}
.jvectormap-tip .row > div[class*="col-"] {
  padding: 0;
}
.map-zoomin {
  top: 40px;
  background: url(../images/icons/zoomIn_normal.png) no-repeat center center !important;
}
.map-zoomin:hover {
  background: url(../images/icons/zoomIn_hover.png) no-repeat center center !important;
}
.map-zoomout {
  top: 80px;
  background: url(../images/icons/zoomOut_normal.png) no-repeat center center !important;
}
.map-zoomout:hover {
  background: url(../images/icons/zoomOut_hover.png) no-repeat center center !important;
}
.map-zoomin,
.map-zoomout {
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  right: 30px;
  left: auto;
  color: transparent;
  position: absolute;
  cursor: pointer;
}
.mapTotal {
  position: absolute;
  top: 38px;
  right: 100px;
}
.sortable-placeholder {
  background: #f6f6f6;
  height: 70px;
  width: 100%;
}
.handle:hover {
  cursor: move;
}
.tabel-list.auto-over {
  overflow: auto !important;
}
.tabel-list tbody > tr > td {
  padding: 20px;
  border-color: #ececec;
}
.tabel-list tbody > tr > td.short {
  padding: 10px 38px;
}
.tabel-list tbody > tr:hover > th,
.tabel-list tbody > tr:hover > td {
  background-color: transparent;
}
.tabel-list tbody > tr:hover > td {
  color: #11ad5f;
}
.tabel-list tbody > tr > th {
  font-size: 17px;
  border-top: none !important;
  padding-left: 20px;
  border-bottom: 1px solid #a8a8a8;
}
.tabel-list.no-hover tbody > tr:hover > td {
  color: inherit;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pricing-table {
  font-size: 13px;
}
.pricing-table > div[class*="col-"] ._hover {
  height: 630px;
  padding: 0 15px;
}
.pricing-table > div[class*="col-"]:hover .visible-hover {
  opacity: 1 !important;
}
.pricing-table > div[class*="col-"]:hover .invisible-hover {
  opacity: 0;
}
.pricing-table > div[class*="col-"] .highlight {
  background-color: white;
}
.pricing-table > div[class*="col-"] .bottom-block {
  padding: 15px 40px;
  left: 0;
}
.pricing-table > div[class*="col-"] .bottom-block .visible-hover {
  opacity: 0;
}
.pricing-table .xxx-large {
  font-size: 50px;
  font-weight: 200;
}
.pricing-table .large {
  font-size: 24px;
}
.pricing-table ul {
  line-height: 2;
}
.table td {
  border-color: #ececec !important;
}
.table td.border-darker {
  border-color: #1c1c1c !important;
}
.background-gray-light .table-content.tabel-hover {
  background-color: transparent !important;
}
.background-gray-light .table-content.tabel-hover tbody td {
  border-color: #dadada !important;
}
.background-gray-light .table-content.tabel-hover tbody tr:hover {
  background-color: #ececec !important;
}
.sie-seperate {
  padding: 5px 15px !important;
}
.suggestion {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.suggestion.selected {
  background-color: #4611ea;
  color: white;
}
.suggestion.empty {
  background-color: red;
  color: white;
}
#errors .link-cursor.parent {
  background-color: white !important;
}
#errors .link-cursor.children {
  background-color: #f6f6f6 !important;
}
#errors .error-seperator {
  background-color: lightgray !important;
}
.table-content {
  background-color: white;
}
.table-content.wrap-content > thead > tr > th,
.table-content.wrap-content > tbody > tr > td {
  white-space: normal !important;
}
.table-content > thead > tr > th {
  border-bottom: none;
  padding: 15px;
  color: #1c1c1c;
  white-space: nowrap;
}
.table-content > thead > tr > th .cell {
  padding-right: 0;
}
.table-content > thead > tr > th.cell-md {
  width: 200px !important;
  min-width: 200px !important;
}
.table-content > thead > tr > th.cell-sm {
  width: 150px !important;
  min-width: 150px !important;
}
.table-content > tbody > tr > td {
  vertical-align: middle;
  padding: 15px;
  border-top: 1px solid #ececec;
  font-size: 16px;
  color: #1c1c1c;
  white-space: nowrap;
}
.table-content > tbody > tr > td.cell-md {
  width: 200px !important;
  min-width: 200px !important;
}
.table-content > tbody > tr > td.cell-sm {
  width: 150px !important;
  min-width: 150px !important;
}
.table-content > tbody.without-border > tr > td {
  border-top: none !important;
}
.table-content.border-title > thead > tr,
.table-content.border-title tbody {
  border-bottom: 1px solid #ececec;
}
.table-content.border-title > tbody > tr > td {
  border-top: none;
  font-size: 14px;
}
.table-content .draft-text::after {
  content: attr(data-text);
  position: relative;
  background-color: #4611ea !important;
  color: white;
  top: -24px;
  padding: 2px 10px;
  opacity: 0.8;
  font-size: 12px;
}
.table-content tr:hover .visible-hover {
  opacity: 1 !important;
}
.table-content tr:hover .invisible-hover {
  opacity: 0;
}
.table-content tr .visible-hover {
  opacity: 0;
}
.table-content tbody:empty + tfoot {
  display: table-footer-group;
}
.table-content tbody + tfoot {
  display: none;
}
.table-content tbody + tfoot th {
  color: #707070;
  padding: 110px 15px;
  font-weight: 400;
  text-align: center;
  border-color: #ececec;
}
.table-content tbody + tfoot th:after {
  content: 'You have no data to display';
}
.table-content.with-transition tr:hover {
  transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
}
.table-content .drop-btn {
  background-color: #ececec;
  padding-left: 30px;
  padding-right: 15px;
}
.table .cell {
  padding-right: 30px;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table .cell.cell-md {
  max-width: 250px;
}
.table .cell.cell-sm {
  max-width: 120px;
  padding-right: 5px;
}
.table-layout-fixed.index-number {
  white-space: nowrap !important;
  word-wrap: normal;
  -ms-word-wrap: normal;
  width: 100%;
}
.table-layout-fixed.index-number th {
  width: 55px;
}
.table-layout-fixed.index-number th + th {
  width: auto;
}
.table-layout-fixed.index-number td:not(.action) {
  overflow: hidden;
  white-space: nowrap;
}
.table.table-layout-fixed td:not(.action) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.cell-button {
  margin-top: -16px;
  margin-bottom: -16px;
  font-size: 14px;
  display: inline-block;
  height: 54px;
  line-height: 54px;
  width: 150px;
  text-align: center;
}
.cell-button.btn-group {
  position: absolute;
}
.cell-button.dropdown-toggle {
  background-position: 80% center;
}
@media (min-width: 1310px) {
  .table-content .actions-toggle {
    padding-right: 150px;
  }
  .table-content .actions-toggle .btn-group,
  .table-content .actions-toggle .dropdown-toggle {
    margin-top: -16px;
    margin-bottom: -16px;
    font-size: 14px;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    width: 150px;
    text-align: center;
  }
  .table-content .actions-toggle .btn-group.btn-group,
  .table-content .actions-toggle .dropdown-toggle.btn-group {
    position: absolute;
  }
  .table-content .actions-toggle .btn-group.dropdown-toggle,
  .table-content .actions-toggle .dropdown-toggle.dropdown-toggle {
    background-position: 80% center;
  }
  .table-content .actions-toggle .dropdown-toggle {
    background-color: #ececec;
  }
  .table-content .actions-toggle .dropdown-menu {
    display: block;
    width: 100%;
    margin: 0;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.218s;
    transition: opacity 0.218s;
  }
  .table-content .actions-toggle .dropdown-menu:not(.wide) {
    min-width: inherit;
  }
}
@media (max-width: 1310px) {
  .dropdown-title {
    display: none;
  }
}
.dropdown-menu:not(.filter-select-content) {
  margin: 0;
  border: 1px solid #ececec;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-transition: opacity 0.218s;
  transition: opacity 0.218s;
}
.dropdown-menu:not(.filter-select-content):not(.wide) {
  min-width: inherit;
}
.full-block {
  margin-top: -15px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  padding-top: 15px;
}
table .number-font {
  font-family: 'roboto';
  font-size: 15px;
  line-height: 99% !important;
}
table .bold.number-font,
table .bold .number-font {
  font-family: 'robotomedium' !important;
}
.table-standart td {
  padding: 5px 0;
}
.table-standart tr:last-child td {
  padding-bottom: 0;
}
.table-broad-lines td {
  padding: 20px 15px !important;
}
.table-tracks > tbody > tr:nth-of-type(2n+1) > td {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.title-merge {
  font-weight: bold;
  margin-bottom: 10px;
}
.composition-container {
  padding: 3px;
}
.license-partner-identifier {
  font-size: 14px;
}
.order-column:hover {
  background-color: lightgray;
}
.saleitemerror {
  max-height: 670px;
  overflow-x: auto;
  overflow-y: auto;
  margin-top: 20px;
}
.background-white {
  background-color: white;
}
.suggestion-column {
  width: 232px;
  display: inline-block;
  /*border: solid 1px gray;*/
  padding-left: 12px;
}
.display-none {
  display: none !important;
}
.radio-check {
  width: 96px;
  vertical-align: top;
  padding-left: 6px;
}
#errors div.single-row {
  background-color: #f5f5f5;
}
/*#errors tr td {
    border: solid 1px gray;
}*/
.color-suggestion {
  background-color: #f6f6f6;
}
.search-type {
  /*border: solid 1px gray;*/
  background: #f1f1f1;
  height: 70px;
  padding: 15px 20px !important;
}
.search-type-container {
  height: 100%;
  background: #f1f1f1;
  padding-top: 10px;
  display: inline-block;
}
.search-type-item {
  margin: 0 0 0 10px;
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=insertUnorderedList] > i {
  content: url(../images/icons/list.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
  margin-top: 2px;
  content: url(../images/icons/bold.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
  margin-top: 2px;
  content: url(../images/icons/italic.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
  margin-top: 2px;
  content: url(../images/icons/underline.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=insertOrderedList] > i {
  content: url(../images/icons/numbered_list.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=justifyLeft] > i {
  content: url(../images/icons/justify_left.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=justifyCenter] > i {
  content: url(../images/icons/justify_center.png);
}
ul.wysihtml5-toolbar a[data-wysihtml5-command=justifyRight] > i {
  content: url(../images/icons/justify_right.png);
}
.wysiwyg-text-align-left {
  text-align: left;
}
.wysiwyg-text-align-center {
  text-align: center;
}
.wysiwyg-text-align-right {
  text-align: right!important;
}
.wysihtml5-sandbox::-webkit-scrollbar-track {
  border-radius: 20px;
}
.wysihtml5-sandbox::-webkit-scrollbar {
  width: 8px;
}
.wysihtml5-sandbox::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #cecece;
}
.wysihtml5-sandbox {
  overflow-y: scroll;
  overflow-x: hidden;
}
ol.wysiwyg-text-align-right {
  display: inline-block;
}
.filter-bar-container {
  min-height: 50px !important;
  margin: 0;
}
.filter-bar-container .filter-table {
  display: table;
  min-height: 50px;
}
.filter-bar-container .vcenter {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.filter-bar-container .vcenter.block {
  padding: 0 30px;
}
.filter-bar-container a.disable:not(.btn-blue),
.filter-bar-container .vcenter.disable:not(.btn-blue),
.filter-bar-container .disable.vcenter:hover {
  color: #cecece !important;
  cursor: default;
}
.filter-bar-container .filter-search {
  display: table-cell;
  width: 100%;
}
.filter-bar-container .filter-search.inline {
  display: inline-block !important;
}
.filter-bar-container .filter-search input {
  height: 50px;
  background: transparent;
  border: none;
  outline: none;
  color: #1c1c1c;
  width: -webkit-calc(100% - 50px);
  text-overflow: ellipsis;
}
.filter-bar-container .filter-search input::-ms-clear {
  display: none;
}
.filter-bar-container .filter-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #cecece;
}
.filter-bar-container .filter-search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cecece;
}
.filter-bar-container .filter-search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cecece;
}
.filter-bar-container .filter-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #cecece;
}
.filter-bar-container .filter-search .icon-search {
  padding-left: 20px;
}
.filter-bar-container .filter-search .icon-search:before {
  content: url(../images/icons/search_icon.png);
}
.filter-bar-container .btn-blue {
  text-align: center !important;
}
.filter-bar-container .dropdown-menu {
  min-width: inherit;
}
.filter-bar-container .checkbox {
  vertical-align: baseline;
}
.filter-bar-container .select-search .selectize-input,
.filter-block .select-search .selectize-input {
  border: none;
  border-radius: 0;
  /*overflow: auto;*/
  max-height: 150px;
}
.filter-bar-container .select-search .selectize-input .item,
.filter-block .select-search .selectize-input .item {
  white-space: nowrap;
}
.filter-bar-container .select-search .selectize-dropdown,
.filter-block .select-search .selectize-dropdown {
  margin: 0;
}
@media (max-width: 930px) {
  .filter-table {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .filter-search {
    display: block !important;
  }
}
.filterBtn {
  font-weight: 500;
}
.filterBtn.active {
  /*background-color: #1c1c1c;
        color: white !important;*/
  color: #4611ea !important;
  font-weight: normal;
}
.filterBtn[aria-expanded="true"] {
  background-color: #1c1c1c;
  color: white !important;
}
.filterBtn[aria-expanded="true"].gray-dark:hover {
  color: white;
}
.filterBtn[aria-expanded="true"] .arrow_selectbox:before,
.filterBtn.open .arrow_selectbox:before {
  content: url(../images/icons/arrows/arrow_selectbox_white.png);
}
.filterBtn .disable .arrow_selectbox:before {
  content: url(../images/icons/arrows/arrow_selectbox.png);
}
.filterBtn .arrow_selectbox:before {
  vertical-align: text-top;
  content: url(../images/icons/arrows/arrow_selectbox_hover.png);
}
.filterBtn.gray-dark:hover {
  color: #1c1c1c;
}
.filterBtn.filter-select-wide {
  cursor: pointer;
  min-width: 300px;
}
.filterBtn.filter-select-wide .dropdown-menu a,
.filterBtn.filter-select-wide .dropdown-menu span {
  color: #707070 !important;
}
.filterBtn.filter-select-wide .dropdown-menu a:hover,
.filterBtn.filter-select-wide .dropdown-menu span:hover {
  color: white !important;
}
.filterBtn.filter-select-wide .title {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  color: #707070;
}
.filterBtn.filter-select {
  cursor: pointer;
  min-width: 200px;
}
.filterBtn.filter-select .dropdown-menu a,
.filterBtn.filter-select .dropdown-menu span {
  color: #707070 !important;
}
.filterBtn.filter-select .dropdown-menu a:hover,
.filterBtn.filter-select .dropdown-menu span:hover {
  color: white !important;
}
.filterBtn.filter-select .title {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
  color: #707070;
}
.filter-block {
  min-height: 20px;
  padding: 20px;
  margin: 0;
  background-color: #1c1c1c;
  color: white;
}
.filter-block .control-label {
  margin-bottom: 20px;
}
.filter-block .filter-header {
  position: absolute;
  right: 30px;
  z-index: 1000;
}
.filter-block .link-btn {
  color: #707070;
  display: inline-block;
  cursor: pointer;
}
.filter-block .link-btn:hover {
  color: white;
}
.filter-block .dropdown-menu.as-datepicker {
  width: 540px;
}
.label-number-filter {
  height: 50px;
  color: black;
  font-family: Graphik, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 40px;
  vertical-align: baseline;
  margin: 0px;
  padding-left: 10px;
}
.tag-filter {
  padding: 10px 20px !important;
  border-radius: 0px !important;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 300;
  background-color: #303030;
  cursor: pointer;
}
.tag-filter.active {
  background-color: white;
  color: #707070;
}
.filters-text {
  height: 50px;
  line-height: 50px;
}
.list-filters-text {
  height: 50px;
  line-height: 50px;
}
.chart-filters-text {
  height: 50px;
  line-height: 50px;
}
.chart-filters-text h2 {
  padding-left: 16px;
}
.list-lg .row {
  cursor: default !important;
  background-color: white;
  margin: 10px 0;
  font-size: 16px;
  padding-bottom: 20px;
  width: 100%;
  table-layout: fixed;
}
.list-lg .row .cell {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  color: #2e3138;
  max-width: calc(100% - 200px);
}
.list-lg .row .cell.top {
  top: -22px;
  right: 10px;
}
.list-lg .row.transparent {
  background-color: transparent;
}
.list-lg .row a:hover {
  text-decoration: none;
}
.list-lg .row:hover {
  background: rgba(254, 254, 254, 0.7);
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.list-lg .row .delineate {
  border-right: 1px solid #eeeeee;
}
.list-lg .row.no-padding-vertical {
  padding-bottom: 0;
}
.list-lg .row > div[class*="col-"] {
  padding: 20px;
  margin-bottom: -100px;
  padding-bottom: 100px;
}
.list-lg .row > div[class*="col-"].no-padding-vertical {
  margin-bottom: 0;
  padding-bottom: 0;
}
.list-lg .row .img-list {
  margin-left: 25px;
}
.list-lg .x-large {
  font-size: 27px;
}
.list-lg .large,
.list-panel .large,
.list-sm .large {
  font-size: 24px;
}
.list-lg .small,
.list-panel .small,
.list-sm .small {
  font-size: 16px;
}
.list-lg .gray,
.list-panel .gray,
.list-sm .gray {
  color: #707070;
}
.list-lg .no-hover .row:hover,
.list-panel .no-hover .row:hover,
.list-sm .no-hover .row:hover,
.list-lg .no-hover.row:hover,
.list-panel .no-hover.row:hover,
.list-sm .no-hover.row:hover {
  background-color: transparent;
}
.list-lg .row .img-large,
.list-panel .row .img-large,
.list-sm .row .img-large {
  margin-left: -1px;
}
.list-lg .row:hover .no-visible-hover,
.list-panel .row:hover .no-visible-hover,
.list-sm .row:hover .no-visible-hover,
.tabel-list .row:hover .no-visible-hover,
.list-lg tr:hover .no-visible-hover,
.list-panel tr:hover .no-visible-hover,
.list-sm tr:hover .no-visible-hover,
.tabel-list tr:hover .no-visible-hover,
.list-lg .li-row:hover .no-visible-hover,
.list-panel .li-row:hover .no-visible-hover,
.list-sm .li-row:hover .no-visible-hover,
.tabel-list .li-row:hover .no-visible-hover,
.list-lg .row .visible-hover,
.list-panel .row .visible-hover,
.list-sm .row .visible-hover,
.tabel-list .row .visible-hover,
.list-lg tr .visible-hover,
.list-panel tr .visible-hover,
.list-sm tr .visible-hover,
.tabel-list tr .visible-hover,
.list-lg .li-row .visible-hover,
.list-panel .li-row .visible-hover,
.list-sm .li-row .visible-hover,
.tabel-list .li-row .visible-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.list-lg .row:hover .visible-hover,
.list-panel .row:hover .visible-hover,
.list-sm .row:hover .visible-hover,
.tabel-list .row:hover .visible-hover,
.list-lg tr:hover .visible-hover,
.list-panel tr:hover .visible-hover,
.list-sm tr:hover .visible-hover,
.tabel-list tr:hover .visible-hover,
.list-lg .li-row:hover .visible-hover,
.list-panel .li-row:hover .visible-hover,
.list-sm .li-row:hover .visible-hover,
.tabel-list .li-row:hover .visible-hover,
.list-lg .row .visible-hover.checked,
.list-panel .row .visible-hover.checked,
.list-sm .row .visible-hover.checked,
.tabel-list .row .visible-hover.checked,
.list-lg tr .visible-hover.checked,
.list-panel tr .visible-hover.checked,
.list-sm tr .visible-hover.checked,
.tabel-list tr .visible-hover.checked,
.list-lg .li-row .visible-hover.checked,
.list-panel .li-row .visible-hover.checked,
.list-sm .li-row .visible-hover.checked,
.tabel-list .li-row .visible-hover.checked {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
@media (max-width: 768px) {
  .list-lg .row .x-large {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .list-lg .row .cell-small {
    max-width: 250px;
  }
}
/*@media all and (max-width: 830px) and (min-width: 20px) {
    .list-lg .row{
        display: table;
        padding-bottom: 0;

        >div[class*="col-"] {
            display: table-cell;
            float: none;
            vertical-align: middle;
            padding: 20px;
        }

    }
}*/
@media (min-width: 1200px) {
  .list-lg .row {
    display: table;
    padding-bottom: 0;
  }
  .list-lg .row > div[class*="col-"] {
    display: table-cell;
    float: none;
    vertical-align: middle;
    padding: 20px;
  }
}
.grouped-list .list-lg .row,
.grouped-list .row {
  margin: 0;
  /*border-bottom: 1px solid @gray-default;*/
  /*&:first-child {
            margin-top: -10px;
            border-top: 1px solid @gray-default;
        }*/
}
.grouped-list .list-lg .row:last-child,
.grouped-list .row:last-child {
  border-bottom: none;
}
.grouped-list .list-lg .row .delineate,
.grouped-list .row .delineate {
  border-right: none;
}
.grouped-list .list-lg .row .x-large.l-group,
.grouped-list .row .x-large.l-group {
  font-size: 24px;
}
.grouped-list .list-lg .row:last-child,
.grouped-list .row:last-child {
  margin-bottom: 20px !important;
}
.list-sm {
  padding: 15px 0px;
  background-color: white;
}
.list-sm .li-row {
  padding: 20px 0;
  border-bottom: 1px solid #ececec;
  margin: 0 !important;
}
.list-sm .li-row:hover,
.list-sm .li-row:hover .table-content {
  background-color: #f6f6f6;
}
.list-sm .padding-bottom-sm {
  padding-bottom: 10px;
}
.list-sm .margin-top-xs {
  margin-top: 7px;
}
@media (max-width: 639px) {
  .list-sm .li-row .cell {
    max-width: 200px;
  }
}
.list-group-item {
  border-color: #ececec;
}
.list-panel {
  padding: 0 30px;
  margin-top: 30px;
  overflow: visible;
  position: relative;
}
.list-panel .row {
  padding-left: 40px;
  margin: 0 -30px;
  display: table;
  padding-bottom: 0;
  width: 100%;
}
.list-panel .row a:hover,
.list-panel .row a:focus {
  color: inherit;
  text-decoration: none;
}
.list-panel .row.with-padding {
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-panel .row.with-border {
  border-bottom: 1px solid #ececec;
}
.list-panel .row.hover-green:hover {
  background-color: transparent;
  color: #11ad5f;
}
.list-panel .row:hover {
  background-color: #fffff4;
}
.list-panel .row > div[class*="col-"] {
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 15px;
}
.list-panel .title {
  font-size: 20px;
  border-bottom: 1px solid #eeeeee;
  margin: 0 -30px;
  font-weight: bold;
  padding: 20px 0 20px 30px;
  min-height: 70px;
}
.list-panel .border-panel-list {
  /*border-bottom: 1px solid @gray-default ;*/
  margin: 0 15px;
}
.list-panel .border-panel-list:last-child {
  border: none;
}
.list-panel .img-list {
  margin: 14px 25px 14px 0;
}
.list-panel .x-large {
  font-size: 24px;
}
.list-lg .row .caret,
.tabel-list .caret,
.list-panel .row .caret {
  background-image: url(../images/icons/arrows/action_icon.png);
  width: 20px;
  height: 20px;
}
.list-lg .row .caret:hover,
.tabel-list .caret:hover,
.list-panel .row .caret:hover {
  background-image: url(../images/icons/arrows/action_icon_hover.png);
}
ul.align-left {
  padding-left: 17px;
}
ul.sm-bullet {
  font-size: 11px;
}
ul.sm-bullet div:not(.semilarge):not(.large),
ul.sm-bullet span:not(.semilarge):not(.large) {
  font-size: 14px;
}
ul.blue li {
  color: #4611ea;
  font-size: 26px;
  line-height: 24px;
  list-style-type: square;
}
ul.blue div,
ul.blue span:not(.validationMessage),
ul.blue label {
  color: #1c1c1c;
}
.item-cell {
  max-width: 150px;
}
.dynamicList {
  margin-bottom: 20px;
}
.dynamicList .panel-title {
  margin-top: 0;
  margin-bottom: 0;
}
.filter-bar {
  height: 100%;
}
.filter-bar span.icon-search {
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 25px;
  font-size: 16px;
}
.navbar {
  margin-bottom: 0;
  background-color: #1c1c1c;
  border-color: #1c1c1c;
}
.navbar#header img {
  height: 15px;
  margin-right: 8px;
}
@media (max-width: 639px) {
  .navbar .btn-sm {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .tabs-bar {
    width: 100%;
    background-color: #f6f6f6;
    border-top: 1px solid #ececec;
    table-layout: fixed;
    display: table !important;
  }
  .tabs-bar-items {
    display: table-row;
    float: none;
  }
  .btn-tab {
    display: table-cell;
    width: 100%;
    /*float:none !important;*/
  }
  .thead {
    display: table-header-group;
    visibility: visible;
  }
  .drop .dropdown-toggle {
    display: none;
  }
}
@media (max-width: 768px) {
  .tabs-bar {
    display: block;
    background-color: #f6f6f6;
    position: relative;
  }
  .tabs-bar.drop {
    line-height: 60px;
    min-height: 60px;
    padding: 0 30px;
    width: 100%;
  }
  .tabs-bar-items {
    display: block;
  }
  .btn-tab {
    display: list-item;
    list-style: none;
    padding-left: 30px;
  }
  .btn-tab:not(.selected-tab) {
    border-bottom: 1px solid #ececec;
  }
  .drop .dropdown-toggle {
    display: inline-block;
  }
  .drop .thead {
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 15px 0;
    background-color: #f6f6f6;
  }
  .drop.open .thead {
    display: block;
    opacity: 1;
  }
  .drop .btn-tab {
    line-height: 25px;
    height: 25px;
    border: none;
    background-color: #f6f6f6;
  }
}
.tabs-bar-items .btn-tab:first-child {
  border-left: none;
}
.tabs-bar-items .btn-tab:last-child {
  border-right: none;
}
.btn-tab {
  line-height: 60px;
  height: 60px;
  color: #707070;
  border-radius: 0;
  border-left: 1px solid #ececec;
  font-weight: 400;
  font-size: 16px;
  padding: 1px 23px 1px 30px;
  text-align: left;
}
.btn-tab.btn-tab-sm {
  padding: 1px 30px;
}
.btn-tab:hover {
  color: black;
}
.btn-tab:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #4611ea;
  left: 0;
  top: 41px;
  opacity: 0;
}
.btn-tab.selected-tab:after {
  opacity: 1;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.3s ease;
  -moz-transition: opacity 0.5s ease, -moz-transform 0.3s ease;
  -o-transition: opacity 0.5s ease, -o-transform 0.3s ease;
  transition: opacity 0.5s ease, transform 0.3s ease;
}
.btn-tab.selected-tab {
  background-color: white;
  color: black;
  font-weight: 500;
}
.btn-tab.selected-tab.no-bg {
  background-color: transparent !important;
}
.btn-tab.active {
  background-color: white;
  color: #1c1c1c;
  font-weight: 500;
}
@media (max-width: 639px) {
  .btn-tab {
    height: 44px;
    line-height: 38px;
  }
  .btn-tab:after {
    top: 22px;
  }
}
@media (max-width: 1200px) {
  .btn-tab-sm {
    padding: 1px 10px 1px 15px !important;
  }
}
.side-bar-content {
  padding: 15px;
}
.c-menu-slide .title {
  font-size: 22px;
}
.carousel-caption {
  padding-bottom: 10px;
  text-shadow: none;
  bottom: 5px;
}
@media (min-width: 767px) {
  .carousel-caption {
    left: 5%;
    right: 5%;
  }
}
.carousel-control {
  height: 100%;
  padding-top: 25%;
  width: 5%;
}
.carousel-control.right {
  background-image: none;
}
.carousel-control.left {
  background-image: none;
}
.carousel1 .carousel-inner {
  border-radius: 0 0 5px 5px;
  border: 1px solid #ececec;
  border-top: none;
}
.carousel1 .carousel-inner .item {
  background: white;
  text-align: center;
  height: 270px !important;
}
.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border-color: #eeeeee;
}
.carousel-indicators .active {
  background-color: #eeeeee;
}
.carousel-arrows {
  position: absolute;
  top: 39%;
  z-index: 5;
  display: inline-block;
  height: 43px;
  width: 23px;
  background-repeat: no-repeat;
}
.carousel-arrows.left {
  background-image: url(../images/icons/arrows/arrow-slider_left.png);
}
.carousel-arrows.right {
  background-image: url(../images/icons/arrows/arrow-slider_right.png);
}
@media (max-width: 768px) {
  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  .thumbnail.thumbnail-carousel {
    width: 20%;
    margin: 0 2%;
  }
}
@media (min-width: 640px) and (max-width: 992px) {
  .thumbnail.thumbnail-carousel {
    width: 20%;
    margin: 0 2%;
  }
  .img-large-container {
    height: auto;
  }
  .carousel-inner .img-large {
    width: 100px;
    height: 100px;
  }
}
.post .panel-title {
  font-size: 16px;
  margin-bottom: 2px;
  padding-top: 20px;
}
.alert {
  border-width: 0;
  text-align: left;
  font-size: 16px;
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  padding-top: 15px;
  padding-right: 20px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 230px!important;
  min-height: 63px;
  border-radius: 0;
}
.alert.alert-danger {
  padding-top: 10px;
}
.alert.showing,
.alert.hidding {
  -moz-animation-name: animScale;
  -o-animation-name: animScale;
  -webkit-animation-name: animScale;
  animation-name: animScale;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
.alert.hidding {
  -moz-animation-direction: reverse;
  -o-animation-direction: reverse;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.alert .close {
  -webkit-text-shadow: none;
  text-shadow: none;
  color: white;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 10px;
}
@-moz-keyframes animScale {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@-webkit-keyframes animScale {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes animScale {
  0% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) scale3d(0.1, 0.6, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
.locked-alert {
  text-align: center;
  border-radius: 0;
  padding: 15px;
}
#generalloading > div:first-of-type {
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  width: 100%;
}
#generalloading > div:first-of-type > div:nth-of-type(2) {
  margin-top: 25px;
}
#fountainG {
  position: relative;
  width: 80px;
  height: 29px;
  margin: 0 auto;
}
.fountainG {
  position: absolute;
  top: 0;
  background-color: #fff;
  width: 8px;
  height: 8px;
  -moz-animation-name: bounce_fountainG;
  -moz-animation-duration: 1.3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-direction: linear;
  /*-moz-transform: scale(.3);*/
  -moz-border-radius: 19px;
  -webkit-animation-name: bounce_fountainG;
  -webkit-animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-direction: linear;
  /*-webkit-transform: scale(.3);*/
  -webkit-border-radius: 19px;
  -ms-animation-name: bounce_fountainG;
  -ms-animation-duration: 1.3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-direction: linear;
  /*-ms-transform: scale(.3);*/
  -ms-border-radius: 19px;
  -o-animation-name: bounce_fountainG;
  -o-animation-duration: 1.3s;
  -o-animation-iteration-count: infinite;
  -o-animation-direction: linear;
  /*-o-transform: scale(.3);*/
  -o-border-radius: 19px;
  animation-name: bounce_fountainG;
  animation-duration: 1.3s;
  animation-iteration-count: infinite;
  animation-direction: linear;
  /*transform: scale(.3);*/
  border-radius: 19px;
}
#fountainG_1 {
  left: 0;
  -moz-animation-delay: 0.52s;
  -webkit-animation-delay: 0.52s;
  -ms-animation-delay: 0.52s;
  -o-animation-delay: 0.52s;
  animation-delay: 0.52s;
}
#fountainG_2 {
  left: 15px;
  -moz-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  -ms-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#fountainG_3 {
  left: 30px;
  -moz-animation-delay: 0.78s;
  -webkit-animation-delay: 0.78s;
  -ms-animation-delay: 0.78s;
  -o-animation-delay: 0.78s;
  animation-delay: 0.78s;
}
#fountainG_4 {
  left: 45px;
  -moz-animation-delay: 0.91s;
  -webkit-animation-delay: 0.91s;
  -ms-animation-delay: 0.91s;
  -o-animation-delay: 0.91s;
  animation-delay: 0.91s;
}
#fountainG_5 {
  left: 60px;
  -moz-animation-delay: 1.04s;
  -webkit-animation-delay: 1.04s;
  -ms-animation-delay: 1.04s;
  -o-animation-delay: 1.04s;
  animation-delay: 1.04s;
}
#fountainG_6 {
  left: 149px;
  -moz-animation-delay: 1.17s;
  -webkit-animation-delay: 1.17s;
  -ms-animation-delay: 1.17s;
  -o-animation-delay: 1.17s;
  animation-delay: 1.17s;
}
#fountainG_7 {
  left: 179px;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}
#fountainG_8 {
  left: 208px;
  -moz-animation-delay: 1.43s;
  -webkit-animation-delay: 1.43s;
  -ms-animation-delay: 1.43s;
  -o-animation-delay: 1.43s;
  animation-delay: 1.43s;
}
.loading-middle {
  top: 50%;
}
@-moz-keyframes bounce_fountainG {
  0% {
    /*-moz-transform: scale(1);*/
    background-color: #fff;
  }
  100% {
    /*-moz-transform: scale(.5);*/
    background-color: #1a1c1f;
  }
}
@-webkit-keyframes bounce_fountainG {
  0% {
    /*-webkit-transform: scale(1);*/
    background-color: #fff;
  }
  100% {
    /*-webkit-transform: scale(.5);*/
    background-color: #1a1c1f;
  }
}
@-ms-keyframes bounce_fountainG {
  0% {
    /*-ms-transform: scale(1);*/
    background-color: #fff;
  }
  100% {
    /*-ms-transform: scale(.5);*/
    background-color: #1a1c1f;
  }
}
@-o-keyframes bounce_fountainG {
  0% {
    /*-o-transform: scale(1);*/
    background-color: #fff;
  }
  100% {
    /*-o-transform: scale(.5);*/
    background-color: #1a1c1f;
  }
}
@keyframes bounce_fountainG {
  0% {
    /*transform: scale(1);*/
    background-color: #fff;
  }
  100% {
    /*transform: scale(.5);*/
    background-color: #1a1c1f;
  }
}
@media (max-width: 639px) {
  .img-small {
    text-align: center;
    width: 62.5px;
    height: 62.5px;
    line-height: 32.5px;
    display: inline-block;
  }
}
#intercom-container #intercom-launcher {
  bottom: 70px !important;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb > li {
  font-size: 12px;
  opacity: 0.7;
}
.breadcrumb > li + li:before {
  content: "\203A";
  color: #1c1c1c;
}
.breadcrumb > li:hover,
.breadcrumb > li.active {
  opacity: 0.5;
}
.breadcrumb a,
.breadcrumb li.active {
  color: #1c1c1c;
}
@media (max-width: 640px) {
  .breadcrumb {
    display: none;
  }
}
/*******dialog*********/
.ui-dialog {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
}
.ui-dialog .ui-dialog-titlebar {
  font-size: 18px;
  padding: 15px;
  cursor: move;
}
.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
  visibility: hidden;
}
.ui-dialog .ui-dialog-titlebar .arrow-toggle {
  width: 11px;
  height: 6px;
  display: inline-block;
  padding: 10px;
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 19px;
  background: transparent url(../images/icons/arrows/arrow_selectbox_up.png) no-repeat right center;
}
.ui-dialog:focus {
  outline: none;
}
.ui-dialog .ui-dialog-content {
  padding: 15px;
  display: block;
}
.ui-dialog.close-dialog .arrow-toggle {
  background: transparent url(../images/icons/arrows/arrow_selectbox.png) no-repeat right center;
}
.ui-dialog.close-dialog .ui-dialog-content {
  display: none;
}
.ui-dialog .dropdown-toggle {
  margin-right: 18px !important;
}