﻿.busy-indicator {
    width: 60px;
    height: 80px;
    padding-top: 25px;
    margin: 0 auto;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

.popover {
    width: auto !important;
    max-width: none;
}

#pageContent {
    position: relative;
}

@media (max-width: 768px) {
    .margin-responsive {
        margin: 10px !important;
    }
}

@media (min-width: 768px) {
    .margin-responsive {
        margin: 55px;
    }
}

/* for partial error messages */
.container .container {
    width: 100%
}

.table td.bold {
    font-weight: bold;
    font-weight: 700;
}

.logo p {
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: #465162;
    margin-left: 10px;
    margin-top: 14px;
}

@media screen and (max-width: 992px) {
    section .content-body > div {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

.thumb-info .thumb-info-title {
    font-size: 14px;
    text-transform: none;
    bottom: 3%;
}

.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
    border-radius: 4px !important;
}

td.vcenter {
    vertical-align: middle !important;
}

.operationTableNarrowColumn {
    width: 100px;
    text-align: center;
}

.operationTableColumn {
    width: 160px;
    text-align: center;
}

.operationTableWideColumn {
    width: 200px;
    text-align: center;
}

.asyncSwitchColumn {
    width: 130px;
}

.filter-label {
    padding: 10px 15px;
}

.panel {
    border: 1px solid #ecedf0;
}

.panel-actions .btn-toolbar a {
    width: inherit !important;
    height: inherit !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

    .panel-actions .btn-toolbar a.btn-primary:hover {
        color: #fff !important;
    }

.btn-new {
    margin-bottom: 20px;
}

.btn-filter {
    margin-top: 5px;
}

.btn-cancel {
    color: #333 !important;
    /*background-color: #ecedf0 !important;*/
    /*border-color: #ecedf0 !important;*/
}

    .btn-cancel:hover {
        color: #333 !important;
        border-color: #adadad !important;
    }

.btn-close {
    color: #333 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

    .btn-close:hover {
        color: #333 !important;
        border-color: #adadad !important;
    }

@media screen and (max-width: 1200px) {
    .btn-toolbar {
        padding: 0 10px 10px 0;
    }

    .operationTableNarrowColumn {
        width: 80px;
    }

    .operationTableColumn {
        width: 120px;
    }

    .operationTableWideColumn {
        min-width: 155px;
    }
}

html .wizard-progress-sm, html.dark .wizard-progress-sm {
    margin: 0 auto 30px;
    width: 80%;
}

html .wizard-steps {
    height: 53px;
}

.modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.font-weight-bold {
    font-weight: bold;
}

.bootstrap-tagsinput .tag {
    font-size: 11px !important;
    font-weight: 600 !important;
}

.alert-filter {
    margin-top: 20px;
}

.popover {
    font-family: inherit;
}

.popover-title {
    color: #000;
}

.datepicker {
    padding: 0;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.help-block {
    color: #999999 !important;
    font-size: 12px !important;
    margin-bottom: 0 !important;
}

/* jquery datatables modifications */
div.dataTables_paginate {
    float: none !important;
}

.dataTables_paginate .pagination {
    display: inline-block !important;
    margin: 20px 0 !important;
}


.poaContainer {
    margin-bottom: 15px;
}

.fancytree-container {
    outline: none !important;
}

.sortable-table-row:hover {
    cursor: move;
}

/* input-group-addon - select */
.input-group-addon.select-right {
    min-width: 120px;
    border: none;
    text-align: left;
    padding: 0;
}

    .input-group-addon.select-right .select2-container--bootstrap .select2-selection {
        border-radius: 0 4px 4px 0;
        border-left: none;
    }

.input-group-btn.select-left .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

.input-group.select-left .select2-container--bootstrap .select2-selection {
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
    padding: 20px;
    margin: 0 0 20px 0;
    background: #fdfdfd;
    border: 1px solid #fdfdfd;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout2 {
    padding: 10px;
    background: #fdfdfd;
    margin: 10px 0 0 0;
    border: 1px solid #fdfdfd;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bs-callout2 p:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

/* Tighten up space between multiple callouts */
.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-sm {
    padding: 10px;
}

/* Variations */
.bs-callout-danger {
    border-color: #ce4844;
}

    .bs-callout-danger h4 {
        color: #ce4844;
    }

.bs-callout-warning {
    border-color: #aa6708;
}

    .bs-callout-warning h4 {
        color: #aa6708;
    }

.bs-callout-info {
    border-color: #1b809e;
}

    .bs-callout-info h4 {
        color: #1b809e;
    }


.visibleOnHover {
    display: none;
}

    .visibleOnHover:hover {
        display: inline-block;
    }

.referenceTableCell:hover > a {
    display: inline-block;
}

.selectFilterColumnHeader {
    padding: 2px !important;
    width: 130px !important;
    max-width: 130px !important;
}

    .selectFilterColumnHeader > select {
        min-width: 110px;
        padding: 1px;
        font-size: 13px;
    }

.isInternationalColumn {
    /*padding: 15px !important;*/
    /*font-size: 14px;*/
}

.editButton {
    min-width: 69px !important;
}

.alert-inline-block {
    display: inline-block;
}

.alert-blockquote {
    margin: 0;
    padding: 5px 10px;
}

@media screen and (max-width: 992px) {
    .citation-source-group .select2 {
        max-width: 220px;
    }
}

ul.unit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.research-area-list {
    padding-left: 0px;
    list-style: none;
}

.reference-item {
    padding-bottom: 3px;
    /*padding-top: 7px;*/
    font-size: 12px;
}

.reference-title {
    padding-bottom: 5px;
    /*font-size: medium;*/
}

.has-bold-star {
    white-space: nowrap;
}

.responsive-score-content {
    width: 550px;
    font-size: 13px !important;
}

@media (max-width:991px) {
    .responsive-score-content {
        width: 380px;
        font-size: 11px !important;
    }

    .research-area-group .select2-container--bootstrap {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .reference-item .popover {
        left: 5px !important;
        margin-right: 15px !important;
    }

    .responsive-score-content {
        width: 340px;
        font-size: 9px !important;
    }

    .nmaxDropDown {
        margin-left: auto;
    }

    .factorInput {
        width: auto;
    }
}

@media (min-width:768px) {
    .nmaxDropDown {
        margin-left: 123px;
    }

    .factorInput {
        width: 45px;
    }
}

.research-area-group .select2-search {
    display: none
}

.label-checkbox {
    margin-top: 2px;
    margin-bottom: 0;
}

input.isContinue:placeholder-shown {
    -webkit-text-fill-color: #585757;
}

input.isContinue:-ms-input-placeholder {
    color: #585757
}

.general-info-user-img {
    max-width: 350px;
}

@media(min-width:992px) {
    .general-info-user-img {
        width: 100%;
        max-width: 550px;
    }
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.swal2-footer {
    display: grid;
}

.regionsSelect2 .select2 {
    width: auto !important;
}

.researchAreaSpan {
    height: 100%;
}

.researchAreaButton {
    padding: 0 12px;
    height: 100%;
}

/* sadece safaride çalışacak kurallar */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
    }
}

.flex-parent {
    display: block;
    width: 100%;
}

    .flex-parent .col {
        float: left;
        width: 47%;
        min-width: 160px;
    }

        .flex-parent .col label {
            margin-left: 5px;
        }

.select2-selection__choice {
    white-space: normal;
}

.author-selection-search {
    display: flex;
    align-items: center;
    position: relative;
}

    .author-selection-search input {
        padding-right: 15px;
    }

.author-selection-filter-clear {
    position: absolute;
    right: 5px;
    display: none;
}

.dl-horizontal dt {
    text-align: left;
}

.dl-horizontal {
    font-style: italic;
    font-size: 11px;
}

.dt-width {
    width: 335px !important;
    font-weight: 500 !important;
}

@media(min-width:992px) {
    .row.display-flex {
        display: flex;
        flex-wrap: wrap;
    }

        .row.display-flex > [class*='col-'] {
            display: flex;
            flex-direction: column;
        }

    .panel.display-flex {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

        .panel.display-flex .panel-body {
            height: 100%;
        }
}

#license a {
    text-decoration: none;
}

#sherpaRomeoInfo > div.panel > div.panel-body div.row > img {
    display: block;
    margin: 0 auto;
}

#sherpa-romeo td.yellow {
    background: #FFFF99;
}

#sherpa-romeo td.green {
    background: #D0F9D2;
}

#sherpa-romeo td.blue {
    background: #D3ECFA;
}

#sherpa-romeo td.white {
    background: #FFFFFF;
}

