/* line 10, sass/partials/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/* line 25, sass/partials/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 31, sass/partials/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 36, sass/partials/_reset.scss */
[hidden] {
  display: none;
}

/* line 40, sass/partials/_reset.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 46, sass/partials/_reset.scss */
body {
  margin: 0;
}

/* line 50, sass/partials/_reset.scss */
a:focus {
  outline: thin dotted;
}

/* line 54, sass/partials/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 59, sass/partials/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 64, sass/partials/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 68, sass/partials/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 73, sass/partials/_reset.scss */
dfn {
  font-style: italic;
}

/* line 77, sass/partials/_reset.scss */
hr {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
}

/* line 83, sass/partials/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 88, sass/partials/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 96, sass/partials/_reset.scss */
pre {
  white-space: pre-wrap;
}

/* line 100, sass/partials/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 104, sass/partials/_reset.scss */
small {
  font-size: 80%;
}

/* line 108, sass/partials/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 116, sass/partials/_reset.scss */
sup {
  top: -0.5em;
}

/* line 120, sass/partials/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 124, sass/partials/_reset.scss */
img {
  border: 0;
}

/* line 128, sass/partials/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 132, sass/partials/_reset.scss */
figure {
  margin: 0;
}

/* line 136, sass/partials/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 142, sass/partials/_reset.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 147, sass/partials/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

/* line 156, sass/partials/_reset.scss */
button,
input {
  line-height: normal;
}

/* line 162, sass/partials/_reset.scss */
button,
select {
  text-transform: none;
}

/* line 168, sass/partials/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 177, sass/partials/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 182, sass/partials/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 188, sass/partials/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 195, sass/partials/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 201, sass/partials/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 207, sass/partials/_reset.scss */
textarea {
  overflow: auto;
  vertical-align: top;
}

/* line 212, sass/partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 58, sass/modules/_mixins.scss */
.path ul:after, .msgrid-top-bar > div:after, .msgrid-actions .actions:after, .loader:after, .stream-row:after, .stream-row .stream-header:after {
  content: "";
  display: table;
  clear: both;
}

/* line 65, sass/modules/_mixins.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 6, sass/partials/_base.scss */
*:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 13, sass/partials/_base.scss */
body {
  background: #eef5ff;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.416em;
  color: #444444;
}

/* line 21, sass/partials/_base.scss */
.sh_bottom {
  -webkit-box-shadow: inset 0 -5px 10px -8px #428bca;
  box-shadow: inset 0 -5px 10px -8px #428bca;
  background: none;
}

/* line 26, sass/partials/_base.scss */
.logo {
  display: block;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
/* line 32, sass/partials/_base.scss */
.logo:after {
  content: attr(data-version);
  position: absolute;
  right: 22px;
  bottom: 0;
  color: #428bca;
  font-size: 0.85em;
}
/* line 40, sass/partials/_base.scss */
.logo img {
  position: relative;
}

/* line 47, sass/partials/_base.scss */
.tools_area {
  background-color: #428bca;
  float: left;
  width: 100%;
  padding: 5px 0 5px 0;
  margin: 0 0 38px 0;
  color: #fff;
}
/* line 55, sass/partials/_base.scss */
.tools_area .user_box {
  float: right;
  width: auto;
}
/* line 61, sass/partials/_base.scss */
.tools_area .user_box a {
  color: #fff;
}

/* line 66, sass/partials/_base.scss */
#sfWebDebugBar {
  top: 34px !important;
}

