﻿ol, ul, dl {
    margin-bottom: 0;
}

ol, ul {
    padding-left: 0;
    padding-right: 0;
}

/*.side-menu-list li .lbl {
    font-weight: lighter !important;
}


.side-menu-list li.with-sub > span > .lbl {
    font-weight: bold !important;
}

.side-menu-list li.with-sub li.with-sub > span > .lbl {
    font-weight: normal !important;
}


.side-menu-list li.opened > span .lbl {
    color: #111
}*/

.clear-form-button {
    display: none;
}

.alert.alert-active {
    background-color: #096DA8 !important;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.alert.alert-acls {
    background-color: #86a9bb !important;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0 !important;
    margin-top: 30px !important;
}

.alert.alert-project-category {
    background-color: #d8e2e7 !important;
    color: #666;
    font-size: 1.2em;
    margin-bottom: 0 !important;
    margin-top: 0px !important;
    cursor: pointer;
}


/*.side-menu-list li.opened li.opened > span > .lbl {
    color: #222
}*/

.message-row-item:nth-child(even) .tbl-cell-name {
    text-align: right;
    direction: ltr;
}

.rtl-format {
    direction: rtl;
    text-align: right;
}

    .rtl-format ul {
        margin: 5px 10px 0 0;
    }

    .rtl-format li {
        padding: 0 14px 0 0 !important;
    }

        .rtl-format li::before {
            right: 0;
            left: unset;
        }

table.min-row-height td {
    height: auto !important;
    padding-bottom: 4px;
    padding-top: 4px;
    font-size: 1.2em;
}

table.min-row-height .form-group, table.min-row-height .checkbox-bird {
    margin-bottom: 0 !important;
}

.ltr-format {
    direction: ltr;
    text-align: left;
}

    .ltr-format ul {
        margin: 5px 0 0 10px;
    }

    .ltr-format li {
        padding: 0 0 0 14px !important;
    }

        .ltr-format li::before {
            right: unset;
            left: 0;
        }

.float-side {
    float: left !important
}

.float-unside {
    float: right !important
}

.border-side {
    border-left: 1px solid #dee2e6;
}

.border-unside {
    border-right: 1px solid #dee2e6;
}

.nav .nav-item .nav-link-in .tab-Actions .tab-control-icon {
    color: #adb7be;
    font-size: .8rem;
    float: right;
    margin-left: 5px;
}

    .nav .nav-item .nav-link-in .tab-Actions .tab-control-icon:hover {
        color: #007bff;
    }

    .nav .nav-item .nav-link-in .tab-Actions .tab-control-icon:last-child {
        margin-left: 15px;
    }

#MainTab.nav {
    display: flex;
}

.table-hover tr {
    cursor: pointer;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    /*background-color: #096DA8;*/
    color: #096DA8 !important;
}

.pagination {
    margin: 1rem;
}

.page-item .page-link {
    text-align: center;
    height: 33px;
    min-width: 40px;
    border-radius: 0 !important;
    /*border-radius: 50%;*/
}

body {
    position: absolute !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

[data-field-name="image"], .get-oc-select-parent {
    display: none !important;
}

.box-typical-header-border {
    border-bottom: solid 1px #d8e2e7;
}


button:disabled {
    cursor: not-allowed;
}

.dropdown-tree {
    width: 100%;
    min-height: 38px;
    background-color: #fff !important;
    border: solid 1px rgba(197,214,222,.7) !important;
}

.btn.dropdown-toggle:after {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    right: 3px;
    /*color: #666;*/
}

.btn.dropdown-toggle {
    padding-right: 1.5rem !important;
}

.tree-dropdown .dropdown-menu {
    right: 0;
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
}

.tree-dropdown .dropdown-tree {
    color: #666 !important;
    font-weight: normal;
    text-align: left;
}

.mdl-richeditor .modal-dialog {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
}

.fr-popup {
    z-index: 2000 !important
}

.mail-box-letter-item-photo i {
    font-size: 32px;
}

.mail-box-letter-item {
    cursor: pointer;
}

    .mail-box-letter-item:hover {
        background: #e4e4e4;
    }

    .mail-box-letter-item.active {
        background: #096DA8;
        color: #fff;
        cursor: default
    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #096DA8 !important;
    color: #fff !important;
}

    .select-avatar .select2-container--default .select2-selection--multiple .select2-selection__choice a, .select-avatar .select2-container--default .select2-selection--multiple .select2-selection__choice p, .select2-container--default .select2-results__option--highlighted[aria-selected] a, .select2-container--default .select2-results__option--highlighted[aria-selected] p {
        color: #fff !important;
    }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0d6efd !important;
    border: 0 !important;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--white .select2-selection--multiple .select2-selection__choice {
    padding: 0 2rem 0 .5rem !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-dropdown {
    border: solid 1px rgba(197,214,222,.7) !important;
}

.m-h-1 {
    max-height: 700px;
    overflow-y: auto;
}

.inbox-new {
    font-weight: bold;
    color: darkmagenta;
}

.mail-file {
    display: inline-block;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    padding: 2px 52px 0 30px;
    height: 43px;
    background: no-repeat 0 0;
    background-size: auto 43px;
    margin: 0 0 20px 0;
    color: #818181;
    font-size: .9375rem;
}

    .mail-file p {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0;
    }

    .mail-file.pdf {
        background-image: url('/img/file-pdf.png');
    }

    .mail-file.doc {
        background-image: url('/img/file-doc.png');
    }

    .mail-file.xls {
        background-image: url('/img/file-xls.png');
    }

    .mail-file.img {
        background-image: url('/img/file-img.png');
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 30px !important;
}

.widget.widget-activity {
    border: 0;
    margin-bottom: 0
}


body, html {
    font-size: 14px;
}

.modal .modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #f1f1f1;
}

    .chip img {
        float: left;
        margin: 0 10px 0 -25px;
        height: 50px;
        width: 50px;
        border-radius: 50%;
    }

.chipclosebtn {
    padding-left: 10px;
    color: #888;
    font-weight: bold;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

    .chipclosebtn:hover {
        color: #000;
    }

@media (min-width: 768px) {
    .modal-xl, .modal-lg-plus {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .modal-xl, .modal-lg-plus {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1200px;
    }

    .modal-lg-plus {
        max-width: 1000px;
    }
}

@media (min-width: 1500px) {
    .modal-xl {
        max-width: 1500px;
    }

    .modal-lg-plus {
        max-width: 1000px;
    }
}


.tabs-section-nav.tabs-section-nav-inline .nav-link.active {
    border-bottom: solid 3px #096DA8;
}

.tabs-section-nav.tabs-section-nav-inline .nav-link.has-error {
    border-left: solid 3px #f17b6f;
}

/*.modal-dialog:not(.modal-sm):not(.modal-lg) {
	-webkit-box-shadow: 0px 0px 20px 5px #999;
	box-shadow: 0px 0px 20px 5px #999;
	border: 1px solid #096DA8;
}*/

.chat-scroll {
    height: 500px;
    overflow-y: scroll;
}

.chat-width {
    width: 100%;
}

.Employeediv {
    width: 100%;
    border-collapse: collapse;
}

    /* Define the hover highlight color for the table row */
    .Employeediv .widget-tasks-item:hover {
        background-color: #929ea7;
    }

/*.btn-group widget-menu .fa fa-star:hover {
    font-weight: 600;
}*/

.nav.nav-pills .nav-link.active {
    border-radius: 5rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.typeahead-field input {
    height: 38px;
}

.typeahead-dropdown, .typeahead-list {
    max-height: 200px !important;
    overflow-y: scroll !important;
}

/*ul.side-menu-list li ul li ul {
    background-color: #ffffff;
}*/

.notie-container {
    z-index: 2000 !important;
}

.has-error .select2-selection {
    border: 1px solid #a94442;
    border-radius: 4px;
}

.letter-new {
    min-height: 600px;
}

.sweet-overlay {
    z-index: 2000 !important;
}

.sweet-alert {
    z-index: 2050 !important;
}

.show-input h2 {
    display: none;
}

.box-typical-body.max-height {
    max-height: 280px;
    overflow: auto;
    position: relative;
}

    .box-typical-body.max-height .link-selector {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 99, 144, 0.8);
        z-index: 5000;
    }

.btn-related-type {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 120px);
}

.widget-tasks-item {
    cursor: pointer;
}

    .widget-tasks-item:hover {
        background: #f2f2f2 !important;
    }

.letter-cc-list .widget-tasks-item.has-error p, .letter-cc-list .widget-tasks-item.has-error a, .letter-cc-list .widget-tasks-item.has-error i {
    color: #fff !important;
}

.letter-cc-list .widget-tasks-item.has-error, .letter-cc-list .widget-tasks-item.has-error:hover, .letter-cc-list .widget-tasks-item.has-error .dropdown-menu {
    background: #f17b6f !important;
}

.widget-tasks-item.has-error + .widget-tasks-item.has-error {
    border-top: 2px solid #fff;
}

.sweet-alert textarea {
    height: 100px !important;
}

.typeahead-button, .dynamsoft-dwt-dialogProgress, .dynamsoft-dialog-wrap {
    display: none !important;
}

.computer-code {
    border-color: #d8e2e7 !important
}

.tbl-cell-val {
    font-weight: bold;
    color: #000;
    padding-left: 10px;
}

.receive-header.disabled .tbl-cell {
    color: #adb7be !important;
    font-weight: normal !important;
}

.checkbox-bird input:disabled + label::before {
    color: #fff;
}

.checkbox-bird input:disabled + label::before {
    content: "" !important;
    background-image: url(/images/customs/close.svg);
}

.checkbox-bird input:disabled:checked + label::before {
    content: "" !important;
    background-image: url(/images/customs/check.svg);
}

td .checkbox-bird input + label::before, th .checkbox-bird input + label::before {
    right: unset !important;
    left: calc(50% - 10px) !important;
}

.toggle-hover .toggle-hover-checkbox {
    display: none !important;
}

.toggle-hover:hover .toggle-hover-label {
    display: none !important;
}

.toggle-hover:hover .toggle-hover-checkbox {
    display: block !important;
}

.toggle-hover-checkbox label {
    font-size: .8em !important;
}

.receive-gallery {
    margin-left: 10px;
}

    .receive-gallery .thump img.active {
        border: 1px solid #096DA8;
    }

    .receive-gallery .thump img:hover {
        border: 1px solid #adb7be
    }

    .receive-gallery .thump img {
        display: block;
        border: 1px solid rgba(197,214,222,.7);
        cursor: pointer;
    }


    .receive-gallery .thump {
        border: 1px solid rgba(197,214,222,.7);
        padding: 3px;
        background-color: rgba(197,214,222,.7);
    }

.workflow-row-item .workflow-row-item-content {
    border-bottom: solid 1px #d8e2e7 !important;
}

.workflow-row-item.confirm .workflow-row-item-content {
    border-bottom: solid 1px #28a745 !important;
}

.workflow-row-item.reject .workflow-row-item-content {
    border-bottom: solid 1px #f17b6f !important;
}

.workflow-row-item:not(:last-child):before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 44px;
    top: 15px;
    border-left: solid 1px #d8e2e7;
}

.workflow-row-item:not(:last-child).confirm:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 44px;
    top: 15px;
    border-left: solid 2px #28a745;
}

