* {
  outline: 0;
}

/* arquivo de css site > adm1645 > mos-style.css --- também do restrita todo*/

body {
  background: url(_mos-css/img/latar.jpg);
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 12px;
  color: #2e2e2e;
  text-align: center;
}
.clear {
  clear: both;
}

.overflow {
  overflow: auto;
}

fieldset {
  border: 1px solid #a4b2be;
  width: 80%;
  margin-bottom: 20px;
}

legend {
  font-weight: bold;
  font-size: 14px;
}

.margin_bottom_10 {
  margin-bottom: 10px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

small {
  font-size: 11px;
  color: #5b5b5b;
}
img {
  border: none;
}
a {
  color: #004e67;
  text-decoration: none;
}
a:hover {
  color: #000;
}
label {
  padding: 0;
  margin: 0 0 10px 0;
}
input {
  padding: 4px;
  color: #5b5b5b;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
input.login {
  width: 200px;
  margin: 5px 0 10px 0px;
}
input.grande {
  width: 70%;
}
input.medio {
  width: 40%;
}
input.pequeno {
  width: 25%;
}
input.grande:focus {
  -moz-box-shadow: 0px 0px 5px #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  background: #feffdc;
  text-shadow: 1px 0px #fff;
}
input.medio:focus {
  -moz-box-shadow: 0px 0px 5px #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  background: #feffdc;
  text-shadow: 1px 0px #fff;
}
input.pequeno:focus {
  -moz-box-shadow: 0px 0px 5px #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  background: #feffdc;
  text-shadow: 1px 0px #fff;
}

.button {
  cursor: pointer;
  padding: 4px 10px 4px 10px;
  color: #fff;
  background: url(_mos-css/img/green.jpg) repeat left center;
  border: 1px solid #71bb3b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.button:hover {
  color: #2e2e2e;
}
.button:active {
  background: #71bb3b;
  color: #fff;
}
select {
  padding: 4px;
  color: #5b5b5b;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}
select:focus {
  -moz-box-shadow: 0px 0px 5px #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  background: #feffdc;
  text-shadow: 1px 0px #fff;
}
textarea:focus {
  -moz-box-shadow: 0px 0px 5px #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px #dcdcdc;
  background: #feffdc;
  text-shadow: 1px 0px #fff;
}
textarea {
  padding: 4px;
  color: #5b5b5b;
  border: 1px solid #dcdcdc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  width: 70%;
  height: 230px;
  resize: none;
}
textarea.long_text {
  width: 650px;
  height: 60px;
}
table {
  border: none;
  font-size: 12px;
}
td {
  border: none;
  padding: 5px;
}

table.data {
  border: 1px solid #dcdcdc;
  margin: 10px 0px 20px 0px;
  width: 97%;
  border-collapse: collapse;
  font-size: 12px;
}
th.data {
  padding: 8px 4px 8px 4px;
  border: 1px solid #dcdcdc;
  background: url(_mos-css/img/green.jpg) repeat left center;
  text-shadow: 1px 0px #003362;
  color: #fff;
}
td.data {
  padding: 4px;
  border: 1px solid #dcdcdc;
  color: #5b5b5b;
  vertical-align: top;
}
td.data img {
  max-width: 160px;
  max-height: 160px;
}
tr.data {
  background: #fff;
}
tr.data:hover {
  background: #feffdc;
}
tr.data small a {
  color: #fff;
}
tr.data small {
  color: #fff;
}
tr.data:hover small a {
  color: #004e67;
}
tr.data:hover small a:hover {
  color: #000;
}
tr.data:hover small {
  color: #5b5b5b;
}
.quoteOfDay {
  border: 1px solid #cbe0b5;
  background: #f7ffe8 url(_mos-css/img/daun.png) no-repeat left center;
  float: left;
  width: 640px;
  padding: 10px 10px 10px 70px;
  min-height: 50px;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
}
.sucesso {
  border: 1px solid #cbe0b5;
  background: #f7ffe8 url(_mos-css/img/sukses.png) no-repeat left center;
  width: 85%;
  padding: 10px 35px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
  color: #cbe0b5;
}
.erro {
  border: 1px solid #e78686;
  background: #ffe1e1 url(_mos-css/img/gagal.png) no-repeat left center;
  width: 85%;
  padding: 3% 3% 3% 10%;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
  color: #e78686;
}

div#loginForm > div.erro {
  width: 300px !important;
}

.informasi {
  border: 1px solid #86afe7;
  background: #e7f1ff url(_mos-css/img/informasi.png) no-repeat left center;
  float: left;
  width: 640px;
  padding: 15px 10px 15px 50px;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 10px 0 10px 0;
  color: #86afe7;
}
#header {
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
  height: 15px;
  z-index: 1000;
  -moz-box-shadow: 0px 0px 8px #dcdcdc;
  -webkit-box-shadow: 0px 0px 8px #dcdcdc;
}
.inHeader {
  float: center;
  background: url(_mos-css/img/logo.jpg) no-repeat left center;
  margin: auto;
  width: 90%;
  height: 45px;
  padding: 15px;
  border-right: 0px solid #dcdcdc;
  border-left: 0px solid #dcdcdc;
}
.inHeaderLogin {
  height: 75px;
  background-color: #fff;
}
.mosAdmin {
  float: right;
  border: 0px solid #dcdcdc;
  margin: 0 1px 0 auto;
  text-align: right;
  padding: 10px 40px 10px 10px;
  background: url(_mos-css/img/Administrator.png) no-repeat right center;
  text-shadow: 1px 1px #fff;
}
#loginForm {
  width: 400px;
  min-height: 310px;
  border: 1px solid #dcdcdc;
  float: center;
  text-align: left;
  background: #fff url(_mos-css/img/lock.png) no-repeat left center;
  margin: 50px auto 0 auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 20px;
}