.license_icons {
    display: table;
    width: 100%;
    max-width: 250px;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 33px;
}

    .license_icons > div {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

.fc_info_box > div {
    display: table-cell;
    text-align: center;
}

.whatis {
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    vertical-align: middle;
    width: 100%;
}

#license_title {
    display: block;
    top: 68px;
    left: 30px;
    right: 30px;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    word-spacing: 2px;
    z-index: 50;
}

#license_title_link {
    font-size: 16px;
}

.creative_commons_license .control-label {
    text-align: center !important;
    line-height: 1.6em;
    font-weight: bold;
}

.contact a i.ai-publons {
    background-color: #336699 !important;
    font-size: 1.2em !important;
    color: #FFF !important;
}

.contact a i {
    color: #fff;
    background-color: #505050;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    .contact a i.ai-google-scholar {
        background-color: #c6c6c6 !important;
        font-size: 1.2em !important;
        color: #f74248 !important;
    }

    .contact a i.ai-orcid {
        background-color: transparent !important;
        font-size: 1.5em !important;
        color: #A6CE39 !important;
    }

.social-media-links a {
    text-decoration: none
}

.contact a {
    float: left;
    margin-right: 3px;
}

    .contact a i.scopus {
        color: #fff;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #FE8300;
        display: block;
        font-style: normal;
    }

