﻿body
{
  font-size: 13px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  color: #111;
  margin: 0px;
}

.sticky1 {
  top: 50px;
  z-index: 1;
  position: sticky;
  background-color: #ffffff;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.sticky2 {
  top: 135px;
  z-index: 1;
  position: sticky;
  background-color: #ffffff;
  padding-top: 4px;
  padding-bottom: 2px;
  margin-top: 14px;
  margin-bottom: 14px;
}

h1
{
  font-size: 42px;
  font-family: 'Segoe UI Light', Helvetica, Arial;
  font-weight: bold;
  color: #003366;
}
h2
{
  font-size: 24px;
  font-family: 'Segoe UI Light', Helvetica, Arial;
  color: rgb(51,51,51);
}
h3 {
  font-family: 'Segoe UI Light', Helvetica, Arial;
  font-size: 18px;
  color: rgb(51,51,51);
  border-bottom: 1px solid rgb(51,51,51);
}

label {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  color: #111;
  display: block;
  margin-bottom: 2px;
}

.form-text {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  color: #111;
  display: inline-block;
  margin-bottom: 2px;
}

input[type="checkbox"] {
  width: 28px;
  height: 28px;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid rgb(186,186,186);
	padding: 5px 4px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-size: 13px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #212121;
	margin: 0;
	width: 95%;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff; }
select {
	padding: 4px 4px;
  height: 28px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #777;
 	color: #212121;
 	-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-shadow:  0 0 3px rgba(0,0,0,.2); }

input[type="text"].field-value-error, 
input[type="password"].field-value-error, 
input[type="email"].field-value-error, 
textarea.field-value-error,
select.field-value-error
{
  border: 1px solid #dd0000;
}

a, a:active, a:visited
{
  color: #003366;
  text-decoration: none;
}
a:hover
{
  color: #003366;
  text-decoration: underline;
  cursor: pointer;
}

*:focus {
    outline: none;
}

#main-menu {
  background-color: #0072C6;
  position: fixed;
  top: 0px;
  width: 100%;
  padding-top: 4px; padding-bottom: 4px;
  z-index: 1000;
  color: #ffffff;
  font-size: 14px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  /* Adds shadow to the bottom of the bar */
  -webkit-box-shadow: 0px 0px 8px 0px #000000;
  -moz-box-shadow: 0px 0px 8px 0px #000000;
  box-shadow: 0px 0px 8px 0px #000000;
}
.main-menu-qa {
  background-color: orange !important;
}

.bottom-bar {
  position: fixed;
  left: 0px;
  bottom: 0;
  width: 100%;
  /*background-color: #eaecee;*/
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: center;
  padding-top: 8px;
  border-top: 2px solid #eaecee;
}
  .bottom-bar img {
    display: inline;
    margin-left: 2px;
  }
  .bottom-bar.inline {
    margin-top: 30px;
    position: relative;
    display: inline-block;
  }

.appversion {
  font-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 24px;
  text-align: right;
}
.developedby {
  font-size: 11px;
  position: absolute;
  right: 10px;
  bottom: 8px;
}

.app-body {
  margin-top: 70px;
}

