﻿window,document,html,body {
    background: #181818;
    background-repeat: repeat;
}

label,
body {
    color: #d5d5d5;
}

.bodyHeader {
    background: url(/img/header.png) repeat-x;
}

.logo {
    background-image: url(/img/trapets.png);
}

input {
    background: #FFF;
    color: #181818;
    background-image: none;
    webkit-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

select {
    background: #FFF;
    color: #181818;
    webkit-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    select option {
        color: #181818;
    }

textarea {
    color: #181818;
    background: #FFF;
    webkit-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.disabledInput {
}

.errorMessage {
}

.ui-widget {
}

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    }

.ui-selectmenu-menu {
}

a {
    color: white;
}

    a:hover {
        color: white;
        text-decoration: underline;
    }

.pagination li.separator {
    float: left;
    padding: 0 14px;
    line-height: 34px;
    text-decoration: none;
    border-right: 1px solid #666;
    border-left-width: 0;
    cursor: inherit;
}

table {
}

tr {
}

td {
}


.widgetWindow {
    border: solid 1px #333333;
    border-radius: 3px;
    overflow: hidden;
    background: #4a4a4a;
    background-image: linear-gradient(bottom, #505050 12%, #4a4a4a 56%);
    background-image: -o-linear-gradient(bottom, #505050 12%, #4a4a4a 56%);
    background-image: -moz-linear-gradient(bottom, #505050 12%, #4a4a4a 56%);
    background-image: -webkit-linear-gradient(bottom, #505050 12%, #4a4a4a 56%);
    background-image: -ms-linear-gradient(bottom, #505050 12%, #4a4a4a 56%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.12, #505050), color-stop(0.56, #4a4a4a) );
}

.widgetWindow img {
}

.widgetWindow td {
}

.headerIcon {
}


.widgetContent {
}

.widgetUnsaved {
}

.hl {
}

.widgetHeader {
    background: #282828343;
    color: #AAAAAA;
    border-radius: 0px;
}

    .widgetHeader a {
        color: #AAAAAA;
    }

        .widgetHeader a:hover {
            color: white;
        }

#widgetArea tr {
}

.widgetToolsArea {
    border-top-right-radius: 5px;
}

    .widgetToolsArea img {
    }

.widgetIconArea {
    margin-right: 10px;
    border-top-left-radius: 5px;
    height: 22px;
}

    .widgetIconArea img {
    }

.widgetHeader i {
}

.widgetIcon {
    padding: 10px;
    padding-bottom: 0px;
    padding-right: 5px;
    padding-top: 0px;
    background-image: none;
    height: 20px;
}

.widgetArrow {
}

.widgetTitleArea {
}

.highlightDropArea {
}

.highlightedSystemIcon {
}

.systemIcon {
}

.highlightedWidget {
}

#ui-datepicker-div {
}


.hoverElement {
}

.activeDroppableElement {
}



._dropdown-menu {
    background: transparent url('images/menu_dropdown_bg.png') no-repeat scroll 0pt 100%;
    padding: 0px 0px 10px;
}

.dropdown-menu > ul > li > a:hover {
    background: transparent;
}

.dropdown-menu > li > a,
._dropdown-menu li {
    cursor: pointer;
    padding: 3px;
    color: #f2f2f2;
}

    ._dropdown-menu li:hover {
        color: #ffffff;
    }

.dropdown-menu {
    color: #AAA;
    font-size: 12px;
    background: #111111; /*transparent url('images/menu_dropdown_bg.png') repeat scroll 0pt 100%;*/
    padding-bottom: 5px;
    border: none;
}


    .dropdown-menu ul {
        padding-bottom: 5px;
        background: transparent;
        border: none;
    }

    .dropdown-menu li {
        height: 25px;
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
        white-space: nowrap;
        background: url('images/menu_level2_item.gif') no-repeat scroll 100% bottom;
        margin-bottom: 5px;
    }

    .dropdown-menu a:hover {
        color: #ffa;
    }

    .dropdown-menu span:hover {
        color: #FFFFFF;
    }


.row {
    background: transparent;
    margin: 2px;
}


.table.hoverable tbody tr:hover td, .table tbody tr:hover th .row:hover .row td:hover {
    background: transparent;
    background: #282828;
}

.row.selected {
    background: #282828;
}

    .row.selected:hover {
        background: #282828;
    }

.selection:hover {
    background: #333333;
}

.selectedItem {
    font-weight: bold;
    border: dotted 1px #888;
    background: #555;
    color: #f2f2f2;
}

input.error {
    border: 1px solid #ff0000;
    background-color: #fbc3c3;
}


.btn:hover,
.btn:focus {
    color: #fff;
    text-decoration: none;
}

div#menu {
    float: left;
    left: 130px;
    top: 5px;
    font-size: 112%;
    background: none;
}

    div#menu > div {
        margin-top: 16px;
    }


.btn-group > .btn.iwDropdownBtn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
}



.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #666;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
    background-color: #2E2E2E;
}

.alert-success {
    color: #000;
    background-color: #b2dba1;
    text-shadow: none;
    border-color: #2d662d;
}
.contour-legend {
    background-color: rgba(74, 74, 74, 0.7);
}
.mCSB_container {
    margin-right: 13px;
}

.modal {
    overflow-y: auto;
}