@media screen {
    .print-section-heading {
        display: none;
    }
}
/* overrides the statement in nc. */
.navbar .navbar-default .nav:not(.navbar-right) {
    max-width: 100% !important;
    padding-right: 0 !important;
}

/* Webfont: PFBeauSansPro-Thin */
@font-face {
    font-family: 'PFBeauSansProThin';
    src: url('/content/fonts/PFBeauSansPro-Thin.eot'); /* IE9 Compat Modes */
    src: url('/content/fonts/PFBeauSansPro-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/content/fonts/PFBeauSansPro-Thin.woff') format('woff'), /* Modern Browsers */
    url('/content/fonts/PFBeauSansPro-Thin.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/content/fonts/PFBeauSansPro-Thin.svg#PFBeauSansPro-Thin') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}


.navbar-padded {
    margin-bottom: 50px;
}

.preserve-newlines {
    white-space: pre;
}

.sTime {
    display: none;
}

@media print {

    body * {
        visibility: hidden;
    }

    .print-section, .print-section * {
        visibility: visible;
    }

    .print-section {
        position: absolute;
        left: 0;
        top: 0;
    }


    .sTime {
        display: block;
    }

    .calendar-day-number {
        text-align: right;
    }

    .no-print {
        display: none;
    }

    /*table, thead, tbody, tr, td, th {
        padding: 1px !important;
        margin: 0;
        border: 1px solid black !important;
        font-size: small;
    }
    th {
        border-bottom: 3px solid black !important;
    }

    table table table, table table table tbody, table table table tr, table table table td {
        border: none !important;
    }*/

    .timesheet-print-table, thead, tbody, tr, td, th {
        padding: 1px !important;
        margin: 0;
        border: 1px solid black !important;
        font-size: small;
    }

    .timesheet-print-th {
        border-bottom: 3px solid black !important;
    }

    .timesheet-print-table table table, table table table tbody, table table table tr, table table table td {
        border: none !important;
    }

    .red {
        color: red !important;
    }

    .calendar-day-number {
        text-align: right !important;
    }

    .calendar-table {
        /*width: 100% !important;*/
        border: 1px solid black !important;
        background: white;
    }

        .calendar-table th {
            border: 1px solid black !important;
            font-weight: normal;
            text-align: center;
        }

        .calendar-table thead tr {
            height: 20px !important;
        }

            .calendar-table thead tr:first-child {
                height: 40px;
            }

        .calendar-table tr {
            border: 1px solid black !important;
            height: 80px !important;
            max-height: 80px !important;
            max-width: 100px !important;
        }

        .calendar-table td {
            border: 1px solid black !important;
            padding: 1px !important;
            height: 80px !important;
            max-height: 80px !important;
            width: 100px !important;
            max-width: 100px !important;
            overflow: hidden !important;
            /*vertical-align: top !important;
            padding: 0px !important;*/
        }

            .calendar-table td:first-child {
                border: 2px solid black !important;
                padding: 1px !important;
                position: relative !important;
                height: 100px !important;
                width: 20px !important;
            }

            .calendar-table td:first-child {
                text-align: center !important;
            }
}

body > .ng-scope {
    height: 100%;
    min-height: 100%;
}

body a {
    text-decoration: none;
}

.notus-login-page, 
.notus-post-logout-page {
    background: rgba(0, 0, 0, 0) url("../img/login-background.png") no-repeat scroll 0 center / cover;
    height: 100%;
    width: 100%;
    min-height: 100%;
}

