@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  font-family: "Montserrat", "MontserratBold", Helvetica, Arial, sans-serif !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "MontserratBold", Helvetica, Arial, sans-serif !important;
}

.labelInformer {
  padding-right: 2.5% !important;
}

.tableInformer {
  margin-left: -1.5% !important;
}

@font-face {
  font-family: gothamRoundedLight;
  src: url("/fonts/GothamRounded-Light.otf");
}

@font-face {
  font-family: gothamRoundedMedium;
  src: url("/fonts/GothamRounded-Light.otf");
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

body {
  font-family: gothamRoundedLight !important;
}

body.login {
  background-image: url("/img/login/login_page_ok.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
}

.logo img {
  content: url("/img/login/logo_candado_marca_agua.png");
  width: 150px;
  height: 200px;
}

.login {
  background-color: #4B5554 !important;
}

body.login .content .login-form h3 {
  color: #4B5554 !important;
  font-family: gothamRoundedMedium !important;
}

body.login .content .login-form input {
  text-decoration: none !important;
  background-color: white !important;
  border: none !important;
  border-bottom: 1.5px solid #E8E8E8 !important;
  border-radius: 0px !important;
}

body.login .content .login-form i {
  margin-top: 4.2% !important;
}

#resetPasswordTitle {
  color: #4B5554 !important;
  font-family: gothamRoundedMedium !important;
}

.form-actions button {
  background-color: #4B5554 !important;
  border-color: #4B5554 !important;
  border-radius: 25px !important;
}

.form-group button {
  background-color: #4B5554 !important;
  border-color: #4B5554 !important;
  border-radius: 25px !important;
}

#insertYourEmailMessage {
  text-align: center !important;
}

#resetPassword {
  color: #A0A0A0 !important;
  float: right;
  font-size: 12px !important;
}

#rgpd {
  color: #A0A0A0 !important;
  font-size: 12px !important;
}

#rgpd:hover {
  text-decoration: none;
}

#resetPassword:hover {
  text-decoration: none;
}

#back-btn {
  border-color: #4B5554 !important;
  border-radius: 25px !important;
  color: #4B5554 !important;
}

#back-btn:hover {
  text-decoration: none;
}

.portlet .portlet-title .actions {
  padding: 0 !important;
}

.portlet .portlet-title .actions .portlet-reset {
  margin-left: 10px;
}

.portlet.light.bordered {
  border-color: rgba(59, 61, 63, 0.3) !important;
}

.portlet.light.bordered > .portlet-title {
  border-color: rgba(59, 61, 63, 0.3) !important;
}

.feedMaster.portlet.light.portlet-fit > .portlet-body {
  padding: 0 10px 10px !important;
}

.portlet.tableMaster div.portlet-title {
  margin: 0 !important;
}

.portlet.tableMaster div.portlet-body {
  padding: 0 !important;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper {
  position: relative;
  margin-top: 0;
}

@media screen and (orientation: portrait) {
  .portlet.tableMaster div.portlet-body .dataTables_extended_wrapper {
    min-height: unset;
  }
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper div.table-scrollable {
  border: 0 !important;
  margin: 0 !important;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper div.dataTables_paginate {
  position: absolute !important;
  top: -50px;
  right: 25px;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper div.dataTables_paginate ul.pagination li:first-child {
  display: none;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper div.dataTables_paginate ul.pagination li:last-child {
  display: none;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper div.dataTables_paginate ul.pagination > li > a {
  border: none !important;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper div.dataTables_paginate ul.pagination > .active > a {
  border-radius: 50% !important;
  border-color: #d35a2a !important;
  background-color: #d35a2a !important;
}

.portlet.tableMaster div.portlet-body .dataTables_extended_wrapper .table.dataTable {
  margin: 0 !important;
}

.portlet.currentMaster > .portlet-body {
  padding-top: 20% !important;
}

.portlet.currentMaster .currentField {
  width: 80%;
  margin: auto;
}

.portlet.currentMaster .currentField > img {
  float: left;
  width: 15%;
  padding-top: 3%;
}

.portlet.currentMaster .currentField > div {
  float: left;
  width: 83%;
  padding-left: 4%;
  padding-top: 3%;
  padding-bottom: 3%;
}

.portlet.currentMaster .currentField > div > div:first-child {
  font-weight: 700;
  font-size: 3.5em;
  line-height: 85%;
}

.portlet.currentMaster .currentField > div > div:last-child {
  text-transform: uppercase;
  color: #aeaeae;
  font-size: 1.15em;
}

.feedMaster .feeds li {
  background-color: #fff !important;
}

.feedMaster .label-success {
  background-color: #48b0f7 !important;
}

.feedMaster .label-danger {
  background-color: #f55753 !important;
}

.feedMaster .label-primary {
  background-color: #6d5cae !important;
}

.feedMaster .label-warning {
  background-color: #f8d053 !important;
  color: #3b3d3f !important;
}

.feedMaster .label.label-sm:not(.md-skip) {
  font-size: 13px;
}

.feedMaster .feedTitle {
  float: left;
  line-height: 160%;
  padding-left: 10px;
}

.select2-container--bootstrap .select2-results__option[aria-disabled=true] {
  display: none;
}

.typeAheadFilter {
  width: 100%;
}

.todo-ui .badge {
  float: right;
}

.todo-ui .todo-project-list li {
  padding: 8px 0;
}

@media (max-width: 991px) {
  .todo-sidebar {
    position: inherit !important;
  }

  .todo-content {
    padding-left: 0 !important;
  }
}

/* ##### */

.icon-btn.disabled {
  pointer-events: none;
}

/* ##### */

.icon-btn.disabled,
.icon-btn[disabled] {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* ##### */

.icon-btn {
  margin: 10px 10px 0 0;
}

.icon-btn .badge.badge-left {
  left: -5px;
  right: inherit;
}

@media (max-width: 991px) and (min-width: 200px) {
  .paddized {
    margin-top: 100px !important;
  }
}

.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