#loginForm.login-pagina {
  width: 470px;
}

.headLoginForm {
  width: 380px;
  padding: 10px 0 10px 20px;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 1px 1px #fff;
  text-align: left;
  height: 20px;
  border-bottom: 1px solid #dcdcdc;
  background: url(_mos-css/img/headerbg.jpg) repeat left center;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
}
.fieldLogin {
  margin: 30px 5px 0 140px;
  clear: both;
}
#wrapper {
  width: 90%;
  padding: 70px 0 0 0;
  position: relative;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  float: center;
  margin: auto;
  text-align: left;
  /*background: #fff url(_mos-css/img/bg_kiri.png) repeat-y;*/
  -moz-box-shadow: 0px 0px 8px #dcdcdc;
  -webkit-box-shadow: 0px 0px 8px #dcdcdc;
}
#leftBar {
  width: 15%;
  float: left;
  /*padding: 0 0 20px 10px;*/
  border-right: 0px solid #dcdcdc;
  text-align: left;
}
#leftBar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
}
#leftBar ul li {
  /*width: 164px;*/
  /*background: url(_mos-css/img/icon-left.png) no-repeat left center, url(_mos-css/img/green.jpg) repeat left center;*/
  /*padding: 5px 0 5px 10px; */
  /*margin-top: 8px;*/
  /*margin-left: 9px;*/
  /*border: 1px solid #dcdcdc;*/
  border-bottom: 1px solid #fff;
}
#leftBar ul li a {
  color: #025;
  cursor: pointer;
  -webkit-transition: padding-left 250ms ease-out;
  -moz-transition: padding-left 250ms ease-out;
  -o-transition: padding-left 250ms ease-out;
  display: block;
  background: url(_mos-css/img/green.jpg) repeat left center;
  padding: 10px;
  font-weight: bold;
}
#leftBar ul li a:hover {
  padding-left: 30px;
  text-decoration: none;
  color: #fff;
  text-shadow: 1px 1px #496d2a;
}
#rightContent {
  width: 80%;
  padding: 5px;
  float: left;
  border-left: 0px solid #dcdcdc;
  text-align: left;
  background: #fff;
}
#rightContent h3 {
  font-size: 20px;
  font-weight: normal;
  padding: 0;
  margin: 5px;
  border-bottom: 1px dashed #dcdcdc;
}

#rightContent h4 {
  padding: 0;
  margin: 5px;
  border-bottom: 1px solid #dedede;
}

.shortcutHome a {
  display: block;
  min-width: 102px;
  max-width: 102px;
  padding: 10px;
  border: 1px solid #dcdcdc;
  min-height: 120px;
  float: left;
  margin: 10px 0 10px 10px;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
.shortcutHome a:hover {
  color: #5b5b5b;
  text-decoration: none;
}
.shortcutHome a:hover img {
  opacity: 1;
  color: #5b5b5b;
  padding-top: 10px;
}
.shortcutHome img {
  opacity: 0.8;
  -webkit-transition: padding-top 250ms ease-out;
  -moz-transition: padding-top 250ms ease-out;
  -o-transition: padding-top 250ms ease-out;
}

#smallRight {
  width: 315px;
  padding: 5px 10px 5px 10px;
  margin: 10px;
  border: 1px solid #dcdcdc;
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
}
#smallRight h3 {
  font-size: 16px;
  padding: 5px;
  margin: 0px;
  border-bottom: 1px solid #dcdcdc;
}
#footer {
  /*width: 950px;*/
  padding: 15px 0 15px 0;
  text-align: center;
  font-size: 11px;
  border-top: 1px solid #dcdcdc;
  background: #fff;
}

div#menu_interno a {
  display: inline-block;
  padding: 7px;
  background-color: #dedede;
  border-radius: 10px;
}
div.bloco {
  margin-top: 20px;
}
div.bloco > label {
  display: block;
  font-weight: bold;
  margin-bottom: 0 !important;
}
div.bloco-float {
  margin-top: 20px;
  width: 107px;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #333;
  background-color: #dedede;
  height: 50px;
  border-radius: 5px;
}
div.bloco-float > label {
  width: 140px;
  display: inline-block;
  font-weight: bold;
}
div.bloco .label_checkbox {
  width: auto !important;
}
span.msgErro {
  color: red;
  font-weight: bold;
}
.textarea_p {
  width: 550px !important;
  height: 50px !important;
  display: block;
}
.help {
  cursor: pointer;
  font-weight: bold;
  padding: 1px 3px;
  border-radius: 30px;
  border: 1px solid #b0e0e4;
  font-size: 11px;
  background-color: #ddf0fd;
  color: #4646aa;
}
#menu_interno {
  margin-bottom: 20px;
}
#menu_interno ul {
  overflow: auto;
  padding: 0 !important;
}
#menu_interno ul li {
  float: left;
  list-style: none;
  margin-right: 10px;
}

#Paginacao {
  overflow: auto;
}
#Paginacao ul {
  overflow: auto;
  float: right;
}
#Paginacao ul li {
  list-style: none;
  float: left;
  padding: 5px;
}
#Paginacao ul li a {
  color: #0054d1;
  font-size: 12px;
  text-decoration: none;
  padding: 3px;
}
#Paginacao ul li a:hover {
  text-decoration: underline;
  background-color: #0054d1;
  color: #fff;
}
.LittleBox {
  height: 150px;
  overflow: scroll;
  width: 450px;
  border: 1px solid #999;
}
label.label_checklist {
  display: inline !important;
}
