/* Theme CSS Dango & Dienenthal - bevat de items uit de verschillende CSS files die voor dit theme overschreven moeten worden */

body {
    margin: 0px;
    background-color: #FFFFFF;
    min-width: 1000px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 12px;
    color: #777777
}

h1, .PageTitle {
    font-weight: normal;
    font-size: 24px;
    color: #777777;
    margin-bottom: 9px;
}

h2 {
    font-weight: bold;
    font-size: 14px;
    color: #777777;
    margin-bottom: 10px;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    color: #777777;
    margin-bottom: 10px;
}

table, td, tr, form {
    margin: 0px;
    font-size: 12px;
    color: #777777;
    text-align: left;
}

a {
    color: #777777;
}

#header {
    height: 120px;
    background-image: url('../../images/headerDDS.gif');
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    z-index: 999 !important;
}


#header-bar {
    height: 30px;
    background-color: #777777;
    z-index: 999 !important;
}


table.overview {
    width: 100% !important;
    border-spacing: 0px;
    border-collapse: collapse;
    border: solid 1.75px #d8d8d8;
    border-style: solid;
}

table.overview td {
    border-spacing: 0px;
    border: solid 1.75px #d8d8d8;
    border-style: solid;
}

table.overview th {
    background-color: #777777;
    color: #ffffff;
}

table.overview th a {
    color: #ffffff
}

tr.normal {
    background-color: #FFFFFF;
}

tr.hover {
    background-color: #E6E7E8;
}

#table-unselected tr:hover {
    background-color: #E6E7E8;
}

#table-selected tr:hover {
    background-color: #E6E7E8;
}

tr.alternated {
    background-color: #FFFFFF;
}

tr.selected {
    color: #fff !important;
    background-color: #3f9cc3
}

    tr.selected td,
    tr.selected a {
        color: #fff
    }

input.DefaultButton {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-color: #999999;
    color: #ffffff;
    margin-top: 0px;
}

.asset-panel {
    float: left;
    background-color: white;
    border: 2px solid #777777 !important;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -khtml-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    height: 600px;
    width: 240px;
    margin-right: 12px;
}

.filter-panel {
    float: left;
    border: 2px solid #777777 !important;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
    -khtml-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    height: 680px;
    width: 300px;
    margin-right: 12px;
    padding: 4px 4px;
}


/* ---------------------------------- panel ---------------------------- */
.controlpanel td {
    color: #000000;
}

.controlpanel table th {
    padding: 4px;
    border: solid 1.75px #d8d8d8;
    border-style: solid;
    background-color: #777777 !important;
    color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}


.controlpanel table td {
    padding: 2px;
    border: solid 1.75px #d8d8d8;
    border-style: solid;
    background-color: #FFFFFF !important;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.controlpanelFQ td {
    color: #777777;
}

