/* here you can put your own css to customize and override the theme */
body {
  background: #f3f3f3;
}

.full-height-body {
  height: calc(100% - 60px) !important;
}

@media (max-width: 991px) {
  .menu-pin-show {
    opacity: 0;
  }
}

/*.page-sidebar.ng-scope{
	height: 100%;
}
*/
.fileinput-button {
  position: relative;
  overflow: hidden;
  margin-right: 1px;
}

.fileinput-button input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.portlet-responsive {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  max-height: 463px;
  min-height: 463px;
}

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table {
  /* min-width: 890px; */
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding: 8px;
}

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 4px;
  vertical-align: middle;
}

.table.table-hover tbody tr:hover td {
  background-color: #eee !important;
}

.table-bordered {
  border: none;
}
.table-bordered > tfoot > tr > td {
  border: none;
}

.tabs-autodoor .nav-tabs {
  margin-bottom: 0px;
}

.tabs-autodoor .tab-content {
  background-color: #fff;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.bt-close-modal {
  background-repeat: no-repeat !important;
  background-color: transparent !important;
  border: 0px !important;
}

.page-sidebar-menu > li.active-no-border > a {
  border-right: #27272b !important;
}

.col-md-12.thumb > img {
  width: 100%;
  margin-bottom: 10px;
}

.col-md-12.rounded > img {
  border-radius: 100px;
}

.thumb a.btn-clean {
  border-radius: 20px;
  position: absolute;
  right: 11px;
  top: -6px;
  z-index: 9999;
}

.thumb a.btn-clean.square {
  right: 20px;
  top: 1px;
  color: #fff;
}

.table > thead {
  background-color: #cc6666;
  color: #fff !important;
}

.table > tbody > td {
  padding: 10px 10px;
}

.ng-table th.sortable.sort-desc,
.ng-table th.sortable.sort-asc {
  background: none;
}

.ng-table th.sortable div:before,
.ng-table th.sortable.sort-desc div:after {
  border-top: 4px solid #fff;
}

.ng-table th.sortable div:after,
.ng-table th.sortable div:before {
  border-color: #fff transparent;
}

.table.uppercase > tbody > tr > td {
  text-transform: uppercase;
}

.loading-height {
  margin-top: 20%;
  margin-left: 57%;
}

.table-xs tbody tr td,
.table-xs thead th {
  font-size: 11px !important;
}

.loading {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  position: absolute;
  opacity: 0.7;
  z-index: 100;
}

.loading i {
  /*margin: 0 auto;*/
  /*display: block;*/
  opacity: 1;
  text-align: center;
  font-size: 25px;
  margin-top: 7%;
  margin-left: 55%;
}

.dash-loading {
  background-color: #fff;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0.7;
  z-index: 9000;
  width: 100%;
  height: 100%;
}

.dash-loading i {
  margin: 0 auto;
  display: block;
  margin-top: 150px;
  text-align: center;
}

.filtros .btn-group {
  display: block;
}
.filtros button {
  width: 100%;
  border-color: #d3d3d3;
}

.portlet-collapse {
  position: absolute;
  z-index: 10;
  right: 30px;
  top: 35px;
}
.portlet-collapse.collapsed .fa-collapse:before {
  content: '\f078';
}

.portlet-collapse .fa-collapse:before {
  content: '\f077';
}

.panel-title {
  color: #0090d9;
}

.dl-horizontal dd {
  margin-left: auto !important;
}

.nav-tabs-simple > li:after {
  background-color: #3d3d3d;
}

