@import "reset.css";
@import "dataTable.css";
@import "ui_custom.css";
@import "fullcalendar.css";
@import "icons.css";
@import "elfinder.css";
@import "wysiwyg.css";
@import "prettyPhoto.css";

/* Material Design Icons */
@import "./material-icons/css/materialdesignicons.min.css";

@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter.ttf");
}

html {
  height: 100%;
}

* html body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #F7F7F9;
  font-size: 12px;
  color: #424242;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 20px;
  min-height: 100%;
  position: relative;
}

.placa {
  text-transform: uppercase;
}

/* =================================
   =====  New styles for v2.0  =====
   ================================= */

/* ===== Required fields error and field notes styling  ===== */

label.error {
  color: #a73939;
  font-size: 11px;
  display: block;
  width: 100%;
  white-space: nowrap;
  float: none;
  margin: 8px 0 -8px 0;
  padding: 0 !important;
}

.selector .error {
  margin-right: -220px;
  float: right;
}

.checker label.error,
.radio label.error {
  display: inline;
  margin: 0;
}

.req {
  margin-left: 5px;
  color: #db6464;
}

.formNote {
  display: block;
  text-align: left;
  font-size: 11px;
  padding-top: 5px;
  color: #939393;
}

/* ===== Tags input  ===== */

div.tagsinput {
  border: 1px solid #ddd;
  background: #fff;
  padding: 5px;
  width: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div.tagsinput span.tag {
  border: 1px solid #a5d24a;
  display: block;
  float: left;
  padding: 3px 8px 2px 8px;
  background: #cde69c;
  color: #638421;
  margin: 5px 5px 5px 5px;
}

div.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  font-size: 11px;
  float: right;
  margin-top: -1px;
}

div.tagsinput input {
  width: 80px;
  border: none;
  padding: 5px;
  background: transparent;
  margin: 5px 5px 0 0;
}

div.tagsinput div {
  display: block;
  float: left;
}

.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

/* ===== Limit box for textareas  ===== */

.limiterBox {
  border: 1px solid #ddd;
  border-top: none;
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  padding: 4px 6px;
  font-size: 11px;
  margin-top: 1px;
}

/* ===== Placeholder colors  ===== */

::-webkit-input-placeholder {
  color: #b3b3b3;
}

:-moz-placeholder {
  color: #b3b3b3;
}

/* ===== Fixing bottom corners on main nav dropdown  ===== */

.corner {
  -webkit-border-bottom-left-radius: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -moz-border-radius-bottomleft: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
}

/* =================================
   =====  General styles =====
   ================================= */

.wrapper {
  margin: 0 3rem;
  clear: both;
}

.img {
  border: 1px solid #d5d5d5;
}

/* ==========  Typo  ========== */

h1,
h2,
h3,
h4,
h5,
h6,
ul.tabs li a,
.leftNav ul li a,
.stats ul li span,
.userLink,
.errorPage p,
.ui-dialog .ui-dialog-title {
  font-family: "Inter", sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

blockquote {
  border: 1px solid #d5d5d5;
  margin-top: 40px;
  padding: 15px 10px;
  quotes: "\201C" "\201D";
  background: #fafafa;
  text-align: center;
  font-style: italic;
  font-size: 12px;
  border-left: 4px solid #d5d5d5;
}

blockquote:before {
  content: open-quote;
  font-weight: bold;
}

blockquote:after {
  content: close-quote;
  font-weight: bold;
}

.red {
  color: #EB5D40;
}

n {
  color: #2a8827;
}

p {
  padding: 12px 0 0 0;
}

.p12 {
  padding: 12px;
}

.pt12 {
  padding-top: 12px;
}

.legendLabel span {
  display: block;
  margin: 0 5px;
}

.legendColorBox {
  padding-left: 10px;
}

/* ==========  Additional reset classes  ========== */

.mt40 {
  margin-top: 40px;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.noborder {
  border: none !important;
}

.nobg {
  background: none !important;
}

.floatleft {
  display: block;
  float: left;
}

.floatright {
  display: block;
  float: right;
}

.aligncenter {
  text-align: center;
}

.fix {
  clear: both;
}

.first {
  margin-top: 25px !important;
}

.inactive {
  margin-top: 0px;
  color: #84be41;
}

.displayNone {
  display: none !important;
}

.ml122 {
  margin-left: 122px;
}

.w40 {
  width: 40%;
  position: relative;
}

/* ==========  Login page  ========== */

.loginWrapper {
  margin: -106px 0 0 -160px;
  position: absolute;
  top: 44%;
  left: 50%;
}

.loginLogo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
  left: 44%;
  margin-left: -135px;
}

.loginPanel {
  width: 320px;
  background: #fafafa;
  border: 1px solid #d5d5d5;
  border-top: 0;
  display: block;
  height: 236px;
  margin-top: 20px;
}

.loginPanel h5 {
  font-weight: normal;
  padding: 9px 12px 9px 35px;
  float: left;
}

.loginPanel label {
  width: 60px;
}

.rememberMe {
  margin-left: 10px;
}

.rememberMe label {
  padding: 4px 12px !important;
  width: auto;
}

.loginInput {
  width: 200px;
  float: left;
}

.loginRow {
  border-top: 1px solid #e7e7e7;
  padding: 15px 0;
  position: relative;
}

.loginRow:first-child {
  border-top: none;
}

.backTo a:hover {
  background: #042f52;
}

.backTo span {
  padding: 8px 14px 8px 8px;
  display: block;
  float: left;
}

.backTo img {
  margin: 13px 2px 11px 14px;
  float: left;
  display: block;
}

.backTo a {
  float: left;
  color: #eeeeee;
  font-size: 11px;
  border-right: 1px solid #042f52;
  border-left: 1px solid #042f52;
}

/* ==========  Buttons ========== */

input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
  font-size: 12px;
  margin: 0 25px 20px 0;
  font-weight: ;
  text-transform: uppercase;
  padding: 5px 14px 6px 14px;
  cursor: pointer;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  line-height: 12px;
}

.greyBtn {
  border: 1px solid #9f9f9f;
  border-radius: 4px;
  background: #f3f3f3;
  display: inline-block;
  color: #9f9f9f;
  padding: 0.6rem 1rem !important;
  transition: all .2s ease-in-out;
}

.greyBtn:hover {
  border-color: #d7d7d7;
  background: #fff;
  color: #b8b8b8;
}

.greyBtn:disabled {
  background: #f3f3f3;
}

.greyBtn.share {
  width: 214.17 !important;
}

.successOutlineBtn {
  border: 1px solid #63c623;
  border-radius: 4px;
  background: #f3f3f3;
  display: inline-block;
  color: #4b911d;
  padding: 0.6rem 1rem !important;
  transition: all .2s ease-in-out;
}

.successOutlineBtn:hover {
  border-color: #63c623;
  background: #fff;
  color: #b8b8b8;
}

.successOutlineBtn:disabled {
  background: #f3f3f3;
}

.basicBtn {
  background: url(../images/ui/basicBtn.png) repeat-x 0 0;
  border: 1px solid #d5d5d5;
  color: #525252;
}

.basicBtn:hover {
  background-position: 0 -25px;
  border-color: #c9c9c9;
}

.basicBtn:active {
  background-position: 0 -50px;
}

.redBtn {
  border: 1px solid #ea5d41;
  border-radius: 4px;
  background: #ea5d41;
  display: inline-block;
  color: #fff;
  padding: 0.6rem 1rem !important;
  transition: all .2s ease-in-out;
}

.redBtn:hover {
  background: #ff7a5f;
  border: 1px solid #ff7a5f;
}

.redBtn:disabled {
  background: #f3c8c0;
  color: #ff7a5f;
}

.blueBtn {
  border: 1px solid #2196f3;
  border-radius: 4px;
  background: #2196f3;
  display: inline-block;
  color: #fff;
  padding: 0.6rem 1rem !important;
  transition: all .2s ease-in-out;
}

.blueBtn:hover {
  background: #66bbfe;
  border: 1px solid #66bbfe;
}

.blueBtn:disabled {
  background: #b6d9f7;
  color: #66bbfe;
}

.blackBtn {
  background: url(../images/ui/blackBtn.png) repeat-x 0 0;
  border: 1px solid #353535;
  color: #fff;
}

.blackBtn:hover {
  background-position: 0 -25px;
}

.blackBtn:active {
  background-position: 0 -50px;
}

.successBtn {
  border: 1px solid #63c623;
  border-radius: 4px;
  background: #63c623;
  display: inline-block;
  color: #fff;
  padding: 0.6rem 1rem !important;
  transition: all .2s ease-in-out;
}

.successBtn:hover {
  background: #82e542;
  border: 1px solid #82e542;
}

.successBtn:disabled {
  background: #cbe8ba;
  color: #63c623;
}

.btn14 {
  border: 1px solid #d5d5d5;
  background: url(../images/leftNavBg.png) repeat-x 0 0;
  padding: 6px 8px;
  display: inline-block;
}

.btn14:hover {
  background: #f6f6f6;
}

.btn14:active {
  background: #f1f1f1;
}

.btn55 {
  background: #efefef url(../images/middlebg.png) repeat-x 0 0;
  border: 1px solid #d5d5d5;
  padding: 8px 6px 2px 6px;
  display: inline-block;
}

.btn55:hover {
  background: #f6f6f6;
}

.btn55:active {
  background: #f1f1f1;
}

.btn55 span {
  display: block;
  padding: 5px 5px 0 5px;
  color: #595858;
}

.btnIconLeft {
  border: 1px solid #d5d5d5;
  background: url(../images/leftNavBg.png) repeat-x 0 0;
  display: inline-block;
  color: #595858;
  padding: .2rem .4rem .2rem .2rem;
  border-radius: 4px;
}

.btnIconLeft:hover {
  background: #f6f6f6;
  color: #b55d5c;
}

.btnIconLeft:active {
  background: #f1f1f1;
}

.btnIconLeft .icon {
  float: left;
  border-right: 1px solid #d5d5d5;
  padding: 8px;
}

.btnIconLeft span {
  display: block;
  float: left;
  padding: 5px 10px;
  font-weight: bold;
}

/* ========== Pagination ========== */

.pagination {
  margin: auto;
  width: auto;
  text-align: center;
  margin-top: 40px;
}

.pages li.prev {
  margin-right: 15px;
}

.pages li.next {
  margin-left: 15px;
}

.pages li {
  display: inline;
  margin: 0 2px;
}

.pages li a {
  height: 25px;
  padding: 4px 8px;
  text-decoration: none;
  color: #666666;
  font-weight: bold;
  background: url(../images/ui/pagination.png) repeat-x 0 0;
  border: 1px solid #d5d5d5;
  font-size: 11px;
}

.pages li a:hover {
  background: #efefef;
}

.pages li .active {
  background-position: 0 -26px;
  color: #fff;
  border-color: #687282;
}

.pages li .active:hover {
  background: #687282;
}

/* ==========  Numbers notifications  ========== */

.numberTop,
.numberMiddle {
  text-align: center;
  background: url(../images/number.png) repeat-x;
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  border-radius: 2px;
  float: right;
  margin: 10px 15px 10px -5px;
  font-size: 11px;
  line-height: 14px;
}

.numberTop {
  margin: 10px 15px 10px -5px;
  padding: 1px 5px !important;
}

.numberMiddle {
  margin: 0;
  position: absolute;
  top: -5px;
  right: -5px;
  font-size: 11px;
}

/* ===== Top navigation ===== */

#topNav {
  height: 42px;
  display: block;
}

.fixed {
  position: fixed;
  background-color: #00335E;
  width: 100%;
  color: #eeeeee;
  border-bottom: 1px solid #fff;
  z-index: 999;
}

.welcome {
  display: flex;
  padding: 0.3rem .5rem;
  align-items: center;
  column-gap: .5rem;
}

.welcome img {
  height: 32px;
  width: 32px;
  border-radius: 30px
}

.welcome span {
  padding: 0;
  white-space: nowrap;
}

.userNav {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 11px;
}

.userNav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.userNav ul li {
  cursor: pointer;
}

.userNav ul li a {
  color: #eeeeee;
  text-decoration: none;
  display: flex;
  white-space: nowrap;
}

.userNav ul li:hover,
.selected {
  background: #042f52;
}

.userNav ul li span {
  display: block;
  padding: 8px 14px 8px 8px;
  float: left;
}

.userNav ul li img {
  float: left;
  display: block;
  padding: 13px 2px 11px 14px;
}

.userNav ul li ul {
  position: absolute;
  left: -1px;
  display: none;
  top: 39px;
  margin-top: 0px;
  background: #042f52;
  padding: 0 1px 1px 1px;
  border: 1px solid #00335E;
  z-index: 100;
}

.userNav ul li ul li {
  display: block;
  float: none;
  border-top: 1px solid #042f52;
  background: #042f52;
  border-right: none;
  border-bottom: 1px solid #00335E;
}

.userNav ul li ul li:first-child {
  border-left: none !important;
}

