/* Default CSS Stylesheet for a new Web Application project */

/* #######################################################
    Standaard waarden van website op 0 zetten om
    verschillen in standaard waardes tussen browsers
    te voorkomen. Tevens wordt de standaard kleur en
    font-size bepaald.
####################################################### */

:root {
	--carmen-primary: #FF9D3B;
	--carmen-primary-hover: rgba(255,255,255,0.15);
    
}

html {
    overflow: hidden;
}

html, body, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
    height: 100%; /* Referentie punt voor het 100% zetten van het menu. */
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #222222;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
}

    body.no-bgimage {
	background-image: none;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.alignMiddle {
	vertical-align: middle;
}

.collapse {
	width: 100%;
	background-image: url('/Algemeen/images/collapse.gif');
	background-position: center;
	background-repeat: no-repeat;	
}

.expand {
	width: 100%;
	background-image: url('/Algemeen/images/expand.gif');
	background-position: center;
	background-repeat: no-repeat;	
}

.alert {
	color: Red;
}

.no-margin-no-padding {
    margin: 0px;
	padding: 0px;
}

/* #######################################################
                DEFINE DEFAULT ELEMENTS
####################################################### */

a {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-style: normal;
	text-decoration: underline; 
	color: #003366;
}

    a:hover {
	color: #003366;
	text-decoration: none;
}

h1 {
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

img {
    border: 0px;
}

hr {
	height: 1px;
	color: #bbbbbb;
}

/* #######################################################
                 SETUP MASTERPAGE DIV'S
####################################################### */

#container {
    height: 100vh;
    width: 100%;

    overflow: hidden;

    background-color: #F5F5F5;

    display: grid;
    grid-template-rows: 3rem 1fr;
    grid-template-columns: minmax(3rem, auto) 1fr;
}

#container #dp_header,
#container #dp_menu_area,
#container #dp_content {
    min-width: 0px;
    min-height: 0px;
}

/* dp_header */
#container #dp_header {
    grid-row: 1;
    grid-column: 1 / span 2;
    background-color: var(--carmen-primary);
    background: linear-gradient(251deg, rgba(249,136,24,1) 26%, rgb(245, 145, 45) 100%);

    display: flex;
    justify-content: space-between;
    align-items: center;

    z-index: 1040;

    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

    /* Aanvulling ivm ontbreken MDBootstrap */
    font-size: 14px;
    line-height: 1.5;
}
/* dp_header - left, right */
#container #dp_header #dp_header_left {
    display: flex;
    letter-spacing: 1px;
}
#container #dp_header #dp_header_left #dp_logo {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;
    font-family: 'Roboto', Sans-serif;
    letter-spacing: 0.025rem;
    font-weight: 500;
    font-size: 1rem;
    color: white !important;
    letter-spacing: 1px;
    min-width: calc(240px - 3rem);
}
#container #dp_header #dp_header_left #dp_menu_icon {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;
    font-family: 'Roboto', Sans-serif;
    letter-spacing: 0.025rem;
    font-weight: 500;
    font-size: 1rem;
    color: #131313;

    display: flex;
    justify-content: center;
    text-align: center;

    height: 3rem;
    width: 3rem;

    padding: 0;
}
#container #dp_header #dp_header_left #dp_menu_icon> i {
    font-size: 20px;
    color: rgba(255,255,255,.65);
}

#container #dp_header #dp_header_right {
    display: flex;
    padding: 0 .75rem;
}
/* dp_header - items, buttons */
#container #dp_header .dp_header_item,
#container #dp_header .dp_header_button {
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 .75rem;
    height: 3rem;
    background-color: transparent;
    color: rgba(255,255,255,.65);
    font-size: .8125rem;
    text-decoration: none;
}
#container #dp_header .dp_header_item i,
#container #dp_header .dp_header_button i { font-size: inherit; }

#container #dp_header .dp_header_button,
#container #dp_header .dp_header_button_dropdown {
    cursor: pointer;
}

#container #dp_header .dp_header_button .drop-down-icon {
    opacity: 0;
    margin-left: 1rem;
}

#container #dp_header .dp_header_button:hover,
#container #dp_header .dp_header_button_dropdown:hover {
    background-color: var(--carmen-primary-hover);
    color: rgba(255,255,255,1);
}

