﻿a {
  color: #00acff;
}
a:hover, a:focus {
  color: #0078b3;
}
.text-primary {
  color: #00acff;
}
a.text-primary:hover, a.text-primary:focus {
  color: #008acc;
}
.text-success {
  color: #5bb75b;
}
a.text-success:hover, a.text-success:focus {
  color: #449b44;
}
.bg-primary {
  background-color: #00acff;
}
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #008acc;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}
.input-sm {
  border-radius: 0;
}
.form-group-sm .form-control {
  border-radius: 0;
}
.input-lg {
  border-radius: 0;
}
.form-group-lg .form-control {
  border-radius: 0;
}
.btn {
  border-radius: 0;
}
.btn-default {
  background-color: #f5f5f5;
}
.btn-default:focus, .btn-default.focus {
  background-color: #dcdcdc;
}
.btn-default:hover {
  background-color: #dcdcdc;
}
.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
  background-color: #dcdcdc;
}
.btn-default:active:hover, .btn-default.active:hover, .open>.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open>.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open>.dropdown-toggle.btn-default.focus {
  background-color: #cacaca;
}
.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
  background-color: #f5f5f5;
}
.btn-default .badge {
  color: #f5f5f5;
}
.btn-primary {
  background-color: #00acff;
  border-color: #009be6;
}
.btn-primary:focus, .btn-primary.focus {
  background-color: #008acc;
  border-color: #004566;
}
.btn-primary:hover {
  background-color: #008acc;
  border-color: #0072a8;
}
.btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
  background-color: #008acc;
  border-color: #0072a8;
}
.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
  background-color: #0072a8;
  border-color: #004566;
}
.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #00acff;
  border-color: #009be6;
}
.btn-primary .badge {
  color: #00acff;
}
.btn-success {
  background-color: #5bb75b;
  border-color: #4cad4c;
}
.btn-success:focus, .btn-success.focus {
  background-color: #449b44;
  border-color: #255425;
}
.btn-success:hover {
  background-color: #449b44;
  border-color: #398239;
}
.btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success {
  background-color: #449b44;
  border-color: #398239;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
  background-color: #398239;
  border-color: #255425;
}
.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
  background-color: #5bb75b;
  border-color: #4cad4c;
}
.btn-success .badge {
  color: #5bb75b;
}
.btn-info {
  background-color: #49afcd;
  border-color: #36a5c6;
}
.btn-info:focus, .btn-info.focus {
  background-color: #3195b2;
  border-color: #1b5262;
}
.btn-info:hover {
  background-color: #3195b2;
  border-color: #297d96;
}
.btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info {
  background-color: #3195b2;
  border-color: #297d96;
}
.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
  background-color: #297d96;
  border-color: #1b5262;
}
.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
  background-color: #49afcd;
  border-color: #36a5c6;
}
.btn-info .badge {
  color: #49afcd;
}
.btn-warning {
  background-color: #faa732;
  border-color: #f99c19;
}
.btn-warning:focus, .btn-warning.focus {
  background-color: #f39106;
  border-color: #905503;
}
.btn-warning:hover {
  background-color: #f39106;
  border-color: #d07c05;
}
.btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning {
  background-color: #f39106;
  border-color: #d07c05;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open>.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open>.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open>.dropdown-toggle.btn-warning.focus {
  background-color: #d07c05;
  border-color: #905503;
}
.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
  background-color: #faa732;
  border-color: #f99c19;
}
.btn-warning .badge {
  color: #faa732;
}
.btn-danger {
  background-color: #d92f2e;
  border-color: #c92625;
}
.btn-danger:focus, .btn-danger.focus {
  background-color: #b32121;
  border-color: #5d1111;
}
.btn-danger:hover {
  background-color: #b32121;
  border-color: #951c1b;
}
.btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
  background-color: #b32121;
  border-color: #951c1b;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open>.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open>.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open>.dropdown-toggle.btn-danger.focus {
  background-color: #951c1b;
  border-color: #5d1111;
}
.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d92f2e;
  border-color: #c92625;
}
.btn-danger .badge {
  color: #d92f2e;
}
.btn-link {
  color: #00acff;
}
.btn-link:hover, .btn-link:focus {
  color: #0078b3;
}
.btn-lg, .btn-group-lg>.btn {
  border-radius: 0;
}
.btn-sm, .btn-group-sm>.btn {
  border-radius: 0;
}
.btn-xs, .btn-group-xs>.btn {
  border-radius: 0;
}
.dropdown-menu {
  border-radius: 0;
}
.dropdown-menu>.active>a,
.dropdown-menu>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #00acff;
}
ul.dropdown-menu > li.Menu > a {
  display: block;
  padding: 3px 20px;
  color: #333;
}
ul.dropdown-menu > li.Menu > a:hover {
  color: white;
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn {
  border-radius: 0;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
  border-radius: 0;
}
.input-group-addon {
  border-radius: 0;
}
.input-group-addon.input-sm {
  border-radius: 0;
}
.input-group-addon.input-lg {
  border-radius: 0;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  border-color: #00acff;
}
.nav-tabs>li>a {
  border-radius: 0 0 0 0;
}
.nav-tabs.nav-justified>li>a {
  border-radius: 0;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #ddd;
}
@media(min-width:768px) {
  .nav-tabs.nav-justified>li>a {
  border-radius: 0 0 0 0;
}
}.nav-pills>li>a {
  border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
  background-color: #00acff;
}
.nav-tabs-justified>li>a {
  border-radius: 0;
}
@media(min-width:768px) {
  .nav-tabs-justified>li>a {
  border-radius: 0 0 0 0;
}
}@media(min-width:768px) {
  .navbar {
  border-radius: 0;
}
}.navbar-toggle {
  border-radius: 0;
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.breadcrumb {
  border-radius: 0;
}
.pagination {
  border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
  color: #00acff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
  color: #0078b3;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  background-color: #00acff;
  border-color: #00acff;
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.label-primary {
  background-color: #00acff;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #008acc;
}
.label-success {
  background-color: #5bb75b;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449b44;
}
.label-info {
  background-color: #49afcd;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #3195b2;
}
.label-warning {
  background-color: #faa732;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #f39106;
}
.label-danger {
  background-color: #d92f2e;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #b32121;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
  color: #00acff;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 0;
}
.thumbnail {
  border-radius: 0;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #00acff;
}
.alert {
  border-radius: 0;
}
.progress {
  border-radius: 0;
}
.progress-bar {
  background-color: #00acff;
}
.progress-bar-success {
  background-color: #5bb75b;
}
.progress-bar-info {
  background-color: #49afcd;
}
.progress-bar-warning {
  background-color: #faa732;
}
.progress-bar-danger {
  background-color: #d92f2e;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #00acff;
  border-color: #00acff;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #cef;
}
.panel {
  border-radius: 0;
}
.panel-heading {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-footer {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
  border-top-left-radius: -1;
  border-top-right-radius: -1;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
  border-bottom-left-radius: -1;
  border-bottom-right-radius: -1;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-primary {
  border-color: #00acff;
}
.panel-primary>.panel-heading {
  background-color: #00acff;
  border-color: #00acff;
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #00acff;
}
.panel-primary>.panel-heading .badge {
  color: #00acff;
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
  border-bottom-color: #00acff;
}
.well {
  border-radius: 0;
}
.well-lg {
  border-radius: 0;
}
.well-sm {
  border-radius: 0;
}
.modal-content {
  border-radius: 0;
}
.tooltip-inner {
  border-radius: 0;
}
.popover {
  border-radius: 0;
}
.popover-title {
  border-radius: -1 -1 0 0;
}
.B3M-PaddedFixedInputTable .form-control {
  width: 230px;
  margin-bottom: 10px;
}
.B3M-PaddedFixedInputTable td {
  padding: 2px;
}
.B3M-FixedInputContainer .form-control, .B3M-Width, .B3M-Width.form-control {
  width: 230px;
}
.B3M-PaddedInputContainer .input-group,
.B3M-PaddedInputContainer .form-control,
.B3M-PaddedInputContainer .form-select,
.B3M-Margin.form-inline,
.B3M-Margin.input-group,
.B3M-Margin.form-control,
.B3M-Margin.form-inline,
.B3M-Margin.input-group,
.B3M-Margin.form-select {
  margin-bottom: 10px;
}
.B3M-PaddedInputContainer .input-group>.form-control {
  margin-bottom: auto;
}
.B3M-Span12, .B3M-Span11, .B3M-Span10, .B3M-Span9, .B3M-Span8, .B3M-Span7, .B3M-Span6, .B3M-Span5, .B3M-Span4, .B3M-Span3, .B3M-Span2, .B3M-Span1, .B3M-content-box-sizing {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.B3M-Span12 {
  width: 926px;
}
.B3M-Span11 {
  width: 846px;
}
.B3M-Span10 {
  width: 766px;
}
.B3M-Span9 {
  width: 686px;
}
.B3M-Span8 {
  width: 606px;
}
.B3M-Span7 {
  width: 526px;
}
.B3M-Span6 {
  width: 446px;
}
.B3M-Span5 {
  width: 366px;
}
.B3M-Span4 {
  width: 286px;
}
.B3M-Span3 {
  width: 206px;
}
.B3M-Span2 {
  width: 126px;
}
.B3M-Span1 {
  width: 46px;
}
.B3M-Max-Span12 {
  max-width: 926px;
}
.B3M-Max-Span11 {
  max-width: 846px;
}
.B3M-Max-Span10 {
  max-width: 766px;
}
.B3M-Max-Span9 {
  max-width: 686px;
}
.B3M-Max-Span8 {
  max-width: 606px;
}
.B3M-Max-Span7 {
  max-width: 526px;
}
.B3M-Max-Span6 {
  max-width: 446px;
}
.B3M-Max-Span5 {
  max-width: 366px;
}
.B3M-Max-Span4 {
  max-width: 286px;
}
.B3M-Max-Span3 {
  max-width: 206px;
}
.B3M-Max-Span2 {
  max-width: 126px;
}
.B3M-Max-Span1 {
  max-width: 46px;
}
.input-group-addon-unstyled {
  background-color: transparent;
  border-color: transparent;
}
.table-unstyled {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
}
.table-unstyled>thead>tr>th, .table-unstyled>tbody>tr>th, .table-unstyled>tfoot>tr>th, .table-unstyled>thead>tr>td, .table-unstyled>tbody>tr>td, .table-unstyled>tfoot>tr>td {
  padding: 0;
  line-height: inherit;
  vertical-align: middle;
  border-top: 0 none;
}
.table-unstyled>thead>tr>th {
  vertical-align: middle;
  border-bottom: 0 none;
}
.table-unstyled>tbody+tbody {
  border-top: 0 none;
}
.panel>.panel-body+.table-unstyled, .panel>.table-unstyled+.panel-body {
  border-top: 0 none;
}
.table-unbordered>thead>tr>th, .table-unbordered>tbody>tr>th, .table-unbordered>tfoot>tr>th, .table-unbordered>thead>tr>td, .table-unbordered>tbody>tr>td, .table-unbordered>tfoot>tr>td {
  border-top: 0 none;
}
.table-unbordered>thead>tr>th {
  border-bottom: 0 none;
}
.table-unbordered>tbody+tbody {
  border-top: 0 none;
}
.panel>.panel-body+.table-unbordered, .panel>.table-unbordered+.panel-body {
  border-top: 0 none;
}
.table-block-level {
  width: 100%;
  max-width: 100%}
.modal .modal-streched-tall, .modal .modal-streched {
  position: fixed;
  top: 10%;
  bottom: 10%;
  padding: 0;
  overflow: hidden;
}
.modal .modal-streched {
  left: 10%;
  right: 10%;
  width: auto;
  margin-left: 0;
}
.modal .modal-streched-tall>.modal-content, .modal .modal-streched>.modal-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .modal-streched-tall>.modal-content>.modal-header, .modal .modal-streched>.modal-content>.modal-header, .modal .modal-streched-tall>.modal-header, .modal .modal-streched>.modal-header {
  box-sizing: content-box;
  height: 30px;
}
.modal .modal-streched-tall>.modal-content>.modal-body, .modal .modal-streched>.modal-content>.modal-body, .modal .modal-streched-tall>.modal-body, .modal .modal-streched>.modal-body {
  box-sizing: content-box;
  position: absolute;
  top: 60px;
  bottom: 60px;
  left: 0;
  right: 0;
  max-height: 100%;
  overflow-y: auto;
}
.modal .modal-streched-tall>.modal-content>.modal-footer, .modal .modal-streched>.modal-content>.modal-footer, .modal .modal-streched-tall>.modal-footer, .modal .modal-streched>.modal-footer {
  box-sizing: content-box;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
}
.table .text-center {
  text-align: center;
}
.table .text-right {
  text-align: right;
}
.text-top, .table .text-top {
  vertical-align: top;
}
.text-middle, .table .text-middle {
  vertical-align: middle;
}
.text-bottom, .table .text-bottom {
  vertical-align: bottom;
}
.padding-top-sm {
  padding-top: 5px;
}
.padding-left-sm {
  padding-left: 5px;
}
.padding-right-sm {
  padding-right: 5px;
}
.padding-bottom-sm {
  padding-bottom: 5px;
}
.padding-top-md {
  padding-top: 10px;
}
.padding-left-md {
  padding-left: 10px;
}
.padding-right-md {
  padding-right: 10px;
}
.padding-bottom-md {
  padding-bottom: 10px;
}
.padding-top-lg {
  padding-top: 20px;
}
.padding-left-lg {
  padding-left: 20px;
}
.padding-right-lg {
  padding-right: 20px;
}
.padding-bottom-lg {
  padding-bottom: 20px;
}
.padding-top-xl {
  padding-top: 40px;
}
.padding-left-xl {
  padding-left: 40px;
}
.padding-right-xl {
  padding-right: 40px;
}
.padding-bottom-xl {
  padding-bottom: 40px;
}
.input-group-btn>.btn.margin-top-sm, .margin-top-sm {
  margin-top: 5px;
}
.input-group-btn>.margin-left-sm.btn, .margin-left-sm {
  margin-left: 5px;
}
.input-group-btn>.btn.margin-right-sm, .margin-right-sm {
  margin-right: 5px;
}
.input-group-btn>.btn.margin-bottom-sm, .margin-bottom-sm {
  margin-bottom: 5px;
}
.input-group-btn>.btn.margin-top-md, .margin-top-md {
  margin-top: 10px;
}
.input-group-btn>.btn.margin-left-md, .margin-left-md {
  margin-left: 10px;
}
.input-group-btn>.btn.margin-right-md, .margin-right-md {
  margin-right: 10px;
}
.input-group-btn>.btn.margin-bottom-md, .margin-bottom-md {
  margin-bottom: 10px;
}
.input-group-btn>.btn.margin-top-lg, .margin-top-lg {
  margin-top: 20px;
}
.input-group-btn>.btn.margin-left-lg, .margin-left-lg {
  margin-left: 20px;
}
.input-group-btn>.btn.margin-right-lg, .margin-right-lg {
  margin-right: 20px;
}
.input-group-btn>.btn.margin-bottom-lg, .margin-bottom-lg {
  margin-bottom: 20px;
}
.input-group-btn>.btn.margin-top-xl, .margin-top-xl {
  margin-top: 40px;
}
.input-group-btn>.btn.margin-left-xl, .margin-left-xl {
  margin-left: 40px;
}
.input-group-btn>.btn.margin-right-xl, .margin-right-xl {
  margin-right: 40px;
}
.input-group-btn>.btn.margin-bottom-xl, .margin-bottom-xl {
  margin-bottom: 40px;
}
.page .RadGrid_Black .rgHeader, .page .RadGrid_Black th.rgResizeCol {
  background: none;
  background-color: #0070a6;
  font-weight: bold;
}
.page .RadGrid_Metro .rgHeader, .page .RadGrid_Metro .rgHeader a, .page .RadGrid_Metro th.rgResizeCol {
  background: none;
  background-color: #0070a6;
  color: #fff;
  font-weight: bold;
  border-color: #000;
}
.RadGridWithNumericPager .rgPageFirst, .RadGridWithNumericPager .rgPagePrev, .RadGridWithNumericPager .rgPageNext, .RadGridWithNumericPager .rgPageLast {
  display: none;
}
.RadForm_Black.rfdButton .page a.rfdSkinnedButton, .RadForm_Black.rfdButton .page input.rfdDecorated[type="button"], .RadForm_Black.rfdButton .page input[type="reset"], .RadForm_Black.rfdButton .page input.rfdDecorated[type="submit"], .RadForm_Black.rfdButton .page .rfdSkinnedButton button {
  background-image: none;
  background-color: #00acff;
}
.RadForm_Black.rfdButton .page a.rfdSkinnedButton:hover, .RadForm_Black.rfdButton .page input.rfdDecorated[type="button"]:hover, .RadForm_Black.rfdButton .page input[type="reset"]:hover, .RadForm_Black.rfdButton .page input.rfdDecorated[type="submit"]:hover, .RadForm_Black.rfdButton .page .rfdSkinnedButton button:hover {
  color: #fff;
  background-image: none;
  background-color: #00acff;
}
.RadForm_Black.rfdHeading .page h4 {
  color: #000;
}
.RadGrid_Black .rgMasterTable .rgRow td, .RadGrid_Black .rgMasterTable .rgAltRow td {
  border-width: 0;
}
.RadGrid_Black .rgMasterTable .rgRow td.rgSorted {
  background-color: #4d4c4c;
}
input.rcbInput {
  margin-bottom: 0;
}
.riSingle.RadInput>.riTextBox.form-control, .riSingle.RadInput.form-control>.riTextBox, .RadPicker.form-control .riSingle.RadInput>.riTextBox {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.RadInput.form-control, .RadPicker.form-control {
  display: block;
  padding: 0;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}
.RadGrid .rgCommandTable>caption, .RadCalendar .rcTitlebar>table>caption {
  padding: 0;
}
.RadCaptcha .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset;
  transition: border-color .15s ease-in-out 0s, box-shadow .15s ease-in-out 0s;
}
.RadComboBox.form-control .rcbInputCell, .RadComboBox.form-control .rcbArrowCell, .RadComboBox.form-control>table {
  border: 0 none;
}
.displayblock {
  display: block;
}
.displayinlineblock, .inlineblock {
  display: inline-block;
}
.hidden, .displaynone {
  display: none;
}
.floatleft {
  float: left;
}
.floatright {
  float: right;
}
.clear {
  clear: both;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  min-height: 100%}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Source Sans Pro", Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  line-height: 16pt;
  text-decoration: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: #2e2f36;
}
html, body, body>form {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
.page {
  margin: 0 auto 0;
  border: 0 none;
  height: auto !important;
  min-height: 100%}
form #aspnetForm {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: static;
}
.masthead {
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #fff;
  background-color: #00659c;
  width: 100%;
}
.mastheadtitle {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.TopAreaTitle {
  float: left;
  font-size: 55pt;
  vertical-align: bottom;
  margin-top: 40px;
  color: #fff;
}
.TopButtonsCont~.TopAreaTitleWithMargin {
  margin-left: 80px;
}
.TopAreaTwoLineTitle {
  width: 400px;
  margin-top: 12px;
  margin-left: 90px;
  line-height: 1;
  font-size: 35px;
}
.TopButtonsCont {
  position: absolute;
  bottom: 20px;
}
.TopBackBtn {
  padding: 4px 12px;
  background-color: #000;
  font-weight: bold;
}
.Condensed {
  font-stretch: condensed;
}
.navbar>.masthead, .navbar>.container, .navbar>.ShowEventInfoCont {
  padding: 0 25px;
}
.navbar-header {
  margin-top: 10px;
  margin-bottom:  10px;
}
.navbar .navbar-brand {
  height: 70px;
  padding: 10px 20px;
  margin-left: -20px;
  line-height: .9;
  font-size: 28px;
  font-weight: 200;
  color: #fff;
  display: block;
}
.brand-firstletter {
  font-weight: bold;
}
.navbar .navbar-nav>li>a {
  font-family: "Oswald", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #414141;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .25);
}
.navbar .container {
  width: auto;
  border-width: 0 0 1px;
  border-color: #00659c;
  background: inherit;
}
div.UserBox {
  color: #fff;
  font-family: "Source Sans Pro", Arial, sans-serif;
  width: auto;
  max-height: 60px;
  min-height: auto;
  margin: 25px 25px 0;
}
.userTableElement {
  float: left;
  font-weight: bold;
  margin-right: 25px;
  color: #999;
}
.userTableElementLogout {
  float: left;
}
.HighlightedImpesonation {
  border: 2px solid #fff;
  padding: 4px 5px 4px 5px;
  background-color: #768065;
}
.HighlightedImpesonation .userTableElement {
  color: #fff;
}
.LogOffButton {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 13px;
}
.UserBox .btn-navbar {
  margin-top: 5px;
}
.Sponsors {
  font-size: 9pt;
  font-weight: normal;
  color: #fff;
}
.sponsorelement {
  text-align: center;
  vertical-align: middle;
  height: 28px;
  margin: 0 5px;
}
b.sponsorelement {
  margin: 0 5px 0 10px;
  font-size: 18px;
}
div#Content {
  padding: 0 0 50px;
  width: auto;
  height: auto;
  z-index: 0;
}
div#Container {
  margin: 25px 25px 0;
  position: relative;
}
div#Footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #00659c;
  border-color: #00659c;
  margin-top: 50px;
  min-height: 50px !important;

  display: flex;
}
div#Footer > a,
div#Footer > span {
  display: block;
  line-height: 30px;
  height: 50px;
  padding: 10px 15px;
}
#FooterSideSpacer {
  padding: 0 25px;
  background-color: #00659c;
}
#FooterSpacer {
  padding: 6px 0 7px;
  border-top: 0 solid #fff;
  color: #fff;
  font-size: bold;
}
div#FooterSpacer, div#Footer table, div#Footer tbody, div#Footer tr, div#Footer td {
  height: 100%}
