#widget-dashboard-report-statistic h3 {
  line-height: 20px;
}
#widget-dashboard-report-statistic i.small {
  font-size: 27px;
}
#widget-dashboard-report-statistic p.custom-box-width {
  max-width: 215px;
}

#widget-dashboard-coverage-statistic .coverage-stat {
  margin: 0;
}
#widget-dashboard-coverage-statistic .coverage-stat h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
#widget-dashboard-coverage-statistic .coverage-stat > div {
  padding: 7px 9px;
  overflow: hidden;
  border-right: 1px solid #DADADA !important;
  border-bottom: 1px solid #DADADA !important;
}
#widget-dashboard-coverage-statistic .coverage-stat .just-gauge {
  height: 95px;
}
@media (max-width: 767px) {
  #widget-dashboard-coverage-statistic .coverage-stat > div {
    border-bottom: 1px solid #DADADA !important;
  }
  #widget-dashboard-coverage-statistic .coverage-stat > div:last-child {
    border-bottom: none !important;
  }
}

#widget-dashboard-reports-by-countries .widget-toolbar .onoffswitch {
  width: 194px;
}
#widget-dashboard-reports-by-countries .widget-toolbar .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0;
}
#widget-dashboard-reports-by-countries .widget-toolbar .onoffswitch-switch {
  right: 176px;
}
#widget-dashboard-reports-by-countries .widget-toolbar .onoffswitch-checkbox + .onoffswitch-label .onoffswitch-switch:before, #widget-dashboard-reports-by-countries .widget-toolbar .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch:before {
  content: "";
  color: #57889c;
}

