.clearafter, .table-wrap:after, .side-nav .block-top, .full-width:after, #feedback .form-buttons, #integrate .form-buttons {
  display: table;
  clear: both;
  content: ""; }

.clearafter, .table-wrap:after, .side-nav .block-top, .full-width:after, #feedback .form-buttons, #integrate .form-buttons {
  display: table;
  clear: both;
  content: ""; }

* {
  box-sizing: border-box; }

body, html, h1, h2, h3, h4, h5, p, ul {
  margin: 0;
  padding: 0; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  background: #F5F5F5;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5em; }

h1 {
  margin-bottom: 12px; }

p {
  margin-bottom: 8px; }

a {
  color: #1c6aad;
  text-decoration: none; }

.blue {
  color: #2469A5; }

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

.float-right {
  float: right; }

label {
  color: #000;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
  display: inline-block; }

label + input, label + textarea {
  margin-bottom: 12px; }

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 6px; }

.table-wrap {
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.13);
  border-radius: 4px;
  padding: 8px;
  margin-bottom: 20px; }

.badge {
  background-color: #DADFEA;
  color: #5C5C5C;
  border-radius: 15px;
  font-size: 12px;
  padding: 1px 8px;
  margin: 0 3px;
  display: inline-block; }

.table-wrap table {
  width: 100%;
  border-spacing: 0;
  margin-bottom: 16px; }
  .table-wrap table thead {
    text-align: left; }
  .table-wrap table th {
    font-weight: 300; }
  .table-wrap table td, .table-wrap table th {
    border-bottom: 1px solid #DADFEA;
    padding: 10px; }
  .table-wrap table img.view {
    width: 18px; }
  .table-wrap table tbody tr:hover {
    background-color: #f1f3f7; }
  .table-wrap table img:not(.view) {
    width: 15px;
    margin: -2px; }

label {
  color: #5C5C5C; }

.carret, .carret-left, .carret-right {
  width: 7px;
  height: 7px;
  border-top: 2px solid #2469A5;
  border-right: 2px solid #2469A5;
  transform: rotate(135deg);
  display: inline-block;
  position: relative;
  top: -3px;
  left: 5px; }

.carret-left {
  top: -2px;
  left: 2px;
  transform: rotate(225deg); }

.carret-right {
  top: -2px;
  left: -1px;
  transform: rotate(45deg); }

.mt-3 {
  margin-top: 16px; }

.mt-5 {
  margin-top: 32px; }

.button {
  padding: 8px 16px;
  font-size: 14px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  outline: none;
  height: 38px; }
  .button.rounded {
    border-radius: 30px; }
  .button.wide {
    padding: 8px 38px; }
	.button.primary {		
		color: #fff;
		text-transform: uppercase;
		letter-spacing: 0.5px;
		transition: all 0.2s ease-in;		
	}
    .button.primary:hover, .button.primary:focus {
      transition: all 0.2s ease-in; }
    .button.primary .carret, .button.primary .carret-left, .button.primary .carret-right {
      border-top-color: #fff;
      border-right-color: #fff; }
  .button.second {
    background-color: #fff;
    font-weight: 400;
	}
    
      .button.second:hover .carret, .button.second:hover .carret-left, .button.second:hover .carret-right, .button.second:focus .carret, .button.second:focus .carret-left, .button.second:focus .carret-right {
        border-top-color: #fff;
        border-right-color: #fff; }
  .button.small {
    padding: 6px 12px;
    font-size: 14px; }

textarea {
  padding: 12px 8px;
  border-radius: 4px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  border: 1px solid #DADFEA;
  outline: none;
  font-size: 15px; }
  textarea:focus {
    border: 1px solid #2469A5; }

input:not([type='checkbox']):not([type='radio']) {
  padding: 12px 8px;
  height: 36px;
  border: 1px solid #DADFEA;
  border-radius: 4px;
  font-size: 15px;
  position: relative;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  input:not([type='checkbox']):not([type='radio']).input-first {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px; }
  input:not([type='checkbox']):not([type='radio']).input-last {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    left: -1px; }
  input:not([type='checkbox']):not([type='radio']).input-middle {
    left: -1px;
    border-radius: 0px; }
  input:not([type='checkbox']):not([type='radio']):focus {
    outline: none;
    border-color: #2469A5; }

select {
  padding: 12px 8px;
  font-size: 15px;
  height: 36px;
  width: 100%;
  border: 1px solid #DADFEA;
  background-color: #fff;
  border-radius: 4px; }
  select.pselector {
    width: auto; }

.date-select {
  float: right; }
  .date-select input {
    margin-left: 0;
    margin-right: 0;
    width: 160px;
    background-image: url(../assets/icons/calendar.svg);
    background-repeat: no-repeat;
    background-position: 8px 8px;
    background-size: 16px 16px;
    text-indent: 20px; }
  .date-select label {
    padding-top: 6px;
    padding-right: 6px; }
  .date-select label, .date-select input, .date-select button {
    float: left; }
  .date-select .button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    position: relative;
    left: -2px;
    height: 36px; }

.control-buttons {
  text-align: right; }
  .control-buttons .note {
    font-size: 13px;
    margin-top: 5px; }

/*Placeholder color*/
::-webkit-input-placeholder {
  color: #b9c3d8; }

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

:-ms-input-placeholder {
  color: #b9c3d8; }

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

.clearafter, .table-wrap:after, .side-nav .block-top, .full-width:after, #feedback .form-buttons, #integrate .form-buttons {
  display: table;
  clear: both;
  content: ""; }

.side-nav {
  float: left;
  width: 270px;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 16px;
  overflow: auto;
  position: fixed; }
  .side-nav .logo img {
    width: 145px; }
  .side-nav ul {
    padding-left: 0;
    list-style: none; }
    .side-nav ul li a, .side-nav ul label {
      padding: 12px 8px;
      cursor: pointer; }
      .side-nav ul li a .carret, .side-nav ul li a .carret-left, .side-nav ul li a .carret-right, .side-nav ul label .carret, .side-nav ul label .carret-left, .side-nav ul label .carret-right {
        float: right;
        padding: 3px;
        margin-right: 6px;
        margin-top: 8px; }
      .side-nav ul li a .badge, .side-nav ul label .badge {
        float: right; }
    .side-nav ul li input {
      display: none; }
      .side-nav ul li input:checked ~ ul.dropdown-menu {
        transition: height 0.3s ease-in;
        height: auto;
        overflow: initial; }
      .side-nav ul li input:checked ~ label .carret, .side-nav ul li input:checked ~ label .carret-left, .side-nav ul li input:checked ~ label .carret-right {
        transform: rotate(-45deg); }
    .side-nav ul .dropdown-menu {
      height: 0;
      overflow: hidden;
      transition: height 0.3s ease-in; }
  .side-nav > ul {
    border-top: 1px solid #DADFEA; }
    .side-nav > ul > li {
      border-bottom: 1px solid #DADFEA; }
      .side-nav > ul > li a {
        display: block;
        color: #5C5C5C;
        text-decoration: none; }
        .side-nav > ul > li a:hover {
          color: #2469A5;
          background-color: #F5F5F5; }
      .side-nav > ul > li label {
        margin-bottom: 0;
        display: block; }
        .side-nav > ul > li label:hover {
          color: #2469A5;
          background-color: #F5F5F5; }
      .side-nav > ul > li img {
        height: 16px;
        margin-right: 10px;
        margin-top: 2px; }
    .side-nav > ul ul li a {
      padding-left: 38px; }
  .side-nav a.active {
    color: #fff;
    background-color: #2469A5;
    transition: all 0.15s ease-in; }
    .side-nav a.active:hover {
      background-color: #1d5484;
      transition: all 0.15s ease-in;
      color: #fff; }
  .side-nav .block-top {
    width: 100%; }

.tab-nav {
  border-bottom: 1px solid #DADFEA; }
  .tab-nav ul {
    padding: 0;
    display: inline-block;
    list-style: none;
    margin: 8px 0 0 0; }
    .tab-nav ul li {
      float: left;
      margin-right: 12px;
      border-bottom: 4px solid transparent; }
      .tab-nav ul li a {
        color: #000;
        font-size: 15px;
        padding: 8px 3px;
        display: inline-block; }
      .tab-nav ul li.active, .tab-nav ul li:hover {
        border-bottom: 4px solid #2469A5; }
  .tab-nav .button {
    float: right;
    margin-left: 6px; }

.toggle-nav {
  width: 32px;
  border: none;
  float: left;
  padding: 5px;
  cursor: pointer;
  outline: none; }
  .toggle-nav span {
    height: 3px;
    border-radius: 2px;
    width: 100%;
    background-color: #2469A5;
    display: block;
    margin-bottom: 5px; }
  .toggle-nav.close {
    float: right;
    position: relative;
    top: -5px;
    right: -12px; }
    .toggle-nav.close span {
      margin-bottom: -3px; }
    .toggle-nav.close span:first-of-type {
      transform: rotate(45deg); }
    .toggle-nav.close span:last-of-type {
      transform: rotate(-45deg); }

@media all and (min-width: 993px) {
  .toggle-nav {
    display: none; }
  a.logo {
    float: left !important; } }

@media all and (max-width: 992px) {
  .side-nav {
    position: fixed;
    left: -270px;
    overflow: hidden;
    transition: left 0.25s ease-out;
    z-index: 9999; }
  .side-nav.active {
    position: fixed;
    left: 0;
    width: 270px;
    padding: 16px;
    transition: left 0.25s ease-out;
    display: block !important; } }

@media all and (max-width: 520px) {
  .tab-nav {
    padding-bottom: 0;
    margin-bottom: 6px;
    border-bottom: 0; }
    .tab-nav ul li a {
      padding: 6px 2px; } }

#main {
  float: right;
  padding: 0 16px;
  width: calc(100% - 270px);
  padding-bottom: 40px; }

.top-header {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px; }
  .top-header:after {
    display: table;
    clear: both;
    content: ""; }
  .top-header h1 {
    font-weight: 400;
    flex: 2;
    font-size: 26px; }
  .top-header .tab-nav {
    flex: 1 100%; }

.page-select {
  padding-top: 6px;
  flex: 1 100%;
  margin-bottom: 12px; }
  .page-select a {
    font-size: 15px; }

.breadcrumb {
  padding-left: 0;
  margin: 5px -6px;
  list-style: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  display: inline-block; }
  .breadcrumb li {
    margin-left: 6px;
    margin-right: 6px;
    float: left;
    color: gray; }
    .breadcrumb li a {
      color: gray; }

.stat-bar {
  padding: 0px 0 8px 0;
  display: flex;
  margin-left: -8px;
  margin-right: -8px; }
  .stat-bar:after {
    display: table;
    clear: both;
    content: ""; }

.statbox {
  border-radius: 4px;
  color: #fff;
  width: 25%;
  margin-left: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  float: left;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.13);
  padding: 15px;
  text-align: right; }
  .statbox img {
    height: 30px;
    float: left;
    margin-top: 12px; }
  .statbox div {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-weight: 600;
    opacity: 0.65; }
  .statbox .num {
    font-size: 26px; }
  .statbox.blue {
    background-color: #2469A5; }
  .statbox.red {
    background-color: #EE7A6D; }
  .statbox.green {
    background-color: #89C753; }
  .statbox.yellow {
    background-color: #EDC421; }

.status-common, .status.resolved, .status.overdue, .status.problem {
  background-size: 16px 16px;
  background-position: 6px 4px;
  padding-left: 28px;
  background-repeat: no-repeat; }

h1 .status {
  position: relative;
  top: -6px; }

.status {
  border-radius: 12px;
  color: #fff;
  background-color: #DADFEA;
  font-size: 12px;
  padding: 4px 12px;
  white-space: nowrap; }
  .status.resolved {
    background-image: url(../assets/icons/icon-check-circle.svg);
    background-color: #89C753; }
  .status.overdue {
    background-image: url(../assets/icons/icon-clock.svg);
    background-color: #EE7A6D; }
  .status.problem {
    background-image: url(../assets/icons/icon-exclamation.svg);
    background-color: #2469A5; }

.pagination ul {
  padding: 0;
  list-style: none;
  float: right;
  font-size: 15px; }
  .pagination ul li {
    float: left;
    margin: 0 4px; }
    .pagination ul li a {
      height: 36px;
      width: 36px;
      border-radius: 20px;
      border: 1px solid #2469A5;
      display: block;
      padding: 6px 12px;
      text-align: center; }
      .pagination ul li a:hover {
        color: #fff;
        background-color: rgba(36, 105, 165, 0.4); }
      .pagination ul li a.active {
        background-color: #2469A5;
        color: #fff; }

.tab-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.tab-pane {
  width: 100%;
  float: left;
  display: none; }
  .tab-pane.active {
    display: block; }

.pannel {
  margin: 0 0px 16px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 1px 3px rgba(0, 0, 0, 0.13);
  background-color: #fff;
  color: #5C5C5C; }
  .pannel p, .pannel label {
    color: #000; }
  .pannel .p-header {
    background-color: #2469A5;
    color: #fff;
    padding: 10px 8px; }
    .pannel .p-header h4 {
      font-weight: 500;
      font-size: 15px; }
  .pannel .p-body {
    padding: 16px; }
  .pannel textarea, .pannel input {
    width: 100%; }
  .pannel .size-small {
    width: 130px; }

.export-form {
  padding: 12px;
  width: 50%; }
  .export-form fieldset {
    margin-bottom: 16px; }
  .export-form .date-select {
    width: 70%; }
    .export-form .date-select input {
      width: 50%; }
  .export-form label {
    font-weight: 400;
    width: 30%;
    float: left; }
    .export-form label.checkbox {
      width: 70%;
      float: right; }
  .export-form select {
    width: 70%;
    float: left; }
  .export-form .note {
    color: #999999;
    font-size: 14px; }

.full-form label, .full-form textarea, .full-form input:not([type='checkbox']):not([type='radio']) {
  width: 100%; }

.full-form label {
  font-weight: 400; }

.half {
  width: calc(50% - 8px);
  float: left; }
  .half.last {
    margin-left: 16px; }

.full-width {
  display: flex;
  margin-left: -16px;
  margin-right: -16px; }
  .full-width.w-100 {
    width: 100%; }
  .full-width > div {
    padding: 0 16px; }

.table-wrap .full-width {
  padding: 6px;
  margin: 0; }
  .table-wrap .full-width .half {
    padding: 0; }

.date, .custstatus {
  color: #8f8f8f;
  font-size: 13px;
  text-align: right; }
  .date img, .custstatus img {
    width: 16px;
    margin-right: 4px;
    margin-left: 3px;
    position: relative;
    top: 3px; }

ul.readdata {
  padding-left: 0;
  list-style: none; }
  ul.readdata li {
    margin-bottom: 6px; }
  ul.readdata label {
    width: 30%;
    font-size: 12px;
    color: #8f8f8f; }

.two-three {
  width: 66.66666%; }

.one-three {
  width: 33.33333%; }

#feedback, #integrate {
  margin: 0 auto;
  max-width: 992px;
  padding: 16px 0 40px 0;
  display: flex; }
  #feedback .fcontent, #integrate .fcontent {
    flex: 2 75%;
    padding-right: 17%; }
    #feedback .fcontent h1, #integrate .fcontent h1 {
      margin-top: 40px;
      font-weight: 600;
      font-size: 24px;
      margin-bottom: 20px; }
    #feedback .fcontent h3, #integrate .fcontent h3 {
      margin-top: 16px;
      font-weight: 600;
      margin-bottom: 12px; }
    #feedback .fcontent p, #integrate .fcontent p {
      font-size: 17px; }
      #feedback .fcontent p.small, #integrate .fcontent p.small {
        font-size: 15px; }
    #feedback .fcontent .checkbox, #integrate .fcontent .checkbox {
      font-size: 14px; }
  #feedback .form-buttons, #integrate .form-buttons {
    float: left;
    margin-top: 20px;
    width: 100%; }
    #feedback .form-buttons .button, #integrate .form-buttons .button {
      margin-right: 8px; }
    #feedback .form-buttons.text-right, #integrate .form-buttons.text-right {
      text-align: right; }
      #feedback .form-buttons.text-right .button, #integrate .form-buttons.text-right .button {
        margin-left: 8px; }

.main-logo {
  height: 85px;
  flex: 1 25%; }
  .main-logo img {
    max-width: 175px; }

.rate-stars {
  margin-top: 10px; }
  .rate-stars img {
    width: 36px; }

#integrate .desc {
  flex: 2 70%; }

#integrate .copy {
  text-align: right;
  margin-bottom: 8px;
  margin-right: 16px;
  padding: 5px 9px;
  height: auto; }

#integrate .fcontent p {
  font-size: 15px; }

.embed {
  background-color: #fff;
  border: 1px dashed #DADFEA;
  text-align: center;
  border-radius: 5px;
  padding: 18px 12px; }
  .embed h1 {
    margin: 12px 0 !important; }
  .embed p {
    font-size: 14px; }
    .embed p a {
      text-decoration: underline; }
  .embed .button {
    display: inline-block; }
  .embed img {
    width: 24px; }
  .embed.reviews {
    text-align: left; }
  .embed .review-list {
    padding-left: 0;
    list-style: none;
    border-top: 1px solid #DADFEA; }
    .embed .review-list li {
      padding: 6px 0;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #DADFEA; }
      .embed .review-list li .score {
        flex: 1 25%; }
        .embed .review-list li .score img {
          width: 15px; }
      .embed .review-list li .rcomment {
        flex: 2 78%; }
    .embed .review-list .date {
      text-align: left; }

.clearafter, .table-wrap:after, .side-nav .block-top, .full-width:after, #feedback .form-buttons, #integrate .form-buttons {
  display: table;
  clear: both;
  content: ""; }

/*custom checkboxes*/
.checkbox-style {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-style input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .checkbox-style input:checked ~ .checkmark {
      background-color: #2469A5; }
    .checkbox-style input:checked ~ .checkmark:after {
      display: block; }
  .checkbox-style:hover input ~ .checkmark {
    background-color: #2469A5; }
  .checkbox-style .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #2469A5; }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

/*css dropdown menus*/
.dropdown label {
  color: #2469A5;
  position: relative;
  cursor: pointer; }

.dropdown input {
  display: none; }
  .dropdown input:checked ~ ul.dropdown-menu {
    max-height: 500px;
    max-width: 500px;
    transition: max-height 0.3s ease-in; }

.dropdown ul.dropdown-menu {
  max-height: 0;
  padding: 0;
  overflow: auto;
  list-style-type: none;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  transition: max-height 0.3s ease-out;
  position: absolute;
  min-width: 200px;
  border-radius: 4px;
  z-index: 200; }
  .dropdown ul.dropdown-menu li a {
    display: block;
    padding: 8px 12px;
    color: #2469A5;
    text-decoration: none;
    transition: background .3s;
    word-break: break-word; }
    .dropdown ul.dropdown-menu li a:hover {
      background: rgba(36, 105, 165, 0.2); }

@media all and (max-width: 520px) {
  .dropdown input:checked ~ ul.dropdown-menu {
    max-width: calc(100% - 32px); } }

/* color picker */
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.sp-replacer, .sp-replacer:hover, .sp-replacer.sp-active, .sp-container {
  border: 1px solid #DADFEA;
  border-radius: 4px;
  background: #fff; }

.sp-preview {
  border: 1px solid #DADFEA; }

.sp-cancel {
  color: #2469A5 !important; }

.sp-container button {
  background-image: none;
  background-color: #2469A5;
  color: #fff;
  border: 1px solid #2469A5;
  text-shadow: none; }
  .sp-container button:hover {
    background-image: none;
    background-color: #1d5484;
    border: 1px solid #2469A5;
    text-shadow: none; }

/*datepicker*/
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background-image: none;
  background-color: #2469A5; }

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
  background-color: #2469A5; }

.clearafter, .table-wrap:after, .side-nav .block-top, .full-width:after, #feedback .form-buttons, #integrate .form-buttons {
  display: table;
  clear: both;
  content: ""; }

@media all and (max-width: 992px) {
  #main {
    width: 100%; }
  .top-header {
    padding-top: 10px; }
    .top-header .toggle-nav {
      margin-right: 6px; }
  .status {
    white-space: nowrap; }
  .top-header {
    flex-wrap: wrap;
    margin-bottom: 0; }
    .top-header h1, .top-header form {
      flex: 1 100%; }
  .control-buttons {
    margin-bottom: 12px;
    text-align: right;
    width: 100%; }
    .control-buttons .button {
      display: inline-block; }
  table .button {
    display: inline-block; }
  .intextable thead {
    display: none; }
  .intextable td {
    display: block;
    width: 50%;
    float: left;
    border-bottom: none !important;
    position: relative;
    padding-top: 20px !important; }
    .intextable td:before {
      position: absolute;
      color: #8f8f8f;
      font-size: 12px;
      top: -5px; }
    .intextable td:last-of-type {
      float: right;
      text-align: right; }
    .intextable td:nth-of-type(1):before {
      content: "Status"; }
    .intextable td:nth-of-type(2):before {
      content: "Rating"; }
    .intextable td:nth-of-type(3):before {
      content: "File"; }
    .intextable td:nth-of-type(4):before {
      content: "Person"; }
    .intextable td:nth-of-type(5):before {
      content: "Description"; }
    .intextable td:nth-of-type(6):before {
      content: "Reported"; }
    .intextable td:nth-of-type(7):before {
      content: "Updated"; }
  .intextable tr {
    padding-top: 12px;
    border-bottom: 1px solid #DADFEA;
    display: block; }
    .intextable tr:after {
      display: table;
      clear: both;
      content: ""; }
  .table-wrap {
    overflow: auto; }
  .export-form {
    width: 100%; } }

@media all and (max-width: 768px) {
  .full-width {
    flex-wrap: wrap; }
    .full-width .two-three, .full-width .one-three {
      width: 100%; }
  #integrate, #feedback {
    flex-wrap: wrap;
    padding: 16px; }
    #integrate .main-logo, #integrate .fcontent, #feedback .main-logo, #feedback .fcontent {
      flex: 1 100%; }
    #integrate .fcontent, #feedback .fcontent {
      padding-right: 0; }
  .embed p a {
    word-break: break-word; }
  .stat-bar {
    flex-wrap: wrap; }
  .statbox {
    width: 50%;
    flex: 2 45%;
    margin-bottom: 15px; }
  .mysitestable td {
    display: block;
    border-bottom: none !important; }
  .mysitestable tr {
    border-bottom: 1px solid #DADFEA;
    display: block; }
    .mysitestable tr:after {
      display: table;
      clear: both;
      content: ""; }
  .tab-content {
    margin-top: 12px; }
    .tab-content .pannel {
      flex: 1 100%; } }

@media all and (max-width: 520px) {
  .embed .review-list li {
    align-items: flex-start; }
    .embed .review-list li .score {
      min-width: 86px; }
    .embed .review-list li .rating img {
      width: 15px;
      margin: -2px; }
  .half {
    width: 100%;
    margin: initial; }
    .half.last {
      margin: initial; }
  .pagination {
    margin-top: 6px;
    text-align: center; }
    .pagination ul {
      display: inline-block; }
  #feedback .form-buttons, #integrate .form-buttons {
    margin-top: 0px; }
  .date-select {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px; }
    .date-select label {
      width: 100%; }
    .date-select input {
      min-width: 120px;
      flex: 1 120px;
      margin-bottom: 0px; }
    .date-select .button {
      flex: 1; } }

@media all and (max-width: 380px) {
  .date-select .button {
    border-radius: 4px !important;
    margin-top: 6px; }
  .date-select .input-middle {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important; }
  .export-form label, .export-form .date-select, .export-form .checkbox, .export-form label.checkbox, .export-form select {
    width: 100%; } }