.bg-turbo-yellow {
    background-color: #f8f9fa;
}

.bg-turbo-yellow-10 {
    background-color: #fff9e5;
}

.bg-turbo-yellow-20 {
    background-color: #ffeeb2;
}

.bg-turbo-yellow-30 {
    background-color: #ffe37f;
}

.bg-turbo-yellow-40 {
    background-color: #ffd74c;
}

.bg-turbo-yellow-50 {
    background-color: #ffcc19;
}

.bg-turbo-yellow-60 {
    background-color: #e5b200;
}

.bg-turbo-yellow-70 {
    background-color: #b28b00;
}

.bg-turbo-yellow-80 {
    background-color: #7f6300;
}

.bg-turbo-yellow-90 {
    background-color: #4c3b00;
}

body {
    font-family: "Noto-Regular";
    background: #f7f7f7;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    outline: none !important;
}

button,
button:hover,
button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar {
    padding: 0;
    /*padding: 9px;*/
    background-color: #fff !important;
    border: none;
    border-radius: 0;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*width: 85%;*/
    z-index: 99;
}

#sidebar:hover ~ .edit-content .navbar {
    width: 78%;
}

.side_bar_head_new {
    padding: 0 20px 0 0;
}


/*.edit-content .navbar {
    width: 98%;
}*/
/*.navbar {
  padding: 7px 16px;
  background-color: #fff !important;
  border: none;
  margin: -20px -20px 20px -20px;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}*/
/*  padding: 15px 10px;
  margin-bottom: 40px;
  */
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.text-sidebar {
    color: #6b6b6b;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.sidebar-cont {
    visibility: hidden;
}

#sidebar {
    width: 250px;
    background: #2b2b2b;
    color: #6b6b6b;
    transition: all 0.3s;
    position: fixed;
    top: 60px;
    height: 100vh;
    transition: all 0.3s;
    visibility: visible;
    z-index: 9;
}


    #sidebar.active {
        width: 58px;
        padding: 0 0 0 0;
        z-index: 99;
        box-shadow: 3px 3px 8px 1px #797777;
    }

        #sidebar.active:hover {
            width: 250px;
            transition: all 0.3s;
        }

            #sidebar.active:hover span {
                display: inline-block;
                transition: all 0.3s;
            }

        #sidebar.active span {
            display: none;
        }

        #sidebar.active .dropdown-toggle::after {
            border-top: 0 solid;
        }

        #sidebar.active:hover .dropdown-toggle::after {
            border-top: .3em solid;
        }

    #sidebar .sidebar-header {
        padding: 17px;
        background: #fff;
        box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
    }

.tf_logo_icon {
    display: none;
}

.tf_logo_name {
    display: inline-block;
    padding: 20px 50px 20px 6px;
    border-right: 1px solid #e5e5e5;
    box-shadow: 3px 1px 3px rgba(0, 0, 0, 0.1);
}

#sidebar.active .tf_logo_name {
    display: none;
}

#sidebar.active .tf_logo_icon {
    display: inline-block;
}

#sidebar.active .sidebar-header {
    padding: 12px 16px;
}

#sidebar.active:hover .tf_logo_name {
    display: inline-block;
}

#sidebar.active:hover .tf_logo_icon {
    display: none;
}

#sidebar.active:hover .sidebar-header {
    padding: 16px;
}
/*#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #2b2b2b;
  color: #6b6b6b;
  transition: all 0.3s;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar .sidebar-header {
  padding: 15px 20px;
  background: #fff;
}*/
#sidebar ul.components {
    margin: 20px 0;
    height: 79%;
    overflow-y: hidden;
    overflow-x: hidden;
    transition: all .2s linear;
}

    #sidebar ul.components:hover {
        overflow-y: overlay;
        transition: all .2s linear;
        overflow-x: hidden;
    }
    
#sidebar ul p {
    color: #6b6b6b;
    padding: 10px;
}

#sidebar ul li a {
    color: #fff;
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    border-left: 7px solid transparent;
    font-family: Noto-regular !important;
}

    #sidebar ul li a:hover {
        background: #6b6b6b59;
        color: #fff !important;
        border-left: 7px solid #fff;
    }

#sidebar ul li.active > a,
#sidebar ul li.active > a, #sidebar a[aria-expanded=true] {
    border-left: 7px solid #003780;
    color: #ffffff !important;
    background: #616161;
}

