/* src/angular-js/www/css/main.css */
.login,
.login > header {
  position: relative;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, .14),
    0 1px 5px 0 rgba(0, 0, 0, .12),
    0 3px 1px -2px rgba(0, 0, 0, .2);
}
.login,
.login-container,
.login-form,
.login-input,
.login > header:before {
  box-sizing: border-box;
}
.login,
.login-container,
.login > header,
.loginPage {
  position: relative;
}
.login-container p,
.login > header {
  font-family: Roboto, sans-serif;
}
#fondo_1,
.gpDriverUpload .upload .upload-files .body input,
.preview-container {
  visibility: hidden;
}
#containerfunnel,
#pieChart {
  pointer-events: auto !important;
}
.gpRadio,
.gpRadioRed {
  -webkit-appearance: none;
}
.contentScroll .list,
.gpSpace {
  word-break: break-all;
  word-wrap: break-word;
}
.chat .chat-history li,
.formatInsured .content ul,
.page-weather .panel-now ul,
.sidebar #leftside-navigation ul li,
.uxChatBusiness .chat .chat-history li,
.uxChatProspect .chat .chat-history li,
.uxDialogClaim .chat .chat-history li,
.uxModalCrmProspect ul {
  list-style-type: none;
}
html {
  height: 100%;
}
.loginPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100%;
  background: #F1F1F1;
}
@keyframes scale_header {
  0% {
    max-height: 0;
    margin-bottom: 0;
    opacity: 0;
  }
  100% {
    max-height: 117px;
    margin-bottom: 25px;
    opacity: 1;
  }
}
@keyframes input_opacity {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes text_opacity {
  0% {
    color: transparent;
  }
}
@keyframes error_before {
  0%, 100% {
    height: 5px;
    background: rgba(0, 0, 0, .156);
    color: transparent;
  }
  10%, 90% {
    height: 117px;
    background: #FFF;
    color: #C62828;
  }
}
.login-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  height: auto;
  padding: 5px;
}
.login-container img {
  width: 200px;
  margin: 0 0 20px;
}
.login-container p {
  align-self: flex-start;
  font-size: .8rem;
  color: rgba(0, 0, 0, .5);
}
.login-container p a {
  color: rgba(0, 0, 0, .4);
}
.login {
  width: 100%;
  padding: 10px;
  margin: 0 0 10px;
  border-radius: 3px;
  background: #FAFAFA;
  overflow: hidden;
  animation: input_opacity .2s cubic-bezier(.55, 0, .1, 1);
}
.login > header {
  width: 100%;
  padding: 10px;
  margin: -10px -10px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background: #0b7cc0;
  font-size: 1.3rem;
  color: #FAFAFA;
  animation: scale_header .6s cubic-bezier(.55, 0, .1, 1), text_opacity 1s cubic-bezier(.55, 0, .1, 1);
}
.login > header:before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 5px;
  padding: 10px;
  margin: -10px 0 0 -10px;
  background: rgba(0, 0, 0, .156);
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  color: transparent;
  z-index: 5;
}
.login-button,
.login-input {
  background: 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  opacity: 1;
}
.login.error_1 > header:before,
.login.error_2 > header:before {
  animation: error_before 3s cubic-bezier(.55, 0, .1, 1);
}
.login.error_1 > header:before {
  content: "Invalido correo o contrase\f1 a";
}
.login.error_2 > header:before {
  content: "Invalid or expired Token!";
}
.login > header h2 {
  margin: 50px 0 10px;
}
.login > header h4 {
  font-size: .7em;
  animation: text_opacity 1.5s cubic-bezier(.55, 0, .1, 1);
  color: rgba(255, 255, 255, .4);
}
.login-body .login-input,
.login-button,
.login-input {
  animation: input_opacity .8s cubic-bezier(.55, 0, .1, 1);
}
.login-form {
  padding: 9px 15px;
}
.login-input {
  position: relative;
  width: 100%;
  padding: 10px 5px;
  margin: 0 0 25px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  font-size: 1rem;
  transition: border-bottom .2s cubic-bezier(.55, 0, .1, 1);
}
.login-input:focus {
  outline: 0;
  border-bottom: 2px solid #0a5d90;
}
.submit-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  padding: 10px;
  margin: 35px -25px -25px;
  border-top: 1px solid rgba(0, 0, 0, .1);
}
.login-button {
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: .9rem;
  color: #0a5d90;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
.login-button.raised {
  padding: 5px 10px;
  color: #FAFAFA;
  background: #E37F00;
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, .137255),
    0 1px 5px 0 rgba(0, 0, 0, .117647),
    0 3px 1px -2px rgba(0, 0, 0, .2);
}
.login-button:hover {
  background: rgba(0, 0, 0, .05);
}
.login-button.raised:hover {
  background: #FDAB43;
}
div.login-body {
  background: url("./media/login-3UPAT377.webp") center center no-repeat fixed #bcdee7;
  background-size: 120% auto;
  position: fixed;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font: 400 14px/1.618em Hind, sans-serif;
  -webkit-font-smoothing: antialiased;
  display: flex;
  justify-content: center;
  align-items: center;
}
div.login-body:before {
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 2;
  -webkit-border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0;
}
.login-body h1,
.login-body h2 {
  font-weight: 400;
  margin: 0 0 5px;
}
.login-body h1 {
  font-size: 24px;
}
.login-body h2 {
  font-size: 16px;
}
.login-body p {
  margin: 0;
}
.login-body .profile-card {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
  width: 440px;
  height: 280px;
  background: #FFF;
  border-radius: 4px;
}
.login-body .profile-card header {
  width: 179px;
  height: 280px;
  padding: 40px 20px 30px;
  display: inline-block;
  float: left;
  border-right: 2px dashed #EEE;
  background: #FFF;
  color: #000;
  text-align: center;
  opacity: 1;
  margin-top: -20px;
}
.login-body .profile-card header h1 {
  color: #FF5722;
}
.login-body .profile-card header a {
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 25px 30px;
}
.login-body .login-form {
  padding: 4px 11px;
}
.login-body .profile-card header a:after {
  position: absolute;
  content: "";
  bottom: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border: 4px solid #FFF;
  -webkit-transform: scale(0);
  background: -webkit-linear-gradient(top, #2196F3 0, #2196F3 50%, #FFC107 50%, #FFC107 100%);
  background:
    linear-gradient(
      #2196F3 0,
      #2196F3 50%,
      #FFC107 50%,
      #FFC107 100%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
  transform: scale(1);
}
#fondo_1,
.gpBottomLeft {
  bottom: 0;
  left: 0;
}
.login-body img {
  width: 90%;
}
.login-body .profile-card header a > img {
  width: 120px;
  max-width: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -webkit-box-shadow: 0 0 0 8px rgba(0, 0, 0, .06);
  box-shadow: 0 0 0 8px rgba(0, 0, 0, .06);
}
.login-body .profile-card header a:hover > img {
  -webkit-box-shadow: 0 0 0 12px rgba(0, 0, 0, .1);
  box-shadow: 0 0 0 12px rgba(0, 0, 0, .1);
}
.login-body .profile-card .profile-bio {
  width: 175px;
  height: 180px;
  display: inline-block;
  float: right;
  padding: 50px 20px 30px;
  background: #FFF;
  color: #333;
  text-align: center;
  opacity: 0;
  opacity: 1;
  margin-top: -20px;
}
.login-body .profile-social-links {
  width: 218px;
  display: inline-block;
  float: right;
  margin: -20px 0 0;
  padding: 15px 20px;
  background: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 1;
}
.login-body .profile-social-links li {
  list-style: none;
  margin: -5px 0 0;
  padding: 0;
  float: left;
  width: 33.3%;
  text-align: center;
}
.login-body .profile-social-links li a {
  display: inline-block;
  width: 24px;
  height: 24px;
  padding: 6px;
  position: relative;
  overflow: hidden !important;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.login-body .profile-social-links li a img {
  position: relative;
  z-index: 1;
}
.login-body .login-input {
  position: relative;
  width: 100%;
  padding: 10px 5px;
  margin: 0 0 10px;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  background: 0 0;
  font-size: 1rem;
  font-weight: 500;
  transition: border-bottom .2s cubic-bezier(.55, 0, .1, 1);
}
.login-body .profile-social-links li a:before {
  display: block;
  content: "";
  background: rgba(0, 0, 0, .3);
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  opacity: 1;
  -webkit-transition: transform .4s ease, opacity 1s ease-out;
  transition: transform .4s ease, opacity 1s ease-out;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.col-100 md-grid-list md-grid-tile,
.section md-grid-list md-grid-tile {
  transition: all .9s ease-out 90ms;
}
.login-body .profile-social-links li a:hover:before {
  opacity: 0;
  transform: scale3d(1, 1, 1);
}
.main-menu,
.main-menu li > a {
  -webkit-transform: translateZ(0) scale(1, 1);
}
.login-body .profile-social-links li a img,
.login-body .profile-social-links li a svg {
  width: 24px;
}
@media screen and (min-aspect-ratio:1.33333333) {
  .login-body body {
    background-size: 100% auto;
  }
  .login-body body:before {
    width: 0;
  }
}
@media screen and (min-height:1px) {
  .login-body .profile-card {
    width: 280px;
    height: 440px;
    background: #FFF;
    border-radius: 4px;
    opacity: 1;
  }
  .login-body .profile-card header {
    width: auto;
    height: auto;
    padding: 23px 5px;
    display: block;
    float: none;
    border-right: none;
  }
  .login-body .profile-card .profile-bio {
    width: auto;
    height: auto;
    padding: 15px 20px 30px;
    display: block;
    float: none;
  }
  .login-body .profile-social-links {
    width: 100%;
    display: block;
    float: none;
  }
}
@media screen and (min-aspect-ratio:1.33333333) {
  .login-body body {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% auto;
  }
  .login-body body:before {
    width: 0;
    border-radius: 0;
  }
}
body,
html,
md-content {
  background-color: #fff !important;
}
.text-justify {
  text-align: justify;
}
.col-100 md-grid-list md-grid-tile md-grid-tile-footer h1,
.col-100 md-grid-list md-grid-tile md-grid-tile-footer h2,
.col-100 md-grid-list md-grid-tile md-grid-tile-footer h3,
.col-100 md-grid-list md-grid-tile md-grid-tile-footer h4,
.col-100 md-grid-list md-grid-tile md-grid-tile-footer h5,
.col-100 md-grid-list md-grid-tile md-grid-tile-footer h6,
.section md-grid-list md-grid-tile md-grid-tile-footer h1,
.section md-grid-list md-grid-tile md-grid-tile-footer h2,
.section md-grid-list md-grid-tile md-grid-tile-footer h3,
.section md-grid-list md-grid-tile md-grid-tile-footer h4,
.section md-grid-list md-grid-tile md-grid-tile-footer h5,
.section md-grid-list md-grid-tile md-grid-tile-footer h6,
md-card {
  text-align: center;
}
.gpBlockDisplay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3200;
  background: rgba(0, 0, 0, .7);
}
#fondo_1,
.dynamic-badge {
  position: absolute;
}
.inputSearch label {
  color: #fff !important;
}
.inputSearch ::-webkit-input-placeholder {
  color: #fff !important;
}
.inputSearch :-moz-placeholder {
  color: #fff !important;
}
.inputSearch ::-moz-placeholder {
  color: #fff !important;
}
.inputSearch :-ms-input-placeholder {
  color: #fff !important;
}
.inputSearch input {
  color: #fff;
}
.inputSearch .md-errors-spacer {
  display: none;
}
@media print {
  .no-print {
    display: none;
  }
}
.section {
  width: 95%;
  float: right;
  overflow-x: auto;
}
.section md-grid-list {
  margin: 10px;
}
.section md-grid-list .gray {
  background: #f5f5f5;
}
.section md-grid-list .green {
  background: #b9f6ca;
}
.section md-grid-list .yellow {
  background: #ffff8d;
}
.section md-grid-list .blue {
  background: #84ffff;
}
.section md-grid-list .purple {
  background: #b388ff;
}
.section md-grid-list .red {
  background: #ff8a80;
}
.col-100 {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  overflow-x: auto;
}
.col-100 md-grid-list {
  margin: 10px;
}
.col-100 md-grid-list .gray {
  background: #f5f5f5;
}
.col-100 md-grid-list .green {
  background: #b9f6ca;
}
.col-100 md-grid-list .yellow {
  background: #ffff8d;
}
.col-100 md-grid-list .blue {
  background: #84ffff;
}
.col-100 md-grid-list .purple {
  background: #b388ff;
}
.col-100 md-grid-list .red {
  background: #ff8a80;
}
md-card > h2 {
  padding-left: 15px;
}
.note {
  width: 100%;
  box-sizing: border-box;
}
.form md-input input {
  border-color: #000;
}
.errorLogin {
  color: red !important;
}
md-toolbar {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}
md-card:first-child {
  padding: 8px 8px 8px 24px;
}
.checkboxes > md-checkbox {
  margin: 0;
  padding: 16px;
  min-width: 300px;
  flex: 0 0 auto;
}
@media all and (min-width:601px) {
  md-toolbar .md-title {
    margin-left: 56px;
  }
  md-card {
    margin: 72px;
  }
  md-card + md-card {
    margin-top: 0;
  }
}
.dynamic-badge[data-badge]:after {
  content: attr(data-badge);
  position: absolute;
  top: -11px;
  right: -41px;
  font-size: 11px;
  font-family:
    Roboto,
    Helvetica,
    Arial,
    sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 23px;
  background: #ff4081;
  color: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.main-menu li > a,
.settings {
  font-family: Strait, sans-serif;
}
.autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocomplete-custom-template .item-metadata,
.autocomplete-custom-template .item-title {
  display: block;
  line-height: 2;
}
.autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}
.gpDialog {
  width: 100%;
  max-height: 100%;
}
.gpDialog .gpTableInvoiceModal {
  height: 260px;
  overflow: auto;
}
.gpDialog .gpTableInvoiceItemModal {
  height: 120px;
  overflow: auto;
}
.f .fa {
  display: block !important;
}
#fondo_1 {
  padding: 0;
  top: 0;
  right: 0;
  background-color: #000;
  opacity: .7;
  background-repeat: repeat;
  width: 100%;
  height: 596px;
  z-index: 2;
}
#containerfunnel {
  width: 100%;
  max-width: 800px;
}
.card.req-active2 .card__sender__heading,
.card__sender__address,
.chat .chat-history .message:after,
.gpDriverUpload .upload .upload-files .body.active .pointer-none {
  pointer-events: none;
}
.required {
  color: red;
}
.sample-show-hide {
  -webkit-transition: all linear .5s;
  transition: all linear .5s;
}
.sample-show-hide.ng-hide {
  opacity: 0;
}
.gpText-white {
  color: #FFF;
}
.gpInit {
  font-size: 50px;
}
.gpFullWidth {
  width: 80%;
}
.gpBorder {
  border: 2px solid #000;
}
.gpNoStyle {
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  font-size: 100% !important;
  vertical-align: baseline !important;
  background: 0 0 !important;
}
.gpNoStyle td {
  padding-left: 2px;
}
.gpRateStyle {
  background: #FFF !important;
  color: #000 !important;
  font-size: 12px !important;
}
.gpActive {
  background: #0069a5 !important;
  color: #FFF !important;
  font-size: 20px !important;
}
.gpColorPositive,
.gpColorPositive .activated,
.gpColorPositive a {
  background-color: #5F83CB;
  color: #FFF;
}
.gpGroup-btn {
  margin: 0 auto;
  width: 277px;
  padding: 0 5%;
}
.gpGroup-btn button {
  width: 49%;
}
.gpDown,
.gpGroup-header {
  position: fixed;
  width: 100%;
}
.gpCenter {
  text-align: center;
}
.gpRight {
  text-align: right;
}
.gpLeft {
  text-align: left;
}
.gpVBottom {
  vertical-align: bottom;
}
.gpVTop {
  vertical-align: top;
}
.gpColorPositive a {
  border: #5F83CB;
  font-size: 20px;
}
.gpColorPositive .activated {
  border: #5F83CB;
}
.gpColorPositive .button:hover {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}
.gpColorPastelOrange {
  background-color: orange;
  color: #FFF;
}
.gpColorPastelYellow {
  background-color: #7DB922;
  color: #FFF;
}
.gpError,
.gpRed {
  color: #E70006;
}
.gpColorBorderPastelBlue {
  border-left: 6px solid #107AA2;
}
.gpColorBorderPastelGreen {
  border-left: 6px solid #0AAC77;
}
.gpColorBorderPastelOrange {
  border-left: 6px solid orange;
}
.gpColorBorderPastelYellow {
  border-left: 6px solid #7DB922;
}
.gpColorBorderPastelRed {
  border-left: 6px solid red;
}
.gpDown {
  bottom: 33px;
}
.gpArea-text {
  position: fixed;
  bottom: 31%;
  font-size: 17px;
  margin: 2% 5% 0;
  text-align: center;
}
.gpGroup-header {
  top: 0;
  margin: 0 auto;
  padding: 0 5%;
}
.gpGroup-header button {
  width: 49%;
}
.gpSpace {
  white-space: pre-line;
}
.gpItem {
  white-space: normal;
  text-align: left;
}
.gpItem .input-label {
  width: 100%;
}
.gpPanel {
  top: 0;
  left: 0;
  width: 83%;
  height: 100%;
  margin-left: 10px;
  margin-top: 7px;
  border-radius: 15px;
  text-align: center;
  background: rgba(0, 0, 0, .7);
}
.gpError {
  font-size: 11px;
  border: 1px solid #E70006;
}
.gpCurve {
  border-radius: 20px;
}
.circle {
  border-radius: 25px;
  outline: 0;
}
.img {
  max-width: 174px;
  max-height: 80px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.expedition .col3 img,
.formatInsured .col3 img {
  max-width: 138px;
}
.banner {
  width: 100%;
  height: 166px;
}
.banner img {
  width: 100%;
  height: 100%;
}
.shop-home-view .item .p {
  text-overflow: normal !important;
  white-space: normal !important;
  text-align: justify;
}
.feed-view {
  background: #fff;
}
.spinner svg {
  width: 28px;
  height: 28px;
  stroke: #000;
  fill: #000;
}
md-toolbar h1 {
  font-size: 1.25em;
  font-weight: 400;
  margin: auto;
}
md-item p {
  margin-top: 0;
}
.gpRadio:before,
.gpRadioRed:before {
  content: "";
  margin: 20% auto;
  display: block;
}
md-dialog {
  z-index: 9999;
}
md-input-container .md-placeholder,
md-input-container label,
md-input-container.md-default-theme .md-placeholder,
md-input-container.md-default-theme label {
  color: rgba(0, 0, 0, .45);
}
.angular-google-map-container {
  height: 400px;
}
.gpRadio {
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0 0 5px 0 gray inset;
}
.gpRadio:hover {
  box-shadow: 0 0 5px 0 orange inset;
}
.gpRadio:before {
  width: 60%;
  height: 60%;
  border-radius: 50%;
}
.gpRadio:checked:before {
  background: #3f51b5;
}
.gpRadio[disabled] {
  background-color: gray;
}
.gpRadio[disabled]:hover {
  box-shadow: none;
}
.gpRadioRed {
  width: 20px;
  height: 20px;
  border: 1px solid #a9a9a9;
  border-radius: 50%;
  outline: 0;
  box-shadow: 0 0 5px 0 gray inset;
}
.gpRadioRed:hover {
  box-shadow: 0 0 5px 0 orange inset;
}
.gpRadioRed:before {
  width: 60%;
  height: 60%;
  border-radius: 50%;
}
.gpRadioRed:checked:before {
  background: red;
}
.gpRadioRed[disabled] {
  background-color: gray;
}
.gpRadioRed[disabled]:hover {
  box-shadow: none;
}
.jah {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dashboard-sidebar,
.sidebar {
  position: fixed;
  overflow-x: auto;
  left: 0;
}
.jah .section {
  width: 100%;
  height: 900px;
  background-size: cover;
}
.sidebar-toggle {
  margin-left: -240px;
}
.sidebar {
  top: 64px;
  width: 14%;
  height: 100%;
  background: #3F51A3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 100;
}
.sidebar #leftside-navigation ul,
.sidebar #leftside-navigation ul ul {
  margin: -2px 0 0;
  padding: 0;
  background-color: #3F51A3;
}
.sidebar #leftside-navigation ul li {
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  width: 100% !important;
}
.sidebar #leftside-navigation ul li.active > a {
  color: #1abc9c;
}
.sidebar #leftside-navigation ul li.active ul {
  display: block;
}
.sidebar #leftside-navigation ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 18px 0 18px 25px;
  font-size: 12px;
  outline: 0;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  -ms-transition: all .2s ease-in;
  transition: all .2s ease-in;
}
.sidebar #leftside-navigation ul li a:hover {
  color: #1abc9c;
}
.sidebar #leftside-navigation ul li a span {
  display: inline-block;
}
.sidebar #leftside-navigation ul li a i {
  width: 20px;
}
.sidebar #leftside-navigation ul li a i .fa-angle-left,
.sidebar #leftside-navigation ul li a i .fa-angle-right {
  padding-top: 3px;
}
.sidebar #leftside-navigation ul ul {
  display: none;
}
.sidebar #leftside-navigation ul ul li {
  background: #3F51A3;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  border-bottom: none;
}
.sidebar #leftside-navigation ul ul li a {
  font-size: 12px;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #fff;
}
.dashboard {
  min-height: 10px;
  height: 37px !important;
}
.dashboard .md-dashboard {
  height: 36px;
}
.dashboard .md-dashboard .md-indent ng-md-icon {
  width: 0%;
}
.dashboard-sidebar {
  top: 37px;
  width: 50px;
  height: 100%;
  border-right: 1px solid #ccc;
  background-color: #F5F5F8;
}
.dashboard-sidebar .sidebar-content ng-md-icon {
  display: block;
}
.dashboard-sidebar .sidebar-content ul {
  list-style: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 10px 0 0;
  float: left;
}
.dashboard-sidebar .sidebar-content ul li {
  display: block;
  width: 100%;
  float: left;
}
.dashboard-section {
  width: 96%;
  float: right;
}
.area,
.page-weather .panel-now .horizontal-list li,
.settings {
  float: left;
}
md-toolbar {
  fill: #FFF;
}
md-toolbar md-menu-bar button {
  color: #FFF;
}
md-toolbar md-menu-bar button ng-md-icon {
  color: #fff;
}
md-toolbar md-menu-bar button ng-md-icon svg {
  width: 12px !important;
  height: 12px !important;
}
md-toolbar md-menu-bar md-menu.md-open > button {
  color: #000;
  fill: #000;
}
#md-dashboard-ticket {
  height: 37px;
}
.tickect #inbox-tickect {
  overflow-y: auto;
}
.tickect #inbox-tickect td:hover {
  background: #ebf2f9;
  cursor: pointer;
  cursor: hand;
}
.settings {
  height: 73px;
  background-repeat: no-repeat;
  width: 250px;
  margin: 0;
  text-align: center;
  font-size: 20px;
}
.scrollbar,
.scrollbar:hover {
  height: 90%;
  width: 100%;
  overflow-x: hidden;
}
.scrollbar {
  overflow-y: hidden;
}
.scrollbar:hover {
  overflow-y: scroll;
}
.f .fa,
.main-menu .nav-icon {
  height: 36px;
  text-align: center;
}
.f .fa {
  position: relative;
  width: 55px;
  top: 12px;
  font-size: 20px;
}
.main-menu:hover,
nav.main-menu.expanded {
  width: auto;
  overflow-x: none;
  overflow-y: auto;
  opacity: 1;
}
.main-menu {
  z-index: 99;
  background: #0069a5;
  position: absolute;
  top: 64px;
  bottom: 0;
  left: 0;
  width: 50px;
  overflow: hidden;
  -webkit-transition: width .2s linear;
  transition: width .2s linear;
  box-shadow: 1px 0 15px rgba(0, 0, 0, .07);
  opacity: 1;
}
.main-menu > ul {
  margin: 7px 0;
}
.main-menu li {
  position: relative;
  display: block;
  width: 250px;
}
.main-menu li > a {
  position: relative;
  color: #FFF;
  width: 255px;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  text-decoration: none;
  -webkit-transition: all .14s linear;
  transition: all .14s linear;
  border-top: 1px solid #f2f2f2;
}
.main-menu .nav-icon,
.main-menu .nav-text {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.main-menu .nav-icon {
  width: 55px;
  font-size: 18px;
}
.main-menu .nav-text {
  width: 190px;
  font-family: "Titillium Web", sans-serif;
}
.main-menu .fb-like {
  left: 180px;
  position: absolute;
  top: 15px;
}
.main-menu > ul.logout,
.page {
  position: absolute;
  left: 0;
  bottom: 0;
}
nav {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
nav li,
nav ul {
  outline: 0;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.dashboard-page nav.dashboard-menu ul li.active a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.main-menu li:hover > a,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
nav.main-menu li.active > a {
  color: #fff;
  background-color: #0bb;
  text-shadow: 0 0 0;
}
.area {
  background: #fff;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 300;
  src:
    local("Titillium WebLight"),
    local("TitilliumWeb-Light"),
    url(https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff) format("woff");
}
.home {
  background-color: #1d1f20;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 300;
  color: #fff;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  overflow: hidden;
}
.home * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.page {
  display: none;
  right: 0;
  top: 10px;
  width: 99%;
  height: 98%;
  margin: 0 5px;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, .8);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .8);
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.page .bg,
.page .overlay {
  left: 0;
  top: 0;
  width: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}
.page .bg {
  height: 100%;
  background-image: url("./media/home-D4AY2EIK.jpg");
  background-size: cover;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.page .overlay {
  height: 98%;
  background-color: rgba(0, 233, 233, .1);
}
.panel {
  background-color: rgba(0, 0, 0, .4);
  text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}
.page-home .panel-time {
  position: absolute;
  top: 30px;
  width: 380px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
.page-home .panel-time .time {
  font-size: 7rem;
  line-height: 8rem;
  text-align: center;
}
.page-home .panel-time .date {
  background-color: rgba(0, 233, 233, .6);
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-align: center;
  -moz-border-radius: 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px;
}
.page-home .panel-weather {
  position: absolute;
  top: 30px;
  width: 380px;
  right: 0;
  text-align: center;
  cursor: pointer;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  background-color: rgba(0, 0, 0, .3);
}
.page-home .panel-weather .location {
  background-color: rgba(0, 233, 233, .6);
  font-size: 1.1rem;
  line-height: 1.5rem;
  -moz-border-radius: 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0;
}
.page-home .panel-weather .icon {
  display: inline-block;
  font-size: 3rem;
  line-height: 4rem;
  margin-right: 40px;
}
.page-home .panel-weather img {
  width: 150px;
  margin-right: 50px;
}
.page-home .panel-weather .temp {
  display: inline-block;
  vertical-align: top;
  font-size: 30px;
  line-height: 6.5rem;
  font-weight: 400;
}
.page-home .panel-weather .temp .degree {
  font-size: 2rem;
  line-height: 4rem;
  vertical-align: top;
}
.page-home .panel-weather .text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.5rem;
}
.page-home .panel-calendar {
  position: absolute;
  top: 220px;
  width: 380px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  background-color: initial;
}
.page-home .panel-calendar ul {
  padding: 0 20px;
}
.page-home .panel-calendar ul li {
  padding: 0;
  margin: 8px 0;
  background-color: rgba(0, 0, 0, .5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page-home .panel-calendar ul li .time,
.page-home .panel-calendar ul li .title {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 2px 6px;
}
.page-home .panel-calendar ul li .time {
  width: 120px;
  text-align: center;
  font-weight: 300;
  background-color: rgba(0, 233, 233, .6);
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
.page-home .panel-tasks {
  position: absolute;
  top: 210px;
  right: 0;
  width: 300px;
  height: 140px;
  overflow: hidden;
  cursor: pointer;
  background-color: initial;
}
.page-home .panel-tasks ul {
  padding-right: 30px;
}
.page-home .panel-tasks ul li {
  padding: 0;
  margin: 8px 0;
  background-color: rgba(0, 0, 0, .5);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page-home .panel-tasks ul li .check,
.page-home .panel-tasks ul li .plus,
.page-home .panel-tasks ul li .title {
  display: inline-block;
  font-size: 1rem;
  line-height: 20px;
  vertical-align: middle;
}
.page-home .panel-tasks ul li .title {
  padding: 2px 6px;
}
.page-home .panel-tasks ul li .check {
  position: relative;
  margin: 0 0 0 2px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(0, 233, 233, .6);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.page-home .panel-tasks ul li.checked .check:after {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  font-size: .9rem;
  top: -2px;
  left: 1px;
}
.page-home .panel-tasks ul li .plus {
  width: 20px;
  height: 20px;
}
.page-home .panel-tasks ul li.other .title {
  font-style: italic;
  color: #ccc;
  font-size: .9rem;
}
.page-home .panel-functions {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-home .panel-functions .icon {
  margin: 0 20px;
  font-size: 45px;
  width: 87px;
  height: 87px;
  padding: 12px;
  text-align: center;
  cursor: pointer;
  border: 6px solid rgba(0, 233, 233, .6);
  -moz-border-radius: 87px;
  -webkit-border-radius: 87px;
  border-radius: 87px;
}
.page-home .panel-functions .icon .title {
  font-size: 1rem;
  text-align: center;
  text-transform: uppercase;
  display: none;
}
.page-weather .bg {
  background-image: url("./media/homeStadistic-X3ZTPUPB.jpg");
}
.page-weather .panel-now {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 100%;
  height: 100%;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-weather .panel-now * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.page-weather .panel-now ul {
  margin: 0;
  padding-left: 0;
}
.page-weather .panel-now h1 {
  font-size: 23px;
}
.page-weather .panel-now h2 {
  font-size: 17px;
}
.page-weather .panel-now p {
  font-size: 15px;
}
.page-weather .panel-now a {
  text-decoration: none;
  font-size: 15px;
}
.page-weather .panel-now a:hover {
  text-decoration: underline;
}
.page-weather .panel-now a,
.page-weather .panel-now h1,
.page-weather .panel-now h2,
.page-weather .panel-now p,
.page-weather .panel-now span {
  color: #fff;
}
.page-weather .panel-now .scnd-font-color {
  color: #9099b7;
}
.page-weather .panel-now .titular {
  display: block;
  line-height: 60px;
  margin: 0;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-weather .panel-now .horizontal-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-weather .panel-now .block {
  margin: 5% 5px 0;
  background: #394264;
  border-radius: 5px;
  float: left;
  width: 32%;
  overflow: hidden;
}
.page-weather .panel-now .menu-box {
  height: 360px;
}
.page-weather .panel-now .donut-chart-block {
  overflow: hidden;
}
.page-weather .panel-now .donut-chart-block .titular {
  padding: 10px 0;
}
.page-weather .panel-now .os-percentages li {
  width: 25%;
  border-left: 1px solid #394264;
  text-align: center;
  background: #50597b;
}
.page-weather .panel-now .os {
  margin: 0;
  padding: 10px 0 5px;
  font-size: 15px;
}
.page-weather .panel-now .os.ios {
  border-top: 4px solid #e64c65;
}
.page-weather .panel-now .os.mac {
  border-top: 4px solid #11a8ab;
}
.page-weather .panel-now .os.linux {
  border-top: 4px solid #fcb150;
}
.page-weather .panel-now .os.win {
  border-top: 4px solid #4fc4f6;
}
.page-weather .panel-now .os-percentage {
  margin: 0;
  padding: 0 0 15px 10px;
  font-size: 25px;
}
.page-weather .panel-now .bar-chart-block,
.page-weather .panel-now .line-chart-block {
  height: 400px;
}
.page-weather .panel-now .line-chart {
  height: 200px;
  background: #11a8ab;
}
.page-weather .panel-now .time-lenght {
  padding-top: 22px;
  padding-left: 38px;
  overflow: hidden;
}
.page-weather .panel-now .time-lenght-btn {
  display: block;
  width: 70px;
  line-height: 32px;
  background: #50597b;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
  -webkit-transition: background .3s;
  transition: background .3s;
}
.page-weather .panel-now .time-lenght-btn:hover {
  text-decoration: none;
  background: #e64c65;
}
.page-weather .panel-now .month-data {
  padding-top: 28px;
}
.page-weather .panel-now .month-data p {
  display: inline-block;
  margin: 0;
  padding: 0 25px 15px;
  font-size: 16px;
}
.page-weather .panel-now .month-data p:last-child {
  padding: 0 25px;
  float: right;
  font-size: 15px;
}
.page-weather .panel-now .increment {
  color: #e64c65;
}
.page-weather .panel-now .grafico {
  padding: 2rem 1rem 1rem;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  font-size: 80%;
}
.page-weather .panel-now .grafico span {
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  height: 0;
  border-top: 2px solid;
  transform-origin: left center;
}
.page-weather .panel-now .grafico span > span {
  left: 100%;
  bottom: 0;
}
.page-weather .panel-now [data-valor="25"] {
  width: 75px;
  transform: rotate(-45deg);
}
.page-weather .panel-now [data-valor="8"] {
  width: 24px;
  transform: rotate(65deg);
}
.page-weather .panel-now [data-valor="13"] {
  width: 39px;
  transform: rotate(-45deg);
}
.page-weather .panel-now [data-valor="5"] {
  width: 15px;
  transform: rotate(50deg);
}
.page-weather .panel-now [data-valor="23"] {
  width: 69px;
  transform: rotate(-70deg);
}
.page-weather .panel-now [data-valor="12"] {
  width: 36px;
  transform: rotate(75deg);
}
.page-weather .panel-now [data-valor="15"] {
  width: 45px;
  transform: rotate(-45deg);
}
.page-weather .panel-now [data-valor]:before {
  content: "";
  position: absolute;
  display: block;
  right: -4px;
  bottom: -3px;
  padding: 4px;
  background: #fff;
  border-radius: 50%;
}
.page-weather .panel-now [data-valor="23"]:after {
  content: "+" attr(data-valor) "%";
  position: absolute;
  right: -2.7rem;
  top: -1.7rem;
  padding: .3rem .5rem;
  background: #50597B;
  border-radius: .5rem;
  transform: rotate(45deg);
}
.page-weather .panel-now [class^=eje-] {
  position: absolute;
  left: 0;
  bottom: 0rem;
  width: 100%;
  padding: 1rem 1rem 0 2rem;
  height: 80%;
}
.page-weather .panel-now .eje-x {
  height: 2.5rem;
}
.page-weather .panel-now .eje-y li {
  height: 25%;
  border-top: 1px solid #777;
}
.page-weather .panel-now [data-ejeY]:before {
  content: attr(data-ejeY);
  display: inline-block;
  width: 2rem;
  text-align: right;
  line-height: 0;
  position: relative;
  left: -2.5rem;
  top: -.5rem;
}
.page-weather .panel-now .eje-x li {
  width: 33%;
  float: left;
  text-align: center;
}
.page-weather .panel-now .donut-chart {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem;
  border-radius: 100%;
}
.page-weather .panel-now p.center-date {
  background: #394264;
  position: absolute;
  text-align: center;
  font-size: 28px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 130px;
  height: 130px;
  margin: auto;
  border-radius: 50%;
  line-height: 35px;
  padding: 15% 0 0;
}
.page-weather .panel-now .center-date span.scnd-font-color {
  line-height: 0;
}
.page-weather .panel-now .recorte {
  border-radius: 50%;
  clip: rect(0, 200px, 200px, 100px);
  height: 100%;
  position: absolute;
  width: 100%;
}
.page-weather .panel-now .quesito {
  border-radius: 50%;
  clip: rect(0, 100px, 200px, 0);
  height: 100%;
  position: absolute;
  width: 100%;
  font-family: monospace;
  font-size: 1.5rem;
}
.page-weather .panel-now #porcion1 {
  transform: rotate(0);
}
.page-weather .panel-now #porcion1 .quesito {
  background-color: #E64C65;
  transform: rotate(76deg);
}
.page-weather .panel-now #porcion2 {
  transform: rotate(76deg);
}
.page-weather .panel-now #porcion2 .quesito {
  background-color: #11A8AB;
  transform: rotate(140deg);
}
.page-weather .panel-now #porcion3 {
  transform: rotate(215deg);
}
.page-weather .panel-now #porcion3 .quesito {
  background-color: #4FC4F6;
  transform: rotate(113deg);
}
.page-weather .panel-now #porcionFin {
  transform: rotate(-32deg);
}
.page-weather .panel-now #porcionFin .quesito {
  background-color: #FCB150;
  transform: rotate(32deg);
}
.page-weather .panel-now .nota-final {
  clear: both;
  color: #4FC4F6;
  font-size: 1rem;
  padding: 2rem 0;
}
.page-weather .panel-now .nota-final strong {
  color: #E64C65;
}
.page-weather .panel-now .nota-final a {
  color: #FCB150;
  font-size: inherit;
}
.page-weather .panel-now .grafico.bar-chart {
  background: #3468AF;
  padding: 0 1rem 2rem;
  width: 100%;
  height: 60%;
  position: relative;
  color: #fff;
  font-size: 80%;
}
.page-weather .panel-now .bar-chart [class^=eje-] {
  padding: 0 1rem 0 2rem;
  bottom: 1rem;
}
.page-weather .panel-now .bar-chart .eje-x {
  bottom: 0;
}
.page-weather .panel-now .bar-chart .eje-y li {
  height: 20%;
  border-top: 1px solid #fff;
}
.page-weather .panel-now .bar-chart .eje-x li {
  width: 14%;
  position: relative;
  text-align: left;
}
.page-weather .panel-now .bar-chart .eje-x li i {
  transform: rotatez(-45deg) translatex(-1rem);
  transform-origin: 30% 60%;
  display: block;
}
.page-weather .panel-now .bar-chart .eje-x li:before {
  content: "";
  position: absolute;
  bottom: 1.9rem;
  width: 70%;
  right: 5%;
  box-shadow: 3px 0 rgba(0, 0, 0, .1), 3px -3px rgba(0, 0, 0, .1);
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(1):before {
  background: #E64C65;
  height: 570%;
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(2):before {
  background: #11A8AB;
  height: 900%;
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(3):before {
  background: #FCB150;
  height: 400%;
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(4):before {
  background: #4FC4F6;
  height: 290%;
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(5):before {
  background: #FFED0D;
  height: 720%;
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(6):before {
  background: #F46FDA;
  height: 820%;
}
.page-weather .panel-now .bar-chart .eje-x li:nth-child(7):before {
  background: #15BFCC;
  height: 520%;
}
.page-weather .panel-now .mainInfo {
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
}
.page-weather .panel-now .mainInfo .icon {
  display: block;
  font-size: 4rem;
  line-height: 6rem;
}
.page-weather .panel-now .mainInfo img {
  display: block;
  margin: auto;
  height: 120px;
  padding-right: 20px;
}
.page-weather .panel-now .mainInfo .temp {
  display: block;
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 6px;
  margin-top: -10px;
}
.page-weather .panel-now .mainInfo .temp .value {
  font-weight: 600;
}
.page-weather .panel-now .mainInfo .temp .separator {
  margin: 0 3px;
  opacity: .4;
}
.page-weather .panel-now .mainInfo .temp .degree {
  margin-left: 5px;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  vertical-align: top;
}
.page-weather .panel-now .row {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.page-weather .panel-now .row .info {
  flex: 1;
  text-align: center;
}
.page-weather .panel-now .row .info i {
  margin-right: 10px;
  color: #ff6f4d;
}
.page-weather .panel-now .row .info .value {
  font-weight: 600;
}
.page-weather .panel-location {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 200px;
  height: 100px;
  text-align: right;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .9);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: initial;
}
.page-weather .panel-location .icon {
  display: inline-block;
  text-align: center;
  font-size: 3rem;
  line-height: 4rem;
}
.page-weather .panel-location .title {
  display: inline-block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-right: 10px;
}
.page-weather .panel-location .title span {
  display: block;
}
.page-weather .panel-today {
  position: absolute;
  top: 220px;
  left: 20px;
  width: 400px;
  height: 100px;
  background-color: rgba(0, 0, 0, .5);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
}
.page-weather .panel-today .box {
  flex: 1;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, .3);
}
.page-weather .panel-today .box .title {
  background-color: rgba(0, 0, 0, .2);
  font-size: .9rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-align: center;
  color: #ff6f4d;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, .6);
}
.page-weather .panel-today .box .icon {
  display: block;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .9);
}
.page-weather .panel-today .box img {
  display: block;
  height: 50px;
  margin-left: 20px;
}
.page-weather .panel-today .box .temp {
  font-size: 1.1rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
}
.page-weather .panel-today .box .temp .value {
  font-weight: 600;
}
.page-weather .panel-today .box .temp .degree {
  margin-left: 2px;
  font-size: .7rem;
  line-height: 1.8rem;
  font-weight: 300;
  vertical-align: top;
}
.page-weather .panel-forecast {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 150px;
  background-color: rgba(0, 0, 0, .5);
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: space-between;
}
.page-map .map,
.page-map .title {
  left: 0;
  right: 0;
  width: 90%;
  position: absolute;
}
.page-weather .panel-forecast .box {
  flex: 1;
  height: 100%;
  border-right: 2px solid rgba(0, 0, 0, .3);
}
.page-weather .panel-forecast .box .title {
  background-color: rgba(0, 0, 0, .2);
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ff6f4d;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
}
.page-weather .panel-forecast .box .icon {
  display: block;
  font-size: 2rem;
  line-height: 4rem;
  font-weight: 400;
  text-align: center;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, .9);
}
.page-weather .panel-forecast .box img {
  display: block;
  height: 75px;
  margin-left: 5px;
}
.page-weather .panel-forecast .box .temp {
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 300;
  text-align: center;
}
.page-weather .panel-forecast .box .temp .value {
  font-weight: 600;
}
.page-weather .panel-forecast .box .temp .separator {
  margin: 0 3px;
  opacity: .4;
}
.page-weather .panel-forecast .box .temp .degree {
  margin-left: 2px;
  font-size: .8rem;
  line-height: 2.5rem;
  font-weight: 300;
  vertical-align: top;
}
.page-map .bg {
  background-image: url("./media/homeMap-CCFUBUBS.jpg");
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.page-calendar .bg,
.page-tasks .bg {
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
}
.page-map .overlay {
  background-color: rgba(0, 181, 255, .25);
}
.page-map .title {
  top: 10px;
  margin: auto;
  text-align: center;
  font-size: 2.5rem;
  line-height: 3.5rem;
  background-color: rgba(0, 0, 0, .2);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-family: "Open Sans";
  font-weight: 400;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, .6);
}
.page-map .map {
  bottom: 0;
  top: 0;
  height: 80%;
  margin: 10% auto auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .6);
  box-shadow: 0 0 10px rgba(0, 0, 0, .6);
}
.page-tasks .bg {
  background-image: url("./media/homeTiket-B3FLP7AU.jpg");
  filter: blur(0);
}
.page-tasks .overlay {
  background-color: rgba(0, 153, 50, .3);
}
.page-tasks .wrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 90%;
  overflow: hidden;
}
.page-tasks .panel-tasklist {
  display: inline-block;
  vertical-align: top;
  width: 45%;
  height: 100%;
  margin: 0 1%;
  background-color: rgba(0, 0, 0, .4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-tasks .panel-tasklist .header {
  text-align: center;
}
.page-tasks .panel-tasklist .header .title {
  font-size: 1.2rem;
  line-height: 2rem;
  background-color: rgba(0, 255, 84, .7);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.page-tasks .panel-tasklist .newItem {
  padding: 15px 15px 0;
  height: 35px;
}
.page-tasks .panel-tasklist .newItem .text {
  cursor: pointer;
}
.page-tasks .panel-tasklist .newItem .text .title {
  display: inline-block;
  color: #ccc;
  font-size: .9rem;
}
.page-tasks .panel-tasklist .newItem .text i {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  text-align: center;
  color: #ccc;
  line-height: 20px;
  vertical-align: middle;
}
.page-tasks .panel-tasklist .newItem input {
  display: none;
  width: 100%;
  padding: 2px 6px;
  background-color: #062;
  border: 1px solid #009932;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-family: "Open Sans";
  color: #fff;
}
.page-tasks .panel-tasklist ul {
  height: 86%;
  padding: 10px;
  overflow: auto;
}
.page-tasks .panel-tasklist ul::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.page-tasks .panel-tasklist ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #009932;
  border: 1px solid #062;
}
.page-tasks .panel-tasklist ul::-webkit-scrollbar-corner {
  background: #009932;
  display: none;
  opacity: 0;
}
.page-tasks .panel-tasklist ul li {
  padding: 0;
  margin: 8px 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.page-tasks .panel-tasklist ul li .check,
.page-tasks .panel-tasklist ul li .plus,
.page-tasks .panel-tasklist ul li .title {
  display: inline-block;
  font-size: 1rem;
  line-height: 20px;
  vertical-align: top;
}
.page-tasks .panel-tasklist ul li .check {
  position: relative;
  margin: 0 0 0 2px;
  width: 20px;
  height: 20px;
  border: 2px solid #00ff54;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.page-tasks .panel-tasklist ul li .title {
  width: 88%;
  padding: 2px 6px;
  text-align: justify;
}
.page-tasks .panel-tasklist ul li .title small {
  font-size: 9px;
}
.page-tasks .panel-tasklist ul li.checked .check:after {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  font-size: .9rem;
  top: -2px;
  left: 1px;
}
.page-tasks .panel-tasklist ul li.checked .content {
  font-style: italic;
  text-decoration: line-through;
  color: #b3b3b3;
}
.page-tasks .panel-tasklist ul li .plus {
  width: 20px;
  height: 20px;
}
.page-tasks .panel-tasklist.right {
  left: auto;
  right: 20px;
}
.page-calendar .bg {
  background-image: url("./media/homeCalendar-5H2BYL7H.jpg");
  filter: blur(0);
}
.page-calendar .overlay {
  background-color: rgba(0, 233, 233, .2);
}
.page-calendar .panel-calendar {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40%;
  height: 95%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .55);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.page-calendar .panel-calendar .header {
  text-align: center;
}
.page-calendar .panel-calendar .header .title {
  font-size: 1.5rem;
  line-height: 2rem;
  background-color: rgba(0, 233, 233, .8);
}
.page-calendar .panel-calendar .header .date {
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: rgba(0, 233, 233, .6);
}
.page-calendar .panel-calendar ul {
  height: 92%;
  overflow: auto;
  margin: 31px 0 0;
  padding: 15px 15px 10px 10px;
}
.page-calendar .panel-calendar ul::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.page-calendar .panel-calendar ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #00b6b6;
  border: 1px solid #008383;
}
.page-calendar .panel-calendar ul::-webkit-scrollbar-corner {
  background: #00b6b6;
  display: none;
  opacity: 0;
}
.page-calendar .panel-calendar ul li {
  border-bottom: 1px solid rgba(0, 233, 233, .3);
  display: inline-block;
  font-size: 15px;
  line-height: 1rem;
  padding: 2px 6px;
}
.page-calendar .panel-calendar ul li h2 {
  font-size: 18px;
}
.page-calendar .panel-calendar ul li button {
  margin: 0;
  height: 25px;
  min-width: 0;
  line-height: 24px;
  padding: 5px;
  width: 25px;
  border-radius: 50%;
}
.page-calendar .panel-calendar ul li svg {
  fill: #F7F7F7;
}
.page-calendar .panel-calendar ul li {
  text-align: left;
  font-weight: 300;
  width: 100%;
  vertical-align: top;
}
.page-calendar .panel-calendar.right {
  left: auto;
  right: 20px;
}
.page-news .bg {
  background-image: url("./media/homeRss-UBVOISN4.jpg");
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  filter: blur(0);
}
.page-news .overlay {
  background-color: rgba(0, 181, 255, .2);
}
.page-news .panel-newslist-big {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 380px;
  height: 460px;
  background-color: rgba(0, 0, 0, .7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.page-news .panel-newslist-big ul {
  white-space: nowrap;
  overflow: hidden;
}
.page-news .panel-newslist-big li {
  display: inline-block;
  white-space: normal;
  vertical-align: top;
  margin-right: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
.page-news .panel-newslist-big li .image {
  position: relative;
  width: 360px;
  height: 200px;
  background-size: cover;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 10px;
  font-size: .8rem;
}
.page-news .panel-newslist-big li .image .source {
  position: absolute;
  padding: 4px 8px;
  background-color: rgba(0, 181, 255, .8);
  font-weight: 400;
}
.page-news .panel-newslist-big li .image .time {
  position: absolute;
  padding: 4px 8px;
  background-color: rgba(0, 181, 255, .8);
  bottom: 0;
  left: 0;
}
.page-news .panel-newslist-big li .title {
  font-size: 1.6rem;
  line-height: 1.8rem;
  margin: 6px 0;
}
.page-news .panel-newslist-big li .description {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.1rem;
  font-weight: 400;
}
.page-news .panel-newslist-small {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 380px;
  height: 460px;
  overflow: auto;
  background-color: rgba(0, 0, 0, .7);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
}
.page-news .panel-newslist-small::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
.page-news .panel-newslist-small::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0091cc;
  border: 1px solid #006d99;
}
.page-news .panel-newslist-small::-webkit-scrollbar-corner {
  background: #0091cc;
  display: none;
  opacity: 0;
}
.page-news .panel-newslist-small li {
  border-bottom: 1px solid #1a1a1a;
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-shadow: 0 0 6px rgba(0, 0, 0, .8);
}
.page-news .panel-newslist-small li .source {
  padding: 4px 0;
  color: #b3b3b3;
  font-size: .8rem;
  font-weight: 400;
}
.page-news .panel-newslist-small li .image {
  float: right;
  width: 100px;
  height: 80px;
  margin-left: 10px;
  background-size: cover;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 10px;
}
.page-news .panel-newslist-small li .title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 700;
  margin: 6px 0;
  color: #66d3ff;
}
.page-news .panel-newslist-small li .description {
  margin: 10px 0;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.page-news .panel-newslist-small li .time {
  padding: 4px 0;
  color: #b3b3b3;
  font-size: .6rem;
  font-weight: 300;
}
.gpUsers table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
#modalUsers {
  width: 542px;
}
#modalUsers .password-wrapper {
  margin-top: 0;
  margin-bottom: 26px;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 32px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0 1px;
  padding: 2px 0 1px;
}
#modalUsers .password-wrapper .eye-icon {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 10px;
  cursor: pointer;
}
#modalUsers .password-wrapper .info-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
#modalUsers md-autocomplete {
  height: 28px !important;
}
#modalUsers md-autocomplete input {
  border: none !important;
}
#modalUsers md-autocomplete .md-icon-button {
  display: none !important;
}
#modalUsers md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
#modalUsers md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
#modalUsers .error-messages {
  color: red;
  font-size: 14px !important;
}
#modalUsers md-input-container [ng-message] {
  font-size: 10px !important;
}
.md-padding {
  margin-bottom: 25px !important;
}
.md-padding .col1u {
  width: 75%;
  margin: 0;
  padding: 0;
  float: left;
}
.md-padding .col2u {
  width: 24%;
  margin: 0;
  padding: 0;
  float: left;
  position: fixed;
  right: 13px;
  top: 130px;
}
.md-padding .col2u #cont {
  overflow-y: auto !important;
  padding-bottom: 16px !important;
}
.md-padding .col2u #cont .cont-tabs {
  margin-bottom: 50px !important;
}
.autocompletedemoCustomTemplate .autocomplete-custom-template li {
  border-bottom: 1px solid #ccc;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  white-space: normal;
}
.autocompletedemoCustomTemplate .autocomplete-custom-template li:last-child {
  border-bottom-width: 0;
}
.autocompletedemoCustomTemplate .autocomplete-custom-template .item-metadata,
.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title {
  display: block;
  line-height: 2;
}
.quote .intro h3,
.quote .intro1 h3,
.quote .intro1medio h3,
.quote .intro2 h3,
.vistaCustumerApp .CI .CIintro h3,
.vistaCustumerApp .GI .GIintro h3,
.vistaCustumerApp .OS .OSintro h3,
.vistaCustumerApp .SI .SIintro h3,
.vistaCustumerApp .SO .SOintro h3 {
  display: inline-block;
}
.autocompletedemoCustomTemplate .autocomplete-custom-template .item-title md-icon {
  height: 18px;
  width: 18px;
}
.quote .text-right {
  text-align: right;
}
.quote .text-center {
  text-align: center;
}
.quote .text-left {
  text-align: left;
}
.quote .blue,
.quote .blue td {
  color: #0b6ba7 !important;
}
.quote .Bblue,
.quote .Bblue td {
  color: #FFF !important;
  background: #0b6ba7 !important;
}
.quote .Bblue {
  height: 55px;
}
.quote .col2 {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}
.quote .col3 {
  width: 33.33333333%;
  margin: 0;
  padding: 0;
  float: left;
}
.quote .box {
  width: 100%;
  height: auto;
}
.quote .circulo,
.quote .point {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  float: left;
  margin-right: 2px;
}
.quote .circulo {
  background: #fff;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.quote .point {
  background: #000;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.quote .table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-radius: 14px;
}
.quote .table table {
  border-collapse: initial !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.quote .table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.quote .table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-top-left-radius: 14px;
}
.quote .table table tr:first-child td:last-child {
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-top-right-radius: 14px;
}
.quote .table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.quote .table tr:nth-child(odd) {
  background-color: #fff;
}
.quote .table tr:nth-child(even) {
  background-color: #fff;
}
.quote .table td {
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 11px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.quote .table tr:last-child td {
  border-width: 0 1px 0 0;
}
.quote .table tr td:last-child {
  border-width: 0 0 1px;
}
.quote .table tr:last-child td:last-child {
  border-width: 0;
}
.quote .table tr:first-child td {
  background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fff), color-stop(1, #fff));
  background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
  background-color: #fff;
  border: 0 solid #000;
  text-align: center;
  border-width: 0 0 1px 1px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.quote .table tr:first-child:hover td,
.table tr:first-child td {
  background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fff), color-stop(1, #fff));
  background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
}
.quote .table tr:first-child:hover td {
  background-color: #fff;
}
.quote .table tr:first-child td:first-child {
  border-width: 0 0 1px;
}
.quote .table tr:first-child td:last-child {
  border-width: 0 0 1px 1px;
}
.quote .intro {
  vertical-align: text-bottom;
  height: 160px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.quote .intro1,
.quote .intro1medio {
  vertical-align: text-bottom !important;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
}
.quote .intro1 {
  height: 100px;
}
.quote .intro1medio {
  height: 80px;
}
.quote .intro2 {
  vertical-align: text-bottom;
  height: 50px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.quote .intro2 .col2,
.quote .intro2 .col3 {
  line-height: 50px;
  padding: 0;
  height: auto;
  margin: 0;
  float: left;
}
.quote .r2 tr td,
.quote .r3 tr td {
  font-size: 13px !important;
  font-family: Arial !important;
  color: #000 !important;
  vertical-align: middle !important;
  text-align: center !important;
}
.quote .intro2 .col2 {
  width: 50%;
}
.quote .intro2 .col3 {
  width: 33.33333333%;
}
.quote .r2 tr,
.quote .r3 tr {
  background-color: #fff !important;
  border-width: 1px 0 0 !important;
  padding: 11px !important;
}
.quote .r2 tr td {
  width: 50%;
}
.quote .r3 tr td {
  width: 33.333%;
}
.quote .content {
  padding: 0 100px;
}
.quote .marginQuote {
  padding: 0 6%;
}
.quote .marginQuote h1,
.quote .marginQuote h2 {
  line-height: 59px;
}
.fabSpeedDialdemoBasicUsage .text-capitalize {
  text-transform: capitalize;
}
.card__face__deliv-date,
.chat .chat-message button,
.formart .doc-type,
.uxDialogClaim .chat .chat-message button,
.yahtzee__score-card .head,
.yahtzee__score-card tfoot .desc .primary {
  text-transform: uppercase;
}
.fabSpeedDialdemoBasicUsage .md-fab.md-focused,
.fabSpeedDialdemoBasicUsage .md-fab:hover {
  background-color: #000 !important;
}
.fabSpeedDialdemoBasicUsage p.note {
  font-size: 1.2rem;
}
.gpQuotationAdmin,
.gpQuotationCourierAdmin {
  width: 100%;
  height: 100%;
  background: #48A9E6;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.vistaCustumerApp {
  font-size: 16px;
  width: 100%;
}
.vistaCustumerApp .intro {
  width: 100%;
}
.vistaCustumerApp .intro .col1 {
  width: 30%;
  margin: 0;
  padding: 0;
  float: left;
}
.vistaCustumerApp .intro .col1 img {
  width: 200px;
}
.vistaCustumerApp .intro .col2 {
  width: 70%;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 40px;
  color: #0b6ba7;
}
.vistaCustumerApp .CI .CIintro,
.vistaCustumerApp .GI .GIintro,
.vistaCustumerApp .OS .OSintro,
.vistaCustumerApp .SI .SIintro,
.vistaCustumerApp .SO .SOintro {
  height: 63px;
  width: 100%;
  background: #0b6ba7;
  color: #fff;
  text-align: center;
  padding: 0;
}
.vistaCustumerApp .GI {
  width: 100%;
  margin-top: 10px;
}
.vistaCustumerApp .GI .GIintro {
  margin: 0;
}
.vistaCustumerApp .CI {
  width: 100%;
  margin-top: 10px;
}
.vistaCustumerApp .CI .CIintro {
  margin: 0;
}
.vistaCustumerApp .CI .width-100 {
  width: 100%;
}
.vistaCustumerApp .SI {
  width: 100%;
  margin-top: 10px;
}
.vistaCustumerApp .SI .SIintro {
  margin: 0;
}
.vistaCustumerApp .SO {
  width: 100%;
  margin-top: 10px;
}
.vistaCustumerApp .SO .SOintro {
  margin: 0;
}
.vistaCustumerApp .OS {
  width: 100%;
  margin-top: 10px;
}
.vistaCustumerApp .OS .OSintro {
  margin: 0;
}
.table td,
.table tr:first-child td {
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.circulo,
.point {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin-right: 2px;
  float: left;
}
.circulo {
  background: #fff;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.point {
  background: #000;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.table,
.table table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.table {
  border: 1px solid #000;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-radius: 14px;
}
.table table {
  border-collapse: collapse;
  border-spacing: 0;
  height: 100%;
}
.table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-top-left-radius: 14px;
}
.table table tr:first-child td:last-child {
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-top-right-radius: 14px;
}
.table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.table tr:nth-child(odd) {
  background-color: #fff;
}
.table tr:nth-child(even) {
  background-color: #fff;
}
.table td {
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 11px;
  font-size: 12px;
}
.table tr:last-child td {
  border-width: 0 1px 0 0;
}
.table tr td:last-child {
  border-width: 0 0 1px;
}
.table tr:last-child td:last-child {
  border-width: 0;
}
.table tr:first-child td {
  background-color: #fff;
  border: 0 solid #000;
  text-align: center;
  border-width: 0 0 1px 1px;
  font-size: 15px;
}
.table tr:first-child:hover td,
.uxQuoteProspect .quote .table tr:first-child td {
  background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fff), color-stop(1, #fff));
  background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
}
.table tr:first-child:hover td {
  background-color: #fff;
}
.table tr:first-child td:first-child {
  border-width: 0 0 1px;
}
.table tr:first-child td:last-child {
  border-width: 0 0 1px 1px;
}
.pageCustomer,
.yahtzee {
  font: normal normal 15px;
  font-kerning: normal;
  width: 95%;
  min-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.pageCustomer .a,
.pageCustomer .t {
  border-bottom: 1px;
  margin: 0;
  text-align: left;
  font: normal normal 12pt Indie Flower;
  padding: 0;
  outline: 0;
}
.pageCustomer .t {
  width: 100%;
}
.pageCustomer .a {
  width: 79%;
}
.pageCustomer md-autocomplete {
  height: 28px !important;
}
.pageCustomer md-autocomplete input {
  border: none !important;
}
.pageCustomer md-autocomplete .md-icon-button {
  display: none !important;
}
.pageCustomer md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
.pageCustomer md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.pageCustomer .error-messages {
  color: red;
  font-size: 14px !important;
}
.pageCustomer md-input-container [ng-message] {
  font-size: 10px !important;
}
.desc .alt,
.font-xs,
.yahtzee__score-card .how-to-score {
  font-size: .6rem;
}
.font-sm,
.yahtzee__score-card .head {
  font-size: .8rem;
}
.desc,
.font-bold,
.yahtzee__score-card .head {
  font-weight: 700;
}
.pad-regular,
.yahtzee__score-card td,
.yahtzee__score-card th {
  padding: 0rem 0rem 0rem .9rem;
}
.yahtzee {
  padding: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media screen {
  :root {
    min-height: 100vh;
    perspective: 12in;
  }
  .yahtzee {
    background-color: #fff;
    box-shadow: 0 1rem 5rem 1rem rgba(0, 0, 0, .25);
  }
}
.yahtzee__heading {
  font-family: Arial;
  font-size: 3rem;
  margin-top: -1rem;
}
.yahtzee__score-card {
  font-size: 15px;
  padding: 1px;
  border-radius: .125rem;
}
.yahtzee__score-card .introTitle {
  height: 41px;
  width: 100%;
  background: #0b6ba7;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.yahtzee__score-card .introTitle h3 {
  display: inline-block;
}
.yahtzee__score-card table {
  width: 100%;
}
.yahtzee__score-card .head > th:nth-child(1) {
  text-align: left;
}
.yahtzee__score-card td,
.yahtzee__score-card th {
  vertical-align: middle;
  height: 1rem;
}
.yahtzee__score-card .how-to-score {
  width: 15%;
}
.yahtzee__score-card .lower .head th {
  border: 0;
}
.desc {
  display: flex;
  align-items: center;
  text-align: left;
}
.desc .primary {
  flex-grow: 1;
}
.desc .alt {
  text-align: center;
  width: 35%;
}
.desc .die {
  font-size: 2rem;
  line-height: 1;
}
.how-to-score:empty::after {
  content: "\2192";
  font-size: 1.6rem;
}
.gpCustomer table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}
.fileuploader {
  position: relative;
  background: #fff;
  width: 100%;
  height: 400px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.fileuploader #upload-label,
.fileuploader #upload-label i {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  margin-right: auto;
  margin-left: auto;
  left: 0;
  position: absolute;
  text-align: center;
  right: 0;
}
.fileuploader #upload-label {
  background: #2196F3;
  color: #fff;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  padding: 40px 16px 16px;
  top: 33%;
  min-width: 20%;
  transition: .8s all;
  -webkit-transition: .8s all;
  -moz-transition: .8s all;
  cursor: pointer;
}
.fileuploader #upload-label i,
.fileuploader.active #upload-label {
  color: #2196F3;
  background: #fff;
}
.fileuploader.active {
  background: #2196F3;
}
.fileuploader #upload-label span.title {
  font-size: 1.1em;
  font-weight: 700;
  display: block;
}
.fileuploader #upload-label i {
  display: block;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  border-radius: 100%;
  width: 80px;
  height: 80px;
  font-size: 60px;
  padding-top: 10px;
  top: -50px;
}
.preview-container {
  position: absolute;
  z-index: 99999;
  left: 0;
  bottom: 0;
  width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}
.preview-container #previews {
  background: #fff;
  max-height: 400px;
  overflow: auto;
}
.preview-container #previews .zdrop-info {
  width: 100%;
  margin-right: 2%;
}
.preview-container #previews.collection {
  width: 100%;
  margin: 0;
  padding: 0 !important;
}
.preview-container #previews.collection #number {
  font-size: 98px;
}
.preview-container #previews.collection .actions a {
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
}
.preview-container #previews.collection .actions a i {
  font-size: 1em;
  line-height: 1.6;
}
.preview-container #previews.collection .dz-error-message {
  font-size: .8em;
  margin-top: -12px;
  color: #F44336;
}
.preview-container .header {
  background: #2196F3;
  color: #fff;
  padding: 8px;
}
.preview-container .header i {
  float: right;
  cursor: pointer;
}
.preview-container .header #btn {
  cursor: pointer;
}
.preview-container .header span {
  vertical-align: 5px;
}
.preview-container .header .ph {
  left: 0;
  margin-right: 12px;
  cursor: pointer;
}
#zdrop .gpBottom {
  position: absolute;
  width: 97%;
  height: 144px;
  bottom: 0;
  overflow-x: auto;
  overflow-y: none;
  padding: 5px;
}
.gpDriverUpload body,
.gpDriverUpload html {
  height: 100%;
  margin: 0;
  padding: 0;
}
.gpDriverUpload body {
  font-family: Roboto, sans-serif;
  background:
    linear-gradient(
      to top,
      #4f6072,
      #8699aa);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gpDriverUpload .upload {
  position: relative;
  width: 400px;
  min-height: 445px;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  padding-bottom: 20px;
  background: #fff;
  -webkit-animation: fadeup .5s .5s ease both;
  animation: fadeup .5s .5s ease both;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
}
.gpDriverUpload .upload .upload-files header {
  background: #4db6ac;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-align: center;
}
.gpDriverUpload .upload .upload-files header p {
  color: #fff;
  font-size: 40px;
  margin: 0;
  padding: 50px 0;
}
.gpDriverUpload .upload .upload-files header p i {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  font-size: 30px;
  -webkit-animation: fadeup .5s 1s ease both;
  animation: fadeup .5s 1s ease both;
}
.gpDriverUpload .upload .upload-files header p .up {
  font-weight: 700;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  display: inline-block;
  opacity: 0;
  -webkit-animation: faderight .5s 1.5s ease both;
  animation: faderight .5s 1.5s ease both;
}
.gpDriverUpload .upload .upload-files header p .load {
  display: inline-block;
  font-weight: 100;
  margin-left: -8px;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  opacity: 0;
  -webkit-animation: faderight 1s 1.5s ease both;
  animation: faderight 1s 1.5s ease both;
}
.gpDriverUpload .upload .upload-files .body {
  text-align: center;
  padding: 50px 0 30px;
}
.gpDriverUpload .upload .upload-files .body.hidden {
  display: none;
}
.gpDriverUpload .upload .upload-files .body i {
  font-size: 65px;
  color: #d3d3d3;
}
.gpDriverUpload .upload .upload-files .body p {
  font-size: 14px;
  padding-top: 15px;
  line-height: 1.4;
}
.gpDriverUpload .upload .upload-files .body p a,
.gpDriverUpload .upload .upload-files .body p b {
  color: #4db6ac;
}
.gpDriverUpload .upload .upload-files .body.active {
  border: 2px dashed #4db6ac;
}
.gpDriverUpload .upload .upload-files .body.active i {
  box-shadow:
    0 0 0 -3px #fff,
    0 0 0 #d3d3d3,
    0 0 0 -3px #fff,
    0 0 0 #d3d3d3;
  -webkit-animation: file .5s ease both;
  animation: file .5s ease both;
}
@-webkit-keyframes file {
  50% {
    box-shadow:
      -8px 8px 0 -3px #fff,
      -8px 8px 0 #d3d3d3,
      -8px 8px 0 -3px #fff,
      -8px 8px 0 #d3d3d3;
  }
  100%, 75% {
    box-shadow:
      -8px 8px 0 -3px #fff,
      -8px 8px 0 #d3d3d3,
      -16px 16px 0 -3px #fff,
      -16px 16px 0 #d3d3d3;
  }
}
@keyframes file {
  50% {
    box-shadow:
      -8px 8px 0 -3px #fff,
      -8px 8px 0 #d3d3d3,
      -8px 8px 0 -3px #fff,
      -8px 8px 0 #d3d3d3;
  }
  100%, 75% {
    box-shadow:
      -8px 8px 0 -3px #fff,
      -8px 8px 0 #d3d3d3,
      -16px 16px 0 -3px #fff,
      -16px 16px 0 #d3d3d3;
  }
}
.gpDriverUpload .upload .upload-files footer {
  width: 100%;
  margin: 0 auto;
  height: 0;
}
.gpDriverUpload .upload .upload-files footer .divider {
  margin: 0 auto;
  width: 0;
  border-top: solid 4px #46aba1;
  text-align: center;
  overflow: hidden;
  transition: width .5s ease;
}
.gpDriverUpload .upload .upload-files footer .divider span {
  display: inline-block;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
  font-size: 12px;
  padding-top: 8px;
}
.gpDriverUpload .upload .upload-files footer.hasFiles {
  height: auto;
}
.gpDriverUpload .upload .upload-files footer.hasFiles .divider {
  width: 100%;
}
.gpDriverUpload .upload .upload-files footer.hasFiles .divider span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform .5s .5s ease;
  transition: transform .5s .5s ease;
  transition: transform .5s .5s ease, -webkit-transform .5s .5s ease;
}
.gpDriverUpload .upload .upload-files footer .list-files {
  width: 320px;
  margin: 15px auto 0;
  padding-left: 5px;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 210px;
}
.gpDriverUpload .upload .upload-files footer .list-files::-webkit-scrollbar-track {
  background-color: rgba(211, 211, 211, .25);
}
.gpDriverUpload .upload .upload-files footer .list-files::-webkit-scrollbar {
  width: 4px;
  background-color: rgba(211, 211, 211, .25);
}
.gpDriverUpload .upload .upload-files footer .list-files::-webkit-scrollbar-thumb {
  background-color: rgba(77, 182, 172, .5);
}
.gpDriverUpload .upload .upload-files footer .list-files .file {
  width: 300px;
  min-height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0;
  -webkit-animation: fade .35s ease both;
  animation: fade .35s ease both;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .name {
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 80px;
  text-align: left;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .progress {
  width: 175px;
  height: 5px;
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  background:
    linear-gradient(
      to left,
      rgba(77, 182, 172, .2),
      rgba(77, 182, 172, .8)) no-repeat;
  background-size: 100% 100%;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .progress.active {
  -webkit-animation: progress 30s linear;
  animation: progress 30s linear;
}
@-webkit-keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes progress {
  from {
    background-size: 0 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.gpDriverUpload .upload .upload-files footer .list-files .file .done {
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #4db6ac;
  border-radius: 50%;
  margin-left: -10px;
  -webkit-transform: scale(0);
  transform: scale(0);
  position: relative;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .done:before {
  content: "View";
  position: absolute;
  top: 0;
  left: -5px;
  font-size: 24px;
  opacity: 0;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .done:hover:before {
  transition: all .25s ease;
  top: -30px;
  opacity: 1;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .done.anim {
  -webkit-animation: done1 .5s ease forwards;
  animation: done1 .5s ease forwards;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .done.anim #path {
  -webkit-animation: done2 2.5s .5s ease forwards;
  animation: done2 2.5s .5s ease forwards;
}
.gpDriverUpload .upload .upload-files footer .list-files .file .done #path {
  stroke-dashoffset: 7387.59423828;
  stroke-dasharray: 7387.59423828 7387.59423828;
  stroke: #fff;
  fill: transparent;
  stroke-width: 50px;
}
@-webkit-keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes done2 {
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes done1 {
  100%, 50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(.25);
    transform: scale(.25);
    opacity: 1;
  }
}
@keyframes done1 {
  100%, 50% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(.25);
    transform: scale(.25);
    opacity: 1;
  }
}
.gpDriverUpload .upload .upload-files footer .importar {
  outline: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  border: 1px solid #4db6ac;
  color: #4db6ac;
  background: 0 0;
  padding: 8px 15px;
  font-size: 12px;
  border-radius: 4px;
  font-family: Roboto;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  margin-left: calc(50% - 40px);
}
.gpDriverUpload .upload .upload-files footer .importar.active {
  transition:
    opacity .5s 1.5s ease,
    background,
    -webkit-transform .5s 1.5s ease;
  transition:
    transform .5s 1.5s ease,
    opacity .5s 1.5s ease,
    background;
  transition:
    transform .5s 1.5s ease,
    opacity .5s 1.5s ease,
    background,
    -webkit-transform .5s 1.5s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.gpDriverUpload .upload .upload-files footer .importar:hover {
  background: #4db6ac;
  color: #fff;
}
@-webkit-keyframes fadeup {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeup {
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes faderight {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes faderight {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}
@keyframes fade {
  to {
    opacity: 1;
  }
}
@media (max-width:400px) {
  .gpDriverUpload .upload {
    width: 100%;
    height: 100%;
  }
}
.modalProfiles {
  width: 542px;
}
.modalProfiles .password-wrapper {
  margin-top: 0;
  margin-bottom: 26px;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 32px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0 1px;
  padding: 2px 0 1px;
}
.modalProfiles .password-wrapper .eye-icon {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 10px;
  cursor: pointer;
}
.modalProfiles .password-wrapper .info-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.modalContactSegmentationMatrix {
  width: auto;
}
.modalContactSegmentationMatrix h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.modalContactSegmentationMatrix table {
  width: 80%;
  margin: 20px auto;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
}
.modalContactSegmentationMatrix td,
.modalContactSegmentationMatrix th {
  text-align: left;
  padding: 12px 15px;
  border: 1px solid #ddd;
}
.modalContactSegmentationMatrix th {
  background-color: #333;
  color: #f4f4f4;
  font-weight: 700;
}
.modalContactSegmentationMatrix tr:nth-child(even) {
  background-color: #f9f9f9;
}
.modalContactSegmentationMatrix tr:hover {
  background-color: #f1f1f1;
}
.modalContactSegmentationMatrix td {
  color: #555;
}
.modalContactSegmentationMatrix center {
  margin-top: 10px;
}
.modalContactSegmentationMatrix .md-dialog-content {
  padding: 20px;
}
.modalContactSegmentationMatrix .md-toolbar {
  background-color: #007bff;
  color: #fff;
}
.modalContactSegmentationMatrix .md-toolbar-tools h2 {
  font-size: 1.25rem;
  margin: 0;
}
.modalContactSegmentationMatrix .customer-position {
  font-size: 1.1rem;
  color: #333;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
.modalContactSegmentationMatrix .customer-position i {
  margin-right: 10px;
  font-size: 1.4rem;
  color: #007bff;
}
.modalContactSegmentationMatrix .position-label {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
  margin-right: 8px;
}
.modalContactSegmentationMatrix .position-value {
  font-size: 1.1rem;
  color: #28a745;
  font-weight: 700;
  border-left: 3px solid #28a745;
  padding-left: 10px;
  margin-left: 10px;
}
.modalContactSegmentationMatrix .customer-position:hover {
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
}
.gpCustomerCourier .circles .circle.big,
.gpCustomerCourier .circles .circle.med,
.gpCustomerCourier .circles .circle.small {
  border-radius: 50%;
  background: #48A9E6;
  position: absolute;
  z-index: 1;
}
.gpCustomerGlobal .inputSearch {
  width: 92%;
  color: #000;
}
.gpCustomerGlobal table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}
.gpBeneficiaryRegional table tr:hover td,
.gpCustomerSearch table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.gpCustomerCourier {
  width: 100%;
  height: 100%;
  background: #48A9E6;
  font-family: Raleway, sans-serif;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.gpCustomerCourier #title,
.gpCustomerCourier #title2 {
  margin-top: 40px;
  margin-bottom: -40px;
  position: relative;
  color: #fff;
  text-align: center;
}
.gpCustomerCourier #title {
  font-size: 40px;
}
.gpCustomerCourier #title2 {
  font-size: 30px;
}
.gpCustomerCourier .circles:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  top: -50px;
  left: 0;
  transform: skewY(-4deg);
  -webkit-transform: skewY(-4deg);
}
.gpCustomerCourier .circles {
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: -60px;
  box-shadow: inset -1px -4px 4px rgba(0, 0, 0, .2);
}
.gpCustomerCourier .circles p {
  font-size: 240px;
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 9;
  line-height: 100%;
}
.gpCustomerCourier .circles p small {
  font-size: 40px;
  line-height: 100%;
  vertical-align: top;
}
.gpCustomerCourier .circles .circle.small {
  width: 140px;
  height: 140px;
  top: 80px;
  left: 50%;
  animation: 7s smallmove infinite cubic-bezier(1, .22, .71, .98);
  -webkit-animation: 7s smallmove infinite cubic-bezier(1, .22, .71, .98);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.gpCustomerCourier .circles .circle.med {
  width: 200px;
  height: 200px;
  top: 0;
  left: 10%;
  animation: 7s medmove infinite cubic-bezier(.32, .04, .15, .75);
  -webkit-animation: 7s medmove infinite cubic-bezier(.32, .04, .15, .75);
  animation-delay: .4s;
  -webkit-animation-delay: .4s;
}
.gpCustomerCourier .circles .circle.big {
  width: 400px;
  height: 400px;
  top: 200px;
  right: 0;
  animation: 8s bigmove infinite;
  -webkit-animation: 8s bigmove infinite;
  animation-delay: 3s;
  -webkit-animation-delay: 1s;
}
@-webkit-keyframes smallmove {
  0%, 100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: .7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: .4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: .6;
  }
}
@keyframes smallmove {
  0%, 100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: .7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: .4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: .6;
  }
}
@-webkit-keyframes medmove {
  0%, 100% {
    top: 0;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: .7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: .4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: .6;
  }
}
@keyframes medmove {
  0%, 100% {
    top: 0;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: .7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: .4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: .6;
  }
}
@-webkit-keyframes bigmove {
  0%, 100% {
    top: 0;
    right: 4%;
    opacity: .5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: .4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: .8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: .6;
  }
}
@keyframes bigmove {
  0%, 100% {
    top: 0;
    right: 4%;
    opacity: .5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: .4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: .8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: .6;
  }
}
.numberspan {
  position: relative;
}
.numberspan:after {
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 91%;
}
.numberspan:after input {
  width: 100% !important;
}
#rateExp:hover {
  background-color: #0069a5 !important;
  color: #fff;
}
.gpcity {
  height: 34px;
}
.gpcity md-input-container {
  margin: 0 !important;
  padding-bottom: 0 !important;
  height: 37px;
}
.gpcity md-input-container .md-input {
  border-color: #000;
  font-size: 13px;
  height: 38px;
  padding-top: 22px;
}
.gpcity md-autocomplete-wrap {
  width: 166px;
  height: none;
  margin: 0;
}
.gpcity md-autocomplete[md-floating-label] md-input-container {
  padding-bottom: 0;
  height: 37px;
}
.gpcity md-autocomplete[md-floating-label] md-autocomplete-wrap {
  height: none;
}
.gpcity md-input-container .md-placeholder,
.gpcity md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  line-height: 44px;
  color: #000;
  font-weight: 700;
}
.gpcity md-input-container.md-input-focused label:not(.md-no-float),
.gpcity md-input-container.md-input-has-placeholder label:not(.md-no-float),
.gpcity md-input-container.md-input-has-value label:not(.md-no-float) {
  transform: translate3d(0, 28px, 0) scale(1);
  font-weight: 700;
}
.tooltip {
  text-align: center;
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.gpRate table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}
.contentScroll {
  height: auto;
}
.contentScroll .list {
  overflow-y: auto;
  position: fixed;
  width: 20%;
}
.contentScroll .list .static {
  position: fixed;
  top: 64px;
}
.contentScroll .list .static md-input-container {
  padding: 0;
  margin: 0;
}
.contentScroll .list md-list-item {
  font-size: 13px;
}
.rateQuoteContent {
  padding-left: 20px;
  overflow-y: auto;
}
.rateQuoteContent .wrap {
  display: block;
  width: 100%;
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}
.rateQuoteContent .material-icons.md-18 {
  font-size: 18px;
}
.rateQuoteContent .material-icons.md-24 {
  font-size: 24px;
}
.rateQuoteContent .material-icons.md-36 {
  font-size: 36px;
}
.rateQuoteContent .material-icons.md-48 {
  font-size: 48px;
}
.rateQuoteContent .material-card {
  display: block;
  position: relative;
  width: 99%;
  height: auto;
  padding: 10px;
  box-sizing: border-box;
  background: #FAFAFA;
  -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
  transition: all .3s cubic-bezier(.55, 0, .1, 1);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1), 0 2px 3px 0 rgba(0, 0, 0, .2);
}
.rateQuoteContent .material-card:hover {
  box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .2), 0 8px 18px 0 rgba(0, 0, 0, .2);
  z-index: 2;
}
.rateQuoteContent .material-card.triggered,
.rateQuoteContent .material-card:active {
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .2), 0 20px 35px 0 rgba(0, 0, 0, .2);
}
.rateQuoteContent .material-card:first-child {
  border-top: 2px solid #FFF;
  border-radius: 4.5px 4.5px 0 0;
}
.rateQuoteContent .material-card:last-child {
  border-radius: 0 0 4.5px 4.5px;
}
.rateQuoteContent .material-card.triggered {
  margin: 10px 0;
  border-top: 2px solid #FFF;
  border-radius: 4.5px;
  z-index: 2;
}
.rateQuoteContent .material-card.triggered .material-card-content {
  max-height: 950px;
  padding: 10px 10px 0;
  margin: 20px 0 5px;
  visibility: visible;
  overflow: initial;
  opacity: 1;
}
.rateQuoteContent .material-card.triggered .material-card-content .material-card-content-img {
  opacity: 1;
}
.rateQuoteContent .material-card > header {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  outline: #000 solid 1px;
}
.rateQuoteContent .material-card-icon {
  display: block;
  position: relative;
  width: 80px;
  height: 100%;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 100%;
  background: #FFF;
  overflow: hidden;
  box-sizing: border-box;
  outline: #000 solid 1px;
}
.rateQuoteContent .material-card-icon.capamerica {
  border: 29px double #C62828;
  color: #0D47A1;
}
.rateQuoteContent .material-card-icon.ironman {
  border: 5px solid #F9A825;
  background: #B71C1C;
  color: #FFF;
}
.rateQuoteContent .material-card-icon.blackwidow {
  border: 5px solid #611F2B;
  background: #222;
  color: #FFF;
}
.rateQuoteContent .material-card-action:hover,
.rateQuoteContent .material-card-footer-link:hover {
  background: #ededed;
}
.rateQuoteContent .material-card-icon i {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rateQuoteContent .material-card-title {
  display: inline-block;
  width: 290px;
  height: 18px;
  margin: 10px 0 5px;
  overflow: hidden;
  font-family: Roboto;
  font-size: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #595959;
}
.rateQuoteContent * {
  outline: 0 !important;
}
.rateQuoteContent .material-card-info {
  display: inline-block;
  position: relative;
  padding: 5px 5px 5px 0;
  box-sizing: border-box;
  outline: #000 solid 1px;
  color: #a6a6a6;
}
.rateQuoteContent .material-card-info i {
  font-size: 1.3em;
  margin: 2px 5px 0 0;
  float: left;
}
.rateQuoteContent .material-card-info time {
  display: inline-block;
  margin: 5px 0 0;
  font-family: Roboto;
  font-size: .9em;
}
.rateQuoteContent .material-card-action {
  display: block;
  position: relative;
  width: 35px;
  height: 100%;
  float: right;
  color: #a6a6a6;
  outline: #000 solid 1px;
}
.chat,
.chat .chat-header img {
  float: left;
}
.rateQuoteContent .material-card-action a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.rateQuoteContent .material-card-action a i {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.rateQuoteContent .material-card-action.triggered a i {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.rateQuoteContent .material-card-content {
  display: block;
  position: relative;
  max-height: 0;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1), overflow 0s linear;
  transition: all .3s cubic-bezier(.55, 0, .1, 1), overflow 0s linear;
}
.rateQuoteContent .material-card-content .material-card-content-img {
  position: relative;
  width: 450px;
  height: auto;
  margin: 0 0 15px -20px;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity .5s cubic-bezier(.4, .08, .14, .82);
  transition: opacity .5s cubic-bezier(.4, .08, .14, .82);
}
.rateQuoteContent .material-card-content p {
  margin: 0 0 20px;
  font-family: Roboto;
  text-align: justify;
}
.rateQuoteContent .material-card-footer-link {
  display: inline-block;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Roboto, serif;
  text-decoration: none;
  color: #d4be00;
  -webkit-transition: all .2s cubic-bezier(.4, .08, .14, .82);
  transition: all .2s cubic-bezier(.4, .08, .14, .82);
}
.intro1 {
  vertical-align: text-bottom !important;
  height: 100px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.chat .chat-history .message:after,
.clearfix:after {
  content: " ";
  height: 0;
}
.intro1 h3 {
  display: inline-block;
}
.chat {
  width: 100%;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
}
.chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat .chat-header .chat-with {
  font-weight: 700;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
}
.chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid #fff;
  overflow-y: auto;
}
.chat .chat-history .message-data {
  margin-bottom: 15px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: #fff;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 95%;
  position: relative;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  width: 0;
  position: absolute;
  border-bottom-color: #0069a5;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #0069a5;
}
.chat .chat-history .other-message {
  background: #94C2ED;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
.chat .chat-message {
  padding: 30px;
}
.chat .chat-message textarea {
  width: 95%;
  border: none;
  padding: 10px 20px;
  font:
    14px/22px Lato,
    Arial,
    sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.chat .chat-message button {
  float: right;
  color: #0069a5;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  background: #F2F5F8;
}
.chat .chat-message button:hover {
  color: #75b1e8;
}
.me,
.offline,
.online {
  margin-right: 3px;
  font-size: 10px;
}
.online {
  color: #0069a5;
}
.offline {
  color: #E38968;
}
.me {
  color: #94C2ED;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.float-right {
  float: right;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  clear: both;
}
.GI .GIintro h3,
.formart .icon {
  display: inline-block;
}
md-checkbox.md-checked[disabled].red .md-icon {
  background-color: rgba(255, 0, 0, .26);
}
.GI {
  width: 100%;
  margin-top: 10px;
}
.GI .GIintro {
  height: 41px;
  width: 100%;
  background: #0b6ba7;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.colorRed {
  color: red !important;
}
.expedition {
  height: auto;
  padding: 50px 1% 0 8%;
  border: 2px solid #000;
}
.expedition .col2 {
  width: 70%;
  float: left;
  height: 75px;
}
.expedition .col3 {
  width: 30%;
  float: left;
  height: 75px;
}
.expedition #logo img {
  width: 223px;
  margin: 0 0 30px;
}
.expedition .title,
.expedition .title1 {
  width: 100%;
  background: #0b6ba7;
  text-align: center;
  color: #fff;
}
.expedition .vertical-text {
  position: absolute;
  left: 51px;
  bottom: 300px;
  font-size: 13px;
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
}
.expedition .title {
  height: 75px;
  vertical-align: middle;
  padding: 6px 0 0;
}
.expedition .title1 {
  height: 27px;
  margin-top: 26px;
  line-height: 27px;
}
.expedition .file1 div {
  border-bottom: 1px solid #000;
  font-size: 13px;
  line-height: 27px;
  margin-top: 10px;
}
.expedition .file2 {
  font-size: 13px;
}
.expedition .file2 div:first-child {
  padding-right: 20px;
}
.expedition md-radio-button[disabled] {
  color: #000;
}
.formatInsured {
  height: auto;
  padding: 50px 1% 0 8%;
  border: 2px solid #000;
  font-size: 13px;
}
.formatInsured .borderBottom {
  border: 0;
  outline: 0;
  background: 0 0;
  border-bottom: 1px solid #000;
  width: 78%;
  height: 12px;
  margin-top: 10px;
}
.formatInsured b {
  margin-top: 10px;
}
.formatInsured .col2 {
  width: 62%;
  float: left;
  height: 75px;
  text-align: left;
  padding-left: 8%;
}
.formatInsured .title,
.formatInsured .title1 {
  background: #0b6ba7;
  text-align: center;
  color: #fff;
}
.formatInsured .col3 {
  width: 30%;
  float: left;
  height: 75px;
}
.formatInsured #logo img {
  width: 223px;
  margin: 0 0 30px;
}
.formatInsured .title {
  width: 100%;
  height: 75px;
  vertical-align: middle;
  padding: 6px 0 0;
}
.formatInsured .title1 {
  width: 100%;
  height: 27px;
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 27px;
}
.formatInsured .content {
  padding: 5px 50px 0;
  margin-top: 10px;
}
.formatInsured .content ul {
  font-size: 8px;
}
.formatInsured .content .table input {
  width: 100%;
  height: 100%;
}
.lock-size {
  position: fixed;
  z-index: 9999999999;
  bottom: 57px;
  right: 0;
}
.lock-size .md-button.md-fab {
  line-height: 72px;
  background: #ff5722;
  z-index: 9999999999;
}
.lock-size .md-button.md-fab.md-mini {
  line-height: 55px;
  background: #3f51a3;
  z-index: 9999999999;
}
.formart .box {
  width: 640px;
  height: 300px;
  margin: 0 auto;
  padding-left: 40px;
}
.formart .icon {
  position: relative;
  width: 40px;
  height: 50px;
  margin: 10px;
  background-color: #E1E2E3;
  font-family: arial;
  animation-name: open;
  animation-fill-mode: forwards;
  animation-duration: .8s;
  animation-iteration-count: 1;
}
.formart .icon:after,
.formart .icon:before {
  width: 0;
  content: "";
  top: 0;
  right: -10px;
}
.formart .icon:before {
  height: 40px;
  border-left: 10px solid #E1E2E3;
  border-top: 10px solid transparent;
  position: absolute;
}
.formart .icon:after {
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, .3);
  position: absolute;
}
.formart .doc-icon,
.formart .doc-type {
  width: 50px;
  color: #FFF;
  position: absolute;
  text-align: center;
}
#mail:after,
#mail:before {
  content: "";
  display: inline-block;
}
.formart .doc-type {
  bottom: 0;
  height: 16px;
  font-size: 10px;
  line-height: 10px;
}
.formart .doc-icon {
  top: 10px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
}
.formart .icon.blue {
  background-color: #119EF6;
  z-index: 7;
}
.formart .icon.blue:before {
  border-left-color: #119EF6;
}
.formart .doc-icon.doc {
  font-size: 16px;
  line-height: 22px;
}
.formart .icon.turquoise {
  background-color: #099;
  z-index: 6;
}
.formart .icon.turquoise:before {
  border-left-color: #099;
}
.formart .doc-icon.code {
  font-size: 13px;
  line-height: 24px;
}
.formart .doc-icon.spread,
.formart .doc-icon.zip {
  font-size: 20px;
  line-height: 21px;
}
.formart .icon.darkgreen {
  background-color: #33C36B;
  z-index: 5;
}
.formart .icon.darkgreen:before {
  border-left-color: #33C36B;
}
.formart .icon.lightgreen {
  background-color: #9C0;
  z-index: 4;
}
.formart .icon.lightgreen:before {
  border-left-color: #9C0;
}
.formart .icon.yellow {
  background-color: #F1B705;
  z-index: 3;
}
.formart .icon.yellow:before {
  border-left-color: #F1B705;
}
.formart .doc-icon.misc {
  font-size: 22px;
  line-height: 20px;
}
.formart .icon.orange {
  background-color: #FF7C14;
  z-index: 2;
}
.formart .icon.orange:before {
  border-left-color: #FF7C14;
}
.formart .doc-icon.ptt {
  font-size: 18px;
  line-height: 22px;
}
.formart .icon.red {
  background-color: #DE4206;
  z-index: 1;
}
.formart .icon.red:before {
  border-left-color: #DE4206;
}
.formart .doc-icon.pdf {
  font-size: 16px;
  line-height: 22px;
}
@-webkit-keyframes open {
  0% {
    margin-right: -40px;
  }
  100% {
    margin-right: 40px;
  }
}
#mail-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: mail-move 3s infinite;
  animation: mail-move 3s infinite;
}
#line-container {
  position: absolute;
  left: -70px;
  width: 60px;
  overflow: hidden;
}
#line-container .line {
  margin-top: 5px;
  width: 70px;
  height: 5px;
  background: #0069a5;
  border-radius: 6px;
}
#mail {
  width: 60px;
  height: 45px;
  border: 5px solid #0069a5;
  border-radius: 10px;
  overflow: hidden;
}
#mail:before {
  position: relative;
  width: 30px;
  height: 30px;
  border-top: solid 5px #0069a5;
  border-left: solid 5px #0069a5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  left: 12px;
}
#mail:after {
  position: relative;
  width: 50px;
  height: 50px;
  border: 5px solid #0069a5;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -70px;
  border-radius: 15px;
  background: #009688;
}
.line-1 {
  -webkit-animation: line-1-move 3s infinite;
  animation: line-1-move 3s infinite;
}
@-webkit-keyframes line-1-move {
  0%, 20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  40%, 60% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  80.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes line-1-move {
  0%, 20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  40%, 60% {
    -webkit-transform: translateX(20%);
    transform: translateX(20%);
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  80.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.line-2 {
  -webkit-animation: line-2-move 3s infinite;
  animation: line-2-move 3s infinite;
}
@-webkit-keyframes line-2-move {
  0%, 20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  40%, 60% {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  80.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes line-2-move {
  0%, 20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  40%, 60% {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  80.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.line-3 {
  -webkit-animation: line-3-move 3s infinite;
  animation: line-3-move 3s infinite;
}
@-webkit-keyframes line-3-move {
  0%, 20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  40%, 60% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  80.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes line-3-move {
  0%, 20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  40%, 60% {
    -webkit-transform: translateX(60%);
    transform: translateX(60%);
  }
  80% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  80.1% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.line-4 {
  -webkit-animation: line-4-move 3s infinite;
  animation: line-4-move 3s infinite;
}
@-webkit-keyframes line-4-move {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  80% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  80.1% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@keyframes line-4-move {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
  80% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  80.1% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
.line-5 {
  -webkit-animation: line-5-move 3s infinite;
  animation: line-5-move 3s infinite;
}
@-webkit-keyframes line-5-move {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  80% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  80.1% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@keyframes line-5-move {
  0% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  20% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  20.0001% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  40%, 60% {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
  }
  80% {
    -webkit-transform: translateX(-80%);
    transform: translateX(-80%);
  }
  80.1% {
    -webkit-transform: translateX(80%);
    transform: translateX(80%);
  }
  100% {
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
  }
}
@-webkit-keyframes mail-move {
  0% {
    opacity: 0;
    left: 3%;
  }
  40% {
    opacity: 1;
    left: 50%;
  }
  60% {
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 95%;
  }
}
@keyframes mail-move {
  0% {
    opacity: 0;
    left: 3%;
  }
  40% {
    opacity: 1;
    left: 50%;
  }
  60% {
    left: 50%;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    left: 95%;
  }
}
.gpCommercialManagement .reportButtonGenerateExcel {
  background-color: #086ca4;
  color: #fff;
}
.gpCommercialManagement .containerButton {
  display: flex;
  justify-content: center;
}
.gpOpearationProdcution table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.uxClaimAdmin table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
.uxClaimAdmin table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 10px;
}
.uxClaimAdmin .labelColor {
  color: #3f51b5 !important;
}
.uxClaimAdmin .labelColorSecondary {
  color: #3f51b5 !important;
  font-size: 11px;
}
.uxClaimAdmin table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.uxClaimAdmin .progress-bar {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 4px;
  padding: 2px;
  text-align: center;
}
.uxClaimAdmin progress {
  height: 20px;
  background-color: #4caf50;
  border-radius: 4px;
  width: 30%;
}
.uxClaimAdmin .input-with-icon md-icon {
  margin-right: 10px;
}
.uxClaimAdmin .row-container,
.uxClaimAdmin .row-container > div {
  margin: 0;
  padding: 0;
}
.uxClaimAdmin .no-padding {
  margin-top: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
.uxClaimAdmin .finiquito-div,
.uxClaimAdmin .liquidation-div {
  display: flex;
  justify-content: space-between;
}
.uxClaimAdmin .generate-button-one {
  width: 10%;
  margin-right: 140px;
}
.uxClaimAdmin .generate-buttom-second {
  width: 10%;
}
.uxClaimAdmin .generate-image {
  vertical-align: middle;
  height: 80%;
  width: 25%;
}
.uxClaimAdmin .container-h4 {
  height: 0;
}
.uxClaimAdmin .text-center {
  text-align: center;
}
.uxClaimAdmin .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
}
.uxClaimAdmin .tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
  font-size: 16px;
}
.uxClaimAdmin .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}
.uxClaimAdmin .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.uxClaimAdmin .tooltip-icon {
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.uxClaimAdmin .container-li {
  margin: 10px 0;
}
.uxClaimAdmin .custom-datepicker .md-datepicker-input-container input {
  min-width: 200px;
}
.uxClaimAdmin .custom-datepicker {
  margin-bottom: 20px;
}
.uxClaimAdmin .disabled-notifications {
  color: red;
}
.uxClaimAdmin .red-big-letter {
  font-size: 17px;
  color: red;
}
.uxClaimAdmin .generate-buttom-primary {
  width: 10%;
  margin-right: 140px;
}
.uxClaimAdmin .generate-buttom-secondary {
  width: 10%;
}
.uxClaimAdmin .comments-container {
  width: 102%;
  background: #ececec;
}
.uxClaimAdmin .comments-container .comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}
.uxClaimAdmin .comments-container .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}
.uxClaimAdmin .comments-container .comments-list {
  margin-top: 20px;
  position: relative;
  margin-left: -10px;
}
.uxClaimAdmin .comments-container .reply-list:after,
.uxClaimAdmin .comments-container .reply-list:before {
  display: none;
}
.uxClaimAdmin .comments-container .reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}
.uxClaimAdmin .comments-container .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.uxClaimAdmin .comments-container .comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
.uxClaimAdmin .comments-container .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
.uxClaimAdmin .comments-container .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  z-index: 99;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.uxClaimAdmin .comments-container .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}
.uxClaimAdmin .comments-container .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}
.uxClaimAdmin .comments-container .comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.uxClaimAdmin .comments-container .comments-list .comment-box {
  width: auto;
  margin-left: 100px;
  margin-right: 30px;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.uxClaimAdmin .comments-container .comments-list .comment-box:after,
.uxClaimAdmin .comments-container .comments-list .comment-box:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}
.uxClaimAdmin .comments-container .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, .05);
  left: -12px;
}
.uxClaimAdmin .comments-container .reply-list .comment-box {
  width: 610px;
}
.uxClaimAdmin .comments-container .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 0 25px 0 0;
}
.uxClaimAdmin .comments-container .comment-box .comment-head .comment-a {
  font-weight: 600;
  color: #3f51b5;
  font-size: 15px;
}
.uxClaimAdmin .comments-container .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.uxClaimAdmin .comments-container .comment-box .comment-head i:hover,
.uxClaimAdmin .comments-container .comment-box .comment-name a {
  color: #03658c;
}
.uxClaimAdmin .comments-container .comment-box .comment-name {
  color: #03658c;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.uxClaimAdmin .comments-container .comment-box .comment-date {
  float: right;
}
.uxClaimAdmin .comments-container .comment-box .comment-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  margin-top: 4px;
  margin-right: 10px;
}
.uxClaimAdmin .comments-container .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 25px;
}
.uxClaimAdmin .comments-container .comment-box .comment-name.by-author,
.uxClaimAdmin .comments-container .comment-box .comment-name.by-author a {
  color: #03658c;
}
.uxClaimAdmin .comments-container .comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width:766px) {
  .uxClaimAdmin .comments-container .comments-container {
    width: 480px;
  }
  .uxClaimAdmin .comments-container .comments-list .comment-box {
    width: 390px;
  }
  .uxClaimAdmin .comments-container .reply-list .comment-box {
    width: 320px;
  }
}
.uxClaimAdmin .clickable-icon {
  cursor: pointer;
}
.uxClaimAdmin .custom-tooltip {
  max-width: 200px !important;
  white-space: normal !important;
  cursor: pointer;
  color: #fff;
  background-color: rgba(0, 0, 0, .8);
  font-size: 16px;
  overflow-wrap: break-word;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}