.link-button.lock {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-lock.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.lock:hover {
  background-image: url("/images/ic-lock-over.svg");
}
.link-button.lock:active, .link-button.lock.active {
  background-image: url("/images/ic-lock-down.svg");
}

.link-button.unlock {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-unlock.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.unlock:hover {
  background-image: url("/images/ic-unlock-over.svg");
}
.link-button.unlock:active, .link-button.unlock.active {
  background-image: url("/images/ic-unlock-down.svg");
}

.link-button.data {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-stat.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.data:hover {
  background-image: url("/images/ic-stat-over.svg");
}
.link-button.data:active, .link-button.data.active {
  background-image: url("/images/ic-stat-down.svg");
}

.link-button.view {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-view.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.view:hover {
  background-image: url("/images/ic-view-over.svg");
}
.link-button.view:active, .link-button.view.active {
  background-image: url("/images/ic-view-down.svg");
}

.link-button.update {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-edit.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.update:hover {
  background-image: url("/images/ic-edit-over.svg");
}
.link-button.update:active, .link-button.update.active {
  background-image: url("/images/ic-edit-down.svg");
}

.link-button.delete {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-delete.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.delete:hover {
  background-image: url("/images/ic-delete-over.svg");
}
.link-button.delete:active, .link-button.delete.active {
  background-image: url("/images/ic-delete-down.svg");
}

.link-button.delete-custom {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("/images/ic-delete.svg") no-repeat center center;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-button.delete-custom:hover {
  background-image: url("/images/ic-delete-over.svg");
}
.link-button.delete-custom:active, .link-button.delete-custom.active {
  background-image: url("/images/ic-delete-down.svg");
}

.link-button .fa {
  width: 24px;
  height: 24px;
  color: #5F6482;
  display: inline-block;
  font-size: 24px;
  margin: 0 2px;
}
.link-button .fa:hover {
  color: #BBBDC9;
}
.link-button .fa:active {
  color: #FC5D5D;
}

.action-links {
  text-align: right;
  white-space: nowrap;
}

.dataTables_wrapper {
  overflow: hidden;
}
.dataTables_wrapper table tr th.action-links {
  text-align: left;
}
.dataTables_wrapper table tr th.deal-status-select {
  text-align: left;
}
.dataTables_wrapper table tr td {
  line-height: 26px;
  padding-bottom: 2px;
}
.dataTables_wrapper table tr td.deal-status-select {
  padding-top: 5px;
}

.dataTables_scrollHead table thead tr th.check-control {
  min-width: 13px;
}

.datatable_block ::-webkit-scrollbar, .dataTables_wrapper ::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 12px;
}
.datatable_block ::-webkit-scrollbar-thumb, .dataTables_wrapper ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.dt-toolbar .toolbar {
  padding: 2px 5px 5px 5px;
}
.dt-toolbar .toolbar.text-right button {
  margin-right: 10px;
}
.dt-toolbar .toolbar .btn-group button.btn {
  font-size: 1em;
}

div.dataTables_info {
  font-weight: normal;
  font-size: 12px;
  font-style: normal;
}

.dataTables_processing {
  padding-bottom: 45px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTable tbody .details-control:before {
  color: #195e93;
}
.dataTable tbody .shown .details-control:before {
  color: #195e93;
}

.deal-status-select {
  text-align: center;
  width: 130px;
}

div.dataTables_filter label {
  float: none;
}

div.ColVis {
  float: none;
  display: inline-block;
}

ul.ColVis_collection {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  width: auto;
  max-width: none;
  max-height: 276px;
  overflow-y: auto !important;
  padding: 0;
}

div.ColVis_collectionBackground {
  background-color: #ffffff !important;
}

ul.ColVis_collection li {
  padding: 6px 8px;
  border: none;
  box-shadow: none;
  background: #ffffff;
  margin: 0;
  border-radius: 0;
}
ul.ColVis_collection li:hover {
  background: #3276b1;
  border: none;
  box-shadow: none;
  color: #ffffff !important;
}
ul.ColVis_collection li input, ul.ColVis_collection li input + span {
  opacity: 0.6;
}
ul.ColVis_collection li input:checked, ul.ColVis_collection li input:checked + span {
  opacity: 1;
}

.jarviswidget header h2.big {
  font-size: 18px;
  font-weight: 300;
}
.jarviswidget header h2.uppercase {
  text-transform: uppercase;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline !important;
}

#divSmallBoxes a {
  color: white;
  text-decoration: underline;
}
#divSmallBoxes a:visited, #divSmallBoxes a:hover {
  text-decoration: underline;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
  float: left;
}
div.dataTables_wrapper div.dataTables_filter label {
  display: inline;
}
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0;
}
div.dataTables_wrapper div.dataTables_filter input[type=search] {
  height: 30px;
}
div.dataTables_wrapper div.dataTables_filter input[type=checkbox] {
  width: auto;
  margin-right: 4px;
}
div.dataTables_wrapper div.dataTables_filter .input-group-addon {
  height: 30px;
}
div.dataTables_wrapper div.dataTables_filter .column-visibility-wrapper {
  display: inline-block;
  margin-left: 12px;
}
div.dataTables_wrapper div.dataTables_filter .column-visibility-wrapper button {
  padding: 5px 6px 5px 8px;
}
div.dataTables_wrapper div.dataTables_filter .column-visibility-wrapper button .count {
  vertical-align: top;
  display: inline-block;
  padding-top: 1px;
  font-size: 11px;
  color: gray;
}
div.dataTables_wrapper div.dataTables_filter .column-visibility-wrapper button .caret {
  margin-left: 4px;
  display: inline-block;
  padding-top: 1px;
}
div.dataTables_wrapper div.dataTables_filter .column-visibility-wrapper .dropdown-menu {
  min-width: 194px;
}
div.dataTables_wrapper div.dataTables_filter .column-visibility-wrapper .dropdown-menu li {
  padding: 4px 8px;
}

div.dataTables_paginate {
  padding: 0;
}
div.dataTables_paginate .pagination {
  margin: 2px 0;
  white-space: nowrap;
}
div.dataTables_paginate .pagination:first-child button.mdl-button {
  margin-left: -1px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
div.dataTables_paginate .pagination:last-child button.mdl-button {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
div.dataTables_paginate .pagination button.mdl-button {
  display: inline;
  color: #337AB7;
  background-color: #FFF;
  border: 1px solid #DDD;
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
div.dataTables_paginate .pagination button.mdl-button.mdl-button--raised {
  z-index: 3;
  color: #FFF;
  background-color: #337AB7;
  border-color: #285f8f;
}
div.dataTables_paginate .pagination button.disabled {
  color: #999;
  cursor: not-allowed;
}

.dt-toolbar .toolbar .btn-toolbar {
  display: inline-block;
  margin-right: 15px;
}

.dataTables_length label {
  margin-top: 4px;
  margin-bottom: 4px;
}

.dataTable thead tr th {
  border-bottom-color: #337AB7;
}
.dataTable thead tr th.sorting_asc:before, .dataTable thead tr th.sorting_asc:after, .dataTable thead tr th.sorting_desc:before, .dataTable thead tr th.sorting_desc:after, .dataTable thead tr th.sorting:before, .dataTable thead tr th.sorting:after {
  content: none;
}

body::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
}

body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

body #left-panel {
  background: linear-gradient(to right, #175788 100%, #175788 35%);
}
body #ribbon {
  background: #195e93;
}

#left-panel ul li {
  white-space: nowrap;
}
#left-panel ul li span {
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
  overflow: hidden;
  margin: 0 0 -4px 0;
}

.minifyme {
  background-color: #3756a9;
}

.login-info {
  border-bottom: 1px solid #2e4589;
}
.login-info a {
  line-height: 25px;
}

.minified nav > ul > li {
  border-bottom: 1px solid #2e4589;
  border-top: 1px solid #202a55;
}
.minified nav > ul > li span {
  max-width: 200px !important;
}

.page-title {
  margin: 10px 0 16px;
}

body.login {
  background-color: #3276b1;
}
body.login i.loading-indicator {
  color: #3276b1;
  font-size: 18px;
}
body.login .login-action, body.login .forgot-password-action, body.login .verify-code-action, body.login .error-block {
  background: #FFF;
  box-shadow: 0 0 12px 0 rgba(50, 53, 75, 0.39);
  position: absolute;
  color: #26396b;
  top: 50%;
  left: 50%;
  padding: 20px;
  width: 500px;
  min-height: 256px;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.login .login-action h1, body.login .forgot-password-action h1, body.login .verify-code-action h1, body.login .error-block h1 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
body.login .login-action .btn.login, body.login .forgot-password-action .btn.login, body.login .verify-code-action .btn.login, body.login .error-block .btn.login {
  width: 220px;
  height: 32px;
  border: none;
  outline: none;
  border-radius: 100px;
  background-image: linear-gradient(to top, #fc5454, #ff897d);
  box-shadow: 0 1px 2px 0 rgba(252, 99, 94, 0.3);
  color: #FFF;
  text-transform: uppercase;
}
body.login .login-action a.restore-password, body.login .forgot-password-action a.restore-password, body.login .verify-code-action a.restore-password, body.login .error-block a.restore-password {
  color: #2E3B4C;
  text-decoration: underline;
  line-height: 32px;
  font-weight: 400;
}
body.login .login-action a.restore-password:active, body.login .login-action a.restore-password:visited, body.login .login-action a.restore-password:focus, body.login .forgot-password-action a.restore-password:active, body.login .forgot-password-action a.restore-password:visited, body.login .forgot-password-action a.restore-password:focus, body.login .verify-code-action a.restore-password:active, body.login .verify-code-action a.restore-password:visited, body.login .verify-code-action a.restore-password:focus, body.login .error-block a.restore-password:active, body.login .error-block a.restore-password:visited, body.login .error-block a.restore-password:focus {
  color: #26396b;
}
body.login .login-action .separator, body.login .forgot-password-action .separator, body.login .verify-code-action .separator, body.login .error-block .separator {
  border-bottom: 1px solid #EEEFF1;
  margin: 20px 0;
}
body.login .login-action .form-group.has-error input[type=text], body.login .login-action .form-group.has-error input[type=password], body.login .forgot-password-action .form-group.has-error input[type=text], body.login .forgot-password-action .form-group.has-error input[type=password], body.login .verify-code-action .form-group.has-error input[type=text], body.login .verify-code-action .form-group.has-error input[type=password], body.login .error-block .form-group.has-error input[type=text], body.login .error-block .form-group.has-error input[type=password] {
  border-color: #fc5c5c;
}
body.login .login-action input[type=text], body.login .login-action input[type=password], body.login .forgot-password-action input[type=text], body.login .forgot-password-action input[type=password], body.login .verify-code-action input[type=text], body.login .verify-code-action input[type=password], body.login .error-block input[type=text], body.login .error-block input[type=password] {
  border-color: #EEEFF1;
}
body.login .login-action .error-summary ul, body.login .forgot-password-action .error-summary ul, body.login .verify-code-action .error-summary ul, body.login .error-block .error-summary ul {
  margin-bottom: 0;
  padding-left: 14px;
}
body.login .login-action .error-summary, body.login .forgot-password-action .error-summary, body.login .verify-code-action .error-summary, body.login .error-block .error-summary {
  background-color: #DEDFE5;
  border-radius: 1px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 9px;
  margin-bottom: 20px;
}
body.login .login-action .error-summary:before, body.login .forgot-password-action .error-summary:before, body.login .verify-code-action .error-summary:before, body.login .error-block .error-summary:before {
  font-family: "FontAwesome";
  content: "\f06a";
  font-size: 24px;
  color: #fc5c5c;
  text-shadow: none;
  margin-right: 6px;
}
body.login .login-action .error-summary ul, body.login .forgot-password-action .error-summary ul, body.login .verify-code-action .error-summary ul, body.login .error-block .error-summary ul {
  margin-left: 10px;
}
body.login .login-action .error-summary ul li, body.login .forgot-password-action .error-summary ul li, body.login .verify-code-action .error-summary ul li, body.login .error-block .error-summary ul li {
  font-size: 13px;
  color: #fc5c5c;
  text-decoration: none;
  text-shadow: none;
  font-weight: normal;
  letter-spacing: normal;
}
body.login .forgot-password-action, body.login .verify-code-action {
  min-height: 214px;
}
body.login .error-block {
  min-height: auto;
}
body.login .verify-code-action {
  width: 530px;
}
body.login .verify-code-action input {
  outline: none;
}
body.login .verify-code-action input:focus {
  box-shadow: none;
}
body.login .verify-code-action .field-verifycodeform-token {
  display: none;
}
body.login .verify-code-action input[type=text] {
  outline: none;
  max-width: 58px;
  margin-right: 10px;
  text-align: center;
}
body.login .verify-code-action input[type=text].no-right-margin {
  margin-right: 0;
}

.kv-alert-title {
  top: 3px;
}

#doorbell-button {
  display: none;
}

#nps-value-0 {
  display: none;
}

#doorbell-close {
  z-index: 10000;
}

#doorbell-email {
  display: none !important;
}

.number-10 {
  font-size: 10px !important;
}

.number-11 {
  font-size: 11px !important;
}

.number-12 {
  font-size: 12px !important;
}

.number-13 {
  font-size: 13px !important;
}

.number-14 {
  font-size: 14px !important;
}

.number-15 {
  font-size: 15px !important;
}

.number-16 {
  font-size: 16px !important;
}

.number-17 {
  font-size: 17px !important;
}

.number-18 {
  font-size: 18px !important;
}

.number-19 {
  font-size: 19px !important;
}

.number-20 {
  font-size: 20px !important;
}

.number-21 {
  font-size: 21px !important;
}

.number-22 {
  font-size: 22px !important;
}

.number-23 {
  font-size: 23px !important;
}

#doorbell-feedback-modal .modal-body #dorbellfeedbackform-nps {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
}
#doorbell-feedback-modal .modal-body #dorbellfeedbackform-nps div.input {
  position: relative;
}
#doorbell-feedback-modal .modal-body img.logo {
  height: 60px;
  display: block;
  margin: 0 auto;
  margin-bottom: 14px;
}
#doorbell-feedback-modal .modal-body .round-block {
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  padding: 10px;
}
#doorbell-feedback-modal .modal-body label.radio {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 20px;
  height: 87px;
  padding-left: 0;
}
#doorbell-feedback-modal .modal-body .radio i {
  width: 19px;
  height: 19px;
}
#doorbell-feedback-modal .modal-body .radio input:checked + i {
  border-color: #147415;
  background-color: #1cab1e;
  font-family: "Glyphicons Halflings";
}
#doorbell-feedback-modal .modal-body .radio input:checked + i:after {
  content: "\e013";
  background-color: transparent;
  color: #FFF;
  font-style: normal;
  font-size: 11px;
  top: -3px;
  left: 4px;
}
#doorbell-feedback-modal .modal-body .radio.red input:checked + i {
  border-color: #7f1520;
  background-color: #c21e30;
}
#doorbell-feedback-modal .modal-body .radio.yellow input:checked + i {
  border-color: #afa116;
  background-color: #f9e71c;
}
#doorbell-feedback-modal .modal-body .tooltip {
  opacity: 1;
  position: relative;
  display: inline-block;
  padding: 5px 0;
  left: -9px;
  width: 36px;
  background: none;
}
#doorbell-feedback-modal .modal-body .tooltip.selected.red .tooltip-inner {
  background-color: #c21e30;
  color: #FFF;
}
#doorbell-feedback-modal .modal-body .tooltip.selected.red .tooltip-arrow {
  border-top-color: #c21e30;
}
#doorbell-feedback-modal .modal-body .tooltip.selected.yellow .tooltip-inner {
  background-color: #f9e71c;
  color: #FFF;
}
#doorbell-feedback-modal .modal-body .tooltip.selected.yellow .tooltip-arrow {
  border-top-color: #f9e71c;
}
#doorbell-feedback-modal .modal-body .tooltip.selected.green .tooltip-inner {
  background-color: #1cab1e;
  color: #FFF;
}
#doorbell-feedback-modal .modal-body .tooltip.selected.green .tooltip-arrow {
  border-top-color: #1cab1e;
}
#doorbell-feedback-modal .modal-body .tooltip .tooltip-inner {
  border-radius: 5px;
  background-color: #EEE;
  color: #0a0a0a;
}
#doorbell-feedback-modal .modal-body .tooltip .tooltip-arrow {
  border-top-color: #EEE;
}
#doorbell-feedback-modal .modal-body .description {
  position: absolute;
  top: 65px;
  border-radius: 5px;
  background-color: #EEE;
  text-align: center;
  font-size: 11px;
}
#doorbell-feedback-modal .modal-body .description.unlike {
  left: -20px;
  width: 63px;
}
#doorbell-feedback-modal .modal-body .description.like {
  width: 63px;
  right: -20px;
}