#sidebar a[data-toggle=collapse] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 14px !important;
    padding-left: 20px !important;
    background: #6b6b6b;
    border-left: 7px solid #003780;
}

#sidebar ul li i {
    padding: 0 8px 0 0;
    font-size: 16px;
}
/*#sidebar ul li span {
  margin: 0 5px 0 0;
}*/
#sidebar ul.CTAs {
    padding: 20px;
}

    #sidebar ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

#sidebar a.download {
    background: #6b6b6b;
    color: #ffcc19;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #e5b200 !important;
    color: #6b6b6b !important;
}


.bottom-txt {
    text-align: center;
    color: #fff;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    width: 250px;
    padding: 7px 0;
    border-top: 1px solid;
    margin: 0;
}

.sidebar_parent.active .bottom-txt {
    display: none;
}

.sidebar_parent.active:hover .bottom-txt {
    display: inline-block;
}
/*mash rescustomize*/
.sub_MENU {
    list-style-type: none;
    padding: 0;
    /*max-height: 300px;
    overflow-y: scroll;*/
}
/*.sub_MENU:hover{
    overflow-y: scroll;
}*/
#sidebar .sub_MENU li i {
    display: none;
}

#sidebar.active .sub_MENU li i {
    display: inline-block;
    font-size: 10px !important;
}

#sidebar.active:hover .sub_MENU li i {
    display: inline-block;
    font-size: 10px !important;
}

#sidebar ul li button:hover {
    background: #6b6b6b59;
    color: #fff !important;
    border-left: 7px solid #fff !important;
}

#sidebar ul li button {
    color: #fff;
    padding: 15px 10px;
    display: block;
    font-size: 14px;
    text-align: left;
    border-left: 7px solid transparent !important;
    font-family: Noto-regular !important;
}

#sidebar ul li.active > button, #sidebar button[aria-expanded=true] {
    border-left: 7px solid #003780 !important;
    color: #fff !important;
    background: #616161;
}

#sidebar button[data-toggle=collapse] {
    position: relative;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-decoration: none;
}

#sidebar ul ul button {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6b6b6b;
    border-left: 7px solid #003780;
}

#sidebar button.download {
    background: #6b6b6b;
    color: #ffcc19;
}

#sidebar button.article,
#sidebar button.article:hover {
    background: #e5b200 !important;
    color: #6b6b6b !important;
}

#sidebar button[aria-expanded="false"]:after {
    font-family: FontAwesome;
    content: "\f0d7";
    right: 16px;
    position: absolute;
}
#sidebar button[aria-expanded="true"]:after {
    font-family: FontAwesome;
    content: "\f0d8";
    right: 16px;
    position: absolute;
}

#sidebar.active button[data-toggle=collapse]:after {
    display: none;
}

#sidebar.active:hover button[data-toggle=collapse]::after {
    display: inline-block !important;
    font-family: FontAwesome;
    content: "\f0d7";
    right: 16px;
    position: absolute;
}
#sidebar.active:hover button[aria-expanded="false"]::after {
    font-family: FontAwesome;
    content: "\f0d7";
    right: 16px;
    position: absolute;
}
#sidebar.active:hover button[aria-expanded="true"]::after {
    font-family: FontAwesome;
    content: "\f0d8";
    right: 16px;
    position: absolute;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/*#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}*/

#sidebar:hover ~ .edit-content {
    margin-left: 300px !important;
}

#content {
    width: 100%;
    /*min-height: 100vh;*/
    transition: all 0.3s;
    /*margin-left: 300px;*/
    margin-left: 250px;
    margin-top: 60px;
}

.main-cont {
    padding: 20px;
    margin-bottom: 75px;
}


.edit-content {
    margin-left: 58px !important;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 767px) {

}

#style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    /*border-radius: 10px;*/
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    /*border-radius: 10px;*/
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003780;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #003780;
}

.content-header {
    padding: 12px 0 4px 0;
    border-bottom: 1px solid #000;
    margin: -20px -20px 20px;
    background: #fff;
}

    .content-header h1 {
        font-size: 24px !important;
        margin-left: 15px !important;
        text-transform: capitalize;
    }
    .content-header.second_heading {
        margin: 0 -20px 20px !important;
        background: none;
    }
#btn-view {
    margin-top: 15px;
    font-size: 28px;
    background: 0;
    border: 0;
    color: #2b2b2b;
}
.alert {
    text-align: center !important;
}
.gj-datepicker-bootstrap [role=right-icon] button {
    border: 1px solid #aaa !important;
    background: #fff;
}