/** 
 * Document   : indusphera
 * Created on : Jan 18, 2014, 7:11:49 PM
 * Author     : fmathias
 * Description:
 *Purpose of the stylesheet follows.
*/

.table>tbody>tr>td {
    vertical-align: middle;
    padding: 5px;
}

form div {
    margin: 0;
    padding: 0;
}

.customized-table {
    font-size: 90%;
    width: 260px;
    background-color: white;
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

td > div {
    margin-bottom: 10px;
}
    
.menu-tab {
    float: left;
    padding: 10px;
    background: #469298;
}
.menu-tab a {
    color: #ffffff;
    text-decoration: none;
}
.menu-tab-selected {
    background: #8ed714;
}

.menu-tab-selected a {
    color: #ffffff;
}

.ReportsLeftPane {
    background-color: gainsboro; 
    border: 1px solid white; 
    border-radius: 5%; 
    padding: 10px 5px 10px 10px;
    overflow-x: hidden;
}

#ReportFormResponse {
    float:left; 
    width: 100%; 
    height: 100%;
    padding: 0;
    margin: 0;
}

#ClienteSetupContentLeft {
    width: 50%;
}

#ClienteSetupCodes p {
    margin: 0;
}

#ClienteSetupCodes {
    overflow: scroll;
    height: 400px;
}

#ClienteSetupCodes p:hover {
    margin: 0;
    /*font-weight: bold;*/
    cursor: pointer;
    background-color: #f0f0f0;
}

#ClienteSetupSelectedCode {
    height: 400px;
}

.ui-datepicker-calendar {
    display: none;
    /*font-size: 90%;*/
}

#menu-header {
    background: none repeat scroll 0 0 #469298;
    padding: 0px 20px;
    height: 38px;
}

body {
    background: gainsboro;
    color: #fff;
    font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
    /*font-size:90%;*/
    margin: 0;
}


#container {
    text-align: left;
    width: 1186px;
    margin: 0 auto;
}

#header{
    background: none repeat scroll 0 0 #3F4447;
    padding: 0;
}

#footer {
    background: none repeat scroll 0 0 #3F4447;
    clear: both;
    padding: 6px 10px;
    text-align: right;
}

form .submit input[type=submit] {
    background: none repeat scroll 0 0 #8ed714;
    border: 1px solid #7cc305;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
    padding: 8px 10px;
}

form .submit input[type=submit]:hover {
    background: #5BA150;
}

input[type=submit] {
    display: inline;
    /*font-size: 90%;*/
    width: auto;
}

input[type=submit],
.actions ul li a,
.actions a {
    font-weight:normal;
    padding: 4px 8px;
    background: none repeat scroll 0 0 #8ed714;
    color:#333;
    border:1px solid #bbb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-user-select: none;
}

input[type=submit]:hover {
    cursor: pointer;
}

.actions ul li a:hover,
.actions a:hover {
    background: #ededed;
    border-color: #acacac;
    text-decoration: none;
}

input[type=submit]:active,
.actions ul li a:active,
.actions a:active {
    background: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#eee));
    background-image: -webkit-linear-gradient(top, #dfdfdf, #eee);
    background-image: -moz-linear-gradient(top, #dfdfdf, #eee);
    background-image: -ms-linear-gradient(top, #dfdfdf, #eee);
    background-image: -o-linear-gradient(top, #dfdfdf, #eee);
    background-image: linear-gradient(top, #dfdfdf, #eee);
    text-shadow: #eee 0px 1px 0px;
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
    border-color: #aaa;
    text-decoration: none;
}

.padding-top {
    padding-top: 5px
}

#tabs-min { 
    background: transparent; 
    border: none; 
    float: left; 
    width: 100%;
    /*font-size: 90%;*/
    padding: 0;
    margin: 0;
    /*border-bottom: 1px solid #c0c0c0;*/
} 
#tabs-min .ui-widget-header { 
    background: transparent; 
    border: none; 
    border-bottom: 1px solid #c0c0c0; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
}
#tabs-min .ui-widget-content {
    padding: 5px;
    margin: 0;
}
#tabs-min .ui-tabs-nav .ui-state-default { 
    background: transparent; 
    border: none; 
} 
#tabs-min .ui-tabs-nav .ui-state-active { 
    background: transparent url(../img/uiTabsArrow.png) no-repeat bottom center; 
    border: none;
} 
#tabs-min .ui-tabs-nav .ui-state-default a { 
    color: #c0c0c0; 
} 
#tabs-min .ui-tabs-nav .ui-state-active a { 
    color: #459e00; 
}

#tabs-nohdr { 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
    font-size: 0.9em;
} 
#tabs-nohdr .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#tabs-nohdr .ui-tabs-panel {
    border-width: 0px 1px 1px 1px; 
}

.success, .message, .cake-error, p.error, .error-message {
    background: -moz-linear-gradient(center top , #8ed714 , #8ed714) repeat-x scroll 0 0 #c43c35;
    border: 1px solid rgba(0, 0, 0, 0.5);
    clear: both;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.hide-me {
    display: none;
}

.ReportMensalVerticalTabs {
    float: left; 
    width: 100%; 
    font-size: 0.9em
}

#ReportLoading {
    text-align: center;
    padding-top: 100px;
}

#indus-top-nav {
}

th {
    padding: 7.5px;
}

table.tablesorter thead tr .headerSortDown {
    background-position: right center;
    background-repeat: no-repeat;
}

table.tablesorter thead tr .headerSortUp {
    background-position: right center;
    background-repeat: no-repeat;  
}

#ComercioCountryId {
    font-size: 90%;
}
#ComercioCountry {
    font-size: 90%;
}

.reportComercioTitle, .reportEmpregoTitle {
    text-align: center;
    font-size: 120%;
    font-weight: bold;

.emprego-report-label {
    width: 100%;
    text-align: center;
    font-weight: bold;
    padding-bottom: 10px;
}