/*
 * Component: Box
 * --------------
 */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.box.box-primary {
  border-top-color: #0098e8;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #d2d6de;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #d2d6de;
}
.box .border-left {
  border-left: 1px solid #d2d6de;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #0098e8;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #0098e8;
  background-color: #0098e8;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #fff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box .horizontal-header > tbody > tr > th:first-of-type {
  border-top: 0px ;
}
.box .horizontal-header > tbody > tr > td:first-of-type {
  border-top: 0px ;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}
.box-header.with-border {
  border-bottom: 1px solid #d2d6de;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.portal-carousel {
  margin-top: -15px;
}
.portal-carousel .box {
  border: none;
  border-radius: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.1);
}
.portal-carousel .box .box-body {
  padding: 0;
  border-radius: 0;
}
.portal-publics .box-header,
.portal-content .box-header {
  padding: 15px;
}
.portal-publics .box-header > .fa,
.portal-content .box-header > .fa,
.portal-publics .box-header > .glyphicon,
.portal-content .box-header > .glyphicon,
.portal-publics .box-header > .ion,
.portal-content .box-header > .ion,
.portal-publics .box-header .box-title,
.portal-content .box-header .box-title {
  display: inline-block;
  font-size: 24px;
  margin: 0;
  line-height: 1;
  color: #0098e8;
}
.portal-publics .box-header > .box-tools,
.portal-content .box-header > .box-tools {
  top: 10px;
}
.portal-publics .box-header > .box-tools .ion,
.portal-content .box-header > .box-tools .ion {
  font-size: 25px;
}
.portal-publics .box-body,
.portal-content .box-body {
  padding: 15px;
  padding-top: 0;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-body label {
  font-weight: 600 !important;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #d2d6de;
  padding: 10px;
  background-color: #fff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}
/* Widget: TODO LIST */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.todo-list > li:last-of-type {
  margin-bottom: 0;
}
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}
.todo-list > li .tools > .fa,
.todo-list > li .tools > .glyphicon,
.todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}
.todo-list > li:hover .tools {
  display: inline-block;
}
.todo-list > li.done {
  color: #999;
}
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}
.todo-list > li.done .label {
  background: #d2d6de !important;
}
.todo-list .danger {
  border-left-color: #dd4b39;
}
.todo-list .warning {
  border-left-color: #f39c12;
}
.todo-list .info {
  border-left-color: #00c0ef;
}
.todo-list .success {
  border-left-color: #00a65a;
}
.todo-list .primary {
  border-left-color: #0098e8;
}
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
/* Chat widget (DEPRECATED - this will be removed in the next major release. Use Direct Chat instead)*/
.chat {
  padding: 5px 20px 5px 10px;
}
.chat .item {
  margin-bottom: 10px;
}
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}
.chat .item:after {
  clear: both;
}
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
}
.chat .item > .online {
  border: 2px solid #00a65a;
}
.chat .item > .offline {
  border: 2px solid #dd4b39;
}
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.chat .item > .attachment > p,
.chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}
.chat .item > .attachment:after {
  clear: both;
}
.box-input {
  max-width: 200px;
}
.modal .panel-body {
  color: #444;
}
.box-datasheet-widget {
  border-left: 3px solid #d2d6de;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  max-width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.25s;
}
.box-datasheet-widget:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 12px 0 rgba(0, 0, 0, 0.19);
}
.box-datasheet-widget .btn-box-tool {
  font-size: 13px !important;
  padding-top: 0;
  margin-top: 0;
  top: 5px;
  right: 10px;
  position: absolute;
}
.box-datasheet-widget .box-header {
  font-size: 13px !important;
  padding: 9px 9px;
  min-height: 35px;
}
.box-datasheet-widget .box-header.with-options {
  max-width: calc(100% - 30px);
}
.box-datasheet-widget .box-header .btn-box-tool {
  font-size: 10px !important;
  padding-top: 0;
  margin-top: 0;
  top: 0;
}
.box-datasheet-widget .box-header:only-child {
  margin: 4px 4px;
}
.box-datasheet-widget .box-header .box-title {
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.42857;
}
.box-datasheet-widget .box-header .box-title.title-lg {
  max-width: calc(100% - 25px);
}
.box-datasheet-widget .box-header .box-title.title-md {
  max-width: calc(100% - 50px);
}
.box-datasheet-widget .box-header .box-title.title-sm {
  max-width: calc(100% - 75px);
}
.box-datasheet-widget .box-header .box-title.title-xs {
  max-width: calc(100% - 100px);
}
.box-datasheet-widget .box-body {
  font-size: 11px !important;
  padding: 3px 10px;
}
.box-datasheet-widget .box-body .row {
  margin-bottom: 10px;
}
.box-datasheet-widget .box-body .table {
  margin-bottom: 0px;
}
.box-datasheet-widget .box-body .inline-text {
  display: inline-block;
  margin: 5px 5px 5px 0px;
}
.box-datasheet-widget .box-footer {
  font-size: 10px !important;
  padding: 3px 10px;
  color: #6e6e6e;
}
.box-datasheet-widget .icon-float-left {
  float: left;
  margin: -13.5px;
  font-size: 19px;
  padding: 4px;
  background: #fff;
}
.box-datasheet-widget.without-border {
  border-left: 0;
}
fieldset.box-group {
  margin: 5px;
}
fieldset.box-group > legend {
  width: auto;
  margin-top: 5px;
  border-bottom: 0px;
}
fieldset.box-group:hover {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.box {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.tq-info-box {
  display: block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
}
/*
 * Component: Shame styles
 * -----------------------
 */
.desktop.content,
datatable-container {
  padding: 0;
  min-height: 0.01%;
}
.desktop.content table.data,
datatable-container table.data,
.desktop.content .table-skin,
datatable-container .table-skin {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 13px !important;
}
.desktop.content table.data > thead > tr > th,
datatable-container table.data > thead > tr > th,
.desktop.content .table-skin > thead > tr > th,
datatable-container .table-skin > thead > tr > th,
.desktop.content table.data > tbody > tr > th,
datatable-container table.data > tbody > tr > th,
.desktop.content .table-skin > tbody > tr > th,
datatable-container .table-skin > tbody > tr > th,
.desktop.content table.data > tfoot > tr > th,
datatable-container table.data > tfoot > tr > th,
.desktop.content .table-skin > tfoot > tr > th,
datatable-container .table-skin > tfoot > tr > th,
.desktop.content table.data > thead > tr > td,
datatable-container table.data > thead > tr > td,
.desktop.content .table-skin > thead > tr > td,
datatable-container .table-skin > thead > tr > td,
.desktop.content table.data > tbody > tr > td,
datatable-container table.data > tbody > tr > td,
.desktop.content .table-skin > tbody > tr > td,
datatable-container .table-skin > tbody > tr > td,
.desktop.content table.data > tfoot > tr > td,
datatable-container table.data > tfoot > tr > td,
.desktop.content .table-skin > tfoot > tr > td,
datatable-container .table-skin > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.desktop.content table.data > thead > tr > th,
datatable-container table.data > thead > tr > th,
.desktop.content .table-skin > thead > tr > th,
datatable-container .table-skin > thead > tr > th {
  font-weight: 600 !important;
  vertical-align: bottom;
  background-color: #0098e8;
  color: #ffffff;
}
.desktop.content table.data > thead > tr > th a,
datatable-container table.data > thead > tr > th a,
.desktop.content .table-skin > thead > tr > th a,
datatable-container .table-skin > thead > tr > th a {
  color: #ffffff;
}
.desktop.content table.data > thead > tr > th a:hover,
datatable-container table.data > thead > tr > th a:hover,
.desktop.content .table-skin > thead > tr > th a:hover,
datatable-container .table-skin > thead > tr > th a:hover {
  border-bottom: 1px solid #ffffff;
}
.desktop.content table.data > caption + thead > tr:first-child > th,
datatable-container table.data > caption + thead > tr:first-child > th,
.desktop.content .table-skin > caption + thead > tr:first-child > th,
datatable-container .table-skin > caption + thead > tr:first-child > th,
.desktop.content table.data > colgroup + thead > tr:first-child > th,
datatable-container table.data > colgroup + thead > tr:first-child > th,
.desktop.content .table-skin > colgroup + thead > tr:first-child > th,
datatable-container .table-skin > colgroup + thead > tr:first-child > th,
.desktop.content table.data > thead:first-child > tr:first-child > th,
datatable-container table.data > thead:first-child > tr:first-child > th,
.desktop.content .table-skin > thead:first-child > tr:first-child > th,
datatable-container .table-skin > thead:first-child > tr:first-child > th,
.desktop.content table.data > caption + thead > tr:first-child > td,
datatable-container table.data > caption + thead > tr:first-child > td,
.desktop.content .table-skin > caption + thead > tr:first-child > td,
datatable-container .table-skin > caption + thead > tr:first-child > td,
.desktop.content table.data > colgroup + thead > tr:first-child > td,
datatable-container table.data > colgroup + thead > tr:first-child > td,
.desktop.content .table-skin > colgroup + thead > tr:first-child > td,
datatable-container .table-skin > colgroup + thead > tr:first-child > td,
.desktop.content table.data > thead:first-child > tr:first-child > td,
datatable-container table.data > thead:first-child > tr:first-child > td,
.desktop.content .table-skin > thead:first-child > tr:first-child > td,
datatable-container .table-skin > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.desktop.content table.data > tbody + tbody,
datatable-container table.data > tbody + tbody,
.desktop.content .table-skin > tbody + tbody,
datatable-container .table-skin > tbody + tbody {
  border-top: 2px solid #ddd;
}
.desktop.content table.data b,
datatable-container table.data b,
.desktop.content .table-skin b,
datatable-container .table-skin b,
.desktop.content table.data strong,
datatable-container table.data strong,
.desktop.content .table-skin strong,
datatable-container .table-skin strong {
  font-weight: 600 !important;
}
.desktop.content table.data .table,
datatable-container table.data .table,
.desktop.content .table-skin .table,
datatable-container .table-skin .table {
  background-color: #fff;
}
.desktop.content table.table-skin,
datatable-container table.table-skin {
  border-bottom: none !important;
}
.desktop.content table.table-skin tbody > tr,
datatable-container table.table-skin tbody > tr {
  background-color: transparent !important;
}
.desktop.content table.table-skin tbody > tr > td,
datatable-container table.table-skin tbody > tr > td {
  background-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .desktop.content,
  datatable-container {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .desktop.content table.data,
  datatable-container table.data,
  .desktop.content > .table,
  datatable-container > .table {
    margin-bottom: 0;
  }
  .desktop.content table.data > thead > tr > th,
  datatable-container table.data > thead > tr > th,
  .desktop.content > .table > thead > tr > th,
  datatable-container > .table > thead > tr > th,
  .desktop.content table.data > tbody > tr > th,
  datatable-container table.data > tbody > tr > th,
  .desktop.content > .table > tbody > tr > th,
  datatable-container > .table > tbody > tr > th,
  .desktop.content table.data > tfoot > tr > th,
  datatable-container table.data > tfoot > tr > th,
  .desktop.content > .table > tfoot > tr > th,
  datatable-container > .table > tfoot > tr > th,
  .desktop.content table.data > thead > tr > td,
  datatable-container table.data > thead > tr > td,
  .desktop.content > .table > thead > tr > td,
  datatable-container > .table > thead > tr > td,
  .desktop.content table.data > tbody > tr > td,
  datatable-container table.data > tbody > tr > td,
  .desktop.content > .table > tbody > tr > td,
  datatable-container > .table > tbody > tr > td,
  .desktop.content table.data > tfoot > tr > td,
  datatable-container table.data > tfoot > tr > td,
  .desktop.content > .table > tfoot > tr > td,
  datatable-container > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .desktop.content table.tablesaw > thead > tr > th,
  datatable-container table.tablesaw > thead > tr > th,
  .desktop.content table.tablesaw > tbody > tr > th,
  datatable-container table.tablesaw > tbody > tr > th,
  .desktop.content table.tablesaw > tfoot > tr > th,
  datatable-container table.tablesaw > tfoot > tr > th,
  .desktop.content table.tablesaw > thead > tr > td,
  datatable-container table.tablesaw > thead > tr > td,
  .desktop.content table.tablesaw > tbody > tr > td,
  datatable-container table.tablesaw > tbody > tr > td,
  .desktop.content table.tablesaw > tfoot > tr > td,
  datatable-container table.tablesaw > tfoot > tr > td {
    white-space: normal;
  }
  .desktop.content table.tablesaw thead th,
  datatable-container table.tablesaw thead th {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: normal !important;
  }
  .desktop.content > .table-bordered,
  datatable-container > .table-bordered {
    border: 0;
  }
  .desktop.content > .table-bordered > thead > tr > th:first-child,
  datatable-container > .table-bordered > thead > tr > th:first-child,
  .desktop.content > .table-bordered > tbody > tr > th:first-child,
  datatable-container > .table-bordered > tbody > tr > th:first-child,
  .desktop.content > .table-bordered > tfoot > tr > th:first-child,
  datatable-container > .table-bordered > tfoot > tr > th:first-child,
  .desktop.content > .table-bordered > thead > tr > td:first-child,
  datatable-container > .table-bordered > thead > tr > td:first-child,
  .desktop.content > .table-bordered > tbody > tr > td:first-child,
  datatable-container > .table-bordered > tbody > tr > td:first-child,
  .desktop.content > .table-bordered > tfoot > tr > td:first-child,
  datatable-container > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .desktop.content > .table-bordered > thead > tr > th:last-child,
  datatable-container > .table-bordered > thead > tr > th:last-child,
  .desktop.content > .table-bordered > tbody > tr > th:last-child,
  datatable-container > .table-bordered > tbody > tr > th:last-child,
  .desktop.content > .table-bordered > tfoot > tr > th:last-child,
  datatable-container > .table-bordered > tfoot > tr > th:last-child,
  .desktop.content > .table-bordered > thead > tr > td:last-child,
  datatable-container > .table-bordered > thead > tr > td:last-child,
  .desktop.content > .table-bordered > tbody > tr > td:last-child,
  datatable-container > .table-bordered > tbody > tr > td:last-child,
  .desktop.content > .table-bordered > tfoot > tr > td:last-child,
  datatable-container > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .desktop.content > .table-bordered > tbody > tr:last-child > th,
  datatable-container > .table-bordered > tbody > tr:last-child > th,
  .desktop.content > .table-bordered > tfoot > tr:last-child > th,
  datatable-container > .table-bordered > tfoot > tr:last-child > th,
  .desktop.content > .table-bordered > tbody > tr:last-child > td,
  datatable-container > .table-bordered > tbody > tr:last-child > td,
  .desktop.content > .table-bordered > tfoot > tr:last-child > td,
  datatable-container > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.desktop.content .tablesaw-cell-persist,
datatable-container .tablesaw-cell-persist {
  border-right: 0px;
}
.tq_info_show,
.workspace_unique {
  padding: 0 15px 15px;
  float: left;
  width: 100%;
}
.documents {
  padding: 10px;
}
.documents > span {
  padding: 5px;
  color: #7e7e7e;
}
.documents > span + span:before {
  content: '|';
  padding: 5px;
  color: #dddddd;
}
.tq_form_table,
.tq_info_table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.tq_form_table > thead > tr > th,
.tq_info_table > thead > tr > th,
.tq_form_table > tbody > tr > th,
.tq_info_table > tbody > tr > th,
.tq_form_table > tfoot > tr > th,
.tq_info_table > tfoot > tr > th,
.tq_form_table > thead > tr > td,
.tq_info_table > thead > tr > td,
.tq_form_table > tbody > tr > td,
.tq_info_table > tbody > tr > td,
.tq_form_table > tfoot > tr > td,
.tq_info_table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
.tq_form_table > thead > tr > th,
.tq_info_table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.tq_form_table > caption + thead > tr:first-child > th,
.tq_info_table > caption + thead > tr:first-child > th,
.tq_form_table > colgroup + thead > tr:first-child > th,
.tq_info_table > colgroup + thead > tr:first-child > th,
.tq_form_table > thead:first-child > tr:first-child > th,
.tq_info_table > thead:first-child > tr:first-child > th,
.tq_form_table > caption + thead > tr:first-child > td,
.tq_info_table > caption + thead > tr:first-child > td,
.tq_form_table > colgroup + thead > tr:first-child > td,
.tq_info_table > colgroup + thead > tr:first-child > td,
.tq_form_table > thead:first-child > tr:first-child > td,
.tq_info_table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.tq_form_table .table,
.tq_info_table .table {
  background-color: #fff;
}
.tq_form_table caption,
.tq_info_table caption {
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.alert-msg-empty {
  padding-top: 50px;
}
.alert-msg-empty .alert-msg-cloud {
  font-size: 1.2em;
  color: #7a869d;
}
.alert-msg-empty .alert-msg-cloud p {
  width: 250px;
  height: 100px;
  background-color: #eff1f4;
  border-radius: 50%;
  padding: 30px;
  text-align: center;
  position: relative;
  left: 50%;
}
.alert-msg-empty .alert-msg-character img {
  margin: 0 auto;
  width: 150px;
}
.alert-msg-empty .alert-msg-footer {
  text-align: center;
  font-size: 2em;
  color: #8893a8;
}
.alert-msg-empty .alert-msg-footer:before {
  content: '';
  display: block;
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(137, 31, 90, 0.75), rgba(0, 0, 0, 0));
  width: 80%;
  margin: 0 auto;
}
.alert-msg-empty .alert-msg-footer p {
  margin: 10px 0 0;
}
.icon-tasks-amount {
  display: none;
}
.tq_info_show_left,
.fieldset_wrap_group {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.fieldset_wrap_right,
.fieldset_wrap_left {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.fieldset_wrap_uniq {
  margin-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
  width: 100%;
}
.tq_info_show_left table.hide {
  display: table !important;
}
.tq_info_show_left table.hide tbody {
  display: table-row-group !important;
}
.footer_link {
  display: inline-block;
}
div.mce-fullscreen {
  z-index: 1500;
}
@media (min-width: 768px) {
  .fieldset_wrap_group {
    width: 50%;
  }
  .tq_info_show_left {
    width: 100%;
  }
}
#tq_form label {
  font-weight: 600;
}
#tq_form label.required:after {
  content: " *";
  font-weight: bold;
  color: #dd4b39;
}
#tq_form .radio,
#tq_form .checkbox,
#tq_form .radio-inline,
#tq_form .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
#tq_form .radio,
#tq_form .checkbox {
  min-height: 27px;
}
#tq_form .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
#tq_form .form-group:before,
#tq_form .form-group:after {
  content: " ";
  display: table;
}
#tq_form .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  #tq_form .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
#tq_form .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  #tq_form .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #tq_form .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.team_tasks_mode label {
  display: inline;
}
ul.radio_list,
ul.error_list {
  margin: 0;
  padding: 10px;
}
ul.radio_list {
  list-style: none;
  display: inline;
}
ul.radio_list li {
  width: auto;
  margin: .2em .5em;
}
ul.radio_list li label {
  font-weight: 600;
}
.record_card_datasheet {
  margin: 0;
  padding-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-top-width: 0;
}
.rcd_title {
  padding: 2px 6px;
  background: #ffffff;
  border-top: 4px solid #cccccc;
}
.rcd_title h4 {
  color: #444444;
  font-weight: normal;
}
.rcd_title_inline {
  font-weight: 600;
  color: #555555;
}
.rcd_type {
  color: #555555;
  padding: 2px 10px;
  background: #fbfbfb;
  border-top: 2px solid #f3f3f3;
}
.rcd_modified {
  text-indent: 10px;
  color: #999999;
  font-style: italic;
  margin-top: 5px;
}
.rcd_notes {
  padding: 5px 10px 0;
}
.rcd_notes ul,
.rcd_notes ol {
  margin-left: 0;
  padding-left: 0.2em;
  margin-bottom: 1em;
}
.rcd_notes ul li {
  background: url('../../../images/icons/tools/bullet.gif') 0 0.4em no-repeat;
  padding: 0 0 0 0.8em;
  margin: 0 0 0.5em 1em;
  list-style: none;
}
.rcd_notes ul ul li {
  background-image: url('../../../images/icons/tools/bullet_child.gif');
  margin-left: 2em;
}
.rcd_notes ol li {
  list-style: decimal;
  margin-bottom: 0.5em;
  margin-left: 2em;
}
.rcd_notes ol ol li {
  list-style: decimal;
  background-image: none;
  padding-left: 0;
  margin-left: 3em;
}
.rcd_notes_dist {
  margin-top: 5px;
}
.rcd_footer {
  overflow: hidden;
  border-top: 1px dotted #cccccc;
  padding: 5px 10px 0;
}
.rcd_table {
  width: 100%;
  margin-top: 10px;
}
.rcd_table thead th {
  border-top: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  vertical-align: middle;
}
.rcd_table tbody th {
  border-right: 3px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: #ffffff;
  vertical-align: middle;
}
.rcd_table td {
  vertical-align: middle;
}
.rcd_table tr.even td {
  background: #f9f9f9;
}
/* Card index list */
.list_card_index li {
  font-weight: 600;
  background-color: #ffffff;
  margin: 0 0 5px 0 !important;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #dddddd;
  overflow: hidden;
  list-style: none;
}
.list_card_index .lci_active_green {
  border-color: #4db84d;
}
.list_card_index .lci_active_blue {
  border-color: #5ab1ee;
}
.list_card_index li .lci_number {
  font-size: 18px;
  color: #ffffff;
  padding: 3px;
  display: block;
  float: left;
  line-height: 20px;
  height: 20px;
}
.list_card_index li .lci_number:hover {
  opacity: 0.5;
  text-decoration: none;
}
.list_card_index li .lci_number_green {
  background-color: #009900;
}
.list_card_index li .lci_number_blue {
  background-color: #128fe6;
}
.list_card_index li .lci_number_gray {
  background-color: #999999;
}
.list_card_index li .lci_name_green {
  color: #009900;
}
.list_card_index li .lci_name_blue {
  color: #128fe6;
}
.list_card_index li .lci_name_red {
  color: #ff0000;
}
.list_card_index li h5 {
  margin: 5px 5px 0 5px;
  float: left;
  color: #555555;
}
.list_card_index li h5 .lci_date {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #aaaaaa;
}
/* Card user list */
.list_card_user {
  padding-left: 0;
}
.list_card_user li {
  list-style: none;
  background-color: #ffffff;
  margin: 0 0 5px 0 !important;
  border: 1px solid #dddddd;
  border-left: 4px solid #cccccc;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  padding: 5px;
}
.list_card_user li img,
.list_card_user li dl {
  float: left;
  margin: 0;
  padding-top: 5px;
}
.list_card_user li > img {
  padding: 0;
  margin-right: 5px;
}
.list_card_user li div label {
  margin: 0;
  padding: 0;
  display: inline;
  text-align: left !important;
}
.list_card_user li ul.error_list {
  display: inline;
}
.list_card_user li ul.error_list li {
  border: 0;
  background: none;
  display: inline;
}
/* change style for list_card_user's border */
.list_card_user li div label {
  text-align: right !important;
}
.list_card_user li {
  border: 0;
  border-bottom: 1px solid #cccccc;
  margin-left: 33%;
  margin-right: 33%;
}
/* **************************************** */
.lcu_name {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
}
.lcu_title {
  color: #aaaaaa;
  font-style: italic;
  line-height: 10px;
}
.lcu_delete {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('../../../images/icons/tools/closelabel.png') no-repeat center;
  opacity: 0.3;
}
.lcu_delete:hover {
  background: url('../../../images/icons/tools/closelabel.png') no-repeat center;
  opacity: 0.5;
}
/* Card user from list */
.list_card_user_form li {
  margin: 0;
  overflow: hidden;
}
.list_card_user_form li div:first-child {
  margin: 5px;
  float: left;
}
.list_card_user_form li > div {
  margin: 5px 5px 5px 0;
  width: 47.9%;
  float: right;
}
.list_card_user_form li div label {
  font-weight: 600;
}
.list_card_user_form li div select {
  width: 100%;
}
.lcu_mark_delete {
  border-top: 1px solid #cc0000;
  background-color: #ffe7e7 !important;
}
/* Card unsafe action */
.list_card_unsafe_action li.unsafe_actions {
  background-color: #ffffff;
  margin: 0 0 5px 0 !important;
  border-left: 4px solid #cccccc;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
}
.list_card_unsafe_action li.unsafe_actions div.content_actions {
  margin: 0 0 10px 20px !important;
}
.list_card_unsafe_action li.unsafe_actions img {
  padding: 10px 7px 10px 5px;
}
.list_card_unsafe_action li.unsafe_action ul.error_list {
  display: inline;
}
.list_card_unsafe_action li.unsafe_action ul.error_list li.unsafe_actions {
  border: 0;
  background: none;
  display: inline;
}
.lcu_name {
  font-weight: 600;
  font-size: 13px;
  color: #555555;
}
.lcu_title {
  color: #aaaaaa;
  font-style: italic;
  line-height: 6px;
}
.lcu_delete {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
  background: url('../../../images/icons/tools/closelabel.png') no-repeat center;
  opacity: 0.3;
}
.lcu_delete:hover {
  background: url('../../../images/icons/tools/closelabel.png') no-repeat center;
  opacity: 0.5;
}
/* Card record list */
.list_card_record {
  margin: 0;
  padding: 0;
}
.list_card_record > li {
  list-style: none;
}
.list_card_record li {
  background-color: #ffffff;
  margin: 0 0 5px 0 !important;
  border-left: 4px solid #cccccc;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
}
.list_card_record li dl {
  width: 100%;
  margin: 0;
  padding-top: 3px;
}
.lcr_name {
  float: left;
  margin-left: 10px;
  margin-top: 5px;
  font-weight: 600;
}
.lcr_notes {
  margin-left: 20px;
  clear: both;
  margin-right: 20px;
  overflow: auto;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: normal;
}
.lcr_notes p {
  margin: 0;
  font-size: 12px;
}
.lcr_notes ul,
.lcr_notes ol {
  margin-left: 0;
  padding-left: 0.2em;
  margin-bottom: 1em;
}
.lcr_notes ul li {
  background: url('../../../images/icons/tools/bullet.gif') 0 0.4em no-repeat;
  padding: 0 0 0 0.8em;
  margin: 0 0 0.5em 1em !important;
  list-style: none;
  border: 0;
}
.lcr_notes ul ul li {
  background-image: url('../../../images/icons/tools/bullet_child.gif');
  margin-left: 2em;
  border: 0;
}
.lcr_notes ol li {
  list-style: decimal;
  margin-bottom: 0.5em !important;
  margin-left: 2em !important;
  border: 0;
  overflow: visible;
}
.lcr_notes ol ol li {
  list-style: decimal;
  background-image: none;
  padding-left: 0;
  margin-left: 3em;
  border: 0;
}
.lcr_state {
  float: left;
  margin-left: 10px;
}
.lcr_user {
  margin-right: 10px;
  margin-bottom: 10px;
  color: gray;
  font-style: italic;
  float: right;
}
.lcr_actions {
  margin-bottom: 0;
  text-indent: 10px;
  background-color: #fbfbfb;
  width: 100%;
  font-weight: normal;
  clear: both;
}
.lcr_actions a {
  cursor: pointer;
}
.list_card_tracking {
  margin: 0 20px 10px 20px !important;
  padding: 0;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
.list_card_tracking > li {
  list-style: none;
}
.list_card_tracking li {
  border-left: 0;
  margin: 0 0 5px;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
}
.list_card_tracking li dl {
  margin: 0;
}
.lct_avatar {
  float: left;
  width: 40px;
}
.lct_avatar img {
  padding: 5px;
  width: auto;
  border: 0;
  margin: auto;
}
.lct_name {
  font-weight: 600;
}
.lct_title {
  margin-left: 10px;
  overflow: hidden;
  padding-bottom: 20px;
  position: relative;
}
.lct_title ul li {
  border: 0;
}
.lct_date {
  display: block;
  color: #aaaaaa;
  font-style: italic;
  line-height: 1;
  position: absolute;
  bottom: 5px;
  right: 5px;
  margin: 5px;
}
.lct_date span {
  margin: 5px;
}
.list_card_tracking_user {
  margin: 0 !important;
  border: 0;
}
.list_card_tracking_user > li {
  border: 1px solid #dddddd;
  padding-bottom: 5px;
  border-top-width: 2px;
}
.list_card_tracking_user .lct_name {
  padding-top: 5px;
}
/* Card scroll */
.list_card_scroll {
  max-height: 320px;
  overflow: hidden;
  position: relative;
}
.list_card_scroll_none {
  max-height: none;
  overflow: hidden;
  position: relative;
}
/* Card separator */
.list_card_separator {
  margin: 10px 0 !important;
  border-top: 1px dotted #bbbbbb !important;
}
.list_card_separator_double {
  margin: 10px 0 !important;
  border-top: 1px dotted #bbbbbb !important;
  border-bottom: 1px dotted #bbbbbb !important;
  padding: 1px 0;
}
/* Card separator title */
.list_card_separator_title {
  margin-bottom: 10px;
  color: #006c80;
}
/* General list */
.list_record_general {
  font-size: 12px;
}
.list_record_general li {
  margin-left: 0;
  font-weight: 600;
  font-size: 12px;
}
.list_record_general .value_indicator {
  margin-left: 20px;
  font-size: 16px;
}
/* Card pager list */
.list_card_pager {
  background-color: #ffffff;
  padding: 5px 5px 2px;
  border: 1px solid #dddddd;
}
.list_card_pager li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.list_card_pager li a,
.list_card_pager li span {
  background: #e3e2d9;
  color: #555555;
  margin: 0 2px;
  display: inline-block;
  float: left;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  padding: 4px 8px;
}
.list_card_pager li a:hover,
.list_card_pager li a.current {
  background-color: #006c80;
  color: #ffffff;
}
/* Module specific styles */
.lci_number_clock {
  background: #999999 url('../../../images/icons/tools/clock_icon.png') no-repeat;
  width: 20px;
}
.lci_number_product {
  background: #999999 url('../../../images/icons/tools/product_icon.png') no-repeat;
  width: 20px;
}
.lci_team_product {
  background: #999999 url('../../../images/icons/tools/team_icon.png') no-repeat;
  width: 20px;
}
.lcu_name_single {
  margin: 0 10px;
}
.lcu_title_single {
  margin-bottom: 5px;
  margin-left: 10px;
}
.lcr_state_top {
  position: absolute;
  top: 5px;
  right: 5px;
}
.document_note_radio_list {
  background-color: #ffffff;
  padding: 8px 8px 0;
  border: 1px dashed #e5e5e5;
}
.document_note_radio_list li {
  display: inline-block;
  position: relative;
  margin: 0 5px 10px 0;
}
input.document_state_buttom {
  display: none;
}
label.document_state_buttom {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 8px;
  text-shadow: 0 1px 1px #ffd899;
  text-decoration: none;
  background-color: #ffb133;
  background-image: -o-linear-gradient(center bottom, #ff9d00 0%, #ffb133 100%);
  border: 1px solid #cc7d00;
  border-top: 1px solid #e68d00;
  border-bottom: 1px solid #b36e00;
  color: #4d2f00;
  border-radius: 2px;
  transition: all 0.218s ease;
}
label.document_state_buttom:hover {
  text-decoration: none;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
  background-color: #ffb742;
  background-image: -o-linear-gradient(center bottom, #ffa30f 0%, #ffb742 100%);
  border: 1px solid #b36e00;
  border-top: 1px solid #cd7e00;
  border-bottom: 1px solid #9a5f00;
  color: #4d2f00 !important;
  font-weight: normal;
}
label.document_state_buttom:active {
  background-color: #e68e00;
  box-shadow: inset 0 2px 5px -1px #b36e00;
  border: 1px solid #995f00;
  border-top: 1px solid #b36e00;
  border-bottom: 1px solid #804f00;
}
input.document_save_note {
  font-size: 12px;
  vertical-align: middle;
  margin: 0;
  padding: 4px 8px;
}
label.document_state_buttom_active {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  padding: 4px 20px;
  text-shadow: 0 1px 1px #69aa69;
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border: 1px solid #008000;
  border-top: 1px solid #008000;
  border-bottom: 1px solid #008000;
  color: #ffffff;
  border-radius: 2px;
  transition: all 0.218s ease;
}
label.document_state_buttom_active:hover {
  background-color: #51a351;
  *background-color: #499249;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
}
label.document_state_buttom_active:active {
  background-color: #408140 \9;
  box-shadow: inset 0 2px 5px -1px #448b44;
}
label.document_state_buttom_disabled {
  display: block;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
  color: #cccccc;
  padding: 4px 20px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background: #ebebe4;
  cursor: not-allowed;
}
.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}
.stepwizard .stepwizard-row {
  display: table-row;
}
.stepwizard .stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  z-order: 0;
}
.stepwizard .stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}
.stepwizard .stepwizard-step p {
  margin-top: 10px;
}
.stepwizard .stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  background-color: #ffffff;
  pointer-events: none;
}
.stepwizard .stepwizard-step .btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.data_list_table {
  width: 100%;
  background: #ffffff;
}
.data_list_table thead th {
  white-space: nowrap;
  border-bottom: 1px solid #cccccc;
  color: #888888;
}
.data_list_table th {
  padding: .5em 1em;
  text-align: right;
  background: none;
}
.data_list_table th:first-child {
  text-align: left;
}
.data_list_table .even td {
  background: #fbfbfb;
}
.data_list_table tbody {
  border: 0;
}
.data_list_table tbody th {
  border-bottom: 1px solid #e6e6e6 !important;
}
.data_list_table td {
  border-bottom: 1px solid #e6e6e6 !important;
}
.data_list_table .co-name {
  display: block;
  font-size: 11px;
  color: #999999;
}
.audit_list_table td {
  padding: .5em 1em;
  text-align: right;
  background: none;
}
.audit_list_table td:first-child {
  text-align: left;
}
.data_list_table_form {
  width: 100%;
  background: #ffffff;
}
.data_list_table_form th,
.data_list_table_form td {
  padding: .5em 1em;
  text-align: left;
  background: none;
}
.data_list_table_form th {
  text-align: right;
}
.data_list_table_form .even td {
  background: #ffffff;
}
.data_list_table_form tbody {
  border: 0;
}
.data_list_table_form tbody th {
  border: 0 !important;
}
.data_list_table_form td {
  border: 0 !important;
}
.fwr_options {
  padding-top: 10px;
}
.menuspace {
  display: none;
  min-width: 206px;
}
.menuspace table {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.menuspace table > tbody > tr > th,
.menuspace table > tbody > tr > td {
  color: #999999;
  line-height: 1;
  vertical-align: top;
}
.menuspace table > tbody > tr > th a,
.menuspace table > tbody > tr > td a {
  display: block;
  padding: 3px 20px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  color: #777777;
}
.menuspace table > tbody > tr > th a:hover,
.menuspace table > tbody > tr > td a:hover {
  color: #333333;
  background-color: #e1e3e9;
}
.menuspace table > tbody > tr > th.build_info_link,
.menuspace table > tbody > tr > td.build_info_link {
  display: none;
}
@media screen and (max-width: 767px) {
  .menuspace {
    margin-top: 15px;
  }
}
/* Indicator Timeline 1.0 */
.timeline_container {
  overflow: hidden;
  color: #555555;
  font-family: "Lucida Grande", Lucida Sans Unicode, Tahoma, Arial;
  font-size: 8pt;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.timeline_arrows {
  overflow: hidden;
  padding-left: 2px;
  padding-bottom: 10px;
  zoom: 1;
}
.timeline_date {
  float: left;
  background: url('../../../images/bg_95.png');
  line-height: 1.6em;
  cursor: pointer;
  margin-right: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.timeline_date:hover {
  background: url('../../../images/bg_90_maroon.png');
  color: #ffffff;
}
.event_partial {
  display: block;
  float: right;
  background: #bad119;
  color: #ffffff;
  width: 10px;
  height: 10px;
  line-height: 1;
  font-size: 14px;
}
.event_partial_inactive {
  display: block;
  float: right;
  background: #dddddd;
  width: 10px;
  height: 10px;
  line-height: 1;
  font-size: 14px;
  color: #555555;
}
.event_goal {
  background: #bad119;
  color: #ffffff;
}
.event_goal_inactive {
  background: #dddddd;
  color: #ffffff;
}
.timeline_date a {
  font-weight: 400;
  display: block;
  padding: 0 13px 0 13.5px;
}
.active_period {
  background: url('../../../images/bg_90_maroon.png');
  color: #ffffff;
  cursor: default;
  padding: 0 13px 0 13.5px;
}
.timeline_top ul,
.timeline_bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.timeline_top li,
.timeline_bottom li {
  float: left;
  border-bottom: 1px solid #999999;
  margin: 0 1px 0 0;
  padding: 3px 2px 0;
}
.timeline_top li.today_line {
  border-bottom: 1px solid #128fe6;
}
.timeline_bottom li {
  border: none;
  padding: 0 2px 3px !important;
}
.timeline_top li div,
.timeline_bottom li div {
  text-transform: uppercase;
  text-align: center;
  width: 20px;
}
.timeline_top li div {
  background: url('../../../images/icons/tools/normal.png') no-repeat left top;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding: 3px 0 5px !important;
}
.timeline_top .today {
  background: url('../../../images/icons/tools/today.png') no-repeat left top;
  padding: 3px 0 5px !important;
}
.timeline_bottom .today {
  background: url('../../../images/icons/tools/today.png') no-repeat left bottom;
  padding: 5px 0 3px !important;
}
.timeline_top .event {
  background: url('../../../images/icons/tools/normal_event.png') no-repeat left top;
}
.timeline_bottom .event {
  background: url('../../../images/icons/tools/normal_event.png') no-repeat left bottom;
}
.timeline_top .event_inactive {
  background: url('../../../images/icons/tools/normal_event_inactive.png') no-repeat left top;
}
.timeline_bottom .event_inactive {
  background: url('../../../images/icons/tools/normal_event_inactive.png') no-repeat left bottom;
}
.timeline_top .today.event {
  background: url('../../../images/icons/tools/today_event.png') no-repeat left top;
}
.timeline_bottom .today.event {
  background: url('../../../images/icons/tools/today_event.png') no-repeat left bottom;
}
.timeline_top .today.event_inactive {
  background: url('../../../images/icons/tools/today_event_inactive.png') no-repeat left top;
}
.timeline_bottom .today.event_inactive {
  background: url('../../../images/icons/tools/today_event_inactive.png') no-repeat left bottom;
}
.timeline_top .today:hover,
.timeline_top .today.event:hover {
  background: url('../../../images/icons/tools/today_hover.png') no-repeat left top;
}
.timeline_bottom .today:hover,
.timeline_bottom .today.event:hover {
  background: url('../../../images/icons/tools/today_hover.png') no-repeat left bottom;
}
.timeline_top .current_day,
.timeline_top li div:hover {
  background: url('../../../images/icons/tools/normal_hover.png') no-repeat left top;
  color: #ffffff;
}
.timeline_bottom li div {
  background: url('../../../images/icons/tools/normal.png') no-repeat left bottom;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 5px 0 3px !important;
}
.timeline_bottom .current_day,
.timeline_bottom li div:hover {
  background: url('../../../images/icons/tools/normal_hover.png') no-repeat left bottom;
  color: #ffffff;
}
.timeline_top .today.current_day,
.timeline_top .today.event.current_day {
  background: url('../../../images/icons/tools/today_hover.png') no-repeat left top;
  color: #ffffff;
}
.timeline_bottom .today.current_day,
.timeline_bottom .today.event.current_day {
  background: url('../../../images/icons/tools/today_hover.png') no-repeat left bottom;
  color: #ffffff;
}
.timeline_bottom li div a {
  font-weight: 400;
}
.timeline_top .event,
.timeline_bottom .event {
  color: #ffffff;
  cursor: pointer;
}
.event_goal a,
.timeline_date a:hover,
.timeline_bottom .current_day a,
.timeline_bottom a:hover,
.timeline_bottom .event a {
  color: #ffffff;
}
.timeline_top,
.timeline_bottom {
  overflow: hidden;
  display: block;
}
/* States color styles */
span.red_state,
span.blue_state,
span.yellow_state,
span.green_state,
span.violet_state,
span.orange_state,
span.deepblue_state,
span.none_state {
  color: #555555;
  border: 1px solid #d2d6de;
  background-color: #d2d6de;
  border-radius: 3px;
  padding: 0 4px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 12px;
}
span.rounded {
  border-radius: 3px;
  padding: 0 2px;
}
.widget_container {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 5px;
  min-width: 170px;
  color: #555555;
  float: left;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.widget_container.simple_fluid,
.widget_container.simple {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.widget_container.simple_fluid .wc_list,
.widget_container.simple .wc_list {
  padding: 0;
}
.widget_container.simple_fluid .wc_list li {
  width: auto;
  min-width: 40px;
}
.widget_container.simple_fluid.smaller .wc_list li {
  padding: 0 2px;
  font-size: 12px;
}
.widget_title {
  border-bottom: 2px solid #cccccc;
  margin-bottom: 5px;
  text-align: center;
}
.widget_title h5 {
  margin-bottom: 0.2em;
}
.widget_content h5 {
  text-align: left;
  margin-bottom: 10px;
}
.widget_footer {
  border-top: 1px dotted #cccccc;
  padding-top: 5px;
  font-size: 10px;
}
.wt_hidden,
.wc_hidden,
.wf_hidden {
  display: none;
}
.wc_list {
  padding: 0 0 15px 0;
}
.wc_list li {
  margin-left: 5px;
  padding: 2px 4px;
  width: 47px;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  border: 1px solid #cccccc;
  display: inline-block;
  position: relative;
}
.wc_list li .label {
  position: absolute;
  bottom: -15px;
  left: 5px;
  font-size: 8px;
  color: #555555;
}
.wc_list li:first-child {
  margin-left: 0;
}
.wc_list li.state_green {
  background-color: #008000;
  color: #ffffff;
}
.wc_list li.state_red {
  background-color: #ff0000;
  color: #ffffff;
}
.wc_list li.state_yellow {
  background-color: #ffa400;
  color: #ffffff;
}
.wc_list li.state_gray {
  background-color: #cccccc;
  color: #ffffff;
}
.wc_list.wl_vertical {
  padding-bottom: 0;
}
.wc_list.wl_vertical li {
  display: block;
  margin: 0 auto 15px;
}
.wc_list.wl_vertical .wl_onevalue {
  border: 1px solid #cccccc;
  padding: 4px 8px;
  color: #ffffff;
  font-size: 20px;
  width: 60px;
  margin: 0 auto 10px auto;
}
.adjacency_element_list > ul {
  margin-top: 10px;
}
.adjacency_element_list > ul li {
  position: relative;
}
.adjacency_element_list > ul li .depth-parent-label {
  position: absolute;
  right: 1px;
  top: 1px;
  padding: 0 2px;
  background: rgba(255, 255, 255, 0.9);
  color: #555555;
  font-size: 10px;
}
.adjacency_element_list > ul li .dpl_result {
  border: 1px solid #cccccc;
  float: right;
  font-weight: 600;
  margin: 0 4px;
  margin-right: 20px;
  padding: 0 4px;
}
.adjacency_element_list > ul li a.dpl_show_link {
  margin-left: 10px;
  background-color: #ffffff;
  color: #555555;
  padding: 0 5px;
  border: 1px dotted #cccccc;
  border-radius: 2px;
  font-size: 11px;
}
.adjacency_element_list > ul li .dpl_result_green {
  background-color: #008000;
  color: #ffffff;
}
.adjacency_element_list > ul li .dpl_result_red {
  background-color: #ff0000;
  color: #ffffff;
}
.adjacency_element_list > ul li .dpl_result_yellow {
  background-color: #ffa400;
  color: #ffffff;
}
.adjacency_element_list > ul li .dpl_result_gray {
  background-color: #cccccc;
  color: #ffffff;
}
.adjacency_element_list > ul .depth-1 {
  margin-left: 0;
  padding: 0 0 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cccccc;
  margin-top: 5px;
  overflow: hidden;
}
.adjacency_element_list > ul .depth-1 > ul {
  float: left;
  overflow: hidden;
}
.adjacency_element_list > ul .depth-1 a.dpl_show_link {
  background: rgba(255, 255, 255, 0.9);
}
.adjacency_element_list > ul .depth-1-label,
.adjacency_element_list > ul .depth-2-label,
.adjacency_element_list > ul .depth-3-label {
  width: 100%;
  display: inline-block;
  background-color: #f3f3f3;
  padding: 4px 8px;
  border-style: dotted;
  border-color: #cccccc;
  border-width: 0 0 1px 1px;
}
.adjacency_element_list > ul .depth-1-label {
  border-left-width: 0;
  border-bottom-style: solid;
}
.adjacency_element_list > ul .depth-1-label strong,
.adjacency_element_list > ul .depth-1-label a {
  color: #ffffff;
}
.adjacency_element_list > ul .depth-2-label strong,
.adjacency_element_list > ul .depth-3-label strong {
  color: #000000;
}
.adjacency_element_list > ul .depth-2-label a {
  color: #777777;
}
.adjacency_element_list > ul .depth-3-label a {
  color: #999999;
}
.adjacency_element_list > ul .depth-1-monitors {
  border-left: 1px solid #cccccc;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  width: 100px;
  float: right;
}
.adjacency_element_list > ul .depth-1-monitors .widget_container {
  min-width: initial;
}
.adjacency_element_list > ul .depth-1-actionplans {
  float: left;
  padding: 10px 10px 10px 30px;
  margin-top: 10px;
}
.adjacency_element_list > ul .depth-1-actionplans .widget_container {
  margin-right: 10px;
  margin-bottom: 10px;
}
.highlight-env {
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 5px 3px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: #dd4b39;
  background-color: rgba(221, 75, 57, 0.8);
}
.highlight-env span {
  color: #dd4b39;
  border-radius: 2px;
  padding: 0 5px;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.8);
}
.external-content object {
  width: 95%;
  min-height: 400px;
}
/* SRS public description card */
.srs-ticket-card .srs-ticket-head {
  display: -ms-flexbox;
  display: flex;
}
.srs-ticket-card .srs-ticket-head .srs-ticket-title > span {
  font-size: 1.4rem;
  font-weight: 600;
  color: red;
}
.srs-ticket-card .srs-ticket-body {
  font-size: 1.2rem;
}
.srs-ticket-card .srs-ticket-body .srs-ticket-label {
  color: red;
  font-size: 1.2rem;
  font-weight: 600;
}
.srs-ticket-card .srs-ticket-body .srs-ticket-timestamp {
  font-weight: 400;
  font-size: 1.1rem;
}
.srs-ticket-card .srs-ticket-body .srs-ticket-state {
  font-weight: 400;
  font-size: 1.1rem;
}
.srs-ticket-card .srs-ticket-body .srs-ticket-number > span {
  font-size: 1.2rem;
}
/** ------------------- Format options widget ------------------- **/
ul.report-format-options {
  list-style: none;
}
ul.report-format-options:after {
  content: "";
  clear: both;
}
ul.report-format-options li {
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  padding-left: 5px;
}
ul.report-format-options li + ul.report-format-options li {
  margin-left: 15px;
}
ul.report-format-options li div.report-thumbnail-option {
  height: 55px;
  width: 60px;
}
ul.report-format-options li div.report-thumbnail-option {
  border-radius: 2px;
  text-align: center;
}
ul.report-format-options li div.report-thumbnail-option .label {
  position: relative;
  height: 15px;
}
ul.report-format-options li div.report-thumbnail-option .label label {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
ul.report-format-options li div.report-thumbnail-option .input {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 15px;
  height: 15px;
  position: absolute;
  display: none;
}
ul.report-format-options li div.report-thumbnail-option input:focus + label {
  outline: 2px dotted #21b4d0;
  border-radius: 3px;
}
ul.report-format-options li div.report-thumbnail-option input:checked + label {
  outline: 4px solid #21b4d0;
  border-radius: 3px;
}
/* -------- Widget styles into "box-body" div -------- */
.box-body .select2-container.select2-container-multi.ajax_multiselect_filter {
  width: 280px !important;
}
.box-body div[id$='_checklist'] {
  width: 280px !important;
  height: 256px !important;
}
.box-body input[id$='_findInList'] {
  width: 280px !important;
}
/* -------- Widget styles into "box-body" div -------- */
.modal_ajax_form_wrapper .flash-box,
.modal_modules_wrapper .flash-box {
  border-radius: 0;
  margin-bottom: 0;
}
.modal_ajax_form_wrapper .modal_ajax_form_header,
.modal_modules_wrapper .modal_ajax_form_header,
.modal_ajax_form_wrapper .modal_modules_header,
.modal_modules_wrapper .modal_modules_header {
  padding: 15px;
  text-align: center;
}
.modal_ajax_form_wrapper .modal_ajax_form_header h3,
.modal_modules_wrapper .modal_ajax_form_header h3,
.modal_ajax_form_wrapper .modal_modules_header h3,
.modal_modules_wrapper .modal_modules_header h3 {
  margin: 0;
  line-height: 1.42857143;
}
.modal_ajax_form_wrapper .modal_ajax_form_fields,
.modal_modules_wrapper .modal_ajax_form_fields,
.modal_ajax_form_wrapper .modal_modules_content,
.modal_modules_wrapper .modal_modules_content {
  padding: 20px 15px;
}
.modal_ajax_form_wrapper .modal_ajax_form_actions,
.modal_modules_wrapper .modal_ajax_form_actions,
.modal_ajax_form_wrapper .modal_modules_actions,
.modal_modules_wrapper .modal_modules_actions {
  padding: 15px;
  text-align: right;
}
.modal-filter .modal-body .col-sm-8 br {
  display: none;
}
.modal-filter .modal-body select,
.modal-filter .modal-body textarea,
.modal-filter .modal-body input[type="text"],
.modal-filter .modal-body input[type="password"],
.modal-filter .modal-body input[type="datetime"],
.modal-filter .modal-body input[type="datetime-local"],
.modal-filter .modal-body input[type="date"],
.modal-filter .modal-body input[type="month"],
.modal-filter .modal-body input[type="time"],
.modal-filter .modal-body input[type="week"],
.modal-filter .modal-body input[type="number"],
.modal-filter .modal-body input[type="email"],
.modal-filter .modal-body input[type="url"],
.modal-filter .modal-body input[type="search"],
.modal-filter .modal-body input[type="tel"],
.modal-filter .modal-body input[type="color"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: none;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-filter .modal-body select:focus,
.modal-filter .modal-body textarea:focus,
.modal-filter .modal-body input[type="text"]:focus,
.modal-filter .modal-body input[type="password"]:focus,
.modal-filter .modal-body input[type="datetime"]:focus,
.modal-filter .modal-body input[type="datetime-local"]:focus,
.modal-filter .modal-body input[type="date"]:focus,
.modal-filter .modal-body input[type="month"]:focus,
.modal-filter .modal-body input[type="time"]:focus,
.modal-filter .modal-body input[type="week"]:focus,
.modal-filter .modal-body input[type="number"]:focus,
.modal-filter .modal-body input[type="email"]:focus,
.modal-filter .modal-body input[type="url"]:focus,
.modal-filter .modal-body input[type="search"]:focus,
.modal-filter .modal-body input[type="tel"]:focus,
.modal-filter .modal-body input[type="color"]:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.modal-filter .modal-body select:focus,
.modal-filter .modal-body textarea:focus,
.modal-filter .modal-body input[type="text"]:focus,
.modal-filter .modal-body input[type="password"]:focus,
.modal-filter .modal-body input[type="datetime"]:focus,
.modal-filter .modal-body input[type="datetime-local"]:focus,
.modal-filter .modal-body input[type="date"]:focus,
.modal-filter .modal-body input[type="month"]:focus,
.modal-filter .modal-body input[type="time"]:focus,
.modal-filter .modal-body input[type="week"]:focus,
.modal-filter .modal-body input[type="number"]:focus,
.modal-filter .modal-body input[type="email"]:focus,
.modal-filter .modal-body input[type="url"]:focus,
.modal-filter .modal-body input[type="search"]:focus,
.modal-filter .modal-body input[type="tel"]:focus,
.modal-filter .modal-body input[type="color"]:focus {
  border-color: #0098e8;
  box-shadow: none;
}
.modal-filter .modal-body select::-moz-placeholder,
.modal-filter .modal-body textarea::-moz-placeholder,
.modal-filter .modal-body input[type="text"]::-moz-placeholder,
.modal-filter .modal-body input[type="password"]::-moz-placeholder,
.modal-filter .modal-body input[type="datetime"]::-moz-placeholder,
.modal-filter .modal-body input[type="datetime-local"]::-moz-placeholder,
.modal-filter .modal-body input[type="date"]::-moz-placeholder,
.modal-filter .modal-body input[type="month"]::-moz-placeholder,
.modal-filter .modal-body input[type="time"]::-moz-placeholder,
.modal-filter .modal-body input[type="week"]::-moz-placeholder,
.modal-filter .modal-body input[type="number"]::-moz-placeholder,
.modal-filter .modal-body input[type="email"]::-moz-placeholder,
.modal-filter .modal-body input[type="url"]::-moz-placeholder,
.modal-filter .modal-body input[type="search"]::-moz-placeholder,
.modal-filter .modal-body input[type="tel"]::-moz-placeholder,
.modal-filter .modal-body input[type="color"]::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.modal-filter .modal-body select:-ms-input-placeholder,
.modal-filter .modal-body textarea:-ms-input-placeholder,
.modal-filter .modal-body input[type="text"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="password"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="datetime"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="datetime-local"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="date"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="month"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="time"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="week"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="number"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="email"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="url"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="search"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="tel"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="color"]:-ms-input-placeholder {
  color: #999;
}
.modal-filter .modal-body select::-webkit-input-placeholder,
.modal-filter .modal-body textarea::-webkit-input-placeholder,
.modal-filter .modal-body input[type="text"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="password"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="datetime"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="datetime-local"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="date"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="month"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="time"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="week"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="number"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="email"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="url"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="search"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="tel"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="color"]::-webkit-input-placeholder {
  color: #999;
}
.modal-filter .modal-body select::-moz-placeholder,
.modal-filter .modal-body textarea::-moz-placeholder,
.modal-filter .modal-body input[type="text"]::-moz-placeholder,
.modal-filter .modal-body input[type="password"]::-moz-placeholder,
.modal-filter .modal-body input[type="datetime"]::-moz-placeholder,
.modal-filter .modal-body input[type="datetime-local"]::-moz-placeholder,
.modal-filter .modal-body input[type="date"]::-moz-placeholder,
.modal-filter .modal-body input[type="month"]::-moz-placeholder,
.modal-filter .modal-body input[type="time"]::-moz-placeholder,
.modal-filter .modal-body input[type="week"]::-moz-placeholder,
.modal-filter .modal-body input[type="number"]::-moz-placeholder,
.modal-filter .modal-body input[type="email"]::-moz-placeholder,
.modal-filter .modal-body input[type="url"]::-moz-placeholder,
.modal-filter .modal-body input[type="search"]::-moz-placeholder,
.modal-filter .modal-body input[type="tel"]::-moz-placeholder,
.modal-filter .modal-body input[type="color"]::-moz-placeholder,
.modal-filter .modal-body select:-ms-input-placeholder,
.modal-filter .modal-body textarea:-ms-input-placeholder,
.modal-filter .modal-body input[type="text"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="password"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="datetime"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="datetime-local"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="date"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="month"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="time"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="week"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="number"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="email"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="url"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="search"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="tel"]:-ms-input-placeholder,
.modal-filter .modal-body input[type="color"]:-ms-input-placeholder,
.modal-filter .modal-body select::-webkit-input-placeholder,
.modal-filter .modal-body textarea::-webkit-input-placeholder,
.modal-filter .modal-body input[type="text"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="password"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="datetime"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="datetime-local"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="date"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="month"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="time"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="week"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="number"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="email"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="url"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="search"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="tel"]::-webkit-input-placeholder,
.modal-filter .modal-body input[type="color"]::-webkit-input-placeholder {
  color: #bbbbbb;
  opacity: 1;
}
.modal-filter .modal-body select:not(select),
.modal-filter .modal-body textarea:not(select),
.modal-filter .modal-body input[type="text"]:not(select),
.modal-filter .modal-body input[type="password"]:not(select),
.modal-filter .modal-body input[type="datetime"]:not(select),
.modal-filter .modal-body input[type="datetime-local"]:not(select),
.modal-filter .modal-body input[type="date"]:not(select),
.modal-filter .modal-body input[type="month"]:not(select),
.modal-filter .modal-body input[type="time"]:not(select),
.modal-filter .modal-body input[type="week"]:not(select),
.modal-filter .modal-body input[type="number"]:not(select),
.modal-filter .modal-body input[type="email"]:not(select),
.modal-filter .modal-body input[type="url"]:not(select),
.modal-filter .modal-body input[type="search"]:not(select),
.modal-filter .modal-body input[type="tel"]:not(select),
.modal-filter .modal-body input[type="color"]:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modal-filter .modal-body select::-ms-expand,
.modal-filter .modal-body textarea::-ms-expand,
.modal-filter .modal-body input[type="text"]::-ms-expand,
.modal-filter .modal-body input[type="password"]::-ms-expand,
.modal-filter .modal-body input[type="datetime"]::-ms-expand,
.modal-filter .modal-body input[type="datetime-local"]::-ms-expand,
.modal-filter .modal-body input[type="date"]::-ms-expand,
.modal-filter .modal-body input[type="month"]::-ms-expand,
.modal-filter .modal-body input[type="time"]::-ms-expand,
.modal-filter .modal-body input[type="week"]::-ms-expand,
.modal-filter .modal-body input[type="number"]::-ms-expand,
.modal-filter .modal-body input[type="email"]::-ms-expand,
.modal-filter .modal-body input[type="url"]::-ms-expand,
.modal-filter .modal-body input[type="search"]::-ms-expand,
.modal-filter .modal-body input[type="tel"]::-ms-expand,
.modal-filter .modal-body input[type="color"]::-ms-expand {
  border: 0;
  background-color: transparent;
}
.modal-filter .modal-body select[disabled],
.modal-filter .modal-body textarea[disabled],
.modal-filter .modal-body input[type="text"][disabled],
.modal-filter .modal-body input[type="password"][disabled],
.modal-filter .modal-body input[type="datetime"][disabled],
.modal-filter .modal-body input[type="datetime-local"][disabled],
.modal-filter .modal-body input[type="date"][disabled],
.modal-filter .modal-body input[type="month"][disabled],
.modal-filter .modal-body input[type="time"][disabled],
.modal-filter .modal-body input[type="week"][disabled],
.modal-filter .modal-body input[type="number"][disabled],
.modal-filter .modal-body input[type="email"][disabled],
.modal-filter .modal-body input[type="url"][disabled],
.modal-filter .modal-body input[type="search"][disabled],
.modal-filter .modal-body input[type="tel"][disabled],
.modal-filter .modal-body input[type="color"][disabled],
.modal-filter .modal-body select[readonly],
.modal-filter .modal-body textarea[readonly],
.modal-filter .modal-body input[type="text"][readonly],
.modal-filter .modal-body input[type="password"][readonly],
.modal-filter .modal-body input[type="datetime"][readonly],
.modal-filter .modal-body input[type="datetime-local"][readonly],
.modal-filter .modal-body input[type="date"][readonly],
.modal-filter .modal-body input[type="month"][readonly],
.modal-filter .modal-body input[type="time"][readonly],
.modal-filter .modal-body input[type="week"][readonly],
.modal-filter .modal-body input[type="number"][readonly],
.modal-filter .modal-body input[type="email"][readonly],
.modal-filter .modal-body input[type="url"][readonly],
.modal-filter .modal-body input[type="search"][readonly],
.modal-filter .modal-body input[type="tel"][readonly],
.modal-filter .modal-body input[type="color"][readonly],
fieldset[disabled] .modal-filter .modal-body select,
fieldset[disabled] .modal-filter .modal-body textarea,
fieldset[disabled] .modal-filter .modal-body input[type="text"],
fieldset[disabled] .modal-filter .modal-body input[type="password"],
fieldset[disabled] .modal-filter .modal-body input[type="datetime"],
fieldset[disabled] .modal-filter .modal-body input[type="datetime-local"],
fieldset[disabled] .modal-filter .modal-body input[type="date"],
fieldset[disabled] .modal-filter .modal-body input[type="month"],
fieldset[disabled] .modal-filter .modal-body input[type="time"],
fieldset[disabled] .modal-filter .modal-body input[type="week"],
fieldset[disabled] .modal-filter .modal-body input[type="number"],
fieldset[disabled] .modal-filter .modal-body input[type="email"],
fieldset[disabled] .modal-filter .modal-body input[type="url"],
fieldset[disabled] .modal-filter .modal-body input[type="search"],
fieldset[disabled] .modal-filter .modal-body input[type="tel"],
fieldset[disabled] .modal-filter .modal-body input[type="color"] {
  background-color: #eeeeee;
  opacity: 1;
}
.modal-filter .modal-body select[disabled],
.modal-filter .modal-body textarea[disabled],
.modal-filter .modal-body input[type="text"][disabled],
.modal-filter .modal-body input[type="password"][disabled],
.modal-filter .modal-body input[type="datetime"][disabled],
.modal-filter .modal-body input[type="datetime-local"][disabled],
.modal-filter .modal-body input[type="date"][disabled],
.modal-filter .modal-body input[type="month"][disabled],
.modal-filter .modal-body input[type="time"][disabled],
.modal-filter .modal-body input[type="week"][disabled],
.modal-filter .modal-body input[type="number"][disabled],
.modal-filter .modal-body input[type="email"][disabled],
.modal-filter .modal-body input[type="url"][disabled],
.modal-filter .modal-body input[type="search"][disabled],
.modal-filter .modal-body input[type="tel"][disabled],
.modal-filter .modal-body input[type="color"][disabled],
fieldset[disabled] .modal-filter .modal-body select,
fieldset[disabled] .modal-filter .modal-body textarea,
fieldset[disabled] .modal-filter .modal-body input[type="text"],
fieldset[disabled] .modal-filter .modal-body input[type="password"],
fieldset[disabled] .modal-filter .modal-body input[type="datetime"],
fieldset[disabled] .modal-filter .modal-body input[type="datetime-local"],
fieldset[disabled] .modal-filter .modal-body input[type="date"],
fieldset[disabled] .modal-filter .modal-body input[type="month"],
fieldset[disabled] .modal-filter .modal-body input[type="time"],
fieldset[disabled] .modal-filter .modal-body input[type="week"],
fieldset[disabled] .modal-filter .modal-body input[type="number"],
fieldset[disabled] .modal-filter .modal-body input[type="email"],
fieldset[disabled] .modal-filter .modal-body input[type="url"],
fieldset[disabled] .modal-filter .modal-body input[type="search"],
fieldset[disabled] .modal-filter .modal-body input[type="tel"],
fieldset[disabled] .modal-filter .modal-body input[type="color"] {
  cursor: not-allowed;
  pointer-events: none;
}
textarea.modal-filter .modal-body select,
textarea.modal-filter .modal-body textarea,
textarea.modal-filter .modal-body input[type="text"],
textarea.modal-filter .modal-body input[type="password"],
textarea.modal-filter .modal-body input[type="datetime"],
textarea.modal-filter .modal-body input[type="datetime-local"],
textarea.modal-filter .modal-body input[type="date"],
textarea.modal-filter .modal-body input[type="month"],
textarea.modal-filter .modal-body input[type="time"],
textarea.modal-filter .modal-body input[type="week"],
textarea.modal-filter .modal-body input[type="number"],
textarea.modal-filter .modal-body input[type="email"],
textarea.modal-filter .modal-body input[type="url"],
textarea.modal-filter .modal-body input[type="search"],
textarea.modal-filter .modal-body input[type="tel"],
textarea.modal-filter .modal-body input[type="color"] {
  height: auto;
}
.modal-filter .modal-body textarea {
  height: auto;
}
.modal-filter .modal-body input[type="text"].ui-spinner-input {
  border: 0;
}
.modal-filter .modal-body input[type="text"].select2-input {
  border: 0;
  padding: 2px;
  height: auto;
}
.modal-filter .modal-body select[multiple],
.modal-filter .modal-body select[size] {
  height: auto;
}
.modal-filter .modal-body select.tq_date {
  width: auto;
  display: inline-block;
}
/* -------- Styles in box widget -------- */
.box .box-header h3 {
  margin-right: 20px;
}
.box .box-header .box-tools i {
  font-size: 17px;
  font-weight: 600;
}
.box .box-body ul.list_card_unsafe_action {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
}
.box .box-body ul.list_card_unsafe_action li.unsafe_actions {
  border-left: 4px solid #cccccc;
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.box .box-body ul.list_card_unsafe_action li.unsafe_actions hr {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  border-top: 1px dotted #bbbbbb !important;
}
.box .box-body ul.list-card-skin {
  list-style: none;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
}
.box .box-body ul.list-card-skin li.card-skin {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background-color: #ffffff;
  margin: 0 0 5px 0 !important;
  border-left: 4px solid #cccccc;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
  position: relative;
}
.box .box-body ul.list-card-skin li.card-skin div.content_actions {
  margin: 0 0 10px 20px !important;
}
.box .box-body ul.list-card-skin li.card-skin img {
  padding: 10px 7px 10px 5px;
}
.box .box-body ul.list-card-skin li.card-skin hr {
  margin: 5px 0 !important;
  border-top: 1px dotted #bbbbbb !important;
}
/* ---------- Backend ---------- */
#sf_admin_container ul.error_list {
  margin: 0;
  margin-bottom: 7px;
  color: #dd3333;
  border: none;
  background-color: #ff3333;
}
#sf_admin_container ul.error_list li {
  padding: 4px;
  padding-left: 25px;
  list-style: none;
  color: #ffffff;
  background: url(../../images/icons/basic/error.png) no-repeat 4px 4px;
}
#sf_admin_container input,
#sf_admin_container textarea {
  width: auto;
}
#sf_admin_container .radio_list li,
#sf_admin_container .checkbox_list li {
  list-style: none;
  display: inline;
}
#sf_admin_container .sf_admin_pagination {
  float: right;
}
#sf_admin_container ul.sf_admin_td_actions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sf_admin_container ul.sf_admin_td_actions li {
  list-style-type: none;
  display: inline;
  margin-right: 10px;
  font-size: 90%;
}
#sf_admin_container ul.sf_admin_actions {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#sf_admin_container ul.sf_admin_actions li {
  list-style-type: none;
  display: inline;
}
#sf_admin_container ul li.sf_admin_action_none a {
  padding: 5px 10px;
  background-position: center;
  background-image: none;
}
#sf_admin_container fieldset.collapsed * {
  display: none;
}
#sf_admin_container ul label,
#sf_admin_container td label {
  display: inline;
  float: none !important;
}
#sf_admin_container .sf_admin_list .sf_admin_boolean {
  text-align: left;
}
#sf_admin_bar {
  float: right;
  margin-left: 20px;
}
#sf_admin_content:before,
#sf_admin_content:after {
  content: " ";
  display: table;
}
#sf_admin_content:after {
  clear: both;
}
.report-view-container {
  max-height: 350px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #d2d6de;
  padding: 0 15px;
}
.report-view-search input.form-control {
  border-radius: 0;
  border-bottom: 0;
}
#crypt-timer {
  top: 69px;
  left: 30px;
}
#crypt-timer .popover-content {
  padding: 2px 8px;
}
.content-section .input-group-addon {
  padding: 1px 2px;
}
.content-section .input-group-captcha input[type=text] {
  width: auto;
}
/* SRS Info-Box */
.srs-wf-box {
  width: 100%;
  min-height: 55px;
  max-height: 55px;
  height: 55px;
}
.srs-wf-box .info-box-icon {
  width: 55px;
  font-size: 30px;
  line-height: 55px;
  height: 55px;
}
.srs-wf-box .info-box-content {
  margin-left: 50px;
}
.srs-wf-box .info-box-content .info-box-text {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.srs-wf-box .info-box-content .info-box-number {
  font-size: 12px;
}
/* init: evaluate all controls form -- */
table.data_list th {
  background: #ffffff none repeat scroll 0 0;
  color: #555555;
  border-bottom: 2px solid #cccccc;
  padding-top: 30px;
  font-size: 13px;
}
table.data_list tbody {
  border: 0px;
}
table.data_list tbody th,
table.data_list tbody td {
  background: #ffffff none repeat scroll 0 0;
}
table.data_list tbody td {
  font-size: 12px;
  font-style: normal;
}
table.data_list tbody tr.criterion td:nth-child(1) label {
  text-align: left !important;
  font-weight: 600 !important;
}
table.data_list tbody tr.criterion td:nth-child(2) {
  text-align: right;
}
div.consolidated-group {
  border-top: 2px dotted #ddd;
  margin-top: 10px;
  padding-top: 5px;
}
div.consolidated-group :nth-child(1) label {
  text-align: left !important;
}
div.consolidated-group :nth-child(2) {
  float: right;
}
.ellipsis_text {
  white-space: nowrap;
  width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: inherit;
}
/* from: http://www.pengoworks.com/workshop/jquery/autocomplete.htm */
.ac_results {
  padding: 0;
  border: 1px solid #bbbbbb;
  border-top: none;
  background-color: Window;
  overflow: hidden;
}
.ac_results ul {
  width: 100%;
  list-style-position: outside;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ac_results iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: mask();
  width: 3000px;
  height: 3000px;
}
.ac_results li {
  margin: 0;
  padding: 2px 5px;
  cursor: pointer;
  display: block;
  width: 100%;
  font: menu;
  font-size: 12px;
  overflow: hidden;
}
.ac_loading {
  background: Window url(../../../images/ajax_loader_min.gif) right center no-repeat;
}
.ac_over {
  background-color: Highlight;
  color: HighlightText;
}
.open_list > div {
  padding: 5px 0;
  clear: both;
}
.open_list_source {
  float: left;
  height: 26px;
  max-width: 255px !important;
}
.open_list_add {
  float: left;
  cursor: pointer;
  border: 1px solid #bbbbbb;
  border-left: none;
  background-color: #f3f3f3;
  padding: 4px 8px;
  height: 26px;
}
.open_list_selected_hidden {
  border: 1px solid #cccccc;
  border-bottom: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.open_list_selected_hidden li {
  padding: 4px;
  background: #ffffff;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #cccccc;
  cursor: move;
}
.open_list_selected_hidden li label {
  cursor: move;
}
.open_list_selected_hidden_delete,
.open_list_selected_hidden_remove {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.open_list_selected_hidden_remove.delete {
  right: 15px;
}
.open_list_selected_hidden_remove:hover,
.open_list_selected_hidden_delete:hover,
.open_list_add:hover {
  color: #9f1a5c;
}
.dui-modal-assistant .ion {
  font-size: 22px;
  left: 0;
}
.input-offscreen,
.hide_dropzone {
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0 !important;
  top: 0 !important;
}
/* end: evaluate all controls form -- */
strong span.clickable {
  cursor: pointer;
}
strong span.clickable.active {
  border-bottom: 3px solid #333333;
}
.causes-item-list .causes-item {
  border-top: 1px solid #d2d6de;
  padding-left: 10px;
  padding-right: 10px;
}
.causes-item-list .causes-item:nth-last-child(1) {
  border-bottom: 1px solid #d2d6de;
}
input[type="submit"][disabled] {
  pointer-events: none;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
form label {
  font-weight: 600 !important;
}
ul.list.radio-list,
ul[data-style-class="event_culture_radio_list"] {
  list-style: none;
  padding: 2px 2px;
}
ul.list.radio-list.horizontal-list,
ul[data-style-class="event_culture_radio_list"].horizontal-list {
  display: inline;
}
ul.list.radio-list li:first-child,
ul[data-style-class="event_culture_radio_list"] li:first-child {
  margin-top: 15px;
}
ul.list.radio-list li,
ul[data-style-class="event_culture_radio_list"] li {
  margin-top: 5px;
}
ul.list.radio-list li:last-child,
ul[data-style-class="event_culture_radio_list"] li:last-child {
  margin-bottom: 15px;
}
.card-item-container {
  width: auto;
}
.card-item-container .card-item-title {
  margin: 5px;
  font-size: 16px;
  font-weight: 600;
  display: block;
}
.card-item-container .card-item-title i {
  font-size: 18px;
  margin-right: 3px;
}
.card-item-container .card-item-subtitle {
  margin: 5px;
  font-size: 14px;
  margin-left: 20px;
  display: block;
  font-weight: 600;
}
.card-item-container .card-item-subtitle .user {
  font-weight: 600;
  font-size: 11px;
  color: #757575;
}
.card-item-container .card-item-list {
  margin-left: 30px;
}
.card-item-container .card-item-list .card-item {
  background-color: white;
  font-size: 12px;
  border-radius: 2px;
  width: 100%;
  margin: 5px;
  display: inline-block;
  height: 40px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
}
.card-item-container .card-item-list .card-item .status-icon {
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background-color: #f0f0f1;
  color: #757575;
  float: left;
}
.card-item-container .card-item-list .card-item .actions-icon {
  border-top-right-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  line-height: 40px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: #757575;
  float: right;
}
.card-item-container .card-item-list .card-item .container {
  display: inline-block;
  width: calc(100% - 95px);
  padding-top: 3px;
}
.card-item-container .card-item-list .card-item .container .title {
  display: block;
  margin-left: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 600;
}
.card-item-container .card-item-list .card-item .container .content {
  min-height: 17px;
  width: auto;
  font-size: 11px;
  padding: 0;
}
.card-item-container .card-item-list .card-item .container .content .icon-text {
  margin: 3px;
}
.card-item-container .card-item-list .card-item .container .content .icon-text i {
  font-size: 12px;
  padding-right: 3px;
}
.card-item-container .card-item-list .card-item.survey .resolved {
  background-color: #77DD77;
  color: white;
}
.card-item-container .card-item-list .card-item.survey .expired {
  background-color: #FF6961;
  color: white;
}
.card-item-container .card-item-list .card-item.survey .pending {
  background-color: #CFCFC4;
  color: #757575;
}
.infinite-scroll-y {
  position: relative;
  height: 400px;
  padding: 10px;
}
.popover {
  max-width: none;
  width: auto;
}
.popover .popover-content table.table {
  font-size: 11px !important;
}
span[data-toggle="popover"] {
  cursor: help;
}
a.not-active {
  pointer-events: none;
  cursor: default;
}
.infinite-scroll-y {
  position: relative;
  height: 400px;
  padding: 10px;
}
.report-editor {
  background: #e9e9e9;
  max-width: inherit;
}
.report-editor .container-content {
  width: auto;
  min-width: 960px;
  margin: 15px;
  background-color: #ffffff;
  border: 1px solid #cacaca;
  padding: 10px 30px 20px 35px;
  text-align: justify;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.report-editor .container-content .mceEditable {
  outline: 1px dashed #757575;
}
.report-editor .container-content .mceEditable:not(:focus)::before {
  content: "EDITABLE";
  border: 1px dashed #757575;
  font-size: .9rem;
  font-weight: 600;
  color: #757575;
  padding: .1rem .2rem;
  background: #d2d6de;
  display: block;
  clear: both;
}
.plain-box {
  border: 1px solid #d2d6de;
  border-radius: .65rem;
  margin: .2rem;
  padding: .3rem;
}
.plain-box .plain-box--item {
  padding: .15rem;
  margin: .1rem;
  border-bottom: 1px solid #d2d6de;
}
.plain-box .plain-box--item strong,
.plain-box .plain-box--item b,
.plain-box .plain-box--item .plain-box--title {
  font-weight: 600;
  color: #757575;
  font-size: 1.2rem;
}
.plain-box .plain-box--item p,
.plain-box .plain-box--item div.plain-box--text {
  font-size: 1rem;
  text-align: justify;
}
.plain-box .plain-box--item::after {
  clear: both;
  display: table;
  content: ' ';
}
.plain-box .plain-box--item:last-child {
  border-bottom: unset;
}
.plain-box::after {
  clear: both;
  display: table;
  content: ' ';
}
/* only media screen styles */
@media screen {
  a {
    color: #555555;
    font-weight: bold;
    text-decoration: none;
  }
  a:hover {
    color: #9f1a5c;
    text-decoration: underline;
  }
  .sheet_top_actions {
    line-height: 24px;
    font-size: 11px;
    background: url(/images/bg_70.png);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.2);
  }
  .sheet_top_actions a {
    padding: 0px 10px;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 5px center;
  }
  .pdf-icon,
  .excel-icon,
  .print-icon {
    padding-left: 20px !important;
    padding-right: 5px !important;
  }
  .pdf-icon {
    background-image: url(/images/icons/tools/pdf-icon.png);
  }
  .excel-icon {
    background-image: url(/images/icons/tools/xls-icon.png);
  }
  .print-icon {
    background-image: url(/images/icons/tools/print-icon.png);
  }
  .sheet_top_actions a:hover {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
  }
  .sheet_top_actions span.right {
    float: right;
  }
  .sheet_top_actions span.right a {
    float: left;
    display: block;
  }
  body.mceContentBody {
    background: #e9e9e9;
  }
  #container {
    width: 980px;
    display: table;
    margin: 0 auto;
  }
  #container .document {
    float: left;
    min-width: 800px;
  }
  #container .info {
    float: right;
    width: 150px;
  }
  .document .content {
    background-color: #ffffff;
    border: 1px solid #cacaca;
    padding: 20px 60px 40px 70px;
    text-align: justify;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
  }
}
/* only media print styles */
@media print {
  #container {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-filter-fixed,
  .modal-filter,
  .sheet_top_actions,
  #sfWebDebug,
  #container .info {
    display: none;
  }
  .document .content {
    text-align: justify;
  }
  div.modal.modal-filter {
    display: none;
  }
  a.btn-filter-fixed {
    display: none;
  }
}
/* general styles (media print and screen styles) */
.ui-datepicker-header {
  color: black;
}
.content .header {
  margin: 5px 0;
}
.content .footer {
  font-size: 10px;
  color: #aaaaaa;
  text-align: right;
  margin-top: 20px;
}
.content .in_process {
  background-color: #df7401;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
.content .in_process label {
  padding: 0.5px 4px;
  font-size: 12px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #df7401;
}
.content .inactive {
  background-color: #df0101;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
.content .inactive label {
  padding: 0.5px 4px;
  font-size: 12px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #df0101;
}
.content .active {
  background-color: #088a08;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px;
}
.content .active label {
  padding: 0.5px 4px;
  font-size: 12px;
  border-radius: 2px;
  background-color: #ffffff;
  color: #088a08;
}
table.basic caption {
  color: #666666;
  background: url("../images/old/ui-bg_highlight-soft_75_cccccc_1x100.png") repeat-x scroll 50% 50% #cccccc;
  border: 1px solid #e9e9e9;
  font-size: 12px;
  padding: 7px;
  font-weight: bold;
}
table.tq_info_table {
  width: 100%;
}
table.tq_info_table th {
  text-align: left;
}
table.tq_info_table td.separator,
table.tq_info_table caption.separator {
  background-color: #088a08;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px;
}
table.table_header_report {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 5px;
  border-collapse: collapse;
}
table.table_report {
  width: 100%;
  border: 1px solid #dddddd;
  padding: 5px;
  border-collapse: collapse;
}
table.table_report td.col_report {
  text-align: left;
  border: 1px solid #dddddd;
  padding: 5px;
  border-collapse: collapse;
}
table.table_report td[align="center"].col_report {
  text-align: center;
}
table.table_report .head_report,
table.table_report th {
  border: 1px solid #dddddd;
  padding: 5px;
  border-collapse: collapse;
  text-align: center;
  background-color: #f7f7f7;
}
body {
  background: #ffffff;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 8px;
}
pre,
.document-viewer table tr > td {
  font-size: 0.80em;
}
body.mceForceColors {
  background: #ffffff;
  color: #000000;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.75em;
}
.mceItemTable,
.mceItemTable td,
.mceItemTable th,
.mceItemTable caption,
.mceItemVisualAid {
  border: 1px dashed #bbbbbb;
}
a.mceItemAnchor {
  display: inline-block;
  width: 11px !important;
  height: 11px !important;
  background: url(../default/img/items.gif) no-repeat 0 0;
}
span.mceItemNbsp {
  background: #dddddd;
}
td.mceSelected,
th.mceSelected {
  background-color: #3399ff !important;
}
img {
  border: 0;
}
table,
img,
hr,
.mceItemAnchor {
  cursor: default;
}
table td,
table th {
  cursor: text;
}
ins {
  border-bottom: 1px solid green;
  text-decoration: none;
  color: green;
}
del {
  color: red;
  text-decoration: line-through;
}
cite {
  border-bottom: 1px dashed blue;
}
acronym {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
abbr {
  border-bottom: 1px dashed #cccccc;
  cursor: help;
}
/* IE */
* html body {
  scrollbar-3dlight-color: #f0f0ee;
  scrollbar-arrow-color: #676662;
  scrollbar-base-color: #f0f0ee;
  scrollbar-darkshadow-color: #dddddd;
  scrollbar-face-color: #e0e0dd;
  scrollbar-highlight-color: #f0f0ee;
  scrollbar-shadow-color: #f0f0ee;
  scrollbar-track-color: #f5f5f5;
}
img:-moz-broken {
  -moz-force-broken-image-icon: 1;
  width: 24px;
  height: 24px;
}
font[face=mceinline] {
  font-family: inherit !important;
}
*[contentEditable]:focus {
  outline: 0;
}
/* mce styles */
.mceItemMedia {
  border: 1px dotted #cc0000;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffcc;
}
.mceItemShockWave {
  background-image: url(../../img/shockwave.gif);
}
.mceItemFlash {
  background-image: url(../../img/flash.gif);
}
.mceItemQuickTime {
  background-image: url(../../img/quicktime.gif);
}
.mceItemWindowsMedia {
  background-image: url(../../img/windowsmedia.gif);
}
.mceItemRealMedia {
  background-image: url(../../img/realmedia.gif);
}
.mceItemVideo {
  background-image: url(../../img/video.gif);
}
.mceItemAudio {
  background-image: url(../../img/video.gif);
}
.mceItemIframe {
  background-image: url(../../img/iframe.gif);
}
.mcePageBreak {
  display: block;
  border: 0;
  width: 100%;
  height: 12px;
  border-top: 1px dotted #cccccc;
  margin-top: 15px;
  background: #ffffff url(../../img/pagebreak.gif) no-repeat center top;
}
.mceContentBody #container .document {
  float: left;
  width: auto;
}
.hidden {
  display: none;
}
/* Modal filter styles */
.btn-filter-fixed {
  position: fixed;
  right: 0;
  top: 200px;
  display: block;
  width: 32px;
  z-index: 850;
}
.modal-filter .modal-header {
  text-align: center;
  color: #006c80;
  border-bottom: 1px solid #006c80;
}
.modal-filter .modal-header .close {
  padding: 0;
  cursor: pointer;
  border: 0;
  float: right;
  font-weight: normal;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: .2;
  font-size: 22px;
  background: transparent;
}
.modal-filter .modal-header .close:focus,
.modal-filter .modal-header .close:hover {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-filter .modal-header .close:before {
  content: '\00d7';
}
.modal-filter .modal-header h3 {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 0.1em;
  margin-top: 0;
  font-size: 21px;
}
.modal-filter .modal-body label {
  display: block;
  font-size: 12px;
}
.modal-filter input[type='text'] {
  width: 97.5%;
  border: 1px solid #bbbbbb;
  padding: 2px;
}
.modal-filter input[type='textarea'],
.modal-filter select {
  border: 1px solid #bbbbbb;
  padding: 2px;
  width: 100%;
}
.modal-filter .tq_date {
  width: auto;
  font-size: 11px;
}
.modal-filter .modal-footer {
  padding-top: 10px;
}
