/*general style*/

.login-page,
.register-page {
    background: #ffffff;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Cairo', sans-serif;
    /*    letter-spacing: -0.4px;*/
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}


/*___________________________________________________________________*/


/*visibility*/

.d-inline-block {
    display: inline-block !important;
}

@media(min-width:768px) {
    .hide-sm-up {
        display: none;
    }
}


/*___________________________________________________________________*/


/*spacing*/

.mb-3 {
    margin-bottom: 1rem!important;
}

.mt-0 {
    margin-top: 0 !important;
}

.icheckbox_square-purple {
    margin-left: 5px;
}

.my-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.mx-3 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mb-5 {
    margin-bottom: 3rem;
}

.pt-4 {
    padding-top: 1.5rem;
}

.mb-20 {
    margin-bottom: 20px;
}

.sol-pre {
    white-space: pre;
}


/*___________________________________________________________________*/


/*Text*/

html {
    font-size: 16px;
}

.sol-title {
    font-size: 1.75rem;
}

.sol-sub {
    font-size: 0.875rem;
}

label,
.label {
    font-size: 1rem;
    color: #2A2444;
    font-weight: normal;
}

.sol-title-icon {
    font-size: 1.125rem
}

.text-end {
    text-align: end;
}

.text-start {
    text-align: start;
}

.sol-label {
    font-size: 1rem;
}

.sol-large-label {
    font-size: 1.5625rem;
}

.sol-bold {
    font-weight: bold;
}

.sol-underline {
    text-decoration: underline;
}

.sol-small-text {
    font-size: 0.875rem;
}

.alert a {
    font-weight: 700;
}

.vertical-center-flex {
    display: flex;
    align-items: center;
}


/*___________________________________________________________________*/


/*Colors*/

.sol-color {
    color: #2A2444;
}

.sol-bg-color {
    background-color: #2A2444 !important;
}

.sol-bg-y {
    background-color: #FFCC00;
}

.sol-green {
    color: #6FCF97;
}

.sol-gray {
    color: #A0A0A0;
}

a {
    color: #9B51E0;
}

a.sol-color:visited {
    color: #8226d9;
}

a.sol-color:hover,
a.sol-color:focus,
a.sol-color:active,
a.sol-color:active:hover,
a.sol-color:active:focus,
a:hover,
a:active,
a:focus {
    color: #681fad;
}

.bg-green,
.callout.callout-success,
.alert-success,
.label-success,
.modal-success .modal-body {
    background-color: #337734 !important;
}

.alert-success {
    border-color: #33772a;
}

.bg-red,
.callout.callout-danger,
.alert-danger,
.alert-error,
.label-danger,
.modal-danger .modal-body {
    background-color: #913637 !important;
}

.alert-danger,
.alert-error {
    border-color: #91362d;
}

.bg-aqua,
.callout.callout-info,
.alert-info,
.label-info,
.modal-info .modal-body {
    background-color: #007e9e !important;
}

.alert-info {
    border-color: #00566b;
}

.input-group .input-group-addon {
    border-color: #2A2444;
    background-color: #e7e1ff;
    border-radius: 4px;
}

.alert a:hover,
.alert a:focus,
.alert a:active {
    color: #FFFFFF;
}

.sol-bg-crimson {
    background-color: #FF0000 !important;
}

.sol-crimson {
    color: #FF0000 !important;
}

.sol-bg-gray {
    background-color: #EEEEEE !important;
}

.panel-active {
    border: 2px solid #6FCF97;
}


/*___________________________________________________________________*/


/*border*/

.sol-br-5 {
    border-radius: 5px;
}


/*___________________________________________________________________*/


/*buttons*/

.btn,
.pagination>li>a,
.pagination>li>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 17px;
    border: 0px;
    font-size: 0.75rem
}

.btn-primary,
.pagination>.active>a,
.pagination>.active>span {
    background-color: #2A2444;
    color: #ffffff;
}

