﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Autocomplete */
.input-group .autocomplete-combo:first-child input,
.input-group .autocomplete-combo:first-child input.form-control {
	border-radius: 3px 0 0 3px;
}
.combo-inline {
	vertical-align: middle;
	display: inline-block;
}

/* input */
input[type="text"],
input[type="number"],
input[type="password"] {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

/* Validation Form Error */
.error label:not(.btn) {
	color: #d43f3a !important;
}

.error,
.error > label {
	color: #d43f3a !important;
}

.error .form-control,
.error input,
.error button {
	border-color: #d43f3a !important;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

/* Default classes */

.mts {
    margin-top: 5px;
}

.mtm {
    margin-top: 10px;
}

.mtl {
    margin-top: 20px;
}

.mrs {
    margin-right: 5px;
}

.mrm {
    margin-right: 10px;
}

.mrl {
    margin-right: 20px;
}

.mbs {
    margin-bottom: 5px;
}

.mbm {
	margin-bottom: 10px;
}

.mbm2 {
    margin-bottom: 15px;
}

.mbl {
    margin-bottom: 20px;
}

.mls {
    margin-left: 5px;
}

.mlm {
    margin-left: 10px;
}

.mll {
    margin-left: 20px;
}

.pts {
    padding-top: 5px;
}

.ptm {
    padding-top: 10px;
}

.ptl {
    padding-top: 20px;
}

.prs {
    padding-right: 5px;
}

.prm {
    padding-right: 10px;
}

.prl {
    padding-right: 20px;
}

.pbs {
    padding-bottom: 5px;
}

.pbm {
    padding-bottom: 10px;
}

.pbl {
    padding-bottom: 20px;
}

.pls {
    padding-left: 5px;
}

.plm {
    padding-left: 10px;
}

.pll {
    padding-left: 20px;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.form-horizontal.filtro-relatorios .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.filtro-avancado {
    display: none;
    max-height: 540px;
    width: 450px;
    overflow: auto;
    margin: 40px;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 0 3px #ccc;
    position: fixed;
    z-index: 2100;
    background: #fff;
    right: 0px;
    overflow-y: auto !important;
    overflow-x: hidden !important;
}

.container {
    width: auto;
}

.cursor-pointer {
    cursor: pointer;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

.table.table-borderless th, .table.table-borderless td, .table.table-borderless thead th, .table.table-borderless tbody + tbody{
    border: 0;
}

.navbar-nav .open .dropdown-menu {
    background-color: #333;
}

.dropdown-menu > li > a {
    color: #9d9d9d;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image: none !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #333;
    color: #fff;
}

#loading {
    position: fixed;
    padding-top: 25%;
    text-align: center;
    z-index: 11000 !important;
    background-color: rgba(0, 0, 0, 0.2);
}

.d-none {
    display: none;
}

.d-inline {
    display: inline;
}

.modal {
    background: rgba(50, 58, 69, 0.8);
}

.desc {
    position: absolute;
    color: #fff;
    bottom: 52px;
    left: 18px;
    font-size: 20px;
}

.embedContainer {
    height: calc(0.66 * 64vw);
    width: 100%;
}

.embedDashboard .embedContainer {
    height: calc(0.43 * 64vw);
    width: 100%;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}