/*******************************************************************************
    Font Colors
*******************************************************************************/
.color-inactive-progress{ color: #cccccc; }

/*******************************************************************************
    Line Heights
*******************************************************************************/
.lh-status-bullet{ line-height: 36px; }

.nectiv-margin-25 {
    margin-top:-25px;
}

/*******************************************************************************
    Datatable
*******************************************************************************/
.partner-logo-multiple{
    width: 16px;
    height: 16px;
    border-radius: 16px;
}

.partner-logo-multiple-big{
    width: 32px;
    height: 32px;
    border-radius: 32px;
    padding: 2px;
}

.partner-logo{
    width: 32px;
    height: 32px;
    border-radius: 32px;
}

.partner-logo-big{
    width: 64px;
    height: 64px;
    border-radius: 64px;
}

#partner-logo-holder {
    width: 32px;
    height: 32px;
}


.partner-icon-cell {
    max-width: 32px;
}

.progress-bar-cell {
    min-width: 120px;
    max-width: 180px;
}

.accrual .datatable .table-body .table-row {
    height: 39px;
}

.accrual .datatable .table-body .table-cell {
    padding-bottom: 5px;
    padding-top: 5px;
}

/*******************************************************************************
    Main Content Elements
*******************************************************************************/
.document-link {
    overflow: hidden;
}

.document-link:hover {
    background-color: #fafafa;
}

.document-icon {
    padding-right: 10px;
}

/* Application Summary */
.application-summary{
    overflow: hidden;
    padding: 0 0 20px 0;
    margin: 0 0 35px 0;
    border-bottom: 1px solid #e5e5e5;
}

.application-logo{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 0 20px 0 0;
}

.application-summary-column{
    width: 300px;
    margin: 0 50px 0 0;
}

/* Progress Widget */
.progress {
    width: 300px;
}

.status{
    width: 100%;
    padding: 0 0 0 20px;
    position: relative;
    height: 90px;
}

.status-bullet-point{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 1;
}

.status-bullet-point.active{
    border: 2px solid #77cc66;
    background-color: #fff;
}

.status-bullet-point.inactive{
    border: 2px solid #f2f2f2;
    background-color: #f2f2f2;
}

.status-inner{
    padding: 15px 0 15px 33px;
    border-left: 2px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.status-inner.active{
    min-height: 90px;
    border-left: 2px solid #77cc66;
}

.status-inner.inactive {
    position: absolute;
    z-index: 0;
    display: table;
    top: 0;
    bottom: 0;
}

.status-inner.inactive h4 {
    display: table-cell;
    vertical-align: middle;
    height: 59px;
}

.status:last-child .status-inner{
    border-bottom: none;
}

.main-form-holder label {
    float:right;
    padding-right: 10px;
}

.main-form-holder label.checkbox-label {
    float:left!important;
}

.label-view {
    color:#999999;
    padding:0 10px;
    padding-right:10px;
    text-align:right;
    font-size:13px;
}

#cooperations .chosen-container {
    margin-bottom:10px;
}

#project_partners_0_chosen {
    margin-bottom:10px;
}

#add-cooperation-button {
    margin-bottom:10px;
}

.notification-message-width {
    width:95%;
}

#installment-delete-confirmation-holder, #installment-error-message-holder {
    display:none;
}

#settlement-delete-confirmation-holder, #settlement-error-message-holder {
    display:none;
}

/*******************************************************************************
    Filters
*******************************************************************************/
.toggle-filter-choices {
    display:none;
}

/*******************************************************************************
    Logos
*******************************************************************************/
.fvs-logo {
    background-image: url('../img/logo-white.svg');
    background-repeat: no-repeat;
    width:32px;
    height:28px;
    margin-right:10px;
    margin-top:14px;
}

.login-logo {
    margin-top:5px;
    margin-bottom:5px;
}

.logo-svg {
    height:120px;
    width:320px;
}

.fvs-logo-login {
    background-image: url('../img/fvs-logo-login.svg');
    background-repeat: no-repeat;
}

/*******************************************************************************
    Random Elements
*******************************************************************************/
.form-sub-title {
    margin:10px 0;
}

.event-mutation-padding {
    padding-left:50px;
}

.project-description label {
    float: none;
}

.project-description p {
    font-size: 14px;
    margin-bottom:10px;
    margin-top:10px;
}

.project-description span:first-child {
    font-size: 14px;
}

