﻿/*
   Styles for Direct Access - MiniPortal
   Created by: M.J. Veenman - september 2010
*/

/* ---------------------------- Basic elements ---------------------------- */

html {
    background: url('images/content.png') center repeat-y;
}

body {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    color: #444444;
    font-size: 12px;
    margin: 0px;
    position: unset;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
}

h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 16px;
}

hr {
    height: 1px;
    border: 0px;
    width: 100%;
    background-color: #ffffff;
}

a {
    color: #444444;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

label {
    float: left;
}



/* ---------------------------- Layout elements ---------------------------- */

#container {
    width: 100%;
    max-width: 800px;
    height: 100%;
    margin: 0px auto 0px auto;
    text-align: center;
    background: #dfe0e1 url('images/header.png') left top no-repeat;
}

#header {
    width: 100%;
    max-width: 800px;
    height: 20px;
    margin: 0px auto;
    text-align: right;
}

#header p {
    padding: 0px 20px 0px 0px;
}

#content {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0px auto;
    text-align: left;
    padding-bottom: 50px;
}

.innerspace {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 20px;
}

/* ---------------------------- Project Header ---------------------------- */

#menuHeader {
    text-align: left;
    height: 64px;
}


.miniImage {
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    height: 32px;
    width: 32px;
}


.projectHeader, #projectHeader {
    /*display: inline-block;*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 64px;
    text-align: center;
    font-size: xx-small;
    height: 64px;
    overflow: hidden;
    /*float: left;
    clear: both;*/
}


/* ---------------------------- Basic classes ---------------------------- */

.alert {
    color: Red;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.clear {
    clear: both;
}

.info {
    color: #777777;
}

.bold {
    font-weight: bold;
}

.button {
    border: 1px solid #bbbbbb;
    text-align: center;
    text-decoration: none;
    background: url('/App_Themes/Dealerportal/images/titel.gif') repeat-x;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    width: 150px;
}

.button:hover {
    background: url('/App_Themes/Dealerportal/images/titel_blue.gif') repeat-x
}

.ident-div {
    background-color: #F7F7F7;
    padding: 5px;
    overflow: visible;
}

/* ---------------------------- Dock ---------------------------- */
#dock {
    z-index: 500;
    float: left;
    position: fixed;
    width: 100%;
    max-width: 800px;
    height: 40px;
    background: url('images/dock.png') bottom left no-repeat;
}

#dockitems {
    position: relative;
    float: left;
    top: -45px;
}

#hdockitems {
    position: relative;
    margin-left: 565px;
    margin-right: 40px;
    top: -45px;
}

#dockitems ul {
    list-style: none;
    margin-left: 50px;
    width: 475px;
    text-align: left;
    padding: 0px;
}

#hdockitems ul {
    list-style: none;
    width: 80px;
    text-align: center;
    padding: 0px;
}

#dockitems li,
#hdockitems li {
    /*display: inline;*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

#hdockitems li {
    left: 0px;
}

.dockitem,
.hdockitem {
    /*display: inline-block;*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 80px;
    font-size: xx-small;
    line-height: 5px;
    color: #ffffff;
    height: 85px;
    overflow: hidden;
    text-align: center;
}

#dockitems a,
#hdockitems a {
    color: #ffffff;
    text-decoration: none;
}

.dockimage {
    margin-top: 5px;
}

.selected {
    background: url('images/indicator.png') bottom center no-repeat;
}


/* ---------------------------- Project selector ---------------------------- */

.projectselector, #projectselector {
    width: 340px;
    text-align: center;
    margin: 0px auto;
}

.project, #project {
    /*display: inline-block;*/
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 80px;
    text-align: center;
    font-size: xx-small;
    height: 94px;
    overflow: hidden;
    /*float: left;
    clear: both;*/
}

    #project a {
        text-decoration: none;
    }



/* ---------------------------- Loading ---------------------------- */

.loading {
    background: #ffffff;
    position: fixed;
    z-index: 102;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    height: 50px;
    text-align: center;
    padding: 5px;
}

#TransparentOverlay {
    background: url('images/transparent.gif');
    z-index: 100001;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
}