.cookie-disclaimer {
  position: relative;
  background-color: #ffd617;
  line-height: 40px;
  padding: 0 20px;
  z-index: 1000;
}
.cookie-disclaimer p {
  padding: 0;
  margin: 0;
}
.cookie-disclaimer .right {
  text-align: right;
}
.cookie-disclaimer #close {
  cursor: pointer;
}
.cookie-disclaimer #close i {
  margin-left: 5px;
}

.popover-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  line-height: normal;
  color: #0a4e90;
}

.popover {
  min-width: 250px;
}

.select2-selection__choice__remove {
  position: relative;
  padding: 0;
  margin-top: -3px !important;
  margin-left: 6px !important;
  min-width: auto;
  border: none;
}
.select2-selection__choice__remove:hover {
  background: none;
  cursor: pointer;
}
.select2-selection__choice__remove:before {
  content: "";
  display: inline-block;
}

#header .project-context {
  display: flex;
  align-items: center;
  height: 42px;
}

.select2-container--krajee .select2-search--dropdown .select2-search__field {
  width: 100% !important;
}

.select2-results .select2-results__options .company-parent-element i {
  margin-right: 10px;
  font-size: 10px;
  color: #c0c0c0;
}
.select2-results .select2-results__options .company-child-element {
  padding-left: 10px;
}
.select2-results .select2-results__options .company-child-element i {
  margin-right: 10px;
  color: #c0c0c0;
  font-size: 9px;
}

