body {
  margin: 0;
  font-size: 14px;
}

a {
  display: inline-block;
  border-radius: 5px;
  background-color: #7db34d;
  text-decoration: none;
  color: #ffffff;
  margin-left: 10px;
  padding: 5px;
}

a.text-link {
  background-color: transparent;
  /* [disabled]display: inherit; */
  color: #333333;
}

button {
  display: inline-block;
  border-radius: 5px;
  background-color: #7db34d;
  text-decoration: none;
  color: #ffffff;
  margin-left: 10px;
  padding: 2px 5px;
  border-style: none;
  margin-bottom: 2px;
  margin-top: 2px;
  cursor: pointer;
}

button.color-steelblue {
  background-color: #4682b4;
}

button.color-cadetblue {
  background-color: #5f9ea0;
}

button.color-red {
  background-color: #ff0000;
}

button.color-orange {
  background-color: #ff8600;
}

button.color-blue {
  background-color: #3469c7;
}

button.color-gray {
  background-color: #999999;
}

button.color-cornflowerblue {
  background-color: #6495ed;
}

button.color-darkorange {
  background-color: #ff8c00;
}

button.center {
  margin-right: auto;
  margin-left: auto;
  display: block;
}

button.exection-center {
  margin-right: auto;
  margin-left: auto;
  display: block;
  margin-top: 20px;
  font-size: 24px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #df7c2f;
}

button.exection-right {
  margin-right: 0px;
  margin-left: 10px;
  display: inline;
  font-size: 24px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #df7c2f;
  float: right;
  margin-top: 10px;
}

button.exection {
  margin-right: 0px;
  margin-left: 10px;
  display: inline;
  font-size: 24px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #df7c2f;
  margin-top: 10px;
}

button.img {
  margin: 0 0 0 auto;
  display: list-item;
  font-size: 24px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
  float: right;
}

.button-img {
  top: 3px;
  position: relative;
  cursor: pointer;
}

.text-darkgray {
  color: #a9a9a9;
}

.text-red {
  color: #ff0004;
}

.bg-light-red {
  background-color: #ffe1e2;
}

hr {
  overflow: hidden;
  clear: both;
  margin-top: 40px;
  display: block;
}

input[type="text"],
input[type="number"],
select {
  padding: 5px 10px;
  font-size: 14px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #666666;
}

input[type="text"].exection-right {
  float: right;
  display: inline;
  margin-top: 16px;
  margin-left: 10px;
}

.invalid-feedback {
  color: red;
  font-size: 14px;
}

table.box-client_table {
  width: 100%;
}

table.box-client_table thead th:first-child {
  width: 52%;
}

table.box-client_table thead th:last-child {
  width: 23%;
}

.box-client_table .client-active {
  background-color: #f0f8ff;
}

.current {
  background-color: #dddd !important;
  color: white;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

label {
  background-color: #aaaaaa;
  margin-right: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 5px;
  text-align: center;
  padding: 5px;
  color: #ffffff;
}

label.text-admin_flag {
  font-size: 14px;
}

input:checked + label {
  background-color: #7db34d;
}

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

.left-text {
  text-align: left;
}

.center-text {
  text-align: center;
}

.disp-none {
  display: none;
}

#form-create_client input[type="checkbox"]:checked + label {
  background-color: #a1b91d;
  color: #fff;
}

a.add-client_user,
a.delete-client_user {
  background-color: #fff;
  margin-left: 0;
  padding: 3px;
  position: relative;
  cursor: pointer;
}

a.delete-client_user {
  margin-left: 12px;
}

.add-client_user .img-add_client_user,
.delete-client_user .img-delete_client_user {
  position: absolute;
  margin-top: -12px;
}

table.input label.label-admin_flag {
  background-color: #a1b91d;
}

table .text-white_space {
  word-break: break-all;
  white-space: pre-wrap;
}

#header {
  background-color: #dddddd;
  padding: 10px;
  overflow: hidden;
}

#header .menu .logo {
  background-repeat: no-repeat;
  background-size: 250px 63px;
  width: 250px;
  height: 63px;
  float: left;
  background-color: transparent;
  display: block;
  margin: 0;
}

#header .menu {
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#header .menu a {
  display: inline-block;
  border-radius: 5px;
  background-color: #666666;
  text-decoration: none;
  color: #ffffff;
  margin-left: 10px;
  margin-top: 25px;
  padding: 5px;
}

#container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: 100px;
}

#container #top-leftmenu {
  width: 900px;
  float: left;
  margin-right: 35px;
  margin-top: 35px;
}

#container #top-leftmenu .info {
  margin-top: 0px;
}

#container #leao-imge {
  width: 900px;
  background-color: #fff;
  height: 350px;
  background-image: url(../img/reno_x_repo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#container #ohno-imge {
  width: 900px;
  background-color: #999999;
  height: 350px;
}

#login-container #leao-imge,
#reset-password-container #leao-imge {
  width: 900px;
  background-color: #fff;
  height: 350px;
  background-image: url(../img/reno_x_repo.png);
  margin-right: auto;
  margin-left: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#login-container .account-box,
#reset-password-container .account-box {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.account-box tr td {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

input[type="text"],
input[type="password"],
select {
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  font-size: 18px;
  margin-bottom: 5px;
  border-radius: 5px;
  border: 1px solid #666666;
  margin-left: 2px;
  margin-right: 2px;
  margin-top: 5px;
}