/**************************** AJUSTES DE MENU *************/

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > a {
  width: 73%;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li > .icon-thumbnail {
  margin-left: 40px;
  font-family: Poppins, Helvetica, 'doc-roboto', sans-serif;
}

.page-sidebar .sidebar-menu .menu-items > li > ul.sub-menu > li ul.sub-menu li {
  margin-left: 9px;
}

.page-sidebar .sidebar-menu .menu-items > li ul.sub-menu > li ul.sub-menu {
  background-color: #555555;
}

/*
.page-sidebar .sidebar-menu .menu-items {
    height: calc(88% - 45px);
}
*/
/**************************** VALIDAÇOES ******************/

.select2-container-active .select2-choice,
.select2-container-active .select2-choices form.ng-dirty input.ng-invalid-required,
form.ng-dirty textarea.ng-invalid-required,
form.ng-dirty .select2-container.ng-invalid-required .select2-choice {
  border-color: #f55753;
}

.btn-green,
.btn-green:focus,
.btn-green:hover {
  color: #ffffff;
  background-color: #009224;
  border-color: #00923a;
}

.btn-green.active,
.btn-green:active,
.btn-green.active:focus,
.btn-green:active:focus,
.btn-green:active:hover,
.open .dropdown-toggle.btn-green {
  background-color: #009224;
  border-color: #00923a;
}

.panel.panel-default.ng-scope {
}

.table-xxs tbody tr td,
.table-xxs thead th {
  font-size: 9px !important;
}

.table-f10 tbody tr td {
  font-size: 11px !important;
}

.popover.left {
  z-index: 9999;
  width: 450px;
  max-width: 450px;
}

.text-red {
  color: #ce0c02;
}

.text-green {
  color: #107f10;
}

.endereco {
  cursor: pointer;
}

.endereco:hover,
.enderecoChoosed {
  background: #fafafa;
}

.btn-times {
  position: absolute;
  top: -7px;
  right: 7px;
  display: none;
}

.form-control[disabled] {
  background: #f9f7f7;
  color: rgb(109, 109, 109);
}

td.ellipsis {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-menu.dropdown-menu-form {
  overflow: scroll !important;
  height: 300px !important;
}

body.fixed-header.sidebar-visible .manual-user-icon {
  display: none;
}

body.fixed-header.sidebar-visible .manual-user-text {
  display: block;
}

body.fixed-header .manual-user-text {
  display: none;
}

.dropdown-menu {
  z-index: 9790 !important;
}
.notification-divider {
  border-top: 1px solid #ddd;
  cursor: pointer;
}
.notification-cell > .row {
  margin: 0;
}

.notification-cell > .row > .col-md-1,
.notification-cell > .row > .col-md-11,
.notification-cell > .row > .col-md-12 {
  padding: 0;
}

.notification-cell {
  min-height: 60px !important;
  padding: 10px;
  padding-right: 0;
  background: #ffffff;
  vertical-align: top !important;
}

.notification-cell:hover {
  min-height: 60px !important;
  padding: 10px;
  padding-right: 0;
  background: #fafafa !important;
  vertical-align: top !important;
}

.notification-read {
  background: transparent;
  border: 2px solid #b8c6dd;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}

.notification-unread {
  background: #b8c6dd;
  border: 2px solid #b8c6dd;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  margin-right: 10px;
}

.notification-scrollbar {
  max-height: 300px !important;
  margin: -1px;
  border-top: 1px solid #ddd;
  overflow: auto;
}

.notification-attention {
  border: 1px solid red;
  border-radius: 20px;
  height: 12px;
  width: 12px;
  position: relative;
  background-color: red;
  margin-top: -3px;
  z-index: 1;
}

.widget-8 {
  height: 130px;
}

/**********************************************/

.main-header {
  background: #003399;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.main-header__top-bar {
  display: none;
}
.main-header__bottom-bar {
  z-index: 2;
  position: relative;
  min-height: 61px;
  display: flex;
}
@media (min-width: 768px) {
  .main-header {
    position: fixed;
    top: 0;
    width: 100%;
  }
  .main-header__top-bar {
    display: block;
    background-color: #fff;
    color: #909090;
    height: 10px;
    padding-top: 8px;
    position: relative;
    z-index: 3;
  }
  .main-header__top-bar__container {
    display: flex;
    justify-content: flex-end;
  }
  .main-header__top-bar__container span.usuario {
    padding-top: 7px;
    padding-right: 15px;
  }
  .main-header__top-bar__mail {
    color: #909090;
    text-decoration: none;
    line-height: 34px;
    margin-right: auto;
  }
  .main-header__top-bar__mail span {
    vertical-align: super;
  }
  .main-header__top-bar__search {
    position: relative;
    margin-right: 10px;
  }
  .main-header__top-bar__search__input {
    border: 2px solid #909090;
    border-radius: 100px;
    padding: 7px 12px;
    font-size: 14px;
    width: 100%;
    height: 34px;
  }
  .main-header__top-bar__search__btn {
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: none;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-10px);
  }
  .main-header__top-bar__client-area {
    border: 2px solid #909090;
    border-radius: 100px;
    padding: 6px 12px 6px 15px;
    font-size: 14px;
    text-decoration: none;
    color: #909090;
    display: inline-block;
    float: right;
    height: 34px;
  }
  .main-header__top-bar__client-area span {
    vertical-align: super;
  }
  .main-header__top-bar__client-area span i.material-icons {
    transform: translate(0, -3px) !important;
  }
  .main-header__bottom-bar__container {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main-header .logo {
    float: left;
    transition: margin 200ms ease;
    margin-top: 0;
  }
  .main-header .main-menu {
    float: right;
    margin-top: 0;
    transition: margin 200ms ease;
  }
  .main-header--contract {
    min-height: 50px;
    border-bottom: 1px solid #909090;
    background: #fff;
    color: #000;
  }
  .main-header--contract .main-header__bottom-bar__container {
    min-height: 50px;
  }
  .main-header--contract .logo {
    background-image: url('../img/login/logo-main-color.png');
    width: 134px;
    height: 30px;
  }
}
.logo {
  background-image: url('../img/logo-imobill-white.svg');
  text-indent: -9999px;
  display: inline-block;
  width: 60%;
  max-width: 262px;
  height: 35px;
  margin: 0;
  padding: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.container:before,
.container:after {
  display: none !important;
}

body.page-login {
  height: 100%;
}

body.page-login .page-container .page-content-wrapper {
  position: inherit;
}

.login-page-container {
  display: flex;
  align-items: stretch;
  height: 100%
}

/* Stylesheet for the login page */

.login-page-container > .gradiente-container {
  position: relative;background: linear-gradient(210.89deg, #003399 0%, #00C7DB 100%);flex:1;display:flex;align-items: center; justify-content: center
}

.login-page-container .gradiente-container .info-box {
  max-width: 545px; width: 100%; position: relative; top: -10%
}

.login-page-container .info-box > h4 {
  color:#FFFFFF; font-family: Poppins; font-size: 36px; font-weight: 600; line-height: 54px; letter-spacing: 0em; text-align: left;
}

.login-page-container .info-box > p {
  color:#FFFFFF; font-family: Poppins; font-size: 24px; font-weight: 300; line-height: 36px; letter-spacing: 0em; text-align: left;margin-top:20px;
}

.login-page-container .info-box .features {
  display:flex;flex-direction:column;margin-top:20px;
}

.login-page-container .features .feature-item {
  display:flex;align-items:center;gap:10px;
}

.login-page-container .feature-item > p {
  margin:0;color:#FFFFFF; font-family: Poppins; font-size: 16px; font-weight: 500; line-height: 24px; letter-spacing: 0em; text-align: left;
}

.login-page-container .background-thumb {
  position: absolute; width: 80%; height: 40%; right: 0; bottom: 0; background: url(../img/login/thumb.png) no-repeat; background-size: contain; background-position: right bottom; opacity: 0.8; border-radius: 5px 0px 0px 0px
}

.login-page-container > .form-container {
  background: #FBFBFD;flex:1; display: flex; flex-direction: column;
}

.login-page-container .spacer {
  flex: 1;
}

.login-page-container .form-box {
  max-width: 495px; width: 100%; background: #FFFFFF; padding: 50px; border: 1px solid #E9E9E9; box-shadow: 0px 4px 50px 0px #852EAE0D; margin: 0 auto;
}

.login-page-container .form-box .form-logo {
  display:flex;align-items:center;justify-content:center;
}

.login-page-container .form-box .input:-webkit-autofill,
.login-page-container .form-box .input:-webkit-autofill:hover,
.login-page-container .form-box .input:-webkit-autofill:focus,
.login-page-container .form-box .input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 1000px #EBF4F6 inset !important;
}

.login-page-container .form-box .form {
  margin-top:100px;
}

.login-page-container .form .input {
  padding: 30px 20px;
  background: #EBF4F6;
  border: none;
  font-size: 16px;
  color: #8F8F8F;
  border-radius: 10px !important;
}

.login-page-container .form .actions-wrapper {
  margin-top: 100px; display:flex; align-items: center; justify-content: space-between
}

.login-page-container .form .actions-wrapper .passrecover {
  font-family: Poppins; font-size: 16px; font-weight: 400; line-height: 24px; letter-spacing: 0em; text-align: center;
}

.login-page-container .actions-wrapper button {
  padding:11px 30px;text-transform:uppercase; background: #00C7DB;border: none; display: flex; align-items: center; justify-content: center; gap: 20px
}

.login-page-container .send-blue {
  padding:11px 30px;text-transform:uppercase; background: #00C7DB;border: none; display: flex; align-items: center; justify-content: center; gap: 20px
}

.login-page-container .actions-wrapper button:hover, .login-page-container .actions-wrapper button:focus, .login-page-container .actions-wrapper button:active {
  background: #2cd9ee;
}

.login-page-container .actions-wrapper button p {
  font-family: Poppins; font-size: 16px; font-weight: 600; letter-spacing: 0em; text-align: center; margin: 0
}

.login-page-container .footer {
  margin: 0 auto; max-width: 495px; width: 100%; display: flex; align-items: center; justify-content: space-between
}

.login-page-container .footer p {
  margin: 0;font-family: Poppins; font-size: 10px; font-weight: 400; line-height: 15px; letter-spacing: 0em; text-align: center; color: #8F8F8F;
}

.main-footer__copyright-bar {
  background-color: #fff;
  color: #585858;
  padding: 10px 0;
  font-size: 13px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.main-footer__copyright-bar p {
  color: #585858;
  padding: 10px 0;
  margin-bottom: 0;
}
.partners-list {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}
.partners-list__item {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}

.label-novo {
  background: #fff;
  color: #1d4f85;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 12px;
  margin-left: 10px;
}

.file-selected {
  border: 2px solid #084488;
  display: inline-block;
  border-radius: 6px;
}

.file-selected span {
  top: 2px;
  position: relative;
  color: #666;
  display: inline-block;
  padding: 0 40px 0 15px;
}

.triangle-isosceles {
  position: relative;
  padding: 8px;
  padding-bottom: 25px;
  color: #000;
  background: #e2e0e0;
  font-size: 14px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
  margin: 1em 0 0;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates triangle */
.triangle-isosceles:after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 25px;
  border-width: 15px 10px 0px;
  border-style: solid;
  border-color: #e2e0e0 transparent;
  display: block;
  width: 0;
}

.triangle-isosceles-table {
  position: relative;
  padding: 8px;
  padding-bottom: 25px;
  color: #000;
  background: #e2e0e0;
  font-size: 12px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  display: block;
  margin: 5px;
}

.modal .button-close {
  position: absolute;
  right: 20px;
  top: 31px;
  z-index: 10;
  font-size: 18px;
  color: #666;
  background: transparent;
  border: none;
}

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.flex-1 {
  flex: 1;
}

.flex-row {
  flex-direction: row;
}

.flex-column {
  flex-direction: column;
}

.align-items-start {
  align-items: start;
}

.justify-space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-items-center {
  align-items: center;
}

.card-status {
  display: flex;
  flex-direction: column;
  width: 250px;
  border: 1px solid #ededed;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 15px 15px 5px;
  color: #444444;
  cursor: pointer;
  margin-right: 20px;
  transition: background-color 0.2s, color 0.2s, border 0.2s;
}

.card-status .status {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.card-status .quantidade {
  font-size: 32px;
  font-weight: 500;
  text-align: right;
}

.card-status.selected,
.card-status:hover {
  border-color: #0053a6;
  color: #0053a6;
}

.card-status.selected {
  border-width: 2px;
}

.card-status.danger {
  border-color: #ca1f1f !important;
  color: #ca1f1f !important;
  background-color: #fff1f1 !important;
}

.title-step {
  border: 2px solid #d8d8d8;
  padding: 20px 15px;
  margin-bottom: 10px;
}

.title-step p {
  margin: 0;
  font-size: 15px;
}

.title-step p span {
  display: inline-block;
  background-color: #0054a6;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 20px;
  padding: 3px 10px;
  margin-right: 10px;
}

.grupo-opcoes {
  display: flex;
  flex-direction: row;
}

.grupo-opcoes button {
  width: 150px;
  height: 150px;
  border: 2px solid #d8d8d8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  margin-right: 15px;
}

.grupo-opcoes button svg {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.grupo-opcoes button p {
  margin: 0;
  line-height: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #111;
  letter-spacing: 0.1px;
}
.grupo-opcoes button:hover,
.grupo-opcoes button.active,
.grupo-opcoes button.active:focus,
.grupo-opcoes button.active:active,
.grupo-opcoes button.active:hover {
  border-color: #0054a6;
  border-width: 2px;
}

.grupo-opcoes button:hover svg,
.grupo-opcoes button.active svg,
.grupo-opcoes button.active:focus svg,
.grupo-opcoes button.active:active svg,
.grupo-opcoes button.active:hover svg {
  fill: #0054a6;
}

.grupo-opcoes button:disabled {
  border-color: #dddddd;
  cursor: not-allowed;
}

.grupo-opcoes button:disabled p {
  color: #999999;
}

.grupo-opcoes button:disabled svg {
  fill: #999999;
}

.btn-large {
  min-width: 200px;
  height: 50px;
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
}

.btn-large.fileinput-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
}

.btn-large.fileinput-button input.upload {
  height: 50px;
  width: 200px;
}

a {
  color: #0054a6;
}

.file-selected {
  border-radius: 0;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 300px;
  justify-content: space-between;
}

.file-selected span {
  top: auto;
  color: #111;
  font-weight: 500;
  font-size: 13px;
}

.file-selected button {
  height: 50px;
  font-size: 20px;
}

.table-campanha {
  width: 50%;
  min-width: 600px;
}

.table-campanha thead {
  background-color: #ebebeb;
}

.table-campanha thead tr th {
  padding: 10px;
  color: #111;
  font-size: 14px;
  border: 1px solid #bbbbbb;
}

.table-campanha tbody tr td {
  border: 1px solid #bbbbbb;
  padding: 10px;
  position: relative;
}

.table-campanha tbody td input,
.input-large {
  border: 2px solid #d8d8d8;
  background: #fff;
  border-radius: 0;
  height: 50px;
}

/*.input-large:focus, .select-large:focus a {*/
/*    border: 2px #0f55a5;*/
/*}*/

.table-campanha tbody td .select2 .select2-choice,
.select-large .select2-choice {
  border: 2px solid #d8d8d8;
  border-radius: 0;
  height: 50px;
  line-height: 40px;
}

.table-campanha tbody td input,
.table-campanha tbody td .select2-container > a {
  font-size: 14px;
}

.table-campanha tbody td input.ng-valid,
.table-campanha tbody td .select2-container.ng-valid > a,
.table-campanha tbody td input:focus,
.table-campanha tbody td .select2-container:focus > a {
  border-color: #0f55a5;
  font-weight: 500;
  color: #111111;
}

.table-campanha tbody button,
.table-campanha tbody button:hover,
.table-campanha tbody button:focus,
.table-campanha tbody button:active {
  position: absolute;
  right: -60px;
  top: 18px;
  background: transparent;
  color: #cc6666;
  font-size: 25px;
  border: none;
}

h4.tile {
  background-color: #f4f4f4;
  padding: 20px;
  position: relative;
  font-weight: 400;
}

p.tile {
  margin-top: -5px;
  padding: 10px 20px;
  background-color: #fafafa;
}

h4 i.gray-right {
  color: #666666;
  position: absolute;
  right: 25px;
  top: 24px;
}

.tile.blue,
i.blue,
.blue {
  color: #0054a5;
}

.tile.red,
.red {
  color: #c62828;
}

.tile.green,
.green {
  color: #2e7d32;
}

.btn-green {
  background-color: #2e7d32;
  border-color: #2e7d32;
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active {
  background-color: #3c9a40;
  border-color: #3c9a40;
}

.btn-gray {
  background-color: #7e7e7e;
  border-color: #7e7e7e;
  color: #ffffff;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
  background-color: #a1a1a1;
  border-color: #a1a1a1;
  color: #ffffff;
}

.check-campanha {
  flex: 1;
  text-align: right;
}

.text-align-right {
  text-align: right;
}

.check-campanha label {
  font-size: 15px;
  margin-top: 14px;
  font-weight: 500;
}

.check-campanha label::before {
  border-color: #0054a5;
}

.check-campanha label::after {
  text-align: left;
}

body:not(.sidebar-visible) .sidebar-menu a .arrow {
  display: none;
}

.dropdown-menu {
  background: #ffffff;
  overflow-x: auto !important;
}

.dropdown-menu > li {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.dropdown-menu > li > a > span:not(.glyphicon) {
  margin-left: 24px;
}

.dropdown-menu > li a {
  font-weight: 400;
}

.dropdown-menu > li a span {
  margin-left: 6px;
  left: -6px;
  color: #0053a6;
}

.dropdown-menu > li a span.glyphicon-remove {
  color: #c20000;
}

.card {
  border: 2px solid #e4e4e4;
  display: flex;
  flex-direction: column;
}

.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
}

.card .card-header .title {
  display: flex;
  align-items: center;
}

.card .card-header .title h5 {
  font-size: 16px;
  font-weight: 400;
}

.card .card-header .right-content button {
  border-radius: 20px;
  background-color: #0054a5;
  font-size: 13px;
  padding: 6px 20px;
}

.card .card-header .right-content > a {
  border-radius: 20px;
  background-color: #0054a5;
  font-size: 13px;
  padding: 6px 20px;
}

.card .card-header .right-content button i {
  margin-left: 10px;
}

.card .card-header .right-content select {
  border: 2px solid #e4e4e4;
  padding: 6px 10px;
}

.card .card-body {
  border-top: 2px dashed #e4e4e4;
  padding: 15px;
}

.card .card-body:first-child {
  border-top: none;
}

.icon-primary {
  font-size: 16px;
  color: #fff;
  background: #0054a5;
  padding: 6px 10px;
  border-radius: 30px;
  width: 34px;
  text-align: center;
}

.list-large {
  background: #f4f4f4;
  padding: 5px 10px;
}

.list-large span:first-child {
  font-size: 25px;
}

.list-large span:last-child {
  font-size: 14px;
}

.list-medium {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  font-size: 11px;
  background: #fafafa;
  margin-top: 2px;
}

.tile-score {
  background: #f4f4f4;
  padding: 5px 10px;
}

.m-0 {
  margin: 0;
}

.config-list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px 5px;
}

.config-list-item:hover {
  background: #fefefe;
}

.flex-full {
  flex: 1;
  display: flex;
}

.timeline {
  overflow: hidden;
  position: relative;
  height: 180px;
  text-align: center;
}

.timeline-label-gray {
  color: #c4c4c4
}

.timeline-item {
  display: inline-flex;
  position: relative;
  margin-left: -25px;
  flex-direction: column;
}

.timeline-item:first-child {
  margin-left: 0;
}

.timeline-item > svg.icon {
  top: 16px;
  left: 92.5px;
  color: #fff;
  position: absolute;
  font-size: 40px;
}

.timeline-item > i {
  font-size: 18px;
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFF;
}

.timeline-item .timeline-content {
  margin-top: -20px;
  text-align: center;
}

.timeline-item .timeline-content .timeline-content-date {
  font-size: 13px;
  font-weight: 400;
}

.timeline-item .timeline-content .timeline-content-label {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  width: 180px;
}