.workflow-row-item.reject:not(:last-child):before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 44px;
    top: 15px;
    border-left: solid 2px #f17b6f;
}

.workflow-row-item.confirm .avatar-preview img {
    border: solid 3px #28a745;
    background-color: #fff;
    padding: 2px;
}

.workflow-row-item.reject .avatar-preview img {
    border: solid 3px #f17b6f;
    background-color: #fff;
    padding: 2px;
}

.avatar-preview.avatar-preview-40 {
    width: 60px;
    height: 60px;
    padding: 3px;
}

.message-rows-container {
    border: solid 1px #d8e2e7;
    border-left: none;
    border-right: none;
    max-height: 570px;
    position: relative;
    margin: 0 -15px;
    padding: 15px;
    background: #f6f8fa;
}


.message-row-item .avatar-preview {
    padding-right: 10px;
    box-sizing: content-box;
}

.message-row-item:nth-child(odd) .tbl-cell-message {
    background: #f6f8fa;
    color: #fff;
    padding: 10px;
    border-radius: 22px;
}



.message-row-item:nth-child(even) .tbl-cell-message {
    background: #fae39e;
    color: #343434;
    padding: 10px;
    border-radius: 22px;
}

.message-row-item:nth-child(even) {
    direction: rtl;
}

.message-row-item:not(:last-child) {
    border-bottom: solid 1px #aaa;
    padding-bottom: 15px;
}

.message-row-item:nth-child(even) .tbl-row {
    direction: ltr;
}

.message-row-item .tbl-cell-name {
    margin-bottom: 5px;
}

.zoom-container .button-holder button {
    padding: .3em !important;
    color: #fff;
}

.chat-area-bottom.reader {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.related_icon.reader {
    font-size: 2.5em;
    color: #096DA8;
    background: #fff;
}

.inbox-header-info {
    width: 50%;
    cursor: pointer
}

/*.mail-info .tbl {
    width: 200px !important
}*/

.mail-item .mail-info {
    width: 35% !important;
}

.mail-info .date {
    width: 70px;
}

.reader-refer-section {
    background: #f6f8fa !important;
}

.float-notify {
    position: absolute !important;
    top: 15px;
    left: 15px;
    font-size: .7em;
    z-index: 2000;
    animation-name: NotifyAnimate;
    animation-duration: 2s;
    animation-delay: 5s
}

@keyframes NotifyAnimate {
    0% {
        transform: scale(1,1) rotate(0deg)
    }

    50% {
        transform: scale(3,3) rotate(360deg)
    }

    100% {
        transform: scale(1,1) rotate(0deg)
    }
}

.dropdown-toggle.hide-after:after {
    display: none !important;
}

.mess-item.bg-danger * {
    color: #fff !important;
}

.site-header .dropdown-menu-messages .mess-item .mess-item-date {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8rem;
}

.site-header .dropdown-menu-messages .mess-item:hover {
    border-bottom: 1px solid #096DA8;
}

.dropdown-notification .avatar-preview i {
    font-size: 20px;
    text-align: center;
    line-height: 32px;
    color: #096DA8;
}

.thump .img-thumb {
    position: relative;
}

    .thump .img-thumb .close {
        position: absolute;
        top: 3px;
        color: #fa424a;
        right: 3px;
        font-size: 1em;
        cursor: pointer;
    }

.mail-box-work-area .mails {
    max-height: 600px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.site-header .dropdown-menu-messages .mess-item.inbox {
    padding: 14px 57px 14px 50px !important;
}

.site-header .dropdown-menu-messages .mess-item span.type {
    position: absolute;
    right: 15px;
    top: Calc(50% - 13px);
    font-size: 1.5em;
    line-height: 100%;
    font-weight: normal;
}

.site-header .dropdown-menu-messages {
    width: 350px !important
}

.fr-counter {
    display: none !important;
}

.modal-multiple.modal {
    background: rgba(0,0,0,.5);
}

#mdlQuickLetterSubject .modal-body {
    padding: 15px;
}

#MainTab > .nav-item .nav-link.blink-alert {
    -webkit-animation-name: TabBlink; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 2s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-name: TabBlink;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
}

