/**
 * Buttons (function from bootstrap)
 */
/**
 * Clearfix
 */
/**
 * Truncate
 */
/**
 * No select text
 */
/**
 * Bootstrap like alerts
 */
/**
 * Utiity classes
 */
.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.margin-0 {
  margin: 0px !important;
}

.padding-0 {
  padding: 0px !important;
}

.margin-5 {
  margin: 5px !important;
}

.padding-5 {
  padding: 5px !important;
}

.margin-10 {
  margin: 10px !important;
}

.padding-10 {
  padding: 10px !important;
}

.margin-15 {
  margin: 15px !important;
}

.padding-15 {
  padding: 15px !important;
}

.margin-20 {
  margin: 20px !important;
}

.padding-20 {
  padding: 20px !important;
}

.margin-t-0 {
  margin-top: 0px !important;
}

.padding-t-0 {
  padding-top: 0px !important;
}

.margin-t-5 {
  margin-top: 5px !important;
}

.padding-t-5 {
  padding-top: 5px !important;
}

.margin-t-10 {
  margin-top: 10px !important;
}

.padding-t-10 {
  padding-top: 10px !important;
}

.margin-t-15 {
  margin-top: 15px !important;
}

.padding-t-15 {
  padding-top: 15px !important;
}

.margin-t-20 {
  margin-top: 20px !important;
}

.padding-t-20 {
  padding-top: 20px !important;
}

.margin-r-0 {
  margin-right: 0px !important;
}

.padding-r-0 {
  padding-right: 0px !important;
}

.margin-r-5 {
  margin-right: 5px !important;
}

.padding-r-5 {
  padding-right: 5px !important;
}

.margin-r-10 {
  margin-right: 10px !important;
}

.padding-r-10 {
  padding-right: 10px !important;
}

.margin-r-15 {
  margin-right: 15px !important;
}

.padding-r-15 {
  padding-right: 15px !important;
}

.margin-r-20 {
  margin-right: 20px !important;
}

.padding-r-20 {
  padding-right: 20px !important;
}

.margin-b-0 {
  margin-bottom: 0px !important;
}

.padding-b-0 {
  padding-bottom: 0px !important;
}

.margin-b-5 {
  margin-bottom: 5px !important;
}