#Footer td {
  padding: 0 10px;
  font-size: 10pt;
  text-align: center;
  vertical-align: middle;
}
.sponsorelement, div#Footer a, div#Footer a:visited, div#Footer a:hover, div#Footer a:active {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 10pt;
  font-weight: 400;
  text-decoration: none;
}
@media screen and (max-width:768px) {
  #Footer>.FooterTable {
  width: 100%}
#Footer>.FooterTable .sponsorsTitle {
  display: none;
  float: right;
}
}textarea  {
  resize:  vertical;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  border: 1px solid #ccc;
  transition: border linear .2s, box-shadow linear .2s;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, .8);
}
.navbar-default {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
}
.navbar-toggle.collapsed {
  float: left;
  margin-top: 12px;
  margin-right: 10px;
}
.navbar-default>.container>.navbar-collapse {
  margin-left: -15px;
  margin-right: -15px;
}
.navbar-nav>li>a {
  padding: 10px 15px !important;
  display: block;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  background-color: transparent;
  color: #00acff;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
}
.navbar .nav .active>a, .navbar .nav .active>a:hover, .navbar .nav .active>a:focus {
  color: #fff;
  background-color: #0070a6;
}
.navbar .nav li.dropdown>.dropdown-toggle.show,
.navbar .nav li.dropdown.active>.dropdown-toggle,
.navbar .nav li.dropdown.active>.dropdown-toggle.show {
  background-color: #111;
  color: #fff;
}
.navbar .nav li.dropdown>.dropdown-toggle.show .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.active>.dropdown-toggle.show .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.modal {
  color: #222;
}
.well {
  color: #000;
}
.btn-inverse {
  color: #fff;
  background-color: #000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.label-important, .badge-important {
  background-color: #b94a48;
}
.label-important[href], .badge-important[href] {
  background-color: #953b39;
}
.label-warning, .badge-warning {
  background-color: #f89406;
}
.label-warning[href], .badge-warning[href] {
  background-color: #c67605;
}
.label-success, .badge-success {
  background-color: #468847;
}
.label-success[href], .badge-success[href] {
  background-color: #356635;
}
.label-info, .badge-info {
  background-color: #3a87ad;
}
.label-info[href], .badge-info[href] {
  background-color: #2d6987;
}
.label-inverse, .badge-inverse {
  background-color: #333;
}
.label-inverse[href], .badge-inverse[href] {
  background-color: #1a1a1a;
}
.ajax__calendar_footer {
  box-sizing: content-box;
}
.SectionTitle {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: bold;
}
input.UnderlinedInput {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #414141;
  color: #414141;
  font-weight: bold;
}
input.UnderlinedInput.WaterMark {
  color: #999;
  font-style: normal;
  font-weight: normal;
}
.form-control.UnderlinedInput, .form-control.UnderlinedInput:hover {
  box-shadow: none;
}
.WaterMark {
  color: #666;
  background-color: #ffe;
  padding: 2px;
  border-width: 1px;
  font-style: italic;
}
.Blur {
  background-color: #000;
  filter: alpha(opacity=20);
  opacity: .2;
}
.Pager {
  background-color: #ffe;
  color: #aaa;
  font-weight: bold;
}
.Pager a {
  color: #00c;
  font-weight: normal;
}
.contentPanel {
  margin: 5px;
  padding: 10px;
  border: solid 1px #ddd;
}
.sectionHeader {
  font-size: 12pt;
}
.sectionSubHeader {
  font-size: 9pt;
  color: #666;
}
.WhiteTransparentBox {
  padding: 12px;
  border: 1px solid #d0d0d0;
  color: #000;
  background-color: #fff;
  background-color: rgba(255, 255, 255, .8);
}
.BorderedTop {
  border-top: 3px solid #2e2f36;
  padding: 10px 0;
  color: #2e2f36;
}
.BorderedTopLight {
  border-top: 1px solid #2e2f36;
  padding: 10px 0;
  color: #2e2f36;
}
.BorderedTopBlack {
  border-top: 3px solid #000;
  padding: 10px 0;
  color: #000;
}
.BorderedTopLightBlack {
  border-top: 1px solid #000;
  padding: 10px 0;
  color: #000;
}
.MyModalPanelLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffa;
  opacity: .5;
  filter: alpha(opacity=50);
}
.icon-wifi-cont {
  display: inline-block;
  height: 20px;
  overflow: hidden;
}
.icon-wifi {
  padding: 2px 2px 0;
  position: relative;
}
.icon-wifi, .icon-wifi:before {
  display: inline-block;
  border: 8px double transparent;
  border-top-color: currentColor;
  border-radius: 50%}