.notus-login-box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 490px;
    max-width: 520px;
    height: auto;
    max-height: 425px;
    min-height: 320px;
    z-index: 100;
}

    .notus-login-box .login-heading::after {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(220, 216, 217, 0), #dcd8d9, rgba(220, 216, 217, 0)) repeat scroll 0 0;
        height: 1px;
        position: absolute;
        bottom: 0;
        content: "";
        left: 0;
        width: 100%;
    }

    .notus-login-box .login-heading {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        /*height: 72px;*/
        overflow: hidden;
        position: relative;
    }

        .notus-login-box .login-heading .product {
            color: #2ca4e9;
            display: block;
            font-family: PFBeauSansProThin,'Open Sans',sans-serif;
            font-size: 38px;
            font-style: italic;
            font-weight: 100;
            line-height: 1;
            margin: 20px 0 0 24px;
        }

    .notus-login-box .login-content,
    .notus-post-logout-box .post-logout-content {
        background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
        color: #282828;
        font-size: 14px;
        line-height: 20px;
        padding: 25px 45px;
    }

    .notus-login-box .login-footer .VismaLogo,
    .notus-post-logout-box .post-logout-footer .VismaLogo {
        width: 100px;
    }

    .notus-login-box .login-footer::before,
    .notus-post-logout .post-logout-footer::before {
        background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(222, 220, 220, 0), #dcdcdc, rgba(220, 220, 220, 0)) repeat scroll 0 0;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    .notus-login-box .login-footer,
    .notus-post-logout-box .post-logout-footer {
        background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
        border-bottom: 1px solid #f8f4f4;
        color: #282828;
        font-size: 14px;
        line-height: 20px;
        padding: 13px 0 12px;
        position: relative;
        text-align: center;
    }


.notus-post-logout-box {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 490px;
    max-width: 520px;
    height: auto;
    max-height: 425px;
    min-height: 320px;
    z-index: 100;
}

    .notus-post-logout-box .post-logout-heading {
        background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
        color: #282828;
        padding: 14px 20px 13px;
        font-size: 22px;
        font-weight: 100;
        border-color: #ddd;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

#footer::before {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(224, 224, 224, 0) 5%, #e0e0e0 10%, #e0e0e0 90%, rgba(224, 224, 224, 0) 95%) repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

#footer {
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    height: 60px;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
    bottom: 0;
    height: 60px;
    font-size: 9px;
}



.form-login table, .form-forgot-password table {
    width: 100%;
}


.navigation {
    text-align: center;
}

.goto {
    cursor: default;
    text-decoration: none;
    border: none;
    color: #737373;
    float: left;
    padding: 5px 5px 0px 0px;
}

.input-inline {
    display: inline-block;
    margin-bottom: 0px !important;
}

.block {
    display: block;
    overflow: hidden;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
    padding-top: 5px;
    padding-right: 5px;
}

.login-heads {
    width: 75%;
}

.custom-logo {
    width: 90px;
    height: 90px;
    margin: 10px 10px 10px 10px;
    border: 1px solid #2ca4e9 !important;
}

.customer {
    color: #2ca4e9;
    display: block;
    font-family: PFBeauSansProThin,'Open Sans',sans-serif;
    font-size: 20px;
    font-weight: 100;
    line-height: 1;
    margin-left: 24px;
    margin-top: 1em;
}

.form-login, .form-forgot-password {
    padding: 10px;
    width: 100%;
}

.full-width {
    width: 100% !important;
}

.form-login td, .form-forgot-password td {
    padding-bottom: 10px;
}

.form-login label, .form-forgot-password label, .form-login a, .form-forgot-password a {
    padding-right: 10px;
}

.form-login a, .form-forgot-password a {
    font-size: smaller;
}

.form-login button, .form-forgot-password button {
    width: 100%;
    margin-top: 15px;
}

.form-heading {
    font-size: large;
    padding-bottom: 20px;
}


.show-code {
    display: block;
}

.hide-code {
    display: none;
}

.changepassword-container {
    width: 0px;
    height: 0px;
    position: absolute;
    left: -100px;
    top: -100px;
    overflow: hidden;
}

#securityWarning {
    padding: 20px;
    background-color: White;
    border: 2px solid red;
}

.red {
    color: red !important;
}

.green {
    color: green;
}

.contentWrapper {
    float: right;
    width: 100%;
    margin-left: -250px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

table table {
    width: 100%;
}

table td * {
    vertical-align: middle;
}

.small-cell {
    width: 50px;
}

.timesheet-comment, .timeshet-buttons {
    padding-top: 10px;
    padding-bottom: 10px;
}

table.timesheet-table table tr, table.timesheet-table table td {
    text-align: center;
}

.text-left-important {
    text-align: left !important;
    padding-left: 5px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.panel-label {
    width: 12em;
}

table.layout-table tr td {
    vertical-align: top;
}

table.layout-table .panel {
    margin: 10px;
}

.footer {
    margin-top: 70px;
    bottom: 0;
    font-size: 9px;
}

#DaysAhead .FPSituationContainer > div {
    display: block;
    float: left;
    width: 140px;
    margin: 0px 10px 20px 0px;
    height: 150px;
    background-color: #f7f7f7;
    border: 1px #e0e0e0 solid;
    padding: 15px;
    position: relative;
}

.avCont {
    position: relative;
    display: block;
    height: 0em;
    width: 20%;
    cursor: pointer;
}

#DaysAhead .dom {
    font-weight: bold;
}

