﻿.content-header h1 {
    font-size:20px;
}


.login-logo a, .register-logo a {
    font-size: 25px !important;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}

.access-denied-img {
    margin-bottom: 15px;
    margin-top: -20px;
}

    .access-denied-img img {
        width: 110px;
        height: 110px;
        border-radius: 50%;
        display: block;
        margin: 0 auto;
    }

.public-footer {
    margin-top:40px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}


.box-inner-form {
    background:#fafbfc;
    margin-top:15px;
    border-radius:0;
    border-top-width:1px;
}

.btn-m-t {
    margin-top:2px;
}

.icon-tbl-td {
    max-width:50px;
    float:left;
    margin-top:6px;
}

.user-block.custom-block .username, .user-block.custom-block .description {
    margin-left: 45px;
}

.fa-2x-plus {
    font-size: 2.6em;
}

.content-case hr {
    border-top: 1px solid #eee;
}


.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}


.block-fields {
    border: 1px solid #f4f4f4;
    padding: 5px;
    /*padding-left:0;*/
    margin-bottom: 10px;
    background: #f7f7f7;
    display: block;
    word-break: break-all;
}

.content-case .text-muted {
    display: block;
    word-break: break-all;
}

.box-container {
    border:0;
    box-shadow:0 0 0;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    z-index:1055 !important;
}


#TermsLabel > p {
    display: inline-block;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 30px;
    top:1px;
}



/* Ajax Disable */
.page-content.disabled {
    pointer-events: none;
    background: rgba(0,0,0,0.3);
}

#loading {
    position: fixed;
    top: calc(50% - 26px);
    left: calc(50% - 26px);
    z-index: 9999;
}


.ck-editor__editable_inline {
    min-height: 150px;
}

#TermsContent > p {
    margin-bottom:0;
    padding-bottom:0;
}


.box-container .box-header {
    padding-left:0px;
}

.box-container .box-footer .mailbox-controls {
    padding-left:0;
}


.attachment-heading.move-left {
    width: 89%;
    word-break: break-all;
    float: left;
}

.attachment-block .attachment-text {
    clear:both;
}


.auth-bg {
    background: url(../img/login-black.png);
    background-size: cover;
}

    .auth-bg .public-footer, .auth-bg .public-footer a{
        color: rgba(255, 255, 255, 0.6) !important;
    }

    .auth-bg .login-logo a, .auth-bg .register-logo a{
        color: rgba(255, 255, 255, 0.8) !important;
    }


/*.skin-blue .main-header .logo:hover {
    background-color: #1a2226;
}*/

.main-header .logo .logo-lg img {
    max-width: 200px;
    max-height: 48px;
}

.main-header .logo img {
    /* padding: 4px; */
    object-fit: contain;
    margin: 0 auto;
    margin-top: -3px;
}

.user-panel {
    margin-top: 5px;
    margin-bottom: 3px;
}

.main-header .logo .logo-lg {
    display: block;
    margin-top: -2px;
}

.login-logo.img-logo {
    margin-bottom:0;
}

.register-box-body .login-logo.img-logo, .login-box-body .login-logo.img-logo {
    margin-bottom: 25px
}

.login-logo.img-logo a img {
    max-width: 200px;
}


.login-box, .register-box {
    width: 360px;
    margin: 3% auto;
}

.client-details table {
    margin-bottom:10px;
}

.dropzone {
    background: #fafbfc;
    margin-bottom:20px;
}





/* Content
*************************************/
.section-sub-title {
    font-family: "Montserrat", Arial, Sans-serif;
    font-size: 18px;
    line-height: 1.35;
    text-transform: capitalize;
}

.text-center {
    text-align: center;
}



/************************************************************

    Sections

*************************************************************/


/* BGs
*************************************/
.full-dark-bg {
    margin: 5% auto;
    background-color: rgba(0, 0, 0, .25);
    padding: 5%;
}


/*.dz-remove {
    display:none;
}*/


.dropzone {
    background: white;
    border-radius: 5px;
    border: 2px dashed rgb(0, 135, 247);
    border-image: none;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    min-height: 100px;
    height: 100px;
    margin-top: 10px;
    max-width: 100%;
}

    .dropzone .dz-message {
        text-align: center;
        margin: 0.5em 0;
    }

    .dropzone .error.text-danger {
        margin-top:10px;
    }

