﻿/* Buttons */
.e-btn.e-select:hover, .e-btn.e-select.e-active:hover {
    /*border-color: #c8c8c8;*/
    color: white;
    font-weight: bold;
}

.e-btn.e-btn-large, .e-tbtn.e-btn-large {
    height: 60px;
    width: 140px;
    margin: 3px;
    background: linear-gradient(to bottom,#e8737b,#a00020);
    color: white;
}

.e-btn.e-btn-medium, .e-tbtn.e-btn-medium {
    margin: 3px;
    background: linear-gradient(to bottom,#e8737b,#a00020);
    color: white;
}

.e-drp-btn.e-select:hover, .e-btn.e-select:hover .e-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    /*color: white;*/
}

.e-drp-btn.e-select .e-icon, .e-btn.e-select .e-icon {
    width: 24px;
    height: 24px;
    font-size: 18px;
    /*color: white;*/
}

/* Custom icons */
.custom-buttonicon {
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}
.button-title {
    width: 125px !important;
    margin: 2px !important;
}

.custicon-warehouse {
    mask-image: url('/content/images/buttons/shop.svg');
    -webkit-mask-image: url('/content/images/buttons/shop.svg');
    /*mask-image: url('/content/images/buttons/Almacen.svg');
    -webkit-mask-image: url('/content/images/buttons/Almacen.svg');*/
}

.custicon-machine {
    mask-image: url('/content/images/buttons/truck.svg');
    -webkit-mask-image: url('/content/images/buttons/truck.svg');
    /*mask-image: url('/content/images/buttons/maquinas_p.svg');
    -webkit-mask-image: url('/content/images/buttons/maquinas_p.svg');*/
}

.custicon-financed {
    background-image: url('images/buttons/financiadas.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 24px;
    /*mask-image: url('/content/images/buttons/euro_currency.svg');
    -webkit-mask-image: url('/content/images/buttons/euro_currency.svg');*/
}

.custicon-incident {
    background-image: url('images/buttons/presupuestos.png');
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: 24px;
    /*mask-image: url('/content/images/buttons/error.svg');
    -webkit-mask-image: url('/content/images/buttons/error.svg');
    mask-image: url('/content/images/buttons/Presupuestos.svg');
    -webkit-mask-image: url('/content/images/buttons/Presupuestos.svg');*/
}

.custicon-pending {
    background-image:url('images/buttons/nopriorizadas.png');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:24px;
    /*mask-image: url('/content/images/buttons/clock.svg');
    -webkit-mask-image: url('/content/images/buttons/clock.svg');
    mask-image: url('/content/images/buttons/Presupuestos.svg');
    -webkit-mask-image: url('/content/images/buttons/Presupuestos.svg');*/
}

.custicon-usergroup {
    /*background-image:url('images/buttons/main/users.png');
    background-repeat:no-repeat;
    background-color:transparent;
    background-size:24px;*/

    mask-image: url('/content/images/buttons/people.svg');
    -webkit-mask-image: url('/content/images/buttons/people.svg');




    /*mask-image: url('/content/images/buttons/Usuario.svg');
    -webkit-mask-image: url('/content/images/buttons/Usuario.svg');*/
}

.custicon-cancel {
    mask-image: url('/content/images/buttons/cancel.svg');
    -webkit-mask-image: url('/content/images/buttons/cancel.svg');
}

.custicon-checked {
    mask-image: url('/content/images/buttons/checked.svg');
    -webkit-mask-image: url('/content/images/buttons/checked.svg');
}

.custicon-createnew {
    mask-image: url('/content/images/buttons/create_new.svg');
    -webkit-mask-image: url('/content/images/buttons/create_new.svg');
}

.custicon-exit {
    mask-image: url('/content/images/buttons/exit.svg');
    -webkit-mask-image: url('/content/images/buttons/exit.svg');
}

.custicon-help {
    mask-image: url('/content/images/buttons/help.svg');
    -webkit-mask-image: url('/content/images/buttons/help.svg');
}

.custicon-home {
    mask-image: url('/content/images/buttons/home.svg');
    -webkit-mask-image: url('/content/images/buttons/home.svg');
}

.custicon-info {
    mask-image: url('/content/images/buttons/info.svg');
    -webkit-mask-image: url('/content/images/buttons/info.svg');
}

.custicon-minus {
    mask-image: url('/content/images/buttons/minus.svg');
    -webkit-mask-image: url('/content/images/buttons/minus.svg');
}

.custicon-play {
    mask-image: url('/content/images/buttons/play.svg');
    -webkit-mask-image: url('/content/images/buttons/play.svg');
}

.custicon-picture {
    mask-image: url('/content/images/buttons/picture.svg');
    -webkit-mask-image: url('/content/images/buttons/picture.svg');
}

.custicon-plus {
    mask-image: url('/content/images/buttons/plus.svg');
    -webkit-mask-image: url('/content/images/buttons/plus.svg');
}

.custicon-print {
    mask-image: url('/content/images/buttons/print.svg');
    -webkit-mask-image: url('/content/images/buttons/print.svg');
}

.custicon-qrcode {
    mask-image: url('/content/images/buttons/qr_code.svg');
    -webkit-mask-image: url('/content/images/buttons/qr_code.svg');
}

.custicon-save {
    mask-image: url('/content/images/buttons/save.svg');
    -webkit-mask-image: url('/content/images/buttons/save.svg');
}

.custicon-search {
    mask-image: url('/content/images/buttons/search.svg');
    -webkit-mask-image: url('/content/images/buttons/search.svg');
}

.custicon-syncronize {
    mask-image: url('/content/images/buttons/syncronize.svg');
    -webkit-mask-image: url('/content/images/buttons/syncronize.svg');
}

.custicon-upload {
    mask-image: url('/content/images/buttons/upload.svg');
    -webkit-mask-image: url('/content/images/buttons/upload.svg');
}

.custicon-video {
    mask-image: url('/content/images/buttons/video_call.svg');
    -webkit-mask-image: url('/content/images/buttons/video_call.svg');
}

