@import url("/css/josa_mobile/base.css");

/*
.userbar, .search-mobile, .navbar-default .titleText, .navbar-default .dots, .mobile-footer-bar{
    display: none;
}
*/

@media (max-width: 768px) {

    /* Sager */
    .my-active-cards-text{
        height: 44px;
        box-shadow: 0 2px 6px 0 rgba(190, 202, 227, 0.5);
        background-color: #ffffff;

        font-size: 12px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 44px;
        letter-spacing: 1.25px;
        text-align: center;
        color: #2c2c2c;        
    }
    .sager .col-created, .sager .col-age, .sager .col-card, .sager .col-opened{
        display: none !important;
    }

    #sager_data th, #search_data th{
        padding: 13px 14px 6px 23px !important;

        font-size: 14px;
        font-weight: 500;
        line-height: 1.29;
        letter-spacing: 0.5px;
        color: #313640;
    }
    #sager_data tbody tr, #search_data tbody tr{
        box-shadow: inset 0 1px 0 0 #e6e6ee, inset 0 -1px 0 0 #e6e6ee;
        background-color: #ffffff;        

        font-size: 14px;
        font-weight: normal;
        letter-spacing: 0.5px;
        color: #6a6a7c;
    }

    #sager_data tbody td, #search_data tbody td{
        padding: 13px 14px 13px 23px !important;
    }

    /* Søg */

    #mobile_adUserName{
        display: block;
        height: 60px;
        width: 100%;
        background-color: #ffffff;
        margin: 20px 0 20px 0;
        padding: 20px 23px 20px 23px;
        line-height: 60px;
        box-shadow: inset 0 1px 0 0 #e6e6ee, inset 0 -1px 0 0 #e6e6ee;
        border: none;
        
        font-size: 16px;
        font-weight: normal;
        letter-spacing: 0.5px;
        color: #6a6a7c;        
    }
    .search-button{
        float: right;
        z-index: 1;
        border: none;
        background: none;
        line-height: 100px;
        margin-top: -100px;
        margin-right: 20px;
    }

    /* Stamdata */
    .stamdata-header{
        background-color: #414141;
        height: 44px;
        line-height: 44px;

        font-size: 14px;
        color: #ffffff;
    }
    .stamdata-header a{
        text-decoration: none;
        color: #ffffff;
    }
    .stamdata-header img{
        position: relative;
        width: 22px;
        height: 22px;
        top: -2px;
        margin-left: 23px;
        margin-right: 10px;
    }

    .mobile_josa #editChildProfile{
        margin-left: 23px;
        margin-top: 30px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.29;
        letter-spacing: 0.5px;
        color: #4b57d6;
    }

    .edit-stamdata{
        margin-left: 23px;
        margin-top: 30px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.29;
        letter-spacing: 0.5px;
        color: #4b57d6;
    }

    .stamdata-card, .stamdata-card li{
        margin: 0;
        padding: 0;

        color: #6a6a7c;
    }
    .stamdata-card{
        margin-top: 6px;
    }
    .stamdata-card>li{
        display: block;
        width: 100%;
        padding: 20px 23px 20px 23px;
        line-height: 22px;
        background-color: #ffffff;

        font-size: 16px;
        box-shadow: inset 0 -1px 0 0 #e6e6ee;
    }
    .stamdata-card>li .stamdata-label{
        float: left;
        min-width: 100px;

        opacity: 0.7;
        font-size: 14px;
        font-weight: 500;
        color: #6a6a7c;
    }
    .stamdata-card>li.header .stamdata-label{
        width: auto;
        opacity: 1;
        color: #313640;
    }

    .stamdata-card>li .stamdata-value{
        padding-left: 103px;
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #6a6a7c;
    }

    .stamdata-card>li .stamdata-info{
        float: right;
    }

    .stamdata-card>li::after{
        content: " ";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
    }

    .stamdata-card .header, .stamdata-card .opdated{
        font-size: 14px;
        font-weight: 500;

        color: #313640;
    }
    .stamdata-card .updated{
        float: left;
    }
    .stamdata-card .sibling-count{
        float: right;

        width: 113px;
        border-radius: 19.5px;
        border: solid 1px #e6e6ee;

        background-color: #ffffff;
        text-align: center;
        position: relative;
        top: -1px;
    }

    .sibling-popup-bg{
        position: absolute;
        background-color: #6A6A7C;
        opacity: 0.5;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 200;
    }
    .sibling-popup{
        position: relative;
        z-index: 201;
        width: 375px;
        left: 50%;
        margin-left: -187.5px;
        padding: 15px 0 15px 0;

        border-radius: 13px;
        background-color: #ffffff;
        color: #6A6A7C;
        font-size: 16px;
    }
    .sibling-popup .heading{
        font-size: 14px;
        font-weight: 600;
        color: #6a6a7c;
        text-align: center;
    }
    .sibling-popup .sibling-count-close{
        float: right;
        margin-top: -30px;
    }
    .sibling-popup .sibling-count-close>img{
        width: 15.5px;
        height: 15.5px;
    }    
    .sibling-popup>div{
        height: 30px;
        line-height: 30px;
        padding: 0 20px 0 20px;
    }
    .sibling-popup>hr{
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .stamdata-showmore button{
        float: right;
        height: 26px;
        border-radius: 16px;
        border: solid 1px #e6e6ee;
        background: none;
        padding: 7px 13px 7px 13px;
        margin: 17px 13px 17px 13px;

        font-size: 14px;
        font-weight: 500;
        line-height: 0.86;
        letter-spacing: 0.5px;
        color: #313640;
    }
    .stamdata-showmore::after{
        content: " ";
        display: block;
        clear: both;
        height: 0;
        overflow: hidden;
    }

    #new-relation-modal{
        overflow: auto;
    }

    /* Sagsakter */
    /*
    .sagsakter .col-type, .sagsakter .col-owner, .sagsakter .col-foranst, .sagsakter .col-rapport{
        display: none;
    }
    .sagsakter .col-card{
        display: block;
    }
    */

    .plus-button{
        float: right;
        line-height: 76px;
        padding-right: 16px;
        padding-left: 16px;
        background: none;
        border: none;
        outline: none;
    }

    #new-modal{
        text-align: center;
    }

    #new-modal .modal-header{
        color: #9797B1;
        font-size: 14px;
        font-weight: 600;
        line-height: 17px;
    }

    #new-modal .modal-body{
        padding: 0;
    }

    #new-modal ul{
        list-style: none;
        padding: 0;
        margin: 0;
        color: #4B57D6;
        font-size: 20px;
        line-height: 24px;
    }
    #new-modal li{
        padding-top: 17px;
        padding-bottom: 17px;
        border-top: 1px solid #E6E6EE;
    }
    #new-modal li:first-child{
        border: none;
    }

    .note-modal .menu-mobile{
        z-index: 2001;
    }

    .note-modal, #add-file-modal{
        background-color: #f2f2f4;
        color: #9797B1 !important;
        font-weight: 500;
        overflow-y: auto;
    }
    .note-case-card-list-wrapper, .measure-case-card-list-wrapper-mobile, .note-date, .heading-note{
        float: none;
        position: relative;
        width: 100%;
        margin: 0;
        background-color: #ffffff;
    }
    .note-case-card-list-wrapper-mobile .default-value, .measure-case-card-list-wrapper-mobile .default-value, .heading-note input, .heading-file input, .file-date, .file-attach, .attachment-format-list-mobile .default-value{
        float: none;
        margin: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 23px;
        padding-right: 23px;
        font-size: inherit;
        text-transform: none;
        color: #9797B1;
        border: none;
        border-bottom: solid 1px #e5e5e5;
        background-color: #ffffff;
    }
    .heading-note input::placeholder, .heading-file input::placeholder{
        color: #9797B1;
    }

    .note-case-card-list-wrapper .collapse-arrow, .measure-case-card-list-wrapper-mobile .collapse-arrow{
        position: absolute;
        top: 20px;
        right: 15px;
    }

    .note-dropdown-case-card-list-case, .dropdown-case-card-list-case-mobile{
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        background-color: #ffffff;
        list-style: none;
    }
    
    .measure-case-card-list-wrapper-mobile ul, .note-case-card-list-wrapper ul, .mobile-datepicker-wrapper, .attachment-dropdown-list {
        -webkit-box-shadow: inset 0px 2px 6px 0px rgba(190,202,227,0.5);
        -moz-box-shadow: inset 0px 2px 6px 0px rgba(190,202,227,0.5);
        box-shadow: inset 0px 2px 6px 0px rgba(190,202,227,0.5);
        background-color: #FFFFFF;
        width: 100%;
        position: static;
        margin: 0;
    }

    .dropdown-case-card-list-case-mobile li, .note-dropdown-case-card-list-case li, .attachment-dropdown-list li{
        padding: 0;
        padding-left: 23px;
        padding-right: 23px;
        line-height: 50px;
        border: none;
        border-bottom: solid 1px #cecece;
        color: #9797B1;
    }
    .dropdown-case-card-list-case-mobile li:first-child, .note-dropdown-case-card-list-case li:first-child{
        border: none;
    }

    .note-date, .citizen-age{
        position: relative;
        float: none;
        padding: 0;
        padding-left: 23px;
        padding-right: 23px;
        min-height: 60px;
        line-height: 60px;
        background-color: #ffffff;
        border: none;
        border-bottom: solid 1px #e5e5e5
    }

    .note-date .note-date-select, .citizen-age #userCurrentAge{
        float: right;
    }

    .note-date .note-date-select{
        color: #4B57D6 !important;
    }

    .mobile-datepicker-wrapper{
        position: relative;
        padding-top: 23px;
        padding-bottom: 23px;
    }

    .mobile-datepicker-wrapper .datePickerNote{
        float: none;
    }

    .mobile-datepicker-wrapper .datePickerNote .ui-datepicker, .mobile-datepicker-wrapper .datePickerFile .ui-datepicker{
        margin: 0 auto;
    }

    .note-textarea{
        position: relative;
    }

    .note-textarea .textareadiv{
        background-color: #FFFFFF;
        font-size: 14px;
        min-height: 120px;
        color: #9797B1;
        border:none;
        border-bottom: solid 1px #e5e5e5;
    }


    .dropdown-wrapper{
        width: auto;
        position: relative;
        margin: 0;
        float: none;
    }
    
    .dropdown-wrapper .bg{
        display: none;
        position: absolute;
        z-index: 1060;
        background-color: #000000;
        opacity: 0.15;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    .dropdown-wrapper.dropdown-active .bg{
        display: block;
    }

    .dropdown-wrapper.dropdown-active .dropdown-active{
        z-index: 1070;
    }
    .dropdown-wrapper.dropdown-active .dropdown-active .default-value{
        color: #000000;
    }

    .note-modal .save-buttons, .file-modal .save-buttons{
        position: fixed;
        bottom: 30px;
        height: 48px;
        line-height: 48px;
        letter-spacing: 1.5px;
        width: 84%;
        left: 8%;
    }


    .note-modal .save-buttons > button, .file-modal .save-buttons > button{
        display: inline-block;
        border: 1px solid #E6E6EE;
        border-radius: 30px;
        background-color: #4B57D6;
        color: #ffffff;
        font-size: 11px;
        font-weight: bold;
        width: 54%;
        outline: none;
    }
    .note-modal .save-buttons > button:disabled, .file-modal .save-buttons > button:disabled{
        background-color: #FFFFFF;
        color: #adadad;
    }

    .note-modal .save-buttons > button:first-child, .file-modal .save-buttons > button:first-child{
        width: 44%;
    }

    .lock-switch{
        position:relative;
        cursor:pointer;
          height:32px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .lock-switch input{
        display: none;
    }
    .lock-switch .lock{
        position: relative;
    }
    
    .lock-switch .lock:before,
    .lock-switch .lock:after{
        content:"";
    }
    .lock-switch .lock:before {
        width:80px;
        height:30px;
        box-shadow: inset 0 1px 4px 0 #6F6F6F;
        margin-right:8px;
        background:#EEE;
        border-radius:18.5px;
        display:inline-block;
        vertical-align:middle;
        transition:all .5s cubic-bezier(.175, .885, .32, 1);
    }
    .lock-switch .lock:after {
        margin:2px;
        width:28px;
        height:28px;
        background:#FFF;
        border-radius:28px;
        position:absolute;
        left:0;
        background-image: url("/images/mobile/icon_locked_stroke_hex414141_13x19.png");
        background-size: 13px 19px;
        background-position: center;
        background-repeat: no-repeat;
        z-index:2;
        transition:all .5s cubic-bezier(.175, .885, .32, 1); 
    }
    .lock-switch input ~ .private{
        color: #6A6A7C;
    }
    .lock-switch input:checked ~ .private{
        color: #9696A3;
    }
    .lock-switch input ~ .open{
        color: #9696A3;
    }
    .lock-switch input:checked ~ .open{
        color: #6A6A7C;
    }

    .lock-switch input:checked ~ .lock:after {
        left:48px;
        background-image:url("/images/mobile/icon_lock_open_stroke_hex3C3C3C_13x19.png");
    }
    .lock-switch input:checked ~ .lock:before {
/*        background-color:#1CC691; */
    }

    #create-note-save-draft .modal-body, #create-note-save-draft .modal-header{
        text-align: center;
    }
    #create-note-save-draft .modal-body{
        padding:40px;
    }

    .save-as-button{
        margin-top:40px;
        border-radius: 30px;
        color: #ffffff;
        background-color: #4B57D6;
        border: none;
        padding: 17px 34px 17px 34px;
    }

    /* Attach File */
    .dropdown-wrapper .file-case-card-list-wrapper .default-value {
        float: none;
        margin: 0;
        width: 100%;
        height: 60px;
        line-height: 60px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 23px;
        padding-right: 23px;
        font-size: inherit;
        text-transform: none;
        color: #9797B1;
    }

    .file-date .file-date-select{
        float: right;
        color: #4B57D6;
    }

    .file-attach .left{
        float: left;
    }
    .file-attach .right{
        float: right;
        color: #4B57D6;
    }
    .file-attach .right:after{
        content: " ";
        display: block;
        float: right;
        background-image: url("/images/mobile/icon_attachment_hex4B57D6_20x18.svg");
        width: 20px;
        height: 18px;
        margin-left: 10px;
        margin-top: 21px;
    }


    /* sagsakter search */
    .search-box-mobile{
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .search-box-mobile .filter-button, .search-box-mobile .search-button, .search-box-mobile .close-filter-button{
        position: absolute;
        margin: 0;
        width: 26px;
        height: 60px;
        line-height: 60px;
        padding-right: 3px;
        padding-left: 3px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .search-box-mobile .filter-button{
        line-height: 48px;
    }
    .search-box-mobile .filter-button, .search-box-mobile .close-filter-button{
        left: 16px;
    }
    .search-box-mobile .filter-button:after{
        content: "Filter";
        display: block;
        float: left;
        font-size: 10px;
        margin-top: -32px;
        margin-left: -4px;
    }

    .search-box-mobile .search-button{
        right: 16px;
    }

    #searchByTypeHeading-mobile{
        height: 60px;
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
        border: none;
        box-shadow: inset 0 -1px 0 0 #E6E6EE, inset 0 1px 0 0 #E6E6EE;
    }

    .filter-wrapper{
        width: 100%;
        line-height: 28px;
    }
    .filter-wrapper > * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;

        position: relative;
        display:block;
        width: 100%;
        background-color: #ffffff;
        border:none;
        border-bottom: 1px solid #E6E6EE;
        padding: 16px;
    }

    /* End sagsakter search */

    .sagsakter-table{
        display:table;
        width:100%;
        border-collapse:separate; 
        border-spacing:0 3px; 
        margin: 0;
        padding: 0;
        list-style:none;
    }
    .sagsakter-table>li{
        display: table-row;

        margin: 0;
        height: 60px;
        line-height: 48px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 23px;
        padding-right: 23px;
        font-size: inherit;
        text-transform: none;
        color: #9797B1;
        border: none;
        border-bottom: solid 1px #e5e5e5;
        background-color: #ffffff;
    }
    .sagsakter-table > li > *{
        margin: 0;
        display: table-cell;
/*        padding: 6px 16px 6px 16px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;*/
    }
    .sagsakter-table > li > *:first-child{
        padding-left: 23px;
    }



    .sagsakter-table > li.header > a{
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        color: #313640;
    }

    .sagsakter-table .col-date{
        width: 100px;
    }

    .sagsakter-table .col-title{
        width: auto;
    }

    .sagsakter-table a{
        text-decoration: underline;
    }

    .sagsakter-table .col-casecard{
        width: 100px;
    }
    .sagsakter-table .col-options{
        width: 50px;
        vertical-align: middle;
    }
    
    .sagsakter-table tbody tr{
        background-color: #ffffff;
    }
    .sagsakter-table tbody tr td{
        height: 60px;
    }

    /* view attachements */

    .view-modal .modal-body{
        padding: 0;
    }

    .attachment-view-header{
        color: #313640;
    }

    .attachment-view-wrapper .view-element{
        border: none;
        border-bottom: solid 1px #e5e5e5;
        background-color: #ffffff;
        padding: 15px;
    }
    .attachment-view-wrapper .view-element::after{
        display: block;
        content: " ";
        clear: both;
    }

    .attachment-view-wrapper .view-element .element-key {
        float: left;
        width: 82px;
        color: #6A6A7C;
        font-size: 14px;
        line-height: 18px;
        word-wrap: break-word;
    }
    .attachment-view-wrapper .view-element .element-value {
        margin-left: 100px;
        font-size: 16px;
        line-height: 20px;
        color: #313640;
    }

    .files-list{
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .files-list li{
        margin: 0;
        margin-bottom: 10px;
        padding: 5px;
        word-wrap: break-word;
    }
    .files-list li a{
        text-decoration: underline;
    }

    /* end view attachements */

    .sagsakter .note-modal{ 
        font-weight: normal;
    }
    .sagsakter .note-modal .modal-body {
        padding: 0;
    }

    .sagsakter.data-list .note-modal ul{
        margin-top: 0 ;
    }

    .sagsakter .note-modal .modal-body > *{
        background-color: #fff;
        margin-bottom:1px;
        padding: 20px 23px 20px 23px;
    }

    .sagsakter .note-modal .modal-body .modal-date > *, .sagsakter .note-modal .modal-body .modal-createdby > *{
        display: inline-block
    }
    .sagsakter .note-modal .modal-body .modal-createdby{
        margin-bottom: 10px;
    }

    .sagsakter .note-modal .modal-body .mobile-label {
        float: left;
        z-index: 1;
        width: 25%;
    }
    .sagsakter .note-modal .modal-body .content {
        margin-left: 10px;
    }

    .sagsakter .note-modal .files-header{
        padding-top: 10px;
    }

    .sagsakter .note-modal .modal-header{
        padding:0
    }
    .sagsakter .note-modal .modal-header .modal-title{
        line-height: 1em;
        font-weight: normal;
    }

    .sagsakter .note-modal .menu-button{
        margin-top: 16px;
    }

    .sagsakter .note-modal .comment-header{
        color: #4B57D6;
    }

    .sagsakter .note-modal .comment{
        min-height: 100px;
    }

    .sagsakter .note-modal .save{
        position: relative;
        margin-top: 35px;
        margin-bottom: 35px;

        border: none;
        outline: none;     

        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    /*stamdata*/
    .date-picker-parent-wrapper.datePickerParent1 {
        left: 0;
        top: 50%;
        margin-top: -180px;
        width:100%;
    }
    .date-picker-parent-wrapper.datePickerParent1 >* {
        margin:0 auto;
        
    }
    /*end stamdata*/
    .custom-calender-wrapper #calendar-holder{margin-top: 30px!important;}
    .custom-calender-wrapper { padding:0!important;}
    .custom-calender-wrapper .leftside-header {display:block!important; width:100%!important; margin-bottom:25px!important; border-bottom:1px solid #CCC!important;}
    .custom-calender-wrapper .custom-calender-header { margin-top:-30px!important; }
    .custom-calender-wrapper .calendar-view-icon, .custom-calender-wrapper .calendar-list-view-icon { cursor:pointer!important; width:50%!important; float:left!important; margin:0!important; text-align:center!important; padding:10px 0px!important; }
    .custom-calender-wrapper .calendar-view-icon.active, .custom-calender-wrapper .calendar-list-view-icon.active { border-bottom: 2px solid #4b57d6; }
    .custom-calender-wrapper .calendar-view-icon.active .icon-heading, .custom-calender-wrapper .calendar-list-view-icon.active .icon-heading { color: #4b57d6!important; }



    


    .borgerplan .dropdown-wrapper .select-element{
        text-align: center;
        padding: 13px 0 14px 0;
    }

    .borgerplan .dropdown-wrapper .default-value{
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #e5e5e5;
        background-color: transparent;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        text-transform: none;
    }

    .borgerplan .dropdown-wrapper.dropdown-active{
        border:none;
        background-color: #fff;
    }

    .borgerplan .dropdown-wrapper.dropdown-active .default-value{
        box-shadow: 0 2px 6px 0 rgba(190,202,227,0.5);
    }

    .borgerplan .dropdown-wrapper .default-value::before{
        position: absolute;
        width: 14px;
        height: 12px;
        top: 17px;
        right: 16px;

        display: block;
        content: " ";
        background-image: url("/images/icon_btn_collapsed_stroke.svg") !important;
        background-repeat: no-repeat;
        background-position: center center;


    }

    .borgerplan .dropdown-wrapper.dropdown-active .default-value::before{
        background-image: url("/images/icon_btn_expanded_stroke.svg") !important;
    }

    #mobile-calendar{
        margin-top: 25px;
    }

    .custom-week-label.center-align{
        line-height: 20px !important;
        color: #8C8C9A;
    }

    .borgerplan button.fc-button-primary{
        background-color: transparent;
        border: none;
        outline: none;
        color: black;
    }


    .borgerplan .fc-widget-header, 
    .borgerplan .fc-unthemed th, 
    .borgerplan .fc-unthemed thead{
        border: none;
    }

    .fc-body{
        background-color: #fff;
    }
    .fc-other-month{
        background-color: #eee;
    }

    .borgerplan .fc-dayGrid-view .fc-body .fc-row{
        min-height: 84px;
    }

    .fc-unthemed .fc-today{
        color: #4B57D6;
        background-color: #EEF1FB;
        font-weight: 500;
        box-shadow: none;
    }

    /* Citizen consent details / sagsgrundlag */
    .sagsgrundlag .top-text{ 
        margin-top: 5px;
    }
    .sagsgrundlag .h4{
        padding: 8px 23px 0px 23px;
        color: #4B57D6;
    }
    .sagsgrundlag ul {
        list-style: none;
        padding: 0;
    }
    .sagsgrundlag ul li, .sagsgrundlag .top-text{
        background-color: #fff;
        margin-bottom: 2px;
        padding: 16px 23px 16px 23px;
        box-shadow: 0 2px 4px 0 rgba(190,202,227,0.5);
    }

    /* Sagsakter - data-list */

    .data-list ul{
        text-align: top;
        list-style: none;
        margin: 0; 
        padding: 0;
    }
    
    .data-list ul{
        margin-top: 20px;
    }
    .data-list li{
        background-color: #fff;
        color: #8C8C9A;
        margin-bottom: 3px;
        padding: 12px 16px 35px 16px;
    }
    .data-list li:first-child{
        padding-bottom: 7px;
    }
    .data-list li div{
        display: inline-block;
    }
    .data-list .first-col{
        min-width: 67px;
        width: 15%;
        margin-right: 10px;
    }
    /* Kalender */
    .event_appearance-list {
        border-radius: 0;
        box-shadow: none;
        position: relative;
    }
    .calendar-top-bar{
        position: relative;
        background-color: #fff;
        color: #8C8C9A;
        box-shadow: 0 2px 4px 0 rgba(190,202,227,0.5);
        height: 44px;
    }
    .calendar-top-bar>div{
        float: left;
        height: 44px;
        width: 50%;
        padding: 12px 0px 13px 0px;
        text-align: center;
    }
    .calendar-top-bar>.active{
        color: #4B57D6;
        border-bottom: 1px solid #4B57D6;
    }
    .fc-timeGridWeek-button.fc-button, .fc-dayGridMonth-button.fc-button{
        display: none;
    }

    .event-form-wrapper{
        z-index: 1020 !important;
    }

    .eventListView .fc-list-item.custom-cal-event-wrap a {
        display: block;
        margin: 5px 0;
        padding: 5px 8px;
        border-radius: 5px;
        border: 1px solid #ddd;
    }

    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-1 a{border-left: 4px solid #449ADF !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-2 a{border-left: 4px solid #5DB37E !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-3 a{border-left: 4px solid #397E49 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-4 a{border-left: 4px solid #4253AF !important}
    
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-5 a{border-left: 4px solid #7B87C6 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-6 a{border-left: 4px solid #5DB37E !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-7 a{border-left: 4px solid #397E49 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-8 a{border-left: 4px solid #449ADF !important}
    
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-9 a{border-left: 4px solid #4253AF !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-10 a{border-left: 4px solid #7B87C6 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-11 a{border-left: 4px solid #8331A4 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-12 a{border-left: 4px solid #E74C3C !important}
    
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-13 a{border-left: 4px solid #E73C78 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-14 a{border-left: 4px solid #F39C12 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-15 a{border-left: 4px solid #F1C40F !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-16 a{border-left: 4px solid #8331A4 !important}
    
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-17 a{border-left: 4px solid #BDC3C7 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-18 a{border-left: 4px solid #414141 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-19 a{border-left: 4px solid #414141 !important}
    .eventListView .custom-cal-event-wrap.custom-cal-event-leftborder-20 a{border-left: 4px solid #E73C78 !important}

    .eventStatusButton {
        font-weight:bold;
        border:none;
        outline:none;
        background:#EEF1FB;
        color:#4B57D6;
    }
}