/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,900");
@import "https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.3.2/css/simple-line-icons.min.css";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

#sidebar {
  overflow-y: auto;
  width: 220px;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 901;
  background-color: #40495B;
  transition: width 0.5s linear;
}
#sidebar #menu {
  height: 100%;
}
#sidebar #menu #logo {
  width: 220px;
  height: 80px;
  background-color: #505a70;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: width 0.5s linear;
}
#sidebar #menu #logo img {
  width: 72%;
  height: 30px;
}
#sidebar .links a {
  font-family: 'Avenir Next', 'OpenSans-Light';
  font-weight: 100;
  font-size: 16px;
  display: block;
  text-decoration: none;
  padding-top: 15px;
  padding-bottom: 11px;
  height: 57px;
  color: #ffffff;
}
#sidebar .links a:hover {
  background-color: #374055;
  color: #00ADBB;
}
#sidebar .links a img {
  float: left;
  margin-left: 20px;
  margin-right: 15px;
  height: 22px;
  width: 22px;
  margin-top: 6px;
}
#sidebar .links a .block {
  display: block;
  float: left;
  margin-top: 5px;
}
#sidebar .links .children-submenu {
  background-color: #353d4c;
}

@media (max-width: 768px) {
  #sidebar {
    overflow-y: auto;
    width: 80px;
    transition: width 0.5s linear;
  }
  #sidebar #menu {
    background-color: #40495B;
  }
  #sidebar #menu #logo {
    width: 80px;
    transition: width 0.5s linear;
  }
  #sidebar #menu #logo img {
    width: 50%;
    height: 30px;
    content: url("../img/AZUL+GRIS.png");
  }
  #sidebar .links a {
    font-size: x-small;
  }
  #sidebar .links .block {
    margin-left: 10px;
  }
}
.drop-down, .small-drop-down, .quick-search .search-input-container .search-text input, .data-search, .selectpicker, .text-input, .text-area-popup, .tagsinput, .small-input, .smaller-input, textarea, #form5 input[type='number'] {
  font-size: 14px;
  color: #788995;
  outline: none;
  border: solid #DDE3E8 !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  background-color: transparent;
  padding: 5px 10px;
  transition: all ease-out 0.2s;
}
.drop-down:hover, .small-drop-down:hover, .quick-search .search-input-container .search-text input:hover, .data-search:hover, .selectpicker:hover, .text-input:hover, .text-area-popup:hover, .tagsinput:hover, .small-input:hover, .smaller-input:hover, textarea:hover, #form5 input[type='number']:hover {
  transition: all ease-in 0.2s;
  border-color: #00ADBB !important;
}
.drop-down:active, .small-drop-down:active, .quick-search .search-input-container .search-text input:active, .data-search:active, .selectpicker:active, .text-input:active, .text-area-popup:active, .tagsinput:active, .small-input:active, .smaller-input:active, textarea:active, #form5 input[type='number']:active, .drop-down:focus, .small-drop-down:focus, .quick-search .search-input-container .search-text input:focus, .data-search:focus, .selectpicker:focus, .text-input:focus, .text-area-popup:focus, .tagsinput:focus, .small-input:focus, .smaller-input:focus, textarea:focus, #form5 input[type='number']:focus {
  transition: all ease-in 0.2s;
  border-color: #00ADBB !important;
  box-shadow: 0px 0px 3px #00ADBB;
}

.drop-down, .small-drop-down {
  background-image: url(../img/dropdown_triangle.png);
  background-size: 10px 5px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 95%;
  padding: 5px 10px;
  transition: all ease-out 0.2s;
}
.drop-down .btn, .small-drop-down .btn {
  padding-top: 0px;
  padding-bottom: 0px;
}
.drop-down:hover, .small-drop-down:hover {
  transition: all ease-in 0.2s;
  border-color: #00ADBB !important;
}
.drop-down:active, .small-drop-down:active, .drop-down:focus, .small-drop-down:focus {
  transition: all ease-in 0.2s;
  border-color: #00ADBB !important;
  box-shadow: 0px 0px 10px #00ADBB;
}

.quick-search .search-input-container .search-text input, .data-search {
  background-image: url(../img/magnifier_dark.png);
  background-size: 20px 20px;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 95%;
  font-style: italic;
  font-family: "Avenir Next";
}

.transparent-button, .transparent-button-delete {
  background-color: transparent;
  font-family: "Open Sans";
  color: #00BEC7;
  border-radius: 3px;
  border: solid;
  border-color: #00BEC7;
  border-width: 2px;
  height: 48px;
  width: 150px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 0px;
  cursor: pointer;
  outline: none;
}
.transparent-button span, .transparent-button-delete span {
  color: #33BBC6;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 6px;
}

.borderless-button {
  background-color: transparent;
  font-family: "Open Sans";
  color: #979797;
  border: none;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 0px;
  cursor: pointer;
  outline: none;
}
.borderless-button span {
  color: #979797;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 6px;
}

.filled-button, .filled-button-small, .copy_button, .back-button {
  background-color: #00BEC7;
  color: white;
  border-radius: 3px;
  border-color: unset;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 0px;
  cursor: pointer;
  border-width: 0px;
  height: 48px;
}

