body {
    background: #F2F2F2;
}

#header {
    background-color: #00803c;
}

.module caption, .inline-group h2,
.module h2 {
    background-color: #999999;
}

#header #site-name a {
    color: #FFDD00 !important;
    padding-left: 50px;
    background-image: url('tus.gif');
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 50px;
}

div.breadcrumbs {
    background-color: #F2F2F2;
}

div.breadcrumbs, div.breadcrumbs a, a {
    color: #a39e9a !important;
}

div.breadcrumbs, div.breadcrumbs a:hover, a:hover {
    color: #000000 !important;
}

.module caption a {
    color: white !important;
}

#header a {
    color: white !important;
}

.object-tools a {
    background-color: #00803C !important;
    color: white !important;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background-color: #00803c;
}

.button:active, input[type=submit]:active, input[type=button]:active, .button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover, input[type=button]:hover {
    background-color: #006f2c;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background-color: #006f2c;
}

.button.default:active, input[type=submit].default:active, .button.default:focus, input[type=submit].default:focus, .button.default:hover, input[type=submit].default:hover {
    background-color: #005615;
}

.submit-row a.deletelink,
.submit-row a.deletelink:focus, .submit-row a.deletelink:hover, .submit-row a.deletelink:active {
    color: white !important;
}

.selector-chosen h2 {
    background-color: #999999;
}

.paginator a:link, .paginator a:visited {
    padding: 2px 6px;
    background: #006f2c;
    text-decoration: none;
    color: #FFDD00;
}

table.filter {
    width: 80% !important;
}

table.filter .vTextField {
    width: 90%;
}

table.filter select {
    width: 95%;
    height: 30px !important;
    margin-left: 0px !important;
}

table .action td {
    border: none;
}

.paginator a:link, .paginator a:visited {
    background-color: transparent;
}

.paginator .this-page {
    background-color: #327539;
    color: white;
}

input[type=text], input[type=password], input[type=email], input[type=url], input[type=number], textarea, select, .vTextField {
    border-radius: 0px;
}

.summary {
    background-color: white;
    width: 500px !important;
    color: black;
    margin-bottom: 10px;
}


/*datetime picker support*/

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@font-face{font-family:'Glyphicons Halflings';src:url(/static/plugins/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot);src:url(/static/plugins/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(/static/plugins/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"),url(/static/plugins/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"),url(/static/plugins/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"),url(/static/plugins/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon.icon-arrow-right:before{content:"\e092"}
.glyphicon.icon-arrow-left:before{content:"\e091"}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
}

.datetimepicker thead th {
    background-color: transparent;
}
/*end datetime picker support*/