/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 0.05rem solid #fff;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: black;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 0.05rem 0.1rem rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, 0.5);
}

.cover-container {
  max-width: 88em;
}

.lead {
  font-size: 125%;
}

.lead-big {
  font-size: 150%;
}

.faq {
  text-align: left;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: 0.25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
  border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.inactiveSync{
  color:red;
}
.activeSync{
  color:green;
}

/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: 0.75rem 1.25rem;
  font-weight: 700;
}

/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, 0.5);
}

html,
body {
  padding: 0px;
  margin: 0px;
}

body {
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
}

.help-content{
  font-size: 14px;
  text-align: left;

}

.errors-text{
  font-size: 16px;
}

.warning-text{
  font-size: 14px;
  color: yellow;
  padding-bottom: 25px;
}

.radio-style{
  color: white;  
  font-size: 16px;
  text-align: left;
  padding-left:5px;
  padding-right: 5px;
}

.text-style{
  border: 2px solid #0099CC;
  color: white;
  padding-top:10px;
  padding-bottom: 10px;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.308)
}

.btn-focus {
  font-weight: bold;
}

.btn-style {
  
  border: 2px solid #0099CC;
  color: white;
  padding: 10px;
  background: transparent; 
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-style:hover {
  background-color: rgba(0, 153, 204, 0.336);
}

.btn-caution:hover {
  background-color: #ff000080;
}

.btn-style[disabled=disabled], .btn-style:disabled {
  color: rgba(255, 255, 255, 0.705);
  background-color: rgba(255, 255, 255, 0.164);
}


h1,
h2,
h3 {
  font-weight: 100;
}

h2{
  font-size: 3rem;
}

#message {
  min-height: 40px;
  font-size: 22px;
}

#logo img {
  width: 100px;
  margin-bottom: 10px;
  margin-top: 50px;
}

.btn {
  font-size: 16px;
  letter-spacing: 1px;
  border: 0;
  background-color: #16214d;
  color: white;
  min-width: 80px;
  min-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 200px;
}

.btn:hover {
  background-color: #44c7f4;
}

.btn:focus {
  outline: none !important;
}

.btn:disabled {
  background-color: #333;
  color: #666;
}

.api-actions,
.user-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.api-actions button:last-of-type,
.user-actions button:last-of-type {
  margin-left: 20px;
}

@media (max-width: 768px) {
  .api-actions,
  .user-actions {
    flex-direction: column;
  }
  .api-actions button:last-of-type,
  .user-actions button:last-of-type {
    margin-left: 0px;
    margin-top: 20px;
  }
}