.product-tab {
  cursor: pointer;
  vertical-align: bottom;
}
.selected.product-tab {
  border-bottom-color: #33BBC6;
  border: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 4px !important;
  color: #33BBC6;
}
.unselected.product-tab {
  border-bottom-color: #DDE3E8;
  border: solid;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 4px !important;
  color: #d2d9df;
}
.active.product-tab {
  margin-left: 40px;
  margin-right: 10px;
}

.product-tab {
  width: 109%;
}

#top-bar-container {
  height: 80px;
  background-color: #40495B;
  color: rgba(216, 216, 216, 0.6);
  font-family: Helvetica, sans-serif;
  font-weight: 100;
  font-size: 14px;
  position: fixed;
  width: 100%;
  left: 0;
  margin: 0;
  z-index: 900;
}
#top-bar-container .notification-section {
  padding-left: 0;
}
#top-bar-container .create-button {
  height: 40px;
  width: 40px;
  line-height: 0;
  margin-left: auto;
  margin-right: 30px;
  right: 10%;
  cursor: pointer;
  border-radius: 50%;
  background: url("../img/plus_icon.svg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  border: none;
}
#top-bar-container .create-button-dropdown {
  right: 130px;
  margin-right: 0 !important;
}
#top-bar-container .search-bar {
  margin-left: 270px;
  transition: margin-left 0.5s linear;
}
#top-bar-container .search-bar .search-input-container {
  display: -webkit-inline-box;
}
#top-bar-container .search-bar .search-input-container .search-input {
  font-family: Roboto;
  font-size: 14px;
  font-style: italic;
  margin-left: 40px;
  background-color: #40495B;
  width: 23pc;
  color: #969AA1 !important;
  font-weight: 200;
  border: none;
  height: 50px;
  padding: 10px;
  line-height: 50px;
  transition: width, margin-left 0.5s linear;
}
#top-bar-container .search-bar .search-input-container img {
  height: 28px;
  position: relative;
  left: 30px;
}
#top-bar-container .top-bar-content {
  line-height: 80px;
  display: flex;
  align-items: center;
}
#top-bar-container .top-bar-content .menu {
  float: right;
  margin-right: 40px;
}
#top-bar-container .top-bar-content .menu a {
  color: #00ADBB;
  text-decoration: none;
  margin-right: 8px;
}
#top-bar-container .top-bar-content .menu a:hover {
  color: #0095a2;
}
#top-bar-container .top-bar-content .notifications-icon {
  float: right;
  cursor: pointer;
  margin-right: 30px;
}
#top-bar-container .top-bar-content .client-info {
  margin-right: 10px;
}
#top-bar-container .client-image {
  cursor: pointer;
  height: 32px;
  width: 32px;
}
#top-bar-container .dropdown-menu {
  box-shadow: 0 0 10px 0 #40495B;
  margin-right: 20px;
  margin-top: 20px;
  margin-left: 0 !important;
}
#top-bar-container .dropdown-menu a {
  line-height: 20px;
  color: #9FA2A9 !important;
}
#top-bar-container .dropdown-menu::before {
  position: absolute;
  top: -10px;
  right: 32px !important;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  content: '';
}

@media (max-width: 768px) {
  #top-bar-container .search-bar {
    margin-left: 110px;
    transition: margin-left 0.5s linear;
  }
}
@media (max-width: 1001px) {
  #top-bar-container .search-bar .search-input-container .search-input {
    width: 100%;
    margin-left: 10px;
    transition: width, margin-left 0.5s linear;
  }
  #top-bar-container .client-info {
    position: absolute;
  }
}
@media (max-width: 810px) {
  #top-bar-container .client-image {
    display: none;
  }
}
.quick-search .search-title {
  font-family: "Roboto", sans-serif;
  color: black;
  font-size: 26px;
  text-align: center;
}
.quick-search .search-input-container {
  margin: 0 auto;
  display: block;
  width: 530px;
}
.quick-search .search-input-container .search-text {
  display: inline-block;
  width: 405px;
  height: 50px;
  position: relative;
  right: 5px;
}
.quick-search .search-input-container .search-text input {
  width: 100%;
  height: 50px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-color: #5FCFD5 !important;
  border-left-color: #DDE3E8 !important;
}
.quick-search .search-input-container .bootstrap-select {
  width: 120px !important;
  display: inline-block;
  height: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #5FCFD5 !important;
  border-right-color: #DDE3E8 !important;
}
.quick-search .search-input-container .bootstrap-select span.filter-option {
  top: 10px;
  position: relative;
  color: #969AA1;
  text-align: center !important;
  font-size: 12px;
}
.quick-search .search-input-container .bootstrap-select .dropdown-toggle::after {
  top: 7px;
  right: 5px;
  position: relative;
}
.quick-search .search-input-container button {
  margin: 0 auto;
  display: block;
}