#OuterTableCellOverlay {
    background: url('images/grey.gif');
    z-index: 100002;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    left: 0;
}

#InnerTableCellOverlay {
    border: 1px solid black;
    padding: 10px;
    width: 250px;
    height: 100px;
    background-color: #ffffff;
    z-index: 9998;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -125px;
    margin-top: -50px;
    text-align: center;
}



/* ---------------------------- Popup / Alert ---------------------------- */

.blanket {
    background-color: #111;
    opacity: 0.25;
    filter: alpha(opacity=25);
    position: absolute;
    z-index: 9001;
    top: 0px;
    left: 0px;
    width: 100%;
}

.modalalert {
    background-color: #ffffff;
    border: 1px;
    padding: 3px;
    border: solid 1px #777777;
    width: 400px;
    position: fixed;
    text-align: center;
    z-index: 9002;
    padding-bottom: 6px;
}

    .modalalert .alerttitle, .popuptitle {
        background-color: #555555;
        color: #ffffff;
        font-weight: bold;
        text-align: left;
        padding: 2px;
    }

.modalmessage {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    padding: 2px;
    min-height: 55px;
}

#alertmessage {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    padding: 2px;
    min-height: 55px;
}

    #alertmessage p {
        margin-right: 50px;
    }

.infomessage {
    background: url('images/information.png') right center no-repeat;
}

.warningmessage {
    background: url('images/warning.png') right center no-repeat;
}

.errormessage {
    background: url('images/error.png') right center no-repeat;
}


/* ---------------------------- GridView ---------------------------- */

.gridviewstyle {
    border: 0px;
    border-bottom: solid 1px #d4d0c8;
}

    .gridviewrowstyle,
    .gridviewalternaterowstyle,
    .gridviewstyle > tbody > tr:not(.gridviewfooterstyle) {
        border: 0px;
        border-bottom: solid 1px #d4d0c8;
    }

    .gridviewheaderstyle,
    .gridviewstyle > tbody > tr > th {
        height: 16px;
        background: #444444;
        color: #dedede;
        font-weight: bold;
    }

div .gridviewheaderstyle {
    height: 15px;
    padding-top: 1px;
}

.gridviewfooterstyle {
    border: 0px;
    border-left: solid 1px #d4d0c8;
    border-right: solid 1px #d4d0c8;
}

    .gridviewfooterstyle > td {
        border: 0;
    }

.gridviewselectedrowstyle {
}

.gridviewpagerstyle {
}

.gridviewrowstylehover {
    background: #cccccc;
    border: 0px;
    border-bottom: solid 1px #d4d0c8;
    cursor: pointer;
}

#daxslinkbutton {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top;
    *display: inline;
}


/* ---------------------------- Validation ---------------------------- */
/*.validation_highlight
{
    background-color: #FF8C8C;
}*/
.validation_hide_balloon {
    display: none;
}


/* ---------------------------- Textboxes ---------------------------- */
.textbox {
    background: #f5f5f5;
    border: #666666 1px dotted;
    margin: 1px 0px;
    padding: 1px 2px 1px 1px;
}

.textbox_mandatory {
    background: #ffffff;
    border: #444444 1px solid;
    margin: 1px 0px;
    padding: 1px 2px 1px 1px;
}

.textbox_invalid {
    background: #feeeee;
    border: #d13034 1px solid;
    margin: 1px 0px;
    padding: 1px 2px 1px 1px;
}

.textbox_watermark {
    font-family: sans-serif;
    background: #efefef;
    color: #666666;
    border: #dddddd 1px solid;
    margin: 1px 0px;
    padding: 1px 2px 1px 1px;
}

.textbox_readonly {
    background: #eeeeee;
    border: #707070 1px dashed;
    margin: 1px 0px;
    padding: 1px 2px 1px 1px;
}

/* ---------------------------- Pakketbenaming ---------------------------- */

.invisible {
    display: none;
}

.tooltip {
    background: #dfe0e1;
}