.padding-b-5 {
  padding-bottom: 5px !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.padding-b-10 {
  padding-bottom: 10px !important;
}

.margin-b-15 {
  margin-bottom: 15px !important;
}

.padding-b-15 {
  padding-bottom: 15px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.padding-b-20 {
  padding-bottom: 20px !important;
}

.margin-l-0 {
  margin-left: 0px !important;
}

.padding-l-0 {
  padding-left: 0px !important;
}

.margin-l-5 {
  margin-left: 5px !important;
}

.padding-l-5 {
  padding-left: 5px !important;
}

.margin-l-10 {
  margin-left: 10px !important;
}

.padding-l-10 {
  padding-left: 10px !important;
}

.margin-l-15 {
  margin-left: 15px !important;
}

.padding-l-15 {
  padding-left: 15px !important;
}

.margin-l-20 {
  margin-left: 20px !important;
}

.padding-l-20 {
  padding-left: 20px !important;
}

/* Hover Visible (hv) parent affect child */
.hv-child-1 {
  visibility: hidden;
}

.hv-parent-1:hover .hv-child-1 {
  visibility: visible;
}

/* Rotate */
.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

/* Cursors */
.cursor-pointer {
  cursor: pointer;
}

/* Hide input file */
.hidden-input-file {
  display: block;
  visibility: hidden;
  width: 0;
  height: 0;
}

.no-select {
  -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 */
}

/**
 * Border
 */
.border-r-5 {
  border-radius: 5px;
}

/**
 * Text
 */
.text-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-bold {
  font-weight: bold;
}

.text-white {
  color: #fff !important;
}

.image-hover-scale {
  transition: all 0.1s ease-in-out;
}
.image-hover-scale:hover {
  transform: scale(3);
  z-index: 9999;
  position: relative;
}

/**
 * Sortable ui bootstrap column
 */
.sortable-placeholder-col {
  visibility: visible !important;
  position: relative;
}

.sortable-placeholder-col::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 2;
  background: #e0e0e0;
  border: 1px solid #ccc;
}

/* Fonts */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: bold;
  src: url("./../../fonts/OpenSans-Bold.eot");
  src: url("./../../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-Bold.woff2") format("woff2"), url("./../../fonts/OpenSans-Bold.woff") format("woff"), url("./../../fonts/OpenSans-Bold.ttf") format("truetype"), url("./../../fonts/OpenSans-Bold.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./../../fonts/OpenSans-Semibold.eot");
  src: url("./../../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-Semibold.woff2") format("woff2"), url("./../../fonts/OpenSans-Semibold.woff") format("woff"), url("./../../fonts/OpenSans-Semibold.ttf") format("truetype"), url("./../../fonts/OpenSans-Semibold.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: bold;
  src: url("./../../fonts/OpenSans-BoldItalic.eot");
  src: url("./../../fonts/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("./../../fonts/OpenSans-BoldItalic.woff") format("woff"), url("./../../fonts/OpenSans-BoldItalic.ttf") format("truetype"), url("./../../fonts/OpenSans-BoldItalic.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("./../../fonts/OpenSansLight-Italic.eot");
  src: url("./../../fonts/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSansLight-Italic.woff2") format("woff2"), url("./../../fonts/OpenSansLight-Italic.woff") format("woff"), url("./../../fonts/OpenSansLight-Italic.ttf") format("truetype"), url("./../../fonts/OpenSansLight-Italic.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: normal;
  src: url("./../../fonts/OpenSans-Italic.eot");
  src: url("./../../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-Italic.woff2") format("woff2"), url("./../../fonts/OpenSans-Italic.woff") format("woff"), url("./../../fonts/OpenSans-Italic.ttf") format("truetype"), url("./../../fonts/OpenSans-Italic.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  src: url("./../../fonts/OpenSans.eot");
  src: url("./../../fonts/OpenSans.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans.woff2") format("woff2"), url("./../../fonts/OpenSans.woff") format("woff"), url("./../../fonts/OpenSans.ttf") format("truetype"), url("./../../fonts/OpenSans.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 800;
  src: url("./../../fonts/OpenSans-ExtraboldItalic.eot");
  src: url("./../../fonts/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-ExtraboldItalic.woff2") format("woff2"), url("./../../fonts/OpenSans-ExtraboldItalic.woff") format("woff"), url("./../../fonts/OpenSans-ExtraboldItalic.ttf") format("truetype"), url("./../../fonts/OpenSans-ExtraboldItalic.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("./../../fonts/OpenSans-SemiboldItalic.eot");
  src: url("./../../fonts/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-SemiboldItalic.woff2") format("woff2"), url("./../../fonts/OpenSans-SemiboldItalic.woff") format("woff"), url("./../../fonts/OpenSans-SemiboldItalic.ttf") format("truetype"), url("./../../fonts/OpenSans-SemiboldItalic.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 800;
  src: url("./../../fonts/OpenSans-Extrabold.eot");
  src: url("./../../fonts/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-Extrabold.woff2") format("woff2"), url("./../../fonts/OpenSans-Extrabold.woff") format("woff"), url("./../../fonts/OpenSans-Extrabold.ttf") format("truetype"), url("./../../fonts/OpenSans-Extrabold.svg#Open_Sans") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./../../fonts/OpenSans-Light.eot");
  src: url("./../../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("./../../fonts/OpenSans-Light.woff2") format("woff2"), url("./../../fonts/OpenSans-Light.woff") format("woff"), url("./../../fonts/OpenSans-Light.ttf") format("truetype"), url("./../../fonts/OpenSans-Light.svg#Open_Sans") format("svg");
}
/* Font Icons */
@font-face {
  font-family: "buildtools";
  font-style: normal;
  font-weight: normal;
  src: url("./../../fonts/build-01.eot");
  src: url("./../../fonts/build-01.eot?#iefix") format("embedded-opentype"), url("./../../fonts/build-01.woff") format("woff"), url("./../../fonts/build-01.ttf") format("truetype"), url("./../../fonts/build-01.svg#buildtools") format("svg");
}
[data-icon]:before {
  font-family: "buildtools" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "buildtools" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-0014:before {
  content: "\e000";
}

.icon-0015:before {
  content: "\e001";
}

.icon-0016:before {
  content: "\e002";
}

.icon-0017:before {
  content: "\e003";
}

.icon-0018:before {
  content: "\e004";
}

.icon-0019:before {
  content: "\e005";
}

.icon-0020:before {
  content: "\e006";
}

.icon-0021:before {
  content: "\e007";
}

.icon-0022:before {
  content: "\e008";
}

.icon-0023:before {
  content: "\e009";
}

.icon-0024:before {
  content: "\e00a";
}

.icon-0025:before {
  content: "\e00b";
}

.icon-0026:before {
  content: "\e00c";
}

.icon-0027:before {
  content: "\e00d";
}

.icon-0028:before {
  content: "\e00e";
}

.icon-0029:before {
  content: "\e00f";
}

.icon-0030:before {
  content: "\e010";
}

.icon-0031:before {
  content: "\e011";
}

.icon-0032:before {
  content: "\e012";
}

.icon-0033:before {
  content: "\e013";
}

.icon-0034:before {
  content: "\e014";
}

.icon-0035:before {
  content: "\e015";
}

.icon-0036:before {
  content: "\e016";
}

.icon-0037:before {
  content: "\e017";
}

.icon-0038:before {
  content: "\e018";
}

.icon-0039:before {
  content: "\e019";
}

.icon-0040:before {
  content: "\e01a";
}

.icon-0041:before {
  content: "\e01b";
}

.icon-0042:before {
  content: "\e01c";
}

.icon-0043:before {
  content: "\e01d";
}

.icon-0044:before {
  content: "\e01e";
}

.icon-0045:before {
  content: "\e01f";
}

.icon-0046:before {
  content: "\e020";
}

.icon-0047:before {
  content: "\e021";
}

.icon-0048:before {
  content: "\e022";
}

.icon-0049:before {
  content: "\e023";
}

.icon-0050:before {
  content: "\e024";
}

.icon-0051:before {
  content: "\e025";
}

.icon-0052:before {
  content: "\e026";
}

.icon-0053:before {
  content: "\e027";
}

.icon-0054:before {
  content: "\e028";
}

.icon-0055:before {
  content: "\e029";
}

.icon-0056:before {
  content: "\e02a";
}

.icon-0057:before {
  content: "\e02b";
}

.icon-0058:before {
  content: "\e02c";
}

.icon-0059:before {
  content: "\e02d";
}

.icon-0060:before {
  content: "\e02e";
}

.icon-0061:before {
  content: "\e02f";
}

.icon-0062:before {
  content: "\e030";
}

.icon-0063:before {
  content: "\e031";
}

.icon-0064:before {
  content: "\e032";
}

.icon-0065:before {
  content: "\e033";
}

.icon-0066:before {
  content: "\e034";
}

.icon-0067:before {
  content: "\e035";
}

.icon-0068:before {
  content: "\e036";
}

.icon-0069:before {
  content: "\e037";
}

.icon-0070:before {
  content: "\e038";
}

.icon-0071:before {
  content: "\e039";
}

.icon-0072:before {
  content: "\e03a";
}

.icon-0073:before {
  content: "\e03b";
}

.icon-0074:before {
  content: "\e03c";
}

.icon-0075:before {
  content: "\e03d";
}

.icon-0076:before {
  content: "\e03e";
}

.icon-0077:before {
  content: "\e03f";
}

.icon-0078:before {
  content: "\e040";
}

.icon-0079:before {
  content: "\e041";
}

.icon-0080:before {
  content: "\e042";
}

.icon-0081:before {
  content: "\e043";
}

.icon-0082:before {
  content: "\e044";
}

.icon-0083:before {
  content: "\e045";
}

.icon-0084:before {
  content: "\e046";
}

.icon-0085:before {
  content: "\e047";
}

.icon-0086:before {
  content: "\e048";
}

.icon-0087:before {
  content: "\e049";
}

.icon-0088:before {
  content: "\e04a";
}

.icon-0089:before {
  content: "\e04b";
}

.icon-0090:before {
  content: "\e04c";
}

.icon-0091:before {
  content: "\e04d";
}

.icon-0092:before {
  content: "\e04e";
}

.icon-0093:before {
  content: "\e04f";
}

.icon-0094:before {
  content: "\e050";
}

.icon-0095:before {
  content: "\e051";
}

.icon-0096:before {
  content: "\e052";
}

.icon-0097:before {
  content: "\e053";
}

.icon-0098:before {
  content: "\e054";
}

.icon-0099:before {
  content: "\e055";
}

.icon-00100:before {
  content: "\e056";
}

.icon-00101:before {
  content: "\e057";
}

.icon-00102:before {
  content: "\e058";
}

.icon-00103:before {
  content: "\e059";
}

.icon-00104:before {
  content: "\e05a";
}

.icon-00105:before {
  content: "\e05b";
}

.icon-00106:before {
  content: "\e05c";
}

.icon-00107:before {
  content: "\e05d";
}

.icon-00108:before {
  content: "\e05e";
}

.icon-00109:before {
  content: "\e05f";
}

.icon-00110:before {
  content: "\e060";
}

.icon-00112:before {
  content: "\e061";
}

.icon-00113:before {
  content: "\e062";
}

.icon-00114:before {
  content: "\e063";
}

.icon-00115:before {
  content: "\e064";
}

.icon-00116:before {
  content: "\e065";
}

.icon-00117:before {
  content: "\e066";
}

.icon-00118:before {
  content: "\e067";
}

.icon-00119:before {
  content: "\e068";
}

.icon-00120:before {
  content: "\e069";
}

.icon-00121:before {
  content: "\e06a";
}

.icon-00122:before {
  content: "\e06b";
}

.icon-00123:before {
  content: "\e06c";
}

.icon-00124:before {
  content: "\e06d";
}

.icon-00125:before {
  content: "\e06e";
}

.icon-00126:before {
  content: "\e06f";
}

.icon-00127:before {
  content: "\e070";
}

.icon-00128:before {
  content: "\e071";
}

.icon-00131:before {
  content: "\e072";
}

.icon-00130:before {
  content: "\e073";
}

.icon-00132:before {
  content: "\e074";
}

.icon-0013:before {
  content: "\e075";
}

.icon-0012:before {
  content: "\e076";
}

.icon-0011:before {
  content: "\e077";
}

.icon-0010:before {
  content: "\e078";
}

.icon-0009:before {
  content: "\e079";
}

.icon-0008:before {
  content: "\e07a";
}

.icon-0007:before {
  content: "\e07b";
}

.icon-0006:before {
  content: "\e07c";
}

.icon-0005:before {
  content: "\e07d";
}

.icon-0004:before {
  content: "\e07e";
}

.icon-0003:before {
  content: "\e07f";
}

.icon-0002:before {
  content: "\e080";
}

.icon-0001:before {
  content: "\e081";
}

.icon-00133:before {
  content: "\e082";
}

.icon-00134:before {
  content: "\e083";
}

.icon-00135:before {
  content: "\e084";
}

.icon-00136:before {
  content: "\e085";
}

.icon-00137:before {
  content: "\e086";
}

.icon-00138:before {
  content: "\e087";
}

.icon-00139:before {
  content: "\e088";
}

.icon-00140:before {
  content: "\e089";
}

.icon-00141:before {
  content: "\e08a";
}

.icon-00142:before {
  content: "\e08b";
}

.icon-00143:before {
  content: "\e08c";
}

.icon-00144:before {
  content: "\e08d";
}

.icon-00145:before {
  content: "\e08e";
}

.icon-00146:before {
  content: "\e08f";
}

.icon-00148:before {
  content: "\e090";
}

.icon-00147:before {
  content: "\e091";
}

.icon-00147-1:before {
  content: "\e092";
}

.icon-00148-1:before {
  content: "\e093";
}

.icon-00149:before {
  content: "\e094";
}

.icon-00150:before {
  content: "\e095";
}

.icon-0151:before {
  content: "\e096";
}

.icon-0152:before {
  content: "\e097";
}

.icon-0153:before {
  content: "\e098";
}

.icon-0154:before {
  content: "\e099";
}

.icon-0155:before {
  content: "\e09a";
}

.icon-0158:before {
  content: "\e09b";
}

.icon-0159:before {
  content: "\e09c";
}

.icon-0160:before {
  content: "\e09d";
}

.icon-0157:before {
  content: "\e09e";
}

.icon-0161:before {
  content: "\e09f";
}

.icon-0162:before {
  content: "\e0a0";
}

.icon-0164:before {
  content: "\e0a1";
}

.icon-0166:before {
  content: "\e0a2";
}

.icon-0167:before {
  content: "\e0a3";
}

.icon-0168:before {
  content: "\e0a4";
}

.icon-0169:before {
  content: "\e0a5";
}

.icon-0165:before {
  content: "\e0a6";
}

.icon-0170:before {
  content: "\e0a7";
}

.icon-0171:before {
  content: "\e0a8";
}

.icon-0172:before {
  content: "\e0a9";
}

.icon-0175:before {
  content: "\e0aa";
}

.icon-0174:before {
  content: "\e0ab";
}

.icon-0173:before {
  content: "\e0ac";
}

.icon-0176:before {
  content: "\e0ad";
}

.icon-0177:before {
  content: "\e0ae";
}

.icon-0178:before {
  content: "\e0af";
}

.icon-0179:before {
  content: "\e0b0";
}

.icon-0180:before {
  content: "\e0b1";
}

.icon-0181:before {
  content: "\e0b2";
}

.icon-0182:before {
  content: "\e0b3";
}

.icon-0183:before {
  content: "\e0b4";
}

.icon-0184:before {
  content: "\e0b5";
}

.icon-0185:before {
  content: "\e0b6";
}

.icon-0186:before {
  content: "\e0b7";
}

.icon-0187:before {
  content: "\e0b8";
}

.icon-0188:before {
  content: "\e0b9";
}

.icon-0189:before {
  content: "\e0ba";
}

.icon-0190:before {
  content: "\e0bb";
}

.icon-0191:before {
  content: "\e0bc";
}

.icon-0192:before {
  content: "\e0bd";
}

.icon-0193:before {
  content: "\e0be";
}

.icon-0194:before {
  content: "\e0bf";
}

.icon-0195:before {
  content: "\e0c0";
}

.icon-0196:before {
  content: "\e0c1";
}

.icon-0195-1:before {
  content: "\e0c2";
}

.icon-0224:before {
  content: "\e0c3";
}

.icon-0223:before {
  content: "\e0c4";
}

.icon-0222:before {
  content: "\e0c5";
}

.icon-0221:before {
  content: "\e0c6";
}

.icon-0220:before {
  content: "\e0c7";
}

.icon-0200:before {
  content: "\e0c8";
}

.icon-0198:before {
  content: "\e0c9";
}

.icon-0197:before {
  content: "\e0ca";
}

.icon-0225:before {
  content: "\e0cb";
}

.icon-0226:before {
  content: "\e0cc";
}

.icon-0227:before {
  content: "\e0cd";
}

.icon-0228:before {
  content: "\e0ce";
}

.icon-0229:before {
  content: "\e0cf";
}

.icon-0230:before {
  content: "\e0d0";
}

.icon-0231:before {
  content: "\e0d1";
}

.icon-0232:before {
  content: "\e0d2";
}

.icon-0233:before {
  content: "\e0d3";
}

.icon-0235:before {
  content: "\e0d4";
}

.icon-0236:before {
  content: "\e0d5";
}

.icon-0237:before {
  content: "\e0d6";
}

.icon-0238:before {
  content: "\e0d7";
}

.icon-0240:before {
  content: "\e0d8";
}

/**
 * Color list
 */
/**
 * Function used to identify colors used in theme
 * Does nothing in this main styles
 */
html,
body {
    height: 100%;
}
body {
  padding: 0 !important;
}

/* Login Page */
.white-content {
    background: #fff;
    position: relative;
    display: table;
    height: calc(100% - 80px);
    width: 100%;
}
.white-content .col-md-12 {
    display: table;
    height: 100%;
    margin: auto;
    max-width: 300px;
    float: none;
}
.container,
.row {
    height: 100%
}
.login-content {
    display: table-cell;
    vertical-align: middle;
    max-width: 300px;
    padding-bottom: 80px;
}
.login-content .owner-logo {
  text-align: center;
  margin-bottom: 15px;
}
.login-content .account-wall .input {
  position: relative;
  display: block;
  font-weight: 400;
  background: #f7f5f5;
  border: 1px solid #f7f5f5;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.login-content .account-wall .input.has-error {
  border: 1px solid red;
}
.login-content .account-wall .input.has-error .icons {
  color: red;
}
.login-content .account-wall .input .icons {
  position: absolute;
  top: 15px;
  font-size: 19px;
  right: 10px;
  display: block;
  color: #d1c4bf;
}
.login-content .account-wall input {
  border: 0 none;
  border-radius: 0;
  color: #5e5755;
  font-size: 16px;
  box-shadow: none;
  padding-right: 35px;
  background: transparent;
}
.login-content h2 {
  margin: 0;
  color: #5e5755;
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 15px;
}
.login-content p {
  margin: 0;
  text-align: center;
  color: #5e5755;
  font-size: 14px;
}
.login-content p a {
  color: #66cccc;
  font-weight: bold;
}
.login-content .inp-text {
  display: inline-block;
  color: #5e5755;
  font-weight: normal;
  font-size: 14px;
  margin-left: 3px;
  margin-bottom: 10px;
}
.login-content .btn-primary {
  color: white;
  background: #CC3333;
  border: 0 none;
  border-radius: 0;
  opacity: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 16px 10px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 0;
}
.login-content .btn-primary:hover {
  background: #a32929;
}

.gray-content {
    background: #edf1f3;
    position: relative;
    height: 80px;
    padding-top: 20px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.logo-company .logo-content {
  position: absolute;
  left: 50%;
  top: 80%;
  transform: translateX(-50%);
}
.logo-company .logo-content span {
  color: #515151;
  font-size: 11px;
  display: block;
}
.logo-company .logo-content img {
  width: 150px;
}

@media screen and (max-height: 700px) {
  height: auto;
}
.checkbox, .radio {
  margin-top: 0;
  margin-bottom: 0;
  max-height: 20px;
}
.checkbox label, .radio label {
  padding-left: 0;
}
.checkbox label:after, .radio label:after {
  content: '';
  display: table;
  clear: both;
}
.checkbox .cr, .radio .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #a9a9a9;
  border-radius: .25em;
  width: 1.3em;
  height: 1.3em;
  float: left;
  margin-right: .5em;
  background: #fff;
}
.checkbox .cr.white, .radio .cr.white {
  background: #fff;
}
.checkbox .cr .cr-icon, .radio .cr .cr-icon {
  position: absolute;
  font-size: .8em;
  line-height: 0;
  top: 50%;
  left: 20%;
  pointer-events: none;
}

.radio .cr {
  border-radius: 50%;
  text-align: center;
}
.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
  display: none;
}
.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  transition: all .3s ease-in;
}
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
  transform: scale(1) rotateZ(0deg);
  opacity: 1;
}
.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
  opacity: .5;
}

.owners-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.owners-list li {
  display: block;
  margin: 0 0 10px;
}
.owners-list li.owners-disabled {
  opacity: 0.7;
}
.owners-list li.owners-disabled:hover {
  opacity: 1;
}
.owners-list a {
  background: #edf1f3;
  position: relative;
  display: block;
  border: 1px solid #bfcdd4;
  padding: 5px;
  min-height: 62px;
}
.owners-list a img {
  background: #ffffff;
  position: absolute;
  left: 5px;
  top: 8px;
  width: 50px;
  height: 46px;
  border-radius: 4px;
}
.owners-list a h3, .owners-list a span {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 0 55px;
  margin: 0;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.owners-list a h3 {
  margin-top: 5px;
  color: #505e6b;
}
.owners-list a span {
  color: #0180ff;
  opacity: 0.6;
}
.owners-list a p {
  font-size: 12px;
  text-align: left;
  margin: 10px 0 0;
  padding: 0;
}
.owners-list a p i {
  position: relative;
  top: 2px;
}
.owners-list a:hover, .owners-list a:active, .owners-list a:focus {
  background: #f3f6f7;
  text-decoration: none;
}
.owners-list a:hover span, .owners-list a:active span, .owners-list a:focus span {
  opacity: 0.8;
}

.owners-list {
  width: 480px;
  margin-left: -90px;
}
@media screen and (max-width: 500px) {
    .owners-list {
      width: 100%;
      margin-left: 0;
    }
}
