html,
body {
  height: 100%;
  min-width: 320px;
  font-family: 'Verdana' !important;
}
html {
  font-size: 16px;
  line-height: 1.5;
}

header {
	height: 9.5%;
}

@media (min-width: 768px) {
	header {
		height: 10.5%;
	}
}

@media (min-width: 992px) {
	header {
		height: 11%;
	}
}

/*
 * Box-sizing-model
 */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*
 * Responsive images
*/
img {
  max-width: 100%;
  height: auto;
}
/*
 * Cursor change on hover on Buttons
*/
input[type="submit"] {
  cursor: pointer;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  visibility: hidden;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
.navbar-brand {
  width: 100px;
}
.navbar {
  background-color: #616161;
}
nav a,
li.nav-item,
.navbar .dropdown-menu a {
  color: #ffffff;
}
nav a:hover,
li.nav-item:hover,
.navbar .dropdown-menu a:hover,
nav a:active,
li.nav-item:active,
.navbar .dropdown-menu a:active,
nav a:focus,
li.nav-item:focus,
.navbar .dropdown-menu a:focus {
  color: #9fa8da;
}
a span {
  color: #7986cb;
}
a.nav-link-prof {
  margin-top: 10px;
  margin-left: 50px;
}
label.hidden {
  display: none;
}
.form-lang {
  margin: 0px;
}
.button-lang label {
  padding-top: 12.5px;
  padding-left: 2.5px;
  text-align: center;
  margin: 0px 8px 0px 0px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-family: 'No Name 37';
  color: #ffffff;
}
.button-lang label:hover,
.button-lang label:active {
  color: #fdd835;
}
.button-lang label input {
  display: block;
  height: 2px;
  width: 2px;
}
.dropdown-style {
  background-color: #757575 !important;
}
.dropdown-style a.dropdown-item {
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 300 !important;
}
.dropdown-style a.dropdown-item:hover,
.dropdown-style a.dropdown-item:active,
.dropdown-style a.dropdown-item:focus {
  background-color: #9fa8da !important;
}
.prof-style-day a.dropdown-item:hover,
.prof-style-day a.dropdown-item:active,
.prof-style-day a.dropdown-item:focus {
  background-color: #fdd835 !important;
}
div.navigation-icons i:hover,
li.nav-item-profile a.nav-link:hover,
div.navigation-icons i:active,
li.nav-item-profile a.nav-link:active,
div.navigation-icons i:focus,
li.nav-item-profile a.nav-link:focus {
  color: #fdd835;
}
li.nav-item-profile a.nav-link {
  margin-top: 0px;
}
.sign-link {
  width: 47px;
}
li.nav-item--hidden {
  display: none;
}
.animated-icon1 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.animated-icon1 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.animated-icon1 span {
  background: #fdd835;
}
.animated-icon1 span:nth-child(1) {
  top: 0px;
}
.animated-icon1 span:nth-child(2) {
  top: 10px;
}
.animated-icon1 span:nth-child(3) {
  top: 20px;
}
.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.form-search {
 padding-top: 80px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .form-search {
    padding-top: 150px;
  }
}
.form-search form {
  margin: 0px;
}
.group-search {
  position: relative;
}
.group-search input {
  padding-right: 23px;
  padding-left: 6px;
  border: 1px solid #5c6bc0;
  box-shadow: -2px 6px 13px -4px rgba(121, 134, 203, 0.5);
}
@media (min-width: 576px) {
  .group-search input {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.group-search input:hover,
.group-search input:active,
.group-search input:focus {
  border: 1px solid #1e88e5;
  box-shadow: none;
  box-shadow: -2px 6px 13px -4px rgba(121, 134, 203, 0.5);
}
button.search-icon {
  position: absolute;
  width: 26px;
  height: 30px;
  top: 5px;
  right: 15px;
  padding: 2px;
  cursor: pointer;
  border: none;
  background: transparent;
}
i.fa-search {
  color: #3949ab;
  font-size: 20px;
}
.button-search {
  align-self: center;
}
.button-search button.btn-search {
  background-color: #fdd835;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
    margin-left: auto;
}
.button-search button.btn-search:hover,
.button-search button.btn-search:active,
.button-search button.btn-search:focus {
  font-size: 15px;
  font-weight: 600;
  background-color: #ffeb3b;
}
/*Style for search in header*/
.form-search-header form {
  margin: 0px;
}
div.group-search-header {
  position: relative;
  width: 280px;
  margin-right: 70px;
}
@media (min-width: 992px) {
  div.group-search-header {
    width: 220px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  div.group-search-header {
    width: 280px;
    margin-right: 70px;
  }
}
div.group-search-header input {
  padding-right: 23px;
  padding-left: 6px;
  background-color: #E8EAF6;
  border: 1px solid #616161;
  box-shadow: 0 3px 3px #575555 inset;
}
div.group-search-header input:hover,
div.group-search-header input:active,
div.group-search-header input:focus {
  border: 1px solid #616161;
  box-shadow: 0 3px 3px #7986cb inset;
}
button.search-icon-header {
  position: absolute;
  width: 26px;
  height: 30px;
  top: 5px;
  right: 1px;
  padding: 2px;
  cursor: pointer;
  border: none;
  background: transparent;
}
i.fa-search {
  color: #7986cb;
  font-size: 20px;
}
/*Style for Advanced search*/
.ui-autocomplete {
	font-family: 'No Name 37' !important;
	font-size: 16px!important;
}

.ui-menu .ui-menu-item a.ui-state-hover, .ui-menu .ui-menu-item a.ui-state-active, .ui-menu .ui-menu-item a.ui-state-focus {
	font-weight: 300 !important;
	border: none !important;
}
.ui-menu .ui-menu-item a {
	border: none !important;
}

.advanced-search .person {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .advanced-search .person {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .advanced-search .person {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .advanced-search .person input {
    width: 210px;
  }
}
@media (min-width: 992px) {
  .advanced-search .person input {
    width: 220px;
  }
}
.advanced-search input {
  margin-bottom: 7px;
  border: 1px solid #9E9E9E;
  color: #424242;
}
.advanced-search input:hover,
.advanced-search input:active,
.advanced-search input:focus {
  border: 1px solid #7986cb;
  box-shadow: none;
}
@media (min-width: 768px) {
  .advanced-search input {
    width: 440px;
  }
}
.advanced-search label {
  line-height: 1;
  color: #757575;
  margin: 0px;
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.6px;
}
.advanced-search label:hover,
.advanced-search label:active,
.advanced-search label:focus {
  color: #7986cb;
}
.advanced-search .formEyeItem-button {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .advanced-search .formEyeItem-button {
    margin-top: 35px;
  }
}
.advanced-search .formEyeItem-button button {
  padding: 7px 15px;
    border: none;
    text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  color: white;
  background-color: #FBC02D;
}
.advanced-search .formEyeItem-button button:hover,
.advanced-search .formEyeItem-button button:active,
.advanced-search .formEyeItem-button button:focus {
  color: #3F51B5;
  background-color: #FBC02D;
  font-weight: 500;
}
@media (min-width: 768px) {
  .advanced-search .formEyeItem-button button {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.advanced-search .formEyeItem-button button.exact {
  background-color: #5C6BC0;
  font-size: 11px;
}
.advanced-search .formEyeItem-button button.exact:hover,
.advanced-search .formEyeItem-button button.exact:active,
.advanced-search .formEyeItem-button button.exact:focus {
  color: #FFF;
  background-color: #7986CB;
}
@media (min-width: 768px) {
  .advanced-search .formEyeItem-button button.exact {
    font-size: 13px;
  }
}
.advanced-search .formEyeItem-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.advanced-search .formEyeItem-link a {
  align-self: center;
  font-size: 15px;
  font-weight: 500;
  color: #3F51B5;
  margin-right: 2%;
}
.advanced-search .formEyeItem-link a:hover,
.advanced-search .formEyeItem-link a:active,
.advanced-search .formEyeItem-link a:focus {
  color: #FBC02D;
}
.advanced-search--before-search {
  border-radius: 10px;
  width: 95%;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  padding-top: 1%;
  padding-bottom: 1%;
}
@media (min-width: 768px) {
  .advanced-search--before-search {
    margin-bottom: 2%;
  }
}
@media (min-width: 1200px) {
  .advanced-search--before-search {
    width: 75%;
  }
}
@media (min-width: 1400px) {
  .advanced-search--before-search {
    width: 65%;
  }
}
@media (min-width: 1600px) {
  .advanced-search--before-search {
    width: 60%;
  }
}
@media (min-width: 1800px) {
  .advanced-search--before-search {
    width: 55%;
  }
}
.advanced-search--before-search form.advanced-search-form {
  margin: 10px;
}
@media (min-width: 400px) {
  .advanced-search--before-search form.advanced-search-form {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 480px) {
  .advanced-search--before-search form.advanced-search-form {
    padding: 5px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .advanced-search--before-search form.advanced-search-form {
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
  }
}
.search-result {
  display: flex;
  flex-direction: column;
}
/*after click*/
@media (min-width: 768px) {
  .search-result--after-search {
    flex-direction: row;
  }
  .search-result--after-search .person {
    display: flex;
    flex-direction: column;
    margin-bottom: 0px;
  }
  .search-result--after-search input {
    width: 220px;
    margin: 0px;
    margin-bottom: 10px;
  }
  .search-result--after-search span#file-choose {
    width: 220px;
  }
  .search-result--after-search div#invalid-file {
      font-size: 11px;
      font-weight: 400;
      width: 220px;
  }
    .search-result--after-search div.email-box {
        flex-direction: column;
    }
    .search-result--after-search .email-box div.md-form.md-outline {
        width: 220px;
        margin-top: 3%;
        align-self: flex-start;
    }
    .search-result--after-search .email-box option.option-disable {
        font-size: 13px !important;
        font-weight: 300;
    }

  .search-result--after-search .show-block {
    display: block;
  }

  .search-result--after-search form.advanced-search-form {
    margin: 15px;
  }
  .search-result--after-search h3 {
    font-size: 20px;
  }
  .search-result--after-search .formEyeItem-button button {
    padding: 8px 15px;
      border: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
  }
}
.result-list {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'No Name 37';
  color: #424242;
  font-size: 12px;
}
@media (min-width: 576px) {
  .result-list {
    font-size: 15px;
  }
}
div.card-result-list {
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 8px;
}
@media (min-width: 992px) {
  div.card-result-list {
    margin-left: auto;
    margin-right: auto;
  }
}
div.card-result-list table {
  margin-bottom: 0px !important;
}

div.card-result-list table td {
  padding: 5px;
}
div.card-result-list table ul {
  list-style-type: none;
  padding-left: 10px;
  font-size: 13px;
  margin-bottom: 0px;
}
div.card-result-list table ul .li-line {
  display: inline;
}
div.card-result-list table ul span {
  font-weight: 400;
}
div.card-result-list table .event-column {
  width: 60%;
  text-align: center;
}
div.card-result-list table .event-column .li-line,
div.card-result-list table .additional-column .li-line,
div.card-result-list table .event-cell .li-line {
  margin-right: 5px;
}
@media (min-width: 1200px) {
  div.card-result-list table .result-cell {
    width: 33%;
  }
}
.no-info {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #3F51B5;
  margin-top: 4%;
}
@media (min-width: 576px) {
  .no-info {
    font-size: 40px;
    margin-top: 2%;
  }
}
.person-counter {
  font-size: 13px;
  font-weight: 400;
  padding-left: 3%;
  margin-bottom: 0px;
}
div.form-check {
  margin-top: 10px;
  padding: 5px;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  font-family: 'No Name 37';
}
@media (min-width: 768px) {
  div.form-check {
    font-size: 18px;
  }
}
div.form-check input,
div.form-check label {
  font-weight: 400;
  font-size: 14px;
  font-family: 'No Name 37';
  color: #3F51B5;
}
div.form-check input:hover,
div.form-check label:hover,
div.form-check input:active,
div.form-check label:active,
div.form-check input:focus,
div.form-check label:focus {
  color: #3F51B5;
}
@media (min-width: 768px) {
  div.form-check input,
  div.form-check label {
    font-size: 16px;
  }
}
.description-section {
  margin-top: 70px;
  margin-bottom: 50px;
}
.section {
  margin-top: 40px;
  margin-bottom: 30px;
}
.description-text {
  color: #424242;
}
.description-image {
  padding: 40px 40px;
  background-color: #F0F8FF;
}
footer.page-footer {
  background-color: #616161;
  color: #ffffff;
}
footer.page-footer a {
  color: #ffffff;
}
.content-section {
  min-height: 100%;
/*  margin-top: 100px;*/
	margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -15px;
}
/*
@media (min-width: 576px) {
  .content-section {
    margin-top: 120px;
  }
}
*/
footer {
  min-height: 50px;
}
.time {
  text-align: left;
  padding-left: 3%;
  margin-bottom: 3%;
  font-family: 'No Name 37';
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.7;
  color: #9E9E9E;
}
@media (min-width: 992px) {
  .time {
    line-height: 1;
    padding-left: 1%;
  }
}
@media (min-width: 1200px) {
  .time {
    font-size: 23px;
    margin-bottom: 1%;
  }
}
.time i {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
section {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  section {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  section {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  section {
    margin-bottom: 130px;
  }
}
div.row-sign,
.row-signup {
  margin: 0px 0px;
  justify-content: center;
}
.row-signup {
  padding: 0px 15px;
}
div.form {
  padding: 0px 0px;
  border-radius: 15px;
}
form {
  margin: 0px;
}
@media (min-width: 576px) {
    form {
        margin: 15px 50px;
    }
}

.header-form {
  background-color: #5c6bc0;
  color: #ffffff;
  border-radius: 15px 15px 0 0;
}
p.font-form {
  color: #FFC107;
  font-weight: 500;
}
button.btn-sign {
  background-color: #3949ab;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
button.btn-sign:hover,
button.btn-sign:active,
button.btn-sign:focus {
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
}
/*Style for reset button and change button*/
input.btn-reset,
input.btn-change {
  background-color: #3949ab;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}
input.btn-reset:hover,
input.btn-change:hover,
input.btn-reset:active,
input.btn-change:active,
input.btn-reset:focus,
input.btn-change:focus {
  font-size: 15px;
  color: #ffffff;
}
/*Style for alert*/
div.alert-style {
  width: 550px;
  height: 200px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF9C4;
  border-color: #FDD835;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.5px;
  font-family: 'No Name 37' !important;
  color: #7986cb;
}
@media (min-width: 768px) {
  div.alert-style {
    width: 550px;
    height: 200px;
    font-size: 17px;
  }
}
/*Style for text reset-password done*/
.text-reset-done {
  display: block;
  border-radius: 20px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
  width: 290px;
  padding: 10px;
  font-family: 'No Name 37';
  font-weight: 400;
  background-color: rgba(232, 234, 246, 0.4);
  text-align: center;
  line-height: 2;
}
@media (min-width: 768px) {
  .text-reset-done {
    margin-top: 200px;
    height: 400px;
    width: 700px;
  }
}
.text-reset-done h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-weight: 500;
  color: #3F51B5;
}
@media (min-width: 768px) {
  .text-reset-done h2 {
    margin-bottom: 25px;
  }
}
.text-reset-done h2 i {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .text-reset-done h2 i {
    margin-right: 20px;
  }
}
.text-reset-done p {
  margin-top: 25px;
  font-size: 16px;
  color: #1A237E;
}
@media (min-width: 768px) {
  .text-reset-done p {
    margin-top: 25px;
    font-size: 19px;
  }
}
/*Style for text change-password*/
.text-enter-pass {
  display: block;
  width: 290px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  text-align: center;
  padding: 10px;
  font-family: 'No Name 37';
  font-weight: 400;
  line-height: 1.7;
  background-color: rgba(232, 234, 246, 0.4);
  color: #3F51B5;
}
@media (min-width: 768px) {
  .text-enter-pass {
    width: 400px;
  }
}
@media (min-width: 992px) {
  .text-enter-pass {
    margin-bottom: 30px;
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .text-enter-pass {
    width: 800px;
  }
}
.text-enter-pass p.head {
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .text-enter-pass p.head {
    font-size: 22px;
  }
}
.text-enter-pass p.head i {
  margin-right: 5px;
}
@media (min-width: 768px) {
  .text-enter-pass p.head i {
    margin-right: 10px;
  }
}
.text-enter-pass p {
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .text-enter-pass p {
    margin-top: 10px;
    font-size: 18px;
  }
}
.list-wrapper {
  padding: 5px;
}
@media (min-width: 992px) {
  .list-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
table.blocks-list {
  text-align: center;
  color: #424242;
  margin-bottom: 15px;
  box-shadow: -10px 16px 11px -9px #7986cb;
}
table.blocks-list tbody td {
  font-size: 13px;
}
@media (min-width: 992px) {
  table.blocks-list tbody td {
    font-size: 15px;
  }
}
table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(197, 202, 233, 0.3);
}
table.table-border,
thead,
thead th,
tbody {
  border: 2px solid #7986cb;
}
thead.list {
  background-color: #7986cb;
  color: #ffffff;
}
thead.list th {
  font-size: 15px;
  font-family: 'No Name 37';
  font-weight: 500;
  letter-spacing: 1.3px;
  line-height: 1.6;
}
@media (min-width: 768px) {
  thead.list th {
    font-size: 17px;
  }
}
select.list-select {
  display: inline-block;
  box-shadow: -2px 6px 13px -4px rgba(121, 134, 203, 0.5);
  width: 65px;
  text-align: center;
  border-color: #7986cb;
  background-color: rgba(197, 202, 233, 0.3);
}
select.list-select:hover,
select.list-select:active,
select.list-select:focus {
  border: 1px solid #1e88e5;
  box-shadow: none;
  background-color: rgba(197, 202, 233, 0.6);
}
.list-num {
  text-align: center;
  height: 45px;
  margin-bottom: 65px;
}
@media (min-width: 768px) {
  .list-num {
    margin-bottom: 45px;
    margin-top: 30px;
  }
}
div.bs-select {
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  div.bs-select {
    text-align: left;
  }
}
.list-label {
  padding: 8px 0px;
  margin-bottom: 0px;
}
.list-label,
ul.pagination,
a.page-link {
  font-family: 'No Name 37';
  font-weight: 500;
  font-size: 12px;
  color: #3949ab;
}
@media (min-width: 768px) {
  .list-label,
  ul.pagination,
  a.page-link {
    font-size: 16px;
  }
}
.list-label:hover,
ul.pagination:hover,
a.page-link:hover {
  color: #fbc02d;
}
select.list-select,
option {
  text-align: center;
  font-size: 13px;
  font-family: 'No Name 37';
}
.list-pagination {
  padding-top: 5px;
  padding-bottom: 10px;
}
ul.pagination {
  justify-content: center;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  ul.pagination {
    justify-content: flex-end;
  }
}
a.page-link {
  font-size: 12px;
  padding: 3px 3px;
}
@media (min-width: 768px) {
  a.page-link {
    padding: 10px 10px;
  }
}
.pagination .page-item.active a.page-link {
  color: #ffffff;
  background-color: #5c6bc0;
}
.pagination .page-item.active a.page-link:hover,
.pagination .page-item.active a.page-link:active,
.pagination .page-item.active a.page-link:focus {
  background-color: #5c6bc0;
  color: #ffffff;
}
.pagination .page-item a.page-link {
  font-size: 12px;
  color: #3949ab;
}
@media (min-width: 768px) {
  .pagination .page-item a.page-link {
    font-size: 16px;
  }
}
.pagination .page-item a.page-link:hover,
.pagination .page-item a.page-link:active,
.pagination .page-item a.page-link:focus {
  background-color: #fbc02d;
  color: #ffffff;
}
.pagination .page-item a.page-link .number {
  padding: 5px;
}
@media (min-width: 768px) {
  .pagination .page-item a.page-link .number {
    padding: 10px 10px;
  }
}
/*Style for date filter*/
.block-list-filter {
  display: block;
}
.line {
  border-top: 1px solid #eaeff5;
}
.filter-active {
  background-color: #fdd835;
  box-shadow: -2px 6px 13px -4px rgba(121, 134, 203, 0.5);
}
.block-list-section {
  list-style-type: none;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 15px;
}
.block-list-section li {
  display: list-item;
  list-style-position: outside;
  margin-bottom: 2px;
  margin-top: 2px;
}
.block-list-section li span {
  display: inline-block;
  padding-right: 10px;
  text-size-adjust: 100%;
  margin-right: 13px;
  font-family: 'No Name 37';
  font-weight: 400;
  font-size: 14px;
  color: #9FA8DA;
}
@media (min-width: 768px) {
  .block-list-section li span {
    font-size: 16px;
  }
}
.block-list-section li a.block-list-link {
  display: inline-block;
  border: 1px solid #FFF;
  border-radius: 5px;
  text-decoration: none;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
  margin-bottom: 3px;
  margin-top: 3px;
  cursor: pointer;
  color: #7986CB;
  font-family: 'No Name 37';
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 1.5px;
  line-height: 1.6;
}
.block-list-section li a.block-list-link:hover,
.block-list-section li a.block-list-link:active,
.block-list-section li a.block-list-link:focus {
  box-shadow: -1px 0px 12px -2px #7986cb;
}
@media (min-width: 768px) {
  .block-list-section li a.block-list-link {
    font-size: 16px;
  }
}
/*Style for block detail*/
table.block-detail {
  margin: auto;
}
@media (min-width: 768px) {
  table.block-detail {
    width: 90%;
  }
}
.head-info,
.head-trans {
  text-align: center;
  color: #424242;
  color: #3f51b5;
  font-weight: 500;
  font-family: 'No Name 37';
  font-size: 25px;
}
@media (min-width: 768px) {
  .head-info,
  .head-trans {
    font-size: 30px;
  }
}
thead.list-detail {
  background-color: #9fa8da;
  color: #ffffff;
}
thead.list-detail th {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
  font-family: 'No Name 37';
  text-align: center;
}
@media (min-width: 768px) {
  thead.list-detail th {
    font-size: 19px;
  }
}
thead.list-detail th div {
  display: inline-block;
  width: 30%;
}
thead.list-detail th a {
  color: #ffffff;
}
thead.list-detail th a:hover,
thead.list-detail th a:active,
thead.list-detail th a:focus {
  color: #fdd835;
}
thead.list-detail th a i {
  margin-right: 1%;
}
thead.list-detail th a.selected-link {
  font-size: 17px;
}
@media (min-width: 480px) {
  thead.list-detail th a.selected-link {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  thead.list-detail th a.selected-link {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  thead.list-detail th a.selected-link {
    font-size: 25px;
  }
}
tr.links-blocks td a:hover,
tr.links-blocks td a:active,
tr.links-blocks td a:focus {
  font-weight: 400;
}
tbody tr.hash td {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.3px;
  font-family: 'No Name 37';
}
@media (min-width: 768px) {
  tbody tr.hash td {
    font-size: 17px;
  }
}
tbody tr td.name,
tbody tr.links-blocks td.head {
  font-family: 'No Name 37';
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #424242;
}
@media (min-width: 768px) {
  tbody tr td.name,
  tbody tr.links-blocks td.head {
    font-size: 17px;
  }
}
table.block-trans tbody td.hash-trans {
  text-align: center;
    padding: 5px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.3px;
    line-height: 1;
  font-family: 'No Name 37';
  background-color: rgba(159, 168, 218, 0.8);
  color: #FFF;
}
table.block-trans tbody td.hash-trans a {
    color: #fff;
}
@media (min-width: 768px) {
  table.block-trans tbody td.hash-trans {
    font-size: 15px;
  }
}
table.block-trans tbody p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 0px;
}
table.block-trans tbody td.vins {
  text-align: left;
  width: 45%;
    padding: 7px;
    line-height: 1.5;
}
table.block-trans tbody td.vins span {
  font-weight: 500;
}
table.block-trans tbody td.vouts {
  text-align: right;
    width: 45%;
    line-height: 1.5;
    padding: 7px;
}
table.block-trans tbody td.vouts span {
  font-weight: 500;
}

table.block-trans tbody td.str-row {
/*
    position: relative;
    padding: 0px;
*/
    padding: 7px;
    line-height: 1.5;
    vertical-align: middle !important;
}
table.block-trans tbody td.str-row i {
/*  position: absolute;*/
  border-radius: 15px;
  color: #7986cb;
    line-height: 0.9;
    vertical-align: middle !important;
/*
  top: 37%;
  left: 37%;
*/
}
.head-trans {
  margin-top: 40px;
}
/*Style for adress-detail*/
div.container-adress {
  padding: 0px;
  max-width: 96%;
  margin-right: 2%;
  margin-left: 2%;
}
ul.nav-adress {
  font-family: 'No Name 37';
  width: 310px;
  padding-left: 5px;
}
@media (min-width: 700px) {
  ul.nav-adress {
      width: 690px;
/*
    width: 520px;
    padding-left: 5px;
*/
  }
}
@media (min-width: 768px) {
  ul.nav-adress {
    width: 740px;
  }
}
@media (min-width: 992px) {
  ul.nav-adress {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  ul.nav-adress {
    width: 1100px;
  }
}
ul.nav-adress li.nav-item a.nav-link {
  padding: 10px 10px 5px;
}
@media (min-width: 1200px) {
  ul.nav-adress li.nav-item a.nav-link {
    padding: 20px 20px 5px;
  }
}
ul.nav-adress li.nav-item a.active {
  border-bottom: 2px solid #fdd835;
}
ul.nav-adress span {
  font-size: 11px;
  font-weight: 500;
}
@media (min-width: 522px) {
  ul.nav-adress span {
    font-size: 13px;
  }
}
@media (min-width: 700px) {
  ul.nav-adress span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  ul.nav-adress span {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  ul.nav-adress span {
    font-size: 18px;
  }
}
ul.nav-adress span.badge {
  background-color: #7986cb;
  color: #FFF !important;
  padding: 4px;
  vertical-align: top;
  margin-left: 4px;
  min-width: 28px;
}
div.tab-content {
  padding: 25px 10px 10px;
}
.info-general {
  padding: 0px 0px 0px 10px;
  list-style-type: circle;
  line-height: 3;
  color: #283593;
  font-family: 'No Name 37';
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}
.info-other {
  padding: 0px 0px 0px 10px;
  list-style-type: circle;
  line-height: 1.4;
  color: #283593;
  font-family: 'No Name 37';
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .info-general {
    font-size: 16px;
    padding: 0px 0px 0px 20px;
  }
  .info-other {
    padding: 0px 0px 0px 20px;
  }
}
@media (min-width: 992px) {
  .info-general {
    padding: 10px 10px 10px 70px;
  }
}
.info-general span,
.info-other span {
  letter-spacing: 3px;
}
.info-general a,
.info-other a {
  color: #1976D2;
}
.info-general a:hover,
.info-other a:hover,
.info-general a:active,
.info-other a:active,
.info-general a:focus,
.info-other a:focus {
  color: #283593;
  border-bottom: 1px solid #fdd835;
}
.info-other {
  padding-left: 30px;
}
div#transactions-classic table td.hash-trans,
div#transactions-classic table td.trans-time {
  line-height: 1;
  padding: 5px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1.3px;
  font-family: 'No Name 37';
  background-color: rgba(159, 168, 218, 0.8);
  color: #FFF;
}
@media (min-width: 768px) {
  div#transactions-classic table td.hash-trans,
  div#transactions-classic table td.trans-time {
    font-size: 13px;
  }
}
div#transactions-classic table td.hash-trans {
  text-align: left;
  width: 44%;
}
div#transactions-classic table td.trans-time {
  text-align: right;
  width: 56%;
}
div.card-address-detail {
  margin: auto;
  margin-bottom: 20px;
  padding: 10px;
}
@media (min-width: 768px) {
  div.card-address-detail {
    width: 95%;
  }
}

table.address-detail-other-info.table-bordered {
  width: 95%;
  border: 1px solid #7986cb;
  font-family: 'No Name 37';
  color: #424242;
}
table.address-detail-other-info.table-bordered td {
  border: 1px solid #7986cb;
  font-size: 11px;
  font-weight: 400;
  padding: 7px 7px 7px !important;
}
@media (min-width: 768px) {
  table.address-detail-other-info.table-bordered td {
    font-size: 14px;
/*    padding: 12px 12px 12px !important;*/
  }
}

table.block-trans tbody p.add-detail {
	font-size: 12px;
	margin-bottom: 0px;
}

@media (min-width: 768px) {
	table.block-trans tbody p.add-detail {
		font-size: 15px;
	}
}

.link-block {
	font-size: 11px;
}

@media (min-width: 768px) {
	.link-block {
		font-size: 12px;
	}
}

@media (min-width: 992px) {
	.link-block {
		font-size: 13px;
	}
}

table.address-detail-other-info.table-bordered td span.badge {
  font-weight: 500;
  vertical-align: middle;
  letter-spacing: 1px;
}
table.address-detail-other-info.table-bordered tr.user-info span {
  font-weight: 500;
  letter-spacing: 1.3px;
}
table.address-detail-other-info.table-bordered tr.user-info li {
  list-style-type: circle;
}
table.address-detail-other-info.table-bordered tr.user-trans span {
  font-weight: 600;
  letter-spacing: 1.2px;
}
/* Style for statistic block*/
.stats-link {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
}
@media (min-width: 700px) {
  .stats-link {
    flex-direction: row;
  }
}

@media (min-width: 700px) {
  .stats-link .stats-link-item2, .stats-link .stats-link-item3, .stats-link .stats-link-item4 {
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .stats-link .stats-link-item2, .stats-link .stats-link-item3, .stats-link .stats-link-item4 {
    margin-left: 30px;
  }
}
@media (min-width: 768px) {
  .stats-link {
    margin-left: 60px;
    margin-bottom: 20px;
  }
}
@media (min-width: 820px) {
  .stats-link {
    margin-left: 80px;
    margin-top: 20px;
  }
}
@media (min-width: 1050px) {
  .stats-link {
    margin-left: 100px;
  }
}
@media (min-width: 1200px) {
  .stats-link {
    margin-left: 130px;
  }
}
@media (min-width: 1400px) {
  .stats-link {
    margin-left: 150px;
  }
}
@media (min-width: 1600px) {
  .stats-link {
    margin-left: 170px;
  }
}
@media (min-width: 1800px) {
  .stats-link {
    margin-left: 200px;
  }
}
.stats-link a {
  font-family: 'No Name 37';
  color: #7986cb;
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
.stats-link a:hover,
.stats-link a:active,
.stats-link a:focus {
  color: #7986cb;
  border-bottom: 2px solid #fdd835;
}
@media (min-width: 992px) {
  .stats-link a {
    font-size: 16px;
  }
}
.stats-link a i {
  padding-top: 5px;
}
@media (min-width: 768px) {
  table.block-stats {
    width: 80%;
  }
}
table.block-stats td {
  padding: 7px 7px 7px !important;
  font-family: 'No Name 37';
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #424242;
}
@media (min-width: 768px) {
  table.block-stats td {
    font-size: 16px;
    padding: 12px 12px 12px !important;
  }
}
table.block-stats tr.first-row {
  background-color: rgba(197, 202, 233, 0.3);
}
table.block-stats tr.first-row td {
  font-size: 15px;
  color: #7986cb;
}
@media (min-width: 992px) {
  table.block-stats tr.first-row td {
    font-size: 18px;
  }
}
table.block-stats td.head-cell {
  color: #7986cb;
  text-align: left;
  font-size: 15px;
}
@media (min-width: 992px) {
  table.block-stats td.head-cell {
    font-size: 16px;
  }
}
h5.head-info {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5.head-info {
    font-size: 22px;
  }
}
/*Style for trans-detail*/
table.trans-detail {
  display: table;
  margin-bottom: 30px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  table.trans-detail {
    width: 80%;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  table.trans-detail {
    width: 60%;
  }
}
@media (min-width: 1500px) {
  table.trans-detail {
    width: 50%;
  }
}
@media (min-width: 992px) {
  table.trans-detail {
    margin-bottom: 60px;
    margin-top: 35px;
  }
}
table.trans-detail td {
  font-family: 'No Name 37';
  font-weight: 500;
  font-size: 13px !important;
  padding: 7px 7px 7px 7px!important;
}
@media (min-width: 768px) {
  table.trans-detail td {
    padding: 12px 12px 12px 60px  !important;
    font-size: 15px !important;
  }
}
@media (min-width: 992px) {
  table.trans-detail td {
    font-size: 17px !important;
  }
}
@media (min-width: 1500px) {
  table.trans-detail td {
    padding: 12px 12px 12px 90px  !important;
  }
}
table.trans-detail th {
  font-size: 14px;
}
@media (min-width: 768px) {
  table.trans-detail th {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  table.trans-detail th {
/*    font-size: 19px;*/
  }
}
table.trans-detail .trans-detail-left {
  text-align: left;
}
table.trans-detail .trans-detail-height,
table.trans-detail .trans-detail-time {
  font-size: 13px;
}
@media (min-width: 768px) {
  table.trans-detail .trans-detail-height,
  table.trans-detail .trans-detail-time {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  table.trans-detail .trans-detail-height,
  table.trans-detail .trans-detail-time {
    font-size: 17px;
  }
}
table.table.trans-detail-inout {
  display: table;
}
@media (min-width: 768px) {
  table.table.trans-detail-inout {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.background-404 {
  position: relative;
}
@media (min-width: 992px) {
  .background-404 {
    height: 920px;
  }
}
.background-404-img {
  margin-top: 30%;
}
@media (min-width: 768px) {
  .background-404-img {
    margin-left: 13%;
  }
}
@media (min-width: 992px) {
  .background-404-img {
    margin-left: 35%;
    margin-top: 30%;
  }
}
.wrapper-404 {
  position: absolute;
  z-index: 1;
  width: 250px;
}
@media (min-width: 576px) {
  .wrapper-404 {
    width: 300px;
    height: 620px;
  }
}
@media (min-width: 768px) {
  .wrapper-404 {
    height: 780px;
    width: 450px;
  }
}
@media (min-width: 992px) {
  .wrapper-404 {
    height: 900px;
    width: 600px;
  }
}
@media (min-width: 1200px) {
  .wrapper-404 {
    width: 700px;
  }
}
.text-404 {
  display: block;
  padding-left: 5%;
  font-family: 'No Name 37';
  font-size: 40px;
  font-weight: 400;
  color: #5c6bc0;
  animation-iteration-count: 5;
}
@media (min-width: 576px) {
  .text-404 {
    padding-top: 15%;
    padding-left: 15%;
  }
}
@media (min-width: 768px) {
  .text-404 {
    padding-left: 30%;
    padding-top: 10%;
    font-size: 55px;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  .text-404 {
    padding-left: 35%;
    padding-top: 10%;
  }
}
@media (min-width: 1200px) {
  .text-404 {
    padding-left: 45%;
    font-size: 60px;
  }
}
.link-home {
  display: block;
  padding-top: 130%;
  width: 130px;
  text-align: center;
}
.link-home a {
  display: block;
  color: #3f51b5;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 500;
  font-family: 'No Name 37';
}
@media (min-width: 768px) {
  .link-home a {
    font-size: 17px;
    padding: 10px 20px;
  }
}
.link-home a:hover,
.link-home a:active,
.link-home a:focus {
  color: #3f51b5;
  border: 1px solid #fbc02d;
}
@media (min-width: 576px) {
  .link-home {
    padding-top: 490px;
  }
}
@media (min-width: 768px) {
  .link-home {
    padding-top: 550px;
    width: 180px;
  }
}
@media (min-width: 992px) {
  .link-home {
    padding-top: 640px;
    padding-left: 10px;
    width: 190px;
  }
}
/*Style for v2*/
.background2-404 {
  position: relative;
  width: 100%;
  height: 290px;
  background-image: url("/static/public/image/background_4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  text-align: center;
}
@media (min-width: 360px) {
  .background2-404 {
    height: 330px;
  }
}
@media (min-width: 375px) {
  .background2-404 {
    height: 345px;
  }
}
@media (min-width: 480px) {
  .background2-404 {
    height: 450px;
  }
}
@media (min-width: 576px) {
  .background2-404 {
    height: 510px;
  }
}
@media (min-width: 768px) {
  .background2-404 {
    height: 690px;
  }
}
@media (min-width: 992px) {
  .background2-404 {
    width: 80%;
    height: 744px;
    margin-left: 10%;
  }
}
@media (min-width: 1200px) {
  .background2-404 {
    width: 70%;
    height: 777px;
    margin-left: 15%;
  }
}
.wrapper2-404 {
  position: absolute;
  z-index: 1;
  text-align: center;
  left: 10%;
  top: 17%;
}
@media (min-width: 360px) {
  .wrapper2-404 {
    left: 16%;
  }
}
@media (min-width: 375px) {
  .wrapper2-404 {
    left: 18%;
  }
}
@media (min-width: 480px) {
  .wrapper2-404 {
    left: 25%;
  }
}
@media (min-width: 576px) {
  .wrapper2-404 {
    left: 20%;
  }
}
@media (min-width: 768px) {
  .wrapper2-404 {
    left: 26%;
  }
}
.text2-404 {
  display: block;
  font-family: 'No Name 37';
  font-size: 40px;
  font-weight: 700;
  color: #fbc02d;
}
@media (min-width: 576px) {
  .text2-404 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .text2-404 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .text2-404 {
    font-size: 67px;
  }
}
.text2-404 .big-text {
  animation-iteration-count: 3;
  margin-bottom: 0px;
}
.text2-404 .small-text {
  font-family: 'No Name 37';
  font-size: 23px;
  color: #283593;
}
@media (min-width: 576px) {
  .text2-404 .small-text {
    font-size: 29px;
  }
}
@media (min-width: 768px) {
  .text2-404 .small-text {
    font-size: 42px;
  }
}
.link-home2 {
  position: absolute;
  width: 100px;
  text-align: center;
  animation-iteration-count: 5;
}
@media (min-width: 768px) {
  .link-home2 {
    top: 15%;
  }
}
@media (min-width: 992px) {
  .link-home2 {
    left: 7%;
  }
}
@media (min-width: 1200px) {
  .link-home2 {
    left: 22%;
  }
}
.link-home2 a {
  display: block;
  color: #3f51b5;
  border-radius: 50%;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 700;
  font-family: 'No Name 37';
  letter-spacing: 1px;
  border: 1px solid #fbc02d;
}
@media (min-width: 576px) {
  .link-home2 a {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  .link-home2 a {
    font-size: 17px;
    padding: 5px 8px;
  }
}
.link-home2 a:hover,
.link-home2 a:active,
.link-home2 a:focus {
  color: #FFF;
  background-color: #fbc02d;
}

/*Style for error401*/

.img-block-error401 {
    position: absolute;
    width: 100%;
    top: 100px;
}

.img-block-error401 img {
    opacity: 0.8;
}

.background-401 {
  position: relative;
  width: 96%;
  height: 252px;
  text-align: center;
  margin-left: 2%;
}
@media (min-width: 360px) {
  .background-401 {
    height: 286px;
  }
}
@media (min-width: 375px) {
  .background-401 {
    height: 300px;
  }
}
@media (min-width: 480px) {
  .background-401 {
    height: 391px;
  }
}
@media (min-width: 576px) {
  .background-401 {
    width: 100%;
    margin-left: 0px;
    height: 462px;
  }
}
@media (min-width: 768px) {
  .background-401 {
    height: 625px;
  }
}
@media (min-width: 992px) {
  .background-401 {
    height: 842px;
  }
}
@media (min-width: 1200px) {
  .background-401 {
    width: 80%;
    height: 804px;
    margin-left: 10%;
  }
}
.wrapper-401 {
  position: absolute;
  z-index: 1;
  text-align: center;
}
.text-401 {
  display: block;
  font-family: 'No Name 37';
  font-size: 40px;
  font-weight: 700;
  color: #fdd835;
}
@media (min-width: 571px) {
  .text-401 {
    font-size: 52px;
  }
}
@media (min-width: 768px) {
  .text-401 {
    font-size: 58px;
  }
}
@media (min-width: 992px) {
  .text-401 {
    font-size: 63px;
  }
}
.text-401 .big-text {
    margin-bottom: 0px;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .text-401 .big-text {
    margin-bottom: 0px;
  }
}
.text-401 .small-text {
    margin-bottom: 0px;
  font-family: 'No Name 37';
  font-size: 16px;
  color: #3949AB;
}
@media (min-width: 576px) {
  .text-401 .small-text {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .text-401 .small-text {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  .text-401 .small-text {
    margin-top: 1%;
  }
}
@media (min-width: 1200px) {
  .text-401 .small-text {
    margin-top: 1%;
  }
}
.text-401 .small-text a {
  display: inline-block;
  color: #FBC02D;
}
.text-401 .small-text a:hover,
.text-401 .small-text a:active,
.text-401 .small-text a:focus {
  color: #00897B;
  border: 2px solid #FBC02D;
  border-radius: 50%;
  padding: 3px 6px;
}
.link-home {
    padding-top: 85%;
    padding-left: 2%;
    position: relative;
  z-index: 2;
  width: 80px;
  text-align: center;
}
.link-home a {
  display: block;
  color: #303F9F;
  border-radius: 50%;
  padding: 7px 10px;
  font-size: 11px;
  font-weight: 700;
  font-family: 'No Name 37';
  border: 1px solid #fbc02d;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  .link-home a {
    padding: 10px 3px;
  }
}
@media (min-width: 768px) {
  .link-home a {
    font-size: 13px;
    width: 130px;
  }
}
@media (min-width: 992px) {
  .link-home a {
    font-size: 15px;
  }
}
.link-home a:hover,
.link-home a:active,
.link-home a:focus {
  color: #FFF;
  background-color: #fbc02d;
}

@media (min-width: 768px) {
    .img-block-error401 {
        width: 85%;
        left: 7.5%;
        top: 170px;
    }

    .link-home {
        padding-top: 75%;
        padding-left: 3%;
    }
}

@media (min-width: 992px) {
    .img-block-error401 {
        width: 80%;
        left: 10%;
    }

    .link-home {
        padding-top: 65%;
        padding-left: 5%;
    }
}

@media (min-width: 1200px) {
    .img-block-error401 {
        width: 70%;
        left: 15%;
    }

    .link-home {
        padding-top: 65%;
        padding-left: 6%;
    }
}


.pravicy-block {
  font-family: 'No Name 37';
  color: #424242;
  font-size: 14px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-top: 10px;
  margin-bottom: 70px;
  padding: 15px;
  background-color: rgba(232, 234, 246, 0.4);
}
.pravicy-block h3 {
  font-size: 19px;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .pravicy-block h3 {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .pravicy-block h3 {
    font-size: 23px;
    margin-bottom: 45px;
  }
}
@media (min-width: 992px) {
  .pravicy-block h3 {
    font-size: 25px;
  }
}
.pravicy-block h5 {
  color: #3F51B5;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
@media (min-width: 768px) {
  .pravicy-block h5 {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .pravicy-block h5 {
    font-size: 20px;
  }
}
.pravicy-block p {
  text-align: justify;
  text-indent: 5%;
  line-height: 1.6;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .pravicy-block p {
    text-indent: 3%;
    width: 85%;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .pravicy-block {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .pravicy-block {
    width: 80%;
    padding: 40px;
  }
}

/*Style for errors text*/

.invalid-data {
    margin-left: 40px;
    font-size: 12px;
    color: red;
}
@media (min-width: 576px){
    .invalid-data {
        font-size: 13px;
    }
}
#invalid-accept {
    margin-top: 10px;
    margin-left: 35px;
    font-family: 'No Name 37';
}

/*Style for profile*/

.container-profile {
    font-family: 'No Name 37';
    font-weight: 400;
    text-align: center;
}

div.card-profile {
    padding: 10px !important;
}

.profile-block {
    display: flex;
    flex-direction: column;
    color: #3F51B5;
}

.head-prof {
    margin-bottom: 10px;
    margin-top: 10px;
}

.line-profile {
	border-top: 1px solid #3F51B5;
    margin-bottom: 20px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.profile-head, .profile-history-text {
    font-size: 20px;
}

.profile-consumed,  .profile-name, .profile-level, .profile-email, .profile-history {
    margin-bottom: 18px;
}

.profile-name-icon, .profile-email-icon, .profile-history-icon {
    color: rgba(251,192,45 ,1);
    margin-right: 10px;
}

.profile-name-text, .profile-level-text, .profile-email-text, .profile-consumed-text {
    font-size: 16px;
}
button.copy-link {
	background-color: inherit;
    border: none;
}
button.copy-link i {
	font-size: 22px;
    color: rgba(251,192,45 ,1);
}
button.copy-link i:hover,
button.copy-link i:active,
button.copy-link i:focus {
	color: rgb(253,216,53);
}

.profile-api {
	margin-bottom: 0px;
}

a.reset-api {
	margin-top: 10px !important;
	border: 2px solid #3F51B5 !important;
}

@media (min-width: 768px){
    .profile-block {
        flex-direction: row;
        justify-content: space-between;
        margin-left: 50px;
        margin-right: 50px;
    }
	.profile-second-col {
    	display: flex;
		flex-direction: column;
    	justify-content: space-between;
	}
	.profile-first-col, .profile-second-col, .profile-level {
        text-align: left;
    }
    .profile-name-icon, .profile-email-icon, .profile-history-icon {
        font-size: 36px;
    }

    .line-profile{
        margin-bottom: 40px;
    }
    .head-prof {
        margin-bottom: 15px;
    }
	a.reset-api {
	margin-top: 0px !important;
}
}

@media (min-width: 992px) {
    .profile-block {
        margin-left: 70px;
        margin-right: 70px;

    }

    .profile-head, .profile-history-text {
    font-size: 22px;
    }

    .profile-name-text, .profile-level-text, .profile-email-text, .profile-consumed-text {
    font-size: 18px;
    }
}

@media (min-width: 1300px) {
    .profile-name-icon, .profile-email-icon, .profile-history-icon {
    font-size: 50px;

    }
    .head-prof {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .line-profile{
        margin-bottom: 50px;
    }
}

.profile-history-text a {
    color: #3F51B5;
}

.profile-history-text a:active, .profile-history-text a:focus, .profile-history-text a:hover {
    border-bottom: 1.5px solid rgba(251,192,45 ,1);
}

/*Style for login-history*/

div.card-history {
    border-radius: 15px;
    padding: 8px;
    padding-top: 10px;
}

.table-login-history {
    font-family: 'No Name 37';
    font-weight: 400;
}

.table-login-history td {
    padding: 5px !important;
}

.table-login-history thead {
    background-color: #7986CB;
    color: #fff;
}

.table-login-history thead th {
    padding: 7px !important;
    text-align: center;
}

.table-login-history td, .table-login-history th, .table-login-history td span {
    font-size: 12px !important;
    vertical-align: middle !important;
}

@media (min-width: 992px){
    div.card-history {
        padding: 15px;
        padding-top: 10px;
    }
    .table-login-history td, .table-login-history th, .table-login-history td span {
        padding: 8px !important;
        line-height: 1.5;
    }
    .table-login-history td, .table-login-history td span {
        font-size: 13px!important;
    }
    .table-login-history thead th {
        font-size: 15px !important;
    }
}

@media (min-width: 1200px){
    div.card-history {
        padding: 25px;
        padding-top: 10px;
    }

    .table-login-history td {
        font-size: 14px !important;
    }

      .table-login-history thead th {
        font-size: 16px !important;
    }
}

.table-login-history td span {
    font-weight: 400;
}

h3.history {
    font-family: 'No Name 37';
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    color:  #3f51b5;
    margin-bottom: 10px;
}

@media (min-width: 768px){
    h3.history {
        font-size: 25px;
        margin-bottom: 20px;
    }
}

@media (min-width: 1400px){
    div.card-history {
        padding-left: 55px;
        padding-right: 55px;
    }
    h3.history {
        font-size: 28px;
        margin-bottom: 40px;
        margin-top: 20px;
    }
}

i.fa-info-circle {
    margin-left: 5px !important;
    font-size: 20px !important;
}

i.fa-info-circle:active, i.fa-info-circle:hover, i.fa-info-circle:focus {
    color: #fff !important;
}

/*Style for button show-hide*/
.hide {
    display: none;
}
.show-btn {
    background-color: #FBC02D;
    border-radius: 20px;
    color: #fff;
    border: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 5px;
    margin: 3px 15px;
}

/*Style for loader eye-search*/

.loader {
    position: fixed;
    top: 50%;
    left: 30%;
}
@media (min-width: 460px) {
    .loader {
        left: 40%;
    }
}
@media (min-width: 768px) {
    .loader {
        left: 50%;
    }
}

.show {
    display: block;
}

#floatingCirclesG{
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

/*Style for btcuser-detail*/

@media (min-width: 1400px){
    table.table-btcuser-detail{
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .btcuser-text, button.btcuser-btn {
        margin-left: 5% !important;
    }
}

button.btcuser-btn {
    margin-top: 15px !important;
}

.table-btcuser-detail td, .table-btcuser-detail th {
    padding: 5px !important;
    line-height: 1.2;
}
.table-btcuser-detail td.align-cell, .table-btcuser-detail th, .table-login-history td.align-cell {
    text-align: center;
}

.btcuser-text {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 15px;
}

.btcuser-text span {
    font-weight: 400;
}


button.btcuser-btn {
    background-color: #FBC02D!important;
    color: #ffffff !important;
    font-weight: 500 !important;
}
button.btcuser-btn:active, button.btcuser-btn:hover, button.btcuser-btn:focus {
    background-color: #FDD835 !important;
    color: #ffffff !important;
}

.btcuser-big-cluster {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #283593;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px){
    .btcuser-text {
        font-size: 16px;
    }
    button.btcuser-btn {
        font-size: 12px !important;
    }
    .btcuser-big-cluster {
        font-size: 18px !important;
    }
}

table.table-btcuser-detail td span.badge.badge-success {
    padding: 5px !important;
}

/*
Style for prifile_password

div.card-profile-change-pas {
    margin-bottom: 40px;

}
#profile-pas {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
}
.change-pas-block {
    text-align: left;
    font-size: 14px;
}
.change-pas-block div {
    margin-bottom: 10px;
}
.change-pas-block label {
    margin-bottom: 5px;
}
.change-pas-block input {
    width: 90%;
    border: 1px solid #B0BEC5;
    border-radius: 3px;
    padding-left: 5px;
}
.change-pas-helptext ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}
.change-pas-helptext ul li {
    margin-bottom: 7px;
    font-size: 12px;
}
#change-pas-btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #FBC02D;
}
#change-pas-btn:active, #change-pas-btn:hover, #change-pas-btn:focus {
    color: #fff;
    background-color: #FDD835;
}

div.change-pas-block input:active, div.change-pas-block input:hover, div.change-pas-block input:focus {
    border: 1px solid #FBC02D;
    box-shadow: none !important;
}

.change-pas-block label:active, .change-pas-block label:hover, .change-pas-block label:focus {
    box-shadow: none !important;
}

@media (min-width: 576px) {
    .change-pas-block {
        font-size: 16px;
    }
    .change-pas-block div {
        margin-bottom: 15px;
    }
    .change-pas-helptext ul li {
        margin-bottom: 12px;
        font-size: 14px;
    }
    #profile-pas {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    #change-pas-btn {
        margin-top: 15px;
    }
}

@media (min-width: 1200px) {
    #profile-pas {
        padding-left: 45px;
        padding-right: 45px;
                padding-bottom: 55px;
    }
    #change-pas-btn {
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 20px;
        margin-top: 25px;
    }
    .change-pas-block div {
        margin-bottom: 25px;
    }
}

@media (min-width: 1400px) {
    #change-pas-btn, .change-pas-block {
        font-size: 18px;
    }
    .change-pas-helptext ul li {
        font-size: 16px;
    }
}
*/

/*Style for prifile_password*/
div.card-profile-change-pas {
    margin-bottom: 40px;
}
#profile-pas {
    margin: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    font-size: 14px;
    text-align: left;
}
.pas-btn {
    text-align: center;
}
#profile-pas label {
        margin-bottom: 5px;
}
#profile-pas input {
    width: 90%;
    border: 1px solid #B0BEC5;
    border-radius: 3px;
    padding-left: 5px;
    margin-bottom: 10px;
}
.helptext ul {
    list-style: none;
    text-align: left;
    padding-left: 0px;
}
.helptext ul li {
    margin-bottom: 7px;
    font-size: 12px;
}
#change-pas-btn {
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
    border: none;
    padding: 5px 10px;
    color: #fff;
    background-color: #FBC02D;
    margin-top: 20px;
}
#change-pas-btn:active, #change-pas-btn:hover, #change-pas-btn:focus {
    color: #fff;
    background-color: #FDD835;
}

#profile-pas input:active, #profile-pas input:hover, d#profile-pas input:focus {
    border: 1px solid #FBC02D;
    box-shadow: none !important;
}

#profile-pas label:active, #profile-pas label:hover, #profile-pas label:focus {
    box-shadow: none !important;
}

@media (min-width: 576px) {
    #profile-pas {
        font-size: 16px;
    }
    .helptext ul li {
        margin-bottom: 12px;
        font-size: 14px;
    }
    #profile-pas {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    #change-pas-btn {
        margin-top: 15px;
    }
    #profile-pas input {
    margin-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    #profile-pas {
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 55px;
    }
    #change-pas-btn {
        font-size: 16px;
        padding: 5px 15px;
        border-radius: 20px;
        margin-top: 25px;
    }
}

@media (min-width: 1400px) {
    #change-pas-btn, #profile-pas {
        font-size: 18px;
    }
    .helptext ul li {
        font-size: 16px;
    }
    #profile-pas input {
        margin-bottom: 25px;
    }
}

div.prof-pas-done-message {
    margin-bottom: 100px;
}

@media (min-width: 576px) {
    div.prof-pas-done-message {
        margin-top: 50px;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    div.prof-pas-done-message {
        text-align: center;
        font-size: 25px;
    }
}

/*for link other info address-detail*/
.disabled_link {
    opacity: 0.7;
    cursor: text;
}

/*del button shadow*/
input.btn-reset,
button.btn-change,
button.btn-sign {
    padding: 0.84rem 2.14rem;
    margin: 0.375em;
    line-height: 1.5;
    display: inline-block;
    border: none;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

input.btn-reset:active, input.btn-reset:hover, input.btn-reset:focus {
    outline: 0;
    outline-offset: 0;
}

/*Style for btcuser_proof*/

.table-login-history td.proof-cell {
    font-size: 10px !important;
}

.proof-info {
    font-size: 9px;
    margin-top: 20px;
    margin-bottom: 15px;
    color: #283593;
}

.proof-info p {
    margin-bottom: 8px;
}

.text-noproof {
    text-align: center;
    padding-left: 0;
    color: #283593;
    font-weight: 500;
}

@media (min-width: 400px) {
    .proof-info {
        font-size: 11px;
    }
}

@media (min-width: 480px) {
    .proof-info {
        font-size: 12px;
        margin-top: 30px;
    }
    .proof-info span {
        font-weight: 400;
    }
}

@media (min-width: 768px) {
    .proof-info {
        font-size: 15px;
        margin-bottom:20px;
    }
}
@media (min-width: 992px) {
    .table-login-history td.proof-cell {
        font-size: 13px !important;
    }

    .text-noproof {
        margin-top: 30px;
    }
}

@media (min-width: 1400px) {
    .proof-info {
        width: 90% !important;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
    }

    .text-noproof {
        margin-top: 50px;
        font-size: 18px;
    }

    .table-login-history td.proof-cell {
        font-size: 15px !important;
    }
}

/*Style for credits history*/

.text-nocredit {
	text-align: center;
    color: #283593;
    font-weight: 500;
	font-size: 16px;
}

@media (min-width: 768px) {
	.text-nocredit {
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.text-nocredit {
		font-size: 22px;
	}
}

/*Style for button logout all */
.profile-logout-button a.logout-link {
	border: 2px solid rgba(251,192,45 ,1);
	border-radius: 10em;
    margin-bottom: 10px;
	margin-top: 30px;
	width: 270px;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
	padding: 8px 16px !important;
	text-transform: none !important;
}

.profile-logout-button a.logout-link span {
	color: #3f51b5;
	font-size: 16px;
}

.profile-logout-button a.logout-link span:hover, .profile-logout-button a.logout-link span:active, .profile-logout-button a.logout-link span:focus {
	color: #283593;
}

@media (min-width: 768px) {
	.profile-logout-button a.logout-link {
		margin-bottom: 15px;
		margin-top: 0px;
		margin-left: 0;
    	margin-right: 0;
	}
}

.modal-dialog {
	margin-top: 13em !important;
}

h5.modal-title {
	font-size: 16px;
    font-weight: 400;
}

.modal-footer {
	flex-direction: column-reverse;
	border-top: none !important;
}

.modal-header {
	border-bottom: none !important;
}

.modal-footer a span.btn {
	background-color: #FBC02D;
	color: #fff;
	font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
}

.modal-footer button.btn {
	font-size: 11px;
}

.modal-footer button.btn-outline, .modal-footer button.btn-outline:active, .modal-footer button.btn-outline:focus,.modal-footer button.btn-outline:hover {
	color: #5C6BC0;
	border: 2px solid #5C6BC0;
}

.modal-content button.close span {
	color: #3f51b5;
}

@media (min-width: 576px) {
	.modal-footer {
		flex-direction: row;
	}
}

/*Style for button address_detail*/

div.btn-group-address_detail {
	margin-top: 15px;
    margin-left: 15px;
}

@media (min-width: 576px) {
	div.btn-group-address_detail {
    	margin-left: 20px;
	}
}

div.btn-group-address_detail>.dropdown-menu {
	padding: 0 !important;
	right: 0px !important;
}

.btn-group>.btn {
	margin: 0;
    padding: 5px !important;
    height: 30px
}

.btn-group>.btn>a.nav-link {
	padding: 0px;
	color: #7986cb;
}

.btn-group>.btn.dropdown-toggle {
	margin: 0;
    margin-left: -1px !important;
    padding: 5px !important;
	padding-left: 10px !important;
    height: 30px;
	color: #7986cb;
}

.dropdown-item-add {
	font-size: 11px !important;
	color: #7986cb !important;
}

.dropdown-item-add:active, .dropdown-item-add:hover, .dropdown-item-add:focus {
	color: #fff !important;
	background-color: #7986cb !important;
}

@media (min-width: 768px) {
	.btn-group>.btn.dropdown-toggle, .btn-group>.btn {
		height: 40px;
		font-size: 14px !important;
	}
	.dropdown-item-add {
		font-size: 14px !important;
	}
}

/*Style for Investigations*/

.line-investigations {
	margin-bottom: 25px;
}

.add-incident {
	text-align: right;
    margin-right: 4%;
	margin-bottom: 1%;
	display: block;
}
.add-incident>span {
	font-weight: 500;
	color: #3f51b5;
}
.add-incident span:hover, .add-incident span:active, .add-incident span:focus {
	border-bottom: 1px solid #FBC02D;
}

.investigation-info {
	text-align: center;
    color: #1A237E;
    font-weight: 500;
    font-size: 20px;
}

.table-investigations {
	width: 95% !important;
    margin-left: auto;
    margin-right: auto;
	font-family: 'No Name 37';
    font-weight: 400;
}

.table-investigations thead {
    background-color: #7986CB;
    color: #fff;
}

.table-investigations td, .table-investigations th {
	vertical-align: middle !important;
}

.table-investigations th {
	font-size: 15px;
	text-align: center;
	padding: 7px !important;
}

.table-investigations td {
	font-size: 13px;
	text-align: center;
	padding: 5px !important;
	font-weight: 400;
}

@media (min-width: 768px) {
	.table-investigations th {
		font-size: 17px;
	}
	.table-investigations td {
		font-size: 15px;
	}
}

div.incident {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.incident-form label {
	line-height: 1;
    color: #757575;
    margin: 0px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.6px;
}

.incident-form input:hover,
.incident-form input:active,
.incident-form input:focus {
  border: 1px solid #7986cb;
  box-shadow: none;
}

.incident-form button {
	padding: 7px 15px;
	margin-right: 5%;
	margin-bottom: 3%;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
    background-color: #FBC02D;
}

.incident-form button:hover,
.incident-form button:active,
.incident-form button:focus {
  color: #3F51B5;
  background-color: #FBC02D;
  font-weight: 500;
}

@media (min-width: 768px) {
	.incident-form button {
    	padding: 10px 20px;
    	font-size: 14px;
		margin-bottom: 0;
	}
}

.incident-form .formEyeItem-button {
	text-align: right;
}

.incident-container {
	padding-left: 5%;
}

.incident-container>p {
	color: #283593;
	letter-spacing: 1px;
}

.incident-container>p>span {
	letter-spacing: 2px;
}

.incident-container button {
	padding: 7px 15px;
	margin-bottom: 5%;
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: white;
    background-color: #FBC02D;
}
.incident-container button:hover,
.incident-container button:active,
.incident-container button:focus {
  color: #3F51B5;
  background-color: #FBC02D;
  font-weight: 500;
}

ul.nav-incident {
	margin-bottom: 5%;
	padding-left: 3%;
}

ul.nav-incident li {
	width: 100%;
}

ul.nav-incident li.nav-item a.active span {
  border-bottom: 2px solid #fdd835;
}

ul.nav-incident li.nav-item a span:active,
ul.nav-incident li.nav-item a span:hover,
ul.nav-incident li.nav-item a span:focus {
  border-bottom: 2px solid #fdd835;
}

@media (min-width: 768px) {
/*
	.incident-container button {
    	padding: 10px 20px;
    	font-size: 14px;
	}
*/
	ul.nav-incident {
		margin-top: 1%;
		margin-bottom: 3%;
	}
	ul.nav-incident li {
		width: auto;
	}
}

@media (min-width: 992px) {
	.incident-container>p {
		font-size: 17px;
	}
	.incident-container>p>span {
		font-size: 18px;
	}
	.incident-container button {
		margin-top: 2%;
		margin-bottom: 2%;
	}
}

.modal-dialog-centered {
	margin-top: 0px !important;
}
.incident-container .modal-header {
	background-color: #3F51B5;
	color: #fff;
	font-size: 17px;
}
.incident-container .modal-body  {
	color: #3F51B5;
}
.incident-container .modal-header, .incident-container .modal-body {
	padding: 16px 20px;
}

.incident-container button.close {
	font-size: 16px;
}

.incident-container button.close:hover,
.incident-container button.close:active,
.incident-container button.close:focus {
	background-color: #3F51B5;
	color: #fff;
}

.incident-container .btn-save {
	background-color: #FBC02D;
    color: #fff;
	border: 2px solid #FBC02D;
}

.incident-container .btn-save:hover,
.incident-container .btn-save:active,
.incident-container .btn-save:focus {
	color: #fff;
}

.incident-container button.btn-outline {
	background-color: #fff;
}

.incident-container button.btn {
	margin-bottom: 2%;
}
.incident-container button.btn-edit,
.incident-container button.btn-edit:hover,
.incident-container button.btn-edit:active,
.incident-container button.btn-edit:focus {
	font-size: 11px;
	padding: 7px 15px;
	color: #5C6BC0;
    border: 2px solid #5C6BC0;
	margin-top: 0px;
	margin-bottom: 10px;
}

p.edit {
	margin-bottom: 1%;
}

.incident-container a.btn-outline, .incident-container button.btn-del {
	background-color: #fff;
	color: #E65100;
	border: 2px solid #E65100;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 7px 15px;
	font-size: 11px;
	margin-bottom: 3%;
}

.incident-container a.btn-outline:hover,
.incident-container a.btn-outline:active,
.incident-container a.btn-outline:focus,
.incident-container button.btn-del:hover,
.incident-container button.btn-del:active,
.incident-container button.btn-del:focus {
	color: #fff;
	background-color: #E65100;
}

.incident-container form {
	margin: 0px;
	padding-top: 2%;
}
.incident-container .incident-name, .incident-container .custom-control {
	margin-left: 3%;
}

.modal-footer {
	padding: 10px 10px 0px 10px !important;
}

@media (min-width: 576px) {
	.incident-container .modal-header {
		padding: 16px 35px;
	}
	.incident-container .modal-body {
		padding: 16px 50px;
	}
	.incident-container button.btn-del {
		margin-right: 4%;
	}
	.incident-container a.btn-outline {
		margin-right: 3.7% !important;
	}
}


.tab-content-incident {
	padding: 10px !important;
}

.tab-content-incident .form-check {
	margin-top: 0px;
	font-size: 14px;
}
.tab-content-incident .form_incident_item {
	font-size: 14px;
    margin-top: 10px;
/*	padding-top: 5px;*/
}
.tab-content-incident .form_incident_item input {
	margin: 0px;
	padding: 1px;
	display: inline-block;
	width: 60%;
}
.tab-content-incident .form_incident_item label {
	color: #3F51B5;
}
.tab-content-incident .formEyeItem-button {
	text-align: center;
	margin-top: 5%;
}
.tab-content-incident #new_addr_btn, #new_transaction_btn {
	padding: 7px 15px;
	border: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    background-color: #FBC02D;
}

.tab-content-incident #new_addr_btn:hover,
.tab-content-incident #new_addr_btn:active,
.tab-content-incident #new_addr_btn:focus,
#new_transaction_btn:hover,
#new_transaction_btn:active,
#new_transaction_btn:focus {
  color: #3F51B5;
  background-color: #FBC02D;
  font-weight: 500;
}

@media (min-width: 768px) {
	.tab-content-incident form {
		margin: 0px;
		padding: 10px;
	}
	.tab-content-incident .form_incident_item label {
		font-size: 16px;
	}
	.tab-content-incident .form_incident_item input {
		margin-left: 5px;
		padding: 1px;
		width: 40%;
	}
}

@media (min-width: 992px) {
	.tab-content-incident form {
		margin: 15px 50px;
	}
	.tab-content-incident .form_incident_item {
		padding-top: 10px;
	}
	.tab-content-incident .form_incident_item input {
		margin-left: 10px;
		padding: 1px;
	}
	.tab-content-incident .formEyeItem-button {
		margin-top: 3%;
	}
}

.form_incident_item-transaction {
	padding: 5px;
}
.form_incident_item-transaction label {
	margin-left: 5px;
}
.form_incident_item-transaction input {
	padding: 1px;
	width: 100% !important;
}
.invalid-data-trans, .invalid-data-add {
	margin-left: 5px;
}
.form_incident_item-transaction input:hover,
.form_incident_item-transaction input:active,
.form_incident_item-transaction input:focus,
.tab-content-incident .form_incident_item input:hover,
.tab-content-incident .form_incident_item input:active,
.tab-content-incident .form_incident_item input:focus {
	border: 1px solid #7986cb;
	box-shadow: none;
}

@media (min-width: 768px) {
	.form_incident_item-transaction input {
		margin-left: 0px;
		padding: 1px;
		width: 100% !important;
	}
}

@media (min-width: 992px) {
	.form_incident_item-transaction input {
		margin-left: 10px;
		padding: 1px;
		width: 60% !important;
	}
	.form_incident_item-transaction label {
		margin-left: 0px;
	}
	.invalid-data-trans {
		margin-left: 160px;
	}
	.invalid-data-add {
		margin-left: 120px;
	}
}
.incident-log {
	text-align: center;
    color: #283593;
    font-size: 16px;
}
@media (min-width: 992px) {
	.incident-log {
    	font-size: 18px;
	}
}

#delete_address, #delete_transaction {
	padding-top: 0px;
	text-align: center;
}
@media (min-width: 576px) {
	#delete_address, #delete_transaction {
		text-align: right;
	}
}
p.text-danger {
	text-align: center;
}

/*add for mobile navigation*/

.nav-flex-icons {
	flex-wrap: wrap;
}
.nav-item-br {
	display: list-item;
	width: 100%;
	height: 0px;
}
@media (min-width: 992px) {
	.nav-flex-icons {
		flex-wrap: nowrap;
	}
	.nav-item-br {
		display: none;
	}
	.nav-item-profile .dropdown-menu {
		right: 0;
		left: auto;
	}
	li.nav-item-profile a.nav-link {
  		margin-top: 14px;
	}
}

/*Style for loading file with phones advanced-search*/
.form-check-file {
    display: inline-block !important;
    width: max-content;
    margin-top: 0px !important;
}
.formEyeItem-phone {
    width: max-content;
    display: inline-block !important;
}
.hide {
    display: none !important;
}
.show-block {
    display: inline-block;
}

#checkbox-file {
    width: max-content;
/*
    opacity: 1;
    position: static;
    pointer-events: all;
*/
}

#load-file {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.label-choose-file {
    font-size: 16px;
    font-weight: 400;
    font-family: 'No Name 37';
    color: #3F51B5;
    display: inline-block;
    cursor: pointer;
}

#file-choose {
    display: inline-block;
    min-width: 200px;
/*    margin-top: 3%;*/
    margin-bottom: 7px;
    border: 1px solid #9E9E9E;
    color: #424242;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
   vertical-align: middle;
/*    margin-right: 1%;*/
    border-radius: .25rem;
}

@media (min-width: 768px) {
    #file-choose {
        width: 440px;
    }
}

.label-choose-file:focus,
.label-choose-file:hover,
.label-choose-file:active,
#load-file:focus,
#load-file:hover,
#load-file:active {
    box-shadow: none !important;
    outline: none !important;
    outline-offset: none !important;
}

#invalid-file {
    margin-left: 1%;
    margin-top: 3%;
    font-size: 10px;
}

@media (min-width: 768px) {
    #invalid-file {
        font-size: 12px;
    }
}

/*Style for Exclude email eye-search*/

.email-box {
    display: flex;
    flex-direction: column;
}

.email-box .md-form.md-outline {
    margin-top: 3%;
    margin-bottom: 7px;
}

@media (min-width: 576px) {
    .email-box {
       flex-direction: row;
        justify-content: space-between;
    }

    .email-box .md-form.md-outline {
        align-self: center;
        margin-top: 1.5rem;
        width: 220px;
    }
}

@media (min-width: 992px) {
    .email-box .md-form.md-outline {
        width: 300px;
    }
}

.select-wrapper {
/*        width: 350px;*/
}

.email-box input.select-dropdown.form-control {
    border: 1px solid #9E9E9E !important;
    color: #424242 !important;
    font-size: 14px;
    margin-bottom: 0px !important;
}

.email-box input.select-dropdown.form-control:active,
.email-box input.select-dropdown.form-control:focus,
.email-box input.select-dropdown.form-control:hover {
    border: 1px solid #3F51B5 !important;
}

.option-disable {
    color: #424242;
    font-size: 13px !important;
}

.email-box input.select-dropdown.form-control.active {
    box-shadow: none !important;
}

.email-box input.search.w-100.d-block:active, .email-box input.search.w-100.d-block:focus  {
    box-shadow: none !important;
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #3F51B5 !important;
}

.email-box .dropdown-content li>span, .email-box .select-wrapper.md-form>ul li label {
    color: #3F51B5;
    font-weight: 400;
}

.email-box .form-check-input[type="checkbox"]:checked+label:before{
    border-right: 2px solid #3F51B5;
    border-bottom: 2px solid #3F51B5;
}

.email-box .btn-save-email {
    background-color: #3F51B5;
    color: #fff;
}

.email-box .btn-save-email:focus, .email-box .btn-save-email:active, .email-box .btn-save-email:hover {
    color: #fff;
}

.email-box .select-wrapper .search-wrap .md-form input {
    padding-bottom: 1px;
    font-size: 14px;
}

.email-box .select-wrapper label {
    margin-bottom: .5rem;
}

.email-box .dropdown-content {
    overflow-y: visible;
    overflow-x: hidden;
}

/*
.navbar-nav .dropdown-menu-right
right: 0;
left: auto;
*/

/*hash-trans trans-time*/

/*# sourceMappingURL=main.css.map */

.h-46 {
  height: 46px !important;
}

#form-signup .md-form .iti {
  max-width: calc(100% - 2.5rem);
  margin-left: 2.5rem;
  width: 100%;
}

#form-signup [name="phone"] {
  width: -webkit-fill-available;
}

[for="profilePhoneInput"]:not(.active), [for="materialFormCardPhoneEx"]:not(.active) {
  padding-left: 45px;
}

.profile-email-verify {
  margin: auto;
}