﻿/*mavi: versione 2.0*/
.btnActionTable a {
    text-decoration: none;
    margin: 0px 5px;
    text-align: center;
    cursor: pointer;
}

    .btnActionTable a:hover {
        text-decoration: none;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover.active,
.nav-tabs > li.active > a:focus {
    color: black;
    background-color: #ddd;
}

.tab-content {
    padding-top: 20px;
}

.form-control[disabled],
.form-control[readonly] {
    cursor: not-allowed;
    background-color: #eee;
    color: #555;
}

.localError {
    color: red;
    display: block;
}

.table-borderless td, .table-borderless th {
    border: none !important;
}

#MainContent_MainContent_LoginUser_TermsAndConditions {
    accent-color: #184ea2;
    width: 17px;
    height: 17px;
    cursor: pointer;
    margin: 0 2px 0 0;
    transform: translateY(1px);
}

div.modal.fade.in {
    background-color: #0000008f;
}

.digi-btn-info {
    color: #FFFFFF !important;
    background-color: #184FA2 !important;
    border-color: #124AA0 !important;
}

.digi-btn-secondary {
    color: #696969 !important;
    background-color: #e9e9ed !important;
    border-color: #e9e9ed !important;
}

.btn {
    outline: none !important;
}

span.tox-statusbar__branding {
    display: none !important;
}