@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700');
 
#fixed-footer-loader {
    position: fixed;
    top: 23px;
    right: 12px;
    z-index: 999999;
}

/* GOOGLE AUTOFILL HACK */
input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px transparent inset; 
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: /*your box-shadow*/0 0 0 50px transparent inset;
}

.file-field .btn {
  line-height: 1rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
    background:rgba(255,255,255,0) !important;
}

textarea, input, *:focus { 
    outline: none !important; 
}

.navbar-nav, header { 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility:hidden;
}

/* --------------------------------- */
/* FONT FIX
 ----------------------------------- */
h1 {font-size: 3rem;}
 
h2 {font-size: 2rem;}
 
h3 {font-size: 1.5rem;}
 
h4 {font-size: 1.3rem;}
 
h5 {font-size: 1.1rem;}

P {font-size: 0.9rem; font-weight: 200;}

strong, b{
    font-weight: 700;
}

body {
    background-color: #fff;
    font-family: 'Raleway', sans-serif;
    height: calc(100% - 68px);
	font-weight: 200;
    color: #2e2e2e;
}

html {height: 100%;}



/* --------------------------------- */
/* INDEX
 ----------------------------------- */
 
@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 700px; 
    } 
}

.full-height h1 {
    letter-spacing: 8px;
}
.full-height h5 {
    letter-spacing: 3px;
}
.full-height .hr-light {
    border-top: 3px solid #fff;
    width: 80px;
}

/* --------------------------------- */
/* RESET
 ----------------------------------- */

audio, canvas, img, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.wow {visibility: hidden;}


/* HTML5 display-role reset for older browsers */

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #212121;
}

a:focus, a:active, a:hover {
    text-decoration: none;
    outline: none;
}


.hidden{display: none;}

.center-block{
    margin: 0 auto;
    display:block;
}

i.fal,
i.far,
i.fas,
.svg-inline--fa{
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

/* --------------------------------- */
/* HEADER
 ----------------------------------- */
.navbar.RP-menu{
   padding-top: 0;
    padding-bottom: 0;
}

.RP-menu .navbar-brand img{
    max-height: 100px;
}

.RP-menu.top-nav-collapse .navbar-brand{
    margin-top: 1px;
}

.chip.chip-md {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
}
.chip.chip-md img {
    height: 42px;
    width: 42px;
}

.chip.chip-lg {
    height: 52px;
    line-height: 52px;
    border-radius: 26px;
}
.chip.chip-lg img {
    height: 52px;
    width: 52px;
}

.chip-ini{
    background: #fff;
    color: #fff;
    font-size: 1rem;
    float: left;
    margin: -4px 8px 0 -8px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    letter-spacing: 0.1rem;
    text-align: center;
    padding-top: 4px;
    color:#4caf50;
}

.chip{
    
    margin-bottom: 0!important;
}

.perfil-dropdown .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active, 
.perfil-dropdown .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover {
    background-color: #4caf50;
}

/* --------------------------------- */
/* FORMULARIO
 ----------------------------------- */
#area-form{
    
}

.categories .card{
    background: #eceff1;
    margin-bottom: 15px;
}

.box-name{
    display: table;
    height: 60px;
    width: 85%;
}

.box-name .card-title{
    display: table-cell;
    vertical-align: middle;
    padding-right: 5%;
}

.categories .card-body{
    cursor: pointer;
}

.categories .card.select{
    background: #43a047;
    color: #fff;
}

.categories .svg-inline--fa{
    position: absolute;
    right: 15px;
    top: 22px;
    display: none;
}

table.table .product-item{
    padding-top: 2rem;
}

/* --------------------------------- */
/* FORM CUSTOM
 ----------------------------------- */

.rp-form label, 
.rp-form label:active, 
.rp-form input:focus:not([readonly]) + label,
.rp-form textarea,
.rp-form textarea:focus:not([readonly]) + label,
.rp-form .form-control{
  color: #757575;
  font-size: 0.9rem !important;
}

.rp-form label:active, 
.rp-form input:focus:not([readonly]) + label,
.rp-form textarea:focus:not([readonly]) + label{
  color: #4caf50 !important;
 }

.rp-form .md-form .prefix.active {
  color: #9e9e9e;
}

.rp-form input:not([type=range]), 
.rp-form textarea{
    border-bottom: 1px solid #2e2e2e !important;
    box-shadow: none !important;
    color: #2e2e2e !important;
    font-size: .9rem !important;
    padding-bottom: .2rem;
    padding-top: .3rem;
}

.rp-form textarea{
    padding: .6rem 0;
    min-height: 4rem !important;
    height: inherit !important;
}

.rp-form .select-wrapper input.select-dropdown{
    height: 2.3rem;
    line-height: 2.3rem;
}

