﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    font-family: Segoe UI,Arial,sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited {
    color: #034af3;
}

a:hover {
    color: #1d5987;
    text-decoration: none;
}

a:active {
    color: #1d5987;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
}

.header {
    background-color: #FFF;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #496077;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 20pt;
    }

.main {
    padding: 5px 12px 0 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: right;
    line-height: normal;
    /* // min-width: 1240px;*/
    width: 99%;
}

    .footer a {
        text-decoration: none;
    }

        .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
            color: #3a4f63;
        }

/* TAB MENU   
----------------------------------------------------------*/

.hideSkiplink {
    width: 100%;
    height: 30px;
    clear: both;
}

.menu {
    padding: 4px 0px 0px 14px;
    text-transform: uppercase;
}

    .menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
        line-height: 15px;
    }

    .menu a, .menu a:visited, .subnav-text {
        /*
    background-color: #465c71;
    border: 1px #4e667d solid;
        */
        color: #465c71;
        display: block;
        line-height: 15px;
        padding: 4px 4px 8px 4px;
        text-decoration: none;
        white-space: nowrap;
        margin: 0px 3px 0px 0px;
    }

        .menu a:hover:not(.menu-subitem), .menu a.active:not(.menu-subitem) {
            background: url(../images/menu/active_menu.png) no-repeat bottom center transparent;
            /*margin-top: -3px;
    padding: 7px 4px 9px 4px;*/
            line-height: 15px;
        }

        .menu a:hover {
            color: #465c71;
            text-decoration: none;
        }

        .menu a:active, #ctl00_NavigationMenu A.selected {
            color: #465c71;
        }