#container #dp_header .dp_header_button:hover .drop-down-icon { opacity: .75; }

#container #dp_header .dp_header_button_dropdown {
    padding: 0;
}

    #container #dp_header .dp_header_button_dropdown .dropdown-menu {
        margin-top: 0.375rem;
        border: none;
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.6);
        border-radius: 0.375rem;
    }

    #container #dp_header .dp_header_button_dropdown > .dropdown-toggle {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        padding: 0 0.75rem;
        height: 3rem;
        background-color: transparent;
        color: rgba(255, 255, 255, 0.65);
        font-size: 0.8125rem;
        transition: all 0.3s ease;
        cursor: pointer;
    }

        #container #dp_header .dp_header_button_dropdown > .dropdown-toggle i {
            font-size: inherit;
        }

        #container #dp_header .dp_header_button_dropdown > .dropdown-toggle .drop-down-icon {
            opacity: 0;
            margin-left: 1rem;
        }

        #container #dp_header .dp_header_button_dropdown > .dropdown-toggle:hover {
            background-color: var(--carmen-primary-hover);
            color: rgb(255, 255, 255);
        }

            #container #dp_header .dp_header_button_dropdown > .dropdown-toggle:hover .drop-down-icon {
                opacity: 0.75;
            }

    #container #dp_header .dp_header_button_dropdown.show > .dropdown-toggle {
        background-color: var(--carmen-primary-hover);
        color: rgb(255, 255, 255);
    }

        #container #dp_header .dp_header_button_dropdown:hover .drop-down-icon, #container #dp_header .dp_header_button_dropdown.show > .dropdown-toggle .drop-down-icon {
            opacity: 0.75;
        }

#container #dp_header #dp_header_left,
#container #dp_header #dp_header_middle,
#container #dp_header #dp_header_right {
    display: flex;
}

#dp_header a {
    text-decoration: none;
}

/* dp_menu_area */
#container #dp_menu_area {
    grid-row: 2;
    grid-column: 1;
    min-width: fit-content;
    background: #E5E5E5;
    box-shadow: inset -16px 0px 16px -16px rgba(0, 0, 0, 0.25);
}
#container #dp_menu_area #dp_menu {
    padding: .5rem 0;
    width: 240px;
    max-height: calc(100vh - 3rem);
    box-sizing: border-box;

    overflow-x: hidden;
    overflow-y: auto;
    transition: width 0.3s ease;
    position: relative;
}
#container #dp_menu_area #dp_menu .projectgroep {
    transition: width 0.3s ease;
    width: 240px;
}
#container #dp_menu_area #dp_menu .projectgroep a.hoofdnode {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: 1.5;
    font-family: 'Roboto', Sans-serif;
    letter-spacing: 0.025rem;
    font-weight: 400;
    
    font-size: .8125rem;
    color: #525252;
    text-decoration: none;
    text-indent: 0;
    
    box-sizing: content-box;
    padding: .6875rem .875rem .625rem .875rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    box-sizing: border-box;

    width: 240px;
    min-height: 2.5rem;
    transition: width 0.3s step-start;

    cursor: pointer;
}
#container #dp_menu_area #dp_menu .projectgroep a.hoofdnode i {
    line-height: 1.5;
    min-width: 1.25rem;
}
#container #dp_menu_area #dp_menu .projectgroep a.hoofdnode:hover,
#container #dp_menu_area #dp_menu .projectgroep a.subnode:hover,
#container #dp_menu_area #dp_menu .projectgroep a.subnode.active {
    background-color: rgba(0,0,0,0.12);
}
#container #dp_menu_area #dp_menu .projectgroep a.subnode {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;

    line-height: 1.5;
    font-family: 'Roboto', Sans-serif;
    letter-spacing: 0.025rem;
    font-weight: 400;
    
    font-size: .75rem;
    color: #313131;
    text-decoration: none;
    text-indent: 0;

    padding: .5rem .875rem .375rem .8125rem;
    margin-left: 1.75rem;
    width: calc(240px - 1.75rem);
    transition: width 0.3s step-start;
    box-sizing: border-box;

    display: none;
}
#container #dp_menu_area #dp_menu .projectgroep .subnode:hover,
#container #dp_menu_area #dp_menu .projectgroep .subnode.active {
    background-color: rgba(0, 0, 0, 0.12);
}

