* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 0 !important;
  font-size: 13px;
  list-style: none;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

section,
header,
footer,
nav {
  float: left;
  width: 100%;
  display: block;
}


.add-type {
  border: #aaa69c 1px solid;
  width: 100% !important;
}

.add-type strong {
  float: left;
  margin-right: 30px;
  font-weight: normal;
  margin-left: 5px;
  color: #666;
}

.add-type input {
  float: left;
}

.fulldiv {
  float: left;
  width: 100%;
  padding: 10px 0;
}

.filter-type {
  float: left;
  width: 280px;
  padding: 10px;
  background: #fff;
}

.filter-type strong {
  display: inline-block;
  margin: 0 20px 0 5px;
}

.errortype {
  border: #f00 1px solid;
}

.errortype span {
  float: left;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.p-error {
  color: red;
  font-size: 11px;
  text-align: center;
  float: left;
  width: 100%;
  padding-top: 12px;
}

.p-error-li {
  border: none !important;
  margin: 1 !important;
  padding: 0% !important;
}

.p-error-li li {
  color: red !important;
  font-size: 11px !important;
  text-align: center !important;
  float: left !important;
  width: 100% !important;
  padding-top: 12px !important;
  text-transform: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
}

#main a,
.panel-content a {
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.red,
.red strong,
.red span {
  color: #903 !important;
}

.green,
.green strong,
.green span {
  color: #693 !important;
}

h2.ambiente-title {
  float: left;
  width: 100%;
  padding: 15px 0;
  position: relative;
  background: #333;
  text-indent: 10px;
  color: #fff;
  font-size: 20px;
}

h2.ambiente-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ccc;
  left: 0;
  bottom: -3px;
}

.button {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-position: -126px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 2px 6px 2px 30px;
  border: #a5a39d 2px solid;
  color: #a5a39d;
}

.button:hover {
  color: #fff;
  background-position: left !important;
}

.action-5-large {
  background-image: url(../../img/action-5-large.png) !important;
  background-position: -140px !important;
}

.action-1 {
  border-color: #693;
  color: #693;
  background-image: url(../../img/action-1.png);
}

.action-2 {
  background-image: url(../../img/action-2.png);
}

.action-3 {
  background-image: url(../../img/action-3.png);
}

.action-3b {
  background-image: url(../../img/action-3b.png);
  background-position: -196px;
}

.action-4 {
  border-color: #903;
  color: #903;
  background-image: url(../../img/action-4.png);
}

.action-5 {
  border-color: #333;
  color: #333;
  background-image: url(../../img/action-5.png);
  padding: 3px 6px 3px 35px;
  background-position: -120px;
  font-size: 16px;
}

.action-6 {
  border-color: #333;
  color: #333;
  background-image: url(../../img/action-6.png);
}

.action-7 {
  border-color: #903;
  color: #903;
  background-image: url(../../img/action-7.png);
}

.action-8 {
  background-image: url(../../img/action-8.png);
}

.action-9 {
  border-color: #333;
  color: #333;
  background-image: url(../../img/action-9.png);
}

.actions a {
  margin: 3px 0px;
}

.excel-group {
  border-color: #a5a39d;
  color: #a5a39d;
  background-image: url(../../img/anexo-hover.png);
}

#allcoments {
  float: left;
  width: 100%;
}

.status {
  display: inline-block;
  border: #ccc 2px solid;
  color: #ccc;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1px 6px;
  font-family: "Oswald", sans-serif;
}

.status-pre {
  display: inline-block;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  padding: 6px 6px;
}

.status-1 {
  border-color: #693;
  color: #693;
}

.status-2 {
  border-color: #903;
  color: #903;
}

.status-4 {
  border-color: #DAA520;
  color: #DAA520;
}

.main-logo {
  float: left;
  width: 100%;
  background: #000;
  text-align: center;
  padding: 10px 0;
}

.main-logo img {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  height: auto;
}

header {
  float: left;
  width: 100%;
  height: 80px;
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 3000;
}

header img {
  float: left;
  margin: 10px 0 0 10px;
  width: 220px;
  height: auto;
}

header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 80px;
  /* height: 3px; */
  width: 100%;
  float: left;
  background: rgba(0, 0, 0, 0.2);
}

header .right {
  float: right;
  padding: 24px 20px 0 0;
}

header .right nav {
  float: left;
  width: auto;
  margin-right: 20px;
}

header .right ul {
  float: left;
}

header .right ul li {
  float: left;
  margin-right: 5px;
  position: relative;
  height: 50px;
}

header .right ul dl {
  float: left;
  z-index: 1000;
  width: 150px;
  display: none;
  padding: 5px;
  margin-top: 40px;
  background: #000;
  position: absolute;
}

header .right ul dt {
  float: left;
  width: 100%;
}

header .right ul li.dropdown:hover dl {
  display: block;
}

header .right ul li a {
  float: left;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding: 7px 10px;
}

header .right ul li.menu-logout {
  display: none;
}

header .right ul li a:hover {
  background: #333;
}

header .right .logout {
  float: right;
  background-position: -170px;
  background-repeat: no-repeat;
  background-image: url(../../img/logout.png);
  padding: 5px 10px 5px 40px;
  border: #fff 2px solid;
  color: #fff;
  font-weight: 400;
}

header .right .logout:hover {
  background-position: left;
  color: #000;
}

.menu-mobile {
  float: left;
  background: #999;
  padding: 10px;
  display: none;
}

.menu-mobile a {
  float: left;
  width: 30px;
  height: 30px;
  position: relative;
  background: #fff url(../../img/menu.png) no-repeat center;
  border-bottom: #ccc 4px solid;
  overflow: hidden;
  text-indent: -999px;
  box-shadow: 3px 3px 0 #888;
}



header .right nav .clicked,
.menu-mobile a:hover {
  border-bottom: #ccc 2px solid;
  margin-top: 2px;
}

.scroll-left {
  float: left;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  padding-right: 10px;
}

.scroll-left .inner {
  border-bottom: 100px #c9c7c0 solid !important;
}

.side-left {
  width: 25%;
  float: left;
  background: #c9c7c0;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 80px;
}