.input-group-hidden-xs {
    position: relative;
    display: inline-table;
    border-collapse: separate;
}

@media (max-width: 768px) {
    .input-group-hidden-xs, .input-group-hidden-xs input {
        display: block !important;
    }

        .input-group-hidden-xs .input-group-addon {
            display: none !important;
        }
}

/* 
	++ padding and margin asset classes
	=======================================================
*/
.m-top-0 {
    margin-top: 0px !important;
}

.m-top-1 {
    margin-top: 1px !important;
}

.m-top-2 {
    margin-top: 2px !important;
}

.m-top-3 {
    margin-top: 3px !important;
}

.m-top-4 {
    margin-top: 4px !important;
}

.m-top-5 {
    margin-top: 5px !important;
}

.m-top-10 {
    margin-top: 10px !important;
}

.m-top-15 {
    margin-top: 15px !important;
}

.m-top-20 {
    margin-top: 20px !important;
}

.m-top-25 {
    margin-top: 25px !important;
}

.m-top-30 {
    margin-top: 30px !important;
}

.m-top-35 {
    margin-top: 35px !important;
}

.m-top-40 {
    margin-top: 40px !important;
}

.m-top-45 {
    margin-top: 45px !important;
}

.m-top-50 {
    margin-top: 50px !important;
}

.m-top-60 {
    margin-top: 60px !important;
}

.m-top-70 {
    margin-top: 70px !important;
}

.m-top-80 {
    margin-top: 80px !important;
}

.m-top-90 {
    margin-top: 90px !important;
}

.m-top-100 {
    margin-top: 100px !important;
}

.m-top-120 {
    margin-top: 120px !important;
}

.m-top-150 {
    margin-top: 150px !important;
}

.m-top-200 {
    margin-top: 200px !important;
}

.select-left {
    height: 100% !important;
}

#citationUpdateButtonInHome {
    display: inline-block;
    white-space: normal;
}

#citationUpdateButtonInIndex {
    margin: 10px;
    padding: 5px;
}

#lastUpdateDate {
    margin: 0 10px 10px 10px;
}

.project-summary {
    min-height: 75px;
}

    .project-summary title {
        margin: 0;
        font-size: 1.6rem;
        line-height: 2.2rem;
        color: #333;
        font-weight: 500;
    }

widget-summary .project-summary .info {
    font-size: 1.4rem;
    line-height: 3rem;
}



.widget-summary .project-summary .amount {
    position: absolute;
    right: 10%;
    bottom: 28%;
    margin-right: .2em;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}

.project-summary-all {
    min-height: 168px;
}

    .project-summary-all .title-and-count {
        position: absolute;
        top: 25%;
    }

.title-and-count .amount {
    margin-right: .2em;
    font-size: 2.4rem;
    font-weight: 600;
    color: #333;
    vertical-align: middle;
}

.summary-count-card {
    cursor: pointer;
}

    .summary-count-card .panel-body {
        transition: 0.15s;
    }

    .summary-count-card.active .panel-body {
        background-color: #bac8d0
    }

    .summary-count-card:hover .panel-body {
        background-color: #e2e2e2;
    }

    .summary-count-card.active:hover .panel-body {
        background-color: #bac8d0
    }

.title-and-count h4 {
    margin-right: 15px;
    word-break: break-word;
}

