html {
	min-height: 100%;
	position: relative;
	overflow-y: scroll; 
}
body {
	font: 13px "Open Sans", sans-serif;
	color: #565656;
	background-color: #eceef1;
	margin-bottom: 108px;
}
a {
	color: #34495e;
	text-decoration: none;
}
a:hover, a:focus {
	color: #3498db;
	text-decoration: underline;
	outline: none;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.lcol {
	float: left;
}
.rcol {
	float: right;
}
.grey {
	color: #d4d9dd;
}
.thide {
	display: block;
	font-size: 0;
	line-height: 0;
	color: transparent;
	text-shadow: none;
}
.reset, .reset li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.page-header {
	height: 63px;
	width: 100%;
	background: #fff;
	box-shadow: 0 1px 5px rgba(129,138,143,.15);
	margin: 0;
	padding: 0;
	border: none;
	background-image: url("../images/winter.png");
	background-repeat: repeat;
	background-position: 0 25%;
}
.page-header .row {
	position: relative;
}
.page-header .vsep {
	float: right;
	width: 1px;
	background: #f4f5f6;
	height: 63px;
	margin-right: -12px;
}
.logo {
	background: url("../images/logo.png") no-repeat;
	height: 22px;
	width: 128px;
	margin: 20px 0 0 12px;
}
.infobox {
	height: 11px;
	width: 11px;
	background: url("../images/infobox.png") no-repeat;
	position: absolute;
	right: 20px;
	top: 8px;
	cursor: pointer;
}
.infobox:hover {
	background-position: 0 -11px;
}
.yourmail {
	font-size: 14px;
	color: #565656;
	margin: 13px 0 0 3px;
	position: relative;
}
.yourmail .mail {
	margin: 0 5px;
	font-weight: bold;
	padding: 6px;
	padding-left: 38px;
	background: #f3f4f5;
	border: 1px solid #e0e3e6;
	border-radius: 3px;
	width: 100%;
}
.yourmail .mail:focus {
	background: #fff;
	outline: 0;
}
.yourmail .mail::-moz-placeholder {
color:#999;
opacity:1
}
.yourmail .mail:-ms-input-placeholder {
color:#999
}
.yourmail .mail::-webkit-input-placeholder {
color:#999
}
.yourmail .glyphicon {
	position: absolute;
	left: 18px;
	top: 50%;
	margin-top: -7px;
}
.top-text {
	line-height: 1.2em;
	margin-top: 12px;
	font-size: 80%;
}
/*content*/
.page-content {
	margin: 20px 0;
}
.content {
	padding: 0;
	background: #fff;
	padding-bottom: 1px;
	background: #fff;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: -10px;
	min-height: 500px;
}
.content .table-responsive {
	font-size: 13px;
}
.block-control {
	background: #34495e;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 94px;
}
.block-control li {
	text-align: center;
}
.block-control li + li a {
	margin-top: -1px;
}
.block-control a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid #4e6378;
}
.block-control li:first-child a {
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.block-control li:last-child a {
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	border: none;
}
.block-control a:hover, .block-control .active a, .zeroclipboard-is-hover, .zeroclipboard-is-active {
	background: #1abc9c;
	border-color: #1abc9c;
	text-decoration: none;
}
.icon-control {
	width: 32px;
	height: 32px;
	background: url("../images/control-icons.png") no-repeat;
	display: block;
	margin: 0 auto 5px;
}
.control-copy {
	background-position: 0 0;
}
a:hover .control-copy, .active .control-copy, .zeroclipboard-is-hover .control-copy {
	background-position: 0 -32px;
}
.control-edit {
	background-position: 0 -64px;
}
a:hover .control-edit, .active .control-edit {
	background-position: 0 -96px;
}
.control-del {
	background-position: 0 -128px;
}
a:hover .control-del, .active .control-del {
	background-position: 0 -160px;
}
.control-refresh {
	background-position: 0 -192px;
}
a:hover .control-refresh, .active .control-refresh {
	background-position: 0 -224px;
}
.title-subject {
	font-weight: bold;
}
.link {
	background: #1abc9c;
	height: 19px;
	width: 19px;
	display: block;
	color: #fff;
	border-radius: 50%;
	font-size: 8px;
	margin: 0 auto;
}
.link:hover, .link:focus {
	background-color: #3b9fe2;
	color: #fff;
	text-decoration: none;
}
.link .glyphicon {
	float: left;
	margin: 4px 0 0 5px;
}
.w15 {
	width: 15%;
}
.lbl {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	margin-right: 6px;
}
.langbox {
	margin-top: 15px;
	position: relative;
}
.bheading h1 {
	font-size: 20px;
	line-height: none;
	padding: 0;
	font-weight: normal;
	margin: 0;
}
.bheading {
	padding: 15px 20px;
	border-bottom: 1px solid #e0e3e6;
}
.base {
	padding: 15px 20px;
	margin: 5px 0;
}
.bform {
	padding: 20px 30px 20px;
	background: #f8f9fa;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.form-control {
	height: 38px;
	border: 1px solid #d4d9dd;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: inherit;
	border-radius: 3px;
}
.form-horizontal .control-label {
	font-weight: normal;
	white-space: nowrap;
}

@media (min-width: 768px) {
.form-horizontal .control-label {
	text-align: left;
}
}
.form-group {
	margin-bottom: 6px;
}
.padtop {
	padding-top: 10px;
}
.btn {
	padding: 7px 20px;
	border: none;
}
.btn-success {
	color: #ffffff;
	background-color: #1abc9c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #29d9b6;
}
.faq-list {
	padding: 2px 0 15px;
}
.faq-list li + li {
	padding-top: 5px;
}
.faq-title {
	padding: 10px 0 10px 32px;
	background: url("../images/question.png") no-repeat 0 50%;
	font-weight: bold;
}
li:nth-child(odd) .faq-title {
	color: #1abc9c;
}
.faq-desc {
	padding-bottom: 15px;
	border-bottom: 2px solid #eceef1;
	position: relative;
}
.pm-ctrl {
	padding: 12px 20px;
}
.pm-ctrl .glyphicon {
	font-size: 12px;
	color: #d4d9dd;
}
.pm-ctrl a {
	line-height: 30px;
}
.pm-ctrl li {
	position: relative;
	display: block;
}
.pm-ctrl li.lcol a {
	display: block;
}
.pm-ctrl a, .pm-ctrl a:hover {
	color: #565656;
	text-decoration: none;
}
.linkbord {
	display: block;
	padding: 0 10px;
	border: 1px solid #d4d9dd;
	-webkit-border-radius: 4px;
	border-radius: 3px;
	margin-left: 5px;
}
.linkbord:hover {
	border-color: #1abc9c;
}
.open .linkbord, .active .linkbord {
	background: #1abc9c;
	color: #fff !important;
	border-color: #1abc9c;
}
.open .glyphicon, .active .glyphicon {
	color: #fff;
}
.pm-info {
	padding: 15px 20px;
	background: #f4f5f6;
}
.pm-info .pm-subject {
	margin: 0 0 10px;
	color: #406283;
}
.pm-info li {
	margin: 2px 0;
}
.pmtools {
	border-top: 2px solid #e5e8ea;
	background: #f4f5f6;
}
.text-switch {
	float: right;
	padding-right: 20px;
}
.text-switch li {
	float: left;
	padding: 0 1px;
	margin-top: 8px;
	width: 50%;
	text-align: center;
}
.text-switch a {
	display: block;
	padding: 8px 17px;
	background: #e5e8ea;
	color: #565656;
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}
.text-switch a:hover, .text-switch a:focus {
	background: #d9dee1;
	color: #3498db;
}
.text-switch .active a {
	background: #fff;
	color: #565656;
	cursor: default;
}
.attachs {
	padding: 12px 0 12px 20px;
}
.attach-link {
	margin: 0 5px;
}
.attachs .glyphicon-download {
	color: #1abc9c;
}
.pm-text {
	padding: 20px;
	font-family: inherit;
}
.pm-text a {
	color: #3498db;
	text-decoration: underline;
}
.pm-text a:hover {
	text-decoration: none;
}
.pm-text textarea {
	resize: vertical;
}
.dropdown-menu {
	left: auto;
	right: 0;
	font-size: 12px;
	border: none;
}
.dropdown-menu > li > a {
	font-weight: normal;
	color: #565656;
}
.pm-info .col-sm-2 {
	width: 10%;
}
.pm-info .col-sm-10 {
	width: 90%;
}
.btn-sm {
	padding-left: 10px;
	padding-right: 10px;
}
.btn-primary {
	background-color: #3498db;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #47acef;
}
.resend {
	overflow: auto;
	white-space: normal;
	width: 100%;
	border: none;
}
.pmbtn {
	padding: 15px 20px;
	border-top: 1px solid #e5e8ea;
	margin-top: 10px;
}
/*footer*/
.fixed-footer {
	width: 100%;
	bottom: 0;
	position: absolute;
}
.page-footer {
	border-top: 1px solid #d6dbe2;
	height: 77px;
	margin-left: -10px;
}
.copy {
	padding: 27px 0;
}
.copy a, .copy span {
	margin-right: 5px;
}
.copy a {
	text-decoration: underline;
	color: #7b7a7a;
}
.copy a:hover, .copy a:focus {
	color: #3498db;
	text-decoration: none;
}
.design {
	background: url("../images/design.png") no-repeat;
	width: 94px;
	height: 25px;
	margin: 24px 0 0;
	float: right;
}
.nopad {
	margin-left: 0 !important;
}
/*libs*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 12px 20px;
	border: none;
	vertical-align: middle;
}
.table > thead > tr > th {
	border-bottom: 1px solid #e0e3e6;
	padding: 15px 20px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 12px;
}
.table > thead > tr > th:last-child {
	width: 10%;
}
.table > thead > tr > th + th {
	border-left: 1px solid #f7f8f9;
}
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th {
	background-color: #f4f5f6;
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
	background-color: transparent;
}
.tooltip {
	font-size: 13px;
}
.tooltip.in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.tooltip.bottom {
	padding: 8px 0;
}
.tooltip-inner {
	max-width: 250px;
	padding: 8px 14px;
	background-color: #34495e;
}
.tooltip.bottom .tooltip-arrow {
	margin-left: -8px;
	border-width: 0 8px 8px;
	border-bottom-color: #34495e;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #34495e;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #34495e;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #34495e;
}
.popover {
	max-width: 330px;
	padding: 0;
	background-color: #34495e;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
	color: #fff;
	border: none;
}
.popover-title {
	padding: 10px 16px;
	font-weight: bold;
	line-height: 18px;
	background-color: #44596d;
	border-radius: 6px 6px 0 0;
	border: none;
}
.popover-content {
	padding: 9px 14px;
}
.popover.bottom > .arrow {
	border-top-width: 0;
	border-bottom-width: 0;
	top: -11px;
}
.popover.bottom > .arrow:after {
	top: 2px;
	border-bottom-color: #44596d;
}
.icon-flag {
	background: url("../images/flag.png") no-repeat;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.flag-de {
	background-position: 0 0;
}
.flag-en {
	background-position: 0 -16px;
}
.flag-es {
	background-position: 0 -32px;
}
.flag-fr {
	background-position: 0 -48px;
}
.flag-it {
	background-position: 0 -64px;
}
.flag-pl {
	background-position: 0 -80px;
}
.flag-no {
	background-position: 0 -96px;
}
.flag-pt {
	background-position: 0 -112px;
}
.flag-sr {
	background-position: 0 -128px;
}
.flag-tr {
	background-position: 0 -144px;
}
.flag-ua {
	background-position: 0 -160px;
}
.flag-vi {
	background-position: 0 -176px;
}
.flag-ar {
	background-position: 0 -192px;
}
.flag-ku {
	background-position: 0 -208px;
}
.flag-ru {
	background-position: 0 -224px;
}
.lang-select {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	color: #7a7a7a;
	cursor: pointer;
	padding: 5px 8px;
	background: #f3f4f5;
	border: none;
	font-size: 11px;
	font-weight: 500;
	text-decoration: none !important;
}
.lang-select .icon-flag {
	vertical-align: middle;
	position: relative;
	margin-right: 3px;
}
.langbox .dropdown-menu {
	min-width: 0;
	width: 130px;
	max-height: 140px;
	overflow: auto;
}
.langbox .dropdown-menu .icon-flag {
	vertical-align: middle;
	position: relative;
	margin-right: 3px;
}
.langbox .dropdown-menu a {
	color: #7a7a7a;
	font-size: 11px;
	font-weight: 500;
	padding-left: 8px;
	padding-right: 8px;
}
.langbox .dropdown-menu a:hover {
	color: #3498db;
}
.langbox .dropdown-menu .active a {
	color: #fff;
	background: #3498db;
}

@media (max-width: 1199px) and (min-width: 992px) {
body {
	margin-bottom: 98px;
}
.logo {
	margin-left: 0;
}
.infobox {
	right: 14px;
}
.top-text {
	display: none;
}
.block-control {
	width: 130px;
}
.block-control li a {
	font-size: 13px;
}
}

@media (min-width: 1200px) {
body {
	margin-bottom: 98px;
}
.top-text {
	margin-top: 12px;
}
.design {
	margin-left: -50px
}
.block-control {
	width: 164px;
}
}

@media (max-width: 991px) {
.page-header {
	height: auto;
}
.page-header .col-sm-4 {
	position: absolute;
	top: 0px;
	right: 15px;
}
.page-header .wwide {
	border-top: 1px solid #f4f5f6;
	margin-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	min-height: 1px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}
.logo {
	margin-left: 0;
}
.infobox {
	right: 0;
	left: 150px;
	top: -10px;
}
.vsep {
	display: none;
}
.yourmail {
	margin-left: 0;
	display: inline-block;
	float: none;
	vertical-align: middle;
}
.block-control li a {
	font-size: 12px;
}
}

@media (max-width: 767px) {
.main {
	padding: 10px;
}
.main .table-responsive {
	border: 1px solid #e0e3e6;
	margin-bottom: 0;
}
.block-control {
	position: static !important;
	text-align: center;
	margin: 0 0 20px !important;
	width: 100%;
	display: table;
	table-layout: fixed;
}
.block-control li {
	display: table-cell;
}
.block-control li a {
	padding-left: 5px;
	padding-right: 5px;
	border: none !important;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 11px;
}
.block-control li:first-child a {
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.block-control li:last-child a {
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.top-text {		
  display: none;		
}
.design {
	margin-top: -10px;
	margin-bottom: 10px;
}
.page-footer {
	height: auto;
}
body {
	margin-bottom: 0;
}
.fixed-footer {
	position: static;
	width: auto;
}
html {
	min-height: 0;
}
.btn {
	display: block;
	width: 100%;
}
label.col-sm-2 {
	width: 100%;
}
label.col-sm-2 + .col-sm-10 {
	width: 99.6%;
}
.design {
	float: left;
}
.content, .page-footer {
	margin-left: 0;
}
.pm-ctrl {
	padding-left: 0;
	padding-right: 0;
}
.pm-ctrl ul.lcol {
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
.pm-ctrl ul.rcol {
	float: none;
	text-align: center;
}
.pm-ctrl ul > li {
	width: 100%;
	float: none;
	padding: 0 20px;
}
.linkbord {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 2px 0;
}
.linkbord .hide {
	display: inline !important;
}
.pm-ctrl .dropdown-menu {
	position: relative;
	text-align: center !important;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f4f5f6;
}
.bform {
	padding: 15px;
}
.text-switch {
	float: none;
	padding: 0 20px;
}
}

@media (max-width: 360px) {
.langbox .lbl {
	display: none;
}
.top-text {		
  display: none;		
}
}