#right-panel {
  width: 260px;
  font-family: "Avenir Next", sans-serif;
  background-color: #F8FAFB;
  float: right;
  height: 100%;
  position: fixed;
  right: 0;
  top: 80px;
  border-left: 1px solid #D8D8D8;
  z-index: 2;
  box-shadow: -3px 0px 9px rgba(0, 0, 0, 0.06);
}

.toggle-panel {
  display: none;
  z-index: 3 !important;
}

#tabs {
  padding-right: 100px;
  padding-left: 50px;
}
#tabs .nav.nav-tabs.nav-fill {
  margin-bottom: 30px;
}
#tabs .nav-tabs .nav-item.show .nav-link, #tabs .nav-tabs .nav-link.active {
  background-color: transparent;
  border-color: transparent transparent #DDE3E8;
  border-bottom: 4px solid !important;
  font-size: 16px;
  font-weight: bold;
}
#tabs .nav-tabs .nav-link {
  border-top: 4px solid transparent;
  border-bottom: 4px solid !important;
  border-left: 0px solid !important;
  border-right: 0px solid !important;
  color: #DDE3E8;
  font-size: 16px;
  font-weight: 500;
  font-family: Roboto;
}
#tabs .nav-item.nav-link.active.show {
  color: #00ADBB;
  font-weight: 500;
}
#tabs .tabs-footer {
  border-top: 3px solid #DDE3E8;
  margin-top: 45px;
  padding: 30px 0 0 0;
  position: inherit;
}
#tabs .tabs-footer .tabs-back-button {
  color: #788995;
  font-size: 16px;
  font-family: "Avenir Next", sans-serif;
  font-weight: 200;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
}
#tabs .tabs-footer .tabs-back-button i {
  margin-right: 10px;
}
#tabs .tabs-footer .tabs-footer-right-button {
  position: inherit;
}

/**
    BUTTONS
 */
button {
  background-color: white;
}

.filled-button {
  height: 42px;
  width: 120px;
}

.filled-button-small {
  height: 45px;
  width: 100px;
}

.filled-button:hover {
  background-color: #57C2CC;
  color: white;
}

.transparent-button {
  background-color: transparent;
  color: #33BBC6;
  border-radius: 4px;
  border: solid;
  border-color: #33BBC6;
  border-width: 2px;
  height: 45px;
  width: 150px;
  line-height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  padding: 0px;
  cursor: pointer;
  outline: none;
}
.transparent-button span {
  color: #33BBC6;
  font-size: 20px;
  position: relative;
  top: 3px;
  left: 6px;
}

.page-title {
  color: #48C2CC;
  font-size: 32px;
  margin-left: 60px;
  margin-bottom: 20px;
}

/**
    SELECT
 */
select {
  border: 1px solid #DDE3E8;
}

.bootstrap-select {
  border: 1px solid #DDE3E8;
  border-radius: 4px;
}

.feedback-dropdown {
  width: 320px !important;
}

/**
    CHECKBOX
 */
.input.radio {
  display: flex;
  text-align: center;
}
@media (max-width: 600px) {
  .input.radio {
    flex-direction: column;
    align-items: center;
  }
}
.input.radio label {
  cursor: pointer;
  font-family: "Avenir Next";
}
.input.radio input {
  display: none;
}
.input.radio input:checked + label {
  color: #ffffff;
  background-color: #5FCFD5;
  font-size: smaller;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}
.input.radio input:checked + label svg path {
  fill: #ffffff;
}
.input.radio input:not(:checked) + label {
  border: #DDE3E8 1px solid;
  font-size: smaller;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease-out 0.1s;
}
.input.radio input:not(:checked) + label svg path {
  fill: #D0EFF0;
}
.input.radio input:not(:checked) + label:hover {
  transition: all ease-in 0.1s;
  background-color: #5FCFD5;
  color: #ffffff !important;
}
.input.radio input:not(:checked) + label:hover path {
  fill: #ffffff;
}

/**
    INPUT
 */
input {
  border: #DDE3E8 1px solid;
  border-radius: 4px;
}

.time-input {
  width: 320px;
  height: 32px;
}

/**
    TEXTAREA
 */
.input.textarea textarea {
  width: 100%;
}

textarea {
  border: #DDE3E8 1px solid;
  border-radius: 4px;
}

/**
    DROPDOWN
 */
.dropdown-menu {
  background: #fff;
  border-radius: 7px;
  cursor: pointer;
  outline: none;
  box-shadow: 0 8px 20px 0 #dae0e5;
  z-index: 2;
}
@media (max-width: 600px) {
  .dropdown-menu {
    position: fixed !important;
    top: auto !important;
    left: 19px !important;
    height: auto !important;
    max-height: 80% !important;
    min-width: 90% !important;
    transform: translate(0px, 0px) !important;
    overflow: auto !important;
    width: 90%;
    box-shadow: 0px 5px 150px rgba(0, 0, 0, 0.4);
  }
  .dropdown-menu ul {
    max-height: 100% !important;
    overflow: visible !important;
    position: static !important;
    width: 100%;
  }
  .dropdown-menu ul a {
    white-space: normal !important;
  }
}

.dropdown-menu:before {
  position: absolute;
  top: -10px;
  right: 5px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  content: '';
}