@media screen and (max-width: 1200px) {
    .widget-summary-col .project-summary-all {
        min-height: 30px;
    }

    .widget-summary-col .project-summary-info.not-big {
        min-height: 30px;
    }

    .project-summary-all .title-and-count {
        position: absolute;
        top: 15%;
        width: 100%;
    }


        .project-summary-all .title-and-count .info {
            position: absolute;
            top: 19.5%;
            right: 10%;
        }

    .responsive-count-card {
        width: 99.1%;
        padding-left: 28px
    }

    .widget-summary-col .project-summary-info.not-big .amount {
        position: relative;
        top: auto;
        right: auto;
        float: right;
    }
}

@media screen and (max-width: 912px) {
    .project-summary-all .title-and-count {
        position: absolute;
        top: 15%;
        width: 100%;
    }

    .widget-summary .project-summary .amount {
        position: absolute;
        right: 10%;
        bottom: 40%;
    }

    .project-summary-all .title-and-count .info {
        position: absolute;
        top: 19.5%;
        right: 15%;
    }
}

.project-summary-info.not-big {
    min-height: 50px;
}

    .project-summary-info.not-big .amount {
        position: absolute;
        top: 30%;
        right: 10%;
        font-weight: 600;
        padding-top: 5px;
        font-size: 2.2rem;
    }

.panel-body-custom-padding {
    padding: 7px;
}

.selectFilterColumnHeader {
    padding: 2px !important;
    width: 130px !important;
    max-width: 130px !important;
}

    .selectFilterColumnHeader > select {
        min-width: 110px;
        padding: 1px;
        font-size: 13px;
    }

.toggleButton {
    margin-right: 20px;
    margin-bottom: 20px;
    float: right;
}

@media (max-width:1454px) and (min-width:1200px) {
    /* .project-summary-info.not-big {
        min-height: 65px;
    }*/
    .project-summary-info.not-big .title {
        font-size: 1.4rem;
    }

    .project-summary-info.not-big .amount {
        font-size: 1.633rem;
    }

    .project-summary-all {
        min-height: 198px;
    }
}

.project-title {
    color: #333;
}

.project-pool-process.dropdown-menu li:hover li {
    background-color: #f3f5f3
}

.project-pool-process li a i {
    margin-right: 10px;
}

.officeUserRichText .authorsRichText {
    color: #333333 !important;
}

.count-info-link:hover {
    text-decoration: none;
    background-color: #e2e2e2;
}

.count-info-link.active {
    background-color: #bac8d0
}

.count-info-link h4 {
    color: #333
}

/*	ui-Accordions & Toggles & Tabs
 *	===================================================
 */
.ol-accordion a {
    text-decoration: none;
    color: #4b4b4b;
}

.ol-accordion .item-head {
    cursor: pointer;
    font-size: 15px;
    color: #4b4b4b;
    background-color: #eee;
    padding: 15px 20px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 2px;
    transition: all 0.3s ease;
}

    .ol-accordion .item-head .ol-toggle-icon {
        width: 15px;
        right: 20px;
    }

        .ol-accordion .item-head .ol-toggle-icon:after {
            height: 15px;
            top: -7px;
            left: 7px;
        }

.ol-accordion .item-body {
    display: none;
    padding: 20px 10px 40px;
    font-size: 14px;
    color: #636363;
}

.ol-accordion .item-head:hover, .ol-accordion .item-head:focus {
    background-color: #dedede;
}

.ol-accordion .ac-item.open .item-head {
    color: #fff;
    background-color: #a9e84f;
}

    .ol-accordion .ac-item.open .item-head .ol-toggle-icon {
    }

        .ol-accordion .ac-item.open .item-head .ol-toggle-icon, .ol-accordion .ac-item.open .item-head .ol-toggle-icon:after {
            background-color: #fff;
        }

.ol-accordion .ac-item {
}

    .ol-accordion .ac-item.open .item-head .ol-toggle-icon {
    }

.dark-wrapper .ol-accordion {
}

    .dark-wrapper .ol-accordion .item-head {
        background-color: #3a3a3a;
        color: #cbcbcb;
    }

.ol-accordion.blue-skin .ac-item.open .item-head {
    background-color: #76bcfe;
}

.ol-accordion.cyan-skin .ac-item.open .item-head {
    background-color: #32cdc7;
}

.ol-accordion.yellow-skin .ac-item.open .item-head {
    background-color: #f1c40f;
}

.ol-accordion.red-skin .ac-item.open .item-head {
    background-color: #FF3366;
}

.ol-accordion.dark-skin .ac-item.open .item-head {
    background-color: #353535;
}

