@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamRounded-Bold.eot?#iefix") format('embedded-opentype'), url("../fonts/GothamRounded-Bold.otf") format('opentype'), url("../fonts/GothamRounded-Bold.woff") format('woff'), url("../fonts/GothamRounded-Bold.ttf") format('truetype'), url("../fonts/GothamRounded-Bold.svg#GothamRounded-Bold") format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamRounded-Medium.eot?#iefix") format('embedded-opentype'), url("../fonts/GothamRounded-Medium.otf") format('opentype'), url("../fonts/GothamRounded-Medium.woff") format('woff'), url("../fonts/GothamRounded-Medium.ttf") format('truetype'), url("../fonts/GothamRounded-Medium.svg#GothamRounded-Medium") format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamRounded-Book.eot?#iefix") format('embedded-opentype'), url("../fonts/GothamRounded-Book.otf") format('opentype'), url("../fonts/GothamRounded-Book.woff") format('woff'), url("../fonts/GothamRounded-Book.ttf") format('truetype'), url("../fonts/GothamRounded-Book.svg#GothamRounded-Book") format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothamRounded-Light.eot?#iefix") format('embedded-opentype'), url("../fonts/GothamRounded-Light.otf") format('opentype'), url("../fonts/GothamRounded-Light.woff") format('woff'), url("../fonts/GothamRounded-Light.ttf") format('truetype'), url("../fonts/GothamRounded-Light.svg#GothamRounded-Light") format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?264wd9");
  src: url("../fonts/icomoon.eot?#iefix264wd9") format('embedded-opentype'), url("../fonts/icomoon.woff?264wd9") format('woff'), url("../fonts/icomoon.ttf?264wd9") format('truetype'), url("../fonts/icomoon.svg?264wd9#icomoon") format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  transform: translate(0, 0);
/* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-call:before {
  content: "\e600";
}
.icon-dial:before {
  content: "\e601";
}
.icon-greeting:before {
  content: "\e602";
}
.icon-hang-up:before {
  content: "\e603";
}
.icon-multicall:before {
  content: "\e604";
}
.icon-roundrobin:before {
  content: "\e605";
}
.icon-schedule:before {
  content: "\e606";
}
.icon-sip:before {
  content: "\e607";
}
.icon-tag:before {
  content: "\e608";
}
.icon-voicemail:before {
  content: "\e609";
}
@media (min-width: 1400px) {
  .container {
    width: 1370px;
  }
}
@media (min-width: 1800px) {
  .container {
    width: 1770px;
  }
}
#content,
.app-container,
.app-view {
  height: 100%;
}
html {
  height: 100%;
}
body {
  height: 100%;
  color: #767e81;
  background: #fff;
  min-width: 320px;
}
body.green {
  background: #00bb95;
}
body.grey {
  background: #474f53;
}
.clear {
  clear: both;
}
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ov-block {
  height: 1%;
  overflow: hidden;
}
.chb-holder .checkbox {
  display: none;
}
.chb-holder .checkbox+label {
  display: inline-block;
  color: #e4e0e0;
  font-size: 13px;
  line-height: 15px;
  font-weight: 300;
  padding: 0 0 0 28px;
  position: relative;
  margin: 0;
}
.chb-holder .checkbox+label:hover {
  cursor: pointer;
}
.chb-holder .checkbox+label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 12px;
  height: 12px;
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -103px;
}
.chb-holder .checkbox:checked+label {
  color: #8a9397;
}
.chb-holder .checkbox:checked+label:before {
  background-position: 0 -117px;
}
#content {
  width: 100%;
  position: relative;
  z-index: 30;
}
.text-input {
  width: 100%;
  border: 1px solid #dce2e5;
  background: #f0f4f6;
  color: #889195;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 9px 12px;
  outline: none;
  border-radius: 2px;
  box-shadow: inset 0px 3px 4px -1px #ddd;
}
@media (max-width: 767px) {
  .text-input {
    padding: 9px 3px;
  }
}
@media (max-width: 479px) {
  .text-input {
    padding: 9px 12px;
  }
}
.text-input:hover {
  box-shadow: none;
  border-color: #b5bec2;
}
.text-input:focus {
  box-shadow: none;
  border-color: #08a5ff;
  color: #5b6265;
  box-shadow: 0 0 0px 1px #08a5ff;
}
.text-input:disabled {
  box-shadow: none;
  border-color: #dce2e5;
  background: #fafbfb;
  color: #dce4e7;
}
.main-tabs .nav-tabs {
  margin: 0 0 20px;
  border-bottom: 1px solid #f0f4f6;
}
.main-tabs .nav-tabs li {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
}
.main-tabs .nav-tabs li a {
  color: #7f888e !important;
  text-decoration: none;
  padding: 12px 20px;
}
@media (max-width: 479px) {
  .main-tabs .nav-tabs li a {
    padding: 6px 8px;
  }
}
.main-tabs .nav-tabs li a:hover {
  background: none;
  border-color: transparent;
}
.main-tabs .nav-tabs li.active a,
.main-tabs .nav-tabs li.active a:hover {
  background: #fff;
  border: 1px solid #f0f4f6;
  border-bottom-color: transparent;
}
.logo-big {
  display: inline-block;
  width: 134px;
  height: 99px;
  margin: 0;
  padding: 0;
  background: url("../img/logo-big.png") no-repeat;
  background-size: 134px 99px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .logo-big {
    float: none;
    display: inline-block;
  }
}
.alignright {
  float: right !important;
}
.border-hr {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f0f4f6;
  padding: 0 50px 22px 0;
  margin: 0 0 30px;
}
.ico {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-style: none;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.ico-dashboard {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 0;
}
.ico-companies {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -16px;
}
.ico-account {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -33px;
}
.ico-company {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  width: 8px;
  height: 15px;
  background-position: 0 -50px;
  margin: 0 10px 0 0;
}
.ico-settings {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  width: 12px;
  height: 12px;
  background-position: 0 -83px;
  margin: 9px 0 0 10px;
}
.ico-show {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 16px;
  height: 11px;
  background-position: 0 -68px;
  margin: 0;
}
.ico-dd {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 7px;
  height: 4px;
  background-position: 0 -97px;
  margin: 0 0 0 10px;
}
@media (max-width: 479px) {
  .ico-dd {
    margin: 0 0 0 2px;
  }
}
.ico-dd-grey {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 10px;
  height: 5px;
  background-position: 0 -348px;
  margin: 0 0 0 10px;
}
.ico-missed {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background-position: 0 -221px;
}
.ico-received {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-position: 0 -234px;
}
.ico-action-edit {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background-position: 0 -297px;
}
.ico-action-edit:hover {
  background-position: 0 -313px;
}
.ico-action-play {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background-position: 0 -262px;
}
.ico-action-play:hover {
  background-position: 0 -280px;
}
.open .ico-action-play {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -280px;
}
.ico-prev {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background-position: 0 -337px;
}
.ico-next {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 5px;
  height: 8px;
  background-position: -15px -337px;
}
.ico-tel {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-position: 0 -248px;
}
.ico-block {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: top;
  width: 13px;
  height: 13px;
  background-position: 0 -206px;
  margin: 0 6px 0 0;
}
.ico-play {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: top;
  width: 10px;
  height: 14px;
  background-position: 0 -181px;
}
.ico-plus {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  background-position: 0 -197px;
  margin: 0 6px 0 0;
}
.ico-date {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  width: 12px;
  height: 14px;
  background-position: 0 -131px;
}
.ico-myaccount {
  vertical-align: middle;
  width: 12px;
  height: 11px;
  background: url("../img/icons2.png") no-repeat;
  background-size: 16px 64px;
  background-position: 0 0;
}
.ico-settings-grey {
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: url("../img/icons2.png") no-repeat;
  background-size: 16px 64px;
  background-position: 0 -16px;
}
.ico-users {
  vertical-align: middle;
  width: 16px;
  height: 12px;
  background: url("../img/icons2.png") no-repeat;
  background-size: 16px 64px;
  background-position: 0 -32px;
}
.ico-logout {
  vertical-align: middle;
  width: 14px;
  height: 15px;
  background: url("../img/icons2.png") no-repeat;
  background-size: 16px 64px;
  background-position: 0 -48px;
}
.ico-manage {
  vertical-align: top;
  width: 16px;
  height: 22px;
  background: url("../img/ico-manage.png") no-repeat;
  background-size: 16px 22px;
  margin: 0 28px 0 0;
}
.ico-secure {
  width: 23px;
  height: 35px;
  background: url("../img/ico-secure.png") no-repeat;
  background-size: 23px 35px;
  margin: 0;
}
.ico-users {
  vertical-align: top;
  width: 16px;
  height: 12px;
  background: url("../img/ico-users.png") no-repeat;
  background-size: 16px 12px;
  margin: 0;
}
.ico-call-flow {
  width: 27px;
  height: 22px;
  background: url("../img/ico-call-flow.png") no-repeat;
  background-size: 27px 22px;
  margin: 0;
}
.ico-drop {
  width: 24px;
  height: 27px;
  background: url("../img/ico-drop.png") no-repeat;
  background-size: 24px 27px;
  margin: 0;
}
.btn-green {
  display: block;
  background-color: #00bb95;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 10px 25px 11px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
  box-shadow: 0px 3px 12px -4px rgba(0,0,0,0.3);
}
.btn-green:hover {
  cursor: pointer;
  color: #fff;
  background-color: #00a886;
}
.btn-grey {
  display: block;
  background-color: #afb8bc;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 10px 25px 11px;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 14px;
  text-transform: uppercase;
  box-shadow: 0px 3px 12px -4px rgba(0,0,0,0.1);
}
.btn-grey:hover {
  cursor: pointer;
  color: #fff;
  background-color: #9ba6ab;
}
.btn-dark-grey {
  display: block;
  background-color: #6e767c;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 10px 25px 11px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  text-transform: uppercase;
  box-shadow: 0px 3px 12px -4px rgba(0,0,0,0.1);
}
.btn-dark-grey:hover {
  cursor: pointer;
  color: #fff;
  background-color: #636a70;
}
.btn-close-popup {
  display: block;
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: -9px -50px;
}
.btn-group.bootstrap-select {
  width: 100% !important;
}
.input-group-addon {
  cursor: pointer;
}
.dp-position {
  position: relative;
}
.dp-position .dropdown-menu {
  left: -150px !important;
  right: 0px;
}
.dd-menu-holder {
  width: 100%;
}
.dd-menu-holder:after {
  content: "";
  display: block;
  clear: both;
}
.dd-menu-holder .dd-form-row:last-child {
  margin: 0;
}
.open > .dropdown-menu,
.open > .dropdown-menu > .dropdown-menu {
  display: block;
}
.dd-form-row {
  width: 100%;
  margin: 0 0 25px;
  position: relative;
}
.dd-form-row:after {
  content: "";
  display: block;
  clear: both;
}
.dd-form-row .select {
  width: 100%;
}
.dd-form-row .input-small {
  width: 130px;
}
@media (max-width: 767px) {
  .dd-form-row .input-small {
    width: 100px;
  }
}
@media (max-width: 479px) {
  .dd-form-row .input-small {
    width: 100%;
  }
}
.dd-form-row .input-small .text-input {
  width: 100%;
  border: 1px solid #dce2e5;
  background: #f0f4f6;
  color: #889195;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  padding: 9px 12px;
  outline: none;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .dd-form-row .input-small .text-input {
    padding: 9px 3px;
  }
}
@media (max-width: 479px) {
  .dd-form-row .input-small .text-input {
    padding: 9px 12px;
  }
}
@media (max-width: 479px) {
  .dd-form-row .input-small .bootstrap-datetimepicker-widget.dropdown-menu {
    right: -15px !important;
  }
}
.dd-form-row .dp {
  position: relative;
}
.dd-form-row .dp .ico-date {
  border-radius: 0;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 767px) {
  .dd-form-row .dp .ico-date {
    right: 4px;
  }
}
.dd-form-row .lbl {
  float: left;
  font-size: 12px;
  color: #889195;
  line-height: 35px;
  margin: 0 0 0 10px;
}
@media (max-width: 767px) {
  .dd-form-row .lbl {
    margin: 0 0 0 5px;
  }
}
@media (max-width: 479px) {
  .dd-form-row .lbl {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
.dd-menu {
  box-shadow: none;
  padding: 0;
  border-style: none;
  border-radius: 3px;
  left: auto;
  right: -6px;
  margin: 9px 0 0;
  color: #8a9397;
  box-shadow: 0px 0px 5px 0px rgba(50,50,50,0.15);
}
.dd-menu .chb-holder {
  margin: 8px 0;
}
.dd-menu .dd-menu-holder {
  width: 100%;
  position: relative;
  padding: 7px 20px;
}
.dd-menu .dd-menu-holder.dd-menu-holder-scroll {
  padding: 7px 5px 7px 20px;
}
.dd-menu .dd-menu-holder.dd-menu-holder-scroll .dd-content-holder {
  max-height: 140px;
  overflow: auto;
  margin: 0 0 10px;
}
.dd-menu .dd-menu-holder.dd-menu-holder-scroll .button-holder {
  padding: 0 15px 0 0;
}
.dd-menu .dd-menu-holder:before {
  content: '';
  position: absolute;
  right: 10px;
  top: -8px;
  color: #fff;
  border-bottom: 8px solid;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-menu .menu-list li {
  width: 100%;
  float: none !important;
  padding: 14px 0 14px 0;
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}
.dropdown-menu .menu-list li a {
  display: inline-block;
  padding: 0 2px 0 2px !important;
  color: #6e767a;
}
.dropdown-menu .menu-list li a .ico {
  width: 16px !important;
  margin: 0 12px 0 0;
}
.dropdown-menu .menu-list li.bordered {
  border-top: 1px solid #f4f4f4;
}
.dropdown-menu .menu-list-separated li {
  text-align: center;
  border-top: 1px solid #f3f3f3;
  padding: 12px 0;
}
.dropdown-menu .menu-list-separated li:first-child {
  border-top: none;
}
.dropdown-menu .menu-list-separated li a {
  color: #8a9296;
}
.bootstrap-select {
  width: 100%;
  outline: none;
  box-shadow: none;
  margin: 0;
}
.bootstrap-select .selectpicker,
.bootstrap-select .dropdown-toggle,
.bootstrap-select .dropdown-menu,
.bootstrap-select .dropdown-menu li,
.bootstrap-select .dropdown-menu li a {
  outline: none !important;
  box-shadow: none;
}
.bootstrap-select>.dropdown-toggle,
.bootstrap-select>.dropdown-menu {
  border: 1px solid #dce2e5;
  border-radius: 2px;
  background: #f0f4f6;
  color: #878e92;
  font-size: 12px;
  line-height: 18px;
}
.bootstrap-select>.dropdown-toggle li a,
.bootstrap-select>.dropdown-menu li a {
  color: #abb6ba;
  font-size: 12px;
  line-height: 18px;
  padding: 3px 15px;
  background: #f0f4f6;
}
.bootstrap-select>.dropdown-toggle li a:hover,
.bootstrap-select>.dropdown-menu li a:hover {
  background: #fff;
}
.bootstrap-select.open>.dropdown-toggle {
  border: 1px solid #dce2e5;
  background: #f0f4f6;
  box-shadow: none;
  color: #878e92;
}
#header {
  width: 100%;
  min-height: 51px;
  position: relative;
  z-index: 30;
  background: #fff;
}
#header .navbar-header {
  margin-left: 0;
  margin-right: 0;
}
#header.has-opened-dropdown {
  z-index: 32;
}
.navbar-brand,
.logo {
  float: left;
  width: 99px;
  height: 33px;
  margin: 9px 0 0 !important;
  padding: 0;
  background: url("../img/logo.png") no-repeat;
  background-size: 99px 33px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .navbar-brand,
  .logo {
    float: none;
    display: inline-block;
  }
}
.navbar-toggle {
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  background-color: #13ae8e;
}
.nav-list {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .nav-list {
    float: none;
    width: 100%;
  }
}
.nav-list li {
  float: left;
}
@media (max-width: 767px) {
  .nav-list li {
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 10px;
  }
}
.nav-list li .nav-link,
.nav-list li .dropdown-toggle {
  display: block;
  border: none;
  border-top: 3px solid transparent;
  background: none;
  padding: 16px 13px 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #2e2e2e;
}
.nav-list li .nav-link:hover,
.nav-list li .dropdown-toggle:hover {
  text-decoration: none;
}
.nav-list li .nav-link:active,
.nav-list li .dropdown-toggle:active,
.nav-list li .nav-link.active,
.nav-list li .dropdown-toggle.active {
  border-color: #3ec8ab;
}
.nav-list li .nav-link span,
.nav-list li .dropdown-toggle span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .nav-list li .nav-link,
  .nav-list li .dropdown-toggle {
    width: 100%;
  }
}
.nav-list li .dropdown-menu {
  width: 254px;
  border-style: none;
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0px 4px 14px -10px rgba(50,50,50,0.5);
  background: #fefefe;
  margin: 0;
  padding: 15px 15px 13px;
  left: -61px;
}
@media (max-width: 767px) {
  .nav-list li .dropdown-menu {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 100%;
    border-bottom: 3px solid #13ae8e;
    margin: 0;
  }
}
.nav-list li .dropdown-menu.dd-right {
  width: 145px;
  padding: 15px 15px 5px 20px;
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  .nav-list li .dropdown-menu.dd-right {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    width: 100%;
    border-bottom: 3px solid #13ae8e;
    margin: 0;
  }
}
.nav-list li.open {
  position: relative;
  z-index: 31;
}
.nav-list li.open .dropdown-toggle {
  border-color: #3ec8ab;
  background: #f9f9f9;
}
.nav-list li a.all {
  padding: 0;
  font-size: 11px;
  line-height: 12px;
  text-transform: none;
  text-decoration: underline;
  color: #00bb95;
}
.nav-list li a.all:hover {
  text-decoration: none;
}
.nav-list .ico {
  width: 16px;
  height: 16px;
  margin: 0 5px 0 0;
}
.nav-list .search-field {
  width: 100%;
  border: 1px solid #dce2e5;
  border-radius: 2px;
  color: #bec4c7;
  background: #f0f4f6;
  font-size: 13px;
  line-height: 15px;
  padding: 8px 2px 8px 12px;
  margin: 0 0 13px;
  outline: none;
}
.nav-list .search-field:focus {
  box-shadow: none;
  border-color: #08a5ff;
  color: #5b6265;
  box-shadow: 0 0 0px 1px #08a5ff;
}
.nav-list .search-field:disabled {
  box-shadow: none;
  border-color: #dce2e5;
  background: #fafbfb;
  color: #dce4e7;
}
.nav-list .add-company {
  background-color: #00bb95;
  color: #fff;
  padding: 10px 25px 11px;
  margin-bottom: 8px;
}
.nav-list .add-company:hover {
  color: #fff;
  background-color: #00a886;
}
.nav-list .companies-list {
  max-height: 205px;
  overflow: auto;
  margin: 0 0 14px;
}
.nav-list .companies-list .company-item {
  font-size: 13px;
  line-height: 15px;
  border-bottom: 1px solid #f4f4f4;
  padding: 12px 0;
}
.nav-list .companies-list .company-item a {
  display: inline-block;
  color: #6e767a;
  text-transform: none;
  vertical-align: top;
  padding: 0;
}
.navbar-collapse {
  padding: 0;
}
#chart-section {
  width: 100%;
/*border-bottom 1px solid #f4f7f9*/
  font-size: 12px;
}
#chart-section .chart-header {
  padding: 13px 0 14px;
  background-color: #13ae8e;
  color: #fff;
}
#chart-section .name-block a {
  font-size: 13px;
  line-height: 29px;
  color: #fff;
}
#chart-section .chart-main {
  height: 297px;
  padding: 13px 0 20px;
  background-color: #00bb95;
  color: #fff;
}
#chart-section .chart-main .period-switcher {
  float: right;
  border: 1px solid #00cea4;
  border-radius: 14px;
}
@media (max-width: 767px) {
  #chart-section .chart-main .period-switcher {
    float: left;
    margin: 0 0 20px;
  }
}
#chart-section .chart-main .period-switcher .option {
  float: left;
  font-size: 12px;
  height: 29px;
  line-height: 27px;
  border-radius: 14px;
  padding: 0 20px;
  border: none;
  color: #cdf0ea;
  margin: -1px;
  position: relative;
  background: none;
  margin: 0 0 0 -5px;
  outline: none;
}
#chart-section .chart-main .period-switcher .option:first-child {
  margin: 0;
}
#chart-section .chart-main .period-switcher .option.active {
  background-color: #dafbf4;
  color: #00bb95;
}
#chart-section .chart-main .chart-columns {
  width: 100%;
}
#chart-section .chart-main .chart-columns:after {
  content: "";
  display: block;
  clear: both;
}
#chart-section .chart-main .chart-columns .chart-col {
  float: left;
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  #chart-section .chart-main .chart-columns .chart-col {
    width: 100%;
  }
}
#chart-section .chart-legend {
  font-size: 12px;
  padding: 21px 0 20px;
  background-color: #fff;
  text-align: center;
  color: #b3bbbe;
  display: none;
}
#chart-section .chart-legend div {
  display: inline-block;
  margin: 0 10px;
}
#chart-section .chart-legend span {
  display: inline-block;
  margin: 0 10px;
}
@media (max-width: 479px) {
  #chart-section .chart-legend span {
    font-size: 12px;
    margin: 0 6px;
  }
}
#chart-section .name-block {
  float: left;
  font-size: 13px;
  line-height: 29px;
}
#chart-section .name-block .name {
  display: inline-block;
  vertical-align: top;
}
#chart-section .name-block .settings {
  outline: none;
}
@media (max-width: 767px) {
  #chart-section .name-block {
    width: 100%;
    margin: 0 0 20px;
  }
}
#chart-section .close-btn {
  position: absolute;
  right: 15px;
  top: 19px;
  color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  height: 16px;
  background: 0;
  outline: none;
  border-style: none;
}
#chart-section .close-btn:hover {
  cursor: pointer;
}
#chart-section .view-options-block {
  float: left;
  margin: 0 0 0 28px;
}
@media (max-width: 767px) {
  #chart-section .view-options-block {
    width: 100%;
    margin: 0 0 20px;
  }
}
#chart-section .view-options-block .option-block {
  margin: 0 0 0 -22px;
}
#chart-section .view-options-block .option-block:first-child {
  margin: 0;
  z-index: 10;
}
#chart-section .view-options-block .option-block:first-child .dd-button {
  padding: 0 15px;
}
#chart-section .view-options-block .option-block:nth-child(2) {
  z-index: 9;
}
#chart-section .view-options-block .option-block:nth-child(3) {
  z-index: 8;
}
#chart-section .view-options-block .option-block:nth-child(4) {
  z-index: 7;
}
#chart-section .view-options-block .option-block:nth-child(5) {
  z-index: 6;
}
#chart-section .view-options-block .option-block:nth-child(6) {
  z-index: 5;
}
#chart-section .view-options-block .option-block:nth-child(7) {
  z-index: 4;
}
#chart-section .view-options-block .dd-button {
  outline: none;
}
#chart-section .option-block {
  float: left;
  height: 29px;
  position: relative;
  margin: 0;
}
#chart-section .option-block.open .dd-button {
  background: #0f8c72;
  border-color: #0f8c72;
}
#chart-section .dd-button {
  font-size: 12px;
  line-height: 27px;
  padding: 0 15px 0 35px;
  color: #cdf0ea;
  background-color: #13ae8e;
  border: 1px solid #00cea4;
  border-radius: 14px;
  outline: none;
}
#chart-section .dd-button:hover {
  cursor: pointer;
}
@media (max-width: 479px) {
  #chart-section .dd-button {
    padding: 0 8px 0 27px;
  }
}
#chart-section .date-range-block {
  float: right;
  font-size: 12px;
}
@media (max-width: 767px) {
  #chart-section .date-range-block {
    float: left;
    width: 100%;
    margin: 0;
  }
}
#chart-section .date-range-block .btn-submit {
  margin: 0;
}
#chart-section .date-range-block .dd-button {
  color: #fff;
  padding: 0 15px 0 20px;
}
#chart-section .date-range-block .dd-button strong {
  display: inline-block;
  margin: 0 0 0 15px;
  font-style: normal;
  font-weight: bold;
}
#chart-section .date-range-block .dd-menu {
  right: 0;
  width: 338px;
}
@media (max-width: 767px) {
  #chart-section .date-range-block .dd-menu {
    width: 270px;
  }
}
#chart-section .date-range-block .dd-menu .dd-menu-holder {
  padding: 17px 22px;
}
#stats-section {
  display: none;
  padding: 23px 0 34px;
  color: #b3bbbe;
}
@media (max-width: 767px) {
  #stats-section .stats-main {
    text-align: center;
    margin: 0 0 20px;
  }
}
#stats-section .stats-main .name {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin: 4px 0 8px;
}
#stats-section .stats-main .stats-label {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 12px;
}
#stats-section .stats-main .date-range {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-style: normal;
  color: #00bb95;
  margin: 0;
}
#stats-section .stats-block {
  color: #b3bbbe;
  text-align: right;
}
@media (max-width: 767px) {
  #stats-section .stats-block {
    text-align: center;
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #stats-section .stats-block {
    margin: 0 0 20px;
  }
}
#stats-section .stats-block .stats-block-holder {
  display: inline-block;
  text-align: left;
}
#stats-section .stats-block .stats-name {
  display: block;
  font-size: 13px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 13px;
}
#stats-section .stats-block .stats-value {
  display: block;
  font-size: 48px;
  line-height: 50px;
  font-weight: 300;
  margin: 0 0 12px;
  color: #ffcb98;
}
#stats-section .stats-block .stats-change {
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  font-style: normal;
}
#stats-section .stats-block .stats-change .up {
  color: #00bb95;
}
#stats-section .stats-block .stats-change .down {
  color: #d10000;
}
.pagination ul > li > a,
.pagination ul > li > span,
.pagination ul > li > a:hover,
.pagination ul > li > span:hover {
  background: #fff;
  color: #777;
  text-decoration: none !important;
  cursor: pointer;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f7f9 !important;
  color: #000;
  border: 1px solid #ddd;
  text-decoration: underline !important;
}
#table-section {
  padding: 20px 0;
  background-color: #e1eaee;
  min-height: 70%;
}
@media (max-width: 479px) {
  #table-section .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#table-section .selected {
  background: #d4dce0;
}
#table-section ul li {
  cursor: pointer;
}
#table-section .table-section-row {
  width: 100%;
  margin: 0 0 16px;
}
#table-section .table-section-row:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  #table-section .table-section-row {
    margin: 0 0 6px;
  }
}
#table-section .table-section-row-holder {
  float: left;
  width: calc(100% - 260px);
}
@media (max-width: 767px) {
  #table-section .table-section-row-holder {
    width: 100%;
  }
}
#table-section .table-options {
  float: right;
}
#table-section .table-options .dropdown {
  float: left;
  margin: 0 0 0 32px;
}
#table-section .table-options .dropdown:first-child {
  margin: 0;
}
@media (max-width: 767px) {
  #table-section .table-options .dropdown {
    margin: 0 0 0 10px;
  }
}
@media (max-width: 479px) {
  #table-section .table-options .dropdown {
    margin: 0;
  }
}
#table-section .table-options .dropdown .dropdown-toggle {
  background: none;
  border-style: none;
  font-size: 14px;
  line-height: 18px;
  padding: 7px 10px;
  border-radius: 3px;
  margin: 0;
}
@media (max-width: 479px) {
  #table-section .table-options .dropdown .dropdown-toggle {
    font-size: 12px;
    padding: 7px 5px;
  }
}
#table-section .table-options .dd .dd-menu {
  width: 180px;
}
#table-section .table-options .dd.open .dd-toggle {
  background: #cbd6db;
}
#table-section .info-block {
  float: left;
  color: #9caab0;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #table-section .info-block {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-right: 0;
  }
}
#table-section .info-block .number {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  color: #70797d;
}
@media (max-width: 479px) {
  #table-section .info-block .number {
    font-size: 16px;
  }
}
#table-section .info-block .period {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 28px;
  margin-left: 6px;
  margin-top: 5px;
}
@media (max-width: 479px) {
  #table-section .info-block .period {
    font-size: 11px;
    margin-left: 3px;
    margin-top: 3px;
  }
}
#table-section .search-form-holder .search-form {
  width: 100%;
  position: relative;
  padding-left: 25px;
}
#table-section .search-form-holder .search-form:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: 9px;
  left: 4px;
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -165px;
  margin: 0;
  z-index: 1;
}
#table-section .search-form-holder .text-input {
  width: 100%;
  font-size: 14px;
  line-height: 18px;
  background: none;
  border-style: none;
  outline: none;
  margin: 0;
  padding: 7px 1px 7px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
  box-shadow: none;
  border-radius: 4px;
  z-index: 2;
}
#table-section .search-form-holder .text-input:focus {
  background: #fff;
}
@media (max-width: 479px) {
  #table-section .search-form-holder .text-input {
    font-size: 12px;
    padding: 7px 2px 7px 20px;
  }
}
@media (max-width: 767px) {
  #table-section .table-frame {
    padding: 0;
  }
}
#table-section .table-container {
  width: 100%;
  margin: 0 0 12px;
  box-shadow: 0px 5px 18px -10px rgba(0,0,0,0.3);
}
#table-section .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
}
#table-section .table thead th {
  padding: 26px 0 26px 20px;
  font-size: 12px;
  line-height: 18px;
  background: #f0f4f6;
  color: #b3bbbe;
  border: none;
}
@media (max-width: 767px) {
  #table-section .table thead th {
    font-size: 10px;
    line-height: 12px;
    padding: 12px 0 12px 2px;
  }
}
@media (max-width: 479px) {
  #table-section .table thead th {
    font-size: 9px;
    line-height: 10px;
    padding: 8px 0 8px 2px;
    font-weight: 400;
  }
}
#table-section .table thead th:first-child {
  border-top-left-radius: 4px;
}
#table-section .table thead th:last-child {
  border-top-right-radius: 4px;
}
#table-section .table tbody td {
  font-size: 12px;
  line-height: 14px;
  padding: 13px 0 13px 20px;
  border: none;
}
@media (max-width: 767px) {
  #table-section .table tbody td {
    font-size: 10px;
    line-height: 12px;
    padding: 6px 0 6px 2px;
    font-weight: 300;
  }
}
@media (max-width: 479px) {
  #table-section .table tbody td {
    font-size: 9px;
    line-height: 10px;
    padding: 8px 0 8px 2px;
    font-weight: 300;
  }
}
#table-section .table tbody td.actions {
  width: 80px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #table-section .table tbody td.actions {
    width: 40px;
  }
}
@media (max-width: 479px) {
  #table-section .table tbody td.actions {
    width: 36px;
  }
}
#table-section .table tbody tr:nth-child(odd) td {
  background: #fff;
}
#table-section .table tbody tr:nth-child(even) td {
  background: #fbfcfd;
}
#table-section .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
#table-section .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
#table-section .show-options {
  float: left;
  font-size: 12px;
  line-height: 25px;
  color: #7b868b;
  white-space: nowrap;
}
@media (max-width: 479px) {
  #table-section .show-options {
    float: left;
    width: 100%;
    margin: 0 0 10px;
  }
}
#table-section .show-options .active {
  background: #d4dce0 !important;
}
#table-section .show-options .show-rows {
  color: #9caab0;
}
#table-section .show-options .pages-dd {
  display: inline-block;
  vertical-align: top;
}
#table-section .show-options .pages-dd .dropdown-toggle {
  background: #e9f0f3;
  color: #b0bdc3;
  font-size: 12px;
  line-height: 23px;
  font-weight: bold;
  padding: 0 8px;
  border: 1px solid #d4dce0;
  border-radius: 4px;
}
#table-section .show-options .pages-dd .dropdown-menu {
  top: auto;
  bottom: 100%;
  min-width: 45px;
  background: #e9f0f3;
}
#table-section .show-options .pages-dd .dropdown-menu>li>a {
  padding: 3px 8px;
  color: #b0bdc3;
  font-size: 12px;
  line-height: 23px;
}
#table-section .show-options .show-info {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
}
#table-section .pagination {
  float: right;
  margin: 0;
  border: 1px solid #d4dce0;
  border-radius: 4px;
  background: #e9f0f3;
  overflow: hidden;
}
@media (max-width: 479px) {
  #table-section .pagination {
    float: left;
  }
}
#table-section .pagination .btn {
  float: left;
  border-style: none;
  background: none;
  color: #b0bdc3;
  font-size: 12px;
  line-height: 23px;
  padding: 0 9px;
  border-radius: 0;
}
#table-section .pagination .btn.active {
  background: #d4dce0;
  box-shadow: none;
}
#table-section .pagination .btn.active:hover {
  cursor: default;
}
.actions>button,
.actions .dd-play>button {
  color: #9a9a9a;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-style: none;
  outline: none;
  box-shadow: none;
  background: none;
}
@media (max-width: 479px) {
  .actions>button,
  .actions .dd-play>button {
    font-size: 12px;
  }
}
.actions>button:hover,
.actions .dd-play>button:hover {
  color: #13ae8e;
}
.actions .edit-btn {
  float: left;
}
.actions .chart-btn {
  float: left;
  margin: 0 18px 0 0;
}
@media (max-width: 767px) {
  .actions .chart-btn {
    margin: 0 4px 0 0;
  }
}
@media (max-width: 479px) {
  .actions .chart-btn {
    margin: 0 2px 0 0;
  }
}
.actions .dd-play {
  float: left;
  margin: 0 0 0 18px;
}
@media (max-width: 767px) {
  .actions .dd-play {
    margin: 0 0 0 4px;
  }
}
@media (max-width: 479px) {
  .actions .dd-play {
    margin: 0 0 0 2px;
  }
}
.actions .dd-play .dd-menu {
  width: 386px;
  border: 1px solid #efefef;
  background: #fefefe;
  right: -11px;
  top: auto;
  bottom: 100%;
  box-shadow: none;
  margin: 0 0 10px;
}
@media (max-width: 479px) {
  .actions .dd-play .dd-menu {
    width: 331px;
  }
}
.actions .dd-play .dd-menu .dd-menu-holder {
  width: 100%;
  padding: 0;
}
.actions .dd-play .dd-menu .dd-menu-holder:after {
  content: "";
  display: block;
  clear: both;
}
.actions .dd-play .dd-menu .dd-menu-holder:before {
  content: '';
  position: absolute;
  right: 10px;
  top: auto;
  bottom: -13px;
  width: 17px;
  height: 14px;
  background: url("../img/dropdown-arrow.png") no-repeat;
  color: #000;
  border: none;
}
.actions .dd-play .dd-menu .dd-menu-holder .dd-menu-inner {
  width: 100%;
  position: relative;
}
.actions .dd-play .dd-menu .dd-menu-holder .dd-menu-inner:after {
  content: "";
  display: block;
  clear: both;
}
.actions .dd-play .dd-menu .dd-menu-holder .dd-menu-inner:before {
  content: '';
  position: absolute;
  left: 35%;
  top: 0;
  height: 100%;
  width: 1px;
  background: #f0f4f6;
}
.actions .dd-play .play-col1 {
  float: left;
  width: 35%;
  padding: 20px 5px 20px 22px;
  color: #727272;
}
@media (max-width: 479px) {
  .actions .dd-play .play-col1 {
    padding: 10px 2px 10px 10px;
  }
}
.actions .dd-play .play-col1 .name {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin: 0 0 12px;
}
.actions .dd-play .play-col1 .tel {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #9da8ad;
  margin: 0 0 24px;
}
.actions .dd-play .play-col1 .more {
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 12px;
  padding: 8px 16px;
  margin: 0 0 40px;
}
.actions .dd-play .play-col2 {
  float: left;
  width: 65%;
  padding: 20px 18px 20px 25px;
  color: #727272;
}
@media (max-width: 479px) {
  .actions .dd-play .play-col2 {
    padding: 10px 10px 10px 5px;
  }
}
.actions .dd-play .play-col2 .status {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 0 12px;
}
.actions .dd-play .play-col2 .status .ico-received {
  margin: 0 6px 0 0;
}
.actions .dd-play .play-col2 .player-block {
  width: 100%;
  background: #f0f4f6;
  border-radius: 2px;
  padding: 9px 10px 10px 13px;
  color: #939b9f;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 14px;
}
.actions .dd-play .play-col2 .player-block:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 479px) {
  .actions .dd-play .play-col2 .player-block {
    font-size: 11px;
  }
}
.actions .dd-play .play-col2 .player-block .action-btn {
  float: left;
  maring: 0 6px 0 0;
  background: none;
  padding: 0;
  border: none;
}
@media (max-width: 479px) {
  .actions .dd-play .play-col2 .player-block .action-btn {
    maring: 0 3px 0 0;
  }
}
.actions .dd-play .play-col2 .player-block .time {
  float: left;
  text-align: right;
  width: 36px;
}
@media (max-width: 479px) {
  .actions .dd-play .play-col2 .player-block .time {
    width: 32px;
  }
}
.actions .dd-play .play-col2 .player-block .progressbar {
  float: left;
  width: 88px;
  height: 1px;
  background: #d8e1e5;
  margin: 6px 4px 0 8px;
}
.actions .dd-play .play-col2 .player-block .progressbar .progress {
  float: left;
  height: 1px;
  width: 50%;
  background: #929ea3;
}
.actions .dd-play .play-col2 .notes-link {
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  color: #c3c9cb;
  margin: 0 0 19px;
}
.actions .dd-play .play-col2 .select {
  width: 100%;
  margin: 0 0 25px;
}
.actions .dd-play .play-col2 .bootstrap-select {
  width: 100%;
  display: block;
  min-height: 32px;
  min-width: 50px;
}
.actions .dd-play .play-col2 .bootstrap-select.select-label .filter-option {
  position: relative;
}
.actions .dd-play .play-col2 .bootstrap-select.select-label .filter-option:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -147px;
  margin: 0 10px 0 0;
}
.actions .dd-play .play-col2 .btn-update {
  display: block;
  width: 100%;
  margin: 0;
}
.actions .dd-play .block-number {
  position: absolute;
  bottom: 26px;
  left: 22px;
  font-size: 11px;
  line-height: 13px;
  color: #d64848;
}
@media (max-width: 479px) {
  .actions .dd-play .block-number {
    left: 12px;
    bottom: 12px;
  }
}
.actions .dd-play .dd-play .unblock-number {
  position: absolute;
  bottom: 26px;
  left: 22px;
  font-size: 11px;
  line-height: 13px;
  color: #00bb95;
}
@media (max-width: 479px) {
  .actions .dd-play .dd-play .unblock-number {
    left: 12px;
    bottom: 12px;
  }
}
.table-bordered-gray {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 0 17px;
  border: 1px solid #f0f4f6;
  border-radius: 4px;
}
.table-bordered-gray thead th {
  padding: 13px 0 11px 20px;
  font-size: 11px;
  line-height: 12px;
  background: #f4f7f9;
  color: #7f888e;
  text-transform: uppercase;
  border: none;
  border-bottom: 1px solid #f0f4f6;
  border-left: 1px solid #e7ecef;
}
.table-bordered-gray thead th.col1 {
  border-left-width: 3px;
}
.table-bordered-gray thead th:first-child {
  border-left-color: transparent;
}
.table-bordered-gray thead th.nb {
  border-left: none !important;
}
@media (max-width: 767px) {
  .table-bordered-gray thead th {
    font-size: 10px;
    line-height: 12px;
    padding: 6px 0 6px 2px;
  }
}
@media (max-width: 479px) {
  .table-bordered-gray thead th {
    font-size: 9px;
    line-height: 10px;
    font-weight: 400;
    padding: 8px 0 8px 2px;
  }
}
.table-bordered-gray thead th:first-child {
  border-top-left-radius: 4px;
}
.table-bordered-gray thead th:last-child {
  border-top-right-radius: 4px;
}
.table-bordered-gray tbody td {
  font-size: 12px;
  line-height: 14px;
  vertical-align: top;
  color: #777;
  padding: 13px 0 10px 20px;
  border: none;
  border-bottom: 1px solid #f0f4f6;
  border-left: 1px solid transparent;
}
.table-bordered-gray tbody td.col1 {
  border-left-width: 3px;
}
.table-bordered-gray tbody td.nb {
  border-left: none !important;
}
@media (max-width: 767px) {
  .table-bordered-gray tbody td {
    font-size: 10px;
    line-height: 12px;
    padding: 6px 0 6px 2px;
    font-weight: 300;
  }
}
@media (max-width: 479px) {
  .table-bordered-gray tbody td {
    font-size: 9px;
    line-height: 10px;
    padding: 8px 0 8px 2px;
    font-weight: 300;
  }
}
.table-bordered-gray tbody td.actions {
  width: 90px;
  padding-left: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .table-bordered-gray tbody td.actions {
    width: 40px;
  }
}
@media (max-width: 479px) {
  .table-bordered-gray tbody td.actions {
    width: 36px;
  }
}
.table-bordered-gray tbody td.actions>button {
  border-style: none;
  background: none;
  outline: none;
  padding: 0;
  color: #777;
}
.table-bordered-gray tbody td.actions>button:hover {
  color: #08a5ff;
}
.table-bordered-gray tbody td.actions>button.btn-delete {
  margin: 0 0 0 16px;
}
@media (max-width: 767px) {
  .table-bordered-gray tbody td.actions>button.btn-delete {
    margin: 0 0 0 4px;
  }
}
@media (max-width: 479px) {
  .table-bordered-gray tbody td.actions>button.btn-delete {
    margin: 0 0 0 2px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-bordered-gray tbody td.actions>button.btn-delete {
    margin: 0 0 0 8px;
  }
}
.table-bordered-gray tbody td.actions>button.btn-add {
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .table-bordered-gray tbody td.actions>button.btn-add {
    margin: 0 4px 0 0;
  }
}
@media (max-width: 479px) {
  .table-bordered-gray tbody td.actions>button.btn-add {
    margin: 0 2px 0 0;
  }
}
.table-bordered-gray tbody tr:last-child td {
  border-bottom: none;
}
.table-bordered-gray tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
.table-bordered-gray tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}
.table-bordered-gray tbody tr:hover td {
  background: #f4f7f9;
}
.table-bordered-gray tbody tr:hover td.col1 {
  border-left-color: #4bbda7;
}
.table-bordered-gray.labels-table td.col2 {
  font-weight: bold;
}
.table-bordered-gray.dark-gray {
  border: 1px solid #dae4e8;
}
.table-bordered-gray.dark-gray thead th {
  background: #e9f1f4;
  border-bottom: 1px solid #dae4e8;
  border-left: 1px solid #dae4e8;
}
.table-bordered-gray.dark-gray thead th.col1 {
  border-left-width: 3px;
}
.table-bordered-gray.dark-gray thead th:first-child {
  border-left-color: transparent;
}
.table-bordered-gray.dark-gray tbody td {
  border-bottom: 1px solid #dae4e8;
}
.cf-table tbody td.actions {
  width: 120px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cf-table tbody td.actions {
    width: 80px;
  }
}
@media (max-width: 479px) {
  .cf-table tbody td.actions {
    width: 46px;
  }
}
.login-title {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 14px;
}
.login-subtitle {
  font-size: 12px;
}
.login-block {
  padding-top: 140px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .login-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 479px) {
  .login-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .login-block {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .login-block {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .login-block {
    padding-top: 120px;
  }
}
.login-block .login-form {
  width: 360px;
  position: relative;
  padding: 24px 23px 20px;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 auto 20px;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.75);
}
@media (max-width: 479px) {
  .login-block .login-form {
    width: 290px;
  }
}
.login-block .login-form .logo-holder {
  text-align: center;
  padding: 20px 0 20px;
}
.login-block .login-form .logo {
  float: none;
  display: inline-block;
}
.login-block .login-form .form-group {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.login-block .login-form .form-group:after {
  content: "";
  display: block;
  clear: both;
}
.login-block .login-form .form-control {
  height: 42px;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.467;
  color: #34495e;
  border: 2px solid #bdc3c7;
  border-radius: 6px;
  box-shadow: none;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.login-block .login-form .form-control:focus {
  border-color: #1abc9c;
}
.login-block .login-form .form-control::-webkit-input-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.login-block .login-form .form-control:-moz-placeholder,
.login-block .login-form color #b2bcc5,
.login-block .login-form opacity 1,
.login-block .login-form .form-control::-moz-placeholder,
.login-block .login-form .form-control:-ms-input-placeholder {
  color: #b2bcc5;
  opacity: 1;
}
.login-block .login-form .btn-submit {
  float: right;
}
.login-block .login-form .chb-holder {
  float: left;
  padding-top: 10px;
}
.login-block .login-form .chb-holder .checkbox+label {
  padding: 0 0 0 18px;
  color: #6d7a80;
}
.login-block .form-links-holder {
  text-align: center;
}
.login-block .form-links-holder .form-links {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.login-block .form-links-holder .form-links li {
  display: inline-block;
  border-left: 1px solid #626d72;
  padding: 5px 12px;
  font-size: 0;
}
.login-block .form-links-holder .form-links li:first-child {
  border-left: none;
}
.login-block .form-links-holder .form-links li a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  text-decoration: underline;
}
.login-block .form-links-holder .form-links li a:hover {
  text-decoration: none;
}
#report-section {
  padding-top: 30px;
}
#report-section .filter {
  color: #828a90;
  line-height: 26px;
  padding: 20px 0 0;
  margin: 0 0 30px;
}
#report-section .filter .filter-input {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  margin: 0 8px 0 10px;
  border-color: #a5b0b5;
  background: #fff;
  text-align: center;
  padding: 5px 0px;
  box-shadow: none;
  text-overflow: ellipsis;
  color: #a5b0b5;
}
#report-section .filter .value {
  color: #d2dce0;
}
#map-section {
  height: 225px;
  background: #f0ede5;
}
#details-section .info-section {
  background: #fff;
  padding: 14px 0 18px;
}
#details-section .info-section .info-container {
  float: left;
}
@media (max-width: 767px) {
  #details-section .info-section .info-container {
    width: 100%;
    margin: 0 0 30px;
  }
}
#details-section .info-section .img-holder {
  float: left;
  width: 61px;
  height: 61px;
  margin: 0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .info-section .img-holder {
    margin: 0 4px 0 0;
  }
}
#details-section .info-section .img-holder img {
  display: block;
  margin: 0;
}
#details-section .info-section .id-info {
  float: left;
  padding: 5px 0 0;
}
#details-section .info-section .id-info .id-row {
  font-size: 12px;
  line-height: 14px;
  color: #6d6d6d;
  margin: 0 0 6px;
}
#details-section .info-section .id-info .id-row .id,
#details-section .info-section .id-info .id-row button {
  display: inline-block;
}
#details-section .info-section .id-info .id-row button {
  background: none;
  outline: none;
  border-style: none;
  padding: 0;
  margin: 0 0 0 6px;
  color: #b1bdc2;
}
#details-section .info-section .id-info .phone {
  display: inline-block;
  background: #00bb95;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  outline: none;
  border-style: none;
  border-radius: 16px;
  padding: 8px 11px 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .info-section .id-info .phone {
    font-size: 11px;
    padding: 4px 6px 4px;
  }
}
#details-section .info-section .stats-block {
  height: 1%;
  overflow: hidden;
}
@media (max-width: 767px) {
  #details-section .info-section .stats-block {
    height: auto;
    width: 100%;
  }
}
#details-section .info-section .stats-block .stats-block-holder {
  float: right;
  padding: 9px 0 0;
}
@media (max-width: 767px) {
  #details-section .info-section .stats-block .stats-block-holder {
    float: left;
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .info-section .stats-block .stats-block-holder {
    padding: 2px 0 0;
  }
}
#details-section .info-section .stats-block .stat-col {
  float: left;
  padding: 4px 20px;
  border-left: 1px solid #ced8dd;
}
@media (max-width: 767px) {
  #details-section .info-section .stats-block .stat-col {
    width: 50%;
    padding: 0;
    border-style: none;
    margin: 0 0 20px;
  }
}
@media (max-width: 479px) {
  #details-section .info-section .stats-block .stat-col {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .info-section .stats-block .stat-col {
    padding: 4px 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #details-section .info-section .stats-block .stat-col {
    padding: 4px 10px;
  }
}
#details-section .info-section .stats-block .stat-col:first-child {
  border-left: none;
}
#details-section .info-section .stats-block .stat-col .stat-name {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #b0bdc2;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  #details-section .info-section .stats-block .stat-col .stat-name {
    margin: 0 0 6px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .info-section .stats-block .stat-col .stat-name {
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 6px;
  }
}
#details-section .info-section .stats-block .stat-col .value {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  color: #777;
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .info-section .stats-block .stat-col .value {
    font-size: 11px;
    line-height: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #details-section .info-section .stats-block .stat-col .value {
    font-size: 13px;
    line-height: 15px;
  }
}
#details-section .details-flow-section {
  background: #eaeef0;
}
#details-section .details-flow-section .details-flow-blocks {
  position: relative;
  padding: 70px 0 40px;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-blocks {
    padding: 20px 0;
  }
}
#details-section .details-flow-section .details-flow-blocks:before {
  content: '';
  position: absolute;
  left: 234px;
  top: 0;
  height: 100%;
  width: 5px;
  z-index: 1;
  background: #dde2e4;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-blocks:before {
    left: 18px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .details-flow-section .details-flow-blocks:before {
    left: 164px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #details-section .details-flow-section .details-flow-blocks:before {
    left: 184px;
  }
}
#details-section .details-flow-section .details-flow-block {
  width: 100%;
  position: relative;
  padding-left: 70px;
  min-height: 42px;
  margin: 0 0 30px !important;
  z-index: 3;
}
#details-section .details-flow-section .details-flow-block:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block {
    padding-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .details-flow-section .details-flow-block {
    padding-left: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #details-section .details-flow-section .details-flow-block {
    padding-left: 20px;
  }
}
#details-section .details-flow-section .details-flow-block:last-child {
  margin: 0;
}
#details-section .details-flow-section .details-flow-block .flow-type {
  float: left;
  width: 40px;
  height: 40px;
  background: #fff;
  border: 5px solid #d1dade;
  border-radius: 50%;
  text-align: center;
  color: #00bb95;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 30px;
}
#details-section .details-flow-section .details-flow-block .flow-type.new {
  background: #dbe0e3;
  color: #e7ebed;
}
#details-section .details-flow-section .details-flow-block .flow-type.small {
  color: #c4cfd4;
  width: 27px;
  height: 27px;
  font-size: 12px;
  line-height: 17px;
  margin: 16px 6px 0 7px;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .flow-type.small {
    margin: -38px 0 0 7px;
  }
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .flow-type {
    margin: -55px 0 0;
  }
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block.block-left .flow-type {
    margin: 0 0 -40px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 4px;
  border: 1px solid #fff;
  position: relative;
  margin-top: 0;
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
}
#details-section .details-flow-section .details-flow-block .details-flow-container .flow-container-inner {
  background: #fff;
  padding: 15px 25px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container .flow-container-inner {
    padding: 5px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container.highlighted {
  border-color: #add6eb;
  box-shadow: 0px 0px 2px 0px #add6eb;
}
#details-section .details-flow-section .details-flow-block .details-flow-container.highlighted:after {
  border-color: #add6eb;
  box-shadow: 0px 0px 2px 0px #add6eb;
}
#details-section .details-flow-section .details-flow-block .details-flow-container:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 27px;
  left: -14px;
  background: #fff;
  border: 1px solid #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.25);
  z-index: 1;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container:after {
    top: 0;
    left: 15px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block {
  width: 100%;
  margin: 0 0 30px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block:after {
  content: "";
  display: block;
  clear: both;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .select-label {
  float: right;
  width: 110px !important;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .select-label.select-label .filter-option {
  position: relative;
  font-weight: bold;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .select-label.select-label .filter-option:before {
  content: '';
  vertical-align: top;
  display: inline-block;
  width: 9px;
  height: 11px;
  background: url("../img/ico-label.png") no-repeat;
  background-size: 9px 11px;
  margin: 3px 4px 0 0;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .select-label>.dropdown-toggle {
  background: none;
  border-style: none;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .heading-block-holder {
  height: 1%;
  overflow: hidden;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .title {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #b0bdc2;
  margin: 0 0 10px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .heading-block .duration {
  display: block;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  color: #7d898e;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .section-title {
  display: block;
  color: #929da1;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin: 0 0 10px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block {
  background: #f4f5f7;
  padding: 12px;
  font-size: 13px;
  line-height: 31px;
  color: #bac5ca;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 25px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container .player-block {
    padding: 5px;
  }
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container .player-block {
    font-size: 11px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .action {
  float: left;
  width: 36px;
  text-align: center;
  color: #7d898e;
  font-size: 20px;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container .player-block .action {
    width: 12px;
    font-size: 12px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .action i:hover {
  cursor: pointer;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .time {
  float: left;
  width: 50px;
  text-align: right;
  margin: 0 22px 0 0;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container .player-block .time {
    width: 33px;
    margin: 0 2px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .playback-btn {
  background: none;
  outline: none;
  border-style: none;
  padding: 0;
  margin: 0 10px 0 0px;
  color: #b1bdc2;
  font-size: 14px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .volume {
  float: left;
  width: 36px;
  text-align: center;
  color: #7d898e;
  font-size: 18px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .volume i:hover {
  cursor: pointer;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .details-flow-container .player-block .volume {
    width: 12px;
    font-size: 12px;
  }
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .play-progress {
  height: 1%;
  overflow: hidden;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .play-progress .play-progress-holder {
  width: 100%;
  height: 31px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .player-block .play-progress .play-progress-holder img {
  height: 31px;
  width: 100%;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .textarea {
  width: 100%;
  height: 104px;
  padding: 12px 2px 12px 12px;
  background: #f4f5f7;
  color: #757d81;
  font-size: 13px;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  resize: none;
  margin: 0 0 22px;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .textarea:focus {
  border-color: #08a5ff;
}
#details-section .details-flow-section .details-flow-block .details-flow-container .text-input.small {
  width: 113px;
  box-shadow: none;
}
#details-section .details-flow-section .details-flow-block .flow-block-col-l {
  float: left;
  width: 147px;
  padding: 0 17px 0 0;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .flow-block-col-l {
    padding: 0;
    width: 100%;
  }
}
#details-section .details-flow-section .details-flow-block .flow-block-col-l .details-flow-container {
  color: #b0bdc2;
  font-size: 12px;
  line-height: 14px;
}
#details-section .details-flow-section .details-flow-block .flow-block-col-l .details-flow-container .flow-container-inner {
  padding: 22px 15px;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .flow-block-col-l .details-flow-container .flow-container-inner {
    padding: 5px;
  }
}
#details-section .details-flow-section .details-flow-block .flow-block-col-l .details-flow-container:after {
  left: 15px;
  top: auto;
  bottom: -21px;
  right: auto;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block.block-left .flow-block-col-l {
    padding: 0 0 20px 34px;
    width: 100%;
  }
}
#details-section .details-flow-section .details-flow-block .flow-block-col-r {
  float: left;
  width: 800px;
  padding: 0 0 0 40px;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .flow-block-col-r {
    width: 100%;
    padding: 0 0 0 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #details-section .details-flow-section .details-flow-block .flow-block-col-r {
    width: 533px;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #details-section .details-flow-section .details-flow-block .flow-block-col-r {
    width: 733px;
    padding: 0 0 0 25px;
  }
}
#details-section .details-flow-section .details-flow-block .flow-block-col-r .flow-date {
  padding: 10px 0 0;
  text-align: left;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .flow-block-col-r .flow-date {
    padding: 0 0 0 10px;
  }
}
#details-section .details-flow-section .details-flow-block .flow-date {
  padding: 10px 0 0 70px;
}
@media (max-width: 767px) {
  #details-section .details-flow-section .details-flow-block .flow-date {
    padding: 0 0 15px 45px;
  }
}
#details-section .details-flow-section .details-flow-block .flow-date .date {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  font-style: normal;
  color: #7d898e;
  margin: 0 0 6px;
}
#details-section .details-flow-section .details-flow-block .flow-date .time {
  display: block;
  font-size: 12px;
  line-height: 27px;
  font-weight: normal;
  font-style: normal;
  color: #b8c0c4;
}
#details-section .details-flow-section .details-flow-block .flow-date .date+.time {
  line-height: 14px;
}
#details-section .details-flow-section .details-flow-block .stats-block {
  width: 100%;
}
#details-section .details-flow-section .details-flow-block .stats-block:after {
  content: "";
  display: block;
  clear: both;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col {
  float: left;
  padding: 0;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col.col1 {
  width: 20%;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col.col2 {
  width: 15%;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col.col3 {
  width: 15%;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col.col4 {
  width: 15%;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col.col5 {
  width: 35%;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .stats-block .stat-col {
    width: 100% !important;
    margin: 0 0 10px;
  }
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col .stat-name {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #b0bdc2;
  margin: 0 0 10px;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .stats-block .stat-col .stat-name {
    margin: 0 0 2px;
  }
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col .value {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b0bdc2;
}
@media (max-width: 479px) {
  #details-section .details-flow-section .details-flow-block .stats-block .stat-col .value {
    overflow: auto;
    white-space: normal;
  }
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col .value a {
  font-weight: normal;
  color: #38a9e1;
  text-decoration: underline;
}
#details-section .details-flow-section .details-flow-block .stats-block .stat-col .value a:hover {
  text-decoration: none;
}
.billing-boxes {
  margin: 0 -9px 9px;
}
.billing-boxes .billing-boxes-holder {
  width: 100%;
}
.billing-boxes .billing-boxes-holder:after {
  content: "";
  display: block;
  clear: both;
}
.billing-boxes .billing-box {
  width: 33.33333%;
  float: left;
  padding: 0 9px;
}
@media (max-width: 767px) {
  .billing-boxes .billing-box {
    width: 100%;
    margin: 0 0 10px;
  }
}
.plan-section {
  margin: 0 0 20px;
}
.plan-section p {
  margin: 0;
}
.plan-section .plan-block {
  width: 100%;
  height: 165px;
  background: #fdfdfa;
  color: #5d5d5d;
  border: 1px solid #e5e5e5;
  padding: 23px 31px 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .plan-block {
    padding: 10px 10px 0;
  }
}
.plan-section .plan-block .plan-block-holder {
  width: 100%;
  height: 90px;
}
.plan-section .plan-block .plan-block-inner {
  width: 100%;
}
.plan-section .plan-block .plan-block-inner:after {
  content: "";
  display: block;
  clear: both;
}
.plan-section .plan-block .plan-block-inner .price-block {
  float: right;
  margin: 0;
}
.plan-section .plan-block .plan-block-inner .descr {
  height: 1%;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .plan-section .plan-block .plan-block-inner .descr {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plan-section .plan-block .plan-block-inner .descr {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .plan-block .plan-block-inner .descr {
    font-size: 12px;
    line-height: 14px;
  }
}
.plan-section .plan-block .plan-block-inner .descr p {
  color: #919191;
}
.plan-section .plan-block .plan-block-inner .descr .title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: 'Gotham';
  margin: 0 0 8px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .plan-section .plan-block .plan-block-inner .descr .title {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plan-section .plan-block .plan-block-inner .descr .title {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .plan-block .plan-block-inner .descr .title {
    font-size: 12px;
    line-height: 14px;
  }
}
.plan-section .plan-block .plan-block-inner .descr .plan-name {
  display: block;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  font-family: 'Gotham';
  color: #ffc207;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .plan-section .plan-block .plan-block-inner .descr .plan-name {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .plan-section .plan-block .plan-block-inner .descr .plan-name {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .plan-block .plan-block-inner .descr .plan-name {
    font-size: 16px;
    line-height: 18px;
  }
}
.plan-section .plan-block .btns-holder {
  text-align: center;
}
.plan-section .plan-block .btns-holder .btn {
  font-family: 'Gotham';
  font-weight: 700;
  display: inline-block;
}
.plan-section .card-block {
  width: 100%;
  height: 165px;
  color: #fff;
  background: #6e767c;
  border-radius: 3px;
  padding: 17px 14px 0 14px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .card-block {
    padding: 10px 10px 0;
  }
}
.plan-section .card-block .card-type-img {
  height: 48px;
  width: 100%;
  overflow: hidden;
}
.plan-section .card-block .card-type-img img {
  float: right;
  margin: 0;
}
.plan-section .card-block .card-number-holder {
  width: 100%;
  text-align: center;
  margin: 0 0 30px;
}
.plan-section .card-block .card-number-holder:after {
  content: "";
  display: block;
  clear: both;
}
.plan-section .card-block .card-number {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1400px) {
  .plan-section .card-block .card-number {
    width: 300px;
  }
}
.plan-section .card-block .card-number span {
  float: left;
  width: 25%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-family: 'Gotham';
  font-weight: 500;
  text-transform: uppercase;
  text-shadow: 0 0 2px #51575c;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .card-block .card-number span {
    font-size: 10px;
    line-height: 12px;
  }
}
.plan-section .card-block .btns-holder {
  text-align: center;
}
.plan-section .card-block .btns-holder .btn {
  display: inline-block;
  font-weight: 700;
  font-family: 'Gotham';
}
.plan-section .card-block .btns-holder .btn.btn-grey {
  background: #e0e6eb;
  color: #6e767c;
}
.plan-section .card-block .btns-holder .btn.btn-grey:hover {
  background: #c4cfd9;
}
.plan-section .trial {
  height: auto;
  padding: 24px 24px 24px 34px;
}
.plan-section .trial .btn {
  float: right;
  font-family: 'Gotham';
  font-weight: 700;
  margin: 0 0 0 20px;
}
.plan-section .trial .text-holder {
  height: 1%;
  overflow: hidden;
}
.plan-section .trial p {
  padding: 8px 0 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #5d5d5d;
  font-family: 'Gotham';
}
.plan-section .trial p strong {
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .trial p {
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0 0;
  }
}
.plan-section .trial .highlight {
  color: #ce3333;
}
.plan-section .btn {
  border-radius: 5px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .plan-section .btn {
    font-size: 10px;
    line-height: 12px;
    padding: 6px 10px 6px;
  }
}
.content-popup .plan-section a {
  color: #468ef0;
}
.credit-card-box {
  width: 100%;
  background: #6e767c;
  color: #fff;
  border-radius: 3px;
  padding: 24px 24px 17px;
  margin: 0 0 45px;
}
.credit-card-box .title {
  display: block;
  font-size: 16px;
  line-height: 18px;
  margin: 0 0 35px;
}
.credit-card-box .card-row {
  width: 100%;
  margin: 0 0 18px;
}
.credit-card-box .card-row:after {
  content: "";
  display: block;
  clear: both;
}
.credit-card-box .card-row .input-holder {
  float: left;
}
.credit-card-box .card-row .input-holder label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 0 8px;
}
.credit-card-box .card-row .input-holder .text-input {
  width: 100%;
  text-transform: uppercase;
  font-style: italic;
  color: #abb6ba;
  background: #fff !important;
}
.credit-card-box .card-row .input-holder.cn {
  width: 71%;
}
.credit-card-box .card-row .input-holder.cvv {
  width: 24%;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .credit-card-box .card-row .input-holder.cvv {
    margin-left: 10px;
  }
}
.credit-card-box .card-row .input-holder.ch {
  width: 43%;
}
.credit-card-box .card-row .input-holder.ch .text-input {
  font-style: normal;
}
.credit-card-box .card-row .input-holder.ex1 {
  width: 23%;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .credit-card-box .card-row .input-holder.ex1 {
    margin-left: 13px;
  }
}
.credit-card-box .card-row .input-holder.ex2 {
  width: 23%;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .credit-card-box .card-row .input-holder.ex2 {
    margin-left: 13px;
  }
}
.upgrade-form .form-holder h3 {
  font-size: 14px;
  line-height: 16px;
  color: #646464;
  font-weight: 300;
  margin: 0 0 18px;
}
.upgrade-form .form-holder .popup-row {
  margin: 0 0 22px;
}
.upgrade-form .form-holder .popup-row .popup-row-holder {
  margin: 0 -7px;
}
.upgrade-form .form-holder .popup-row .text-input {
  width: 100%;
  color: #abb6ba;
  background: #fff !important;
}
.upgrade-form .form-holder .popup-row .input-col {
  float: left;
  width: 33.33333%;
  padding: 0 7px;
}
.upgrade-form .form-holder .chb-holder .checkbox+label {
  color: #8a9397;
}
.upgrade-form .form-holder .btn-holder {
  text-align: center;
  padding: 30px 0 10px;
}
.upgrade-form .form-holder .btn-holder .btn {
  display: inline-block;
  font-weight: 700;
  font-family: 'Gotham';
  border-radius: 5px;
}
.price-block {
  display: inline-block;
  margin: 0;
}
.price-block .price {
  display: block;
  text-align: right;
  font-size: 38px;
  line-height: 38px;
  color: #5d5d5d;
  font-family: 'Gotham';
  font-weight: 500;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .price-block .price {
    font-size: 34px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-block .price {
    font-size: 30px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-block .price {
    font-size: 28px;
    line-height: 30px;
  }
}
.price-block .price span {
  display: inline-block;
  color: #a6a6a6;
  vertical-align: top;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin: 15px 5px 0 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .price-block .price span {
    margin: 12px 5px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-block .price span {
    margin: 10px 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-block .price span {
    margin: 8px 5px 0 0;
  }
}
.price-block .period {
  display: inline-block;
  color: #a1a1a1;
  background: #ededed;
  font-size: 10px;
  line-height: 14px;
  padding: 0 8px;
  text-transform: uppercase;
  border-radius: 3px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .price-block .period {
    padding: 0 4px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-block .period {
    padding: 0 4px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-block .period {
    padding: 0 2px;
    font-size: 8px;
    line-height: 10px;
  }
}
.content-popup {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 21;
  padding-bottom: 250px;
}
@media (max-width: 479px) {
  .content-popup .container {
    padding: 0;
  }
}
.content-popup.popup-green {
  background: #13ae8e;
}
.content-popup.popup-grey {
  background: #e1eaee;
}
.content-popup.popup-grey .content-popup-tabs .tabs-nav li {
  font-weight: bold;
}
.content-popup.popup-grey .content-popup-tabs .tabs-nav li a,
.content-popup.popup-grey .content-popup-tabs .tabs-nav li a:hover {
  color: #717171;
}
.content-popup.popup-grey .content-popup-tabs .tabs-nav li.active a,
.content-popup.popup-grey .content-popup-tabs .tabs-nav li.active:hover a {
  background: #c7d3d8;
}
.content-popup.popup-grey .content-popup-tabs .tabs-nav li.separated {
  padding-top: 20px;
  margin-top: 8px;
  position: relative;
}
.content-popup.popup-grey .content-popup-tabs .tabs-nav li.separated:before {
  content: '';
  width: 82px;
  height: 1px;
  background: #c7d3d8;
  position: absolute;
  left: 10px;
  top: 0;
}
@media (max-width: 767px) {
  .content-popup.popup-grey .content-popup-tabs .tabs-nav li.separated {
    padding-top: 0;
    margin-top: 0;
  }
  .content-popup.popup-grey .content-popup-tabs .tabs-nav li.separated:before {
    display: none;
  }
}
.content-popup.popup-grey .btn-close-popup {
  background: url("../img/bg-close-grey.png") no-repeat;
  background-size: 11px 11px;
}
.content-popup .container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}
.content-popup .btn-close-popup {
  position: absolute;
  right: 7px;
  top: 46px;
  border-style: none;
  outline: none;
}
@media (max-width: 767px) {
  .content-popup .btn-close-popup {
    right: 25px;
    top: 15px;
  }
}
.content-popup a {
  color: #13ae8e;
}
.content-popup .name {
  display: block;
  font-size: 13px;
  line-height: 14px;
  color: #fff;
  margin: 0 0 12px;
}
.content-popup .content-popup-tabs {
  width: 100%;
}
.content-popup .content-popup-tabs:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .content-popup-tabs .tabs-nav {
  float: left;
  width: 176px;
  border-style: none;
  padding: 17px 0 0;
  margin: 0 0 0 -11px;
}
@media (max-width: 767px) {
  .content-popup .content-popup-tabs .tabs-nav {
    width: 100%;
    padding: 10px 0 10px;
    margin: 0;
  }
}
.content-popup .content-popup-tabs .tabs-nav li {
  width: 100%;
  border-style: none;
  background: none;
  margin: 0 0 12px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  border-radius: 0;
}
@media (max-width: 767px) {
  .content-popup .content-popup-tabs .tabs-nav li {
    float: left;
    width: auto;
    margin: 0 5px 0 0;
  }
}
.content-popup .content-popup-tabs .tabs-nav li a {
  display: inline-block;
  padding: 9px 11px;
  margin: 0;
  color: #fff;
  border-style: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  .content-popup .content-popup-tabs .tabs-nav li a {
    padding: 7px 7px;
  }
}
.content-popup .content-popup-tabs .tabs-nav li a:hover {
  background: none;
  color: #fff;
}
.content-popup .content-popup-tabs .tabs-nav li.active a {
  color: #fff;
  background: #12a486;
}
.content-popup .content-popup-tabs .tabs-nav li.active a:hover {
  color: #fff;
  background: #12a486;
}
.content-popup .tab-content-frame {
  height: 1%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-popup .tab-content-frame {
    height: auto;
    width: 100%;
    overflow: auto;
  }
}
.content-popup .tab-content-frame .tab-content-container {
  width: 100%;
  color: #777;
  font-size: 12px;
  line-height: 14px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.content-popup .tab-content-frame .tab-content-container:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .content-popup .tab-content-frame .tab-content-container {
    font-size: 11px;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tab-content-frame .tab-content-container {
    font-size: 11px;
    padding-right: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-popup .tab-content-frame .tab-content-container {
    font-size: 11px;
    padding-right: 30px;
  }
}
.content-popup .tab-content-frame .tab-content-container .tab-content {
  width: 100%;
}
.content-popup .tab-content-frame .tab-content-container .tab-content:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tab-content-frame .tab-content-container .tab-content .tab-pane {
  float: left;
  width: 100%;
  position: relative;
  background: #fff;
}
.content-popup .tab-content-frame .tab-content-holder {
  padding: 25px 30px 25px 46px;
}
@media (max-width: 767px) {
  .content-popup .tab-content-frame .tab-content-holder {
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tab-content-frame .tab-content-holder {
    padding: 15px 15px 15px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-popup .tab-content-frame .tab-content-holder {
    padding: 20px 20px 20px 25px;
  }
}
.content-popup .tab-content-frame form {
  width: 100%;
  padding-top: 15px;
}
.content-popup .tab-content-frame form:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tab-content-frame form .form-columns {
  width: 100%;
}
.content-popup .tab-content-frame form .form-columns:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tab-content-frame form .form-column {
  float: left;
  width: 50%;
  min-height: 200px;
  padding-right: 100px;
}
@media (max-width: 767px) {
  .content-popup .tab-content-frame form .form-column {
    width: 100%;
    min-height: 1px;
    padding-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tab-content-frame form .form-column {
    min-height: 100px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-popup .tab-content-frame form .form-column {
    min-height: 150px;
    padding-right: 50px;
  }
}
.content-popup .tab-content-frame form .form-column.form-column-40 {
  width: 40%;
}
.content-popup .tab-content-frame form .tab-content-holder {
  width: 100%;
}
.content-popup .tab-content-frame form .tab-content-holder:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tab-content-frame form a {
  text-decoration: underline;
}
.content-popup .tab-content-frame form a:hover {
  text-decoration: none;
}
.content-popup .tab-content-frame .form-header {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #f0f4f6;
  padding: 0 50px 22px 0;
  margin: 0 0 30px;
}
.content-popup .tab-content-frame .form-header:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tab-content-frame .form-header .title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #777;
}
.content-popup .tab-content-frame .form-header .title .fa,
.content-popup .tab-content-frame .form-header .title .ico {
  color: #849198;
  margin-right: 17px;
}
.content-popup .tab-content-frame .form-header .title .ico-users {
  margin-top: 4px;
}
.content-popup .tab-content-frame .form-header .help-link {
  position: absolute;
  right: 2px;
  top: 3px;
  font-size: 12px;
  line-height: 14px;
}
.content-popup .tab-content-frame .btn-holder {
  width: 100%;
}
.content-popup .tab-content-frame .btn-holder:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tab-content-frame .btn-holder .btn {
  font-weight: bold;
}
.content-popup .popup-form-tabs .nav-tabs {
  margin: 0 0 20px;
  border-bottom: 1px solid #f0f4f6;
}
.content-popup .popup-form-tabs .nav-tabs li {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
}
.content-popup .popup-form-tabs .nav-tabs li a {
  color: #7f888e !important;
  text-decoration: none;
  padding: 12px 20px;
}
@media (max-width: 479px) {
  .content-popup .popup-form-tabs .nav-tabs li a {
    padding: 6px 8px;
  }
}
.content-popup .popup-form-tabs .nav-tabs li a:hover {
  background: none;
  border-color: transparent;
}
.content-popup .popup-form-tabs .nav-tabs li.active a,
.content-popup .popup-form-tabs .nav-tabs li.active a:hover {
  background: #fff;
  border: 1px solid #f0f4f6;
  border-bottom-color: transparent;
}
.content-popup .popup-form-tabs.bordered .nav-tabs {
  margin: 0;
  border: none;
}
.content-popup .popup-form-tabs.bordered .nav-tabs li.active a {
  background: #fdfdfd;
}
.content-popup .popup-form-tabs.bordered .tab-content {
  border: 1px solid #f0f4f6;
  border-radius: 0 5px 5px 5px;
  background: #fdfdfd;
  overflow: hidden;
}
.content-popup .chb-holder {
  margin: 0 0 20px;
}
.content-popup .chb-holder .checkbox+label {
  font-weight: 400;
  color: #7f888e;
}
@media (max-width: 767px) {
  .content-popup .chb-holder .checkbox+label {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .content-popup .chb-holder .checkbox+label {
    font-size: 11px;
  }
}
.content-popup .chb-holder .checkbox:checked+label {
  color: #7f888e;
}
.content-popup .form-column-section-title {
  display: block;
  font-weight: bold;
  margin: 0 0 10px;
}
.content-popup .form-column-access-section-title {
  display: block;
  font-weight: bold;
  margin: 20px 0 10px;
  padding-bottom: 20px;
  font-size: 14px;
}
.content-popup .tabs-content-row {
  width: 100%;
  margin: 0 0 35px;
}
.content-popup .tabs-content-row:after {
  content: "";
  display: block;
  clear: both;
}
.content-popup .tabs-content-row.fw {
  margin-bottom: 20px;
}
.content-popup .tabs-content-row.fw label {
  width: 100%;
  padding: 0;
  margin: 0 0 12px;
}
.content-popup .tabs-content-row.fw .input-container {
  width: 100%;
  margin: 0;
}
.content-popup .tabs-content-row label {
  float: left;
  width: 30%;
  font-weight: bold;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .content-popup .tabs-content-row label {
    width: 38%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tabs-content-row label {
    width: 38%;
  }
}
.content-popup .tabs-content-row .text-input {
  padding: 9px 12px;
}
.content-popup .tabs-content-row .input-container {
  float: left;
  width: 70%;
  position: relative;
}
@media (max-width: 767px) {
  .content-popup .tabs-content-row .input-container {
    width: 62%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tabs-content-row .input-container {
    width: 62%;
  }
}
.content-popup .tabs-content-row .input-container-link {
  display: inline-block;
  color: #529aba;
  text-decoration: underline;
  margin-top: 6px;
}
.content-popup .tabs-content-row .input-container-link:hover {
  text-decoration: none;
}
.content-popup .tips-block {
  font-size: 12px;
  line-height: 14px;
  color: #b7b7b7;
  padding: 11px 0 0;
}
@media (max-width: 767px) {
  .content-popup .tips-block {
    height: auto;
    width: 100%;
    overflow: hidden;
    font-size: 10px;
    line-height: 12px;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tips-block {
    font-size: 11px;
    padding: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-popup .tips-block {
    font-size: 11px;
  }
}
.content-popup .tips-block .label {
  display: inline-block;
  color: #b9975b;
  font-size: 9px;
  line-height: 14px;
  font-weight: 400;
  background: #ffdca0;
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .content-popup .tips-block .label {
    margin: 0 5px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .tips-block .label {
    margin: 0 5px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-popup .tips-block .label {
    margin: 0 5px 0 0;
  }
}
.content-popup .form-bottom {
  background: #fcfcfc;
}
.content-popup .form-bottom .submit {
  margin-left: 10px;
  float: none;
}
.content-popup .descr-popover {
  position: absolute;
  left: 100%;
  top: 0;
  width: 286px;
  background: #fbfaed;
  border-radius: 4px;
  margin: 0 0 0 20px;
}
@media (max-width: 767px) {
  .content-popup .descr-popover {
    left: auto;
    position: relative;
    width: 100%;
    margin: 12px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .descr-popover {
    width: 225px;
  }
}
.content-popup .descr-popover .descr-popover-holder {
  position: relative;
  padding: 18px;
  color: #b7b7b7;
  font-size: 12px;
  line-height: 14px;
}
.content-popup .descr-popover .descr-popover-holder.has-ico {
  min-height: 70px;
  padding: 18px 18px 18px 58px;
}
.content-popup .descr-popover .descr-popover-holder.has-ico .ico-secure {
  position: absolute;
  left: 18px;
  top: 18px;
  margin: 0;
}
@media (max-width: 767px) {
  .content-popup .descr-popover .descr-popover-holder {
    padding: 8px;
    font-size: 11px;
    line-height: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .content-popup .descr-popover .descr-popover-holder {
    padding: 8px;
    font-size: 11px;
    line-height: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .content-popup .descr-popover .descr-popover-holder {
    font-size: 11px;
    line-height: 12px;
  }
}
.content-popup .descr-popover .descr-popover-holder:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 16px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fbfaed;
}
@media (max-width: 767px) {
  .content-popup .descr-popover .descr-popover-holder:before {
    left: 50%;
    top: -30px;
    position: relative;
    border-top: none;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fbfaed;
    margin: 0 0 0 -10px;
  }
}
.integrations-block-container {
  margin-left: -15px;
  margin-right: -15px;
}
.integrations-block {
  width: 100%;
}
.integrations-block:after {
  content: "";
  display: block;
  clear: both;
}
.integrations-block .integration-block {
  color: #7f888e;
  border: 1px solid #e9eef1;
  font-size: 12px;
  line-height: 14px;
  border-radius: 4px;
  min-height: 260px;
}
@media (max-width: 767px) {
  .integrations-block .integration-block {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .integrations-block .integration-block {
    margin-bottom: 30px;
  }
}
.integrations-block .integration-block .logo-holder {
  width: 100%;
  height: 94px;
  background: #f0f4f6;
  position: relative;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
}
.integrations-block .integration-block .logo-holder:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.integrations-block .integration-block .logo-holder img {
  vertical-align: middle;
  max-height: 94px;
  max-width: 95%;
}
.integrations-block .integration-block .integration-block-holder {
  padding: 22px 18px;
}
.integrations-block .integration-block .integration-block-holder .name {
  display: block;
  font-weight: bold;
  color: #7f888e;
  font-size: 13px;
  margin: 0 0 16px;
}
.integrations-block .integration-block .integration-block-holder .description {
  margin: 0 0 20px;
}
.fade {
  background: rgba(0,0,0,0.75);
}
.modal {
  text-align: center;
}
.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  height: 100%;
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-size-big .modal-dialog {
  width: 500px;
}
.modal-size-normal .modal-dialog {
  width: 316px;
}
.data-popup {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  border-radius: 4px;
  width: 316px;
  margin-left: -158px;
  z-index: 50;
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.75);
}
.data-popup.no-footer .popup-footer {
  display: none;
}
.data-popup.big {
  width: 442px;
  margin-left: -221px;
}
@media (max-width: 479px) {
  .data-popup.big {
    width: 320px;
    margin-left: -160px;
  }
}
.data-popup.ml {
  width: 554px;
  margin-left: -277px;
}
.data-popup.ml .popup-header .title {
  text-transform: none;
  font-family: 'Gotham';
  font-weight: 500;
}
.data-popup.ml .popup-content .popup-content-section {
  padding: 45px 67px 30px;
}
@media (max-width: 479px) {
  .data-popup.ml {
    width: 320px;
    margin-left: -160px;
  }
  .data-popup.ml .popup-content .popup-content-section {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-popup.ml {
    width: 400px;
    margin-left: -260px;
  }
  .data-popup.ml .popup-content .popup-content-section {
    padding: 10px;
  }
}
.data-popup.l {
  width: 800px;
  margin-left: -400px;
}
@media (max-width: 767px) {
  .data-popup.l {
    width: 100%;
    margin-left: 0;
  }
  .data-popup.l .popup-content .popup-content-section {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-popup.l {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .data-popup.l {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .data-popup.l {
    width: 700px;
    margin-left: -350px;
  }
}
.data-popup.l .popup-content .popup-content-holder {
  margin: -15px;
}
.data-popup.l .popup-footer {
  background: #fff;
}
.data-popup.xl {
  width: 998px;
  margin-left: -499px;
}
@media (max-width: 767px) {
  .data-popup.xl {
    width: 100%;
    margin-left: 0;
  }
  .data-popup.xl .popup-content .popup-content-section {
    padding: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .data-popup.xl {
    width: 698px;
    margin-left: -349px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .data-popup.xl {
    width: 698px;
    margin-left: -349px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .data-popup.xl {
    width: 798px;
    margin-left: -399px;
  }
}
.data-popup.xl .popup-content .popup-content-holder {
  margin: -15px;
}
.data-popup.xl .popup-footer {
  background: #fff;
}
.data-popup .popup-content .tracking-type h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.data-popup .popup-content .tracking-type .btn-add-modal {
  text-transform: none;
  text-align: center;
  margin: 15px auto;
}
.data-popup .popup-content .tracking-type p {
  color: #000;
  text-align: center;
}
.data-popup .close-popup {
  position: absolute;
  right: 15px;
  top: 21px;
  padding: 0;
  margin: 0;
  background: none;
  border-style: none;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
}
.data-popup .close-popup:hover {
  cursor: pointer;
}
.data-popup .popup-header {
  width: 100%;
  padding: 22px 30px 22px 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background: #2b2e2f;
  color: #f5f5f5;
}
.data-popup .popup-header:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .popup-header .title {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
}
.data-popup .popup-content {
  width: 100%;
  padding: 15px;
  color: #abb6ba;
  font-size: 12px;
  line-height: 14px;
  background: #fff;
}
.data-popup .popup-content:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .popup-content .popup-content-holder {
  margin: -15px;
}
.data-popup .popup-content .popup-content-section {
  padding: 15px;
}
@media (max-width: 479px) {
  .data-popup .popup-content .popup-content-section {
    padding: 5px;
  }
}
.data-popup .popup-content .popup-content-section:first-child {
  border-top: none;
}
.data-popup .popup-content .popup-content-section.cf-section {
  padding: 20px 20px 40px;
}
@media (max-width: 767px) {
  .data-popup .popup-content .popup-content-section.cf-section {
    padding: 10px 10px 20px;
  }
}
.data-popup .popup-content .popup-content-section.column-separator {
  position: relative;
}
.data-popup .popup-content .popup-content-section.column-separator:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ededed;
  z-index: 2;
}
@media (max-width: 767px) {
  .data-popup .popup-content .popup-content-section.column-separator:before {
    display: none;
  }
}
.data-popup .more {
  display: inline-block;
  font-size: 10px;
  line-height: 12px;
  color: #44b3e4;
  text-decoration: underline;
  margin: 0 0 0 10px;
}
.data-popup .more:hover {
  text-decoration: none;
}
.data-popup .section-name {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #7b878b;
  margin: 12px 0 12px;
}
.data-popup .columns {
  width: 100%;
}
.data-popup .columns:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .columns .column {
  float: left;
  width: 50%;
}
.data-popup .columns .column:nth-child(odd) {
  padding-right: 15px;
}
.data-popup .columns .column:nth-child(even) {
  padding-left: 15px;
}
.data-popup .radio-options-block,
.data-popup .chb-options-block {
  border-radius: 4px;
  border: 1px solid #dce2e5;
  padding: 12px 22px;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 8px;
}
@media (max-width: 479px) {
  .data-popup .radio-options-block,
  .data-popup .chb-options-block {
    padding: 6px 6px;
  }
}
.data-popup .radio-options-block .radio-options-holder,
.data-popup .chb-options-block .radio-options-holder {
  width: 100%;
}
.data-popup .radio-options-block .radio-options-holder:after,
.data-popup .chb-options-block .radio-options-holder:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .radio-options-block .radio-item,
.data-popup .chb-options-block .radio-item {
  float: left;
  width: 33.33%;
  margin: 10px 0 10px;
}
@media (max-width: 479px) {
  .data-popup .radio-options-block .radio-item,
  .data-popup .chb-options-block .radio-item {
    width: 50%;
  }
}
.data-popup .radio-options-block .radio-item label,
.data-popup .chb-options-block .radio-item label {
  font-size: 12px;
  line-height: 14px;
  color: #788084;
  font-weight: normal;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-popup .radio-options-block .radio-item label .radio,
.data-popup .chb-options-block .radio-item label .radio {
  display: inline-block;
  margin: 0 8px 0 1px;
  outline: none;
}
.data-popup .radio-options-block .option-row,
.data-popup .chb-options-block .option-row {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e8edef;
}
.data-popup .radio-options-block .option-row:after,
.data-popup .chb-options-block .option-row:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .radio-options-block .option-row:first-child,
.data-popup .chb-options-block .option-row:first-child {
  border-top: none;
}
.data-popup .radio-options-block .option-row .name,
.data-popup .chb-options-block .option-row .name {
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #abb6ba;
}
@media (max-width: 479px) {
  .data-popup .radio-options-block .option-row .name,
  .data-popup .chb-options-block .option-row .name {
    width: 32%;
  }
}
.data-popup .radio-options-block .option-row .radio-holder,
.data-popup .chb-options-block .option-row .radio-holder {
  float: left;
  width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #788084;
  white-space: nowrap;
}
.data-popup .radio-options-block .option-row .radio-holder .radio,
.data-popup .chb-options-block .option-row .radio-holder .radio {
  display: inline-block;
  margin: 0 5px 0 1px;
}
.data-popup .radio-options-block .option-row .radio-holder label,
.data-popup .chb-options-block .option-row .radio-holder label {
  display: inline-block;
  font-weight: normal;
  color: #788084;
}
@media (max-width: 479px) {
  .data-popup .radio-options-block .option-row .radio-holder,
  .data-popup .chb-options-block .option-row .radio-holder {
    width: 68%;
  }
}
.data-popup .chb-options-block {
  padding: 0 22px;
}
.data-popup .chb-options-block .chb-holder .checkbox+label {
  color: #787f83;
}
.data-popup .popup-row {
  width: 100%;
}
.data-popup .popup-row:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .popup-row.nr label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  color: #7b878b;
  margin: 0 0 12px;
}
.data-popup .popup-row .input-holder {
  width: 100%;
}
.data-popup .popup-row .input-holder:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .popup-row .input-holder .text-input {
  float: left;
}
.data-popup .popup-row .input-holder .text-input.small {
  width: 80px;
}
.data-popup .popup-row .input-holder .text-input.middle {
  width: 185px;
}
.data-popup .popup-row .input-holder .btn {
  float: left;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 15px 8px;
  margin: 0 0 0 20px;
}
.data-popup .popup-row.twocol {
  padding: 10px 0;
}
.data-popup .popup-row.twocol label {
  float: left;
  width: 40%;
  color: #abb6ba;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
  margin: 10px 0 0;
}
.data-popup .popup-row.twocol .input-block {
  float: left;
  width: 60%;
}
.data-popup .popup-row.twocol .input-block input,
.data-popup .popup-row.twocol .input-block select {
  width: 100%;
}
.data-popup .new-label-block {
  padding: 30px 0;
}
.data-popup .popup-footer {
  width: 100%;
  background: #f0f4f6;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px;
}
.data-popup .popup-footer:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .popup-footer .btn-save,
.data-popup .popup-footer .btn-next {
  float: right;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  padding: 8px 12px 8px;
  outline: none;
}
.data-popup .popup-footer .btn-cancel,
.data-popup .popup-footer .btn-back {
  float: left;
  background: none;
  border: 1px solid #dce2e5;
  color: #bfcbd1;
  font-size: 10px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 12px 8px;
  margin: 0;
  outline: none;
}
.data-popup .pasword-input {
  width: 60%;
  margin-left: 25px;
}
.data-popup .radio-items .radio-password-item {
  width: 100%;
  padding: 5px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.data-popup .radio-items .radio-password-item .radio {
  float: left;
  margin: 0 10px 0 0;
}
.data-popup .radio-items .radio-item {
  width: 100%;
  padding: 15px;
  border-radius: 4px;
  transition: background 0.2s ease;
}
.data-popup .radio-items .radio-item:after {
  content: "";
  display: block;
  clear: both;
}
.data-popup .radio-items .radio-item.active {
  background: #f0f4f6;
}
.data-popup .radio-items .radio-item .radio {
  float: left;
  margin: 0 10px 0 0;
}
.data-popup .radio-items .radio-item .label-holder {
  height: 1%;
  overflow: hidden;
}
.data-popup .radio-items .radio-item label {
  color: #abb6ba;
  display: block;
}
.data-popup .radio-items .radio-item .label-name {
  display: block;
  font-size: 13px;
  line-height: 14px;
  font-weight: bold;
  margin: 0 0 10px;
}
.data-popup .radio-items .radio-item .label-descr {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: normal;
}
.labels-table-block {
  float: left;
  width: 40%;
}
@media (max-width: 767px) {
  .labels-table-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .labels-table-block {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .labels-table-block {
    width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .labels-table-block {
    width: 50%;
  }
}
.labels-table-block .btn-holder {
  width: 100%;
}
.labels-table-block .btn-holder:after {
  content: "";
  display: block;
  clear: both;
}
.labels-table-block .btn-holder .btn {
  float: right;
  margin-left: -3px;
  position: relative;
}
.labels-table-block .btn-holder .label-input-block {
  height: 45px;
  overflow: hidden;
}
.labels-table-block .btn-holder .label-input-block .text-inp {
  width: 100%;
  height: 37px;
  border: 1px solid #dce2e5;
  border-radius: 4px;
  outline: none;
  color: #777;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 3px 7px 10px;
}
.blocked-table-block {
  float: left;
  width: 60%;
}
@media (max-width: 767px) {
  .blocked-table-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .blocked-table-block {
    width: 70%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blocked-table-block {
    width: 60%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blocked-table-block {
    width: 50%;
  }
}
.blocked-table-block .btn-holder {
  width: 100%;
}
.blocked-table-block .btn-holder:after {
  content: "";
  display: block;
  clear: both;
}
.blocked-table-block .btn-holder .btn {
  float: right;
  margin-left: -3px;
  position: relative;
}
.blocked-table-block .btn-holder .blocked-input-block {
  height: 45px;
  overflow: hidden;
}
.blocked-table-block .btn-holder .blocked-input-block .text-inp {
  width: 100%;
  height: 37px;
  border: 1px solid #dce2e5;
  border-radius: 4px;
  outline: none;
  color: #777;
  font-size: 12px;
  line-height: 14px;
  padding: 6px 3px 7px 10px;
}
.help-ico {
  display: inline-block;
  margin: 0 0 0 5px;
}
.help-ico:hover {
  cursor: pointer;
}
.steps-info-block {
  padding: 0 0 22px;
  border-bottom: 1px solid #dce2e5;
}
.steps-info-block .step-info {
  float: left;
  color: #7b878b;
}
.steps-info-block .step-info .heading {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 8px;
}
.steps-info-block .step-info .subheading {
  display: block;
  font-size: 11px;
  line-height: 12px;
  font-weight: normal;
}
.steps-info-block .steps {
  float: right;
  position: relative;
}
.steps-info-block .steps .step {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #e6ecef;
  color: #909b9f;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  padding: 5px 0 6px;
  margin: 0 25px 0 0;
  position: relative;
  z-index: 2;
}
.steps-info-block .steps .step:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 100%;
  top: 11px;
  height: 3px;
  width: 100%;
  background: #e6ecef;
  border-radius: 3px;
}
.steps-info-block .steps .step.active,
.steps-info-block .steps .step.done {
  background: #00bb95;
  color: #fff;
}
.steps-info-block .steps .step.done:after {
  background: #00bb95;
}
.steps-info-block .steps .step:last-child {
  margin: 0;
}
.steps-info-block .steps .step:last-child:after {
  display: none;
}
.whisper-block .popup-row {
  margin: 0 0 25px;
}
.whisper-block .chb-holder {
  margin: 0 0 8px;
}
.whisper-block .chb-holder .checkbox+label {
  font-weight: bold;
  color: #7f888e;
}
@media (max-width: 767px) {
  .whisper-block .chb-holder .checkbox+label {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  .whisper-block .chb-holder .checkbox+label {
    font-size: 11px;
  }
}
.whisper-block .chb-holder .checkbox:checked+label {
  color: #7f888e;
}
.radio-block .pr-holder .radio-holder {
  border: 1px solid #dce2e5;
  border-radius: 4px;
  padding: 9px 15px;
}
.radio-block .pr-holder .radio-holder .radio-item {
  width: 100%;
  margin: 0 0 16px;
}
.radio-block .pr-holder .radio-holder .radio-item label {
  font-size: 12px;
  overflow: hidden;
}
text-overflow ellipsis,
.radio-block .pr-holder .radio-holder .radio-item label .radio {
  display: inline-block;
  margin: 0 8px 0 1px;
  outline: none;
}
.radio-block .pr-holder .radio-holder .radio-item-inner {
  padding: 0 0 0 20px;
}
.whisper-block .pr-holder,
.flow-container-inner {
  padding: 0 0 0 28px;
}
.whisper-block .pr-holder .radio-holder,
.flow-container-inner .radio-holder {
  border: 1px solid #dce2e5;
  border-radius: 4px;
  padding: 9px 15px;
}
.whisper-block .pr-holder .radio-holder .radio-item,
.flow-container-inner .radio-holder .radio-item {
  width: 100%;
  margin: 0 0 16px;
}
.whisper-block .pr-holder .radio-holder .radio-item label,
.flow-container-inner .radio-holder .radio-item label {
  font-size: 12px;
  line-height: 14px;
  color: #788084;
  font-weight: normal;
  margin: 0 0 4px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.whisper-block .pr-holder .radio-holder .radio-item label .radio,
.flow-container-inner .radio-holder .radio-item label .radio {
  display: inline-block;
  margin: 0 8px 0 1px;
  outline: none;
}
.whisper-block .pr-holder .radio-holder .radio-item-inner,
.flow-container-inner .radio-holder .radio-item-inner {
  padding: 0 0 0 20px;
}
.whisper-block .pr-holder .file-btn,
.flow-container-inner .file-btn {
  padding: 0;
  margin: 0;
  border-style: none;
  outline: none;
  background: none;
  color: #38a9e1;
  text-decoration: underline;
}
.whisper-block .pr-holder .file-btn:hover,
.flow-container-inner .file-btn:hover {
  text-decoration: none;
}
.cf-section {
  background: #eef2f4;
  width: 100%;
  font-size: 11px;
  line-height: 12px;
  color: #7b878b;
}
.cf-section:after {
  content: "";
  display: block;
  clear: both;
}
.cf-section .cf-items-block {
  float: right;
  width: 26%;
  background: #fff;
  color: #7b878b;
  padding: 24px 20px 20px;
  border-radius: 4px;
  margin: 20px 0 0;
}
@media (max-width: 767px) {
  .cf-section .cf-items-block {
    width: 100%;
    padding: 12px 8px;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cf-section .cf-items-block {
    width: 30%;
    padding: 12px 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cf-section .cf-items-block {
    width: 30%;
    padding: 12px 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cf-section .cf-items-block {
    width: 32%;
    padding: 20px 16px;
  }
}
.cf-section .cf-items-block .title {
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  margin: 0 0 32px;
}
.cf-section .cf-items {
  width: 100%;
}
.cf-section .cf-items:after {
  content: "";
  display: block;
  clear: both;
}
.cf-section .cf-items .item {
  float: left;
  width: 88px;
  height: 74px;
  margin: 0 8px 15px 8px;
  border: 1px solid #dde0e1;
  border-radius: 4px;
  padding: 12px 0 0;
  text-align: center;
}
.cf-section .cf-items .item .fa {
  font-size: 30px;
  margin: 0 0 7px;
}
.cf-section .cf-items .item .name {
  display: block;
  font-style: normal;
}
.cf-section .cf-items .item:hover {
  cursor: pointer;
  border-color: #969fa2;
}
.cf-section .cf-items .item:active {
  border-color: #08a5ff;
}
.cf-section .cf-items .item .fa-phone {
  transform-origin: 10px 17px;
  transform: rotate(134deg);
}
@media (max-width: 479px) {
  .cf-section .cf-items .item {
    width: 78px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cf-section .cf-items .item {
    width: 82px;
    height: 73px;
    padding: 11px 0 0;
    margin: 0 4px 7px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cf-section .cf-items .item {
    width: 82px;
    height: 73px;
    padding: 11px 0 0;
    margin: 0 4px 7px;
  }
}
.cf-section .cf-block {
  float: left;
  width: 60%;
  padding: 0 0 0 50px;
}
@media (max-width: 767px) {
  .cf-section .cf-block {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cf-section .cf-block {
    width: 66%;
    padding: 0 0 0 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cf-section .cf-block {
    width: 65%;
    padding: 0 0 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .cf-section .cf-block {
    padding: 0 0 0 40px;
  }
}
.cf-section .cf-block .cf-block-holder {
  position: relative;
  width: 100%;
}
.cf-section .cf-block .cf-block-holder:before {
  content: '';
  position: absolute;
  left: 18px;
  top: 0;
  height: 100%;
  width: 6px;
  border-radius: 6px;
  z-index: 1;
  background: linear-gradient(to bottom, #e7ebed 0%, #e7ebed 80%, rgba(0,0,0,0) 100%);
}
.cf-section .flow-block {
  width: 100%;
  position: relative;
  padding: 0 0 0 60px;
  min-height: 42px;
  margin: 0 0 30px;
  z-index: 3;
}
.cf-section .flow-block:after {
  content: "";
  display: block;
  clear: both;
}
.cf-section .flow-block .flow-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: #fff;
  border: 8px solid #e7ebed;
  border-radius: 50%;
  text-align: center;
  color: #00bb95;
  margin: 0 22px 0 0;
  font-size: 14px;
  line-height: 26px;
}
.cf-section .flow-block .flow-type.new {
  background: #dbe0e3;
  color: #e7ebed;
}
.cf-section .flow-block .flow-descr {
  width: 100%;
}
.cf-section .flow-block .flow-descr:after {
  content: "";
  display: block;
  clear: both;
}
.cf-section .flow-block .flow-descr .event {
  display: block;
  color: #7b878b;
  font-size: 11px;
  line-height: 42px;
}
.cf-section .flow-block .flow-container {
  float: left;
  width: 100%;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 0 1px 0 rgba(0,0,0,0.4);
  position: relative;
  margin-top: -5px;
}
.cf-section .flow-block .flow-container .flow-container-inner {
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}
.cf-section .flow-block .flow-container .flow-container-inner .event {
  display: block;
  border-bottom: 1px solid #eef2f4;
  position: relative;
  margin: -15px 0 14px;
}
.cf-section .flow-block .flow-container .flow-container-inner .radio-holder {
  border-style: none;
  padding: 0;
}
.cf-section .flow-block .flow-container.simple-gray .flow-container-inner {
  background: #e7ebed;
  padding: 10px;
}
.cf-section .flow-block .flow-container.simple-gray:after {
  border-color: #e7ebed transparent transparent #e7ebed;
}
.cf-section .flow-block .flow-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 27px;
  left: -14px;
  box-sizing: border-box;
  border: 10px solid #000;
  border-color: #fff transparent transparent #fff;
  transform-origin: 0 0;
  transform: rotate(-45deg);
  box-shadow: 0 0 1px 0 rgba(0,0,0,0.4);
  z-index: 1;
}
.cf-section .flow-block .drop-block {
  border-radius: 4px;
  border: 2px dashed #d9dee0;
  text-align: center;
  padding: 27px 0 26px;
}
.cf-section .flow-block .drop-block .drop-text {
  color: #bfc7ca;
  display: block;
}
.cf-section .flow-block .drop-block .ico-drop {
  margin: 0 0 12px;
}
.check-all {
  display: inline-block;
  color: #2bbaeb;
  text-decoration: underline;
  margin: 0 0 8px;
}
.check-all:hover {
  cursor: pointer;
  text-decoration: none;
}
.tab-pane .secondary {
  display: none;
  background: #fff;
  position: relative;
  border: 1px solid #e1eaee;
  box-shadow: 0px 0px 8px 0px rgba(158,158,158,0.5);
  margin: 0 -46px -10px 46px;
}
@media (max-width: 767px) {
  .tab-pane .secondary {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-pane .secondary {
    margin: 0 -15px -10px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-pane .secondary {
    margin: 0 -25px -10px 25px;
  }
}
.tab-pane.primary {
  background: #fcfdfd !important;
  position: relative;
  z-index: 5;
}
.tab-pane.primary>form {
  padding: 0;
}
.tab-pane.primary>form .form-header {
  border: none;
  padding: 0;
  margin: 0;
}
.tab-pane.primary>form .form-header .title {
  font-size: 16px;
  font-family: 'Gotham';
  font-weight: 500;
  text-decoration: underline;
}
.tab-pane.primary>form .form-header .title i {
  display: none;
}
.tab-pane.primary>form .help-link {
  display: none;
}
.tab-pane.primary>form .form-columns {
  display: none;
}
.tab-pane.primary>form .form-bottom {
  display: none;
}
.tab-pane.primary .secondary {
  display: block;
}
.tab-pane.primary .secondary .form-header .title {
  font-family: 'Gotham';
  font-weight: 500;
}
.tab-pane.primary .secondary .tab-content-holder {
  padding: 15px 20px 15px 36px;
}
@media (max-width: 767px) {
  .tab-pane.primary .secondary .tab-content-holder {
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .tab-pane.primary .secondary .tab-content-holder {
    padding: 10px 10px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tab-pane.primary .secondary .tab-content-holder {
    padding: 15px 15px 15px 25px;
  }
}
.tracking-col,
.upgrade-col {
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  color: #7b878b;
  padding: 30px 20px 0;
}
@media (max-width: 767px) {
  .tracking-col,
  .upgrade-col {
    width: 100% !important;
  }
}
.tracking-col .img-holder,
.upgrade-col .img-holder {
  height: 90px;
  width: 100%;
  text-align: center;
  margin: 0 0 25px;
}
.tracking-col .img-holder img,
.upgrade-col .img-holder img {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.tracking-col .title,
.upgrade-col .title,
.tracking-col .subtitle,
.upgrade-col .subtitle {
  display: block;
  color: #2b2e2f;
}
.tracking-col .title,
.upgrade-col .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  margin: 0 0 20px;
}
.tracking-col .subtitle,
.upgrade-col .subtitle {
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  margin: 0 0 14px;
}
.tracking-col .description,
.upgrade-col .description {
  min-height: 60px;
  margin: 0 0 20px;
}
.tracking-col .track-btn,
.upgrade-col .track-btn {
  display: inline-block;
  font-weight: 300;
}
.upgrade-col {
  padding-bottom: 30px;
}
.upgrade-col .img-holder {
  height: 40px;
  margin: 0;
}
.upgrade-col .title {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 16px;
  font-family: 'Gotham';
  font-weight: 300;
}
.upgrade-col .title.agency {
  color: #ffc207;
}
.upgrade-col .title.business {
  color: #0dbe9a;
}
.upgrade-col .price-block {
  text-align: center;
  margin-bottom: 35px;
}
.upgrade-col .price-block .price {
  text-align: center;
  font-size: 60px;
  line-height: 62px;
  font-family: 'Gotham';
  font-weight: 500;
}
.upgrade-col .price-block .price span {
  margin: 34px 5px 0 0;
}
.upgrade-col .features-list {
  min-height: 150px;
  margin: 0 0 20px;
}
.upgrade-col .features-list li {
  position: relative;
  font-size: 14px;
  line-height: 16px;
  color: #646464;
  padding: 10px 0;
  margin: 0;
}
.upgrade-col .features-list li:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: 200px;
  background: #e9eff2;
  margin: 0 0 0 -100px;
  z-index: 1;
}
.upgrade-col .features-list li:first-child:before {
  display: none;
}
.upgrade-col .btn {
  border-radius: 5px;
  font-family: 'Gotham';
  font-weight: 700;
}
.user-form {
  padding: 36px 22px;
}
.user-form h3 {
  font-size: 14px;
  line-height: 16px;
  color: #7f888e;
  font-weight: 700;
  margin: 0 0 18px;
}
.user-form .input-holder {
  width: 100%;
}
.user-form .input-holder label {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}
.user-form .input-holder .text-input {
  width: 100%;
}
.user-form .input-holder .btn {
  font-family: 'Gotham';
  font-weight: 500;
  padding: 9px 25px 9px;
}
.user-form .personal-section {
  border-bottom: 1px solid #f0f4f6;
  padding: 0 0 38px;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .user-form .personal-section div[class^="col"] {
    margin: 0 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .user-form .personal-section div[class^="col"] {
    margin: 0 0 20px;
  }
}
.user-form .chb-holder .checkbox+label {
  color: #8a9397;
}
.call-flow-block {
  background: #e7ebee;
}
.call-flow-block .cf-name {
  position: relative;
  z-index: 2;
}
.flow-section {
  margin: -50px 0 0;
  padding: 0 0 30px;
  position: relative;
  z-index: 1;
}
.flow-section .options-block {
  background: #fff;
  width: 90%;
  overflow: hidden;
  margin: -20px auto 0;
  border: 1px solid #eceff1;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .flow-section .options-block {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flow-section .options-block {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flow-section .options-block {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .flow-section .options-block {
    width: 100%;
  }
}
.flow-section .options-block .option-item {
  float: left;
  width: 10%;
  height: 90px;
  border-left: 1px solid #f2f2f2;
  text-align: center;
  padding: 25px 0 0;
  border-bottom: 1px solid #e2e6e9;
  position: relative;
  overflow: hidden;
}
.flow-section .options-block .option-item:hover {
  cursor: pointer;
  border-bottom-color: transparent;
}
.flow-section .options-block .option-item:first-child {
  border-left: none;
}
@media (max-width: 767px) {
  .flow-section .options-block .option-item {
    width: 20%;
  }
  .flow-section .options-block .option-item:nth-child(6n) {
    border-left: none;
  }
}
.flow-section .options-block .option-item .item-holder {
  height: 32px;
  font-size: 30px;
  line-height: 32px;
  margin: 0 0 8px;
  color: #6b7073;
}
.flow-section .options-block .option-item .name {
  font-size: 11px;
  color: #7b878b;
}
@media (max-width: 767px) {
  .flow-section .options-block .option-item .name {
    font-size: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flow-section .options-block .option-item .name {
    font-size: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flow-section .options-block .option-item .name {
    font-size: 10px;
  }
}
.flow-section .options-block .option-item .soon {
  position: absolute;
  right: -26px;
  top: 16px;
  background: #f1d0a9;
  color: #cd832b;
  font-size: 8px;
  line-height: 20px;
  height: 20px;
  width: 100px;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(45deg);
  z-index: 2;
}
.flow-type {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  font-size: 20px;
  color: #42c5a5;
  line-height: 30px;
  text-align: center;
  position: relative;
  border: 6px solid #e9ecee;
}
.flow-type .icon-greeting,
.flow-type .icon-dial,
.flow-type .icon-tag,
.flow-type .icon-voicemail,
.flow-type .icon-roundrobin,
.flow-type .icon-multicall,
.flow-type .icon-hang-up,
.flow-type .icon-schedule,
.flow-type .icon-sip {
  margin-top: 5px;
}
.flow-type .flow-text {
  position: absolute;
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  width: 130px;
  color: #7b878b;
  top: 13px;
  z-index: 2;
}
.flow-type .flow-text.right {
  left: 100%;
  margin-left: 20px;
}
.flow-line {
  position: relative;
  z-index: 2;
}
.flow-line .flow-type {
  margin: 0 auto;
  clear: both;
}
.flow-line .flow-type.first {
  border-color: #dce2e6;
  width: 54px;
  height: 54px;
  line-height: 42px;
  font-size: 32px;
  box-shadow: 0px 0px 0px 8px rgba(0,0,0,0.01);
}
.flow-line .line {
  margin: 0 auto;
  clear: both;
  width: 6px;
  height: 68px;
}
.flow-line .line.green {
  background: #42c5a5;
}
.flow-line .line.grey {
  background: #d9dde0;
}
.flow-line .line.lg {
  height: 204px;
}
.flow-line .line.sm {
  height: 46px;
}
.flow-line .line.xs {
  height: 13px;
}
.lines-block {
  width: 44%;
  margin: 0 auto;
  padding: 0 32px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.lines-block.xl {
  width: 80%;
}
.lines-block.lg {
  width: 50%;
}
.lines-block.sm {
  width: 37%;
}
.lines-block.xs {
  width: 28%;
}
@media (max-width: 767px) {
  .lines-block {
    width: 100%;
  }
  .lines-block.xl {
    width: 100%;
  }
  .lines-block.lg {
    width: 100%;
  }
  .lines-block.sm {
    width: 100%;
  }
  .lines-block.xs {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lines-block {
    width: 74%;
  }
  .lines-block.xl {
    width: 98%;
  }
  .lines-block.lg {
    width: 80%;
  }
  .lines-block.sm {
    width: 67%;
  }
  .lines-block.xs {
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lines-block {
    width: 64%;
  }
  .lines-block.xl {
    width: 90%;
  }
  .lines-block.lg {
    width: 70%;
  }
  .lines-block.sm {
    width: 57%;
  }
  .lines-block.xs {
    width: 48%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .lines-block {
    width: 54%;
  }
  .lines-block.xl {
    width: 86%;
  }
  .lines-block.lg {
    width: 60%;
  }
  .lines-block.sm {
    width: 47%;
  }
  .lines-block.xs {
    width: 38%;
  }
}
.lines-block.col-1 .flow-line,
.lines-block.col-2 .flow-line,
.lines-block.col-3 .flow-line,
.lines-block.col-4 .flow-line,
.lines-block.col-5 .flow-line,
.lines-block.col-6 .flow-line,
.lines-block.col-7 .flow-line,
.lines-block.col-8 .flow-line,
.lines-block.col-9 .flow-line,
.lines-block.col-10 .flow-line {
  float: left;
  margin: 0;
  width: 50%;
}
.lines-block.col-2 .flow-line {
  width: 50%;
}
.lines-block.col-3 .flow-line {
  width: 33.3333%;
}
.lines-block.col-4 .flow-line {
  width: 25%;
}
.lines-block.col-5 .flow-line {
  width: 20%;
}
.lines-block.col-6 .flow-line {
  width: 16.666%;
}
.lines-block.col-7 .flow-line {
  width: 14.28%;
}
.lines-block.col-8 .flow-line {
  width: 12.5%;
}
.lines-block.col-9 .flow-line {
  width: 11.11%;
}
.lines-block.col-10 .flow-line {
  width: 10%;
}
.flow-block {
  width: 44%;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  padding: 45px 32px 0;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-family: 'Gotham';
  font-weight: 500;
  color: #7b878b;
  z-index: 1;
}
.flow-block .def-font {
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flow-block.xl {
  width: 80%;
}
.flow-block.lg {
  width: 50%;
}
.flow-block.sm {
  width: 37%;
}
.flow-block.xs {
  width: 28%;
}
@media (max-width: 767px) {
  .flow-block {
    width: 100%;
  }
  .flow-block.xl {
    width: 100%;
  }
  .flow-block.lg {
    width: 100%;
  }
  .flow-block.sm {
    width: 100%;
  }
  .flow-block.xs {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .flow-block {
    width: 74%;
  }
  .flow-block.xl {
    width: 98%;
  }
  .flow-block.lg {
    width: 80%;
  }
  .flow-block.sm {
    width: 67%;
  }
  .flow-block.xs {
    width: 58%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .flow-block {
    width: 64%;
  }
  .flow-block.xl {
    width: 90%;
  }
  .flow-block.lg {
    width: 70%;
  }
  .flow-block.sm {
    width: 57%;
  }
  .flow-block.xs {
    width: 48%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .flow-block {
    width: 54%;
  }
  .flow-block.xl {
    width: 86%;
  }
  .flow-block.lg {
    width: 60%;
  }
  .flow-block.sm {
    width: 47%;
  }
  .flow-block.xs {
    width: 38%;
  }
}
.flow-block .flow-name {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Gotham';
  font-weight: 500;
  padding: 0 0 16px;
  color: #42c5a5;
  margin: 0;
}
.flow-block p {
  margin: 0 0 12px;
}
.flow-block a {
  color: #15a9db;
  text-decoration: underline;
}
.flow-block a:hover {
  text-decoration: none;
  color: #15a6d7;
}
.flow-block .flow-block-section {
  border-top: 1px solid #f4f4f4;
  padding: 20px 0;
}
.flow-block .flow-block-row {
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}
.flow-block .form-item {
  width: 100%;
  position: relative;
  margin: 0 0 15px;
}
.flow-block .form-item .text-input {
  background: #fff !important;
}
.flow-block .form-item.bordered-section {
  width: 100%;
  border: 1px solid #dce2e5;
  border-radius: 2px;
  padding: 14px 2px 18px 18px;
}
.flow-block .form-item.bordered-section:after {
  content: "";
  display: block;
  clear: both;
}
.flow-block .form-item .chb-holder {
  color: #7b878b !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flow-block .form-item .chb-holder label {
  color: #7b878b !important;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flow-block .form-item .delete-btn {
  position: absolute;
  top: 11px;
  right: -18px;
  border-style: none;
  background: none;
  padding: 0;
  margin: 0;
  color: #abb6ba;
}
.flow-block .select-holder {
  padding-left: 26px;
}
.flow-block select,
.flow-block .select {
  clear: both;
  margin: 0 0 14px;
}
.flow-block select.call-again-time,
.flow-block .select.call-again-time {
  width: 80px !important;
  margin: 10px 0;
}
.flow-block select.call-again-time.ring-for,
.flow-block .select.call-again-time.ring-for {
  margin: 0;
}
.flow-block select.call-again-time.numbers,
.flow-block .select.call-again-time.numbers {
  width: 120px !important;
}
.flow-block select .caret,
.flow-block .select .caret {
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  vertical-align: middle;
  width: 10px;
  height: 5px;
  background-position: 0 -348px;
  border-style: none;
  margin: -2px 0 0 3px;
  right: 8px !important;
}
.flow-block select .btn,
.flow-block .select .btn {
  color: #abb6ba;
  font-weight: 400;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flow-block .btn {
  font-family: 'Gotham';
  font-weight: 500;
  border-radius: 3px;
  outline: none;
}
.flow-block .flow-btn {
  width: 100%;
  background: #e7ebed;
  color: #abb6ba;
}
.flow-block .flow-btn:hover {
  background: #dae0e3;
}
.flow-block .flow-btn.tel {
  margin: 0 0 25px;
}
.flow-block .flow-block-box {
  width: 100%;
  background: #e7ebee;
  font-size: 12px;
  line-height: 14px;
  font-family: 'Gotham';
  font-weight: 500;
  border-radius: 3px;
  color: #a3aaaf;
}
.flow-block .flow-block-box:after {
  content: "";
  display: block;
  clear: both;
}
.flow-block .player {
  max-width: 420px;
  padding: 10px 11px 12px 14px;
}
.flow-block .player .file-type {
  float: left;
  margin: 0 10px 0 0;
  background: #fff;
  padding: 0 5px;
  font-size: 8px;
  line-height: 14px;
}
.flow-block .player .player-controls {
  float: right;
  margin: 0 0 0 2px;
}
.flow-block .player .player-controls i:hover {
  cursor: pointer;
}
.flow-block .player .name-holder {
  height: 1%;
  overflow: hidden;
}
.flow-block .player .file-name {
  display: block;
  width: 100%;
}
.flow-block .chb-holder {
  width: 100%;
}
.flow-block .chb-holder:after {
  content: "";
  display: block;
  clear: both;
}
.flow-block .chb-holder .checkbox+.fa {
  opacity: 0.1;
}
.flow-block .chb-holder .checkbox:checked+.fa {
  opacity: 1;
}
.flow-block .chb-holder .fa {
  float: left;
  margin: 3px 8px 0;
}
.flow-block .chb-holder .chb-lbl,
.flow-block .chb-holder label {
  height: 1%;
  overflow: hidden;
  display: block;
  margin: 0;
  font-weight: 500;
}
.flow-block .chb-holder .chb-lbl:hover,
.flow-block .chb-holder label:hover {
  cursor: default;
}
.flow-block .chb-holder .chb-lbl em,
.flow-block .chb-holder label em {
  font-weight: 700;
}
.flow-block .select-lbl {
  float: left;
  color: #7b878b;
  font-weight: 400;
  line-height: 30px;
  margin: 0 15px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flow-block .press-buttons {
  margin: 0 -4px;
}
.flow-block .press-buttons .press-buttons-holder {
  width: 100%;
}
.flow-block .press-buttons .press-buttons-holder:after {
  content: "";
  display: block;
  clear: both;
}
.flow-block .press-buttons .press-buttons-holder .press-btn-col {
  float: left;
  width: 20%;
  padding: 4px;
  position: relative;
}
.flow-block .press-buttons .press-buttons-holder.cols-6 .press-btn-col {
  width: 16.666%;
}
.flow-block .press-buttons .press-buttons-holder.cols-7 .press-btn-col {
  width: 14.28%;
}
.flow-block .press-buttons .press-buttons-holder.cols-8 .press-btn-col {
  width: 12.5%;
}
.flow-block .press-buttons .press-buttons-holder.cols-9 .press-btn-col {
  width: 11.11%;
}
.flow-block .press-buttons .press-buttons-holder.cols-10 .press-btn-col {
  width: 10%;
}
.flow-block .press-buttons .press-buttons-holder .press-btn {
  background: #e7ebee;
  width: 100%;
  font-size: 24px;
  line-height: 70px;
  font-weight: bold;
  text-align: center;
  color: #cfd7dd;
  height: 70px;
  border-radius: 3px;
  border-style: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flow-block .press-buttons .press-buttons-holder .press-btn:hover {
  cursor: pointer;
}
.flow-block .press-buttons .press-buttons-holder .press-btn.active {
  background: #42c5a5;
  color: #fff;
}
.flow-block .press-buttons .press-buttons-holder .close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: #e34747;
  font-size: 8px;
  line-height: 13px;
  text-align: center;
  color: #fff;
  padding: 1px 0 0 1px;
  margin: 0;
  border-radius: 50%;
  border-style: none;
}
.flow-block .upload-section {
  width: 100%;
}
.flow-block .upload-section:after {
  content: "";
  display: block;
  clear: both;
}
.flow-block .upload-section .btn-holder {
  float: left;
  position: relative;
  margin-right: 20px;
}
.flow-block .upload-section .btn-holder .file {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.flow-block .upload-section .btn-holder .file:hover {
  cursor: pointer;
}
.flow-block .upload-section > span {
  height: 1%;
  overflow: hidden;
  color: #abb6ba;
  font-size: 12px;
  line-height: 32px;
}
.flow-block .upload-section .btn {
  float: left;
  width: auto;
  color: #fff;
  font-size: 10px;
  text-transform: none;
  background: #6c767d;
}
.flow-block .upload-section .btn .fa {
  margin-right: 5px;
}
.flow-block .radio-holder {
  float: none;
  width: 100% !important;
}
.flow-block .text-input-ro {
  width: 100%;
  background: #e7ebed;
  color: #abb6ba;
  display: block;
  font-weight: 500;
  outline: none;
  padding: 7px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
}
.flow-block .text-input-ro.dark-grey {
  color: #7b878b;
}
.flow-block .text-input-ro.tel {
  margin: 0 0 25px;
}
.flow-line+.flow-block,
.lines-block+.flow-block {
  margin-top: -20px;
}
.flow-options {
  width: 100%;
  max-width: 420px;
  position: relative;
}
.flow-options:after {
  content: "";
  display: block;
  clear: both;
}
.flow-options .btn {
  float: left;
  width: 50%;
  text-align: center;
  font-family: 'Gotham';
  color: #a3aaaf;
  text-transform: uppercase;
  background: #e7ebee;
  border-bottom: 1px solid #d3d8dc;
  font-size: 12px;
  line-height: 14px;
  padding: 12px 0 11px;
  border-radius: 0;
  box-shadow: none;
  outline: none;
}
.flow-options .btn:hover {
  background: #d9e0e4;
}
.flow-options .btn.active {
  background: #42c5a5;
  border-bottom-color: #42c5a5;
  color: #fff;
  outline: none;
}
.flow-options .btn.active:hover {
  background: #3bbf9f;
}
.flow-options .btn:nth-child(2) {
  border-left: 1px solid #d3d8dc;
}
.flow-block-btns {
  width: 100%;
}
.flow-block-btns:after {
  content: "";
  display: block;
  clear: both;
}
.flow-block-btns .btn {
  width: auto;
}
.flow-block-btns.center {
  text-align: center;
}
.flow-block-btns.center .btn {
  display: inline-block;
}
.flow-block-btns.center .btn.l {
  width: 50%;
}
.add-item-block {
  width: 100%;
}
.add-item-block:after {
  content: "";
  display: block;
  clear: both;
}
.add-item-block .btn {
  float: right;
  padding: 9px 15px 9px;
  margin: 0 0 0 10px;
}
.add-item-block .input-holder {
  height: 1%;
  overflow: hidden;
}
.add-item-block .text-input {
  width: 100%;
  background: #fff !important;
}
.fl-schedule-row .select {
  float: left !important;
  margin: 0 3px 0 0;
}
.fl-schedule-row .select .btn {
  padding: 6px 7px;
}
.fl-schedule-row .select.md {
  width: 84px !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .fl-schedule-row .select.md {
    width: 80px !important;
  }
}
.fl-schedule-row .select.xs {
  width: 46px !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .fl-schedule-row .select.xs {
    width: 43px !important;
  }
}
@media (max-width: 767px) {
  .fl-schedule-row .select {
    margin: 0 5px 5px 0;
  }
}
.fl-schedule-row .schedule-label {
  float: left;
  line-height: 32px;
  font-weight: 400;
  margin: 0 7px 0 4px;
}
@media (max-width: 767px) {
  .fl-schedule-row .schedule-label {
    margin: 0 7px 5px 4px;
  }
}
.fl-schedule-row .selects {
  float: left;
  white-space: nowrap;
}
.fl-schedule-row .selects .select {
  clear: none !important;
}
.tag-select .filter-option {
  position: relative;
}
.tag-select .filter-option:before {
  content: '';
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url("../img/icons.png") no-repeat;
  background-size: 20px 367px;
  background-position: 0 -147px;
  margin: 0 10px 0 0;
}