.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front {
  z-index: 2000;
  overflow-y: scroll;
  max-height: 50vh;
}

.centered-container {
  display: flex;
  justify-content: center;
}

.hidden {
  display: none !important;
}

#EmployeeCurrentImage {
  width: 200px;
  height: 200px;
}

.left-arrow-small-icon {
  content: url("../img/left-arrow.png");
}

.home-icon {
  content: url("../img/home.png");
}

.green-arrow-up-icon {
  content: url("../img/green-arrow-up-icon.svg");
}

.red-arrow-down-icon {
  content: url("../img/red-arrow-down-icon.svg");
}

.dashboard-separator-shape-icon {
  content: url("../img/dashboard-separator-shape.svg");
}

.rectangle-divider-shape-icon {
  content: url("../img/complete_arrow.svg");
}

.dashboard-filter-icon {
  content: url("../img/dashboard-filter-icon.svg");
}

.invoice-icon {
  width: 19px;
  height: 24px;
  background-size: cover;
  background-image: url(../img/invoice_icon.png);
  margin-left: 16px;
  cursor: pointer;
}

.assign-icon {
  width: 24px;
  height: 18px;
  background-size: cover;
  background-image: url(../img/assign_arrow.png);
  margin-left: 16px;
  cursor: pointer;
}

.actions-icon {
  width: 4px;
  height: 24px;
  background-size: cover;
  background-image: url(../img/elipsis_icon.png);
  margin-left: 16px;
  cursor: pointer;
}

.coordinate-icon {
  width: 19px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/Coordinate.png);
  margin-left: 16px;
  cursor: pointer;
}

.done-icon {
  width: 19px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/Done.png);
  margin-left: 16px;
  cursor: pointer;
}

.program-icon {
  width: 19px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/Program.png);
  margin-left: 16px;
  cursor: pointer;
}

.loading-icon {
  content: url("../img/loading.gif");
}

#newClientModal input, #newClientModal select, #newClientModal .bootstrap-select, #newClientModal textarea, #addAddressModal input, #addAddressModal select, #addAddressModal .bootstrap-select, #addAddressModal textarea, #quote_add_edit_client input, #quote_add_edit_client select, #quote_add_edit_client .bootstrap-select, #quote_add_edit_client textarea {
  margin-bottom: 10px;
  margin-left: 40px;
}
#newClientModal label, #addAddressModal label, #quote_add_edit_client label {
  margin-left: 40px;
}
#newClientModal .bootstrap-select, #newClientModal textarea, #addAddressModal .bootstrap-select, #addAddressModal textarea, #quote_add_edit_client .bootstrap-select, #quote_add_edit_client textarea {
  width: 322px;
}
#newClientModal .radio, #addAddressModal .radio, #quote_add_edit_client .radio {
  margin-left: 40px;
}
#newClientModal .radio label, #addAddressModal .radio label, #quote_add_edit_client .radio label {
  width: 150px;
  height: 50px;
  border-radius: 4px;
  padding-top: 10px;
  font-weight: 200;
  margin-right: 22px;
  margin-left: 0px;
  font-size: 15px !important;
}

.client-info-container {
  border: solid #DDE3E8 !important;
  border-radius: 4px !important;
  border-width: 1px !important;
  background-color: transparent;
  padding: 40px;
}
.client-info-container span {
  margin-right: 20px;
  color: #00ADBB;
}
.client-info-container span:hover {
  color: #4ad6e2;
  cursor: pointer;
}
.client-info-container p {
  color: #788995;
}
.client-info-container .title {
  font-weight: bold;
}

.quotes-row {
  margin-bottom: 20px;
}

.client-nav-tab-inputs {
  display: flex;
}
.client-nav-tab-inputs .client-nav-tab-add-button {
  margin-left: 60px;
  width: 300px;
}
.client-nav-tab-inputs .bootstrap-select {
  width: 345px;
}

.client-nav-tab-details {
  font-size: 16px;
  color: #788995;
  font-weight: 200;
  line-height: 1.8;
  max-width: 700px;
  min-height: 220px;
  border: #DDE3E8 1px solid;
  display: flex;
  padding: 20px 0 0 20px;
}
.client-nav-tab-details a {
  font-size: 14px;
  font-weight: 500;
  color: #00ADBB;
}

#client-details-section {
  display: none;
}
#client-details-section .email-label {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

#client-address-alert {
  margin-top: 40px;
  width: 700px;
  display: none;
}

.quote-alert {
  width: 700px;
  display: none;
}

#quote-create-alert {
  display: none;
}

.client-tab-address-action {
  font-size: 14px;
  font-weight: 500;
  color: #00ADBB;
}
.client-tab-address-action:hover {
  cursor: pointer;
}

#EditFuelCostLink {
  display: none;
}

#ChangeAddressLink {
  display: none;
}

.action-button {
  position: inherit;
}

.change-client-address-modal-body {
  overflow-y: scroll;
  max-height: 70vh;
}

