.profile_info h2 {
    font-size: 10px;
    color: #ECF0F1;
    margin: 0;
    font-weight: 300;
}
.top_nav .navbar-right {
    margin: 11px;
    width: auto;
    float: right;
}

/*laravel filemanager styles override*/
#backgroundImage .modal-body{
    margin: 5px !important;
    padding: 5px !important;
}
#backgroundImage .modal-header{
    /*padding-top: 5px !important;*/
    /*padding-bottom: 5px !important;*/
    /*padding-left: 20px !important;*/
}
#backgroundImage .modal-title{
    font-size: 23px;
}
.fm-modal {
    min-height: 400px;
}
.fm .fm-body{
    min-height: 400px;
}
.fm-content {
    min-height: 400px;
}

.modal-content .modal-title {
    font-size: 22px;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
small, .small {
    font-size: 83%;
    font-weight: 400;
}
.modal-content .modal-header {
    padding: 13px 20px;
    display: block;
}
.child_menu{
    background: #293c51;
}

h2, .h2 {
    font-size: 1.85rem;
}
.slight {
    font-size: 11px;
    font-weight: 300;
}
small, .small {
    font-size: 83%;
    font-weight: 400;
}
.text-warning {
    color: #ffc107 !important;
}
.m-t-sm {
    margin-top: 10px;
}
.fa-xs{
    font-size: 0.75em !important;
}
.fa-sm{
    font-size: 0.875em !important;
}

.rounded{
    border-radius: 0.25rem !important;
}

img.image-xl {
    width: 128px;
    height: 128px;
}

img.image-md {
    width: 32px;
    height: 32px;
}

img.image-sm {
    /*width: 38px;*/
    height: 38px;
}


element.style {
    border: 0;
}
.navbar {
    margin-bottom: 0;
}
.nav_title {
    width: 230px;
    float: left;
    background: #EDEDED;
    border-radius: 0;
    height: 57px;
    padding: 0;
}

.required{
    color: red;
}
.right_col{
    min-height: 90vh;
}

.toast{
    opacity: 1 !important;
}

.text-accent{
    color: #727cf5 !important;
}

.text-accent-1{
    color: #727cf5 !important;
}

.bg-accent{
    background-color: #727cf5 !important;
}
.bg-accent-1{
    background-color: #727cf5 !important;
}

.disabled-link {
    pointer-events: none;
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 20px !important;
    position: relative;
    vertical-align: middle;
    width: 40px !important;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
}

.switchery>small {
    background: #fff;
    border-radius: 100%;
    height: 25px !important;
    position: absolute;
    top: -3px !important;
    width: 25px !important;
}


/*// NEW CSS*/

.left_col{
    background: #313a46;
}

.nav.side-menu>li.active>a {
    text-shadow: none;
    background: none;
    box-shadow: none;
    color: white;
}


.nav.side-menu>li>a, .nav.child_menu>li>a {
    color: #8391a2;
    font-weight: 500;
}

.nav.side-menu>li.current-page, .nav.side-menu>li.active {
    border-right: 5px solid #0acf97;
}

.nav.side-menu>li {
    position: relative;
    display: block;
    cursor: pointer;
    font-size: 0.9375rem;
    padding: 4px;
}



.main_menu .pe {
    width: 30px;
    opacity: 1;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 1.3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body {
    color: #73879C;
    background: #313a46;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.471;
}

table.jambo_table thead {
    background: #eef2f7;
    color: #313a46;
}

/*Buttons*/

.btn-accent{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}
.btn-accent:hover{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}

.btn-primary {
    color: #fff !important;
    background-color: #8391a2 !important;
    border-color: #8391a2 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #8391a2 !important;
    border-color: #8391a2 !important;
}

.btn-link {
    font-weight: 400;
    color: #8391a2;
    text-decoration: none;
    border: none !important;
}


/*Badge */
.badge-accent{
    color: #fff;
    background-color: #727cf5;
    border-color: #727cf5;
}

.badge-success {
    color: #fff !important;
    background-color: #0acf97 !important;
}

/*Background Colors*/
.bg--accent{
    background: #727cf5 !important;
    color: white !important;
}

.bg--secondary{
    background: #8391a2 !important;
    color: white !important;
}

.bg--primary{
    background: #727cf5 !important;
    color: white !important;
}

.bg--danger{
    background: #fa5c7c !important;
    color: white !important;
}

.bg--success{
    background: #0acf97 !important;
    color: white !important;
}

.bg--dark{
    background: #313a46 !important;
    color: white !important;
}

.bg--light{
    background: #eef2f7 !important;
    color: #313a46 !important;
}

/*Text*/
.text-accent{
    color: #727cf5 !important;
}

.text-primary{
    color: #727cf5 !important;
}

.text-secondary{
    color: #8391a2 !important;
}

.text-danger {
    color: #fa5c7c!important;
}

.text-success{
    color: #0acf97 !important;
}

.text-info{
    color: #39afd1 !important;
}

.text-warning{
    color: #ffc35a !important;
}

.text-dark{
    color: #313a46 !important;
}

.text-light{
    color: #eef2f7 !important;
}


code {
    font-size: 87.5%;
    color: #fa5c7c;
    word-break: break-word;
}

.nav_title {
    width: 230px;
    float: left;
    /*background-color: #8391a2;*/
    background: space;
    border-radius: 0;
    height: 57px;
    padding: 0;
}

.sidebar-wrapper{
    overflow-y: hidden;
    overflow-x: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
}

.sidebar-wrapper:hover{
    overflow-y: scroll;
}

.sidebar-wrapper::-webkit-scrollbar {
    width: 1px;
    height: 1px
}
.sidebar-wrapper::-webkit-scrollbar-button {
    background: #ccc
}
.sidebar-wrapper::-webkit-scrollbar-track-piece {
    background: #888
}
.sidebar-wrapper::-webkit-scrollbar-thumb {
    background: #eee
}​