.ol-accordion.green-skin .ac-item.open .item-head {
    background-color: #1abc9c;
}
/*Tabs*/
.ol-tab .tab-navigation {
    border: none;
    font-size: 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ol-tab .tab-navigation li {
        top: 1px;
        float: left;
        position: relative;
        z-index: 1;
    }

        .ol-tab .tab-navigation li a {
            padding: 10px 15px;
            display: block;
            text-decoration: none;
        }

        .ol-tab .tab-navigation li:hover, .ol-tab .tab-navigation li:focus {
            background-color: #f5f5f5;
        }

        .ol-tab .tab-navigation li.active {
            border-left: 1px solid #dedede;
            border-right: 1px solid #dedede;
            top: 1px;
            background: #fff;
            z-index: 10;
        }

            .ol-tab .tab-navigation li.active a:hover, .ol-tab .tab-navigation li.active a:focus {
                color: #4b4b4b;
                border-radius: 0 !important;
                margin: 0 !important;
            }

            .ol-tab .tab-navigation li.active:after {
                position: absolute;
                content: "";
                top: 0;
                left: -1px;
                right: -1px;
                height: 3px;
                background-color: #a9e84f;
            }

    .ol-tab .tab-navigation.nav-justified li {
        display: table-cell;
        float: none;
    }

        .ol-tab .tab-navigation.nav-justified li.active:after {
            height: 5px;
        }

    .ol-tab .tab-navigation:after {
        content: '';
        display: table;
        clear: both;
    }

.ol-tab .tab-pane {
    padding: 30px 20px;
    border: 1px solid #dedede;
}

    .ol-tab .tab-pane.active {
        position: relative;
        z-index: 5;
    }

.dark-wrapper .ol-tab {
}

    .dark-wrapper .ol-tab .tab-navigation li a {
        color: #cbcbcb;
    }

    .dark-wrapper .ol-tab .tab-navigation li:hover {
        background-color: #3a3a3a;
    }

    .dark-wrapper .ol-tab .tab-navigation li.active {
        border-color: #4b4b4b;
        background: #3a3a3a;
    }

        .dark-wrapper .ol-tab .tab-navigation li.active a {
            color: #fff;
        }

    .dark-wrapper .ol-tab .tab-pane {
        border-color: #4b4b4b;
        background-color: #3a3a3a;
    }

.ol-tab:after {
    content: "";
    display: table;
    clear: both;
}

.ol-tab.right .tab-navigation li {
    float: right;
}

.ol-tab.bottom .tab-navigation {
    border: none;
}

    .ol-tab.bottom .tab-navigation li {
        top: -1px;
    }

        .ol-tab.bottom .tab-navigation li.active:after {
            top: auto;
            bottom: 0;
        }

    .ol-tab.bottom .tab-navigation.nav-justified li.active {
        border-top: 0;
    }

        .ol-tab.bottom .tab-navigation.nav-justified li.active:after {
            height: 5px;
        }

.ol-tab.vertical .tab-navigation {
    float: left;
    width: 25%;
}

    .ol-tab.vertical .tab-navigation li {
        text-align: center;
        float: none;
        top: 0;
        left: 1px;
    }

        .ol-tab.vertical .tab-navigation li.active {
            border: 1px solid #dedede;
            border-left: none;
            border-right: none;
        }

            .ol-tab.vertical .tab-navigation li.active:after {
                top: -1px;
                bottom: -1px;
                left: 0;
                width: 4px;
                height: auto;
            }

.ol-tab.vertical .tab-content {
    float: right;
    width: 75%;
}

.ol-tab.vertical.right .tab-navigation {
    float: right;
}

    .ol-tab.vertical.right .tab-navigation li {
        left: auto;
        right: 1px;
    }

        .ol-tab.vertical.right .tab-navigation li.active:after {
            left: auto;
            right: 0;
        }

.ol-tab.vertical.right .tab-content {
    float: left;
}


/* plus glyph for showing collapsible panels */
.panel-heading .accordion-plus-toggle:before {
    font-family: FontAwesome;
    content: "\f068";
    float: right;
    color: silver;
}

.panel-heading .accordion-plus-toggle.collapsed:before {
    content: "\f067";
    color: silver;
}

/* arrow glyph for showing collapsible panels */
.panel-heading .accordion-arrow-toggle:before {
    font-family: FontAwesome;
    content: "\f078";
    float: right;
    color: silver;
}

.panel-heading .accordion-arrow-toggle.collapsed:before {
    content: "\f054";
    color: silver;
}

/* sets the link to the width of the entire panel title */
.panel-title > a {
    display: block;
}

.avesis-link {
    padding: 15px;
}

.avesis-project-logo {
    position: absolute;
    top: 12%;
    left: 15%
}

.avesis-logo-text {
    padding-left: 100px;
}

h1.with-underline, h2.with-underline, h3.with-underline, h4.with-underline, h5.with-underline, h6.with-underline {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
}

    h1.with-underline:after, h2.with-underline:after, h3.with-underline:after, h4.with-underline:after, h5.with-underline:after, h6.with-underline:after {
        position: absolute;
        content: "";
        bottom: -1px;
        left: 0;
        height: 1px;
        width: 45px;
        background-color: #333;
    }

.project-confirm-ul li {
    font-size: 1.5rem;
    padding-bottom: 2px;
}

.project-startconfirm .panel-body .intro-text {
    font-weight: bold;
}

.project-startconfirm p {
    font-size: 1.5rem;
}

.project-startconfirm .list-warning-title {
    font-weight: bold;
}

.genereal-info-label {
    font-weight: bold;
}

.comma-list li:not(:last-child):after {
    content: ", ";
}

.office-unit-info-msg {
    padding-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media (max-width:1454px) and (min-width:1200px) {
    /* .project-summary-info.not-big {
        min-height: 65px;
    }*/
    .report-summary-info .title {
        font-size: 1.4rem;
    }

    .report-summary-info .info .amount {
        font-size: 1.633rem;
    }
    /*
    .project-summary-all {
        min-height: 198px;
    }*/
}

.filename-custom, .file-warning-msg {
    margin-left: 7px;
}

.pdocuments-panel {
    margin-top: 10px;
}

.btn-trash {
    margin-left: 5px;
}

.dcmnt-upload-btn {
    margin-right: 5px;
}

.draft-or-apply-menu {
    top: auto;
    left: -200px;
    bottom: 100%;
    border-radius: 12px;
}

.create-new-item-menu {
    border-radius: 5px;
    padding: 0px;
    margin: 0px;
    top: 110%;
    width: 100%;
}

/*
    save as a draft button 
    save and next button 
*/
input.draft-or-apply-link:hover {
    background-color: #51B451 !important;
    color: white;
}

input.draft-or-apply-link {
    background-color: white;
    width: 96%;
    margin-left: 2%;
    border-radius: 12px;
}

input.save-and-next {
    background-color: white;
    border-radius: 15px;
    border: 1px solid #C9C9C9;
}

    input.save-and-next:hover {
        background-color: #51B451;
        color: white;
    }

.arrow-up-inline {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid white;
}

.operation-column-with-button {
    padding: 0px !important;
    margin: 0px !important;
    vertical-align: middle !important;
}

.pdocuments-panel {
    margin-top: 10px;
}

.btn-trash {
    margin-left: 5px;
}

.dcmnt-upload-btn {
    margin-right: 5px;
}

.activitysearch-content-body {
    width: 100% !important;
}

.search-page-content {
    padding: 25px;
}

.actvty-srch-cntnr {
    background-color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
}

.srch-cntnr-pnl {
    padding: 12px 0 12px;
}

.srch-pnl-title {
    color: #000;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

    .srch-pnl-title > i {
        margin-right: 10px;
        font-size: 14px
    }

.srch-page-rght-cntr {
    background-color: white;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 8%);
    padding: 10px;
}

.actvty-srch-pnl {
    padding-left: 15px;
}

.slctd-fltrs-cntnr {
    display: flex;
    flex-wrap: wrap;
    border-radius: 3px;
    padding: 8px;
}

.slctd-fltrs-cntnr-wrppr {
    margin-bottom: 9px;
    background-color: white;
    padding: 4px;
}

.slctd-fltr-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 28px;
    line-height: 20px;
    padding: 7px 35px 7px 12px;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 3%);
    border: solid 1px #ededed;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 6px;
    font-size: 13px;
    color: #1b1b1b;
    cursor: default;
}

    .slctd-fltr-item .remove {
        position: absolute;
        right: 7px;
        cursor: pointer;
    }

        .slctd-fltr-item .remove > i {
            padding: 3px;
            transition: all 0.3s linear;
        }

            .slctd-fltr-item .remove > i:hover {
                background-color: #edf0f3;
                border-radius: 50%;
                color: #d2322d;
            }

