body {
	background-color: #e9e9e9;
}

.modal-backdrop {
	display: none;
}

.modal-open {
	overflow: auto;
}

.modal::before {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	opacity: 0.5;
}

.form input[type='text'],
.form input[type='password'] {
	background: #fff;
	border: 1px solid #c6c9cc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 #fff;
	color: #555;
	margin: 0 0 20px 0;
	padding: 5px;
}

.form input[type='password']:focus,
.form input[type='text']:focus {
	background-color: #ffffcc;
}

.form input[type='button'],
.form input[type='reset'],
.form input[type='submit'] {
	background-image: linear-gradient(#687587, #404853);
	border: none;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3),
		0 1px 0 rgba(255, 255, 255, 0.75);
	border: none;
	font-size: 13px;
	font-weight: bold;
	float: left;
	padding: 5px 10px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
	text-transform: none;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
	float: right;
}

.form input[type='button']:hover,
.form input[type='reset']:hover,
.form input[type='submit']:hover {
	background-image: linear-gradient(#5a6675, #333942);
}

.form input[type='button']:active,
.form input[type='reset']:active,
.form input[type='submit']:active {
	background: #333942;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.75),
		0 1px 0 rgba(255, 255, 255, 0.75);
}

.fieldset {
	border: 1px solid #d0d2d5;
	border-bottom: 1px solid #bebfc2;
	border-radius: 4px;
	padding: 0 10px 10px 10px;
	margin: 0 0px 10px 0px;
	background-color: white;
	box-shadow: 0px 0px 4px 1px #d4d4d4;
}

.legend {
	font-size: 0.75em;
	margin: 10px 10px 10px 10px;
	padding: 5px 10px;
	background: #404853;
	color: #fff;
	width: initial;
	border-radius: 3px;
}

/*.label {
 	display: block;
	padding-bottom: 5px;
	font-weight: bold;
	color: #404853;

 }*/

/* objetos */
/*#wrapper {
	-webkit-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 10px #000000;
	border-radius: 5px;
	background-color: #F0F0F0;
	margin-top: 20px;

}

#content {
	padding-top: 10px;
	padding-bottom: 10px;
}


#menu_seletor {
	font-size: 1em;
}*/

/* classes */
.pace .pace-progress {
	background: #57575c;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	height: 2px;

	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s;
}

.pace-inactive {
	display: none;
}

.width_90 {
	width: 90%;
	margin: 0 auto;
}

.padding-1 {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.margin-1 {
	margin: 0 1em;
}

.table-1 {
	font-size: 0.9em;
	/*font-family: "Source Sans Pro", sans-serif;*/
	color: #2e2e2e;
}

table.table-1 tbody tr:hover td {
	cursor: pointer;
	background-color: #b8c0e4;
}

.font_14 {
	font-size: 14px;
}

.font_1em {
	font-size: 1em;
}

.font_15em {
	font-size: 1.3em;
}

.align_center {
	width: 100%;
	text-align: center;
}

.align_left {
	text-align: left;
}

.align_right {
	text-align: right;
}

.header_print {
	display: none;
}

.footer_print {
	display: none;
}

.form_errors {
	border: solid 1px #e71818;
	margin: 0 1em;
	padding: 0 1em;
	color: #ff0f0f;
	background-color: #fedc72;
	border-radius: 3px;
	margin-bottom: 10px;
}

#box-telefones {
	overflow-x: hidden;
	overflow-y: scroll;
	height: 90px;
}

.float-r {
	float: right;
}

.nav {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0px;
}
/*
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 5px;
	padding-left: 5px;'
}*/

.navbar > .container-fluid .navbar-brand {
	margin-left: -15px;
	margin-right: 15px;
}

#logo {
	padding-left: 15px;
}

.margin-top-1 {
	margin-top: 1em;
}

.font-95 {
	font-size: 95%;
}

.font-90 {
	font-size: 90%;
}

.font-85 {
	font-size: 85%;
}

.font-80 {
	font-size: 80%;
}

tr.clickableRow {
	cursor: pointer;
}

.padding-top-bottom-1 {
	padding-top: 3px;
	padding-bottom: 3px;
}

.red {
	color: red;
}

.blue {
	color: blue;
}
/*label {
	font-size: 85%;
}*/
.input-min {
	font-size: 8pt;
	padding: 5px;
	height: 25px;
}

.div-min {
	height: 45px;
}

.label-min {
	font-size: 8pt;
	margin-bottom: 0px;
}

.btn-min {
	padding: 5px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