.btn-addcomment {
    position: absolute;
    top: 5px;
    background: transparent;
    border: 0;
    color: #096DA8;
    right: 5px;
}

    .btn-addcomment.second {
        top: 25px;
    }

.force-hide {
    display: none !important;
}

.image-viewer-container {
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: all .5s; /* Safari */
    transition: all .5s;
    border: 1px solid rgba(120,120,120,.3) !important;
}

    .image-viewer-container:hover {
        max-height: 80px;
        margin-top: -40px;
    }

    .image-viewer-container.active {
        border: 1px solid #096DA8 !important;
    }

    .image-viewer-container img {
        border: 0 !important;
    }

/* Safari 4.0 - 8.0 */
@-webkit-keyframes TabBlink {
    0% {
        background-color: #f6f8fa;
        color: #6c7a86
    }

    50% {
        background-color: #ffc107;
        color: #fe5500
    }

    100% {
        background-color: #f6f8fa;
        color: #6c7a86
    }
}

/* Standard syntax */
@keyframes TabBlink {
    0% {
        background-color: #f6f8fa;
        color: #6c7a86
    }

    50% {
        background-color: #ffc107;
        color: #fe5500
    }

    100% {
        background-color: #f6f8fa;
    }
}


.modal-fullscreen {
    max-width: unset !important;
    width: 100% !important;
    height: 100% !important;
    max-height: unset !important;
    margin: 0 !important;
}

    .modal-fullscreen .modal-content {
        height: 100% !important;
    }

.modal .modal-content.imageviewer {
    background: rgba(0,0,0,.7) !important;
}

.modal-fullscreen .modal-body {
    max-height: unset !important;
}

.modal-fullscreen .modal-header .modal-close {
    margin-top: -8px !important;
}

#SecInboxPage .select2 {
    min-width: 200px;
}

.text-blue {
    color: #096DA8
}

.image-group-container img {
    margin-right: 0 !important;
    border: 2px solid #ac6bec !important;
}

    .image-group-container img:hover {
        margin-right: 0 !important;
        border: 2px solid #ac6bec !important;
    }

.image-group-avatar {
    filter: unset !important;
    -webkit-filter: unset !important;
    border: 3px solid #ac6bec !important;
}

.cycle-time {
    font-size: .8em;
    color: #adb7be;
}

.copyright {
    background-color: #fff;
    width: 238px;
    background: #f6f8fa;
}


    .copyright .side-menu-list {
        margin: 0;
    }

        .copyright .side-menu-list a, .copyright .side-menu-list li > span {
            padding: 11px;
        }

.force-hide {
    display: none !important;
}

.modal-guide {
    max-width: 95% !important;
}

.modal-dialog.modal-lg.modal-guide div > img {
    position: relative;
    margin-bottom: 100px;
    border: 1px solid #096DA8;
    /* border-bottom: 1px dashed #bbb; */
    padding: 1rem;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.25);
}

.site-header-collapsed-in > div:not(:last-child)::after {
    content: "";
    top: 20%;
    bottom: 20%;
    position: absolute;
    border-right: 1px solid #adb7be;
    right: 8px;
}

/* Extra small */
@media only screen and (min-width : 480px) {
    .copyright {
        position: relative;
    }

    .popover {
        max-width: 90% !important;
    }

    .mail-box-work-area .Category {
        padding-right: 15px !important;
        margin-bottom: 15px;
    }

    .mail-box-work-area .mails {
        padding-right: 0px;
        padding-left: 15px;
    }

    .mail-box-work-area .mail-item {
        min-width: unset !important
    }
}
/* Small */
@media only screen and (min-width : 768px) {
}
/* Medium */
@media only screen and (min-width : 992px) {
    .popover {
        max-width: 576px !important;
    }

    .mail-box-work-area .Category {
        padding-right: 0 !important;
        margin-bottom: 0;
    }

    .mail-box-work-area .mails {
        padding-right: 15px;
        padding-left: 0;
    }

    .mail-box-work-area .mail-item {
        min-width: 768px !important
    }
}
/* Large */
@media only screen and (min-width : 1200px) {
    .hide-target-xl .target-object {
        display: none
    }
}

@media only screen and (min-width : 1057px) {
    .copyright {
        position: fixed;
        bottom: 0;
        left: 0;
    }
}


@media (max-width: 575.98px) {
}


@media (max-width: 767.98px) {
    .hide-target-max-sm .target-object {
        display: none
    }
}


@media (max-width: 991.98px) {
}


@media (max-width: 1199.98px) {
}

/*.popover {
	border-color:rgba(0,168,255,0.5)!important ;
}

.popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left {
    top: -48px !important;
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::before, .popover.bs-popover-left .arrow::after, .popover.bs-popover-left .arrow::before {
	margin-top: 36px !important;
	border-left-color: rgba(0, 170, 255, 0.44) !important;
}*/

.dropdown-more-caption > .dropdown-item {
    padding-left: 0 !important;
}

.dropdown.dropdown-typical .dropdown-more .dropdown-more-caption.padding {
    padding-right: 37px !important;
    padding-left: 12px !important;
}

.tree-dropdown .dropdown-menu {
    left: 0;
    right: 0;
}

.widget-menu .btn-group {
    float: right;
}

text.get-text.get-text-2 {
    font-size: 14px !important;
}

.typeahead-dropdown .equal-height {
    height: 28px;
}

.mail-item .mail-info .work-flow.underline {
    border-bottom: 2px solid #ccc;
}

.mail-item .title a {
    font-weight: bold;
    background-color: #ebf3f5;
    border-left: 3px #ccc solid;
    padding: 5px;
}

.text-side {
    text-align: left !important;
}

.text-unside {
    text-align: right !important;
}

.mail-item .date-holeder {
    font-weight: bold;
    color: #62b3e2;
}

.mail-item .check-seg .letters-num {
    font-weight: bold;
    color: #64798a;
    font-size: 1em;
    text-align: center;
    display: block;
}

.mail-item .check-seg .checkbox-bird {
    text-align: center;
}

    .mail-item .check-seg .checkbox-bird input + label {
        display: inline;
    }

        .mail-item .check-seg .checkbox-bird input + label:before {
            right: unset;
            left: calc(50% + 5px);
        }

.mail-item {
    padding: 5px !important;
}

