@import url('https://fonts.googleapis.com/css?family=Raleway:200,400');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Alegreya:400,700');
@font-face {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style : normal;
           src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0");
           src : url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),
                 url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),
                 url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),
                 url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),
                 url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
}

@font-face {
 font-family: Avenir;
 src: url(../fonts/Avenir.ttf) format("truetype");
}

@font-face {
 font-family: AvenirBlack;
 src: url(../fonts/AvenirLTStd-Black.otf);
}

@font-face {
 font-family: AvenirM;
 src: url(../fonts/AvenirLTStd-Medium.otf);
}

@font-face {
 font-family: AvenirBook;
 src: url(../fonts/AvenirLTStd-Book.otf);
}



.grey {
    color: grey;
}
#first1 .btn{

}

.red{
    color: red;
}
.pointer{
    cursor: pointer;
}

.padding0{
    padding: 0;
}
@media screen and (max-width: 768px) {

.headerbar-right .header-nav-profile {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10000;
}
}

.delete-hour2, .delete-hour1{
    position: absolute;
    top: 0;
    right: 0;
    color: rgba(0, 0, 0, 0.29);
    cursor: pointer;
}

.acepted-promo{
    position: absolute;
    top: 4px;
    right: 4px;
}

/*.header-nav-profile .dropdown.open .dropdown-menu {
    margin-top: 50px !important;
}
*/
.relative{
    position: relative !important;
}
.inline{
    display: inline-block;
}
.padding0{
    padding:0;
}

.display0{
    display:none;
}
table.tokens_calc{
        font-size: 18px;
    font-family: monospace;
}


.tokens_calc tr td:last-child{
        /* padding-left: 15px; */
    text-align: center;
    /* width: 100px; */
    font-weight: 600;

}

.tokens_calc td:last-child{
     border-top: 1px solid grey;
}

.normal-input label{
    font-size: 16px !important;
    color: #673AB7 !important;
    opacity: 1 !important;
}

.normal-input textarea {
        border: 1px solid #9E9E9E !important;
        padding: 3px
        resize: none;;
}

.floatr{
	float: right;
}

.floatl{
	float: left;
}

.margin0{
    margin: 0;
}

h1.page-title{
	    margin-left: 30px;
    font-family: montserrat;
    padding-left: 8px;
}

h1.page-title i{
	    vertical-align: sub;
    color: #5f448d;
    margin-right: 5px;
}


.thumbnail-preview{
      width: 100%;
    height: 100%;
    /* position: absolute;
    top: 0;
    left: 0;
    z-index: 0; */
}


#logo-input, #img_prod, #img_prod1{
	display:none;
}

.img-producto{
    width: 50px;
    height: 50px;
    /*border-radius: 50%;*/
    border: 1px solid #676767;
    display: block;
}

.sucursales-check{
    visibility: hidden;
}


.float-top-left {
	position: absolute !important;
	top: 7px;
    right: 8px;
}
.float-top-right {
	position: absolute !important;
	top: 7px;
    left: 8px;
}

.v-center {
    display: flex !important;
    align-items: center !important;
}

.v-center-center {
    display: flex !important;
    justify-self: center !important;
    align-items: center !important;
}

input.input-checkbox {
    width: 25px;
    margin: 0;
}

.div-logo-preview{
    font-weight: 400;
    width: 200px;
    height: 150px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 10px auto;
    position: relative;
}

.div-logo-preview > label{
	font-weight: 400;
    width: 200px;
    height: 150px;
    text-align: center;
    color: rgba(95, 68, 141, 0.67);
    padding-top: 45px;
    z-index: 10;
    position: relative;
    cursor: pointer;
}


.mauto{
    margin: auto;
}

table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before {
    color: red;
    display: none !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
   display: none;
}

#datatable th{
    background-color: #353535 !important;
    font-size: 16px;
    color: white;
    font-weight: 100;
}

#datatable{
        border: 1px solid whitesmoke;
}

#datatable tr{
    background: white;
    transition: .1s all ease;
}

#datatable tr:hover{
    background: whitesmoke;
}


.morado{
    color: #5f448d;
}


.calc-tr td {
    background: white !important;
}

.calc-tr .calc-td, .calc-tr .calc-td2{
    text-align: center;
    /* background: red; */
    /* padding: 10px; */
    border-top: 3px solid grey;
}

#faltatokens_efectivo, #faltatokens_especie{
    display: none;
}

.w100{
    width: 100%;
}

.panel-purple > .panel-heading {
    color: #ffffff;
    background-color: #5f448d;
    border-color: #5f448d;
}

.panel-purple {
    border-color: #5f448d;
}


.big_checkbox{
    position: relative;
}

.big_checkbox.active a{
        position: absolute;
    bottom: 10px;
    padding: 0;
    background: #8bc34a;
    color: white;
    border: none;
    padding: 3px 8px;
    border-radius: 100px;
    display: block !important;
    right: 5px;
    outline: none;
    transition: all ease .3s;
    cursor: pointer;
}