#container #dp_menu_area #dp_menu .projectgroep.active {
    background-color: rgba(0, 0, 0, 0.08);
}

#container #dp_menu_area #dp_menu .projectgroep.active .hoofdnode {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: 1.5;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0.025rem;
    font-weight: 700;
    font-size: 0.8125rem;
    color: #212121;
    text-decoration: none;
    text-indent: 0;
}

#container #dp_menu_area #dp_menu .projectgroep.active .subnode {
    display: block;
}

#container #dp_menu_area #dp_menu .projectgroep.clone_open {
    background-color: rgba(0, 0, 0, 0.2);
}

#container #dp_menu_area #dp_menu .projectgroep.clone_open .hoofdnode {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: 1.5;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0.025rem;
    color: #313131;
    font-weight: 700;
    font-size: 0.8125rem;
    color: #212121;
    text-decoration: none;
    text-indent: 0;
}
#container #dp_menu_area #dp_menu div.line {
    border-bottom: 1px solid #D4D4D4;
    margin: 0.5rem 0.75rem;
}
#container #dp_menu_area #dp_menu:not(.showMenu) {
    width: 3rem;
    overflow: hidden; }
#container #dp_menu_area #dp_menu:not(.showMenu) .projectgroep {
    width: 3rem; }
#container #dp_menu_area #dp_menu:not(.showMenu) .projectgroep .hoofdnode {
    width: 3rem;
    transition: width 0.3s step-start; }
#container #dp_menu_area #dp_menu:not(.showMenu) .projectgroep .subnode,
#container #dp_menu_area #dp_menu:not(.showMenu) .projectgroep .node-text-label,
#container #dp_menu_area #dp_menu:not(.showMenu) .projectgroep.active .subnode,
#container #dp_menu_area #dp_menu:not(.showMenu) .projectgroep.active .node-text-label {
    display: none; 
}

#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep {
    z-index: 1055;
}

#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep {
    width: 180px;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0.5rem 0.5rem 25px 0px rgba(0, 0, 0, 0.4);
}

#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep .hoofdnode,
#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep .node-text-label,
#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep .subnode {
    display: flex;
    width: 180px;
}

#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep .hoofdnode {
    font-style: normal;
    text-transform: none;
    word-spacing: normal;
    line-height: 1.5;
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0.025rem;
    color: #313131;
    font-weight: 700;
    font-size: 0.8125rem;
    color: #212121;
    text-decoration: none;
    text-indent: 0;
}

#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep .hoofdnode i {
    display: none;
}

#container #dp_menu_area #dp_menu:not(.showMenu) .cloned_projectgroep .projectgroep .subnode {
    margin-left: 0;
}

/* dp_content */
#dp_container #dp_content {
    grid-row: 2;
    grid-column: 2;
    padding-left: .5rem;
    background-color: #F5F5F5;
    overflow-y: auto;
}

#dp_content {
    padding-left: .5rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    padding: 0.5rem 1.5rem 0.5rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    text-decoration: none;
}

.dropdown .dropdown-item:not(.disabled):active, .dropdown-item:not(.disabled):active {
    background-color: #00137f;
    color: white;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    background-color: #e9ecef;
}

.dropdown-merken-grid {
    display: flex;
    flex-flow: wrap;
    max-width: 21rem;
    padding: 1rem;
    gap: 1rem;
    max-height: calc(100vh - 6rem);
    overflow-y: auto;
    user-select: none;
}

.dropdown-merken-grid .kenmerk {
    width: 4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

li.dropdown-item {
    padding: 0;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu.show {
    display: block;
}

#container #dp_header .dp_header_button_dropdown.show > .dropdown-toggle {
    background-color: var(--carmen-primary-hover);
    color: rgb(255, 255, 255);
}

/* #######################################################
                     #javascript??
####################################################### */

#javascript {
    background: url('/Algemeen/images/crash.png') top left no-repeat;
    height: 60px;
    margin-left: 10px;
    margin-top: 20px;
}

    #javascript span {
        display: block;
        padding-left: 130px;
        padding-top: 10px;
        text-align: left;
    }

#font_adjust {
    font-size: 12px;
    font-family: 'Segoe UI';
    padding-left: 8px;
    color: #003366;
    vertical-align: middle;
}