.input-line {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.side-left input[type="text"] {
  height: 20px;
  padding: 2px 2%;
  float: left;
  width: 64%;
  background: #fff;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.side-left .select {
  height: 28px;
  overflow: hidden;
  float: left;
  width: 64%;
  background: #fff url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.side-left .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 28px;
  line-height: 20px;
  width: 100%;
  background: none;
  padding: 5px 6%;
}

.side-left input[type="text"].size-1 {
  width: 20%;
}

.side-left label {
  float: left;
  width: 30%;
  text-align: right;
  padding-right: 2%;
  text-transform: uppercase;
  color: #333;
  font-size: 10px;
  padding-top: 5px;
}

.side-left label.between {
  width: auto;
  padding-left: 2%;
}

.side-left .inner {
  float: left;
  width: 100%;
  padding: 6px 5px 0 5px;
  box-sizing: border-box;
}

.side-left .heading {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.side-left h1 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 18px;
  float: left;
}

.side-left .heading .button {
  float: right;
}

.clear-button {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.clear-button a {
  font-family: "Oswald", sans-serif;
  float: right;
  font-weight: 400;
  font-size: 12px;
  border: #903 2px solid;
  background: #fff;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #903;
}

.clear-button a:hover {
  background: #903;
  color: #fff;
}

.checkbox-box {
  float: left;
  width: 68%;
}

.checkbox-box div {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.checkbox-box div label {
  float: left;
  width: auto;
  text-align: left;
  padding: 4px 0 0 5px;
}

.checkbox-box div input {
  float: left;
}

.checkbox-box div input[type="checkbox"] {
  float: left;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  border: none;
  height: 20px;
  background: #fff;
}

.checkbox-box div input[type="checkbox"]:checked {
  background: #fff url(../../img/checked.png) no-repeat center;
}

.action-line {
  float: left;
  width: 100%;
}

.action-line input {
  float: right;
  color: #333;
  border: #333 2px solid;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.action-line input:hover {
  background: #333;
  color: #fff;
}

.action-line a {
  color: #cc3300;
  text-decoration: underline;
  position: relative;
  top: 20px;
}

.subgroup-about {
  border-top: #aaa69c 1px solid;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

.subgroup-about p {
  float: left;
  width: 100%;
  color: #000;
  margin-bottom: 20px;
}

.subgroup-about p strong {
  color: #000;
}

.basic-box {
  border-top: #aaa69c 1px solid;
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

.basic-box strong {
  float: left;
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
  padding: 4px 5px 0 0;
}

.filter-result {
  float: left;
  width: 100%;
}

.filter-result div {
  float: left;
  width: 99%;
  border: #aaa69c 1px solid;
  margin-bottom: 2px;
}

.filter-result div strong {
  min-width: 145px;
  width: 30%;
  overflow: hidden;
  padding: 6px 2%;
  float: left;
  background: #aaa69c;
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
  text-align: right;
  font-size: 10px;
}

.filter-result div a {
  float: right;
  width: 60%;
  padding: 5px 4% 5px 2%;
  font-size: 11px;
  color: #333;
  background-position: right -5px -5px;
  background-repeat: no-repeat;
  background-image: url(../../img/remove.png);
}

.filter-result div a:hover {
  background-position: right bottom;
  color: #903;
}

.btn-remove{
  float: right;
  width: 13px !important;
  padding: 5px !important;
  font-size: 11px !important;
  color: #333 !important;
  background-position: right top !important;
  background-repeat: no-repeat !important;
  background-image: url(../../img/remove.png) !important;
}

.btn-remove:hover{
  background-position: right bottom !important;
  color: #903 !important ;
}

.basic-actions {
  float: left;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
  border-top: #aaa69c 1px solid;
}

.basic-actions h2 {
  float: left;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  line-height: none !important;
}

.basic-actions a {
  float: right !important;
}

.edit-version div a {
  float: right;
  width: 60%;
  padding: 5px 4% 5px 2%;
  font-size: 11px;
  color: #333;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../../img/edit.png);
  background-size: 24px auto;
}

.edit-version div a:hover {
  background-position: right bottom;
  color: #000;
}

.edit-version {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.side-left h2 {
  font-family: "Oswald", sans-serif;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  float: left;
}

.side-left h3 {
  font-family: "Oswald", sans-serif;
  padding: 4px 0 0 10px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 15px;
  float: left;
}

.orderby {
  float: left;
  width: 100%;
  padding-top: 10px;
}

.orderby .type {
  float: left;
  width: 33%;
}

.orderby .type label {
  float: left;
  text-align: left;
  padding: 0;
  width: 100%;
  margin: 0 0 5px 0;
}

.orderby .type .select {
  width: 90%;
}

.side-right {
  width: 75%;
  float: right;
  background: #fff;
  padding-top: 80px;
}

.user-view .side-right,
.user-view .side-left {
  padding-top: 0;
  top: 0;
}

.acao-side-right {
  display: block;
  float: left;
  width: 100%;
  padding-top: 7px;
  padding-bottom: 7px;
  background: #c9c7c0;
}

.acao-side-right{
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  background-color: #fff;
}

.acao-side-right a:last-child{
  margin: 0 12px 0 0;
}

.breadcrumb{
  float: left;
  width: 100%;
  padding: 12px 0;
}

.breadcrumb ul{
  display: flex;
  gap: 6px;
  padding: 0px 8px;
}

.breadcrumb ul li a{
  color: #70963f;
}

.breadcrumb ul li, .breadcrumb ul li a {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  padding-right: 8px;
}

.list {
  float: left;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.list th {
  background: #eaeaea;
  padding: 16px 8px;
  font-size: 12px !important;
  color: #333;
  text-align: left;
}

.list th a {
  color: #333;
  font-size: 11px;
}

.list td {
  border-bottom: #ccc 1px solid;
  padding: 10px 5px;
  font-size: 12px !important;
}

.list td strong {
  color: #333;
}

.list td strong a {
  font-size: 15px;
  color: #333;
}

.list td.right {
  text-align: right;
}

.list td a {
  margin-bottom: 3px;
}

.action-link {
  background: #cc3333;
  margin: 0;
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
}

.action-link-ativ {
  background: #669933;
  margin: 0;
  display: inline-block;
  padding: 3px 6px;
  color: #fff;
}

.action-link:hover {
  background: #700025;
}

.action-link-ativ:hover {
  background: #4a7025;
}

.side-left .top-detail,
.side-left .value,
.side-left .actions,
.side-left .info,
.side-left .main-actions {
  float: left;
  width: 100%;
  border-bottom: #aaa69c 1px solid;
  padding: 8px 0;
}

.side-left .main-actions {
  border: none;
}

.side-left .info {
  border: none;
}

.fbinfos {
  float: left;
  width: 100%;
  border-bottom: #aaa69c 1px solid;
  padding: 5px 0;
}

.fbinfos p {
  line-height: 15px;
  margin: 15px 0 !important;
  font-size: 12px;
  color: #333;
}

.fbinfos p strong {
  color: #333;
  font-size: 12px;
}

.fbtop-detail {
  float: left;
  width: 100%;
  border-bottom: #aaa69c 1px solid;
  padding: 5px 0;
}

.fbtop-detail div {
  float: right;
}

.fbtop-detail div strong {
  float: right;
  padding: 5px 10px;
  font-weight: normal;
}

.fbtop-detail div span {
  display: inline-block;
  float: left;
  padding: 5px 10px;
  background: #693;
  color: #fff;
}

.fbtop-detail div span.statusic-2 {
  background: #903;
}

.fbtop-detail div span.statusic-3 {
  background: #666;
}

.side-left .top-detail .select {
  float: right;
  width: 40%;
}

.side-left .value p {
  color: #333;
}

.side-left .value span {
  color: #333;
  text-transform: uppercase;
  font-size: 11px;
}

.side-left .value strong {
  color: #333;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

.side-left .info p {
  color: #333;
}

.side-left .info p a {
  color: #933;
  text-decoration: underline;
}

.side-left .top-detail h1 {
  float: left;
}

.side-left .top-detail p {
  float: right;
  color: #333;
  position: relative;
  top: 3px;
}

.side-left .main-actions a {
  float: left;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  background: #fff;
  color: #333;
  padding: 5px 10px;
  border: #333 2px solid;
  text-transform: uppercase;
}

.side-left .main-actions a.item-1 {
  border-color: #693;
  color: #693;
  margin-right: 10px;
}

.side-left .main-actions a.item-1:hover {
  background: #693;
  color: #fff;
}

.side-left .main-actions a.item-2 {
  border-color: #903;
  color: #903;
}

.side-left .main-actions a.item-2:hover {
  background: #903;
  color: #fff;
}

.simple-indicators {
  float: left;
  width: 100%;
  background: #eaeaea;
}

.simple-indicators li {
  float: left;
  width: 15%;
  min-height: 80px;
  padding: 2%;
  border-left: #ccc 1px solid;
  text-align: center;
}

.simple-indicators li:first-child {
  border: none;
}

.simple-indicators li strong {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #333;
}

.simple-indicators li em {
  float: left;
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  position: relative;
  top: -4px;
  color: #333;
}

.simple-indicators li span {
  font-size: 11px;
  color: #333;
}

.budget-item {
  float: left;
  width: 96%;
  padding: 2%;
  background-color: #f3f3f4;
}

.budget-item h2 {
  float: left;
  width: auto !important;
  margin: 0px;
  padding: 3px 0;
  text-transform: capitalize;
}

.budget-item p {
  /* margin-bottom: 10px; */
  width: 100%;
  float: left;
  word-break: break-word;
}

.budget-item h2 span {
  float: left;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 5px 10px;
  color: #333;
  text-transform: uppercase;
  border: #333 2px solid;
}

.budget-item h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  float: left;
  position: relative;
  left: 5px;
  top: 6px;
}

.budget-item ul {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.budget-item ul li {
  float: left;
  width: 180px;
  margin-right: 10px;
}

.budget-item ul li span {
  font-size: 11px;
}

.budget-item ul li img {
  box-shadow: 3px 3px 0 #ccc;
}

.comments-container {
  background: #aaa69c;
  padding: 5%;
  width: 90%;
  float: left;
}

.comments-container h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}

.message {
  float: left;
  width: 90%;
  padding: 1%;
  background: #fff;
  margin-top: 10px;
  box-shadow: 3px 3px 0 #949087;
}

.message p {
  margin-bottom: 15px;
}

.message p.title {
  float: left;
  width: 100%;
  border-bottom: #b4b4b4 1px solid;
  padding: 6px 0;
  font-weight: bold;
  color: #333333;
}

.message a.reply {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #333;
  padding: 4px 8px;
  border: #333 2px solid;
  text-transform: uppercase;
}

.message a.reply:hover {
  background: #333;
  color: #fff;
}

.comments-container .user {
  background: #ffc;
}

.comments-container .log {
  background: #e1eedb;
}

.comments-container .user p.title {
  float: left;
  width: 100%;
  border-bottom: #c8c8a2 1px solid;
}

.text-area-comment label {
  padding: 6px 0;
  font-weight: bold;
  color: #333333;
}

.text-area-comment textarea {
  width: 98% !important;
  height: 60px !important;
  padding: 1% !important;
  border-radius: 3px !important;
}

.input-comment-container label {
  margin-bottom: 0px !important;
}

.input-comment-container {
  width: 100% !important;
  padding: 10px 0;
  gap: 8px;
  flex-direction: row;
  flex-wrap: wrap;
}

.input-comment-container input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px;
  border: 1px solid #ddd;
  height: 15px;
  background: #fff;
}

.input-comment-container input[type="checkbox"]:checked {
  background: #fff url(../../img/checked.png) no-repeat center;
}

.comments-container .pre-orcamento {
  background: #ffffff6e;
}

.filter-comments {
  width: 412px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 3px !important;
  align-items: center;
}

.filter-comments #flcomentlab {
  margin-top: 0px !important;
}

.filter-comments div {
  display: flex;
}

.anexos-container .btn-envio {
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.anexos-container .btn-envio a {
  padding: 8px;
  border: 2px solid #333;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}

.no-attachment {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
}

.no-attachment strong {
  color: #333;
}

.no-attachment span,
.no-attachment strong {
  text-align: center;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
}

.btn-envio a:hover {
  background-color: #333;
  color: #fff;
}

.anexos-container {
  background: #eaeaea;
  width: 100%;
  min-height: auto;
  float: left;
}

.anexos-container .anexos-list {
  padding: 2%;
  background: #e1eedb;
}

.anexos-container .familia-list {
  background: #f3f3f4;
}

.anexos-container .anexos-list p {
  margin-bottom: 12px;
  border-bottom: 1px solid #ddd;
  padding: 3px;
}

.anexos-container .anexos-list p strong {
  color: #333;
}

.anexos-container .anexos-list ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.anexos-container .anexos-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px;
}

.anexos-container .anexos-list li a {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-family: "Oswald", sans-serif;
  color: #333;
}

.anexos-container h2 {
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 0px;
  background: #666464;
  color: #fff;
  font-size: 20px;
  margin-top: 3px;
  text-align: center;
}

.anexos-container form {
  background: #fff;
  padding: 2%;
  display: flex;
  flex-direction: column;
  /* box-shadow: 4px 4px 0 #71706d; */
}

.anexos-container .uploader-content {
  margin-bottom: 0px;
}

.anexos-container .uploader-content {
  background-color: #fff !important;
}

.anexos-container form label {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 2%;
  border-bottom: #ccc 1px solid;
  padding: 6px 0;
  font-weight: bold;
  color: #333333;
}

.anexos-container form ul {
  float: left;
  width: 96%;
  border: #903 2px solid;
  margin: 0;
  padding: 2%;
  margin-bottom: 20px;
}

.anexos-container form ul li {
  color: #903;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0;
}

.anexos-container form .input-line {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.anexos-container form input[type="text"],
.anexos-container form textarea,
.anexos-container form input[type="password"] {
  height: 24px;
  padding: 5px 2%;
  float: left;
  width: 64%;
  background: #fff;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.anexos-container form .select {
  height: 24px;
  padding: 5px 2%;
  overflow: hidden;
  float: left;
  width: 64%;
  background: #fff url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.anexos-container form .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  line-height: 24px;
  width: 130%;
  background: none;
}

.anexos-container form input[type="text"].size-1 {
  width: 20%;
}

.anexos-container form em {
  display: inline-block;
  border: #903 2px solid;
  font-weight: bold;
  text-indent: 1px;
  line-height: 20px;
  color: #903;
  margin-left: 5px;
  border-radius: 100px !important;
  height: 12px;
  width: 12px;
  font-size: 20px;
}

.anexos-container form textarea {
  height: 50px;
}

.anexos-container form span {
  float: left;
  width: 68%;
  margin-left: 22%;
  background: #903;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

/*
.comments-container .response-1{ margin-left:0; }
.comments-container .response-2{ margin-left:5%; }
.comments-container .response-3{ margin-left:10%; }
.comments-container .response-4{ margin-left:15%; }
.comments-container .response-5{ margin-left:20%; }
.comments-container .response-6{ margin-left:25%; }
*/

.bottom-new {
  float: left;
  width: 100%;
  margin: 20px 0;
}

.bottom-new a.show-form-message {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
  border: #333 2px solid;
  text-transform: uppercase;
}

.bottom-new a.show-form-message:hover {
  background: #333;
  color: #fff;
}

.add-comment {
  float: left;
  width: 100%;
}

.add-comment div {
  float: left;
  width: 100%;
}

.add-comment textarea {
  float: left;
  width: 50%;
  padding: 10px;
  height: 100px;
  background: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.add-comment a {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  background: #333;
}

.dashboard-1 {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.dashboard-1a {
  float: right;
}

.dashboard-1a .right {
  float: right;
  background: #c9c7c0;
  height: 70px;
}

.dashboard-1a .right form {
  float: left;
}

.dashboard-1a .filter-item {
  float: left;
  padding-top: 18px;
  margin-left: 3px;
  width: 135px;
}

.dashboard-1a .first-item {
  width: 270px;
}

.dashboard-1a .filter-item label {
  float: left;
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
  padding: 12px 5px 0 10px;
}

.dashboard-1a .filter-item .select {
  height: 24px;
  padding: 5px 2%;
  overflow: hidden;
  float: left;
  width: 150px;
  background: #fff url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.dashboard-1a .filter-item .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  line-height: 24px;
  width: 130%;
  background: none;
}

.dashboard-1a .filter-item input[type="text"] {
  height: 24px;
  padding: 5px;
  float: left;
  width: 70px;
  background: #fff;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.dashboard-1a .left {
  float: left;
  background: #8b8985;
  padding: 0 10px;
  height: 70px;
}

.dashboard-1a .left a {
  float: left;
  padding: 14px 10px 10px 50px;
  margin-top: 10px;
  background-image: url(../../img/finance.png);
  background-position: left;
  background-repeat: no-repeat;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.dashboard-1a .left a.dashboard {
  background-image: url(../../img/dashboard.png);
}

.dashboard-1a .left a strong {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

.dashboard-1a .left a:hover {
  background-color: #71706d;
}

.dashboard-1b {
  float: left;
  text-align: center;
  position: relative;
}

.dashboard-1b span {
  color: #333;
  display: inline-block;
  margin: 20px 15px 0 15px;
  text-align: center;
}

.dashboard-1b strong {
  color: #333;
}

.dashboard-1b a {
  float: right;
  position: absolute;
  right: -20px;
  top: 20px;
  width: 22px;
  height: 22px;
}

.dashboard-1b a .ico {
  float: left;
  width: 22px;
  height: 22px;
  background: #333;
  text-align: center;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  border-radius: 100px !important;
}

.dashboard-1b a .inf {
  position: absolute;
  display: none;
  background: #333;
  font-size: 11px;
  width: 100px;
  padding: 5px;
  left: -115px;
  top: -8px;
  font-style: normal;
  color: #fff;
}

.dashboard-1b a .inf:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -6px;
  top: 14px;
  border-left: 10px solid #333;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.dashboard-1b a:hover .inf {
  display: block;
}

.dashboard-2 {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: #ccc 1px solid;
  border-top: #ccc 1px solid;
}

.dashboard-2 ul {
  float: left;
  width: 100%;
}

.dashboard-2 ul li {
  float: left;
  width: 12%;
  padding: 0 1%;
  border-left: #ccc 1px solid;
}

.dashboard-2 ul li:first-child {
  border: none;
}

.dashboard-2 ul li strong {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
}

.dashboard-2 ul li span {
  color: #333;
  text-transform: uppercase;
  font-size: 12px;
  position: relative;
  top: -5px;
}

.report-list {
  float: left;
  width: 96%;
  padding: 20px 2%;
  border-bottom: #ccc 1px solid;
}

.report-list .info {
  width: 48%;
  float: left;
}

.report-list .info h3 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.report-list .info h3 span,
.report-list .info h3 a.title {
  float: left;
  font-family: "Oswald", sans-serif;
  padding: 3px 8px;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  text-transform: uppercase;
  border: #333 2px solid;
}

.report-list .info h3 a.title:hover {
  background: #333;
  color: #fff;
}

.report-list .values {
  float: left;
  width: 100%;
}

.report-list .values div {
  float: left;
  padding: 5px 10px;
  border-left: #eaeaea 1px solid;
  width: 75px;
}

.report-list .values div strong {
  font-family: "Oswald", sans-serif;
  color: #9a978e;
  font-size: 14px;
  font-weight: 400;
}

.report-list .values div span {
  text-transform: uppercase;
  font-size: 11px;
  color: #9a978e;
}

.report-list .chart-percent {
  float: right;
  width: 50%;
}

.chart-percent .columns {
  float: left;
  min-width: 90px !important;
}

.costumer-value {
  float: left;
  width: 100%;
}

.costumer-value em {
  float: left;
  font-family: "Oswald", sans-serif;
  width: 40px;
  position: relative;
  top: 5px;
  height: 40px;
  line-height: 40px;
  font-style: normal;
  text-align: center;
  border-radius: 100px !important;
  font-weight: 400;
  font-size: 17px;
  color: #9a978e;
  text-transform: uppercase;
  border: #9a978e 2px solid;
}

.costumer-value div {
  float: left;
  padding: 5px 10px;
  border-left: #eaeaea 1px solid;
  margin-left: 10px;
}

.costumer-value div strong {
  font-family: "Oswald", sans-serif;
  color: #9a978e;
  font-size: 22px;
  font-weight: 400;
}

.costumer-value div span {
  text-transform: uppercase;
  font-size: 11px;
  color: #9a978e;
}

.chart-percent .columns h4 {
  float: left;
  width: 100%;
  margin-bottom: 5px;
  border-left: #ccc 1px solid;
  border-bottom: #ccc 10px solid;
  color: #ccc;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-indent: 10px;
  padding: 10px 0;
}

.chart-percent .column-1 h4 {
  border-color: #693;
  color: #693;
}

.chart-percent .column-2 h4 {
  border-color: #933;
  color: #933;
}

.chart-percent .columns strong {
  text-transform: uppercase;
  letter-spacing: -1px;
  float: left;
  width: 100%;
  font-size: 11px;
  color: #ccc;
  white-space: nowrap;
}

.chart-percent .columns span {
  border: #ccc 2px solid;
  letter-spacing: -1px;
  display: inline-block;
  padding: 2px 5px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  color: #ccc;
}

.chart-percent .column-1 strong {
  color: #693;
}

.chart-percent .column-1 span {
  color: #693;
  border-color: #693;
}

.chart-percent .column-2 strong {
  color: #933;
}

.chart-percent .column-2 span {
  color: #933;
  border-color: #933;
}

.dashboard-3 {
  float: left;
  width: 96%;
  padding: 20px 2%;
}

.dashboard-3 h2 {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.dashboard-3 .left {
  width: 30%;
  height: 300px;
  background: #fff;
  float: left;
}

.chart-line {
  float: right;
  width: 68%;
}

.chart-line .column {
  float: left;
  min-width: 90px !important;
}

.chart-line .column-1 {}

.chart-line .column-2 {
  padding-top: 60px;
}

.chart-line .column-3 {
  padding-top: 120px;
}

.chart-line .column div {
  float: left;
  margin-bottom: 5px;
  width: 100%;
  height: 30px;
  padding: 15px 0;
  text-indent: 15px;
  background: #ccc;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 20px;
}

.chart-line .column-1 div {
  background: #693;
}

.chart-line .column-2 div {
  background: #933;
}

.chart-line .column strong {
  text-transform: uppercase;
  letter-spacing: -1px;
  float: left;
  width: 100%;
  font-size: 11px;
  color: #ccc;
  white-space: nowrap;
}

.chart-line .column span {
  border: #ccc 2px solid;
  display: inline-block;
  padding: 2px 5px;
  letter-spacing: -1px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 11px;
  color: #ccc;
}

.chart-line .column-1 strong {
  color: #693;
}

.chart-line .column-1 span {
  color: #693;
  border-color: #693;
}

.chart-line .column-2 strong {
  color: #933;
}

.chart-line .column-2 span {
  color: #933;
  border-color: #933;
}

.side-left .chart-line {
  float: left;
  width: 100%;
}

.side-left .chart-line .column-3 div {
  background: #fff;
  color: #797773;
}

.side-left .chart-line .column-3 strong {
  color: #797773;
}

.side-left .chart-line .column-3 span {
  color: #797773;
  border-color: #797773;
}

.dashboard-4 {
  float: left;
  width: 100%;
}

.dashboard-4 .heading {
  float: left;
  width: 96%;
  padding: 16px 2%;
  background: #c9c7c0;
}

.dashboard-4 .heading h2 {
  float: left;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}

.dashboard-4 .heading .button {
  float: right;
}

.dashboard-4 .heading .select {
  height: 24px;
  padding: 2px;
  margin-left: 10px;
  overflow: hidden;
  float: left;
  width: 100px;
  background: #fff url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.dashboard-4 .heading .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  line-height: 24px;
  width: 130%;
  background: none;
}

.status-budgets {
  float: left;
  width: 100%;
  padding-top: 10px;
  border-top: #aaa69c 1px solid;
  margin-top: 10px;
}

.status-budgets .google-chart {
  float: left;
  width: 100%;
  height: 200px;
}

.status-budgets h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: #333;
}

.main-title {
  float: left;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #aaa69c 1px solid;
}

.main-title h2 {
  float: left;
}

.main-title a {
  float: right;
}

.about-customer {
  float: left;
  width: 100%;
}

.about-customer em {
  float: left;
  height: 30px;
  line-height: 30px;
  width: 30px;
  border: #333 2px solid;
  border-radius: 100px !important;
  text-align: center;
  font-style: normal;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: #333;
}

.about-customer div {
  float: left;
  padding: 5px 10px;
  margin-left: 10px;
  border-left: #aaa69c 1px solid;
}

.about-customer div span {
  font-size: 11px;
  color: #333;
  text-transform: uppercase;
}

.about-customer div strong {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  color: #333;
}

.box-customer {
  display: flex;
  flex-wrap: wrap;
}

.abc-customer {
  display: flex;
  align-items: center;
}

.icon-action {
  float: left;
  background-position: center top;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  background: #999999;
  overflow: hidden;
  margin-left: 4px;
  text-indent: -999px;
}

.action-edit {
  background-color: #033;
  background-image: url(../../img/action-edit.png);
}

.action-delete {
  background-color: #cc0000;
  background-image: url(../../img/action-delete.png);
}

.icon-action:hover {
  background-position: center bottom;
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3000;
}

.modal .heading-modal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

}

.modal .heading-modal h2 {
  font-weight: 400;
  font-size: 22px;
  text-transform: none;
  color: #333;
  font-family: "Oswald", sans-serif;
}

.modal .heading-modal .close i {
  font-size: 20px;
  color: #c0c0c0;
  transition: ease-in-out 0.2s;
}

.modal .heading-modal .close i:hover {
  color: #333;
}

.modal-container {
  width: 450px;
  height: auto;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.modal-abc {
  width: 530px;
  height: auto;
  background: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
  max-height: 250px;
  overflow-y: scroll;
  height: auto;
  position: fixed;
}

.modal .feed {
  float: left;
  width: 296px;
  border: #ccc 2px solid;
  margin: 5px;
  padding: 5px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.modal .success {
  color: #693;
  border-color: #693;
}

.modal .error {
  color: red;
  border-color: #903;
}

.em-required {
  color: red !important;
}

#add-erros {
  margin: 0 !important;
  position: relative;
  top: 5px;
}

#add-erros .feed {
  float: left;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  font-size: 11px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: none;
}

.modal .form {
  /* float: left;
  width: 310px;
  padding: 10px 5px 0 5px; */

}

.modal .form .input-line {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.modal .form input[type="text"],
.modal .form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
  color: #969696;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}

.modal .form textarea {
  width: 75%;
  margin-left: 40px;
  height: 190px;
}

.modal .form .select {
  width: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
}

.modal .form .select select {
  float: left;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  color: #969696;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}

.modal .form label {
  font-size: 16px;
  color: #979797;
  font-family: "Oswald", sans-serif;
}

.modal .required {
  font-size: 15px;
  float: left;
  color: #c30;
  font-size: 20px;
  margin-left: 3px;
}

.modal .required2 {
  font-size: 15px;
  color: #c30;
  font-size: 20px;
  margin-left: 3px;
}

.label-form-name {
  margin: 12px 0;
}

#modal-abc-preorc .label-form-name {
  background-color: #f3f3f4;
}

.modal .action-line {
  padding: 18px 0;
}

.modal .action-line input {
  margin-left: 5px;
  background: #fff;
}

.modal .action-line input:hover {
  background: #333;
}

.dashboard-5 {
  float: left;
  width: 100%;
  height: 400px;
  border-top: #ccc 1px solid;
}

.legend {
  float: left;
  width: 100%;
  margin-top: 5px;
}

.legend p {
  color: #333;
  margin-bottom: 10px;
}

.legend p.legend-1 {
  padding-left: 20px;
  background: url(../../img/legend-1.png) no-repeat left;
}

.link-line {
  float: left;
  width: 96%;
  padding: 2%;
  border-bottom: #ccc 1px solid;
}

.link-line label {
  float: left;
  padding: 5px 5px 0 0;
  width: 70px;
  text-align: right;
}

.link-line .select {
  height: 24px;
  padding: 2px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
  width: 180px;
  background: #eaeaea url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.link-line .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  line-height: 24px;
  width: 130%;
  background: none;
}

.link-line input {
  height: 24px;
  padding: 2px 5px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
  width: 50%;
  background: #eaeaea;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.link-line .selecionado {
  opacity: 0.5;
}

.link-line ul {
  float: right;
}

.link-line ul li {
  float: left;
}

.link-line ul li a {
  display: inline-block;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  background-position: -126px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border: #a5a39d 2px solid;
  color: #a5a39d;
}

.link-line ul li a:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

.link-line .check,
.link-line .checked {
  float: left;
  background-color: #eaeaea;
  background-image: url(../../img/checked-user.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
  overflow: hidden;
  text-indent: -999px;
}

.link-line .check:hover {
  background-color: #a5a39d;
}

.link-line .checked {
  background-color: #693;
}

.responsible-box {
  background: #b5b1a8;
  float: left;
  width: 96%;
  padding: 2%;
}

.responsible-box h2 {
  font-family: "Oswald", sans-serif;
  float: left;
  font-weight: 400;
  padding: 3px 10px 0 0;
  font-size: 15px;
  text-transform: uppercase;
  color: #333333;
}

.responsible-box a {
  float: left;
}

.responsible-box ul {
  float: right;
}

.responsible-box ul li {
  float: left;
}

.responsible-box ul li a {
  display: inline-block;
  font-size: 20px;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  text-transform: uppercase;
  background-position: -126px;
  margin-left: 2px;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 0;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  border: #a5a39d 2px solid;
  color: #a5a39d;
}

.responsible-box ul li a:hover {
  border-color: #333;
  background: #333;
  color: #fff;
}

.bottom-action {
  float: left;
  width: 96%;
  padding: 2%;
}

.frame-comment {
  float: left;
  width: 88%;
  margin-top: 12px;
  background: #fff;
  padding: 2%;
}

.frame-comment textarea {
  margin-bottom: 10px;
  border: 1px solid #ddd;
}

.frame-comment label {
  color: #666;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.heading-comment {
  float: left;
  width: 100%;
}

.heading-comment h2 {
  float: left;
}

.heading-comment h2 label {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666;
}

.heading-comment a {
  float: left;
  margin-left: 20px;
  padding: 3px 10px;
}

.heading-comment a:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}

.people-list {
  float: left;
  width: 100%;
}

.people-list ul {
  float: left;
  width: 100%;
}

.people-list ul li {
  float: left;
  width: 96%;
  padding: 5px 2%;
  border-top: #a5a39d 1px solid;
}

.people-list ul li:first-child {
  border: none;
}

.people-list ul li a {
  float: left;
  width: 96%;
  padding: 5px 2%;
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../../img/edit.png);
}

.link {
  float: right !important;
  width: 20% !important;
  background-image: none !important;
}

.select-all {
  float: left;
  width: 96%;
  padding: 0 2%;
  margin-bottom: 10px;
}

.select-all div {
  float: right;
}

.select-all div strong {
  float: left;
  line-height: 20px;
  height: 20px;
  padding-right: 4px;
  font-weight: normal;
}

.select-all input[type="checkbox"],
.people-list ul li input[type="checkbox"] {
  float: right;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  border: none;
  height: 20px;
  background: #fff;
}

.select-all input[type="checkbox"]:checked,
.people-list ul li input[type="checkbox"]:checked {
  float: right;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  border: none;
  height: 20px;
  background: #fff url(../../img/checked.png) no-repeat center;
}

.min-bt {
  padding: 3px 5px !important;
  font-size: 13px !important;
  margin: 0 5px 5px 0 !important;
}

.float-right {
  float: right !important;
}

.people-list ul li a:hover {
  background-position: right bottom;
}

.people-list ul li span.lights {
  float: left;
  width: 14px;
  height: 14px;
  background: #333;
  border-radius: 100px !important;
  padding: 2px;
}

.people-list ul li span.lights span {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 100px !important;
  background: #900;
  box-shadow: inset 3px 3px 3px #5d0b18;
  padding: 2px;
}

.people-list ul li span.lights .on-green {
  background: #0c0;
  box-shadow: 0 0 10px #0c0;
}

.people-list ul li strong {
  float: left;
  font-weight: normal;
  color: #333333;
  padding: 3px 0 3px 10px;
}

.people-list ul li strong.responsible {
  padding-right: 20px;
  background: url(../../img/accept.gif) no-repeat right;
}

.login {
  float: left;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  background: #333;
}

.main-login {
  width: 300px;
  height: 300px;
  background: #c9c7c0;
  box-shadow: 3px 3px 0 #000;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -150px 0 0 -150px;
}

.main-login h1 {
  float: left;
  width: 100%;
  background: #000;
  height: 80px;
  background: #000 url(../../img/logo.svg) no-repeat center;
  overflow: hidden;
  text-indent: -999px;
  background-size: 270px;
}

.main-login ul {
  float: left;
  width: 90%;
  border: #903 2px solid;
  margin: 3px 2%;
  padding: 2%;
}

.main-login ul li {
  color: #903;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.main-login form {
  float: left;
  width: 90%;
  padding: 5%;
}

.main-login .input-line {
  float: left;
  width: 100%;
  margin: 0;
  margin: 4px 0;
}

.main-login .input-line label {
  float: left;
  width: 70px;
  text-transform: uppercase;
  color: #333;
  text-align: right;
  padding-right: 4px;
  line-height: 40px;
}

.main-login .input-line input {
  float: left;
  background: #fff;
  width: 178px;
  padding: 12px 9px;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.uploader-content {
  float: left;
  width: 96%;
  padding: 2%;
  background: #eaeaea;
  margin-bottom: 15px;
}

.uploader-content label {
  width: 100% !important;
  text-align: left !important;
}

.uploadbox {
  float: left;
  width: 96%;
  overflow: hidden;
  margin-top: 10px;
  padding: 2%;
}

.form-side {
  background: #8b8985;
  text-align: center;
  height: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  /* top: 10px; */
}

.form-side form {
  width: 50%;
  text-align: left;
  display: inline-block;
  background: #c9c7c0;
  padding: 2%;
  margin-top: 4%;
  box-shadow: 4px 4px 0 #71706d;
}

.form-side form ul {
  float: left;
  width: 96%;
  border: #903 2px solid;
  margin: 0;
  padding: 2%;
  margin-bottom: 20px;
}

.form-side form ul li {
  color: #903;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  padding: 2px 0;
}

.action-line p {
  float: left;
}

.action-line p strong {
  text-transform: uppercase;
  color: #333;
  font-weight: normal;
  display: inline-block;
  padding-left: 4px;
  font-size: 11px;
}

.form-side form .input-line {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.form-side form input[type="text"],
.form-side form textarea,
.form-side form input[type="password"] {
  height: 24px;
  padding: 5px 2%;
  float: left;
  width: 64%;
  background: #fff;
  box-shadow: 2px 2px 0 #b4b0a7;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-side form .select {
  height: 24px;
  padding: 5px 2%;
  overflow: hidden;
  float: left;
  width: 64%;
  background: #fff url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.form-side form .select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  line-height: 24px;
  width: 130%;
  background: none;
}

.form-side form input[type="text"].size-1 {
  width: 20%;
}

.form-side form label {
  float: left;
  width: 20%;
  text-align: right;
  padding-right: 2%;
  text-transform: uppercase;
  color: #333;
  font-size: 11px;
  padding-top: 12px;
}

.temp {
  /* CSS temporario no botao de redirecionar, em adicionar pre orcamento caso exista cliente/arquiteto/construtora */
  display: inline-block;
  border: #000 2px solid;
  font-weight: bold;
  text-indent: 3px;
  line-height: 17px;
  color: #000;
  margin-left: 5px;
  border-radius: 100px !important;
  height: 16px;
  width: 16px;
  font-size: 17px;
}

.form-side form textarea {
  height: 50px;
}

.form-side form span {
  float: left;
  width: 68%;
  margin-left: 22%;
  background: #903;
  padding: 4px 0;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}

.feed-container {
  float: left;
  width: 90%;
  height: 70%;
  position: absolute;
  background: #903;
  padding: 30% 5% 0 5%;
  text-align: center;
}

.feed-container span {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  text-shadow: 3px 3px 0 #760028;
}

.paginationControl {
  float: left;
  width: 98%;
  padding: 1%;
  background: #b4b0a7;
  position: fixed;
  bottom: 0;
  left: 0;
}

.paginationControl ul {
  float: left;
  margin-left: 25%;
}

.paginationControl ul li {
  float: left;
  margin-right: 4px;
}

.paginationControl ul li.disabled {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #96938c;
  color: #fff;
}

.paginationControl ul li a {
  float: left;
  position: relative;
  top: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 30px;
  text-align: center;
  box-shadow: 2px 2px 0 #96938c;
}

.paginationControl ul li a:hover {
  top: 3px;
}

.paginationControl span {
  float: right;
  padding-top: 5px;
  color: #333;
}

.table-empty {
  float: left;
  width: 90%;
  padding: 5%;
  background: #fff;
  text-align: center;
}

.table-empty p {
  margin-bottom: 10px;
}

.table-empty p strong {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
}

.info-user {
  float: left;
  width: 90%;
  padding: 5%;
}

.info-user strong {
  float: left;
  text-align: right;
  padding-right: 5px;
  text-transform: uppercase;
  color: #333;
}

.info-user span,
.info-user a {
  float: left;
  font-weight: normal;
}

.info-user a {
  font-weight: normal;
  color: #903 !important;
  text-decoration: underline;
}

.info-user h1 {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: #eaeaea 1px solid;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.info-user h2 {
  float: left;
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.info-user h3 {
  float: left;
  width: 100%;
  padding-bottom: 10px;
}

.info-user h4 {
  float: left;
  width: 100%;
}

.info-user p {
  float: left;
  width: 100%;
}

.info-user p {
  width: 20px;
  margin-top: 20px;
}

.info-user p strong {
  width: auto !important;
  padding: 0;
}

.info-user p {
  float: left;
  width: auto !important;
  padding: 5px 20px 5px 20px;
}

.info-user span.active {
  color: #693 !important;
  border: #693 2px solid;
  padding: 2px 5px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

.info-user span.inactive {
  color: #903 !important;
  border: #903 2px solid;
  padding: 2px 5px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
}

.conditions {
  float: left;
  width: 100%;
  border-top: #aaa69c 1px solid;
  padding: 10px 0 0 0;
}

.status-atual {
  float: left;
}

.status-atual span {
  display: inline-block;
  padding: 5px 10px;
  background: #693;
  color: #fff;
  font-family: "Oswald", sans-serif;

}

.status-atual span.statusic-2 {
  background: #903;
}

.status-atual span.statusic-3 {
  background: #666;
}

.status-combo {
  width: 40%;
  padding: 3px 0;
  display: flex;
  justify-content: flex-end;
}

.status-combo label {
  width: 100%;
  text-align: left;
  padding: 0 0 5px 0;
}

.status-combo div {
  height: 24px;
  /* padding: 5px 2%; */
  overflow: hidden;
  float: left;
  width: 100%;
  background: #fff url(../../img/select.png) no-repeat right;
  box-shadow: 2px 2px 0 #b4b0a7;
}

.status-combo div select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 24px;
  width: 100%;
  background: none;
  padding: 5px 10px;
}

#sem-cadastro {
  float: left;
  width: 95%;
  border-left: #333 2px solid;
  padding: 2%;
  position: relative;
  top: 10px;
  /*border:#AAA69C 1px solid;*/
  background: #333;
  color: #fff !important;
}

#sem-cadastro span {
  color: #fff;
  display: inline-block;
  padding: 3px;
  border-bottom: #fff 1px solid;
  position: relative;
}

.detail-import {
  float: left;
  width: 100%;
  padding-top: 100px;
}

.detail-import .inner {
  width: 90%;
  padding: 3%;
  max-width: 600px;
  margin: 0 auto;
  border: #c9c7c0 2px solid;
  box-shadow: 5px 5px 0 #eaeaea;
}

.detail-import h1 {
  float: left;
  width: 100%;
}

.detail-import h1 strong {
  float: left;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  color: #333;
}

.detail-import h2 {
  float: left;
  width: 100%;
}

.detail-import h2 span {
  font-size: 32px;
}

.detail-import p {
  font-weight: bold;
}

.detail-import div div {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.detail-import div div span {
  float: left;
  width: 46%;
  border: #666 1px solid;
  border-right: none;
  text-align: center;
  font-size: 20px;
  padding: 15px 0;
}

.detail-import div div span.error {
  background: #903;
  border: #903 1px solid;
  color: #fff;
}

.modal-content-env {
  float: left;
  width: 90%;
  padding: 5%;
}

.modal-content-env ul {
  float: left;
  width: 100%;
}

.modal-content-env ul li {
  float: left;
  width: 100%;
  padding: 10px 0;
  border-top: #cbc9c3 1px dotted;
}

.modal-content-env ul li:first-child {
  border: none;
}

/*
input.endereco-modal{ height:200px !important;}
*/

.page-layer * {
  color: #000;
}

.page-layer {
  float: left;
  width: 94%;
  padding: 3%;
}

.page-layer-1 {
  float: left;
  padding-bottom: 10px;
  width: 100%;
  border-bottom: #000 2px solid;
}

.page-layer-1 img {
  float: left;
}

.page-layer-1 p {
  float: right;
  text-align: left;
  padding-top: 15px;
}

.page-layer-2 {
  float: left;
  width: 100%;
  border-bottom: #000 2px solid;
  padding: 10px 0;
  line-height: 20px;
}

.page-layer-3 {
  float: left;
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.page-layer-4 {
  float: left;
  width: 100%;
}

.page-layer-4 {
  text-align: left;
  vertical-align: top;
  margin-bottom: 10px;
}

.page-layer-4 td {
  padding: 6px;
  vertical-align: top;
}

.page-layer-4 td.first {
  width: 40px;
  vertical-align: top;
  font-size: 15px;
  font-weight: bold;
}

.page-layer-4 td.last {
  width: 200px;
  font-size: 12px;
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
}

.page-layer-4 td.subtotal {
  text-align: right;
  font-size: 14px;
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
  border-top: #000 2px solid;
}

.page-layer-4 img {
  float: left;
  box-shadow: 0 0 10px #eaeaea;
  margin: 5px;
}

.page-layer-5 {
  float: left;
  width: 100%;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin-top: 20px;
}

.masterdiv label,
.masterlabel {
  padding: 0 0 5px 0 !important;
  width: 100% !important;
  text-align: left !important;
  margin: 0 !important;
}

.masterinput {
  width: 100% !important;
  margin: 0 0 20px 0 !important;
  left: 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

.masterdiv .select,
.masterselect {
  width: 290px !important;
}

#showprint {
  display: none;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding-top: 60px;
}

#showprint strong {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  height: 30px;
  line-height: 30px;
  display: inline-block;
}

#showprint p {
  float: left;
  width: 100%;
}

#showprint img {
  margin: 0 6px !important;
  position: relative;
  top: 9px;
}

.view-attachment a {
  word-break: break-all;
  align-self: flex-start;
}

.view-attachment span {
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 8px;
}

@media (max-width:1490px){
  .filter-result div strong{
    min-width: 105px;
  }
}

@media (max-width: 1100px) {
  .dashboard-1a {
    width: 100%;
  }

  .dashboard-1a .left {
    width: 30%;
    padding: 0 5%;
  }

  .dashboard-1a .right {
    width: 60%;
    padding: 0;
  }

  .dashboard-1b {
    width: 100%;
    padding-bottom: 20px;
  }

  .dashboard-1b a {
    float: right;
    position: absolute;
    right: 20px;
  }

  .actions a {
    clear: both !important;
    display: block !important;
    float: left !important;
    margin-right: 30px;
    margin-bottom: 4px;
  }

  .view-attachment a {
    margin-right: 3px !important;
    display: flex !important;
  }

  .view-attachment li {
    gap: 3px !important;
  }

  .main-actions a {
    float: left !important;
  }
}

@media (max-width: 980px) {
  .dashboard-1a {
    float: left;
    width: 100%;
  }

  .dashboard-1a .right {
    height: auto;
    width: 100%;
    padding-bottom: 15px;
  }

  .dashboard-1a .left {
    height: auto;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
  }

  .dashboard-1b {
    width: 100%;
    padding-bottom: 20px;
  }

  .dashboard-2 ul li {
    margin-bottom: 10px;
  }

  .report-list .info,
  .dashboard-3 .left {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .chart-percent,
  .chart-line {
    width: 100% !important;
    margin: 0;
    padding: 0;
    margin-top: 20px;
  }

  .horizontal-scroll .chart-line,
  .horizontal-scroll .chart-percent {
    width: 58% !important;
  }

  .horizontal-scroll .report-list .info {
    width: 40% !important;
  }

  .dashboard-2 ul li {
    float: left;
    width: 22%;
    padding: 0 1%;
    border-left: #ccc 1px solid;
  }
}

@media (max-width: 768px) {

  .form-download .checkbox-box .dias-semana {
    width: 100% !important;
  }

  .modal-container {
    width: 80% !important;
  }

  .curtomer-anexo-info {
    margin-bottom: 6px !important;
  }

  .filter-comments {
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 12px;
  }

  .frame-comment {
    width: 96%;
  }

  .paginationControl {
    position: relative;
  }

  .paginationControl ul {
    margin-left: 0;
  }

  .menu-mobile {
    display: block;
  }

  header .right .logout {
    display: none;
  }

  header .right nav {
    z-index: 2000;
    width: 270px;
    right: -240px;
    top: 12px;
    position: absolute;
  }

  header .right ul {
    width: 180px;
    padding: 20px;
    background: #999;
  }

  header .right ul li {
    float: left;
    width: 100%;
    height: auto;
    border-top: #bbb 1px solid;
    margin: 0;
  }

  header .right ul li:first-child {
    border: none;
  }

  header .right ul li a {
    width: 96%;
    padding: 7px 2%;
  }

  header .right ul li.menu-logout {
    display: block;
  }

  header .right ul li.dropdown:hover dl {
    display: none;
  }

  .scroll-left .inner {
    margin-bottom: 10px;
  }

  header .right ul dl {
    position: relative;
    margin: 0;
    width: 90%;
    padding: 5%;
    background: #777;
  }

  .side-left {
    position: relative;
    top: 0;
    width: 100%;
    float: left;
    padding-top: 80px;
  }

  .side-right {
    padding: 0;
    width: 100%;
  }

  .form-side {
    position: relative;
    top: 0;
    width: 100%;
    float: left;
    padding: 0;
  }

  .form-side form {
    width: 90%;
    text-align: left;
    display: inline-block;
    background: #c9c7c0;
    padding: 2%;
    margin: 3%;
  }

  .user-view .side-right,
  .user-view .side-left {
    padding-top: 0;
    top: 0;
  }

  .horizontal-scroll {
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
  }

  .horizontal-scroll .report-list,
  .horizontal-scroll table {
    width: 980px;
  }

  .horizontal-scroll .report-list .info {
    width: 30% !important;
  }

  .horizontal-scroll .chart-line,
  .horizontal-scroll .chart-percent {
    width: 68% !important;
  }

  .actions-line {
    float: left;
    width: 190px;
    padding-left: 75px;
    margin-top: 10px;
  }

  .actions-line ul {
    float: left;
  }

  .actions-line a {
    float: left;
  }

  .link-line {
    padding: 20px 2%;
    width: 96%;
  }

  .scroll-left .inner {
    border-bottom: 1px #c9c7c0 solid !important;
  }

  .container-content {
    flex-wrap: wrap;
    gap: 0px !important;
  }

  .w-25 {
    width: 100% !important;
    margin: 3px 6px !important;
  }

  .content-contato,
  .content-obs {
    width: 100% !important;
  }
  .filter-result div strong{
    min-width: 215px;
  }
}

@media (max-width: 480px) {
  .feed-container {
    height: 60%;
    top: 80px;
    padding: 40% 5% 10% 5%;
  }

  .side-full-heading {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  .side-full-heading .button {
    float: left !important;
  }

  .dashboard-1a .first-item {
    width: 100%;
    padding: 20px 0 0 0;
    margin: 0;
  }

  .simple-indicators li {
    width: 96%;
    min-height: 0;
    padding: 2%;
    border: none;
    border-top: #ccc 1px solid;
    text-align: left;
  }

  .simple-indicators li div {
    float: left;
    width: 40px;
    text-align: center;
    border-right: #eaeaea 1px solid;
    margin-right: 10px;
  }

  .simple-indicators li span {
    float: none;
    position: relative;
    top: 7px;
  }

  .simple-indicators li:first-child {
    border-top: none;
  }

  .budget-item {
    width: 90%;
    padding: 5%;
  }

  .message {
    width: 94%;
    padding: 3%;
  }

  .comments-container .response-1 {
    margin-left: 0;
  }

  .comments-container .response-2 {
    margin-left: 0;
  }

  .comments-container .response-3 {
    margin-left: 0;
  }

  .comments-container .response-4 {
    margin-left: 0;
  }

  .comments-container .response-5 {
    margin-left: 0;
  }

  .comments-container .response-6 {
    margin-left: 0;
  }

  .add-comment textarea {
    width: 98%;
    padding: 5%;
  }

  .text-comments {
    width: 90% !important;
  }

  .dashboard-2 {
    padding: 10px 0;
  }

  .dashboard-2 ul li {
    margin: 0;
    border: none;
    border-top: #ccc 1px solid;
    width: 90%;
    padding: 10px 5% 5px 5%;
  }

  .chart-percent .columns,
  .chart-line .column {
    max-width: 30% !important;
  }

  .comments-container {
    padding-bottom: 100px !important;
  }

  .main-actions {
    position: fixed;
    left: 0;
    bottom: 0;
    background: #c9c7c0;
    width: 90% !important;
    z-index: 9999;
    padding: 10px 5% !important;
    float: left;
  }

  .dashboard-1a .left,
  .dashboard-1a .right form,
  .dashboard-1a .right {
    float: left !important;
    width: 100% !important;
  }

  .dashboard-1a .first-item {
    float: left !important;
    width: 100% !important;
  }

  .page-layer-4 td.last {
    width: 85px;
  }

  .page-layer-4 td.first {
    width: 0;
  }

  .filter-result div strong{
    min-width: 13vh;
  }
}

@media print {
  * {
    background: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
  }

  header {
    display: none;
  }

  .side-left {
    display: none;
  }

  .message {
    border: #000 1px solid;
    width: 100%;
  }

  .frame-comment {
    display: none;
  }

  .panel-content {
    display: none !important;
  }

  #showprint {
    display: block !important;
  }
}

.anexo-version {
  color: #ffffff;
  text-transform: none;
}

.type-comments {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 2px 3px;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
}

.customer-anexo {
  display: flex;
  flex-direction: column;
  margin-top: 12px;
}

.curtomer-anexo-info {
  width: 100%;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
  font-size: 16px;
  /* margin-bottom: 20px; */
  text-align: center;
}

.message p.title {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.num-version {
  background-color: #693 !important;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px !important;
  color: #FFF !important;
  padding: 3px 6px;
  margin-right: 3px;
}

.btn-pre-orc {
  color: #693;
  padding: 2px 5px 2px 0px !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid;
  float: right;
  margin: 3px 0;
}

.status-combo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: #aaa69c 1px solid;
  padding: 6px 0;
}

.version-anexo {
  background-color: #fff;
  text-align: center;
  padding: 6px 6px;
}

.version-anexo span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 2px 8px;
  color: #fff;
  text-transform: uppercase;
  background-color: #693;
}

.title-anexo {
  background-color: #fff;
  padding: 0px 0px 12px 0px;
  display: flex;
  gap: 4px;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  border-color: #333333;
  flex-direction: column;
}

.title-anexo h1 strong {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 32px;
  text-transform: uppercase;
  color: #333;
}

.title-anexo p {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title-anexo span {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding: 6px 6px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: #333 2px solid;
  color: #333;
}

.search-days .input-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.search-days .input-line select {
  width: 100% !important;
  padding: 0px 8px;
}

.side-left-days label {
  padding-top: 0px;
}

.side-left-days .select {
  padding: 3px 0 !important;
  width: 68%;
  ;
}

.side-left-days input[type="text"] {
  width: 50%;
}

.side-left-days .top-detail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#popup_message {
  text-align: center;
}

.list-days td a {
  margin-bottom: 12px;
}

.list-days td {
  text-align: center;
}

.list-days th {
  text-align: center;
}

.action-delete {
  width: 10%;
}

.heading-days a {
  margin-top: 8px;
  float: right;
}

.filters-days {
  width: 100%;
  margin-top: 20px;
  float: left;
}

.form-download {
  background: #FFF !important;
  box-sizing: border-box;
  box-shadow: none !important;
  padding: 24px !important;
  border: #c9c7c0 2px solid;
}

.form-download input[type="text"] {
  box-shadow: none !important;
  border: 1px solid #ddd;
}

.form-download label {
  padding: 0px !important;
  text-align: unset;
  width: auto !important;
  padding-left: 12px !important;
  text-transform: capitalize !important;
  color: #979797 !important;
  font-family: "Oswald", sans-serif;
  font-size: 12px !important;
}

.dias-semana {
  display: flex;
  align-items: center;
}

.form-download input[type="checkbox"] {
  box-shadow: none !important;
  border: 1px solid #ddd !important;
}

.form-download input[type="text"]::placeholder {
  color: #bab8af;
}

.form-download .checkbox-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.form-download .checkbox-box .dias-semana {
  width: 30%;
}

.form-download .action-line input {
  margin-top: 20px;
}

.form-download span {
  width: 100% !important;
  margin-left: 0 !important;
}

.form-download .input-line {
  display: flex;
  align-items: center;
  gap: 12px;
}

.form-download .input-line-export {
  display: flex;
  align-items: center;
  gap: 1px;
  margin-bottom: 10px;
}


.btn-previus {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.form-export form input[type="text"] {
  width: 20%;
  text-align: center;
}

.days-group {
  display: flex;
  justify-content: flex-end;
}

.days-group label {
  padding-right: 6px !important;
}

.filters-days .checkbox-box {
  width: 100%;
}

.import-export {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.filter-type .filter-info {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px;
  padding: 0px 3px;
  color: #666;
  text-transform: uppercase;
  border: 1px solid #666;
  margin-bottom: 2px;
}

.btn-action-pre-orc {
  color: #693;
  padding: 2px 5px 2px 0px !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid;
  float: right;
  margin: 3px 0;
}

.pre-orc-textarea {
  width: 100% !important;
  margin-left: 0 !important;
}

.side-bar-obs {
  border-top: #aaa69c 1px
}

.form-check-input[type=radio] {
  border-radius: 50% !important;
}

.trap-containter {
  padding: 30px 0px;
  background-color: #8b8985 !important;
}

.msgErro li {
  color: red;
}

.pretty {
  display: flex;
  gap: 3px;
}

.options-wrapper__options {
  display: flex;
  align-items: center;
  gap: 16px;
}

.col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.panel {
  clear: both;
  margin-bottom: 8px;
  margin-top: 0;
  padding: 0;
}

.panel-title {
  border-top-color: rgba(195, 177, 173, 1);
  padding: 25px;
  background-color: #f3f3f4;
  margin: 12px 0;
}

.panel-group {
  color: inherit;
  padding: 25px;
  border-color: #c9c7c0;
  background-color: #f3f3f4;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0;
}

.panel-group input:focus,
.panel-group textarea:focus,
.form-select:focus {
  outline: none !important;
  border-color: #888 !important;
  box-shadow: 0 0 3px #888 !important;
  -moz-box-shadow: 0 0 3px #888 !important;
  -webkit-box-shadow: 0 0 3px #888 !important;
}

.d-flex-align-center {
  display: flex;
  align-items: center;
}

.between{
  justify-content: space-between;
}

.w-calc{
  width: calc(99% - 25px) !important;
}

.box-priority {
  width: 25px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #aaa69d;
  color: #FFF;
  cursor: pointer;
}

.cursor-auto {
  cursor: auto !important;
}

.action-line>.div-lembretes,
.action-line>.div-historico {
  background-color: #fff;
  border: 1px solid #b9b9b9;
  border-top: 0px;
  padding: 16px 12px 12px 12px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.action-line .tab-lembretes {
  cursor: pointer;
}

.action-line .tab-historico {
  cursor: pointer;
}

.active-tab {
  background-color: #fff !important;
  border-bottom: 0px !important;
}


.tab-container {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.tab-container li:first-child {
  border: 1px solid #b9b9b9;
}

.tab-container li:last-child {
  border: 1px solid #b9b9b9;
  /* background-color: #666464; */
  border-left: 0px;
}

.lembrete-tabs {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 3px;
}

.lembrete-tabs h3 {
  cursor: pointer;
  text-transform: capitalize;
  padding: 0px !important;
}

.lembrete-tabs {}

.tab-container>.historico-title {
  background-color: #c9c7c0;
}

.budget-title {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 3px 0;
  border-bottom: #ccc 1px solid;

}

.budget-title h3 {
  font-size: 12px;
}

.budget-title>.type-comments {
  margin: 0px !important;
  width: 50%;
  text-align: center;
}

.budget-title>a {
  position: unset;
}

.buget-nmusua {
  margin: 0px !important;
  font-weight: bold;
  color: #333;
}

.div-historico>.budget-item,
.div-lembretes>.budget-item {
  margin: 3px 0;
  background-color: #f3f3f4;
}

.buget-obspre {
  margin: 0px !important;
  padding-top: 6px;
  font-size: 13px;
  color: #666;
}

.data-lembrete {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 12px !important;
  padding: 0px 12px !important;
  color: #fff !important;
  text-transform: uppercase;
  background-color: #333;
}

.adicionar-lembrete {
  border-bottom: none !important;
  padding-bottom: 0px !important;
  padding: 0px !important;
}

.adicionar-lembrete a {
  position: unset !important;
  color: #a5a39d;
}


.bg-lembretes {
  background-image: url(../../img/bg-lembretes.png);
}

.bg-vincular {
  background-image: url(../../img/bg-vincular.png);
  background-position: -150px;
  border-color: #693;
  color: #693;
}

.bg-lembretes-pas {
  background-image: url(../../img/bg-lembretes-pas.png);
  background-position: -144px;
}

.bg-edit-pre-orc {
  background-image: url(../../img/bg-edit-pre-orc.png);
  background-position: -152px;
  border-color: #693;
  color: #693;
}

.bg-send {
  background-image: url(../../img/bg-send.png);
  background-position: -173px;
  border-color: #693;
  color: #693;
}

.env-orc {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  justify-content: flex-end;
}

.container-content {
  display: flex;
  float: left;
  width: 100%;
  gap: 16px;
}

.container-cadast {
  display: flex;
  float: left;
  width: 100%;
  gap: 16px;
}

.content-contato {
  width: 50%;
  margin: 12px 6px;
  /* background-color: #f3f3f4; */
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.content-obs {
  width: 50%;
  margin: 12px 6px;
  /* background-color: #f3f3f4; */
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.content-cadast {
  width: 100%;
  margin: 12px 6px;
  background-color: #f3f3f4;
}

.w-25 {
  width: 25%;
  background-color: #f3f3f4;
  margin: 12px 6px;
}

.mt-12 {
  margin-top: 12px;
}

.ibox {
  background-color: #f3f3f4;
}

.ibox-content {
  padding: 12px;
}

.ibox-title {
  border-color: #c9c7c0;
  border-style: solid solid none;
  border-width: 2px 0;
  border-bottom: #ccc 1px solid;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.ibox-title h2 {
  font-size: 14px;
}

.ibox-content span {
  font-size: 24px;
}

.table-contact {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.table-contact td,
.table-contact th {
  line-height: 1.42857;
  padding: 8px 0;
  vertical-align: top;
  padding: 6px;
}

.table-contact th {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  color: #848380;
  border-bottom: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  background-color: #fff;
  letter-spacing: 1px;
}

.table-contact th:first-child {
  width: 50%;
}

.align-btwen {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: none !important;
}

.statusi-aprovado {
  background-color: #c90000 !important;
}

.statusic-aprovado {
  background-color: #693;
  color: #fff;
}

.statusic-aguardando-orcamento {
  background-color: #fad800 !important;
  color: #333 !important;
}

.statusic-negado {
  background-color: #903 !important;
}

.statusic-briefing {
  background-color: #9e9e9e !important;
}

.statusic-recusado {
  background-color: #c90000 !important;
}

.statusic-pre-orc {
  background-color: #d8a200 !important;
}

.statusic-stand-by {
  background-color: #008dba !important;
}

.lembrete-dias-uteis {
  display: flex;
}

.btn-calcular-prazo {
  margin: 0px !important;
  padding: 0 12px !important;
  background-color: #693;
  color: #FFF;
  border: none !important;
}

.modal-lembrete-pas>.budget-item {
  margin: 3px 0;
}

.abc-invalid {
  padding: 12px !important;
}

.label-form-name .table-contact th {
  width: 15% !important;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.wrapper-select-abc {
  display: flex;
}

.wrapper-select-abc .select {
  padding: 0px !important;
}

.wrapper-select-abc .select select {
  padding: 6px;
}

.wrapper-select-abc button {
  margin: 0px !important;
  padding: 0 12px !important;
  background-color: #693;
  color: #FFF;
  border: none !important;
}

.familia {
  float: left;
  width: 100%;
  margin: 3px 0;
}

.familia-title {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: auto;
  background-color: #f3f3f4;
}

.familia-title h2 {
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  color: #666;
  font-size: 20px;
  margin-top: 3px;
  width: 100%;
}

.familia-text {
  background-color: #FFF;
}

.familia>.familia-btn {
  background-color: #693;
  color: #FFF;
  margin: 0px 6px;
  padding: 6px 12px;
  float: left;
}

.format-row-inputs {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: 3px !important;
}

.table-pre-prc {
  width: 100% !important;
  min-width: 1130px;
}

.table-pre-prc th {
  border-bottom: 2px solid #c9c7c0 !important;
  font-weight: 300;
  color: #848380;
  border-bottom: 1px solid #e7eaec;
  border-top: 1px solid #e7eaec;
  background-color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: left;
}

.table-pre-prc td {
  background-color: #f3f3f4;
  padding: 15px 8px;
  text-align: left;

}

.export-icon {
  background-image: url(../../img/export-icon.png);
  border-color: #693;
  color: #693;
}

.wrap-flex {
  flex-wrap: wrap;
}

.min-wh-status {
  min-width: 114px;
}

.label-nmfamilia {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ddd;
  color: #969696;
  font-size: 14px;
  font-family: "Oswald", sans-serif;
}

.box-lembrete-pass {
  height: auto;
  max-height: 450px;
}

.box-lembrete-pass .modal-content {
  overflow: auto;
}

.box-lembrete-pass .modal-content .budget-item {
  margin: 2px 0px;
}

.box-cadastro {
  width: 100%;
  margin: 6px 0;
}

.icon-temp {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.d-flex-bw{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 6px 0!important;
 
}

.table-anexos td{
  padding: 16px 5px !important;
}

.table-anexos th{
  background-color: #666464 !important;
  color: #FFF;
}

.table-anexos td, .table-anexos td a{
  font-weight: 300 !important; 
  color: #848380 !important;
  letter-spacing: 1px;
}

#file-uploader ul {
  max-height: 150px;
  overflow-y: auto;
}