/* ================================================================================
    Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
    Version: 2.0
    Author: PIXINVENT
    Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');

*{
    margin: 0;
}

::-webkit-scrollbar {
    width: 10px;
    margin-right: 2px;
}

::-webkit-scrollbar-track {
    border-radius: 5px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.25);
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: grey;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #3c4473;
}

:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

body {
    font-family: "Montserrat", Helvetica, Arial, serif;
    background: #fafafa;
}


button,
button:hover,
button:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    height: 70px;
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    height: 50px;
}

.navbar button {
    padding: 0 0;
    height:40px;
    width:40px;
    background: #3c4473;
}

.navbar i {
    font-size:24px;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 10px 0;
}

i {
    display: inline-block;
}

.navbar-collapse {
    padding: 0 0;
}

#navbarSupportedContent ul li button {
    border-radius: 30%;
}

.fullScreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

#navSearch {
    width: 200px;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-bottom: 1px;
    box-shadow: 0 2px 0 0 #3c4473;
}


/* ---------------------------------------------------
    LOGIN STYLE
----------------------------------------------------- */

h4 {
    font-size: 1.32rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

.loginPageForm {
    height: 100%;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar.close {
    display: none;
    transition: all 0.3s;
}

.nav .modern-nav-toggle {
    padding: 8px 0; 
}

.main-menu .navbar-header .navbar-brand {
    margin-top: 2px;
}


.sidenavUser img {
    height: 6rem;
    width: 6rem;
    border-radius: 50%;
    margin-bottom: 8px;
}

.sidenavUser {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1.5px solid #47748b;
}

.sidenavUser .usernamePhoto {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sidebar.active .sidenavUser .username,
#sidebar.active .sidenavUser .userMenu {
    display: none;
}

.sidenavUser .username {
    font-weight: 300;
}

.sidenavUser .userMenu {
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.sidenavUserBtn {
    font-size: 1.125rem;
    background: #7386D5;
    border-width: 0;
}

.icon-circle:before {
    margin-left: 20px;
}





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#loggedInUserSettingContentPage,
#companyContentPage,
#projectContentPage,
#staffContentPage,
#agentContentPage {
    display: none;
}

#wrapper:fullscreen {
  background: #FFFFFF;
}

#contentPage.close {
    width: 100%;
}

.pull-up:hover {
    z-index: 999;
    -webkit-transform: translateY(-4px) scale(1.02);
    transform: translateY(-4px) scale(1.02);
    -webkit-box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
    box-shadow: 0 14px 24px rgba(62, 57, 107, .2);
}

.pull-up {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#topChart {
    background-color: #FFFFFF;
}

#statsRow {
    margin: 30px 0 30px 0;
}

html body .totalContent {
    margin-left: 260px;
}

#agentSalesTableSearch {
    width: 20%;
}




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 0px;
        max-width: 0px;
        text-align: center;
        margin-left: 0px !important;
    }

    #sidebar.close {
        min-width: 260px;
        max-width: 260px;
        /*margin-left: 260px;*/
        display: block;
        background: #7386D5;
    }
/*
    #deactivatedSideBar,
    #activatedSideBar {
        display: none;
    }*/

    /*#sidebar.close .buttonIcons {
        display: none;
    }

    #sidebar.close .icons {
        display: block;
        padding: 20px 10px;
        text-align: center;
        font-size: 1.8em;
    }

    #sidebar.close ul li button i {
        margin-right: 0;
        font-size: 1.8em;
        margin-bottom: 5px;
        text-align: left;
    }*/

    #contentPage {
        width: 100%;
        min-height: 100vh;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        right: 0;
    }

    #contentPage.close {
        width: calc(100% - 260px);
    }
}
