body{
    background-color: #F6F7FF;
    font-size: 13px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    color: #212121;
    padding: 40px 40px 0px 40px;
}

/* Remove indent for lists in dashboard */
ul {
    list-style: none;
    padding-left: 0;
}​

.asteriskField {
    display: none;
}

#orders-delivered{
    background-color: #a5d6a7;
}

#total-orders{
    background-color: #81d4fa;
}

#orders-pending{
    background-color: #9fa8da;
}

#orders-warning {
    background-color: #f57082;
}

.table > thead > tr {
    vertical-align: middle;
    text-align: center;
}

.table > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}

.table > tbody > tr > th {
    vertical-align: middle;
    text-align: center;
}

.table > tbody > tr {
    text-align: center;
}

.second-view {
    color: #757575;
}

.text-theme {
    color: #3F51B5;
}

.bg-theme {
    background-color: #3F51B5;
}

.btn-theme-outline {
    border-color: #3F51B5;
    color: #3F51B5;
    font-weight: 500;
    box-shadow: 1px 2px 4px #888888;
}

.btn-theme-outline:hover {
    border-color: #3F51B5;
    background-color: #3F51B5 !important;
    color: white;
    cursor: pointer;
}

.btn-theme-input-group {
    background-color: #3F51B5;
    color: #ffffff;
    font-weight: 500;
}

.btn-theme-input-group:hover {
    border-color: #303F9F;
    background-color: #303F9F !important;
    color: #ffffff;
    cursor: pointer;
}

.btn-theme {
    background-color: #3F51B5;
    color: #ffffff;
    font-weight: 500;
    box-shadow: 1px 2px 4px #888888;
}

.btn-theme:hover, .btn-theme:focus, .btn-theme:active {
    border-color: #303F9F;
    background-color: #303F9F !important;
    color: #ffffff;
    cursor: pointer;
}




/* VERTICAL SIDEBAR */
.vertical-nav {
    min-width: 14rem;
    width: 14rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.4s;
    background-color: #FFFFFF !important;
    border-right: 0.5px solid #e0e1ee;
    /*overflow-x: auto !important;*/
}


#logo{
    width: 50px;
}

#logo-login{
    width: 100px;
    margin-bottom: 10%;
}

a.logo {
    text-decoration: none !important;
    font-size: 18px;
    text-decoration-thickness: bold;
}

.logo:hover {
    text-decoration: none !important;
    color:#303F9F !important;
}
/*
#logo:hover {
    text-decoration: none !important;
    color:red !important;
}*/

/*.hello-msg {
    font-size: 14px;
    color: black;
    margin-left: 20px;
}

.hello-msg a{
    color: #1a1f36;
}

.hello-msg > a:hover {
    text-decoration: none !important;
    color: #3F51B5;
}*/

a {
    text-decoration: none;
    color: #3F51B5;
}

a:hover {
    text-decoration: none;
    color: #303F9F;
}

a.activelink {
    font-weight:bold;
    color: #303F9F;    
}

.nav-item {
    padding-left: 20px;
    text-decoration: none;
    color: #3F51B5;
    vertical-align: middle;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

.nav-item:hover, .dropdown-item:hover{
    /*background-color: #F6F7FF !important;*/
    
    background-color: #d0d3e9 !important;
}

.nav-item:hover a {
    color: #303F9F !important;
    /*color: #FFFFFF !important;*/
}

/* Mobile proxies submenu*/
.dropdown-item {
    color: #3F51B5;
    border-radius: 8px;
    margin: 0px 10px 0px 5px;
    /*padding: 10px 15px 10px 15px;*/
    font-size: 14px;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
}

.dropdown-menu-right {
    padding: 10px 15px 10px 0px;
    /*margin-left: -15px;*/
}

/* nav pills for tabs buttons*/
.nav-pills{
    color: #3F51B5 !important;
}

.nav-pills:hover{
    color: #303F9F ;
}

.nav-pills .active{
    background-color: #3F51B5 !important;
}

.nav-pills .active:hover{
    background-color: #303F9F !important;
    color: #ffffff !important;
}

.bi {
    vertical-align: middle;
}



.separator {
    margin: 3rem 0;
    border-bottom: 1px dashed #fff;
    
}
  
.text-uppercase {
    letter-spacing: 0.1em;
}

.text-gray {
    color: #1a1f36;
}



.page-content {
    width: calc(100% - 14rem);
    margin-left: 14rem;
    transition: all 0.4s;
}

/* for toggle behavior */

#sidebar.active {
    margin-left: -14rem;
    width: 100%;
    position: fixed;
    overflow-x: scroll !important;
}

#content.active {
    width: 100%;
   
}
  
@media (max-width: 768px) {

    body {
        padding: 0px;
    }

    #sidebarCollapse{
        margin: 10px 10px 10px 20px;
    }

    #sidebar {
        margin-left: -14rem;
    }
    #sidebar.active {
        font-size: 15px;
        margin-left: 0;
        position: fixed;
        overflow-x: scroll !important;
        z-index: 1000;
    }
    #content {
        width: 100%;
        margin: 0;
        
    }
    #content.active {
        margin-left: 13rem;
        width: calc(100% - 14rem);
        z-index: -1;
    }
}
/* END VERT SIDEBAR */


/* COLOR FOR MATERIAL PALLETTE */

.secondary-text-color {
    color: #757575;
}

.default-primary-color { 
    color: #3F51B5; 
}

/* END COLOR MATERIAL PALLETTE*/

/* NO DECORATION FOR LINKS */

.nodecoration {
    text-decoration: none !important;
}

.page-link {
    color: #3F51B5;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #3F51B5;
    border-color: #3F51B5;
}