/*******************************************************************************
    Dashboard
*******************************************************************************/
.dashboard-date-box {
    width:50px;
    border:1px solid #e5e5e5;
}

.dashboard-meeting-desc  {
    margin-left:70px;
}

.datatable.resource-costs {
    font-family: 'Roboto', sans-serif;
}


/*******************************************************************************
    File Upload Widget Custom
*******************************************************************************/
.file-upload-inner span {
    margin-left:15px;
}

/*******************************************************************************
    Small Screens
*******************************************************************************/
@media screen and (max-width : 1640px) {

    /***************************************************************************
        Main Content Elements
    ***************************************************************************/

    /* Progress Widget */
    .progress, .toc {
        width: 240px !important;
    }

    .status-inner {
        width: 220px;
    }

}

/*******************************************************************************
    CKEditor
*******************************************************************************/

.cke_chrome {
    box-shadow: none !important;
    border-color: #e5e5e5 !important;
}

.cke_bottom {
    background-color: #e5e5e5 !important;
}

.cke_list_content p {
    color: #999999;
    line-height: 20px;
    font-size: 13px;
    margin-bottom:20px;
    text-align: justify;
}

.cke_view_content p {
    color: #222222;
    line-height: 20px;
    font-size: 13px;
    text-align: justify;
    margin-bottom:10px;
}

.cke_view_content p:last-child {
    margin-bottom:0px;
}

.cke_view_content {
    border-left:3px solid #f2f2f2;
    padding-left:8px;
    margin-bottom:20px;
}

.cke_view_content ul {
    list-style:disc;
    margin-bottom:10px;
}

.cke_view_content li {
    margin-left:15px;
    color: #222222;
    line-height: 20px;
    font-size: 13px;
}


/*******************************************************************************
    Signatur
*******************************************************************************/
#signature_signed,
#paymentOrder_signatureGS_signed,
#paymentOrder_signatureVK_signed,
#provision_signed {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

.payment-order-view #signature_form .g-7-10 {
    height: 150px;
}


/*******************************************************************************
    Print
*******************************************************************************/
.print {
    padding: 0 20px;
    display: block;
    font-weight: bold;
}


/*******************************************************************************
    BlockUI
*******************************************************************************/

.blockUI .create-archive {
    text-align: center;
    color: #e6e6e6;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 63px;
}

.blockUI .create-archive .hint{
    font-size: 14px;
}

.blockUI .blockui-close{
    font-size: 14px;
    color: #e6e6e6;
    text-decoration: underline;
}


/*******************************************************************************
    Notice
*******************************************************************************/
.notice-edit-textarea-disabled {
    background-color: transparent;
    border-color: transparent;
    color: #222;
    padding: 0;
    width: 600px;
    resize: none;
    overflow: hidden;
}

.notice-edit-form {
    margin-left: 50px;
    width: 600px;
    resize: none;
    overflow: hidden;
}

.control-update button,
.control-cancel button {
    padding: 0;
    font-weight: normal;
}

#notice_form {
    border-top: 1px solid #e5e5e5;
}

.notice-row {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 21px;
    padding-bottom: 11px;
}

#comment-holder div.notice-row:last-child {
    border-bottom: none;
}

#comment-holder {
    margin-bottom: 15px;
}



/*******************************************************************************
    Showcases
*******************************************************************************/

.showcases .article-view {
    width: 300px;
    height: 410px;
    float: left;
    background-color: #f2f2f2;
    border-radius: 10px;
    position: relative;
    outline: 0;
    margin-bottom: 30px;
    margin-right: 40px;
}

.showcases .article-view:hover img {
    opacity: 0.75;
    cursor: pointer;
}

.showcases article {
    height: 100%;
}

.showcases article .body {
    margin-top: 40px;
    padding: 0 15px;
}

.showcases article h2 {
    font-size: 15px;
    margin-bottom: 10px;
}

.showcases article p {
    font-size: 12px;
}

.showcases article img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.showcases article figure {
    position: relative;
}

.showcases article .partner {
    background-color: white;
    border-radius: 55px;
    bottom: -27px;
    height: 55px;
    left: 10px;
    position: absolute;
    width: 55px;
    text-align: center;
}


.showcases article .partner img {
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    height: 40px;
    width: 40px;
}

.showcases article .footer {
    margin-top: 30px;
    color: #a3b1bf;
    padding: 0 15px;
    position: absolute;
    bottom: 6px;
    width: 269px;
}

