.opactiy-hover {
  border-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* border */
.more-module {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3);
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 12px;
  padding: 2px 8px;
}
.more-module:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  text-decoration: none;
  color: #5c91ff;
}
.show-line {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-outline {
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #353943;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
}
.btn-outline:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.btn-blue01 {
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #3f80ff;
  border-radius: 2px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 14px;
  color: #3f80ff;
  cursor: pointer;
}
.btn-blue01:hover {
  background-color: #5c91ff;
  box-shadow: 0 0 8px rgba(32, 80, 180, 0.6);
  color: #fff;
}
.btn-blue01:active {
  background-color: #4579e5;
  box-shadow: 0 0 0px none;
}
.btn-outline-short {
  background-color: rgba(35, 35, 35, 0);
  border: 1px solid #353943;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  padding: 5px 15px;
}
.btn-outline-short:hover {
  background-color: rgba(35, 35, 35, 0.9);
}
.btn-main {
  box-sizing: border-box;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 9px 15px 11px;
  text-align: center;
  cursor: pointer;
}
.btn-main:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .btn-main {
    min-width: 150px;
  }
}
.btn-main-full {
  box-sizing: border-box;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  margin: 10px 0;
  padding: 9px 15px 11px;
  text-align: center;
  cursor: pointer;
  font-size: 25px;
  font-weight: bold;
  padding: 11px 0 16px;
  width: 100%;
}
.btn-main-full:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .btn-main-full {
    min-width: 150px;
  }
}
.btn-main-small {
  box-sizing: border-box;
  background: #5c91ff;
  border: none;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 9px 15px 11px;
  text-align: center;
  cursor: pointer;
}
.btn-main-small:hover {
  background: #76a2ff;
  text-decoration: none;
}
@media (min-width: 740px) {
  .btn-main-small {
    min-width: 150px;
  }
}
.i-arrow-right {
  background: url(../images/global/icons_right.png);
  background-repeat: no-repeat;
  background-position: right 8px;
  display: inline-table;
  overflow: hidden;
  text-indent: -999px;
  transform: rotate(-90deg);
  width: 15px;
  height: 22px;
}
.text-left {
  text-align: left !important;
}
.checkbox-dark {
  width: 18px;
  position: relative;
}
.checkbox-dark .checkbox-skin {
  width: 18px;
  height: 18px;
  background: #161718;
  border: 1px solid #353943;
  padding: 0px;
  position: absolute;
  pointer-events: none;
  cursor: pointer;
}
.checkbox-dark .checkbox-skin:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  border: 3px solid #5c91ff;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.checkbox-dark .checkbox-skin:hover:after {
  opacity: 0.3;
}
.checkbox-dark .checkbox-label {
  width: 250px;
  padding-left: 30px;
}
.checkbox-dark input[type=checkbox] {
  height: 18px;
  left: 0;
  margin: 0;
  position: absolute;
  width: 18px;
}
.checkbox-dark input[type=checkbox]:checked + .checkbox-skin:after {
  opacity: 1;
}