body.NordicCool a {
    color: rgb(79, 130, 199);
    text-decoration: none;
}

.dom {
    display: block;
    text-align: right;
    position: relative;
    right: 3px;
    z-index: 10;
    margin-bottom: 3px;
    cursor: pointer;
}

#DaysAhead .pNoExp {
    position: relative;
}

.NoAv {
    background-color: #f0f0f0;
}

.Av, .UnAv, .NoAv {
    display: block;
    height: 0.40em;
    line-height: 0.40em;
    position: relative;
    width: 100%;
    z-index: 4;
}


.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

/* TURNUS */

.servicelocation-selector {
    display: inline-block;
}

.calnav {
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1002;
}

    .calnav a {
        text-decoration: none;
        color: #c0c0c0;
    }

    .calnav ul {
        width: 100%;
        display: inline-block;
        list-style: none;
        margin: 0px;
        padding: 0.4em 0em 0em 0em;
        white-space: nowrap;
        box-sizing: border-box;
        background: transparent;
        position: relative;
        height: 100%;
        vertical-align: middle;
        z-index: 12;
        overflow: hidden;
    }

        .calnav ul li {
            display: inline-block;
            margin: 0px 0px 0px 0px;
            padding: 0px 0px 6px 0px;
            text-align: center;
            box-sizing: border-box;
            vertical-align: middle;
            line-height: 100%;
        }

.roster-table .total-hours {
    padding-right: 2px !important;
    padding-left: 2px !important;
}

.pgt-link {
    float: right;
    padding-right: 10px;
}

li.d30, li.d31, li.d28 {
    width: 8.21%;
}

.small-btn {
    width: 50px;
    min-width: 50px !important;
}

.medium-btn {
    min-width: 50px !important;
}

.close-btn {
    float: right;
}

