.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;
}

.btn-accent{
    color: #fff;
    background-color: rgb(0 48 96) !important;
    border-color: #2A3F54 !important;
}
.btn-accent:hover{
    color: #fff;
    background-color: #2A3F54;
    border-color: #2A3F54;
}

.badge-accent{
    color: #fff;
    background-color: #2A3F54;
    border-color: #2A3F54;
}


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: #172D44 !important;
}

.text-accent-1{
    color: #5A738E !important;
}

.bg-accent{
    background-color: #172D44 !important;
}
.bg-accent-1{
    background-color: #2A3F54 !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;
}