.userNav ul li ul li a {
  width: 180px;
  padding: .4rem .6rem;
  font-size: 11px;
  text-transform: none;
  color: #c5c5c5;
  font-weight: normal;
  background-color: none;
  float: none;
}

.userNav ul li ul li a:hover {
  background-color: none;
  font-weight: normal;
  color: #a4a4a4;
}

.userNav ul li ul li:hover {
  background: #00335E !important;
}

.sAdd {
  background: url(../images/icons/topnav/subAdd.png) no-repeat 15px 13px;
}

.sOutbox {
  background: url(../images/icons/topnav/subOutbox.png) no-repeat 14px 11px;
}

.sTrash {
  background: url(../images/icons/topnav/subTrash.png) no-repeat 14px 12px;
}

/* ===== Header ===== */

#header {
  height: 106px;
  clear: both;
}

.logo {
  float: left;
  margin-top: 30px;
}

.middleNav {
  display: flex;
  justify-content: end;
}

.middleNav ul {
  display: flex;
  column-gap: .5rem;
  margin-top: 25px;
  max-width: 100%;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.middleNav ul li {
  min-width: 75px;
  width: 75px;
  text-align: center;
  display: inline-block;
  float: none;
  position: relative;
}

.middleNav ul li:first-child {
  margin: 0;
}

.middleNav ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.3rem .4rem;
  padding-bottom: 0.2rem;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  font-size: 11px;
  position: relative;
  -moz-box-shadow: 0 2px 1px #fff;
  -webkit-box-shadow: 0 2px 1px #fff;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  color: #cccccc;
  transition: all 0.3s;
}

.middleNav ul li a:hover {
  background: #CCE8F3;
  border: 1px solid #1FA2CC;
  color: #1FA2CC;
}

.middleNav ul li a.active {
  border: 1px solid #00335E;
  color: #00335E;
}

.middleNav ul li a span {
  margin-top: 3px;
}

/* ===== Left navigation ===== */
.leftNav {
  width: 212px;
  max-width: 36%;
  margin-top: -1px;
  float: left;
  margin-bottom: 80px;
  margin-right: 41px;
  border-radius: 4px;
  overflow: hidden;
}

/*.leftNav { width: 212px; max-width: 36%; margin-top: -1px; float: left; margin-bottom: 80px; margin-right: 41px; }*/
.leftNav .last {
  border-bottom: none;
}

.leftNav ul li {
  position: relative;
}

.leftNav ul li a {
  color: #424242;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .4rem .6rem;
  border: 1px solid #d5d5d5;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 0 !important;
}

.leftNav ul li .exp {
  padding: .4rem .6rem !important;
}

.leftNav ul li a:hover,
.leftNav ul li a.active {
  background: #00335E;
  color: #fff;
  border: 1px solid #042f52;
}

.leftNav ul li a span {
  padding: .4rem 6.rem;
  display: block;
}

/* Left navigation icons */

.leftNav ul li.dash a span {
  background-image: url(../images/icons/dark/download.png);
}

.leftNav ul li.graphs a span {
  background-image: url(../images/icons/dark/graph.png);
}

.leftNav ul li.forms a span {
  background-image: url(../images/icons/dark/pencil.png);
}

.leftNav ul li.gallery a span {
  background-image: url(../images/icons/dark/preview.png);
}

.leftNav ul li.typo span {
  background-image: url(../images/icons/dark/create.png);
}

.leftNav ul li.tables a span {
  background-image: url(../images/icons/dark/frames.png);
}

.leftNav ul li.cal a span {
  background-image: url(../images/icons/dark/dayCalendar.png);
}

.leftNav ul li.errors a span {
  background-image: url(../images/icons/dark/alert.png);
}

.leftNav ul li.files a span {
  background-image: url(../images/icons/dark/files.png);
}

.leftNav ul li.login a span {
  background-image: url(../images/icons/dark/user.png);
}

.leftNav ul li.widgets a span {
  background-image: url(../images/icons/dark/full.png);
}

.leftNav ul li.contacts a span {
  background-image: url(../images/icons/dark/users.png);
}

.leftNav ul li a span {
  background-position: 10px;
  background-repeat: no-repeat;
}

/* Left navigation subnav */

ul.sub {
  border: 2px solid #00335E;
  border-top: none;
  background: #fff;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}

ul.sub li {
  border-radius: 0px;
}

ul.sub li:nth-child(even) {
  background-color: #FFF;
}

ul.sub li:nth-child(odd) {
  background-color: #F5F5F5;
}

ul.sub li a {
  border: none;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #424242;
  font-size: 12px;
  padding: 0.4rem .6rem;
  border-radius: 0px;
}

ul.sub li a:hover,
.sub li a:active {
  font-style: normal;
  border: none;
  color: #00335E !important;
  background-color: #CCE8F3;
}

ul.sub li.ativo,
ul.sub li.ativo a:hover {
  font-style: normal;
  border: none;
  color: #00335E !important;
  background-color: #CCE8F3;
}

ul.sub li ul {
  border: none;
  border-top: 1px solid #c9c9c9;
}

ul.sub li ul li {
  padding-left: 10px;
}

/* ===== Statistics ===== */

.stats {
  margin-bottom: 1rem;
}

.stats ul li {
  display: block;
  float: left;
  margin-left: 5%;
  vertical-align: top;
  width: 21.2%;
}

.stats ul li:first-child {
  margin: 0;
}

.stats ul li span {
  color: #424242;
  font-size: 14px;
  display: block;
  vertical-align: middle;
  white-space: normal;
}

.count {
  font-size: 26px;
  height: 40px;
  width: 40px;
  display: inline-block;
  float: left;
  line-height: 41px;
  padding: 0 10px;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  margin-right: 10px;
}

.stats a.blue {
  background: url(../images/count/blue.png) repeat-x 0 0;
  border: 1px solid #2e6590;
  color: #f7f7f7;
}

.stats a.blue:hover {
  background-position: 0 -41px;
}

.stats a.blue:active {
  background-position: 0 -82px;
}

.stats a.grey {
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  border: 1px solid #d5d5d5;
  color: #b55d5c;
}

.stats a.grey:hover {
  background: #f6f6f6;
}

.stats a.grey:active {
  background: #f1f1f1;
}

.stats a.green {
  background: url(../images/count/green.png) repeat-x;
  border: 1px solid #19710e;
  color: #f7f7f7;
}

.stats a.green:hover {
  background-position: 0 -41px;
}

.stats a.green:active {
  background-position: 0 -82px;
}

.stats a.red {
  background: #efefef url(../images/count/red.png) repeat-x;
  border: 1px solid #7b2f2f;
  color: #f7f7f7;
}

.stats a.red:hover {
  background-position: 0 -41px;
}

.stats a.red:active {
  background-position: 0 -82px;
}

.stats a.yellow {
  background: #efefef url(../images/count/yellow.png) repeat-x;
  border: 1px solid #a5b800;
  color: #f7f7f7;
}

.stats a.yellow:hover {
  background-position: 0 -41px;
}

.stats a.yellow:active {
  background-position: 0 -82px;
}

.stats a.orange {
  background: #efefef url(../images/count/orange.png) repeat-x;
  border: 1px solid #e1b100;
  color: #f7f7f7;
}

.stats a.orange:hover {
  background-position: 0 -41px;
}

.stats a.orange:active {
  background-position: 0 -82px;
}

.stats a.blue-gray {
  background: #efefef url(../images/count/blue-gray.png) repeat-x;
  border: 1px solid #1f9fa3;
  color: #f7f7f7;
}

.stats a.blue-gray:hover {
  background-position: 0 -41px;
}

.stats a.blue-gray:active {
  background-position: 0 -82px;
}

.stats a.green-gray {
  background: #efefef url(../images/count/green-gray.png) repeat-x;
  border: 1px solid #239059;
  color: #f7f7f7;
}

.stats a.green-gray:hover {
  background-position: 0 -41px;
}

.stats a.green-gray:active {
  background-position: 0 -82px;
}

.stats a.gray {
  background: #efefef url(../images/count/gray.png) repeat-x;
  border: 1px solid #293c3d;
  color: #f7f7f7;
}

.stats a.gray:hover {
  background-position: 0 -41px;
}

.stats a.gray:active {
  background-position: 0 -82px;
}

.stats a.gray-light {
  background: #efefef url(../images/count/gray-light.png) repeat-x;
  border: 1px solid #5c6b6b;
  color: #f7f7f7;
}

.stats a.gray-light:hover {
  background-position: 0 -41px;
}

.stats a.gray-light:active {
  background-position: 0 -82px;
}

/* ===== Right side content ===== */

.fc-button-prev .fc-button-content {
  width: 10px;
  background: url(../images/leftArrow.png) no-repeat 15px 13px;
}

.fc-button-next .fc-button-content {
  width: 10px;
  background: url(../images/rightArrow.png) no-repeat 15px 13px;
}

/* ===== Right side content ===== */

.widget {
  border: 1px solid #d5d5d5;
  display: block;
  background: #fafafa;
  clear: both;
  border-top: none;
}

.widgetS {
  /*width: 342px;*/
  /*width: 100%;*/
  margin-top: 40px;
  border: 1px solid #d5d5d5;
  display: block;
  background: #fafafa;
  border-top: none;
  min-width: 25%;
  float: left;
  margin-right: 40px;
}

.head {
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  height: 38px;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.widget .head h5,
.table h5 {
  font-weight: normal;
  padding: 9px 12px 9px 35px;
  float: left;
}

.head input[type="text"] {
  padding: 0.3rem .4rem !important;
}

.head input[type="submit"] {
  padding: 0.35rem .6rem !important;
}

.widget .body {
  padding: 12px 14px;
}

.widget .normal h5,
.accordion-close h5 {
  background: url(../images/aNormal.png) no-repeat 15px 15px;
  padding: 9px 12px 9px 32px !important;
}

.widget .inactive h5,
.accordion-open h5 {
  background: url(../images/aInactive.png) no-repeat 12px 17px;
  padding: 9px 12px 9px 32px !important;
}

.widget .num {
  float: right;
  display: inline-block;
  text-align: center;
  margin: 9px 9px 0 0;
  font-size: 11px;
}

.widget .num span {
  margin-right: 10px;
}

.widget .num a {
  background: url(../images/ui/numDataBg.png) repeat-x;
  height: 19px;
  padding: 2px 5px;
  color: #fefefe;
}

.widget .num a.blueNum {
  background-position: 0 0;
  border: 1px solid #606873;
}

.widget .num a.blueNum:hover {
  background-position: 0 -19px;
}

.widget .num a.blueNum:active {
  background-position: 0 -38px;
}

.widget .num a.redNum {
  background-position: 0 -57px;
  border: 1px solid #9d382f;
}

.widget .num a.redNum:hover {
  background-position: 0 -76px;
}

.widget .num a.redNum:active {
  background-position: 0 -95px;
}

.widget .num a.greenNum {
  background-position: 0 -114px;
  border: 1px solid #218516;
}

.widget .num a.greenNum:hover {
  background-position: 0 -133px;
}

.widget .num a.greenNum:active {
  background-position: 0 -152px;
}

.widget .loader {
  float: right;
  margin: 14px 12px 0 0;
}

.userLink {
  font-size: 16px;
  padding-top: 3px;
  display: block;
  margin-left: 25px;
  white-space: nowrap;
}

.userWidget {
  padding: 6px 12px 0 12px;
  display: block;
  float: left;
}

/* ==========  Classes for collapsing  ========== */

.normal,
.inactive {
  cursor: pointer;
}

.normal,
.accordion-close {
  border-bottom: none;
}

.standalone {
  float: left;
  width: 300px;
  margin-left: 40px;
}

.standalone:first-child {
  margin-left: 0;
}

/* ===== Gallery ===== */

.pics {
  padding-bottom: 14px;
  margin: auto;
  padding: 0 6px 14px 6px;
  text-align: center;
}

.pics ul li {
  display: inline-block;
  height: 102px;
  margin: 16px 6px 0 6px;
  border: 1px solid #d5d5d5;
  position: relative;
}

.pics ul li:hover {
  border-color: #bbc1c9;
}

.pics .actions {
  background: #000;
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.pics .actions a {
  color: #fff;
  font-size: 11px;
  display: block;
  padding: 3px 4px;
  float: left;
}

.pics .actions a:first-child {
  padding-right: 0;
}

/* ===== Tabs ===== */

ul.tabs {
  background: url(../images/leftNavBg.png) repeat-x;
  height: 38px;
  border-bottom: 1px solid #d5d5d5;
  border-top: 1px solid #d5d5d5;
}

ul.tabs li {
  float: left;
  height: 38px;
  line-height: 39px;
  border-left: none;
  overflow: hidden;
  position: relative;
  border-right: 1px solid #d5d5d5;
  font-size: 15px;
}

ul.tabs li a {
  text-decoration: none;
  display: block;
  padding: 0px 12px;
  outline: none;
  color: #424242;
}

ul.tabs li a:hover {
  color: #797979;
}

html ul.tabs li.activeTab {
  background-color: #fafafa;
  height: 39px;
}

html ul.tabs li.activeTab a {
  color: #797979;
}

html ul.tabs li.inactiveTab a {
  color: #cac9c9;
  cursor: default;
}

.tab_container {
  overflow: hidden;
  clear: both;
  float: left;
  width: 100%;
}

.tab_content {
  padding: 10px 12px;
}

.tabsRight {
  position: relative;
}

.tabsRight ul.tabs {
  float: right;
  background: url(../images/leftNavBg.png) repeat-x;
  height: 38px;
  border-bottom: 1px solid #d5d5d5;
  position: absolute;
  top: 0;
  right: 0;
}

.tabsRight ul.tabs li {
  border-left: 1px solid #d5d5d5;
  border-right: none;
}

.tabsRight ul.tabs li.activeTab {
  background-color: #fafafa;
  height: 38px;
}

/* ===== Widgets ===== */

.oneOne {
  width: 100%;
}

.twoOne {
  width: 50%;
}

.ThreeOne {
  width: 33.33%;
}

.FourOne {
  width: 25%;
}

.SixOne {
  width: 17%;
}

.obsportariaInput {
  width: 153% !important;
}

.widget,
.content .title,
.count,
.widget .num a,
a.count1,
.table,
.breadCrumb,
.earnings,
.leftNav ul li a,
.listData .cNote,
.pages li a,
.errorPage,
.btn14,
.btn55,
.loginPanel,
.customfile {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
}

.widgets {
  clear: both;
}

.widgets .left {
  float: left;
  /*width: 344px;*/
  width: 48%;
  margin-right: 4%;
}

.widgets .right {
  float: right;
  /*width: 344px;*/
  width: 48%;
}

.content {
  padding-bottom: 80px;
  overflow: hidden;
}

.content .title {
  background: #00335E;
  height: 36px;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  margin-bottom: 2rem;
}

.content .title h5 {
  float: left;
  color: #fafafa;
  font-weight: normal;
  display: block;
  padding: 7px 15px;
}

/* Support ticket and Latest orders */
.supTicket {
  background: url(../images/linesSep.png) 0 0 repeat-x;
  padding: 12px 12px 15px 12px;
}

.supTicket .issueType {
  color: #515e70;
  clear: both;
  font-weight: bold;
  background: url(../images/dashed.png) repeat-x 0;
}

.supTicket .issueType .issueInfo {
  float: left;
  display: block;
  background: #fafafa;
  padding-right: 5px;
}

.supTicket .issueType .issueNum {
  float: right;
  display: block;
  background: #fafafa;
  padding-left: 5px;
  padding-right: 1px;
}

.issueSummary {
  clear: both;
  padding-top: 14px;
}

.issueSummary img {
  border: 1px solid #d5d5d5;
}

.ticketInfo ul {
  float: left;
  width: 100%;
  margin-bottom: -6px;
}

.ticketInfo ul li {
  width: 50%;
  margin-top: -2px;
  display: inline-block;
  float: left;
  margin-bottom: 6px;
  padding: 0;
}

.ticketInfo ul li.even {
  text-align: right;
}

.ticketInfo {
  margin-top: -3px;
  margin-bottom: -11px;
  margin-left: 50px;
}

/* User */
.userSummary {
  background: url(../images/linesSep.png) 0 100% repeat-x;
}

.userSummary ul {}

.userSummary ul li {
  width: 127px;
  display: block;
  float: left;
  margin-bottom: 12px;
  margin-top: -1px;
}

.userSummary ul li.even {
  text-align: right;
}

.userSummary .infoLeft {
  width: 153px;
  float: left;
}

.userSummary .infoLeft div,
.userSummary .infoRight div {
  padding-top: 12px;
}

.userSummary .infoLeft div:first-child,
.userSummary .infoRight div:first-child {
  padding: 0;
}

.userSummary .infoRight {
  width: 153px;
  float: right;
  text-align: right;
}

.userAlt {
  padding: 0 12px;
  background: url(../images/leftNavBg.png) repeat-x;
}

.userAlt img {
  float: left;
  display: block;
  margin: 4px 8px 0 0;
}

.userEmail {
  display: block;
  white-space: nowrap;
}

.botRow span {
  float: left;
  display: block;
  margin-right: 10px;
}

#eq span {
  height: 120px;
  float: left;
  margin-right: 30px;
  display: block;
}

/* Search */
.searchWidget {
  position: relative;
  margin-top: 40px;
}

.searchWidget input[type="text"] {
  background: #fafafa;
  border: 1px solid #d5d5d5;
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.searchWidget input[type="submit"] {
  background: url(../images/searchBtn.png) no-repeat 0 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 36px;
  height: 36px;
}

/* Website stats */
.webStatsLink {
  font-size: 16px;
  color: #b55d5c;
  font-weight: bold;
}

.statPlus,
.statMinus {
  padding-left: 12px;
  font-size: 12px;
}

.statPlus {
  color: #549332;
  background: url(../images/topArrow.png) no-repeat 0 3px;
}

.statMinus {
  color: #b55d5c;
  background: url(../images/botArrow.png) no-repeat 0 3px;
}

/* Accordion */
.menu_body {
  display: none;
  padding: 12px 14px;
  border-radius: 4px;
}

.menu_body:first-child {
  border-radius: 4px 4px 0 0;
}

.menu_body:last-child {
  border-radius: 0 0 4px 4px;
}

.acc .head {
  margin-bottom: -1px;
  cursor: pointer;
}

.acc .head h5 {
  padding: 9px 14px;
}

/* ===== Flot ===== */

.chart,
.autoUpdate,
.bars {
  height: 220px;
  z-index: 90;
  margin: 10px 0 0 0;
  max-width: 100%;
}

.pieWidget {
  width: 100%;
  height: 316px;
  margin: 0 auto;
}

/* ===== Footer ===== */

#footer {
  clear: both;
  background: #042f52;
  width: 100%;
  color: #fff;
  margin-top: 42px;
  position: absolute;
  bottom: 0;
}

#footer span {
  padding: 9px 5px;
  display: flex;
  font-size: 11px;
  align-items: center;
  column-gap: 0.3rem;
}

#footer span a {
  color: #EB5D40;
}