.day-availability {
    height: 33%;
}

    .day-availability.Tilgjengelig {
        background: linear-gradient(to bottom right, #c3f8bb, #7bd886 );
    }

    .day-availability.Utilgjengelig {
        background: linear-gradient(to bottom right, #f79a9a, #fe7171 );
    }

    .day-availability.Uspesifisert {
        background-color: #efefef;
    }
    .day-availability.Vacation {
        background: linear-gradient(to bottom right, #FFD700, #FFC107);
    }

@media print {
    .day-availability.Tilgjengelig {
        background-color: #c3f8bb !important;
    }

    .day-availability.Utilgjengelig {
        background-color: #f79a9a !important;
    }

    .day-availability.Uspesifisert {
        background-color: #efefef !important;
    }
    .day-availability.Vacation {
        background-color: #FFD700 !important;
    }
}

.avail-td {
    background-color: #d4d4d4 !important;
}

.flex-link {
    padding-left: 0.2em;
    padding-right: 0.2em;
}

.cellFlyer {
    background-color: white;
    display: block;
    position: absolute;
    padding: 5px;
    /*width: 200px;*/
    font-size: 12px;
    /*height: 130px;*/
    -webkit-box-shadow: 5px 5px 8px #CCC;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

    .cellFlyer p {
        padding: 0 !important;
        margin: 0 !important;
    }


.pgtFlyer {
    background-color: white;
    display: block;
    position: absolute;
    padding: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.availabilityFlyer {
    background-color: white;
    display: block;
    position: absolute;
    width: 400px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    border-radius: 8px;
    box-shadow: 5px 5px 8px #CCC;
}

.shiftDetailFlyer {
    background-color: white;
    display: block;
    position: absolute;
    width: 400px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    border-radius: 8px;
    box-shadow: 5px 5px 8px #CCC;
}

.availabilityFlyer .close {
    margin: -10px 0px 10px 0px;
}

.dateFlyer {
    background-color: white;
    display: block;
    position: absolute;
    padding: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.weekFlyer, .weekIndicator {
    border-width: 1px 1px 0px 1px;
    border-radius: 6px 6px 0px 0px;
    background: linear-gradient(to bottom,#fefefe 0,#f7f7f7 50%,#efefef 100%);
    top: 0%;
    position: absolute;
    height: 100%;
    z-index: 11;
}

.weekIndicator {
    display: block;
    left: 10px;
    background: linear-gradient(to bottom,#fefefe 0,#f7f7f7 50%,#efefef 100%);
    box-shadow: 2px 0px 1px rgba(0,0,0,.2);
}

.flexible-calendar {
    position: relative;
    margin-top: 7px;
}

.flex-calendar a, .manning a {
    text-decoration: none !important;
}

.flex-period-indicator {
    position: absolute;
    height: 35px;
    top: -7px;
    margin-top: -1px;
    z-index: 1001;
    background-color: #f9f9f9;
    border-top: 1px solid #f9f9f9;
    box-shadow: 0px 1px 1px rgba(0,0,0,.2);
}

.flex-calendar {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    background-color: rgba(192,232,192, 0.3);
    border-radius: 6px;
    background: linear-gradient(to bottom,#fcfcfc 0,#f3f3f3 75%,#f9f9f9 100%);
    padding: 5px;
    box-shadow: 2px 0px 1px rgba(0,0,0,.2);
}

.roster-container {
    white-space: nowrap !important;
    overflow-x: auto !important;
}

.roster-table td, .roster-table p {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.roster-table p {
    margin-bottom: 0 !important;
    white-space: nowrap;
}

.roster-table td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    width: 42px;
    height: 26px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

    .roster-table td:first-child {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        white-space: nowrap;
        padding-left: 6px !important;
        margin: 0 !important;
        text-align: left;
    }

    .roster-table td input {
        width: 50px;
        margin: 0;
        border: 0;
        background-color: transparent;
        text-align: center;
    }

/*.table-day {
    width: 42px;
    height: 26px;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}*/

.table-day {
    font-size: 12px;
}

.vacation {
    background-color: lightgreen !important;
}

.table-day input {
    text-align: center;
    font-size: 12px;
}

.shift-template {
    margin-right: 1em;
}

.manning .alarm {
    color: red;
}

.flexible-row .alarm {
    background-color: red !important;
}

.substitute {
    background-color: #fae4e4 !important;
    font-style: italic;
}

.shift-differ {
    background-color: #c0e0ff !important;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

/*Reimplementing .table-look for columnbased grids
    Used in administrationpages
*/
.tbl {
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-collapse: separate;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

.tbl-head {
    background: #fcfcfc;
    background: -webkit-linear-gradient(top,#fcfcfc 0,#f3f3f3 75%,#f9f9f9 100%);
    background: linear-gradient(to bottom,#fcfcfc 0,#f3f3f3 75%,#f9f9f9 100%);
    color: #0974b3;
    font-weight: 400;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #e7e7e7;
}

    .tbl-head > * {
        border-left: 1px dotted #d0d0d0;
        border-bottom: 1px solid #d6d6d6;
        border-top: 0;
        line-height: 120%;
        vertical-align: middle;
        padding: 11px 10px 10px;
    }

    .tbl-head:first-child {
        border-top: 0;
        border-left: 0;
    }

.dropdown-menu {
    z-index: 2000 !important;
}

.grouptable-head .dropdown-menu {
    min-width: 60px !important;
}

.dropdown-menu-normalized {
    margin-top: 0px;
}

ul.dropdown-expandable {
    min-width: 100%;
    width: auto;
}

.dropdown-expandable * {
    white-space: nowrap;
    padding-right: 0.5em;
}

.btn-normalized {
    margin-bottom: 0px;
}

.calendar-worksession {
    background-color: #767677;
    color: White !important;
    white-space: nowrap;
    text-align: left;
    display: block;
    left: 0;
    top: 20px;
    display: block;
    width: 100%;
}

.calendar-table {
    width: 100%;
    border: 1px solid #D3D3D3;
    background: white;
}

    .calendar-table th {
        border: 2px solid #eaeded;
        font-weight: normal;
        text-align: center;
    }

    .calendar-table thead tr {
        height: 20px;
    }

        .calendar-table thead tr:first-child {
            height: 40px;
        }

    .calendar-table th:nth-child(8) {
        color: red;
    }

    .calendar-table .holiday, .upcoming-calendar-day-number.holiday span, .availabilityFlyer .holiday {
        color: red !important;
    }

    .calendar-table tr {
        border: 2px solid #eaeded;
        height: 100px;
        max-height: 100px;
    }

    .calendar-table td {
        border: 2px solid #eaeded;
        padding: 1px;
        height: 120px;
        width: 140px;
        max-width: 140px;
        overflow: hidden;
        vertical-align: top;
        padding: 0px;
    }

        .calendar-table td:first-child {
            border: 2px solid #eaeded;
            padding: 1px;
            position: relative;
            height: 100px;
            width: 20px;
        }

        .calendar-table td:first-child {
            text-align: center;
        }

        .calendar-table td ul {
            margin: 0px 0px 3px 0px;
            padding: 0px;
            list-style-type: none;
            text-align: left;
            overflow: hidden;
        }

            .calendar-table td ul li {
                margin: 0px 0px 3px 0px;
                padding: 0px 0px 0px 1em;
                background-color: #C0C0C0;
                color: #101010 !important;
                overflow: hidden;
                white-space: nowrap;
                text-align: left;
            }


.calendar-day-number {
    text-align: right;
    cursor: pointer;
    height: 6px;
    color: #3498db;
}

.calendar-month-name {
    text-transform: uppercase;
    color: #3498db;
}


.day-availability-calendar {
    float: left;
    height: 6px;
    width: 87%;
}

.clear {
    clear: both;
}


.day-availability-calendar.Tilgjengelig {
    background: linear-gradient(to bottom right, #c3f8bb, #7bd886 );
}

.day-availability-calendar.Utilgjengelig {
    background: linear-gradient(to bottom right, #f79a9a, #fe7171 );
}

.day-availability-calendar.Uspesifisert {
    background-color: #efefef;
}

.day-availability-calendar.Vacation {
    background-color: #FFD700;
}

.otherMonth {
    background-color: #f2f3f4;
}

.applyButton {
    background-color: #0080FF;
    display: block;
    margin: 0px 0px 3px 0px;
    padding: 0px 0px 0px 1em;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    color: white !important;
    text-decoration: none;
}

.extra-shift-button {
    display: block;
    text-align: center;
}

.print-ul {
    display: inline-block;
}

.cursor-underline:hover {
    cursor: pointer;
    text-decoration: underline;
}

.subshop-th {
    font-weight: bold;
    background: #e2f2fe !important;
    cursor: default !important;
}

#filterShowAllDialog .modal-dialog {
    width: 400px !important;
}

.comment-flyer {
    position: absolute;
    background-color: white;
    display: block;
    max-width: 100px !important;
    padding: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(1,1,1,0) !important;
}

.apply-flyer {
    position: absolute;
    background-color: white;
    display: block;
    min-width: 100px !important;
    padding: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(1,1,1,0) !important;
}

    .apply-flyer textarea {
        margin-bottom: 1em;
    }

.comment-flyer textarea {
    margin-right: 1em !important;
}

.apply-flyer a {
    display: inline;
}

.comment-flyer a {
    display: block;
    margin-top: 1em;
}

.pagination li a, .pagination li a:hover {
    padding: 6px 12px !important;
    cursor: pointer;
    text-decoration: underline;
}

.nodecoration {
    text-decoration: none !important;
}

.nocursor {
    cursor: default !important;
}

#flyer-apply-btn-list {
    margin-right: 3.5em;
}

.bulletin {
    padding: 2px;
    background-color: white;
}

.bulletin-element {
    border-bottom: dotted 1px #D3C8BD;
    padding-bottom: 6px;
    padding-top: 3px;
}

.bulletin-sl {
    font-size: 7pt;
    color: #726A62;
    padding-top: 3px;
    padding-bottom: 6px;
}

.upcoming-days {
    display: block;
    float: left;
    width: 140px;
    min-height: 160px;
    margin: 0px 10px 20px 0px;
    background-color: #f7f7f7;
    /*border: 1px #e0e0e0 solid;*/
    padding: 15px;
    position: relative;
}

.upcoming-days-servicelocation {
    margin: 0px 0px 0px 0px;
    position: relative;
    float: left;
    display: block;
    outline: none;
    width: 180px;
}

.upcoming-days-availability {
    height: 6px;
    width: 20%;
}

    .upcoming-days-availability.Tilgjengelig {
        background: linear-gradient(to bottom right, #c3f8bb, #7bd886 );
    }

    .upcoming-days-availability.Utilgjengelig {
        background: linear-gradient(to bottom right, #f79a9a, #fe7171 );
    }

    .upcoming-days-availability.Uspesifisert {
        background-color: #efefef;
    }
    .upcoming-days-availability.Vacation {
        background-color: #FFD700;
    }

.upcoming-calendar-day-number {
    color: #3498db;
    display: block;
    text-align: right;
    position: relative;
    right: 3px;
    margin-bottom: 3px;
    cursor: pointer;
}

.upcoming-day-container {
    position: relative;
    display: block;
    height: 0em;
    cursor: pointer;
}

.rss {
    background-color: #F9FDFF;
    border-bottom: dotted 1px #D3C8BD;
}

.statehistory-flyer {
    position: absolute;
    background-color: white;
    display: block;
    min-width: 540px;
    padding: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5) !important;
    border-color: rgba(1,1,1,0) !important;
}

    .statehistory-flyer table {
        width: 520px !important;
    }


    .statehistory-flyer .status-td-status {
        width: 19%;
    }

    .statehistory-flyer .status-td-other {
        width: 25%;
        word-break: break-all;
    }

    .statehistory-flyer .status-td-img {
        width: 4%;
    }

.statehistory-link {
    text-decoration: none;
}

.status-icon-td {
    min-width: 1% !important;
}

    .status-icon-td img {
        margin-right: auto;
        margin-left: auto;
        display: block;
    }

.verification-tool table {
    width: 600px;
}

.verificaiton-tool th, .verification-tool td {
    padding: 1em !important;
}

.verificaiton-tool table tr th {
    text-align: right !important;
}

#display-old-label {
    margin-top: 0.3em;
    margin-left: 1em;
}

.last-liste-btn {
    border-radius: 0 3px 3px 0 !important;
    border-right-width: 1px !important;
}

.tab-pane .table tbody td .btn-default {
    margin-bottom: 0 !important;
}

.breadcrumb {
    float: left !important;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-bottom: 0 !important;
}

.nav-back-icon {
    content: "";
    position: absolute;
    top: 6px;
    left: 8px;
    width: 16px;
    height: 16px;
    background: url(https://ux.visma.com/weblibrary/latest/img/vismaicons/action-icons/16_left.svg) no-repeat scroll 0 0 transparent
}

.btn-nav-back {
    position: relative;
    padding-left: 32px;
    padding-right: 22px;
}

.active-page-btn, .active-page-btn:hover, .active-page-btn:focus {
    outline: 1px solid #0089d9;
    outline-offset: 1px;
    background-color: #FFFFFF !important;
    cursor: default !important;
    text-decoration: none !important;
}

#my-apps-btngroup a {
    padding-top: 4px !important;
}


/* Inbox styles */
.message-text {
    max-width: 300px;
    word-wrap: break-word;
}

/* Configuration styles */
.upcoming-day-ul {
    margin: 0px 0px 3px 0px;
    padding: 0px;
    list-style-type: none;
}

.filter-input-text {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.filter-elem-header {
    line-height: 32px;
}

.filter-cell {
    vertical-align: baseline !important;
}

.table-active.group-table tr.active {
    border-right: 1px solid #0974b3;
    border-left: 0;
    color: #fff;
    background: #0974b3;
    -webkit-box-shadow: -1px 0 #0974b3;
    box-shadow: -1px 0 #0974b3;
}

tr.active td .active-row-link {
    color: #fff;
}

.group-table tr.active td {
    border-right: 1px solid #0974b3 !important;
    border-left: 0 !important;
    background: #0974b3 !important;
    -webkit-box-shadow: -1px 0 #0974b3 !important;
    box-shadow: -1px 0 #0974b3 !important;
}

.group-table tr.active a {
    color: #fff !important;
}

.invert-icon {
    filter: brightness(0) invert(1);
}

.move-users-panel {
    min-height: 36px;
}

.group-table > tbody > tr.active > td:first-child::before,
.group-table.table-active:not(.table-grey) > tbody > tr.active > td:first-child::before {
    background: inherit !important;
}

.vaktbok-link {
    overflow: hidden;
    word-break: break-all;
    cursor: pointer;
}

.vaktbok-link-head {
    width: 28px;
    float: left;
    margin-right: 1em;
}

.vaktbok-url-links div {
    margin-bottom: 0.5em;
}

.acceslist-item {
    margin-bottom: 0.5em;
}

.role-arguments {
    background-color: white;
    display: block;
    position: absolute;
    width: auto;
    max-height: 400px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    border-radius: 8px;
    box-shadow: 5px 5px 8px #CCC;
}

.role-arguments-elements {
    height: 200px;
    width: 100%;
    overflow: auto;
}

.tentative-users-box {
    height: 600px;
    width: 100%;
    overflow: auto;
}

.cursor-default {
    cursor: default;
}

.alert-dimmer {
    opacity: 0.2;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 99 !important;
    top: 0;
    left: 0;
    position: fixed;
}

.alert-centered {
    position: fixed !important;
    left: 50%;
    top: 50%;
    z-index: 100 !important;
    background: #FFF;
    opacity: 1;
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
    padding: 20px 40px 20px 90px;
    border-width: 1px;
    border-color: #f0f0f0 #e9e9e9 #dedede;
    border-radius: 0;
    color: #282828;
    line-height: 50px;
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.08);
    box-shadow: 0 2px 4px rgba(0,0,0,.08);
    margin-left: -250px;
    margin-top: -150px !important;
    width: 500px;
}

.panel-employee {
    width: 500px;
}

    .panel-employee input, .panel-employee .btn-group {
        margin-top: 4px;
    }

.emp-haslogin-col {
    min-width: 70px !important;
}

#emp-modal-tbl .btn-group {
    margin-top: 4px;
}


#send-credentials-div {
    padding-top: 6px;
}

    #send-credentials-div.has-error label {
        outline: 2px solid #c72828;
    }

#usercreate-sl-btn {
    width: 160px;
}

.ellipsis-btn {
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-dropdown-btn {
    min-width: 50px !important;
}

.grouplist-filter-row th {
    background: #FFF;
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    border-left: none !important;
}

.grouplist-filter-row span {
    color: grey;
}

.badge-del-filter, .badge-del-filter:hover {
    color: grey;
    text-decoration: none;
}

.form-group-errormsg {
    color: #c72828;
    font-weight: 300;
    display: none;
}

    .form-group-errormsg.show {
        display: block;
    }

.profile-image-form {
    width: auto;
    height: auto;
}

    .profile-image-form .profile-image-container {
        width: auto;
        height: 200px;
        position: relative;
        margin-bottom: 20px;
    }

    .profile-image-form > button {
        width: inherit;
    }

.profile-image-container .profile-image {
    opacity: 1;
    transition: 0.5s ease;
}

.profile-image-container .profile-image-delete-overlay {
    display: none;
}

.profile-image-container.custom .profile-image-delete-overlay {
    display: block;
}

.profile-image-container.custom:hover .profile-image {
    opacity: 0.3;
}

.profile-image-container.custom:hover .profile-image-delete-overlay {
    opacity: 1;
}

.profile-image {
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.profile-image-delete-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .profile-image-delete-overlay > a {
        background-color: #0974b3;
        color: white;
        font-size: 16px;
        padding: 8px 24px;
        border-radius: 6px;
    }

        .profile-image-delete-overlay > a:hover {
            text-decoration: none;
        }

.panel-group .panel .panel-collapse {
    overflow: visible !important;
}

.form-group > .text {
    padding-top: 5px;
    padding-bottom: 4px;
}

textarea.no-resize {
    resize: none;
}

.provider-dropdown, .provider-dropdown .dropdown-toggle {
    width: 100%;
}

.ver-bold {
    font-weight: bold;
}

.usercreate-alerts .modal-dialog {
    margin-top: 20%;
}

.roster-table tbody {
    font-size: 12px;
}

.roster-names-td p {
    padding-left: 6px !important;
    padding-right: 4px !important;
}


.roster-table-cell-selected {
    background-color: #cdeefd !important;
    border-top: 1px #0677c8 solid !important;
    border-bottom: 1px #0677c8 solid !important;
    border-left: 1px #0677c8 solid !important;
    border-right: 1px #0677c8 solid !important;
}

.strikethrough {
    text-decoration: line-through !important;
}

.pink-bkg {
    background: #faaaaa !important;
}

.purple-bkg {
    background: #e8aef8 !important;
}

.flex-text-padding {
    margin-left: 6px !important;
    margin-right: 6px !important;
}

label.no-shrinking {
    white-space: pre-wrap;
}

span.vertical-line {
    display: block;
    border: none;
    color: white;
    width: 1px;
    height: var(--vertical-line-height);
    background: radial-gradient(rgba(200,200,200,1) 25%, rgba(200,200,200,0) 75%);
}

.tsheet-align {
    text-align: left !important;
    padding-left: 0.5em !important;
}

.disableatag {
    cursor: not-allowed;
    pointer-events: none;
}

#scrollbar-div {
    overflow-x: auto;
}

#scrollbar {
    height: 1px; /* Ensure that horizontal scrollbar on top of flexible turnus appears */
}

.padding-top {
    padding-top: 20px;
}

.spinner {
    margin-bottom: 1em;
}

.ressurs-app-background {
    background-color: #106A9E;
}

.ressurs-app img {
    width: 100%;
    max-width: 500px
}

.ressurs-app h4,
.ressurs-app p {
    color: lightcyan;
}

/* Log & Troubleshooter */

.log-table td {
    vertical-align: text-top !important;
}

.log-table pre {
    background: transparent;
    border: none;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.log-table tr td:nth-of-type(3) {
    width: 250px;
}

.comms-result-msg {
    display: inline-block;
}

    .comms-result-msg .vismaicon {
        top: 7px;
    }

/**** Interface controls icons ****/
.vismaicon-datepicker:before {
    background-image: url(../img/vismaicons/interface-controls/datepicker.svg);
}

/* Popovers */

.popover {
    background: white;
    border-width: 2px;
}

.popover-content {
    padding: 9px 14px;
}

.isPwdMatchPopover {
    border-color: #A83730;
    border-bottom-color: #A83730;
    text-align: center;
    min-width: 200px;
    max-width: 200px;
}

.isPwdStrongPopover {
    border-color: #A83730;
}

.popover.bottom > .arrow {
    border-bottom-color: #A83730;
}

.popover.right > .arrow {
    border-right-color: #A83730;
    top: 50%;
}


/* Web Calendar Modal*/

#calendarModal .center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
}

#calendarModal .filterItem {
    padding: 6px 15px 7px 20px;
}

#calendarModal #filter {
    margin: 0 20px 0 0;
    float: right;
}

#calendarModal #webcalLink {
    font-size: 16px;
    border: 0px solid lightgray !important;
    border-bottom-width: 1px !important;
    margin-bottom: 10px;
    text-align: center;
}

#calendarModal svg {
    height: 1px;
    overflow: visible !important;
    width: 100%;
}

#calendarModal text {
    text-anchor: middle;
    font-size: 34px;
}

.ssopanel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ssocontainer {
    background: rgba(255, 255, 255, 0.97) none repeat scroll 0 0;
    color: #282828;
    position:relative;
    height:200px;
}

.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.appstream-icon {
    width: 64px;
    height: 64px;
    display: block;
    border: none !important;
}

.appstream-icon-container {
    width: 64px;
    height: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.appstream-icon-container span, .appstream-icon-container img {
    flex: 1;
}

.appstream-client-container {
    margin-top: 61px;
}

.appstream-info-flyer {
    background-color: white;
    display: block;
    position: absolute;
    padding: 5px;
    font-size: 12px;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    border-radius: 4px;
    box-shadow: 5px 5px 8px #CCC;
}

.appstream-info-flyer p {
    padding: 0 !important;
    margin: 0 !important;
}

.line {
    height: 1px;
    background-color:lightgrey;
    margin: 10px -15px 10px -15px;
}