/* Minification failed. Returning unminified contents.
(178,23): run-time error CSS1038: Expected hex color, found '#d3d3'
(310,23): run-time error CSS1038: Expected hex color, found '#ffff'
 */
/*************************************/
/*********LOGIN**********************/
/***********************************/



.logoLogin{
    width:150px;
    height:auto;
}
.boxLogin{
    margin-left:auto;
    margin-right:auto;
    margin-top:10%;
    max-width:300px;
    height:auto;
}
/*********************************************************************/
/***************************NUEVO DASHBOARD***********************************/
/******************************************************************/
.logoMenu {
    max-width: 60%;
    height: auto;
    margin-top: 15px;
  
}

body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Open Sans', Helvetica, sans-serif;
    box-sizing: border-box;
    font-size:16px;
}

/* Assign grid instructions to our parent grid container, mobile-first (hide the sidenav) */
.grid-container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 50px 1fr 50px;
    grid-template-areas: 'header' 'main' 'footer';
    height: 100vh;
}

.menu-icon {
    position: fixed; /* Needs to stay visible for all mobile scrolling */
    display: flex;
    top: 5px;
    left: 10px;
    align-items: center;
    justify-content: center;
    background-color: #DADAE3;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    padding: 12px;
}

/* Give every child element its grid name */
.header {
    grid-area: header;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    /*background-color: #f5f3f4;*/
    background-color: #313131;
    color:#fff;
}

/* Make room for the menu icon on mobile */
.header__search {
    margin-left: 42px;
    color:#fff;
}

.sidenav {
    grid-area: sidenav;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 240px;
    position: fixed;
    overflow-y: auto;
    transform: translateX(-245px);
    transition: all .6s ease-in-out;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.08);
    z-index: 2; /* Needs to sit above the hamburger menu icon */
    background-color: #ffffff;
}

    .sidenav.active {
        transform: translateX(0);
        overflow-y: auto;
    }


     


.sidenav__close-icon {
    position: absolute;
    visibility: visible;
    top: 8px;
    right: 12px;
    cursor: pointer;
    font-size: 20px;
    color: #000;
}

.sidenav__list {
    padding: 0;
    margin-top: 0px;
    margin-bottom:0px;
    list-style-type: none;
}

.sidenav__list-item {
    padding: 20px 20px 20px 40px;
    color: #000;
    background-color: #f2f0f1;
    margin-bottom:5px;
}

    .sidenav__list-item:hover, .sidenav__list-item.ppal:hover {
        background-color: #333;
        cursor: pointer;
        color: #fff;
    }

    .sidenav__list-item.active {
        cursor: pointer;
        background-color: #da5556;
        color: #fff;
    }

.sidenav__list-item.ppal {
    padding: 20px 20px 20px 40px;
    color: #000;
    background-color:  #ccc;
    margin-bottom: 5px;
}

   



.main {
    grid-area: main;
    background-color: #f5f3f4;
    padding:10px 40px;
}

.main-header {
    display: flex;
    justify-content: space-between;
    margin: 20px;
    padding: 20px;
    height: 150px;
    background-color: #e3e4e6;
    color: slategray;
}

.main-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr));
    grid-auto-rows: 94px;
    grid-gap: 20px;
    margin: 20px;
}

.overviewcard {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: #d3d3;
}

.main-cards {
    column-count: 1;
    column-gap: 20px;
    margin: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    width: 99%;
    background-color: #ffffff;
    margin-bottom: 20px;
    -webkit-column-break-inside: avoid;
    padding: 24px;
    box-sizing: border-box;
   

}
.h100{
    height:100%;
}
    /* Force varying heights to simulate dynamic content */
    /*.card:first-child {
        height: 485px;
    }

    .card:nth-child(2) {
        height: 200px;
    }

    .card:nth-child(3) {
        height: 265px;
    }*/

.footer {
    grid-area: footer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    background-color: #f5f3f4;
}

/* Non-mobile styles, 750px breakpoint */
@media only screen and (min-width: 46.875em) {
    /* Show the sidenav */
    .grid-container {
        grid-template-columns: 240px 1fr;
        grid-template-areas: "sidenav header" "sidenav main" "sidenav footer";
    }

    .header__search {
        margin-left: 0;
    }

    .sidenav {
        position: relative;
        transform: translateX(0);
    }

    .sidenav__close-icon {
        visibility: hidden;
    }
}

/* Medium screens breakpoint (1050px) */
@media only screen and (min-width: 65.625em) {
    /* Break out main cards into two columns */
    .main-cards {
        column-count: 2;
    }
}

@media (max-width:420px){
    .header {
      
        flex-wrap:wrap;
        align-content:center;
        align-items:center;
        justify-content:center;
    }
   
}

@media(min-width:769px){
    /*.sidenav.active::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    .sidenav.active::-webkit-scrollbar {
        width: 6px;
        background-color: #F5F5F5;
    }

    .sidenav.active::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }*/
}