/* ===== Table ===== */

.tableStatic thead td {
  padding: 3px 0 2px 0;
  text-align: center;
  border-left: 1px solid #d5d5d5;
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  border-bottom: 1px solid #d5d5d5;
  font-size: 11px;
  color: #878787;
}

.tableStatic thead td:first-child {
  border-left: none;
}

.tableStatic tbody tr {
  border-top: 1px solid #e7e7e7;
}

.tableStatic tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

.tableStatic tbody td {
  border-left: 1px solid #e7e7e7;
  padding: 8px 10px;
  vertical-align: middle;
}

.tableStatic tbody td:first-child {
  border-left: none;
}

/* ===== Forms ===== */

.mainForm label {
  margin-right: 15px;
  display: block;
  float: left;
  padding: 4px 10px;
}

.datepicker {
  width: 75% !important;
  cursor: pointer;
}

.colorpick {
  width: 58px !important;
  float: left;
  cursor: pointer;
}

.pick {
  width: 16px;
  height: 16px;
  float: left;
  background: url(../images/color.png) no-repeat 0;
  margin: 2px 5px;
  cursor: pointer;
  padding: 4px 0 !important;
}

.colorP {
  position: relative;
  width: 58px;
}

.multiple {
  width: 100%;
  height: 200px;
  padding: 5px;
  border: 1px solid #d5d5d5;
}

.sliderSpecs label {
  padding: 0 !important;
  font-size: 11px;
  line-height: 14px;
}

.sliderSpecs input {
  float: left;
  width: auto !important;
  background: none !important;
  border: 0 !important;
  font-weight: bold;
  color: #3a6fa5;
  padding: 0 !important;
  margin-left: 10px;
}

.moreFields ul li {
  float: left;
  width: 8%;
  margin: 0;
}

.moreFields ul li.sep {
  padding: 3px 5px 3px 6px;
  display: block;
  margin: 0;
  width: auto;
  color: #d5d5d5;
}

.moreFields ul li span {
  display: block;
  padding: 3px 12px;
  white-space: nowrap;
}

.itemDisabled {
  color: #b7b7b7;
}

.rowFlexFull {
  display: inline-flex;
  width: 100%;
}

.rowElem {
  clear: both;
  border-top: 1px solid #e7e7e7;
  padding: 10px 16px;
  position: relative;
}

.formRight {
  float: right;
  width: 90%;
  margin: 12px 0;
  display: block;
  position: relative;
}

.formRight label,
.loginRow label {
  cursor: pointer;
}

.formBottom {
  /*width: 688px;*/
  margin: 12px 12px 12px 0;
}

.rowElem>label {
  padding: 15px 0;
  width: 7%;
}

.rowElem .topLabel,
.plr .topLabel {
  padding: 5px 12px 0 0;
  width: 100%;
}

#valid input {
  position: relative;
}

/* ===== Form styling ===== */

