﻿.label-form-button {
    float: right;
    font-size: 13px;
    letter-spacing: initial;
    margin-top: 3px;
    padding: 4px .6em 6px;
    cursor: pointer;
    transition:100ms all ease-in-out;
}
.label-form-button:hover {
    opacity: 0.8;
}
.label-button {
    font-weight:normal;
    font-size: 14px;
    letter-spacing: initial;
    margin-top: 3px;
    padding: 4px .6em 6px;
    cursor: pointer;
    transition:100ms all ease-in-out;
}
.label-button:hover {
    opacity: 0.8;
}
.no-records {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    cursor: default !important;
    pointer-events:none;
    text-align:center;
    padding:10px;
}
.input-button {
    position: absolute;
    top: 4px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 50%;
    padding: 4px;
    transition: 100ms linear all;
    color: var(--theme-primary);
}
.input-button.first { right:20px; }
.input-button.second { right:50px; }
.input-button:hover { background:#f5f5f5; }

input[rel=currency] {
    text-align:right;
}
.row.borders .form-group {
    border-bottom: 1px solid #ccc;
    padding-top:5px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    font-size:12px;
}
.row.borders .form-group:hover {
    background:var(--theme-light-hover);
}

.loading.lookup {
    right: -135px;
    width: 20px;
    height: 20px;
    top: 1px;
    border: 0.20rem solid rgba(51, 122, 183, 0.2);
    border-top-color: var(--theme-primary);
    transition: none !important;
}   

.list-group-item-dropdown-toggle 
{
    float:right;
    display:none;
    font-size:20px;
    line-height:1.1;
}
.list-group-item:hover .list-group-item-dropdown-toggle {
    display:block;
}
.las.img,.la.img {
    -webkit-mask-size: var(--default-icon-size);
    mask-size: var(--default-icon-size);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: var(--default-icon-size);
    height: var(--default-icon-size);
    background-color: var(--primary-color);
    vertical-align: top !important;
}

/*FE: Editar Perfil*/
#user-detail {
    display:flex;
    align-items:center;
}
#user-detail img {
    width: 34px;
    height: 34px;
    display: block;
    margin: 8px;
    cursor: pointer;
    margin-left:12px;
}
#user-detail div {
    font-weight:500;
    color:var(--black);
    white-space:nowrap;
    margin-right:12px;
    padding:12px;
}


.clickable {cursor:pointer;}
.clickable:hover {background:var(--white);}
.itemCard.selected {background:var(--white);}
.itemCard.selected:hover {background:var(--white);}
.itemCard.clickable {border:2px solid var(--white);transition:75ms ease-in border;padding:23px;}
.itemCard.clickable:hover {background:var(--white);border: 2px solid var(--theme-primary);padding:23px;}

.checkmark__circle { stroke-dasharray: 216; /* ORIGINALLY 166px */ stroke-dashoffset: 216; /* ORIGINALLY 166px */ stroke-width: 2; stroke-miterlimit: 10; stroke: #7ac142; fill: none; animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards; }
.checkmark { width: 106px; /* ORIGINALLY 56px */ height: 106px; /* ORIGINALLY 56px */ border-radius: 50%; display: block; stroke-width: 2; stroke: #fff; stroke-miterlimit: 10; margin: 10% auto; box-shadow: inset 0px 0px 0px #7ac142; animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both; }
.checkmark__check { transform-origin: 50% 50%; stroke-dasharray: 98; /* ORIGINALLY 48px */ stroke-dashoffset: 98; /* ORIGINALLY 48px*/ animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards; }
@keyframes stroke { 100% { stroke-dashoffset: 0; } }
@keyframes scale { 0%, 100% { transform: none; } 50% { transform: scale3d(1.1, 1.1, 1); } }
@keyframes fill { 100% { box-shadow: inset 0px 0px 0px 80px #7ac142; } }

@media only screen and (min-width: 768px) and (max-width: 1440px) {
    :root {
        --default-font-size: 14px;
        --default-h1-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    :root {
        --default-font-size:12px;
        --default-h1-size: 16px;
    }
}

/* CHECKBOXES */
.checkbox {
  padding-left: 10px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox.radio {
    display:inline-block;
    padding-top:5px;
}
.checkbox.radio label {
    padding-right:10px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  margin-left: -20px;
  border: 1px solid var(--form-border-color);
  border-radius: 3px;
  background-color: var(--form-background-color);
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox.radio label::before {
  border: 2px solid var(--form-border-color);
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 4px;
  padding-top: 1px;
  font-size: 13px;
  color: #555555;
  text-align:left;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
outline:0;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: "Line Awesome Free";
  content: "\f00c";
  font-weight:900;
}
.checkbox input[type="radio"]:checked + label::after {
    font-family: "Segoe UI Rounded",serif;
    content: ".";
    font-weight: 900;
    font-size: 60px;
    top: -49px;
    left: -1px;
    transform: scale(0.999) translateX(-0.4px);
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before,
.checkbox.radio label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: var(--theme-primary);
  border-color: var(--theme-primary);
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: var(--form-background-color);
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
    content: "\f00d";
}
.checkbox-danger label::after {
    left: -1px;
    top: 1px;
}
.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}
/*information only*/
.checkbox-i label {
    cursor:default;
}
.checkbox-i label::before {
    border-radius:10px;
}
.checkbox-success.checkbox-i label::after {
    padding-left: 4px;
    padding-top: 2px;
    font-size: 12px;
}
.checkbox-danger.checkbox-i label::after {
    padding-left: 5px;
    padding-top: 1px;
    font-size: 12px;
}
.input-view-pwd {
    position: absolute;
    right: 24px;
    bottom: 8px;
    font-size: 20px;
    color: var(--gray);
    transition: all 200ms ease-in-out;
}

    .input-view-pwd:hover {
        color: var(--primary-color);
    }
.help-inline.error {
    color: #a94442;
}