.slctd-fltrs-clr-all {
    height: 28px;
    font-size: 12px;
    color: #1d1c1c;
    border: solid 1px #e0cdcd;
    padding: 7px 10px 7px 10px;
    border-radius: 3px;
    line-height: 1;
    font-weight: 500;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    cursor: pointer;
}

    .slctd-fltrs-clr-all:hover {
        border-color: #28A745;
        color: #ff7100;
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: linear;
    }

/*.slctd-fltr-item .remove::before {
    position: absolute;
    left: 9px;
    top: 2px;
    color: #2e2e2e;
    content: 'x';
    font-size: 15px;
}*/

.btns-srchbx-cntr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 9px 5px 7px;
}

.pagination {
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.page-link {
    color: #000;
    cursor: pointer;
}

    .page-link:focus {
        box-shadow: none;
    }

    .page-link:hover {
        border-color: none;
    }

.page-item.active .page-link {
    border-color: gray !important;
    background-color: black !important;
}

.sort-fltr-cntnr {
    border: solid 1px #e2e2e2;
    height: 34px;
    line-height: 31px;
    border-radius: 3px;
    font-size: 13px;
    color: #4a4a4a;
    background-size: 10px 4px;
    text-indent: 10px;
    overflow: hidden;
}

    .sort-fltr-cntnr > select {
        height: 29px;
        width: 100%;
        display: block;
        background: transparent;
        border: 0;
        padding: 5px 8px;
        font-size: 13px;
        color: #666;
        box-sizing: border-box;
        font-weight: bold;
    }

.srch-btns-cntnr {
    flex-grow: 10;
}



.excel-btn {
    margin-right: 5px;
}

    .excel-btn > span, .pdf-btn > span {
        padding-right: 5px
    }

.srchbox-cntnr {
    flex-grow: 3;
    margin-right: 5px;
}

.btn-trash {
    margin-left: 5px;
}

.dcmnt-upload-btn {
    margin-right: 5px;
}

.rcrd-fnd-txt {
    margin-left: 5px;
    font-weight: bold;
}

.srchbox-cntnr > input {
    border: 1px solid gray;
}

.filter-list-item {
    margin-top: 4px;
}

.mobile-fltr-active {
    display: none;
}

.actvty-srch-cntnr.mobile-active {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

.mobile-fltr-page-hdr {
    display: flex;
    width: 50%;
    justify-content: space-between;
    height: 100px;
    position: absolute;
    top: 70px;
}

.mobile-fltr-page-cntnt.mobile-active {
    display: block !important;
    position: absolute;
    width: 95%;
    bottom: 10px;
    top: 100px;
    overflow-y: auto;
}

.mobile-fltr-page-footer {
    display: block;
    position: absolute;
    height: 50px;
    bottom: 0;
    width: 100%;
}

    .mobile-fltr-page-footer > button {
        width: 95%;
        display: block;
        margin-bottom: 10px;
        height: 35px;
        font-size: 16px;
    }

.filter-mobile-button {
    display: none;
    width: 93%;
    margin-left: 13px;
    margin-bottom: 10px;
    height: 35px;
    font-size: 16px;
}

@media (max-width: 540px) {
    .btns-srchbx-cntr {
        flex-direction: column;
        align-items: unset;
    }

    .srchbox-cntnr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (max-width:755px) {
    .search-page-content {
        padding-left: 7px;
    }
}

.close-fltr-page {
    font-size: 18px;
    cursor: pointer;
}

.fltr-page-txt {
    font-size: 17px;
}

.no-rslt-fnd-txt {
    text-align: center;
    font-size: 15px;
    padding: 10px;
}

input.general-or-travel-link {
    background-color: white;
    width: 100%;
    margin-left: 0%;
    border-radius: 5px;
}

    input.general-or-travel-link:hover {
        background-color: #204D74 !important;
        color: white;
    }

.new-project-create-btn {
    padding: 5px 10px !important;
    font-size: 13.5px;
}

.nw-prjct-cntr > ul {
    width: 100%;
}

#similar-project-modal {
    display: none;
    color: black;
}

    #similar-project-modal > i {
        margin-right: 5px;
    }

#valid-project-modal {
    display: none;
    color: black;
}

    #valid-project-modal > i {
        margin-right: 5px;
    }

