﻿

.elbana-table-posizioni tr td {
    height: 35px !important;
}

/*.elbana-table-posizioni tr th {
    height: 35px !important;
}*/

.elbana-table-posizioni tr:first-child th {
    background-color: #f6f6f6;
    font-size: 16px;
    color: black;
    font-weight: bold;
}

.elbana-table-posizioni input[type=text] {
    padding: 2px !important;
    border-radius: 0px !important;
    height: unset !important;
    text-align: center;
}

.elbana-cell-posizione-selected {
    background-color: #f4f0bc !important;
}

.elbana-cell-posizioni {
    border: solid 1px transparent;
    padding: 1px !important;
    vertical-align: middle !important;
}

    .elbana-cell-posizioni:nth-last-child(-n+3) {
        font-size: 12px;
    }

#ContextMenu {
    width: 200px;
    min-height: 100px;
    background-color: white;
    position: absolute;
    display: none;
    z-index: 1000;
    border: solid 1px #f6f6f6;
}

    #ContextMenu hr {
        padding: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #ContextMenu ul {
        list-style: none;
        margin: 0;
        padding: 12px;
    }

    #ContextMenu span {
        display: inline-block;
        cursor: pointer;
        margin-left: 4px;
    }


.card-nave img {
    max-width: 400px;
}

.card-nave .card-header {
    color: darkred;
    font-size: 16pt;
    font-weight: bold;
}

.elbana-add-icon {
    float: right;
}


.elbana-approvazioni td:first-child {
    width: 180px;
    font-weight: bold;
    vertical-align: middle;
}

.elbana-approvazioni th {
    border-bottom: none !important;
    border-top: none !important;
}

.elbana-approvazioni td {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.elbana-approvazioni tr:first-child th {
    font-size: 18px !important;
}

.elbana-approvazioni th {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    height: 25px;
    color: black;
    vertical-align: middle !important;
}

.elbana-approvazioni-content {
    margin-bottom: 0px !important;
}

    .elbana-approvazioni-content td {
        height: 25px !important;
        border-top: none;
        vertical-align: middle;
        margin: 0px;
        padding: 0px;
        color: black;
    }


body[data-layout=horizontal][data-topbar=dark] #page-topbar {
    background-color: #b11705 !important;
}

.bg-login {
    background-image: none;
}

.bg-login-overlay {
    /*position: absolute;
    background: -webkit-gradient(linear,left top,right top,from(#273c92),to(#293e92));
    background: linear-gradient(to right,#273c92,#293e92);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 50% 50%;
    opacity: .8;*/
    background: #a31504 !important;
}

.elbana-btn-login {
    background-color: #b11705 !important;
    color: white;
}

@media print {

    html, body {
        margin: 0px;
        padding: 0px;
    }

    body {
        background-color: white;
    }

    .card-footer {
        background-color: white;
    }

    .card-header a {
        display: none;
    }
}
