/*Decrease size if datepicker widget */
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: .9em; }

/*Decrease z-index to prevent the morris hover to overlay the datepicker */
.morris-hover {
    position: absolute;
    z-index: 1003;
}

.oas-container {
    position: relative;
    height: 200px;
}

.oas-graph {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5f5f5 url(../../img/oas/logo.png) no-repeat center;
}

.oas-toolbar-content {
    position: absolute;
    float: left;
    background-color: #e6e6e6;
    border-color: #d3d3d3;
    height: 70%;
    bottom: 0;
    z-index: 1005;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow:auto;
    overflow-y: hidden;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}

.oas-toolbar.collapsed .oas-toolbar-content {
    min-height: 0;
    height: 0;
}

.oas-toolbar .oas-toggler {
    position: absolute;
    z-index: 1010;
    width: 54px;
    height: 20px;
    padding: 0;
    margin-top: 210px;
    left: 5px;
    background: url(../../img/oas/arrowdown.gif) no-repeat center;#
	
}

.oas-toolbar.collapsed .oas-toggler {
    background-image: url(../../img/oas/arrowup.gif);
}

.oas-toolbar-item {
    position: relative;
    display: inline-block;
    min-width: 30px;
    height: 100%;
    font-size: small;
    font-family: sans-serif;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 15px;
    border-right: 1px dotted #aaa;
    float:left;
}

.oas-toolbar-item:last-child {
    border-right: none;
}

.oas-toolbar-item-heading {
    margin-top: 0;
    margin-bottom: 10px;
    color: #4169e1;
    /*border-bottom: 1px solid #00008b;*/
}

.oas-toolbar-item ul
 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.oas-toolbar-item li,
.oas-form-group
 {
    margin-top: 1px;
    border-bottom: 2px solid #eee;
    padding: 1px;
}

.oas-toolbar-value {
    margin-left:10px;
    float: right;
    text-align: right;
}

.oas-form-group label {
    width: 8em;
    float: left;
    display: inline-block;
}

.oas-form-group input,
.oas-form-group select {
    width: 6em;
}

.oas-message {
    position:relative;
    text-align: center;
    vertical-align: middle;
    line-height: 200px;
}

.oas-loading {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1015;
    background: url(../../img/oas/loading.gif) no-repeat center center;
}

.oas-clickable:hover {
    cursor:pointer;
    background-color: #fffafa;
}