#logo img {
  width: 146px;
}

#ribbon .breadcrumb li:last-child a {
  color: #E4E4E4 !important;
}

.ribbon-button-alignment {
  padding-top: 6px;
}

.fixed-page-footer .page-footer {
  left: 0;
}

.btn.btn-ribbon {
  line-height: 28px;
  height: 28px;
}
.btn.btn-ribbon.btn-green {
  background-color: #5BB85C;
  background-image: linear-gradient(to bottom, #5BB85C, #56ab56);
}
.btn.btn-ribbon.btn-danger {
  background-color: #a90329;
  background-image: linear-gradient(to bottom, #a90329, #900323);
}
.btn.btn-ribbon.btn-warning {
  background-color: #d88404;
  background-image: linear-gradient(to bottom, #d88404, #dd8500);
}

.card-box {
  padding: 20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.14);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
  min-height: 160px;
}
.card-box div.text-left p.text-muted {
  max-width: 350px;
}

.widget-bg-color-icon h3 {
  margin-top: 0;
}
.widget-bg-color-icon p.text-muted {
  position: absolute;
  left: 20px;
  bottom: 10px;
  display: block;
  max-width: 140px;
}
.widget-bg-color-icon p.text-muted label {
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 0;
}
.widget-bg-color-icon .bg-icon {
  height: 80px;
  width: 80px;
  text-align: center;
  border-radius: 50%;
}
.widget-bg-color-icon .bg-icon i {
  display: inline-block;
  font-size: 28px;
  color: #ffffff !important;
  line-height: 68px;
  font-style: normal;
}
.widget-bg-color-icon .bg-icon i.small {
  font-size: 24px;
}
.widget-bg-color-icon .bg-icon i.bg-icon-font-size-4 {
  font-size: 24px;
}
.widget-bg-color-icon .bg-icon i.bg-icon-font-size-5 {
  font-size: 21px;
}
.widget-bg-color-icon .bg-icon i.bg-icon-font-size-6 {
  font-size: 18px;
}
.widget-bg-color-icon .bg-icon-green {
  background-color: rgba(102, 187, 106, 0.75);
  border: 6px solid rgba(102, 187, 106, 0.3);
}
.widget-bg-color-icon .bg-icon-red {
  background-color: rgba(238, 110, 115, 0.75);
  border: 6px solid rgba(238, 110, 115, 0.3);
}
.widget-bg-color-icon .bg-icon-orange {
  background-color: rgba(216, 132, 4, 0.75);
  border: 6px solid rgba(150, 108, 26, 0.3);
}
.widget-bg-color-icon .bg-icon-blue {
  background-color: rgba(63, 81, 181, 0.75);
  border: 6px solid rgba(63, 81, 181, 0.3);
}
.widget-bg-color-icon .bg-icon-purple {
  background-color: rgba(156, 39, 176, 0.75);
  border: 6px solid rgba(156, 39, 176, 0.3);
}

.jvectormap-label {
  z-index: 1000;
}

img.customer-logo {
  max-width: 150px;
  max-height: 150px;
  padding-bottom: 15px;
}

.intl-tel-input, .iti.iti--allow-dropdown {
  display: block;
}

/* Google like Progress Bar */
@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-moz-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@-moz-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.progress-google {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #b0e7ff;
  border-radius: 0;
  background-clip: padding-box;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress-google .determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: #009fe3;
  transition: width 0.3s linear;
}
.progress-google .indeterminate {
  background-color: #009fe3;
}
.progress-google .indeterminate:before {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress-google .indeterminate:after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
.progress-google.app-main {
  margin-top: 292px;
  margin-bottom: 292px;
}

.select2-container .select2-choice .select2-arrow b:before, .select2-selection__arrow b:before {
  content: "";
}

.select2-search:before {
  content: "" !important;
}

.select2-search {
  z-index: 1000;
}

.dataTable th {
  vertical-align: middle !important;
}
.dataTable th.checkbox-td {
  text-align: center;
}
.dataTable th.checkbox-td > input[type=checkbox] {
  width: auto !important;
}
.dataTable td.checkbox-td {
  text-align: center;
}

.report-table .dataTable {
  margin: 0 auto;
  width: 100%;
  clear: both;
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
}
.report-table .dataTable th {
  vertical-align: middle;
}
.report-table .dataTable select {
  max-width: 127px;
}

.faq-controller .panel-title {
  display: inline-block;
}
.faq-controller .accordion-toggle:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  bottom: 0.1em;
  margin-right: 10px;
  font-size: 76%;
  color: #ccc;
  transition: all 0.3s ease;
  font-family: "FontAwesome" !important;
  font-style: normal !important;
  font-weight: normal !important;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.faq-controller .accordion-toggle.collapsed:before {
  color: #ccc;
  content: "\f067";
}

.customer-dashboard .card-box {
  min-height: 130px;
}

.form_video_preview {
  display: inline-block;
  width: 100%;
}
.form_video_preview video {
  width: 120px;
  height: 80px;
  float: left;
  margin: 0 15px 0 0;
}
.form_video_preview div {
  float: left;
}
.form_video_preview .text-muted:hover {
  color: #A52318;
}

.ribbon-button-alignment.pull-right > .btn.btn-ribbon.reprofile-report,
.ribbon-button-alignment.pull-right > .btn.btn-ribbon.reprofile-vendor-report,
.ribbon-button-alignment.pull-right > .btn.btn-ribbon.export-all-report {
  margin: 0 8px 0 0;
}

.header-dropdown-list + .header-dropdown-list {
  margin-right: 15px;
}

.td-loader {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: right;
  line-height: 1em;
  background: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease 0s;
  z-index: 1000;
}

.smart-form .toggle input[type=checkbox]:not(:checked) + i::before {
  background-color: #a90329;
  transition: all 0.3s ease 0s;
}

.smart-form .toggle input[type=checkbox]:not(:checked) + i {
  border-color: #a90329;
  transition: all 0.3s ease 0s;
}

#data_description_index_table .toggle {
  margin-right: 10px;
}

#data_description_index_table td ul,
.popover.fade ul {
  padding-left: 10px;
}

#data_description_index_table td td,
#data_description_index_table td tr,
#data_description_index_table td th,
.popover.fade td,
.popover.fade tr,
.popover.fade th {
  border: 1px solid #999;
}

#data_description_index_table td th,
.popover.fade th {
  text-align: center;
}

#data_description_index_table td ul,
.popover.fade ul {
  margin-left: 10px;
}

.data-description-help {
  color: #444;
}

.data-print-title > .row > div.col-md-7 {
  width: 100% !important;
}

.customer-controller .nav-tabs li a {
  transition: background 0.3s ease 0s;
}

.customer-controller .nav-tabs li:not(.active) a {
  border-color: #ddd #ddd #ccc;
  border-top-color: transparent;
  border-bottom: none;
  background: #f5f5f5;
}

.customer-controller .nav-tabs li:not(.active) a:hover {
  background: #fff;
}

.select2-search__field {
  width: auto !important;
}

.smallbox-close {
  position: absolute;
  top: 2px;
  right: 5px;
  color: #fff;
  text-shadow: 1px 1px 2px #555;
  background: inherit;
  z-index: 10;
}
.smallbox-close:hover {
  text-shadow: 0px 0px 1px #555;
}

.user-settings #widget-2fa .widget-body {
  min-height: auto;
}

div[aria-describedby=twilio-dialog-form] {
  overflow: visible;
}
div[aria-describedby=twilio-dialog-form] #twilio-dialog-form {
  overflow: visible;
}
div[aria-describedby=twilio-dialog-form] div.ui-dialog-buttonpane {
  overflow: visible;
}