.btn-login {
    font-weight: bold;
    font-size: 1rem;
    height: 46px;
    border-radius: 23px;
}

.btn-default,
.pagination>li:not(.active)>a,
.pagination>li:not(.active)>a>span {
    border: 1px solid #2A2444;
    color: #2A2444;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:active:focus,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #1f1a32;
    outline: 0px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:hover:active,
.btn-default:active:focus {
    border: 1px solid #2A2444;
    color: #2A2444;
    outline: 0px;
    background-color: #E9E8EC;
}

.btn-circle {
    height: 34px;
    width: 34px;
    padding: 8px;
}


/*___________________________________________________________________*/


/*extended components adminlte progress bar*/

.progress {
    overflow: visible;
}

.progress-bar {
    position: relative;
    text-align: end;
}

.progress-bar .progress-indicator {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    width: 2px;
}

.progress-bar .progress-indicator .bar {
    width: 2px;
    height: 20px;
}

.progress-bar.sol-bg-color .progress-indicator .bar {
    background-color: #2A2444;
}

.progress-bar.sol-bg-crimson .progress-indicator .bar {
    background-color: #FF0000;
}

.progress-bar .progress-indicator .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.progress-bar.sol-bg-color .progress-indicator .circle {
    background-color: #FFCC00;
}

.progress-bar.sol-bg-crimson .progress-indicator .circle {
    background-color: #2A2444;
}

.progress-bar .progress-indicator .number {
    font-size: 16px;
    font-weight: bold;
}

.progress-bar.sol-bg-color .progress-indicator .number {
    color: #2A2444;
}

.progress-bar.sol-bg-crimson .progress-indicator .number {
    color: #FF0000;
}


/*___________________________________________________________________*/


/*layout nav*/

.skin-sol .main-header .navbar .sidebar-toggle {
    color: #2A2444;
    padding: 14px 14px;
}

.skin-sol .main-header .navbar .sidebar-toggle:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #2A2444;
}

.skin-sol .main-header .logo,
.skin-sol .main-header .logo:hover,
.skin-sol .main-header .navbar {
    background-color: #FFCC00;
    color: #2A2444;
    font-size: 1rem;
}

.skin-sol .main-header .navbar .nav>li>a span {
    color: #2A2444;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav>.user-menu .user-image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border: 3px solid #2A2444;
    background-color: #2A2444;
    width: 30px;
    height: 30px;
}

.skin-sol .main-header li.user-header {
    background-color: #2A2444;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    object-fit: cover;
    border: 3px solid #FFCC00;
    background-color: #FFCC00;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer .btn-default {
    color: #2A2444;
}

.to-profile {
    cursor: pointer;
}


/*___________________________________________________________________*/


/*layout sidebar*/

.skin-sol .wrapper,
.skin-sol .main-sidebar,
.skin-sol .left-side {
    background-color: #2A2444;
}

.user-panel>.image>img {
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    object-fit: cover;
    border: 3px solid #FFCC00;
    background-color: #FFCC00;
}

.user-panel>.info>p {
    font-size: 1rem;
}

.user-panel {
    background-color: #39315C;
    cursor: pointer;
}

.skin-sol .sidebar-menu>li:hover>a,
.skin-sol .sidebar-menu>li.active>a,
.skin-sol .sidebar-menu>li.menu-open>a {
    background: #1f1a32;
}

.skin-sol .sidebar-menu>li>.treeview-menu {
    background: #39315C;
}

.skin-sol .sidebar-menu>li.active>a {
    border-left-color: #FFCC00;
}

@media (min-width: 768px) {
    .sidebar-collapse .user-panel>.image>img {
        height: 30px;
        transition-delay: 0.2s;
        transition-duration: 0.1s;
    }
    .navbar-nav>.user-menu .user-image {
        margin-top: -4px;
    }
}


/*___________________________________________________________________*/


/*layout container*/

