html {
    min-height:100%;
    position:relative
}

body {
    background-color: #ffffff;
    min-height: 100%;
    padding-bottom: 0;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size: 13px;
    color: #393939;
    line-height: 1.5;
}

h4 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    min-height: 45px;
    background: #438eb9;
}

.tabpadding {
    padding-left: 2% !important;
}

th, td, .table-bordered {
    border-radius: 0 !important;
}

.table {
    font-size: 10px !important;
}

.table>thead>tr {
    color: #707070;
    font-weight: 400;
    background: #F2F2F2;
    background-image: -webkit-linear-gradient(top,#f8f8f8 0,#ececec 100%);
    background-image: -o-linear-gradient(top,#f8f8f8 0,#ececec 100%);
    background-image: linear-gradient(to bottom,#f8f8f8 0,#ececec 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8f8f8', endColorstr='#ffececec', GradientType=0);
}

.table.table-bordered>thead>tr>th:first-child {
    border-left-color: #ddd;
}

.table.table-bordered>thead>tr>th {
    vertical-align: middle;
}

.table>thead>tr>th:first-child {
    border-left-color: #F1F1F1;
}

.table>thead>tr>th {
    border-color: #ddd;
    font-weight: 700;
}

.widget-box {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 3px 0;
    border: 1px solid #CCC;
}

.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    background: #f7f7f7;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
    color: #669fc7;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
}

.widget-toolbar {
    display: inline-block;
    padding: 0 10px;
    line-height: 37px;
    float: right;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget-toolbar:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: -1px;
    border: 1px solid #D9D9D9;
    border-width: 0 1px 0 0;
}

.widget-main.no-padding>form>fieldset, .widget-main.padding-0>form>fieldset {
    padding: 16px;
}



.widget-header:before, .widget-header:after {
    content: "";
    display: table;
    line-height: 0;
}

.widget-header:after {
    clear: right;
}

.widget-header:before, .widget-header:after {
    content: "";
    display: table;
    line-height: 0;
}

.widget-header>.widget-title {
    line-height: 36px;
    padding: 0;
    margin: 0;
    display: inline;
}

.widget-body {
    background-color: #FFF;
}

.widget-main.no-padding {
    padding: 0;
}

.widget-main {
    padding: 12px;
}

.no-padding {
    padding: 0!important;
}

.widget-main.no-padding>form>fieldset+.form-actions, .widget-main.padding-0>form>fieldset+.form-actions {
    padding: 10px 0 12px;
}

.widget-main.no-padding>form>.form-actions, .widget-main.padding-0>form>.form-actions {
    margin: 0;
    padding: 10px 12px 12px;
}

.form-actions {
    display: block;
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 19px 20px 20px 20px;
}

.table-responsive {
    padding:0 4%;
    height:90%;
    overflow-y: auto;
}

.center, .align-center {
    text-align: center!important;
}

.breadcrumb {
    padding: 8px !important;
    margin: 0 0 0px !important;
    list-style: none !important;
    background-color: #f5f5f5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-top: 0px !important;
    overflow-y: auto !important;
}

.modal-body {
    max-height: 500px !important;
}

.modal {
    height: auto !important;
}

.bold {
    font-weight: bold;
}

.recuo {
    padding:0.5% !important;
    padding-left:3% !important;
}

.gray{
    background-color: #b3b3b3 !important;
}

.light-gray {
    background-color: #D3D3D3 !important;
}

#listaFormulario .widget-title {
    display: inline-block !important;
}

.btn_relatorio_xls {
    cursor:pointer !important;
}

.red {
    color: #FF0000;
}

.tablemenu {
    padding: 0px !important;
    line-height: 0px !important;
    border-top: 0px solid #ddd !important;
    width: 100%;
}

.imgHeader {
    float: left;
    margin-left: 15px;
}

.userLogado {
    float: right;
    margin-top: 20px;
    margin-right: 20px;
    font-size: 15pt;
}