.showcases article .footer div {
    border-top: 1px solid #a3b1bf;
    padding-top: 10px;
    padding-bottom: 25px;
}

.showcases article .footer p {
    float: right;
}

.showcases article .footer p:first-child {
    float: left;
}

.showcase iframe {
    width: 100%;
    height: 500px;
}

.showcase .website {
    color: #cf3e35;
}

.showcase-gallery li {
    width: 280px;
    height: 211px;
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    margin-left: 20px;
    border: 1px solid #e5e5e5;
}

.showcase-gallery li:nth-child(3n+1) {
    margin-left: 0;
}

.showcase-gallery img {
    max-height: 100%;
    max-width: 100%;
}

.cropit-image-zoom {
    position: relative;
    margin-top: 10px;
    display: none;
}

.cropit-image-zoom .zoom-wrapper {
    width: 228px;
    display: block;
    margin: 0 auto;
}

.cropit-image-zoom .zoom-wrapper > * {
    vertical-align: middle;
}

input[type=range] {
    margin: 0 5px;
    -webkit-appearance: none;
    border: 1px solid white;
    width: 160px;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 160px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #888;
    margin-top: -4px;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-thumb:active {
    background: #bbb none repeat scroll 0 0;
}

input[type=range]::-moz-range-track {
    width: 160px;
    height: 5px;
    background: #ddd;
    border: none;
    border-radius: 3px;
}
input[type=range]::-moz-range-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #888;
}

input[type=range]::-moz-range-thumb:active {
    background: #bbb none repeat scroll 0 0;
}

input[type=range]:-moz-focusring{
    outline: 1px solid white;
    outline-offset: -1px;
}

input[type=range]::-ms-track {
    width: 160px;
    height: 5px;
    background: transparent;
    border-width: 6px 0;
    border-color: transparent;
    color: transparent;
}

input[type=range]::-ms-fill-lower {
    background: #ddd;
    border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
    border-radius: 10px;
    background: #ddd;
}

input[type=range]::-ms-thumb {
    border: none;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #888;
}

input[type=range]::-ms-thumb:active {
    background: #bbb none repeat scroll 0 0;
}

.icon-image.fs-sm {
    font-size: 16px;
}

.icon-image.fs-l {
    font-size: 24px;
}


/* Limit the background image by adding overflow: hidden */
#image-cropper {
    overflow: hidden;
}

.cropit-image-preview {
    width: 628px;
    height: 354px;
    background-color: #f8f8f8;
    background-size: cover;
    border: 1px dashed #ccc;
    border-radius: 5px;
    cursor: move;
    margin-top: 7px;
}


.showcases .article-view:visited,
.showcases .article-view:active,
.showcases .article-view {
    color: #000;
}


.cover-picture {
    width: 100%;
}

.showcase .video-entry {
    margin: 30px 0;
    padding: 10px 0;
}

.showcase .video-entry .video-control div {
    float: right;
}

.showcase .video-entry .video-control p {
    float: left;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/

figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}


.prompt-background {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000; }
.prompt-background .prompt-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -225px;
    width: 450px;
    background: #ffffff;
    padding: 15px;
    box-sizing: border-box;
    text-align: right;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25); }
.prompt-background h3, .prompt-background form label.super-label, form .prompt-background label.super-label, .prompt-background p {
    text-align: left;
    margin-top: 0;
    margin-bottom: 15px; }
.prompt-background .btn, .prompt-background ul.shop li a, ul.shop li .prompt-background a {
    margin-bottom: 0; }


/*******************************************************************************
    Meeting
*******************************************************************************/

.export-download .g-1-2:last-child > span {
    float: right;
}

@media (max-width: 900px){
    .export-download .g-1-2 {
        width: 100%;
    }
    .export-download .g-1-2:last-child > span {
        float: none;
    }
}

.meeting-project {
    margin-bottom: 10px;
}
.meeting-project-overview {
    padding: 10px 10px 10px 0;
    background: #f2f2f2;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.meeting-project.open .meeting-project-overview {
    background: #e43227;
    color: white;
}
.meeting-project.open .meeting-project-overview p.color-grey,
.meeting-project.open .meeting-project-overview p.color-black {
    color: white;
}
.meeting-project-overview div:first-child {
    padding-left: 10px;
}
.meeting-project-overview h3 {
    min-height: 38px;
    margin-right: 70px;
    font-size: 18px;
    font-weight: 400;
}
.meeting-project-overview .expand-entry {
    position: absolute;
    top: 0;
    right: 0;
}

