body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

img {
	border: 0px;
}

th,
td,
select,io_isset
option,
input,
h1, h2, h3 {
	font-family: 'Open Sans', sans-serif;
	outline: none;
}

a {
	color: #104c9a;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #00145c;
}

.jsHref {
	color: #00145c;
	text-decoration: none;
	border-bottom: 1px dotted #00145c;
	cursor: pointer;
}

.center {
	min-width: 980px;
	max-width: 1236px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
}

.button {
	font-size: 14px;
	cursor: pointer;
	padding: 4px 15px;
	border: 1px solid #adb6d8;
	border-radius: 5px;
	color: #000000;
	background-color: #ebf0f3;
}

input.button {
	position: relative;
	top: -5px;
	padding: 3px 15px;
}

.button:hover {
	color: #ffffff;
	background-color: #1f3992;
}

.button.blue {
	color: #ffffff;
	background-color: #1f3992;
}

.button.transparent {
	background: none;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.button.transparent:hover {
	background: none;
	color: #ffffff;
	border: 1px solid #ffffff;
}

.button.transparent_black {
	background: none;
	color: #000000;
	border: 1px solid #ffffff;
}

.button.big {
	padding: 9px 22px;
	font-size: 14px;
	font-weight: 700;
}

.button.big.blue:hover {
	background-color: #3750a5;
}

.button.off,
.button.off:hover {
	background-color: #707070 !important;
	color: #ffffff !important;
}

.hide {
	display: none;
}

.hidden {
	visibility: hidden;
}

.error {
	color: #ff0000;
}

.fishok {
	font-weight: 600;
	color: #194999;
}

.fishok span {
	color: #e42328;
	text-transform: uppercase;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

pre {
	font-size: 12px;
	padding: 10px;
	border: 1px dashed #aaaaaa;
	overflow: hidden;
}

.metro_circle {
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 5px;
	margin: 5px 5px 0px 0px;
}

.metro_circle.spb_blue   { background-color: #007be7; }
.metro_circle.spb_red    { background-color: #f60730; }
.metro_circle.spb_green  { background-color: #7fca29; }
.metro_circle.spb_orange { background-color: #f46300; }
.metro_circle.spb_purple { background-color: #721e7e; }

.mce-content-body {
	padding: 0px 10px;
}

.noselect {
-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}
