.login-box > .login-logo > .img-circle {
    width: 25px;
}

.img-size-50 {
    width: 50%;
}

.img-size-25 {
    width: 25%;
}

.box-logo-store, .box-galery-products {
    padding: 10px;
}

.box-logo-store .logo-store-inner,
.box-galery-products .box-image-product {
    position: relative;
    overflow: hidden;
    width: 256px;
    height: 256px;
    margin: 0px auto;
    border: 5px solid #ebebeb;
    /*background-color: #738bd7;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.box-galery-products .box-image-product {
    display: inline-block;
    margin: 0px 5px 0px 0px;
}

.box-galery-products .box-image-product .box-action-button {
    position: absolute;
    right: 0px;
}

.box-galery-products .box-image-product .box-action-button {
    position: absolute;
    right: 0px;
    z-index: 9;
}

.box-galery-products .box-image-product .box-action-button .btn-img-product {
    width: 30px;
    height: 30px;
    border: none;
}

.table-modifiers tbody tr td button.btn-delete {
    border: none;
}

.box-galery-products .box-image-product .box-action-button .btn-img-product .fa,
.table-modifiers tbody tr td button .fa {
    color: #fff;
}

.box-galery-products .box-image-product .box-action-button .btn-delete,
.table-modifiers tbody tr td button.btn-delete {
    /*background-color: #fc0836;*/
    background-color: #c33232;
}

.box-logo-store .logo-store-inner:hover .logo-store-hint,
.box-galery-products .box-image-product:hover .box-image-product-hint {
    opacity: 1;
}

.box-logo-store .logo-store-inner .logo-store-hint,
.box-galery-products .box-image-product .box-image-product-hint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 12px;
    white-space: pre;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: rgba(0,0,0,.75);
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

#box-gmap {
    min-width: 300px;
    max-width: 500px;
    min-height: 300px;
    max-height: 500px;
    margin: 0px auto;
}

.box-logo-store .logo-store-inner input[type="file"],
.box-galery-products .box-image-product input[type="file"] {
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity:0;
    cursor:pointer;
}

.boxCategory > .info-box-content > .info-box-text {
    text-transform: none;
}

/*.boxCategory > .box-tools {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

.boxCategory:hover > .box-tools {
    opacity: 1;
}*/

.boxCategory > .box-tools .btn-box-tool-edit {
    color: #63cd5e;
}

.boxCategory > .box-tools .btn-box-tool-edit:hover {
    color: #3aa935;
}

.boxCategory > .box-tools > .btn-box-tool-delete {
    color: #fd5474;
}

.boxCategory > .box-tools > .btn-box-tool-delete:hover {
    /*color: #fc0836;*/
    color: #c33232;
}

.button-effect-1 {
    font-size: .9em;
    display: inline-block;
    margin: 1em;
    margin-left: 0;
    color: #fff;
    background-color: #3c8dbc;
    padding: .6em 1.25em;
    cursor: pointer;
    border-radius: 7px;
    border: none;
    box-shadow: 0 6px #204d74,0 12px 5px rgba(0,0,0,0.2);
    -webkit-transition: background .15s linear,color .15s linear;
    transition: background .15s linear,color .15s linear;
    text-align: center;
    outline: none;
}

.button-effect-1:hover, .button-effect-1:focus {
    color: #fff;
    background-color: #367fa9;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    border: none;
    box-shadow: 0 4px #204d74,0 6px 5px rgba(0,0,0,0.2);
}

.box-galery-products > div {
    overflow: hidden;
    margin-bottom: 5px;
}

.box-galery-products > .box-image {
    /*border: 1px solid #ccc;*/
}

.box-galery-products > .box-image > img {
    width: 100%;
    height: 200px;
}

.box-galery-products > .box-image > button {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 5px;
    right: 5px;
    border-radius: 50%;
    background-color: red;
    padding: 3px;
}

.box-galery-products > .box-image > .btn-box-tool-delete {
    color: #fff;
}

.fix-padding-scrollbar{
    padding-right: 0px !important;
}

.border-input-error{
    border-color: #dd4b39 !important;
    box-shadow: none;
}

.form-group-modifiers > .input-group > .form-control {
    height: inherit;
}

.form-group-modifiers > .input-group > .form-control span{
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.thumb-list-product {
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}

.table-products tbody tr td {
    vertical-align: middle;
}

.table-products tbody tr td:first-child {
    width: 50px;
}

.logo-lg, .logo-mini{
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-lg img, .logo-mini img{
    width: 100%;
    height: 30px;
    flex: 1 100%;
}


.canvasjs-chart-credit{
    display: none;
}

.letter{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
#trapezoid1 {
    border-bottom: 60px solid #af2020;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
}
#trapezoid2 {
    border-bottom: 60px solid #ff6e04;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 160px;
    margin-right: auto;
    margin-left: auto;
}
#trapezoid3 {
    border-bottom: 60px solid #ffcb04;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 240px;
    margin-right: auto;
    margin-left: auto;
}
#trapezoid4 {
    border-bottom: 60px solid #7bb51e;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
}
#trapezoid5 {
    border-bottom: 60px solid #183972;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    height: 0;
    width: 400px;
    margin-right: auto;
    margin-left: auto;
}
#leyend1{
    width: 10px;
    height: 10px;
    background: #af2020;
    float: left;
    margin-top: 5px;
}
#leyend2{
    width: 10px;
    height: 10px;
    background: #ff6e04;
    float: left;
    margin-top: 5px;
}
#leyend3{
    width: 10px;
    height: 10px;
    background: #ffcb04;
    float: left;
    margin-top: 5px;
}
#leyend4{
    width: 10px;
    height: 10px;
    background: #7bb51e;
    float: left;
    margin-top: 5px;
}
#leyend5{
    width: 10px;
    height: 10px;
    background: #183972;
    float: left;
    margin-top: 5px;
}
.textleyend{
    text-align: left;
    padding-left: 25px;
}

.botonimagen{
    display: block;
    width: 90px;
    height: 50px;
    border: none;
    padding-left: 40px;
    background: url("excel.png") no-repeat top;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    margin-top: 20px;
}