.mainForm input[type="text"],
.mainForm input[type="number"],
.mainForm textarea,
.mainForm input[type="password"] {
  background: #fff;
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: .6rem 1rem;
  font-size: 12px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.mainForm input[type="text"]:hover,
.mainForm input[type="number"],
.mainForm input[type="password"]:hover,
.mainForm textarea:hover {
  background: #fcfcfc;
  border: 1px solid #d1d1d1;
}

.mainForm input[type="text"]:focus,
.mainForm input[type="number"],
.mainForm input[type="password"]:focus,
.mainForm textarea:focus {
  border: 1px solid #bbc1c9;
  background: #fff;
}

.submitForm {
  float: right;
  margin: 1px 16px 22px 16px;
}

/* Select */

div.selector {
  position: relative;
  height: 32px;
  background: #fff;
  float: left;
  width: 70%;
  position: relative;
  padding-left: 10px;
  border: 1px solid #d5d5d5;
}

div.selector span {
  width: 100%;
  cursor: pointer;
  position: absolute;
  right: -1px;
  height: 32px;
  background: url(../images/forms/chevron-down-custom.png) no-repeat center right;
  background-position: center right 0.4rem;
  background-size: contain;
  top: 0px;
  left: 0.6rem;
  line-height: 32px;
  font-size: 12px;
}

div.selector select {
  width: 100%;
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  height: 26px;
  top: 2px;
  left: -1px;
}

.dataTables_length div.selector {
  width: 45px;
  float: left;
  height: 20px;
  padding-left: 8px;
}

.dataTables_length div.selector span {
  width: 45px;
  height: 22px;
  background: url(../images/forms/chevron-down-custom.png) no-repeat center right;
  background-size: contain;
  line-height: 22px;
  top: -1px;
}

.dataTables_length div.selector select {
  width: 65px;
  left: -5px;
  height: 22px;
}

/* Checker */

div.checker {
  width: 15px;
  height: 15px;
  position: relative;
  float: left;
  margin-right: 10px;
  margin-top: 2px;
}

div.checker input {
  width: 15px;
  height: 15px;
  opacity: 0;
  filter: alpha(opacity : 0);
  display: inline-block;
  background: none;
}

div.checker span {
  background: transparent url(../images/forms/checkbox.png) no-repeat 0 0px;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.checker span.checked {
  background-position: center bottom;
}

/* Radio */

div.radio {
  width: 18px;
  height: 18px;
  position: relative;
  float: left;
  margin-top: 5px;
}

div.radio input {
  opacity: 0;
  filter: alpha(opacity: 0);
  text-align: center;
  display: inline-block;
  background: none;
  width: 18px;
  height: 18px;
}

div.radio span {
  background: transparent url(../images/forms/radio.png) no-repeat 0 0;
  vertical-align: middle;
  height: 15px;
  width: 15px;
  display: block;
  display: -moz-inline-box;
  display: inline-block;
  text-align: center;
}

div.radio span.checked {
  background-position: center bottom;
}

/* Uploader */
#uploader {
  border: 1px solid #d5d5d5;
}

div.uploader {
  width: 240px;
  position: relative;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  background: white;
  padding: 2px 2px 2px 8px;
}

div.uploader span.action {
  width: 22px;
  background: #fff url(../images/addFiles.png) no-repeat 0 0;
  height: 22px;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer;
  float: right;
  text-indent: -9999px;
  display: inline;
  overflow: hidden;
  cursor: pointer;
}

div.uploader:hover span.action {
  background-position: 0 -27px;
}

div.uploader:active span.action {
  background-position: 0 -54px;
}

div.uploader span.filename {
  color: #777;
  max-width: 200px;
  font-size: 11px;
  line-height: 22px;
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: default;
}

div.uploader input {
  width: 266px;
  opacity: 0;
  filter: alpha(opacity: 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  float: right;
  height: 26px;
  border: none;
  cursor: pointer;
}

.uploader {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
}

/* ===== List styles ===== */

.list {}

.list .legend {
  display: block;
  font-weight: bold;
  padding-bottom: 4px;
}

.list ul li {
  padding: 0 0 0 15px;
}

.plusBlue li {
  background: url(../images/icons/lists/plusBlue.png) no-repeat 0 7px;
}

.plusRed li {
  background: url(../images/icons/lists/plusRed.png) no-repeat 0 7px;
}

.plusGrey li {
  background: url(../images/icons/lists/plusGrey.png) no-repeat 0 7px;
}

.plusGreen li {
  background: url(../images/icons/lists/plusGreen.png) no-repeat 0 7px;
}

.tipBlue ul li {
  background: url(../images/icons/lists/tipBlue.png) no-repeat 0 6px;
}

.tipRed ul li {
  background: url(../images/icons/lists/tipRed.png) no-repeat 0 6px;
}

.tipGrey ul li {
  background: url(../images/icons/lists/tipGrey.png) no-repeat 0 6px;
}

.tipGreen ul li {
  background: url(../images/icons/lists/tipGreen.png) no-repeat 0 6px;
}

.arrowBlue ul li {
  background: url(../images/icons/lists/arrowBlue.png) no-repeat 1px 6px;
}

.arrowRed ul li {
  background: url(../images/icons/lists/arrowRed.png) no-repeat 1px 6px;
}

.arrowGrey ul li {
  background: url(../images/icons/lists/arrowGrey.png) no-repeat 1px 6px;
}

.arrowGreen ul li {
  background: url(../images/icons/lists/arrowGreen.png) no-repeat 1px 6px;
}

.arrow2Blue ul li {
  background: url(../images/icons/lists/arrow2Blue.png) no-repeat 1px 6px;
}

.arrow2Red ul li {
  background: url(../images/icons/lists/arrow2Red.png) no-repeat 1px 6px;
}

.arrow2Grey ul li {
  background: url(../images/icons/lists/arrow2Grey.png) no-repeat 1px 6px;
}

.arrow2Green ul li {
  background: url(../images/icons/lists/arrow2Green.png) no-repeat 1px 6px;
}

/* ===== Tooltip ===== */

.tipsy {
  padding: 4px;
  font-size: 11px;
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-repeat: no-repeat;
  background-image: url(../images/tipsy.gif);
}

.tipsy-inner {
  padding: 2px 8px 2px 8px;
  background-color: black;
  color: white;
  max-width: 200px;
  text-align: center;
}

.tipsy-inner {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-north {
  background-position: top center;
}

.tipsy-south {
  background-position: bottom center;
}

.tipsy-east {
  background-position: right center;
}

.tipsy-west {
  background-position: left center;
}

/* ===== Notification messages ===== */

.nNote {
  cursor: pointer;
  clear: both;
  margin: 20px 0px 20px 0px;
  border-radius: 4px;
}

.nNote strong {
  margin-right: 5px;
}

.nNote p {
  font-size: 11px;
  padding: 10px 25px 10px 54px;
  margin: 0px;
  color: #565656;
}

.nMessage p {
  font-size: 11px;
}

.nWarning {
  background: #ffe9ad url(../images/icons/notifications/error.png) no-repeat 15px center;
  border: 1px solid #eac572;
  color: #826200;
}

.nSuccess {
  background: #effeb9 url(../images/icons/notifications/accept.png) no-repeat 15px center;
  border: 1px solid #c1d779;
  color: #3c5a01;
}

.nFailure {
  background: #fccac1 url(../images/icons/notifications/exclamation.png) no-repeat 15px center;
  border: 1px solid #e18b7c;
  color: #ac260f;
}

.nInformation {
  background: #d1e4f3 url(../images/icons/notifications/information.png) no-repeat 15px center;
  border: 1px solid #99c4ea;
  color: #235685;
}

.nLightbulb {
  background: #fef0cb url(../images/icons/notifications/lightbulb.png) no-repeat 15px center;
  border: 1px solid #d3a350;
  color: #835f21;
}

.nMessages {
  background: #9ddfff url(../images/icons/notifications/email.png) no-repeat 15px center;
  border: 1px solid #42b4ff;
  color: #835f21;
}

@media (max-width: 1000px) {
  div.table {
    overflow-x: scroll;
  }
}

/* ===== Dynamic table headers ===== */

.table {
  margin-top: 20px;
  border: 1px solid #d5d5d5;
  border-top: none;
}

.headTitle {
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  height: 37px;
  border-bottom: 1px solid #d5d5d5;
}

/* ===== Spinner ===== */

.ui-spinner {
  width: 10em;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #d5d5d5;
  background: url(../images/forms/spinnerBg.png) repeat-x top left !important;
  height: 25px;
  padding: 0 6px;
}

.ui-spinner-disabled {
  background: #f4f4f4;
  color: #ccc;
}

.ui-spinner input.ui-spinner-box {
  border: none !important;
  background: none !important;
  padding: 6px 0;
}

.ui-spinner-up,
.ui-spinner-down {
  width: 18px;
  padding: 0;
  margin: 0;
  z-index: 100;
  position: absolute;
  right: 0;
  cursor: default;
  border: none;
}

.ui-spinner-up {
  background: url(../images/forms/spinnerTop.png) no-repeat;
  height: 13px;
  top: 0;
}

.ui-spinner-down {
  height: 12px;
  bottom: 0px;
  background: url(../images/forms/spinnerBottom.png) no-repeat;
}

.ui-spinner-pressed {}

.ui-spinner-list,
.ui-spinner-listitem {
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.ui-spinner ul li,
.ui-spinner-data {
  line-height: 25px;
  height: 25px;
}

/* ===== Growl notifications ===== */

div.jGrowl {
  z-index: 9999;
  color: #fff;
  font-size: 12px;
}

div.ie6.top-right {
  right: auto;
  bottom: auto;
  left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px"
    );
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px"
    );
}

div.ie6.top-left {
  left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px"
    );
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px"
    );
}

div.ie6.bottom-right {
  left: expression((0 - jGrowl.offsetWidth + (document.documentElement.clientWidth ? document.documentElement.clientWidth: document.body.clientWidth) + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px"
    );
  top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px"
    );
}

div.ie6.bottom-left {
  left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px"
    );
  top: expression((0 - jGrowl.offsetHeight + (document.documentElement.clientHeight ? document.documentElement.clientHeight: document.body.clientHeight) + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px"
    );
}

div.ie6.center {
  left: expression((0 + (ignoreMe2=document.documentElement.scrollLeft ? document.documentElement.scrollLeft: document.body.scrollLeft)) + "px"
    );
  top: expression((0 + (ignoreMe=document.documentElement.scrollTop ? document.documentElement.scrollTop: document.body.scrollTop)) + "px"
    );
  width: 100%;
}

/** Normal Style Positions **/
div.jGrowl {
  position: absolute;
}

body>div.jGrowl {
  position: fixed;
}

div.jGrowl.top-left {
  left: 0px;
  top: 0px;
}

div.jGrowl.top-right {
  right: 0px;
  top: 36px;
}

div.jGrowl.bottom-left {
  left: 0px;
  bottom: 0px;
}

div.jGrowl.bottom-right {
  right: 0px;
  bottom: 0px;
}

div.jGrowl.center {
  top: 0px;
  width: 50%;
  left: 25%;
}

.middle {
  vertical-align: middle;
}

/** Cross Browser Styling **/
div.center div.jGrowl-notification,
div.center div.jGrowl-closer {
  margin-left: auto;
  margin-right: auto;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  background-color: black;
  opacity: 0.85;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  zoom: 1;
  width: 235px;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Tahoma, "Inter", Arial, Helvetica, sans-serif;
  font-size: 1em;
  text-align: left;
  display: none;
}

div.jGrowl div.jGrowl-notification {
  min-height: 40px;
}

div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
  margin: 10px;
}

div.jGrowl div.jGrowl-notification div.jGrowl-header {
  font-weight: bold;
  font-size: 0.85em;
}

div.jGrowl div.jGrowl-notification div.jGrowl-close {
  z-index: 99;
  float: right;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
}

div.jGrowl div.jGrowl-closer {
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
}

/** Hide jGrowl when printing **/
@media print {

  html,
  body {
    height: auto;
    height: auto;
    height: auto;
  }

  div.jGrowl {
    display: none;
  }
}

/* ===== Page scrolling ===== */

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 21px;
  height: 21px;
  border: none;
  text-indent: -999px;
  background: url(/images/ui.totop.png) no-repeat left top;
}

#toTopHover {
  background: url(/images/ui.totop.png) no-repeat left -22px;
  width: 21px;
  height: 21px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/* ===== Contact list ===== */

.listNav {
  margin: 0 0 10px;
}

.ln-letters {
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
  text-align: center;
}

.ln-letters a {
  font-size: 11px;
  display: inline-block;
  padding: 4px 1%;
  border: 1px solid #d5d5d5;
  margin-right: -1px;
  text-decoration: none;
  background: #efefef url(../images/leftNavBg.png) repeat-x;
}

ul.listData {
  float: right;
  text-align: right;
  margin-top: -1px;
  font-size: 11px;
}

ul.listData li {
  display: inline-block;
  padding: 0 6px 1px 6px !important;
  border: none !important;
  margin-left: 6px;
}

.listData .cNote {
  background: #fafafa;
  display: block;
  padding: 0 6px;
  border: 1px solid #d5d5d5;
  color: #878787;
}

.ln-letters a.ln-last {}

.ln-letters a:first-child {}

.ln-letters a:hover,
.ln-letters a.ln-selected {
  background: #eaeaea;
}

.ln-letters a.ln-disabled {
  color: #ccc;
}

.ln-letter-count {
  text-align: center;
  font-size: 0.8em;
  line-height: 1;
  margin-bottom: 3px;
  color: #336699;
}

#myList>li {
  padding: 8px 0 8px 12px;
  border-top: 1px solid #ebebeb;
}

#myList>li:hover {
  background: #fff;
}

#myList>li:first-child {
  padding-top: 8px;
}

/* ===== PRE tag styles ===== */

.SRC_Wrap {
  height: auto;
  font-size: 12px;
}

.SRC_Title {
  text-align: center;
  color: #555;
  border-bottom: 2px solid #999;
  font-size: 14px;
  font-family: Verdana, Geneva, sans-serif;
  padding: 5px;
  font-weight: 700;
}

.SRC_Line {
  width: 100%;
  background-color: #fafafa;
  min-height: 28px;
  line-height: 28px;
}

.SRC_Line:nth-child(even) {
  background-color: #f5f5f5;
}

.SRC_NumBox {
  width: 5%;
  float: left;
}

.SRC_Num {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  text-align: right;
  color: #555;
  font-weight: 500;
  padding-right: 2px;
  width: 100%;
  height: auto;
  min-height: 28px;
  line-height: 28px;
}

.SRC_CodeContent {
  white-space: pre-wrap;
  border-left: 1px solid #d5d5d5;
  font-size: 12px;
  padding-left: 6px;
  font-family: "Courier New", Courier, monospace;
  margin: 0px;
  min-height: 28px;
  line-height: 28px;
}

.SRC_NumContent {
  text-align: right;
  margin-right: 4px;
  color: #555;
}

.SRC_CodeBox {
  float: left;
  width: 95%;
}

.SC_blue {
  color: blue;
}

.SC_grey {
  color: grey;
}

.SC_navy {
  color: navy;
}

.SC_green {
  color: green;
}

.SC_orange {
  color: #930;
}

.SC_red {
  color: #f00;
}

.SC_teal {
  color: teal;
}

.SC_gold {
  color: #fc0;
}

.SC_pink {
  color: #ff68a4;
}

.SC_bold {
  font-weight: 700;
}

/* ===== Breadcrumbs ===== */

.module:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .module {
  height: 1%;
  overflow: visible;
}

*+html .module {
  min-height: 1%;
}

.breadCrumbHolder.module {
  border: solid 1px #d5d5d5;
  background: #fafafa;
  margin-top: 20px;
}

.breadCrumb {
  float: left;
  display: block;
  height: 21px;
  overflow: hidden;
  width: 100%;
  padding: 5px;
}

.breadCrumb ul {
  margin: 0;
  padding: 0;
  height: 21px;
  display: block;
}

.breadCrumb ul li {
  display: block;
  float: left;
  position: relative;
  height: 21px;
  overflow: hidden;
  line-height: 21px;
  margin: 0px 6px 0px 0;
  padding: 0px 12px 0px 2px;
  font-size: 0.9167em;
  background: url(../images/Chevron.gif) no-repeat 100% 0;
}

