/* CSS Document */
body {
	color:#58585a;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.3em;
	line-height:1.8em;
	margin: 0px;
/*	background-color:#2382c4; */
}
h1 {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.8em;
	line-height:1.5em;
}
h2 {
	color: #2382c4;
	font-size:1.6em;
	font-weight:bold;
}
.container {
	max-width:1200px;
	background-color:white;
}
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.busca {
	background-color: #ededed;
	padding:20px;	
	margin-bottom:10px;
	vertical-align:baseline;
}

.footer {
	background-color:#666;
	font-weight:bold;
	color:white;
	text-align:center;
	padding:10px;
}
input, select, textarea {
	border-radius: 4px;
	border: solid thin #999;
	padding:5px;
	margin-bottom:10px;
}
button {
	border-radius: 6px;
	border: solid thin #426c8f;
	padding:5px 15px 5px 15px;
	background-color:#b7ccde;
	color:#426c8f;
	text-transform:uppercase;
}
button .fa {
	color:inherit;
	font-size:1.2em;
	margin-right:6px;
}
button:hover {
	background-color:#426c8f;
	color:white;
}
h4.alerta {
	background-color:#900;
	color:white; 
	text-align:center;
	padding:10px;
}


.navbar {
	background-color:white;
}
.nav {
	margin-top:50px;
	margin-left:100px;
	text-align:center;
}
.titulo {
	background-image: url(../images/top2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-bottom:20px;
	color:#2382c4;
	font-weight:bold;
	font-size:1.2em;
}


a.active {
	font-weight: bold;
	color:white !important;
	background-color:#2382c4;
}
.fa {
	color:#2382c4;
}

.home .col-md-3 {
	text-align:center;
}
.home button {
	font-weight:bold;
	width:60%;
	height:70px;
	margin-top:20px;
	box-shadow: 0px 0px 8px 3px #CCCCCC;
	line-height:1.2em;
}
.rowtitle {
	font-weight:bold;
	background-color:#06C;
	color:white;
}
.fa-trash {
	cursor:pointer;
}
.fa-trash:hover, .fa-flask:hover, .fa-trash-o:hover {
	color:#F33;
}
.row0{
	background-color:#eee !important;
}
.rowover {
	cursor:pointer;
}
.rowover:hover{
	background-color:#2382c4;
	color:white;
}

.formc td {
	padding:10px;
}
.formc input {
	border:none;
	border-bottom: solid thin;
}
.formc button {
	width:100%;
	background-color:#58585a;
	color:white;
	text-align:center;
	padding:10px;
	border:0;
	font-size:1.5em;
}
.alerta {
	font-weight:bold;
	color: red;
}

.voltar {
	margin-top:20px;
	padding-top:10px;
	border-top:thin solid #EEE;
	text-align:center;
}

.ui-draggable, .ui-droppable {
	background-position: top;
}

@media (max-width: 767px) {

.navbar-collapse a.active {
	color:white;
	font-weight:bold;
}
.navbar-toggle {
	margin-top:50px;
	background-color:#cccccc;
}
.navbar-toggle .icon-bar {
	background-color:white;
}
.nav {
	margin-left:0px;
	margin-top:80px;
}

.texto {
	padding:0px;
}


.container {
	padding:0px;
}
}


@media print {
body {
	font-size:13px !important;
	font-family: 'PT Sans Narrow', sans-serif;
}
a[href]:after {
    content: none !important;
  }
.busca {
	display:none !important;
}
h4 {
	margin-left:50px !important;
}
.rowprint {
	line-height:14px !important;
	padding-right:0px !important;
	padding-left:0px !important;
}
.row0{
	background-color:#eee !important;
	-webkit-print-color-adjust: exact; 
}
.row {
	margin:0px; 
	padding-top:1px !important;
	padding-bottom:1px !important;
	padding-right:-10px !important;
	padding-left:0px !important;
}
.col-sm-6 {
	display:inline-table;
	width:360px !important;
	vertical-align:top !important;
	margin:-10px !important;
/*	white-space: nowrap; */
}
.col-md-6 {
	padding:0px !important;
	display:inline-table;
	width:180px !important;
	padding-left:10px !important;
	margin:0px;
}
.col-md-2 {
	padding:0px !important;
	width:55px !important;
	display:inline-table;
	text-align:right;
	padding-right:0px;
	margin:0px;
}
.col-md-3 {
	padding:0px !important;
	width:70px !important;
	display:inline-table;
	text-align:right;
	padding-right:-10px !important;
	margin-right:-5px !important;
	margin:0px;
}
button {display:none;}
.menu {
	font-family: 'PT Sans Narrow', sans-serif;
	display:none;
}
}