.navigation {
  color: #ffffff;
}
.navigation a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  margin-right: 20px;
}
.user-info {
  color: #ffffff;
  text-align: right;
}
.user-info a {
  color: #ffffff;
  font-size: 14px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.toolbar
{
  margin-top: 5px;
  margin-bottom: 18px;
}

.niceCheck {
  height: 26px;
  width: 26px;
  display: inline-block;
  border: 1px solid rgb(186,186,186);
  border-radius: 6px;
}
.niceCheck span {
  height: 10px;
  width: 10px;
  background-color: #ffffff;
  display: inline-block;
  margin-left: 8px;
  margin-top: 8px;
  border-radius: 4px;
}
.niceCheck-active span {
  background-color: #505050;
}

.tabs {
  font-size: 0;
  height: 25px;
}

.tabs a, .tabs a:active, .tabs a:visited {
  color: rgb(51,51,51);
  font-size: 16px;
  text-decoration: none;
  margin-left: 0px; margin-right: 0px;
  padding-left: 30px; padding-right: 18px;
  padding-top: 1px; padding-bottom: 4px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url('/Content/images/icon_off.png');
}
  .tabs a:hover, .tab-active {
    text-decoration: none;
    cursor: pointer;
    background-image: url('/Content/images/icon_on.png') !important;
  }

.link-action {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  display: inline;
  margin-bottom: 0px;
}
  .link-action.block {
    display: inline-block;
  }
  .link-action.left {
    float: left;
    margin-right: 3px;
  }
  .link-action.right {
    float: right;
    margin-left: 3px;
  }

.link-action-add {
  display: inline-block;
  width: 27px; height: 27px;
  background-image: url('/Content/images/icon_plus.png');
  background-repeat: no-repeat;
}
  .link-action-add span {
    display: inline-block;
    color: #505050;
    padding-left: 30px;
    margin-top: 6px;
    font-weight: bold;
  }
  .link-action-add:hover {
    background-image: url('/Content/images/icon_plus_hover.png');
  }
.link-action-remove {
  display: inline-block;
  width: 27px; height: 27px;
  background-image: url('/Content/images/icon_minus.png');
}
  .link-action-remove:hover {
    background-image: url('/Content/images/icon_minus_hover.png');
  }
.qq-upload-button {
  display: inline-block;
  width: 100px; height: 27px;
  background-image: url('/Content/images/icon_plus.png');
  background-repeat: no-repeat;

  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  text-decoration: none;
  padding: 0px;
  position: relative;
  text-shadow: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  border: 0px;
}
  .qq-upload-button:hover {
    background-image: url('/Content/images/icon_plus_hover.png');
  }
  .qq-upload-button span {
    display: inline-block;
    color: #505050;
    padding-left: 30px;
    margin-top: 6px;
    font-weight: bold;
  }

.field-label {
  width: 75px;
  display: block;
  padding-right: 8px;
  float: left;
  text-align: right;
  word-wrap: break-word;
  margin-bottom: 8px;
}
.field-label-top {
  float: none;
  text-align: left;
  margin-bottom: 3px;
}
.field-label-select2 {
  padding-top: 5px;
}
.field-value {
  width: *;
  display: block;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  margin-right: 8px;
  margin-bottom: 8px;
}
.no-borders
{
  border: 0px;
}
.field-value input[type="text"], .field-value input[type="password"], .field-value textarea {
  width: 95%;
  color: navy;
  border-left: 3px solid transparent; border-top: 0px solid #d3d3d3; border-bottom: 0px; border-right: 0px;
  padding: 3px;
}
.field-value-select2 {
}
.field-value-select2 input {
  top: -10000px;
}

.list-fields th {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  padding-left: 3px; padding-right: 3px;
}
.list-fields td {
  padding-left: 3px; padding-right: 3px;
}

.list-fields input[type="text"], 
.list-fields input[type="password"], 
.list-fields input[type="email"], 
.list-fields textarea, 
.list-fields select {
  margin: 0px;
}

.list {
  margin-top: 20px;
}
.list th {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  color: #111;
  padding-left: 10px; padding-right: 10px;
  padding-bottom: 2px;
  text-align: left;
  border-bottom: 1px solid #777;
}
.list td {
  font-size: 13px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  padding-left: 10px; padding-right: 10px;
  padding-top: 4px; padding-bottom: 4px;
  border-bottom: 1px solid rgb(186,186,186);
}

.list-highlight-row tbody tr:hover {
  background-color: #dddddd;
}
.list-inrow-label {
  font-size: 12px;
  font-family: "Segoe UI", "Segoe UI Web Regular", "Segoe UI Symbol", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: normal;
  color: #111;
  display: inline;
}

.row-data-dimmed td, .row-data-dimmed a {
  color: #666666;
}

.popover {
  margin-top: 15px; margin-bottom: 15px; 
  background-color: #e8e8e8; 
  padding: 6px;
  color: #003366;
  display: none;
}
.popover-close-button {
  font-weight: bold;
  float: right;
  display: inline-block;
  margin-right: 6px;
}


.news-subject {
  font-size: 18px;
  margin-bottom: 3px;
}
.news-body {
  font-size: 14px;
  color: #222;
  padding-left: 15px; 
}
.news-author {
  text-align: right;
  color: #888;
}
.news-break {
  border-bottom: 1px solid #ccc; margin-top: 4px;margin-bottom: 22px;
}