/**************************************************************************************/
/****************ALERTAS ***************/
/**************************************************************************************/

.overlay {
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ffffff;
    opacity: .8;
   
}

.alert {
    
    width: 300px;
    padding: 20px;
    position: fixed;
    z-index: 50;
    background-color: #ffff;
    top: 45%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*-webkit-border-radius: 5px;
    border-radius: 5px;*/
    /*-webkit-box-shadow: 0px 2px 11px 2px rgba(92,161,254,1);
    -moz-box-shadow: 0px 2px 11px 2px rgba(92,161,254,1);
    box-shadow: 0px 2px 11px 2px rgba(92,161,254,1);*/
    -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.6);
}

    .alert .txt {
        text-align: left;
        padding: 15px 0;
        max-height: 400px;
        overflow-y: auto;
        color: #000;
    }

        .alert .txt p {
            margin-bottom: 5px;
            margin-top: 5px;
        }

    .alert .uiBtn {
        background-color: #313131;
        border: 0px solid #5b6975;
        color: #fff;
        padding: 6px;
        text-align: right;
        text-decoration: none;
        /*border-radius: 5px;*/
        font-size: 14px;
        cursor:pointer;
        line-height: 0.5;
        text-align: center;
        margin-top: 20px;
    }


        .alert .uiBtn:hover, .alert .uiBtn:focus, .alert .uiBtn:active {
            background-color: #cccccc;
        }




/**************************************************************************************/
/***********************************FORMULARIO****************************************/
/**************************************************************************************/
label {
    
    margin-bottom: 5px;
    font-weight:bold;
}
.form-control {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding-left:10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}
.containerCheck {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;

    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .containerCheck input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
  
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked */
.containerCheck input:checked ~ .checkmark {
    background-color: #98B250;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.containerCheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.containerCheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/*===========================================*/
/************* GENERALES ************************/
/*===========================================*/
p{
    margin-top:5px;
    margin-bottom:5px;
}
h1{
    font-size:25px;
}
.small{
    font-size:0.8em;
}
.blueColor {
    color: #66a49f;
}

.whiteColor {
    color: #ffffff;
}

.orangeColor {
    color: #dc6350;
}

a {
    cursor: pointer;
}
/*****rows*********/
.pcolForm {
    padding: 10px 7px;
}
.mr10{
    margin-right:10px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.col-md {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  
    
}


.col-md-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.col-md-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  
}

.col-md-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
  
}


.col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
   
    flex: 1
}

.col-7 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1.5
}
.col-8 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    
    flex: 2
}
.col-10 {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
   
    flex: 3;
}

@media screen and (min-width: 900px) {
    .col-md {
        flex: 1
    }

    .col-md-7 {
        flex: 1.5
    }

    .col-md-8 {
        flex: 2
    }
    .col-md-10{
        flex:3;
    }
}





.row-space-between {
    display: flex;
    justify-content: space-between;
}



.row-space-evenly {
    justify-content: space-evenly;
}

.center {
    justify-content: center;
    align-items: center;
}

.centerVertical {
    align-items: center;
}



.hidden {
    visibility: hidden;
}

.rwd {
    max-width: 100%;
    height: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}



