@charset "UTF-8";
.mslButton {
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background-color: #007dc1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 13px;
  padding: 4px 8px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}

.mslButton:hover {
  background-color: #0061a7;
}

.mslButton:active {
  position: relative;
  top: 1px;
}

.mslButton_med {
  -moz-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  -webkit-box-shadow: inset 0px 1px 0px 0px #54a3f7;
  box-shadow: inset 0px 1px 0px 0px #54a3f7;
  background-color: #007dc1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #124d77;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: arial;
  font-size: 13px;
  padding: 14px 14px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #154682;
}

.mslButton_med:hover {
  background-color: #0061a7;
}

.mslButton_med:active {
  position: relative;
  top: 1px;
}

.flash_notice {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 24px;
  padding-bottom: 5px;
  background-color: #CCFF99;
  border-color: #D6E9C6;
  color: black;
  border: 1px solid rgb(0, 0, 0);
  display: block;
}

.flash_alert {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 24px;
  padding-bottom: 5px;
  background-color: #FFFF66;
  border-color: #D6E9C6;
  color: #000000;
  border: 1px solid rgb(0, 0, 0);
  display: block;
}

.flash_error {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 24px;
  padding-bottom: 5px;
  background-color: #FF1919;
  border-color: #D6E9C6;
  color: #ffffff;
  border: 1px solid rgb(0, 0, 0);
  display: block;
}

/*
+align
For aligning text
*/
.calign {
  text-align: center;
}

.lalign {
  text-align: left;
}

.ralign {
  text-align: right;
}

.jalign {
  text-align: justify;
}

.valign-top {
  vertical-align: top;
}

.valign-middle {
  vertical-align: middle;
}

.valign-bottom {
  vertical-align: bottom;
}

/*
+text, +bold, +italic, +font-size
Font styles
*/
.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.hidden {
  display: none;
}

.small {
  font-size: 0.85em;
}

.large {
  font-size: 1.1em;
}

.vlarge {
  font-size: 1.3em;
}

.huge {
  font-size: 2em;
}

.vhuge {
  font-size: 4em;
}

.vvhuge {
  font-size: 5em;
}

.uppercase {
  text-transform: uppercase;
}

/*
+float, +clear
*/
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

/*
+margin
*/
.med-tmarg {
  margin-top: 0.5em;
}

.thick-tmarg {
  margin-top: 0.75em;
}

.thick-bmarg {
  margin-bottom: 0.75em;
}

/*
+vertical-margin
*/
/*
+horizontal-margin
*/
/*
+padding
*/
/*
+vertical-padding
*/
.med-vpad {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}

/*
+horizontal-padding
*/
html {
  overflow-y: scroll;
}

body {
  font-size: 14px !important;
  color: #222;
}

.grid {
  max-width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.user_nav {
  background: #005080;
  color: #ffffff;
  margin-top: 10px;
  padding: 10px;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

table.basicTable {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
  margin: 0 auto;
}

table.basicTable th {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #dedede;
  text-align: left;
}

table.basicTable td {
  border-width: 1px;
  padding: 8px;
  border-style: solid;
  border-color: #666666;
  background-color: #ffffff;
}

/*fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:1em;}*/
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 1em;
}

div.ui-datepicker {
  font-size: 14px;
}

h1.title {
  background: rgb(221, 239, 252);
  padding: 5px;
  color: #005080;
  text-align: center;
  border: 1px solid rgb(132, 180, 209);
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}

h1.bluetitle {
  background: #005080;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 50px;
}

h2.field_title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: -12px;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: black;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: black;
}

a.mslLink {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #0070B4;
  text-decoration: none;
}
a.mslLink:visited {
  color: #0070B4;
}
a.mslLink:hover {
  color: #fff;
  background-color: #0070B4;
}

a.titleLink {
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
a.titleLink:visited {
  color: #ffffff;
}
a.titleLink:hover {
  color: #fff;
}

.page_entries_info {
  color: #666;
  font-size: 13px;
  text-align: center;
}

#email {
  width: 330px;
}

#password {
  width: 330px;
}