.proj-page-subtitle [data-toggle="collapse"] .font-icon {
    position: absolute;
    right: 20px;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s; /* Safari 3.1 to 6.0 */
}


.proj-page-subtitle [data-toggle="collapse"]:not(.collapsed) .font-icon:before {
    content: "\51";
}

.widget-menu {
    right: 0;
    top: calc(50% - 10px);
    position: absolute;
}

li.follow.widget-tasks-item:not(:last-child):after {
    content: "\f175";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 26px;
    bottom: -10px;
    z-index: 1000;
    font-size: 20px;
    color: #0a0;
}

.sortable-placeholder {
    height: 70px;
    border: dotted 1px #adb7be
}

.mail-item .sender-avatar img.rounded-circle {
    border: 1px solid #aaa;
}

[onclick] {
    cursor: pointer !important;
}

[onclick="#"] {
    cursor: default !important;
}

.field-validation-error {
    color: #f00;
}

button:disabled, a:disabled {
    cursor: not-allowed !important;
}

.upload-bg-grey {
    background-color: #fbfbfb;
}

.glowing {
    text-decoration: none;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        -webkit-box-shadow: 0 0 3px #096DA8;
    }

    50% {
        -webkit-box-shadow: 0 0 8px #096DA8;
    }

    100% {
        -webkit-box-shadow: 0 0 3px #096DA8;
    }
}

@-moz-keyframes glowing {
    0% {
        -moz-box-shadow: 0 0 3px #096DA8;
    }

    50% {
        -moz-box-shadow: 0 0 8px #096DA8;
    }

    100% {
        -moz-box-shadow: 0 0 3px #096DA8;
    }
}

@-o-keyframes glowing {
    0% {
        box-shadow: 0 0 3px #096DA8;
    }

    50% {
        box-shadow: 0 0 8px #096DA8;
    }

    100% {
        box-shadow: 0 0 3px #096DA8;
    }
}

@keyframes glowing {
    0% {
        box-shadow: 0 0 3px #096DA8;
    }

    50% {
        box-shadow: 0 0 8px #096DA8;
    }

    100% {
        box-shadow: 0 0 3px #096DA8;
    }
}

.btn-toolbar .btn {
    min-width: 0 !important;
}

table.inline-edit td:last-child {
    width: 25px;
}

    table.inline-edit td:last-child button {
        margin: 5px 0 !important;
    }

.header-message:empty {
    display: none;
}

[data-notify].alert {
    z-index: 9999 !important;
}

.table-attedance .border-bottom {
    border-bottom-color: #d8e2e7 !important;
}

.table-attedance .form-group {
    height: 28px !important;
    margin-bottom: 0 !important;
}

.fr-popup .fr-checkbox-line label {
    display: inline-block !important;
}

.table-image {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.comment-item:hover {
    background-color: #f6f8fa;
}

img {
    max-width: 100%;
}

#createparty .nav.nav-pills .nav-link {
    border-radius: .25rem;
    padding: 15px;
}

    #createparty .nav.nav-pills .nav-link.active {
        border-radius: .25rem;
        padding: 15px;
    }

.modal-header {
    border-bottom-color: #096DA8;
    color: #666;
    height: 45px;
}

.modal-content {
    border-radius: .6rem !important
}

.modal-close {
    color: #666;
}

.jstree-dropdown {
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
}

.friends-list-item.active {
    border-top: 1px solid #096DA8;
    border-bottom: 1px solid;
}

.teaxtarea-tag {
    zoom: 1;
    list-style-type: none !important;
}

    .teaxtarea-tag:before, .teaxtarea-tag:after {
        content: '';
        display: table;
    }

    .teaxtarea-tag:after {
        clear: both;
    }

    .teaxtarea-tag li {
        position: relative;
        float: left;
        margin: 0 0 8px 12px;
    }

        .teaxtarea-tag li:active {
            margin-top: 1px;
            margin-bottom: 7px;
        }

        .teaxtarea-tag li:after {
            content: '';
            z-index: 10;
            position: absolute;
            top: 10px;
            right: -2px;
            width: 5px;
            height: 6px;
            opacity: .95;
            background: #096DA8;
            border-radius: 3px 0 0 3px;
            -webkit-box-shadow: inset 1px 0 #adb7be;
            box-shadow: inset 1px 0 #adb7be;
        }

    .teaxtarea-tag a, .teaxtarea-tag span {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .teaxtarea-tag a {
        height: 26px;
        line-height: 23px;
        padding: 0 9px 0 8px;
        font-size: 12px;
        color: #555;
        text-decoration: none;
        text-shadow: 0 1px white;
        background: #fafafa;
        border-width: 1px 0 1px 1px;
        border-style: solid;
        border-color: #dadada #d2d2d2 #c5c5c5;
        border-radius: 3px 0 0 3px;
        -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.7), 0 1px 2px rgba(0, 0, 0, 0.05);
    }

        .teaxtarea-tag a:hover span {
            padding: 0 7px 0 6px;
            max-width: 1000px;
            -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.15), 1px 1px 2px rgba(0, 0, 0, 0.2);
        }

    .teaxtarea-tag span {
        position: absolute;
        top: 1px;
        left: 100%;
        z-index: 20;
        overflow: hidden;
        max-width: 0;
        height: 24px;
        line-height: 21px;
        padding: 0 0 0 2px;
        color: white;
        text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
        background: #096DA8;
        border: 1px solid;
        border-radius: 0 2px 2px 0;
        opacity: .95;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
        -webkit-transition-property: padding, max-width;
        -moz-transition-property: padding, max-width;
        -o-transition-property: padding, max-width;
        transition-property: padding, max-width;
    }

    .teaxtarea-tag li.green:after {
        background: #65bb34;
        -webkit-box-shadow: inset 1px 0 #3a6b1e;
        box-shadow: inset 1px 0 #3a6b1e;
    }

    .teaxtarea-tag li.green span {
        background: #65bb34;
    }

    .teaxtarea-tag li.red:after {
        background: #f17b6f;
        -webkit-box-shadow: inset 1px 0 #d06d63;
        box-shadow: inset 1px 0 #d06d63;
    }

    .teaxtarea-tag li.red span {
        background: #f17b6f;
    }

.tagcloud ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tagcloud ul li {
        display: inline-block;
        margin: 0 .3em .3em 0;
        padding: 0;
    }

        .tagcloud ul li a {
            display: inline-block;
            max-width: 100px;
            height: 28px;
            line-height: 28px;
            padding: 0 1em;
            background-color: #fff;
            border: 1px solid #aaa;
            border-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: #333;
            font-size: 13px;
            text-decoration: none;
            -webkit-transition: .2s;
            transition: .2s;
        }

            .tagcloud ul li a:hover {
                background-color: #3498db;
                border: 1px solid #3498db;
                color: #fff;
            }

.input-group .select2-container {
    width: calc(100% - 44px) !important
}

.vakata-context {
    z-index: 999999;
}

table:not(.table-acl) tr th:first-child, table:not(.table-acl) tr td:first-child {
    text-align: center !important;
}

table td {
    padding: 0 5px !important;
}

.bootstrap-table .table td, .fixed-table-body .table td, .table td {
    height: auto !important;
}

.progress-with-amount .progress-with-amount-number {
    left: calc(100% - 45px) !important;
}

.progress-with-amount {
    padding-right: 50px !important;
}