/* FORM ELEMENTS   
----------------------------------------------------------*/
fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 100%;
}
/* MISC  
----------------------------------------------------------*/
.clear {
    clear: both;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/*-------------------------- 
-- Einde standaard
---------------------------*/
BR.pageBreak {
    page-break-after: always;
}

.header2 {
    font-size: large;
    color: #000;
    font-variant: inherit;
    text-transform: none;
    font-weight: inherit;
}

.table-1200 {
    width: 1200px;
}

.table td {
    font-family: Segoe UI,Arial,Verdana,sans-serif;
    font-size: 12px;
}

table {
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

    table.border {
        border-left: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
        max-width: 1200px;
    }

    table.Planning {
        border-left: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
        max-width: 1200px;
    }

    table.legenda {
        border-left: 1px solid #DEDEDE;
        border-bottom: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
    }

    table.print {
        border: 2px solid #000;
        font-size: 14px;
    }

        table.print td {
            border-right: 1px solid #000;
            border-top: 1px solid #000;
        }

    table.border td, table.border th, table.legenda td, table.legenda th, table.Planning td, table.Planning th {
        border-top: 1px solid #DEDEDE;
    }

    table.border td {
        border-right: 1px solid #A4A4A4;
    }

    table.border .right {
        border-right: none;
    }

.THalignleft {
    text-align: left;
}

.tableSave {
    margin: auto;
    width: 1000px;
}

#inputForm {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#Login {
    margin: auto;
    padding: 0 0 0 0;
    width: 400px;
}

.veld {
    font-weight: bold;
    font-size: 10pt;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    width: 250px;
}

.veldS {
    font-weight: bold;
    font-size: 1em;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    max-width: 200px;
}

.waardeS {
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    width: 100px;
}

.waarde {
    font-weight: normal;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    max-width: 300px;
    min-width: 100px;
    width: auto;
}

.MiDefault {
    margin: 2px 0px 0px 2px;
    padding: 0 0 0 0;
    width: 60px;
}

.DdDefaultAutoCompleet {
    margin: 2px 0px 2px 2px;
    width: 185px;
}

.DdSmallAutoCompleet {
    margin: 2px 0px 2px 2px;
    width: 135px;
}

.DdDefault {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 200px;
}

.FuDefault {
    margin: 2px 0px 0px 2px;
    padding: 0 0 0 0;
    width: 80%;
}
/*.txtDefault
{
    border: 1px solid #ccc;
    margin: 2px 0px 2px 2px;
    padding: 0 0 0 0;
    width: 150px;*/
.txtDefault {
    width: 196px;
}

.dpDefault {
    width: 180px;
}

.txtMultiline {
    border: 1px solid #ccc;
    font-weight: normal;
    font-family: Segoe UI,Arial,Verdana,sans-serif;
    height: 300px;
    margin: 2px 0px 2px 2px;
    overflow: auto;
    padding: 0 0 0 0;
    width: 790px;
    resize: none;
}

.txtCalender {
    border: 1px solid #ccc;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 80px;
}

.btn {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

.btnOpslaan {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    cursor: pointer;
}

em {
    color: Red;
    font-weight: normal;
    font-size: 9pt;
}
/* actiepunt overzicht*/
th.huidigeWeek {
    border-left: 2px solid #BD362F;
    border-right: 2px solid #BD362F;
    text-align: center;
}

th.eersteWeek {
    border-left: 2px solid #000;
    text-align: center;
}

.noborderright {
    border-right: none !important;
    text-align: center;
}

th.week {
    text-align: center;
}

    th.eersteWeek img, th.huidigeWeek img, th.week img, .noborderright img {
        display: block;
    }

col.huidigeWeek {
    border-left: 2px solid #BD362F !important;
    border-right: 2px solid #BD362F !important;
    text-align: center;
}

td.huidigeWeek {
    border-left: 2px solid #BD362F !important;
    border-right: 2px solid #BD362F !important;
    text-align: center;
}

td.week {
    border-right: 1px solid #226;
    text-align: center;
}

td.eersteWeek {
    border-left: 2px solid #000;
    border-right: 1px solid #226;
    text-align: center;
}
/*einde actiepunt overzicht*/
/* Statussen module*/
.g {
    background-color: #51A351;
    text-align: center;
    cursor: pointer;
    padding: 0px;
}

.o {
    background-color: #F89406;
    text-align: center;
    cursor: pointer;
    padding: 0px;
}

.r {
    background-color: #BD362F;
    text-align: center;
    cursor: pointer;
    padding: 0px;
}

.n {
    background-color: #4e5766;
    text-align: center;
    padding: 0px;
}

.c {
    width: 16px;
    padding: 0px;
    cursor: pointer;
}

.t {
    background-color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    width: 14px;
    padding: 0px;
}

td.g, td.r, td.c, td.t, td.o, td.n {
    border-right: 1px solid #226;
    border-left: 1px solid #226;
}

.cursor {
    cursor: pointer;
}

.nocursor {
    cursor: default;
}

.rs {
    background-color: #BD362F;
    text-align: center;
    width: 14px;
    padding: 0px;
}

.gs {
    background-color: #51A351;
    text-align: center;
    width: 14px;
    padding: 0px;
}

.ts {
    text-align: center;
    width: 14px;
    padding: 0px;
}

.grs {
    background-color: #EFEFEF;
    text-align: center;
    width: 14px;
    padding: 0px;
}

#UitlegBox {
    visibility: hidden;
    z-index: 1;
    background-color: #465c71;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 8pt;
    border: 2px solid #4e667d;
    color: #dde4ec;
}
/* einde status */
.w {
    width: 14px;
    padding: 0px;
}

td.tdProject {
    background-color: #00AAFF;
    border-top: none;
    border-bottom: 2px solid #000;
}

tr.rowProject {
    background-color: #00AAFF;
    border-top: 2px solid #000;
    border-bottom: none;
}

tr.rowEven {
    background-color: #FFF;
}

tr.rowOdd {
    background-color: #EFF3FB;
}

img {
    border-style: none;
}

.hidden {
    display: none;
}
/* Voor het weergeven van de collapsed item **/
.display {
    display: block;
}

.btnSort {
    font-weight: bold;
    font-size: 12px;
    border: none;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    text-align: inherit;
}

.thSort {
    cursor: pointer;
}

.groen {
    background-color: #00AA00;
}

.blauw {
    background-color: #06F;
}

.geel {
    background-color: #FF0;
}

.rood {
    background-color: #F00;
}

.uiIE7 {
    height: 1.3em;
}

.rblUser label {
    padding-right: 10px;
}

.uitvoerder, .assignee {
    color: #666;
}

    .uitvoerder:hover, .assignee:hover {
        color: #1d5987;
    }

.markeren {
    /* background-color: #2F96B4;
    color: #fff !important;
    padding: 0 2px 0 2px; */
    color: #000;
    font-weight: bold;
}

.dialog {
    display: none;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/*'ManRap' width-fix*/
#ctl00_MainContent_RapportageModule_rgManlijst {
    width: 100% !important;
}

.pointer {
    cursor: pointer;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.td-input-99 input {
    width: 99% !important;
}

.text-red {
    color: red;
}

.text-orange {
    color: orangered;
}

.text-green {
    color: green;
}

.fa-blue {
    color: #2777B5 !important;
}

.fa-chambray {
    color: #465c71 !important;
}

.fa-click {
    cursor: pointer;
}

.fa-green {
    color: green !important;
}

.fa-red {
    color: red !important;
}

.fa-18x {
    font-size: 1.7em !important;
}

.trHighlight {
    background: #a6c9e2 !important;
}

.deadlineRed, .deadlinered, .sla-danger {
    color: red;
    font-weight: bold;
}

.deadlineOrange, .deadlineorange {
    color: orange;
    font-weight: bold;
}

.deadlinebold, .bold {
    font-weight: bold;
}

.site-cm-group {
    padding: 0;
}

.site-cm-box {
    border: 1px solid #d2d2d2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #fff;
    padding-left: 0;
}

    .site-cm-box ul.site-cm-group li {
        height: 36px;
        padding-left: 20px;
        padding-right: 20px;
        line-height: 36px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: default
    }

        .site-cm-box ul.site-cm-group li:hover, .site-cm-box ul.site-cm-group li.hover {
            color: #fff;
            background-color: #465c71;
        }

.btn-filter {
    display: inline-block;
    width: 25px;
    height: 27px;
    cursor: pointer;
    color: #465c71;
    background-color: #fff;
    border: 0; /* 1px solid #ced4da;*/
    border-radius: .25rem;
}

.dd-alignmiddle {
    display: inline-block;
    vertical-align: middle;
}

.tbtickets {
    border: 1px solid #d0d0d0;
    margin: 0;
    padding: 0.3em;
    border-radius: .25rem;
}

.gbt-strike {
    text-decoration: line-through;
}

.row-inprogress {
    background-color: #b5e0ff !important;
}

.opacity-loading {
    opacity: 0.2;
}

.invoice-multiline {
    width: 500px;
    resize: vertical;
}

.table-default th {
    height: 18px !important;
    line-height: 18px !important;
    text-align: left;
}

.table-500 {
    width: 500px;
}


@media screen and (max-width: 1200px) {
    .hide-sm {
        display: none;
    }
}

.rotate-me {
    transform: rotate(-90deg) translate(-65px, 0px)
}

.bg-orange {
    background-color: #fd7e14 !important;
}

.sla-badge {
    cursor: pointer;
}

.bdg {
    /* Make the badge float in the top right corner of the button */

    background-color: #fa3e3e;
    border-radius: 10px;
    color: white;
    padding: 2px 5px;
    font-size: 10px;
    position: relative; /* Position the badge within the relatively positioned button */
    top: 0;
    right: 0;
}

.pnl-right {
    float: right;
}



iframe.ui-dialog-content {
    width: 100% !important;
    display: block !important;
    padding: 0 !important;
}

iframe.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    display: none;
}

.ui-widget-shadow {
    box-shadow: none !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}


.pp-flex {
    display: flex;
    justify-content: space-between; /* title left, labels right */
    align-items: center; /* vertical centering */
}

.pp-labels {
    display: flex;
    gap: 5px;
}

.disable-resize {
    resize: none;
}