@charset "UTF-8";
/** ZMIENNE */
/* UK┼üAD STRONY */
@import url(../../../libs/alertify/css/alertify.css);
* {
  margin: 0;
  padding: 0; }

html, body {
  font-family: "Noto Sans", sans-serif;
  color: #444;
  font-size: 14px;
  line-height: 1.42857143; }

table {
  border-collapse: collapse; }

li, div, span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #1237a0;
  text-decoration: none; }
a:hover {
  text-decoration: underline;
  outline: 0; }
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }
a:active {
  outline: 0; }

input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-family: 'Noto Sans', sans-serif;
  color: #AAA;
  font-style: italic; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  color: #AAA;
  font-style: italic; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-family: 'Noto Sans', sans-serif;
  color: #AAA;
  font-style: italic; }

select, textarea, input:not([type]), input[type="text"], input[type="password"] {
  font-family: "Noto Sans", sans-serif;
  display: inline-block;
  height: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px !important;
  border: solid 1px #D1D7DB;
  transition: box-shadow 0.3s, border 0.3s;
  margin: 2px 0;
  font-size: 11px;
  line-height: 13px;
  color: #888;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
select:focus, textarea:focus, input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus {
  color: #444; }
select.clearable, textarea.clearable, input:not([type]).clearable, input[type="text"].clearable, input[type="password"].clearable {
  padding-right: 12px !important; }

select {
  font-size: 13px;
  padding: 2px !important; }

input[type="checkbox"], input[type="radio"] {
  border: none;
  vertical-align: middle;
  margin: 0 2px; }

input[type="button"] {
  height: 22px;
  margin: 0 10px 0 0;
  padding: 1px 10px 2px 10px;
  vertical-align: middle;
  font-size: 8pt; }

input[readonly] {
  background-color: #EEE; }

select[multiple] {
  height: 100px;
  overflow: auto; }
select[multiple] option {
  padding: 4px auto;
  border-bottom: 1px dotted #CCC; }

label {
  display: inline-block;
  max-width: 100%; }

.button {
  margin: 5px;
  font-size: 10pt;
  color: #444;
  cursor: pointer;
  height: 35px;
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
  border: 1px solid #DADADA;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #F5F5F5;
  -webkit-transition-duration: 3;
  transition-duration: 3;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow; }
.button [class*="icon-"] {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 35px;
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding-top: 6px; }
.button a {
  color: #444; }
.button .button-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  display: inline-block;
  padding: 5px 10px 5px 1px;
  float: right; }
.button:hover, .button:focus, .button:active {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2); }
.button.big {
  font-size: 13pt;
  height: 38px; }
.button.big [class*="icon-"] {
  height: 36px;
  font-size: 24px; }
.button.button-blue {
  background: #25c6da;
  border-color: #0378bb;
  color: #FFF; }
.button.button-blue:hover, .button.button-blue:focus, .button.button-blue:active {
  box-shadow: 0 0 2px #CCC;
  color: #E1E1E1; }
.button.button-blue a {
  color: #EEEEEE !important; }
.button.button-red, .button.cancel {
  background: #B11623;
  /* Old browsers */
  background: -moz-linear-gradient(top, #B11623 1%, #9F111B 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #B11623), color-stop(100%, #9F111B));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #B11623 1%, #9F111B 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #B11623 1%, #9F111B 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #B11623 1%, #9F111B 100%);
  /* IE10+ */
  background: linear-gradient(top, #B11623 1%, #9F111B 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour', endColorstr='$colour_',GradientType=0 );
  /* IE6-9 */
  border-color: #B11623;
  color: #EEE; }
.button.button-red:hover, .button.cancel:hover, .button.button-red:focus, .button.cancel:focus, .button.button-red:active, .button.cancel:active {
  box-shadow: 0 0 2px #CCC;
  color: #E1E1E1; }
.button.button-red a, .button.cancel a {
  color: #EEEEEE !important; }
.button.button-green, .button.save {
  background: #0B8185;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0B8185 1%, #1F5F61 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0B8185), color-stop(100%, #1F5F61));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #0B8185 1%, #1F5F61 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #0B8185 1%, #1F5F61 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #0B8185 1%, #1F5F61 100%);
  /* IE10+ */
  background: linear-gradient(top, #0B8185 1%, #1F5F61 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour', endColorstr='$colour_',GradientType=0 );
  /* IE6-9 */
  border-color: #0B8185;
  color: #EEE; }
.button.button-green:hover, .button.save:hover, .button.button-green:focus, .button.save:focus, .button.button-green:active, .button.save:active {
  box-shadow: 0 0 2px #CCC;
  color: #E1E1E1; }
.button.button-green [class*="icon-"], .button.save [class*="icon-"] {
  color: #EEE !important; }
.button.button-green a, .button.save a {
  color: #EEEEEE !important; }

.threeColumns, .twoColumns {
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
.threeColumns > *, .twoColumns > * {
  vertical-align: middle; }
.threeColumns.top, .twoColumns.top {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -webkit-box-align: stretch;
  align-items: stretch; }
.threeColumns.withSpace, .twoColumns.withSpace {
  justify-content: space-between; }

.twoColumns > div {
  width: 50%; }
.twoColumns > div:nth-child(1) {
  padding-right: 5px; }
.twoColumns > div:nth-child(2) {
  padding-left: 5px; }

.threeColumns > div {
  width: 30%;
  flex: 1;
  padding: 0; }

.button-new, .inlineButton {
  margin-left: 20px;
  font-size: 12px;
  font-weight: normal;
  border: #919191 1px solid;
  color: #919191;
  padding: 5px 10px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  cursor: pointer; }
.button-new span, .button-new i, .inlineButton span, .inlineButton i {
  vertical-align: middle; }
.button-new [class*="icon-"], .inlineButton [class*="icon-"] {
  font-size: 18px; }
.button-new [class*="icon-"] + .button-text, .inlineButton [class*="icon-"] + .button-text {
  margin-left: 5px; }
.button-new a, .inlineButton a {
  color: #919191; }
.button-new a:hover, .inlineButton a:hover {
  text-decoration: none;
  color: #787878; }
.button-new:hover, .inlineButton:hover {
  color: #787878;
  border-color: #787878; }
.button-new.button-blue, .inlineButton.button-blue {
  border: none;
  background-color: #25c6da;
  color: #FFF; }
.button-new.button-blue a, .inlineButton.button-blue a {
  color: #FFF; }
.button-new.button-blue a:hover, .inlineButton.button-blue a:hover {
  color: #1e73cc; }
.button-new.button-blue:hover, .inlineButton.button-blue:hover {
  color: #1e73cc;
  border-color: #1e73cc; }
.button-new.button-green, .button-new.button.save, .inlineButton.button-green, .inlineButton.button.save {
  border: #446225 1px solid;
  background: #446225;
  color: #FFF; }
.button-new.button-green a, .button-new.button.save a, .inlineButton.button-green a, .inlineButton.button.save a {
  color: #446225; }
.button-new.button-red, .button-new.button.cancel, .inlineButton.button-red, .inlineButton.button.cancel {
  border: #B11623 1px solid;
  background: #B11623;
  color: #FFF; }
.button-new.button-red a, .button-new.button.cancel a, .inlineButton.button-red a, .inlineButton.button.cancel a {
  color: #FFF; }
.button-new.button-big, .inlineButton.button-big {
  font-size: 16px; }
.button-new.button-big [class*="icon-"], .inlineButton.button-big [class*="icon-"] {
  height: 36px;
  font-size: 24px; }

.inlineButton {
  border: none !important;
  padding: 0 !important; }
.inlineButton [class*="icon-"] {
  font-size: 16px; }

.grouped {
  display: inline-block;
  margin-left: 20px; }
.grouped .button {
  margin: 0 0 0 -5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
.grouped .button:not(:first-child) {
  border-left: 1px solid #DADADA; }
.grouped .button-new {
  margin: 0 0 0 -5px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }
.grouped .button-new:not(:first-child) {
  border-left: none; }
.grouped .button-new:last-child {
  border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px; }
.grouped .button-new:first-child {
  border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 0.9em; }
.table th {
  font-size: 12px; }
.table td, .table th {
  padding: 8px;
  line-height: 1.22857143;
  vertical-align: top; }
.table tr {
  border-top: 1px solid #CCC; }
.table tr:first-child {
  border-top: none; }
.table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #CCC !important; }

.hidden {
  display: none; }

.required::after {
  content: " \0002A";
  vertical-align: top;
  font-size: 13px;
  color: #C00101; }

.center {
  text-align: center !important; }

.centered {
  margin-left: auto;
  margin-right: auto; }

.left {
  text-align: left !important; }

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

.strong {
  font-weight: 700; }

.footnote {
  font-size: 11px;
  color: #999;
  vertical-align: middle; }

.important, .importantInfo {
  color: #8B0000 !important; }

.greenText {
  color: #008B00 !important; }

.redText {
  color: #e23442 !important; }

.noResults {
  text-align: center;
  font-weight: 700;
  color: #666; }

.loadData {
  text-align: center;
  font-weight: 500;
  color: #888;
  font-size: 16px; }
.loadData [class*="icon-"] {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block; }

.editLink {
  float: right;
  margin-right: 10px;
  font-size: 0.9em; }

.floatLeft {
  float: left; }

.floatRight {
  float: right; }

.block {
  display: block; }

.spacer {
  border-top: 1px solid silver;
  margin: 20px auto;
  width: 100%; }

.upperLetters {
  text-transform: uppercase; }

.importantInfo {
  font-size: 1.2em; }

.label.error, span.error, input:not([type]).error, input[type="text"].error, input[type="password"].error, textarea.error, select.error {
  background-color: #F2DEDE !important;
  border: 1px solid #B94A48 !important;
  color: #8F3434 !important; }

ul.noListStyle {
  list-style: none; }

.submit {
  margin: 50px 0 20px 0;
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: solid 1px #AAA; }
.submit.noBorder {
  border: none; }
.submit.noMargin {
  margin-top: 2px; }

.inlineDeleteItem {
  color: darkred;
  vertical-align: baseline;
  cursor: pointer;
  margin-left: 10px; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #000;
  text-align: center;
  -moz-opacity: 0.5;
  opacity: .50;
  filter: alpha(opacity=50);
  overflow: hidden;
  display: none; }

.loadInfo, .mainInfo {
  z-index: 10001;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  padding: 15px 20px 15px 45px;
  background-position: center left 10px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  min-height: 35px;
  min-width: 400px;
  text-align: center; }

.loadInfo {
  background-image: url("../../../images/loaders/info_32.gif"); }

.mainInfo {
  border-width: 1px;
  border-style: solid;
  -webkit-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
  cursor: pointer;
  padding: 10px 20px;
  vertical-align: middle; }
.mainInfo:before {
  font-size: 24px;
  margin-right: 15px;
  vertical-align: -15%; }

.mainInfo.error {
  color: #8F3434; }
.mainInfo.error:before {
  color: #8F3434; }

.mainInfo.success {
  color: #008b00; }
.mainInfo.success:before {
  color: #008b00; }

.tag {
  display: inline-block;
  padding: 0 5px;
  color: #FFF;
  letter-spacing: .03em;
  text-decoration: none;
  font-weight: normal;
  vertical-align: middle;
  margin: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  -moz-box-shadow: 0 1px 2px #999;
  -webkit-box-shadow: 0 1px 2px #999;
  position: relative; }
.tag.green {
  background: #75a940;
  border-color: #42582b;
  background: #87bd50;
  /* Old browsers */
  background: -moz-linear-gradient(top, #87bd50 1%, #689739 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #87bd50), color-stop(100%, #689739));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #87bd50 1%, #689739 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #87bd50 1%, #689739 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #87bd50 1%, #689739 100%);
  /* IE10+ */
  background: linear-gradient(top, #87bd50 1%, #689739 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour', endColorstr='$colour_',GradientType=0 );
  /* IE6-9 */ }
.tag.blue {
  background: #3b8de2;
  border-color: #215a96;
  background: #5a9fe7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #5a9fe7 1%, #2580df 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #5a9fe7), color-stop(100%, #2580df));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5a9fe7 1%, #2580df 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5a9fe7 1%, #2580df 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5a9fe7 1%, #2580df 100%);
  /* IE10+ */
  background: linear-gradient(top, #5a9fe7 1%, #2580df 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour', endColorstr='$colour_',GradientType=0 );
  /* IE6-9 */ }
.tag.red {
  background: #e23442;
  border-color: #911f28;
  background: #e6535f;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e6535f 1%, #dd202f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e6535f), color-stop(100%, #dd202f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e6535f 1%, #dd202f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e6535f 1%, #dd202f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e6535f 1%, #dd202f 100%);
  /* IE10+ */
  background: linear-gradient(top, #e6535f 1%, #dd202f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$colour', endColorstr='$colour_',GradientType=0 );
  /* IE6-9 */ }

/** SWITCH **/
.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 20px !important;
  line-height: 20px !important;
  vertical-align: middle; }
.switch input {
  display: none; }

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #CCC;
  -webkit-transition: .4s;
  transition: .4s; }
.switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 19px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: 0.4s; }
.switch-slider.round {
  border-radius: 34px; }
.switch-slider.round:before {
  border-radius: 50%; }

input.partial + .switch-slider {
  background-color: #f0c75e; }

input:checked + .switch-slider {
  background-color: #75a940; }

input:focus + .switch-slider {
  box-shadow: 0 0 1px #75a940; }

input:checked + .switch-slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px); }

/** ROZMIARY **/
.w25 {
  width: 25px; }

.w50 {
  width: 50px; }

.w75 {
  width: 75px; }

.w100 {
  width: 100px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w300 {
  width: 300px; }

.w350 {
  width: 350px; }

.w400 {
  width: 400px; }

.w500 {
  width: 500px; }

.w800 {
  width: 800px; }

.w100p {
  width: 100%; }

.w20p {
  width: 20%; }

.w90p {
  width: 90%; }

.w50p {
  width: 50%; }

.w40p {
  width: 40%; }

.w75p {
  width: 75%; }

.w85p {
  width: 85%; }

.w70p {
  width: 70%; }

.w65p {
  width: 65%; }

.w25p {
  width: 25%; }

.w35p {
  width: 35%; }

.w20p {
  width: 20%; }

.w15p {
  width: 15%; }

.w10p {
  width: 10%; }

.w5p {
  width: 5%; }

.h50 {
  height: 50px; }

.h100 {
  height: 100px; }

.h200 {
  height: 200px; }

.h500 {
  height: 500px; }

.ml10 {
  margin-left: 10px; }

.f08 {
  font-size: 0.8em; }

.f09 {
  font-size: 0.9em; }

.indent-1 {
  margin-left: 20px; }

.indent-2 {
  margin-left: 40px; }

.indent-3 {
  margin-left: 60px; }

.indent-4 {
  margin-left: 80px; }

.indent-5 {
  margin-left: 100px; }

.indent-6 {
  margin-left: 120px; }

.indent-7 {
  margin-left: 140px; }

.cols2 {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -moz-column-fill: initial;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  column-fill: initial;
  margin: auto;
  width: 95%; }

.cols3 {
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  -moz-column-fill: initial;
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
  column-fill: initial;
  margin: auto;
  width: 95%; }

.cols4 {
  -moz-column-count: 4;
  -moz-column-gap: 10px;
  -moz-column-fill: initial;
  -webkit-column-count: 4;
  -webkit-column-gap: 10px;
  column-count: 4;
  column-gap: 10px;
  column-fill: initial;
  margin: auto;
  width: 95%; }

.cols5 {
  -moz-column-count: 5;
  -moz-column-gap: 10px;
  -moz-column-fill: initial;
  -webkit-column-count: 5;
  -webkit-column-gap: 10px;
  column-count: 5;
  column-gap: 10px;
  column-fill: initial;
  margin: auto;
  width: 95%; }

.cols6 {
  -moz-column-count: 6;
  -moz-column-gap: 10px;
  -moz-column-fill: initial;
  -webkit-column-count: 6;
  -webkit-column-gap: 10px;
  column-count: 6;
  column-gap: 10px;
  column-fill: initial;
  margin: auto;
  width: 95%; }

h1 {
  color: #074679;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: 400;
  padding: 5px 20px;
  margin-left: -20px; }

div#serviceModeInfo {
  position: absolute;
  width: 600px;
  left: 50%;
  margin-left: -300px;
  top: 15px;
  background-color: #3b8de2;
  text-align: center;
  color: whitesmoke;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.9em; }

div#loginContainer {
  position: absolute;
  top: 35%;
  left: 50%;
  margin-left: -270px; }

div#loginBox {
  width: 460px;
  font-size: 0.9em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px 0 10px 120px;
  background-image: url("../../../images/elo.png");
  background-repeat: no-repeat;
  background-position: 10px 15px; }
div#loginBox .row {
  width: 100%;
  padding-left: 25px; }
div#loginBox .row label {
  width: 100px;
  text-align: right;
  display: inline-block; }
div#loginBox .row input.text {
  width: 186px;
  padding: 6px 5px; }
div#loginBox p.submit {
  text-align: right;
  margin: 5px 23px 0 0;
  padding: 0;
  border-top: none;
  background: none; }
div#loginBox p.submit button {
  height: 30px;
  width: 150px;
  padding: 2px 0;
  font-size: 1em;
  color: black; }
div#loginBox .note {
  font-size: 0.9em;
  color: #444;
  text-align: center;
  margin: 0 5px 20px  5px; }
div#loginBox div {
  vertical-align: middle; }
div#loginBox div.rememberBox {
  margin: 4px 24px 4px 20px;
  clear: both;
  text-align: right;
  font-size: 0.9em;
  padding-bottom: 2px; }
div#loginBox div.rememberBox input {
  vertical-align: bottom; }

.mainInfo {
  z-index: 10001;
  top: 15%;
  left: 47%;
  position: fixed;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  min-height: 35px;
  width: 450px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: right 0.2s linear;
  -moz-transition: right 0.2s linear;
  -o-transition: right 0.2s linear;
  transition: right 0.2s linear;
  cursor: pointer; }

.mainInfo.error {
  color: #8F3434;
  background-color: #f2dede; }

.mainInfo.success {
  color: #008b00;
  background-color: #dff0d8; }

/*# sourceMappingURL=login.css.map */