.client-address-option {
  display: flex;
  flex-flow: column;
}
.client-address-option label {
  cursor: pointer;
  padding: 5px;
}
.client-address-option input {
  display: none;
  transition: background-color 0.25s;
}
.client-address-option input:checked + label {
  color: #ffffff;
  background-color: #5FCFD5;
}
.client-address-option input:checked + label:hover {
  background-color: #37c3ca;
  transition: background-color 0.25s;
}
.client-address-option input:not(:checked) + label:hover {
  background-color: #D8D8D8;
  transition: background-color 0.25s;
}

#dashboard-container .dashboard-summary-report .dashboard-summary-report-content, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content, #dashboard-container .dashboard-performance-report, #dashboard-container .dashboard-sales-report, #dashboard-container .dashboard-service-type-report .dashboard-service-type-report-content {
  height: 160px;
  background-color: #ffffff;
  box-shadow: 1px 1px 8px #dae0e5;
}

#dashboard-container {
  padding-right: 0;
  top: 100px;
 /* height: 120vh;*/
  font-family: "Roboto";
  background-color: #F8F9FA;
}
#dashboard-container .dashboard-top-panel {
  padding: 0;
  background-color: #ffffff;
  height: 60px;
  margin-bottom: 30px;
}
#dashboard-container .dashboard-top-panel .page-title {
  margin: 0 0 0 50px;
  padding: 0;
  bottom: 4px;
}
#dashboard-container .report-row {
  margin: 0 0 40px 25px;
}
#dashboard-container .dashboard-field-title {
  font-size: 15px;
  margin-bottom: 15px;
  font-weight: 500;
  font-family: Roboto;
}
#dashboard-container .dashboard-summary-report, #dashboard-container .dashboard-second-summary-report {
  transition: max-width 0.5s;
}
#dashboard-container .dashboard-summary-report .second-summary, #dashboard-container .dashboard-second-summary-report .second-summary {
  margin-top: 33px !important;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content {
  text-align: center;
  margin: 0;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group {
  line-height: 1.1;
  pointer-events: none;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group .summary-value, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group .summary-value {
  font-size: 56px;
  font-weight: 300;
}

.big-number{
  font-size: 56px;
  font-weight: 300;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group .summary-percentage-value, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group .summary-percentage-value {
  font-size: 9.6px;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group .positive-percentage, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group .positive-percentage {
  color: #82BC00;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group .rectangle-divider-shape-icon, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group .rectangle-divider-shape-icon {
  position: absolute;
  top: 10px;
  bottom: 0;
  right: -25px;
}
#dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group .triangle-divider-shape-icon, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group .triangle-divider-shape-icon {
  position: absolute;
  left: -2px;
  top: 10px;
}
#dashboard-container .dashboard-summary-report .summary-dropdown-menu-container, #dashboard-container .dashboard-second-summary-report .summary-dropdown-menu-container {
  padding: 20px 25px 0 0;
  max-height: 15px;
}
#dashboard-container .dashboard-summary-report .summary-dropdown-menu-container .dropdown-menu, #dashboard-container .dashboard-second-summary-report .summary-dropdown-menu-container .dropdown-menu {
  left: 15px !important;
  top: 10px !important;
}
#dashboard-container .summary-title {
  font-size: 12px;
  color: #979797;
  letter-spacing: 2px;
  font-weight: 500;
}
#dashboard-container .dashboard-value {
  color: #00ADBB;
}
#dashboard-container .dashboard-performance-report {
  margin-right: 20px;
  top: 35px;
  min-width: 152px;
}
#dashboard-container .dashboard-sales-report {
  height: 280px;
  position: relative;
}
#dashboard-container .dashboard-sales-report #sales-report-chart {
  padding: 30px 20px 20px 20px;
}
#dashboard-container .dashboard-sales-report .dropdown-menu {
  left: unset !important;
}
#dashboard-container .dashboard-service-type-report .dashboard-service-type-report-content {
  height: 280px;
  width: 337px;
  max-width: 410px;
  padding: 10px 40px 0 25px;
}
#dashboard-container .dashboard-service-type-report .flex-wrapper-service-type {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
#dashboard-container .dashboard-service-type-report .line-chart-empty {
  fill: #F2F3F3;
  stroke: #F2F3F3;
  stroke-linecap: round;
}
#dashboard-container .dashboard-service-type-report .line-chart {
  width: 300px;
  height: 16px;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
