.event, .timetitle, .tooltip-data {
    white-space: nowrap;
}

.actions-panel-container .tabel-date i, .custome_calendar i {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    direction: ltr;
    cursor: pointer;
}

.event, .Graphicslisttable td, .tooltip-data {
    text-overflow: ellipsis;
}

.custome_calendar .btn {
    background: 0 0;
    border-radius: 0;
    border: none;
}

.event.all-day.end, .event.end {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.calendar-day {
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    height: 80px;
}

#calFullScreen .Calendar-dropdown .select-wrapper ul li.selected {
    background: #7FB993;
}

.outside .date {
    color: #ccc;
}

.timetitle {
    text-align: right;
}

.hidden_box_shadow {
    box-shadow: none;
}

.btn-padding {
    padding-top: 0;
    margin: -45px 0 10px -7px !important;
}

.event {
    border-top: 1px solid #b2dba1;
    border-bottom: 1px solid #b2dba1;
    background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);
    background-repeat: repeat-x;
    color: #3c763d;
    border-width: 1px;
    font-size: .75em;
    padding: 0 .75em;
    line-height: 2em;
    overflow: hidden;
    margin-bottom: 1px;
}

    .event.begin {
        border-left: 1px solid #b2dba1;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .event.end {
        border-right: 1px solid #b2dba1;
    }

    .event.all-day {
        border-top: 1px solid #9acfea;
        border-bottom: 1px solid #9acfea;
        background-image: linear-gradient(to bottom,#d9edf7 0,#b9def0 100%);
        background-repeat: repeat-x;
        color: #31708f;
        border-width: 1px;
    }

        .event.all-day.begin {
            border-left: 1px solid #9acfea;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .event.all-day.end {
            border-right: 1px solid #9acfea;
        }

    .event.clear {
        background: 0 0;
        border: 1px solid transparent;
    }

.table-tight > tbody > tr > td, .table-tight > tbody > tr > th, .table-tight > tfoot > tr > td, .table-tight > tfoot > tr > th, .table-tight > thead > tr > td, .table-tight > thead > tr > th {
    padding-left: 0;
    padding-right: 0;
    z-index: 1;
}

.table-tight-vert > tbody > tr > td, .table-tight-vert > tbody > tr > th, .table-tight-vert > tfoot > tr > td, .table-tight-vert > tfoot > tr > th, .table-tight-vert > thead > tr > td, .table-tight-vert > thead > tr > th {
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1;
}

.table_top-pop {
    margin-right: -15px;
}

.title {
    color: #4c667f;
    margin-left: 2px;
}

.tab-container__inner {
    margin-top: 10px;
}

.white {
    border: 1px solid #a4c2ae !important;
}

.Graphics-cal-container {
    width: 100%;
    overflow: auto;
    display: block;
}
.Graphics-cal-container table thead{

}
.collapsible-header {
    border-bottom: none;
}

.custome_calendar {
    background: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 100%;
    padding: 0 2rem;
}

    .custome_calendar i {
        color: #ADB7C2;
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
        margin-right: 10px;
    }

    .custome_calendar .left {
        display: inline-flex;
        position: relative;
        top: 18px;
    }

.custom-table i {
    padding: 0;
}

.thumview-icon {
    cursor: pointer;
    position: relative;
    top: 1px;
    font-size: 25px;
}

    .thumview-icon.btn-selected {
        font-size: 31px;
        top: -4px;
    }

.table_view_day {
    padding: 2px;
    cursor: pointer;
    position: relative;
    top: 1px;
    font-size: 25px;
}

    .table_view_day.btn-selected {
        font-size: 30px;
        top: -2px;
    }

.table_view_week {
    position: relative;
    font-size: 31px;
    top: -2px;
}

    .table_view_week.btn-selected {
        font-size: 35px;
        top: -5px;
    }

.table_view_month {
    position: relative;
    font-size: 29px;
    top: -1px;
}

    .table_view_month.btn-selected {
        font-size: 32px;
        top: -4px;
    }

.listview-icon {
    cursor: pointer;
    fill: #fff;
    position: relative;
    top: 0;
    font-size: 29px;
}

.activity-timeslot {
    width: 70px !important;
    text-align: right;
}

.hover-table .dataTable tr:hover {
    background-color: #f4f5f7 !important;
}

.hover-table .dataTable tr.selected {
    background-color: #f4f5f7 !important;
}

    .hover-table .dataTable tr.selected .Calendar-access-time, .hover-table .dataTable tr.selected .icon--light-grey {
        fill: #415A77;
    }

.tooltip-data {
    max-width: 165px;
    overflow: hidden;
}

    .tooltip-data:hover {
        cursor: pointer;
        overflow: visible;
        white-space: normal;
        width: auto;
    }

.actions-panel-container .tabel-date {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 74px;
}

    .actions-panel-container .tabel-date .date {
        position: relative;
        top: -6px;
        font-size: 1.1rem;
    }

    .actions-panel-container .tabel-date .list-view_dateicon {
        color: #fff;
    }

.custom-table .custome_calendar .list-view_dateicon {
    position: relative;
    font-size: 25px;
    top: 2px;
}

.actions-panel-container .tabel-date .thumview-text {
    position: relative;
    top: -6px;
    font-size: 1.1rem;
}

.actions-panel-container .tabel-date i {
    color: #ADB7C2;
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
}

/*.current-time {
    position: relative;
}

    .current-time::after {
        border-bottom: 2px solid #da82e8;
        position: absolute;
        content: "";
        width: 100%;
        z-index: 9 !important;
        left: 0;
        top: 100%;
    }*/

table tr, td:last-child, th {
    box-shadow: none !important;
}

.floating-header-table {
    display: inline-block;
    border-bottom: 1px solid #d2d5d7;
  	overflow:hidden !important;
    width: 100%;
    height:unset !important;
	/* height: calc(90vh - 5rem - 50px);*/
    margin-bottom: 5px;
}

    .floating-header-table .Graphicslisttable tbody {
        border-bottom: none;
    }

.Graphicslisttable th {
    box-shadow: inset -25px 0 25px -25px #DFE0E3;
    color: #536a85;
}

    .Graphicslisttable th:last-child {
        max-width: 100% !important;
        width: 1px;
    }

.Graphicslisttable td {
    box-shadow: inset -25px 0 25px -25px #DFE0E3;
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
}

    .Graphicslisttable td:first-child {
        border-left: none;
    }

.Graphicslisttable .floating-header-cell {
    position: relative;
    margin-right: -15px;
    margin-left: -16px;
    padding: 10px 15px;
    height: 43px;
    z-index: 2;
    border: 1px solid #f1f2f2;
    border-left: none;
    border-right: 1px solid #f1f2f2;
}

.GraphicsCaltable .floating-header-cell {
    padding: 0 25px 0 26px;
    line-height: 40px;
    z-index: 2;
    border: 1px solid #f1f2f2;
    border-left: none;
    border-right: 1px solid #f1f2f2;
    font-size: .9rem;
    position: relative;
    background: #fff;
    margin: -3px -26px -4px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
	background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-top: none;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

thead td {
    background: #FC0;
    white-space: nowrap;
}

.floating-header-table .GraphicsCaltable th {
    position: relative;
    top: 0;
    z-index: 10;
    background: #fff;
    font-size: 1.15rem;
    border-top: 1px solid #f1f2f2;
    border-right: 1px solid #f1f2f2;
    border-bottom: 1px solid #f1f2f2;
    border-left: none;
    padding: 0 25px;
    text-transform: capitalize;
}

.Graphicslisttable .floating-header-cell {
    background: #e3e9f0;
    color: #536a85;
    font-size: 1rem;
    margin-top: -3px;
    padding-left: 15px;
}

.GraphicsCaltable.daily th:first-child {
    text-align: center;
}

.GraphicsCaltable.daily td {
    border-bottom: 1px solid #f1f2f2;
    border-right: 1px solid #f1f2f2;
    box-shadow: none;
    padding: 0;
    min-width: 240px;
}

    .GraphicsCaltable.daily td:first-child {
        min-width: 78px !important;
        width: 1% !important;
        padding-right: 25px;
        border-left: none;
        font-size: .8rem;
        border-bottom: none;
    }

    .GraphicsCaltable.daily td.one_hour_last_td {
        border-bottom: 1px solid #f1f2f2;
    }

.daily .timeColumnClass {
    text-align: right;
    width: 70px;
    height: 25px;
}

.daily .dataColumnClass {
    width: auto;
    height: 25px;
    position: relative;
    vertical-align: top;
    min-width: 100px;
}

    .daily .dataColumnClass div.data-details-container {
        min-width: 250px;
        width: 250px;
        height: 100px;
        vertical-align: top;
        position: relative;
        overflow: hidden;
        display: inline-block;
    }

.daily .resizable {
    width: 100%;
    text-align: left;
    height: 50px;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
}

.daily .resizable-header {
    font-size: .9rem;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
}

.daily .resizable p {
    font-size: .8rem;
    margin: 0;
    padding-left: 15px;
}

*/ .GraphicsCaltable.weekly th {
    text-align: center;
    box-shadow: none;
    min-width: 170px;
}

.floating-header-table .weekly td:first-child, .floating-header-table .weekly th {
    min-width: 78px !important;
}

.GraphicsCaltable.weekly th:first-child {
    width: 5% !important;
    vertical-align: middle;
}

.GraphicsCaltable.weekly td {
    border-bottom: 1px solid #f1f2f2 !important;
    padding: 0;
    border-left: 1px solid #f1f2f2;
    box-shadow: none;
   	max-width: 178px !important;
    min-width: 178px !important;
	
}

    .GraphicsCaltable.weekly td:first-child {
        border-left: none;
        font-size: 1rem;
        padding-top: 10px;
    }

.weekly .timeColumnClass {
    text-align: center;
    width: 70px;
    height: 25px;
    vertical-align: top;
}

.weekly .dataColumnClass {
    width: 13%;
     /*height: 288px;*/
	height: 150px;
    vertical-align: top;
    /*min-width: 100px;
    max-width: 100px;*/
    position: relative;
}

    .weekly .dataColumnClass div.data-details-container {
        width: 100%;
        /*height: 288px;*/
		 height: 150px;
        vertical-align: top;
        overflow: hidden;
        position: relative;
		max-width: 178px;
    }

.weekly .resizable {
    width: 100%;
    text-align: left;
    height: 48px;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
}

.weekly .resizable-header {
    font-size: 1rem;
    font-weight: 600;
    margin: 0;
    padding-top: 10px;
    padding-left: 15px;
}

.weekly .resizable p {
    font-size: .9rem;
    margin: 0;
    padding-left: 15px;
}

.monthly .timeColumnClass {
    text-align: center;
    width: 70px;
    height: 25px;
    vertical-align: top;
}

.GraphicsCaltable.monthly th {
    min-width: 213px;
    box-shadow: none;
    text-transform: capitalize;
}

.GraphicsCaltable.monthly td {
    border-bottom: 1px solid #edeeef !important;
    border-right: 1px solid #edeeef !important;
    box-shadow: none;
    padding: 0;
}

.monthly .dataColumnClass {
    height: 180px;
    width: 14%;
    vertical-align: text-bottom;
    text-align: left !important;
    font-size: .8rem;
    /*min-width: 100px;*/
    position: relative;
    /*max-width: 100px;*/
}

.monthly .day {
    margin: 10px;
    width: 10px;
}

.monthly .current-date {
    background: #425B75;
    border-radius: 50%;
    padding: 0 20px 0 8px;
    color: #fff;
    line-height: 28px;
    margin-bottom: 5px;
}

.monthly .dataColumnClass div.data-details-container {
    width: 100%;
    height: 180px;
    vertical-align: top;
    overflow: hidden;
}

.monthly .resizable {
    width: 100%;
    text-align: left;
    z-index: 999;
    overflow: hidden;
    cursor: pointer;
}

.monthly .resizable-header {
    font-size: .9rem;
    font-weight: 600;
    padding-top: 10px;
    padding-left: 15px;
    margin: 0;
}

.monthly .resizable p {
    font-size: .8rem;
    margin: 0;
    padding-left: 15px;
    position: relative;
    top: -4px;
}

.dataColumnClass div.data-details-container.full-view {
    position: absolute;
    width: 450px;
    height: auto;
    max-height: 300px;
    overflow-y: auto;
    background: #EFF0F2;
    box-shadow: #aba4a4 5px 5px 7px;
    z-index: 999;
}

    .dataColumnClass div.data-details-container.full-view .btn-more-event {
        display: none !important;
    }

    .dataColumnClass div.data-details-container.full-view .resizable {
        height: auto !important;
    }

.dataColumnClass-daily {
    display: flex;
}

    .dataColumnClass-daily div.data-details-container.full-view {
        min-height: 145px !important;
        position: unset !important;
    }

.daily .free::before, .daily .konflikt::before, .daily .not-available::before, .daily .partially-available::before, .daily .reserved::before, .daily .taken::before {
    content: "";
    height: 100%;
    position: absolute;
}

.dataColumnClass .btn-more-event {
    padding: 5px 10px;
    display: none;
    cursor: pointer;
    color: #C90014;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    background: #FFF;
    width: 100%;
}

.daily .dataColumnClass .btn-more-event {
    width: auto !important;
    right: 0 !important;
    background: #C90014 !important;
    color: #FFF !important;
}

.dataColumnClass .btn-more-event.active {
    display: block !important;
}

.monthly .free, .weekly .free {
    background: #FFF;
}

.monthly .partially-available, .weekly .partially-available {
    background: rgba(148,190,0,.2);
    border-left: 5px solid #94be00 !important;
}

.monthly .taken, .weekly .taken {
    background: rgba(102,166,229,.2);
    border-left: 5px solid #66a6e5 !important;
}

.monthly .reserved, .weekly .reserved {
    background: rgba(248,154,46,.2);
    border-left: 5px solid #f89a2e !important;
}

.monthly .konflikt, .weekly .konflikt {
    background: rgba(190,9,12,.2);
    border-left: 5px solid #be090c !important;
}

.monthly .not-available, .weekly .not-available {
    background: rgba(209,212,216,.2);
}

.daily .free {
    background: #FFF;
}

.daily .partially-available {
    background: rgba(148,190,0,.2);
    border-left: 5px solid #94be00 !important;
}

.daily .taken {
    background: rgba(102,166,229,.2);
    border-left: 5px solid #66a6e5 !important;
}

.daily .reserved {
    background: rgba(248,154,46,.2);
    border-left: 5px solid #f89a2e !important;
}

.daily .konflikt {
    background: rgba(190,9,12,.2);
    border-left: 5px solid #be090c !important;
}

.daily .not-available {
    background: rgba(209,212,216,.2);
}

.Graphicslisttable a {
    color: #7FB993;
}

.Graphicslisttable th {
    height: 40px;
}

.GraphicsCaltable th {
    height: 40px;
    text-transform: capitalize;
}

.btn-selected {
    color: #2A353A !important;
    font-weight: 700;
    font-size: 35px;
    top: -4px;
}

.three-icon-width .slot-time {
    float: left;
    width: 200px;
    position: relative;
    top: 15px;
}

    .three-icon-width .slot-time .three-icon {
        float: right;
        min-width: 70px;
        position: relative;
        top: -15px;
    }

.three-icon-width {
    min-width: 195px;
}

.three-icon .copy {
    width: 28px;
    height: 28px;
}

.three-icon .Calendar-access-time {
    width: 22px;
    height: 22px;
    margin-top: 2px;
}

.three-icon .delt {
    width: 22px;
    height: 22px;
}

.slot-time {
    position: relative;
    top: 15px;
}

.slot-time-icon {
    display: flex !important;
    float: left;
    margin: -20px -10px 0;
}

.actions-panel-container .screen {
    position: absolute;
    right: 60px;
    top: 0px;
    margin: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.actions-panel__header.collapsible-header {
    padding: 0;
    width: 0 !important;
}

    .actions-panel__header.collapsible-header .actions-panel__header--toggle {
        width: 59px;
    }

#calFullScreen .hidden_box_shadow {
    background: #415A77;
}

.actions-panel-container .screen .fullscreen {
    fill: #fff;
    width: 32px;
    height: 32px;
}

.actions-panel-container .screen .fullscreen-exit {
    fill: #fff;
    display: none;
    width: 30px;
    height: 30px;
}

.actions-panel-container .Calendar-dropdown {
    height: 59px;
    position: absolute;
    top: 0;
    width: 300px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

    .actions-panel-container .Calendar-dropdown.active {
        display: block;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper {
        background: 0 0;
        border-radius: 0;
        height: 59px;
        border: none;
        padding-top: 10px;
        color: #fff;
    }

        .actions-panel-container .Calendar-dropdown .select-wrapper input {
            padding: 0 10px 0 50px;
            text-overflow: ellipsis;
            position: relative;
            bottom: 1px;
        }

            .actions-panel-container .Calendar-dropdown .select-wrapper input.active, .actions-panel-container .Calendar-dropdown .select-wrapper input:focus {
                text-overflow: ellipsis !important;
            }

    .actions-panel-container .Calendar-dropdown .Calendar-arrow-right {
        position: absolute !important;
        top: 0;
        left: 0;
        z-index: 99999;
        background: 0 0;
        width: 59px;
        height: 59px;
    }

        .actions-panel-container .Calendar-dropdown .Calendar-arrow-right .icon {
            transform: rotate(-90deg);
            fill: #fff;
            cursor: pointer;
            position: absolute !important;
            top: 15px;
            left: 15px;
        }

    .actions-panel-container .Calendar-dropdown .select-wrapper .caret {
        display: none;
        left: 25px;
        color: #fff;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper ul {
        width: auto !important;
        height: auto;
        max-height: 300px !important;
        top: 59px !important;
        border-radius: 0;
        left: 0 !important;
    }

        .actions-panel-container .Calendar-dropdown .select-wrapper ul li {
            background: #293749;
            min-height: 35px;
            z-index: 12;
            min-width: 300px !important;
            white-space: pre;
        }

    .actions-panel-container .Calendar-dropdown .select-wrapper .dropdown-content {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper ul li span {
        color: #fff;
        padding: 8px 50px !important;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper ul li.active {
        background: #7FB993;
    }

.radio-icon .check-big:after, .radio-icon .check-big:before {
    background: #d2d5d9 !important;
}

tr:hover .icon--light-grey {
    display: block;
    /*fill: #415A77;*/
}

.custome_calendar .right .radio-icon {
    height: 25px;
    line-height: 60px;
}

.radio-icon label.check-big:after {
    height: 22px !important;
    width: 22px !important;
    position: absolute !important;
}

.radio-icon .lable_text {
    font-size: 14px !important;
    line-height: 25px !important;
    margin-right: 5px;
    height: 25px !important;
    color: #d2d5d9 !important;
}

.radio-icon .check-big:after {
    border-radius: 30px !important;
}

.radio-icon [type=radio].filled-in:checked + label:after {
    font-family: Material Icons;
    content: "\E876";
    z-index: 9 !important;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

.radio-icon [type=radio].filled-in.Ledig-Optaget + label:after, .radio-icon [type=radio].filled-in.Reserveret + label:after, .radio-icon [type=radio].filled-in:checked + .lable_text {
    color: #000 !important;
}

.radio-icon [type=radio].filled-in.Ledig-Optaget + label:after {
    background: linear-gradient(-90deg,#66a8e6,#66a8e6 50%,#fff 50%,#fff 50%,#fff 50%) !important;
    border: 1px solid #66a8e6;
}

.radio-icon [type=radio].filled-in.Reserveret + label:after {
    background: linear-gradient(-90deg,#be090c,#be090c 50%,#ff9300 50%,#ff9300 50%,#ff9300 50%) !important;
    border: 1px solid #ff9300;
}

.radio-icon [type=radio].filled-in.Ikke-tilgaengelig + label:after {
    background: #d2d5d9 !important;
}

.radio-icon [type=radio].filled-in.Ledig-Optaget + label:before {
    color: #000 !important;
    background: linear-gradient(-90deg,#66a8e6,#66a8e6 50%,#fff 50%,#fff 50%,#fff 50%) !important;
    border: 1px solid #66a8e6;
}

.radio-icon [type=radio].filled-in.Reserveret + label:before {
    background: linear-gradient(-90deg,#be090c,#be090c 50%,#ff9300 50%,#ff9300 50%,#ff9300 50%) !important;
    border: 1px solid #ff9300;
}

.radio-icon [type=radio].filled-in.Ikke-tilgaengelig + label:before {
    background: #d2d5d9 !important;
}

@media (max-width:480px) {
    .Day-listview {
        width: 200px;
        height: auto;
        display: flex;
        line-height: 15px;
        position: relative;
        top: 13px;
        margin: auto;
        left: -20px;
    }
}

.Graphicsfullscreen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1059;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #FFF;
}

    .Graphicsfullscreen .actions-panel-container, .Graphicsfullscreen .custom-table {
        margin: 0;
        padding: 0;
    }

.single-details-popup {
    width: 250px;
    max-height: 260px;
    position: absolute;
    border-radius: 3px;
    border: 1px solid #C3C5C8;
    background: #EFF0F2;
    z-index: 999;
    padding: 15px;
}

    .single-details-popup.bottom:before, .single-details-popup.top:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        position: absolute;
        left: 46%;
    }

    .single-details-popup.bottom {
        box-shadow: #aba4a4 0 5px 7px;
    }

        .single-details-popup.bottom:before {
            border-top: 10px solid #F0F1F3;
            bottom: -7px;
        }

    .single-details-popup.top {
        box-shadow: #aba4a4 0 -5px 7px;
    }

        .single-details-popup.top:after {
            border-bottom: 10px solid #F0F1F3;
            top: -7px;
        }

    .single-details-popup .data-dsp {
        width: 100%;
        max-height: 230px;
        overflow: auto;
        white-space: normal;
    }

        .single-details-popup .data-dsp p {
            padding: 0 8px 0 15px;
            margin: 0;
        }

.custome_calendar .right {
    display: flex;
    margin-left: 25px;
    margin-top: 9px;
    margin-bottom: 9px;
}

    .custome_calendar .right .radio-icon {
        width: 150px;
        float: left;
        display: contents;
    }

.iconblue, .icongrey, .iconwhite {
    width: 15px;
    height: 15px;
    margin: 12px;
    float: left;
}

.iconwhite {
    background: #fff;
    border: 1px solid #d1d4d8;
    border-radius: 50%;
}

.iconblue {
    background: #66a8e6;
    border: 1px solid #66a8e6;
    border-radius: 50%;
}

.icongrey {
    background: #d1d4d8;
    border: 1px solid #d1d4d8;
    border-radius: 50%;
}

.custome-dropdown div.select-dropdown {
    min-width: 230px;
    padding: 0 12px;
    cursor: pointer;
}

.custome-dropdown label.Optaget {
    height: 12px;
    width: 12px;
    border: 1px solid #66a8e6;
    background: #66a8e6;
}

.custome-dropdown label.Ledig {
    height: 12px;
    width: 12px;
    border: 1px solid #c2c2c2;
    background: #FFF;
}

.custome-dropdown label.Konflikt {
    height: 12px;
    width: 12px;
    border: 1px solid #be090c;
    background: #be090c;
}

.custome-dropdown label.Ansogt {
    height: 12px;
    width: 12px;
    border: 1px solid #ff9300;
    background: #ff9300;
}

.custome-dropdown ul.dropdown-content {
    opacity: 0;
    width: 100%;
    display: none !important;
}

    .custome-dropdown ul.dropdown-content.active {
        opacity: 1 !important;
        display: block !important;
    }

.custome-dropdown {
    border: 1px solid rgba(0,0,0,.12);
}

.lableplus {
    padding: 0 8px;
}

.Graphics-cal-container .pagination-container {
    margin: 15px;
}

    .Graphics-cal-container .pagination-container.left {
        float: left;
    }

    .Graphics-cal-container .pagination-container.right {
        float: right;
    }

    .Graphics-cal-container .pagination-container a.pageselection {
        box-sizing: border-box;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 32px;
        width: 32px;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        background-color: #EDEEEF;
        color: #7FB793;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-right: 2px;
        display: none;
    }

        .Graphics-cal-container .pagination-container a.pageselection.active {
            display: inline-flex;
        }

        .Graphics-cal-container .pagination-container a.pageselection.current {
            background: #415A77;
            color: #FFF;
            font-weight: 700;
        }

.Graphics-cal-container .Graphicslisttable thead th.asc .floating-header-cell:after, .Graphics-cal-container .Graphicslisttable thead th.asc:after, .Graphics-cal-container .Graphicslisttable thead th.desc .floating-header-cell:after, .Graphics-cal-container .Graphicslisttable thead th.desc:after {
    position: absolute;
    top: 10px;
    right: 1px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
    width: 25px;
}

.Graphics-cal-container .Graphicslisttable thead th.asc:after {
    content: "\25B4";
}

.Graphics-cal-container .Graphicslisttable thead th.desc:after {
    content: "\25BE";
}

.Graphics-cal-container .Graphicslisttable thead th.asc .floating-header-cell:after {
    content: "\25B4";
}

.Graphics-cal-container .Graphicslisttable thead th.desc .floating-header-cell:after {
    content: "\25BE";
}

@media only screen and (min-width: 481px) and (max-width: 840px) {
    .actions-panel-container .Calendar-dropdown {
        height: 50%;
        margin-top: 29px;
        padding-top: 0;
    }

    .actions-panel-container .tabel-date {
        height: 50%;
        line-height: 50px;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper ul {
        top: 30px !important;
    }

    .actions-panel-container .Calendar-dropdown .Calendar-arrow-right .icon {
        top: 1px;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper input {
        margin-top: -16px;
    }
	
	.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 200px;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  min-width: 200px;
}
}

@media only screen and (max-width: 480px) {
    .custome_calendar .right {
        display: flex;
        margin-left: 2px;
        margin-top: 20px;
        margin-bottom: 9px;
        float: left !important;
    }

    .actions-panel-container .Calendar-dropdown {
        top: 15px;
        left: -15px;
        margin-top: 15px;
        height: 30px;
        width: 90%;
    }

        .actions-panel-container .Calendar-dropdown .select-wrapper ul {
            top: 36px !important;
            left: 15px !important;
        }

        .actions-panel-container .Calendar-dropdown .select-wrapper {
            padding-top: 0px;
        }

            .actions-panel-container .Calendar-dropdown .select-wrapper input {
                margin-top: -6px;
            }

        .actions-panel-container .Calendar-dropdown .Calendar-arrow-right .icon {
            top: 1px;
            left: 23px;
        }

    .actions-panel-container .tabel-date .date {
        top: -6px;
    }

    .actions-panel-container .tabel-date i {
        margin-top: -11px;
    }

    .actions-panel-container .Calendar-dropdown .select-wrapper ul li {
        max-width: calc(100% - 30px) !important;
        min-width: 255px !important;
    }

        .actions-panel-container .Calendar-dropdown .select-wrapper ul li span {
            padding: 8px 36px !important;
            white-space: normal;
        }
}


/*table header fixed css sandip vala 21/10/2019*/
.fixed_headers {
  width:100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_headers th,
.fixed_headers td {
  padding: 5px;
  text-align: left;
}
.fixed_headers td:nth-child(1),
.fixed_headers th:nth-child(1) {
  min-width: 200px;
}
.fixed_headers td:nth-child(2),
.fixed_headers th:nth-child(2) {
  min-width: 200px;
}


.fixed_headers thead tr {
  display: block;
  position: relative;
}
.fixed_headers tbody {
  display: block;
  overflow: auto;
  width: 100%;
  height: 500px;
}