.icon-wifi:before {
  content: '';
  width: 0;
  height: 0;
}
a {
  text-decoration: none;
  color: #007191;
}
.GreyLink {
  color: #818a71;
  text-decoration: none;
}
.GreyLink:hover {
  color: #475a25;
}
input, button, select, textarea {
  font-family: "Source Sans Pro", Sans-Serif;
  font-weight: 400;
}
.BoldText {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
}
.LightText {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 300;
}
.ShowEventInfoCont {
  margin: 0 0 10px;
  position: relative;
}
.ShowEventInfoLogo {
  box-sizing: content-box;
  width: 180px;
  max-height: 90px;
  position: absolute;
}
.ShowEventSettingsLogo {
  box-sizing: content-box;
  width: 180px;
  max-height: 90px;
}
.ShowEventInfo {
  position: relative;
  padding: 10px 0;
  height: 85px;
}
.ShowEventInfoContWithImage .ShowEventInfo {
  margin-left: 200px;
}
.ShowEventInfoTitle {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  margin: 5px 0 5px;
  font-size: 32px;
}
.ShowEventInfoStartDate {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.ShowEventInfoExtraRightTwoLine {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin-top: 15px;
  font-weight: 300;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.ShowEventInfoExtraRightOneLine {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 15px;
  font-weight: 300;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 28px;
  line-height: 1;
}
.page .ShowEventInfo a {
  color: #414141;
  font-weight: bold;
}
#livechat-compact-container, #livechat-full {
  box-sizing: content-box;
  right: 0 !important;
}
.livechat_button_relativeright {
  text-align: right;
  position: relative;
  right: -25px;
}
.livechat_button_fixedright {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -59px;
}
.loginForm div#Content {
  top: 1px;
}
.LoginTable {
  margin: 0 auto 12px;
}
.AdminLoginForm .page {
  background-color: #768065;
}
.AdminLoginForm .navbar {
  background-color: #00659c;
}
.AdminLoginPanel {
  background-color: #00659c;
  padding: 10px 0;
}
.AdminAreaWarningCont {
  line-height: 1;
  margin-top: 20px;
  text-align: center;
  transform: rotate(-25sdeg);
}
.AdminAreaWarning {
  background-color: #768065;
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0 0 2px 2px #222;
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  padding: 20px;
}
.LeadDetailsTh {
  border-top: 1px solid #000;
}
.LeadDetailsThFirst {
  border-left: 1px solid #000;
}
.LeadDetailsThLast {
  border-right: 1px solid #000;
}
.LeadAnswersLinksCont {
  box-sizing: content-box;
  width: 300px;
  padding: 0 6px 0 7px;
  margin: auto;
  table-layout: fixed;
  font-size: 11px;
  background-color: #fff;
}
.EditModePanel {
  margin-bottom: -1px;
}
.EditModePanelButtonContainer {
  width: 33%;
  padding-bottom: 0;
  float: left;
  zoom: 1;
}
.EditModePanelButtonContainer .EditModePanelButton {
  width: 98%;
  height: 23px;
  border: 1px solid #e6e6e6;
  margin: 0 1%;
  background-color: #f5f5f5;
  font-weight: normal;
  font-family: "Source Sans Pro", Arial, sans-serif;
  cursor: pointer;
}
.EditModePanelButtonContainer .EditModePanelButton:hover {
  background-color: #e6e6e6;
}
.EditModePanelButtonContainer .EditModePanelButton[disabled], .EditModePanelButtonContainer .EditModePanelButton[disabled]:hover {
  background-color: #f5f5f5;
  cursor: default;
}
.EditModePanelButtonContainer .EditModePanelButton.EditModePanelButtonSelected, .EditModePanelButtonContainer .EditModePanelButton.EditModePanelButtonSelected:hover {
  color: #fff;
  background-color: #5bb75b;
  font-weight: bold;
}
.ViewEditLeadsContent {
  border: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  padding: 8px 4px;
}
.ViewEditLeadsContentHeader {
  font-size: 14pt;
  color: #693;
}
.existingSurveysNotice {
  font-weight: bold;
}
.ReportViewControl span.Report-Title {
  color: #fff;
}
.ReportViewControl a.ReportBackLink {
  color: #fff;
  margin-right: 10px;
}
.PortalB3 .ReportListFilter.RadListBox label {
  margin-bottom: 0 !important;
}
.PortalB3 .ReportListFilter .rlbText {
  font-size: 12px;
}
.page .ReportTitleLink, .page .Report-Filters-ButtonCnt>.ShowFiltersButton, .ReportViewControl a.ReportBackLink, .ReportViewControl span.Report-Title, .page .UseReportFiltersNotice {
  color: #2e2f36;
}
.page .ShowFiltersButton {
  display: inline-block;
  padding-top: 7px;
}
.OnSiteManagerPanel .ui-resizable-handle.ui-resizable-e::after {
  border-color: #000;
}
.page .AdminReportTabsList.nav-tabs>.active>a, .page .AdminReportTabsList.nav-tabs>.active>a:hover, .page .AdminReportTabsList.nav-tabs>.active>a:focus {
  padding-bottom: 9px;
  border-color: #414141;
}
.page .AdminReportTabsList.nav-tabs>:not(.active)>a:hover {
  background-color: #EEEEEE;
}
.page .SectionHeader, .page .WebOrders, .page .TABLE02TITLEEND, .page .ConfirmationHeader {
  color: #2e2f36;
}
.page .ShowOrderGridCont {
  background-color: #f5f5f5;
}
.FocusedProductImageWrapper, .SmallProductImageInnerWrapper {
  border: 1px solid #2e2f36;
}
.NoImageContainer {
  color: #fff;
}
.RegistrationSection {
  background-color: #f5f5f5;
  margin-right: 4px;
}
.AdminReportTab-content, .page #OrderInfoEdit {
  background-color: #f5f5f5;
}
.AdminReportTab-content, .AdminReportTab-content .help-inline {
  color: #333;
}
.alert-extra-info-initialy-hidden {
  display: none;
}
.alert-extra-info-initialy-hidden:target {
  display: block;
}
.icon-plus-unsuccessfulPrint {
  margin-left: 1%;
  color: #b94a48;
}
.device-monitor.RadGrid .rgRow td, .device-monitor.RadGrid .rgAltRow td, .device-monitor.RadGrid .rgEditRow td, .device-monitor.RadGrid .rgFooter td {
  padding-left: 1px;
  padding-right: 1px;
}
.rbLinkButton.clear-search-btn {
  padding: 7px;
  height: 35px;
  font-size: 12px;
}
.Report-Dynamic-Filters-Container-Positioner .ReportFiltersDynamicCont .ReportCriteriumLabel {
  height: 34px;
  padding-top: 4px;
}
.Report-Dynamic-Filters-Container-Positioner .ReportFiltersDynamicCont .ReportCriteriumOperator, .Report-Dynamic-Filters-Container-Positioner .ReportFiltersDynamicCont .ReportCriteriumInput.ReportCriteriumBoolean, .Report-Dynamic-Filters-Container-Positioner .ReportFiltersDynamicCont .ReportCriteriumInput {
  box-sizing: content-box;
}
.Report-Dynamic-Filters-Container-Positioner .ReportFiltersDynamicCont .ReportCriteriumInput {
  width: 157px;
  height: 18px;
}
.Report-Dynamic-Filters-Container-Positioner .ReportFiltersDynamicCont .RadInput>.ReportCriteriumRadInput.ReportCriteriumNumber {
  box-sizing: content-box;
  height: 24px;
  width: 175px;
  padding: 3px;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.RadCalendar > caption {
  caption-side: top;
}
.table-items-centered {
  padding: 8px;
  text-align: center;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}