﻿#load_screen {
    opacity: 1;
    position: fixed;
    z-index: 999999;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#load_screen .loader {
    width: 200px;
    height: 200px;
    transform: rotate(-90deg);
    stroke-linecap: round;
    stroke-width: 2;
    fill: none;
}

.loader .small-circle,
.loader .medium-circle {
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: #1b55e2;
}

.loader .small-circle {
    stroke-dasharray: 187;
    animation: internal 1s ease-in-out infinite;
    opacity: 0.4;
}

.loader .medium-circle {
    stroke-dasharray: 312;
    animation: external 1s linear infinite;
    opacity: 0.9;
}

@keyframes internal {
    0% {
        stroke-dashoffset: 187;
    }

    25% {
        stroke-dashoffset: 80;
    }

    100% {
        stroke-dashoffset: 187;
        transform: rotate(360deg);
    }
}

@keyframes external {
    0% {
        stroke-dashoffset: 312;
        transform: rotate(70deg);
    }

    60% {
        stroke-dashoffset: -312;
    }

    100% {
        stroke-dashoffset: -312;
        transform: rotate(450deg);
    }
}

.wrapped-text {
    white-space: pre-wrap;
}

.navbar .theme-brand li.theme-logo img {
    width: auto;
    height: 34px;
    border-radius: 0;
}

.navbar .theme-brand li.theme-text {
    display: none;
}

.light .navbar {
    background: #fafafa;
}

.light .navbar .theme-brand li.theme-text a {
    color: #888ea8 !important;
}

.light .header-container {
    border-bottom: none;
}

.navbar .theme-brand li.theme-text a{
    padding-left:0;
}

.navbar .navbar-item .nav-item.user-profile-dropdown {
    top: 2px;
}
@media (max-width: 991px) {
    .navbar .navbar-item .nav-item.user-profile-dropdown {
        top: 8px;
    }
}

    .navbar .navbar-item .nav-item.user-profile-dropdown .nav-link.user {
    padding: 0;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    margin: 4px 24px 0 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    
}

.navbar .navbar-item .nav-item.user-profile-dropdown .nav-link img {
    width: 34px;
    border-radius: 0;
    height: 34px;
    object-fit: cover;

}

body .alert.main-alert {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    text-align: center;
    z-index: 9999;
}

.small-container {
    max-width: 1180px;
}

/* .small-container::before {
            content: "";
            position: absolute;
            height: calc(100% - 50px);
            width: 100%;
            top: 0;
            left: 0;
            background-image: url(/Images/about_us.jpg);
            background-size: cover;
            z-index: -2;
            opacity: 0.7;
        }
        .small-container::after {
            content: "";
            position: absolute;
            height: calc(100% - 50px);
            width: 100%;
            top: 0;
            left: 0;
            background-image: url(/Images/dotpattern.png);
            z-index: -1;
            opacity: 0.7;
        }*/
.account-settings-footer {
    position: relative;
    bottom: auto;
    width: 100%;
    background: transparent;
    padding: 0;
    box-shadow: none;
    border: none;
    margin-top: 50px;
}

.account-content .forms {
    min-height: 440px;
}

.account-content .icons {
    height: 180px;
}

.account-content .forms .form {
    position: absolute;
}

.account-content .pass-icon img {
    display: block;
    width: 100%;
    z-index: 5;
}

.account-content .pass-icon p {
    visibility: hidden;
}

.general-info .info .upload {
    position: absolute;

}

.float {
    position: absolute;
}


.general-info .info .dropify-wrapper .dropify-preview {

    width: 120px;
    height: 120px;
    overflow: hidden;
    display: block !important;
}

.general-info .info .dropify-wrapper .dropify-preview img {
    object-fit: cover;
    width: 120px;
    height: 120px;
}

label.error,
span.error {
    color: #ff0000;
    display: inline-block;
    position: relative;
    font-size: 12px;
}

#sidebar * {
    overflow: visible;
}

#sidebar .menu .item {
    display: flex;
    justify-content: start;
    align-items: center;
}

