.b-checkout__form {
  position: relative;
  padding-top: 24px;
}
.b-checkout__form label {
  display: block;
  float: left;
  width: 173px;
  box-sizing: border-box;
  padding-right: 10px;
  font: 16px/37px 'OpenSansRegular';
}
.b-checkout__form .row + .row {
  margin-top: 29px;
}
.b-checkout__form input[type=submit] {
  display: block;
  border: none;
  color: #fff;
  border-radius: 7px;
  font: 14px/37px 'OpenSansRegular';
  height: 37px;
  width: 158px;
  background-color: #92cd7d;
  transition: background-color 0.3s ease;
}
.b-checkout__form input[type=submit]:hover {
  background-color: #7cb268;
}
.b-checkout__form input[type=submit]:active {
  background-color: #a6e790;
}
.b-checkout__form input[type=text] {
  width: 218px;
  height: 48px;
  padding-left: 63px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font: 20px 'OpenSansRegular';
}
.b-checkout__form .controls {
  position: relative;
  float: left;
}
.b-checkout__form .controls .chosen-container {
  width: 218px !important;
}
.b-checkout__form .controls .chosen-container .chosen-single {
  font: 14px/37px 'OpenSansRegular';
}
.b-checkout__form .controls.m-sum .chosen-container {
  width: 58px !important;
  background: #65b0e6;
  position: absolute;
  left: 0;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 48px;
}
.b-checkout__form .controls.m-sum .chosen-container .chosen-single {
  font-size: 25px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font: 25px/48px 'OpenSansRegular';
}

.b-offer {
  position: relative;
  padding-top: 26px;
}
.b-offer__title {
  font: 16px/16px 'RobotoRegular';
  color: #4d4d4d;
}
.b-offer__list {
  font-size: 0;
  position: relative;
  padding-top: 20px;
  margin-top: -14px;
  margin-left: -20px;
}
.b-offer__item {
  width: 328px;
  height: 135px;
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  margin: 14px 0 0 20px;
  padding: 14px 10px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}
.b-offer__item:hover {
  background-color: #fafafa;
}
.b-offer__item-title {
  color: rgba(58, 58, 58, 0.5);
  font: 10px/10px 'RobotoRegular';
  padding-left: 120px;
}
.b-offer__item-pic {
  float: left;
  width: 105px;
  height: 60px;
  line-height: 60px;
  font-size: 0;
  text-align: center;
}
.b-offer__item-pic img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  border: none;
}
.b-offer__item-content {
  float: right;
  width: 190px;
  height: 60px;
  color: #545454;
  font: 20px/60px 'RobotoRegular';
}
.b-offer__item-content span {
  display: inline-block;
  vertical-align: middle;
  line-height: 22px;
  border-bottom: solid 2px #d5d5d5;
}
.b-offer__pay {
  display: block;
  clear: both;
  width: 112px;
  height: 38px;
  border-radius: 7px;
  margin-left: 117px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  background-color: #92cd7d;
  transition: background-color 0.3s ease;
  font: 15px/38px 'OpenSansRegular';
}
.b-offer__pay:hover {
  background-color: #7cae6a;
  text-decoration: none;
}

.b-online-payment__form {
  position: relative;
  padding-top: 18px;
}
.b-online-payment__form .row {
  float: left;
}
.b-online-payment__form .row label {
  display: block;
  height: 18px;
  font: 10px/18px 'RobotoRegular';
  color: rgba(58, 58, 58, 0.5);
}
.b-online-payment__form .controls {
  position: relative;
}
.b-online-payment__form .controls .chosen-container {
  width: 58px !important;
  background: #65b0e6;
  position: absolute;
  left: 0;
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 48px;
}
.b-online-payment__form .controls .chosen-container .chosen-single {
  font-size: 25px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  font: 25px/48px 'OpenSansRegular';
}
.b-online-payment__form .controls input[type=text] {
  padding-left: 66px;
  color: #545454;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 330px;
  height: 48px;
  font: 20px 'OpenSansRegular';
}
.b-online-payment__text {
  float: left;
  margin-left: 12px;
  width: 335px;
  font: 15px/24px 'RobotoRegular';
  color: #4d4d4d;
  padding-top: 18px;
}

.b-birthday__content {
  position: relative;
  margin-top: 10px;
  border-radius: 0 7px 7px 7px;
  padding: 4px 7px 20px 9px;
  background-color: #efefef;
}
.b-birthday__content .row + .row {
  margin-top: 10px;
}
.b-birthday__content .row .controls {
  position: relative;
}
.b-birthday__content .row .controls .b-tooltip {
  right: 10px;
  top: 10px;
}
.b-birthday__content .row label {
  display: block;
  height: 16px;
  font: 10px/16px 'RobotoRegular';
  padding-left: 6px;
}
.b-birthday__content .row textarea {
  height: 88px;
  resize: none;
  overflow: auto;
  padding: 4px 27px 4px 8px;
  width: 100%;
  font-family: 'OpenSansRegular';
}
.b-birthday__content .row .select2-container {
  width: 100%;
}
.b-birthday__content .row .select2-container .select2-chosen {
  font-family: 'OpenSansRegular';
}
.b-birthday__top .b-radio-group {
  height: 52px;
  float: left;
}
.b-birthday__top .b-radio-group__options {
  float: left;
}
.b-birthday__top .b-radio-group__options .row {
  padding-top: 0;
  height: 52px;
  width: 215px;
}
.b-birthday__top .b-radio-group__options .row label {
  height: 52px;
  line-height: 52px;
  font-size: 0;
  padding-left: 28px;
}
.b-birthday__top .b-radio-group__options .row label i {
  display: inline-block;
  vertical-align: middle;
  font: normal 14px/16px 'OpenSansRegular';
  color: #3a3a3a;
}
.b-birthday__top .b-radio-group__options .row label input[type=checkbox] + span {
  top: 50%;
  margin-top: -8px;
}
.b-birthday__top-right {
  width: 58px;
  float: right;
}
.b-birthday__top-right label {
  display: block;
  height: 16px;
  font: 10px/16px 'RobotoRegular';
}
.b-birthday__top-right input[type=text] {
  width: 100%;
  font-family: 'OpenSansRegular';
}

.b-cleaner__text {
  font: 14px/20px 'RobotoRegular';
  padding-bottom: 20px;
}
.b-cleaner__form .row + .row {
  padding-top: 24px;
}
.b-cleaner__form .row .chosen-container {
  width: 290px !important;
  float: left;
}
.b-cleaner__form .row.m-small-pad {
  padding-top: 12px;
}
.b-cleaner__form .row.m-last {
  text-align: center;
  padding-top: 26px;
}
.b-cleaner__common-text {
  float: left;
  margin-left: 18px;
  font: 14px/18px 'RobotoRegular';
  color: #8a8a8a;
  height: 36px;
  width: 290px;
}
.b-cleaner__half-section {
  width: 49%;
  float: left;
}
.b-cleaner__half-section + .b-cleaner__half-section {
  float: right;
}
.b-cleaner__half-section .b-dialog {
  float: left;
}
.b-cleaner__half-section label {
  display: block;
  font: 10px/16px 'RobotoRegular';
  color: #848484;
  padding-left: 5px;
}
.b-cleaner__half-section textarea {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  overflow: auto;
  resize: none;
  height: 170px;
}
.b-cleaner__download-link {
  display: block;
  text-decoration: none;
  border-radius: 7px;
  text-align: center;
  background-color: #92cd7d;
  font: 14px/36px 'RobotoRegular';
  transition: background-color 0.3s ease;
  width: 158px;
  height: 36px;
  color: #fff;
}
.b-cleaner__download-link:hover {
  background-color: #77a563;
}
.b-cleaner__download-text {
  float: left;
  margin-left: 15px;
  font: 14px/18px 'RobotoRegular';
  width: 41%;
}
.b-cleaner__show-results {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  height: 36px;
  font: 14px/36px 'RobotoRegular';
  width: 158px;
  color: #fff;
  transition: background-color 0.3s ease;
  background-color: #cd7d7d;
}
.b-cleaner__show-results:hover {
  background-color: #ab6464;
}