.tagsinput {
    margin-bottom:10px;
    margin-top:4px;
}

    .tagsinput .tag {
        position: relative;
        background: #556270;
        word-wrap: break-word;
        background: #428bca;
        border: 1px solid #fafbfc;
        color: #fff;
        color: #333;
        background-color: #fafbfc;
        /*border-color: #ccc;*/
        border-radius: 4px;
        padding: 5px 30px 5px 5px;
        /*border-radius: 2px;*/
        margin: 0 5px 5px 0;
    }

    .tagsinput .tag .tag-remove {
        position: absolute;
        background: 0 0;
        display: block;
        width: 30px;
        height: 30px;
        top: 0;
        right: 0;
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        color: #ff6b6b;
        line-height: 30px;
        padding: 0;
        border: 0;
    }

        .tagsinput .tag .tag-remove:after, .tagsinput .tag .tag-remove:before {
            background: #ff6b6b;
            position: absolute;
            display: block;
            width: 10px;
            height: 2px;
            top: 14px;
            left: 10px;
            /*content: '';*/
        }

.follow-up-container {
    padding:7px;
    box-shadow: 0 0 0 1px #e8ecee;
}

.follow-up-task {
    -webkit-box-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(21,27,38,.15);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*cursor: pointer;*/
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding:7px;
    margin-bottom:10px;
}

    .follow-up-task .note {
        font-weight:600;
    }

    .follow-up-container .add-task {
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 1px 3px 0 rgba(21,27,38,.15);
        -webkit-box-align: center;
        align-items: center;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #6f7782;
        cursor: pointer;
        display: -webkit-inline-box;
        display: inline-flex;
        fill: #6f7782;
        flex-shrink: 0;
        font-size: 13px;
        height: 30px;
        -webkit-box-pack: center;
        justify-content: center;
        line-height: 30px;
        min-width: 50px;
        padding: 0 10px;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transition-property: border,box-shadow,color,fill;
        transition-property: border,box-shadow,color,fill;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-bottom: 10px;
        width: 100%;
    }

.follow-up-container .title {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

.follow-up-container .avatar-small {
    font-size: 11px;
    height: 21px;
    line-height: 21px;
    min-width: 21px;
    width: 21px;
}

.follow-up-container .avatar-photo {
    -webkit-box-align: center;
    align-items: center;
    background: center/cover #cbd4db;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    vertical-align: top;
    margin-right:10px;
}

.follow-up-container .metadata {
    margin-right: 10px;
    clear:both;
    padding-top:7px;
}

.follow-up-container .due-date {
    font-size: 19px;
    margin-right: 10px;
}

.timeline.follow-up {
    margin: 0 0 30px 30px;
}

    .timeline.follow-up > li {
        position: relative;
        margin-right: 0;
        margin-bottom: 0;
    }

.timeline.follow-up:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #fff;
    left: 25px;
    margin: 0;
    border-radius: 2px;
}

    .timeline.follow-up > li > .timeline-item > .timeline-header {
        margin: 0;
        color: #555;
        border-bottom: 1px solid #f4f4f4;
        padding: 10px;
        font-size: 14px !important;
        line-height: 1.1;
    }

.timeline.follow-up > li > .timeline-item {
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-radius: 3px;
    margin-top: 5px;
    background: #fcfcfc;
    color: #444;
    margin-left: 25px;
    margin-right: 0;
    padding: 0;
    position: relative;
}

.modal-body .box-body.chat .item {
    margin-bottom: 0;
}

