﻿
/* Default Table Style */
table.tableDefault {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 1px #d9d9d9;
}

    table.tableDefault th,
    table.tableDefault td {
        font-size:medium;
        padding: 8px;
		
    }

    table.tableDefault th {
        font-weight: bold;
        text-align: left;
        /*border-bottom: solid 2px #aaa;*/
        border: 0px;
        /*background-color: #507CD1;*/
        background-color: #ff6b00;
        color: white;
        /*  border-right: solid 1px #d9d9d9;*/
    }

        table.tableDefault th:first-child {
            /*font-weight: bold;
            text-align: left;
            /*border-bottom: solid 2px #aaa;
            border: 0px;
            background-color: #507CD1;
            color: white;*/
            border-top: 0px;
            border-bottom: solid 0px #d9d9d9;
            border-left: 0px;
            border-right: 0px;/*solid 1px #d9d9d9;*/
            -webkit-border-radius: 5px 0px 0px;
        }
        table.tableDefault th:last-child {
            /*font-weight: bold;
            text-align: left;
            /*border-bottom: solid 2px #aaa;
            border: 0px;
            background-color: #507CD1;
            color: white;*/
            border-top: 0px;
            border-bottom: solid 0px #d9d9d9;
            border-left: 0px;
            border-right: 0px;
            -webkit-border-radius: 0px 5px 0px 0px;
        }

    table.tableDefault td {
        border-top: solid 0px #d9d9d9;
        border-bottom: solid 0px #d9d9d9;
        border-left: solid 0px #d9d9d9;
        border-right: solid 0px #d9d9d9;
    }

    table.tableDefault tr:nth-child(odd) {
        /*  background: transparent;*/
        background: #fff6f0;
    }

    table.tableDefault tr:nth-child(even) {
        /* background: #EFF3FB;*/
        background: #ff6b0026;
    }

.tableDefault tbody tr:hover td {
    color: #111;
}

.tableDefault a {
    color: #1E5799 !important;
}

/*PERSONALIZZAZIONE*/
.btn-primary {
    color: #fff;
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
}

.alert-danger {
    color: #666666 !important;
    background-color: #ff6b0026 !important;
}

/*.dnnPrimaryAction:active {
    color: #fff !important;
    background-color: #ff6b00 !important;
    border-color: #ff6b00 !important;
    background: -webkit-linear-gradient(top, #c2c2c2 0%,#dfdfdf 100%) !important
}*/

a.dnnPrimaryAction {
     color: #fff !important;   
    text-decoration: none !important;
}

a.dnnSecondaryAction {
    color: #ff6b00 !important;   
    text-decoration: none !important;
}

.classic footer .footer-above {
}


