.solaris-header {
    padding: 0px;
    margin: 0px 0px 15px 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #1A469D;
}

.solaris-header .box-title span {
    font-size: 2rem !important;
    color: #1A469D !important;
}

.solaris-head {
    padding: 20px 0;
    margin: 0px;
    border-radius: 15px;
    border: 1px solid #1A469D
}

.solaris-head h3 {
    text-align: center;
    border-bottom: 3px solid #1A469D
}

.solaris-head h3 span {
    font-size: 2rem;
    color: #1A469D
}

.solaris-head .box-body {
    display: block;
}

.solaris-head .box-body .row_box {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
}

.solaris-head .box-body .row_box .box-dash {
    border-radius: 15px;
    border: 1px solid #c0c0c0;
    padding: 1rem;
    color: #575A60;
    font-size: 2.4rem;
    border-left: 20px solid #000;
    display: flex;
    flex-direction: column;
    width: 180px;
    justify-content: space-around;
    justify-items: center;
}

.solaris-head .box-body .row_box .box-dash small {
    font-size: 0.8rem;
}

.solaris-head .box-body .row_box .box-dash_blue {
    border-left-color: #1A469D;
}

.solaris-head .box-body .row_box .box-dash_grey {
    border-left-color: #707070;
}

.solaris-head .inline-list li {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 0.5rem 1rem;
}

.solaris-head .inline-list li:hover,
.solaris-head .inline-list li.active {
    background-color: #707070;
}

.solaris-head .inline-list li:hover a,
.solaris-head .inline-list li.active a {
    color: #ffffff;
}

/* PROFILES */
.row_js {
    justify-content: space-around;
    flex-direction: row;
    display: flex;
    margin: 5px auto;
    width: 95%;
    border: 1px solid #707070;
    border-radius: 7px;
    padding: 0px 5px
}

.row_js .cell {
    text-align: left;
    padding: 5px;
    border-right: 1px solid #c0c0c0;
    width: 100%
}

.row_js .cell_last {
    border-right: none;
}

.row_js_header {
    padding: 10px 5px;
    font-weight: bold
}

.row_js .table_data_footer {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

#per_page {
    max-width: 100px;
    align-items: baseline;
}

#paginate_control {
    justify-content: space-around;
    font-size: 2rem;
}

#paginate_display {
    justify-content: flex-end;
}

.row_js_header button i {
    float: right;
    font-weight: bold
}

#paginate_control button {
    width: 100%;
    background-color: #ffffff;
    color: #707070;
    text-align: center;
    font-weight: bold;
}

#paginate_control button:disabled {
    background-color: #f0f0f0;
    color: #ffffff;
    border: none;
    opacity: 0.5;
}

/* PROFILE */
.bxs_user {
    border: 1px solid #1A469D;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 0px;
}

.bxs_user .header {
    background-color: #f60;
    color: #FFFFFF;
    padding: 5px 5px;
    font-size: 1.52rem;
    text-align: center;
    margin-bottom: 15px;
}

.textAreaNews {
    margin-bottom: 25px;
}

.jqte {
    border: none !important;
}

.jqte_editor,
.jqte_source {
    resize: none !important;
}

#mytextarea {
    min-height: 200px;
}