/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14/06/2016, 17:24:06
    Author     : Thiago Aguiar
*/

.ui-panel-title{
    color: white;
}

.ui-widget-content{
    border: none;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: inherit;
    vertical-align: middle;
}

input{
    
    border-color: lightgray !important;
    margin-bottom: 3px !important;
    box-shadow: none !important;
}

textarea{
    box-shadow: none !important;
    border-color: lightgray !important;
    margin-bottom: 5px !important;
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;*/
}

.ui-state-hover{
    /*box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;*/
}

.ui-inputfield{
    /*box-shadow: 0px 0px 0px 1px lightgray !important;*/
    /*border: none !important;*/
}

.ui-inputfield.ui-state-focus{
    background-color: #FFFACD !important;
    border: 1px solid #0C0 !important;
    /*border: 1px solid #0C0 !important;*/
}

.ui-selectonemenu {
    padding-right: 1em !important;
    border: none !important;
    box-shadow: none !important;
}

.ui-selectonemenu label{
    border: none !important;
    box-shadow: none !important;
}

.ui-selectonemenu.ui-state-focus > label {
    background-color: inherit !important;
}

.ui-selectonemenu-trigger{
    height: 42px !important;
    top: -9px !important;
}

.ui-selectonemenu .ui-selectonemenu-trigger .ui-icon {
    margin-top: 13px;
    margin-left: -4px;
}

.ui-selectonemenu.ui-state-focus{
    background-color: #FFFACD !important;
    border: 1px solid #0C0 !important;
}

.ui-panel-titlebar {
    text-shadow: none !important;
    color: white !important;
    border: none !important;                
    background-image: linear-gradient(to left, white, #4169E1) !important;
    border-radius: 1.6vw 1.6vw 1.6vw 0.4vw;
}

.ui-panel .ui-panel-title {
    margin: 0.1em 16px 0.2em 0;
    font-size: 18px;
    margin-left: 10px;
}

.ui-panel .ui-panel-content {
    border-color: #4169E1;
    border: 1;
    /*background-image: linear-gradient(to left, white, #FAFDFF);*/
    /*background: rgba(239, 250, 254, 0.34) none repeat scroll 0% 0%;*/
    padding: 0.5em 1em;
}

.ui-widget-header {
    border: 1px solid #eeeeee;
    background: none;
    color: #333333;
    font-weight: bold;
}

li {
    display: block;
    padding-left: 9px;
    border: 1px solid #ddd;
    margin-top: 8px;
    margin-bottom: 6px;
    border-radius: 3px;
}

li > label {
    display: block;
    float: left;
    height: 18px;
    margin-top: -15px;
    background: inherit;
    /*background: #FAFDFF; /* rgba(239, 250, 254, 0.34) none repeat scroll 0% 0%;*/
    padding: 0px 5px 2px 5px;
    color: #b9b9b9;
    /*font-size: 14px;*/
    overflow: hidden;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    z-index: 10;
}

li > input, li > textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    display: block;
    outline: 0;
    border: none !important;
    height: 25px;
    line-height: 25px;
    padding: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    background-color: yellow;
}

.ui-chkbox-box{
    margin: 10px;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
    color: #fff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #265a88 !important;
    border-color: #245580 !important;
    color: #fff !important;
    background-image: none !important;
    text-shadow: none !important;
}

.btn-success:active, .btn-success.active {
    background-color: #419641 !important;
    border-color: #3e8f3e !important;
    color: #fff !important;
    text-shadow: none !important;
    background-image: inherit;
}

.btn-warning:active, .btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
    color: #fff !important;
    text-shadow: none !important;
    background-image: inherit;
}

#pnlAvaliacao2{
    padding: 1px;
}

#pnlAvaliacao2_content{
    padding: 0px;
}

#j_idt350_content{
    margin-left: 0px;
    padding: 1px;
}

