@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=latin-ext');

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #000000;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  min-height: 100vh;
}

#left-container {
  width: 245px;
  z-index: 1;
  position: fixed;
  flex-flow: column nowrap;
  background: #fff;
  left: 0px;
  top: 0px;
  height: 100%;
  border-right: 1px solid #ddd;
}

#containter {
  width: 100%;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-left: 245px;
}
td {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
}

a {
  color: #b7161c;
  text-decoration: none;
}
a:hover {
  color: #333333;
}
a img {
  border: 0px;
}
form {
  padding: 0px;
  margin: 0px;
}

ul,
li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

h1 {
  margin: 0;
  font-size: 16pt;
  font-weight: bold;
  padding: 0px 0 10px 0px;
  color: #b7161c;
  text-transform: capitalize;
}
H3 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 3px;
}
label {
  font-weight: bold;
}
SELECT {
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 200px;
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  padding: 2px;
}
INPUT {
  font-size: 12px;
  font-family: 'Open Sans', Helvetica, sans-serif;
  padding: 2px;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #999999;
}
TEXTAREA {
  line-height: 18px;
}

input,
select,
textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #c2c2c2;
  box-shadow: 1px 1px 4px #ebebeb;
  -moz-box-shadow: 1px 1px 4px #ebebeb;
  -webkit-box-shadow: 1px 1px 4px #ebebeb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding: 5px 7px;
  outline: none;
  font-size: 13px;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #0c0;
}

INPUT.ac_input {
  font-size: 11px;
  border: 1px solid #999999;
}
.notes TEXTAREA {
  height: 100px;
}
.button {
  background-image: url(images/bg_menu.jpg);
  background-repeat: repeat-x;
  background-position: bottom center;
  height: 25px;
  border: 0px;
  cursor: pointer;
  border: 1px solid #eee;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
}

.break {
  page-break-before: always;
}

/*------------------DIV OVER traker--------------------*/
#divTrakes {
  background-color: #fff;
  overflow: auto;
  position: absolute;
  top: 5%;
  left: 20%;
  width: 600px;
  height: 400px;
  border: 1px solid #ccc;
  display: none;
  z-index: 100;
}
#divTrakes .top {
  background-color: #92b9ca;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}
#divTrakes .body {
  padding: 10px;
}
#divTrakes .bottom {
  background-color: #f2f2f2;
  border-top: 1px solid #ccc;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
}

.sigla {
  padding-bottom: 5px;
  font-size: 26px;
  font-weight: normal;
  color: #000;
  padding-left: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  background-color: #f7f7f7;
  border-bottom: 1px solid #efefef;
}
.sigla a {
  color: #000;
}

/*------------------MENU--------------------*/
.menu {
  width: 100%;
  padding: 10px 0;
}
.menu LI I {
  transition: 0.3s;
}
.menu LI:hover I {
  left: 20px;
}
.menu LI:hover a {
  background-color: #eee;
  color: 000;
}
.menu LI.activ {
  background-color: #eee;
}

.menu LI.activ a {
  color: #000;
}
.menu LI a {
  position: relative;
  padding: 10px 15px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  display: block;
  color: #000;
  font-weight: normal;
  font-size: 16px;
}
.menu LI I {
  position: absolute;
  left: 15px;
  top: 12px;
}

.menu LI:hover UL {
  display: block;
}
.menu LI UL {
  background-color: #fff;
  border: 1px solid #a4c9dc;
  display: none;
  position: absolute;
  left: 140px;
  top: 0px;
  z-index: 10;
  -moz-border-radius: 10px /*{global-radii-buttons}*/;
  -webkit-border-radius: 10px /*{global-radii-buttons}*/;
  border-radius: 10px /*{global-radii-buttons}*/;
}
.menu LI UL LI {
  white-space: nowrap;
  background-image: none;
  margin-bottom: 0px;
}
.menu LI UL LI A:hover {
  background-color: #a4c9dc;
  color: #000;
}
.menu LI UL LI A:hover {
  background-color: #a4c9dc;
  color: #000;
}

.menu.home {
  float: none;
  width: 200px;
  margin: 0 auto;
}
.menu.home LI {
  background-color: #fff;
  background-position: bottom;
  float: none;
  margin-bottom: 10px;
  -moz-border-radius: 15px /*{global-radii-buttons}*/;
  -webkit-border-radius: 15px /*{global-radii-buttons}*/;
  border-radius: 15px /*{global-radii-buttons}*/;
}