.avs-info-msg {
    margin-top: 5px;
    font-size: 14px;
}

.avs-info-msg, all-state-info-msg > span {
    font-weight: bold;
}

.announcement-of {
    overflow-y: auto;
}

.rsrchr-menu-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prchs-menu-container {
    position: relative;
    display: inline-block;
}

.rsrchr-menu-trigger {
    background: #ffffff;
    border-radius: 90px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    border: none;
    vertical-align: middle;
    transition: box-shadow 0.4s ease;
}

    .rsrchr-menu-trigger:hover {
        box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    }

    .rsrchr-menu-trigger span {
        font-weight: 700;
        vertical-align: middle;
        font-size: 14px;
        margin: 0 10px;
    }

    .rsrchr-menu-trigger img {
        border-radius: 90px;
    }

.rsrchr-menu {
    background: #ffffff;
    border-radius: 8px;
    position: absolute;
    top: 30px;
    right: 38px;
    width: 200px;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    z-index: 1000;
}

    .rsrchr-menu.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .rsrchr-menu ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .rsrchr-menu li {
        display: flex;
        border-bottom: 1px solid #dddddd;
        padding: 8px;
    }

        .rsrchr-menu li:hover {
            background-color: #bac8d0;
        }

        .rsrchr-menu li a {
            cursor: pointer;
            text-decoration: none;
            color: #333333;
            display: block;
            width: 100%;
        }

        .rsrchr-menu li i {
            margin-top: 2.5px;
            margin-right: 9px;
        }