.controlpanelFQ table td {
    border: transparent 1.75px;
    border-style: none;
    background-color: #FFFFFF !important;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.DefaultButton, .controlpanel .DefaultButton {
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #999999;
    width: 191px;
    height: 21px;
    border: none;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.DefaultButtonMedium, .controlpanel .DefaultButtonSmall, .controlpanelFQ .DefaultButtonMedium {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #999999;
    height: 21px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    width: 120px;
}


.DefaultButtonVerySmall, .controlpanel .DefaultButtonVerySmall, .controlpanelFQ .DefaultButtonVerySmall {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #999999;
    width: 40px;
    height: 21px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .DefaultButtonVerySmall:hover, .controlpanel .DefaultButtonVerySmall:hover {
        background-color: #5c5e5e;
    }

.DefaultButtonMedium:hover, .controlpanel .DefaultButtonMedium:hover {
    background-color: #5c5e5e;
}

.DefaultButtonMediumSelected, .controlpanel .DefaultButtonSmall, .controlpanelFQ .DefaultButtonMediumSelected {
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #5c5e5e;
    width: 120px;
    height: 21px;
    border: none;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.DefaultButtonMediumSelected:hover, .controlpanel .DefaultButtonMediumSelected:hover {
    background-color: #5c5e5e;
}

.DefaultButtonSmall, .controlpanel .DefaultButtonSmall, .controlpanelFQ .DefaultButtonSmall {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #999999;
    width: 95px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 4px;
}

.DefaultButtonSmall:hover, .controlpanel .DefaultButtonSmall:hover {
    background-color: #5c5e5e;
}

.DefaultButton:hover, .controlpanel .DefaultButton:hover {
    background-color: #5c5e5e;
}

.details {
    float: left;
    margin: 0;
    padding: 0;
    border: 2px solid #777777;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    height: 600px;
    width: 78%;
}

.workorder {
    float: left;
    margin: 0;
    padding: 0;
    border: 2px solid #777777;
    height: 600px;
    width: 600px;
}


.loc-header {
    background: #777777;
    height: 4px;
    width: 100%;
    margin-top: 12px;
}

.loc-bottom {
    background: #777777;
    height: 4px;
    width: 100%;
}


.BottomPager a, .BottomPager span {
    min-width: 12px !important;
    min-height: 14px;
    max-width: 20px;
    height: 15px;
    padding: 1px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    margin: 0px !important;
    font-weight: normal;
    background-image: none;
    border: 0px solid #777777 !important;
    color: #000000 !important;
    background-color: #FFFFFF !important;
}


.BottomPager span, .BottomPager a:hover {
    max-width: 20px;
    color: #FFF !important;
    border: 0px solid #777777 !important;
    background-color: #777777 !important;
    cursor: pointer;
}



.work-order {
    float: left;
    border: 2px solid #777777;
    height: 640px;
    width: 380px;
    margin-right: 12px;
    padding: 4px 4px;
}

.work-order-details {
    float: left;
    border: 2px solid #777777;
    height: 640px;
    /*width: 720px;*/
    width: 60%;
    margin-right: 12px;
    padding: 4px 4px;
}


.file-upload {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #777777;
    width: 171px;
    height: 21px;
    border: none;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
}

.file-upload:hover {
    background-color: #777777;
}

/* The button size */
.file-upload, .file-upload span {
    width: 171px;
    height: 21px;
    padding-top: 1px;
    margin-bottom: 0px;
}


.InitialWO {
    display: block;
    padding: 6px 4px 6px 4px;
    float: left;
    background-color: #BBBBBB !important;
    background:  no-repeat right top;
    color: White;
    margin: 0;
    font-weight: bold;
    width: 10%;
}

.InitialWO:hover {
    color: White;
    background-color: #777777 !important;
    background:  no-repeat right top;
}

.ClickedWO {
    float: left;
    display: block;
    margin: 0;
    background-color: #777777 !important;
    background: no-repeat right top;
    padding: 6px 4px 6px 4px;
    color: Black;
    font-weight: bold;
    color: White;
    width: 10%;
}

.Initial {
    display: block;
    padding: 6px 4px 6px 4px;
    float: left;
    background-color: #BBBBBB !important;
    background:  no-repeat right top;
    color: White;
    margin: 0;
    font-weight: bold;
    width: 121px;
}

.Initial:hover {
    color: White;
    background-color: #777777 !important;
    background: no-repeat right top;
}

.Clicked {
    float: left;
    display: block;
    margin: 0;
    background-color: #777777 !important;
    background: no-repeat right top;
    padding: 6px 4px 6px 4px;
    color: Black;
    font-weight: bold;
    color: White;
    width: 125px;
}

.MenuLevel1 {
    color: #FFFFFF !important;
    background-color: #777777 !important;
    Font-Size: 14px !important;
}

.MenuLevel2 {
    color: #FFFFFF !important;
    background-color: #777777 !important;
    Font-Size: 14px !important;
}

.MenuHoverStyle {
    background-color: #5c5e5e !important;
}


.ui-dialog-titlebar,
.ui-button,
.ui-widget-header,
.fc-day-header,
.fc-button {
    background: #999999;
}

.ui-button {
    background: #999999 !important;
}

.ui-dialog-title,
.ui-button,
.ui-widget-header,
.fc-day-header,
.fc-button {
    color: #FFFFFF !important;
}

.ui-state-active {
    background: #E6E7E8;
}

.ui-dialog-content {
    background: #F2F5FA;
}

.fc-buttonwidth {
    width: 80px !important;
}

.blockline {
    display:block; 
    width: 100%; 
    height: 6px; 
    background: #777777
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #999999;
}

.ui-widget-header {
    border: 1px solid #999999;
}

.notification-details {
    float: left;
    border: 2px solid #999999;
    height: 410px;
    width: 70%;
    margin-right: 12px;
    padding: 4px 4px;
}

.controlpanel .top {
    height: 48px;
    background-color: #777777;
    background-position: bottom 0px;
    color: #FFFFFF;
    line-height: 46px;
    font-size: 11px;
    font-weight: bold;
    padding-left: 22px;
    margin-top: 6px;
}

.controlpanel .down {
    min-height: 50px;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-color: #777777;
    border: solid;
    border-width: thin !important;
    color: #777777;
}

tr.row {
    background-color: #FFFFFF;
}

    tr.row td {
    }

    tr.row:hover td,
    tr.row.over td {
        background-color: #E6E7E8;
    }

.fc-button-primary {
    background-color: #777777 !important;
}

.fc-col-header-cell {
    background-color: #777777 !important;
    color: white !important;
}

.tablecell:hover {
    background-color: #E6E7E8;
}