/* #######################################################
                     REMINDERS LAYOUT
####################################################### */


a.reminder {
    color:white;    
    text-decoration: none;
    /*height:25px;*/    
    /*line-height:25px;*/
    cursor:pointer;
    width:275px;
    display:inline-block;        
    padding:4px;   
    border-bottom: 2px solid white;
    font-size:14px;
    font-family:'Segoe UI', Verdana;
    background-color:#e41818;
    color:white;    
}

a.reminder:hover {
    background-color:darkred;
    color:white;
    cursor:pointer;
    padding:4px;
}


/* #######################################################
                     LOGIN LAYOUT
####################################################### */

div.loginbalk {
    display:none;
}

#loginbalkwitlijntje {
    display:none;
}

div.loginheader {    
    text-indent:-9999px; /* "Dealerportal" tekst van het scherm af.*/
}


#login {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 20%;
}

    #login table.login {
	background-color: #ffffff;
	margin: 0 auto;
        padding: 0px;
        border-collapse: collapse;
	width: 500px;
	border: solid 1px #bbbbbb;
}

        #login table.login td.header {
            padding: 0px;
	margin: 0px;
	height: 75px;
	background-image: url('/Algemeen/images/carmen/repeater.gif');
	background-repeat: repeat-x;
	border-bottom: solid 1px #aaaaaa;
}

            #login table.login td.header div {
	width: 412px;
                height: 75px;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-image: url('/Algemeen/images/carmen/carmennew.jpg');
}

        #login table.login td.content-top {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

        #login table.login td.content-bottom {
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

        #login table.login td.content {
	text-align: left;
}

        #login table.login td.content-padding {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

        #login table.login td.left {
	text-align: left;
}

        #login table.login td.right {
	text-align: right;
}


/* #######################################################
                     POPUP LAYOUT
####################################################### */

#popup {
	padding: 10px;
	background-color: #ffffff;
	text-align: center;
	font-size: 11px;
}



/* #######################################################
                     TABLE LAYOUT
####################################################### */

table.table-border {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
    border: #bbbbbb 0px solid;
}

table.table-border-no-width {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
    border: #bbbbbb 1px solid;
}

table.table-no-space {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
    border: 0px;
}

table.no-borders {
	border: 0px;
}

table td.titel,
div .titel {
    background: #E5E5E5;
    color: #313131;
    font-weight: 400;
    min-height: 40px;
    padding: .75rem 1rem;
    font-size: 1rem;
}

table td.titel-red {
    color: #ffffff;
	background: url('/Algemeen/images/red_titel.gif') repeat-x;
    font-weight: 400;
    min-height: 40px;
    padding: .75rem 1rem;
    font-size: 1rem;
}

table td.sub-titel, div.sub-titel {
	font-weight: bold;
	padding-left: 3px;
	background-color: #cccccc;
    vertical-align: middle;
}

table td.data, table th.data {
	padding: 0px;
}

table td.content, table th.content, div.content {
	padding: 3px;
}

table td.separator, table th.separator, div.separator {
	background: url('/Algemeen/images/separator.gif') repeat-y;
}

table td.about, table th.about, div.about {
	background: url('/Algemeen/images/about.gif') no-repeat;
	line-height: 24px;
	padding-left: 30px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
    font-weight: bold;
}

table td.info, div.info {
	padding-left: 3px;
	color: #777777;
    vertical-align: middle;
}

table.no-borders td {
	border: 0px;
}

/* #######################################################
              DATAGRID/GRIDVIEW LAYOUT
####################################################### */

.dg-style {
	border: 0px;
}

.dg-headerstyle td, .dg-headerstyle th {
	font-weight: bold;
	background-color: #dddddd;
    border: 0px;
}

    .dg-headerstyle td a, .dg-headerstyle th a {
	font-weight: bold;
    color: #222222;
    font-size: 10px;
	background-color: #dddddd;
        border: 0px;
	/*text-align: left;*/
}

