/* 
    Created on : 23/05/2016, 13:25:52
    Author     : Thiago Aguia
*/


.margin_right{
    text-align: right;
    margin-right: 20px;
}

.sty_tbl_medias{
    padding: 10px;
}

.sty_tbl_medias thead th{
    /*text-align: left;*/
    padding-left: 0px;
}

td.sty_tst_righ{
    padding-right: 30px !important;
}

.sty_tbl_medias thead th:first-child{
    /*text-align: left;*/
    padding-left: 10px;
}

.btn-exportar{
    margin-top: 16px;
}

.sty_fundo{
    background-color: rgb(255, 255, 238);
}

.sty_vitoria{
    background-color: rgb(175, 238, 238);
}

.sty_empate{
    background-color: aquamarine;
}

.sty_derrota{
    background-color: wheat;
}

.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{
    box-shadow: none !important;
    border-color: lightgray !important;
    margin-bottom: 3px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !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, .ui-selectcheckboxmenu {
    padding-right: 1em !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 7px;
}

.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: none;
    background: none;
    color: #333333;
    font-weight: bold;
}

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

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

.li-contorno > input, .li-contorno > 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: 27px;
    line-height: 27px;
    padding: 0;
    font-family: "Verdana";
    /*background-color: yellow;*/
    margin-top: 7px !important;
}

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

.ui-chkbox-all .ui-chkbox-box{
    margin: 0px;
}

.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;
}

.ui-selectcheckboxmenu{
    padding-right: 1em !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 7px;
    background-color: rgb(255, 255, 255) !important;;
    background-image: none !important;;
}

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

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

.ui-selectcheckboxmenu-items-wrapper li label{
    position: relative;
    margin-top: 0px;
    float: none;
    background: inherit;
    color: inherit;
}

.ui-selectcheckboxmenu-label:hover{
    background: inherit !important;
}

.ui-selectcheckboxmenu-panel .ui-selectcheckboxmenu-list-item .ui-chkbox {
    position: absolute;
    top: 0%;
    margin-top: -5px;
}

.ui-selectcheckboxmenu-trigger{
    height: 39px !important;
    top: -9px !important;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger .ui-icon {
    margin-top: 12px;
    margin-left: -4px;
}

.lbl_azul label{
    color: blue !important;
    font-weight: bold !important;
}

.ui-layout-unit .ui-layout-unit-content {
    padding: 0px !important;
    border: 0px none;
    overflow: auto;
}

table.jqplot-table-legend, table.jqplot-cursor-legend {
    font-size: 1.2em;
}

td.jqplot-table-legend {
    vertical-align: middle;
    padding-left: 3px;
    padding-right: 5px;
}

