/* Common Page Styles */
body {
  padding-top: 30px;
  /* 60px to make the container go all the way to the bottom of the top-bar */
  padding-left: 220px; }

a:focus {
  outline: none; }

.wrap {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  white-space: -moz-pre-wrap !important;
  white-space: -hp-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  word-wrap: break-word; }

.tab-content {
  overflow-x: hidden; }

label.error-label {
  font-size: 11px;
  color: #FA450C;
  text-align: left;
  padding-left: 10px;
  line-height: 14px; }

.photo-loader-container {
  position: relative;
  overflow: hidden;
  width: auto;
  float: right; }

.modal-body {
  max-height: 400px; }

.uploaded-photo-preview {
  height: 100px;
  width: 150px; }
  .uploaded-photo-preview img {
    max-width: none; }

.photo-loader-input-container {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative; }

.img-polaroid {
  display: inline-block; }

.dropdown-btn {
  border-left: 1px solid #DDDDDD;
  display: block;
  height: 17px;
  padding-left: 10px;
  position: absolute;
  right: 15px;
  top: 12px;
  cursor: pointer; }

.nav-tabs > .dropdown-icon > a {
  padding-right: 58px; }

.dropdown-btn i, .dropdown-btn b {
  position: relative;
  top: -2px;
  opacity: 0.7; }

.open .dropdown-btn i {
  opacity: 1; }