.imageHover:hover {
    -ms-opacity: 0.8;
    opacity: 0.8;
    -moz-filter: alpha(opacity=80);
    -o-filter: alpha(opacity=80);
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

body .pakketBenamingTable tbody {
    cursor: pointer;
}

    body .pakketBenamingTable tbody tr:hover {
        background-color: #b5b5b5;
    }

.deleteButton {
    width: 13px;
    height: 16px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent url(images/garbage_out.png) no-repeat center top;
    text-indent: -1000em;
    cursor: pointer; /* hand-shaped cursor */
}

    .deleteButton:hover {
        -ms-opacity: 0.8;
        opacity: 0.8;
        -moz-filter: alpha(opacity=80);
        -o-filter: alpha(opacity=80);
        filter: alpha(opacity=80); /* For IE8 and earlier */
    }

.hoverButton:hover {
    -ms-opacity: 0.8;
    opacity: 0.8;
    -moz-filter: alpha(opacity=80);
    -o-filter: alpha(opacity=80);
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.dealerPakketItem {
    float: left;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    width: 730px;
    background-color: #c7c7c7;
    margin-left: 6px;
}

    .dealerPakketItem:hover {
        background-color: #B5B5B5;
    }

.btnOfferte {
    display: table-cell !important;
    color: white;
    background-color: #3fc6bd;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px;
}

.btnAdvies {
    display: table-cell !important;
    color: white;
    background-color: #8CC63F;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px;
}

.btnKorting {
	display: table-cell !important;
	color: white;
	background-color: #669900;
	font-size: 9px;
	vertical-align: middle;
	text-align: center;
	-ms-border-radius: 3px;
	border-radius: 3px;
	padding: 0 2px;
}

.btnCheckIT {
    display: table-cell !important;
    color: white;
    background-color: #d62020;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px;
}

.btnCheckITToDMS {
    display: table-cell !important;
    color: white;
    background-color: #004DFF;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px;
    width: 19px !important;
}

.btnServicePlan {
    display: table-cell !important;
    color: white;
    background-color: #ffd800;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px;
}

.btnGeagendeerd {
    display: table-cell !important;
    color: white;
    background-color: #ED9A02;
    font-size: 9px;
    vertical-align: middle;
    text-align: center;
    -ms-border-radius: 3px;
    border-radius: 3px;
    padding: 0 2px;
}

/* ---------------------------- Treeview ---------------------------- */

.treeViewDiv {
    padding-bottom: 1px;
}

.myTreeClass {
    margin: 5px;
}

body .myTreeClass tr td:last-child {
    background-color: #c7c7c7;
    cursor: pointer;
    border-top: 1px #c7c7c7;
    margin: 1px 0;
    padding: 2px;
}

    body .myTreeClass tr td:last-child:hover {
        background-color: #b5b5b5 !important;
    }

body .myTreeClass table {
    border-collapse: separate;
    background-color: #d7d7d7;
    text-align: left;
    width: 100%;
    padding: 0;
    margin: 1px;
}

body .myTreeClass tr {
    background-color: #d7d7d7;
    cursor: pointer;
    border-top: 1px #d7d7d7;
}

/* ---------------------------- Chosen Select ---------------------------- */

.chosen-container {
    font-size: 12px;
    font-family: Trebuchet MS, Verdana, Arial, Helvetica;
    margin-top: 1px;
    margin-bottom: 1px;
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    height: 12px;
}

.chosen-container-multi .chosen-choices {
    border: 1px solid #000;
    background-image: none;
}

    .chosen-container-multi .chosen-choices li.search-choice {
        -ms-border-radius: 0;
        border-radius: 0;
    }

.chosen-container .chosen-results li.highlighted {
    background-color: #444444;
    background-image: linear-gradient(#444444 20%,#444444 90%);
}

/* ---------------------------- Kenmerken Tags ---------------------------- */

.kenmerkTag {
    background-color: #CCE1F5;
    font-size: 10px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 6px;
    font-weight: bold;
    display: inline-block;
    margin: 1px;
}

.kenmerkTagUitsluiting {
    background-color: #F5CCCC;
    font-size: 10px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 6px;
    font-weight: bold;
    display: inline-block;
    margin: 1px;
}

.kenmerkTagDisabled {
    background-color: #F7F7F7;
    font-size: 10px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 0 6px;
    font-weight: bold;
    display: inline-block;
    margin: 1px;
}

/* Modal Popup */
.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}
/* End Modal Popup */

/* DBB Profieldieptes */
.ProfieldiepteNoodzakelijk {
    background-color: #D74D4B;
}

.ProfieldiepteAdvies {
    background-color: #ED9A02;
}

.ProfieldiepteVoldoende {
    background-color: #6DA166;
}

.ProfieldiepteOnbekend {
    background-color: #C4C4C4;
}

.profielGridHeader {
    border-color: #444444;
    padding-left: 5px;
}

/* End DBB Profieldieptes */

td.height100 {
    height: 100%;
}

a.mail_new {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-image: url('/App_Themes/Dealerportal/images/mail_out.png');
    background-repeat: no-repeat;
    background-position: center -1px;
}

    a.mail_new:hover {
        background-image: url('/App_Themes/Dealerportal/images/mail_over.png');
    }

a.mail_read {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
    background-image: url('/App_Themes/Dealerportal/images/mail_unread_out.png');
    background-repeat: no-repeat;
    background-position: center center;
}

    a.mail_read:hover {
        background-image: url('/App_Themes/Dealerportal/images/mail_unread_over.png');
    }

a.mail_add {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
    background-image: url('/App_Themes/Dealerportal/images/mail_add_out.png');
    background-repeat: no-repeat;
    background-position: center -1px;
}

    a.mail_add:hover {
        background-image: url('/App_Themes/Dealerportal/images/mail_add_over.png');
    }

a.verwijderen {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
    background-image: url('/App_Themes/Dealerportal/images/garbage_out.png');
    background-repeat: no-repeat;
    background-position: center 2px;
}

    a.verwijderen:hover {
        background-image: url('/App_Themes/Dealerportal/images/garbage_over.png');
    }

a.wijzigen {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
    background-size: auto;
    background-image: url('/App_Themes/Dealerportal/images/edit_out.png');
    background-repeat: no-repeat;
    background-position: center 3px;
}

    a.wijzigen:hover {
        background-image: url('/App_Themes/Dealerportal/images/edit_over.png');
    }

a.opslaan {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
    background-image: url('/App_Themes/Dealerportal/images/save_out.png');
    background-repeat: no-repeat;
    background-position: center 4px;
}

    a.opslaan:hover {
        background-image: url('/App_Themes/Dealerportal/images/save_over.png');
    }

a.print {
    width: 18px;
    height: 18px;
    display: inline-block;
    display: block;
    background-image: url('/App_Themes/Dealerportal/images/print_out.png');
    background-repeat: no-repeat;
    background-position: center 4px;
}

    a.print:hover {
        background-image: url('/App_Themes/Dealerportal/images/print_over.png');
    }

a[disabled="disabled"] {
    text-decoration: none;
    opacity: 0.5;
}

/* GridView */
table.grid {
    width: 100%;
    border-collapse: collapse;
    border: 0;
}

    table.grid > tbody > tr.header {
        height: 16px;
        background: #444444;
        color: #dedede;
        font-weight: bold;
    }

    table.grid > tbody > tr {
        background: #dfe0e2;
        border: 0;
        border-bottom: 1px solid #c7c7c7;
    }

        table.grid > tbody > tr.subheader {
            background: #cccccc;
        }

        table.grid > tbody > tr:not(.header):not(.footer):hover, table.grid > tbody > tr.selected {
            background: #c7c7c7;
        }

        table.grid > tbody > tr > td, table.grid > tbody > tr > th {
            border: 0;
            line-height: 22px;
        }

table#tblSpecs > tbody > tr > td {
    line-height: 16px;
}

table.grid > tbody > tr > th[align="right"], table.grid > tbody > tr > td[align="right"] {
    text-align: right;
    padding-right: 5px;
}

table.grid > tbody > tr.footer {
    border: 0;
    font-weight: bold;
}

th {
    font-weight: bold;
}

#divSpecs.hideoverflow {
    height: 74px;
    max-height: 74px;
    overflow: hidden;
}