.right {
  background-color: #fff;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

#page-head {
}

#page-head #group-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 11px 20px;
  color: #333;
  box-shadow: 1px 6px 3px -7px #ccc;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
#page-head #group-header h3 {
  font-size: 30px;
  color: #333;
  font-weight: normal;
}

#group-header .group-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

#group-header .group-title .subtitle {
  margin-left: 10px;
  font-size: 15px;
  color: #888;
  font-weight: bold;
}

#page-head #group-actions {
  display: flex;
  flex-flow: row nowrap;
  padding: 10px;
  justify-content: space-between;
}

#group-menu .tabs {
  background-color: #eee;
  padding-left: 25px;
  width: auto;
}

#group-menu .tabs li {
  background-color: #ddd;
}
#group-menu .tabs li.activ {
  background-color: #fff;
  padding-bottom: 2px;
}

.group-rows {
  padding: 10px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background: #eee;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.group-rows h3 {
  font-size: 20px;
}

#form_user_details .item {
  width: 100%;
  display: flex;
}
#form_user_details .item input,
#form_user_details .item select {
  width: 200px;
}
#form_user_details .item label {
  min-width: 150px;
}
/*------------------TABLE--------------------*/
.admin_content {
  width: 100% !important;
  background-color: #fff;
}
.admin_content TD {
  border-bottom: 1px solid #dfdfdf;
  padding-right: 3px;
  padding-left: 3px;
}
.admin_content .separator TD {
  border-top: 1px solid #000;
  border-bottom: 0px;
}

.edit TD {
  border-bottom: 0px;
}
.admin_content thead {
  background-color: #ddd;
}
.admin_content thead:first-child tr:first-child td,
.admin_content thead:first-child tr:first-child td a,
.admin_content thead:first-child tr:first-child td span {
  color: #000;
}
.admin_content thead:first-child tr:first-child td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.admin_content td.first {
  padding-left: 20px;
}

.admin_content td.last {
  padding-right: 20px;
}
.admin_content thead td {
  font-weight: 600;
  color: #ffffff;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px;
}
.admin_content thead td A {
  color: #fff;
}
.admin_content thead td SPAN {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 12px;
}

.admin_content thead td .belongTo {
  width: 70px;
}
.admin_content thead td .belongTo input {
  width: 50px;
}

.admin_content thead td.first {
  text-align: center;
}
.admin_content thead td.last {
  padding-right: 5px;
}

.admin_content .subhead {
  background-color: #c9e2fc;
  line-height: 15px;
  vertical-align: top;
}
.admin_content .subhead STRONG {
  width: 100px;
  float: left;
  text-align: left;
  padding-right: 5px;
}
.admin_content .subhead TD {
  border: 0px;
}

.admin_content .submenu {
  background-image: url(images/submenu_bg.png);
  background-repeat: repeat-x;
  background-position: top;
  background-color: #dddddd;
}
.admin_content .submenu TD {
  height: 24px;
  font-size: 12px;
}

.admin_content .total {
  background-color: #f2f2f2;
}
.admin_content .total TD {
  height: 24px;
  font-size: 12px;
  font-weight: bold;
}