.dg-rowstyle td {
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dg-alternaterowstyle td {
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dg-selectedrowstyle td {
	background-color: #eeeeee;
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dg-footerstyle td {
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
	background-color: #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dg-pagerstyle td a, .dg-pagerstyle td span {
	font-family: Arial;
    color: #222222;
    font-size: 14px;
    font-weight: bold;
    display: block;  
}

.dg-mouseover td {
	background-color: #eeeeee;
	cursor: hand;
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dg-mouseover td {
	background-color: #eeeeee;
	cursor: hand;
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dg-mouseout td {
	background-color: #ffffff;
	cursor: default;
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

/* #######################################################
                    DATALIST LAYOUT
####################################################### */

.dl-style table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

.dl-headerstyle {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

    .dl-headerstyle td {
	font-weight: bold;
	background-color: #dddddd;
	height: 18px;
}

.dl-rowstyle {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

    .dl-rowstyle td {
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.dl-editrowstyle {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	width: 100%;
}

    .dl-editrowstyle td {
	border-bottom: solid 1px #dddddd;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}


/* #######################################################
                   CALENDAR LAYOUT
####################################################### */

.calendar {
	border-spacing: 0px;
	border: solid 1px #bbbbbb;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 150px;
}

.calendarcontrol {
	border-color: #ffffff;
	font-family: Arial;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	width: 150px;
}

.calendartitle {
	background-color: #dddddd;
	height: 18px;
}

/* #######################################################
                  ASPX CONTROLS LAYOUT
####################################################### */

/*.Radio {
	font-family: sans-serif;
    background: #ffffff; 
    border:#ffffff 0px solid;
}*/


.textbox, .textbox_uppercase, .textbox_readonly {
    font-family: sans-serif;
    background: #ffffff; 
    border: #bbbbbb 1px solid;
}

.textbox_uppercase {
    text-transform: uppercase;
}

.textboxwatermark {
    font-family: sans-serif;
    background: #efefef;
    color: #666666;
    border: #dddddd 1px solid;
}

.textbox_readonly {
    background: #eeeeee; 
}

.button, .button-active {
    background-color: var(--carmen-primary);
    border: none;
    color: #fff;
    margin: 2px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    height: 30px;
    width: 150px;
}

    .button:hover:not(:disabled) {
        cursor: pointer;
        background-color: #f6b36a;
        border: none;
    }

/*.Checkbox {
	font-family: sans-serif;
    background: #ffffff; 
    height: 15;
    border-width :0;
}*/

/* #######################################################
              COLLAPSABLE PANEL LAYOUT
####################################################### */

.col_table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 5px 0px;
	border: 0px;
	width: 100%;
}

.col_header td {
	padding: 3px;
	background-color: #dddddd;
    border: 0px;
}

.col_header_over td {
	padding: 3px;
	cursor: hand;
	background-color: #eeeeee;
    border: 0px;
}

.col_content td {
	padding: 3px;
}

/* #######################################################
              Dealerportal
####################################################### */

.dp_info {
    display: none; 
}

/* #######################################################
              kentekenplaat textbox
####################################################### */

table.kentekenplaat {
	background-position: center center;
	background-image: url('/Algemeen/images/kenteken.gif');		
	background-repeat: no-repeat;				
}

input.kentekenplaat {
	font-size: 38px;
	font-weight: bold;
	width: 240px;
	line-height: 45px;
	background-color: #F4BE04;
	border: 1px solid #FFCC00;
	text-transform: uppercase;
	margin-left: 30px;
	margin-top: 21px;
	margin-bottom: 21px;
}

table td.kentekenplaat {
	text-align: center;		
}

input.miniKenteken {
    background: url('/Algemeen/images/kenteken_left.png') repeat-y #f4de3f;
    padding: 5px;
    padding-left: 17px;
    border: none 0px;
    text-align: center;
    font-weight: bold;
    width: 80px;
    border-radius: 4px;
    text-transform: uppercase;
}

/* #######################################################
               AJAX Tab Control LayOut
####################################################### */

.CustomTab .ajax__tab_header {
    background: url('/Algemeen/images/tab/tab-line.gif') repeat-x bottom;
}

.CustomTab .ajax__tab_outer {
    padding-right: 0px;
    background: url('/Algemeen/images/tab/tab-right.gif') no-repeat right;
    height: 21px;
}

.CustomTab .ajax__tab_inner {
    padding-left: 3px;
    background: url('/Algemeen/images/tab/tab-left.gif') no-repeat;
}

.CustomTab .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: url('/Algemeen/images/tab/tab.gif') repeat-x;
}

.CustomTab .ajax__tab_hover .ajax__tab_outer {
    background: url('/Algemeen/images/tab/tab-hover-right.gif') no-repeat right;
}

.CustomTab .ajax__tab_hover .ajax__tab_inner {
    background: url('/Algemeen/images/tab/tab-hover-left.gif') no-repeat;
}

.CustomTab .ajax__tab_hover .ajax__tab_tab {
    background: url('/Algemeen/images/tab/tab-hover.gif') repeat-x;
}

.CustomTab .ajax__tab_active .ajax__tab_outer {
    background: url('/Algemeen/images/tab/tab-active-right.gif') no-repeat right;
}

.CustomTab .ajax__tab_active .ajax__tab_inner {
    background: url('/Algemeen/images/tab/tab-active-left.gif') no-repeat;
}

.CustomTab .ajax__tab_active .ajax__tab_tab {
    background: url('/Algemeen/images/tab/tab-active.gif') repeat-x;
}

.CustomTab .ajax__tab_body {
    border: 1px solid #999999;
    border-top: 0;
    padding: 0px;
    background-color: #ffffff;
}


/* #######################################################
               AJAX Tab Control LayOut
####################################################### */
/*Modal Popup*/
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.modalPopup {
    background-color: Transparent;
    border: 0px;
    margin: 0px;
    padding: 0px;
}

#modal_ib {
	width: 100%;
	height: 25px;
}

.popup_titel_class {
	width: 100%;
	height: 25px;
}

.modal_ibutton {
	margin: 4px;
}

#modal_image {
	border: solid 1px #cccccc;
	background: url('/Algemeen/images/titel.gif');
	padding: 0;
	margin: 0;
	text-align: right;
}

.popup_class {
	border: solid 1px #cccccc;
	width: 100%;
	background: url('/Algemeen/images/titel.gif');
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.modal-backdrop.show {
    opacity: 0.5;
}

/*AutoComplete flyout */

.autocomplete_completionListElement {
    visibility: hidden;
    margin: 0px!important;
    background-color: inherit;
    color: windowtext;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
}

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem {
	background-color: #ffff99;
	color: black;
	padding: 1px;
}

/* AutoComplete item */

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    padding: 1px;
}



#OuterTableCellOverlay {
    background: url('../images/grey.gif');
    z-index: 10999;      
    width: 100%;      
    height: 100%;   
    position: absolute; 
    top: 0;  
    left: 0;   
} 

#InnerTableCellOverlay {
    border: 1px solid black;   
    padding: 10px;
    width: 250px;
    height: 100px;
    background-color: #ffffff;
    z-index: 10998; 
    position: absolute;     
    text-align: center;   
}

.inp {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
}

.invisible {
    display: none;
}

.noBottomPadding {
    padding-bottom: 0;
}

.input60 input[type="text"] {
    width: 60px;
}

/* #######################################################
              agendeer control
####################################################### */

.contentTitle {
	width: 100px;
	padding: 3px;
	margin: 0px;
	border: 0px;
}


.RadioButtonList label {
    margin-right: 10px;
}

/* #######################################################
              General layout fixes
####################################################### */

#dp_content .container-fluid {
    max-width: 100%;
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-full-height-scroll {
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: calc(100vh - 3rem);
    box-sizing: border-box;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col, .col-1,
.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12,
.col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12,
.col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12,
.col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.flex-1 { flex: 1; }
.flex-grow-0 { flex-grow: 0; }
.pr-0 { padding-right: 0; }
.pl-2 { padding-left: .5rem; }
.mt-3,
.my-3 { margin-top: 1rem; }
.mb-3,
.my-3 { margin-bottom: 1rem; }
.mt-4,
.my-4 { margin-top: 1.5rem; }
.mb-4,
.my-4 { margin-bottom: 1.5rem; }

/* Menu tooltip */
#menu-tooltip {
    position: absolute;
    z-index: 9999;
    display: none;
    pointer-events: none;
}

    #menu-tooltip.visible {
        display: block;
    }

.bs-tooltip-content {
    background-color: #000;
    color: #fff;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 0.9rem;
    line-height: 2.1;
    font-family: "Segoe UI";
}

.bs-tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    left: -6px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 6px solid #000;
}