/* Compiled Less CSS File */
/* Generated from "base.css" */
@font-face {
    font-family: 'rouble';
    src: url('fonts/rouble-webfont.eot');
    src: url('fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/rouble-webfont.woff') format('woff'),
    url('fonts/rouble-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.bx-core-window * {
	box-sizing:content-box;
	vertical-align:top;
}
html {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	min-height:100%;
}
body {
	font-weight: 400;
	font-size: 12px;
	line-height: 1.42857143;
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	flex: auto;
}
*,
a:hover,
a:active {
  outline: none !important;
}
a {
  color: #2F7A91;
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
::-moz-selection {
  background: #3360c0;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #3360c0;
  color: #fff;
  text-shadow: none;
}
/*1. Default Styles*/
/*1.1 Default Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 42px;
}
h2,
.h2 {
	font:24px/1 Verdana;
	margin:0 0 25px;
}
h3,
.h3 {
	font:700 16px/1 Verdana;
	margin:0 0 15px;
}
h4,
.h4 {
  font-size: 27px;
}
h5,
.h5 {
  font-size: 22px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
  text-rendering: optimizeLegibility;
  line-height: inherit;
  font-size: inherit;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
strong,
b {
  font-weight: bold;
  line-height: inherit;
}
small {
  font-size: 85%;
  line-height: inherit;
}
img {
  vertical-align: middle;
}
.page ul,
.page ol {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0 20px 40px;
}
.page ul li {
  list-style: outside disc;
  margin-bottom: 5px;
}
.page ul li li {
  list-style: outside circle;
}
.page ol li {
  list-style: outside decimal;
  margin-bottom: 5px;
}
.page ul ul,
.page ol ul,
.page ul ol,
.page ol ol {
  padding: 0 0 0 30px;
}
pre {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
/*1.2 Default table*/
.page table {
  max-width: 100%;
  background-color: #ffffff;
}
th {
  text-align: left;
}
/*1.3 Deafult form*/
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.page label,
.page select,
.page button,
.page input[type="button"],
.page input[type="reset"],
.page input[type="submit"],
.page input[type="radio"],
.page input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"] {
  line-height: 34px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
/*2. Helpfull Styles*/
/*2.1 Typography*/
.help-block {
  padding: 20px;
  display: block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-message {
  margin: 0 0 8px;
  padding: 5px 10px;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page .no-list,
.page .no-list > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page .left-list > li {
  float: left;
}
.page .left-list-ib > li {
  display: inline-block;
  vertical-align: top;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-responsive.ib {
    display:inline-block;
}
.img-rounded {
  border-radius: 6px;
}
.img-circle {
  border-radius: 50%;
}
.clear {
  font-size: 0;
  height: 0;
  display: block;
  clear: both;
}
.clearfix:after,
.left-list:after,
.container:after,
.row:after {
  visibility: hidden;
  display: table;
  content: " ";
  clear: both;
  height: 0;
  line-height: 0;
}
.overflow {
  overflow: hidden;
}
.left {
  float: left;
  display: block;
}
.right {
  float: right;
  display: block;
}
.ib {
  display: inline-block;
}
.block {
  display: block;
}
.none {
  display: none;
}
.visible {
  visibility: visible;
}
.hidden {
  visibility: hidden;
}
.hide-text {
  font: NaN a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.page img[align=left] {
  margin: 0 20px 10px 0;
}
.page img[align=right] {
  margin: 0 0 10px 20px;
}
a img {
  border: 0;
  outline: none;
}
a.dotted {
  text-decoration: none;
  border-bottom: 1px dotted;
}
a.dashed {
  text-decoration: none;
  border-bottom: 1px dashed;
}
a.dashed:hover,
a.dotted:hover {
  border-bottom: 0;
  margin-bottom: 1px;
}
a.notlined {
  text-decoration: none;
}
a.notlined:hover {
  text-decoration: underline;
}
.chromeframe {
  position: fixed;
  top: 50%;
  left: 25%;
  z-index: 9999;
  background: #fff;
  padding: 50px;
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}

/*2.2 Table*/
.table {
  width: 100%;
  margin-bottom: 20px;
}
.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: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
/*2.3 Form*/
.form-conrol {
	
}
.form-control {
	display: block;
	width: 100%;
	background-color: #ffffff;
	background-image: none;
	border:1px solid #d9d9d9;
	border-radius:3px;
	padding:9px 28px;
	font:12px/1.3 Verdana;
	color:#666;
	margin-bottom:7px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control.ib {display:inline-block; width:auto;}
.form-control.radius {
  border-radius: 4px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
.form-group {margin-bottom: 15px;}
.radio,
.checkbox {
	display: block;
	min-height: 13px;
	padding-left: 30px;
	position:relative;
}
.radio.ib,
.checkbox.ib {display:inline-block;}
.radio:before,
.checkbox:before  {
	background:#fff;
	border:1px solid #8c8c8c;
	height:13px;
	width:13px;
	display:block;
	position:absolute;
	top:1px;
	left:0;
	content:"";
}
.bx-touch .radio, 
.bx-touch .checkbox {
  margin-bottom:10px;
}
.bx-touch .radio input[type="radio"]:checked + label:before, 
.bx-touch .checkbox input[type="checkbox"]:checked + label:before {
  left:3px; top:5px;
}
.bx-touch .radio:before, 
.bx-touch .checkbox:before {
  height:20px; 
  width:20px;
  top:-2px;
}
.radio:before {height:15px; width:15px;}
.radio:before {border-radius:50%;}
.radio input[type="radio"]:checked + label:before,
.checkbox input[type="checkbox"]:checked + label:before {
	display:block;
	background:url(../images/icons-set.png) no-repeat -229px 0;
	height:7px;
	width:13px;
	position:absolute;
	top:4px;
	left:0;
	content:"";
}
.radio input[type="radio"]:checked + label:before {top:5px; left:1px;}
.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
	margin:0;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	opacity:0;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top:6px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition:all ease .3s;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-orange {
	border-radius: 2px;
	color:#fff; 
	text-decoration:none;
	padding:0 20px;
	text-shadow: 0 1px rgba(0,0,0,.07);
	background-color: #f1a63b;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-image: linear-gradient(to top, #ff8400, #f1a63c);
	height:32px;
	font:12px/32px Verdana;
	border:0;
}
.btn-orange:hover { background:#f1a63c;}
.btn-orange.btn-input,
.btn-blue.btn-input {padding:0;}
.btn-orange input,
.btn-blue input {
	position:relative;
	height:100%;
	width:100%;
	padding:0 20px;
	background:none;
	border:0;
	color:#fff;
}
.btn-blue-bg {
	background-color: #317fb3;
	background-image: linear-gradient(to top, #2f9ae1, #2ec1cd);
}
.btn-orange:active,
.btn-orange:focus,
.btn-orange:hover {color:#fff;}

.btn-orange.btn-big {
	height:40px;
	font:15px/40px Verdana;
	background-color: #f1a63c;
	text-shadow: 0 1px rgba(0,0,0,.1);
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	background-image: linear-gradient(to top, #be0000, #f1a63c);
	color:#fff !important;
	padding:0;
	display:block;
	text-align:center;
	text-decoration:none;
	border:0;
}
.btn-orange.btn-normal {
	font: 11px/140% Verdana;
	height:37px;
	box-shadow:none;
}
.btn-orange.btn-small {
	font:11px/27px Verdana;
	color:#fff;
	height:27px;
	border-radius:1px;
	background-color: #449bd5;
	background-image: linear-gradient(to top, #ff8400, #f1a63c);
	text-shadow: 0 1px rgba(0,0,0,.1);
	min-width:93px;
}

.btn-blue {
	height:40px;
	font:12px/40px Verdana;
	color:#fff;
	text-shadow: 0 1px rgba(0,0,0,.07);
	border-radius:0;
	text-decoration:none;
	padding:0 22px;
	background-color: #317fb3;
	background-image: linear-gradient(to top, #2f9ae1, #2ec1cd);
	border:0;
}
.btn-blue:hover,
.btn-blue-bg:hover {
	color:#fff; 
	background:#2ec1cd
}
.btn-blue:active,
.btn-blue:focus {
	background-image: linear-gradient(to top, #2f9ae1, #2ec1cd);
}
.btn-grey {
	height:37px;
	font:12px/37px Verdana;
	color:#fff;
	text-shadow: 0 1px rgba(0,0,0,.07);
	border-radius:3px;
	text-decoration:none;
	padding:0 22px;
	background-color: #8b8b8b;
	background-image: linear-gradient(to top, #8b8b8b, #b4b4b4);
	border:0;
	transition:all ease .3s;
}
.btn-grey:hover {
	color:#fff; 
	background:#b4b4b4;
}
.btn-grey.btn-small,
.btn-blue.btn-small {
	font:11px/27px Verdana;
	color:#fff;
	height:27px;
	border-radius:1px;
	min-width:93px;
}
.btn-green {
    background: #67af00;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    padding: 0 44px;
    height: 46px;
    text-decoration: none;
    outline: none !important;
    border: 0;
    font: 400 14px/46px Roboto;
    border-radius:3px;
    box-shadow: inset 0 -3px rgba(0,0,0,.15);
}
.btn-green:hover {
    background-color: #ffa000;
}
.btn-default {
	border:1px dashed #ffa000;
	border-radius:3px;
	background:#f9edd9;
	padding:4px 10px;
	color:#000;
	text-align:center;
}
.btn-default:hover,
input.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background-color: #ffa000;
  color:#fff;
}
.btn-default.disabled {
	border-color:#f00;
	color:#f00;
	cursor:not-allowed;
}
.btn-default.disabled:hover {
	background:#f00;
	color:#fff;
}
.btn-white {
	border-left:1px solid #eaeaea;
	border-right:1px solid #eaeaea;	
	border-left:0;
	border-radius:0;
	display:block;
	float:left;
	height:38px;
	font:11px/36px Verdana;
	color:#000;
	padding:0 12px;
	text-decoration:none;
	background:#fff;
}
.btn-white.disabled{
	background:#f9f9f9;
	cursor:default;
}
.btn-group {border-left:1px solid #eaeaea;}
.btn-white:hover,
.btn-white:active,
.btn-white.active {
	background:#333333;
	color:#fff;
	border-color:#333333;
}
.btn-height {
	height:auto;
	line-height:1.2;
	padding:10px 20px;
}
.btn-radius {border-radius:3px;}
.ink-reaction,
.btn {
  position: relative;
  overflow: hidden;
}
.ink-reaction .ink,
.btn .ink {
	position: absolute;
	width: 200px;
	height: 200px;
	margin-left: -100px;
	margin-top: -100px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	animation: ripple-animation 1.5s;
}
.ink-reaction .ink.inverse {
  background-color: rgba(12, 12, 12, 0.5);
}
@keyframes ripple-animation {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(1, 1);
    opacity: 0;
  }
}

.vn-inn-error{
  border: 1px solid red;
}
span.vn-inn-span.vn-inn-error-span:after {
  content: '\0021';
  position: absolute;
  top: 0;
  right: 20px;
  color: red;
  font-size: 23px;
}
span.vn-inn-span.vn-inn-success-span:after{
  content: '\2714';
  position: absolute;
  top: 0;
  right: 20px;
  color: green;
  font-size: 23px;
}
span.vn-inn-text-error{
  color: red;
  font-size: 11px;
}