﻿/*Styles for main section*/

/*BODY*/
body {
    background: linear-gradient(to right,rgb(127,127,213,0.1),rgb(134,168,231,0.1),rgb(145,234,228,0.1));
}
/* HEARDERS */
h3 {
    margin: 0;
}
    h3 .subtitle {
        text-align: center;
        font-size: 2em;
        padding: 45px;
        padding-left: 0;
        padding-right: 0;
        font-weight: 600;
    }

/*Styles for main section*/

#main-section {
    right: 0;
    margin-top: 90px;
}

main {
    min-height: 100vh;
    margin-bottom: 20px;
}

/* background color */
.background-lightgrey {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #e9ecef;
}

/*Style for track path*/

.breadcrumb {
    padding-left: 0px !important;
}

li.breadcrumb-item a {
    color: #162E49;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #162E49;
}

.breadcrumb-item {
    color: #162E49;
}

#networkList {
    background-color: inherit;
        letter-spacing: .05em;
        border-radius: 0;
        margin-left: auto;
        border-bottom: 1px solid currentcolor;
        border: 0;
        color: #6c757d;
}

#networkList:hover {
    color: gray;
    font-weight: bold;
}

#linavbarNetwork{
    margin-left: auto;
}

/* Tables */

table.table-tracker {
    width: 100%;
    margin-top: 15px;
    border-collapse: collapse;
    border-radius: 1px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dee2e6;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.15);
}

    table.table-tracker th {
        font-weight: 600px;
    }

    table.table-tracker td {
        font-size: 13px;
    }

    table.table-tracker th, td {
        padding: 1em;
        border-bottom: 2px solid white;
    }

    table.table-tracker thead {
        background-color: #5C88C7;
        color: #fff;
    }

    table.table-tracker tbody tr {
        background-color: transparent;
    }

        table.table-tracker tbody tr:nth-child(even) {
            background-color: #f5f5f5;
            color: #162e49;
        }

/* Footer */

footer {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 0 !important;
}

.footer {
    width: 100%;
    right: 0;
}

.icon-social-footer {
    font-size: 45px !important;
}

ul.list-inline i:hover {
    color: #5C88C7 !important;
}


h3.copyright {
    color: #5C88C7;
    font-size: 14px;
    padding-top: 25px;
}

/* */

.footer-list {
    padding-top: 10px;
}

    .footer-list li {
        padding-left: 10px;
        padding-right: 10px;
    }

        .footer-list li a {
            position: relative;
            font-size: 18px;
            font-weight: 500;
            color: #fff;
        }


            .footer-list li a:hover {
                color: #5C88C7;
            }

/* */

.footer-light-blue {
    background-color: #5C88C7;
}

    .footer-light-blue h3.footer-tracker-copyright {
        color: #162e49;
        font-size: 13px;
        font-weight: 600;
        padding-top: 10px;
        padding-bottom: 10px;
    }

/*  */

* {
    position: relative;
}

.footer-list li {
    position: relative;
    width: auto;
    line-height: 35px;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}


    .footer-list li > a {
        text-decoration: none;
        z-index: 1;
        padding-bottom: 5px;
    }

        .footer-list li > a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            bottom: 0;
            left: 0;
            background: #5C88C7;
            visibility: hidden;
            border-radius: 5px;
            transform: scaleX(0);
            transition: .25s linear;
        }

        .footer-list li > a:hover:before,
        .footer-list li > a:focus:before {
            visibility: visible;
            transform: scaleX(1);
        }

    .dataTables_filter {
        width: 49%;
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
        padding: 0px;
    }        
    .dataTables_length {
        width: 49%;
        margin-right: 0px;
        margin-left: 0px;
        height: 100%;
        padding: 0px;
    }
    .dataTables_filter > label {
        float: right
    }        
    .dataTables_length > label {
        float: left;
    }

    
table {
    font-size: 0.8em !important;

}
th {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
th {
    padding-right: 5px!important;
    padding-left: 5px!important;
}

    fieldset {
        border: 1px solid #162E49 !important;
        background: #fff;
        flex-wrap: wrap;
    }
    

@media only screen and (max-width: 379px){
    #linavbarNetwork {
        padding-right: 53%;
    } 
    .dataTables_length {
        padding-top: 15px !important;
    }
}

@media only screen and (max-width: 768px){
        
        .accountsTable table, 
        .accountsTable thead, 
        .accountsTable tbody, 
        .accountsTable th, 
        .accountsTable td, 
        .accountsTable tr { 
            display: block; 
        }
            
        .accountsTable tr { border:1px solid #ccc; }
            
        .accountsTable thead tr { 
            position: absolute;
            top: -9999px;
            left: -9999px;
        }
            
        .accountsTable td { 
            border: none;
            border-bottom: 1px solid #eee; 
            position: relative;
            padding-left: 50% !important; 
            white-space: normal;
            text-align:left;
        }
         
        .accountsTable td:before { 
            position: absolute;
            top: 6px;
            left: 6px;
            width: 45%; 
            padding-right: 10px; 
            white-space: nowrap;
            text-align:left;
            font-weight: bold;
        }
        .accountsTable td:before { content: attr(data-title); }
            
        #main-section {
            font-size: 0.8em;
        }

        #navbarPath {
            font-size: 0.9em
        }

        #sidechainList {
            width: 100% !important;
        }
        h3 {
            text-align: center;
        }
}

@media only screen and (max-width: 660px){

    
        dl {
            
            height: 100%;
            margin-bottom: 0px;
        }
        
        dt {

            clear: left;
            font-weight: bold;
            height: 10%;
            width: 100%;
            padding-top: 15px;
            padding-right: 0px;
            padding-left: 0px; 
            color: #162E49;
        }
        
        dd {
            margin-bottom: 0px;
            height: 10%;
            width:100%;
            padding-top: 15px;
            padding-right: 15px;
            padding-left: 0px; 
        }

        .dataTables_wrapper {
            overflow: scroll !important;
            font-size: 0.9em;
        }
}

 @media only screen and (max-width: 800px){
    .dataTables_wrapper {
        overflow: scroll !important;
        font-size: 0.9em;
    }
 }
    
@media only screen and (max-width: 991px){
    .container {
        max-width: 920px;
    }
    .dataTables_wrapper {
        overflow: scroll !important;
    }
        .detailsTable {
            width: 100% !important;
        }
        dl {
            height: 100%;
            margin-bottom: 0px;
        }
        
        dt {

            clear: left;
            font-weight: bold;
            height: 10%;
            width: 100%;
            padding-top: 30px;
            padding-right: 0px;
            padding-left: 15px; 
            color: #162E49;
        }
        
        dd {
            float: left;
            margin-bottom: 0px;
            height: 10%;
            width:100%;
            padding-top: 18px;
            padding-right: 15px;
            padding-left: 15px; 
        }
    
        #table-content {
            height: 33em;
        }
    
        .dataTables_wrapper .dataTables_info{
            float: none !important;
            text-align: center;
        }
        .dataTables_wrapper .dataTables_paginate{
            float: none !important;
            text-align: center !important;
        }
}
    
@media only screen and (max-width: 1199px){
        .detailsTable {
            width: 100% !important;
        }
        dd {
            width: 180px;
        }
    
        dt {
            padding-left: 15px;
        }
}
    
@media only screen and (min-width: 1200px){
        .detailsTable {
            width: 100% !important;
        }
    }

