/*Righe tabella*/

div.dataTables_scrollBody {
    background: transparent!important;
}

table.dataTable td {
    text-align: center;
}

/*Header Tabella*/

table.dataTable th {
    text-align: center;
}

/*Righe tabella*/

td {
    text-align: center;
}

/*Header Tabella*/

th {
    text-align: center;
}

.table a {
    margin-right: 0rem!important;
}

.pagination .page-item.active .page-link {
    background-color: #003970!important;
}

.md-form .prefix.active {
    color: #003970!important;
}

table.dataTable thead {
    background-color: #8a8a8a!important;
}

.btn-primary {
    background-color: #003970!important;
}

.primary-color {
    background-color: #003970!important;
}

.modal-header {
    background-color: #8a8a8a!important;
}

.pills-primary .nav-link.active, .pills-primary .show>.nav-link, .tabs-primary {
    background-color: #003970!important;
}

a {
    color: #003970;
    font-weight: 500;
}

.btn-primary.dropdown-toggle {
    background-color: #003970!important;
}

.btn-outline-primary {
    border: 2px solid #8a8a8a!important;
    background-color: transparent!important;
    color: #003970!important;
}

/*.container, .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}*/

th {
    font-size: 12px;
}

td {
    font-size: 12px;
}

.fontAwesome {
    font-family: Helvetica, 'FontAwesome', sans-serif;
}

.row_selected {
    background-color: #0088cc;
    color: white;
}

.modal-dialog .modal-content {
    border-radius: 5px;
    border: 0;
}

.picker--opened .picker__holder {
    background: rgba(0, 0, 0, 0);
}

.fixed-sn .double-nav, .fixed-sn footer, .fixed-sn main {
    padding-left: 0px;
}

body {
    background-color: #f1f1f1;
    padding-right: 0px;
    font-family: 'Gothic A1', sans-serif;
}

/* YOUR CUSTOM STYLES */

/* TEMPLATE STYLES */

html, body, .view {
    height: 100%;
}

.scrolling-navbar {
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
}

footer.page-footer {
    background-color: #003970;
    margin-top: 0px;
    height: 30px;
    z-index: 1;
    font-size: 19px;
}

.page-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    .navbar {
        /*   background-color: #003970;*/
    }
}

/*Call to action*/

.flex-center {
    color: #fff;
}

.view {
    background: url("/img/cmshome.png")no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* Navigation*/

.navbar {
    /*  background-color: #003970;
    color: white;
    */
}

.navbar-fixed-bottom, .navbar-fixed-top, .navbar-full, .navbar-sticky-top {
    border-radius: 0;
}

.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    padding-top: 15px;
    padding-bottom: 0px;
}

.footer-copyright {
    font-size: small;
}

.h1-responsive {
    font-size: 62px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1999;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#loading {
    display: none;
    position: absolute;
    top: 30%;
    left: 45%;
    padding: 130px;
    width: 600px;
    z-index: 2000;
    overflow: auto;
    background-image: url("/img/loader2.gif");
    background-repeat: no-repeat;
}

.accordion-blocks .card {
    margin-bottom: 1.2rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.accordion-blocks .card .card-body {
    border-top: 1px solid #eee;
}

.md-form {
    margin-bottom: 0.6rem;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #39a2dc;
}

table.dataTable tbody tr.selected a, table.dataTable tbody th.selected a, table.dataTable tbody td.selected a {
    color: #ffffff;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #8e8686;
    text-decoration: none;
}

.popover-header {
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 1.2rem;
    color: white;
    background-color: #003366;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

.popover-body {
    color: #212529;
    font-size: 13px;
}

table.table a {
    margin: 0;
    color: #8e8686;
}

.btn.disabled, .btn:disabled {
    cursor: not-allowed;
    pointer-events: auto;
}

.form-control {
    display: block!important;
}

div.dataTables_wrapper div.dataTables_processing {
    z-index: 1001;
}

@media (min-width: 600px) {
    .fixed-sn .page-footer .container-fluid, .fixed-sn main {
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (min-width: 1200px) {
    .fixed-sn .page-footer .container-fluid, .fixed-sn main {
        margin-left: 1%;
        margin-right: 1%;
    }
}

@media (min-width: 992px) {
    .fixed-sn .page-footer .container-fluid, .fixed-sn main {
        margin-left: 1%;
        margin-right: 1%;
    }
}