/*
Theme Name: Quantr.com
Theme URI: https://quantr.com
Author: Peter
Author URI: https://peter.quantr.hk
Description: A WordPress theme for Quantr.com
Version: 1.0
License: Quantr Commercial License
License URI: https://www.quantr.com
Text Domain: quantr-com
Tags: Quantr.com
*/

body {
    /*background-color: #FBFBFB !important;*/
}


/* .navbar {
    width: 95% !important;
} */

#wpadminbar {
    position: fixed;
    background-color: #5858B4;
}

#navbarSupportedContent .navbar {
    background-color: inherit;
}

#navbarSupportedContent .nav-link:hover {
    color: white;
    background-color: #5935F0;
}

@media only screen and (min-width: 768px) {
    #navbarSupportedContent .nav-item {
        width: 120px;
        text-align: center;
        border-bottom: 3px solid transparent;
        font-weight: bold;
    }
}

@media only screen and (min-width: 600px) {
    #quantrLogo {
        width: 250px;
    }
    .footer {
        background-color: #5858B4;
        color: white;
        /*border-radius: 0px 0px 5px 5px;*/
        margin-bottom: 10px;
        padding: 10px;
        /* margin: 0px 15px 15px 15px; */
    }
    .footerDiv {
        font-weight: bold;
        border-left: 3px solid white;
        padding-left: 15px;
        margin-left: 50px;
        color: white;
    }
    #mainContainer {
        background-color: white;
        /*box-shadow: 0 0 9px 5px #f0f0f0;*/
    }
}

@media only screen and (max-width: 600px) {
    #quantrLogo {
        width: 200px;
    }
    #mainContainer {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px;
    }
    .footer {
        background-color: #5858B4;
        color: white;
    }
    #mainContainer {
        background-color: white;
    }
    #mainNavBar .nav-link {
        padding-left: 30px;
    }
}

.footerRow {
    /*margin-top: 20px;*/
}

.footerMsIcon {
    height: 25px;
}


/* bootstrap */

.btn-primary {
    color: #fff !important;
    background-color: #5935F0 !important;
    border-color: #5935F0 !important;
}


/* bootstrap end */

.selectable {
    cursor: pointer;
    position: relative;
}


/* scrollbar */


/* width */

::-webkit-scrollbar {
    width: 15px;
    margin: 0px;
}


/* Track */

 ::-webkit-scrollbar-track {
    border: 0px !important;
    background: #ededff;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #5858B4;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #7351fa;
}


/* end scrollbar */