#sidebar .menu .item i {
    font-size: 18px;
    color: #dee1e4;
    -webkit-text-stroke: 1px #506690;
    /* text-shadow: -1px -1px 0 #506690, 1px -1px 0 #506690, -1px 1px 0 #506690, 1px 1px 0 #506690;*/
    display: block;
    width: 36px;
    margin-top: -5px;
}

#sidebar .menu .item span {
    display: inline-block;
}

#sidebar .menu a:hover .item i {
    color: #c9d4ff;
}

#sidebar ul.menu-categories li.menu>.dropdown-toggle[data-active="true"] i {
    color: #c9d4ff;
}

.wizard .widget-header h4 {
    margin-left: 14px;
    margin-top: 30px;
}

.circle.wizard>.steps .number {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-top: 10px;
}

.step-label {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.7rem;
}

#ThemeSelector a {
    position: relative;
}

#ThemeSelector a.selected::before {
    position: absolute;
    content: ".";
    top: 0;
    left: 0;
    height: 0;
    width: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 57px;
    color: #009688;
}

#RemainingSession {
    width: 100%;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

#RemainingSession li .btn {
    padding: 0.2rem 0.5rem;
    margin-left: 10px;
    margin-bottom: 0 !important;
}

#RemainingSession span {
    font-weight: bold;
}

#RemainingSession.danger {
    background-color: #f73b3b;
    color: #fff;
}

#RemainingSession.danger span._hours,
#RemainingSession.danger span._minutes,
#RemainingSession.danger span._seconds {
    color: #000;
}

#formValidate .wizard>.content {
    min-height: 25em;
}

.btn i {
    display: inline-block;
    margin-right: 5px;
}

#example-vertical.wizard>.content {
    min-height: 24.5em;
}

.ui-widget-content {
    background: inherit;
    color: inherit;
}

.wizard>.content>.body {
    padding: 0;
}

.wizard .layout-spacing {
    padding-bottom: 0;
}

.wizard>.actions .disabled a {
    visibility: hidden;
}

.ship-edit .wizard>.steps {
    display: none;
}


.ship-edit.edit-mode .name-text-component .actions {
    display: none;
}

.ship-edit .edited .name-text-component .actions {
    display: block;
}

#lastWork {
    display: none;
    margin-top: 20px;
}

/*Permissions*/



.add-mode.ship-edit .EffectiveDate {
    display: none !important;
}

label.required {
    padding-left: 10px;
}

label.required::after {
    color: #d30505;
    content: "*";
    position: absolute;
    left: 5px;
    top: 1px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.light .wizard>.content {
    background: transparent !important;
}

#wizard label {
    display: flex;
    align-items: center;
}

#wizard label span.edit-btn {
    cursor: pointer;
    display: inline-block;
    padding: 0px 4px;
}

#wizard label span svg {
    width: 19px;
    height: 19px;
    display: inline-block;
    position: relative;
    margin-left: 2px;
    top: -3px;
}




#wizard .EffectiveDate .btn {
    display: none !important;
}

#wizard .date-wrapper .btn {
    display: flex !important;
    padding: 0;
    width: 22px;
    height: 22px;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
}

#wizard .date-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.versions h3,
.versions h4 {
    padding: 8px 15px !important;
}

.versions h4 span {
    color: #c9d4ff;
}

.versions .back {
    display: inline-block;
    padding: 8px 15px;
}

.versions .table.table-hover tbody tr:hover {
    background-color: #5c1ac3 !important;
}

.light .versions .table.table-hover tbody tr:hover td {
    color: #fff !important;
}

.versions .highlight {
    text-decoration: line-through;
}

.wizard>.content>.body label.error {
    display: none !important;
}

.entry-control {
    display: flex;
}

.entry {
    display: flex;
    width: 100%;
}

.switch input {
    display: none !important;
}

.ffo {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 40px;
}

.ffo .label {
    white-space: nowrap;
    text-align: left;
    display: inline-block;
}

.ffo .label:first-child {
    text-align: right;
}

.ffo label {
    width: 48px !important;
    min-width: 48px;
    display: inline-block !important;
    margin: 0 5px;
    height: auto !important;
}

