/* 

Dashboard Template 
http://www.templatemo.com/preview/templatemo_415_dashboard

    1. CSS Imports
    2. General Styles
    3. Sidebar
    4. Charts
    5. Preferences form
    6. Sign in form
    7. tables.html
    8. Bootstrap overrides
    9. Maps
    10. Media Queries
	
--------------------------------------- */

/* 1. CSS Imports
--------------------------------------- */
@import url('http://fonts.googleapis.com/css?family=Open Sans:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Bungee+Spice&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Radley&display=swap');
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);

/* 2. General Styles
--------------------------------------- */
* {
    font-family: 'Open Sans', sans-serif;
}

body {
    background-color: rgb(235, 235, 235);
}

h1 {
    font-size: 24px;
}

.btn a {
    color: white;
    text-decoration: none;
}

.logo {
    display: inline-block;
}

.logo h1 {
    font-size: 24px;
    margin: 10px 15px;
}

.templatemo-content-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#example tbody td a {
    color: red;
}

#example tbody td a:hover {
    text-decoration: none;
}

.button-5 {
    max-width: 100px;
    max-height: 31px;
    align-items: center;
    background-clip: padding-box;
    background-color: #fa6400;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui, -apple-system, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    margin: 0;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    position: relative;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
}

.button-5:hover,
.button-5:focus {
    background-color: #fb8332;
    box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.button-5:hover {
    transform: translateY(-1px);
}

.button-5:active {
    background-color: #c85000;
    box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
    transform: translateY(0);
}

.templatemo-content {
    margin-left: 235px;
    margin-top: 0px;
    min-height: 600px;
    padding: 25px 20px 0 20px;
    background-color: white;
    overflow-x: hidden;
}

.templatemo-footer {
    clear: both;
    width: -webkit-fill-available;
    position: fixed;
    bottom: 0;
    font-size: 13px;
    padding: 8px 0 5px 0;
    text-align: center;
    color: #ccc;
    background-color: #333;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

/* 3. Sidebar
------------------------------------------------------*/
#templatemo_search_box {
    width: 150px;
    display: inline-block;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-header {
    color: rgb(127, 127, 127);
}

.templatemo-sidebar {
    padding: 0;
    margin-top: 20px;
}

.templatemo-sidebar .templatemo-sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.templatemo-sidebar .templatemo-sidebar-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
}

.templatemo-sidebar .templatemo-sidebar-menu>li>a {
    display: block;
    position: relative;
    margin: 0;
    border: 0px;
    padding: 20px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

.templatemo-sidebar-menu a {
    color: black;
}

.templatemo-sidebar-menu a:hover {
    text-decoration: none;
}

.templatemo-sidebar-menu li.sub .templatemo-submenu {
    display: none;
}

.templatemo-sidebar-menu li.sub.open .templatemo-submenu {
    display: block;
}

.templatemo-submenu {
    padding-left: 0;
}

.templatemo-submenu li {
    list-style: none;
    background-color: #DFDFDF;
}

.templatemo-submenu li a {
    display: block;
    padding: 20px 15px;
    margin: 0;
}

.templatemo-sidebar-menu>li.sub.open>a {
    background-color: rgba(145, 145, 145, 0.3);
}

.templatemo-sidebar .templatemo-sidebar-menu>li>a:hover {
    background-color: rgb(191, 232, 167);
}

.templatemo-sidebar .templatemo-sidebar-menu>li>:active {
    background-color: rgb(64, 160, 9);
}

/* .templatemo-submenu li>a:hover {
    background-color: rgb(228, 228, 228);
} */

.templatemo-sidebar .templatemo-sidebar-menu>li>a>i {
    background: linear-gradient(to bottom, #ff8a00, #da1b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    top: 2px;
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 4px;
    display: inline-block;
    width: 1.25em;
    text-align: center;
}

/* 4. Charts 
--------------------------------------------*/
.templatemo-chart-box {
    display: inline-block;
    text-align: center;
    padding: 20px 30px 30px 0;
}

/* 5. Preferences Form
------------------------------------------*/
#templatemo-preferences-form {
    max-width: 960px;
    margin-bottom: 30px;
}

/* 6. Sign in Form 
--------------------------------------------*/
.templatemo-signin-form {
    padding-top: 50px;
    max-width: 600px;
    margin: 0 auto;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}

/* 7. tables.html
------------------------------------------*/
#templatemo_sort_btn {
    margin-bottom: 20px;
}

/* 8. Bootstrap overrides
----------------------------------------------*/
.nav-pills>li>a,
.nav-tabs>li>a,
.alert,
.progress,
.panel,
.btn,
.panel-group .panel,
.form-control,
.modal-content,
.breadcrumb {
    border-radius: 0;
}

.nav-pills>li>a:hover,
.nav-tabs>li>a:hover {
    text-decoration: none;
}

.list-group-item:first-child,
.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-control-feedback {
    right: 15px;
}

/* 9. Maps
------------------------------------------------------*/
.jqvmap-zoomin,
.jqvmap-zoomout {
    width: 15px;
    height: 15px;
}

.vmap {
    height: 400px;
}

/* 10. Media Queries
------------------------------------------------------*/
@media screen and (min-width: 992px) {
    .templatemo-sidebar {
        width: 235px;
        float: left;
        position: relative;
        margin-right: -100%;
    }
}

@media screen and (max-width: 991px) {
    .navbar-form {
        padding: 0;
        margin-left: 0;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .templatemo-sidebar {
        border-top: 0 !important;
        margin: 20px;
    }

    .templatemo-sidebar.navbar-collapse.collapse {
        display: none !important;
    }

    .templatemo-sidebar.navbar-collapse.in {
        border-top: 0 !important;
        margin: 20px;
        position: relative;
        overflow: hidden !important;
        overflow-y: auto !important;
        display: block !important;
    }

    .templatemo-content-wrapper {
        float: none;
    }

    .templatemo-content {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .templatemo-chart-box {
        padding-right: 0;
    }
}

button#submit-btn.btn.btn-primary {
    margin-bottom: 5px;
}

button#delete-btn.btn.btn-danger {
    margin-bottom: 5px;
}