@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
body{
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	color: #636b6f;
	background-color: #f5f8fa;
}
@media (min-width: 1200px){
	.navbar .container {
		width: 1170px;
	}
}
h3, .h3 {
	font-size: 24px;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 22px;
	margin-bottom: 11px;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}
h3{
	margin-top: 22px;
	margin-bottom: 22px;
}	

.marketing{
	text-align: center;
	background-image: url(../img/autonomoshero.jpg);
	min-height: 500px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;

}
.marketing h2{font-size: 60px; line-height: 55px; color: #ffffff; background: none; margin-top: 6%; margin-left: 10%; margin-right: 10%; }
.marketing h3{color: #303030; background: #fff; 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: #fafafa;	
	margin-top: 20px;
	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;
}
.top-buttons {
	position: absolute;
	right: 55px;
	top: 29px;
	display: block;
}
.login{
	max-width: 300px;
	left: 60%;
	text-align: center;
}
.menuprincipal{
	margin-bottom: 10px;
	background-color: #fff;
	border-color: #d3e0e9;
	border-width: 0 0 1px;
}
.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 .divider-vertical {
	height: 52px;
}
.navbar {
	background-color: #fff;
	border-bottom: 1px solid #d3e0e9;
}
.navbar-inner{
	min-height: 40px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #fff;
	background-image: none;
	background-repeat: no-repeat;
	border: none;
	border-radius: 4px;
	filter: none;
	box-shadow: none;
}
.navbar .nav>li>a {
	color: #a4aaae;
	text-decoration: none;
	text-shadow: none;
	padding: 16px 16px 16px;
}
.navbar .nav>li>a:hover{
	color: #555;
	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: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.navbar .brand{
	color: #a4aaae;
	text-decoration: none;
	text-shadow: none;	
}
.navbar .dropdown-menu > li > a {
	font-weight: 300;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.6;
	color: #636b6f;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover{
	color: #3c3c3c;
	background-color: transparent;
	box-shadow: none;
	background-image: none;
}
.btcliente{
	margin-bottom: 20px;
	margin-left: 20px;
}
form {
	padding: 5px 0px;
	margin: 0 0 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
	width: 98%;
}
fieldset legend {
	color: #3c3c3c;
	font-size: 160%;
	font-weight: bold;
}

form .input {
	color: #444;
	margin-top: 0px;
	margin-bottom: 0px;
}
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;
	text-decoration: none;
	text-shadow: 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;
	width: 100%;
}
textarea{
	width: 98%;
}
input[type="number"]{
	width: 93%;
}
input, textarea {
	clear: both;
	font-size: 100%;
	font-family: inherit;
}
.lembretes{
	background-color: red;
	margin-left: 4px;
	border-radius: 50%;
	padding: 3px 7px 4px 7px
}

.informacao{
	text-align: center;
}
.footer {
	background-color: transparent;
	color: #333;
	margin: 2%;
	text-align: center;
}
.footer a, .footer a:hover{ color: #333; }

#logo {
	font-family: "freescript", Cursive;
	font-size: 20px;
	color: #333;
}

.btn-row{
	width: 150px;
}
/** 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;
}

.home{
	background-color: transparent;
	background: url('../img/spark-bg.png');
	background-repeat: repeat;
	background-size: 300px 200px;
	height: 100%;
	margin: 0;
}
.home h1{
	background-color: transparent;
	margin: 0;
	text-align: center;
}
.formlogin{
	max-width: 365px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10%;
	padding-top: 10%;
}
.formlogin form{
	background-color: transparent;
	padding: 0;
	margin: 0;
	width: 100%;

}
.formlogin fieldset legend{
	color: #777;
	font-size: 200%;
	text-align: center;
}

.formlogin input{
	-webkit-font-smoothing: subpixel-antialiased;
	color: #636b6f;
	font-size: 19px;
	background: #FAFFC1;
	width: 97%;
}
.formlogin input[type=submit] {
	background: #62af56;
	color: #fff;
	padding: 8px 10px;
	width: 100% !important;
}
.btn-pago {
	height: 23px;
}
.panel {
	overflow: hidden;
}
.panel-default {
	border-color: #d3e0e9;
}
.panel {
	margin-bottom: 22px;
	background-color: #fff;
	border: 1px solid #d3e0e9;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
	color: #333333;
	background-color: #f5f5f5;
	border-color: #d3e0e9;
}
.panel-heading {
	font-size: 15px;
	font-weight: 400;
}
.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel-body {
	font-weight: 300;
	padding: 15px;
}
.brand img{
	width: 100px;
	height: auto;
}
form div {
	clear: none;
	margin-bottom: 0;
	padding: 0;
	vertical-align: text-top;
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.6;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccd0d2;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-group {
	margin-bottom: 15px;
}
.alert{
	margin-bottom: 0;
}
.date .select2-container {
	width: 32.4768% !important;
}
.modal-body{
	background-color: #f5f5f5;
}

@media (max-width: 1230px){
	.titleheader {
		margin-top: 100px !important;
	}	
}
.select2-container {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {

	line-height: 36px !important;
}
.select2-container--default .select2-selection--single {
	height: 40px !important;
}
.modal.fade.in {
	top: 5%;
}
.modal-body {
	position: relative;
	max-height: 600px;
	padding: 15px;
	overflow-y: auto;
}
.checkbox {
	min-height: 20px;
	padding-left: 20px;
	padding-top: 25px;
}
#loader{
	width: 30px;
	height: auto;
	margin-left: 30px;
	display: none;
}

.modal-ok{
    text-align: center;
}
.modal-ok i {
font-size: 50px;
color: aquamarine;
}
.nav-tabs>li>a {
	background-color: #eee;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	height: 40px;
}
a{
	cursor: pointer;
}
#products-table .actions{
	padding-top: 35px;
}
#products-table input{
	width: 90%;
}
.add-venda i{
	margin-top: 3px;
}
.bootbox .modal-dialog {
	width: 562px; /* New width for default modal */
	left: 0;
	margin-left: 0px;
}

@media screen and (min-width: 768px) {
	.modal-dialog {
	  width: 700px; /* New width for default modal */
	  left: 50%;
	  margin-left: -350px;
	}
	.modal-sm {
	  width: 350px; /* New width for small modal */
	  left: 50%;
	  margin-left: -175px;
	}
}
@media screen and (min-width: 992px) {
	.modal-lg {
	  width: 950px; /* New width for large modal */
	  left: 50%;
	  margin-left: -475px;
	}
	.bootbox .modal-dialog {
		width: 100%;
		left: 0;
		margin-left: 0px;
	}
}
/* 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;
		}
    }