.width-max {
  width: 450px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#msg-error-email-client {
  color: red;
}
.width-150 {
  vertical-align: top;
  width: 150px;
  padding-top: 13px !important;
}

span.forgot-password-admin-client {
  color: #3469c7;
  cursor: pointer;
}

span.forgot-password-admin-client:hover {
  text-decoration: underline;
}

#container #top-rightmenu {
  width: 600px;
  float: left;
  padding-top: 0px;
  margin-top: 35px;
}

#container #top-rightmenu a {
  width: 40%;
  margin-right: 5%;
  margin-bottom: 5%;
  margin-left: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: auto;
  background-color: #4667d1;
  color: #ffffff;
  text-decoration: none;
  padding-top: 10%;
  padding-bottom: 10%;
  float: left;
  text-align: center;
  font-size: 20px;
  border-radius: 5px;
}

#top-rightmenu a .caption {
  display: block;
  font-size: 14px;
}

#slide-box {
  overflow-y: scroll;
  overflow-x: scroll;
  width: 100%;
  max-width: 1600px;
}

#slide-box {
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  border-collapse: separate;
  border-spacing: 0px;
}

#slide-box tr th {
  padding: 10px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  text-align: center;
  background-color: #acacac;
  color: #ffffff;
}

#slide-box tr td {
  padding: 5px;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

#news {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 15px 5px 15px;
}

#news li {
  list-style-image: none;
  list-style-type: none;
  list-style-position: inside;
  border-bottom: 1px dotted #aaaaaa;
  padding-bottom: 10px;
  padding-top: 5px;
}

#news li:last-child {
  border-bottom-style: none;
}

#input-box {
  width: 100%;
  margin: 0;
  padding: 20px 40px 40px 40px;
  border-radius: 10px;
  border: 1px solid #999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

#input-box .left-box,
.menu-box .left-box {
  float: left;
  width: 47%;
  margin-right: 6%;
}

#input-box table.input {
  margin-right: 6%;
  margin-left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#input-box table.input tr th {
  text-align: left;
  width: 120px;
  padding: 5px;
  border-bottom: 1px dotted #999999;
  vertical-align: middle;
}

#input-box table.input tr td {
  text-align: left;
  padding: 3px;
  border-bottom: 1px dotted #999999;
  vertical-align: middle;
}

#slide-box tr td.menu-cell {
  width: 160px;
}

.right-box .input tr .menu-cell {
  width: 100px;
}

#slide-box tr td.menu-cell.middle {
  width: 220px;
  text-align: center;
}

#input-box .right-box,
.menu-box .right-box {
  width: 47%;
  float: left;
}

#input-box .right-box #map {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #999999;
  margin-bottom: 10px;
}

.menu-box table.input tr td,
.menu-box table.input tr th {
  border-bottom: 1px dotted #999999;
}

#build-photo {
  width: 300px;
  height: 230px;
  border: 1px solid #999999;
  border-radius: 5px;
}

.menu-box {
  margin: 50px auto;
  padding: 50px;
  width: 1200px;
  background-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.estimate-box {
  margin-right: auto;
  margin-left: auto;
  width: 1800px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: hsla(0, 0%, 100%, 0.7);
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-box.mini {
  width: 700px;
}

.menu-box table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right-style: none;
  border-bottom-style: none;
  width: 100%;
}

.menu-box table.border {
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
}

.menu-box table tr td {
  padding: 5px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.menu-box table tr th {
  padding: 5px;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.submenu-box.center {
  text-align: center;
}

#slide-box table.intable {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: right;
}

#slide-box table.intable tr td {
  margin-right: auto;
  margin-left: auto;
  border-right-width: 0px;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: none;
}

.menu-box table tr td .intable {
  margin-right: auto;
  margin-left: auto;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left-style: none;
  border-top-style: none;
  width: auto;
}

.menu-box table tr td .intable tr th,
.menu-box table tr td .intable tr td {
  margin-right: auto;
  margin-left: auto;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right-style: none;
  border-bottom-style: none;
  border-top-style: none;
}

#footer {
  position: fixed;
  bottom: 0px;
  background-color: #999999;
  width: 100%;
}
.w-20 {
  width: 20%;
}
.w-15 {
  width: 15%;
}
.w-10 {
  width: 10%;
}
.w-8 {
  width: 8%;
}
.w-5 {
  width: 5%;
}
.cursor-element {
  cursor: pointer;
}
.width-150 {
  width: 150px;
}

#footer p {
  margin: 10px auto;
  text-align: center;
  color: #ffffff;
  width: 1600px;
}

.fullOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.8);
  z-index: 500;
  display: none;
  max-height: calc(100vh);
  overflow-y: scroll;
}

.fullOverlay-submenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.8);
  z-index: 600;
  /* [disabled]display: none; */
  max-height: calc(100vh);
  overflow-y: scroll;
}

.box-repair-done_table tr > td > a {
  background-color: #fff;
}

.box-repair-done_table tr > td > a.button {
  background-color: #ff7f34;
}

.box-repair-done_table span.wait {
  color: #cccccc;
}

.menu-box table.border tr td,
.menu-box table.border tr th {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #666666;
  border-right: 1px solid #666666;
}