.intl-tel-input .country-list {
  z-index: 2000 !important;
}
.intl-tel-input .country-list .country {
  z-index: 2000 !important;
}

.subscription-history-container {
  height: 540px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.panel-margin-first {
  margin-bottom: 0;
  border-bottom: 0;
}

.panel-margin-second {
  border-top: 0px;
}

.link-view-padding {
  padding-left: 25px;
  background: url("/images/ic-view.svg") no-repeat;
  background-position-y: center;
  width: 55px;
  height: 24px;
  display: inline-block;
  color: #2E3B4C;
  margin: 0 2px;
}
.link-view-padding:hover {
  background-image: url("/images/ic-view-over.svg");
  color: #898B90;
  text-decoration: underline;
}

.sub-numbers {
  /* space between number and text */
}
.sub-numbers ol {
  counter-reset: item;
}
.sub-numbers ol li {
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.sub-numbers ol li span.padding-bottom {
  display: inline-block;
  padding-bottom: 10px;
}
.sub-numbers ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  position: absolute;
  margin-right: 100%;
  right: 10px;
}

.average-score-graph-message {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  color: #969696;
  padding-top: 140px;
}

.welcome-body-vcp {
  overflow: scroll;
  height: 600px;
}

/*# sourceMappingURL=cyberwrite-smart-admin.css.map */