.breadCrumb ul li div.chevronOverlay {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.breadCrumb ul li span {
  display: block;
  overflow: hidden;
}

.breadCrumb ul li a {
  display: block;
  position: relative;
  height: 21px;
  line-height: 21px;
  overflow: hidden;
  float: left;
}

.breadCrumb ul li.firstB a {
  height: 16px !important;
  text-indent: -1000em;
  width: 16px;
  padding: 0;
  margin-top: 2px;
  overflow: hidden;
  background: url(../images/IconHome.gif) no-repeat 0 0;
}

.breadCrumb ul li.firstB a:hover {
  background-position: 0 -16px;
}

.breadCrumb ul li.lastB {
  background: none;
  margin-right: 0;
  padding-right: 0;
}

.chevronOverlay {
  display: none;
  background: url(../images/ChevronOverlay.png) no-repeat 100% 0;
  width: 13px;
  height: 20px;
}

/* ===== Form validation ===== */

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 280px;
  display: block;
  z-index: 500;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #202020;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 160px;
  font-size: 11px;
  border: 1px solid #000;
  padding: 4px 10px 4px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  font-size: 0px;
  height: 1px;
  background: #202020;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #fff;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}

/* ===== Color picker ===== */

.colorpicker {
  width: 356px;
  height: 176px;
  overflow: hidden;
  position: absolute;
  background: url(../images/colorPicker/colorpicker_background.png);
  font-family: "Inter", Arial, Helvetica, sans-serif;
  display: none;
}

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url(../images/colorPicker/colorpicker_overlay.png);
}

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url(../images/colorPicker/colorpicker_select.gif);
  margin: -5px 0 0 -5px;
}

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 171px;
  width: 35px;
  height: 150px;
  cursor: n-resize;
}

.colorpicker_hue div {
  position: absolute;
  width: 35px;
  height: 9px;
  overflow: hidden;
  background: url(../images/colorPicker/colorpicker_indic.gif) left top;
  margin: -4px 0 0 0;
  left: 0px;
}

.colorpicker_new_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 213px;
  top: 13px;
  background: #f00;
}

.colorpicker_current_color {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 10px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  color: #898989;
  top: 4px;
  right: 11px;
  text-align: right;
  margin: 0;
  padding: 0;
  height: 11px;
}

.colorpicker_hex {
  position: absolute;
  width: 72px;
  height: 22px;
  background: url(../images/colorPicker/colorpicker_hex.png) top;
  left: 212px;
  top: 142px;
}

.colorpicker_hex input {
  right: 6px;
}

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}

.colorpicker_rgb_r {
  background-image: url(../images/colorPicker/colorpicker_rgb_r.png);
  top: 52px;
  left: 212px;
}

.colorpicker_rgb_g {
  background-image: url(../images/colorPicker/colorpicker_rgb_g.png);
  top: 82px;
  left: 212px;
}

.colorpicker_rgb_b {
  background-image: url(../images/colorPicker/colorpicker_rgb_b.png);
  top: 112px;
  left: 212px;
}

.colorpicker_hsb_h {
  background-image: url(../images/colorPicker/colorpicker_hsb_h.png);
  top: 52px;
  left: 282px;
}

.colorpicker_hsb_s {
  background-image: url(../images/colorPicker/colorpicker_hsb_s.png);
  top: 82px;
  left: 282px;
}

.colorpicker_hsb_b {
  background-image: url(../images/colorPicker/colorpicker_hsb_b.png);
  top: 112px;
  left: 282px;
}

.colorpicker_submit {
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../images/colorPicker/colorpicker_submit.png) top;
  left: 322px;
  top: 142px;
  overflow: hidden;
}

.colorpicker_focus {
  background-position: center;
}

.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}

.colorpicker_slider {
  background-position: bottom;
}

#colorSelector {
  position: relative;
  width: 36px;
  height: 36px;
  background: url(../images/colorPicker/select.png);
}

#colorSelector div {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 30px;
  height: 30px;
  background: url(../images/colorPicker/select.png) center;
}

#colorSelector2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(../images/colorPicker/select2.png);
}

#colorSelector2 div {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: url(../images/colorPicker/select2.png) center;
}

#colorpickerHolder2 {
  top: 32px;
  left: 0;
  width: 356px;
  height: 0;
  overflow: hidden;
  position: absolute;
}

#colorpickerHolder2 .colorpicker {
  background-image: url(../images/colorPicker/custom_background.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

#colorpickerHolder2 .colorpicker_hue div {
  background-image: url(../images/colorPicker/custom_indic.gif);
}

#colorpickerHolder2 .colorpicker_hex {
  background-image: url(../images/colorPicker/custom_hex.png);
}

#colorpickerHolder2 .colorpicker_rgb_r {
  background-image: url(../images/colorPicker/custom_rgb_r.png);
}

#colorpickerHolder2 .colorpicker_rgb_g {
  background-image: url(../images/colorPicker/custom_rgb_g.png);
}

#colorpickerHolder2 .colorpicker_rgb_b {
  background-image: url(../images/colorPicker/custom_rgb_b.png);
}

#colorpickerHolder2 .colorpicker_hsb_s {
  background-image: url(../images/colorPicker/custom_hsb_s.png);
  display: none;
}

#colorpickerHolder2 .colorpicker_hsb_h {
  background-image: url(../images/colorPicker/custom_hsb_h.png);
  display: none;
}

#colorpickerHolder2 .colorpicker_hsb_b {
  background-image: url(../images/colorPicker/custom_hsb_b.png);
  display: none;
}

#colorpickerHolder2 .colorpicker_submit {
  background-image: url(../images/colorPicker/custom_submit.png);
}

#colorpickerHolder2 .colorpicker input {
  color: #778398;
}

#customWidget {
  position: relative;
  height: 36px;
}

#popup_container {
  min-width: 300px;
  max-width: 600px;
  background: url(../images/alertOpacityOverlay.png) repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#popup_title {
  text-align: center;
  background: url(../images/leftNavBg.png) repeat-x;
  border-bottom: 1px solid #d5d5d5;
  cursor: default;
  padding: 9px 0 9px 0px;
  margin: 0em;
  height: 20px;
}

#popup_content {
  background: #fafafa;
  padding: 1em 1.75em;
  margin: 0em;
}

#popup_message {
  text-align: center;
}

#popup_panel {
  text-align: center;
  margin: 1em 0em 0em 0em;
}

#popup_message input[type="text"] {
  background: #fcfcfc;
  border: 1px solid #d1d1d1;
  padding: 5px;
  width: 258px;
}

#popup_prompt {
  margin: 0.5em 0em;
}

/* ===== Error pages  ===== */

.errorPage {
  width: 370px;
  margin: 100px auto 80px auto;
  position: relative;
}

.errorPage .errorTitle,
.weAreOff {
  background: url(../images/linesSep.png) repeat-x 0 100%;
  width: 290px;
  padding-bottom: 15px;
}

.weAreOff {
  width: 100%;
}

.errorPage h1 {
  color: #404040;
  font-size: 140px;
  margin: 80px 0;
  position: relative;
  padding-left: 10px;
}

.errorPage h2 {
  font-size: 22px;
  font-weight: normal;
}

.errorPage h2 span {
  background: url(../images/sadEmo.png) no-repeat 0;
  padding-left: 26px;
}

.errorPage .bubbles {
  position: absolute;
  background: url(../images/error.png) no-repeat 0 0;
  width: 138px;
  height: 133px;
  top: -10px;
  left: 225px;
}

.errorPage p {
  width: 100%;
  padding: 13px 0;
  background: url(../images/linesSep.png) repeat-x 0 0;
  font-size: 20px;
  text-align: center;
}

.backToDash {
  text-align: center;
  margin: 10px;
}

/* ===== File uploader  ===== */

.plupload_button {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #03335E;
  line-height: 12px;
  margin-top: 3px;
}

.plupload_start {
  float: left;
  background: url(../images/ui/successBtn.png) repeat-x 0 0;
  border: 1px solid #2196F3;
  background:#2196F3;
  color: #fff;
}

.plupload_start span {
  background: url(../images/upload.png) no-repeat 10px;
  padding: 5px 13px 6px 26px;
  display: block;
}

.plupload_start:hover {
  background-position: 0 -25px;
}

.plupload_start:active {
  background-position: 0 -50px;
}

.plupload_disabled,
a.plupload_disabled:hover {
  color: #a6a6a6;
  border: 1px solid #e9e9e9;
  background: url(../images/ui/uploadDisabled.png) repeat-x;
  cursor: default;
}

.plupload_disabled span {
  padding: 5px 13px 6px 13px;
}

.plupload_add {
  margin-right: 10px;
  background: url(../images/ui/successBtn.png) repeat-x 0 0;
  border: 1px solid #4f5a68;
  float: left;
}

.plupload_add span {
  background: url(../images/add.png) no-repeat 10px;
  padding: 5px 13px 6px 26px;
  display: block;
}

.plupload_add:hover {
  background-position: 0 -25px;
}

.plupload_add:active {
  background-position: 0 -50px;
}

.plupload_wrapper {
  font-size: 11px;
  width: 100%;
}

.plupload_container {}

.plupload_container input {
  border: 1px solid #ddd;
  font-size: 11px;
  width: 98%;
}

.plupload_filelist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plupload_scroll .plupload_filelist {
  height: 185px;
  background: #fafafa;
  overflow-y: scroll;
}

.plupload_filelist li {
  padding: 10px 12px;
  background: whiteSmoke;
  border-bottom: 1px solid #e7e7e7;
}

.plupload_filelist li:hover {
  background: #fdfdfd;
}

.plupload_filelist_header,
.plupload_filelist_footer {
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  padding: 3px 12px;
  color: #878787;
}

.plupload_filelist_header {
  border-bottom: 1px solid #d5d5d5;
}

.plupload_filelist_footer {
  border-top: 1px solid #d5d5d5;
  height: 31px;
  line-height: 30px;
  vertical-align: middle;
}

.plupload_file_name {
  float: left;
  overflow: hidden;
}

.plupload_file_status {
  color: #777;
}

.plupload_file_status span {}

.plupload_file_size,
.plupload_file_status,
.plupload_progress {
  float: right;
  width: 80px;
}

.plupload_file_size,
.plupload_file_status,
.plupload_file_action {
  text-align: right;
}

.plupload_filelist .plupload_file_name {
  width: 205px;
}

.plupload_file_action {
  float: right;
  width: 14px;
  margin-top: 3px;
  height: 14px;
  margin-left: 15px;
}

.plupload_file_action * {
  display: none;
  width: 14px;
  height: 14px;
}

li.plupload_uploading {}

li.plupload_done {
  color: #aaa;
}

li.plupload_delete a {
  background: url(../images/uploader/deleteFile.png) no-repeat 0;
}

li.plupload_failed a {
  background: url(../images/uploader/error.png) no-repeat 0;
  cursor: default;
}

li.plupload_done a {
  background: url(../images/uploader/uploaded.png) no-repeat 0;
  cursor: default;
}

.plupload_progress,
.plupload_upload_status {
  display: none;
}

.plupload_progress_container {
  margin-top: 10px;
  border: 1px solid #ccc;
  background: #fff;
  padding: 1px;
}

.plupload_progress_bar {
  width: 0px;
  height: 7px;
  background: #cdeb8b;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action,
.plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 17px;
}

/* Floats */

.plupload_clear,
.plupload_clearer {
  clear: both;
}

.plupload_clearer,
.plupload_progress_bar {
  display: block;
  font-size: 0;
  line-height: 0;
}

li.plupload_droptext {
  background: transparent;
  text-align: center;
  vertical-align: middle;
  border: 0;
  line-height: 165px;
}

/* ===== Wizard  ===== */

.swMain {
  position: relative;
}

.swMain .stepContainer {
  display: block;
  position: relative;
  overflow: hidden;
  clear: both;
}

.swMain .stepContainer div.wContent {
  display: block;
  position: absolute;
  float: left;
  margin: 0;
  text-align: left;
  overflow: visible;
  z-index: 88;
  clear: both;
  width: 100%;
}

.swMain .stepContainer div.wContent p {
  padding: 12px;
}

.swMain div.actionBar {
  display: block;
  position: relative;
  clear: both;
  padding: 0;
  color: #5a5655;
  height: 41px;
  text-align: left;
  overflow: auto;
  z-index: 88;
  left: 0;
  background: #efefef url(../images/leftNavBg.png) repeat-x;
  border-top: 1px solid #d5d5d5;
}

.actionBar a.button {
  box-shadow: none;
}

.swMain .stepContainer .StepTitle {
  display: block;
  position: relative;
  margin: 0;
  border: 1px solid #e0e0e0;
  padding: 5px;
  color: #5a5655;
  clear: both;
  text-align: left;
  z-index: 88;
}

.swMain ul.anchor {
  position: relative;
  display: block;
  float: left;
  list-style: none;
  padding: 0px;
  clear: both;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
}

.swMain ul.anchor li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  width: 25%;
}

.swMain ul.anchor li:first-child {
  border-left: none;
}

.swMain ul.anchor li a {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  height: 38px;
  width: 100%;
  text-decoration: none;
  outline-style: none;
  z-index: 99;
  cursor: pointer;
  background: url(../images/leftNavBg.png) repeat-x;
  border-left: 1px solid #d5d5d5;
}

.swMain ul.anchor li:first-child a {
  border-left: none;
}

.swMain ul.anchor li a .stepNumber {
  position: relative;
  float: left;
  width: 30px;
  text-align: center;
  padding: 5px;
  padding-top: 0;
}

.swMain ul.anchor li a .stepDesc {
  position: relative;
  display: block;
  float: left;
  text-align: left;
  padding: 8px 12px 8px 35px;
  white-space: nowrap;
}