#dashboard-container .dashboard-service-type-report .service-type-title {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}
#dashboard-container .dashboard-service-type-report .service-type-chart {
  margin-top: 10px;
  margin-bottom: 10px;
}
#dashboard-container .dashboard-service-type-report .residential-chart {
  fill: #5FCFD5;
  stroke: #5FCFD5;
}
#dashboard-container .dashboard-service-type-report .specialized-chart {
  fill: #B4D46C;
  stroke: #B4D46C;
}
#dashboard-container .dashboard-service-type-report .business-chart {
  fill: #D8D8D8;
  stroke: #D8D8D8;
}
#dashboard-container .dashboard-service-type-report .outsourcing-chart {
  fill: #FF7162;
  stroke: #FF7162;
}
#dashboard-container .dashboard-filter-icon {
  float: right;
  cursor: pointer;
}
#dashboard-container .dashboard-performance-container {
  display: flex;
  padding-left: 28px;
  flex: 0 0 33.333333%;
  max-width: unset;
}
#dashboard-container .dashboard-performance-container .performance-main-circle {
  background-color: #D0EFF0;
  border-radius: 50%;
  display: inline-block;
}
#dashboard-container .dashboard-performance-container .performance-main-circle .performance-value {
  font-size: 20px;
  fill: #00ADBB;
  text-anchor: middle;
}
#dashboard-container .dashboard-performance-container .dashboard-performance-report {
  text-align: center;
}
#dashboard-container .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}
#dashboard-container .circle-bg {
  fill: #D0EFF0;
  stroke: #ffffff;
  stroke-width: 5;
}
#dashboard-container .circle {
  stroke: #5FCFD5;
  fill: none;
  stroke-width: 1;
  stroke-linecap: square;
  animation: progress 1s ease-out forwards;
}
#dashboard-container .negative-value-circle {
  stroke: #FF7162;
}
#dashboard-container .negative-value-circle-bg {
  fill: #f0d0d0;
}

.flex-wrapper {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.single-chart {
  width: 106px;
  margin-top: 10px;
  justify-content: space-around;
}

.circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 250px;
}

.percentage {
  fill: #00ADBB;
  font-size: 0.4em;
  text-anchor: middle;
  font-weight: 300;
}

.sales-report-dropdown-menu-container {
  position: relative;
  float: right;
  display: flex;
  top: 20px;
  right: 30px;
}
.sales-report-dropdown-menu-container .actions-icon {
  position: absolute;
  right: 0;
  margin-left: 0;
}

.dashboard-wait {
  width: 100%;
  height: 100%;
}

.wait {
  background-position: center;
}

#summary-chart-wait {
  background-color: transparent;
}

.negative-percentage {
  fill: #F05C5C;
  color: #F05C5C;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media (max-width: 1340px) {
  #dashboard-container .dashboard-summary-report, #dashboard-container .dashboard-second-summary-report {
    max-width: 60%;
    transition: max-width 0.5s linear;
  }
  #dashboard-container .dashboard-summary-report .rectangle-divider-shape-icon, #dashboard-container .dashboard-summary-report .triangle-divider-shape-icon, #dashboard-container .dashboard-second-summary-report .rectangle-divider-shape-icon, #dashboard-container .dashboard-second-summary-report .triangle-divider-shape-icon {
    height: 30px;
  }
  #dashboard-container .dashboard-sales-report-container {
    max-width: 60%;
    transition: max-width 0.5s linear;
  }
  #dashboard-container .dashboard-service-type-report-content {
    min-width: 340px;
    padding-left: 20px !important;
    transition: min-width 0.5s linear;
  }
}
@media (max-width: 1120px) {
  #dashboard-container .dashboard-summary-report, #dashboard-container .dashboard-second-summary-report {
    max-width: 94%;
    height: 360px;
  }
  #dashboard-container .dashboard-summary-report .dashboard-summary-report-content, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content {
    height: 360px;
    flex-flow: column;
    align-items: center;
  }
  #dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group {
    max-height: fit-content;
    margin-bottom: 20px;
    top: 25px;
    position: inherit;
  }
  #dashboard-container .rectangle-divider-shape-icon, #dashboard-container .triangle-divider-shape-icon {
    display: none;
  }
  #dashboard-container .dashboard-performance-container {
    flex-flow: column;
    padding-left: 15px;
  }
  #dashboard-container .dashboard-performance-report {
    min-height: max-content;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  #dashboard-container .sales-and-services-row {
    flex-flow: column;
  }
  #dashboard-container .sales-and-services-row .dashboard-sales-report-container {
    margin-top: 40px;
  }
  #dashboard-container .sales-and-services-row .dashboard-sales-report-container, #dashboard-container .sales-and-services-row .dashboard-service-type-report {
    min-width: 94%;
    transition: min-width 0.5s linear;
  }
  #dashboard-container .sales-and-services-row .dashboard-service-type-report {
    margin-top: 40px;
    padding-left: 15px;
  }
  #dashboard-container .sales-and-services-row .dashboard-service-type-report-content {
    min-width: 100%;
    transition: min-width 0.5s linear;
  }
}
@media (max-width: 575px) {
  #dashboard-container .report-row {
    flex-flow: column;
  }
  #dashboard-container .dashboard-summary-report, #dashboard-container .dashboard-second-summary-report {
    max-width: 94%;
    height: 450px;
  }
  #dashboard-container .dashboard-summary-report .dashboard-summary-report-content, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content {
    height: 450px;
    transition: height 0.5s linear;
  }
  #dashboard-container .dashboard-summary-report .dashboard-summary-report-content .summary-group, #dashboard-container .dashboard-second-summary-report .dashboard-summary-report-content .summary-group {
    margin-bottom: 40px;
    margin-top: 20px;
    transition: margin-bottom, margin-top 0.5s;
  }
  #dashboard-container .dashboard-performance-container {
    margin: 40px 0 40px 0;
    max-width: 94%;
  }
  #dashboard-container .dashboard-service-type-report {
    max-width: 94%;
  }
}
.active-item {
  background-color: #EAEAEA !important;
}