.uxDialogClaimAdmin {
  width: 70%;
}
.uxDialogClaimAdmin .mdl-card {
  width: 900px;
  min-height: 0;
  margin: 0 auto;
}
.uxDialogClaimAdmin .mdl-card__supporting-text {
  width: 100%;
  padding: 0;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step {
  width: 25%;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative {
  display: table;
  width: 100%;
  margin: 0 auto;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step {
  display: table-cell;
  position: relative;
  padding: 24px;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step:active {
  border-radius: .2%;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child:active {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child:active {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step:hover .mdl-stepper-circle {
  background-color: #757575;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step:first-child .mdl-stepper-bar-left,
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step:last-child .mdl-stepper-bar-right {
  display: none;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-circle {
  width: 24px;
  height: 24px;
  margin: 0 auto;
  background-color: #9E9E9E;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  font-size: 12px;
  color: #fff;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-circle {
  background-color: #3f51b5;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle:before {
  content: "\2714";
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle *,
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.step-done .mdl-stepper-circle * {
  display: none;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.editable-step .mdl-stepper-circle:before {
  content: "\270e";
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional,
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-title {
  text-align: center;
  color: rgba(0, 0, 0, .26);
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-title {
  font-weight: 500;
  color: rgba(0, 0, 0, .87);
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.editable-step .mdl-stepper-title,
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step.step-done .mdl-stepper-title {
  font-weight: 300;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-optional {
  font-size: 12px;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step.active-step .mdl-stepper-optional {
  color: rgba(0, 0, 0, .54);
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left,
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  position: absolute;
  top: 36px;
  height: 1px;
  border-top: 1px solid #BDBDBD;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-right {
  right: 0;
  left: 50%;
  margin-left: 20px;
}
.uxDialogClaimAdmin .mdl-stepper-horizontal-alternative .mdl-stepper-step .mdl-stepper-bar-left {
  left: 0;
  right: 50%;
  margin-right: 20px;
}
.uxDialogClaimAdmin #view1 {
  overflow-y: scroll;
  height: auto;
}
.uxDialogClaimAdmin #view1 .autocomplete-certificate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uxDialogClaimAdmin #view1 .autocomplete-certificate .autocomplete-certificate-md {
  width: 97%;
}
.uxDialogClaimAdmin #view1 .input-container-certificate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uxDialogClaimAdmin #view1 .input-container-certificate .margin-bottom-div {
  margin-bottom: 0 !important;
  width: 97%;
}
.uxDialogClaimAdmin #view1 .input-container-certificate .md-input-container {
  flex: 1 0 auto;
}
.uxDialogClaimAdmin #view1 .input-container-certificate .md-icon {
  flex: 0 0 auto;
}
.uxDialogClaimAdmin #view1 .input-container-certificate.margin-bottom-sinister {
  margin-bottom: 15px;
}
.uxDialogClaimAdmin #view1 .color-reguired {
  color: red;
}
.uxDialogClaimAdmin #view1 .description {
  margin-top: 5px;
  font-size: 10px;
}
.uxDialogClaimAdmin #view1 md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 11px;
  margin-right: -7px;
  vertical-align: middle;
}
.uxDialogClaimAdmin #view1 .datepicker-container {
  position: relative;
}
.uxDialogClaimAdmin #view1 .datepicker-container label {
  position: absolute;
  top: -10px;
  font-size: 12.5px !important;
  color: rgba(0, 0, 0, .54);
}
.uxDialogClaimAdmin #view1 .datepicker-container .md-datepicker-input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.uxDialogClaimAdmin #view1 .md-datepicker-calendar-icon {
  position: absolute;
  top: 20px;
  left: 8px;
}
.uxDialogClaimAdmin #view1 .md-button.md-icon-button {
  height: 43px;
  padding-right: 29px;
}
.uxDialogClaimAdmin #view1 .md-datepicker-input-container {
  width: 89%;
}
.uxDialogClaimAdmin #view1 md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .45) !important;
}
.uxDialogClaimAdmin #view1 .md-datepicker-triangle-button .md-datepicker-expand-triangle,
.uxDialogClaimAdmin #view1 .md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: #000;
  width: 3px;
  height: 3px;
  margin-left: -6px;
}
.uxDialogClaimAdmin #view1 .icon-info {
  cursor: pointer;
}
.uxDialogClaimAdmin #view2 {
  overflow-y: scroll;
  height: auto;
  margin-top: 70px;
  scrollbar-width: thin;
  scrollbar-color: #3f51b5;
}
.uxDialogClaimAdmin #view2 body,
.uxDialogClaimAdmin #view2 dd,
.uxDialogClaimAdmin #view2 dl,
.uxDialogClaimAdmin #view2 fieldset,
.uxDialogClaimAdmin #view2 form,
.uxDialogClaimAdmin #view2 h1,
.uxDialogClaimAdmin #view2 h2,
.uxDialogClaimAdmin #view2 h3,
.uxDialogClaimAdmin #view2 h4,
.uxDialogClaimAdmin #view2 h5,
.uxDialogClaimAdmin #view2 h6,
.uxDialogClaimAdmin #view2 i,
.uxDialogClaimAdmin #view2 input,
.uxDialogClaimAdmin #view2 legend,
.uxDialogClaimAdmin #view2 ol,
.uxDialogClaimAdmin #view2 p,
.uxDialogClaimAdmin #view2 select,
.uxDialogClaimAdmin #view2 td,
.uxDialogClaimAdmin #view2 textarea,
.uxDialogClaimAdmin #view2 th,
.uxDialogClaimAdmin #view2 ul {
  margin: 0;
  padding: 0;
}
.uxDialogClaimAdmin #view2 body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .03);
}
.uxDialogClaimAdmin #view2 .container {
  -webkit-transition: all .6s cubic-bezier(.81, -.12, .64, .99);
  transition: all .6s cubic-bezier(.81, -.12, .64, .99);
  display: flex;
  justify-content: center;
  border: 0;
}
.uxDialogClaimAdmin #view2 .main-box {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 700px;
  height: 0;
  background: #FFF;
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
  border-radius: 24px;
  padding: 40px;
  -webkit-transition: all .8s cubic-bezier(.82, -.02, .4, 1.18);
  transition: all .8s cubic-bezier(.82, -.02, .4, 1.18);
}
.uxDialogClaimAdmin #view2 .box-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.uxDialogClaimAdmin #view2 .box-content .svg {
  display: inline-flex;
}
.uxDialogClaimAdmin #view2 .box-content .text {
  position: relative;
  left: -68px;
  margin-left: 130px;
}
.uxDialogClaimAdmin #view2 .text .title {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-size: 16px;
  color: #4F4F4F;
  text-align: center;
}
.uxDialogClaimAdmin #view2 .text span {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-size: 15px;
  color: #4F4F4F;
  text-align: left;
}
.uxDialogClaimAdmin #view2 .dots div {
  width: 6px;
  height: 6px;
  background: #3f51b5;
  margin: 3px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.uxDialogClaimAdmin #view2 .blue-bg {
  display: none;
  position: absolute;
  right: 400px;
  z-index: 1;
  width: 162.35px;
  height: 140px;
  background: #3f51b5;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, .25);
  border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  -o-border-radius: 0 24px 24px 0;
}
.uxDialogClaimAdmin #view2 .box-content::after {
  content: "";
  opacity: 0;
  position: absolute;
  right: -60px;
  z-index: -1;
  width: 300px;
  height: 80px;
  background: #3f51b5;
  border-radius: 0 24px 24px 0;
  -webkit-border-radius: 0 24px 24px 0;
  -moz-border-radius: 0 24px 24px 0;
  -ms-border-radius: 0 24px 24px 0;
  -o-border-radius: 0 24px 24px 0;
  -webkit-transition: all .7s cubic-bezier(.82, -.02, .4, 1.18);
  transition: all .7s cubic-bezier(.82, -.02, .4, 1.18);
}
.uxDialogClaimAdmin #view2 .main-box:hover .box-content::after {
  opacity: 1;
  position: absolute;
  z-index: -1;
  -webkit-transform: translateX(120px);
  transform: translateX(120px);
}
.uxDialogClaimAdmin #view2 .box-content::before {
  content: "";
  opacity: 0;
  position: absolute;
  right: -60px;
  width: 162px;
  height: 80px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTIiIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA5MiA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3Ljc2ODkgNTZINzMuNzcyM0M4My41ODYyIDU2IDkxLjU0NDggNDguMDQxMyA5MS41NDQ4IDM4LjIyNzZDOTEuNTQ0OCAyOS40NzM4IDg1LjIxNjQgMjIuMjE4MSA3Ni44ODQgMjAuNzQ0Qzc0LjYzMTMgMTQuMTQyNSA2OC4zOTEzIDkuMzg4MDcgNjEuMDI2NiA5LjM4ODA3QzU4LjQwMDUgOS4zODgwNyA1NS45MjcgMTAuMDEwNSA1My43MTQ0IDExLjA4NjZDNTAuMzEzMyA0LjUwNTI1IDQzLjQ1ODggMCAzNS41NDQyIDBDMjQuMjQ4OSAwIDE1LjA4OTggOS4xNTkzNSAxNS4wODk4IDIwLjQ1NDRDMTUuMDg5OCAyMC41MzA3IDE1LjEwMTggMjAuNjAzIDE1LjEwMTggMjAuNjc5M0M2LjU1Njg3IDIxLjk3MjIgNi4wNzE3OGUtMDYgMjkuMzI0NiA2LjA3MTc4ZS0wNiAzOC4yMzA3Qy0wLjAwODAyNDM3IDQ4LjA0NDUgNy45NTA2OCA1NS45OTkgMTcuNzY4MyA1NS45OTlMMTcuNzY4OSA1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMjk0MjUgMC4yNDAzODcpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K) 45px center no-repeat;
  -webkit-transition: all .7s cubic-bezier(.82, -.02, .4, 1.18);
  transition: all .7s cubic-bezier(.82, -.02, .4, 1.18);
}
.uxDialogClaimAdmin #view2 .main-box:hover .box-content::before {
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(120px) scale(.7);
  transform: translateX(120px) scale(.7);
}
.uxDialogClaimAdmin #view2 .dots div {
  -webkit-transition: all .5s cubic-bezier(.65, .51, .37, 1.02);
  transition: all .5s cubic-bezier(.65, .51, .37, 1.02);
}
.uxDialogClaimAdmin #view2 .green-bg::after,
.uxDialogClaimAdmin #view2 .green-dots div {
  background: green;
}
.uxDialogClaimAdmin #view2 .main-box:hover .dots div:nth-child(1) {
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
}
.uxDialogClaimAdmin #view2 .main-box:hover .dots div:nth-child(2) {
  -webkit-transform: scale(3);
  transform: scale(3);
}
.uxDialogClaimAdmin #view2 .main-box:hover .dots div:nth-child(3) {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
.uxDialogClaimAdmin #view2 .container:hover {
  -webkit-transform: translateX(-75px);
  transform: translateX(-75px);
}
.uxDialogClaimAdmin #view2 .dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}
.uxDialogClaimAdmin #view2 .size-max {
  display: flex;
  text-align: center;
  justify-content: center;
}
.uxDialogClaimAddAdmin {
  width: 50%;
}
#view2::-webkit-scrollbar {
  width: 12px;
}
#view2::-webkit-scrollbar-track {
  background: orange;
}
#view2::-webkit-scrollbar-thumb {
  background-color: #00f;
  border-radius: 20px;
  border: 3px solid orange;
}
.uxClaim md-pagination-wrapper {
  width: auto !important;
}
.uxClaim table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
.uxClaim table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 10px;
}
.uxClaim .labelColor {
  color: #3f51b5 !important;
}
.uxClaim table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.uxClaim .container-h4 {
  height: 0;
}
.uxClaim .custom-tooltip {
  max-width: 200px !important;
  white-space: normal !important;
  cursor: pointer;
}
.uxClaim .text-center {
  text-align: center;
}
.uxClaim .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
}
.uxClaim .tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
  font-size: 16px;
}
.uxClaim .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}
.uxClaim .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.uxClaim .tooltip-icon {
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.uxClaim .container-li {
  margin: 10px 0;
}
.uxClaim .red-big-letter {
  font-size: 17px;
  color: red;
}
.uxClaim .comments-container {
  width: 102%;
  background: #ececec;
}
.uxClaim .comments-container .comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}
.uxClaim .comments-container .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}
.uxClaim .comments-container .comments-list {
  margin-top: 20px;
  position: relative;
  margin-left: -10px;
}
.uxClaim .comments-container .reply-list:after,
.uxClaim .comments-container .reply-list:before {
  display: none;
}
.uxClaim .comments-container .reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}
.uxClaim .comments-container .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.uxClaim .comments-container .comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
.uxClaim .comments-container .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
.uxClaim .comments-container .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  z-index: 99;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.uxClaim .comments-container .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}
.uxClaim .comments-container .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}
.uxClaim .comments-container .comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.uxClaim .comments-container .comments-list .comment-box {
  width: auto;
  margin-left: 100px;
  margin-right: 30px;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.uxClaim .comments-container .comments-list .comment-box:after,
.uxClaim .comments-container .comments-list .comment-box:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}
.uxClaim .comments-container .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, .05);
  left: -12px;
}
.uxClaim .comments-container .reply-list .comment-box {
  width: 610px;
}
.uxClaim .comments-container .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 0 25px 0 0;
}
.uxClaim .comments-container .comment-box .comment-head .comment-a {
  font-weight: 600;
  color: #3f51b5;
  font-size: 15px;
}
.uxClaim .comments-container .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.uxClaim .comments-container .comment-box .comment-head i:hover,
.uxClaim .comments-container .comment-box .comment-name a {
  color: #03658c;
}
.uxClaim .comments-container .comment-box .comment-name {
  color: #03658c;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.uxClaim .comments-container .comment-box .comment-date {
  float: right;
}
.uxClaim .comments-container .comment-box .comment-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  margin-top: 4px;
  margin-right: 10px;
}
.uxClaim .comments-container .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 25px;
}
.uxClaim .comments-container .comment-box .comment-name.by-author,
.uxClaim .comments-container .comment-box .comment-name.by-author a {
  color: #03658c;
}
.uxClaim .comments-container .comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width:766px) {
  .uxClaim .comments-container .comments-container {
    width: 480px;
  }
  .uxClaim .comments-container .comments-list .comment-box {
    width: 390px;
  }
  .uxClaim .comments-container .reply-list .comment-box {
    width: 320px;
  }
}
.uxDialogClaim {
  width: 70%;
}
.uxDialogClaim .chat {
  width: 100%;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
}
.uxDialogClaim .chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.uxDialogClaim .chat .chat-header img {
  float: left;
}
.uxDialogClaim .chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.uxDialogClaim .chat .chat-header .chat-with {
  font-weight: 700;
  font-size: 16px;
}
.uxDialogClaim .chat .chat-header .chat-num-messages {
  color: #92959E;
}
.uxDialogClaim .chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.uxDialogClaim .chat .chat-history {
  padding: 0 30px;
  border-bottom: 2px solid #fff;
  overflow-y: auto;
}
.uxDialogClaim .chat .chat-history ul {
  margin-left: -40px !important;
}
.uxDialogClaim .chat .chat-history .message-data {
  margin-bottom: 15px;
}
.uxDialogClaim .chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.uxDialogClaim .message-data-trash {
  float: right !important;
  font-size: 20px;
  cursor: pointer;
}
.uxDialogClaim .chat .chat-history .message {
  color: #fff;
  padding: 18px 20px;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  margin-bottom: 30px;
  width: 95%;
  position: relative;
}
.uxDialogClaim .chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #0069a5;
  border-width: 10px;
  margin-left: -10px;
}
.uxDialogClaim .chat .chat-history .my-message {
  background: #0069a5;
}
.uxDialogClaim .chat .chat-history .other-message {
  background: #94C2ED;
}
.uxDialogClaim .chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
.uxDialogClaim .chat .chat-message {
  padding: 20px 30px 10px;
}
.uxDialogClaim .chat .chat-message textarea {
  width: 95%;
  border: none;
  padding: 10px 20px;
  font:
    14px/22px Lato,
    Arial,
    sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.uxDialogClaim .chat .chat-message button {
  float: right;
  color: #0069a5;
  font-size: 16px;
  border: none;
  cursor: pointer;
  font-weight: 700;
  background: #F2F5F8;
}
.uxDialogClaim .chat .chat-message button:hover {
  color: #75b1e8;
}
.uxDialogClaim .me,
.uxDialogClaim .offline,
.uxDialogClaim .online {
  margin-right: 3px;
  font-size: 10px;
}
.uxDialogClaim .online {
  color: #0069a5;
}
.uxDialogClaim .offline {
  color: #E38968;
}
.uxDialogClaim .me {
  color: #94C2ED;
}
.uxDialogClaim .align-left {
  text-align: left;
}
.uxDialogClaim .align-right {
  text-align: right;
}
.uxDialogClaim .float-right {
  float: right;
}
.uxDialogClaim .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.uxDialogClaimAdmin .autocomplete-certificate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uxDialogClaimAdmin .autocomplete-certificate .autocomplete-certificate-md {
  width: 97%;
}
.uxDialogClaimAdmin .input-container-certificate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.uxDialogClaimAdmin .input-container-certificate .margin-bottom-div {
  margin-bottom: 0 !important;
  width: 97%;
}
.uxDialogClaimAdmin .input-container-certificate .md-input-container {
  flex: 1 0 auto;
}
.uxDialogClaimAdmin .input-container-certificate .md-icon {
  flex: 0 0 auto;
}
.uxDialogClaimAdmin .color-reguired {
  color: red;
}
.uxDialogClaimAdmin .description {
  margin-top: 5px;
  font-size: 12px;
}
.uxDialogClaimAdmin md-datepicker {
  white-space: nowrap;
  overflow: hidden;
  padding-right: 11px;
  margin-right: -7px;
  vertical-align: middle;
}
.uxDialogClaimAdmin .datepicker-container {
  position: relative;
}
.uxDialogClaimAdmin .datepicker-container label {
  position: absolute;
  top: -10px;
  font-size: 12.5px !important;
  color: rgba(0, 0, 0, .54);
}
.uxDialogClaimAdmin .datepicker-container .md-datepicker-input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.uxDialogClaimAdmin .md-datepicker-calendar-icon {
  position: absolute;
  top: 20px;
  left: 8px;
}
.uxDialogClaimAdmin .md-button.md-icon-button {
  height: 43px;
  padding-right: 29px;
}
.uxDialogClaimAdmin .md-datepicker-input-container {
  width: 89%;
}
.uxDialogClaimAdmin md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .45) !important;
}
.uxDialogClaimAdmin .md-datepicker-triangle-button .md-datepicker-expand-triangle,
.uxDialogClaimAdmin .md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: #000;
  width: 3px;
  height: 3px;
  margin-left: -6px;
}
.uxDialogClaimAdmin .icon-info {
  cursor: pointer;
}
.uxDialogDocumentClaim {
  width: 50%;
}
.uxDialogDocumentClaim .margin-bottom-div {
  margin-bottom: 0 !important;
}
.uxDialogDocumentClaim .color-reguired {
  color: red;
}
.uxDialogDocumentClaim .description {
  margin-top: 5px;
  font-size: 12px;
}
.menu .md-3-line {
  position: relative;
  display: block;
  padding: 5px;
}
.menu .md-3-line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background:
    linear-gradient(
      to right,
      #b47dcd,
      #0b6ba7,
      #0DB4F8);
  z-index: 1;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .5s ease-in-out;
}
.menu .md-3-line:hover::before {
  transform: scaleX(1);
}
.menu[data-animation=bonus] .md-3-line::before {
  transform-origin: right;
}
.menu[data-animation=bonus] .md-3-line:hover::before {
  transform-origin: left;
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(.2, 1, .82, .94);
}
.gpPayableAdmin table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
#modalPayable md-autocomplete {
  height: 28px !important;
}
#modalPayable md-autocomplete input {
  border: none !important;
}
#modalPayable md-autocomplete .md-icon-button {
  display: none !important;
}
#modalPayable md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
.gpReport table,
.gpReport td,
.gpReport th,
.gpReportAdmin table,
.gpReportAdmin td,
.gpReportAdmin th {
  border: 1px solid #3949ab;
  font-size: 11px;
}
#modalPayable md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.gpQueryUser table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.gpAssistant .gpTableHover table tr:hover td,
.gpReport table tr:hover,
.gpReportAdmin table tr:hover {
  color: #fff;
  font-weight: 700;
  background-color: #3f51b5;
}
.gpCommission table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.gpApprove table tr:hover td,
.gpCustomerAdmin table tr:hover td,
.gpInvoicing table tr:hover td,
.gpRecord table tr:hover td {
  color: #fff;
  font-weight: 700;
  background-color: #3f51b5;
}
.gpInvoicing .lineTable {
  border: 1px solid #000;
  text-align: center;
}
.modalCustomers {
  width: 542px;
}
.modalCustomers .password-wrapper {
  margin-top: 0;
  margin-bottom: 26px;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 32px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0 1px;
  padding: 2px 0 1px;
}
.modalCustomers .password-wrapper i {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
.modalCustomers .password-wrapper .eye-icon {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 10px;
  cursor: pointer;
}
.modalCustomers md-autocomplete {
  height: 28px !important;
}
.modalCustomers md-autocomplete input {
  border: none !important;
}
.modalCustomers md-autocomplete .md-icon-button {
  display: none !important;
}
.modalCustomers md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
.modalCustomers md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.modalCustomers .error-messages {
  color: red;
  font-size: 14px !important;
}
.modalCustomers md-input-container [ng-message] {
  font-size: 10px !important;
}
.gpApproveCourier table tr:hover td,
.gpInvoiceCourier table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}
.gpQueryAdmin .gpTableHover table tr:hover td,
.gpWallet table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.gpWallet .sizeTotal {
  font-size: 14px;
}
.gpQueryAdmin .ckeditor {
  height: 700px !important;
  margin-top: 50px;
}
.gpQueryAdmin .formatTemplateEdit {
  height: auto !important;
  padding: 20px 1% 0 !important;
  font-size: 13px !important;
}
.gpQueryAdmin .formatTemplateEdit .title1 {
  width: 100%;
  background: #0069A4;
  height: 27px;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 27px;
}
.gpQueryAdmin body .md-contact-suggestion .md-contact-name {
  overflow: visible !important;
  text-overflow: clip !important;
  white-space: normal !important;
}
.uxModalInformation {
  width: 70%;
}
.uxModalInformation .md-dialog-content {
  padding: 0 35px;
  margin-left: -35px;
}
.uxModalInformation .comments-container {
  width: 104%;
  background: #ececec;
  padding-top: 5px;
  padding-bottom: 5px;
}
.uxModalInformation .comments-container .comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}
.uxModalInformation .comments-container .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}
.uxModalInformation .comments-container .comments-list {
  margin-top: 20px;
  position: relative;
  margin-left: -10px;
}
.uxModalInformation .comments-container .reply-list:after,
.uxModalInformation .comments-container .reply-list:before {
  display: none;
}
.uxModalInformation .comments-container .reply-list li:before {
  content: "";
  width: 60px;
  height: 2px;
  background: #c7cacb;
  position: absolute;
  top: 25px;
  left: -55px;
}
.uxModalInformation .comments-container .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.uxModalInformation .comments-container .comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
.uxModalInformation .comments-container .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
.uxModalInformation .comments-container .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  z-index: 99;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.uxModalInformation .comments-container .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}
.uxModalInformation .comments-container .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}
.uxModalInformation .comments-container .comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.uxModalInformation .comments-container .comments-list .comment-box {
  width: auto;
  margin-left: 100px;
  margin-right: 30px;
  position: relative;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.uxModalInformation .comments-container .comments-list .comment-box:after,
.uxModalInformation .comments-container .comments-list .comment-box:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}
.uxModalInformation .comments-container .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, .05);
  left: -12px;
}
.uxModalInformation .comments-container .reply-list .comment-box {
  width: 610px;
}
.uxModalInformation .comments-container .comment-box .comment-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 0 25px 0 0;
}
.uxModalInformation .comments-container .comment-box .comment-left {
  display: flex;
  flex-direction: column;
}
.uxModalInformation .comments-container .comment-box .comment-right {
  text-align: right;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
}
.uxModalInformation .comments-container .comment-box .comment-head .comment-a {
  font-weight: 600;
  color: #3f51b5;
  font-size: 15px;
}
.uxModalInformation .comments-container .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.uxModalInformation .comments-container .comment-box .comment-head i:hover {
  color: #03658c;
}
.uxModalInformation .comments-container .comment-box .comment-title {
  color: #03658c;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
  margin-bottom: 4px;
}
.uxModalInformation .comments-container .comment-box .comment-name a {
  color: #000;
}
.uxModalInformation .comments-container .comment-box .comment-date {
  float: right;
}
.uxModalInformation .comments-container .comment-box .comment-head span {
  float: right;
  color: #999;
  font-size: 13px;
  position: relative;
  margin-top: 4px;
  margin-right: 10px;
}
.uxModalInformation .comments-container .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 25px;
}
.uxModalInformation .comments-container .comment-box .comment-name.by-author,
.uxModalInformation .comments-container .comment-box .comment-name.by-author a {
  color: #03658c;
}
.uxModalInformation .comments-container .comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.card__face:after,
.card__face__from-to:before,
.card__face__path:after,
.card__face__path:before,
.card__stats:before,
.card__text:after,
.gpCustomerService .tooltip .tooltiptext::after {
  content: "";
}
@media only screen and (max-width:766px) {
  .uxModalInformation .comments-container .comments-container {
    width: 480px;
  }
  .uxModalInformation .comments-container .comments-list .comment-box {
    width: 390px;
  }
  .uxModalInformation .comments-container .reply-list .comment-box {
    width: 320px;
  }
}
.uxModalInformation .no-information-container {
  padding-top: 25px;
  padding-bottom: 5px;
  margin: 10px;
  display: flex;
}
.uxModalInformation .no-information-container .no-information {
  font-weight: 700;
  align-content: center;
  text-align: center;
}
.spinner-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .3);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.gpDialog .formatTemplateEdit {
  height: auto !important;
  padding: 20px 1% 0 !important;
  font-size: 13px !important;
}
.gpDialog .formatTemplateEdit .title1 {
  width: 100%;
  background: #0069A4;
  height: 27px;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  margin-bottom: 7px;
  line-height: 27px;
}
.gpCommissionAdmin table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.paddingModal {
  padding: 30px;
}
.errorMessage {
  color: red;
}
.gpSettingOperation {
  padding: 15px;
}
.gpCustomerService table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.gpCustomerService .container-h4 {
  height: 0;
}
.gpCustomerService .custom-tooltip {
  max-width: 200px !important;
  white-space: normal !important;
  cursor: pointer;
}
.gpCustomerService .text-center {
  text-align: center;
}
.gpCustomerService .tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #000;
}
.gpCustomerService .tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity .3s;
  font-size: 16px;
}
.gpCustomerService .tooltip .tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent;
}
.gpCustomerService .tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.uxBusiness .row .invisible,
.uxChatBusiness .clearfix:after,
.uxProspect .row .invisible,
.uxProspectAdmin .row .invisible {
  visibility: hidden;
}
.gpCustomerService .tooltip-icon {
  width: 20px;
  height: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.gpCustomerService .container-li {
  margin: 10px 0;
}
.gpCustomerService .red-big-letter {
  font-size: 17px;
  color: red;
}
.gpCommissionAgent table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
#modalCommissionAgent {
  width: 542px;
}
#modalCommissionAgent .password-wrapper {
  margin-top: 0;
  margin-bottom: 26px;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 32px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0 1px;
  padding: 2px 0 1px;
}
#modalCommissionAgent .password-wrapper .eye-icon {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 10px;
  cursor: pointer;
}
#modalCommissionAgent .password-wrapper .info-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
#modalCommissionAgent md-autocomplete {
  height: 28px !important;
  width: 50px !important;
}
#modalCommissionAgent md-autocomplete input {
  border: none !important;
}
#modalCommissionAgent md-autocomplete .md-icon-button {
  display: none !important;
}
#modalCommissionAgent md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
#modalCommissionAgent md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.card.hidden-hack .card__part-2 > .m--front,
.card.req-active2 .card__stats,
.card__map {
  display: none;
}
#modalCommissionAgent .error-messages {
  color: red;
  font-size: 14px !important;
}
#modalCommissionAgent md-input-container [ng-message] {
  font-size: 10px !important;
}
.cont .box,
.container {
  width: 95%;
  margin: 2px;
  padding: 5px;
  border: 1px solid #ccc;
  text-align: center !important;
}
.cont .box .cont-droppable,
.container .cont-droppable {
  height: 50px;
}
.cont .box .btn,
.cont .box .items,
.container .btn,
.container .items {
  margin-top: 3px;
  font-size: 13px;
  cursor: pointer;
}
.col3,
.header {
  margin: 0;
  padding: 0;
}
.header {
  height: 25px;
  min-height: 25px;
}
.header img {
  width: 25px;
  right: 0;
  top: 0;
  position: absolute;
}
.header h2 {
  text-align: center;
  font-size: 15px;
}
.cont:hover .box {
  zoom: 1;
  filter: alpha(opacity=45);
  opacity: .45;
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -ms-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
}
.cont .box:hover {
  box-shadow: 3px 3px 15px #666;
  border-color: #ff4081;
  background: #ff4081;
  color: #fff;
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .7);
}
.col3 {
  width: 33.33333333%;
  float: left;
}
.card__sender__heading,
.card__text__heading {
  font-size: 10px;
  text-transform: uppercase;
  color: #B5B5B5;
}
@media (max-width:480px) {
  .phone {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: 0 0;
    border-radius: 0;
  }
}
.phone__screen {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #525A75;
}
.phone__scroll-cont {
  overflow-y: auto;
  position: absolute;
  left: 0;
  top: -21px;
  width: calc(100% + 15px);
  height: calc(100% + 42px);
  padding: 21px 0;
}
@media (max-width:480px) {
  .phone__scroll-cont {
    width: 100%;
    height: 100%;
  }
}
.phone__content {
  position: relative;
  padding-top: 30px;
}
.card {
  z-index: 1;
  position: relative;
  width: 90%;
  height: 160px;
  margin-left: 18px;
  margin-bottom: 15px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transition: margin .4s .1s;
  transition: margin .4s .1s;
}
.card__part,
.card__part__side {
  z-index: 1;
  position: absolute;
  width: 100%;
  left: 0;
}
.card.active {
  -webkit-transition: margin .4s;
  transition: margin .4s;
}
.card.flip-step1 {
  margin-bottom: 175px;
}
.card.flip-step2 {
  margin-bottom: 245px;
}
.card.flip-step3 {
  margin-bottom: 330px;
}
.card.req-active1 {
  -webkit-transition: margin .6s cubic-bezier(.77, .03, .83, .67);
  transition: margin .6s cubic-bezier(.77, .03, .83, .67);
  margin-bottom: 55px;
}
.card.req-active2 {
  -webkit-transition: margin .6s cubic-bezier(.31, .14, .48, 1.52);
  transition: margin .6s cubic-bezier(.31, .14, .48, 1.52);
  margin-bottom: 477px;
}
.card.req-closing1 {
  -webkit-transition: margin .5s;
  transition: margin .5s;
  margin-bottom: 175px;
}
.card.req-closing2 {
  -webkit-transition: margin .5s;
  transition: margin .5s;
  margin-bottom: 15px;
}
.card.no-transition,
.card.no-transition * {
  -webkit-transition: all 0s 0s !important;
  transition: all 0s 0s !important;
}
.card.theme-purple .card__face__colored-side {
  background: #BA68C8;
}
.card.theme-purple .card__face__path {
  background: -webkit-repeating-linear-gradient(#BA68C8, #BA68C8 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #BA68C8,
      #BA68C8 3px,
      transparent 3px,
      transparent 6px);
  border-color: #BA68C8;
}
.card.theme-purple .card__header {
  background: #BA68C8;
}
.card.theme-purple .card__sender__rating__star {
  color: #BA68C8;
}
.card.theme-purple .card__path-big {
  background: -webkit-repeating-linear-gradient(#BA68C8, #BA68C8 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #BA68C8,
      #BA68C8 3px,
      transparent 3px,
      transparent 6px);
  border-color: #BA68C8;
}
.card.theme-green .card__face__colored-side {
  background: #52A43A;
}
.card.theme-green .card__face__path {
  background: -webkit-repeating-linear-gradient(#52A43A, #52A43A 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #52A43A,
      #52A43A 3px,
      transparent 3px,
      transparent 6px);
  border-color: #52A43A;
}
.card.theme-green .card__header {
  background: #52A43A;
}
.card.theme-green .card__sender__rating__star {
  color: #52A43A;
}
.card.theme-green .card__path-big {
  background: -webkit-repeating-linear-gradient(#52A43A, #52A43A 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #52A43A,
      #52A43A 3px,
      transparent 3px,
      transparent 6px);
  border-color: #52A43A;
}
.card.theme-orange .card__face__colored-side {
  background: #F7AA17;
}
.card.theme-orange .card__face__path {
  background: -webkit-repeating-linear-gradient(#F7AA17, #F7AA17 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #F7AA17,
      #F7AA17 3px,
      transparent 3px,
      transparent 6px);
  border-color: #F7AA17;
}
.card.theme-orange .card__header {
  background: #F7AA17;
}
.card.theme-orange .card__sender__rating__star {
  color: #F7AA17;
}
.card.theme-orange .card__path-big {
  background: -webkit-repeating-linear-gradient(#F7AA17, #F7AA17 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #F7AA17,
      #F7AA17 3px,
      transparent 3px,
      transparent 6px);
  border-color: #F7AA17;
}
.card.theme-red .card__face__colored-side {
  background: #EF5350;
}
.card.theme-red .card__face__path {
  background: -webkit-repeating-linear-gradient(#EF5350, #EF5350 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #EF5350,
      #EF5350 3px,
      transparent 3px,
      transparent 6px);
  border-color: #EF5350;
}
.card.theme-red .card__header {
  background: #EF5350;
}
.card.theme-red .card__sender__rating__star {
  color: #EF5350;
}
.card.theme-red .card__path-big {
  background: -webkit-repeating-linear-gradient(#EF5350, #EF5350 3px, transparent 3px, transparent 6px);
  background:
    repeating-linear-gradient(
      #EF5350,
      #EF5350 3px,
      transparent 3px,
      transparent 6px);
  border-color: #EF5350;
}
.card__part {
  border-radius: 11px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card__part__side {
  top: 0;
  height: 100%;
  border-radius: inherit;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.card__part__side.m--back {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.card__part__side.m--front {
  background: #fff;
}
.card__part-3 > .m--back,
.card__part-4 > .m--back {
  background: #F7EFF7;
}
.card__part-1 {
  top: 0;
  height: 100%;
  -webkit-transition: all .25s;
  transition: all .25s;
  -webkit-transform: translateZ(-3px);
  transform: translateZ(-3px);
}
.card.flip-step1 .card__part-1 {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.card.req-closing2 .card__part-1 {
  border-radius: 11px;
}
.card__part-2 {
  z-index: 6;
  top: 100%;
  height: 100%;
  -webkit-transform: rotateX(179deg) translateZ(3px);
  transform: rotateX(179deg) translateZ(3px);
  -webkit-transition: border-radius .25s, -webkit-transform .5s ease-out;
  transition: border-radius .25s, -webkit-transform .5s ease-out;
  transition: transform .5s ease-out, border-radius .25s;
  transition:
    transform .5s ease-out,
    border-radius .25s,
    -webkit-transform .5s ease-out;
}
.card__part-2 > .m--back {
  overflow: hidden;
  cursor: pointer;
}
.card.flip-step1 .card__part-2 {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 0;
}
.card.req-active1 .card__part-2 {
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
  -webkit-transform: translate3d(0, -120px, 0);
  transform: translate3d(0, -120px, 0);
}
.card.req-active2 .card__part-2 {
  -webkit-transition: -webkit-transform .6s cubic-bezier(.61, .14, .18, 1.52);
  transition: -webkit-transform .6s cubic-bezier(.61, .14, .18, 1.52);
  transition: transform .6s cubic-bezier(.61, .14, .18, 1.52);
  transition: transform .6s cubic-bezier(.61, .14, .18, 1.52), -webkit-transform .6s cubic-bezier(.61, .14, .18, 1.52);
  -webkit-transform: translate3d(0, 140px, 0);
  transform: translate3d(0, 140px, 0);
}
.card.req-closing1 .card__part-2 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.card.req-closing2 .card__part-2 {
  -webkit-transition: border-radius, -webkit-transform;
  transition: border-radius, -webkit-transform;
  transition: transform, border-radius;
  transition:
    transform,
    border-radius,
    -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transform: rotateX(179deg) translateZ(3px);
  transform: rotateX(179deg) translateZ(3px);
  border-radius: 11px;
}
.card__part-3 {
  top: 100%;
  height: 70px;
  -webkit-transform: rotateX(179deg) translateZ(-3px);
  transform: rotateX(179deg) translateZ(-3px);
  -webkit-transition: border-radius 0s .5s, -webkit-transform .5s;
  transition: border-radius 0s .5s, -webkit-transform .5s;
  transition: transform .5s, border-radius 0s .5s;
  transition:
    transform .5s,
    border-radius 0s .5s,
    -webkit-transform .5s;
}
.card.flip-step2 .card__part-3 {
  -webkit-transition: border-radius 0s 0s, -webkit-transform .5s;
  transition: border-radius 0s 0s, -webkit-transform .5s;
  transition: transform .5s, border-radius 0s 0s;
  transition:
    transform .5s,
    border-radius 0s 0s,
    -webkit-transform .5s;
  border-radius: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.card.req-active1 .card__part-3 {
  -webkit-transition: height, -webkit-transform;
  transition: height, -webkit-transform;
  transition: transform, height;
  transition:
    transform,
    height,
    -webkit-transform;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transform: translate3d(0, -70px, 0);
  transform: translate3d(0, -70px, 0);
  height: 0;
}
.card.req-active2 .card__part-3 {
  -webkit-transition: height, -webkit-transform;
  transition: height, -webkit-transform;
  transition: transform, height;
  transition:
    transform,
    height,
    -webkit-transform;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 75px;
}
.card.req-closing1 .card__part-3 {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: rotateX(179deg) translateZ(-3px);
  transform: rotateX(179deg) translateZ(-3px);
}
.card.req-closing2 .card__part-3 {
  -webkit-transition: border-radius .5s;
  transition: border-radius .5s;
  border-radius: 11px;
}
.card__part-4 {
  top: 100%;
  height: 70px;
  -webkit-transform: rotateX(179deg) translateZ(0);
  transform: rotateX(179deg) translateZ(0);
  -webkit-transition:
    border-radius 0s 0s,
    height .5s,
    -webkit-transform .5s;
  transition:
    border-radius 0s 0s,
    height .5s,
    -webkit-transform .5s;
  transition:
    transform .5s,
    border-radius 0s 0s,
    height .5s;
  transition:
    transform .5s,
    border-radius 0s 0s,
    height .5s,
    -webkit-transform .5s;
}
.card__part-4 > .m--front {
  padding: 10px 20px;
  opacity: 0;
  -webkit-transition: opacity 0s .5s;
  transition: opacity 0s .5s;
}
.card.flip-step2 .card__part-4 {
  -webkit-transition:
    border-radius 0s 0s,
    height .33s 165ms,
    -webkit-transform .5s;
  transition:
    border-radius 0s 0s,
    height .33s 165ms,
    -webkit-transform .5s;
  transition:
    transform .5s,
    border-radius 0s 0s,
    height .33s 165ms;
  transition:
    transform .5s,
    border-radius 0s 0s,
    height .33s 165ms,
    -webkit-transform .5s;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card.flip-step3 .card__part-4 {
  -webkit-transition:
    border-radius 0s 0s,
    height .33s,
    -webkit-transform .5s;
  transition:
    border-radius 0s 0s,
    height .33s,
    -webkit-transform .5s;
  transition:
    transform .5s,
    border-radius 0s 0s,
    height .33s;
  transition:
    transform .5s,
    border-radius 0s 0s,
    height .33s,
    -webkit-transform .5s;
  height: 85px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.card.flip-step3 .card__part-4 > .m--front {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
}
.card.req-closing1 .card__part-4 {
  -webkit-transition: border-radius .5s;
  transition: border-radius .5s;
  border-radius: 0;
}
.card.req-closing2 .card__part-4 {
  -webkit-transition: border-radius .5s;
  transition: border-radius .5s;
  border-radius: 11px;
}
.card__part__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: inherit;
}
.card__face:after,
.card__text,
.card__text:after {
  position: absolute;
  top: 0;
  height: 100%;
}
.card__text {
  overflow: hidden;
  width: 50%;
}
.card__text:after {
  right: 0;
  width: 20px;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      #fff);
}
.card__text p {
  width: 200%;
}
.card__text--left {
  left: 0;
}
.card__text--right {
  left: 50%;
}
.card__text__heading {
  line-height: 1;
  margin-bottom: 3px;
}
.card__text__middle {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  color: #4B4D52;
}
.card__text__bottom {
  font-size: 14px;
  color: #555A5F;
}
.card__face {
  padding: 20px 20px 15px;
}
.card__from-to,
.card__sender,
.card__timings {
  padding: 10px 20px 0;
}
.card__face:after {
  z-index: 5;
  right: 0;
  width: 20px;
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), #fff 60%, #fff 100%);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0),
      #fff 60%,
      #fff 100%);
}
.card__face__colored-side {
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  border-top-left-radius: 11px;
  border-bottom-left-radius: 11px;
  -webkit-transition: width .3s;
  transition: width .3s;
}
.card__face:hover .card__face__colored-side {
  width: 80px;
}
.card__face__price {
  margin-top: -3px;
  font-weight: 400;
  font-size: 22px;
  color: #555A5F;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.card__face:hover .card__face__price {
  color: #fff;
}
.card__face__divider {
  position: absolute;
  left: 80px;
  top: 10px;
  width: 1px;
  height: calc(100% - 20px);
  background: #ECECEC;
}
.card__face__path {
  position: absolute;
  left: 105px;
  top: 36px;
  width: 2px;
  height: 38px;
}
.card__face__path:after,
.card__face__path:before {
  position: absolute;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.card__face__path:before {
  top: -11px;
}
.card__face__path:after {
  bottom: -9px;
}
.card__face__from-to {
  position: absolute;
  left: 120px;
  top: 20px;
  width: 300px;
  color: #555A5F;
  font-size: 13px;
}
.card__face__from-to:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #ECECEC;
}
.card__face__from-to p:first-child {
  margin-bottom: 15px;
}
.card__face__deliv-date {
  position: absolute;
  left: 12px;
  top: 105px;
  color: #9A9E9E;
  font-size: 9px;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.card__face__deliv-date p {
  color: #606568;
  -webkit-transition: color .3s;
  transition: color .3s;
}
.card__face:hover .card__face__deliv-date {
  color: rgba(255, 255, 255, .8);
}
.card__face:hover .card__face__deliv-date p {
  color: #fff;
}
.card__face__stats {
  position: absolute;
  top: 79px;
  color: #606568;
  font-size: 12px;
}
.card__face__stats p {
  font-size: 12px;
  color: #606568;
  font-weight: 700;
}
.card__face__stats--req {
  left: 100px;
}
.card__face__stats--pledge {
  left: 190px;
}
.card__face__stats--weight {
  left: 270px;
}
.card__face__stats--weight p {
  text-transform: lowercase;
}
.card__header {
  position: relative;
  height: 40px;
  color: rgba(255, 255, 255, .8);
}
.card__header__close-btn {
  z-index: 2;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  cursor: pointer;
}
.card__header__close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.card__header__close-btn:after,
.card__header__close-btn:before {
  content: "";
  position: absolute;
  left: -4px;
  top: 7px;
  width: 23px;
  height: 2px;
  background: #fff;
}
.card__header__close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.card__header__close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.card__header__id {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  line-height: 40px;
  text-align: center;
}
.card__header__price {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 50px;
}
.card__stats {
  position: relative;
  height: 120px;
  background-size: cover;
  background-position: center center;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.card__stats:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
}
.card__from-to__inner:before,
.card__sender:after {
  content: "";
  background: #ECECEC;
}
.card.req-active1 .card__stats {
  opacity: 0;
}
.card__stats__item {
  position: absolute;
  bottom: 10px;
}
.card__stats__item--req {
  z-index: 2;
  left: 20px;
}
.card__stats__item--pledge {
  z-index: 1;
  left: 0;
  width: 100%;
  text-align: center;
}
.card__stats__item--weight {
  z-index: 2;
  right: 20px;
  text-align: right;
}
.card__stats__type {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .6);
}
.card__stats__value {
  font-size: 69%;
  font-weight: 700;
  color: #fff;
}
.card__map {
  overflow: hidden;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 110px;
  opacity: 0;
}
.card.map-active .card__map {
  display: block;
}
.card__sender__img-cont,
.card__sender__name-and-rating {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
.card.req-active2 .card__map {
  -webkit-transition: height .48s;
  transition: height .48s;
  height: 310px;
  z-index: 5;
  opacity: 1;
}
.card.req-closing1 .card__map {
  -webkit-transition: height .5s;
  transition: height .5s;
  height: 120px;
}
.card.req-closing2 .card__map {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  opacity: 0;
}
.card__map__inner {
  position: absolute;
  left: -5%;
  top: -5%;
  width: 110%;
  height: 341px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .6s cubic-bezier(.8, -1.4, .8, 1.4);
  transition: -webkit-transform .6s cubic-bezier(.8, -1.4, .8, 1.4);
  transition: transform .6s cubic-bezier(.8, -1.4, .8, 1.4);
  transition: transform .6s cubic-bezier(.8, -1.4, .8, 1.4), -webkit-transform .6s cubic-bezier(.8, -1.4, .8, 1.4);
}
.card.req-active2 .card__map__inner {
  -webkit-transform: scale(1.1) !important;
  transform: scale(1.1) !important;
}
.card__sender {
  position: relative;
  height: 90px;
}
.card.req-active2 .card__sender {
  height: 160px;
}
.card__sender:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 0;
}
.card.req-active2 .card__sender:after {
  opacity: 1;
}
.card__sender__heading {
  margin-bottom: 5px;
}
.card.req-active1 .card__sender__heading {
  -webkit-transition: opacity, margin;
  transition: opacity, margin;
  -webkit-transition-duration: .48s;
  transition-duration: .48s;
  opacity: 0;
  margin-top: -9px;
}
.card__sender__img-cont {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  border-radius: 8px;
}
.card__sender__img-cont__inner {
  height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.card__sender__img {
  width: 100%;
  min-height: 100%;
}
.card__sender__name-and-rating {
  max-width: 180px;
  height: 55px;
  margin-top: -5px;
  margin-bottom: 20px;
}
.card.req-active2 .card__from-to,
.card.req-active2 .card__sender__rating,
.card.req-active2 .card__timings,
.card__timer {
  display: none;
}
.card__sender__name {
  font-size: 18px;
  color: #3B424A;
}
.card__sender__rating {
  font-size: 14px;
}
.card__sender__address,
.card__sender__rating__count {
  font-size: 12px;
  color: #8C9093;
}
.card.req-active1 .card__sender__rating {
  -webkit-transition: opacity .48s;
  transition: opacity .48s;
  opacity: 0;
}
.card__sender__rating__star {
  opacity: .3;
}
.card__sender__rating-1 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-2 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-2 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-3 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-3 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-3 .card__sender__rating__star:nth-child(3) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(3) {
  opacity: 1;
}
.card__sender__rating-4 .card__sender__rating__star:nth-child(4) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(1) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(2) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(3) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(4) {
  opacity: 1;
}
.card__sender__rating-5 .card__sender__rating__star:nth-child(5) {
  opacity: 1;
}
.card__sender__address {
  opacity: 0;
}
.card.req-active2 .card__sender__address {
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
  opacity: 1;
  pointer-events: auto;
}
.card__receiver {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
}
.card.req-active2 .card__receiver {
  -webkit-transition: height .6s;
  transition: height .6s;
  height: 65px;
}
.card__receiver__inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
}
.card__path-big {
  position: absolute;
  right: 26px;
  top: 55px;
  width: 2px;
  height: 57px;
  opacity: 0;
}
.card.req-active2 .card__path-big {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
}
.card__path-big:after,
.card__path-big:before {
  content: "";
  position: absolute;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid;
  border-color: inherit;
}
.card__path-big:before {
  top: -13px;
}
.card__path-big:after {
  bottom: -11px;
}
.card__from-to {
  position: relative;
  height: 70px;
}
.card.req-active1 .card__from-to {
  -webkit-transition: opacity .48s;
  transition: opacity .48s;
  opacity: 0;
}
.card__from-to__inner {
  position: relative;
  height: 100%;
}
.card__from-to__inner:before {
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 1px;
}
.card__timings,
.card__timings__inner {
  height: 100%;
  position: relative;
}
.card.req-active1 .card__timings {
  -webkit-transition: opacity .48s;
  transition: opacity .48s;
  opacity: 0;
}
.card__timer {
  margin-top: 22px;
  font-size: 30px;
  color: #A4ADAD;
  text-align: center;
}
.col1u,
.col2u {
  margin: 0;
  padding: 0;
  float: left;
}
.card.req-active2 .card__timer {
  display: block;
}
.card.req-active2 .card__counter,
.card.req-active2 .card__request-btn__text-1 {
  display: none;
}
.card__request-btn {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #FFBD18;
  text-transform: uppercase;
  font-size: 18px;
  color: #3F2F1F;
  outline: 0;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0;
  -webkit-transition: letter-spacing .3s;
  transition: letter-spacing .3s;
}
.card__counter,
.card__request-btn__text-2 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.card__request-btn__text-1 {
  -webkit-transition: opacity .48s;
  transition: opacity .48s;
}
.card.req-active1 .card__request-btn__text-1 {
  opacity: 0;
}
.card__request-btn__text-2 {
  z-index: -5;
  top: 0;
  height: 40px;
  line-height: 40px;
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
.card.req-active2 .card__request-btn__text-2 {
  z-index: 1;
  opacity: 1;
}
.card__request-btn:hover {
  letter-spacing: 5px;
}
.card__counter {
  top: 57px;
  font-size: 14px;
  color: #A2A2A5;
  -webkit-transition: opacity .48s;
  transition: opacity .48s;
}
.card.req-active1 .card__counter {
  opacity: 0;
}
.col1u {
  width: 75%;
}
.col2u {
  width: 24%;
  position: fixed;
  right: 13px;
  top: 130px;
}
.col2u #cont {
  overflow-y: auto !important;
  padding-bottom: 16px !important;
}
.col2u #cont .cont-tabs {
  margin-bottom: 50px !important;
}
.md-virtual-repeat-container.md-autocomplete-suggestions-container {
  width: 25%;
}
.uxCostAnalysis table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}
.uxDialogCostAnalysis {
  width: 70%;
}
.gpContactAdmin table tr:hover td {
  background-color: #3f51b5;
  color: #fff !important;
  font-weight: 700;
}
.modalContact {
  width: 50%;
}
.modalContact .datepicker-container {
  position: relative;
  margin-bottom: 35px;
}
.modalContact .datepicker-container label {
  position: absolute;
  top: -10px;
  font-size: 12.5px !important;
  color: rgba(0, 0, 0, .54);
}
.modalContact .datepicker-container .md-datepicker-input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.modalContact .md-datepicker-calendar-icon {
  position: absolute;
  top: 20px;
  left: 8px;
}
.modalContact .md-button.md-icon-button {
  margin: 0 -10px 6px;
  height: 43px;
  width: 50px;
}
.modalContact .md-datepicker-input-container {
  width: 94%;
}
.modalContact md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .45) !important;
}
.modalContact .md-datepicker-triangle-button .md-datepicker-expand-triangle,
.modalContact .md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: #000;
  width: 3px;
  height: 3px;
  margin-left: -17px;
}
.modalContact md-input-container {
  height: 40px !important;
  margin: 2px 0;
}
.modalContact p {
  margin: 30px 0 0;
}
.modalContact .required {
  color: red;
}
.modalContact md-autocomplete {
  height: 28px !important;
}
.modalContact md-autocomplete input {
  border: none !important;
}
.modalContact md-autocomplete .md-icon-button {
  display: none !important;
}
.modalContact md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
.gpCommercialManagement table tr:hover,
.gpSubuser table tr:hover td {
  background-color: #3f51b5;
  font-weight: 700;
}
.modalContact md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.modalContact .error-messages {
  color: red;
  font-size: 14px !important;
}
.modalContact md-input-container [ng-message] {
  font-size: 10px !important;
}
.gpSubuser table tr:hover td {
  color: #fff !important;
}
.gpCommercialManagement table tr:hover center {
  color: #fff !important;
}
.uxProspect {
  height: 100% !important;
}
.uxProspect .md-padding {
  padding: 0 !important;
  height: 800px !important;
}
.uxProspect .custom-button {
  height: 15px !important;
  font-size: 10px;
  background-color: green !important;
  color: #fff;
  font-weight: 700;
  min-width: 140px !important;
}
.uxProspect .div-overlay-buttons {
  margin-top: 10px;
  position: relative;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  max-width: 140px;
}
.uxProspect .div-overlay-buttons .md-button:first-child {
  margin-top: 25px !important;
}
.uxProspect .div-overlay-buttons .md-button:not(:first-child) {
  margin-top: 10px !important;
}
.uxProspect .overlay-button {
  margin-top: 10px;
  position: relative;
  top: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uxProspect .text-center {
  text-align: center;
}
.uxProspect .stage {
  border-radius: 10px;
}
.uxProspect .card-item {
  width: 100%;
  height: 70px;
  min-height: 70px !important;
  background-color: #0069a5;
  color: #fff;
  margin-bottom: 0;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
}
.uxProspect .card-item-margin {
  margin-bottom: 10px;
}
.uxProspect .icon-card {
  color: #fff;
  font-size: 20px;
}
.uxProspect .md-menu-item .md-button .md-icon {
  color: #0069a5 !important;
  font-size: 20px;
}
.uxProspect .md-menu {
  margin: 0 5px 4px 0;
  padding: 0;
}
.uxProspect .md-menu .md-button {
  min-width: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  height: 24px !important;
}
.uxProspect .no-margin-no-padding {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.uxProspect .img-avatar {
  width: 50px !important;
  height: 50px !important;
  margin-top: 0 !important;
}
.uxProspect .button-add {
  font-size: 30px;
  margin-top: -25px;
  margin-left: -10px;
}
.uxProspect .icon-column {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uxProspect .icon-column .icon-card:not(:last-child) {
  margin-bottom: 4px;
}
.uxProspect .no-margin {
  margin: 0;
}
.uxProspect .row .container,
.uxProspect .row .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.uxProspect md-divider {
  border-top-width: 0;
}
.uxProspect .card-item-height {
  height: auto;
  z-index: 1;
}
.uxProspect md-select-menu md-option:not(:nth-child(2)) {
  display: none;
}
.uxProspect .switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.uxProspect md-switch.md-checked .md-ink-ripple {
  background-color: #0069a5 !important;
}
.uxProspect md-switch.md-checked .md-bar {
  background-color: #91cef1 !important;
}
.uxProspect table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 8px !important;
}
.uxProspect table.md-table:not(.md-row-select) td.md-cell:first-child {
  padding: 0 8px !important;
}
.uxProspect table.md-table:not(.md-row-select) td.md-cell:nth-last-child(1),
.uxProspect table.md-table:not(.md-row-select) th.md-column:nth-last-child(1) {
  padding: 0 8px 0 0 !important;
  font-size: 11px;
}
.uxProspect .fixed-width-column {
  width: 20px !important;
}
.uxProspect .md-table-pagination md-select:last-of-type {
  display: none;
}
.uxProspect .md-table-pagination .label {
  display: none;
}
.uxProspect .md-table-pagination .label:first-of-type,
.uxProspect .md-table-pagination .label:last-of-type {
  display: block;
}
.uxProspect .row *,
.uxProspect .row :after,
.uxProspect .row :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uxProspect .row .carousel-inner > .item > a > img,
.uxProspect .row .carousel-inner > .item > img,
.uxProspect .row .img-responsive,
.uxProspect .row .thumbnail a > img,
.uxProspect .row .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uxProspect .row .img-rounded {
  border-radius: 6px;
}
.uxProspect .row .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uxProspect .row .caption h4,
.uxProspect .row .caption p {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uxProspect .row .img-circle {
  border-radius: 50%;
}
@media (min-width:768px) {
  .uxProspect .row .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .uxProspect .row .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .uxProspect .row .container {
    width: 1170px;
  }
}
.uxProspect .row .row {
  margin-right: -15px;
  margin-left: -15px;
}
.uxProspect .row .col-lg-1,
.uxProspect .row .col-lg-10,
.uxProspect .row .col-lg-11,
.uxProspect .row .col-lg-12,
.uxProspect .row .col-lg-2,
.uxProspect .row .col-lg-3,
.uxProspect .row .col-lg-4,
.uxProspect .row .col-lg-5,
.uxProspect .row .col-lg-6,
.uxProspect .row .col-lg-7,
.uxProspect .row .col-lg-8,
.uxProspect .row .col-lg-9,
.uxProspect .row .col-md-1,
.uxProspect .row .col-md-10,
.uxProspect .row .col-md-11,
.uxProspect .row .col-md-12,
.uxProspect .row .col-md-2,
.uxProspect .row .col-md-3,
.uxProspect .row .col-md-4,
.uxProspect .row .col-md-5,
.uxProspect .row .col-md-6,
.uxProspect .row .col-md-7,
.uxProspect .row .col-md-8,
.uxProspect .row .col-md-9,
.uxProspect .row .col-sm-1,
.uxProspect .row .col-sm-10,
.uxProspect .row .col-sm-11,
.uxProspect .row .col-sm-12,
.uxProspect .row .col-sm-2,
.uxProspect .row .col-sm-3,
.uxProspect .row .col-sm-4,
.uxProspect .row .col-sm-5,
.uxProspect .row .col-sm-6,
.uxProspect .row .col-sm-7,
.uxProspect .row .col-sm-8,
.uxProspect .row .col-sm-9,
.uxProspect .row .col-xs-1,
.uxProspect .row .col-xs-10,
.uxProspect .row .col-xs-11,
.uxProspect .row .col-xs-12,
.uxProspect .row .col-xs-2,
.uxProspect .row .col-xs-3,
.uxProspect .row .col-xs-4,
.uxProspect .row .col-xs-5,
.uxProspect .row .col-xs-6,
.uxProspect .row .col-xs-7,
.uxProspect .row .col-xs-8,
.uxProspect .row .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uxProspect .row .col-xs-1,
.uxProspect .row .col-xs-10,
.uxProspect .row .col-xs-11,
.uxProspect .row .col-xs-12,
.uxProspect .row .col-xs-2,
.uxProspect .row .col-xs-3,
.uxProspect .row .col-xs-4,
.uxProspect .row .col-xs-5,
.uxProspect .row .col-xs-6,
.uxProspect .row .col-xs-7,
.uxProspect .row .col-xs-8,
.uxProspect .row .col-xs-9 {
  float: left;
}
.uxProspect .row .col-xs-12 {
  width: 100%;
}
.uxProspect .row .col-xs-11 {
  width: 91.66666667%;
}
.uxProspect .row .col-xs-10 {
  width: 83.33333333%;
}
.uxProspect .row .col-xs-9 {
  width: 75%;
}
.uxProspect .row .col-xs-8 {
  width: 66.66666667%;
}
.uxProspect .row .col-xs-7 {
  width: 58.33333333%;
}
.uxProspect .row .col-xs-6 {
  width: 50%;
}
.uxProspect .row .col-xs-5 {
  width: 41.66666667%;
}
.uxProspect .row .col-xs-4 {
  width: 33.33333333%;
}
.uxProspect .row .col-xs-3 {
  width: 25%;
}
.uxProspect .row .col-xs-2 {
  width: 16.66666667%;
}
.uxProspect .row .col-xs-1 {
  width: 8.33333333%;
}
.uxProspect .row .col-xs-pull-12 {
  right: 100%;
}
.uxProspect .row .col-xs-pull-11 {
  right: 91.66666667%;
}
.uxProspect .row .col-xs-pull-10 {
  right: 83.33333333%;
}
.uxProspect .row .col-xs-pull-9 {
  right: 75%;
}
.uxProspect .row .col-xs-pull-8 {
  right: 66.66666667%;
}
.uxProspect .row .col-xs-pull-7 {
  right: 58.33333333%;
}
.uxProspect .row .col-xs-pull-6 {
  right: 50%;
}
.uxProspect .row .col-xs-pull-5 {
  right: 41.66666667%;
}
.uxProspect .row .col-xs-pull-4 {
  right: 33.33333333%;
}
.uxProspect .row .col-xs-pull-3 {
  right: 25%;
}
.uxProspect .row .col-xs-pull-2 {
  right: 16.66666667%;
}
.uxProspect .row .col-xs-pull-1 {
  right: 8.33333333%;
}
.uxProspect .row .col-xs-pull-0 {
  right: auto;
}
.uxProspect .row .col-xs-push-12 {
  left: 100%;
}
.uxProspect .row .col-xs-push-11 {
  left: 91.66666667%;
}
.uxProspect .row .col-xs-push-10 {
  left: 83.33333333%;
}
.uxProspect .row .col-xs-push-9 {
  left: 75%;
}
.uxProspect .row .col-xs-push-8 {
  left: 66.66666667%;
}
.uxProspect .row .col-xs-push-7 {
  left: 58.33333333%;
}
.uxProspect .row .col-xs-push-6 {
  left: 50%;
}
.uxProspect .row .col-xs-push-5 {
  left: 41.66666667%;
}
.uxProspect .row .col-xs-push-4 {
  left: 33.33333333%;
}
.uxProspect .row .col-xs-push-3 {
  left: 25%;
}
.uxProspect .row .col-xs-push-2 {
  left: 16.66666667%;
}
.uxProspect .row .col-xs-push-1 {
  left: 8.33333333%;
}
.uxProspect .row .col-xs-push-0 {
  left: auto;
}
.uxProspect .row .col-xs-offset-12 {
  margin-left: 100%;
}
.uxProspect .row .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.uxProspect .row .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.uxProspect .row .col-xs-offset-9 {
  margin-left: 75%;
}
.uxProspect .row .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.uxProspect .row .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.uxProspect .row .col-xs-offset-6 {
  margin-left: 50%;
}
.uxProspect .row .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.uxProspect .row .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.uxProspect .row .col-xs-offset-3 {
  margin-left: 25%;
}
.uxProspect .row .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.uxProspect .row .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.uxProspect .row .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width:768px) {
  .uxProspect .row .col-sm-1,
  .uxProspect .row .col-sm-10,
  .uxProspect .row .col-sm-11,
  .uxProspect .row .col-sm-12,
  .uxProspect .row .col-sm-2,
  .uxProspect .row .col-sm-3,
  .uxProspect .row .col-sm-4,
  .uxProspect .row .col-sm-5,
  .uxProspect .row .col-sm-6,
  .uxProspect .row .col-sm-7,
  .uxProspect .row .col-sm-8,
  .uxProspect .row .col-sm-9 {
    float: left;
  }
  .uxProspect .row .col-sm-12 {
    width: 100%;
  }
  .uxProspect .row .col-sm-11 {
    width: 91.66666667%;
  }
  .uxProspect .row .col-sm-10 {
    width: 83.33333333%;
  }
  .uxProspect .row .col-sm-9 {
    width: 75%;
  }
  .uxProspect .row .col-sm-8 {
    width: 66.66666667%;
  }
  .uxProspect .row .col-sm-7 {
    width: 58.33333333%;
  }
  .uxProspect .row .col-sm-6 {
    width: 50%;
  }
  .uxProspect .row .col-sm-5 {
    width: 41.66666667%;
  }
  .uxProspect .row .col-sm-4 {
    width: 33.33333333%;
  }
  .uxProspect .row .col-sm-3 {
    width: 25%;
  }
  .uxProspect .row .col-sm-2 {
    width: 16.66666667%;
  }
  .uxProspect .row .col-sm-1 {
    width: 8.33333333%;
  }
  .uxProspect .row .col-sm-pull-12 {
    right: 100%;
  }
  .uxProspect .row .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .uxProspect .row .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .uxProspect .row .col-sm-pull-9 {
    right: 75%;
  }
  .uxProspect .row .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .uxProspect .row .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .uxProspect .row .col-sm-pull-6 {
    right: 50%;
  }
  .uxProspect .row .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .uxProspect .row .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .uxProspect .row .col-sm-pull-3 {
    right: 25%;
  }
  .uxProspect .row .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .uxProspect .row .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .uxProspect .row .col-sm-pull-0 {
    right: auto;
  }
  .uxProspect .row .col-sm-push-12 {
    left: 100%;
  }
  .uxProspect .row .col-sm-push-11 {
    left: 91.66666667%;
  }
  .uxProspect .row .col-sm-push-10 {
    left: 83.33333333%;
  }
  .uxProspect .row .col-sm-push-9 {
    left: 75%;
  }
  .uxProspect .row .col-sm-push-8 {
    left: 66.66666667%;
  }
  .uxProspect .row .col-sm-push-7 {
    left: 58.33333333%;
  }
  .uxProspect .row .col-sm-push-6 {
    left: 50%;
  }
  .uxProspect .row .col-sm-push-5 {
    left: 41.66666667%;
  }
  .uxProspect .row .col-sm-push-4 {
    left: 33.33333333%;
  }
  .uxProspect .row .col-sm-push-3 {
    left: 25%;
  }
  .uxProspect .row .col-sm-push-2 {
    left: 16.66666667%;
  }
  .uxProspect .row .col-sm-push-1 {
    left: 8.33333333%;
  }
  .uxProspect .row .col-sm-push-0 {
    left: auto;
  }
  .uxProspect .row .col-sm-offset-12 {
    margin-left: 100%;
  }
  .uxProspect .row .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .uxProspect .row .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .uxProspect .row .col-sm-offset-9 {
    margin-left: 75%;
  }
  .uxProspect .row .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .uxProspect .row .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .uxProspect .row .col-sm-offset-6 {
    margin-left: 50%;
  }
  .uxProspect .row .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .uxProspect .row .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .uxProspect .row .col-sm-offset-3 {
    margin-left: 25%;
  }
  .uxProspect .row .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .uxProspect .row .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .uxProspect .row .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:992px) {
  .uxProspect .row .col-md-1,
  .uxProspect .row .col-md-10,
  .uxProspect .row .col-md-11,
  .uxProspect .row .col-md-12,
  .uxProspect .row .col-md-2,
  .uxProspect .row .col-md-3,
  .uxProspect .row .col-md-4,
  .uxProspect .row .col-md-5,
  .uxProspect .row .col-md-6,
  .uxProspect .row .col-md-7,
  .uxProspect .row .col-md-8,
  .uxProspect .row .col-md-9 {
    float: left;
  }
  .uxProspect .row .col-md-12 {
    width: 100%;
  }
  .uxProspect .row .col-md-11 {
    width: 91.66666667%;
  }
  .uxProspect .row .col-md-10 {
    width: 83.33333333%;
  }
  .uxProspect .row .col-md-9 {
    width: 75%;
  }
  .uxProspect .row .col-md-8 {
    width: 66.66666667%;
  }
  .uxProspect .row .col-md-7 {
    width: 58.33333333%;
  }
  .uxProspect .row .col-md-6 {
    width: 50%;
  }
  .uxProspect .row .col-md-5 {
    width: 41.66666667%;
  }
  .uxProspect .row .col-md-4 {
    width: 33.33333333%;
  }
  .uxProspect .row .col-md-3 {
    width: 25%;
  }
  .uxProspect .row .col-md-2 {
    width: 16.66666667%;
  }
  .uxProspect .row .col-md-1 {
    width: 8.33333333%;
  }
  .uxProspect .row .col-md-pull-12 {
    right: 100%;
  }
  .uxProspect .row .col-md-pull-11 {
    right: 91.66666667%;
  }
  .uxProspect .row .col-md-pull-10 {
    right: 83.33333333%;
  }
  .uxProspect .row .col-md-pull-9 {
    right: 75%;
  }
  .uxProspect .row .col-md-pull-8 {
    right: 66.66666667%;
  }
  .uxProspect .row .col-md-pull-7 {
    right: 58.33333333%;
  }
  .uxProspect .row .col-md-pull-6 {
    right: 50%;
  }
  .uxProspect .row .col-md-pull-5 {
    right: 41.66666667%;
  }
  .uxProspect .row .col-md-pull-4 {
    right: 33.33333333%;
  }
  .uxProspect .row .col-md-pull-3 {
    right: 25%;
  }
  .uxProspect .row .col-md-pull-2 {
    right: 16.66666667%;
  }
  .uxProspect .row .col-md-pull-1 {
    right: 8.33333333%;
  }
  .uxProspect .row .col-md-pull-0 {
    right: auto;
  }
  .uxProspect .row .col-md-push-12 {
    left: 100%;
  }
  .uxProspect .row .col-md-push-11 {
    left: 91.66666667%;
  }
  .uxProspect .row .col-md-push-10 {
    left: 83.33333333%;
  }
  .uxProspect .row .col-md-push-9 {
    left: 75%;
  }
  .uxProspect .row .col-md-push-8 {
    left: 66.66666667%;
  }
  .uxProspect .row .col-md-push-7 {
    left: 58.33333333%;
  }
  .uxProspect .row .col-md-push-6 {
    left: 50%;
  }
  .uxProspect .row .col-md-push-5 {
    left: 41.66666667%;
  }
  .uxProspect .row .col-md-push-4 {
    left: 33.33333333%;
  }
  .uxProspect .row .col-md-push-3 {
    left: 25%;
  }
  .uxProspect .row .col-md-push-2 {
    left: 16.66666667%;
  }
  .uxProspect .row .col-md-push-1 {
    left: 8.33333333%;
  }
  .uxProspect .row .col-md-push-0 {
    left: auto;
  }
  .uxProspect .row .col-md-offset-12 {
    margin-left: 100%;
  }
  .uxProspect .row .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .uxProspect .row .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .uxProspect .row .col-md-offset-9 {
    margin-left: 75%;
  }
  .uxProspect .row .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .uxProspect .row .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .uxProspect .row .col-md-offset-6 {
    margin-left: 50%;
  }
  .uxProspect .row .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .uxProspect .row .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .uxProspect .row .col-md-offset-3 {
    margin-left: 25%;
  }
  .uxProspect .row .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .uxProspect .row .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .uxProspect .row .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:1200px) {
  .uxProspect .row .col-lg-1,
  .uxProspect .row .col-lg-10,
  .uxProspect .row .col-lg-11,
  .uxProspect .row .col-lg-12,
  .uxProspect .row .col-lg-2,
  .uxProspect .row .col-lg-3,
  .uxProspect .row .col-lg-4,
  .uxProspect .row .col-lg-5,
  .uxProspect .row .col-lg-6,
  .uxProspect .row .col-lg-7,
  .uxProspect .row .col-lg-8,
  .uxProspect .row .col-lg-9 {
    float: left;
  }
  .uxProspect .row .col-lg-12 {
    width: 100%;
  }
  .uxProspect .row .col-lg-11 {
    width: 91.66666667%;
  }
  .uxProspect .row .col-lg-10 {
    width: 83.33333333%;
  }
  .uxProspect .row .col-lg-9 {
    width: 75%;
  }
  .uxProspect .row .col-lg-8 {
    width: 66.66666667%;
  }
  .uxProspect .row .col-lg-7 {
    width: 58.33333333%;
  }
  .uxProspect .row .col-lg-6 {
    width: 50%;
  }
  .uxProspect .row .col-lg-5 {
    width: 41.66666667%;
  }
  .uxProspect .row .col-lg-4 {
    width: 33.33333333%;
  }
  .uxProspect .row .col-lg-3 {
    width: 25%;
  }
  .uxProspect .row .col-lg-2 {
    width: 16.66666667%;
  }
  .uxProspect .row .col-lg-1 {
    width: 8.33333333%;
  }
  .uxProspect .row .col-lg-pull-12 {
    right: 100%;
  }
  .uxProspect .row .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .uxProspect .row .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .uxProspect .row .col-lg-pull-9 {
    right: 75%;
  }
  .uxProspect .row .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .uxProspect .row .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .uxProspect .row .col-lg-pull-6 {
    right: 50%;
  }
  .uxProspect .row .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .uxProspect .row .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .uxProspect .row .col-lg-pull-3 {
    right: 25%;
  }
  .uxProspect .row .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .uxProspect .row .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .uxProspect .row .col-lg-pull-0 {
    right: auto;
  }
  .uxProspect .row .col-lg-push-12 {
    left: 100%;
  }
  .uxProspect .row .col-lg-push-11 {
    left: 91.66666667%;
  }
  .uxProspect .row .col-lg-push-10 {
    left: 83.33333333%;
  }
  .uxProspect .row .col-lg-push-9 {
    left: 75%;
  }
  .uxProspect .row .col-lg-push-8 {
    left: 66.66666667%;
  }
  .uxProspect .row .col-lg-push-7 {
    left: 58.33333333%;
  }
  .uxProspect .row .col-lg-push-6 {
    left: 50%;
  }
  .uxProspect .row .col-lg-push-5 {
    left: 41.66666667%;
  }
  .uxProspect .row .col-lg-push-4 {
    left: 33.33333333%;
  }
  .uxProspect .row .col-lg-push-3 {
    left: 25%;
  }
  .uxProspect .row .col-lg-push-2 {
    left: 16.66666667%;
  }
  .uxProspect .row .col-lg-push-1 {
    left: 8.33333333%;
  }
  .uxProspect .row .col-lg-push-0 {
    left: auto;
  }
  .uxProspect .row .col-lg-offset-12 {
    margin-left: 100%;
  }
  .uxProspect .row .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .uxProspect .row .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .uxProspect .row .col-lg-offset-9 {
    margin-left: 75%;
  }
  .uxProspect .row .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .uxProspect .row .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .uxProspect .row .col-lg-offset-6 {
    margin-left: 50%;
  }
  .uxProspect .row .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .uxProspect .row .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .uxProspect .row .col-lg-offset-3 {
    margin-left: 25%;
  }
  .uxProspect .row .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .uxProspect .row .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .uxProspect .row .col-lg-offset-0 {
    margin-left: 0;
  }
}
.uxProspect .row .thumbnail {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
  z-index: -1;
}
.uxProspect .row .thumbnail a > img,
.uxProspect .row .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.uxProspect .row a.thumbnail.active,
.uxProspect .row a.thumbnail:focus,
.uxProspect .row a.thumbnail:hover {
  border-color: #337ab7;
}
.uxProspect .row .thumbnail .caption {
  padding: 2px;
  color: #333;
}
.uxProspect .row .caption {
  height: 70vh;
  z-index: -1;
}
.uxProspect .row .caption p {
  font-size: 11px;
}
.uxProspect .row .caption .max-width-text-card {
  max-width: 60%;
}
@media (min-width:450px) {
  .uxProspect .row .caption .max-width-text-card {
    max-width: 70%;
  }
}
@media (min-width:990px) {
  .uxProspect .row .caption .max-width-text-card {
    max-width: 50%;
  }
}
@media (min-width:1250px) {
  .uxProspect .row .caption .max-width-text-card {
    max-width: 60%;
  }
}
@media (min-width:1400px) {
  .uxProspect .row .caption .max-width-text-card {
    max-width: 65%;
  }
}
@media (min-width:1600px) {
  .uxProspect .row .caption .max-width-text-card {
    max-width: 80%;
  }
}
.uxProspect .row .hide {
  display: none !important;
}
.uxProspect .row .show {
  display: block !important;
}
.uxProspect .icon-pointer {
  cursor: pointer;
}
.uxProspect .pagination {
  background-color: #f8f9fa;
}
.uxProspect .pagination:hover {
  background-color: #e9ecef;
}
@media (min-width:300px) {
  .uxProspectAdd,
  .uxProspectEdit {
    width: 70% !important;
  }
}
@media (min-width:600px) {
  .uxProspectAdd,
  .uxProspectEdit {
    width: 60% !important;
  }
}
@media (min-width:900px) {
  .uxProspectAdd,
  .uxProspectEdit {
    width: 50% !important;
  }
}
@media (min-width:1200px) {
  .uxProspectAdd,
  .uxProspectEdit {
    width: 40% !important;
  }
}
.uxProspectAdd md-autocomplete .md-icon-button {
  display: none !important;
}
.uxProspectAdd md-autocomplete button {
  display: none !important;
  position: relative;
  line-height: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  background: 0 0;
  margin: auto 5px;
}
.uxProspectAdd md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.uxProspectAdd .error-messages {
  font-size: 14px !important;
}
.uxProspectAdd md-input-container [ng-message] {
  font-size: 10px !important;
}
.uxChatProspect {
  width: 97%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.uxChatProspect .md-padding {
  padding: 0 !important;
  height: 800px !important;
}
@media (min-width:960px) {
  .uxChatProspect .md-padding {
    padding: 0 !important;
    height: 800px !important;
  }
}
.uxChatProspect .icon-toolbar {
  color: #fff;
  font-size: 25px;
  float: right;
}
.uxChatProspect .div-toolbar {
  justify-content: space-between;
  align-items: center;
}
.uxChatProspect .md-icon-button {
  float: right;
}
.uxChatProspect .md-block {
  width: 400px;
  margin: 30px auto 0;
}
.uxChatProspect .chat-button {
  display: flex;
  justify-content: end;
  margin-right: 10px;
}
.uxChatProspect .chat {
  width: 97% !important;
  float: left;
  background: #F2F5F8;
  color: #434651;
  margin: 5px;
  border-radius: 5px;
}
.uxChatProspect .chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.uxChatProspect .chat .chat-header img {
  float: left;
}
.uxChatProspect .chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.uxChatProspect .chat .chat-header .chat-with {
  font-weight: 700;
  font-size: 16px;
}
.uxChatProspect .chat .chat-header .chat-num-messages {
  color: #92959E;
}
.uxChatProspect .chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.uxChatProspect .chat .chat-history {
  padding: 0 30px;
  border-bottom: 2px solid #fff;
}
.uxChatProspect .chat .chat-history ul {
  margin-left: -40px !important;
}
.uxChatProspect .chat .chat-history .message-data {
  margin-bottom: 15px;
}
.uxChatProspect .chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.uxChatProspect .message-data-trash {
  float: right !important;
  font-size: 20px;
  cursor: pointer;
}
.uxChatProspect .chat .chat-history .message {
  color: #fff;
  padding: 10px 13px;
  line-height: 22px;
  font-size: 14px;
  border-radius: 7px;
  margin-bottom: 12px;
  width: 100%;
  position: relative;
}
.uxChatProspect .chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px;
}
.uxChatProspect .chat .chat-history .my-message {
  background: #0069a5;
}
.uxChatProspect .chat .chat-history .other-message {
  background: #94C2ED;
}
.uxChatProspect .chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
.uxChatProspect .chat .chat-message {
  padding: 10px 0 0 10px;
}
.uxChatProspect .chat .chat-message textarea {
  width: 90% !important;
  border: none;
  padding: 10px 20px;
  font:
    14px/22px Lato,
    Arial,
    sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.uxChatProspect .chat .chat-message button {
  float: right;
  color: #0069a5;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: 700;
}
.uxChatProspect .chat .chat-message .icon-send {
  font-size: 28px;
  margin-top: -9px;
}
.uxChatProspect .chat .chat-message button:hover {
  color: #75b1e8;
}
.uxChatProspect .me,
.uxChatProspect .offline,
.uxChatProspect .online {
  margin-right: 3px;
  font-size: 10px;
}
.uxChatProspect .online {
  color: #0069a5;
}
.uxChatProspect .offline {
  color: #E38968;
}
.uxChatProspect .me {
  color: #94C2ED;
}
.uxChatProspect .align-left {
  text-align: left;
}
.uxChatProspect .align-right,
.uxQuoteProspect .quote .text-right {
  text-align: right;
}
.uxChatProspect .float-right {
  float: right;
}
.uxChatProspect .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.uxQuoteCourierProspect .quote .intro h3,
.uxQuoteCourierProspect .quote .intro1 h3,
.uxQuoteCourierProspect .quote .intro1medio h3,
.uxQuoteCourierProspect .quote .intro2 h3,
.uxQuoteProspect .quote .intro h3,
.uxQuoteProspect .quote .intro1 h3,
.uxQuoteProspect .quote .intro1medio h3,
.uxQuoteProspect .quote .intro2 h3 {
  display: inline-block;
}
.uxQuoteProspect .quote .text-center {
  text-align: center;
}
.uxQuoteProspect .quote .text-left {
  text-align: left;
}
.uxQuoteProspect .quote .blue,
.uxQuoteProspect .quote .blue td {
  color: #0b6ba7 !important;
}
.uxQuoteProspect .quote .Bblue,
.uxQuoteProspect .quote .Bblue td {
  color: #FFF !important;
  background: #0b6ba7 !important;
}
.uxQuoteProspect .quote .Bblue {
  height: 55px;
}
.uxQuoteProspect .quote .col2 {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}
.uxQuoteProspect .quote .col3 {
  width: 33.33333333%;
  margin: 0;
  padding: 0;
  float: left;
}
.uxQuoteProspect .quote .box {
  width: 100%;
  height: auto;
}
.uxQuoteProspect .quote .circulo,
.uxQuoteProspect .quote .point {
  width: 15px;
  height: 15px;
  border: 1px solid #000;
  margin-right: 2px;
  float: left;
}
.uxQuoteProspect .quote .circulo {
  background: #fff;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.uxQuoteProspect .quote .point {
  background: #000;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
}
.uxQuoteProspect .quote .table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-radius: 14px;
}
.uxQuoteProspect .quote .table table {
  border-collapse: initial !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.uxQuoteProspect .quote .table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.uxQuoteProspect .quote .table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-top-left-radius: 14px;
}
.uxQuoteProspect .quote .table table tr:first-child td:last-child {
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-top-right-radius: 14px;
}
.uxQuoteProspect .quote .table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.uxQuoteProspect .quote .table tr:nth-child(odd) {
  background-color: #fff;
}
.uxQuoteProspect .quote .table tr:nth-child(even) {
  background-color: #fff;
}
.uxQuoteProspect .quote .table td {
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 11px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.uxQuoteProspect .quote .table tr:last-child td {
  border-width: 0 1px 0 0;
}
.uxQuoteProspect .quote .table tr td:last-child {
  border-width: 0 0 1px;
}
.uxQuoteProspect .quote .table tr:last-child td:last-child {
  border-width: 0;
}
.uxQuoteProspect .quote .table tr:first-child td {
  background-color: #fff;
  border: 0 solid #000;
  text-align: center;
  border-width: 0 0 1px 1px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.uxQuoteCourierProspect .quote .table tr:first-child td,
.uxQuoteProspect .quote .table tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fff), color-stop(1, #fff));
  background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
}
.uxQuoteProspect .quote .table tr:first-child:hover td {
  background-color: #fff;
}
.uxQuoteProspect .quote .table tr:first-child td:first-child {
  border-width: 0 0 1px;
}
.uxQuoteProspect .quote .table tr:first-child td:last-child {
  border-width: 0 0 1px 1px;
}
.uxQuoteProspect .quote .intro {
  vertical-align: text-bottom;
  height: 160px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.uxQuoteProspect .quote .intro1,
.uxQuoteProspect .quote .intro1medio {
  vertical-align: text-bottom !important;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  padding: 0;
  margin: 0;
}
.uxQuoteProspect .quote .intro1 {
  height: 100px;
}
.uxQuoteProspect .quote .intro1medio {
  height: 80px;
}
.uxQuoteProspect .quote .intro2 {
  vertical-align: text-bottom;
  height: 50px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.uxQuoteProspect .quote .r2 tr td,
.uxQuoteProspect .quote .r3 tr td {
  font-size: 13px !important;
  font-family: Arial !important;
  color: #000 !important;
  vertical-align: middle !important;
  text-align: center !important;
}
.uxQuoteProspect .quote .intro2 .col2 {
  line-height: 50px;
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}
.uxQuoteProspect .quote .intro2 .col3 {
  line-height: 50px;
  width: 33.33333333%;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}
.uxQuoteProspect .quote .r2 tr,
.uxQuoteProspect .quote .r3 tr {
  background-color: #fff !important;
  border-width: 1px 0 0 !important;
  padding: 11px !important;
}
.uxQuoteProspect .quote .r2 tr td {
  width: 50%;
}
.uxQuoteProspect .quote .r3 tr td {
  width: 33.333%;
}
.uxQuoteProspect .quote .content {
  padding: 0 100px;
}
.uxQuoteProspect .quote .marginQuote {
  padding: 0 6%;
}
.uxQuoteProspect .quote .marginQuote h1,
.uxQuoteProspect .quote .marginQuote h2 {
  line-height: 59px;
}
.uxQuoteProspect .quote .container-with-message {
  position: relative;
}
.uxQuoteProspect .quote .error-message-div {
  position: absolute;
  top: 50%;
  left: 0;
}
.uxQuoteCourierProspect .quote .text-right {
  text-align: right;
}
.uxQuoteCourierProspect .quote .text-center {
  text-align: center;
}
.uxQuoteCourierProspect .quote .text-left {
  text-align: left;
}
.uxQuoteCourierProspect .quote .blue,
.uxQuoteCourierProspect .quote .blue td {
  color: #0b6ba7 !important;
}
.uxQuoteCourierProspect .quote .Bblue,
.uxQuoteCourierProspect .quote .Bblue td {
  color: #FFF !important;
  background: #0b6ba7 !important;
}
.uxQuoteCourierProspect .quote .Bblue {
  height: 55px;
}
.uxQuoteCourierProspect .quote .col2 {
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
}
.uxQuoteCourierProspect .quote .col3 {
  width: 33.33333333%;
  margin: 0;
  padding: 0;
  float: left;
}
.uxQuoteCourierProspect .quote .box {
  width: 100%;
  height: auto;
}
.uxQuoteCourierProspect .quote .circulo {
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #000;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  float: left;
  margin-right: 2px;
}
.uxQuoteCourierProspect .quote .point {
  width: 15px;
  height: 15px;
  background: #000;
  border: 1px solid #000;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  float: left;
  margin-right: 2px;
}
.uxQuoteCourierProspect .quote .table {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #000;
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-radius: 14px;
}
.uxQuoteCourierProspect .quote .table table {
  border-collapse: initial !important;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.uxQuoteCourierProspect .quote .table tr:last-child td:last-child {
  -moz-border-radius-bottomright: 14px;
  -webkit-border-bottom-right-radius: 14px;
  border-bottom-right-radius: 14px;
}
.uxQuoteCourierProspect .quote .table table tr:first-child td:first-child {
  -moz-border-radius-topleft: 14px;
  -webkit-border-top-left-radius: 14px;
  border-top-left-radius: 14px;
}
.uxQuoteCourierProspect .quote .table table tr:first-child td:last-child {
  -moz-border-radius-topright: 14px;
  -webkit-border-top-right-radius: 14px;
  border-top-right-radius: 14px;
}
.uxQuoteCourierProspect .quote .table tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 14px;
  -webkit-border-bottom-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
.uxQuoteCourierProspect .quote .table tr:nth-child(odd) {
  background-color: #fff;
}
.uxQuoteCourierProspect .quote .table tr:nth-child(even) {
  background-color: #fff;
}
.uxQuoteCourierProspect .quote .table td {
  vertical-align: middle;
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 11px;
  font-size: 12px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.uxQuoteCourierProspect .quote .table tr:last-child td {
  border-width: 0 1px 0 0;
}
.uxQuoteCourierProspect .quote .table tr td:last-child {
  border-width: 0 0 1px;
}
.uxQuoteCourierProspect .quote .table tr:last-child td:last-child {
  border-width: 0;
}
.uxQuoteCourierProspect .quote .table tr:first-child td {
  background-color: #fff;
  border: 0 solid #000;
  text-align: center;
  border-width: 0 0 1px 1px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 700;
  color: #000;
}
.uxQuoteCourierProspect .quote .table tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #fff 5%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #fff), color-stop(1, #fff));
  background: -moz-linear-gradient(center top, #fff 5%, #fff 100%);
  background-color: #fff;
}
.uxQuoteCourierProspect .quote .table tr:first-child td:first-child {
  border-width: 0 0 1px;
}
.uxQuoteCourierProspect .quote .table tr:first-child td:last-child {
  border-width: 0 0 1px 1px;
}
.uxQuoteCourierProspect .quote .intro {
  vertical-align: text-bottom;
  height: 160px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.uxQuoteCourierProspect .quote .intro1,
.uxQuoteCourierProspect .quote .intro1medio {
  vertical-align: text-bottom !important;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.uxQuoteCourierProspect .quote .intro1 {
  height: 100px;
}
.uxQuoteCourierProspect .quote .intro1medio {
  height: 80px;
}
.uxQuoteCourierProspect .quote .intro2 {
  vertical-align: text-bottom;
  height: 50px;
  width: 100%;
  background: #0069a4;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
}
.uxQuoteCourierProspect .quote .r2 tr td,
.uxQuoteCourierProspect .quote .r3 tr td {
  font-size: 13px !important;
  font-family: Arial !important;
  color: #000 !important;
  vertical-align: middle !important;
  text-align: center !important;
}
.uxQuoteCourierProspect .quote .intro2 .col2 {
  line-height: 50px;
  width: 50%;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}
.uxQuoteCourierProspect .quote .intro2 .col3 {
  line-height: 50px;
  width: 33.33333333%;
  margin: 0;
  padding: 0;
  float: left;
  height: auto;
}
.uxQuoteCourierProspect .quote .r2 tr,
.uxQuoteCourierProspect .quote .r3 tr {
  background-color: #fff !important;
  border-width: 1px 0 0 !important;
  padding: 11px !important;
}
.uxQuoteCourierProspect .quote .r2 tr td {
  width: 50%;
}
.uxQuoteCourierProspect .quote .r3 tr td {
  width: 33.333%;
}
.uxBusiness .text-center,
.uxNoProspectAdd .text-align-center {
  text-align: center;
}
.uxQuoteCourierProspect .quote .content {
  padding: 0 100px;
}
.uxQuoteCourierProspect .quote .marginQuote {
  padding: 0 6%;
}
.uxQuoteCourierProspect .quote .marginQuote h1,
.uxQuoteCourierProspect .quote .marginQuote h2 {
  line-height: 59px;
}
.uxQuoteCourierProspect .quote .container-with-message {
  position: relative;
}
.uxQuoteCourierProspect .quote .error-message-div {
  position: absolute;
  top: 50%;
  left: 0;
}
.uxModalCrmProspect {
  background: #dee1e3;
}
.uxModalCrmProspect .toolbar-title {
  padding-left: 20px;
}
.uxModalCrmProspect .dialog-actions {
  padding-right: 20px;
}
.uxModalCrmProspect .md-dialog-content {
  padding: 0 35px;
  margin-left: -15px;
}
.uxModalCrmProspect * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uxModalCrmProspect .comments-container {
  width: 102%;
}
.uxModalCrmProspect .comments-container h1 {
  font-size: 36px;
  color: #283035;
  font-weight: 400;
}
.uxModalCrmProspect .comments-container h1 a {
  font-size: 18px;
  font-weight: 700;
}
.uxModalCrmProspect .comments-list {
  margin-top: 20px;
  position: relative;
}
.uxModalCrmProspect .comments-list:after,
.uxModalCrmProspect .comments-list:before,
.uxModalCrmProspect .reply-list li:before {
  background: #c7cacb;
  position: absolute;
  content: "";
}
.uxModalCrmProspect .comments-list:before {
  width: 2px;
  height: 100%;
  left: 32px;
  top: 0;
}
.uxModalCrmProspect .comments-list:after {
  bottom: 0;
  left: 27px;
  width: 7px;
  height: 7px;
  border: 3px solid #dee1e3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.uxModalCrmProspect .reply-list:after,
.uxModalCrmProspect .reply-list:before {
  display: none;
}
.uxModalCrmProspect .reply-list li:before {
  width: 60px;
  height: 2px;
  top: 25px;
  left: -55px;
}
.uxModalCrmProspect .comments-list li {
  margin-bottom: 15px;
  display: block;
  position: relative;
}
.uxModalCrmProspect .comments-list li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  width: 0;
}
.uxModalCrmProspect .reply-list {
  padding-left: 88px;
  clear: both;
  margin-top: 15px;
}
.uxModalCrmProspect .comments-list .comment-avatar {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 99;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.uxModalCrmProspect .comments-list .comment-avatar img {
  width: 100%;
  height: 100%;
}
.uxModalCrmProspect .reply-list .comment-avatar {
  width: 50px;
  height: 50px;
}
.uxModalCrmProspect .comment-main-level:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  clear: both;
}
.uxModalCrmProspect .comments-list .comment-box {
  width: 680px;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}
.uxModalCrmProspect .comments-list .comment-box:after,
.uxModalCrmProspect .comments-list .comment-box:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #FCFCFC;
  top: 8px;
  left: -11px;
}
.uxModalCrmProspect .comments-list .comment-box:before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, .05);
  left: -12px;
}
.uxModalCrmProspect .reply-list .comment-box {
  width: 610px;
}
.uxModalCrmProspect .comment-box .comment-head {
  background: #FCFCFC;
  padding: 10px 12px;
  border-bottom: 1px solid #E5E5E5;
  overflow: hidden;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.uxModalCrmProspect .comment-box .comment-head i {
  float: right;
  margin-left: 14px;
  position: relative;
  color: #A6A6A6;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.uxModalCrmProspect .comment-box .comment-head i:hover,
.uxModalCrmProspect .comment-box .comment-name a {
  color: #03658c;
}
.uxModalCrmProspect .comment-box .comment-name {
  color: #03658c;
  font-size: 14px;
  font-weight: 700;
  float: left;
  margin-right: 10px;
  margin-top: 4px;
}
.uxModalCrmProspect .comment-box .comment-date {
  float: right;
}
.uxModalCrmProspect .comment-box .comment-head span {
  float: left;
  color: #999;
  font-size: 13px;
  position: relative;
  margin-top: 4px;
}
.uxModalCrmProspect .comment-box .comment-content {
  background: #FFF;
  padding: 12px;
  font-size: 15px;
  color: #595959;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.uxModalCrmProspect .comment-box .comment-name.by-author,
.uxModalCrmProspect .comment-box .comment-name.by-author a {
  color: #03658c;
}
.uxModalCrmProspect .comment-box .comment-name.by-author:after {
  content: "autor";
  background: #03658c;
  color: #FFF;
  font-size: 12px;
  padding: 3px 5px;
  font-weight: 700;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width:766px) {
  .uxModalCrmProspect .comments-container {
    width: 480px;
  }
  .uxModalCrmProspect .comments-list .comment-box {
    width: 390px;
  }
  .uxModalCrmProspect .reply-list .comment-box {
    width: 320px;
  }
}
.exchange-chart {
  margin-left: 10px;
  margin-right: 40px;
}
section[role=chart] .title {
  color: var(--black);
  font-weight: 700;
  margin-top: 0;
}
main section[role=chart].exchange-rates {
  width: calc(100% - 270px);
}
.uxBusiness {
  height: 100% !important;
}
.uxBusiness .custom-button {
  height: 15px !important;
  font-size: 10px;
  background-color: green !important;
  color: #fff;
  font-weight: 700;
}
.uxBusiness .overlay-button {
  position: relative;
  top: 1%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 10px;
}
.uxBusiness .stage {
  border-radius: 10px;
}
.uxBusiness md-divider {
  border-top-width: 0;
}
.uxBusiness .card-item {
  width: 100%;
  height: 70px;
  min-height: 70px !important;
  background-color: #0069a5;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
}
.uxBusiness .md-menu-item .md-button .md-icon {
  color: #0069a5 !important;
  font-size: 20px;
}
.uxBusiness .md-menu {
  margin: 0 5px 4px 0;
  padding: 0;
}
.uxBusiness .md-menu .md-button {
  min-width: 0 !important;
  width: auto !important;
  min-height: 0 !important;
  height: 24px !important;
}
.uxBusiness .no-margin-no-padding {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.uxBusiness .row .container,
.uxBusiness .row .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
.uxBusiness md-content {
  height: 100% !important;
}
.uxBusiness .md-padding {
  padding: 0 !important;
  height: 800px !important;
}
.uxBusiness .icon-card {
  color: #fff;
  font-size: 20px;
}
.uxBusiness .img-avatar {
  width: 50px !important;
  height: 50px !important;
  margin-top: 0 !important;
}
.uxBusiness .button-add {
  font-size: 30px;
  margin-top: -25px;
  margin-left: -10px;
}
.uxBusiness .icon-column {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uxBusiness .icon-column .icon-card:not(:last-child) {
  margin-bottom: 4px;
}
.uxBusiness .switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.uxBusiness md-switch.md-checked .md-ink-ripple {
  background-color: #0069a5 !important;
}
.uxBusiness md-switch.md-checked .md-bar {
  background-color: #91cef1 !important;
}
.uxBusiness table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 14px;
}
.uxBusiness table.md-table:not(.md-row-select) td.md-cell:first-child {
  padding: 0 14px;
}
.uxBusiness .fixed-width-column {
  width: 25px !important;
}
.uxBusiness .md-table-pagination md-select:last-of-type {
  display: none;
}
.uxBusiness .md-table-pagination .label {
  display: none;
}
.uxBusiness .md-table-pagination .label:first-of-type,
.uxBusiness .md-table-pagination .label:last-of-type {
  display: block;
}
.uxBusiness .row *,
.uxBusiness .row :after,
.uxBusiness .row :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uxBusiness .row .carousel-inner > .item > a > img,
.uxBusiness .row .carousel-inner > .item > img,
.uxBusiness .row .img-responsive,
.uxBusiness .row .thumbnail a > img,
.uxBusiness .row .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uxBusiness .row .img-rounded {
  border-radius: 6px;
}
.uxBusiness .row .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uxBusiness .row .img-circle {
  border-radius: 50%;
}
@media (min-width:768px) {
  .uxBusiness .row .container {
    width: 750px;
  }
}
@media (min-width:992px) {
  .uxBusiness .row .container {
    width: 970px;
  }
}
@media (min-width:1200px) {
  .uxBusiness .row .container {
    width: 1170px;
  }
}
.uxBusiness .row .row {
  margin-right: -15px;
  margin-left: -15px;
}
.uxBusiness .row .col-lg-1,
.uxBusiness .row .col-lg-10,
.uxBusiness .row .col-lg-11,
.uxBusiness .row .col-lg-12,
.uxBusiness .row .col-lg-2,
.uxBusiness .row .col-lg-3,
.uxBusiness .row .col-lg-4,
.uxBusiness .row .col-lg-5,
.uxBusiness .row .col-lg-6,
.uxBusiness .row .col-lg-7,
.uxBusiness .row .col-lg-8,
.uxBusiness .row .col-lg-9,
.uxBusiness .row .col-md-1,
.uxBusiness .row .col-md-10,
.uxBusiness .row .col-md-11,
.uxBusiness .row .col-md-12,
.uxBusiness .row .col-md-2,
.uxBusiness .row .col-md-3,
.uxBusiness .row .col-md-4,
.uxBusiness .row .col-md-5,
.uxBusiness .row .col-md-6,
.uxBusiness .row .col-md-7,
.uxBusiness .row .col-md-8,
.uxBusiness .row .col-md-9,
.uxBusiness .row .col-sm-1,
.uxBusiness .row .col-sm-10,
.uxBusiness .row .col-sm-11,
.uxBusiness .row .col-sm-12,
.uxBusiness .row .col-sm-2,
.uxBusiness .row .col-sm-3,
.uxBusiness .row .col-sm-4,
.uxBusiness .row .col-sm-5,
.uxBusiness .row .col-sm-6,
.uxBusiness .row .col-sm-7,
.uxBusiness .row .col-sm-8,
.uxBusiness .row .col-sm-9,
.uxBusiness .row .col-xs-1,
.uxBusiness .row .col-xs-10,
.uxBusiness .row .col-xs-11,
.uxBusiness .row .col-xs-12,
.uxBusiness .row .col-xs-2,
.uxBusiness .row .col-xs-3,
.uxBusiness .row .col-xs-4,
.uxBusiness .row .col-xs-5,
.uxBusiness .row .col-xs-6,
.uxBusiness .row .col-xs-7,
.uxBusiness .row .col-xs-8,
.uxBusiness .row .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.uxBusiness .row .col-xs-1,
.uxBusiness .row .col-xs-10,
.uxBusiness .row .col-xs-11,
.uxBusiness .row .col-xs-12,
.uxBusiness .row .col-xs-2,
.uxBusiness .row .col-xs-3,
.uxBusiness .row .col-xs-4,
.uxBusiness .row .col-xs-5,
.uxBusiness .row .col-xs-6,
.uxBusiness .row .col-xs-7,
.uxBusiness .row .col-xs-8,
.uxBusiness .row .col-xs-9 {
  float: left;
}
.uxBusiness .row .col-xs-12 {
  width: 100%;
}
.uxBusiness .row .col-xs-11 {
  width: 91.66666667%;
}
.uxBusiness .row .col-xs-10 {
  width: 83.33333333%;
}
.uxBusiness .row .col-xs-9 {
  width: 75%;
}
.uxBusiness .row .col-xs-8 {
  width: 66.66666667%;
}
.uxBusiness .row .col-xs-7 {
  width: 58.33333333%;
}
.uxBusiness .row .col-xs-6 {
  width: 50%;
}
.uxBusiness .row .col-xs-5 {
  width: 41.66666667%;
}
.uxBusiness .row .col-xs-4 {
  width: 33.33333333%;
}
.uxBusiness .row .col-xs-3 {
  width: 25%;
}
.uxBusiness .row .col-xs-2 {
  width: 16.66666667%;
}
.uxBusiness .row .col-xs-1 {
  width: 8.33333333%;
}
.uxBusiness .row .col-xs-pull-12 {
  right: 100%;
}
.uxBusiness .row .col-xs-pull-11 {
  right: 91.66666667%;
}
.uxBusiness .row .col-xs-pull-10 {
  right: 83.33333333%;
}
.uxBusiness .row .col-xs-pull-9 {
  right: 75%;
}
.uxBusiness .row .col-xs-pull-8 {
  right: 66.66666667%;
}
.uxBusiness .row .col-xs-pull-7 {
  right: 58.33333333%;
}
.uxBusiness .row .col-xs-pull-6 {
  right: 50%;
}
.uxBusiness .row .col-xs-pull-5 {
  right: 41.66666667%;
}
.uxBusiness .row .col-xs-pull-4 {
  right: 33.33333333%;
}
.uxBusiness .row .col-xs-pull-3 {
  right: 25%;
}
.uxBusiness .row .col-xs-pull-2 {
  right: 16.66666667%;
}
.uxBusiness .row .col-xs-pull-1 {
  right: 8.33333333%;
}
.uxBusiness .row .col-xs-pull-0 {
  right: auto;
}
.uxBusiness .row .col-xs-push-12 {
  left: 100%;
}
.uxBusiness .row .col-xs-push-11 {
  left: 91.66666667%;
}
.uxBusiness .row .col-xs-push-10 {
  left: 83.33333333%;
}
.uxBusiness .row .col-xs-push-9 {
  left: 75%;
}
.uxBusiness .row .col-xs-push-8 {
  left: 66.66666667%;
}
.uxBusiness .row .col-xs-push-7 {
  left: 58.33333333%;
}
.uxBusiness .row .col-xs-push-6 {
  left: 50%;
}
.uxBusiness .row .col-xs-push-5 {
  left: 41.66666667%;
}
.uxBusiness .row .col-xs-push-4 {
  left: 33.33333333%;
}
.uxBusiness .row .col-xs-push-3 {
  left: 25%;
}
.uxBusiness .row .col-xs-push-2 {
  left: 16.66666667%;
}
.uxBusiness .row .col-xs-push-1 {
  left: 8.33333333%;
}
.uxBusiness .row .col-xs-push-0 {
  left: auto;
}
.uxBusiness .row .col-xs-offset-12 {
  margin-left: 100%;
}
.uxBusiness .row .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.uxBusiness .row .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.uxBusiness .row .col-xs-offset-9 {
  margin-left: 75%;
}
.uxBusiness .row .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.uxBusiness .row .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.uxBusiness .row .col-xs-offset-6 {
  margin-left: 50%;
}
.uxBusiness .row .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.uxBusiness .row .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.uxBusiness .row .col-xs-offset-3 {
  margin-left: 25%;
}
.uxBusiness .row .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.uxBusiness .row .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.uxBusiness .row .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width:768px) {
  .uxBusiness .row .col-sm-1,
  .uxBusiness .row .col-sm-10,
  .uxBusiness .row .col-sm-11,
  .uxBusiness .row .col-sm-12,
  .uxBusiness .row .col-sm-2,
  .uxBusiness .row .col-sm-3,
  .uxBusiness .row .col-sm-4,
  .uxBusiness .row .col-sm-5,
  .uxBusiness .row .col-sm-6,
  .uxBusiness .row .col-sm-7,
  .uxBusiness .row .col-sm-8,
  .uxBusiness .row .col-sm-9 {
    float: left;
  }
  .uxBusiness .row .col-sm-12 {
    width: 100%;
  }
  .uxBusiness .row .col-sm-11 {
    width: 91.66666667%;
  }
  .uxBusiness .row .col-sm-10 {
    width: 83.33333333%;
  }
  .uxBusiness .row .col-sm-9 {
    width: 75%;
  }
  .uxBusiness .row .col-sm-8 {
    width: 66.66666667%;
  }
  .uxBusiness .row .col-sm-7 {
    width: 58.33333333%;
  }
  .uxBusiness .row .col-sm-6 {
    width: 50%;
  }
  .uxBusiness .row .col-sm-5 {
    width: 41.66666667%;
  }
  .uxBusiness .row .col-sm-4 {
    width: 33.33333333%;
  }
  .uxBusiness .row .col-sm-3 {
    width: 25%;
  }
  .uxBusiness .row .col-sm-2 {
    width: 16.66666667%;
  }
  .uxBusiness .row .col-sm-1 {
    width: 8.33333333%;
  }
  .uxBusiness .row .col-sm-pull-12 {
    right: 100%;
  }
  .uxBusiness .row .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .uxBusiness .row .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .uxBusiness .row .col-sm-pull-9 {
    right: 75%;
  }
  .uxBusiness .row .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .uxBusiness .row .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .uxBusiness .row .col-sm-pull-6 {
    right: 50%;
  }
  .uxBusiness .row .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .uxBusiness .row .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .uxBusiness .row .col-sm-pull-3 {
    right: 25%;
  }
  .uxBusiness .row .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .uxBusiness .row .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .uxBusiness .row .col-sm-pull-0 {
    right: auto;
  }
  .uxBusiness .row .col-sm-push-12 {
    left: 100%;
  }
  .uxBusiness .row .col-sm-push-11 {
    left: 91.66666667%;
  }
  .uxBusiness .row .col-sm-push-10 {
    left: 83.33333333%;
  }
  .uxBusiness .row .col-sm-push-9 {
    left: 75%;
  }
  .uxBusiness .row .col-sm-push-8 {
    left: 66.66666667%;
  }
  .uxBusiness .row .col-sm-push-7 {
    left: 58.33333333%;
  }
  .uxBusiness .row .col-sm-push-6 {
    left: 50%;
  }
  .uxBusiness .row .col-sm-push-5 {
    left: 41.66666667%;
  }
  .uxBusiness .row .col-sm-push-4 {
    left: 33.33333333%;
  }
  .uxBusiness .row .col-sm-push-3 {
    left: 25%;
  }
  .uxBusiness .row .col-sm-push-2 {
    left: 16.66666667%;
  }
  .uxBusiness .row .col-sm-push-1 {
    left: 8.33333333%;
  }
  .uxBusiness .row .col-sm-push-0 {
    left: auto;
  }
  .uxBusiness .row .col-sm-offset-12 {
    margin-left: 100%;
  }
  .uxBusiness .row .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .uxBusiness .row .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .uxBusiness .row .col-sm-offset-9 {
    margin-left: 75%;
  }
  .uxBusiness .row .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .uxBusiness .row .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .uxBusiness .row .col-sm-offset-6 {
    margin-left: 50%;
  }
  .uxBusiness .row .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .uxBusiness .row .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .uxBusiness .row .col-sm-offset-3 {
    margin-left: 25%;
  }
  .uxBusiness .row .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .uxBusiness .row .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .uxBusiness .row .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:992px) {
  .uxBusiness .row .col-md-1,
  .uxBusiness .row .col-md-10,
  .uxBusiness .row .col-md-11,
  .uxBusiness .row .col-md-12,
  .uxBusiness .row .col-md-2,
  .uxBusiness .row .col-md-3,
  .uxBusiness .row .col-md-4,
  .uxBusiness .row .col-md-5,
  .uxBusiness .row .col-md-6,
  .uxBusiness .row .col-md-7,
  .uxBusiness .row .col-md-8,
  .uxBusiness .row .col-md-9 {
    float: left;
  }
  .uxBusiness .row .col-md-12 {
    width: 100%;
  }
  .uxBusiness .row .col-md-11 {
    width: 91.66666667%;
  }
  .uxBusiness .row .col-md-10 {
    width: 83.33333333%;
  }
  .uxBusiness .row .col-md-9 {
    width: 75%;
  }
  .uxBusiness .row .col-md-8 {
    width: 66.66666667%;
  }
  .uxBusiness .row .col-md-7 {
    width: 58.33333333%;
  }
  .uxBusiness .row .col-md-6 {
    width: 50%;
  }
  .uxBusiness .row .col-md-5 {
    width: 41.66666667%;
  }
  .uxBusiness .row .col-md-4 {
    width: 33.33333333%;
  }
  .uxBusiness .row .col-md-2,
  .uxBusiness .row .col-md-3 {
    width: 25%;
  }
  .uxBusiness .row .col-md-1 {
    width: 8.33333333%;
  }
  .uxBusiness .row .col-md-pull-12 {
    right: 100%;
  }
  .uxBusiness .row .col-md-pull-11 {
    right: 91.66666667%;
  }
  .uxBusiness .row .col-md-pull-10 {
    right: 83.33333333%;
  }
  .uxBusiness .row .col-md-pull-9 {
    right: 75%;
  }
  .uxBusiness .row .col-md-pull-8 {
    right: 66.66666667%;
  }
  .uxBusiness .row .col-md-pull-7 {
    right: 58.33333333%;
  }
  .uxBusiness .row .col-md-pull-6 {
    right: 50%;
  }
  .uxBusiness .row .col-md-pull-5 {
    right: 41.66666667%;
  }
  .uxBusiness .row .col-md-pull-4 {
    right: 33.33333333%;
  }
  .uxBusiness .row .col-md-pull-3 {
    right: 25%;
  }
  .uxBusiness .row .col-md-pull-2 {
    right: 16.66666667%;
  }
  .uxBusiness .row .col-md-pull-1 {
    right: 8.33333333%;
  }
  .uxBusiness .row .col-md-pull-0 {
    right: auto;
  }
  .uxBusiness .row .col-md-push-12 {
    left: 100%;
  }
  .uxBusiness .row .col-md-push-11 {
    left: 91.66666667%;
  }
  .uxBusiness .row .col-md-push-10 {
    left: 83.33333333%;
  }
  .uxBusiness .row .col-md-push-9 {
    left: 75%;
  }
  .uxBusiness .row .col-md-push-8 {
    left: 66.66666667%;
  }
  .uxBusiness .row .col-md-push-7 {
    left: 58.33333333%;
  }
  .uxBusiness .row .col-md-push-6 {
    left: 50%;
  }
  .uxBusiness .row .col-md-push-5 {
    left: 41.66666667%;
  }
  .uxBusiness .row .col-md-push-4 {
    left: 33.33333333%;
  }
  .uxBusiness .row .col-md-push-3 {
    left: 25%;
  }
  .uxBusiness .row .col-md-push-2 {
    left: 16.66666667%;
  }
  .uxBusiness .row .col-md-push-1 {
    left: 8.33333333%;
  }
  .uxBusiness .row .col-md-push-0 {
    left: auto;
  }
  .uxBusiness .row .col-md-offset-12 {
    margin-left: 100%;
  }
  .uxBusiness .row .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .uxBusiness .row .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .uxBusiness .row .col-md-offset-9 {
    margin-left: 75%;
  }
  .uxBusiness .row .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .uxBusiness .row .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .uxBusiness .row .col-md-offset-6 {
    margin-left: 50%;
  }
  .uxBusiness .row .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .uxBusiness .row .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .uxBusiness .row .col-md-offset-3 {
    margin-left: 25%;
  }
  .uxBusiness .row .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .uxBusiness .row .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .uxBusiness .row .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width:1200px) {
  .uxBusiness .row .col-lg-1,
  .uxBusiness .row .col-lg-10,
  .uxBusiness .row .col-lg-11,
  .uxBusiness .row .col-lg-12,
  .uxBusiness .row .col-lg-2,
  .uxBusiness .row .col-lg-3,
  .uxBusiness .row .col-lg-4,
  .uxBusiness .row .col-lg-5,
  .uxBusiness .row .col-lg-6,
  .uxBusiness .row .col-lg-7,
  .uxBusiness .row .col-lg-8,
  .uxBusiness .row .col-lg-9 {
    float: left;
  }
  .uxBusiness .row .col-lg-12 {
    width: 100%;
  }
  .uxBusiness .row .col-lg-11 {
    width: 91.66666667%;
  }
  .uxBusiness .row .col-lg-10 {
    width: 83.33333333%;
  }
  .uxBusiness .row .col-lg-9 {
    width: 75%;
  }
  .uxBusiness .row .col-lg-8 {
    width: 66.66666667%;
  }
  .uxBusiness .row .col-lg-7 {
    width: 58.33333333%;
  }
  .uxBusiness .row .col-lg-6 {
    width: 50%;
  }
  .uxBusiness .row .col-lg-5 {
    width: 41.66666667%;
  }
  .uxBusiness .row .col-lg-4 {
    width: 33.33333333%;
  }
  .uxBusiness .row .col-lg-3 {
    width: 25%;
  }
  .uxBusiness .row .col-lg-2 {
    width: 16.66666667%;
  }
  .uxBusiness .row .col-lg-1 {
    width: 8.33333333%;
  }
  .uxBusiness .row .col-lg-pull-12 {
    right: 100%;
  }
  .uxBusiness .row .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .uxBusiness .row .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .uxBusiness .row .col-lg-pull-9 {
    right: 75%;
  }
  .uxBusiness .row .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .uxBusiness .row .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .uxBusiness .row .col-lg-pull-6 {
    right: 50%;
  }
  .uxBusiness .row .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .uxBusiness .row .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .uxBusiness .row .col-lg-pull-3 {
    right: 25%;
  }
  .uxBusiness .row .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .uxBusiness .row .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .uxBusiness .row .col-lg-pull-0 {
    right: auto;
  }
  .uxBusiness .row .col-lg-push-12 {
    left: 100%;
  }
  .uxBusiness .row .col-lg-push-11 {
    left: 91.66666667%;
  }
  .uxBusiness .row .col-lg-push-10 {
    left: 83.33333333%;
  }
  .uxBusiness .row .col-lg-push-9 {
    left: 75%;
  }
  .uxBusiness .row .col-lg-push-8 {
    left: 66.66666667%;
  }
  .uxBusiness .row .col-lg-push-7 {
    left: 58.33333333%;
  }
  .uxBusiness .row .col-lg-push-6 {
    left: 50%;
  }
  .uxBusiness .row .col-lg-push-5 {
    left: 41.66666667%;
  }
  .uxBusiness .row .col-lg-push-4 {
    left: 33.33333333%;
  }
  .uxBusiness .row .col-lg-push-3 {
    left: 25%;
  }
  .uxBusiness .row .col-lg-push-2 {
    left: 16.66666667%;
  }
  .uxBusiness .row .col-lg-push-1 {
    left: 8.33333333%;
  }
  .uxBusiness .row .col-lg-push-0 {
    left: auto;
  }
  .uxBusiness .row .col-lg-offset-12 {
    margin-left: 100%;
  }
  .uxBusiness .row .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .uxBusiness .row .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .uxBusiness .row .col-lg-offset-9 {
    margin-left: 75%;
  }
  .uxBusiness .row .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .uxBusiness .row .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .uxBusiness .row .col-lg-offset-6 {
    margin-left: 50%;
  }
  .uxBusiness .row .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .uxBusiness .row .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .uxBusiness .row .col-lg-offset-3 {
    margin-left: 25%;
  }
  .uxBusiness .row .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .uxBusiness .row .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .uxBusiness .row .col-lg-offset-0 {
    margin-left: 0;
  }
}
.uxBusiness .row .thumbnail {
  display: block;
  padding: 15px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
.uxBusiness .row .thumbnail a > img,
.uxBusiness .row .thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
.uxBusiness .row a.thumbnail.active,
.uxBusiness .row a.thumbnail:focus,
.uxBusiness .row a.thumbnail:hover {
  border-color: #337ab7;
}
.uxBusiness .row .thumbnail .caption {
  padding: 2px;
  color: #333;
}
.uxBusiness .row .caption {
  height: 70vh;
  z-index: -1;
  overflow-y: auto;
}
.uxBusiness .row .caption h4,
.uxBusiness .row .caption p {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.uxBusiness .row .caption p {
  font-size: 11px;
}
.uxBusiness .row .caption .max-width-text-card {
  max-width: 55%;
}
@media (min-width:450px) {
  .uxBusiness .row .caption .max-width-text-card {
    max-width: 65%;
  }
}
@media (min-width:990px) {
  .uxBusiness .row .caption .max-width-text-card {
    max-width: 35%;
  }
}
@media (min-width:1250px) {
  .uxBusiness .row .caption .max-width-text-card {
    max-width: 55%;
  }
}
@media (min-width:1400px) {
  .uxBusiness .row .caption .max-width-text-card {
    max-width: 60%;
  }
}
@media (min-width:1600px) {
  .uxBusiness .row .caption .max-width-text-card {
    max-width: 75%;
  }
}
.uxBusiness .row .hide {
  display: none !important;
}
.uxBusiness .row .show {
  display: block !important;
}
.uxBusiness .icon-pointer {
  cursor: pointer;
}
.uxProspectAdd,
.uxProspectEdit {
  width: 40%;
}
.uxChatBusiness {
  width: 100%;
}
.uxChatBusiness .icon-toolbar {
  color: #fff;
  font-size: 25px;
}
.uxChatBusiness .div-toolbar {
  display: flex;
  align-items: center;
}
.uxChatBusiness .chat {
  width: 100% !important;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
}
.uxChatBusiness .chat .chat-header {
  padding: 20px;
  border-bottom: 2px solid #fff;
}
.uxChatBusiness .chat .chat-header img {
  float: left;
}
.uxChatBusiness .chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.uxChatBusiness .chat .chat-header .chat-with {
  font-weight: 700;
  font-size: 16px;
}
.uxChatBusiness .chat .chat-header .chat-num-messages {
  color: #92959E;
}
.uxChatBusiness .chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.uxChatBusiness .chat .chat-history {
  padding: 25px 25px 0 15px;
  border-bottom: 2px solid #fff;
  overflow-y: auto;
}
.uxChatBusiness .chat .chat-history ul {
  margin: 0 10px !important;
}
.uxChatBusiness .chat .chat-history .message-data {
  margin-bottom: 15px;
}
.uxChatBusiness .chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.uxChatBusiness .message-data-trash {
  float: right !important;
  font-size: 20px;
  cursor: pointer;
}
.uxChatBusiness .chat .chat-history .message {
  color: #fff;
  padding: 10px 13px;
  line-height: 22px;
  font-size: 14px;
  border-radius: 7px;
  margin-bottom: 12px;
  width: 100%;
  position: relative;
}
.uxChatBusiness .chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  background-color: none;
  border-bottom-color: none !important;
  border-width: 10px;
  margin-left: -10px;
}
.uxChatBusiness .chat .chat-history .my-message {
  background: #0069a5;
}
.uxChatBusiness .chat .chat-history .other-message {
  background: #94C2ED;
}
.uxChatBusiness .chat .chat-history .other-message:after {
  border-bottom-color: #94C2ED;
  left: 93%;
}
.uxChatBusiness .chat .chat-message {
  padding: 25px 20px 0 !important;
}
.uxChatBusiness .chat .chat-message textarea {
  width: 90% !important;
  border: none;
  padding: 10px 20px;
  font:
    14px/22px Lato,
    Arial,
    sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.uxChatBusiness .chat .chat-message button {
  float: right;
  color: #0069a5;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: 700;
}
.uxChatBusiness .chat .chat-message .icon-send {
  font-size: 28px;
  margin-top: -9px;
}
.uxChatBusiness .chat .chat-message button:hover {
  color: #75b1e8;
}
.uxChatBusiness .me,
.uxChatBusiness .offline,
.uxChatBusiness .online {
  margin-right: 3px;
  font-size: 10px;
}
.uxChatBusiness .online {
  color: #0069a5;
}
.uxChatBusiness .offline {
  color: #E38968;
}
.uxChatBusiness .me {
  color: #94C2ED;
}
.uxChatBusiness .align-left {
  text-align: left;
}
.uxChatBusiness .align-right {
  text-align: right;
}
.uxChatBusiness .float-right {
  float: right;
}
.uxChatBusiness .clearfix:after {
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.md-category-activity {
  font-size: 17px;
  color: #fff !important;
  letter-spacing: .005em;
  box-sizing: border-box;
  font-weight: 400;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  height: 64px;
  max-height: 64px;
  padding: 0 16px;
  margin: 0;
}
@media (min-width:300px) {
  .uxBusinessAdd,
  .uxBusinessEdit {
    width: 70% !important;
  }
}
@media (min-width:600px) {
  .uxBusinessAdd,
  .uxBusinessEdit {
    width: 60% !important;
  }
}
@media (min-width:900px) {
  .uxBusinessAdd,
  .uxBusinessEdit {
    width: 50% !important;
  }
}
@media (min-width:1200px) {
  .uxBusinessAdd,
  .uxBusinessEdit {
    width: 40% !important;
  }
}
.uxBusinessAdd .required {
  color: red;
}
.uxBusinessAdd .error-messages {
  color: red;
  font-size: 14px;
}
.uxBusinessAdd md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .45) !important;
}
.uxBusinessAdd md-input-container {
  height: 40px !important;
  margin: 2px 0;
}
.uxBusinessAdd p {
  margin: 30px 0 0;
}
.no-scrollbar md-backdrop::-webkit-scrollbar {
  width: 0 !important;
}
::-webkit-scrollbar {
  width: 0 !important;
}
.uxCustomerApplication {
  overflow: visible;
}
.uxBusinessEdit .datepicker-container {
  position: relative;
  margin-bottom: 35px;
}
.uxBusinessEdit .datepicker-container label {
  position: absolute;
  top: -10px;
  font-size: 12.5px;
  color: rgba(0, 0, 0, .54);
}
.uxBusinessEdit .datepicker-container .md-datepicker-input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.uxBusinessEdit .md-datepicker-calendar-icon {
  position: absolute;
  top: 20px;
  left: 8px;
}
.uxBusinessEdit .md-button.md-icon-button {
  margin: 0 -10px 6px;
  height: 43px;
  width: 50px;
}
.uxBusinessEdit .md-datepicker-input-container {
  width: 90%;
}
.uxBusinessEdit md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .45) !important;
}
.uxBusinessEdit .md-datepicker-triangle-button .md-datepicker-expand-triangle,
.uxBusinessEdit .md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: #000;
  width: 3px;
  height: 3px;
  margin-left: -17px;
}
.uxBusinessEdit md-autocomplete button,
.uxCustomerApplication md-autocomplete button {
  line-height: 20px;
  width: 30px;
  background: 0 0;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.uxBusinessEdit md-input-container {
  height: 40px !important;
  margin: 2px 0;
}
.uxBusinessEdit p {
  margin: 30px 0 0;
}
.uxBusinessEdit .required {
  color: red;
}
.uxBusinessEdit md-autocomplete .md-icon-button {
  display: none !important;
}
.uxBusinessEdit md-autocomplete button {
  display: none !important;
  height: 30px;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  margin: auto 5px;
}
.uxBusinessEdit md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.uxBusinessEdit .error-messages {
  color: red;
  font-size: 14px !important;
}
.uxBusinessEdit md-input-container [ng-message] {
  font-size: 10px !important;
}
.uxAlertChangeBusinessCard .md-dialog-content,
.uxAlertRetakeBusinessCard .md-dialog-content {
  margin: 10px 20px 0 !important;
  padding: 1px !important;
}
.uxCustomerApplication md-autocomplete {
  height: 28px !important;
}
.uxCustomerApplication md-autocomplete input {
  border: none !important;
}
.uxCustomerApplication md-autocomplete .md-icon-button {
  display: none !important;
}
.uxCustomerApplication md-autocomplete button {
  display: none !important;
  height: 30px;
  border: none;
  border-radius: 50%;
  padding: 0;
  font-size: 12px;
  margin: auto 5px;
}
.uxCustomerApplication md-autocomplete md-autocomplete-wrap {
  display: block;
  position: relative;
  overflow: visible;
  height: 0;
}
.uxProspectAdmin {
  height: 800px !important;
}
.uxProspectAdmin .custom-button {
  height: 15px !important;
  font-size: 10px;
  background-color: green !important;
  color: #fff;
  font-weight: 700;
}
.uxProspectAdmin .overlay-button {
  position: absolute;
  top: 77%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.uxProspectAdmin .text-center {
  text-align: center;
}
.uxProspectAdmin .stage {
  border-radius: 10px;
}
.uxProspectAdmin .card-item {
  width: 100%;
  background-color: #0069a5;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
}
.uxProspectAdmin .icon-card {
  color: #fff;
  font-size: 20px;
}
.uxProspectAdmin .img-avatar {
  width: 50px !important;
  height: 50px !important;
}
.uxProspectAdmin .button-add {
  font-size: 30px;
  margin-top: -25px;
  margin-left: -10px;
}
.uxProspectAdmin .icon-column {
  margin-top: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.uxProspectAdmin .icon-column .icon-card:not(:last-child) {
  margin-bottom: 4px;
}
.uxProspectAdmin .switch {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}
.uxProspectAdmin md-switch.md-checked .md-ink-ripple {
  background-color: #0069a5 !important;
}
.uxProspectAdmin md-switch.md-checked .md-bar {
  background-color: #91cef1 !important;
}
.uxProspectAdmin table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 14px;
}
.uxProspectAdmin table.md-table:not(.md-row-select) td.md-cell:first-child {
  padding: 0 14px;
}
.uxProspectAdmin table.md-table:not(.md-row-select) td.md-cell:nth-last-child(1),
.uxProspectAdmin table.md-table:not(.md-row-select) th.md-column:nth-last-child(1) {
  padding: 0 14px 0 0;
  font-size: 11px;
}
.uxProspectAdmin .fixed-width-column {
  width: 50px !important;
}
.uxProspectAdmin .md-block {
  width: 400px;
  margin: 30px auto 0;
}
.uxProspectAdmin .row *,
.uxProspectAdmin .row :after,
.uxProspectAdmin .row :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.uxProspectAdmin .row .carousel-inner > .item > a > img,
.uxProspectAdmin .row .carousel-inner > .item > img,
.uxProspectAdmin .row .img-responsive,
.uxProspectAdmin .row .thumbnail a > img,
.uxProspectAdmin .row .thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.uxProspectAdmin .row .img-rounded {
  border-radius: 6px;
}
.uxProspectAdmin .row .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.uxProspectAdmin .row .img-circle {
  border-radius: 50%;
}
.uxProspectAdmin .row .row {
  margin-right: -15px;
  margin-left: -15px;
}
.uxProspectAdmin .row .show {
  display: block !important;
}
.uxProspectAdmin .icon-pointer {
  cursor: pointer;
}
.uxProspectAdd .datepicker-container {
  position: relative;
  margin-bottom: 35px;
}
.uxProspectAdd .datepicker-container label {
  position: absolute;
  top: -10px;
  font-size: 12.5px;
  color: rgba(0, 0, 0, .54);
}
.uxProspectAdd .datepicker-container .md-datepicker-input {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.uxProspectAdd .md-datepicker-calendar-icon {
  position: absolute;
  top: 20px;
  left: 8px;
}
.uxProspectAdd .md-button.md-icon-button {
  margin: 0 -10px 6px;
  height: 43px;
  width: 50px;
}
.uxProspectAdd .md-datepicker-input-container {
  width: 90%;
}
.uxProspectAdd md-select .md-select-value.md-select-placeholder {
  color: rgba(0, 0, 0, .45) !important;
}
.uxProspectAdd .error-messages,
.uxProspectAdd .required {
  color: red;
}
.uxProspectAdd .md-datepicker-triangle-button .md-datepicker-expand-triangle,
.uxProspectAdd .md-default-theme .md-datepicker-triangle-button .md-datepicker-expand-triangle {
  border-top-color: #000;
  width: 3px;
  height: 3px;
  margin-left: -17px;
}
.uxProspectAdd md-input-container {
  height: 40px !important;
  margin: 2px 0;
}
.uxProspectAdd p {
  margin: 30px 0 0;
}
.uxAlertChangeCard .md-dialog-content,
.uxAlertRetakeCard .md-dialog-content,
.uxChangeCommercialDashboard .md-dialog-content {
  margin: 10px 20px 0 !important;
  padding: 1px !important;
}
.uxChangeCommercialDashboard {
  width: 35%;
}
.gpTerm {
  text-align: justify;
  width: 100%;
}
.gpTerm .banner {
  display: flex;
  background-color: #0069a5;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: space-between;
}
.gpTerm .banner .title {
  margin: 0;
  font-size: 30px;
  padding: 20px 40px 40px;
  float: left;
}
.gpTerm .banner .title-img {
  width: 170px;
  height: 60%;
  float: right;
  padding: 0 60px;
}
.gpTerm .content {
  padding: 5x 0 10px;
}
.gpTerm .content .content-title {
  padding: 5px 0 5px 60px;
}
.gpTerm .content .content-text {
  padding: 5px 100px;
}
.gpTerm .content .content-list {
  line-height: 0 !important;
}
.gpCustomerCommission table tr:hover td,
.gpCustomerCourier .gpTableHover table tr:hover td,
.gpCustomerExpedition .gpTableHover table tr:hover td,
.gpCustomerPayable table tr:hover td,
.gpCustomerRecord table tr:hover td,
.gpCustomerSubUser table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}
#modalPayable {
  width: 542px;
}
#modalPayable .password-wrapper {
  margin-top: 18px;
  margin-bottom: 26px;
  background: 0 0;
  border-width: 0 0 1px;
  line-height: 26px;
  height: 32px;
  -ms-flex-preferred-size: 26px;
  border-radius: 0;
  border-style: solid;
  width: 100%;
  box-sizing: border-box;
  padding: 2px 0 1px;
  padding: 2px 0 1px;
}
#modalPayable .password-wrapper .eye-icon {
  position: absolute;
  top: 0;
  right: 25px;
  padding: 10px;
  cursor: pointer;
}
#modalPayable .password-wrapper .info-icon {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  cursor: pointer;
}
#modalPayable .required {
  color: red;
}
#modalPayable .error-messages {
  color: red;
  font-size: 14px;
}
.gpSubUserCourier .gpTableHover table tr:hover td,
.gpSubUserExpedition .gpTableHover table tr:hover td,
.gpSubUserPayable table tr:hover td,
.gpSubUserRecord table tr:hover td {
  background-color: #3f51b5;
  color: #fff;
  font-weight: 700;
}

/* src/angular-js/www/css/sass.css */

/* src/angular-js/www/lib/sc-date-time/dist/sc-date-time.css */
/*
	@license sc-date-time
	@author SimeonC
	@license 2015 MIT
	@version 1.1.6
	
	See README.md for requirements and use.
*/
.visuallyhidden {
  visibility: hidden;
}
.time-date {
  overflow: none;
  border: none;
  width: 46.1rem;
  font-size: 1.2rem;
}
.time-date[theme=bootstrap] .btn {
  outline: 0;
  line-height: 2.4rem;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: inherit;
  font-size: inherit;
}
.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell {
  line-height: 2.3rem;
  border-radius: 3px;
  text-decoration: none;
}
.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell:hover {
  text-decoration: none;
}
.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell.today {
  position: relative;
}
.time-date[theme=bootstrap] > .control > .slider > .date-control > .days > .day-cell.today::after {
  content: " ";
  position: absolute;
  bottom: 0.2rem;
  right: 0.2rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 0.5rem 0.5rem;
  border-color: transparent transparent currentColor transparent;
}
.time-date[theme=material] .md-button,
.time-date:not([theme]) .md-button {
  padding: 6px;
  margin: 0;
  min-width: auto;
  min-width: initial;
  line-height: inherit;
  font-size: inherit;
}
.time-date[theme=material] > .control > .slider > .date-control .day-cell,
.time-date:not([theme]) > .control > .slider > .date-control .day-cell {
  border-radius: 3rem;
}
.time-date > .display {
  position: relative;
  width: 47%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: color 0.6s ease-in-out;
  transition: color 0.6s ease-in-out;
}
.time-date > .display > .title {
  background-color: rgba(0, 233, 233, .8);
  color: #e1e1e1;
  line-height: 2.5rem;
}
.time-date > .display > .content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 2.4rem;
  padding: 2.3rem 0;
  font-size: 1.5rem;
  background-color: rgba(0, 233, 233, .8);
  color: #e1e1e1;
}
.time-date > .display > .content > .super-title {
  text-transform: uppercase;
}
.time-date > .display > .content > .main-title {
  font-size: 6.1rem;
  line-height: 6.1rem;
  height: 6.1rem;
}
.time-date > .display > .content > .main-title > small {
  font-size: 1.1rem;
  margin-left: 0.3rem;
}
.time-date > .display > .content > .sub-title {
  color: rgba(255, 255, 255, 0.5);
}
.time-date > .control {
  width: 53%;
  overflow-x: none;
  position: relative;
}
.time-date > .control > .full-title {
  display: none;
  background-color: rgba(0, 233, 233, .8);
  color: #e1e1e1;
  line-height: 2.4rem;
}
.time-date > .control > .slider {
  position: absolute !important;
  width: 200%;
  -webkit-transition: left 0.6s ease-in-out;
  transition: left 0.6s ease-in-out;
}
.time-date > .control > .slider > .date-control,
.time-date > .control > .slider > .time-control,
.time-date > .control > .slider > .switch-control {
  float: left;
  height: 20.9rem;
}
.time-date > .control > .slider > .date-control,
.time-date > .control > .slider > .time-control {
  width: 45%;
  overflow-y: none;
}
.time-date > .control > .slider > .switch-control {
  width: 10%;
  cursor: pointer;
  padding: 0 0.6rem;
}
.time-date > .control > .slider > .switch-control > i.fa:first-child {
  margin-right: 1.4rem;
}
.time-date > .control > .slider > .switch-control > i.fa:last-child {
  margin-left: 1.4rem;
}
.time-date > .control > .slider > .date-control > .title {
  font-weight: 500;
  line-height: 2.4rem;
}
.time-date > .control > .slider > .date-control > .title:after,
.time-date > .control > .slider > .date-control > .title:before {
  display: table;
  content: " ";
}
.time-date > .control > .slider > .date-control > .title:after {
  clear: both;
}
.time-date > .control > .slider > .date-control > .title > span.month-part {
  cursor: pointer;
  position: relative;
  margin-right: 0.5rem;
}
.time-date > .control > .slider > .date-control > .title > span.month-part:hover {
  text-decoration: underline;
}
.time-date > .control > .slider > .date-control > .title > span.month-part > select {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: 0;
  width: 100%;
}
.time-date > .control > .slider > .date-control > .title > input {
  border: none;
  width: 4.3rem;
}
.time-date > .control > .slider > .date-control > .headers {
  font-weight: 500;
  font-size: 1rem;
  padding-left: 1.5rem;
  color: rgba(0, 233, 233, .6);
  text-align: left;
}
.time-date > .control > .slider > .date-control > .headers > .day-cell {
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  padding-bottom: 0;
  height: 2rem;
}
.time-date > .control > .slider > .date-control .day-cell {
  float: left;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0.1rem;
  padding: 0;
  cursor: pointer;
  font-size: 1.3rem;
}
.time-date > .control > .slider > .date-control > .days {
  font-size: 1rem;
  padding-left: 1.5rem;
  width: 20.790000000000003rem;
}
.time-date > .control > .slider > .date-control > .days .day-cell {
  color: #fff;
}
.time-date > .control > .slider > .date-control > .days .day-cell.today {
  color: rgba(0, 233, 233, .8);
}
.time-date > .control > .slider > .date-control > .days .day-cell.selected {
  color: #fff;
  background-color: rgba(0, 233, 233, .8);
}
.time-date > .control > .slider > .date-control > .days .day-cell:hover,
.time-date > .control > .slider > .date-control > .days .day-cell:active {
  color: #e6e6e6;
  background-color: #00baa9;
}
.time-date > .control > .slider > .date-control > .days .day-cell:disabled {
  color: #aaa;
  background-color: none;
}
.time-date > .control > .slider > .time-control {
  position: relative;
}
.time-date > .control > .slider > .time-control > .time-inputs {
  bottom: 60%;
  margin-bottom: -4.3rem;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}
.time-date > .control > .slider > .time-control > .time-inputs > .hours,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes {
  font-size: 3rem;
  line-height: 1rem;
  width: 8.4rem;
  margin: 0 0.8rem;
  position: absolute;
  padding-top: 0px;
  padding-bottom: 0px;
}
.time-date > .control > .slider > .time-control > .time-inputs > .hours.hours,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.hours {
  left: 1.5rem;
  right: 50%;
  margin-right: 1rem;
}
.time-date > .control > .slider > .time-control > .time-inputs > .hours.minutes,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.minutes {
  right: 0.7rem;
  left: 50%;
}
.time-date > .control > .slider > .time-control > .time-inputs > .hours.up,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.up {
  top: -2.3rem;
}
.time-date > .control > .slider > .time-control > .time-inputs > .hours.down,
.time-date > .control > .slider > .time-control > .time-inputs > .minutes.down {
  bottom: -3rem;
}
.time-date > .control > .slider > .time-control > .time-inputs > input {
  border: none;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 6.1rem;
  line-height: 3rem;
  width: 8.4rem;
  margin: 0 0.7rem;
}
.time-date > .control > .slider > .time-control > .buttons {
  position: absolute;
  bottom: 3rem;
  right: 0;
  width: 9.2rem;
}
.time-date.date-mode > .control > .slider {
  left: 0%;
}
.time-date:not(.time-mode-add):not(.time-mode-remove):not(.date-mode-add):not(.date-mode-remove).date-mode > .control > .slider > .time-control > *,
.time-date:not(.time-mode-add):not(.time-mode-remove):not(.date-mode-add):not(.date-mode-remove).time-mode > .control > .slider > .date-control > * {
  display: none;
}
.time-date.time-mode-add > .display,
.time-date.time-mode-remove > .display,
.time-date.date-mode-add > .display,
.time-date.date-mode-remove > .display {
  color: transparent !important;
}
.time-date.time-mode > .display > .content {
  padding-top: 4.6rem;
}
.time-date.time-mode > .control > .slider {
  left: -100%;
}
.time-date.date-only > .control > .slider > .switch-control,
.time-date.date-only > .control > .slider > .time-control {
  display: none;
}
.time-date.date-only > .control > .slider > .date-control {
  width: 50%;
  padding-left: 1rem;
}
.time-date.time-only > .display > .title {
  display: none;
}
.time-date.time-only > .display > .content {
  top: 0px;
  padding-top: 6.3rem;
}
.time-date.time-only > .control > .slider > .switch-control,
.time-date.time-only > .control > .slider > .date-control {
  display: none;
}
.time-date.time-only > .control > .slider > .time-control {
  width: 50%;
}
.time-date > .display,
.time-date > .control {
  height: 20.9rem;
  float: left;
  text-align: center;
}
.time-date > .buttons {
  clear: both;
  padding: 0.7rem;
  text-align: right;
}
.time-date button,
.time-date .button {
  color: rgba(0, 233, 233, .8);
}
.time-date.full-mode > .display {
  display: none;
}
.time-date.full-mode > .control {
  width: 100%;
  height: 23.4rem;
}
.time-date.full-mode > .control > .full-title {
  display: block;
}
.time-date.full-mode > .control > .slider {
  float: none;
  width: 100%;
}
.time-date.full-mode > .control > .slider > .time-control,
.time-date.full-mode > .control > .slider > .date-control {
  width: 50%;
}
.time-date.full-mode > .control > .slider > .switch-control {
  display: none;
}
.time-date.full-mode > .buttons {
  background-color: rgba(0, 233, 233, .8);
}
.time-date.full-mode > .buttons > button {
  color: #fff !important;
}
.time-date:not(.full-mode).compact {
  width: 22.8rem;
}
.time-date:not(.full-mode).compact > .display {
  display: none;
}
.time-date:not(.full-mode).compact > .control {
  top: 35px;
  overflow: none;
  width: 100%;
  height: 23.2rem;
}
.time-date:not(.full-mode).compact > .control > .full-title {
  display: block;
}
.time-date.vertical {
  width: 23.1rem;
}
.time-date.vertical > .display {
  width: 100%;
  height: auto;
  -webkit-transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
  transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
}
.time-date.vertical > .display > .content {
  position: relative;
  width: 100%;
  top: 0px;
  height: 15.5rem;
}
.time-date.vertical > .control {
  width: 100%;
}
.time-date.vertical.time-mode > .display > .content {
  padding-top: 4.6rem;
}
.time-date.vertical.time-only > .display > .content {
  top: 0px;
  padding-top: 0.8rem;
  height: 10rem;
}
.time-date.vertical.full-mode > .display {
  display: none;
}
.time-date.vertical.full-mode > .control {
  width: 100%;
  height: 44.2rem;
}
.time-date.vertical.full-mode > .control > .full-title {
  display: block;
}
.time-date.vertical.full-mode > .control > .slider {
  float: none;
  width: 100%;
  height: auto;
  overflow: none;
}
.time-date.vertical.full-mode > .control > .slider > .time-control,
.time-date.vertical.full-mode > .control > .slider > .date-control {
  width: 100%;
  float: left;
}
@media (max-width: 51rem) {
  .time-date {
    width: 23.1rem;
  }
  .time-date > .display {
    width: 100%;
    height: auto;
    -webkit-transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
    transition: color 0.6s ease-in-out, height 0.6s ease-in-out;
  }
  .time-date > .display > .content {
    position: relative;
    width: 100%;
    top: 0px;
    height: 15.5rem;
  }
  .time-date > .control {
    width: 100%;
  }
  .time-date.time-mode > .display > .content {
    padding-top: 4.6rem;
  }
  .time-date.time-only > .display > .content {
    top: 0px;
    padding-top: 0.8rem;
    height: 10rem;
  }
  .time-date.full-mode > .display {
    display: none;
  }
  .time-date.full-mode > .control {
    width: 100%;
    height: 44.2rem;
  }
  .time-date.full-mode > .control > .full-title {
    display: block;
  }
  .time-date.full-mode > .control > .slider {
    float: none;
    width: 100%;
    height: auto;
    overflow: none;
  }
  .time-date.full-mode > .control > .slider > .time-control,
  .time-date.full-mode > .control > .slider > .date-control {
    width: 100%;
    float: left;
  }
}

/* src/angular-js/www/css/font-awesome.min.css */
/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: "FontAwesome";
  src: url("./media/fontawesome-webfont-6XMKKUIO.eot?v=4.0.3");
  src:
    url("./media/fontawesome-webfont-6XMKKUIO.eot?#iefix&v=4.0.3") format("embedded-opentype"),
    url("./media/fontawesome-webfont-PLAVRMJ4.woff?v=4.0.3") format("woff"),
    url("./media/fontawesome-webfont-MJD5BXT5.ttf?v=4.0.3") format("truetype"),
    url("./media/fontawesome-webfont-WNXYLOIJ.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}

/* src/angular-js/www/lib/angular-material-data-table/dist/md-data-table.min.css */
md-backdrop.md-edit-dialog-backdrop {
  z-index: 80;
}
md-edit-dialog {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  z-index: 81;
  background-color: #f9f9f9;
  border-radius: 2px;
  cursor: default;
}
md-edit-dialog > .md-content {
  padding: 16px 24px 0;
}
md-edit-dialog > .md-content .md-title {
  color: rgba(0, 0, 0, .87);
  margin-bottom: 8px;
}
md-edit-dialog > .md-content md-input-container {
  margin: 0;
  font-size: 13px;
}
md-edit-dialog > .md-content md-input-container input {
  float: none;
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer {
  min-height: auto;
  min-width: auto;
  color: rgba(0, 0, 0, .54);
}
md-edit-dialog > .md-content md-input-container .md-errors-spacer .md-char-counter {
  padding: 5px 2px 5px 0;
}
md-edit-dialog > .md-content md-input-container [ng-message] {
  padding: 5px 0 5px 2px;
}
md-edit-dialog > .md-actions {
  margin: 0 16px 8px;
}
md-edit-dialog > .md-actions .md-button {
  margin: 0;
  min-width: initial;
}
md-edit-dialog > .md-actions .md-button + .md-button {
  margin-left: 8px;
}
.md-table-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  box-sizing: border-box;
  height: 56px;
  padding: 0 24px;
  font-size: 12px;
  color: rgba(0, 0, 0, .54);
  border-top: 1px rgba(0, 0, 0, .12) solid;
}
.md-table-pagination md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-width: 64px;
}
.md-table-pagination md-select:not([disabled]):focus .md-select-value {
  color: rgba(0, 0, 0, .54);
}
.md-table-pagination md-select .md-select-value {
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}
.md-table-pagination md-select .md-select-value span.md-select-icon {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.md-table-pagination md-select .md-select-value span.md-select-icon:after {
  top: initial;
  -webkit-transform: scaleY(0.5) scaleX(1);
  transform: scaleY(0.5) scaleX(1);
}
.md-table-pagination > md-select + span {
  margin-left: 32px;
}
.md-table-pagination > .md-button.md-icon-button {
  margin: 0;
}
.md-table-pagination > span + .md-button.md-icon-button {
  margin-left: 20px;
}
.md-table-pagination > .md-button.md-icon-button:last-child {
  margin-right: -16px;
}
md-select.md-table-select {
  margin: 0;
}
md-select.md-table-select > .md-select-value {
  padding: 0;
  min-width: initial;
  min-height: 24px;
  border-bottom: 0 !important;
}
md-select.md-table-select > .md-select-value > span {
  height: auto;
  -webkit-transform: none !important;
  transform: none !important;
}
md-select.md-table-select > .md-select-value > span.md-select-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  margin: 0;
}
md-select.md-table-select > .md-select-value > span.md-select-icon:after {
  top: initial;
}
.md-select-menu-container.md-pagination-select,
.md-select-menu-container.md-table-select {
  margin-left: -2px;
  border-radius: 2px;
}
.md-select-menu-container.md-pagination-select md-content,
.md-select-menu-container.md-pagination-select md-select-menu,
.md-select-menu-container.md-table-select md-content,
.md-select-menu-container.md-table-select md-select-menu {
  border-radius: inherit;
}
.md-select-menu-container.md-pagination-select md-content,
.md-select-menu-container.md-table-select md-content {
  padding: 0;
}
.md-select-menu-container.md-table-select .md-text {
  font-size: 13px;
}
.md-select-menu-container.md-pagination-select .md-text {
  font-size: 12px;
}
md-toolbar.md-table-toolbar {
  box-shadow: none;
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
}
md-toolbar.md-table-toolbar.md-default-theme:not(.md-menu-toolbar).md-default .md-button,
md-toolbar.md-table-toolbar:not(.md-menu-toolbar).md-default .md-button {
  color: rgba(0, 0, 0, .87);
}
@media only screen and (max-width:959px) and (min-width:0) and (orientation:landscape) {
  md-toolbar.md-table-toolbar .md-toolbar-tools {
    height: 64px;
    max-height: initial;
  }
}
md-toolbar.md-table-toolbar .md-toolbar-tools {
  padding: 0 24px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools md-icon {
  color: rgba(0, 0, 0, .54);
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button {
  margin: 0;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:first-child {
  margin-left: -12px;
}
md-toolbar.md-table-toolbar .md-toolbar-tools > .md-button.md-icon-button:last-child {
  margin-right: -12px;
}
md-card > md-table-container:first-child,
md-card > md-toolbar.md-table-toolbar:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
md-card > md-table-container:last-child,
md-card > md-toolbar.md-table-toolbar:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
md-table-container {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
table.md-table {
  width: 100%;
  border-spacing: 0;
  overflow: hidden;
}
table.md-table thead.md-head > tr.md-row {
  height: 56px;
}
table.md-table tbody.md-body > tr.md-row,
table.md-table tfoot.md-foot > tr.md-row {
  height: 48px;
}
table.md-table thead.md-head + .md-table-progress md-progress-linear {
  top: -3px;
}
table.md-table .md-table-progress th {
  padding: 0;
}
table.md-table .md-table-progress th md-progress-linear {
  height: 0;
  transition: opacity 1s;
}
table.md-table .md-table-progress th md-progress-linear.ng-hide {
  opacity: 0;
}
table.md-table .md-table-progress th md-progress-linear > .md-container {
  height: 3px;
  top: 0;
  transition: none;
}
table.md-table .md-table-progress th md-progress-linear > .md-container > .md-bar {
  height: 3px;
}
table.md-table th.md-column {
  color: rgba(0, 0, 0, .54);
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
table.md-table th.md-column.md-sort {
  cursor: pointer;
}
table.md-table th.md-column md-icon {
  height: 16px;
  width: 16px;
  font-size: 16px !important;
  line-height: 16px !important;
}
table.md-table th.md-column md-icon.md-sort-icon {
  color: rgba(0, 0, 0, .26);
  opacity: 0;
  transition: -webkit-transform .25s, opacity .25s;
  transition: transform .25s, opacity .25s;
}
table.md-table th.md-column md-icon.md-sort-icon.md-asc {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
table.md-table th.md-column md-icon.md-sort-icon.md-desc {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
table.md-table th.md-column md-icon:not(:first-child) {
  margin-left: 8px;
}
table.md-table th.md-column md-icon:not(:last-child) {
  margin-right: 8px;
}
table.md-table th.md-column.md-active,
table.md-table th.md-column.md-active md-icon {
  color: rgba(0, 0, 0, .87);
}
table.md-table th.md-column.md-active md-icon.md-sort-icon,
table.md-table th.md-column:hover md-icon.md-sort-icon {
  opacity: 1;
}
table.md-table tr.md-row[data-ng-repeat].ng-leave,
table.md-table tr.md-row[ng-repeat].ng-leave,
table.md-table tr.md-row[ng\:repeat].ng-leave,
table.md-table tr.md-row[x-ng-repeat].ng-leave {
  display: none;
}
table.md-table.md-row-select tbody.md-body > tr.md-row {
  transition: background-color .2s;
}
table.md-table.md-row-select tbody.md-body > tr.md-row:not([disabled]):hover {
  background-color: #eee !important;
}
table.md-table.md-row-select tbody.md-body > tr.md-row.md-selected {
  background-color: #f5f5f5;
}
table.md-table.md-row-select td.md-cell:first-child,
table.md-table.md-row-select th.md-column:first-child {
  width: 20px;
  padding: 0 0 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(2),
table.md-table.md-row-select th.md-column:nth-child(2) {
  padding: 0 24px;
}
table.md-table.md-row-select td.md-cell:nth-child(n+3):nth-last-child(n+2),
table.md-table.md-row-select th.md-column:nth-child(n+3):nth-last-child(n+2) {
  padding: 0 56px 0 0;
}
table.md-table:not(.md-row-select) td.md-cell:first-child,
table.md-table:not(.md-row-select) th.md-column:first-child {
  padding: 0 24px;
}
table.md-table:not(.md-row-select) td.md-cell:nth-child(n+2):nth-last-child(n+2),
table.md-table:not(.md-row-select) th.md-column:nth-child(n+2):nth-last-child(n+2) {
  padding: 0 14px 0 0;
  font-size: 11px;
}
table.md-table td.md-cell,
table.md-table th.md-column {
  vertical-align: middle;
  text-align: left;
}
table.md-table td.md-cell > *,
table.md-table th.md-column > * {
  vertical-align: middle;
}
table.md-table td.md-cell:last-child,
table.md-table th.md-column:last-child {
  padding: 0 24px 0 0;
}
table.md-table td.md-cell.md-clickable,
table.md-table th.md-column.md-clickable {
  cursor: pointer;
}
table.md-table td.md-cell.md-clickable:focus,
table.md-table th.md-column.md-clickable:focus {
  outline: 0;
}
table.md-table td.md-cell.md-numeric,
table.md-table th.md-column.md-numeric {
  text-align: right;
}
table.md-table td.md-cell md-checkbox,
table.md-table th.md-column md-checkbox {
  margin: 0;
  width: 20px;
}
table.md-table td.md-cell {
  color: rgba(0, 0, 0, .87);
  font-size: 13px;
  border-top: 1px rgba(0, 0, 0, .12) solid;
}
table.md-table td.md-cell.md-numeric md-select {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
table.md-table td.md-cell.md-numeric md-select .md-select-value {
  -webkit-flex-grow: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}
table.md-table td.md-cell.md-placeholder {
  color: rgba(0, 0, 0, .26);
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(0, 0, 0, .54);
  width: 18px;
  text-align: right;
}
table.md-table td.md-cell md-select > .md-select-value > span.md-select-icon:after {
  -webkit-transform: scaleY(0.4) scaleX(0.8);
  transform: scaleY(0.4) scaleX(0.8);
}

/* angular:styles/global:styles */