.border-double {
    border-width: 4px !important;
    box-sizing: content-box;
}

.cursor-default {
    cursor: default !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.select2-results__group {
    background-color: #343a40 !important;
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
    color: #fff !important;
}

.border-waiting-0 .has-waiting {
    border: 0 !important;
}

.header-white.card-header {
    background-color: #fff !important
}

.table-attedance .col-auto:not(:nth-child(2)) {
    max-width: 80px !important
}

.text-grey {
    color: #d8e2e7 !important
}

.select2-results__option .wrap:before {
    font-family: FontAwesome !important;
    color: #096DA8;
    content: "\f096" !important;
    width: 25px !important;
    height: 25px !important;
    padding-right: 10px;
}

.select2-results__option:hover .wrap:before {
    color: #fff;
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: "\f14a" !important;
}

.dashboard-scroll-transition {
    transition: all .7s ease 0s;
    -webkit-transition: all .7s ease 0s;
}

.table-dailyschedule .times {
    position: relative;
    padding: 0 25px;
    height: 35px;
    border: 1px solid #adb7be;
    border-left: 0;
}

    .table-dailyschedule .times .timehead {
        text-align: left;
        width: 35px;
        font-size: 12px;
    }

    .table-dailyschedule .times:not(:first-child) {
        border-top: 0 !important
    }

.table-dailyschedule .titles > div {
    height: 35px;
    width: auto;
    line-height: 35px;
    border: 1px solid #adb7be;
    padding: 0 8px;
    border-top: 0 !important
}

    .table-dailyschedule .titles > div:first-child {
        border-left: 0 !important
    }

.table-dailyschedule .times .classtime {
    color: #fff;
    overflow: hidden;
    line-height: 35px;
    border-color: #fff !important;
}

.btn.no-hover:hover {
    background-color: #fff !important;
    cursor: default !important;
}

.btn.no-hover.btn-secondary-outline:hover {
    color: #6b7a85 !important;
}

.btn.no-hover.btn-success-outline:hover {
    color: #46c35f !important;
}

.btn.no-hover.btn-danger-outline:hover {
    color: #fa424a !important;
}

.bg-light-grey {
    background-color: #f5f5f5;
}

.text-gray {
    color: #a7a7a7 !important;
}

.bg-gray {
    background-color: #eceff4 !important;
}

.sideimg {
    background-image: url(/images/login.png);
    background-position: center;
    background-size: cover;
}

.sign-box {
    border-color: #e0e4e4 !important;
}

.KurdishFont {
    font-family: 'KurdishFont';
}

.table-border-radius {
    border: 1px solid #c7c7c7;
    border-radius: 15px;
}

    .table-border-radius table {
        border-collapse: collapse !important;
        border-radius: 15px !important;
        overflow: hidden !important;
    }

        .table-border-radius table th {
            color: #a7a7a7 !important;
        }

.table td {
    padding: 3px !important
}

.modal .modal-dialog:not(.modal-maximum) .fa-window-restore {
    visibility: hidden;
    display: none;
}

.modal .modal-dialog.modal-maximum .fa-window-maximize {
    visibility: hidden;
    display: none;
}

.modal .modal-header .modal-size {
    right: 40px
}

@media (min-width: 1350px) {
    .table-dailyschedule {
        overflow: hidden;
    }
}

@media (max-width: 1350px) {
    .table-dailyschedule .d-xl-block {
        display: none !important;
    }
}


@media (min-width: 576px) {
    .modal-dialog.modal-maximum {
        height: 100%;
        width: 100%;
        max-width: unset;
        max-height: unset;
        margin: 0;
    }

        .modal-dialog.modal-maximum .modal-body, .modal-dialog.modal-maximum .modal-content {
            height: 100%;
            width: 100%;
            max-width: unset;
            max-height: unset;
        }
}

.btn-rounded {
    border-radius: 15px !important;
}

.print-holder.collapsed .print-button {
    display: none !important;
}

.fr-wrapper > div[style*='z-index: 9999'] {
    position: absolute;
    top: -10000px;
    opacity: 0;
}

.fr-wrapper div[style*='z-index: 9999'] + .fr-element {
    margin-top: -30px;
}

.fr-toolbar {
    border-top: 5px solid #096DA8 !important;
}

.blockUI.blockOverlay {
    z-index: 1049 !important;
}

.blockUI.blockElement {
    z-index: 1050 !important;
}

.modal .blockUI.blockOverlay, body > .blockUI.blockOverlay {
    z-index: 9998 !important;
}

.modal .blockUI.blockElement, body > .blockUI.blockElement {
    z-index: 9999 !important;
}

.modal-backdrop.show {
    opacity: .7 !important;
}

.blur-transition {
    -webkit-transition: .5s linear -webkit-filter;
    -webkit-transition: .5s linear filter;
    transition: .5s linear filter;
}

.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.form-label {
    margin-bottom: 3px;
}

.select2-container--arrow .select2-selection--single .select2-selection__arrow, .select2-container--default .select2-selection--single .select2-selection__arrow, .select2-container--white .select2-selection--single .select2-selection__arrow {
    background: unset;
}

.modal-body > form > .row.upload-bg-grey {
    border: 0 !important;
    background-color: transparent !important;
    padding: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px !important;
}

.btn-group-toggle .btn.active {
    background-color: #096DA8 !important;
    color: #fff !important;
}

tr.helper > td {
    padding: 1rem !important;
}

.btn-collepse::after {
    float: right;
    position: relative;
    font-family: 'Glyphicons Halflings';
    transition: .3s all ease-in-out;
}

.btn-collepse[aria-expanded="false"]::after {
    content: "\e080"
}

.btn-collepse[aria-expanded="true"]::after {
    content: "\e114"
}

.btn-collepse[aria-expanded="true"] {
    margin-bottom: 0 !important;
}

.ignore-child-minheigh .has-waiting {
    min-height: 0 !important;
}

.ignore-child-border .has-waiting {
    border: 0 !important;
}

.border-color-dark {
    border-color: #929292 !important
}

.bg-light-green {
    background: #cfffd5 !important;
    border-color: #fff !important;
}

.bg-light-blue {
    background: #c3e0f5 !important;
    border-color: #fff !important;
}

.small-header th {
    font-size: .8rem !important;
}

th.text-dark, td.text-dark {
    color: #343a40 !important;
}

.vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.table .vertical-text {
    font-weight: normal !important;
    font-size: .85rem !important;
}

.assignmenttheme {
    background-color: #EFF4F3;
}

.checkbox-bird.close-icon input + label:before {
    content: "\e004" !important;
}

table.vertical-schedule {
    min-width: 1200px;
}

    table.vertical-schedule td:first-child {
        width: 50px;
    }

    table.vertical-schedule td:not(:first-child) {
        width: 14%;
    }

.filter-holder .filter-data {
    padding-left: .5rem;
    border-left: #ababab 2px solid
}

    .filter-holder .filter-data small {
        color: #969696 !important;
        line-height: .9rem;
    }

    .filter-holder .filter-data a {
        margin: 0;
        margin-bottom: -3px;
        color: #096DA8;
        font-weight: bold;
        font-size: .9rem;
        cursor: pointer
    }

    .filter-holder .filter-data small:first-child {
        padding-top: 0;
    }

.contextmenu .items {
    list-style: none;
    margin: 0px;
    margin-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    font-size: 17px;
    color: #333333;
}

.contextmenu hr {
    width: 85%;
    background-color: #E4E4E4;
    border-color: #E4E4E4;
    color: #E4E4E4;
    margin: .3em;
}

.contextmenu {
    display: none;
    position: fixed;
    border: 1px solid #B2B2B2;
    background: #F9F9F9;
    box-shadow: 3px 3px 2px #E9E9E9;
    border-radius: 4px;
    z-index: 9999;
}

    .contextmenu li {
        padding: 3px;
        padding-left: 10px;
        padding-left: .5em;
        padding-right: .5em;
        cursor: pointer;
    }

    .contextmenu .items :hover {
        color: white;
        background: #096DA8;
        border-radius: 2px;
    }

.text-primary {
    color: #096DA8 !important
}

/*.side-menu-list li.opened {
    background-color: #eceff4a8 !important;
}

.side-menu-list li.with-sub {
    border-bottom: 1px solid #ddd;
}*/

.side-menu-list .lbl {
    font-size: .95rem;
}

/*.side-menu-list > li.blue.opened > span {
    background-color: #949292 !important;
}

    .side-menu-list > li.blue.opened > span > .lbl, .side-menu-list > li.blue.opened > span > i {
        color: #fff !important;
    }*/

body.modal-open .jspContainer > .jspPane {
    top: 0 !important;
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #096DA8;
    background-color: transparent;
    border: 0 !important;
}

.box-typical-body > .box-typical {
    border: 0 !important;
}

.box-typical.box-typical-notification .box-typical-body {
    overflow: auto;
    max-height: 250px;
}

.table-attedance .form-control {
    border: 0px !important;
    border-radius: 0 !important;
    height: 100% !important
}

.table-attedance input.form-control {
    font-size: .8rem !important
}

.table-attedance .attedance-title {
    height: 100%;
}

    .table-attedance .attedance-title.absent {
        color: #fa424a
    }

    .table-attedance .attedance-title.delay {
        color: #ffc341
    }

    .table-attedance .attedance-title.present {
        color: #00a636
    }

.table-attedance .checkbox-bird input + label:before {
    content: "\f1db" !important;
    font: normal normal normal 1.5em FontAwesome !important;
    left: 3px !important;
}

.table-attedance .checkbox-bird input:checked + label:before {
    content: "\f111" !important;
}

.checkbox-bird.red input:checked + label:before {
    color: #fa424a
}

.checkbox-bird.green input:checked + label:before {
    color: #00a636
}

.checkbox-bird.orange input:checked + label:before {
    color: #ffc341
}

.table-transparent.table th {
    background: transparent !important;
    color: #666;
}

.table.table-transparent {
    background: transparent !important;
    color: #a7a7a7 !important;
}

.column-hover [data-hover].hovered, .column-hover [data-hover].hovered > label {
    background-color: #eceff4 !important;
}

.column-hover [data-hover].focused, .column-hover [data-hover].focused > label {
    background-color: #dadde0 !important;
}

.column-hover [data-hover].hovered .checkbox-bird input:disabled + label::before {
    color: #eceff4 !important;
}

.column-hover [data-hover].focused .checkbox-bird input:disabled + label::before {
    color: #dadde0 !important;
}

.select2-container--default .select2-selection--multiple {
    border-color: #d6e2e8 !important;
}

.muliple-file-uploader .proj-page-attach {
    padding: 0 30px 0 70px !important;
    margin-left: 15px !important;
    border-left: #d8e2e7 solid 1px;
}

.proj-page-attach .font-icon {
    left: 15px !important;
}

.muliple-file-uploader .drop-zone {
    padding: 20px 0 10px !important
}

.tabs-section-nav .nav-item {
    float: unset !important
}

.page-content-header::after, .page-content-header::before {
    content: unset !important;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.widget-simple-sm-fill .widget-simple-sm-icon {
    height: 65px !important;
    line-height: 65px !important;
}

.progress-compact-style .progress {
    height: 8px;
}

.tabs-section-nav-horz .nav-item {
    float: left !important
}

.tabs-section-nav.tabs-section-nav-horz .nav-link {
    border-bottom-color: transparent;
}

.box-typical {
    border: 0 !important;
}

    .box-typical .box-typical-header {
        text-align: center;
        background-color: #fff;
        color: #707070;
    }

        .box-typical .box-typical-header .tbl-cell.tbl-cell-title h3 {
            font-size: 1.2rem;
            font-weight: normal;
        }

        .box-typical .box-typical-header .tbl-cell.tbl-cell-action-bordered {
            border: 0;
            background-color: #f6f6f6;
            border-radius: 0;
        }

.table thead th {
    background-color: #f6f6f6;
    border: 0;
    font-size: 1.1rem;
    font-weight: normal;
    text-align: center !important;
    color: #707070;
}


.table td {
    border-left: 0;
    border-right: 0;
    padding: .5rem .75rem !important;
}

.table tr:first-child td {
    border-top: 0
}

.form-control, .select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: .5rem;
    padding: .375rem .75rem;
    height: calc(2.25rem + 2px);
    min-height: unset;
    line-height: 1.5 !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
}

.detailed-uploader .proj-page-attach .font-icon {
    top: 1.5rem !important
}

.select-avatar .select2-container--default .select2-selection--single .select2-selection__rendered, .select-avatar .select2-container--arrow .select2-selection--multiple .select2-selection__choice, .select-avatar .select2-container--default .select2-selection--multiple .select2-selection__choice, .select-avatar .select2-container--white .select2-selection--multiple .select2-selection__choice {
    height: auto !important;
}

.action-side-button {
    right: 2rem;
    top: calc(50% - 13.5px);
}

.action-side-parent .action-side-button {
    opacity: 1;
    transition: all .3s;
}

.action-side-parent.collapsed .action-side-button {
    opacity: 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9ecef !important;
    color: #343434 !important;
}

.gd-doc .gd-doc-title {
    width: 60px;
}

.proj-page-attach-grid.file-selector > .gd-doc .gd-doc-title {
    width: 150px;
}

.gd-doc .gd-doc-preview img {
    height: auto;
    width: 48px !important;
}

.proj-page-attach-section .proj-page-attach-grid .gd-doc {
    margin: 0 0 20px 15px !important;
    height: 145px;
    overflow: hidden;
}

.proj-page-attach-section .proj-page-attach-grid.file-selector .gd-doc:first-child {
    margin: 0 0 20px 0 !important;
}

.proj-page-attach-section .proj-page-attach-grid.file-selector .gd-doc:last-child {
    margin: 0 0px 20px 0 !important;
}

.proj-page-attach-section {
    overflow-y: auto;
    border: solid 1px #d8e2e7 !important;
}

    .proj-page-attach-section .proj-page-attach-section-in {
        padding: 0px 15px 0px !important;
        margin-bottom: -1px;
    }

    .proj-page-attach-section.attach-viewer .proj-page-attach-section-in {
        padding: 0px 3rem 0px 2rem !important;
    }

.gd-doc .gd-doc-preview.always-show a .icon {
    display: block !important
}

.gd-doc .form-control-sm {
    width: 75%;
    margin: 0 auto;
    padding-top: .125rem;
    padding-bottom: .125rem;
    height: calc(1.75rem + 2px);
    line-height: 1.2 !important;
}

.proj-page-attach-section .proj-page-attach-grid.file-selector .gd-doc {
    height: 165px;
}

.proj-page-attach-grid:empty {
    display: none !important;
}

span.treegrid-indent::after {
    content: '';
    position: absolute;
    width: 1px;
    top: -1rem;
    left: calc(50% - 2px);
    bottom: -1.5rem;
    background-color: #c1c1c1;
}

span.treegrid-indent + span.treegrid-expander:not(.font-icon-arrow-down)::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #c1c1c1;
    left: -1.2rem;
    right: 1rem;
    top: calc(50% + 2px);
}