.tooltip-inner {
  background-color: #3D446C !important;
  color: #3D446C;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #3D446C !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #3D446C !important;
}

.users-login #flashMessage {
  position: absolute;
  background-color: #21B0B7;
  color: white;
  padding: 20px;
  width: 30%;
  text-align: center;
}

.login-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  font-family: Roboto, sans-serif;
}
.login-container .modal-body {
  display: flex;
  justify-content: center;
}

.login-form {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  background: white;
}

.login-image {
  width: 77%;
  height: 100vh;
  background: url("../img/login_img.svg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.login-form-section {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-flow: column;
}
.login-form-section .input {
  width: 70%;
  max-width: 334px;
  line-height: 30px;
}
.login-form-section .text-input {
  width: 100%;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}
.login-form-section .filled-button {
  background-color: #5FCFD5;
  height: 56px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 300;
}
.login-form-section .filled-button:hover {
  background-color: #33BBC6;
}

.input {
  margin-bottom: 15px;
}
.input label {
  margin-bottom: 0;
  font-weight: 400;
  font-size: small;
  font-family: "Roboto";
}

#login-logo {
  margin-bottom: 20px;
}

#login-description {
  background: url("../img/HOLA-01.svg");
  background-repeat: no-repeat;
  background-position: center;
  height: 70px;
  width: 100%;
}

.login-forgot-password-button {
  color: #9B9B9B;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 15px;
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

.login-forgot-password-button:hover {
  color: #828282;
}

.change-password-description {
  font-size: 25px !important;
}

body {
  font-family: 'Roboto', sans-serif;
}

.container-fluid {
  padding-left: 0 !important;
  padding: 0px;
  height: auto;
}

input[disabled],
select[disabled],
textarea[disabled] {
  background-color: rgba(221, 227, 232, 0.5) !important;
  opacity: 0.6;
}

button:focus {
  outline: 0 !important;
}

button:active {
  border-style: outset;
}

.modal-header {
  background-color: #5FCFD5;
  color: white;
}
.modal-header button span {
  color: white;
}

.modal-body .confirmation-text {
  color: #54ADC0;
}

.modal-footer {
  background-color: #F6F8FA;
  border-top-width: 0;
}

.gray-box {
  background-color: #fdfdfd;
  padding: 40px 30px;
  border: 1px solid #e7e7ef;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  display: inline-block;
  border-radius: 7px;
}

.drop-down {
  height: 46px;
  width: 322px;
}

.small-drop-down {
  height: 46px;
  width: 140px;
}

.text-input {
  height: 46px;
  width: 322px;
}

.borderless-button {
  height: 30px;
  position: relative;
  bottom: 10px;
  display: inline-block;
  margin-top: 20px;
}

.text-area-popup {
  height: 150px;
  width: 322px;
}

.text {
  display: inline-block !important;
  color: #788995 !important;
}

.asterisk {
  color: #48C2CC;
}

.pop-action {
  float: right;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #5FCFD5;
  outline: none;
}

div.tagsinput span.tag {
  color: white !important;
  border: none !important;
  background-color: #48C2CC !important;
}

.small-input {
  height: 46px;
  width: 160px;
}

.smaller-input {
  height: 30px;
  width: 220px;
}

label, .question_title {
  display: block !important;
  color: #788995;
}

.contained-page {
  margin-top: 115px;
  width: 100%;
  padding-bottom: 50px;
}

#main-wrapper {
  margin-left: 220px;
  padding-bottom: 50px;
}

select {
  background-color: white;
}

@media (max-width: 768px) {
  #main-wrapper {
    margin-left: 80px;
    padding-bottom: 20px;
  }
}
.page-title {
  color: #00ADBB;
  font-size: 36px;
  font-weight: 300;
  margin-left: 52px;
  margin-bottom: 28px;
  padding-left: 0 !important;
  letter-spacing: 2px;
  font-family: Roboto;
  letter-spacing: 0px;
}
@media (max-width: 600px) {
  .page-title {
    font-size: 25px;
  }
}

.filled-button {
  height: 45px;
  width: 150px;
}

.filled-button-small {
  height: 45px;
  width: 100px;
}

.filled-button:hover {
  background-color: #57C2CC;
  color: white;
}

.transparent-button:hover {
  border-color: #57C2CC;
}

.transparent-button-delete {
  border-color: #F48D8D;
  color: #F48D8D;
}

.ignore {
  margin-bottom: 10px;
}

textarea {
  width: 322px;
  height: 80px;
}

.dropdown-menu a {
  color: #979797 !important;
  background-color: #ffffff;
}
.dropdown-menu a:hover {
  background-color: #F7F8F9;
}

.small-link {
  margin-right: 20px;
  color: #00ADBB;
}
.small-link:hover {
  color: #4ad6e2;
  cursor: pointer;
}