.tooltip-container {
    position: relative;
    margin: 0;
    display: inline;
    border-width: 1px;
}

.tooltip-box {
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 5px;
    border-radius: 5px;
    top: calc(100% + 5px);
    right: calc(100% + -74px);
    display: none;
    width: 125px;
    z-index: 100;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: rgba(0,0,0,0.2) 0px 5px 10px;
}

    .tooltip-box.visible {
        display: block;
    }

.document-tooltip-arrow {
    position: absolute;
    top: -10px;
    left: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}

.btn-doc-delete {
    margin-right: 5px;
}

.tooltip-btn-area {
    margin-top: 5px;
}

#fileUploadTooltip {
    margin-left: 5px;
}

.signature-label {
    padding-left: 1px;
}

.signature-row {
    margin-top: 10px;
}

.phistory-info-panel {
    margin-left: 80px;
    padding: 15px;
}

.ph-search-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

    .ph-search-container > input[type=search] {
        width: 400px;
    }

.ph-table a {
    color: #333333;
    cursor: pointer;
}

.ph-table thead i {
    width: 18px;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
}

    .ph-table thead i:hover {
        color: blue;
    }

#announcementDetail {
    margin-top: 60px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.office-usr-mdl {
    overflow-y: visible;
}

    .office-usr-mdl .row {
        margin-top: 10px;
    }

        .office-usr-mdl .row label {
            color: #888888;
        }

.project-pool-process > li > a {
    padding-left: 10px !important;
}

@media(max-width:1366px) {
    .tpPadding-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

        .tpPadding-0 > a {
            margin-right: 0px !important;
        }
}

.continuous-container > .radio-custom {
    display: inline-block;
    margin-right: 10px;
}

.center-div {
    display: flex;
    justify-content: center;
}


.row-marking-color-red {
    padding-left: 4px;
    padding-right: 4px;
    border: 0px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #f5c6cb;
}

.row-marking-color-green {
    padding-left: 4px;
    padding-right: 4px;
    border: 0px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #c3e6cb;
}

.row-marking-color-orange {
    padding-left: 4px;
    padding-right: 4px;
    border: 0px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    border-left-color: #ED9C28;
}

.custom-align-center th, .custom-align-center td {
    text-align: center;
}

.custom-padding .row {
    padding-right: 15px;
}

    .custom-padding .row label {
        padding-top: 15px;
    }

    .custom-padding .row div {
        padding-top: 15px;
    }

.histogram-container {
    height: 50px;
    flex-flow: row nowrap;
    justify-content: space-around;
    display: flex;
    align-items: flex-end;
}

.histogram-item {
    background: hsla(100, 5%, 62%, .5);
    flex: 1;
}

    .histogram-item:hover {
        background-color: #82a7cd;
    }

.histogram-item-active {
    background: hsl(200deg 41% 73%);
    flex: 1;
}

    .histogram-item-active:hover {
        background-color: #82a7cd;
    }

.slider-thumb-text {
    position: absolute;
    top: 12px;
    color: rgb(151, 143, 143);
    font-size: 11px;
}

.activity-search-slider > .ui-slider-handle {
    background-color: white;
    width: 15px;
    height: 15px;
    top: -4px;
}

.custom-mb-0 {
    margin-bottom: 0px !important;
}

.new-project-info-msg {
    margin-top: 5px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .date-range-responsive {
        width: 37.5%;
    }
}