.col-4 {
    flex: 1 1 33.33%;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.display {
    display: block !important;
}

.d-flex {
    display: flex !important;
}
.p15{
    padding:15px;
}
.mt40 {
    margin-top: 40px;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt3 {
    margin-top: 3px;
}

.pt30 {
    padding-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px;
}

.valignMiddle {
    vertical-align: middle;
}

.d-pc {
    display: none;
}

.d-mv {
    display: inline;
}

.d-pc-inherit {
    display: none;
}

.d-mv-inherit {
    display: inherit;
}

h3 {
    font-family: Oswald-light, Roboto;
}
.mr20{
    margin-right:20px;
}
.btn {
    font-family: 'Roboto', Open Sans;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -ms-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    /*margin-right: 20px;*/
}

    .btn i {
        font-size: 18px;
    }


.btnBlack {
    background-color: #313131;
    color: #ffffff;
  
    border: 1px solid #ffffff;

}

    .btnBlack:hover, .btnBlack:focus, .btnBlack:active {
        background-color: #cccccc;
        color: #5c6a77;
    }

    /*.btnBlack i {
        font-size: 18px;
    }*/

.btnGreen {
    background-color: #98B250;
    color: #ffffff;
    border: 1px solid #ffffff;
   
}

    .btnGreen:hover, .btnGreen:focus, .btnGreen:active {
        background-color: #cccccc;
        color: #5c6a77;
    }

    /*.btnGreen i {
        font-size: 18px;
    }*/



.btnBlue {
    background-color: #006f9d;
    color: #ffffff;
    border: 1px solid #ffffff;
  
}

    .btnBlue:hover, .btnBlue:focus, .btnBlue:active {
        background-color: #cccccc;
        color: #5c6a77;
    }

    /*.btnBlue i {
        font-size: 18px;
    }*/

  

/*************************************************************************/
/*******************CONFIGURACION*********************************/
/*************************************************************************/
.qrConfiguracion{
    width:120px;
    height:120px;
    margin-left:auto;
    margin-right:auto;
}
#DropFoto {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)), url(/images/backend/fondo-cartas.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
    /*display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    #DropFoto div {
        width: 90%;
        height: 200px;
        text-align: center;
        margin-top: 100px;
    }

#DropLogo {
    background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url(/images/backend/logo-default.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
    /*display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    #DropLogo div {
        width: 90%;
        height: 200px;
        text-align: center;
        margin-top: 100px;
    }

#PMensajeFoto {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

#PMensajeLogo {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}






.DIVIdioma {
    cursor: pointer;
    width: 70px
}

    .DIVIdioma.on {
        opacity: 1;
    }

    .DIVIdioma.off {
        opacity: 0.3;
    }


#DIVMenu ul li {
    cursor: pointer;
}

.mlActivo {
    margin-left: 30px;
}
.iconBig{
    font-size:50px;
    color:#000;
}
    .iconBig:hover {
        color: #da5556;
    }

/**************************************************************************/
/***************************** Edici�n Secciones***************************/
/***************************************************************************/
.ClassDIVPlato{
    background-color:#fff;
    padding:10px 0px;
    border-radius:5px;
    width:100%;
    margin-bottom:10px;
    border:2px solid #ccc;
    color:#ccc;

}
    .ClassDIVPlato.active {
        color: #000;
        border: 2px solid #98B250;
    }
    .ClassDIVPlato:hover, .ClassDIVPlato.active:hover {
       background-color:#ccc;
       color:#fff;
    }

   

    .ClassDIVListaIdiomas.on {
        cursor: pointer;
    }

.ClassDIVListaIdiomas.on {
    display: block;
}

.ClassDIVListaIdiomas.off {
    display: none;
}

/*custom jquery tabs*/

.ui-widget-header {
    border: 0px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: transparent;
    color: #333333;
    font-weight: bold;
}
.ui-widget.ui-widget-content {
    border: 0px solid #e6e6e6;
    width: 100%;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background-color: #e6e6e6;
    /*border: 1px solid #000;*/
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #000;
    text-decoration: none;
    background-color: #e6e6e6;
}
.smallH1{
    font-size:16px;
    font-weight:normal;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #000;
    background: transparent;
    font-weight: normal;
    color: #000;
    border-bottom:#fff;
}


.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding:0;
}

.redColor {
    color: #da5556;
}

.greenColor {
    color: #98B250;
}
.blackColor{
    color:#000!important;
}
.nombrePlatoSeccion{
    text-transform:uppercase;
    font-weight:bold;
}
/*  Fin Edici�n Secciones*/
/*Edici�n Platos*/



#myDropZone {
    /*background-image: linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),url(/images/backend/logo-default.png);*/
    background-color:#ccc;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    max-width: 400px;
    height: 300px;
    position: relative;
    /*display: block;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    #myDropZone div {
       
        text-align: center;
       
    }

#PMensajeFoto {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.PestaniaPlatoIdioma {
    cursor: pointer;
}

    .PestaniaPlatoIdioma.on {
        color: #ff0000;
    }

.ClassTextosPlatoIdioma {
    display: none
}


.DIVPropiedad img {
    width: 40px;
}

.DIVPropiedad {
    cursor: pointer;
    width: 33%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:5px;
    margin-right:10px;
    margin-bottom:10px;

}

    .DIVPropiedad.on {
        opacity: 1;
        background-color: #8acccb;
    }

    .DIVPropiedad.off {
        opacity: 0.5;
    }

    @media(max-width:500px){
        .DIVPropiedad {
           
            width: 100%;
           
        }
    }

/*fin Edici�n Platos*/

/* QR */
#DIVMostrarQR {
    cursor: pointer;
}
/* Fin QR */


/******************************************************************************************************************************/
/*********************************************************MEDIAS*********************************************************************/
/************************************************************************************************************************************/


@media(max-width:768px) {
    .btn {
        padding: 10px 15px;
        font-size: 14px;
        line-height: 14px;
    }
        .btn i {
            font-size: 14px;
        }

    .main {
        grid-area: main;
        background-color: #f5f3f4;
        padding: 10px 10px;
    }
    .mlActivo {
        margin-left: 0px;
    }
}

@media(max-width:375px) {
    .btn {
        padding: 10px 10px;
        font-size: 12px;
        line-height: 12px;
    }
        .btn i {
            font-size: 12px;
        }
   
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
 /* padding: 20px 20px;*/ }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
    .dropzone .dz-message .dz-button {
      background: none;
      color: inherit;
      border: none;
      padding: 0;
      font: inherit;
      cursor: pointer;
      outline: inherit; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
   /* margin: 16px;*/
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
        border-radius: 20px;
        overflow: hidden;
        width: 240px; /*120*/
        height: 240px; /*120*/
        position: relative;
        display: block;
        z-index: 10;
    }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

