@CHARSET "UTF-8";

.row_cliente_inativo {
    color: #C60000;
}

.table_empresa_teste {
    color: #FF7B00
}

.ui-widget, .ui-widget .ui-widget {
    font-size: 14px;
}

.lb-filtro {
    width: 150px;
    display: block;
}

.table-limpar-info-input {
    width: 100%;
}

.table-limpar-info-input input {
    width: 45%;
}

.header-table-limpar-info {
    float: left;
    margin-left: 16px;
}

#header-panel {
    background: linear-gradient(to right, #05374a 0%, #085878 50%, #05374a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    border-radius: 5px;
    width: 100%;
}

#logo {
    float: left;
    padding: 25px 0 0 30px;
    width: 256px;
}

.img-logo {
    max-width: 100%
}

#acoes-usuario-container {
    float: right;
    margin-right: 100px;
    margin-top: 3px;
}

#acoes-usuario-container ul {
    list-style: none;
}

.menu-acoes-usuario li {
    margin-top: 5px;
}

.menu-acoes-usuario li:first-child {
    margin-top: 0;
}

.icon-acoes-usuario {
    color: white;
    margin-right: 7px;
    font-weight: bold;
}

.acoes-usuario-item:hover i, .acoes-usuario-item:hover span {
    cursor: pointer;
    color: #C3D3D8;
}

.ui-widget-header {
    background: linear-gradient(to right, #05374a 0%, #085878 50%, #05374a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #05374a;
    color: #ffffff;
    font-weight: bold;
}

.custom-border-color {
    border: 1px solid #05374a !important;
    border-radius: 5px;
}

.custom-border-color .ui-state-default, . custom-border-color td, . custom-border-color tr {
    border: 1px solid #05374a !important;
}

.no-grid-border, .no-grid-border tr, .no-grid-border td {
    border: none !important
}

.custom-grid-border tr, .custom-grid-border td {
    border: 1px solid #05374a !important;
}

.ui-inputfield, .ui-widget-content .ui-inputfield, .ui-widget-header .ui-inputfield {
    background: none repeat scroll 0 0 #ffffff;
    box-shadow: 0 2px 2px #8f8f8f inset;
    color: #05374a;
    border-radius: 0px;
}

.ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data th {
    border: 1px solid #05374a !important;;
}

.ui-datatable .ui-state-default, .ui-datatable.ui-widget-content .ui-state-default, .ui-datatable.ui-widget-header .ui-state-default {
    border: 1px solid #05374a;
    color: #05374a !important;
    font-weight: bold;
}

/*Conteúdo de tabelas dentro do EcoMobile*/
.ui-widget, .ui-widget .ui-widget table tbody tr td label {
    font-size: 12px;
}

.ui-widget, .ui-widget .ui-widget table thead tr th {
    font-size: 12px;
}

.label-bold {
    font-weight: bold !important;
    color: #05374a !important;
}

.label-info {
    color: #05374a !important;
    text-align: right;
}

.label-info.value {
    font-weight: bold !important;
    text-align: left;
}

.ui-button-text {
    font-weight: bold !important;
    color: #05374a !important;
}

.ui-growl {
    position: fixed;
    left: 40%;
    z-index: 9999;
}

.ui-widget, .ui-widget .ui-widget {
    font-family: 'Roboto', sans-serif;
}

.font-roboto {
    font-family: 'Roboto', sans-serif;
}

.login-container {
    position: relative;
    top: 50%;
    transform: translateY(25%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    width: 700px;
    height: 400px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.login-img-container {
    background: linear-gradient(to right, #05374a 0%, #085878 50%, #05374a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.6);
    float: left;
    height: 100%;
    width: 250px;
}

.login-right-container {
    float: right;
    height: 350px;
    width: 450px;
}

.background_login {
    background: #FAFAFF;
}

.background_panel {
    background: #ffffff;
}

.img-login {
    transform: translateY(50%);
    -moz-transform: translateY(27%);
    -webkit-transform: translateY(27%);
    -ms-transform: translateY(27%);
    width: 200px;
    top: 20%;
}

.button-acao {
    min-width: 100px;
    min-height: 32px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.login-fields-container {
    top: 50%;
    transform: translateY(50%);
    width: 370px;
    transition: box-shadow 0.25s ease 0s;
    border: none;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}

.font-size-login {
    font-size: 18px !important;
}

.header-login {
    background: linear-gradient(to right, #05374a 0%, #085878 50%, #05374a 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding-bottom: 10px;
    padding-top: 10px;
}

.ui-button {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.card-panel {
    border: medium none !important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
    padding: 6px !important;
}

.no-border {
    border: none !important;
}

.custom-lbl-width-300px {
    width: 300px;
    display: inline-block;
}

.ui-separator {
    border: 1px solid rgba(5, 55, 74, .5) !important;
}

.descvinculo-warn {
    background: rgba(255, 0, 0, 0.6);
    margin-bottom: 10px;
    color: white;
}

.desvinculo-text-center {
    width: 1000px;
    margin: 0 auto;
}

.desvinculo-text-center li {
    font-size: 1.2em !important;
}

.desvinculo-situacoes {
    list-style: none;
}

.desvinculo-situacoes li {
    font-size: 1em !important;
}

.link-db {
    background-color: #337ab7;
    border-color: #2e6da4;
    border-radius: 3px;
    color: #fff !important;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 8px;
}

.link-remove {
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 3px;
    color: #fff !important;
    margin-left: 5px;
    margin-right: 5px;
    padding: 3px 8px;
}

.link-remove:hover {
    background-color: #c9302c;
    border-color: #ac2925;
}

.link-db:hover {
    background-color: #286090;
    border-color: #204d74;
}