/* End GridView */

#divOpmerkingen > div:not(:first-child) {
    margin-top: 10px;
}

#divOpmerkingen.firstonly > div:not(:first-child) {
    display: none;
}

#divOpmerkingen > div > p:first-child {
    background: #444444;
    color: #dedede;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.floatClear {
    clear: both;
}

.daxsmodalbackground {
    height: 100% !important;
}

.textbox[disabled="disabled"] {
    background-color: #e5e5e5;
}

/* Arrows START */

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid black;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
}

.arrow-left {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
}

/* Arrows END */

/* Hover on Row START */

.hover-row {
    cursor: pointer;
}

tr.hover-row:hover td {
    background-color: #b5b5b5;
}

/* Hover on Row END */

.noDisplay {
    display: none;
}

/* menupricing suggestie pakketten START */

.suggestiePakket {
    height: 20px;
    background-color: #c7c7c7;
    padding-left: 2px;
    padding-right: 2px;
    margin: 1px;
    margin-right: 4px;
    margin-left: 5px;
    line-height: 20px;
}

    .suggestiePakket:hover {
        background: #b5b5b5;
        cursor: pointer;
    }

.tooltip {
    border: 2px solid rgb(68, 68, 68);
}

.alignBottom {
    vertical-align: text-bottom;
}

