@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #ece7dd;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 95%;
    font-weight: 300;
    line-height: 1.5em;
    color: #000;
}

li
{
    font-weight: 300;
}

h2 {
    margin-bottom: 1em;
    text-align: center;
}

a,
a:hover,
a:focus {
    color: #FF6600;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.footer-small
{
    border-top: 1px #394787 solid;
    padding-top: 0.5em;
    font-size: 90%;
    color: #728398;
    margin-top: 1.5em;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.sidebrand
{
    border: 0px;
    width: 202px;
}

.wrapper {
    display: flex;
    width: 100%;
}

nav.sidebar
{
    background: linear-gradient(0deg, rgba(230,215,193,0.95), rgba(207,180,139,0.7) 100%);
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #E7D8BC;
    color: #444;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    /*background: #E7D8BC;*/
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar a {
    color: #000;
}

#sidebar ul li a {
    padding: 10px;
    padding-left:  20px;
    font-size: 1.05em;
    display: block;
}

#sidebar ul li a:hover {
    color: #222;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    /*background: #FF6600;*/
    background: #ff6600ad;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 1.05em !important;
    padding-left: 30px !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: calc(100% - 250px);
    padding: 40px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

#content.active {
    width: 100%;
}

/* ---------------------------------------------------
HOME & ABOUT STYLE
----------------------------------------------------- */

.brandname
{
    width: 330px;
    padding-bottom: 10px; 
    margin-bottom: 8px;
}

/* ---------------------------------------------------
    SEARCH STYLE
----------------------------------------------------- */

.dataTables_info
{
    font-family: 'Poppins', sans-serif;
    font-size: 1em;
    font-weight: 300;
    line-height: 1.7em;
}

.highlight
{
    color: #FF6600;
}

/* ---------------------------------------------------
AUTHOR + BOOK PAGE STYLE
----------------------------------------------------- */

td.row
{
    font-size: 95%;
}

table.record
{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}

td.record
{
    border-top: 1px solid #000;
}

ul.record
{
    padding-inline-start: 20px;
    margin-block-end: 0;
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #content {
        width: 100%;
    }
    #content.active {
        width: calc(100% - 250px);
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    EXTRA TABLE CUSTOMIZATION
----------------------------------------------------- */

.dataTables_wrapper .dataTables_filter input 
{
    margin-left: 1em;    
}

table.dataTable.display tbody tr.odd 
{
    background-color: #E0DBD2;
}

table.dataTable.display tbody tr.even 
{
    background-color: #ECE7DD;
}

table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 
{
    background-color: #E0DBD2;
}

table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.oevendd>.sorting_1 
{
    background-color: #ECE7DD;
}