.big_checkbox.active a:hover{
        background: #8adc2a;
}

.big_checkbox a{
    display: none !important;
}

.big_checkbox label{
    width: 90px;
    height: 90px;
    /* background: red; */
    border-radius: 100px;
    /* border: 1px solid #5f448d; */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.19);
    margin: 12px;
    cursor: pointer;
}


.big_checkbox  input{
    visibility: hidden;
}

.big_checkbox.active::after {
    content: "ok";
    position: absolute;
    top: 7px;
    right: 7px;
    background: #8bc34a;
    color: white;
    font-weight: 500;
    padding: 6px 10px;
    border-radius: 100px;
    transition: .4s all ease;
}

.btn-round{
    border-radius: 100px !important;
}

.check_ub{
        width: 100%;
    background: whitesmoke;
    border: 2px solid rgba(158, 158, 158, 0.59);;
    border-radius: 4px;
    margin: 4px;
    padding: 4px;
    color: #141414;
    font-size: 15px;
    cursor: pointer;
}

.check_ub input{
    visibility: hidden;
}

.check_ub i{
    float: right;
    color: rgba(255, 0, 0, 0.56);
    opacity: 0;
    transition: .4s all ease;
}

.check_ub:hover i{
    float: right;
    color: rgba(255, 0, 0, 0.56);
    opacity: 1;
    transition: .4s all ease;
}

.block{
    display:block;
}


#loader{
        position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    color: #5f448d;
    text-align: center;
    padding-top: 30vh;
    width: 100%;
    height: 100%;
    background: white;
}

#loading{
        position: fixed;
        display: none;
    top: 0;
    left: 0;
    z-index: 10000;
    color: #5f448d;
    text-align: center;
    padding-top: 42vh;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

#loading i{
    color: white;
}

.div-promo-ficha, .div-promo-ficha>.panel-heading{
    cursor: pointer;
    transition: .3s all ease;
}

.div-promo-ficha p{
    margin: 0;
}
.promo-ficha img{
        width: 60px;
    height: 60px;
    border-radius: 100px;
    cursor: pointer;

}
.div-promo-ficha:hover>.panel-heading{
    cursor: pointer;
    background-color: rgba(245, 245, 245, 0.37);
    border-color: #dddddd;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.04);

}
.promo-ficha .fa-eye{
    position: absolute;
    top: 25%;
    right: 27px;
    color: #5a5a5a;
    transition: all ease .3s;
}

.promo-ficha:hover .fa-eye{
    color: #00acff;
}

.promo-options{
        position: absolute;
    top: -3px;
    right: 6px;
    color: grey;
}

.check-2 {
  color: #111;
  font-size: 29px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.check-2-input {
  display: none;

}

.check-2:before {
  content: '.';
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 0;
    background: whitesmoke;
    text-align: center;
    line-height: 30px;
    color: whitesmoke;
    font-size: 29px;
    border: 1px solid rgba(128, 128, 128, 0.46);
    /* padding: 3px; */
    border-radius: 3px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.19);
}

.check-2:after {
    font-family: FontAwesome;
    content: "\f00C";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 29px;
  color: #4CAF50;
  text-align: center;
  transform: scale(1.3,1.3);
  opacity: 0;
  transition: all .4s;
  top: -11px;
}

.check-2-input:checked+.check-2:after {
  color: #4CAF50;
  transform: scale(1,1);
  opacity: 1;

}

.progress.small{
        margin: 0;
    height: 8px;
}

.btn.desactivado{
    background: grey !important;
    pointer-events: none;
    border: 1px solid whitesmoke;
}


/* TEKNIK:: */

.label {
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    font-size: .8rem;
    background-color: #ecf0f3;
    color: #464e5f;
    font-weight: 400;
    height: 20px;
    width: 20px;
    font-size: .8rem;
}

.label.label-inline {
    width: auto;
}

.label.label-inline {
    width: auto;
    padding: .15rem .75rem;
    border-radius: .42rem;
}

.label.label-pill {
    border-radius: 2rem;
}

.label.label-warning {
    color: #fff;
    background-color: #ffa800;
}

.label.label-dark {
    color: #fff;
    background-color: #212121;
}

.label.label-info {
    color: #fff;
    background-color: #8950fc;
}

.label.label-danger {
    color: #fff;
    background-color: #f64e60;
}

.label.label-primary {
    color: #fff;
    background-color: #3699ff;
}

.label.label-success {
    color: #fff;
    background-color: #1bc5bd;
}

/*  Aumentar el padding a las celdas   */
@media (min-width: 768px)  {

    #table-body-vales-productos-modal td {
        padding: 0.7rem
    }

    /* table.dataTable td {
        padding: 0.7rem
    } */
}

@media (min-width: 320px) and (max-width: 480px) {
    .headerbar-right {
        min-height: auto !important;
    }


#tablaVoluntariado .card-head ul{
    display: flex;
    flex-direction: column;
}}