﻿/*!
 * Copyright 2021 BoomApp
 CSS PERSONALIZZAZIONI
 */

.bg-login-image {
    background: url(images/LoginImage.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-size: cover;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-register-image {
    background: url(images/LoginImage.png);
    background-position: center;
    background-size: cover;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    float: left;
}

.e-input-eye:before {
    content: '\e345';
    font-family: e-icons;
    font-size: 13px;
}

.btnShowPwd {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}

.btnShowPwdProfilo {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    background-color: #E8F0FE;
    border: 1px solid #d1d3e2;
}

td span.divisor:last-child {
    display: none;
}

.table-riv-mov {
    border: 1px solid #e3e6f0;
}

    .table-riv-mov tr, .table-riv-mov td {
        color: black;
    }


.detailtable td {
    font-size: 13px;
    padding: 4px;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.form-control-grid {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control-grid-listbox {
    display: block;
    width: 100%;
    height: calc(16.5em + 0.75rem + -2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d1d3e2;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.e-grid .e-toolbar {
    width: 100% !important;
}

.btn-top {
    padding-top: 23px;
}

.e-toolbar-items {
    float: right;
}

.e-hide::before {
    content: "\e82f";
}

.e-show::before {
    content: "\e787";
}

.btn-carico {
    width: 100px;
    background-color: green;
}

.btn-scarico {
    width: 100px;
    background-color: red;
}

.bg-white {
    background-color: #fff !important;
}

#layoutError {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

    #layoutError #layoutError_content {
        min-width: 0;
        flex-grow: 1;
    }

    #layoutError #layoutError_footer {
        min-width: 0;
    }

.footer-admin {
    height: 5rem;
    display: flex;
    align-items: center;
}

    .footer-admin.footer-light {
        color: #a7aeb8;
    }

main {
    display: block;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.lead {
    font-size: 1.1rem;
    font-weight: 400;
}

.text-arrow-icon {
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

    .text-arrow-icon svg {
        margin-left: 0.25rem;
    }

.text-page-error {
    font-style: normal;
    font-weight: normal;
    font-size: 300px;
}

/*Profilo*/
.widget {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: relative;
}

    .widget:before, .widget:after {
        content: " ";
        display: table;
    }

    .widget:after {
        clear: both;
    }

.panel {
    background: none;
}

    .panel .no-title {
        height: 30px;
    }

    .panel .panel-heading {
        position: relative;
        padding: 7px 15px;
    }

    .panel .panel-body, .panel .panel-body-list {
        background: #fff;
        position: relative;
    }

        .panel .panel-body:before, .panel .panel-body-list:before, .panel .panel-body:after, .panel .panel-body-list:after {
            content: " ";
            display: table;
        }

        .panel .panel-body:after, .panel .panel-body-list:after {
            clear: both;
        }

    .panel .panel-body {
        padding: 15px 25px 25px;
    }

.mgbt-xs-0 {
    margin-bottom: 0 !important;
}

.mgbt-xs-15 {
    margin-bottom: 15px !important;
}

.mgbt-xs-20 {
    margin-bottom: 20px !important;
}

img {
    max-width: 100%
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline, .form-horizontal .control-value {
    padding-top: 4px;
}
/*End Profilo*/