.chat .item > .attachment {
    border-radius: 3px;
    background: #fafbfc;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}


.case-note-display {  
    display: block;
    word-break: break-all;
}

.table-responsive td.mailbox-attachment {
    word-break: break-all;
    width:55%;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    word-break: break-all;
}

.timeline-inverse > li > .timeline-item {
    background: #fafbfc;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
}


    .sub-section-header {
    margin-bottom: 15px;
    padding: 10px;
    box-shadow: 0 1px 3px 0 rgba(21,27,38,.15);
    border-radius: 4px;
    background: #fafbfc;
    margin-top: 20px;
}

.sub-section-header-item {
    border-radius: 4px;
    background: #fafbfc;
}

    .sub-section-header-item .attachment-block {
        border: 0;
        padding: 0;
        margin-bottom: 10px;
        background:inherit;
    }

.case-note.sub-section-header-item {
    padding: 9px;
}

.client-details .sub-section-header {
    margin-top:5px;
}


a[aria-expanded=true] .fa-angle-double-right {
    display: none;
}

a[aria-expanded=false] .fa-angle-double-down {
    display: none;
}

input, select, textarea, .form-control {
    border-radius:4px;
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    font-size: 17px;
}

.custom-holder tr:last-child {
    margin-bottom:17px;
}

.custom-holder-tag{
    margin-bottom: 20px;
}


.user-profile-page .timeline-inverse > li > .timeline-item {
    background: #f9f9f9;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-profile-page hr {
    border-top: 1px solid #eee;
}

.user-profile-page .tab-content .bg-blue {
    background-color: #fafbfc !important;
    color: #777 !important;
    border: 1px solid #eee;
}

.deal-line {
    color: #999;
}

    .deal-line span {
        font-weight: 600;
        color: #777;
    }


.deal-line t{
    padding-left:10px;
    padding-right:10px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
  
}

    .btn-circle.btn-primary {
        color: #fff;
    }


.deal-stages {
    background: #fafbfc;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin-left: -15px;
    margin-right: -15px;*/
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.deal-details h4 {
    font-size:16px;
}

 .select2-container .select2-selection--single .select2-selection__rendered {
  
    margin-top: 0 !important;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0.5em 0;
    margin-top: 24px;
}

.upload-f-bg {
    background-color: #222d32;
    background-size: cover;
    background: #d2d6de;
}

    .upload-f-bg .dropzone {
        background: white;
        border-radius: 5px;
        border: 2px dashed rgb(0, 135, 247);
        border-image: none;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        min-height: 100px;
        height: 100px;
        margin-top: 10px;
        max-width: 100%;
        background-color: #f5f5f5;
    }

    .upload-f-bg .dropzone .dz-message.needsclick {
        font-weight:600;
    }

        .upload-f-bg .dropzone .dz-message.needsclick .note {
            font-weight: 500;
        }

    .upload-f-bg .dropzone {
        border-radius: 5px;
        border: 2px dashed #888;
    }



.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    color: #444;
    overflow: auto;
    text-overflow: unset;
    padding: 10px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: normal;
    border-bottom: 1px solid #f4f4f4;
}

@media (max-width: 991px) {
    .error-page > .error-content > h3 {
         text-align: left; 
    }
}





.autocomplete-container {
    /* relative position for at de absolut positionerede forslag får korrekt placering.*/
    position: relative;
    width: 100%;
    max-width: 30em;
}

    .autocomplete-container input {
        /* Både input og forslag får samme bredde som omkringliggende DIV */
        width: 100%;
        box-sizing: border-box;
    }

.dawa-autocomplete-suggestions {
    margin: 0.3em 0 0 0;
    padding: 0;
    text-align: left;
    border-radius: 0.3125em;
    background: #fcfcfc;
    box-shadow: 0 0.0625em 0.15625em rgba(0,0,0,.15);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    overflow-y: auto;
    box-sizing: border-box;
}

    .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion {
        margin: 0;
        list-style: none;
        cursor: pointer;
        padding: 0.4em 0.6em;
        color: #333;
        border: 0.0625em solid #ddd;
        border-bottom-width: 0;
    }

        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:first-child {
            border-top-left-radius: inherit;
            border-top-right-radius: inherit;
        }

        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:last-child {
            border-bottom-left-radius: inherit;
            border-bottom-right-radius: inherit;
            border-bottom-width: 0.0625em;
        }

        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion.dawa-selected,
        .dawa-autocomplete-suggestions .dawa-autocomplete-suggestion:hover {
            background: #f0f0f0;
        }

.box.box-no-b {
    border-top: 0;
}

    .box.box-no-b .box-header {
        background-color: #ecf0f5;
    }



.general-settings hr {
    border-top: 1px solid #f4f4f4;
}




.thumb-img {
    width: 96px;
    /*max-width: 72px;*/
    height: auto;
    max-height:54px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    /* Add a hover effect (blue shadow) */
.thumb-parent:hover {
    /*box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);*/
}



.thumb-parent {
    border: 0; /* Gray border */
    border-radius: 0px; /* Rounded border */
    padding: 0px; /* Some padding */
    width: 96px; /* Set a small width */
    height: 54px;
    position: relative;
    display: inline-block;
    background: #000;
    float: left;
}


.picture-box-info {
    display: table-cell;
    vertical-align: middle;
    float: left;
    padding-left: 0px;
}

.picture-rows .clickable {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}

.picture-folder-items .icheckbox_square-blue {
    position: relative;
    float: left;
    vertical-align: middle;
    display: table-cell;
    margin-top: 14px;
    margin-right: 15px;
}


.thumb-img-c {
    width: 85px;
    max-width: 85px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.thumb-parent-c {
    border: 0; /* Gray border */
    border-radius: 0px; /* Rounded border */
    padding: 0px; /* Some padding */
    width: 150px; /* Set a small width */
    max-height: 85px;
    position: relative;
    display: block;
    background: #000;
}


/*.dropdown-menu > li > a {
    white-space: normal;
}*/

.table-responsive.mailbox-messages {
    overflow:hidden;
}

.download-case-item-btn {
    margin-right:10px;
}


.case-attachments-options {
    margin-top:7px;
}

.case-attachments-options a {
    margin-right:6px;
   
}

    .case-attachments-options .icheckbox_square-blue {
        margin-right:6px;
    }



.select2-results__message {
    display:none !important;
}


tbody.collapse.in {
    display: table-row-group;
}


.table-responsive .clickable {
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
}




a.clickable[aria-expanded=true] .fa-folder {
    display: none;
}

a.clickable[aria-expanded=false] .fa-folder-open {
    display: none;
}


.table > tbody + tbody {
    border-top: 1px solid #f1f2f3;
}

td.col-date {
    /*color:#888 !important;*/
}

.mailbox-name .u-inf, .mailbox-name-folder .u-inf {
    background: url(../img/default-user-25.png);
    height: 25px;
    /* width: 30px; */
    display: table-cell;
    position: relative;
    background-repeat: no-repeat;
    vertical-align: middle;
}

    .mailbox-name .u-inf span, .mailbox-name-folder .u-inf span {
        padding-left: 35px;
    }


.ico-icon {
    margin-right:4px;
}


.table-responsive.mailbox-messages .collapse a { /* a.clickable[aria-expanded=true]  */
    /*color: #494d55;*/
}

.table-responsive.mailbox-messages .collapse a.btn-danger {
    color:#fff;
}




.mailbox-attachment .checkbox-input {
    display: none;
}
.mailbox-attachment .checkbox-input.folder-item {
    display: inline-block;
}


.checkbox-input.hide-folder-items {
    display: none !important;
}



.drive-wrapper {
    padding: 15px;
    background: #f5f5f5;
    overflow: hidden
}

    .drive-wrapper .drive-item {
        width: 130px;
        margin-right: 15px;
        display: inline-block;
        float: left
    }

        .drive-wrapper .drive-item:hover {
            box-shadow: 0 1px 5px rgba(0, 0, 0, .1);
            z-index: 1
        }

    .drive-wrapper .drive-item-inner {
        padding: 15px
    }

    .drive-wrapper .drive-item-title {
        margin-bottom: 15px;
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

        .drive-wrapper .drive-item-title a {
            color: #494d55
        }

            .drive-wrapper .drive-item-title a:hover {
                color: #40babd
            }

.theme-2 .drive-wrapper .drive-item-title a:hover {
    color: #6dbd63
}

.theme-3 .drive-wrapper .drive-item-title a:hover {
    color: #497cb1
}

.theme-4 .drive-wrapper .drive-item-title a:hover {
    color: #ec6952
}

.drive-wrapper .drive-item-thumb {
    width: 100px;
    height: 80px;
    margin: 0 auto;
    color: #616670
}

    .drive-wrapper .drive-item-thumb a {
        -webkit-opacity: .8;
        -moz-opacity: .8;
        opacity: .8
    }

        .drive-wrapper .drive-item-thumb a:hover {
            -webkit-opacity: 1;
            -moz-opacity: 1;
            opacity: 1
        }

    .drive-wrapper .drive-item-thumb .fa {
        display: inline-block;
        font-size: 36px;
        margin: 0 auto;
        margin-top: 20px
    }

.drive-wrapper .drive-item-footer .utilities {
    margin-bottom: 0
}

    .drive-wrapper .drive-item-footer .utilities li:last-child {
        padding-right: 0
    }

.drive-list-view .name {
    width: 60%
}

    .drive-list-view .name.truncate {
        max-width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

.drive-list-view .type {
    width: 15px
}

.drive-list-view .date,
.drive-list-view .size {
    max-width: 60px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.drive-list-view a {
    color: #494d55
}

    .drive-list-view a:hover {
        color: #40babd
    }

.theme-2 .drive-list-view a:hover {
    color: #6dbd63
}

.theme-3 .drive-list-view a:hover {
    color: #497cb1
}

.theme-4 .drive-list-view a:hover {
    color: #ec6952
}

.drive-list-view td.date,
.drive-list-view td.size {
    color: #a2a6af
}

@media (max-width:767px) {

    .drive-wrapper .drive-item {
        width: 100px;
        margin-right: 5px;
        float: none
    }

    .drive-wrapper .drive-item-thumb {
        width: auto;
        height: 54px
    }

        .drive-wrapper .drive-item-thumb .fa {
            font-size: 24px;
            padding-top: 0
        }

}

@media (min-width:768px) {
 
}

@media (min-width:992px) {

}

.module {
    border: 1px solid #f3f3f3;
    border-bottom-width: 2px;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    border-radius: 4px;
    background-clip: padding-box;
}

    .module .module-footer {
        background: #fff;
        border-top: 1px solid #f3f3f7;
        padding: 15px;
    }

        .module .module-footer a {
            color: #9499a3;
        }


.folder-item {
    padding-left:5px;
}


.truncate-250 {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-200 {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media (max-width: 767px) {
    /*.picture-rows .desc-row {
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }*/
}


@media (min-width: 980px) {
    /*.picture-box-info {
        padding-left: 9px;
        white-space: normal;
        max-width: 130px;
    }*/
}



td.adjust .icheckbox_square-blue, td.adjust .iradio_square-blue {
    margin-left:30px !important;
}


a.case-active, a.case-active:hover, a.case-active:visited, a.case-active:focus {
    color: #00a65a !important;
}

a.case-closed, a.case-closed:hover, a.case-closed:visited, a.case-closed:focus {
    color: #f39c12 !important;
}

a.product-tag.u-inf {
    background: url(../img/default-user-30.png);
    height: 30px;
     width: 30px; 
    display: table-cell;
    position: relative;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right:7px;
    margin-top:3px;
}



.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

    .flag-icon:before {
        content: "\00a0";
    }

.flag-icon-dk {
    background-image: url(flags/4x3/dk.svg);
}

.flag-icon-gb {
    background-image: url(flags/4x3/gb.svg);
}


a.info-box-content, a.info-box-content:hover, a.info-box-content:focus {
    display: block;
    color: #333;
}


.showcasing-title {
    font-size:16px;
    margin-bottom:5px;
    margin-top:5px;
}

.showcasing-sub-title {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {

    #showcasing-line .modal-dialog {
        width: 90% !important;
    }

    #follow-up-task-line .modal-dialog {
        width: 90% !important;
    }

    .search-showcasing .col-xs-7, .search-showcasing .col-xs-4, .search-showcasing .col-xs-1 {
        padding-left: 3px;
        padding-right: 3px;
    }

    .search-showcasing .row {
        margin-right: 10px;
        margin-left: -5px;
    }

    .showcasing-title a {
        display:block;
        padding-bottom:4px;
    }
 }



.text-danger.asterisk-text {
    color: #d44950;
}