span.treegrid-expander.font-icon-arrow-down::after {
    content: '';
    position: absolute;
    width: 1px;
    top: 50%;
    left: calc(50% - 2px);
    bottom: -1.5rem;
    background-color: #c1c1c1;
    z-index: 0;
}

span.treegrid-expander.font-icon::before {
    z-index: 10;
}

.treegrid-indent {
    width: 30px !important;
}

tbody, thead {
    text-align: center
}

tr[class|=treegrid] td:first-child {
    text-align: left !important;
}

span.treegrid-indent, span.treegrid-expander {
    position: relative !important;
}

.stay-ontop {
    position: sticky;
    z-index: 999;
    top: 0;
}

.mp-results {
    direction: ltr;
    bottom: 0 !important;
    top: unset !important;
}

    .mp-results .mp-result {
        float: left !important
    }

.mp-result .mp-popup {
    bottom: 23px !important;
    top: unset !important;
    max-height: 100vh !important;
    left: 0 !important;
}

tr[class|=treegrid] td:first-child {
    white-space: nowrap !important;
}

.select2-container--arrow .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--white .select2-selection--multiple .select2-selection__choice {
    line-height: 1.5rem !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    line-height: 1.375rem !important;
    margin: 2px !important;
    margin-top: 2px !important;
}