.nav-tabs .open.dropdown-icon .dropdown-toggle, .nav-pills .open.dropdown-icon .dropdown-toggle {
  background-color: inherit;
  border-color: #DDDDDD;
  border-bottom-color: #FFFFFF;
  color: #555555; }

.nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.dropdown-icon.active > a:focus {
  background-color: inherit;
  border-color: #DDDDDD;
  border-bottom-color: #FFFFFF;
  color: #555555; }

.nav li.dropdown.open.dropdown-icon .caret, .nav .dropdown-icon .dropdown-toggle .caret {
  opacity: 1;
  border-bottom-color: #555555;
  border-top-color: #555555; }

.nav li.dropdown.open.active.dropdown-icon .caret {
  opacity: 1;
  border-bottom-color: #555555;
  border-top-color: #555555; }

.nav li.dropdown.open.dropdown-icon a:hover .caret, .nav li.dropdown.open.dropdown-icon a:focus .caret {
  opacity: 1;
  border-bottom-color: #555555;
  border-top-color: #555555; }

.photo-element {
  width: 180px;
  height: 180px;
  word-wrap: break-word; }

.photo-element-text {
  margin: 0 auto;
  max-width: 180px;
  word-wrap: break-word; }

.btn.btn-mini i {
  opacity: 0.5; }

.btn.btn-mini.active i {
  opacity: 1; }

@media (min-width: 768px) {
  .comp-select2-width-fix {
    width: 284px; } }

.pic-item {
  margin-bottom: 10px; }

.full-size {
  min-width: 100%; }

.select2-container .select2-focusser {
  height: 1px;
  padding: 0;
  margin: 0; }

.small-img {
  width: 50px;
  height: 50px; }

.table-fixed, .general-users-table {
  table-layout: fixed; }

.table-fixed th, .table-fixed td {
  /*overflow: hidden; */
  word-wrap: break-word; }

.general-users-table th, .general-users-table td {
  /*overflow: hidden; */
  word-wrap: break-word; }

.modal.modal-bigpic {
  width: 600px;
  margin-left: -300px;
  position: fixed; }
  .modal.modal-bigpic img {
    min-width: 100%; }

.table > thead > tr > th {
  cursor: pointer; }

.navbar-fixed-top {
  left: 0;
  right: inherit;
  top: 0;
  width: 220px;
  bottom: 0;
  background: #333333;
  overflow: auto; }
  .navbar-fixed-top .navbar-inner {
    background: #333333;
    border: none;
    box-shadow: none; }

.navbar.navbar-fixed-top .nav {
  float: none;
  margin: 0; }
  .navbar.navbar-fixed-top .nav > li {
    float: none; }

.navbar-fixed-top .brand {
  float: none;
  overflow: hidden;
  margin-left: 0;
  text-align: left;
  background: #0088cc;
  text-shadow: none;
  color: #FFFFFF;
  position: relative;
  padding-right: 40px; }

.brand a {
  color: #FFFFFF; }
  .brand a:hover {
    text-decoration: none; }

.brand .fa-bars {
  width: 50px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background: #333333;
  line-height: 40px;
  font-size: 18px; }

.navbar.navbar-fixed-top .nav > li > a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .navbar.navbar-fixed-top .nav > li > a:hover {
    background: rgba(0, 0, 0, 0.1); }
  .navbar.navbar-fixed-top .nav > li > a.active {
    background: rgba(0, 0, 0, 0.2); }
  .navbar.navbar-fixed-top .nav > li > a i {
    margin-right: 12px;
    text-align: center;
    width: 14px; }

.navbar.navbar-fixed-top .dropdown .collapse {
  margin: 0;
  background: rgba(0, 0, 0, 0.2);
  border-left: 2px solid #0088cc; }

.navbar.navbar-fixed-top .collapse > li > a {
  display: block;
  color: #999999;
  padding: 6px 15px 6px 45px;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
  .navbar.navbar-fixed-top .collapse > li > a:hover {
    color: #FFFFFF;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.1); }

.navbar.navbar-fixed-top ul > li > a > .caret {
  border-top: 4px solid #999999;
  position: absolute;
  right: 15px; }

.container {
  padding: 0 20px;
  width: inherit; }

@media (max-width: 1400px) {
  body {
    padding-left: 0;
    padding-top: 60px; }
  .navbar.navbar-inverse {
    overflow: hidden;
    height: 40px;
    bottom: inherit; }
    .navbar.navbar-inverse.active {
      height: auto;
      bottom: 0;
      overflow: auto; }
  .brand .fa-bars {
    cursor: pointer; } }

@media (max-width: 979px) {
  body {
    padding-top: 60px; }
  .navbar-fixed-top {
    position: fixed;
    margin-bottom: 0; }
    .navbar-fixed-top .navbar-inner {
      padding: 0; }
  .navbar .brand {
    margin: 0; } }

.predefined-list li {
  position: relative;
  padding-right: 100px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .predefined-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .predefined-list li p {
    margin-bottom: 0; }
  .predefined-list li .btn {
    position: absolute;
    right: 0;
    top: 0; }

.actions-list a {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #eeeeee;
  border-radius: 4px;
  margin-right: 1px;
  margin-bottom: 5px;
  color: #333333; }
  .actions-list a.disabled:hover {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #eeeeee;
    border-radius: 4px;
    margin-right: 1px;
    margin-bottom: 5px;
    color: #333333; }
  .actions-list a.disabled i {
    opacity: 0.2; }
  .actions-list a:active, .actions-list a:hover {
    background: #DDDDDD; }

.blue-bg td {
  background: #e2f5ff !important; }

.red-bg td {
  background: #ffe2e2 !important; }

.yellow-bg > td {
  background: #fff4d0 !important; }

.green-bg > td {
  background: #d3ffd0 !important; }

#ui-datepicker-div {
  z-index: 10000; }

.status {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #999999;
  border-radius: 12px;
  /*margin-bottom: -2px; */ }
  .status.status-green {
    background: #64BD63;
    border: 2px solid black; }
  .status.status-orange {
    background: #FFA734;
    border: 2px solid black; }
  .status.status-red {
    background: #FA450C;
    border: 2px solid black; }

.btn-group .btn-with-icon {
  position: absolute;
  right: 0;
  top: 0; }

.btn-group-with-icon {
  padding-right: 38px;
  position: relative; }

.btn.text-left {
  text-align: left !important; }

.icons-stat {
  display: block;
  text-align: right;
  margin-bottom: -5px;
  margin-top: -2px; }
  .icons-stat i {
    color: #999999; }

.day-waiting {
  margin-bottom: 10px;
  border-radius: 5px; }

.days-category {
  margin: 2px 5px;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  background: #f2f2f2; }

.day-waiting .status {
  position: relative;
  top: 3px; }

table .list-language {
  float: left;
  margin-right: 10px; }

.list-language > li {
  display: inline-block; }

.list-language .dropdown-menu {
  left: auto;
  right: 0;
  min-width: 60px; }

select.form-control.regType, select.form-control.forTest {
  width: 80px; }

select.form-control.country {
  width: 150px; }

select.form-control.level {
  width: 130px; }

img.scamphoto {
  border: 5px solid #FA450C;
  margin-bottom: 5px; }

#activeElement {
  color: #FFFFFF; }

.filter-box {
  padding: 15px; }
  .filter-box .datepicker {
    max-width: 120px; }
  .filter-box .comp-select2 {
    margin-bottom: 0; }
  .filter-box .select2-container-multi .select2-choices {
    font-size: 14px;
    line-height: 20px;
    color: #555555;
    border-radius: 4px;
    border-color: #cccccc; }
    .filter-box .select2-container-multi .select2-choices .select2-search-field input {
      padding: 0; }
  .filter-box .controls {
    position: relative; }

.remove-field, .filter-box .clear {
  position: absolute;
  right: 55px;
  z-index: 111;
  top: 7px;
  font: normal normal normal 15px/1 FontAwesome;
  cursor: pointer;
  color: #333333; }

.remove-field:before, .filter-box .clear:before {
  content: "\f00d"; }

#sticky.stick {
  position: fixed;
  top: 2px;
  right: 2px;
  left: 222px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

.center-label {
  display: block;
  text-align: center;
  font-weight: bold; }

.table-striped th {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 16px; }

.quarantine-modal {
  width: 600px;
  margin-left: 0;
  transform: translateX(-50%); }
  .quarantine-modal .filter-box {
    padding: 0;
    overflow: hidden; }
  .quarantine-modal .input-large {
    width: 100%; }
  .quarantine-modal .remove-field {
    right: 10px; }

.quarantine-test {
  padding: 15px;
  margin-bottom: 15px;
  background: #f2f2f2;
  border-radius: 5px; }

.error {
  border: 1px solid #FA450C !important; }

.modal input, .modal select {
  width: 100%; }

.select2-container .select2-choice {
  height: 30px;
  line-height: 30px; }

.modal input[type="checkbox"] {
  width: auto; }

.quarantine-test select {
  width: 100%; }

select, textarea {
  height: 30px; }

input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  height: 30px; }

.uneditable-input {
  height: 30px; }

select[multiple], select[size] {
  height: 30px; }

.filter-box {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  margin-top: 15px; }

.list-locales {
  list-style: none;
  margin: 0 0 10px 0; }

.mobile-message-dialog .btn i {
  position: relative;
  top: 7px;
  text-shadow: none; }
  .mobile-message-dialog .btn i + i {
    margin-left: 30px; }

.mobile-message-dialog .dropdown-group i {
  top: 14px; }

.mobile-message-dialog .dropdown-group .ico-skull {
  top: 0; }

.tooltip-arrow-left + .tooltip > .tooltip-arrow {
  left: 10px !important;
  margin-left: 0; }

.agent-messages {
  margin-bottom: 10px; }

.navbar-inner li {
  display: block; }

.dropdown-menu-right {
  right: 0;
  left: auto; }
  .dropdown-menu-right.dropdown-menu li > .dropdown-toggle {
    padding: 0; }

.landingPageTableBody tr td:nth-child(1) {
  white-space: nowrap; }

.landingPageTableBody .alias-name {
  width: 100px;
  margin-left: 5px;
  margin-bottom: 0; }

.modal button.close {
  top: 0;
  right: 0;
  opacity: 1;
  font-size: 33px;
  line-height: 1;
  position: absolute;
  box-shadow: none;
  outline: none;
  text-shadow: none;
  color: #FFFFFF;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 9px 7px;
  border-radius: 0 5px 0 0; }

.wrapper-content {
  margin: 50px 0; }

.profile-box .ava-box {
  position: relative;
  display: inline-block; }

.photo-count {
  background: rgba(38, 38, 38, 0.9);
  position: absolute;
  bottom: 2px;
  left: 2px;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  padding: 0 5px;
  display: block;
  border-radius: 5px;
  color: #FFFFFF; }
  .photo-count i {
    font-size: 13px;
    margin-right: 3px;
    margin-left: 3px; }

.photo-count-private {
  bottom: 24px;
  background: rgba(241, 169, 33, 0.9); }

.profile-box .ava-box img {
  max-height: 130px; }

.data-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: -10px; }
  .data-list li {
    line-height: 30px;
    margin-top: 10px; }
    .data-list li:nth-child(2n+1) {
      text-align: right;
      float: left;
      width: 40%; }
    .data-list li:nth-child(2n+2) {
      float: left;
      width: 60%; }
  .data-list .form-control {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 5px 10px; }
  .data-list .label {
    background: transparent;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 15px;
    color: #333333;
    text-shadow: none;
    padding-top: 9px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.form-md {
  height: 30px;
  line-height: 30px;
  width: 100%; }

.action-links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: right; }
  .action-links li {
    display: block;
    margin-bottom: 10px; }
    .action-links li + li {
      margin-left: 10px; }
    .action-links li a, .action-links li span {
      font-size: 20px;
      color: #0088cc; }

.profile-box {
  margin-bottom: 20px;
  background: #f2f2f2;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px; }

.data-list .form-inline .form-control {
  width: 43%; }
  .data-list .form-inline .form-control + .form-control {
    margin-left: 11%; }

.data-list .select2-container {
  padding: 0;
  border: none; }

.select2-container-multi .select2-choices {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #FFFFFF !important; }
  .select2-container-multi .select2-choices .select2-search-choice {
    width: auto;
    height: auto; }

.select2-container-multi .select2-search-choice-close {
  top: 2px; }

.modal button.close {
  background: transparent;
  color: #000000;
  font-size: 25px; }

.form-external .span4 {
  width: 285px; }

.form-external .btn[class*="span"] {
  margin-left: 0;
  margin-bottom: 10px; }

.form-external .textarea-xlarge {
  resize: none;
  min-height: 150px;
  width: 100%; }

.table-row-bg tbody tr td:nth-child(1) {
  background: #DDDDDD;
  font-weight: bold; }

.text-danger {
  color: #FA450C; }
  .text-danger select {
    color: #FA450C; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.carousel-control {
  top: 50%; }

.carousel-indicators {
  top: 100%;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  margin: 10px 0 0; }
  .carousel-indicators li {
    border: 1px solid #cccccc; }
  .carousel-indicators .active {
    background: #cccccc;
    border-color: #cccccc; }

.carousel-caption {
  background: transparent;
  text-align: center; }
  .carousel-caption p {
    background: rgba(38, 38, 38, 0.9);
    font-size: 13px;
    line-height: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block; }
    .carousel-caption p.privqate {
      background: rgba(241, 169, 33, 0.9); }
  .carousel-caption.album-select {
    padding-top: 0;
    padding-bottom: 0; }
    .carousel-caption.album-select input {
      width: auto;
      margin-top: -6px; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #DDDDDD; }
    .table-responsive .table {
      margin-bottom: 0; }
      .table-responsive .table thead > tr > th, .table-responsive .table tbody > tr > th, .table-responsive .table tfoot > tr > th, .table-responsive .table thead > tr > td, .table-responsive .table tbody > tr > td, .table-responsive .table tfoot > tr > td {
        white-space: nowrap; }
      .table-responsive .table .table-bordered {
        border: 0; }
        .table-responsive .table .table-bordered thead > tr > th:first-child, .table-responsive .table .table-bordered tbody > tr > th:first-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child, .table-responsive .table .table-bordered thead > tr > td:first-child, .table-responsive .table .table-bordered tbody > tr > td:first-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child {
          border-left: 0; }
          .table-responsive .table .table-bordered thead > tr > th:first-child thead > tr > th:last-child, .table-responsive .table .table-bordered thead > tr > th:first-child tbody > tr > th:last-child, .table-responsive .table .table-bordered thead > tr > th:first-child tfoot > tr > th:last-child, .table-responsive .table .table-bordered thead > tr > th:first-child thead > tr > td:last-child, .table-responsive .table .table-bordered thead > tr > th:first-child tbody > tr > td:last-child, .table-responsive .table .table-bordered thead > tr > th:first-child tfoot > tr > td:last-child, .table-responsive .table .table-bordered tbody > tr > th:first-child thead > tr > th:last-child, .table-responsive .table .table-bordered tbody > tr > th:first-child tbody > tr > th:last-child, .table-responsive .table .table-bordered tbody > tr > th:first-child tfoot > tr > th:last-child, .table-responsive .table .table-bordered tbody > tr > th:first-child thead > tr > td:last-child, .table-responsive .table .table-bordered tbody > tr > th:first-child tbody > tr > td:last-child, .table-responsive .table .table-bordered tbody > tr > th:first-child tfoot > tr > td:last-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child thead > tr > th:last-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child tbody > tr > th:last-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child tfoot > tr > th:last-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child thead > tr > td:last-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child tbody > tr > td:last-child, .table-responsive .table .table-bordered tfoot > tr > th:first-child tfoot > tr > td:last-child, .table-responsive .table .table-bordered thead > tr > td:first-child thead > tr > th:last-child, .table-responsive .table .table-bordered thead > tr > td:first-child tbody > tr > th:last-child, .table-responsive .table .table-bordered thead > tr > td:first-child tfoot > tr > th:last-child, .table-responsive .table .table-bordered thead > tr > td:first-child thead > tr > td:last-child, .table-responsive .table .table-bordered thead > tr > td:first-child tbody > tr > td:last-child, .table-responsive .table .table-bordered thead > tr > td:first-child tfoot > tr > td:last-child, .table-responsive .table .table-bordered tbody > tr > td:first-child thead > tr > th:last-child, .table-responsive .table .table-bordered tbody > tr > td:first-child tbody > tr > th:last-child, .table-responsive .table .table-bordered tbody > tr > td:first-child tfoot > tr > th:last-child, .table-responsive .table .table-bordered tbody > tr > td:first-child thead > tr > td:last-child, .table-responsive .table .table-bordered tbody > tr > td:first-child tbody > tr > td:last-child, .table-responsive .table .table-bordered tbody > tr > td:first-child tfoot > tr > td:last-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child thead > tr > th:last-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child tbody > tr > th:last-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child tfoot > tr > th:last-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child thead > tr > td:last-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child tbody > tr > td:last-child, .table-responsive .table .table-bordered tfoot > tr > td:first-child tfoot > tr > td:last-child {
            border-right: 0; }
          .table-responsive .table .table-bordered thead > tr > th:first-child tbody > tr:last-child > th, .table-responsive .table .table-bordered thead > tr > th:first-child tfoot > tr:last-child > th, .table-responsive .table .table-bordered thead > tr > th:first-child tbody > tr:last-child > td, .table-responsive .table .table-bordered thead > tr > th:first-child tfoot > tr:last-child > td, .table-responsive .table .table-bordered tbody > tr > th:first-child tbody > tr:last-child > th, .table-responsive .table .table-bordered tbody > tr > th:first-child tfoot > tr:last-child > th, .table-responsive .table .table-bordered tbody > tr > th:first-child tbody > tr:last-child > td, .table-responsive .table .table-bordered tbody > tr > th:first-child tfoot > tr:last-child > td, .table-responsive .table .table-bordered tfoot > tr > th:first-child tbody > tr:last-child > th, .table-responsive .table .table-bordered tfoot > tr > th:first-child tfoot > tr:last-child > th, .table-responsive .table .table-bordered tfoot > tr > th:first-child tbody > tr:last-child > td, .table-responsive .table .table-bordered tfoot > tr > th:first-child tfoot > tr:last-child > td, .table-responsive .table .table-bordered thead > tr > td:first-child tbody > tr:last-child > th, .table-responsive .table .table-bordered thead > tr > td:first-child tfoot > tr:last-child > th, .table-responsive .table .table-bordered thead > tr > td:first-child tbody > tr:last-child > td, .table-responsive .table .table-bordered thead > tr > td:first-child tfoot > tr:last-child > td, .table-responsive .table .table-bordered tbody > tr > td:first-child tbody > tr:last-child > th, .table-responsive .table .table-bordered tbody > tr > td:first-child tfoot > tr:last-child > th, .table-responsive .table .table-bordered tbody > tr > td:first-child tbody > tr:last-child > td, .table-responsive .table .table-bordered tbody > tr > td:first-child tfoot > tr:last-child > td, .table-responsive .table .table-bordered tfoot > tr > td:first-child tbody > tr:last-child > th, .table-responsive .table .table-bordered tfoot > tr > td:first-child tfoot > tr:last-child > th, .table-responsive .table .table-bordered tfoot > tr > td:first-child tbody > tr:last-child > td, .table-responsive .table .table-bordered tfoot > tr > td:first-child tfoot > tr:last-child > td {
            border-bottom: 0; } }

.select-sm {
  width: 80px;
  font-size: 13px; }

.first-td-sm thead tr td:nth-child(1), .first-td-sm tbody tr td:nth-child(1) {
  font-size: 12px; }

.text-black {
  color: rgba(41, 2, 5, 0.98); }
  .text-black select {
    color: rgba(41, 2, 5, 0.98); }

.btn-box {
  padding-bottom: 15px; }
  .btn-box .btn + .btn {
    margin-left: 15px; }

.virtual-providers {
  margin-bottom: 10px; }

.error-text {
  color: #FA450C;
  font-size: 11px;
  line-height: 0;
  margin-bottom: 15px;
  display: block; }

pre {
  font-family: "Open Sans", sans-serif; }

.expanded-phrases-textarea {
  width: 100%;
  min-height: 110px; }

/*# sourceMappingURL=common.sass */