/*
* =========================================== ||   
* ======================================= All ||
* =========================================== ||
*/
._content_ {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

._content_ ._hide_ {
    display: none;
}

._content_ ._error_ {
    border: 1px solid red;
}

._content_ .spinner-text {
    position: relative;
    top: -5px;    
}

._content_ #alerts ul {
    list-style: none;
}


/*
* =========================================== ||   
* =================================== Listing ||
* =========================================== ||  
*/
table.table-sm td, table.table-sm th {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

#listing td .status {
    text-align: center; 
    display: block; 
    width: 100%;
    padding: 0.1rem;
}

/*
* =========================================== ||   
* ===================================== Fomrs ||
* =========================================== ||  
*/
#form-wrapper {
    padding-bottom: 40px;
}

#form-wrapper form .pages {
    list-style: none;
}

#form-wrapper table.table td, #form-wrapper table.table th {
    padding-top: 0;
    padding-bottom: 0;
}

#form-wrapper #add-corporate {
    margin: 0 !important;
}

#form-wrapper #deposits tbody td, #form-wrapper #statuses td {
    color: white;
}

#form-wrapper #deposits td.number {
    text-align: right;
}

/*
* =========================================== ||   
* ========================== User page Update ||
* =========================================== ||  
*/
.no-menu {
    padding: 35px 0;
}

/*
* =========================================== ||
* ============================= Menu vertical ||
* =========================================== ||
*/

.vertical-nav {
    min-width: 17rem;
    width: 17rem;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.vertical-nav ul.nav { min-width: 100%; }

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

/* for toggle behavior */

#sidebar.active {
    margin-left: -17rem;
}

#content.active {
    width: 100%;
    margin: 0;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -17rem;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
        margin: 0;
    }
    #content.active {
        margin-left: 17rem;
        width: calc(100% - 17rem);
    }
}
