/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.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.  */

body.vertical-layout.vertical-menu-modern.menu-expanded .navbar .navbar-header {
    /*width: 295px !important;*/
}

.header-navbar .navbar-container ul.nav li > a.nav-link {
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #444;
    font-size: 16px !important;
    padding: 20px 10px !important;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: #C5AE2F !important;
}

.link-new{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    color: #444 !important;
    font-size: 16px !important;
    padding: 20px 10px !important;
}

.has-error{
    border-color: #FF4961 !important;
}

.btn-outline-gold {
    border-color: #e0e0e0;
    background-color: white;
}

.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
    background-color: white;
    border: 1.5px solid;
    border-color: #C5AE2F;
}

.btn-outline-gold1 {
    border-color: #e0e0e0;
    background-color: white;
}

.btn-outline-gold1:not(:disabled):not(.disabled):active, .btn-outline-gold1:not(:disabled):not(.disabled).active, .show > .btn-outline-gold1.dropdown-toggle {
    background-color: #C5AE2F;
    color: white;
    border: 1.5px solid;
    border-color: #C5AE2F;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #d8d8dd;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}