.ibAddPakket {
    margin-left: 5px;
    float: right;
    margin-top: 2px;
}

/* menupricing suggestie pakketten END */

.bandenSetRegel:hover {
    background: #cccccc;
    cursor: pointer;
}

.bandenSetRegelVerwijderd {
    color: #999;
}

.KortingWOTextBox {
	text-align: right;
}

.bandenGrid th {
    padding-right: 2px;
}

/* ---------------------------- Dropdownlist ---------------------------- */
.dropdownlist-simple {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    padding-left: 3px;
    background: url(../Dealerportal/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: right center;
    border: #FFFFFF 1px solid;
    color: #FFFFFF;
}

.dropdownlist-simple option{
    color: #000000;
}

.dropdownlist-simple-spaced {
    margin: 5px;
}

.dropdownlist-simple-dark {
    color: #000000;
    border: #000000 1px solid;
    background: url(../Dealerportal/images/arrow-down-dark.png);
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: right center;
}

/* ---------------------------- Checkboxlist ---------------------------- */

.checkboxlist-horizontal label {
    margin-left: 10px;
    margin-right: 2px;
}

/* ---------------------------- Infobox ---------------------------- */

.box {
    background-color: #c6e7ff;
    border-color: #0094ff;
    padding: 10px;
    color: #222222;
    background-repeat: no-repeat;
    background-position: left;
    min-height: 26px;
    border-style: solid;
    border-width: 2px;
    font-size: 12px;
    font-weight: normal;
}

/* Dossiers */
.bg-rood {
    background-color: #D74D4B;
}

.bg-oranje {
    background-color: #ED9A02;
}

.bg-rood:hover {
    background-color: #D74D4B !important;
    filter: brightness(90%);
}

.bg-oranje:hover {
    background-color: #ED9A02 !important;
    filter: brightness(90%);
}

.text-white {
    color: white;
}
.gallery {
    padding: 0 10px 0 0;
    float: left;
}

    .gallery > .thumb {
        margin-right: 5px;
        float: left;
        display: table;
        /*height:100px;*/
    }

        .gallery > .thumb > a {
            display: table-row;
            height: 20px;
            text-align: center;
            line-height: 20px;
        }

            .gallery > .thumb > a:first-child {
                display: table-cell;
                vertical-align: top;
                height: 100px;
            }

        .gallery > .thumb > .galleryToelichting {
            display: table-row;
            text-align: center;
            line-height: 20px;
        }

/* Alert melding (div) */
.warning-melding {
    background-color: #ED9A02;
    color: white;
    padding: 4px;
    margin-bottom: 5px;
}

.labelright label {
    float: none !important;
    padding-left: 10px;
}

.labelright input {
    vertical-align: middle;
    margin: 0 0 2px 0;
}