.content-header>h1 {
    color: #2A2444;
    font-size: 1rem;
    font-weight: bold;
}

.box.box-primary {
    border-top-color: #FFCC00;
}

.content-header .btn:before {
    content: " \f055 ";
    font-size: 13px;
    font-family: FontAwesome;
    margin-left: 5px;
}

.content-header .btn {
    margin-right: 10px;
}


/*___________________________________________________________________*/


/*login input*/

.sol-login {
    background-color: #FFD633;
    padding: 10px;
    border-radius: 5px;
}

.sol-login input {
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #eac435;
}

.sol-login input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFD633 inset;
}


/*___________________________________________________________________*/


/*Grid pages*/

.dataTables_filter input {
    margin-right: 5px;
}

.form-control {
    border: 1px solid #2A2444;
    border-radius: 3px;
}

.form-control.form-control-l {
    height: 40px;
}

.form-control:focus {
    border-color: #9B51E0;
}

.skin-sol .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    cursor: default;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.skin-sol .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 5px;
}

#dataTablesSearchIcon {
    font-size: larger;
    font-weight: lighter;
    cursor: pointer;
    padding: 2.5px 10px;
}

#dataTableBuilder_filter label {
    display: none;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

table.dataTable tbody td {
    padding: 8px 20px !important;
}

.sol-grid-img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    border: 3px solid #2A2444;
    background-color: #2A2444;
}

tr:hover .sol-grid-img {
    border: 3px solid #FFCC00;
    background-color: #FFCC00;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F5F5F5
}

.table-hover>tbody>tr:hover,
.table-hover>tbody>tr:hover a:not(.btn),
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #2A2444;
    color: #ffffff;
    cursor: pointer;
}

.dataTable td:last-child {
    cursor: initial;
}

table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_desc:after {
    content: none !important;
}


/*___________________________________________________________________*/


/*view page*/

.sol-view-img {
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #2A2444;
    background-color: #2A2444;
    width: 80px;
    height: 80px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.edit-header .btn:before {
    content: none;
}

.sol-section-title {
    background-color: #FFCC00;
    color: #2A2444;
    line-height: 34px;
    border-radius: 17px;
    font-size: 1rem;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 15px;
    font-weight: bold;
}

.sol-view-fact {
    margin-bottom: 0;
    font-size: 1rem;
}

.sol-view-section {
    margin-bottom: 30px;
}


/*___________________________________________________________________*/


/*edit page*/

.sol-upload-container {
    position: relative;
    display: inline-block
}

.sol-upload-container input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

select.form-control {
    padding-bottom: 0;
    padding-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.sol-checkbox {
    accent-color: #2A2444;
    vertical-align: middle;
    position: relative;
    bottom: 3px;
    left: 5px;
    right: 5px;
}


/*___________________________________________________________________*/


/*media view*/

.sol-media-container {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 120px;
    vertical-align: top;
}

.sol-media-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border: 3px solid #2a2444;
    background-color: #2A2444;
    border-radius: 20px;
}

.sol-media-title {
    font-size: 1rem;
    color: #000000;
    text-align: center;
}

.sol-media-section {
    max-width: 600px;
}


/*___________________________________________________________________*/


/*media edit section*/

.sol-table-grid .dataTables_wrapper .dataTables_length {
    float: right;
}

.sol-table-grid .dataTables_wrapper .row:last-of-type {
    display: flex;
    flex-direction: row-reverse;
}


/*___________________________________________________________________*/


/*multi add actions*/

.btn-list {
    padding: 5px 15px;
}

.btn-list .btn {
    border: 0px;
    width: 100%;
    border-radius: 0px;
    text-align: start;
    background-color: transparent;
}

.btn-list .btn:hover {
    background-color: #eee;
}


/*___________________________________________________________________*/


/*new payment home page*/

.usd-fixed-separator {
    width: 50px;
    display: inline-block;
}

.payment-line-height {
    line-height: 26px;
}

.alert.sol-bg-crimson {
    border: 0px;
}


/*___________________________________________________________________*/


/*change and reset password*/

#pswd_info {
    background: #dfdfdf none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    /*
    left: -120px;
    top: -35px;
    */
    left: -350px;
    top: 25px;
    z-index: 10000;
}