/* line 70, sass/partials/_base.scss */
.path {
  display: inline-block;
  float: none;
  width: auto;
}
/* line 76, sass/partials/_base.scss */
.path a, .path .text {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #fff;
  display: inline-block;
  padding: 0 12px 0 24px;
  margin: 0 5px 0 0;
  height: 24px;
  line-height: 24px;
  position: relative;
  display: block;
  background: #6aa3d5;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
/* line 91, sass/partials/_base.scss */
.path a:before, .path .text:before {
  content: "";
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #428bca;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 101, sass/partials/_base.scss */
.path a:after, .path .text:after {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  content: "";
  display: inline-block;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #6aa3d5;
  position: absolute;
  right: -12px;
  top: 0;
  z-index: 1;
}
/* line 119, sass/partials/_base.scss */
.path a:hover {
  color: #428bca;
  background: #fff !important;
}
/* line 122, sass/partials/_base.scss */
.path a:hover:after {
  border-left-color: #fff !important;
}
/* line 128, sass/partials/_base.scss */
.path ul {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  list-style-type: none;
  list-style-position: inside;
  padding: 0;
  margin-left: 10px;
  overflow: hidden;
}
/* line 137, sass/partials/_base.scss */
.path ul li {
  font-size: 12px;
  color: #888888;
  display: list-item;
  float: left;
  padding: 0;
}
/* line 145, sass/partials/_base.scss */
.path ul li:first-child a {
  padding-left: 20px;
  background: #225378;
}
/* line 148, sass/partials/_base.scss */
.path ul li:first-child a:before {
  display: none;
}
/* line 152, sass/partials/_base.scss */
.path ul li:first-child a:after {
  border-left-color: #225378;
}
/* line 159, sass/partials/_base.scss */
.path ul li:last-child a {
  padding-right: 20px;
  margin: 0;
}
/* line 162, sass/partials/_base.scss */
.path ul li:last-child a:after {
  display: none;
}
/* line 167, sass/partials/_base.scss */
.path ul li:last-child .text {
  margin-right: 0;
  padding-right: 20px;
}
/* line 171, sass/partials/_base.scss */
.path ul li:last-child .text:after {
  display: none;
}
/* line 180, sass/partials/_base.scss */
.path .text {
  background: #666;
}

/* line 189, sass/partials/_base.scss */
.main_menu {
  position: absolute;
  bottom: 0;
}
/* line 194, sass/partials/_base.scss */
.main_menu ul li {
  -webkit-box-shadow: inset 0 -5px 10px -7px #193c5a;
  box-shadow: inset 0 -5px 10px -7px #193c5a;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 5px;
  font-size: 0;
  background: #428bca;
  position: relative;
  overflow: hidden;
}
/* line 206, sass/partials/_base.scss */
.main_menu ul li:hover:after {
  top: 0;
}
/* line 211, sass/partials/_base.scss */
.main_menu ul li a {
  font-size: 13px;
  padding: 10px 15px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: transparent;
  position: relative;
  z-index: 2;
}
/* line 222, sass/partials/_base.scss */
.main_menu ul li a:hover {
  background: transparent;
}
/* line 228, sass/partials/_base.scss */
.main_menu ul li:after {
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  content: '';
  display: inline-block;
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  background: rgba(106, 163, 213, 0.8);
  z-index: 1;
}
/* line 241, sass/partials/_base.scss */
.main_menu ul li.active a {
  padding: 10px 15px;
  color: #428bca;
}

/* context menu */
/* line 252, sass/partials/_base.scss */
.context_menu {
  list-style-type: none;
}
/* line 255, sass/partials/_base.scss */
.context_menu ul {
  font-size: 12px;
}
/* line 258, sass/partials/_base.scss */
.context_menu ul li {
  background-image: none;
  padding-left: 0;
  width: 100%;
  float: left;
  overflow: hidden;
}
/* line 266, sass/partials/_base.scss */
.context_menu ul a {
  padding-left: 27px;
  font-weight: normal;
}
/* line 273, sass/partials/_base.scss */
.context_menu ul ul ul a {
  padding-left: 57px;
}
/* line 278, sass/partials/_base.scss */
.context_menu ul ul ul ul a {
  padding-left: 72px;
}
/* line 284, sass/partials/_base.scss */
.context_menu ul ul a {
  padding-left: 42px;
  font-size: 11px;
}
/* line 291, sass/partials/_base.scss */
.context_menu a {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: block;
  background-color: #428bca;
  color: #fff;
  padding: 6px 12px;
  font-weight: bold;
  border-bottom: 1px solid #2a6496;
  position: relative;
}
/* line 301, sass/partials/_base.scss */
.context_menu a.selected {
  background-color: #225378;
  color: #fff;
  font-weight: bold;
}
/* line 306, sass/partials/_base.scss */
.context_menu a.selected:hover {
  background-color: #225378;
}
/* line 311, sass/partials/_base.scss */
.context_menu a:hover {
  background-color: #225378;
  text-decoration: none;
  padding-left: 20px;
}
/* line 316, sass/partials/_base.scss */
.context_menu a:hover:before {
  left: 6px;
}
/* line 321, sass/partials/_base.scss */
.context_menu a:before {
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  display: inline-block;
  position: absolute;
  left: -8px;
  top: 50%;
  margin-top: -6px;
}
/* line 334, sass/partials/_base.scss */
.context_menu .menu_status {
  font-size: 9px;
  font-weight: normal;
  color: #777777;
  font-family: verdana, helvetica, sans-serif;
}

/* line 342, sass/partials/_base.scss */
.bottom_zone {
  background: #428bca;
  color: #fff;
  font-size: 11px;
  padding: 2px 3px;
}
/* line 348, sass/partials/_base.scss */
.bottom_zone a {
  color: #225378;
}

@CHARSET "UTF-8";
/* line 1, sass/partials/_content.scss */
.form-group {
  margin-bottom: 20px;
}
/* line 4, sass/partials/_content.scss */
.form-group label {
  display: block;
  margin-bottom: 3px;
  font-weight: bold;
}
/* line 10, sass/partials/_content.scss */
.form-group input {
  display: block;
  width: 100%;
}

/* line 16, sass/partials/_content.scss */
.login-box {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 300px;
  margin: 15px auto;
  position: relative;
  left: -126px;
}
/* line 23, sass/partials/_content.scss */
.login-box h1 {
  margin: 0;
}

/* line 28, sass/partials/_content.scss */
.paper-pile {
  -webkit-box-shadow: 0 0 4px 0 #ddd;
  box-shadow: 0 0 4px 0 #ddd;
  border: 1px solid #ddd;
  padding: 30px;
  position: relative;
  background: #fff;
}
/* line 35, sass/partials/_content.scss */
.paper-pile > *:first-child {
  margin-top: -10px;
}
/* line 39, sass/partials/_content.scss */
.paper-pile:after {
  -webkit-box-shadow: 0 0 4px 0 #ddd;
  box-shadow: 0 0 4px 0 #ddd;
  display: inline-block;
  content: '';
  height: 6px;
  bottom: -4px;
  border: 1px solid #ddd;
  width: 98%;
  left: 1%;
  position: absolute;
  z-index: -1;
  background: #fff;
}

/* line 54, sass/partials/_content.scss */
.btn, .content input[type='submit'],
.content input[type='button'] {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: background 200ms linear;
  -o-transition: background 200ms linear;
  transition: background 200ms linear;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font-family: Arial;
  font-size: 13px !important;
  text-decoration: none;
  padding: 6px 12px;
  background: #428bca;
  color: #fff !important;
}
/* line 68, sass/partials/_content.scss */
.btn:hover, .content input[type='submit']:hover,
.content input[type='button']:hover {
  background: #6aa3d5;
  text-decoration: none;
  color: #fff;
}

/* line 77, sass/partials/_content.scss */
.content_area a {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  color: #428bca;
}
/* line 82, sass/partials/_content.scss */
.content_area a:hover {
  text-decoration: none;
  color: #6aa3d5;
}
/* line 86, sass/partials/_content.scss */
.content_area a:hover:after {
  bottom: 0;
  background: #6aa3d5;
}
/* line 92, sass/partials/_content.scss */
.content_area a:after {
  -webkit-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: transparent;
}

/* pager */
/* line 106, sass/partials/_content.scss */
.pager {
  padding: 0.5em;
  text-align: center;
  font-size: 12px;
  background: #eef5ff;
  margin-bottom: 10px;
}
/* line 113, sass/partials/_content.scss */
.pager .ico {
  display: none !important;
}
/* line 117, sass/partials/_content.scss */
.pager span {
  color: #428bca;
  cursor: default;
}
/* line 121, sass/partials/_content.scss */
.pager span.pager_page {
  color: #fff;
  background-color: #225378;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 3px;
  min-width: 24px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  cursor: default;
}
/* line 138, sass/partials/_content.scss */
.pager a.pager_page {
  color: #fff;
  background-color: #428bca;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 3px;
  min-width: 24px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
/* line 152, sass/partials/_content.scss */
.pager a.pager_page:hover {
  background-color: #6aa3d5;
  color: #ffffff;
}
/* line 158, sass/partials/_content.scss */
.pager a.next, .pager a.first, .pager a.back, .pager a.last {
  color: #428bca;
  font-weight: bold;
}
/* line 165, sass/partials/_content.scss */
.pager a.next span, .pager a.first span, .pager a.back span, .pager a.last span {
  display: none !important;
}
/* line 174, sass/partials/_content.scss */
.pager .first {
  float: left;
}
/* line 178, sass/partials/_content.scss */
.pager .last {
  float: right;
}
/* line 182, sass/partials/_content.scss */
.pager .first,
.pager .last {
  padding-top: 3px;
  display: inline-block;
}

/* line 189, sass/partials/_content.scss */
.item_block {
  border: 1px solid #428bca;
  border-top: 1px solid #428bca;
  background-color: #ffffff;
  margin: 0 0 15px 0;
  padding: 0 10px 5px 10px;
  overflow: auto;
}
/* line 197, sass/partials/_content.scss */
.item_block h3 {
  background-color: #428bca;
  padding: 5px;
  margin: 0 0 0 -10px;
  color: #fff;
  font-size: 13px;
  display: inline-block;
}
/* line 206, sass/partials/_content.scss */
.item_block h4 {
  background-color: #efefef;
  margin: 5px 0 0 0;
  padding: 5px;
}
/* line 212, sass/partials/_content.scss */
.item_block table {
  margin: 0 10px;
}

/* mscorelist */
/* line 220, sass/partials/_content.scss */
.mscorelist .tight,
.list .tight {
  width: 1%;
}

/* line 225, sass/partials/_content.scss */
.mscorelist {
  margin: 10px 0;
}
/* line 229, sass/partials/_content.scss */
.mscorelist.msvmvouchercompany .column_actions {
  width: 140px;
}
/* line 234, sass/partials/_content.scss */
.mscorelist .emphasized {
  font-weight: bold;
  background-color: #EDEDE1;
  border-bottom: 1px solid #e4e4e4 !important;
}
/* line 242, sass/partials/_content.scss */
.mscorelist .function_menu.mode_menu {
  float: right;
}
/* line 246, sass/partials/_content.scss */
.mscorelist .function_menu a {
  background-color: #428bca;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  margin-right: 3px;
  min-width: 24px;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  border: none;
}
/* line 261, sass/partials/_content.scss */
.mscorelist .function_menu a:hover {
  border-color: #6aa3d5;
}
/* line 265, sass/partials/_content.scss */
.mscorelist .function_menu a:after {
  display: none;
}
/* line 271, sass/partials/_content.scss */
.mscorelist .function_menu .active a {
  background: #225378;
  color: #fff;
}
/* line 278, sass/partials/_content.scss */
.mscorelist .box_list {
  display: inline-block;
  padding: 0 10px 10px 0;
  width: 20%;
}
/* line 283, sass/partials/_content.scss */
.mscorelist .box_list .box_content {
  padding: 10px;
  border: 1px solid #dddddd;
}
/* line 289, sass/partials/_content.scss */
.mscorelist table.list tr:hover td {
  background-color: #ffffff;
}

/* line 296, sass/partials/_content.scss */
.content select {
  border: 1px solid #92bce0;
  padding: 5px;
}
/* line 301, sass/partials/_content.scss */
.content input[type='submit'],
.content input[type='button'] {
  font-size: 11px;
  cursor: pointer;
}
/* line 308, sass/partials/_content.scss */
.content input[type='submit'].action_update_sorting,
.content input[type='button'].action_update_sorting {
  float: right;
}
/* line 313, sass/partials/_content.scss */
.content input[type='text'],
.content input[type='password'] {
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px !important;
  border-color: #CDCDB7;
  border-style: solid;
  border-width: 1px;
}
/* line 322, sass/partials/_content.scss */
.content input[type='text'].tiny,
.content input[type='password'].tiny {
  width: 40px;
}
/* line 326, sass/partials/_content.scss */
.content input[type='text']:focus, .content input[type='text']:active,
.content input[type='password']:focus,
.content input[type='password']:active {
  -webkit-box-shadow: 0 0 3px 0 #428bca;
  box-shadow: 0 0 3px 0 #428bca;
  background-color: #f5f9fc;
  border: 1px solid #6aa3d5;
}
/* line 335, sass/partials/_content.scss */
.content textarea:focus, .content textarea:active {
  -webkit-box-shadow: 0 0 3px 0 #428bca;
  box-shadow: 0 0 3px 0 #428bca;
  background: #f5f9fc;
  border: 1px solid #6aa3d5;
}

/* line 344, sass/partials/_content.scss */
.content table.list {
  margin: 1em 0;
  width: 100%;
  color: #444;
}

/* line 350, sass/partials/_content.scss */
.content table.list th {
  background-color: #225378;
  color: #fff;
  font-weight: bold;
}

/* line 356, sass/partials/_content.scss */
.content table.list th.dim_1 {
  background-color: #ffffff;
  color: #225378;
}

/* line 362, sass/partials/_content.scss */
.content table.list th a {
  color: #fff;
}
/* line 365, sass/partials/_content.scss */
.content table.list th a:after {
  display: none;
}
/* line 369, sass/partials/_content.scss */
.content table.list th a:hover {
  text-decoration: underline;
}

/* line 374, sass/partials/_content.scss */
.content table.list tr.bgdark,
.content table.list tr.even {
  background-color: white;
}
/* line 378, sass/partials/_content.scss */
.content table.list tr.bgdark td,
.content table.list tr.even td {
  background: transparent;
}

/* line 383, sass/partials/_content.scss */
.content table.list tr.bglight,
.content table.list tr.odd {
  background-color: #f5f9fc;
}
/* line 387, sass/partials/_content.scss */
.content table.list tr.bglight td,
.content table.list tr.odd td {
  background: transparent;
}

/* line 392, sass/partials/_content.scss */
.content table.list tr.special {
  background-color: #EDEDE1;
  color: #000000;
}

/* line 397, sass/partials/_content.scss */
.content table.list tr.special:hover {
  background-color: #EDEDE1;
  color: #000000;
}

/* line 402, sass/partials/_content.scss */
.content table.list tr:hover {
  background-color: #ffffff;
  color: #000000;
}

/* line 407, sass/partials/_content.scss */
.content table.list th,
.content table.list td {
  padding: 0.4em;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #EEEEEE;
  cursor: default;
}

/* line 415, sass/partials/_content.scss */
.content table.list .column_actions {
  font-size: 12px;
  font-family: tahoma, helvetica, sans-serif;
}

/* line 419, sass/partials/_content.scss */
.content table.msform_body table.mceLayout {
  width: 100% !important;
}

/* line 423, sass/partials/_content.scss */
.content table.msform_body .mceIframeContainer {
  height: 16em !important;
}

/* line 426, sass/partials/_content.scss */
.content table.msform_body .defaultSimpleSkin iframe {
  height: 16em !important;
}

/* line 430, sass/partials/_content.scss */
.msform_legend_required {
  color: #225378;
}

/* ----- msform mstable ----- */
/* line 435, sass/partials/_content.scss */
.msform.mstable td,
.msform.mstable th {
  vertical-align: middle;
  padding-bottom: 0.7em;
}

/* line 440, sass/partials/_content.scss */
.mscore_col_label {
  width: 20%;
  max-width: 180px !important;
  line-height: 1.16em;
  color: #444;
  padding-right: 8px;
  padding-top: 2px;
  text-align: right;
}

/* line 449, sass/partials/_content.scss */
.mscore_col_field {
  padding-right: 10px;
}

/* line 453, sass/partials/_content.scss */
.msform.mstable th {
  font-weight: normal;
}

/* line 456, sass/partials/_content.scss */
.msform.mstable th label {
  display: block;
  text-align: right;
}

/* line 460, sass/partials/_content.scss */
.msform.mstable .msform_required th label {
  color: #428bca;
  font-weight: bold;
}

/* line 466, sass/partials/_content.scss */
table.msform_body {
  width: 100%;
}

/* line 470, sass/partials/_content.scss */
table.mceToolbar {
  float: left;
}

/* line 474, sass/partials/_content.scss */
td, th {
  text-align: left;
  vertical-align: top;
}

/* line 479, sass/partials/_content.scss */
.msgrid {
  font-family: Arial;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #428bca;
  margin: 0;
  overflow: auto;
  padding: 10px;
  position: relative;
}

/* line 490, sass/partials/_content.scss */
.msgrid-top-bar {
  background-color: #428bca;
  padding: 5px;
  display: inline-block;
  color: #fff;
  margin: -10px 0 10px -10px;
}
/* line 497, sass/partials/_content.scss */
.msgrid-top-bar a {
  color: #fff;
}
/* line 500, sass/partials/_content.scss */
.msgrid-top-bar a:hover {
  color: #fff;
}
/* line 505, sass/partials/_content.scss */
.msgrid-top-bar > div {
  position: absolute;
  right: 10px;
  top: 5px;
}
/* line 513, sass/partials/_content.scss */
.msgrid-top-bar .search input {
  margin-left: 5px;
}

/* line 519, sass/partials/_content.scss */
.msgrid-body {
  padding: 0 5px 5px 5px;
}
/* line 522, sass/partials/_content.scss */
.msgrid-body table {
  font-size: 13px;
}
/* line 526, sass/partials/_content.scss */
.msgrid-body th {
  background: #225378;
  color: #fff;
  border-bottom: 1px solid #EEEEEE;
  cursor: default;
  font-weight: bold;
}
/* line 533, sass/partials/_content.scss */
.msgrid-body th a {
  color: #fff;
}
/* line 536, sass/partials/_content.scss */
.msgrid-body th a:hover {
  color: #fff;
  text-decoration: underline;
}
/* line 541, sass/partials/_content.scss */
.msgrid-body th a:after {
  display: none;
}
/* line 548, sass/partials/_content.scss */
.msgrid-body th,
.msgrid-body td {
  vertical-align: middle;
  padding: 0.4em;
  text-align: left;
  border-bottom: 1px solid #EEEEEE;
  cursor: default;
}
/* line 557, sass/partials/_content.scss */
.msgrid-body tr.odd td {
  background-color: #eeeeee;
}
/* line 561, sass/partials/_content.scss */
.msgrid-body tr.even td {
  background-color: #f8f8f8;
}
/* line 565, sass/partials/_content.scss */
.msgrid-body .tight {
  width: 1%;
}
/* line 569, sass/partials/_content.scss */
.msgrid-body .msgrid-rowaction {
  margin: 0 3px;
}

/* line 574, sass/partials/_content.scss */
.msgrid-pagination {
  padding: 5px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 10px;
}
/* line 580, sass/partials/_content.scss */
.msgrid-pagination .page a {
  color: #fff;
  background-color: #428bca;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  margin-right: 3px;
  min-width: 24px;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
/* line 594, sass/partials/_content.scss */
.msgrid-pagination .page a:hover {
  background: #225378;
}
/* line 599, sass/partials/_content.scss */
.msgrid-pagination .page a:after {
  display: none;
}
/* line 604, sass/partials/_content.scss */
.msgrid-pagination .first,
.msgrid-pagination .last,
.msgrid-pagination .next,
.msgrid-pagination .back {
  margin: 0 5px;
}

/* line 612, sass/partials/_content.scss */
.msgrid-actions {
  padding: 5px;
  background-color: #225378;
}
/* line 616, sass/partials/_content.scss */
.msgrid-actions .actions {
  margin-bottom: 0;
}

/* line 622, sass/partials/_content.scss */
.msgrid-function-bar {
  background-color: #fff;
  padding: 5px;
  padding-bottom: 0;
  font-size: 11px;
}

/* line 629, sass/partials/_content.scss */
.msgrid-function-bar div {
  display: inline-block;
}

/* line 633, sass/partials/_content.scss */
.msgrid-function-bar-menu {
  margin-right: 30px;
}

/* line 638, sass/partials/_content.scss */
.msgrid-function-bar-menu div {
  color: #fff;
  padding: 0;
  background: transparent;
  margin: 0 3px 0 0;
}
/* line 645, sass/partials/_content.scss */
.msgrid-function-bar-menu div.selected a {
  background-color: #225378;
  color: #fff;
}
/* line 651, sass/partials/_content.scss */
.msgrid-function-bar-menu div a {
  color: #fff;
  background-color: #428bca;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  line-height: 16px;
  min-width: 24px;
  padding: 2px 5px;
  text-align: center;
  text-decoration: none;
  border: none;
}
/* line 664, sass/partials/_content.scss */
.msgrid-function-bar-menu div a:hover {
  color: #fff;
  background: #225378;
}
/* line 669, sass/partials/_content.scss */
.msgrid-function-bar-menu div a:after {
  display: none;
}

/* line 677, sass/partials/_content.scss */
.flash_messages {
  color: #ffffff;
}

/* line 681, sass/partials/_content.scss */
.flash_messages div {
  padding: 5px;
  padding-bottom: 2px;
  margin-bottom: 5px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

/* line 689, sass/partials/_content.scss */
.flash_messages div ul {
  margin: 0;
  margin-left: 10px;
  padding: 0;
  list-style-type: none;
}

/* line 697, sass/partials/_content.scss */
.flash_messages div ul li {
  margin-bottom: 3px;
  background: none;
}

/* line 702, sass/partials/_content.scss */
.flash_messages div.flash_messages-error {
  background-color: #ff0000;
  background-image: url(/msCorePlugin/images/flashmessages/exclamation.png);
}

/* line 707, sass/partials/_content.scss */
.flash_messages div.flash_messages-warning {
  background-color: #ea890c;
  background-image: url(/msCorePlugin/images/flashmessages/error.png);
}

/* line 712, sass/partials/_content.scss */
.flash_messages div.flash_messages-notice {
  background-color: #5979a9;
  background-image: url(/msCorePlugin/images/flashmessages/information.png);
}

/* line 717, sass/partials/_content.scss */
.flash_messages div.flash_messages-success {
  background-color: #398a1c;
  background-image: url(/msCorePlugin/images/flashmessages/information.png);
}

/* line 722, sass/partials/_content.scss */
.flash_messages div.flash_messages-failure {
  background-color: #c92626;
  background-image: url(/msCorePlugin/images/flashmessages/error.png);
}

/* line 727, sass/partials/_content.scss */
.loader {
  padding: 5px;
  color: #225378;
  display: none;
  font-size: 12px;
  line-height: 12px;
}
/* line 735, sass/partials/_content.scss */
.loader:before {
  content: '';
  float: left;
  width: 12px;
  height: 12px;
  border: 2px solid #428bca;
  border-top: 2px solid #225378;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  margin-right: 5px;
}
/* line 747, sass/partials/_content.scss */
.loader.loader-active {
  display: block;
}

/* line 752, sass/partials/_content.scss */
.header-main {
  font-size: 14px;
  margin: 5px 0;
  color: #225378;
}

/* line 758, sass/partials/_content.scss */
.stream-list-container {
  text-align: center;
}

/* line 762, sass/partials/_content.scss */
.stream-row {
  text-align: left;
  display: inline-block;
  margin: 5px;
  margin-bottom: 35px;
  max-width: 618px;
  position: relative;
}
/* line 771, sass/partials/_content.scss */
.stream-row:nth-child(2n) {
  background-color: #eee;
}
/* line 775, sass/partials/_content.scss */
.stream-row .stream-header {
  font-size: 14px;
  line-height: 38px;
  padding: 0 5px;
  background-color: #225378;
  color: #fff;
  height: 40px;
}
/* line 784, sass/partials/_content.scss */
.stream-row .stream-header h5 {
  padding: 0;
}
/* line 789, sass/partials/_content.scss */
.stream-row .stream-player {
  float: left;
}
/* line 793, sass/partials/_content.scss */
.stream-row .stream-actions {
  float: right;
  max-width: 50%;
}
/* line 798, sass/partials/_content.scss */
.stream-row .bound-object {
  max-width: calc(100% - 130px);
}
/* line 802, sass/partials/_content.scss */
.stream-row .wms-bound-object-info {
  position: absolute;
  top: 100%;
  background-color: #428bca;
  width: 100%;
  left: 0;
  padding: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
/* line 813, sass/partials/_content.scss */
.stream-row .wms-bound-object-info a {
  color: #eee !important;
}
/* line 816, sass/partials/_content.scss */
.stream-row .wms-bound-object-info a:hover {
  color: #fff !important;
}

/* line 824, sass/partials/_content.scss */
.btn[data-action].in-progress, .content input[data-action].in-progress[type='submit'],
.content input[data-action].in-progress[type='button'] {
  position: relative;
  color: #428bca !important;
}
/* line 827, sass/partials/_content.scss */
.btn[data-action].in-progress:before, .content input[data-action].in-progress[type='submit']:before,
.content input[data-action].in-progress[type='button']:before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top: 2px solid #225378;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -6px;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 7, sass/backend.scss */
.div {
  display: inline-block;
  text-transform: uppercase;
}
