/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl dd:nth-child(4n+2),
dl dt:nth-child(4n+1) {
	background: #f4f4f4;
	border-bottom: 1px solid #3c3c3c;
	border-top: 1px solid #3c3c3c;
}

dt {
	font-weight: bold;
	padding-left: 28px;
	vertical-align: top;
	width: 10em;
}
dd {
	margin-left: 12em;
	margin-top: -1.6em;
	vertical-align: top;
}
body{
	background-color: #fafafa;
}
h2{
	color: #3c3c3c;
}
table{
	background-color: #f5f5f5;
}
.modal, .modal-footer{
	background-color: #fafafa;
}
.marketing{
	text-align: center;
	background-color: #303030;
}
.marketing h2{font-size: 60px; line-height: 55px; color: #ffffff; background: none; margin-top: 6%; margin-left: 10%; margin-right: 10%; }
.marketing h3{color: #ffffff; background: none; margin-bottom: 4%;}
.vantagens{margin-top: 40px; margin-bottom: 20px; text-align: center;}
.vantagens img{ width: 60%;}
.vantagens p{font-size: 20px; line-height: 25px;}
.titleheader{
	background-color: #303030;
	display: block;
	text-align: center;
}
.cadastro{background-color: #f5f5f5;}
.cadastro input{width: 100%;height: 37px;}
.cadastro label{font-size: 20px}
.paging{background-color: inherit; margin-bottom: 20px; }

.pagina{
	color: #3c3c3c;
	margin-bottom: 30px;
	padding: 18px
}
.pagina h2{
	color: #3c3c3c;
}

.negociador .span4 img{
	padding-top: 18px
}
.top-buttons {
	position: absolute;
	right: 55px;
	top: 29px;
	display: block;
}
.login{
	text-align: center;
}
.menuprincipal{
	margin-top: 0px;
}
.act{
	margin-bottom: 20px;
}
.footermenu {
  list-style:none;
  font-weight: 300;
  text-align: left;
  background-color: inherit;
  margin-bottom: 10px;
  margin: 0 0 10px 0px;
  text-align: center;

}
.footermenu li {
  display: inline;
}
.footermenu li a {
  padding: 3px 6px;
  display: inline-block;
  color: #fafafa;
}
.footermenu li a:hover {
  background-color: #3c3c3c;
  color: #fafafa;
  text-decoration: none;
}
.redes {
  list-style:none;
  text-transform: uppercase;
  text-align: center;
  background-color: inherit;
  margin-bottom: 30px;
  margin: 0 0 10px 0px;
  padding-top: 5px;
}
.redes li {
  display: inline;
}
.redes li a {
  padding: 3px 6px;
  display: inline-block;
}
.redes li a:hover {
  background-color: inherit;
}
.btn {
  border: none;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
}
.btn:active,
.btn.active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn > [class^="fui-"] {
  margin: 0 1px;
  position: relative;
  line-height: 1;
  top: 1px;
}
.btn-primary{
	color: #ffffff;
	background-color: #3498db;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	border-color: none;
	filter: none;
}
.btn-primary:hover{
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-success{
	color: #fff;
	text-shadow: none;
	background-color: #5bb75b;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
}
.btn-success {
  color: #ffffff;
  background-color: #2ecc71;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #58d68d;
  border-color: #58d68d;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background: #27ad60;
}
.btn-warning {
  color: #ffffff;
  background-color: #f1c40f;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background: #cda70d;
}
.btn-inverse {
  color: #ffffff;
  background-color: #34495e;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
}
.btn-inverse:active,
.btn-inverse.active,
.open .dropdown-toggle.btn-inverse {
  background: #2c3e50;
}
.btn-default {
  color: #ffffff;
  background-color: #bdc3c7;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background: #a1a6a9;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background: #c44133;
}
.btn-info {
  color: #ffffff;
  background-color: #3498db;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
	filter: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background: #2c81ba;
}
.btn-row a{
	margin: 0px 6px;
	padding: 5px 5px 5px 5px;
	font-weight: normal;
}
.navbar-inner{
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #3c3c3c;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	border-radius: 0;
	filter: none;
	box-shadow: none;
}
.navbar .nav>li>a{
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
}
.navbar .nav>li>a:hover{
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	box-shadow: none;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus{
	color: #555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .brand{
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
}
.btcliente{
	margin-bottom: 20px;
	margin-left: 20px;
}
form {
	padding: 8px 15px;
	margin: 0 0 20px;
	list-style: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
fieldset legend {
	color: #3c3c3c;
	font-size: 160%;
	font-weight: bold;
}
form .input {
	color: #444;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display: inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom: 3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width: 98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float: left;
	width: auto;
	margin: 6px 0;
	padding: 0;
	line-height: 26px;
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline;
	font-size: 100%;
	width: auto;
	border: none;
}
form .submit input[type=submit] {
	background: #62af56;
	color: #fff;
	padding: 8px 10px;
}
form .submit input[type=submit]:hover {
	background: #5BA150;
}

/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	height: 30px;
}
#myModalAdd textarea{
	height: 300px;
}
.lembretes{
	background-color: red;
	margin-left: 4px;
	border-radius: 50%;
	padding: 3px 7px 4px 7px
}

.informacao{
	text-align: center;
}
.footer {
	background-color: #3c3c3c;
	color: #fff;
	clear: both;
	padding: 6px 10px;
	text-align: center;
	margin: 0 auto;
	text-align: center;
	padding: 10px 0 10px;
	margin-top: 20px;
}
.footer a, .footer a:hover{ color: #fff; }
@media (max-width: 1230px){
	.titleheader {
		margin-top: 100px !important;
	}
}
.menunegociador {
	background-color: #ccc;
	border-bottom: 1px solid #3c3c3c;

}
.menunegociador .navbar{
	margin-bottom: 0;
}
.menunegociador .navbar-inner{
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #ccc;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	border-radius: 4px;
	filter: none;
	box-shadow: none;
}
.menunegociador .navbar .nav>li>a{
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
}
.menunegociador .navbar .nav>li>a:hover{
	color: #3c3c3c;
	text-decoration: underline;
	text-shadow: none;
	background-image: none;
	background-repeat: no-repeat;
	filter: none;
	box-shadow: none;
}
.menunegociador .navbar .nav>.active>a, .menunegociador .navbar .nav>.active>a:hover, .menunegociador .navbar .nav>.active>a:focus{
	color: #555;
	text-decoration: none;
	background-color: #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.menunegociador .navbar .brand{
	color: #ffffff;
	text-decoration: none;
	text-shadow: none;
}

.opt-width{
	width: 50%
}
.modal-body{
	min-height: 500px;
}
.table thead th{
	text-transform: uppercase;
}
.date .select2-container {
	width: 32.0% !important;
}
.datetime .select2-container {
	width: 16% !important;
}
.min-height130 {
	min-height: 130px !important;
}
form .date {
	min-height: 75px;
}
form .input {
	min-height: 75px;
}

.span6{
	width: 47% !important;
}
.span4 {
	width: 30.3% !important;
}
.span3 {
	width: 22% !important;
}

.btn-menu{
	padding: 10px 15px 10px;
	color: #fff
}
.menu-ico{
	color: #fff;
	width: 20px;
	height: 20px;
}
.menu-left{
	background-color: #3c3c3c;
	color: #fff;
	width: 200px;
	height: 96vh;
	position: absolute;
	top: 40px;
	padding:20px;
	z-index: 998;
}
.menu-left ul{
	list-style: none;
}
.menu-left a{
	color: #fff;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu-left a:hover{
	color: #3c3c3c;
}
.menu-left i{
	color: #fff;
	margin-right: 5px;
}
#loading{
	background-color: #3c3c3c;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: absolute;
	font-size: 1.5em;
	text-align: center;
	padding-top: 10%;
	top: 0;
	z-index: 999;
}


/* Dashboard CSS
    -------------------------------------------------- */
.dash-row{
	display:flex;
}
.dash-box{
	display:flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	border: 1px solid #e3e3e3;
	margin: 1em;
	border-radius: 4px;
	height: 320px;
}
.dash-box h4{
	font-size: 1.2em;
	text-transform: uppercase;
}
.dash-box h4 a{
	color: #3c3c3c;
}
.dash-box .percent{
	font-weight: bold;
	padding-top: 10px;
}
.btn {
	text-shadow: none !important;
}
.modal-header p {
	font-size: 1.0rem;
	font-weight: bold;
}
#myModalAddLink textarea{
	height: 150px;
}

.less-margin [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}
/* FIM Dashboard CSS
    -------------------------------------------------- */




/* RESPONSIVE CSS
    -------------------------------------------------- */





    /* Desktop maiores
    @media (min-width: 1200px) { ... }*/

    /* tables em formato porta retrato até os desktos no formato paisagem */
    @media (min-width: 768px) and (max-width: 979px) {

    }

    /* dispositivo em paisagem até os tablets em formato porta-retrato
    @media (max-width: 767px) {
    tablet paisagem  */
    @media (min-width: 979px) and (max-width: 1024px) {

    }

    /* dispositivo no formato paisagem e abaixos
    smatphone retrato*/
    @media (max-width: 320px) {
		.footer {
			margin-right: 0;
			margin-left: 0;
		}
		body {
		    padding-left: 0px;
		    padding-right: 0px;
		}
		.marketing h2{font-size: 35px; line-height: 40px;  margin-top: 5%; margin-left: 10%; margin-right: 10%; }
		.marketing h3{font-size: 16px; margin-bottom: 4%;margin-left: 10%; margin-right: 10%;}
		.vantagens{margin-top: 40px; margin-bottom: 20px; text-align: center;}
		.vantagens img{ width: 60%;}
		.vantagens p{margin-bottom: 30px;}
		form {
		    padding: 8px 2px;
		}
		.login {
		    left: 0%;
		    max-width: 100%;
		    text-align: center;
		}
    }
        /* dispositivo no formato paisagem e abaixos
    smatphone paisagem*/
    @media (min-width: 321px) and (max-width: 767px) {
		.footer {
			margin-right: 0;
			margin-left: 0;
		}
		body {
		    padding-left: 0px;
		    padding-right: 0px;
		}
		.marketing h2{font-size: 35px; line-height: 40px;  margin-top: 5%; margin-left: 10%; margin-right: 10%; }
		.marketing h3{font-size: 16px; margin-bottom: 4%;margin-left: 10%; margin-right: 10%;}
		.vantagens{margin-top: 40px; margin-bottom: 20px; text-align: center;}
		.vantagens img{ width: 60%;}
		.vantagens p{margin-bottom: 30px;}
		form {
		    padding: 8px 2px;
		}
		.login {
		    left: 0%;
		    max-width: 100%;
		    text-align: center;
		}
    }