.copyright {
  color: #666;
  font-size: 13px;
  text-align: center;
}

.field_with_errors {
  padding: 3px;
  background-color: royalblue;
  display: table;
}

#error_explanation {
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  border: 1px solid #A52A2A;
  padding: 7px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
#error_explanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 18px;
  margin: -7px;
  margin-bottom: 0;
  background-color: #C67171;
  color: #fff;
}
#error_explanation ul {
  padding: 5px;
  margin-left: 20px;
}
#error_explanation ul li {
  padding: 3px;
  font-size: 12px;
  list-style: square;
}

.pagination {
  background: white;
  cursor: default;
  /* self-clearing method: */
}

.pagination a, .pagination span, .pagination em {
  padding: 0.2em 0.5em;
  display: block;
  float: left;
  margin-right: 1px;
}

.pagination .disabled {
  color: #999999;
  border: 1px solid #dddddd;
}

.pagination .current {
  font-style: normal;
  font-weight: bold;
  background: #2e6ab1;
  color: white;
  border: 1px solid #2e6ab1;
}

.pagination a {
  text-decoration: none;
  color: #105cb6;
  border: 1px solid #9aafe5;
}

.pagination a:hover, .pagination a:focus {
  border-color: #003366;
  background: #005080;
  color: white;
}

.pagination .page_info {
  background: #2e6ab1;
  color: white;
  padding: 0.4em 0.6em;
  width: 22em;
  margin-bottom: 0.3em;
  text-align: center;
}

.pagination .page_info b {
  color: #000033;
  background: #6aa6ed;
  padding: 0.1em 0.25em;
}

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

* html .pagination {
  height: 1%;
}

*:first-child + html .pagination {
  overflow: hidden;
}

.pagination-wrapper {
  width: 160px; /* or whatever width you require */
  margin: 0 auto;
  margin-bottom: 10px;
}

#search_date_from {
  width: 83px;
}

#search_date_to {
  width: 83px;
}

#search_subdomain {
  width: 83px;
  text-transform: uppercase;
}

#search_registration {
  width: 83px;
  text-transform: uppercase;
}

#search_ref {
  width: 187px;
  text-transform: uppercase;
}

.box_55 {
  display: inline-block;
  width: 55px;
  height: 5px;
  margin: 1em;
}

.box_80 {
  display: inline-block;
  width: 80px;
  height: 5px;
  margin: 1em;
}

.width_80 {
  width: 80px;
  text-align: center;
}

.width_180 {
  width: 180px;
  text-align: center;
}

.audit_window {
  height: 500px;
  padding: 4px 0;
  margin-bottom: 1.5em;
  overflow-y: scroll;
}

table.auditTable {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  color: #333333;
  border-collapse: collapse;
  margin: 0 auto;
}

table.auditTable th {
  border-width: 1px;
  padding: 8px;
  text-align: left;
  color: #005080;
}

table.auditTable tr:hover {
  background-color: #ffff99;
}

table.auditTable td {
  padding: 5px;
}

/* provide some minimal visual accommodation for IE8 and below */
/*  Define the background color for all the ODD background rows  */
/*  Define the background color for all the EVEN background rows  */
.red {
  color: red;
}

.bluelight {
  color: #93C4FF;
}

.bluemid {
  color: #0070B4;
}

.bluedark {
  color: #005080;
}

.fieldset_company_search {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 0;
}

.box_subdomain {
  display: inline-block;
  width: 65px;
  height: 5px;
  margin: 1em;
}

.box_company {
  display: inline-block;
  width: 300px;
  height: 5px;
  margin: 1em;
}

.box_ref {
  display: inline-block;
  width: 185px;
  height: 5px;
  margin: 1em;
}

.box_button_link {
  display: inline-block;
  width: 35px;
  height: 5px;
  margin: 1em;
}

#search_company_id {
  width: 315px;
}

#search_subdomain {
  width: 80px;
  text-transform: uppercase;
}

#search_post_type {
  width: 80px;
}

#company_option_list {
  width: 80px;
}

#batch_size {
  width: 60px;
}