.admin_content.top {
  width: auto !important;
  background-color: #eee;
  margin-bottom: 10px;
}
.admin_content.top TD {
  height: 24px;
  font-size: 14px;
  border: 0px;
}
.admin_content.top.border TD {
  border-bottom: 1px solid;
  font-size: 11px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.admin_content.top.border TD A {
  margin-left: 10px;
}

.mov,
.admin_content .mov TD {
}
.tdred,
.red,
.admin_content .red TD {
  color: #f00;
  font-weight: bold;
}
.admin_content .green TD {
  color: #0c3;
  font-weight: bold;
}

.green2 {
  color: #6bad6b;
}

.onhold {
  background-image: url(images/smile.gif);
  background-repeat: no-repeat;
  background-position: right top;
}

/*.white thead td.first{background-image:url(images/tr0_left_white.gif); }*/
/*.white thead td.last{background-image:url(images/tr0_right_white.gif); }*/

.white tbody td.first {
  border-left: 1px solid #dfdfdf;
}
.white tbody td.last {
  border-right: 1px solid #dfdfdf;
}

.tr1 {
  background-color: #fff;
}
.tr1 td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.tr2 {
  background-color: #fff;
}
.tr2 td {
  padding-top: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.competencie {
  background-image: url(../images/live.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.need {
  background-image: url(../images/live.gif);
  background-repeat: no-repeat;
  background-position: center center;
}
.conflict,
#rota .rotas.conflict {
  background-color: #ff6;
}
.conflict_red {
  background-color: #f00;
}
.sel {
  background-color: #093;
  color: #fff;
}
.rotasT {
  margin-bottom: 5px;
}

.tr1:hover {
  background-color: #ccffcc;
  cursor: pointer;
}
.tr2:hover {
  background-color: #ccffcc;
  cursor: pointer;
}

.selected {
  background-color: #ccffcc;
  cursor: default;
}
.selected:hover {
  cursor: default;
}

.none {
  padding: 0px;
  background-color: transparent;
  border: 0px;
}

.arrows {
  display: inline;
}

.main {
  background-color: #cccccc;
  width: 100%;
}
.main td {
  background-color: #ffffff;
}
td.header1 {
  background-color: #f0f0f0;
  font-weight: bold;
}

.cell {
  border-left: 1px solid #dfdfdf;
}
.cell .new {
  display: none;
}
.cell:hover .new {
  display: block;
}

.tr0 {
  background-color: #a4c9dc;
}
.tr0 TD {
  font-weight: bold;
}

.wards_1 {
  background-color: #ff8c8f;
}
.wards_2 {
  background-color: #0f6;
}

.bg_090 {
  background-color: #090;
}
.bg_F00 {
  background-color: #f00;
}
.bg_FF0 {
  background-color: #ff0;
}
.bg_00F {
  background-color: #00f;
}
.bg_F0F {
  background-color: #f0f;
}

.print {
  background-image: url('images/print.gif');
  background-repeat: no-repeat;
  background-position: left top;
  width: 16px;
  height: 18px;
  display: inline-table;
  vertical-align: middle;
}
.print::before {
  content: '\f02f';
  font-family: FontAwesome;
  left: -5px;
  position: absolute;
  top: 0;
}
/*------------------EDIT--------------------*/
.value {
  display: inline;
}
.item {
  margin-bottom: 10px;
  overflow: auto;
}
.item .value {
  float: left;
}
DIV.border {
  border: 1px solid #aaa;
}
DIV.border .no_border {
  border: 0px;
}

/*------------------UPLOAD FILES--------------------*/
.files {
}
.files .item {
  display: block;
  margin-bottom: 7px;
  font-size: 12px;
  background-color: #dee7f8;
  border: 1px solid #cad8f3;
  padding: 5px;
}

/*------------------PAGINATION--------------------*/
.pagination {
  padding: 5px;
  font-size: 0.9em;
  line-height: 30px;
}
.pagination A {
  padding: 3px;
}
.pagination A.activ {
  color: #000;
  font-weight: bold;
}
.pagination EM {
  color: #bdbdbd;
}
.pagination A STRONG {
  font-size: 16px;
  font-weight: normal;
}
.pagination INPUT {
  margin-right: 10px;
  width: 30px;
}

/*   -----------------------------------         */
.menubar {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #ffffff;
  background-color: #f1f3f5;
  width: 100%;
}

.header_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
  width: 100%;
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.header_menu li {
  float: left;
}

.header_menu a:link,
.header_menu a:active,
.header_menu a:visited {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.header_menu a:hover {
  color: #333;
}

.header_menu a img {
  padding: 0 5px 0 15px;
  vertical-align: middle;
}

.header_menu a:hover img {
  vertical-align: middle;
}

.admin_content a img {
  padding: 0 2px;
}

.admin_content a:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
}

.button_red {
  border: 1px solid #396b9e /*{a-bup-border}*/;

  font-weight: bold;
  color: #fff !important /*{a-bup-color}*/;
  text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 1px /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;

  background: -webkit-gradient(linear, left top, left bottom, from(#cd0000), to(#ff0000));
  background: -webkit-linear-gradient(#cd0000, #ff0000);
  background: -moz-linear-gradient(#cd0000, #ff0000);
  background: -ms-linear-gradient(#cd0000, #ff0000);
  background: -o-linear-gradient(#cd0000, #ff0000);
  background: linear-gradient(#cd0000, #ff0000);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CD0000, endColorstr=#FF0000);
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#CD0000, endColorstr=#FF0000)';

  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 5px;
  margin-left: 10px;
  cursor: pointer;
  display: block;
}

/*------------------CALENDAR--------------------*/

#box_calendar A {
  text-decoration: none;
  color: #183a52;
  font-weight: normal;
}
#box_calendar A:hover {
  text-decoration: underline;
}

.table_calendar {
  text-align: center;
  font-size: 12px;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_calendar TR.first TD {
  background-color: #e8ebef;
}
.table_calendar TD {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 40px;
  font-weight: normal;
  vertical-align: top;
  width: 15%;
}
.table_calendar TD A {
  display: block;
  color: #183a52;
  padding: 5px;
}
#box_calendar TD.on A {
  color: #fff;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f20000), to(#b00000));
  background: -webkit-linear-gradient(top, #f20000, #b00000);
  background: -moz-linear-gradient(top, #f20000, #b00000);
  background: -ms-linear-gradient(top, #f20000, #b00000);
  background: -o-linear-gradient(top, #f20000, #b00000);
  /* For Internet Explorer 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f20000, endColorstr=#b00000);
  /* For Internet Explorer 8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#f20000, endColorstr=#b00000)';
}

#bg_grey {
  padding: 2px;
  font-weight: bold;
  background-color: #545559;
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  margin-top: 5px;
}
#bg_grey A {
  color: #ffffff;
  font-size: 30px;
  line-height: 20px;
}
.table_calendar .linkClean {
  font-size: 17px;
  line-height: 17px;
}
.table_calendar .linkClean:hover {
  color: #000000;
}

/*------------------AUTOCOMPLETE--------------------*/
.autocomplete_results {
  /*max-height:100px; overflow:auto*/
}
.autocomplete_results A {
  background-color: #dee7f8;
  border: 1px solid #cad8f3;
  padding-left: 5px;
  padding-right: 5px;
  color: #000;
  line-height: 20px;
  white-space: nowrap;
  display: block;
  margin-bottom: 5px;
}
.autocomplete_results A STRONG {
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #999;
}
.autocomplete_results a:hover {
  background-color: #bbcef1;
  border: 1px solid #6d95e0;
}
.autocomplete_results a:hover STRONG {
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
}

#add {
  display: none;
  position: absolute;
  background-image: url(images/arrow.gif);
  background-repeat: no-repeat;
  background-position: top right;
  padding-top: 30px;
  z-index: 1000;
}
#box_email {
  position: fixed;
  left: 10%;
  top: 10%;
  background-color: #a4c9dc;
  padding: 10px;
  width: 80%;
  height: 80%;
  display: none;
  z-index: 200;
  -moz-box-shadow: 0px 0px 14px #000;
  -webkit-box-shadow: 0px 0px 14px #000;
  box-shadow: 0px 0px 14px #000;
  box-sizing: border-box;
  -moz-border-radius: 10px 10px 10px 10px /*{global-radii-buttons}*/;
  -webkit-border-radius: 10px 10px 10px 10px /*{global-radii-buttons}*/;
  border-radius: 10px 10px 10px 10px /*{global-radii-buttons}*/;
}
#box_email A.close {
  position: absolute;
  display: block;
  padding: 10px 15px;
  right: -15px;
  top: -15px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #41121d;
  font-family: "'Open Sans' Black", Gadget, sans-serif;
  -moz-border-radius: 20px 20px 20px 20px /*{global-radii-buttons}*/;
  -webkit-border-radius: 20px 20px 20px 20px /*{global-radii-buttons}*/;
  border-radius: 20px 20px 20px 20px /*{global-radii-buttons}*/;
}

fieldset {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-sizing: content-box;
}

#searchClients {
  position: fixed;
  right: 0px;
  bottom: 0px;
  background-color: #ff0;
  display: none;
  padding: 10px;
  z-index: 100;
  width: 300px;
  height: 300px;
  overflow: auto;
}
/*------------------TABS--------------------*/
.tabs {
  padding: 0px;
  margin: 0px;
  width: 100%;
  background-color: #92b9ca;
  height: 32px;
  padding-top: 25px;
  margin-bottom: 15px;
}
.tabs LI.activ {
  background-color: #fff;
  background-image: none;
}
.tabs LI {
  list-style-type: none;
  float: left;
  background-color: #e5eef2;
  margin-right: 1px;
  margin-left: 3px;
}
.tabs LI A {
  padding: 0.5em 1em;
  float: left;
  color: #212121;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border: 0;
  border-radius: 0;
}
.ui-widget-header {
  background: transparent;
  border: 0;
}
.ui-tabs .ui-tabs-nav {
  padding-left: 30px;
  border-bottom: 1px solid #ddd;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #fff;
  border: 0;
}
.ui-state-default .ui-corner-top {
  border: 0;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ddd !important;
}

.clear {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
  line-height: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
}
.error {
  background-color: #cd0000;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  clear: both;
  color: #fff;
  width: 50%;
}

.filters_navigation {
  overflow: auto;
}
.filters_navigation H3 {
  background-color: #e5eef2;
  margin: 0;
  padding: 5px 5px 5px 30px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #92b9ca;
  cursor: pointer;
}
.filters_navigation .filters {
  padding: 5px;
}

.filters_navigation H3.plus {
  background: #e5eef2 url('images/plus.jpg') no-repeat 5px 5px;
}
.filters_navigation H3.minus {
  background: #e5eef2 url('images/minus.jpg') no-repeat 5px 5px;
}

#period {
  overflow: auto;
}
#period li {
  float: left;
  width: 120px;
}
#period li.radio {
  float: left;
  width: 70px;
  clear: left;
}
#period .text {
  float: left;
  width: 70px;
}
#period a.prev,
#period a.next {
  float: left;
  display: block;
  width: 9px;
  height: 18px;
  text-indent: -9999px;
}

#period a.prev {
  background: transparent url('images/prev_next.gif') no-repeat -9px 0px;
  margin: 0 0 0 5px;
}
#period a.next {
  background: transparent url('images/prev_next.gif') no-repeat 0px 0px;
  margin: 0 5px 0 0;
}

/* EDIT PAGES */
.flex-content {
  display: flex;
  width: 100%;
}
.flex-column {
  flex-flow: column nowrap;
}
.flex-row {
  flex-flow: row nowrap;
  margin: 0 10px;
}
.no-margin {
  margin: 0 !important;
}
hr {
  border-top: 1px solid #fafafa;
  width: 100%;
  margin: 15px 0;
}
.btn-inner {
  font-size: 15px;
  margin: 0 10px;
}
.black {
  color: black !important;
}

@media print {
  BODY {
    font-family: Lucida Grande, Lucida Sans;
    width: 100%;
    height: 100%;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
  }

  .noprint {
    display: none !important;
  }
  .width_print {
    width: 100% !important;
  }
  #tabs2 {
    margin: 0px !important;
  }
  .ui-tabs .ui-tabs-panel {
    padding: 0px;
  }
  .ui-widget-content {
    border: 0px;
  }

  a {
    color: #000;
  }
  table {
    border-collapse: collapse !important;
    border: 1px solid #000;
  }
  .admin_content TD,
  .admin_content tr {
    border-bottom: 1px solid #000;
  }
  .white tbody td.first {
    border-left: 1px solid #000;
  }
  .white tbody td.last {
    border-right: 1px solid #000;
  }

  .noborder TD,
  .noborder TR {
    border: 0px;
  }

  td {
    font-size: 12px;
  }
  .tr1 td,
  .tr2 td {
    padding: 5px 5px 5px 3px;
  }

  .break {
    page-break-before: always;
  }
  .onhold {
    background-image: url(images/smile.gif);
    background-repeat: no-repeat;
    background-position: right top;
  }
  thead {
    page-break-before: avoid !important;
  }

  .pad10,
  #containter {
    padding: 0px;
    margin: 0px;
  }
  .menu,
  #submenu,
  .sigla,
  .tabs,
  .ui-tabs .ui-tabs-nav {
    display: none;
  }
  .main {
    width: 100%;
    float: none;
  }
  .header_menu {
    display: none;
  }
  FORM.print {
    display: block;
  }
}

#changePassBtn {
  padding: 4px 8px;
  margin: 2px 0 2px 0;
  background-color: #ddd;
  border: none;
  cursor: pointer;
  border: 1px solid #000;
}
#changePassBtn:hover {
  background-color: #ccc;
  transform: scale(1.05);
}