.fixed-sticky-height {
    max-height: 80vh;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.comment-row-item .avatar-preview {
    top: 8px !important;
}

.workflow-row-item:not(:last-child).confirm:before {
    top: 15px !important;
}

tr.confirmation-unread td {
    background-color: #ddd;
    color: #333;
    font-weight: bold;
}

.blockUI.blockElement {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-50%) !important;
}

body > .blockUI.blockOverlay {
    position: fixed !important;
}

.min-height {
    min-height: 15vh !important;
}

.form-control-sm {
    height: calc(1.8125rem + 2px) !important;
}

.proj-page-attach-section .proj-page-attach-grid .gd-doc.output-doc {
    margin: 0 0 1rem !important;
    height: auto !important;
    padding-bottom: 1rem;
    border-bottom: 1px dotted #ccc;
}

.gd-doc.output-doc .gd-doc-title {
    width: 100% !important
}

.nav-tabs .nav-item.header-item .nav-link.active {
    background-color: transparent;
    border: 0;
    border-bottom: 5px solid #007bff;
}

.nav-tabs .nav-item.header-item {
    max-width: 360px !important;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-bordered.table-acl td, .table-bordered.table-acl th {
    border: 1px solid #dee2e6 !important
}

table[role="treegrid"] tr > td:first-child {
    text-align: left;
}

.attach-item {
    position: relative;
    cursor: pointer;
}

    .attach-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: transparent;
        left: 50%;
        transform: translateX(-50%);
        transition: .25s all ease-in;
    }

    .attach-item:hover::after {
        left: 0;
        width: 100%;
        background-color: #096DA8;
        transform: translateX(0);
    }

.table.table-side th, .table.table-side td {
    text-align: left !important;
}

.box-typical.box-transparent, .box-typical.box-transparent .box-typical-header, .box-typical.box-transparent .table {
    background: transparent !important;
    background-color: transparent !important;
}

.tag-holder .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding-top: 4px !important
}

.tag-holder .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-top: 2px !important;
}

.fr-toolbar.fr-inline {
    z-index: 9999 !important
}

.fr-quick-insert {
    left: -25px !important;
}

.table-viewer-holder table td {
    height: auto !important;
    line-height: 1;
    font-weight: normal;
    font-size: .95rem;
}

.table-viewer-holder table tr:not(:last-child) td {
    border-color: #b3d7f7 !important;
}

.table-viewer-holder table tr:last-child td {
    border-color: #096DA8 !important;
}

.table-viewer-holder table th {
    border-bottom: 1px solid #b3d7f7 !important;
    color: #096DA8 !important;
    background-color: #f0f5f7 !important;
    height: auto !important;
    line-height: .75;
    font-weight: normal;
    font-size: .95rem;
}

.table-viewer-holder table td .btn {
    /*padding: 0 .5rem !important;*/
    line-height: 1 !important;
    font-weight: normal !important;
}

.table-viewer-holder table {
    border: 1px solid #096DA8 !important;
}

.table-viewer-holder {
    padding: 0 1rem;
}

.popover {
    border: 1px solid #000 !important
}

.bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
    border-left-color: #000 !important;
}

.bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
    border-left-color: #000 !important;
}

.dropdown-menu .dropdown-item:last-child {
    border: 0 !important;
}

.dropdown-menu .dropdown-item {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 6px;
}

    .dropdown-menu .dropdown-item:hover {
        background-color: #dbe4ea;
        border-color: #dbe4ea;
        color: #6c7a86;
    }

.wizard.vertical .actions {
    background-color: transparent !important;
}

.wizard.vertical .steps {
    border-right: 1px solid #dee2e6 !important;
}

.checkbox-bird.center-check input + label:before {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

table.inline-edit td, table.inline-edit th {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
}

ul {
    list-style-position: inside;
}

#dependencyBreakdownTree {
    width: 100%;
    max-height: 200px;
    white-space: nowrap;
    overflow: scroll;
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.form-label-group {
    position: relative;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
        height: unset !important;
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }


.form-control {
    border: solid 1px #b2d1e3
}

.table thead th, .bootstrap-table .table thead th, .fixed-table-body .table thead th, .table thead th, .table tfoot th {
    background-color: #d8e2e7 !important;
}

body, button, html, input, select, textarea, .table thead th, .table tfoot th {
    color: #666;
}

.table thead th, .table tfoot th {
    font-weight: normal;
    border-bottom: 1px solid #fff;
}

/*.modal-dialog:not(.ignore-style) > .modal-content > .modal-body, .card:not(.ignore-style), .box-typical:not(.ignore-style), .gantt_container {
    background-color: #f3f5f7 !important;
}
*/

.owl-carousel .project-item {
    padding: 1rem;
    color: #999;
    border-radius: 15px;
}

/* Chrome, Safari, Edge, Opera */
input[type=number].hide-arrow::-webkit-outer-spin-button,
input[type=number].hide-arrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].hide-arrow {
    -moz-appearance: textfield;
}


.select2-dropdown.multiple-option .select2-results__option {
    position: relative;
    padding-left: 30px !important;
}

    .select2-dropdown.multiple-option .select2-results__option:before {
        font-family: fontAwesome;
        color: #999;
        content: "\f096";
        width: 24px;
        height: 24px;
        left: 6px;
        position: absolute;
        font-size: 18px;
        line-height: 24px;
    }

    .select2-dropdown.multiple-option .select2-results__option[aria-selected=true]:before {
        content: "\f14a";
    }