th .asc {
  color: #005080;
  text-decoration: none;
}

th .desc {
  color: #005080;
  text-decoration: none;
}

th .inactive {
  color: #005080;
  text-decoration: none;
}

th .asc:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
  position: absolute;
  margin-top: 7px;
  margin-left: 5px;
}

th .desc:after {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #333;
  position: absolute;
  margin-top: 7px;
  margin-left: 5px;
}

/*-----------------------------------------------
*   jQuery
-----------------------------------------------*/
.ui-tooltip, .arrow:after {
  background: #0070B4;
  border: 2px solid white;
  white-space: pre-line;
}

.ui-tooltip {
  padding: 10px 20px;
  color: white;
  border-radius: 20px;
  font: bold 16px "Verdana Arial Helvetica", Sans-Serif;
  box-shadow: 0 0 7px black;
}

.arrow {
  width: 70px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -16px;
}

.arrow.top {
  top: -16px;
  bottom: auto;
}

.arrow.left {
  left: 20%;
}

.arrow:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 6px 5px 9px -9px black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow.top:after {
  bottom: -20px;
  top: auto;
}

.chart {
  width: 100%;
  min-height: 550px;
}

/*-----------------------------------------------
*   Wrappers
-----------------------------------------------*/
.basicWrapper {
  display: inline-block;
  white-space: nowrap;
}

.wrapper {
  display: inline-block;
  padding-bottom: 4px;
  padding-top: 4px;
  padding-right: 15px;
  white-space: nowrap;
}

/*
 * Gridiculous
 *
 * A responsive grid boilerplate that takes you all the way from 1200px on down to 320px.
 *
 * created by c.bavota
 * released under GPL v2
 *
 * March 4th, 2013
 */
/* =Normalize.css v2.1.0 by Nicolas Gallagher - http://necolas.github.com/normalize.css/
-------------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

/*fieldset{border:1px solid #c0c0c0 !important;margin:0 2px !important;padding:1em !important;}*/
legend {
  border: 0;
  padding: 0;
  font-size: 15px !important;
  padding: 0px 5px !important;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */
.row:before, .row:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.row:after, .clearfix:after {
  clear: both;
}

.row, .clearfix {
  zoom: 1;
}

/* =Gridiculous
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  line-height: 1.2;
}

.grid {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wfull {
  width: 100%;
  max-width: 100%;
}

.w320 {
  max-width: 320px;
}

.w640 {
  max-width: 640px;
}

.w960 {
  max-width: 960px;
}

.row {
  width: 100%;
  margin-bottom: 10px;
}

.row .row {
  width: auto;
  margin: 0 -20px;
}

.c1 {
  width: 8.33%;
}

.c2 {
  width: 16.66%;
}

.c3 {
  width: 25%;
}

.c4 {
  width: 33.33%;
}

.c5 {
  width: 41.66%;
}

.c6 {
  width: 50%;
}

.c7 {
  width: 58.33%;
}

.c8 {
  width: 66.66%;
}

.c9 {
  width: 75%;
}

.c10 {
  width: 83.33%;
}

.c11 {
  width: 91.66%;
}

.c12 {
  width: 100%;
}

.c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
  min-height: 1px;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.s1 {
  margin-left: 8.33%;
}

.s2 {
  margin-left: 16.66%;
}

.s3 {
  margin-left: 25%;
}

.s4 {
  margin-left: 33.33%;
}

.s5 {
  margin-left: 41.66%;
}

.s6 {
  margin-left: 50%;
}

.s7 {
  margin-left: 58.33%;
}

.s8 {
  margin-left: 66.66%;
}

.s9 {
  margin-left: 75%;
}

.s10 {
  margin-left: 83.33%;
}

.s11 {
  margin-left: 91.66%;
}

.end {
  float: right !important;
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (max-width: 960px) {
  .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
    width: 100%;
    margin-bottom: 10px;
  }
  .row .row > div:last-child {
    margin-bottom: 0 !important;
  }
}
/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
  body {
    font-size: 90%;
  }
  .row {
    margin-bottom: 0 !important;
  }
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