#pswd_info.reset-pswd {
    background: #dfdfdf none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    /*
    left: -120px;
    top: -35px;
    */
    left: -320px;
    top: -140px;
    z-index: 10000;
}

#pswd_info h4 {
    background: #2A2444 none repeat scroll 0 0;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: 17px 0;
    text-align: center;
    text-transform: uppercase;
}

#pswd_info ul {
    list-style: outside none none;
}

#pswd_info ul li {
    padding: 10px 45px;
}

.valid {
    background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
    color: green;
    line-height: 21px;
    padding-left: 22px;
}

.invalid {
    background: rgba(0, 0, 0, 0) no-repeat scroll 2px 6px;
    color: red;
    line-height: 21px;
    padding-left: 22px;
}

#pswd_info::before {
    background: #dfdfdf none repeat scroll 0 0;
    content: "";
    height: 25px;
    right: -13px;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 25px;
}

#pswd_info {
    display: none;
}

.aro-pswd_info {
    position: relative;
}

@media(max-width:991px) {
    #pswd_info.reset-pswd {
        left: 0px;
        top: auto;
        bottom: 90px;
    }
    #pswd_info::before {
        top: auto;
        bottom: -13px;
        right: 45%;
    }
}

.checkbox-section {
    border: solid 1px;
    margin-top: 5px;
    margin: 0;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 10px;
}

.logo img {
    max-width: 61px;
}

.help-block {
    color: red !important;
    ;
}

.bold {
    font-weight: bold;
    display: block;
}

.required:after {
    content: " *";
    color: red;
}


/* hides the * of the required */

.read-only-form .required::after,
.read-only-form .required:after {
    color: white;
}

.progress-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

.progress-background {
    height: 10px;
    border-radius: 0 0 10px 10px;
    background: #aaa;
}

.progress-bar {
    height: 10px;
    border-radius: 0 0 10px 10px;
    background-color: #007e9e;
    color: transparent;
}

.progress-bar-notch {
    position: absolute;
    height: 10px;
    width: 2px;
    top: 0;
    background: white;
}

textarea {
    resize: vertical;
}

[for="name1"],
[for="name2"],
[for="name3"],
[for="name4"] {
    font-size: small;
}

[for="customer_notes"] {
    white-space: pre-wrap;
}

.go_to_top {
    float: right;
    margin-left: 15px;
    margin-right: 15px;
}


/* to enable multi-select dropdowns to span multiple lines - overrides a static height in admin-lte */

span.select2-selection.select2-selection--multiple {
    min-height: 34px;
    height: initial !important;
}


/* fixes select2 width in English locale (taken from admin-panel.rtl.css) */

.select2-container {
    width: 100% !important;
}

.side-by-side {
    display: inline;
    margin: 20px;
}

@media(max-width:768px) {
    .side-by-side {
        display: block;
        margin: 10px;
    }
}

#external-events {
    border: solid 1px;
    border-radius: 10px;
    padding: 5px;
}

.actions-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.visibility-button>* {
    fill: #9B51E0;
}

.visibility-button>*:hover {
    fill: #8226d9;
    cursor: pointer;
}

/* Loading Indicator */

#loading-indicator {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    border-radius: 5px;
    z-index: 1000;
}

/* sidebar arrows ltr */

.sidebar-menu li>a>.fa-angle-right,.sidebar-menu li>a>.pull-right-container>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease
}

.sidebar-menu li>a>.fa-angle-right {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -8px
}

.sidebar-menu .menu-open>a>.fa-angle-right,.sidebar-menu .menu-open>a>.pull-right-container>.fa-angle-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}