.swMain ul.anchor li a.selected {
  color: #418d4f;
  background: #fafafa;
}

.swMain ul.anchor li a.done {
  position: relative;
  color: #aaaaaa;
  z-index: 99;
  background: #efefef;
}

.swMain ul.anchor li a.done:hover {
  color: #5a5655;
}

.swMain ul.anchor li a.disabled {
  color: #424242;
  cursor: text;
}

.swMain ul.anchor li a.error {
  color: #6c6c6c !important;
  border: 1px solid #fb3500 !important;
}

.swMain ul.anchor li a.error:hover {
  color: #000 !important;
}

.swMain .buttonNext {
  display: block;
  float: right;
  margin: 8px 12px 0 12px;
  padding: 6px 12px;
}

.swMain .buttonDisabled {
  color: #d5d5d5 !important;
  cursor: text;
  background: #f1f1f1 !important;
  margin-top: 8px !important;
  border: 1px solid #e1e1e1;
}

.swMain .buttonPrevious {
  display: block;
  float: right;
  margin: 8px 0px 0 0px;
  padding: 6px 12px;
}

.swMain .buttonFinish {
  display: block;
  float: right;
  margin: 8px 12px 0 0px;
  padding: 6px 12px;
}

/* Form Styles */

.swMain .loader {
  position: relative;
  display: none;
  float: left;
  margin: 2px 0 0 2px;
  padding: 8px 10px 8px 40px;
  border: 1px solid #ffd700;
  color: #5a5655;
  background: url(../images/loaders/loader.gif) no-repeat 5px;
  z-index: 998;
}

.swMain .msgBox {
  position: relative;
  display: none;
  float: left;
  margin: 4px 0 0 5px;
  padding: 5px;
  border: 1px solid #ffd700;
  background-color: #ffffdd;
  color: #5a5655;
  z-index: 999;
  min-width: 200px;
}

.swMain .msgBox .content {
  padding: 0px;
  float: left;
}

.swMain .msgBox .close {
  border: 1px solid #d5d5d5;
  color: #ccc;
  display: block;
  float: right;
  margin: 0 0 0 5px;
  outline-style: none;
  padding: 0 2px 0 2px;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.swMain .msgBox .close:hover {
  color: #ea8511;
  border: 1px solid #d5d5d5;
}

.bordLeft {
  border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
}

.bordRight {
  border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

.contentHead {
  padding: 16px 12px 15px 35px;
}

/* ===== Timepicker  ===== */

.timepicker {
  width: 60px !important;
}

.timeEntry_control {
  vertical-align: middle;
  margin-left: -1px;
  margin-top: -2px;
  cursor: pointer;
}

* html .timeEntry_control {
  margin-top: -4px;
}

/* =====  Dual select boxes  ===== */

.dualBoxes {
  padding: 22px 16px;
  position: relative;
}

.dualBtn {
  padding: 6px 8px;
  cursor: pointer;
  line-height: 12px;
  background: url(../images/ui/basicBtn.png) repeat-x 0 0;
  border: 1px solid #d5d5d5;
  color: #525252;
  margin-left: -1px;
}

.dualBtn:hover {
  background-position: 0 -25px;
  border-color: #c9c9c9;
}

.dualBtn:active {
  background-position: 0 -50px;
}

.fltr {
  position: absolute;
  right: 0;
  top: 0;
}

.boxFilter {
  margin-bottom: 15px;
}

.dualControl {
  text-align: center;
  width: 90px;
  margin: 150px 1px;
  position: absolute;
  left: 50%;
  margin-left: -45px;
}

.countLabel {
  color: gray;
  font-style: italic;
  margin-top: 10px;
  display: block;
}

.storageBox {
  display: none;
}

.copiedOption {
  background-color: Yellow;
}

/* =====  Single file input  ===== */

.feat {
  margin-left: 5px;
  background: url(../images/forms/fileUpload.png) no-repeat 0 0;
  width: 94px;
  height: 26px;
}

.feat:hover {
  background-position: 0 -27px;
}

.feat:active {
  background-position: 0 -54px;
}

.fileInput {
  background: #fff;
  border: 1px solid #d5d5d5;
  padding: 5px;
  font-size: 11px;
  font-family: "Inter", Arial, Helvetica, sans-serif;
}

.fileInput:hover {
  background: #fcfcfc;
  border: 1px solid #d1d1d1;
}

.fileInput:focus {
  border: 1px solid #bbc1c9;
  background: #fff;
}

/* =====  Wizard with form validation  ===== */

.step {
  position: relative;
}

.step label.error {
  color: #b84646;
  padding-left: 0;
  font-size: 11px;
  white-space: nowrap;
  padding-bottom: 0;
}

.selector .error {
  position: absolute;
  right: -114px;
}

.step h5 {
  position: absolute;
  left: 12px;
  top: -30px;
}

.wizNav {
  padding: 14px 16px;
  border-top: 1px solid #e7e7e7;
  text-align: right;
}

.wizNav input {
  margin-left: 10px;
}

.wizNav input[disabled] {
  background: #fcfcfc;
  border: 1px solid #eaeaea;
  color: #d5d5d5;
}

/* ===== Chosen multiple select plugin with dropdown ===== */

.chzn-container {
  position: relative;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 100% !important;
  float: left !important;
}

.noSearch .chzn-search,
.searchDrop .selector,
.noSearch .selector {
  display: none;
}

.formRight .chzn-container-multi {
  width: 100% !important;
}

.noSearch .chzn-results {
  margin: 0 !important;
  padding: 2px !important;
}

.chzn-container>.chzn-drop {
  background: #fff;
  border: 1px solid #d5d5d5;
  border-top: 0;
  position: absolute;
  top: 29px;
  margin-top: 1px;
  left: 0;
  z-index: 998;
  width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.chzn-container-single .chzn-single {
  background: #fff;
  border: 1px solid #d8d8d8;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 0.6rem;
  color: #595959;
  text-decoration: none;
  border-radius: 6px;
}

.chzn-container-single .chzn-single span {
  margin-right: 26px;
  display: block;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 6px;
  width: 12px;
  height: 13px;
  font-size: 1px;
}

.chzn-container-single .chzn-single abbr:hover {}

.chzn-container-single .chzn-single div {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 32px;
  height: 32px;
}

.chzn-container-single .chzn-single div b {
  background: url(../images/forms/chevron-down-custom.png) no-repeat center center;
  background-size: contain;
  display: block;
  width: 32px;
  height: 32px;
}

.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  width: 100% !important;
  white-space: nowrap;
  z-index: 1010;
}

.chzn-container-single .chzn-search input {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 12px;
  background: url(../images/searchSmall.png) no-repeat 98% !important;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  width: 90% !important;
}

.chzn-container-single .chzn-drop {}

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/*.chzn-container-multi { width: 50%!important; }*/
.chzn-container-multi .chzn-choices {
  border: 1px solid #ddd;
  margin: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
  font-size: 12px;
  padding: 4px;
  background: white;
  color: #656565;
}

.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}

.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.chzn-container-multi .chzn-choices .search-field input {
  width: 200px !important;
  color: #666;
  background: transparent !important;
  border: 0 !important;
  font-family: sans-serif;
  font-size: 12px !important;
  padding: 11px 4px 10px 4px !important;
  margin: 0;
  outline: 0;
  box-shadow: none !important;
}

.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}

.chzn-container-multi .chzn-choices .search-choice {
  position: relative;
  line-height: 16px;
  font-size: 11px;
  border: 1px solid #a5d24a;
  display: block;
  float: left;
  padding: 5px 24px 5px 8px;
  background: #cde69c;
  color: #638421;
  margin: 4px;
}

.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}

.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 6px;
  top: 8px;
  width: 10px;
  height: 10px;
  font-size: 1px;
  background: url(../images/icons/closeSelection.png) 50% no-repeat;
}

.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}

.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 240px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.chzn-container-multi .chzn-results {
  padding: 0;
  margin: 0;
}

.chzn-container .chzn-results li {
  display: none;
  line-height: 14px;
  padding: 5px 6px;
  margin: 0;
  list-style: none;
  font-size: 11px;
}

.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
  width: 100%;
}

.chzn-container .chzn-results .highlighted {
  background-color: #3875d7;
  color: #fff;
}

.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}

.chzn-container .chzn-results .highlighted em {
  background: transparent;
}

.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}

.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #2e74a6;
  font-weight: bold;
  font-size: 10px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.chzn-container .chzn-results .group-option {
  padding-left: 15px;
}

.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}

.chzn-container .chzn-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  /* This should be dynamic with js */
  z-index: 1;
}

.chzn-container .chzn-results-scroll span {
  display: inline-block;
  height: 17px;
  text-indent: -5000px;
  width: 9px;
}

.chzn-container .chzn-results-scroll-down {
  bottom: 0;
}

.chzn-container .chzn-results-scroll-down span {}

.chzn-container .chzn-results-scroll-up span {}

.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}

.chzn-container-active .chzn-single-with-drop div b {}

.chzn-container-active .chzn-choices {
  border: 1px solid #d5d5d5;
}

.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}

.chzn-disabled {
  cursor: default;
  opacity: 0.5 !important;
}

.chzn-disabled .chzn-single {
  cursor: default;
}

.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* =====  Media queries  ===== */

/* Devices and browsers with max of 799px */
@media only screen and (max-width: 799px) {

  .wrapper {
    margin: 0 1rem;
  }

  .leftNav {
    padding: 0;
    float: none;
    background: url(../images/linesSep.png) repeat-x;
    text-align: center;
    padding-bottom: 20px;
    margin: 0;
    min-width: 100%;
  }

  .widgets .left {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .widgets .right {
    float: none;
    width: 100%;
  }

  #header {
    text-align: center;
    height: 100%;
    margin-bottom: 22px;
  }

  ul.sub {
    width: 100%;
    left: 0;
    z-index: 999;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  ul.sub li {
    margin-bottom: 0;
    text-align: left;
    border-bottom: 1px solid #d5d5d5;
    padding: 0;
  }

  ul.sub li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem .6rem;
  }

  ul.sub li a:hover,
  .sub li a:active {
    background-position: 12px 16px;
  }

  ul.sub li:nth-child(even) {}

  ul.sub li:nth-child(odd) {
    background: url(../images/tabsSepR.png) repeat-y 100% 0;
  }

  ul#menu {
    position: relative;
  }

  .leftNav .last {
    border-bottom: 1px solid #d5d5d5;
  }
}

/* Devices and browsers with max of 1080px */
@media only screen and (max-width: 1080px) {
  #topNav {
    height: 64px;
    display: block;
  }

  .topNavContent {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #header {
    margin-top: 3rem;
  }
}

/* Devices and browsers with max of 767px and less than 799px */
@media only screen and (max-width: 767px) {
  .stats ul li {
    display: inline-block;
    float: none;
    margin-left: 18px;
    vertical-align: top;
    width: 21%;
    text-align: center;
  }

  #header {
    margin-top: 4rem;
  }

  .stats ul {
    text-align: center;
  }

  .count {
    display: inline-block;
    float: none;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 0;
  }

  .middleNav ul li:first-child {
    margin-left: 0;
  }

  .logo {
    float: none;
  }

  .userNav ul li img {
    padding: 13px 14px 11px 14px;
    margin: 0;
  }

  .userNav ul li ul {
    right: -3px;
    left: auto;
  }

  .listData .cNote {
    display: none;
  }

  ul.listData li {
    padding: 0 0 1px 6px !important;
  }

  .rowElem>label {
    width: 100%;
    float: none;
    padding: 8px 0 6px 0;
  }

  .formRight {
    width: 100%;
    margin: 0;
    padding: 12px 0;
    float: none;
  }

  .rowElem .topLabel {
    padding: 5px 12px 5px 0;
  }

  .rowElem .topLabelModal {
    float: left;
    padding: 5px 12px 5px 0;
  }

  .fc-header-right {
    width: 50%;
  }

  .ln-letters a {
    padding: 4px 2%;
    margin-bottom: 1px;
  }

  #eq span {
    margin-right: 0;
    margin-left: 30px;
  }

  #eq span:first-child {
    margin-left: 5px;
  }

  .formError {
    left: auto !important;
    right: 30px;
  }

  .formErrorContent {
    width: 140px;
  }

  .formRight div.checker,
  .formRight div.radio {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 2px;
  }

  div.selector {
    margin-bottom: 10px;
  }

  .formRight>label {
    padding-top: 0;
  }

  .rowElem>label {
    padding-bottom: 0;
  }

  .step label.error {
    padding-top: 3px;
  }

  .userWidget .checker {
    margin-top: 6px;
  }
}


/* Devices and browsers with max of 670px and less than 675px */
@media only screen and (max-width: 675px) {
  #header {
    margin-top: 6rem;
  }
}

/* Devices and browsers with max of 670px and less than 675px */
@media only screen and (max-width: 400px) {
  #header {
    margin-top: 9rem;
  }
}