.meeting-project-information {
    height: 0;
    overflow: hidden;
}
.meeting-project.open .meeting-project-information {
    height: auto;
}
.meeting-project-information .information-meta {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
}
.meeting-project .expand-entry .opened {
    display: none;
}
.meeting-project.open .expand-entry .closed {
    display: none;
}
.meeting-project.open .expand-entry .opened {
    display: inline-block;
}
.information-meta-user-date p span:first-child {
    width: 120px;
    text-align: right;
    display: inline-block;
}

.meeting-project-description .description-text,
.meeting-project-description .description-notes {
    padding-right: 20px;
}

.meeting-project-description .datatable .table-body .table-row {
    height: 60px;
}
.meeting-project-description .description-documents .datatable .table-body .table-cell {
    padding: 19px 0;
}
.meeting-project-description .description-documents a {
    color: black;
    font-size: 15px;
}
.meeting-project-description .datatable .table-body .table-cell:first-child {
    padding: 15px;
}

.meeting-project-description h3 {
    margin-bottom: 20px;
    font-weight: 400;
}
.meeting-project-description h4 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-weight: 400;
}
.meeting-project-description .description-text p,
.meeting-project-description .description-notes p {
    margin-bottom: 10px;
    font-size: 15px;
}
.meeting-project-description .description-notes p.author-date {
    margin-bottom: 20px;
}
.meeting-project-description p.budget span {
    margin-left: 50px;
    font-weight: 700;
    font-size: 1.1em;
}

@media (max-width: 480px) {
    .meeting-project-overview .g-1-6 {
        margin-bottom: 5px;
    }
    .meeting-project-overview .g-5-6 {
        position: static;
        padding-left: 10px;
    }
    .meeting-project-overview .expand-entry {
        top: 10px;
        right: 10px;
    }
    .meeting-project-information .information-meta {
        padding-bottom: 0;
    }
    .meeting-project-information .information-meta .g-1-6,
    .meeting-project-information .information-meta .g-1-2 {
        margin-bottom: 10px;
    }
    .description-documents h3 {
        margin-top: 20px;
    }
}


/*******************************************************************************
    Tooltip
*******************************************************************************/

.tooltip {
    display: inline-block;
    position: relative;
    font-size: 14px;
    width: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.tooltip > span {
    color: #181818;
    font-size: 16px;
}

.tooltip .tooltip-content {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    position: absolute;
    bottom: 30px;
    left: -14px;
    margin-bottom: 10px;
    z-index: 10;
    transition: opacity .4s ease, visibility .4s ease;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
}

.tooltip .tooltip-content:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 14px;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #e43227 transparent transparent;
}

.tooltip:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.tooltip-content ul,ol {
    margin-left: 5px;
}

.tooltip-content li {
    margin-top: 5px;
    margin-bottom:5px;
}

/* Mobile */
@media (max-width: 767px) {
    .tooltip .tooltip-content { left: auto; right: -15px; }
    .tooltip .tooltip-content:after { left: auto; right: 15px; }
}
.tooltip .tooltip-content {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e43227;
    color: white;
}
.tooltip .tooltip-content a {
    color: white;
    text-decoration: underline;
    font-weight: bold;
}
.tooltip .tooltip-content a:hover {
    color: white;
    text-decoration: none;
}
.tooltip .tooltip-content:after {
    border-color: #e43227 transparent transparent;
}
.tooltip .tooltip-content p {
    color:#fff;
    margin: 0;
}
.tooltip .tooltip-content p:first-child {
    margin-top:0!important;
}
.tooltip .tooltip-content p:last-child {
    margin-bottom:0!important;
}

/*******************************************************************************
    Table to Content, toc
*******************************************************************************/
body {
    counter-reset: toc;
}
.progress {
    margin-bottom: 30px;
}
.toc {
    width: 300px;
}
.toc.fixed {
    position: fixed;
    top: 200px;
    right: 60px;
}
.toc ul {
    padding-left: 34px;
}
.toc li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}
.toc li:before {
    counter-increment: toc;
    content: counter(toc);
    position: absolute;
    left: -20px;
    top: 13px;
    font-size: 10px;
    width: 13px;
    height: 13px;
    text-align: center;
    color: #cccccc;
}
.toc a {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #cccccc;
    font-size: 15px;
}
.toc li.active a,
.toc li.active:before,
.toc li:hover a,
.toc li:hover:before {
    color: #181818;
}
