﻿/*Novos Itens Add Luiz*/
/*asp:LinkButton[type=button], asp[type=submit], .abutton {
    background: #124b62;
    letter-spacing: 1px;
    border: 0;
    color: #f5f5f5;
    text-transform: uppercase;
    padding: 2px 15px;
    margin-left: 5px;
    height: 25px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 8px;
    cursor: pointer;
}*/

/*.modal {
  text-align: center;
}*/


.genero td {
    margin-right: 5px;
    display: inline;
    border: 0px solid #000;
}

    .genero td input {
        display: inline-block;
        margin-right: 5px;
    }

-logo {
    position: fixed;
    margin: 0.8% 0;
}

#footer {
    margin-top: -52px;
    height: 52px;
    clear: both;
}

.ui-autocomplete {
    position: absolute;
}

.modal-login {
    width: 515px;
    margin-top: -2%;
}

.modal-sm {
    max-width: 450px;
}

.logo-login {
    text-align: center;
}

.loading-login {
    width: 86px;
    height: 38px;
    position: absolute;
    padding-left: 28%;
    margin-top: -2%;
    margin-bottom: 3%;
}

.loading-calendar {
    float: left;
    font-size: 10px;
    width: 80px;
    padding: 0.5% 0;
    text-align: right;
    background: url('../dataTables/media/images/load_grid.gif') no-repeat center left;
}

.account-content {
    display: table;
    margin-top: 17px;
}

.account-avatar {
    display: table-cell;
    vertical-align: top;
    padding-right: 1em;
    width: 55px;
    height: 55px;
}

.account-info {
    display: table-cell;
    font-size: 13px;
    font-weight: 600;
    vertical-align: middle;
    padding-left: 5%;
    color: #345578;
}

.account-subinfo {
    color: #6d94bf;
}

td.ef-sub {
    cursor: pointer;
    background-color: rgba(255, 245, 13, 0.56);
}

td.ef-enc {
    cursor: pointer;
    background-color: #aee2ee;
}

td.ef-nenc {
    cursor: pointer;
    background-color: #eeb8b8;
}

.form-search {
    margin-top: 0.5% 0;
}

.search {
    padding: 0;
}

.label-search {
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
}

.row-search {
    padding-top: 1.2%;
}

.alert-empty {
    text-align: center;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.loading-competencia {
    float: right;
    width: 32px;
    height: 32px;
}

.control-inline {
    padding-left: 0;
    margin-right: -2%;
}

/* Fixes for IE < 8 */
@media screen {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

input[readonly] {
    background-color: rgba(225, 225, 225, 0.61);
}

/*Accordion*/
.panel-group .panel {
    overflow: visible; /*This is the issue*/
}

.accordion {
    margin-bottom: 21px;
}

.accordion-group {
    background-color: #fff;
    margin-bottom: 2px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        color: #555;
        font-size: 15px;
        text-decoration: none;
        display: block;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    background: #fff;
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

.sub-accordion {
    margin-left: 30px;
}

a:hover.sub-accordion {
    text-decoration: none;
    border: 1px solid #ccc;
    padding: 2px;
    background: #446e9b;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.main-body .page-header {
    margin-top: 0.5%;
}

    .main-body .page-header h2 {
        font-size: 26px;
    }

/*ERROR PAGE*/

.errorContainer {
    width: 480px;
    margin-left: -240px;
    padding-bottom: 20px;
    margin-top: -210px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid #c9c9c9;
    background: white;
    -webkit-box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 0px 0px rgba(255, 255, 255, 1);
}

.page-header {
    padding-bottom: 0;
    margin-top: 9px;
    border-color: #c9c9c9;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.page-header-session-expired {
    padding-bottom: 7%;
    border-color: #c9c9c9;
    -moz-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 1);
}

.errorContainer .page-header h1 {
    font-size: 128px;
    color: #686866;
    line-height: 150px;
    text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);
}

.errorContainer .page-header-session-expired h1 {
    padding-top: 9%;
    margin-right: 2%;
    font-size: 28px;
    color: #686866;
    line-height: 50px;
    text-shadow: 2px 1px 0px #fff, 4px 3px 0px rgba(0,0,0,0.15);
}

.errorContainer .page-header img {
    margin-left: 4%;
    margin-right: 5%;
    float: left;
}

.errorContainer .page-header-session-expired img {
    margin-left: 3%;
    margin-right: 1%;
    float: left;
}

.center {
    text-align: center;
}

.gap20 {
    margin: 20px;
}

h2.gap20 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    color: inherit;
    text-rendering: optimizelegibility;
}

.gap21 {
    margin: 20px;
}

h2.gap21 {
    font-size: 13px;
    line-height: 29px;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizelegibility;
}

.gap-bottom5 {
    margin-bottom: 5px;
}

.a_table a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

td.link_table {
    text-align: center;
}

.link_table a {
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

.popover {
    max-width: 400px;
}

#tbPlanoContas tbody tr {
    cursor: pointer;
}

/*IFRAME BOLETO*/
.iframeBoleto {
    margin-left: 2%;
    width: 845px;
    height: 100%;
    border: none;
}
/*IFRAME BOLETO*/

/*@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}*/
/*.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}*/

/*LAYOUT DE GRID VIEW*/
/*
.mydatagrid
{
	width: 80%;
	border: solid 2px black;
	min-width: 80%;
}
.header
{
	background-color: #646464;
	font-family: Arial;
	color: White;
	border: none 0px transparent;
	height: 25px;
	text-align: center;
	font-size: 16px;
}

.rows
{
	background-color: #fff;
	font-family: Arial;
	font-size: 14px;
	color: #000;
	min-height: 25px;
	text-align: left;
	border: none 0px transparent;
}
.rows:hover
{
	background-color: #ff8000;
	font-family: Arial;
	color: #fff;
	text-align: left;
}
.selectedrow
{
	background-color: #0026ff;
	font-family: Arial;
	color: #fff;
	font-weight: bold;
	text-align: left;
}
.mydatagrid a /** FOR THE PAGING ICONS  **/
{
	background-color: Transparent;
	padding: 5px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.mydatagrid a:hover /** FOR THE PAGING ICONS  HOVER STYLES**/
{
	background-color: #000;
	color: #fff;
}
.mydatagrid span /** FOR THE PAGING ICONS CURRENT PAGE INDICATOR **/
{
	background-color: #c9c9c9;
	color: #000;
	padding: 5px 5px 5px 5px;
}
.pager
{
	background-color: #646464;
	font-family: Arial;
	color: White;
	height: 30px;
	text-align: left;
}

.mydatagrid td
{
	padding: 5px;
}
.mydatagrid th
{
	padding: 5px;
}
*/