.sub-title {
  color: #48C2CC;
  font-size: 20px;
  font-style: italic;
  margin-left: 40px;
  margin-bottom: 0px;
}

html, body {
  width: 100%;
}

.bootstrap-select.show > .dropdown-menu {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.bootstrap-select.show > .dropdown-menu {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.bootstrap-select.show > .dropdown-menu > .dropdown-menu {
  display: block;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li.hidden {
  display: none;
}

.bootstrap-select > .dropdown-menu > .dropdown-menu li a {
  display: block;
  width: 100%;
  padding: 15px 1rem;
  clear: both;
  font-weight: 400;
  color: #292b2c;
  text-align: inherit;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid #00000017;
}

.bootstrap-select > .dropdown-menu .mini-loading {
  height: 30px;
  width: 30px;
  margin: 0 auto;
  position: absolute;
  top: 8px;
  right: 13px;
  background-color: white;
}

.form-control:focus {
  border: solid 1px #ccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

.bootstrap-select li:hover {
  background-color: #B0B0B0;
}
.bootstrap-select li:hover > a, .bootstrap-select li:hover span {
  color: white !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  color: #979797;
  font-style: normal;
}

#form5 input[type='number'] {
  height: 44px;
  width: 218px;
}

.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.disabled input {
  cursor: not-allowed;
}

.data-search {
  height: 44px;
  width: 218px;
}

.ui-datepicker-calendar td {
  text-align: center;
}

.validation-msg {
  font-style: italic;
  color: #F48D8D;
}

.info-msg {
  position: relative;
  top: 10px;
  font-style: italic;
  color: #5FCFD5;
}

.copy_button {
  width: 100px;
  height: 40px;
  font-size: 12px;
}
.copy_button i {
  font-size: 16px;
  color: white !important;
}

.section.contact .link, .service_details .link {
  font-size: 16px;
  padding-left: 50px;
  color: #5FCFD5;
}
.section.contact .link span:hover, .service_details .link span:hover {
  cursor: pointer;
}

.discarded_notes {
  margin-top: 10px;
}

.upload-picture-label {
  font-size: 16px;
  color: #5FCFD5 !important;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 0;
}

.upload-picture-label:hover {
  color: #D0EFF0 !important;
}

#image-cropper {
  width: 350px;
  margin: 0 auto;
  display: none;
}

.small-loading {
  height: 60px;
  width: 60px;
}

.mini-loading {
  height: 30px;
  width: 30px;
  margin: 0 auto;
}

.dropdown-item {
  font-weight: 400 !important;
  font-family: "OpenSans-Light";
}

#newComplaintModal textarea, #editComplaintModal textarea {
  width: 90%;
  height: 150px;
}

.modal-full {
  margin: 0 !important;
  padding: 0 !important;
}
.modal-full .modal-dialog {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-header {
  background-color: white;
  border-bottom: none;
}
.modal-full .modal-header button span {
  color: black;
}
.modal-full .modal-content {
  min-height: 100vh;
}

.back-button {
  width: 150px;
}
.back-button i {
  color: white;
}

.right {
  float: right;
}

.form-warning {
  color: #F05C5C;
  background-color: #d6d6d6;
  border-color: #d6d6d6;
}

.multiple-chb {
  display: inline-block;
}
.multiple-chb label {
  display: inline-block !important;
  padding-left: 5px;
  width: 300px;
}

#complaint-search-client {
  display: inline;
}

.pointer {
  cursor: pointer;
}

.big-textbox {
  height: 200px;
}

.ui-icon {
  text-indent: 0 !important;
  overflow: unset !important;
}
.ui-icon .uppercase {
  text-transform: uppercase;
}
.ui-icon .DialogServiceDate {
  height: 0px;
  width: 0px;
  display: block;
  padding: 0px;
  margin: 0px;
  margin-top: -1px;
  visibility: none;
}
.ui-icon .DialogServiceDate-alternate {
  cursor: pointer;
}

.selection-label {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  font-size: 14px;
  color: #494949;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.selection-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.selection-label .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  border-radius: 2px;
  border: 1px solid #E6E8ED;
  width: 15px;
  background-color: white;
}
.selection-label input:checked ~ .checkmark {
  border: none;
  background-color: #5FCFD5;
}
.selection-label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.selection-label input:checked ~ .checkmark:after {
  display: block;
}
.selection-label .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.doncella-logo-small {
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/doncella-logo-small.png);
  margin: 10px;
  cursor: pointer;
  display: inline-block;
}

.tooltip-inner {
  background-color: rgba(0, 0, 0, 0.8) !important;
  border-width: 0px;
  color: white !important;
  padding: 20px 30px !important;
  font-size: 15px;
}

.client-category-tax-not-included {
  display: block;
}

.side-notes {
  font-size: 10pt;
  color: #444;
  line-height: 22px;
  font-style: italic;
}

.earn_1-icon {
  width: 64px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/cheap-2.png);
  margin-left: 12px;
/*  cursor: pointer;*/
}

.checkbook-icon {
  width: 64px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/pay-date.png);
  margin-left: 12px;
/*  cursor: pointer;*/
}