.currency {
    display: flex;
    align-items: flex-start;
}

.currency input {
    width: 100%;
    margin-right: 10px;
}

.currency select {
    width: 120px;
}

.currency .mr-2 {
    margin: 0 10px !important;
    padding: 0.4375rem 1rem;
    display: none;
}

.removable .currency .mr-2 {
    display: block;
}

.currency .btn i {
    margin: 0;
}

h4.form-sep {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #dee1e4;
    width: 100%;
}

#content.mutual .fixed {
    display: none;
}

#content.fixed .mutual {
    display: none;
}

.controls-container {
    display: block;
}

.install-item {
    display: flex;
}

#sidebar ul.menu-categories li.sep {
    margin: 10px 0;
    height: 2px;
}

.widget--managers .widget-content-area {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px 0 20px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 400px;
    margin-left: 0;
}

div.dataTables_wrapper table.dataTable {
    margin-bottom: 20px !important;
}

div.dataTables_wrapper div.dataTables_length label {
    margin-bottom: 0;

}

div.dataTables_wrapper .table>tbody:before {
    display: none;
}

table.dataTable th {
    padding: .75rem;
}

div.dataTables_wrapper .table tr td {
    padding: .75rem;
    cursor: pointer;
}

div.dataTables_wrapper .table tr td.actions {
    cursor: default;
}

div.dataTables_wrapper .table-hover:not(.table-dark) tbody tr:hover {
    -webkit-transform: none;
    transform: none;
}

.dataTables_wrapper .actions-container {
    justify-content: space-between;
}

.dataTables_wrapper .actions-container .selector {
    justify-content: flex-start;
}

.dataTables_wrapper .actions-container .info {
    display: flex;
    align-items: center;
}

.dataTables_wrapper .actions-container .pagination {
    justify-content: flex-end;
    align-items: center;
}

.btn:hover,
.btn:focus {
    -webkit-transform: none;
    transform: none;
}

.name-text-component .controls {
    display: none;
}

.name-text-component .remove {
    display: none;
}

.name-text-component.enabled .controls {
    display: block;
}

.name-text-component.enabled .remove {
    display: block;
}

.name-text-component.enabled .add {
    display: none;
}

.view-mode .name-text-component.enabled .remove {
    display: none;
}

.currency-wrapper {
    position: relative;
}

.currency-wrapper .display {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

    .currency-wrapper:not(.read-only):hover .display,
    .currency-wrapper:not(.read-only) .display:hover {
        z-index: -1;
    }

.edited .currency-wrapper .display {
    display: none;
}

#wizard .form-group label {
    margin-bottom: 4px;
}

.pg_homepage .widget-table-two .table>tbody>tr>td:last-child {
    text-align: left;
}

.form-group.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.circle.wizard .ql-editor ul {
    display: block;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.other-managers {
    display: flex;
    flex-wrap: wrap;
}

.other-managers .other-manager-component {
    /*width: calc(50% - 10px);
        padding: 10px;
        margin:5px;
        border:solid 1px white;*/
    /*border-radius:10px;*/
    display: none;
}

.other-managers .other-manager-component .actions {
    text-align: right;
}

.other-managers .other-manager-component.enabled {
    display: block;
}

.edit-mode .other-managers-group .btn {
    visibility: hidden;
}

.edit-mode .other-managers-group .btn::after {
    content: "";
    position: absolute;
    z-index: 999;
    cursor: no-drop;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.edit-mode .other-managers-group.edited .btn::after {
    display: none;
}

.edit-mode .other-managers-group.edited .btn {
    visibility: visible;
}

.search-bar {
    margin-bottom: 10px;
}

body.simple-layout .header-container,
body.simple-layout .sub-header-container,
body.simple-layout .footer-wrapper,
body.simple-layout .sidebar-wrapper {
    display: none !important;
}
body.simple-layout #content{
    margin-top:0 !important;

}

.btn-outline-primary:hover, .btn-outline-info:hover, .btn-outline-warning:hover, .btn-outline-success:hover, .btn-outline-danger:hover, .btn-outline-secondary:hover, .btn-outline-dark:hover {
  color: #fff !important; }