/* Devices and browsers with min of 800px and max of 979px */
@media only screen and (min-width: 800px) and (max-width: 979px) {
  .leftNav {
    width: 24%;
  }

  .wrapper {
    margin: 0 1rem;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 320px) and (max-width: 479px) {

  .wrapper {
    margin: 0 1rem;
  }

  .logo {
    float: none;
    text-align: center;
  }

  .userNav {
    float: none;
    text-align: center;
    position: relative;
  }

  .userNav>ul>li {
    display: inline-block;
    float: none;
    position: static;
    margin-left: -3px;
  }

  .userNav ul li ul {
    height: auto;
    text-align: left;
    position: absolute;
    top: 36px;
    left: 50%;
    margin-left: -85px;
    width: 162px;
  }

  .middleNav ul {
    text-align: center;
  }

  .middleNav ul li {
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0 2%;
    position: relative;
    width: 45%;
    margin-bottom: 10px;
  }

  .middleNav ul li:first-child {
    margin: 0 2%;
  }

  .stats ul {
    text-align: center;
  }

  .stats ul li {
    display: inline-block;
    float: none;
    margin: 5px;
    vertical-align: top;
    width: 46%;
    text-align: center;
  }

  .stats ul li:first-child {
    margin: 5px;
  }

  .count {
    display: inline-block;
    float: none;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 4px;
    margin-right: 0;
    width: 75%;
  }

  .defaultColor {
    background: #00335E !important;
  }

  .w40 {
    width: auto;
  }

  .floatleft,
  .floatright {
    float: none;
  }

  .countLabel {
    text-align: center;
  }

  .dualControl {
    text-align: center;
    width: 90px;
    margin: 10px 1px;
    position: absolute;
    left: 50%;
    margin-left: -45px;
  }

  .moreFields ul li {
    width: 11.8%;
  }

  .moreFields ul li span {
    display: none;
  }

  #header {
    margin-bottom: 15px;
  }

  .radio,
  .checker {
    clear: both;
  }

  .plupload_file_size,
  .plupload_file_status,
  .plupload_progress {
    width: 12%;
  }

  .plupload_disabled span {
    padding: 5px 8px 6px 8px;
  }

  .plupload_add span {
    background: url(../images/add.png) no-repeat 10px;
    padding: 5px 8px 6px 20px;
    display: block;
  }

  .fc-header-right {
    width: auto;
  }

  .dataTables_filter input[type="text"] {
    width: 86px;
  }

  .dataTables_paginate {
    float: left;
  }

  .dataTables_paginate .ui-buttonset .ui-button {
    margin: 0 1px;
  }

  .issueSummary .floatleft {
    display: none;
  }

  .ticketInfo {
    margin-left: 0;
  }

  .breadCrumb {
    overflow: hidden;
    height: 100%;
  }

  .pages li {
    display: inline-block;
    margin: 4px 2px;
  }

  #popup_container {
    min-width: 250px;
    max-width: 300px;
  }

  .el-finder-nav {
    width: 100px;
  }

  .errorPage {
    width: auto;
  }

  .errorPage .bubbles {
    display: none;
  }

  .errorPage .errorTitle,
  .weAreOff {
    width: auto;
  }

  .errorPage h1 {
    padding: 0;
    text-align: center;
  }

  #myList>li {
    clear: both;
  }

  ul.listData {
    float: left;
    text-align: center;
    margin: 3px 0 5px 0;
    font-size: 11px;
  }

  ul.listData li {
    padding: 0;
    margin: 0 20px 0 -6px;
    clear: both;
  }

  .displayNone {
    display: none;
  }

  .pieWidget {
    width: 100%;
    height: 250px;
    margin: 0 auto;
  }

  .paging_full_numbers .ui-button {
    padding: 2px 5px;
  }

  table.display {
    table-layout: fixed;
  }

  table.display thead th div.DataTables_sort_wrapper {
    overflow: hidden;
    padding-right: 10px;
  }

  table.display thead th div.DataTables_sort_wrapper span {
    display: none;
  }

  table.display td {
    overflow: hidden;
  }

  .dataTables_length {
    float: none;
    margin: 6px auto 0 auto;
    width: 140px;
  }

  .dataTables_paginate {
    float: none;
    width: 253px;
    display: inline-block;
    text-align: center;
    margin-top: 2px;
  }

  .chzn-container {
    width: 254px !important;
  }

  .chzn-container-single .chzn-search input {
    max-width: 218px;
  }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .wrapper {
    margin: 0 1rem;
  }

  .moreFields ul li {
    width: 13.4%;
  }

  .moreFields ul li span {
    display: none;
  }
}

.tit_table {
  background: #eee;
  margin-top: 20px;
  padding: 5px;
  color: #999;
}

.w100pct {
  width: 100%;
}

.tdMiddle td {
  vertical-align: middle;
}

.nInformation.custom {
  background-image: none;
  padding: 10px 15px !important;
  margin-top: 20px;
}

.text-uppercase {
  text-transform: uppercase;
}

.disabled {
  opacity: 0.5;
}

.disabled,
.disabled * {
  pointer-events: none;
  cursor: default;
  user-select: none;
}

/*Inicio Legenda na TV da oficina*/

.pLeft5 {
  padding-left: 5px;
}

.pLeft20 {
  padding-left: 20px;
}

.fLeft {
  float: left;
}

#barrasLegenda .fLeft {
  width: 33%;
}

#barrasLegenda .fLeft .percentual {
  width: 90%;
  overflow: hidden;
}

/*Fim Legenda na TV da oficina*/
.boxCustom {
  width: 98%;
  height: 200px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  overflow: auto;
  padding: 10px;
}

#boxAnalises {
  width: 98%;
  height: 200px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  overflow: auto;
  padding: 10px;
}

#boxAnalises_nobuttons {
  width: 98%;
  height: 200px;
  background: #f5f5f5;
  border: 1px solid #e9e9e9;
  overflow: auto;
  padding: 10px;
}

.boxAnalise {
  background: white;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 10px;
}

.textoAnalise {
  font-size: 0.9em;
  font-style: italic;
  color: #777;
}

.gridAnalises {
  display: flex !important;
  justify-content: end !important;
  align-items: flex-end !important;
  gap: 2px;
}

.cancelarCredito {
  padding: 5px;
  cursor: pointer;
}

.aprovarCreditoRessalva {
  padding: 5px;
  cursor: pointer;
}

.expirarAnaliseCredito {
  padding: 5px;
  cursor: pointer;
}

.aprovarCredito {
  padding: 5px;
  cursor: pointer;
}

.analiseAprovada {
  background: rgba(92, 193, 92, 0.3);
}

.analiseAprovadaRessalva {
  background: rgba(193, 190, 92, 0.5);
}

.analiseAprovadaPrincipal {
  background: rgba(52, 110, 52, 0.3);
}

.analiseCancelada {
  background: rgba(255, 155, 155, 0.5);
}

.analiseExpirada {
  background: rgb(214, 228, 229);
}

#manterLogado {
  width: 101px;
}

.manterLogado {
  margin-left: 8px;
}

.hidden {
  display: none;
}

.SelectCustom {
  width: 22%;
}

.marginButton {
  width: -webkit-fill-available;
  margin: 0 25px 8px !important;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal-dialog {
  overflow-y: initial !important;
}

.modal-body {
  height: 250px;
  overflow-y: auto;
}

.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  margin-top: 30px;
}

.modal .title {
  font-size: 20px;
  padding-top: 15px;
}

.modal-footer {
  margin-top: 15px;
}

.button-modal {
  cursor: pointer;
  background-color: #1e2532;
  background-color: #1e2532;
  background-color: #1e2532;
  border: none;
  color: white;
  padding: 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 13px;
  border-radius: 3px;
}

.row.termos {
  padding-top: 15px;
}

.radioButtonDiv {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.rowFlex {
  display: inline-flex;
}

.refInputArea {
  margin-left: 15px;
}

.badge-app {
  padding: 5px 20px;
  border-radius: 5px;
  font-weight: 900;
}

.badge-app-success {
  background-color: #27ae60;
  color: #fff;
}

.badge-app-error {
  background-color: #e84118;
  color: #fff;
}

.col-50 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.triangulo {
  display: flex;
  align-items: center;
  padding: 0px 20px;
  justify-content: space-between;
  color: #fff;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.triangulo h2 {
  font-weight: 900;
  font-size: 30px;
}

.triangulo-item4 {
  width: 90%;
  height: 40px;
  margin-bottom: 10px;
}

.triangulo-item3 {
  width: 60%;
  height: 40px;
  margin-bottom: 10px;
}

.triangulo-item2 {
  width: 40%;
  height: 40px;
  margin-bottom: 10px;
}

.triangulo-item1 {
  width: 20%;
  height: 40px;
  margin-bottom: 10px;
}

.blue {
  background: linear-gradient(#4834d4, #2916a8);
}

.green {
  background: linear-gradient(#6ab04c, #508f36);
  color: #000;
}

.flexCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.boxGrid {
  display: grid;
  display: grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.boxGridItem {
  padding: 20px;
  text-align: center;
  margin: 5px;
}

.txtIndicador {
  font-size: 40px;
}

.app-badge {
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 12px;
}

.app-badge-warning {
  background-color: #ff6b6b;
  color: #fff;
}

.center-image {
  display: flex;
  display: flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
}

.clock-image {
  position: relative;
  top: 5px;
  height: 2rem;
  height: 2rem;
  height: 2rem;
  max-width: 2rem;
}

/* start loading ajax */
#loadingApp {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  flex-direction: column;
  user-select: none;
  overflow: none;
}
}
}

.table-grid tr td {
  height: 15rem !important;
  width: 12rem !important;
}

.table-grid tr {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 15rem !important;
}

.desabilitado {
  background: #ccc !important;
  background: #ccc !important;
  background: #ccc !important;
  border: none;
}

.numero-pedido {
  color: #306873;
}

.informativoAmbiente {
  display: flex;
  justify-content: center;
  align-items: center;
}

.customInfo {
  width: 100%;
  padding: 0;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 5px;
}

.iconInformativo {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  object-fit: cover;
}

.textInformativo {
  margin-right: 10px;
}

.nWarning2 {
  background: #ffe9ad no-repeat 15px center;
  border: 1px solid #eac572;
  color: #826200;
}

.find {
  height: 12px;
}

.btnBuscar {
  background-color: #418d4f;
  border: none;
  margin: 0 auto;
  margin-left: 10px;
  color: #fff;
}

.container-infos {
  font-family: "Times New Roman", sans-serif;
}

.numero-pedido {
  color: #306873;
}

/* Start Styles Dashboard BI */
/* Sessions */
.dashboard-session {
  margin-top: 1rem;
}

/* Filters */
.filter-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 0.5rem 0.7rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  font-weight: 500;
}

.whiteBackground {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
}

.whiteBackgroundStats {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  padding: 20px;
}

.filter-container input {
  border-radius: 2px;
}

.filter-main {
  display: flex;
  align-items: center;
}

.filter-form {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 1.5rem;
}

.filter-form-button {
  margin: 0 !important;
  margin-bottom: 4px !important;
  border-radius: 2px;
}

