/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
}

body {
    padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.navbar-brand{
	padding: 0;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}


table.tablePlanoContas thead tr th{
	font-size: 12px;
	background-color: #f0f0f0;
}
table.tablePlanoContas tbody tr, table.tablePlanoContas tbody tr td input, table.tablePlanoContas tbody tr td select{
	font-size: 12px;
}




/* FORM */
.form-inline-box{
	float: left;
	margin: 10px 10px 0px 0px;;
}
.form-inline-box label{
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}
.form-inline-option{
	padding: 10px 0px 0px 0px;
}
.form-inline-option label, .form-inline-option-radio label{
	display:inline;
	margin: 0px 3px 0px 0px;
}
.form-inline-option-radio label.radio-label{
	display: block;
}
.form-inline-option-radio input{
	margin: 0px 5px 0px 0px;
}
.form-inline-option-line{
	margin-right: 25px;
}
.form-inline-option-line label.radio-label {
	font-weight: bold;
	font-size: 13px;
}
p.form-description{
	font-style: normal;
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
}
ul.form-error{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.form-error li{
	font-style: normal;
	color: #D90000;
	font-size: 12px;
}
input[type="checkbox"]{
	height: auto;
}


.login {
    background: #F7F7F7
}

.login .fa-paw {
    font-size: 26px
}

a.hiddenanchor {
    display: none
}

.login_wrapper {
    right: 0px;
    margin: 0px auto;
    margin-top: 5%;
    max-width: 350px;
    position: relative
}

.registration_form, .login_form {
    position: absolute;
    top: 0px;
    width: 100%
}

.registration_form {
    z-index: 21;
    opacity: 0;
    width: 100%
}

.login_form {
    z-index: 22
}

#signup:target ~ .login_wrapper .registration_form, #signin:target ~
.login_wrapper .login_form {
    z-index: 22;
    animation-name: fadeInLeft;
    animation-delay: .1s
}

#signup:target ~ .login_wrapper .login_form, #signin:target ~
.login_wrapper .registration_form {
    animation-name: fadeOutLeft
}