/*
    Document   : rekla
    Created on : 7.10.2012, 14:13:28
    Author     : jsanta_acer
    Description:
        Purpose of the stylesheet follows.
*/
body {
    font-size: 12px;
}
.slider_border {
    width: 90%;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
   background: #006633 !important;
   color: white !important;
}

.ui-state-active, .ui-widget-content .ui-state-active  {
    color: #83C948;
}

.ui-datepicker-today {
    background: #83C948;
    color: #83C948;
}

/*
.grid-view table.items td {
    font-size: 0.8em;
    padding: 0.2em;
}
*/

.width200 {
    width: 200px;
}
.width180 {
    width: 180px;
}

.form-horizontal .control-group {
    margin-bottom: 5px;
}

legend {
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0px;
    line-height: 20px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

legend + .control-group {
margin-top: 10px;
-webkit-margin-top-collapse: separate;
}


.cdetailview-empty-row {
    background: #83C948;

}

.input-xxxlarge {
	width: 630px;
}