.filter-form .filter-input {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.filter-form .searchDrop {
  width: 16rem;
}

.dashboard-session-title,
.chart-title {
  font-weight: 700;
  font-size: 1rem;
  padding-top: 1rem;
}

.chart-header {
  padding: 1rem;
  padding-top: 0.7rem;
  padding-bottom: 0rem;
}

.chart-header span {
  padding: 0;
}

/* Cards */
.dashboard-cards {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  column-gap: 1rem;
  row-gap: 1rem;
}

.dashboard-card-header {
  padding-bottom: 1rem;
}

.dashboard-card {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  padding: 0.5rem 0.7rem;
}

.dashboard-card-title {
  font-size: 0.8rem;
  font-weight: 500;
}

.dashboard-card-content {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 0.5rem 0;
  position: relative;
}

.dashboard-card-content-main {
  text-align: center;
  font-weight: 700;
  font-size: 1rem;
  color: #1F78B4;
}

.chart-center {
  position: absolute;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chart-center2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.chart-legend-list {
  display: flex;
  flex-direction: row;
  margin: 0px;
  padding: 0px;
  column-gap: 1rem;
}

.chart-legend-list-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  margin-left: 10px;
}

.chart-legend-list-item span {
  border-color: rgb(255, 99, 132);
  border-width: 3px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.chart-legend-list-item p {
  color: #424242;
  margin: 0px;
  padding: 0px;
}

/* Filters */
.filter-container {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 0.5rem 0.7rem;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  font-weight: 500;
}

.filter-container input {
  border-radius: 2px;
}

.filter-main {
  display: flex;
  align-items: center;
}

.filter-form {
  display: flex;
  justify-content: flex-end;
  column-gap: 1.5rem;
}

.filter-form-button {
  margin: 0 !important;
  margin-bottom: 4px !important;
  border-radius: 2px;
}

.filter-form .filter-input {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.filter-form .searchDrop {
  width: 16rem;
}

/* skeleton */
.loading-skeleton-bar {
  background-color: #e2e2e2 !important;
  height: 1rem;
  width: 100%;
  display: flex;
  animation: skeleton-loading 700ms linear infinite alternate;
  -webkit-animation: skeleton-loading 700ms linear infinite alternate;
}

.loading-skeleton-quad {
  overflow: hidden;
  margin-top: 1rem;
  background-color: #e2e2e2 !important;
  min-height: 4rem;
  height: 100%;
  width: 100%;
  display: flex;
  animation: skeleton-loading 700ms linear infinite alternate;
  -webkit-animation: skeleton-loading 700ms linear infinite alternate;
}

.loading-skeleton-circle {
  overflow: hidden;
  background-color: #e2e2e2 !important;
  height: 6rem;
  border-radius: 1rem;
  display: flex;
  animation: skeleton-loading 700ms linear infinite alternate;
  -webkit-animation: skeleton-loading 700ms linear infinite alternate;
}

.loading-skeleton .dashboard-card-title,
.loading-skeleton .dashboard-card-title span,
.loading-skeleton .chart-title,
.loading-skeleton .chart-legend-list {
  overflow: hidden;
  background-color: #e2e2e2 !important;
  color: transparent !important;
  animation: skeleton-loading 700ms linear infinite alternate;
  -webkit-animation: skeleton-loading 700ms linear infinite alternate;
}

.loading-skeleton .chart-legend-list li,
.loading-skeleton .chart-center2,
.loading-skeleton .chart-center {
  display: none;
  height: 1rem;
}

.loading-skeleton .dashboard-card-content {
  overflow: hidden;
  background-color: #e2e2e2 !important;
  height: 1rem;
  animation: skeleton-loading 700ms linear infinite alternate;
  -webkit-animation: skeleton-loading 700ms linear infinite alternate;
}

.dashboard-card-content-red {
  color: #E04365;
  text-decoration: underline;
  text-decoration-style: dashed;
  cursor: pointer;
}

.loading-skeleton .chart-header {
  padding: 0.2rem 0rem;
}

.loading-skeleton .dashboard-card-content h4 {
  color: transparent !important;
}

@keyframes skeleton-loading {
  0% {
    /* background-color: hsl(200, 20%, 80%); */
    opacity: 0.4;
  }

  100% {
    /* background-color: hsl(200, 20%, 95%); */
    opacity: 1;
  }
}

.icon-button {
  margin: 0;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
  color: #424242;
}

.icon-button-green {
  background-color: #9AD162;
  color: #FFF;
}

.dashboard-card-header2 {
  display: flex;
  justify-content: space-between;
}

.dashboard-card-info-container {
  display: flex;
  align-items: center;
}

.loading-skeleton .dashboard-card-info-container {
  background-color: #e2e2e2 !important;
  animation: skeleton-loading 700ms linear infinite alternate;
  height: 1rem;
  width: 1rem;
  -webkit-animation: skeleton-loading 700ms linear infinite alternate;
}

.loading-skeleton .dashboard-card-info-container img {
  display: none;
}

.dashboard-card-info-container img {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

#fullscreen_target {
  overflow: auto;
  background-color: transparent;
  padding: 0px;
}

/* End Styles Dashboard BI */

@media (min-width:768px) {
  .modulos {
    display: grid;
    grid-template-columns: 212px minmax(400px, 100%);
    column-gap: 41px;
  }
}

.warningCel {
  border-color: red !important;
}

/* Material Design Icons */
.mdi {
  font-size: 1rem;
}

/* End Material Design Icons Customization */

/* Nicatto Customization (Novo Design) */
.pr-0 {
  padding-right: 0 !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.p-0 {
  padding: 0 !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.topNavContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5rem;
}

.topNavSearch {
  display: flex;
  align-items: center;
  padding-right: .3rem;
  background: #fff;
  border-radius: 4px;
  margin-right: 1rem;
  margin-left: auto;
}

.topNavSearch .btnBusca {
  color: #cccccc;
}

.topNavSearch input {
  appearance: none;
  -webkit-appearance: none;
  /* Para compatibilidade com navegadores WebKit, como o Safari */
  -moz-appearance: none;
  /* Para compatibilidade com navegadores Mozilla, como o Firefox */
  border: none;
  outline: none;

  height: 20px;
  font-size: 12px;
  max-height: 12px;
  width: 150px;
}

.dd {
  position: relative;
}

.numberBadge {
  display: flex !important;
  color: #fff;
  margin: 0;
  background: #EB5D40;
  border: 1px solid #EB5D40;
  border-radius: 100%;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0 !important;
  justify-content: center;
  text-decoration: none;
}

.numberBadgeZero {
  background: transparent !important;
  border: 1px solid #bbb;
  color: inherit;
}

.btnIconLeft:has(> span.mdi-plus) {
  color: #fff;
  background: #64C623;
}

input,
textarea {
  border-radius: 4px !important;
  padding: 0.6rem 1rem !important
}

.dataTables_filter {
  margin-top: 0;
}

.selector {
  border-radius: 4px !important;
  /* padding: 0.2rem 0rem; */
}

/* Text Color */
.text-info {
  color: #1FA2CC !important;
}

.text-success {
  color: #64C623 !important;
}

.text-error {
  color: #EB5D40 !important;
}

.text-warning {
  color: #FDBE42 !important;
}

.text-secondary {
  color: #6D788D !important;
}

.btnCenter {
  display: flex;
  justify-content: center;
}

.btn-icon {
  color: #424242;
  transition: 300ms;
}

.btn-icon:hover {
  /* Darken on click by 15% (down to 85%) */
  filter: brightness(0.85);
}

/* Color Variants */
.btn-icon-info {
  color: #1FA2CC;
}

.btn-icon-secondary {
  color: #6D788D !important;
}

.btn-icon-success {
  color: #64C623 !important;
}

.btn-icon-warning {
  color: #FDBE42 !important;
}

.btn-icon-error {
  color: #EB5D40 !important;
}

.boxInfoAnalise {
  display: flex;
  justify-content: space-between;
}

.marginBottomAnalise {
  margin-bottom: 10px;
}

.titleHistoricoCreditoCliente {
  margin: 20px 0;
}

/* End Nicatto Customization (Novo Design) */
.headerAtendimento {
  margin-top: 20px;
  padding: 10px;
  background: #00365e;
  color: #fff;
}
/* start grid layout */
.container-grid {
  display: grid;
  grid-template-columns: repeat(5, auto);
}

.container-grid-small {
  display: grid;
  grid-template-columns: repeat(3, auto);
}

.container-grid-box {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  color: #222;
  padding: 20px;
  min-width: 160px;
  margin: 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.mt-0_app {
  margin-top: 0 !important;
}

@media (max-width: 1402px) {
  .container-grid {
    grid-template-columns: repeat(4, auto);
  }

  .container-grid-small {
    grid-template-columns: repeat(3, auto);
  }
}

@media (max-width: 1175px) {
  .container-grid {
    grid-template-columns: repeat(3, auto);
  }

  .container-grid-small {
    grid-template-columns: repeat(3, auto);
  }
}

@media (max-width: 930px) {

  .container-grid,
  .container-grid-small {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 485px) {

  .container-grid,
  .container-grid-small {
    grid-template-columns: repeat(1, auto);
  }
}

/* end grid layout */
/* Modal Share Styles */
#iconWppAcompanhamento {
  margin: 0 !important; 
  padding: 0 !important; 
  display: inline-block;
}

.m-0 {
  margin: 0 !important;
}

.containerLink {
  border-right: 2px solid var(--Gray-5, #E0E0E0); 
  height: 30px;
}

.ml18 {
  margin-left: 18px !important;
}

.mr18 {
  margin-right: 18px !important;
}

#btnCompartilharLink {
  cursor: pointer;
}

.container-atendimento {
  display: flex; 
  justify-content: center; 
  align-items: center
}

.header-form-consultoria {
  display: flex; 
  justify-content: space-between;
}

#closeModal {
  cursor: pointer; 
  color: #EB5D40; 
  font-size: 18px; 
  position: absolute; 
  bottom: 215px; 
  left: 280px; 
  padding: 0 10px;
  margin-bottom: 10px !important;
}

.btnModal {
  width: 224.17px !important; 
  text-align: start; 
  color: #fff; 
  font-weight: 500; 
  text-transform: none; 
  margin-left: 0;
  margin-right: 0;
}

.whiteColor {
  color: #fff;
}

.greyColor {
  color: #333;
}

.btnIconStyle {
  font-size: 18px; 
  padding: 0; 
  margin-right: 5px; 
  position: relative; 
  top: 2px;
}
/* END Modal Share Styles */
.pulse-loading {
  animation: pulse 1.5s infinite;
}

.container-filter-pesquisa {
  margin: 10px 0;
  display: flex;
  gap: 10px;
}


.containerBox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  background-color: transparent;
  gap: 10px;
}

.cardBoxIndicator {
  background-color: #f5f5f5;
  border-left: 2px solid #8d8d8d;
  padding: -10% auto;

}
.cardBoxIndicator legend {
  font-weight: 800;
  /* text-align: center; */
  margin-left: 2%;
}

.cardBoxGrid {
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  /* height: 70px; */
  padding: 20px;
  /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); */
  border: 1px solid #f0f0f0;
}
.iconFluxo {
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #77d1ff;
  color: #1FA2CC;
  border-radius: 15px;
}

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

.col-20 {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}
.col-50 {
  width: 50%;
  padding: 10px 0;
  box-sizing: border-box;
}

/* Estilos checklist pré-ordem */
.grid-analise {
  display: grid;
  margin: 10px auto;
  margin-bottom: 0;
  column-gap: .8rem;
  grid-template-columns: 1fr 1fr;
  row-gap: .4rem;
  padding: 0 16px;
  width: auto;
}

.grid-analise-one-column {
  grid-template-columns: 1fr;
}

.grid-analise-columns {
  width: auto;
  height: auto;
}

.grid-analise-columns {
  width: auto;
  height: auto;
}

.boxItemAnalise {
  display: flex;
    background-color: #fff;
    margin: 1px;
    border: 1px solid #d5d5d5;
    border-radius: 10px;
    height: auto;
    overflow: hidden;
    flex-direction: column;
}

.boxItemAnaliseLeft {
  padding: 8px 12px;
  width: 100% !important;
  border: 0;
  border-radius: 0px;
  display: flex;
  align-items: center;
  line-height: 1;
  box-sizing: border-box;
  background-color: #f0f0f0
}

.boxItemAnaliseLeft span {
  max-width: 100%;
  overflow-wrap: break-word;
}

.boxItemAnaliseRight {
  width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 8px 12px !important;
  justify-content: center;
  align-items: start;
  box-sizing: border-box;
}

.refInputArea {
  display: flex;
  column-gap: 2rem;
}

.refInputAreaOpcoes {
  display: flex;
}

.refInputAreaMaisOpcao {
  display: inline-flex;
}

@media (max-width: 1404px) {
  .container-grid {
    grid-template-columns: repeat(4, auto);
  }
}

@media (max-width: 1175px) {
  .container-grid {
    grid-template-columns: repeat(3, auto);
  }

  .grid-analise {
    grid-template-columns: 100% !important;
  }
}

@media (max-width: 930px) {
  .container-grid {
    grid-template-columns: repeat(2, auto);
  }

}

@media (max-width: 485px) {
  .container-grid {
    grid-template-columns: repeat(1, auto);
  }
}

@media (max-width: 1600px) {
  .container-grid {
    grid-template-columns: repeat(1, auto);
  }

  .grid-analise {
    grid-template-columns: 100% !important;
  }
}

.yellow-background-servicos {
  background:#FEF0CB;
  float: left;
  margin:15px; 
  width: 98% !important;
}

.iconFluxo {
  box-sizing: border-box;
  padding: 10px 15px;
  background-color: #77d1ff;
  color: #1FA2CC;
  border-radius: 15px;
}

.title-no-data {
  text-align: center;
  margin-top: 100px;
}

.btnDownload {
  background: linear-gradient(to bottom, #ffffff, #cbcbcb);
  color: #595858;
  border: 1px solid #d5d5d5;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
}

.btnDownload:hover {
  opacity: 0.6;
}

.greenNumLink {
  background-position: 0 -114px;
  background: linear-gradient(to bottom, #37a118, #238715);
  color: #fefefe;
  padding: 2px 5px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
}

.greenNumLink:hover {
  background-position: 0 -133px;
}

/* Estilos para feriados no calendário */
.fc-feriado {
  background-color: #dddddd !important;
  color: #ccc !important;
  cursor: not-allowed !important;
  opacity: 0.7;
  pointer-events: none !important;
}

.fc-feriado:hover {
  background-color: #f5f5f5 !important;
  color: #ccc !important;
}

.fc-feriado .fc-day-number {
  color: #756f6f !important;
  text-decoration: line-through;
  pointer-events: none !important;
}

.fc-feriado .fc-day-number::before {
  content: "Feriado";
  padding-right: 10px;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #566655 ;
  pointer-events: none ;
}

.fc-feriado * {
  pointer-events: none !important;
  color: #ccc !important;
}