.rp-form input:focus:not([readonly]), 
.rp-form textarea:focus:not([readonly]),
.rp-form input:focus::not([type=range]){
  border-bottom: 1px solid #2e2e2e;
  box-shadow: none;
}

.rp-form input.valid, 
.rp-form textarea.valid, 
.rp-form textarea:focus.valid {
  border-bottom: 1px solid #4caf50;
  box-shadow: none;
}

.rp-form input.invalid, .bs-form textarea.invalid {
  border-bottom: 1px solid #d84c4c !important;
  box-shadow: none;
}

.rp-form [type="radio"].invalid + label:before {
    border: 2px solid #d84c4c !important;
}

.rp-form .input-field .prefix.active {
    color: #2e2e2e ;
}

.rp-form [type="checkbox"] + label:before{
    border-color: #2e2e2e;
}

.rp-form [type="checkbox"]:checked + label:before {
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #4caf50;
  border-bottom: 2px solid #4caf50;
}

.rp-form [type=checkbox][class*=filled-in]:checked+label:after {
    border-color: #4caf50;
    background-color: #4caf50;
    z-index: 0;
}

.rp-form [type="radio"]:checked + label:after {
    border: 2px solid #e53935;
    background-color: #e53935;
}

.rp-form .switch label input[type=checkbox]:checked + .lever,
.rp-form .switch label input[type=checkbox] + .lever{
    background-color: #c0cccd;
}

.rp-form .switch label input[type=checkbox]:checked + .lever:after,
.rp-form .switch label input[type=checkbox] + .lever:after{
    background-color: #e53935;
    box-shadow: none;    
}

.rp-form .select-wrapper input.select-dropdown {
    border-bottom: 1px solid #2e2e2e;
    color:#2e2e2e;
}

.rp-form ::-webkit-input-placeholder{
    color: #9e9e9e !important;} /* Chrome/Opera/Safari */
.rp-form :-moz-placeholder{
  color: #9e9e9e !important;} /* Firefox 19+ */
.rp-form ::-ms-input-placeholder{
  color: #9e9e9e !important;} /* IE 10+ */
.rp-form :-moz-placeholder {
  color: #9e9e9e!important;}

.rp-form .btn.btn-flat{
    color: #fff!important
}

/* --------------------------------- */
/* HEADER
 ----------------------------------- */




/* --------------------------------- */
/* FLOATBOX
 ----------------------------------- */
.float-link{
    position: fixed;
    display: block;
    bottom: 0;
    top:0;
    right: -225px;
    height: 100px;
    width: 225px;
    margin: auto;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 99;
}

.float-link .tab-view{
    transform: rotate(-90deg);
    transform-origin: left top 0;
    background: #43d854;
    color: #fff;
    padding: 10px 25px;
    position: absolute;
    border-radius: 10px 10px 0 0;
    left: -60px;
    top: 194px;
    cursor: pointer;
}

.float-link .tab-view img{
    margin-left: 10px;
}

.float-link .tab-view .fa{
    font-size: 1.4rem;
    vertical-align: text-top;
    margin-right: 5px;
}

.float-link .inner-content{
    border: 1px solid #ededed;
    background: #fff;
    height: 194px;
    padding: 30px 10px;
    text-align: center;
}

.float-link.tagopen{
    right: 0 !important;
}

/* --------------------------------- */
/* MODAL
 ----------------------------------- */

.btn-close{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 5px;
    margin-top: 0;
    z-index: 99;
}

.btn-close i{
    font-size: 2rem;
    font-weight: 200;
}


/* --------------------------------- */
/* FULL WIDTH MODAL
 ----------------------------------- */

.modal.modal-full {
  background: transparent;
}
.modal.modal-full .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  width:100%;
}

.modal.modal-full .modal-content h4{
    margin: 15px 0 0 0;
}

.modal-full .modal-content h4 i{
    vertical-align: top;
    font-size: 2rem;
    margin-top: -5px;
}

.modal-full .modal-backdrop {
  background: none;
}

.modal.modal-full {
    background: rgba(255,255,255,.93);
}

.modal .btn-close{
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    margin-top: 0;
    z-index: 99;
}

.btn-close i{
    font-size: 1.8rem;
    font-weight: 200;
}

.menu-tit{
    font-size: 1.8rem;
    border-bottom: 1px solid #dadada;
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal.modal-full .modal-dialog {
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (min-width: 540px) {
  .modal.modal-full .modal-dialog {
    width: 750px;  
  }
}

@media (min-width: 720px) {
  .modal.modal-full .modal-dialog {
    width: 970px;
  }
}

@media (min-width: 960px) {
  .modal.modal-full .modal-dialog {
     max-width: 720px;
  }
    
@media (min-width: 1140px) {
  .modal.modal-full .modal-dialog {
     max-width: 720px;
  }
}


.loader-spin img
{
  width:24px;
  height:24px;
}