.b-colorpicker__wrap {
  display: block;
  position: relative;
}
.b-colorpicker__btn {
  display: block;
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-color: #f1f1f1;
  border-radius: 50%;
}
.b-colorpicker__btn.m-opened {
  z-index: 17;
}
.b-colorpicker__drop-down {
  display: none;
  width: 176px;
  background-color: #fff;
  position: absolute;
  z-index: 15;
  box-sizing: border-box;
  top: 7px;
  left: 50%;
  margin-left: -88px;
  padding: 19px 14px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
.b-colorpicker__drop-down.m-opened {
  display: block;
}
.b-colorpicker__drop-down.m-opened:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  left: 50%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  top: -17px;
}
.b-colorpicker__title {
  font: 16px/16px 'RobotoMedium';
  text-align: center;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.b-colorpicker__content {
  font-size: 0;
  text-align: center;
}
.b-colorpicker__item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  transition: border-color 0.3s ease;
  border-radius: 7px;
  margin: 10px 5px;
  cursor: pointer;
}
.b-colorpicker__item:hover {
  border-color: #626262;
}
.b-colorpicker__item.m-active {
  border-color: #626262;
  background-image: url(../img/i/bg-b-colorpicker__item.m-active.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.b-group__wrapper {
  font-size: 0;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 22px;
  box-sizing: border-box;
}
.b-group__item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  height: 22px;
  line-height: 18px;
  border-radius: 10px;
  border: solid 2px #c7c7c7;
  padding: 0 5px;
  font-size: 0;
  margin: 2px;
  color: #414141;
  background-color: #fff;
}
.b-group__item span {
  display: inline-block;
  vertical-align: middle;
  font: 13px/15px 'RobotoRegular';
}
.b-group__item span.m-indicator {
  display: inline-block;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 1px #bababa;
  background-color: #00ff00;
  margin-left: 8px;
}
.b-group__item.m-colored {
  border: none;
  color: #fff;
  line-height: 22px;
}
.b-group__sub-title {
  display: inline-block;
  vertical-align: top;
  border-radius: 7px 7px 0 0;
  background-color: #efefef;
  color: #3a3a3a;
  text-transform: uppercase;
  font: 17px/38px 'RobotoMedium';
  padding: 0 14px;
  height: 38px;
}
.b-group__sub-content {
  border-radius: 0 7px 7px 7px;
  padding: 16px 4px;
  background-color: #efefef;
}
.b-group__edit {
  width: 120px;
  float: left;
  margin: 3px 0 0 6px;
  padding: 0 10px;
  height: 22px;
  border-radius: 7px;
}
.b-group__edit input[type=text] {
  height: 18px;
  position: relative;
  display: block;
  top: 2px;
  text-align: center;
  padding: 0 5px;
  font: 14px/18px 'RobotoRegular';
  color: #4c4c4c;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
}
.b-group__edit input[type=text]:focus,
.b-group__edit input[type=text]:active {
  background-color: #d9e1d6 !important;
}
.b-group__edit input[type=text][disabled] {
  color: #fff;
  background-color: transparent;
  cursor: default;
}
.b-group__edit-form .row {
  min-height: 28px;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.b-group__edit-form .row:hover {
  background-color: #d0d0d0;
}
.b-group__edit-form .row:hover .b-group__link {
  display: block;
}
.b-group__edit-form .row + .row {
  margin-top: 7px;
}
.b-group__edit-form .row:last-child {
  height: 30px;
  margin-top: 14px;
}
.b-group__edit-form .row:last-child:hover {
  background-color: transparent;
}
.b-group__edit-form .b-colorpicker__wrap {
  float: left;
  margin: 7px 0 0 18px;
}
.b-group__link {
  display: none;
  height: 28px;
  float: left;
  margin-left: 15px;
  color: #878787;
  font: 14px/28px 'RobotoRegular';
  text-decoration: underline;
}
.b-group__link:hover {
  text-decoration: none;
}
.b-group__add-to-stop-list {
  display: block;
  height: 30px;
  font: 14px/30px 'RobotoRegular';
  text-decoration: none;
  border-radius: 7px;
  color: #fff;
  transition: background-color 0.3s ease;
  background-color: #f00;
  text-align: center;
  width: 140px;
  margin-left: 6px;
}
.b-group__add-to-stop-list:hover {
  background-color: #d70000;
}
.b-group__save {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  color: #fff !important;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  background-color: #92cd7d;
  width: 158px !important;
  transition: background-color 0.3s ease;
  border: none !important;
  margin: 0 14px;
  padding: 0 !important;
}
.b-group__save:hover {
  background-color: #75a563;
}
.b-group__cancel {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  background-color: #dcdcdc;
  margin: 0 14px;
  width: 158px;
  transition: background-color 0.3s ease;
  border: none;
  padding: 0;
}
.b-group__cancel:hover {
  background-color: #bbbbbb;
}
.b-group__footer {
  font-size: 0;
  text-align: center;
  clear: both;
}

.b-phone-books__table .b-phone-numbers__add-content .row {
  margin-top: 18px;
  padding-top: 0;
}
.b-phone-books__table .b-phone-numbers__add-content .row + .row {
  margin-top: 8px;
}
.b-phone-books__table .b-phone-numbers__table tbody .js-table-hover {
  background: rgba(244, 244, 244, 0.5) !important;
}
.b-phone-books__table .b-radio-group {
  float: none;
}
.b-phone-books__table .b-radio-group__title {
  margin-top: 0;
  letter-spacing: normal;
  color: #a3a3a3;
}
.b-phone-books__table thead {
  color: #b4b9c0;
}
.b-phone-books__table thead a {
  color: #4fbd69;
  transition: color 0.3s ease;
}
.b-phone-books__table thead a:hover {
  text-decoration: none;
  color: #3f9654;
}
.b-phone-books__table thead th {
  min-height: 35px;
}
.b-phone-books__table tbody td {
  height: 45px;
}
.b-phone-books__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-phone-books__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-phone-books__table tbody tr.m-stop-list {
  background-color: #faedec;
}
.b-phone-books__table .m-select {
  width: 25px;
  text-align: center;
}
.b-phone-books__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-phone-books__table .m-select label input[type=checkbox] {
  display: none;
}
.b-phone-books__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-phone-books__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-phone-books__table .b-colorpicker__wrap {
  display: inline-block;
  vertical-align: middle;
}
.b-phone-books__group {
  display: inline-block;
  vertical-align: top;
  border-radius: 7px;
  color: #fff;
  height: 25px;
  padding: 0 20px 0 12px;
  font: 14px/25px 'RobotoRegular';
  max-width: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #ccc;
}
.b-phone-books__total {
  float: none;
  overflow: hidden;
  text-align: center;
  height: 30px;
  font: 16px/30px 'RobotoRegular';
  color: #919191;
}
.b-phone-books__controls {
  display: none;
  height: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 12px;
  background-color: #fff;
  z-index: 1;
}
.b-phone-books__controls a {
  height: 40px;
  color: #b4b9c0;
  text-decoration: none;
  font: 14px/40px 'OpenSansRegular';
  transition: color 0.3s ease;
  display: block;
  float: left;
  margin-left: 16px;
}
.b-phone-books__controls a:hover {
  color: #777;
  text-decoration: none;
}
.b-phone-books__controls a.m-delete {
  padding-left: 25px;
  background: url(../img/i/bg-b-phone-numbers__a.m-delete.png) no-repeat left center;
  background-size: 18px 23px;
}
.b-phone-books__controls a.m-edit {
  padding-left: 32px;
  background: url(../img/i/bg-b-phone-numbers__a.m-edit.png) no-repeat left center;
}
.b-phone-books__controls a.m-send-sms {
  padding-left: 32px;
  background: url(../img/i/bg-b-phone-numbers__a.m-send-sms.png) no-repeat left center;
}
.b-phone-books__controls a.m-add-phones {
  padding-left: 32px;
  background: url(../img/i/bg-b-phone-numbers__a.m-add-phones.png) no-repeat left center;
}
.b-phone-books__controls a.m-merge-groups {
  padding-left: 32px;
  background: url(../img/i/bg-b-phone-numbers__add-to-group.png) no-repeat left center;
  background-size: 22px 23px;
}
.b-phone-books__controls .b-select {
  height: 40px;
  border: none;
  background: #fff;
  float: left;
  margin-left: 15px;
  width: 132px;
  background: url(../img/i/bg-b-phone-books__export-to.png) no-repeat left center;
  padding-left: 33px;
}
.b-phone-books__controls .b-select__selected {
  left: 33px;
  top: 0;
  bottom: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b4b9c0;
  font: 14px/40px 'OpenSansRegular';
  padding-left: 0;
  padding-right: 14px;
  background: url(../img/i/bg-b-phone-numbers__select.png) no-repeat right center;
  transition: color 0.3s ease;
}
.b-phone-books__controls .b-select__selected:hover {
  color: #777;
}
.b-phone-books__controls .b-select.m-save-as {
  width: 125px;
  display: none;
  margin-left: 35px;
  background: url(../img/i/bg-b-phone-numbers__save-as.png) no-repeat left center;
  padding-left: 33px;
}
.b-phone-books__controls-group {
  padding-left: 42px;
  float: left;
  height: 40px;
  width: 75px;
  color: #777777;
  font: 14px/40px 'OpenSansRegular';
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
}

.b-phone-numbers .b-radio-group {
  float: none;
}
.b-phone-numbers .b-radio-group__title {
  margin-top: 0;
  letter-spacing: normal;
  color: #a3a3a3;
}
.b-phone-numbers__left {
  float: left;
}
.b-phone-numbers__display-options {
  padding-top: 5px;
  padding-bottom: 10px;
}
.b-phone-numbers__display-options .controls {
  float: left;
  padding-top: 16px;
}
.b-phone-numbers__display-options .controls > label {
  display: block;
  font: 10px/16px 'RobotoRegular';
  color: #848484;
  height: 16px;
}
.b-phone-numbers__display-options .controls input[type=text] {
  width: 160px;
}
.b-phone-numbers__display-options .controls .select2-container,
.b-phone-numbers__display-options .controls .chosen-container {
  width: 125px !important;
}
.b-phone-numbers__display-options .controls + .controls {
  padding-left: 20px;
  padding-top: 0;
}
.b-phone-numbers__right {
  float: left;
  width: 344px;
  margin-left: 14px;
}
.b-phone-numbers__add-title {
  background-color: #efefef;
  color: #444;
  text-transform: uppercase;
  font: 17px/38px 'RobotoMedium';
  border-radius: 7px 7px 0 0;
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
}
.b-phone-numbers__add-content {
  border-radius: 0 7px 7px 7px;
  background-color: #efefef;
  padding: 17px 10px 25px;
}
.b-phone-numbers__add-content .row {
  padding-top: 6px;
}
.b-phone-numbers__add-content .row label {
  color: #7e7e7e;
  font: 10px/16px 'RobotoRegular';
}
.b-phone-numbers__add-content .row label.m-dark {
  color: #000;
}
.b-phone-numbers__add-content .row .controls .select2-container,
.b-phone-numbers__add-content .row .controls .chosen-container {
  width: 160px;
  float: left;
}
.b-phone-numbers__add-content .row .chosen-container {
  width: 160px !important;
  float: left;
}
.b-phone-numbers__add-content .row textarea {
  width: 100%;
  display: block;
  resize: none;
  overflow: auto;
  padding: 8px;
  height: 80px;
}
.b-phone-numbers__add-buttons {
  height: 30px;
  padding-left: 7px;
}
.b-phone-numbers__add-buttons a {
  text-decoration: none;
  display: block;
  float: left;
  font: 14px/30px 'RobotoRegular';
  transition: background-color 0.3s ease;
  width: 125px;
  text-align: center;
  border-radius: 5px;
}
.b-phone-numbers__add-buttons .b-dialog {
  margin-left: 42px;
  float: left;
}
.b-phone-numbers__add-buttons a.m-one-by-one {
  background-color: #65b0e6;
  color: #fff;
}
.b-phone-numbers__add-buttons a.m-one-by-one:hover {
  background-color: #5588b7;
}
.b-phone-numbers__add-buttons a.m-load-from-file {
  background-color: #b8d6eb;
  color: #3a3a3a;
}
.b-phone-numbers__add-buttons a.m-load-from-file:hover {
  background-color: #9bb4c4;
}
.b-phone-numbers__download {
  display: block;
  float: right;
  width: 158px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #92cd7d;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  transition: background-color 0.3s ease;
}
.b-phone-numbers__download:hover {
  background-color: #71a060;
}
.b-phone-numbers__table thead {
  color: #b4b9c0;
}
.b-phone-numbers__table thead th {
  min-height: 35px;
}
.b-phone-numbers__table tbody tr {
  min-height: 45px;
}
.b-phone-numbers__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-phone-numbers__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-phone-numbers__table tbody tr.m-sub td {
  padding-bottom: 42px;
}
.b-phone-numbers__table .m-select {
  width: 35px !important;
  text-align: center;
}
.b-phone-numbers__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-phone-numbers__table .m-select label input[type=checkbox] {
  display: none;
}
.b-phone-numbers__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-phone-numbers__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-phone-numbers__table .m-id {
  width: 30px !important;
  text-align: center;
  color: #b4b9c0;
}
.b-phone-numbers__table .m-phone-number {
  width: 100px !important;
}
.b-phone-numbers__table .b-table__sub-left {
  padding: 12px 0 26px 14px;
  width: 335px;
  min-height: 100px;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form {
  width: auto;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row label {
  width: 125px;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row .controls {
  width: 200px;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row .controls input[type=text] {
  width: 130px;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row:last-child:hover {
  background-color: #e8e8e8;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row:last-child:hover label {
  background-color: transparent;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row:last-child {
  margin-top: 11px;
  height: auto;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row:last-child label {
  background-color: #efefef;
  border-radius: 7px 7px 0 0;
  position: relative;
  width: 77px;
  padding-right: 0;
  margin-right: 48px;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__form .row:last-child label:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  top: 100%;
  background-color: #efefef;
}
.b-phone-numbers__table .b-table__sub-left .b-settings__edit-link {
  padding: 0 0 0 9px;
}
.b-phone-numbers__table .b-table__sub-right {
  padding: 12px 10px 26px 0;
  width: 290px;
  min-height: 100px;
}
.b-phone-numbers__total {
  text-align: center;
  color: #919191;
  font: 16px/16px 'RobotoRegular';
}
.b-phone-numbers__controls {
  display: none;
  height: 40px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 12px;
  background-color: #fff;
  z-index: 1;
}
.b-phone-numbers__controls a {
  height: 40px;
  color: #b4b9c0;
  text-decoration: none;
  font: 14px/40px 'OpenSansRegular';
  transition: color 0.3s ease;
  display: block;
  float: left;
}
.b-phone-numbers__controls a:hover {
  color: #777;
  text-decoration: none;
}
.b-phone-numbers__controls a.m-delete {
  padding-left: 25px;
  background: url(../img/i/bg-b-phone-numbers__a.m-delete.png) no-repeat left center;
  margin-left: 16px;
  background-size: 18px 23px;
}
.b-phone-numbers__controls a.m-edit {
  padding-left: 32px;
  background: url(../img/i/bg-b-phone-numbers__a.m-edit.png) no-repeat left center;
  margin-left: 52px;
}
.b-phone-numbers__controls .b-select {
  height: 40px;
  border: none;
  background: #fff;
  float: left;
  margin-left: 50px;
  width: 165px;
  background: url(../img/i/bg-b-phone-numbers__add-to-group.png) no-repeat left center;
  padding-left: 33px;
  background-size: 22px 23px;
}
.b-phone-numbers__controls .b-select__selected {
  left: 33px;
  top: 0;
  bottom: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b4b9c0;
  font: 14px/40px 'OpenSansRegular';
  padding-left: 0;
  padding-right: 14px;
  background: url(../img/i/bg-b-phone-numbers__select.png) no-repeat right center;
  transition: color 0.3s ease;
}
.b-phone-numbers__controls .b-select__selected:hover {
  color: #777;
}
.b-phone-numbers__controls .b-select.m-save-as {
  width: 125px;
  display: none;
  margin-left: 35px;
  background: url(../img/i/bg-b-phone-numbers__save-as.png) no-repeat left center;
  padding-left: 33px;
}
.b-phone-numbers__controls .b-select.m-save-as .chosen-container {
  width: 117px !important;
}
.b-phone-numbers__controls-id {
  padding-left: 92px;
  float: left;
  height: 40px;
  color: #777777;
  font: 14px/40px 'OpenSansRegular';
  text-decoration: underline;
}
.b-phone-numbers__load-from-file {
  float: left;
}
.b-phone-numbers__load-from-file input[type=text] {
  text-align: center;
  width: 160px;
}
.b-phone-numbers__file-types {
  float: left;
  height: 36px;
  margin-left: 14px;
  line-height: 36px;
  font-size: 0;
  width: 140px;
}
.b-phone-numbers__file-types span {
  display: inline-block;
  vertical-align: middle;
  color: #3a3a3a;
  font: 14px/16px 'RobotoRegular';
}
.b-phone-numbers__download-right {
  margin-top: 20px !important;
  color: #3a3a3a;
  font: 14px/16px 'RobotoRegular';
  position: relative;
  padding-right: 20px;
}
.b-phone-numbers__download-right span {
  text-decoration: underline;
}
.b-phone-numbers__download-right .b-tooltip {
  top: 0;
  right: 5px;
}

.b-bills-confirmation__table thead {
  color: #a3a3a3;
}
.b-bills-confirmation__table thead th {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.b-bills-confirmation__table tbody {
  color: #565656;
}
.b-bills-confirmation__table tbody td.m-login {
  width: 46px;
}
.b-bills-confirmation__table tbody td.m-login .b-table__tooltip-title {
  max-width: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-bills-confirmation__table tbody td.m-pay-method {
  width: 45px;
}
.b-bills-confirmation__table tbody td.m-pay-method .b-table__tooltip-title {
  max-width: 45px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-bills-confirmation__table tbody td.m-comission {
  width: 50px;
}
.b-bills-confirmation__table tbody td.m-comission .b-table__tooltip-title {
  max-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-bills-confirmation__table tbody td.m-currency-rate {
  width: 60px;
}
.b-bills-confirmation__table tbody td.m-currency-rate .b-table__tooltip-title {
  max-width: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-bills-confirmation__table tbody td.m-controls {
  width: 90px;
}
.b-bills-confirmation__table tbody td.m-controls .b-table__cell-buttons {
  padding-right: 8px;
}
.b-bills-confirmation__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.b-bills-confirmation__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico + .b-btn-ico {
  margin-left: 12px;
}
.b-bills-confirmation__add-invoice {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 7px;
  transition: background-color 0.3s ease;
}
.b-bills-confirmation__add-invoice:hover {
  background-color: #c30000;
}
@media (min-width: 1200px) {
  .b-bills-confirmation__table td.m-login {
    width: auto !important;
  }
  .b-bills-confirmation__table td.m-login .b-table__tooltip-title {
    max-width: 300px !important;
  }
  .b-bills-confirmation__table td.m-pay-method {
    width: 100px !important;
  }
  .b-bills-confirmation__table td.m-pay-method .b-table__tooltip-title {
    max-width: 100px !important;
  }
}
@media (min-width: 1400px) {
  .b-bills-confirmation__table td.m-pay-method {
    width: auto !important;
  }
  .b-bills-confirmation__table td.m-pay-method .b-table__tooltip-title {
    max-width: 300px !important;
  }
}

.b-currency-rates__table .m-controls {
  padding-right: 0 !important;
}
.b-currency-rates__table thead {
  color: #a3a3a3;
}
.b-currency-rates__table tbody {
  color: #565656;
}
.b-currency-rates__table tbody td {
  padding: 6px !important;
}
.b-currency-rates__table tbody td.m-controls {
  width: 110px;
}
.b-currency-rates__add-currency {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 7px;
  transition: background-color 0.3s ease;
}
.b-currency-rates__add-currency:hover {
  background-color: #c30000;
}

/* Campaign */
.b-campaign__table thead {
  color: #a3a3a3;
}
.b-campaign__table tbody tr.m-sub > td {
  padding-top: 18px !important;
  padding-bottom: 32px !important;
}
.b-campaign__table .b-table__tooltip-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 88px;
}
.b-campaign__table .b-table__sub-left {
  width: 275px;
}
.b-campaign__table .b-table__sub-right {
  width: 340px;
}
.b-campaign__desc-section + .b-campaign__desc-section {
  padding-top: 16px;
}
.b-campaign__total {
  font: 17px/17px 'RobotoRegular';
  text-decoration: underline;
  padding-left: 20px;
}
.b-campaign__buttons {
  padding-top: 38px;
  padding-left: 20px;
}
.b-campaign__buttons a {
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  width: 175px;
  height: 36px;
  padding: 0 0 0 45px;
  font: 14px/36px 'RobotoRegular';
  transition: background-color 0.3s ease;
  border-radius: 7px;
}
.b-campaign__buttons a.m-restart {
  background: #65b0e6 url(../img/i/bg-b-campaign__a.m-restart.png) no-repeat 12px 8px;
}
.b-campaign__buttons a.m-restart:hover {
  background-color: #5692c0;
}
.b-campaign__buttons a.m-delete {
  background: #d0d0d0 url(../img/i/bg-b-campaign__a.m-delete.png) no-repeat 12px 8px;
  margin-left: 25px;
}
.b-campaign__buttons a.m-delete:hover {
  background-color: #b0b0b0;
}
/* End Campaign */

.b-notification-history__legend {
  position: absolute;
  right: 15px;
  top: 7px;
}
.b-notification-history__legend-item {
  display: block;
  float: left;
  position: relative;
  height: 28px;
  font: 14px/28px 'RobotoRegular';
  color: #fff;
  padding: 0 20px 0 0;
  border: none;
  background: transparent;
  opacity: 1;
  transition: opacity 0.15s ease-in-out;
}
.b-notification-history__legend-item:hover {
  opacity: .85;
}
.b-notification-history__legend-item + .b-notification-history__legend-item {
  margin-left: 12px;
}
.b-notification-history__legend-item span {
  display: block;
  padding: 0 2px 0 10px;
  border-radius: 3px 0 0 3px;
}
.b-notification-history__legend-item.m-message span {
  background: #64a897;
}
.b-notification-history__legend-item.m-message:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #64a897;
  border-width: 14px;
  margin-top: -14px;
}
.b-notification-history__legend-item.m-important span {
  background: #7da9cd;
}
.b-notification-history__legend-item.m-important:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #7da9cd;
  border-width: 14px;
  margin-top: -14px;
}
.b-notification-history__legend-item.m-warning span {
  background: #d2c171;
}
.b-notification-history__legend-item.m-warning:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #d2c171;
  border-width: 14px;
  margin-top: -14px;
}
.b-notification-history__legend-item.m-error span {
  background: #d27171;
}
.b-notification-history__legend-item.m-error:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #d27171;
  border-width: 14px;
  margin-top: -14px;
}
.b-notification-history__item {
  position: relative;
  padding-top: 22px;
}
.b-notification-history__item a.b-notification__item-close {
  top: 29px;
  right: 3px;
}
.b-notification-history__item div.pull-right {
  margin-right: 20px;
}
.b-notification-history__item-title {
  height: 21px;
  color: #000;
}
.b-notification-history__item-title__type {
  text-transform: uppercase;
  font: 14px/21px 'RobotoBold';
  padding-right: 12px;
  float: left;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-notification-history__item-title__legend {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  font: 14px/21px 'RobotoRegular';
  color: #fff;
  padding: 0 12px 0 0;
}
.b-notification-history__item-title__legend span {
  display: block;
  padding: 0 3px 0 7px;
  border-radius: 3px 0 0 3px;
}
.b-notification-history__item-title__legend.m-message span {
  background: #64a897;
}
.b-notification-history__item-title__legend.m-message:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #64a897;
  border-width: 10px;
  margin-top: -10px;
}
.b-notification-history__item-title__legend.m-important span {
  background: #7da9cd;
}
.b-notification-history__item-title__legend.m-important:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #7da9cd;
  border-width: 10px;
  margin-top: -10px;
}
.b-notification-history__item-title__legend.m-warning span {
  background: #d2c171;
}
.b-notification-history__item-title__legend.m-warning:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #d2c171;
  border-width: 10px;
  margin-top: -10px;
}
.b-notification-history__item-title__legend.m-error span {
  background: #d27171;
}
.b-notification-history__item-title__legend.m-error:after {
  right: -8px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #d27171;
  border-width: 10px;
  margin-top: -10px;
}
.b-notification-history__item-title__author {
  float: left;
  font: 14px/21px 'RobotoRegular';
  color: #64a897;
}
.b-notification-history__item-title__time {
  float: left;
  font: 14px/21px 'RobotoRegular';
  color: #b4b9c0;
  display: list-item;
  padding-left: 10px;
  list-style: disc inside;
  white-space: nowrap;
}
.b-notification-history__item-content {
  padding-top: 12px;
  color: #565656;
  font: 14px/18px 'RobotoRegular';
}
.b-notification-history__item-footer {
  padding-top: 10px;
}
.b-notification-history__item-footer a {
  display: inline-block;
  vertical-align: top;
  color: #5c5c5c;
  font: 14px/15px 'RobotoRegular';
  transition: color 0.3s ease;
}
.b-notification-history__item-footer a:hover {
  color: #8f8f8f;
  text-decoration: none;
}
.b-notification-history__footer {
  padding-top: 17px;
}
.b-notification-history__footer .controls {
  float: right;
  margin-top: -2px;
}
.b-notification-history__footer .controls label {
  display: block;
  font: 10px/20px 'RobotoRegular';
  height: 20px;
}
.b-notification-history__footer .controls.m-show .chosen-container {
  width: 75px !important;
}
.btn-clear-all {
  min-width: 92px;
  padding: 0;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  color: #fff;
  border-radius: 7px;
  background-color: #65b0e6;
  background-clip: padding-box;
  margin-right: 34px;
  float: left;
}
.b-notification-history .site-content__title {
  margin-right: 59%;
}
@media (min-width: 1280px) {
  .b-notification-history__item-title__type {
    max-width: 68%;
  }
}
@media (min-width: 1500px) {
  .b-notification-history__item-title__type {
    max-width: 73%;
  }
}
@media (min-width: 1900px) {
  .b-notification-history__item-title__type {
    max-width: 77%;
  }
}

.b-overview__options {
  position: relative;
  padding-top: 30px;
}
.b-overview__options .controls {
  float: left;
  width: 142px;
}
.b-overview__options .controls + .controls {
  margin-left: 18px;
}
.b-overview__options .select2-container {
  width: 142px;
}
.b-overview__options .select2-container.select2-dropdown-open .select2-choise,
.b-overview__options .select2-container.select2-drop-above .select2-choise {
  background-color: #ccc;
  background-image: none;
}
.b-overview__chart-wrap {
  position: relative;
  padding-top: 20px;
}
.b-overview__chart {
  height: 340px;
}

.b-balance-history__form {
  float: left;
  width: 380px;
  padding-right: 20px;
  border-right: solid 2px #e8e8e8;
}
.b-balance-history__form .row label {
  display: block;
  height: 18px;
  font: 10px/18px 'RobotoRegular';
}
.b-balance-history__form .row .controls {
  position: relative;
}
.b-balance-history__form .row .controls:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.b-balance-history__form .row .controls .chosen-container {
  background-color: #65b0e6;
  width: 117px!important;
}
.b-balance-history__form .row .controls .chosen-container .chosen-single {
  color: #fff;
}
.b-balance-history__form .row .controls.m-active input[type=text] {
  border-color: #a3a3a3;
}
.b-balance-history__form .row .controls.m-active input[type=button] {
  opacity: 1;
}
.b-balance-history__form .row .controls__inner {
  padding: 0 9px 0 0;
  width: 260px;
  height: 32px;
}
.b-balance-history__form .row .controls__inner:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -29px;
  width: 40px;
  background: #fff;
}
.b-balance-history__form .row .controls__inner:after {
  margin-left: -9px;
  top: 3px;
}
.b-balance-history__form .row .controls__inner > input[type=text] {
  height: 32px!important;
  font-size: 13px;
  padding: 0 5px!important;
}
.b-balance-history__form .row .controls__inner > button {
  opacity: .4;
  right: -18px;
  top: -2px;
}
.b-balance-history__form .row input[type=text] {
  width: 283px;
  display: block;
  float: left;
  border-color: #cecece;
}
.b-balance-history__form .row input[type=button] {
  float: right;
  width: 78px;
  opacity: 0.4;
}
.b-balance-history__form .row + .row {
  margin-top: 8px;
}
.b-balance-history__form .row:last-child {
  padding-top: 12px;
  margin-top: 17px;
  border-top: solid 2px #e8e8e8;
}
.b-balance-history__right {
  float: left;
  width: 260px;
  margin-left: 14px;
}
.b-balance-history__right .b-radio-group__title {
  color: #a3a3a3;
  font: 14px/15px 'RobotoRegular';
  letter-spacing: .05em;
  padding-bottom: 3px;
  margin-top: 0;
}
.b-balance-history__right .b-radio-group__options .row {
  width: 118px;
}

.b-finance .b-table__wrapper {
  padding-top: 26px;
}

.b-price-control.m-pad-top {
  padding-top: 30px;
}
.b-price-control__left {
  float: left;
  width: 178px;
  border-right: solid 2px #e8e8e8;
}
.b-price-control__period {
  width: 160px;
  padding-bottom: 11px;
  border-bottom: solid 1px #e8e8e8;
}
.b-price-control__period label {
  display: block;
  cursor: pointer;
  border-radius: 7px;
}
.b-price-control__period label input[type=radio] {
  display: none;
}
.b-price-control__period label input[type=radio] + span {
  display: block;
  padding: 0 14px;
  color: #3a3a3a;
  letter-spacing: 0.03em;
  border-radius: 7px;
  transition: all 0.3s ease;
  font: 16px/37px 'RobotoRegular';
}
.b-price-control__period label input[type=radio] + span:hover {
  background: #ebebeb;
}
.b-price-control__period label input[type=radio]:checked + span {
  background: #d0d0d0;
}
.b-price-control__save {
  margin-top: 18px;
}
.b-price-control__save label {
  display: block;
  height: 14px;
  color: #848484;
  font: 10px/14px 'RobotoRegular';
}
.b-price-control__save .chosen-container {
  width: 160px !important;
  background-color: #65b0e6;
}
.b-price-control__save .chosen-container .chosen-single {
  color: #fff;
}
.b-price-control__middle {
  float: left;
  padding-left: 17px;
  width: 173px;
  border-right: solid 2px #e8e8e8;
}
.b-price-control__middle .chosen-container {
  width: 159px !important;
}
.b-price-control__filters .row + .row {
  padding-top: 15px;
}
.b-price-control__right {
  float: left;
  width: 292px;
  margin-left: 14px;
}
.b-price-control__right .b-radio-group__title {
  color: #a3a3a3;
  font: 14px/15px 'RobotoRegular';
  letter-spacing: 0.05em;
  padding-bottom: 3px;
  margin-top: 0;
}
.b-price-control__right .b-radio-group__options .row {
  width: 110px;
  padding-top: 20px;
}
.b-price-control__form {
  padding-top: 14px;
}
.b-price-control__form label {
  display: block;
  height: 14px;
  color: #848484;
  font: 10px/14px 'RobotoRegular';
}
.b-price-control__form input[type=text] {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 197px;
  height: 36px;
  border: solid 2px #cecece;
  border-radius: 7px;
  font: 14px RobotoRegular;
  color: #848484;
  padding: 0 8px;
  transition: border-color 0.3s ease, color 0.3s ease;
}
.b-price-control__form input[type=text]:focus {
  border-color: #a3a3a3;
  background: #fff;
  color: #565656;
}
.b-price-control__form input[type=submit] {
  display: block;
  float: left;
  margin-left: 17px;
  width: 78px;
  height: 36px;
  border: none;
  background-color: #65b0e6;
  color: #fff;
  font: 14px RobotoRegular;
  border-radius: 7px;
  transition: background-color 0.3s ease;
}
.b-price-control__form input[type=submit]:hover {
  background-color: #c1dff5;
}

.b-price-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-bottom: solid 2px #e8e8e8;
  margin: 0;
  padding: 0;
}
.b-price-table td,
.b-price-table th {
  padding: 4px 9px;
}
.b-price-table thead {
  color: #a3a3a3;
  font: 14px/16px 'RobotoRegular';
  text-align: left;
}
.b-price-table thead tr,
.b-price-table thead th {
  height: 34px;
  vertical-align: middle;
}
.b-price-table tbody {
  color: #565656;
  font: 14px/16px 'RobotoRegular';
}
.b-price-table tbody tr {
  border-top: solid 2px #e8e8e8;
}
.b-price-table tbody tr:hover {
  background: #ecf5fc;
}
.b-price-table tbody td {
  min-height: 34px;
  vertical-align: middle;
}
.b-price-table tbody td.m-cell-type {
  width: 58px;
}
.b-price-table tbody td.m-cell-cost {
  width: 98px;
}
.b-price-table tbody td.m-cell-sender {
  width: 181px;
}
.b-price-table tbody td.m-cell-comment {
  width: 215px;
}
.b-price-table tbody td.m-add-sum {
  width: 84px;
}
.b-price-table tbody td.m-credit {
  width: 70px;
}
.b-price-table tbody td.m-current-balance {
  width: 66px;
}
.b-price-table tbody td.m-add-funds {
  width: 68px;
}
.b-price-table tbody td.m-date {
  width: 82px;
}
.b-price-table tbody td.m-status {
  width: 36px;
  text-align: center;
}
.b-price-table tbody td.m-refilled {
  width: 74px;
}
.b-price-table tbody td.m-account {
  width: 110px;
}
.b-price-table__b {
  display: inline-block;
  vertical-align: middle;
  font-family: 'RobotoBold';
}
.b-price-table__b.m-add {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
.b-price-table__cost {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 20px;
  background: url(../img/i/bg-b-price-table__cost.png) no-repeat left center;
  cursor: pointer;
}
.b-price-table__cost-controls {
  display: none;
  position: absolute;
  background: #fff;
  width: 380px;
  height: 228px;
  border-radius: 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  z-index: 100;
  bottom: 100%;
  left: -60px;
  cursor: default;
}
.b-price-table__cost-controls:after {
  top: 100%;
  left: 57px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
}
.b-price-table__cost-controls.m-active {
  display: block;
}
.b-price-table__cost-controls-content {
  padding: 17px 15px 14px;
  display: block;
}
.b-price-table__c-period {
  display: block;
  height: 20px;
}
.b-price-table__c-period label {
  display: block;
  float: left;
  height: 20px;
  text-transform: uppercase;
  color: #3b3938;
  font: 14px/20px 'RobotoRegular';
  padding-right: 4px;
}
.b-price-table__c-period .b-select {
  width: 65px;
  display: inline-block;
  vertical-align: top;
  list-style: none;
  border: none;
  position: relative;
  border-radius: 5px;
  background: #b8b8b8;
  height: 20px;
}
.b-price-table__c-period .b-select.m-opened {
  border-radius: 5px 5px 0 0;
}
.b-price-table__c-period .b-select.m-opened .b-select__selected:before {
  background-position: 7px center;
}
.b-price-table__c-period .b-select__selected {
  display: block;
  position: absolute;
  color: #fff;
  font: 12px/20px RobotoRegular;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 20px;
  padding-left: 9px;
}
.b-price-table__c-period .b-select__selected:before {
  background: url(../img/i/bg-b-select-arrow.svg) no-repeat 5px center;
  background-size: 11px 6px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.b-price-table__c-period .b-select__options {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  overflow: hidden;
  height: auto;
  border-radius: 0 0 5px 5px;
  background: #e5e4e4;
}
.b-price-table__c-period .b-select__options span {
  display: block;
  cursor: pointer;
  color: #565656;
  font: 12px/14px OpenSansRegular;
  padding: 5px 9px;
}
.b-price-table__chart-wrap {
  display: block;
  height: 160px;
  background: #ccc;
  margin-top: 14px;
}
.b-price-table__comment {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 14px;
  padding: 5px 0;
}
.b-price-table__full-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.b-price-table__full-text-content {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 7px;
  width: 212px;
  box-sizing: border-box;
  padding: 12px 12px 16px 12px;
  color: #3a3a3a !important;
  text-decoration: none !important;
  font: 14px/17px RobotoRegular;
  bottom: 15px;
  right: -8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.51);
  cursor: default;
}
.b-price-table__full-text-content:before {
  content: '';
  display: block;
  width: 48px;
  height: 8px;
  background: url(../img/i/bg-cost-controls-triangle.png) no-repeat center;
  position: absolute;
  top: 100%;
  right: -7px;
  cursor: default;
}
.b-price-table.m-balance-history td > span {
  display: block;
}
.b-price-table.m-balance-history tbody td {
  min-height: 38px;
}
.b-price-table__status {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background-size: 20px !important;
}
.b-price-table__status.m-check {
  background: url(../img/i/bg-b-price-table__status.m-check.png) no-repeat center center;
}
.b-price-table__status.m-ban {
  background: url(../img/i/bg-b-price-table__status.m-ban.png) no-repeat center center;
}
.b-price-table__status.m-refresh {
  background: url(../img/i/bg-b-price-table__status.m-refresh.png) no-repeat center center;
}
@media (min-width: 1200px) {
  .b-bills-confirmation__table td.m-login {
    width: auto !important;
  }
  .b-bills-confirmation__table td.m-login .b-table__tooltip-title {
    max-width: 300px !important;
  }
  .b-bills-confirmation__table td.m-pay-method {
    width: 100px !important;
  }
  .b-bills-confirmation__table td.m-pay-method .b-table__tooltip-title {
    max-width: 100px !important;
  }
}
@media (min-width: 1200px) {
  .b-price-table.m-balance-history td.m-credit {
    width: auto !important;
    max-width: 150px;
  }
  .b-price-table.m-balance-history td.m-refilled {
    width: auto !important;
    max-width: 150px;
  }
}

.b-dev {
  position: relative;
}
.b-dev__content {
  padding-top: 30px;
}
.b-dev__left-col {
  width: 202px;
  float: left;
}
.b-dev__menu {
  padding: 14px 0;
  display: block;
  list-style: none;
  border-radius: 10px;
  background: #efefef;
  position: relative;
  z-index: 40;
}
.b-dev__menu-item {
  display: block;
  position: relative;
}
.b-dev__menu-url {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  font: 14px/16px 'RobotoRegular';
  padding: 5px 22px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.b-dev__menu-url:hover {
  color: #878787;
}
.b-dev__menu-url.m-opened,
.b-dev__menu-url.m-active {
  background-color: #c4c4c4;
}
.b-dev__menu-second {
  display: block;
  padding: 0;
}
.b-dev__menu-second-item {
  display: block;
  position: relative;
}
.b-dev__menu-second-url {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
  font: 14px/16px 'RobotoRegular';
  padding: 5px 22px 5px 34px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.b-dev__menu-second-url:hover,
.b-dev__menu-second-url.m-active {
  color: #4d4d4d;
  background-color: #c4c4c4;
}
.b-dev__menu-third {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.b-dev__menu-third-item {
  display: block;
  position: relative;
}
.b-dev__menu-third-url {
  display: block;
  text-decoration: none;
  font: 12px/20px 'RobotoRegular';
  color: #989898;
  transition: color 0.3s ease;
  padding: 4px 22px 4px 44px;
}
.b-dev__menu-third-url:hover,
.b-dev__menu-third-url.m-active {
  color: #757575;
}
.b-dev__text {
  float: left;
  width: 67.6%;
  margin-left: 17px;
  color: #717171;
  font: 15px/20px 'RobotoRegular';
}
.b-dev__text p {
  margin: 20px 0;
}
.b-dev__text ul {
  padding: 0 0 0 15px;
  list-style: disc;
  margin: 20px 0;
}
.b-dev__text a {
  color: #717171;
}
.b-dev__text a:hover {
  text-decoration: none;
  color: #5b5b5b;
}
.b-dev__text-title {
  font: 16px/18px 'RobotoRegular';
  text-decoration: underline;
  color: #3a3a3a;
}

.b-admin-menu {
  display: block;
  list-style: none;
  float: left;
  height: 24px;
  padding-left: 15px;
}
.b-admin-menu__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #e8e8e8;
  z-index: 1030;
  box-shadow: 0 1px 1px 0 #909090;
}
.b-admin-menu__wrapper + .b-header {
  top: 24px;
}
.b-admin-menu__wrapper ~ .content {
  padding-top: 85px;
}
.b-admin-menu__wrapper ~ .content .site-left-col {
  bottom: 0;
  top: 85px;
}
.b-admin-menu__content {
  height: 24px;
  position: relative;
  margin: 0 auto;
  width: 1024px;
}
.b-admin-menu__title {
  display: block;
  float: left;
  border-radius: 0 0 8px 8px;
  background-color: #f2f2f2;
  text-transform: uppercase;
  color: #f00;
  font: 10px/20px 'RobotoRegular';
  height: 20px;
  padding: 0 9px;
  border: solid 1px #cacaca;
  border-top: none;
}
.b-admin-menu__item {
  height: 24px;
  float: left;
  display: block;
  position: relative;
}
.b-admin-menu__url {
  display: block;
  position: relative;
  height: 24px;
  color: #595959;
  font: 14px/24px 'RobotoRegular';
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 0 16px;
}
.b-admin-menu__url.m-sub {
  padding-right: 46px;
}
.b-admin-menu__url.m-sub:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url(../img/i/bg-b-admin-menu__url.m-sub.png) no-repeat 0 0;
}
.b-admin-menu__url.m-sub.m-opened {
  background-color: #d0d0d0;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
}
.b-admin-menu__url.m-sub.m-opened:before {
  background-position: 0 -24px;
}
.b-admin-menu__url:hover {
  color: #000;
}
.b-admin-menu__new-counter {
  display: inline-block;
  vertical-align: top;
  margin: 5px 0 0 5px;
  color: #fff;
  font: 13px/15px 'RobotoRegular';
  padding: 0 7px;
  background-color: #52ac62;
  border-radius: 7px;
}
.b-admin-menu__new-counter.m-red {
  background-color: #d24a43;
}
.b-admin-menu__sub-menu {
  display: none;
  width: 237px;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0 0 5px;
  background-color: #f4f2f2;
  box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.51);
  border-radius: 0 0 7px 7px;
}
.b-admin-menu__section {
  display: block;
  padding: 1px 0;
}
.b-admin-menu__section + .b-admin-menu__section {
  border-top: solid 2px #c5c5c5;
}
.b-admin-menu__sub-url {
  display: block;
  color: #565656;
  font: 14px/16px 'RobotoRegular';
  text-decoration: none;
  position: relative;
  padding: 4px 15px;
  transition: all 0.3s ease;
}
.b-admin-menu__sub-url:hover {
  color: #fff;
  background-color: #a8a8a8;
}
.b-admin-menu__sub-url .b-admin-menu__new-counter {
  display: block;
  position: absolute;
  right: 6px;
  top: 5px;
  margin: 0;
}

/* Breadcrumbs */
.breadcrumbs {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding-left: 18px;
  max-height: 42px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.breadcrumbs span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font: 12px/14px Arial, sans-serif;
  color: #292929;
  max-width: 320px;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.breadcrumbs span + span {
  padding-left: 25px;
}
.breadcrumbs span + span:before {
  content: "�";
  display: block;
  position: absolute;
  height: 14px;
  width: 25px;
  text-indent: 10px;
  font: 12px/14px Arial, sans-serif;
  color: #00c100;
  left: 0;
  top: 0;
}
.breadcrumbs a {
  text-decoration: none;
  color: #00c100;
  transition: color 0.3s ease;
}
.breadcrumbs a:hover {
  text-decoration: none;
  color: #00E300;
}
/* End Breadcrumbs */

.b-btn-ico {
  display: block;
  float: left;
  text-decoration: none;
  width: 18px;
  height: 18px;
  position: relative;
}
.b-btn-ico.m-edit {
  background: url(../img/i/bg-b-btn-ico.m-edit.png) no-repeat 0 0;
}
.b-btn-ico.m-list {
  background: url(../img/i/bg-b-btn-ico.m-list.png) no-repeat 0 0;
}
.b-btn-ico.m-direction {
  background: url(../img/i/bg-b-btn-ico.m-direction.png) no-repeat 0 0;
}
.b-btn-ico.m-wallet {
  background: url(../img/i/bg-b-btn-ico.m-wallet.png) no-repeat 0 0;
}
.b-btn-ico.m-finance {
  width: 20px;
  height: 20px;
  background: url(../img/i/bg-b-btn-ico.m-finance.png) no-repeat 0 0;
}
.b-btn-ico.m-finance:hover {
  background-position: -20px 0;
}
.b-btn-ico.m-login {
  background: url(../img/i/bg-b-btn-ico.m-login.png) no-repeat 0 0;
}
.b-btn-ico.m-layers {
  background: url(../img/i/bg-b-btn-ico.m-layers.png) no-repeat 0 0;
}
.b-btn-ico.m-delete {
  background: url(../img/i/bg-b-btn-ico.m-delete.png) no-repeat 0 0;
}
.b-btn-ico.m-print {
  background: url(../img/i/bg-b-btn-ico.m-print.png) no-repeat 0 0;
}
.b-btn-ico.m-arrow {
  background: url(../img/i/bg-b-btn-ico.m-arrow.png) no-repeat 0 0;
}
.b-btn-ico.m-arrow.m-opened {
  background-position: -36px 0;
}
.b-btn-ico + .b-btn-ico {
  margin-left: 7px;
}
.b-btn-ico:hover {
  background-position: -18px 0;
}

.b-dialog {
  position: relative;
}
.b-dialog input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  opacity: 0;
}

.b-display-options {
  margin-top: 41px;
  float: left;
  width: 378px;
}
.b-display-options .b-sent-messages__right {
  margin-left: 0;
}
.b-display-options .b-sent-messages__form .row + .row {
  margin-top: 26px;
}
.b-display-options .row {
  position: relative;
}
.b-display-options .row label {
  display: inline-block;
  height: 18px;
  font: 10px/18px 'RobotoRegular';
}
.b-display-options .row .controls {
  position: relative;
  overflow: hidden;
}
.b-display-options .row .controls input[type=text] {
  width: 283px;
  display: block;
  float: left;
  border-color: #cecece;
  transition: border-color 0.3s ease;
}
.b-display-options .row .controls input[type=button] {
  float: right;
  width: 78px;
  opacity: 0.4;
  transition: opacity 0.3s ease;
}
.b-display-options .row .controls.m-active input[type=text] {
  border-color: #a3a3a3;
}
.b-display-options .row .controls.m-active input[type=button] {
  opacity: 1;
}
.b-display-options .row + .row {
  margin-top: 8px;
}
.controls__inner {
  position: relative;
  width: 281px;
  height: 34px;
  display: block;
  float: left;
  border: solid 2px #cecece;
  border-radius: 7px;
  transition: border-color 0.3s ease;
  margin-right: 17px;
}
.controls__inner:after {
  content: '-';
  position: absolute;
  left: 50%;
  font-size: 18px;
  top: 4px;
  margin-left: -4px;
}
.controls__inner input[type=text] {
  width: 50% !important;
  height: 34px !important;
  display: block;
  float: left;
  background: transparent;
  border: none;
  padding: 0 6px !important;
  cursor: pointer;
}
.controls__inner.m-active {
  border-color: #a3a3a3;
}
.m-active + input[type=button] {
  opacity: 1 !important;
}

/* Paging */
.b-paging {
  position: relative;
  top: 18px;
  text-align: center;
  max-width: 72%;
  overflow: hidden;
  margin: 0 auto;
  height: 36px;
}
.b-paging__inner {
  position: relative;
  display: inline-block;
  font-size: 0;
  height: 36px;
  text-align: center;
  margin: 0 auto;
  padding: 0 110px;
  max-width: 80%;
  overflow: hidden;
  vertical-align: top;
}
.b-paging__inner ul {
  display: inline-block;
  vertical-align: top;
  height: 36px;
}
.b-paging__inner ul li {
  display: inline-block;
  vertical-align: top;
}
.b-paging__inner__link {
  color: #a3a3a3;
  display: inline-block;
  font: 16px/36px 'OpenSansRegular';
  height: 36px;
  margin: 0 8px;
  text-decoration: none;
  transition: color 0.3s ease;
  vertical-align: top;
}
.b-paging__inner__link:hover {
  color: #3a3a3a;
}
.b-paging__inner__link.m-back {
  position: absolute;
  left: 0;
  background: url(../img/i/bg-b-paging__link.m-back.svg) no-repeat left center;
  background-size: 6px 11px;
  margin-left: 0;
  padding-left: 13px;
}
.b-paging__inner__link.m-next {
  position: absolute;
  right: 0;
  background: url(../img/i/bg-b-paging__link.m-next.svg) no-repeat right center;
  background-size: 6px 11px;
  margin-right: 0;
  padding-right: 13px;
}
/* End Paging */
@media (min-width: 1500px) {
  .b-paging {
    max-width: 85%;
  }
}

/* Progress */
.b-progress {
  display: block;
  width: 100%;
  position: relative;
  height: 18px;
  border-radius: 9px;
  background: #e3e3e3;
}
.b-progress__content {
  height: 16px;
  position: relative;
  padding: 1px;
  border-radius: 8px;
}
.b-progress__value {
  box-sizing: border-box;
  border: solid 1px #afcacf;
  background: #b4e4ed;
  text-align: center;
  height: 16px;
  color: #565656;
  font: 12px/14px 'RobotoRegular';
  border-radius: 8px;
}
.b-progress__value.m-complete {
  background: #c3edb4;
}
.b-progress__value.m-start {
  background: #edb4b4;
  width: 32px !important;
}
.b-progress__tooltip {
  display: block;
  color: #6e6e6e;
  font: 12px/12px 'RobotoRegular';
  padding: 5px 14px 2px 4px;
  position: relative;
}
.b-progress__number {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  text-align: center;
  font: 9px/12px 'RobotoRegular';
  color: #fff;
  background-color: #52ac62;
  right: 0;
  top: 5px;
}
.b-progress__complete {
  display: inline-block;
  vertical-align: middle;
  color: #3a3a3a;
  font: 16px/20px 'RobotoRegular';
}
/* End Progress */

/* Select */
.b-select {
  background-color: #d0d0d0;
  border: none;
  border-radius: 7px;
  cursor: pointer;
  display: block;
  height: 36px;
  list-style: none;
  padding-left: 14px;
  position: relative;
  box-sizing: border-box;
}
.b-select.m-opened {
  border-radius: 7px 7px 0 0;
  z-index: 50;
}
.b-select.m-opened .b-select__selected:before {
  background: url(../img/i/bg-b-select.m-opened-arrow.svg) no-repeat 12px center;
  background-size: 6px 11px;
}
.b-select__selected {
  bottom: 0;
  color: #3a3a3a;
  display: block;
  font: 14px/36px 'RobotoRegular';
  left: 0;
  padding-left: 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.b-select__selected:before {
  background: url(../img/i/bg-b-select-arrow.svg) no-repeat 10px center;
  background-size: 11px 6px;
  content: "";
  display: block;
  height: 36px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
}
.b-select__options {
  background: #e5e4e4;
  border-radius: 0 0 7px 7px;
  display: none;
  height: auto;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 9;
  max-height: 175px;
}
.b-select__options > span {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #565656;
  cursor: pointer;
  display: block;
  font: 14px/17px 'OpenSansRegular';
  padding: 9px 14px;
  transition: all 0.3s ease 0s;
}
.b-select__options > span:hover {
  color: #fff;
  background: #a8a8a8;
}
.b-select__value {
  opacity: 0;
  display: none;
  width: 0;
  height: 0;
}
.b-select.m-select-type {
  width: 140px;
  background-color: #65b0e6;
}
.b-select.m-select-type .b-select__options {
  background: #c1dff5;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.51);
}
.b-select.m-select-type .b-select__options > span:hover {
  background: #5f8199;
}
.b-select.m-select-type .b-select__selected {
  color: #fff;
}
.b-select.m-show {
  width: 75px;
}
/* End Select */

.b-sms__title {
  text-transform: uppercase;
  font: 15px/20px 'RobotoMedium';
  color: #3a3a3a;
  display: inline-block;
  vertical-align: top;
  border-radius: 7px 7px 0 0;
  padding: 9px 43px 0 11px;
  background: #efefef;
}
.b-sms__content {
  border-radius: 0 7px 7px 7px;
  background: #efefef;
  padding: 9px 11px 12px;
}
.b-sms__item {
  border-radius: 7px;
  padding: 7px 10px 7px 32px;
  font: 12px/15px 'RobotoRegular';
  background: #c1dff5;
  position: relative;
}
.b-sms__item:before {
  display: block;
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  background: url(../img/i/bg-b-sms__item.png) no-repeat center center;
  bottom: 0;
  left: -3px;
}
.b-sms__item + .b-sms__item {
  margin-top: 9px;
}
.b-sms__info-icon {
  display: block;
  position: absolute;
  background: url(../img/i/bg-b-sms__info-icon.png) no-repeat center center;
  width: 14px;
  height: 14px;
  left: 7px;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
}
.b-sms__info-content {
  cursor: default;
  position: absolute;
  display: none;
  padding: 10px;
  box-sizing: border-box;
  width: 255px;
  background-color: #fff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  border-radius: 7px;
  bottom: calc(100% + 5px);
  left: -70px;
  z-index: 25;
  color: #3a3a3a;
}
.b-sms__info-content:after {
  top: 100%;
  left: 68px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
}
.b-sms__info-title {
  font: 15px/15px 'RobotoMedium';
  text-decoration: underline;
  padding-bottom: 9px;
}
.b-sms__info-item {
  font: 14px/17px 'RobotoRegular';
}
.b-sms__info-item span {
  font-family: 'RobotoMedium';
  color: #3a3a3a !important;
}
.b-sms__info-item div {
  display: inline-block;
  vertical-align: top;
}
.b-sms__info-item div.m-create {
  color: #006cff;
}
.b-sms__info-item div.m-start {
  color: #73b55e;
}
.b-sms__info-item div.m-stop {
  color: #f00;
}

.b-switcher {
  width: 46px;
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  background-color: #ccc;
  position: relative;
  cursor: pointer;
  font-size: 0;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-switcher__pointer {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.b-switcher__label {
  font: 11px/24px 'RobotoRegular';
  color: #fff;
  display: inline-block;
  vertical-align: top;
  height: 24px;
  position: relative;
}
.b-switcher.m-off {
  background-color: #a0a0a0;
}
.b-switcher.m-off .b-switcher__label {
  left: 25px;
}
.b-switcher.m-off .b-switcher__pointer {
  left: 3px;
  right: auto;
}
.b-switcher.m-on {
  background-color: #92cd7d;
}
.b-switcher.m-on .b-switcher__label {
  left: 5px;
}
.b-switcher.m-on .b-switcher__pointer {
  left: auto;
  right: 3px;
}

/* Table */
.b-table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  background: #fff;
  font-family: 'RobotoRegular';
  font-size: 14px;
}
.b-table__wrapper {
  position: relative;
  padding: 12px 0 20px;
  clear: both;
}
.b-table thead {
  height: 40px;
}
.b-table thead tr {
  border-bottom: solid 1px #e8e8e8;
  vertical-align: middle;
}
.b-table th {
  height: 40px;
  text-align: left;
  padding: 0 6px;
  font-size: 0;
  vertical-align: middle;
}
.b-table th div {
  display: inline-block;
  vertical-align: middle;
  font: 14px 'RobotoRegular';
}
.b-table th div a div {
  vertical-align: top;
}
.b-table th div + div {
  margin-left: 4px;
}
.b-table tbody tr {
  border-bottom: solid 1px #e8e8e8;
  transition: background-color 0.3s ease;
  position: relative;
}
.b-table tbody tr:hover,
.b-table tbody tr.m-active {
  background-color: #ecf5fc;
}
.b-table tbody tr.m-active {
  z-index: 22;
}
.b-table tbody tr.m-sub {
  display: none;
  position: absolute;
  z-index: 20;
  width: 100%;
  min-height: 30px;
  background-color: #fff;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  border-top: solid 1px #c8c8c8;
}
.b-table tbody tr.m-sub td {
  padding: 12px 10px;
  width: 90%;
}
.b-table tbody tr.m-sub td.js-table-hover {
  background-color: #fff;
}
.b-table tbody td {
  padding: 3px;
  vertical-align: middle;
}
.b-table tbody td .b-progress {
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}
.b-table__legend {
  font: 12px 'RobotoRegular';
}
.b-table__legend.m-create {
  color: #006cff;
}
.b-table__legend.m-start {
  color: #73b55e;
}
.b-table__legend.m-stop {
  color: #f00;
}
.b-table__controls {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.b-table__controls-button {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  text-decoration: none;
  transition: opacity 0.3s ease;
  margin-left: 8px;
}
.b-table__controls-button:first-child {
  margin-left: 1px;
}
.b-table__controls-button.m-pause {
  background: url(../img/i/bg-b-table__control-button.m-pause.png) no-repeat 0 0;
  background-size: 26px 16px;
  width: 13px;
  height: 16px;
}
.b-table__controls-button.m-play {
  background: url(../img/i/bg-b-table__control-button.m-play.png) no-repeat 0 0;
  background-size: 28px 18px;
  width: 14px;
}
.b-table__controls-button.m-stop {
  background: url(../img/i/bg-b-table__control-button.m-stop.png) no-repeat 0 0;
  background-size: 36px 18px;
  width: 18px;
}
.b-table__controls-button.m-stop.m-active {
  background-position: -19px 0;
}
.b-table__controls-button:hover {
  opacity: 0.5;
}
.b-table__controls-button.m-active {
  background-position: -14px 0;
}
.b-table__controls-button.m-active:hover {
  opacity: 1;
}
.b-table__cell.m-controls {
  width: 63px;
}
.b-table__cell.m-id {
  width: 31px;
}
.b-table__cell.m-title {
  width: 90px;
}
.b-table__cell.m-type {
  width: 46px;
}
.b-table__cell.m-date {
  width: 140px;
}
.b-table__cell.m-state {
  width: 75px;
}
.b-table__cell.m-sender .b-table__tooltip-title {
  width: 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-table__cell.m-text {
  width: 195px;
}
.b-table__cell-content {
  position: relative;
  margin: 0 3px;
}
.b-table__cell-content.m-title {
  width: 70px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-table__cell-content.m-state {
  width: 60px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.b-table__cell-buttons {
  text-align: right;
  font-size: 0;
}
.b-table__cell-buttons.m-abs {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}
.b-table__cell-button {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 20px;
  text-decoration: none;
}
.b-table__cell-button + .b-table__cell-button {
  margin-left: 11px;
}
.b-table__cell-button.m-arrow {
  background: url(../img/i/bg-b-table__cell-button.m-arrow.png) no-repeat 0 0;
}
.b-table__cell-button.m-arrow.m-opened {
  background-position: -44px 0;
}
.b-table__cell-button.m-TODO {
  background: url(../img/i/bg-b-table__cell-button.m-TODO.png) no-repeat 0 0;
  background-size: 42px 20px;
}
.b-table__cell-button:hover {
  background-position: -22px 0;
}
.b-table__footer {
  position: relative;
}
.b-table__footer .controls {
  float: left;
}
.b-table__footer .controls label {
  display: block;
  height: 20px;
  font: 10px/20px 'RobotoRegular';
}
.b-table__footer .controls:last-child {
  float: right;
}
.b-table__footer .controls.m-save-as {
  width: 140px;
}
.b-table__footer .controls.m-save-as .chosen-container {
  background-color: #65b0e6;
  width: 117px !important;
}
.b-table__footer .controls.m-save-as .chosen-container span {
  color: #fff;
}
.b-table__footer .controls.m-show {
  width: 75px;
}
.b-table__footer .controls.m-show .chosen-container {
  width: 75px !important;
}
.b-table__footer .b-paging {
  /* width: 395px; */
  overflow: hidden;
  position: absolute;
  left: 150px;
  right: 110px;
  /* margin-left: -165px; */
}
.b-table__tooltip-wrap {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.b-table__tooltip-content {
  display: none;
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  border-radius: 7px;
  background-color: #fff;
  width: 164px;
  margin-left: -82px;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
  box-sizing: border-box;
  padding: 9px 12px;
  text-align: center;
  z-index: 1025;
  color: #565656;
}
.b-table__tooltip-content:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.b-table__tooltip-content.m-wide {
  text-align: left;
  width: 188px;
  margin-left: -94px;
}
.b-table__comment {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  line-height: 14px;
  padding: 5px 0;
  color: #565656;
}
.b-table__full-text {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.b-table__full-text-content {
  display: none;
  position: absolute;
  background: #fff;
  border-radius: 7px;
  width: 212px;
  box-sizing: border-box;
  padding: 12px 12px 16px 12px;
  color: #3a3a3a !important;
  text-decoration: none !important;
  font: 14px/17px RobotoRegular;
  bottom: 15px;
  right: -8px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.51);
  cursor: default;
}
.b-table__full-text-content:before {
  content: '';
  display: block;
  width: 48px;
  height: 8px;
  background: url(../img/i/bg-cost-controls-triangle.png) no-repeat center;
  position: absolute;
  top: 100%;
  right: -7px;
  cursor: default;
}
.b-table__sub-left {
  float: left;
  width: 346px;
}
.b-table__sub-left-item {
  cursor: pointer;
  padding: 3px 20px;
  background-color: #fff;
  transition: background-color 0.3s ease;
  font: 14px/16px 'RobotoRegular';
  color: #3a3a3a;
}
.b-table__sub-left-item span {
  font-family: 'RobotoMedium';
  color: #3a3a3a !important;
}
.b-table__sub-left-item a {
  color: #0096ff;
  transition: color 0.3s ease;
}
.b-table__sub-left-item a:hover {
  text-decoration: none;
  color: #0ce1ff;
}
.b-table__sub-left-item:hover {
  background-color: #e8e8e8;
}
.b-table__sub-left-item div {
  display: inline-block;
  vertical-align: top;
}
.b-table__sub-left-item div.m-create {
  color: #006cff;
}
.b-table__sub-left-item div.m-start {
  color: #73b55e;
}
.b-table__sub-left-item div.m-stop {
  color: #f00;
}
.b-table__sub-right {
  float: right;
  width: 300px;
}
.b-table__sub-left-section {
  background-color: #def0d8;
  padding: 10px 20px;
  margin: 10px 0;
}
.b-table__sub-left-section .b-table__sub-left-item {
  background-color: transparent;
  padding: 3px 0;
}
.b-table__sub-left-section .b-table__sub-left-item:hover {
  background-color: transparent;
}
.b-table__sort-link {
  text-decoration: none;
  color: inherit !important;
  display: inline-block;
  vertical-align: middle;
  min-width: 10px;
  transition: opacity 0.3s ease;
  position: relative;
}
.b-table__sort-link.m-up {
  padding-top: 6px;
}
.b-table__sort-link.m-up:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #979797;
  top: -6px;
  left: 50%;
  margin-left: -5px;
}
.b-table__sort-link.m-down {
  padding-top: 6px;
}
.b-table__sort-link.m-down:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #979797;
  top: -1px;
  left: 50%;
  margin-left: -5px;
}
.b-table__sort-link:hover {
  opacity: 0.58;
}
/* End Table */
@media (min-width: 1200px) {
  .b-table__cell.m-id {
    width: auto !important;
    max-width: 100px;
  }
  .b-table__cell.m-title {
    width: auto !important;
  }
  .b-table__cell.m-title .b-table__cell-content.m-title {
    width: auto;
    max-width: 150px;
  }
  .b-table__cell.m-type {
    width: auto !important;
  }
  .b-table__cell.m-type .b-table__cell-content.m-type {
    width: auto;
    max-width: 100px;
  }
  .b-table__cell.m-state {
    width: auto !important;
  }
  .b-table__cell.m-state .b-table__cell-content.m-state {
    width: auto;
    max-width: 100px;
  }
}

.b-tabs__links {
  height: 43px;
  background: #fff;
  margin: 0;
  border-left: solid 1px #d8d6d6;
  border-right: solid 1px #d8d6d6;
}
.b-tabs__url {
  cursor: pointer;
  display: block;
  float: left;
  height: 43px;
}
.b-tabs__url input[type=radio] {
  display: none;
}
.b-tabs__url input[type=radio] + span {
  display: block;
  padding: 0 18px;
  text-transform: uppercase;
  background: #f2f2f2;
  color: #595959;
  height: 43px;
  font: 14px/43px 'RobotoMedium';
  transition: color 0.1s ease, background-color 0.1s ease;
}
.b-tabs__url input[type=radio]:checked + span {
  background: #fff;
  color: #595959;
}
.b-tabs__url input[type=radio]:checked + span:hover {
  background: #fff;
  color: #000;
}
.b-tabs__url input[type=radio] + span:hover {
  text-decoration: none;
  background: #d4d4d4;
  color: #464646;
}
.b-tabs__url + .b-tabs__url {
  margin-left: 2px;
}
.b-tabs__wrap {
  position: relative;
  padding-top: 18px;
}
.b-tabs__tab {
  position: relative;
  display: none;
}
.b-tabs__tab.m-active {
  display: block;
}
.b-tabs__tab .site-content__block:first-child {
  margin-top: -18px;
  padding-top: 18px;
}

/* Custom fonts */
@font-face {
  font-family: 'RobotoMedium';
  src: url('../fonts/roboto-medium-webfont.eot');
  src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-medium-webfont.woff') format('woff'), url('../fonts/roboto-medium-webfont.ttf') format('truetype'), url('../fonts/roboto-medium-webfont.svg#RobotoMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoRegular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoLight';
  src: url('../fonts/roboto-light-webfont.eot');
  src: url('../fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-light-webfont.woff') format('woff'), url('../fonts/roboto-light-webfont.ttf') format('truetype'), url('../fonts/roboto-light-webfont.svg#RobotoLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoBold';
  src: url('../fonts/roboto-bold-webfont.eot');
  src: url('../fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-bold-webfont.woff') format('woff'), url('../fonts/roboto-bold-webfont.ttf') format('truetype'), url('../fonts/roboto-bold-webfont.svg#RobotoBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'RobotoThin';
  src: url('../fonts/Roboto-Thin-webfont.eot');
  src: url('../fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Thin-webfont.woff') format('woff'), url('../fonts/Roboto-Thin-webfont.ttf') format('truetype'), url('../fonts/Roboto-Thin-webfont.svg#RobotoThin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('../fonts/opensans-regular-webfont.eot');
  src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans-regular-webfont.woff') format('woff'), url('../fonts/opensans-regular-webfont.ttf') format('truetype'), url('../fonts/opensans-regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Socialico';
  src: url('../fonts/Socialico.eot');
  src: url('../fonts/Socialico.eot?#iefix') format('embedded-opentype'), url('../fonts/Socialico.woff') format('woff'), url('../fonts/Socialico.ttf') format('truetype'), url('../fonts/Socialico.svg#Socialico') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeue';
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot');
  src: url('../fonts/helveticaneuecyr-roman-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-roman-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-roman-webfont.ttf') format('truetype'), url('../fonts/helveticaneuecyr-roman-webfont.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('../fonts/helveticaneuecyr-medium-webfont.eot');
  src: url('../fonts/helveticaneuecyr-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/helveticaneuecyr-medium-webfont.woff2') format('woff2'), url('../fonts/helveticaneuecyr-medium-webfont.woff') format('woff'), url('../fonts/helveticaneuecyr-medium-webfont.ttf') format('truetype'), url('../fonts/helveticaneuecyr-medium-webfont.svg#HelveticaNeueMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeWPSemilight';
  src: url('../fonts/SegoeWP-Semilight.eot');
  src: url('../fonts/SegoeWP-Semilight.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeWP-Semilight.woff') format('woff'), url('../fonts/SegoeWP-Semilight.ttf') format('truetype'), url('../fonts/SegoeWP-Semilight.svg#SegoeWPSemilight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* End Custom fonts */

/* Global Styles */
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.site-size {
  max-width: 1700px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  min-height: 1000px;
}
.site-container {
  padding: 0 0 280px 0;
  position: relative;
  transition: all 0.3s ease;
}
.list-unstyled {
  list-style: none;
}
section.content {
  min-height: 1000px;
  position: relative;
  padding-top: 61px;
}
.site-content {
  float: left;
  margin: 0 0 0 86px;
  position: relative;
  padding-top: 10px;
  min-height: 744px;
  width: 74.3%;
}
.site-content.m-whole {
  float: none;
  width: auto;
}
.site-content__wrapper {
  padding-bottom: 256px;
}
.site-content__block {
  border-left: solid 1px #d8d6d6;
  border-right: solid 1px #d8d6d6;
  background: #fff;
  position: relative;
  padding: 12px 14px 30px 16px;
}
.site-content__block + .site-content__block {
  margin-top: 10px;
}
.site-content__block:after {
  content: '';
  display: block;
  position: relative;
  height: 0;
  width: 100%;
  clear: both;
}
.site-content__block.m-no-pad {
  padding: 0;
}
.site-content__block.m-no-pad .site-content__title {
  padding: 12px 14px 0 16px;
}
.site-content__title {
  /*text-transform: uppercase;*/
  color: #595959;
  font: 17px/20px 'RobotoMedium';
  margin-right: 135px;
  min-height: 20px;
}
.site-content__btn-top-right {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 11px;
  right: 14px;
  padding: 0 14px;
  height: 20px;
  color: #fff;
  border-radius: 7px;
  background: #92cd7d;
  font: 12px/20px 'RobotoRegular';
  transition: background-color 0.3s ease;
}
.site-content__btn-top-right:hover {
  background: #75a663;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.site-left-col {
  position: fixed;
  left: 0;
  bottom: 0;
  top: 61px;
  width: 77px;
  background: #f2f2f2;
  margin-left: 0;
  z-index: 45;
}
.site-left-col__link-help {
  display: block;
  bottom: 0;
  left: 0;
  z-index: 45;
  text-decoration: none;
  box-sizing: border-box;
  padding: 40px 0 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  line-height: 30px;
  font-size: 0;
  position: relative;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.site-left-col__link-help span {
  display: inline-block;
  vertical-align: middle;
  font: 10px/14px 'RobotoRegular';
}
.site-left-col__link-help:after {
  width: 33px;
  height: 34px;
  margin-left: -16.5px;
  top: 7px !important;
  left: 50%;
  background: url(../img/i/bg-site-left-col__link-help.png) no-repeat 0;
  background-size: cover;
}
.site-left-col__link-help:hover:after {
  opacity: 1;
}
.site-left-col__link-help:hover {
  color: #2d2d2d;
}
.site-left-col__link-settings {
  left: 0;
  box-sizing: border-box;
  transition: background-color 0.12s ease;
}
.site-left-col__link-settings:after {
  top: 12px !important;
  width: 24px;
  height: 25px;
  margin-left: -12px;
  opacity: 0.7;
  background: url(../img/i/bg-b-user-panel.png) no-repeat;
  background-size: cover;
}
.site-left-col__link-settings:hover:after {
  opacity: 1;
}
.site-left-col__link-settings:hover {
  background-color: #e1e1e1;
}
.site-left-col__middle {
  height: 70px;
  width: 77px;
}
.site-left-col__middle.m-static {
  position: relative;
  top: 35px;
  margin: 0;
}
.site-left-col__up {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 77px;
  height: 32px;
  left: 0;
  top: 25%;
  margin-top: -16px;
  background: url(../img/i/bg-site-left-col__up.png) no-repeat 0 0;
}
.site-left-col__up:hover {
  background-position: -77px 0;
}
.site-left-col__up.m-invisible {
  display: none !important;
}
.site-left-col__down {
  display: none;
  position: absolute;
  cursor: pointer;
  width: 77px;
  height: 32px;
  left: 0;
  bottom: 25%;
  margin-top: -16px;
  background: url(../img/i/bg-site-left-col__down.png) no-repeat 0 0;
}
.site-left-col__down:hover {
  background-position: -77px 0;
}
.site-left-col__down.m-invisible {
  display: none !important;
}
.site-left-col__link-chat {
  bottom: 0;
  left: 0;
  width: 77px;
  text-decoration: none;
  height: 61px;
  padding: 35px 0 0 !important;
  color: #fff !important;
  line-height: 30px;
  background: url(../img/i/bg-site-left-col__link-chat.png) no-repeat center 8px;
  background-color: #92cd7d !important;
  background-size: 32px;
  transition: background-color 0.12s ease !important;
}
.site-left-col__link-chat span {
  display: inline-block;
  vertical-align: middle;
  font: 10px/14px 'RobotoRegular';
}
.site-left-col__link-chat:hover {
  background-color: #709e5e !important;
}
.site-right-col {
  position: relative;
  float: right;
  width: 20%;
  margin-left: 0;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.pull-right {
  float: right;
}
.site-footer {
  position: absolute;
  bottom: 9px;
  right: 0;
  left: 92px;
}
.site-footer__content {
  background: #fff;
  position: relative;
  padding-bottom: 13px;
}
.site-footer__inner {
  padding: 17px 15px;
  overflow: hidden;
}
.site-footer__logo {
  display: block;
  text-decoration: none;
  float: left;
  background: url(../img/i/bg-site-footer__logo.png) no-repeat center center;
  width: 149px;
  height: 37px;
  background-size: 139px 36px;
}
.site-footer__col {
  width: 161px;
  float: left;
  padding-left: 111px;
  padding-bottom: 55px;
}
.site-footer__col + .site-footer__col {
  padding-left: 0;
}
.site-footer__col:last-child {
  width: 295px;
  float: right;
  position: relative;
}
.site-footer__menu {
  list-style: none;
  display: block;
  width: 150px;
  position: relative;
  margin: 0;
  padding: 0;
}
.site-footer__menu li {
  display: block;
}
.site-footer__menu-title {
  font: 16px/16px 'RobotoRegular';
  padding-bottom: 18px;
}
.site-footer__menu-item {
  height: 20px;
}
.site-footer__menu-url {
  display: block;
  height: 20px;
  color: #9d9d9d;
  text-transform: uppercase;
  text-decoration: none;
  font: 14px/20px 'RobotoRegular';
  transition: color 0.3s ease;
}
.site-footer__menu-url:hover {
  color: #777;
  text-decoration: none;
}
.site-footer__copyright {
  font: 16px/16px 'RobotoRegular';
  padding-bottom: 18px;
}
.site-footer__address-line {
  font: 14px/20px 'RobotoRegular';
  color: #9d9d9d;
  text-transform: uppercase;
}
.site-footer__address-line a {
  display: inline-block;
  vertical-align: top;
  color: #9d9d9d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__address-line a:hover {
  color: #777;
  text-decoration: none;
}
.site-footer__socials {
  position: absolute;
  left: 0;
  bottom: 0;
}
.site-footer__socials-link {
  display: block;
  float: left;
  font: 40px/40px 'Socialico';
  color: #9d9d9d;
  text-decoration: none;
  transition: color 0.3s ease;
}
.site-footer__socials-link:hover {
  color: #777;
  text-decoration: none;
}
.site-footer__socials-link + .site-footer__socials-link {
  margin-left: 5px;
}
.js-table-hover {
  background: rgba(244, 244, 244, 0.5);
}
.b-datepicker__button {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 36px;
  width: 30px;
  border-radius: 0 7px 7px 0;
  background: #65b0e6 url(../img/i/bg-b-sent-messages__form-button.png) no-repeat center center;
  transition: background-color 0.3s ease;
}
.b-datepicker__button:hover {
  background-color: #548dba;
}
@media (max-width: 1000px) {
  body {
    overflow-x: hidden;
  }
}
@media (min-width: 1700px) {
  .site-left-col {
    left: 50%;
    margin-left: -849px;
  }
}
@media (max-width: 1600px) {
  .site-content {
    width: 73.6%;
  }
  .site-right-col {
    width: 20%;
  }
}
@media (max-width: 1400px) {
  .site-content {
    width: 73%;
  }
  .site-right-col {
    width: 20%;
  }
}
@media (max-width: 1300px) {
  .site-content {
    width: 72.5%;
  }
  .site-right-col {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .site-content {
    width: 72.1%;
  }
  .site-right-col {
    width: 20%;
  }
}
@media (max-width: 1150px) {
  .site-content {
    width: 71.7%;
  }
  .site-right-col {
    width: 20%;
  }
}
@media (max-width: 1100px) {
  .site-content {
    width: 71.2%;
  }
  .site-right-col {
    width: 20%;
  }
}
@media (max-width: 1018px) {
  .site-content {
    margin: 0 0 0 83px;
  }
  .site-right-col {
    width: 19.9%;
  }
  .site-content__block {
    padding: 12px 9px 30px 8px;
  }
  .site-footer__col {
    padding-left: 90px;
  }
}
/* End Global Styles */

/* CSS Reset */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
blockquote,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}
legend {
  white-space: normal;
}
embed,
img,
object {
  max-width: 100%;
}
b,
dt,
strong {
  font-weight: 700;
}
dfn,
em,
i {
  font-style: italic;
}
blockquote,
q {
  quotes: none;
  font-style: italic;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a,
a:active,
a:focus,
a:hover,
a:link,
a:visited {
  outline: 0;
}
hr {
  box-sizing: border-box;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  padding: 0;
  border: none;
  background: #555555;
}
mark {
  color: #000;
  background: #ffff00;
}
pre {
  margin: 1em 0;
  padding: 15px;
  border: 1px solid #555;
  border-radius: 5px;
  white-space: pre;
  white-space: pre-wrap;
  background: #efefef;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: 'courier new', monospace, serif;
  font-size: 1em;
}
small {
  font-size: 80%;
}
big {
  font-size: 125%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
  left: -0.3em;
}
sub {
  bottom: -0.25em;
  left: -0.3em;
}
abbr[title],
dfn[title] {
  text-decoration: underline dotted;
  cursor: help;
}
ins,
u {
  text-decoration: underline;
}
del,
s {
  text-decoration: line-through;
}
dl,
menu {
  margin: 1em 0 1em 1em;
  list-style: none;
}
dd + dt {
  margin-top: 1em;
}
dd {
  margin: 0 0 0 40px;
}
nav ol,
nav ul,
ol,
ul {
  list-style: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
td,
td img {
  vertical-align: top;
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}
::-ms-selection {
  text-shadow: none;
  color: #fff;
  background: #2597ff;
}
[hidden] {
  display: none;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  outline: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
::-webkit-input-placeholder {
  color: #ccc;
}
::-webkit-textarea-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
input::-ms-placeholder {
  color: #ccc;
}
textarea::-ms-placeholder {
  color: #ccc;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
html {
  display: block;
  font-family: 'RobotoRegular';
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  background: #e9e7e7;
  color: #3a3a3a;
  min-width: 983px;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="email"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  transition: border-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: solid 2px #cecece;
  border-radius: 7px;
  font: 14px RobotoRegular;
  color: #848484;
  padding: 0 8px;
}
input[type="text"],
input[type="password"],
input[type="submit"],
input[type="tel"],
input[type="email"] {
    height: 36px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="password"]:focus {
  border-color: #a3a3a3;
  background: #fff !important;
  color: #565656;
}
input[type=button] {
  display: block;
  height: 36px;
  border: none;
  padding: 0 20px;
  background: #65b0e6;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  border-radius: 7px;
  transition: background-color 0.3s ease;
  text-align: center;
}
input[type=button]:hover {
  background: #4c82aa;
}
/* End CSS Reset */

/* Header */
.b-header {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -50%;
  width: 100%;
  height: 61px;
  background: #65b0e6;
  z-index: 1020;
}
.b-header__content {
  position: relative;
  height: 61px;
  min-width: 1043px;
  max-width: 1700px;
  margin: 0 auto;
}
.b-header__logo {
  display: block;
  text-decoration: none;
  float: left;
  width: 139px;
  height: 36px;
  background: url(../img/i/logo.png) no-repeat center center;
  background-size: 139px 36px;
  margin: 13px 0 0 21px;
}
/* End Header */

.b-languages {
  position: absolute;
  right: 364px;
  top: 5px;
  width: 40px;
  text-align: center;
  padding-top: 17px;
  transition: border-radius 200ms ease-in-out 20ms;
}
.b-languages.m-opened {
  background: #fff;
  border-radius: 7px;
}
.b-languages.m-opened .b-languages__active a {
  color: #3a3a3a;
}
.b-languages.m-opened .b-languages__active:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
      transform: rotate(0deg);
}
.b-languages.m-opened .b-languages .b-languages__item {
  color: #3a3a3a;
}
.b-languages__active {
  position: relative;
  z-index: 10;
}
.b-languages__active:before {
  content: '';
  position: absolute;
  top: 9px;
  right: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 20;
  -webkit-transform: rotate(-31deg);
  -ms-transform: rotate(-31deg);
      transform: rotate(-31deg);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.b-languages__active .b-languages__item {
  text-decoration: underline;
  color: #fff;
}
.b-languages__active .b-languages__item:hover {
  color: #fff;
}
.b-languages__item {
  display: block;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/20px 'RobotoRegular';
  transition: color 0.3s ease, background-color 0.3s ease;
  color: #3a3a3a;
}
.b-languages__item:hover {
  text-decoration: underline;
  color: #3a3a3a;
}
.b-languages__dropdown {
  position: absolute;
  display: none;
  top: 0;
  width: 100%;
  padding-top: 43px;
  background: #fff;
  padding-bottom: 5px;
  border-radius: 7px 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.51);
}

/* Menu */
.b-menu {
  display: block;
  float: left;
  height: 18px;
  margin: 24px 0 0 20px;
}
.b-menu__item {
  display: block;
  height: 18px;
  float: left;
  padding-right: 15px;
}
.b-menu__item .b-menu__item {
    float: none;
    padding: 1px 15px 2px 15px;
}
.b-menu__item .b-menu__item:hover {
    background-color: white;
}
.b-menu__item ul {
    position: absolute;
    z-index: 1000;
    background-color: #65b0e6;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
    padding: 5px 0;
    border-radius: 5px;
    display: none;
}
.b-menu__item:hover ul {
    display: block;
}
.b-menu__url {
  display: block;
  height: 18px;
  color: #3c3f42;
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/15px 'RobotoMedium';
  transition: color 0.3s ease;
}
.b-menu__url:hover {
  text-decoration: none;
  color: #5e6469;
}
.b-menu__item > .b-menu__url {
    padding-bottom: 5px;
}
.b-menu__item ul .b-menu__url {
    text-transform: none;
    font: inherit;
    font-size: 11pt;
}
/* End Menu */

/* User Panel */
.b-user-panel {
  float: right;
  margin: 4px 1px 0 0;
  height: 53px;
  width: 206px;
  box-sizing: border-box;
  padding: 0 0 0 0;
  position: relative;
  transition: border-radius 300ms ease, background-color 0.3s ease;
}
.b-user-panel:before {
  content: '';
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/i/bg-b-user-panel-arrow.png) no-repeat 0 0;
  top: 50%;
  margin-top: -7px;
  right: 178px;
}
.b-user-panel.m-opened {
  background-color: #fff;
  border-radius: 7px;
}
.b-user-panel.m-opened:before {
  background-position: -14px 0;
  z-index: 20;
}
.b-user-panel.m-opened > .b-user-panel__user {
  z-index: 10;
  border-radius: 7px 0 0 0;
  overflow: hidden;
}
.b-user-panel.m-opened .b-user-panel__user-color {
  display: block;
}
.b-user-panel.m-opened .b-user-panel__user-balance-item {
  color: #7b7b7b;
}
.b-user-panel__user {
  height: 53px;
  width: 206px;
  position: relative;
  transition: background-color 0.3s ease;
  cursor: default;
}
.b-user-panel__user-color {
  display: none;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ccc;
}
.b-user-panel__user-thumb {
  width: auto;
  height: 61px;
  display: block;
  float: right;
  margin-right: 10px;
  color: white;
  font-size: 8pt;
  cursor: default;
}
.b-user-panel__user-thumb tr:first-child {
    height: 61px;
}
.b-user-panel__user-thumb td {
    vertical-align: middle;
    padding: 0 2px;
}
.b-user-panel__user-thumb .manager_info {
    position: absolute;
    z-index: 1000;
    display: none;
    width: auto;
    height: auto;
    background-color: #fef4d8;
    border-radius: 5px;
    color: black;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
}
.b-user-panel__user-thumb .manager_info tr {
    height: auto;
}
.b-user-panel__user-thumb .manager_info td {
    vertical-align: middle;
    padding: 5px;
}
.b-user-panel__user-thumb .manager_info .manager_name {
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 7px;
}
.b-user-panel__user-thumb:hover .manager_info,
.b-user-panel__user-thumb .manager_info.manager_info_show {
    display: block;
}
.b-user-panel__user-content {
  float: left;
  margin: 0 0 0 7px;
  width: 190px;
  height: 53px;
  line-height: 53px;
  overflow: hidden;
}
.b-user-panel__user-content section {
  display: inline-block;
  vertical-align: middle;
}
.b-user-panel__user-name {
  font: 14px/14px 'RobotoBold';
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 128px;
  padding-left: 30px;
  line-height: 13px;
}
.b-user-panel__user-balance {
    white-space: nowrap;
    padding: 0 0 0 30px;
}
.b-user-panel__user-balance-item {
  font: 11px/11px 'RobotoRegular';
  color: #fff;
}
.b-user-panel__user-balance-item span {
  font-family: 'RobotoBold';
}
.b-user-panel__drop-down {
  display: none;
  position: absolute;
  width: 206px;
  top: 0;
  right: 0;
  background: #fff;
  z-index: 5;
  padding: 53px 0 0;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.51);
  border-radius: 7px;
  overflow: hidden;
}
.b-user-panel__link {
  display: block;
  text-decoration: none;
  height: 55px;
  line-height: 55px;
  padding-left: 53px;
  color: #3a3a3a;
  font-family: 'RobotoBold';
  font-size: 14px;
  transition: none;
}
.b-user-panel__link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-user-panel__link:hover {
  color: #fff;
  background-color: #92cd7d;
  background-position-y: -55px;
}
.b-user-panel__link.m-add-new-user {
  position: relative;
}
.b-user-panel__link.m-add-new-user:after {
  content: '';
  position: absolute;
  background: url(../img/i/bg-b-user-panel__link.m-add-new-user.png) no-repeat top left;
  background-size: cover;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 11px;
  margin-top: -16px;
}
.b-user-panel__link.m-add-new-user:hover:after {
  background-position: bottom left;
}
.b-user-panel__link.m-add-funds {
  position: relative;
}
.b-user-panel__link.m-add-funds:after {
  content: '';
  position: absolute;
  background: url(../img/i/bg-b-user-panel__link.m-add-fands.png) no-repeat top left;
  background-size: cover;
  width: 32px;
  height: 21px;
  top: 50%;
  left: 11px;
  margin-top: -10px;
}
.b-user-panel__link.m-add-funds:hover:after {
  background-position: bottom left;
}
.b-user-panel__exit {
  display: block;
  border-radius: 0 0 7px 7px;
  text-decoration: none;
  background: #eee;
  color: #565656;
  font: 14px/35px 'RobotoRegular';
  padding-left: 14px;
  height: 35px;
  transition: background-color 0.3s ease;
}
.b-user-panel__exit:hover {
  text-decoration: none;
  background-color: #e4e4e4;
}
.b-user-panel__exit span {
  display: inline-block;
  position: relative;
}
.b-user-panel__exit span:after {
  content: '';
  display: inline-block;
  position: relative;
  margin-left: 16px;
  top: 7px;
  width: 25px;
  height: 25px;
  background: url(../img/i/bg-b-user-panel__exit.png) no-repeat;
  background-size: cover;
}
.b-user-panel__sign-in-as {
  display: block;
  text-decoration: none;
  background: #eee;
  color: #565656;
  font: 14px/35px 'RobotoRegular';
  padding-left: 14px;
  height: 35px;
  transition: background-color 0.3s ease;
}
.b-user-panel__sign-in-as:hover {
  text-decoration: none;
  background-color: #e4e4e4;
}
/* End User Panel */

/* Left col menu */
.b-left-col-menu {
  list-style: none;
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 77px;
  overflow-y: auto;
}
.b-left-col-menu__item {
  display: block;
  position: relative;
}
.b-left-col-menu__item + .b-left-col-menu__item {
  margin-top: 5px;
}
.b-left-col-menu__link {
  display: block;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  padding: 45px 7px 0;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  font-size: 0;
  background-color: #f2f2f2;
  transition: background-color 0.12s ease, color 0.12s ease;
}
.b-left-col-menu__link span {
  display: inline-block;
  font: 10px/14px 'RobotoRegular';
  padding: 3px 0;
  overflow: hidden;
  margin: 0;
  max-width: 100%;
  text-overflow: ellipsis;
}
.b-left-col-menu__link:hover {
  background-color: #e1e1e1;
  color: #2d2d2d;
}
.b-left-col-menu__link:hover:after {
  opacity: 1;
}
.b-left-col-menu__link:before {
  content: '';
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background-color: #d24a43;
}
.b-left-col-menu__link.m-current {
  background-color: #e9e7e7;
  color: #3d3d3d;
}
.b-left-col-menu__link.m-current:before {
  display: block;
}
.b-left-col-menu__link.m-current:after {
  opacity: 1;
}
.b-left-col-menu__link:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 50%;
  opacity: .7;
  transition: opacity 0.2s ease-in-out;
}
.b-left-col-menu__link.m-dashboard:after {
  width: 32px;
  height: 30px;
  margin-left: -16px;
  top: 13px;
  background: url(../img/i/bg-b-left-col-menu__link.m-dashboard.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-new-sms:after {
  width: 33px;
  height: 22px;
  margin-left: -16.5px;
  top: 15px;
  background: url(../img/i/bg-b-left-col-menu__link.m-new-sms.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-my-campaign:after {
  width: 34px;
  height: 33px;
  margin-left: -17px;
  top: 7px;
  background: url(../img/i/bg-b-left-col-menu__link.m-my-campaign.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-my-campaign2 {
    background-color: #92cd7d !important;
    color: white;
}
.b-left-col-menu__link.m-my-campaign2:hover {
    background-color: #709e5e !important;
}
.b-left-col-menu__link.m-my-campaign2:after {
    width: 33px;
    height: 22px;
    margin-left: -16.5px;
    top: 15px;
    background: url(../img/i/bg-b-left-col-menu__link.m-new-sms.png) no-repeat;
    background-size: cover;
}
.b-left-col-menu__link.m-sms-stat:after {
    width: 32px;
    height: 33px;
    top: 7px;
    margin-left: -16px;
    background: url(../img/i/bg-b-phone-numbers__add-to-group.png) no-repeat;
    background-size: cover;
}
.b-left-col-menu__link.m-monitoring:after {
    width: 35px;
    height: 35px;
    top: 7px;
    margin-left: -17px;
    background: url(../img/i/bg-b-left-col-menu__link.m-monitoring.png) no-repeat;
    background-size: cover;
}
.b-left-col-menu__link.m-address-book:after {
  width: 28px;
  height: 32px;
  top: 7px;
  margin-left: -14px;
  background: url(../img/i/bg-b-left-col-menu__link.m-address-book.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-statistics:after {
  width: 32px;
  height: 30px;
  margin-left: -16px;
  top: 7px;
  background: url(../img/i/bg-b-left-col-menu__link.m-statistics.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-shortlink:after {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  top: 10px;
  background: url(../img/i/bg-b-left-col-menu__link.m-shortlink.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-funds {
  width: 77px;
  height: 61px;
  background-color: #92cd7d !important;
  color: white;
}
.b-left-col-menu__link.m-funds:hover {
  background-color: #709e5e !important;
}
.b-left-col-menu__link.m-funds:after {
  width: 31px;
  height: 33px;
  margin-left: -15px;
  top: 4px;
  background: url(../img/i/bg-b-left-col-menu__link.m-funds.png) no-repeat;
  background-size: cover;
  opacity: 1;
}
.b-left-col-menu__link.m-for-developers:after {
  width: 36px;
  height: 27px;
  margin-left: -18px;
  top: 13px;
  background: url(../img/i/bg-b-left-col-menu__link.m-for-developers.png) no-repeat;
  background-size: cover;
}
.b-left-col-menu__link.m-for-developers span {
  width: 62px;
  margin: 0 auto;
}
/* End Left col menu */

.b-new-campaign__advanced-options {
  display: block;
  float: left;
  height: 36px;
  color: #d0a41e;
  font: 17px/36px 'RobotoMedium';
  text-decoration: underline;
  margin-left: 35px;
  transition: color 0.3s ease;
}
.b-new-campaign__advanced-options:hover {
  text-decoration: none;
  color: #b4901c;
}
.b-new-campaign__options {
  float: left;
  width: 346px;
  padding-top: 9px;
}
.b-new-campaign__options .controls {
  position: relative;
}
.b-new-campaign__options .controls > label {
  display: block;
  font: 10px/18px 'RobotoRegular';
  opacity: 0.5;
  height: 18px;
}
.b-new-campaign__options .controls input[type="text"] {
  width: 100%;
  padding-right: 35px;
}
.b-new-campaign__options .controls input[type="submit"] {
  display: block;
  float: left;
  border: none;
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #92cd7d;
  transition: background-color 0.3s ease;
  height: 36px;
  width: 158px;
  font: 14px 'RobotoRegular';
}
.b-new-campaign__options .controls input[type="submit"]:hover {
  background-color: #75a663;
}
.b-new-campaign__options .controls input[type="submit"]:active {
  background-color: #a6e78d;
}
.b-new-campaign__options .controls .b-radio-group__options .row {
  padding-top: 5px;
  width: 50%;
}
.b-new-campaign__options .controls textarea {
  width: 100%;
  height: 87px;
  padding-top: 5px;
  padding-bottom: 5px;
  resize: none;
  overflow: auto;
  padding-right: 35px;
}
.b-new-campaign__options .controls .select2-container {
  width: 100%;
}
.b-new-campaign__options .controls + .controls {
  padding-top: 5px;
}
.b-new-campaign__options .controls.m-last {
  padding-top: 27px;
}
.b-new-campaign__options .controls.clearfix .b-tooltip {
  top: 12px;
}
.b-new-campaign__preview {
  float: left;
  width: 303px;
  margin-left: 10px;
  padding-right: 10px;
  position: relative;
}

.b-phone-slider {
  position: relative;
  width: 303px;
  height: 498px;
}
.b-phone-slider__wrapper {
  position: relative;
  overflow: hidden;
}
.b-phone-slider__nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
  line-height: 10px;
  font-size: 0;
  text-align: center;
}
.b-phone-slider__nav__link {
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  background-color: #c5c5c5;
  margin: 0 6px;
  transition: all 0.3s ease;
  border-radius: 50%;
}
.b-phone-slider__nav__link:hover {
  background-color: #65b0e6;
}
.b-phone-slider__nav__link.selected {
  width: 12px;
  height: 12px;
  background-color: #65b0e6;
}
.b-phone-slider__slide {
  position: relative;
  float: left;
  width: 303px;
  height: 498px;
}
.b-phone-slider__slide.m-phone-1 {
  background: url(../img/i/bg-b-phone-slider__slide.m-phone-1.png) no-repeat top center;
}
.b-phone-slider__slide.m-phone-2 {
  background: url(../img/i/bg-b-phone-slider__slide.m-phone-2.png) no-repeat top center;
}
.b-phone-slider__slide.m-phone-3 {
  background: url(../img/i/bg-b-phone-slider__slide.m-phone-3.png) no-repeat top center;
}
.b-phone-slider__sms {
  position: absolute;
  box-sizing: border-box;
}
.b-phone-slider__sms.m-phone-1 {
  width: 170px;
  border-radius: 10px;
  background-color: #e4e4e9;
  top: 157px;
  left: 47px;
  padding: 5px 35px 5px 10px;
  color: #000;
  font: 13px/16px 'HelveticaNeue';
}
.b-phone-slider__sms.m-phone-1:before {
  display: block;
  content: '';
  position: absolute;
  width: 7px;
  height: 4px;
  background: url(../img/i/bg-b-phone-slider__sms.m-phone-1.png) no-repeat center center;
  bottom: 0;
  left: -3px;
}
.b-phone-slider__sms.m-phone-2 {
  background-color: #5ea0df;
  padding: 5px;
  color: #fff;
  width: 160px;
  font: 14px/16px 'SegoeWPSemilight';
  top: 147px;
  left: 48px;
}
.b-phone-slider__sms.m-phone-2:before {
  display: block;
  content: '';
  position: absolute;
  width: 7px;
  height: 6px;
  background: url(../img/i/bg-b-phone-slider__sms.m-phone-2.png) no-repeat center center;
  top: -6px;
  left: 5px;
}
.b-phone-slider__sms.m-phone-3 {
  background-color: #fbfbfb;
  padding: 5px;
  color: #818181;
  width: 150px;
  font: 10px/14px 'OpenSansRegular';
  top: 100px;
  left: 37px;
}
.b-phone-slider__sms.m-phone-3:before {
  display: block;
  content: '';
  position: absolute;
  width: 6px;
  height: 8px;
  background: url(../img/i/bg-b-phone-slider__sms.m-phone-3.png) no-repeat center center;
  top: 0;
  left: -6px;
}
.b-phone-slider__sender {
  position: absolute;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-phone-slider__sender.m-phone-1 {
  font: 12px/14px 'HelveticaNeueMedium';
  text-align: center;
  left: 115px;
  top: 113px;
  color: #000;
  width: 84px;
}
.b-phone-slider__sender.m-phone-2 {
  font: 33px/33px 'SegoeWPSemilight';
  left: 45px;
  top: 73px;
  color: #fff;
  width: 212px;
}
.b-phone-slider__sender.m-phone-3 {
  font: 15px/15px 'OpenSansRegular';
  left: 70px;
  top: 70px;
  color: #323232;
}

.b-template__conetnt {
  padding: 15px 10px 24px 6px;
}
.b-template__form {
  float: left;
  width: 367px;
}
.b-template__form-content {
  box-sizing: border-box;
  padding: 6px 14px 12px 9px;
  border-radius: 7px 0 0 7px;
  background-color: #efefef;
}
.b-template__form-content .controls + .controls {
  margin-top: 14px;
}
.b-template__form-content .controls label {
  display: block;
  height: 14px;
  font: 10px/14px 'RobotoRegular';
}
.b-template__form-content .controls input[type="text"] {
  width: 100%;
}
.b-template__form-content .controls textarea {
  width: 100%;
  resize: none;
  overflow: auto;
  height: 87px;
  padding-top: 5px;
  padding-bottom: 5px;
  font: 16px/20px 'OpenSansRegular';
}
.b-template__form-bot {
  padding: 20px 14px 0 9px;
  background: #fff;
  position: relative;
}
.b-template__form-bot .controls input[type="submit"] {
  display: block;
  float: left;
  margin: 0;
  border: none;
  color: #fff;
  border-radius: 7px;
  font: 14px 'OpenSansRegular';
  height: 36px;
  width: 160px;
  background-color: #65b0e6;
  transition: background-color 0.3s ease;
}
.b-template__form-bot .controls input[type="submit"]:hover {
  background-color: #5d9fd1;
}
.b-template__form-bot .controls input[type="submit"]:active {
  background-color: #6fc4fe;
}
.b-template__form-bot .controls input[type="reset"] {
  display: block;
  float: right;
  margin: 0;
  border: none;
  color: #fff;
  border-radius: 7px;
  font: 14px 'OpenSansRegular';
  height: 36px;
  width: 160px;
  background-color: #c4c4c4;
  transition: background-color 0.3s ease;
}
.b-template__form-bot .controls input[type="reset"]:hover {
  background-color: #aeaeae;
}
.b-template__form-bot .controls input[type="reset"]:active {
  background-color: #e4e4e4;
}
.b-template__list {
  padding: 10px 6px;
  float: left;
  background-color: #efefef;
  border-radius: 0 7px 7px 7px;
  position: relative;
  width: 46.8%;
  min-height: 240px;
  box-sizing: border-box;
  font-size: 0;
}
.b-template__list-title {
  position: absolute;
  top: -40px;
  height: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #efefef;
  left: 0;
  padding: 0 10px;
  text-transform: uppercase;
  font: 17px/40px 'RobotoMedium';
}
.b-template__list-item {
  display: inline-block;
  vertical-align: top;
  height: 36px;
  padding: 0 35px 0 17px;
  border-radius: 7px;
  background-color: #aaa;
  margin: 5px;
  position: relative;
  transition: background-color 0.3s ease;
}
.b-template__list-item:hover {
  background-color: #979797;
}
.b-template__list-item.m-active {
  background-color: #92cd7d;
}
.b-template__list-item.m-active:before {
  content: '';
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  background: url(../img/i/bg-b-template__list-item.m-active.png) no-repeat center center;
  top: 10px;
  right: 11px;
}
.b-template__list-item.m-active .b-template__list-item-link-delete {
  display: none;
}
.b-template__list-item-link-edit {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  text-decoration: none;
  transition: color 0.3s ease;
}
.b-template__list-item-link-edit:hover {
  text-decoration: underline;
  color: #f1f1f1;
}
.b-template__list-item-link-delete {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../img/i/bg-b-template__list-item.png) no-repeat 0 0;
  background-size: 30px 15px;
  top: 11px;
  right: 12px;
}
.b-template__list-item-link-delete:hover {
  background-position: -17px 0;
}

.b-tooltip {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 33px;
  right: 10px;
}
.b-tooltip__icon {
  width: 15px;
  height: 15px;
  position: relative;
  background: url(../img/i/bg-b-tooltip__icon.png) no-repeat center center;
  background-size: 15px;
  cursor: pointer;
}
.b-tooltip__content {
  display: none;
  position: absolute;
  background: #fff;
  left: 33px;
  top: -25px;
  width: 256px;
  box-sizing: border-box;
  padding: 7px 10px 12px;
  border-radius: 7px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
}
.b-tooltip__content span {
  text-decoration: underline;
}
.b-tooltip__content.m-opened {
  z-index: 100;
}
.b-tooltip__content:after {
  right: 100%;
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 7px;
}

.b-operation-log__table thead {
  color: #a3a3a3;
}
.b-operation-log__table tbody {
  color: #565656;
}
.b-operation-log__table tbody td.m-date {
  width: 85px;
}
.b-operation-log .chosen-container {
  float: left;
}

.b-operator-prefixes__table .m-select {
  text-align: center;
  width: 28px;
}
.b-operator-prefixes__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-operator-prefixes__table .m-select label input[type=checkbox] {
  display: none;
}
.b-operator-prefixes__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-operator-prefixes__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-operator-prefixes__table thead {
  color: #a3a3a3;
}
.b-operator-prefixes__table thead th.m-controls > div {
  text-align: right;
}
.b-operator-prefixes__table tbody {
  color: #565656;
}
.b-operator-prefixes__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-operator-prefixes__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-operator-prefixes__table tbody td {
  padding: 12px 6px;
}
.b-operator-prefixes__table tbody td.m-controls {
  width: 145px;
}
.b-operator-prefixes__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.b-operator-prefixes__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico + .b-btn-ico {
  margin-left: 12px;
}
.b-operator-prefixes__add-prefixes {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 7px;
  transition: background-color 0.3s ease;
}
.b-operator-prefixes__add-prefixes:hover {
  background-color: #c30000;
}

.b-operators__table thead {
  color: #a3a3a3;
}
.b-operators__table tbody {
  color: #565656;
}
.b-operators__table tbody td {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.b-operators__table tbody td.m-controls {
  width: 100px;
}
.b-operators__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico {
  float: none;
  display: inline-block;
  vertical-align: middle;
}
.b-operators__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico + .b-btn-ico {
  margin-left: 12px;
}
.b-operators__table tbody td.m-controls .b-table__tooltip-content {
  width: 180px;
  margin-left: -90px;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.b-operators__table tbody td.m-controls .b-table__tooltip-content > span {
  border-radius: 7px;
  background-color: #fff;
  width: auto;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
  padding: 9px 12px;
  z-index: 15;
  color: #565656;
  display: inline-block;
  vertical-align: top;
}
.b-operators__table tbody td.m-ported {
  width: 60px;
}
.b-operators__table tbody td.m-ported .b-switcher {
  margin: 0 auto;
}
.b-operators__table tbody td.m-active {
  width: 60px;
}
.b-operators__table tbody td.m-active .b-switcher {
  margin: 0 auto;
}
.b-operators__table tbody td.m-active .b-switcher.m-on {
  background-color: #65b0e6;
}
.b-operators__table tbody td.m-namer {
  width: 140px;
}
.b-operators__table tbody td.m-namer .b-table__tooltip-title {
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-operators__table tbody td.m-brand {
  width: 100px;
}
.b-operators__table tbody td.m-brand .b-table__tooltip-title {
  max-width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-operators__add-operator {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 10px;
  transition: background-color 0.3s ease;
}
.b-operators__add-operator:hover {
  background-color: #c30000;
}
@media (min-width: 1200px) {
  .b-operators__table td.m-brand {
    width: auto !important;
  }
  .b-operators__table td.m-brand .b-table__tooltip-title {
    max-width: 300px !important;
  }
  .b-operators__table td.m-namer {
    width: 200px !important;
  }
  .b-operators__table td.m-namer .b-table__tooltip-title {
    max-width: 200px !important;
  }
}
@media (min-width: 1400px) {
  .b-operators__table td.m-namer {
    width: auto !important;
  }
  .b-operators__table td.m-namer .b-table__tooltip-title {
    max-width: 400px !important;
  }
}

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
  margin: 0;
  font: 14px 'RobotoRegular';
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
  font: 14px 'RobotoMedium';
  height: 20px;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-timepicker-div .ui-datepicker-title {
  padding-bottom: 5px;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

/*! jQuery UI - v1.11.4 - 2015-07-01
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
.ui-state-active {
  background: #e8e8e8;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: 4px;
  top: 4px;
  background: #c6cbd1 !important;
  border: none !important;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -7px;
  margin-left: -0.6em;
  background: #65b0e6;
  box-sizing: border-box;
  border: solid 2px #fff;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ui-slider-horizontal .ui-slider-handle:hover {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  background: #cccccc;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 282px;
  padding: 0;
  display: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.51);
  border-radius: 0 0 5px 5px;
  background: #fff;
  margin-left: -1px;
  z-index: 2000 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0;
  height: 43px;
  line-height: 43px;
  border-radius: 0;
  background-color: #929292;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0;
  width: 38px;
  height: 43px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 0;
  background: transparent url(../img/i/bg-ui-datepicker-prev.png) no-repeat center center;
}
.ui-datepicker .ui-datepicker-next {
  right: 0;
  background: transparent url(../img/i/bg-ui-datepicker-next.png) no-repeat center center;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: none;
}
.ui-datepicker .ui-datepicker-title {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font: 15px/15px 'RobotoRegular';
  margin: 0;
  color: #fff;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 30%;
  margin-left: 10px;
  border-radius: 5px;
}
.ui-datepicker table {
  width: auto;
  font-size: .9em;
  border-collapse: collapse;
  margin: 10px auto;
}
.ui-datepicker table thead {
  display: none;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 4px 2px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  width: 32px;
  height: 26px;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 2px #fff !important;
  color: #3a3a3a;
  font: 14px/22px 'RobotoRegular';
  text-align: center;
  text-decoration: none;
  transition: border-color 0.3s ease;
}
.ui-datepicker td a:hover {
  border-color: #a3a3a3 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  border: none;
  border-radius: 5px;
  margin: 8px 5px;
  background-color: #65b0e6;
  color: #fff;
  text-decoration: none;
  display: block;
  font: 14px/30px 'RobotoRegular';
  transition: background-color 0.3s ease;
  padding: 0 12px;
  text-align: center;
  opacity: 1 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
  background-color: #5790c1;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-state-highlight {
  color: #fff !important;
  background: #92cd7d;
  border-color: #92cd7d !important;
}


.b-process-monitoring__table .m-select {
  text-align: center;
  width: 28px;
}
.b-process-monitoring__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-process-monitoring__table .m-select label input[type=checkbox] {
  display: none;
}
.b-process-monitoring__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-process-monitoring__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-process-monitoring__table thead {
  color: #a3a3a3;
}
.b-process-monitoring__table tbody {
  color: #565656;
}
.b-process-monitoring__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-process-monitoring__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-process-monitoring__table tbody td {
  padding: 12px 6px;
}
.b-process-monitoring__table tbody td.m-transfer {
  width: 82px;
}
.b-process-monitoring__login {
  transition: color 0.3s ease;
  color: #65b0e6;
}
.b-process-monitoring__login:hover {
  text-decoration: none;
  color: #417194;
}

.b-provider-balances__table .m-controls {
  padding-right: 0;
}
.b-provider-balances__table thead {
  color: #a3a3a3;
}
.b-provider-balances__table tbody {
  color: #565656;
}
.b-provider-balances__table tbody td {
  padding: 12px 6px;
}
.b-provider-balances__table tbody td.m-status {
  width: 60px;
}
.b-provider-balances__table tbody td.m-controls {
  width: 90px;
}
.b-provider-balances__table tbody td.m-controls .b-table__cell-buttons {
  padding-right: 8px;
}
.b-provider-balances__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.b-provider-balances__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico + .b-btn-ico {
  margin-left: 12px;
}
.b-provider-balances__table tbody td.m-exclude {
  width: 150px;
}
.b-provider-balances__table tbody td.m-regular-expression {
  width: 180px;
}
.b-provider-balances__table tbody td.m-balance {
  width: 110px;
}
.b-provider-balances__table tbody td.m-name {
  width: 114px;
}
.b-provider-balances__table tbody td.m-name .b-table__tooltip-title {
  width: 114px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-provider-balances__table tbody td.m-name .b-table__tooltip-content {
  width: 250px;
  margin-left: -125px;
  background: 0 0;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.b-provider-balances__table tbody td.m-name .b-table__tooltip-content > span {
  border-radius: 7px;
  background-color: #fff;
  width: auto;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
  padding: 9px 12px;
  z-index: 15;
  color: #565656;
  display: inline-block;
  vertical-align: top;
}
.b-provider-balances__table tbody td.m-login {
  width: 55px;
}
.b-provider-balances__table tbody td.m-login .b-table__tooltip-title {
  width: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-provider-balances__table tbody td.m-login .b-table__tooltip-content {
  width: 250px;
  margin-left: -125px;
  background: 0 0;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.b-provider-balances__table tbody td.m-login .b-table__tooltip-content > span {
  border-radius: 7px;
  background-color: #fff;
  width: auto;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
  padding: 9px 12px;
  z-index: 15;
  color: #565656;
  display: inline-block;
  vertical-align: top;
}
.b-provider-balances__add-provider {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 7px;
  transition: background-color 0.3s ease;
}
.b-provider-balances__add-provider:hover {
  background-color: #c30000;
}
@media (min-width: 1200px) {
  .b-provider-balances__table td.m-name {
    width: 170px !important;
  }
  .b-provider-balances__table td.m-name .b-table__tooltip-title {
    width: auto !important;
    max-width: 170px !important;
  }
  .b-provider-balances__table td.m-login {
    width: 150px !important;
  }
  .b-provider-balances__table td.m-login .b-table__tooltip-title {
    width: auto !important;
    max-width: 150px !important;
  }
}
@media (min-width: 1400px) {
  .b-provider-balances__table td.m-name {
    width: auto !important;
  }
  .b-provider-balances__table td.m-name .b-table__tooltip-title {
    max-width: 300px !important;
  }
  .b-provider-balances__table td.m-login {
    width: auto !important;
  }
  .b-provider-balances__table td.m-login .b-table__tooltip-title {
    max-width: 300px !important;
  }
}

.b-providers__table thead {
  color: #a3a3a3;
}
.b-providers__table tbody {
  color: #565656;
}
.b-providers__table tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-providers__table tbody td div.text-bold {
  font-family: 'RobotoBold';
}
.b-providers__table tbody td.m-controls {
  width: 100px;
}
.b-providers__table tbody td.m-controls .b-btn-ico + .b-providers__table tbody td.m-controls .b-btn-ico {
  margin-left: 10px;
}
.b-providers__table tbody td.m-controls .b-table__cell-buttons {
  padding-left: 15px;
}
.b-providers__table tbody td.m-controls .b-table__tooltip-content {
  width: 180px;
  margin-left: -90px;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.b-providers__table tbody td.m-controls .b-table__tooltip-content > span {
  border-radius: 7px;
  background-color: #fff;
  width: auto;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
  padding: 9px 12px;
  z-index: 15;
  color: #565656;
  display: inline-block;
  vertical-align: top;
}
.b-providers__table tbody td.m-connect {
  width: 60px;
}
.b-providers__table tbody td.m-connect .b-switcher {
  margin: 0 auto;
}
.b-providers__table tbody td.m-connect .b-switcher.m-on {
  background-color: #65b0e6;
}
.b-providers__table tbody td.m-status {
  width: 60px;
}
.b-providers__table tbody td.m-status .b-switcher {
  margin: 0 auto;
}
.b-providers__table tbody td.m-host {
  width: 135px;
  word-break: break-all;
}
.b-providers__table tbody td.m-name .b-table__tooltip-title {
  max-width: 67px;
}
.b-providers__table tbody td.m-password .b-table__tooltip-title {
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-providers__add-provider {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 10px;
  transition: background-color 0.3s ease;
}
.b-providers__add-provider:hover {
  background-color: #c30000;
}
@media (min-width: 1200px) {
  .b-providers__table td.m-host {
    width: auto !important;
  }
  .b-providers__table td.m-host div {
    max-width: 300px !important;
  }
  .b-providers__table td.m-password {
    width: auto !important;
  }
  .b-providers__table td.m-password .b-table__tooltip-title {
    max-width: 300px !important;
  }
}

.b-radio-group {
  float: left;
  width: 300px;
}
.b-radio-group__title {
  font: 14px/15px 'RobotoRegular';
  letter-spacing: 0.05em;
  padding-bottom: 3px;
  margin-top: 24px;
}
.b-radio-group__title.m-gray {
  color: #a3a3a3;
}
.b-radio-group__options {
  overflow: hidden;
}
.b-radio-group__options .row {
  width: 150px;
  height: 16px;
  float: left;
  padding-top: 22px;
}
.b-radio-group__options label {
  display: block;
  box-sizing: border-box;
  height: 16px;
  font: 14px/16px 'RobotoRegular';
  color: #3a3a3a;
  position: relative;
  padding-left: 33px;
}
.b-radio-group__options label input[type=checkbox] {
  display: none;
}
.b-radio-group__options label input[type=checkbox] + span {
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  left: 0;
  top: 0;
  background-size: cover;
}
.b-radio-group__options label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}

.b-notification {
  position: relative;
  padding-top: 10px;
  display: none;
}
.b-notification.active {
  display: block;
}
.b-notification__mark-all-as-read {
  display: block;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #b1b1b1;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  font: 14px/36px 'RobotoRegular';
}
.b-notification__mark-all-as-read:hover {
  color: #818181;
}
.b-notification__item {
  background: #fff;
  margin-top: 10px;
  padding: 15px 14px 20px 11px;
  position: relative;
}
.b-notification__item:before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.b-notification__item.m-error:before {
  background-color: #d24a43;
}
.b-notification__item.m-warning:before {
  background-color: #f6d913;
}
.b-notification__item.m-message:before {
  background-color: #7cd243;
}
.b-notification__item-title {
  text-transform: uppercase;
  color: #000;
  font: 15px/15px 'RobotoRegular';
  padding: 0 20px 0 0;
}
.b-notification__item-content {
  color: #565656;
  font: 14px/17px 'RobotoRegular';
  padding: 18px 0;
}
.b-notification__item-content a {
  text-decoration: none;
  color: #565656;
  transition: color 0.3s ease;
}
.b-notification__item-content a:hover {
  text-decoration: none;
  color: #888888;
}
.b-notification__item-footer {
  position: relative;
  font-size: 0;
  padding-bottom: 18px;
}
.b-notification__item-more {
  color: #5c5c5c;
  display: inline-block;
  font: 14px/15px "RobotoRegular";
  transition: color 0.3s ease 0s;
  vertical-align: top;
}
.b-notification__item-more:hover {
  color: #8f8f8f;
  text-decoration: none;
}
.b-notification__item-close {
  display: block;
  position: absolute;
  text-decoration: none;
  width: 10px;
  height: 10px;
  top: 17px;
  right: 18px;
  background: url(../img/i/bg-b-notification__item-close.png) no-repeat 0 0;
  background-size: cover;
}
.b-notification__item-close:hover {
  background-position: right 0;
}
.b-notification__item-author {
  float: left;
  color: #65b0e6;
  font: 14px/15px "RobotoRegular";
}
.b-notification__item-time {
  float: left;
  color: #b4b9c0;
  font: 14px/15px "RobotoRegular";
  display: list-item;
  list-style: disc inside;
  padding-left: 8px;
  width: 100%;
}
.b-notification__forward {
  background: #fff;
  margin-top: 10px;
  padding: 15px 14px 20px 11px;
  position: relative;
}
.b-notification__forward:before {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #6ac0f3;
}
.b-notification__forward-title {
  text-transform: uppercase;
  color: #000;
  font: 15px/15px 'RobotoRegular';
}
.b-notification__forward-form {
  padding: 18px 0 0;
}
.b-notification__forward-form .controls {
  position: relative;
}
.b-notification__forward-form .controls label {
  display: block;
  color: #848484;
  font: 10px/17px 'RobotoRegular';
}
.b-notification__forward-form .controls input[type="text"] {
  height: 36px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  color: #565656;
  font: 14px 'RobotoRegular';
  padding: 0 9px;
}
.b-notification__forward-form .controls textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  resize: none;
  overflow: auto;
  height: 123px;
  padding: 5px 9px;
  color: #565656;
  font: 14px/20px 'RobotoRegular';
}
.b-notification__forward-form .controls input[type="submit"] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
  color: #fff;
  font: 14px 'RobotoRegular';
  height: 36px;
  background-color: #65b0e6;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.b-notification__forward-form .controls input[type="submit"]:hover {
  background-color: #5791c0;
}
.b-notification__forward-form .controls input[type="submit"]:active {
  background-color: #6dc4fe;
}
.b-notification__forward-form .controls ::-webkit-input-placeholder {
  color: #565656;
}
.b-notification__forward-form .controls ::-webkit-textarea-placeholder {
  color: #565656;
}
.b-notification__forward-form .controls input::-moz-placeholder {
  color: #565656;
  opacity: 1;
}
.b-notification__forward-form .controls textarea::-moz-placeholder {
  color: #565656;
  opacity: 1;
}
.b-notification__forward-form .controls input::-ms-placeholder {
  color: #565656;
}
.b-notification__forward-form .controls textarea::-ms-placeholder {
  color: #565656;
}
.b-notification__forward-form .controls + .controls {
  margin-top: 5px;
}
.b-notification__forward-form .controls:last-child {
  margin-top: 23px;
}

.b-routing-scheme__table .m-select {
  text-align: center;
  width: 28px;
}
.b-routing-scheme__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-routing-scheme__table .m-select label input[type=checkbox] {
  display: none;
}
.b-routing-scheme__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-routing-scheme__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-routing-scheme__table thead {
  color: #a3a3a3;
}
.b-routing-scheme__table tbody {
  color: #565656;
}
.b-routing-scheme__table tbody td.m-controls .b-table__cell-buttons {
  padding-left: 15px !important;
}
.b-routing-scheme__table tbody td.m-percent {
  width: 40px;
}
.b-routing-scheme__table tbody td.m-priority {
  width: 55px;
}
.b-routing-scheme__table tbody .b-price-table__b {
  display: block;
}
.b-routing-scheme__table tbody td.m-comment {
  width: 132px;
}
.b-routing-scheme__table tbody td.m-direction {
  width: 105px;
}
.b-routing-scheme__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-routing-scheme__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-routing-scheme__provider {
  transition: color 0.3s ease;
  color: #65b0e6;
}
.b-routing-scheme__provider:hover {
  text-decoration: none;
  color: #4d86b0;
}
@media (min-width: 1200px) {
  .b-routing-scheme__table td.m-direction {
    width: auto !important;
    max-width: 150px;
  }
  .b-routing-scheme__table td.m-comment {
    width: auto !important;
  }
  .b-routing-scheme__table td.m-comment span {
    max-width: 300px;
  }
  .b-routing-scheme__table td.m-controls {
    width: 55px !important;
  }
}

.b-additional-data__form {
  position: relative;
  padding-top: 20px;
}
.b-additional-data__form .row {
  height: 36px;
}
.b-additional-data__form .row label {
  height: 36px;
  display: block;
  float: left;
  font: 14px/36px 'RobotoBold';
  width: 217px;
}
.b-additional-data__form .row label span {
  text-decoration: underline;
}
.b-additional-data__form .row + .row {
  margin-top: 27px;
}
.b-additional-data__form .controls {
  position: relative;
  height: 36px;
  float: left;
}
.b-additional-data__form .controls > label {
  font: 14px/36px 'RobotoRegular';
  display: block;
  float: left;
  width: 46px;
}
.b-additional-data__form .controls > label.m-cen {
  text-align: center;
}
.b-additional-data__form .controls > input[type=text] {
  padding: 0 35px 0 8px;
  width: 206px;
}
.b-additional-data__form .controls .b-tooltip {
  top: 10px;
}
.b-additional-data__form-left {
  float: left;
  position: relative;
}
.b-additional-data__form-left input {
  width: 82px;
}
.b-additional-data_only input {
  width: 115px;
}
.b-additional-data__form-tooltip {
  position: absolute;
  font: 10px/16px 'RobotoRegular';
  left: 0;
  top: -16px;
}
.b-additional-data__save {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  color: #fff !important;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  background-color: #92cd7d;
  width: 158px !important;
  transition: background-color 0.3s ease;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.b-additional-data__save:hover {
  background-color: #75a563;
}
.b-additional-data__cancel {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  background-color: #dcdcdc;
  margin: 0 0 0 27px;
  width: 158px;
  transition: background-color 0.3s ease;
  border: none;
  padding: 0;
}
.b-additional-data__cancel:hover {
  background-color: #bbbbbb;
}

.b-settings__form {
  width: 515px;
  position: relative;
}
.b-settings__form .row {
  min-height: 28px;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.b-settings__form .row:hover {
  background-color: #e8e8e8;
}
.b-settings__form .row:hover .b-settings__edit-link {
  display: block;
}
.b-settings__form .row + .row {
  margin-top: 11px;
}
.b-settings__form .row.m-no-hover:hover,
.b-settings__form .row:last-child:hover,
.b-settings__form .row.m-active:hover {
  background-color: #fff;
}
.b-settings__form label {
  display: block;
  float: left;
  height: 28px;
  font: 15px/28px 'RobotoMedium';
  width: 310px;
  box-sizing: border-box;
  padding: 0 9px;
}
.b-settings__form .controls {
  float: left;
  width: 305px;
}
.b-settings__form input[type=text],
.b-settings__form input[type=password] {
  width: 160px;
  height: 28px;
  color: #3a3a3a;
  border: solid 2px #cecece;
  border-radius: 0;
  float: left;
}
.b-settings__form input[type=text][disabled],
.b-settings__form input[type=password][disabled] {
  color: #3a3a3a;
  border-color: transparent;
  background-color: transparent;
  cursor: default;
}
.b-settings__form .select2-container {
  width: 229px;
  height: 36px;
  margin-top: -4px;
}
.b-settings__edit-link {
  display: none;
  height: 28px;
  float: right;
  padding: 0 5px 0 0;
  color: #878787;
  font: 14px/28px 'RobotoRegular';
  text-decoration: underline;
}
.b-settings__edit-link:hover {
  text-decoration: none;
}
.b-settings__save {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  color: #fff !important;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  background-color: #92cd7d;
  width: 158px !important;
  transition: background-color 0.3s ease;
  border: none !important;
  margin: 0;
  padding: 0 !important;
}
.b-settings__save:hover {
  background-color: #75a563;
}
.b-settings__cancel {
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  border-radius: 7px;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  height: 36px;
  background-color: #dcdcdc;
  margin: 0 0 0 27px;
  width: 158px;
  transition: background-color 0.3s ease;
  border: none;
  padding: 0;
}
.b-settings__cancel:hover {
  background-color: #bbbbbb;
}

.b-single-form__body {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: url(../img/i/bg-b-single-form__body.jpg) repeat center center;
  background-size: cover;
}
.b-single-form__body .b-tooltip__content {
  position: absolute;
  left: 25px;
  margin-left: 14px;
  top: -17px;
  height: auto;
  border-radius: 4px;
  padding: 16px 15px;
  width: auto;
  white-space: nowrap;
  font: 14px/18px RobotoRegular;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  background: #fff;
}
.b-single-form__body .b-tooltip__content:after {
  right: 100%;
  top: 17px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(223, 24, 24, 0);
  border-right-color: #fff;
  border-width: 8px;
}
.b-single-form__wrapper {
  width: 458px;
  background: #fff;
  position: relative;
  margin: 0 auto;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
}
.b-single-form__wrapper.m-guestform {
  padding: 30px 0;
}
.b-single-form__wrapper.m-guestform .b-languages {
  right: -50px;
  top: 0;
  background: transparent;
  padding: 0;
  color: #fff !important;
}
.b-single-form__wrapper.m-guestform .b-languages a {
  color: #fff !important;
}
.b-single-form__wrapper.m-guestform .b-languages .b-languages__active {
  background: transparent;
  padding: 0;
}
.b-single-form__wrapper.m-guestform .b-languages .b-languages__dropdown {
  background: transparent;
  box-shadow: none;
  color: #fff !important;
  padding-top: 20px;
}
.b-single-form__close {
  display: block;
  text-decoration: none;
  position: absolute;
  width: 10px;
  height: 10px;
  background: url(../img/i/bg-b-single-form__close.png) no-repeat 0 0;
  background-size: 22px 10px;
  top: 12px;
  right: 12px;
}
.b-single-form__close:hover {
  background-position: -12px 0;
}
.b-single-form__title {
  text-align: center;
  font: 30px/30px RobotoBold;
  color: #355e7e;
}
.b-single-form__sub-title {
  text-align: center;
  font: 14px/16px RobotoRegular;
  color: #355e7e;
  padding-top: 6px;
}
.b-single-form__form {
  padding: 12px 28px 0;
  position: relative;
}
.b-single-form__form .row {
  margin-top: 12px;
  position: relative;
}
.b-single-form__form .row .b-tooltip {
  top: 16px;
  right: 10px;
}
.b-single-form__form .row.m-last {
  margin-top: 24px;
  text-align: center;
  font-size: 0;
}
input[type=text].b-single-form__field,
input[type=password].b-single-form__field {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 35px 0 48px;
  height: 48px;
  font: 15px RobotoRegular;
}
input[type=text].b-single-form__field.m-user-name,
input[type=password].b-single-form__field.m-user-name,
input[type=text].b-single-form__field.m-user-name:focus,
input[type=password].b-single-form__field.m-user-name:focus {
  background: url(../img/i/bg-b-single-form__field.m-user-name.png) no-repeat 14px center !important;
  background-size: 26px !important;
}
input[type=text].b-single-form__field.m-phone,
input[type=password].b-single-form__field.m-phone,
input[type=text].b-single-form__field.m-phone:focus,
input[type=password].b-single-form__field.m-phone:focus {
  background: url(../img/i/bg-b-single-form__field.m-phone.png) no-repeat 18px center !important;
  background-size: 16px 26px !important;
}
input[type=text].b-single-form__field.m-mail,
input[type=password].b-single-form__field.m-mail,
input[type=text].b-single-form__field.m-mail:focus,
input[type=password].b-single-form__field.m-mail:focus {
  background: url(../img/i/bg-b-single-form__field.m-mail.png) no-repeat 14px center !important;
  background-size: 25px 17px !important;
}
input[type=text].b-single-form__field.m-pass,
input[type=password].b-single-form__field.m-pass,
input[type=text].b-single-form__field.m-pass:focus,
input[type=password].b-single-form__field.m-pass:focus {
  background: url(../img/i/bg-b-single-form__field.m-user-pass.png) no-repeat 11px center !important;
  background-size: 25px !important;
}
input[type=text].b-single-form__field.m-wrong,
input[type=password].b-single-form__field.m-wrong {
  border-color: #df1818;
}
input[type=submit].b-single-form__submit {
  display: inline-block;
  vertical-align: top;
  border: none;
  text-decoration: none;
  border-radius: 7px;
  background-color: #65b0e6;
  color: #fff;
  transition: background-color 0.3s ease;
  font: 14px/36px 'RobotoRegular';
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  padding: 0 14px;
  width: auto;
}
input[type=submit].b-single-form__submit:hover {
  background-color: #528cba;
}
.b-single-form__note {
  padding-top: 15px;
  font: 13px/22px RobotoRegular;
  color: #355e7e;
  text-align: center;
  width: 250px;
  margin: 0 auto;
}
.b-single-form__note a {
  color: #355e7e;
  transition: color 0.3s ease;
}
.b-single-form__note a:hover {
  color: #4783ac;
  text-decoration: none;
}
.b-single-form__error {
  position: absolute;
  left: 100%;
  margin-left: 14px;
  top: -1px;
  height: 50px;
  border-radius: 4px;
  background-color: #df1818;
  color: #fff;
  padding: 0 15px;
  width: auto;
  white-space: nowrap;
  font: 14px/50px RobotoRegular;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
}
.b-single-form__error:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(223, 24, 24, 0);
  border-right-color: #df1818;
  border-width: 8px;
  margin-top: -8px;
}
.b-single-form__warning {
  position: absolute;
  left: 100%;
  margin-left: 14px;
  top: -1px;
  height: 50px;
  border-radius: 4px;
  background: url(../img/i/bg-b-single-form__warning.png) no-repeat 10px 12px;
  background-size: 25px;
  color: #fff;
  padding: 0 15px;
  width: auto;
  white-space: nowrap;
  font: 14px/50px RobotoRegular;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  text-indent: 30px;
}
.b-single-form__warning.m-weak-password {
  background-color: #888;
}
.b-single-form__warning.m-weak-password:after {
  border-right-color: #888;
}
.b-single-form__warning.m-strong-password {
  background-color: #21d441;
}
.b-single-form__warning.m-strong-password:after {
  border-right-color: #21d441;
}
.b-single-form__warning.m-middle-password {
  background-color: #ecd747;
}
.b-single-form__warning.m-middle-password:after {
  border-right-color: #ecd747;
}
.b-single-form__warning:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(223, 24, 24, 0);
  border-right-color: #888888;
  border-width: 8px;
  margin-top: -8px;
}
.b-single-form__agreement {
  position: absolute;
  overflow: hidden;
  width: 840px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin-left: -420px;
}
.b-single-form__agreement > div {
  padding-bottom: 40px;
  margin-bottom: 80px;
  box-sizing: border-box;
}
.b-single-form__agreement .agreement-inner {
  position: relative;
  width: 720px;
  margin: 40px auto 0;
  background: #fff;
  font-family: 'RobotoRegular', sans-serif;
  color: #355e7e;
  font-size: 14px;
  line-height: 21px;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.51);
  box-sizing: border-box;
  padding: 147px 54px 59px 59px;
  letter-spacing: 0.3px;
}
.b-single-form__agreement .agreement-inner .b-languages {
  right: -52px;
  top: -32px;
  background: transparent;
  padding: 0;
  width: 44px;
  color: #fff !important;
  z-index: 10;
  text-align: left;
}
.b-single-form__agreement .agreement-inner .b-languages a {
  color: #fff !important;
}
.b-single-form__agreement .agreement-inner .b-languages .b-languages__active {
  background: transparent;
  padding: 0 11px 0 0;
}
.b-single-form__agreement .agreement-inner .b-languages .b-languages__active:before {
  right: 0;
}
.b-single-form__agreement .agreement-inner .b-languages .b-languages__dropdown {
  background: transparent;
  box-shadow: none;
  color: #fff !important;
  padding-top: 20px;
}
.b-single-form__agreement .agreement-inner a.agreement-inner__logo {
  position: absolute;
  top: 59px;
  width: 149px;
  display: block;
}
.b-single-form__agreement .agreement-inner a.agreement-inner__logo img {
  width: 100%;
}
.b-single-form__agreement .agreement-inner a {
  color: #355e7e;
  text-decoration: underline;
}
.b-single-form__agreement .agreement-inner a:hover {
  text-decoration: none;
}
.b-single-form__agreement .agreement-inner h2 {
  font-family: 'RobotoBold', sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 25px;
  font-weight: 400;
  letter-spacing: 0.4px;
}
.b-single-form__agreement .agreement-inner h3 {
  text-decoration: underline;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1px;
}
.b-single-form__agreement .agreement-inner p {
  display: block;
  margin-bottom: 21px;
}
.b-single-form__agreement .agreement-inner dl {
  margin: 0 0 20px;
}
.b-single-form__agreement .agreement-inner dl dt {
  display: inline;
  font-family: 'RobotoBold', sans-serif;
}
.b-single-form__agreement .agreement-inner dl dd {
  display: inline;
  margin: 0;
}
.b-single-form__agreement .agreement-inner ul {
  padding: 20px 0 0;
}
.b-single-form__agreement .agreement-inner ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}
.b-single-form__agreement .agreement-inner ul li:before {
  content: '-';
  position: absolute;
  top: 5px;
  left: 0;
}
.b-single-form__agreement .agreement-inner ol {
    margin: 10px 0 10px 40px;
    list-style-type: decimal;
}

.b-spam-filter__table .m-select {
  text-align: center;
  width: 28px;
}
.b-spam-filter__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-spam-filter__table .m-select label input[type=checkbox] {
  display: none;
}
.b-spam-filter__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-spam-filter__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-spam-filter__table .m-controls {
  padding-right: 0;
}
.b-spam-filter__table thead {
  color: #a3a3a3;
}
.b-spam-filter__table tbody {
  color: #565656;
}
.b-spam-filter__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-spam-filter__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-spam-filter__table tbody td {
  padding: 12px 6px;
}
.b-spam-filter__table tbody td.m-controls {
  width: 90px;
}
.b-spam-filter__table tbody td.m-controls .b-table__cell-buttons {
  padding-right: 8px;
}
.b-spam-filter__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.b-spam-filter__table tbody td.m-exclude {
  width: 150px;
}
.b-spam-filter__table tbody td.m-regular-expression {
  width: 180px;
}
.b-spam-filter .b-price-control__middle {
  width: auto;
  border: none;
}
.b-spam-filter .b-price-control__form {
  padding-top: 0;
}
.b-spam-filter .b-price-control__form label {
  margin-top: -14px;
}
.b-spam-filter .b-price-control__period {
  padding-bottom: 0;
  border-bottom: none;
}
.b-spam-filter__add-number {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 7px;
  transition: background-color 0.3s ease;
}
.b-spam-filter__add-number:hover {
  background-color: #c30000;
}

.b-statistic-refill__form {
  padding-top: 30px;
}
.b-statistic-refill__form .controls__inner {
  padding: 0 28px 0 0;
  height: 32px;
}
.b-statistic-refill__form .row + .row {
  margin-top: 14px;
}
.b-statistic-refill__form .row label {
  display: block;
  height: 14px;
  font: 10px/14px 'RobotoRegular';
  color: #848484;
}
.b-statistic-refill__form .row .controls {
  position: relative;
}
.b-statistic-refill__form .row .controls input[type=text] {
  height: 32px !important;
}
.b-statistic-refill__form .row .controls__inner:after {
  margin-left: -16px;
}
.b-statistic-refill__form .row .controls .chosen-container {
  width: 284px !important;
  float: left;
}
.b-statistic-refill__form .row .controls .b-datepicker__button {
  right: auto;
  left: 283px;
}
.b-statistic-refill__form .row .controls .js-date-control-wrap {
  float: left;
}
.b-statistic-refill__show {
  text-decoration: none;
  height: 36px;
  border-radius: 7px;
  padding: 0 20px;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  float: left;
  margin-left: 17px;
  transition: background-color 0.3s ease;
  background-color: #65b0e6;
}
.b-statistic-refill__show:hover {
  background-color: #5385b2;
}
.b-statistic-refill__table thead {
  color: #a3a3a3;
}
.b-statistic-refill__table tbody {
  color: #565656;
}
.b-statistic-refill__table tbody td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.b-statistic-refill__table tbody td.m-login {
  width: 55px;
}
.b-statistic-refill__table tbody td.m-login .b-table__tooltip-title {
  max-width: 55px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.b-statistic-refill__table tbody td.m-comment {
  width: 155px;
}
@media (min-width: 1200px) {
  .b-statistic-refill__table td.m-login {
    width: auto !important;
  }
  .b-statistic-refill__table td.m-login .b-table__tooltip-title {
    max-width: 300px !important;
  }
  .b-statistic-refill__table td.m-comment {
    width: auto!important;
  }
  .b-statistic-refill__table td.m-comment span {
    max-width: 300px !important;
  }
}

.b-overall-message-list {
  padding-top: 10px;
}
.b-overall-message-list .b-radio-group__title {
  margin-top: 0;
  letter-spacing: normal;
  color: #a3a3a3;
}
.b-overall-message-list .b-display-options {
  margin-top: 0;
}
.b-overall-message-list__table {
  color: #565656;
}
.b-overall-message-list__table thead {
  color: #a3a3a3;
}
.b-overall-message-list__table thead span {
  color: #65b0e6;
}
.b-overall-message-list__table tbody td span {
  color: #488dcc;
}
.b-overall-message-list__table tbody .b-table__comment {
  padding-right: 22px;
  position: relative;
}
@media (min-width: 1200px) {
  .b-overall-message-list__table .b-table__cell.m-text {
    width: auto !important;
    max-width: 300px !important;
  }
  .b-table__cell.m-sender .b-table__tooltip-title {
    width: auto !important;
    max-width: 200px !important;
  }
}

.b-republic {
  overflow: hidden;
  position: relative;
  padding-bottom: 12px;
}
.b-republic__flag {
  display: block;
  float: left;
  border: solid 2px #8c8c8c;
  border-radius: 2px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  min-width: 30px;
}
.b-republic__flag img {
  display: inline-block;
  vertical-align: top;
  border: none;
}
.b-republic__title {
  float: left;
  width: 90px;
  padding-left: 6px;
  color: #565656;
  font: 14px/16px 'RobotoBold';
  text-align: left;
}

.b-sent-messages {
  padding-top: 10px;
}
.b-sent-messages__left {
  float: left;
  width: 178px;
  border-right: solid 2px #e8e8e8;
}
.b-sent-messages__period {
  width: 160px;
  padding-bottom: 11px;
  border-bottom: solid 1px #e8e8e8;
}
.b-sent-messages__period label {
  display: block;
  cursor: pointer;
  border-radius: 7px;
}
.b-sent-messages__period label input[type=radio] {
  display: none;
}
.b-sent-messages__period label input[type=radio] + span {
  display: block;
  padding: 0 14px;
  color: #3a3a3a;
  letter-spacing: 0.03em;
  border-radius: 7px;
  transition: all 0.3s ease;
  font: 16px/37px 'RobotoRegular';
}
.b-sent-messages__period label input[type=radio] + span:hover {
  background: #ebebeb;
}
.b-sent-messages__period label input[type=radio]:checked + span {
  background: #d0d0d0;
}
.b-sent-messages__save {
  margin-top: 18px;
}
.b-sent-messages__save label {
  display: block;
  height: 14px;
  color: #848484;
  font: 10px/14px 'RobotoRegular';
}
.b-sent-messages__save .chosen-container {
  width: 160px !important;
  background-color: #65b0e6;
}
.b-sent-messages__save .chosen-container .chosen-single {
  color: #fff;
}
.b-sent-messages__middle {
  float: left;
  padding-left: 17px;
  width: 173px;
  border-right: solid 2px #e8e8e8;
}
.b-sent-messages__middle .chosen-container {
  width: 159px !important;
}
.b-sent-messages__filters .row + .row {
  padding-top: 15px;
}
.b-sent-messages__right {
  float: left;
  width: 292px;
  margin-left: 14px;
}
.b-sent-messages__right .b-radio-group__title {
  font: 14px/15px 'RobotoRegular';
  letter-spacing: 0.05em;
  padding-bottom: 3px;
  margin-top: 8px;
  color: #a3a3a3;
}
.b-sent-messages__right .b-radio-group__options .row {
  width: 145px;
  padding-top: 2px;
}
.b-sent-messages__form .row {
  position: relative;
}
.b-sent-messages__form .row label {
  display: block;
  position: absolute;
  height: 16px;
  left: 0;
  top: -16px;
  font: 10px/16px 'RobotoRegular';
}
.b-sent-messages__form .row + .row {
  margin-top: 20px;
}
.b-sent-messages__form .controls {
  position: relative;
}
.b-sent-messages__form .controls .controls__inner {
  padding: 0 9px 0 0;
  width: auto;
  height: 32px;
}
.b-sent-messages__form .controls .controls__inner:after {
  margin-left: -9px;
  top: 3px;
}
.b-sent-messages__form .controls .controls__inner:before {
  content: '';
  position: absolute;
  top: -2px;
  bottom: -2px;
  right: -29px;
  width: 40px;
  background: #fff;
}
.b-sent-messages__form .controls .controls__inner input[type=text] {
  height: 32px !important;
  font-size: 13px;
  padding: 0 5px!important;
}
.b-sent-messages__form .controls .controls__inner.m-active + button {
  opacity: 1;
}
.b-sent-messages__form .controls input[type=text] {
  width: 100%;
  display: block;
  padding: 0 35px 0 8px;
}
.b-sent-messages__form .controls input[type=text].m-show {
  float: left;
  width: 197px;
}
.b-sent-messages__form .controls a {
  display: block;
  float: left;
  text-decoration: none;
  border-radius: 7px;
  background-color: #65b0e6;
  color: #fff;
  font: 14px/36px 'RobotoRegular';
  margin-left: 17px;
  width: 78px;
  text-align: center;
  transition: opacity 0.3s ease-in-out, background-color 0.3s ease;
}
.b-sent-messages__form .controls a:hover {
  background-color: #548dba;
}
.b-sent-messages__form .controls.m-active a {
  opacity: 1;
}
.b-sent-messages__table {
  color: #565656;
}
.b-sent-messages__table thead {
  color: #a3a3a3;
}
.b-sent-messages__table thead span {
  color: #65b0e6;
}
.b-sent-messages__table tbody td span {
  color: #488dcc;
}

.b-stop-list__table .m-numbers {
  width: 550px;
}
.b-stop-list__table .m-select {
  text-align: center;
  width: 28px;
}
.b-stop-list__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-stop-list__table .m-select label input[type=checkbox] {
  display: none;
}
.b-stop-list__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-stop-list__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-stop-list__table thead {
  color: #a3a3a3;
}
.b-stop-list__table thead th.m-numbers {
  padding-right: 0;
}
.b-stop-list__table thead th.m-numbers > div {
  display: block;
  position: relative;
  width: 100%;
}
.b-stop-list__table tbody {
  color: #565656;
}
.b-stop-list__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-stop-list__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
.b-stop-list__table tbody td {
  padding: 12px 6px;
}
.b-stop-list__add-number {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 7px;
  transition: background-color 0.3s ease;
}
.b-stop-list__add-number:hover {
  background-color: #c30000;
}

.b-user-prices__table .m-select {
  text-align: center;
  width: 28px;
}
.b-user-prices__table .m-select label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  font-size: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.b-user-prices__table .m-select label input[type=checkbox] {
  display: none;
}
.b-user-prices__table .m-select label input[type=checkbox] + span {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 16px;
  background: url(../img/i/bg-checkbox.png) no-repeat -39px 0;
  background-size: cover;
}
.b-user-prices__table .m-select label input[type=checkbox]:checked + span {
  background-position: -20px 0;
}
.b-user-prices__table thead {
  color: #a3a3a3;
}
.b-user-prices__table tbody {
  color: #565656;
}
.b-user-prices__table tbody td.m-controls {
  width: 105px;
}
.b-user-prices__table tbody td.m-controls .b-table__cell-buttons {
  padding-left: 20px;
}
.b-user-prices__table tbody td.m-controls .b-table__cell-buttons .b-btn-ico + .b-btn-ico {
  margin-left: 15px;
}
.b-user-prices__table tbody .b-price-table__b {
  display: block;
}
.b-user-prices__table tbody td.m-comment {
  width: 132px;
}
.b-user-prices__table tbody td.m-direction {
  width: 105px;
}
.b-user-prices__table tbody tr.m-selected {
  background-color: #f1f1f1;
}
.b-user-prices__table tbody tr.m-selected:hover {
  background-color: #e4e4e4;
}
@media (min-width: 1200px) {
  .b-user-prices__table td.m-direction {
    width: auto !important;
    max-width: 150px;
  }
  .b-user-prices__table td.m-comment {
    width: 200px !important;
  }
  .b-user-prices__table td.m-comment span {
    max-width: 200px !important;
  }
}
@media (min-width: 1400px) {
  .b-user-prices__table td.m-comment {
    width: auto !important;
  }
  .b-user-prices__table td.m-comment span {
    max-width: 300px !important;
  }
}

.b-users__top {
  padding-top: 30px;
}
.b-users__top .b-display-options {
  float: left;
  margin-top: 0;
  padding-left: 17px;
}
.b-users__right {
  float: left;
  width: 292px;
  margin-left: 14px;
}
.b-users__form .row {
  position: relative;
}
.b-users__form .row label {
  display: block;
  position: absolute;
  height: 16px;
  left: 0;
  top: -16px;
  font: 10px/16px 'RobotoRegular';
}
.b-users__form .row + .row {
  margin-top: 20px;
}
.b-users__form .controls {
  position: relative;
}
.b-users__form .controls .chosen-container {
  width: 174px !important;
}
.b-users__form .controls input[type=text] {
  width: 100%;
  display: block;
  padding: 0 35px 0 8px;
}
.b-users__form .controls input[type=text].m-show {
  float: left;
  width: 197px;
}
.b-users__form .controls > a {
  display: block;
  float: left;
  text-decoration: none;
  border-radius: 7px;
  background-color: #65b0e6;
  color: #fff;
  transition: background-color 0.3s ease;
  font: 14px/36px 'RobotoRegular';
  margin-left: 17px;
  width: 78px;
  text-align: center;
}
.b-users__form .controls > a:hover {
  background-color: #548dba;
}
.b-users__form .select2-container {
  width: 160px;
}
.b-users__form .select2-container .select2-choice {
  width: 100%;
  margin-left: 0;
  transition: none;
  text-align: left;
  background-color: #d0d0d0;
  color: #000;
}
.b-users__add-new-user {
  display: block;
  text-decoration: none;
  background-color: #f00;
  color: #fff;
  font: 12px/20px 'RobotoRegular';
  height: 20px;
  border-radius: 7px;
  padding: 0 18px;
  transition: background-color 0.3s ease;
}
.b-users__add-new-user:hover {
  background-color: #c30000;
}
.b-users__table thead {
  color: #a3a3a3;
}
.b-users__table tbody {
  color: #565656;
}
.b-users__table tbody td > div a.owner {
  color: #0073de;
  transition: color 0.3s ease;
}
.b-users__table tbody td > div a.owner:hover {
  text-decoration: none;
  color: #0059ab;
}
.b-users__table tbody td.m-login {
  width: 52px;
}
.b-users__table tbody td.m-login > div {
  white-space: nowrap;
  max-width: 52px;
}
.b-users__table tbody td.m-crew {
  width: 60px;
}
.b-users__table tbody td.m-crew > div {
  white-space: nowrap;
  max-width: 60px;
}
.b-users__table tbody td.m-type {
  width: 48px;
}
.b-users__table tbody td.m-type > div {
  white-space: nowrap;
  max-width: 48px;
}
.b-users__table tbody td.m-owner {
  width: 55px;
}
.b-users__table tbody td.m-owner > div {
  white-space: nowrap;
  max-width: 55px;
}
.b-users__table tbody td.m-controls {
  width: 150px;
}
.b-users__table tbody td.m-controls .b-table__tooltip-content {
  width: 180px;
  margin-left: -90px;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.b-users__table tbody td.m-controls .b-table__tooltip-content > span {
  border-radius: 7px;
  background-color: #fff;
  width: auto;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.51);
  font: 14px/16px 'RobotoRegular';
  padding: 9px 12px;
  z-index: 15;
  color: #565656;
  display: inline-block;
  vertical-align: top;
}
.b-users__table tbody .b-table__tooltip-title {
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .b-users__table td.m-login {
    width: auto !important;
  }
  .b-users__table td.m-login > div {
    max-width: 100px!important;
  }
  .b-users__table td.m-login .b-table__tooltip-title {
    max-width: 100px !important;
  }
  .b-users__table td.m-crew {
    width: auto!important;
  }
  .b-users__table td.m-crew > div {
    max-width: 100px!important;
  }
  .b-users__table td.m-crew .b-table__tooltip-title {
    max-width: 100px !important;
  }
  .b-users__table td.m-type {
    width: auto!important;
  }
  .b-users__table td.m-type > div {
    max-width: 100px!important;
  }
  .b-users__table td.m-type .b-table__tooltip-title {
    max-width: 100px !important;
  }
  .b-users__table td.m-owner {
    width: auto!important;
  }
  .b-users__table td.m-owner > div {
    max-width: 100px!important;
  }
  .b-users__table td.m-owner .b-table__tooltip-title {
    max-width: 100px !important;
  }
}

td.warning_cascade{
  background-color: yellow;
}
.group .changed_bg {
  background-color: white;
}
.changed_bg {
  background: #e9ffe5;
}
.vert-spacer {
  display: block;
  height: 6px;
  width: 0;
}
.pay_way_icons {
  max-width: 42px;
  max-height: 42px;
}
.img_types_container {
  height: 42px
}