.select2-remove-border + .select2-container .select2-selection--multiple {
    border: 0 !important;
}

.comment-row-item .comment-row-item-content {
    border-bottom: solid 1px #d8e2e7 !important;
}

.comment-row-item.confirm .comment-row-item-content {
    border-bottom: solid 1px #28a745 !important;
}

.comment-row-item.reject .comment-row-item-content {
    border-bottom: solid 1px #f17b6f !important;
}

.comment-row-item:not(:last-child):before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 44px;
    top: 15px;
    border-left: solid 1px #d8e2e7;
}

.comment-row-item:not(:last-child).confirm:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 44px;
    top: 15px;
    border-left: solid 2px #28a745;
}

.comment-row-item.reject:not(:last-child):before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 44px;
    top: 15px;
    border-left: solid 2px #f17b6f;
}

.comment-row-item.confirm .avatar-preview img {
    border: solid 3px #28a745;
    background-color: #fff;
    padding: 2px;
}

.comment-row-item.reject .avatar-preview img {
    border: solid 3px #f17b6f;
    background-color: #fff;
    padding: 2px;
}

.btn-wide {
    min-width: 100px;
}

td .btn:not(.styled), td .btn-group > .btn:not(.styled) {
    background-color: transparent !important;
    border-color: transparent !important;
}

td .btn:not(.styled):hover, td .btn-group > .btn:not(.styled):hover {
    color: unset !important;
}

    td .btn:not(.styled).btn-danger, td .btn-group > .btn:not(.styled).btn-danger {
        color: #fa424a !important;
    }

    td .btn:not(.styled).btn-primary, td .btn-group > .btn:not(.styled).btn-primary {
        color: #096DA8 !important;
    }

    td .btn:not(.styled).btn-secondary, td .btn-group > .btn:not(.styled).btn-secondary {
        color: #6b7a85 !important;
    }

    td .btn:not(.styled).btn-success, td .btn-group > .btn:not(.styled).btn-success {
        color: #46c35f !important;
    }

    td .btn:not(.styled).btn-warning, td .btn-group > .btn:not(.styled).btn-info {
        color: #ac6bec !important;
    }

    td .btn:not(.styled).btn-warning, td .btn-group > .btn:not(.styled).btn-info {
        color: #ac6bec !important;
    }

td .form-control, td .select2-container--default .select2-selection--single, td .select2-container--arrow .select2-selection--single .select2-selection__rendered, td .select2-container--default .select2-selection--single .select2-selection__rendered, td .select2-container--white .select2-selection--single .select2-selection__rendered {
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    border-radius: 0 !important;
    margin: .5rem 0 !important;
    background-color: transparent !important;
}

.tbl-cell-action-normal {
    width: 50px;
    padding: 0 !important;
}

img.custom-edit, img.custom-delete, img.custom-close, img.custom-check, img.custom-eye {
    max-width:unset !important
}

.col-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dynamic-table td .form-control.focus-line {
    outline: none;
    box-shadow: none !important;
}

    .dynamic-table td .form-control.focus-line:focus {
        border-bottom-color: #fa424a;
    }

.dynamic-table tr[data-edit="on"], .dynamic-table tr[data-edit="on"] td {
    background-color: #e2edf9;
}

.dynamic-table td[data-type="Variable"] {
    min-width: 150px;
    border: 1px solid #dee2e6 !important;
}

    .dynamic-table td[data-type="Variable"].color-2 {
        background: rgba(0,255,0,0.1);
    }

    .dynamic-table td[data-type="Variable"].color-4 {
        background: rgba(0,125,125,0.1);
    }

    .dynamic-table td[data-type="Variable"].color-8 {
        background: rgba(0,0,255,0.1);
    }

    .dynamic-table td[data-type="Variable"].color-8192 {
        background: rgba(255,0,0,0.1);
    }

    .dynamic-table td[data-type="Variable"].color-16384 {
        background: rgba(255,0,125,0.1);
    }

    .dynamic-table td[data-type="Variable"].color-32768 {
        background: rgba(235, 104, 133, 0.1);
    }

.new-loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #2093d8; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: new-spin 2s linear infinite;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.3);
}

@keyframes new-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.side-menu-list > li.opened > span {
    border-bottom: 1px solid #096DA81F;
}

.side-menu-list li.with-sub > span .lbl {
    font-weight: bold !important;
    color: #333;
}

button.loader[type="submit"]:disabled::after {
    content: "\f110";
    padding: 0 .5rem;
    animation: fa-spin 2s infinite linear;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.side-menu .side-menu-list > li.with-sub > ul > li > a, .side-menu .side-menu-list > li.with-sub > ul > li > span {
    padding-left: 3rem
}

.side-menu .side-menu-list > li.with-sub li.with-sub > ul > li > a, .side-menu .side-menu-list > li.with-sub li.with-sub > ul > li > span {
    padding-left: 3.75rem
}

.side-menu .side-menu-list > li.with-sub li.with-sub li.with-sub > ul > li > a, .side-menu .side-menu-list > li.with-sub li.with-sub li.with-sub > ul > li > span {
    padding-left: 3.5rem
}

.side-menu .side-menu-list > li.with-sub li.with-sub li.with-sub li.with-sub > ul > li > a, .side-menu .side-menu-list > li.with-sub li.with-sub li.with-sub li.with-sub > ul > li > span {
    padding-left: 4.25rem
}

.side-menu .side-menu-list > li.with-sub li.with-sub li.with-sub li.with-sub li.with-sub > ul > li > a, .side-menu .side-menu-list > li.with-sub li.with-sub li.with-sub li.with-sub li.with-sub > ul > li > span {
    padding-left: 5rem
}

.sticky-start{
    position:sticky;
    left:1rem;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
    display:none !important;
}

.table-responsive {
    /*max-height: 60vh;
    overflow-y: auto;*/
    position: relative !important;
}

.table-responsive .table {
    position: relative;
}

.table-responsive .table thead {
    position: sticky;
    top: 0;
    z-index: 79;
}


.workflow-container {
    position: relative;
}

    .workflow-container .workflow-panel {
        position: absolute;
        top: 0;
        bottom: 0;
        padding: 0;
        z-index: 1000;
        overflow-y: auto;
        background-color: #dde0e4;
        overflow-x: hidden;
        -webkit-transition-property: width, visibility;
        transition-property: width, visibility;
        -webkit-transition-duration: 0.35s;
        transition-duration: 0.35s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .workflow-container .workflow-panel.show {
            padding: 1rem;
        }

        .workflow-container .workflow-panel.workflow-panel-start {
            right: 0;
        }

        .workflow-container .workflow-panel.workflow-panel-end {
            left: 0;
        }

.collapsing.workflow-panel {
    width: 0;
    height: auto;
}

thead > tr > th {
    position: relative;
}

    thead > tr > th.sort::after {
        content: '\f0dc';
        position: absolute;
        right: 5px;
        top: 50%;
        transform: translateY(-50%);
        line-height: 100%;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #bbb
    }

    thead > tr > th.sort-asc::after {
        content: '\f0de';
        color: #666;
    }

    thead > tr > th.sort-desc::after {
        content: '\f0dd';
        color: #666;
    }