/*body styling section - start*/
.body-color {
    background-color: white;
}

.body-font {
    font-family: 'Roboto Condensed', sans-serif;
}
/*body styling section - end*/

.signin-card-color {
    background-color: #ffffff;
}

.signin-card{
    margin-top: 10%;
}

.h1-text-white{
    color: white;
}

.text-theme-blue{
    color: #455a64;
}

.text-theme-dark{
    color: #0d2636;
}


.link-text{
    cursor: pointer; 
}

/*Loader - start*/
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*Loader - end*/

.signin-button {
    display: block;
    white-space: normal;
    padding: 10px;
    margin: 10px;
    min-width: 300px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    border: none;
    outline: none;
}

.github-signin-button {
    background-color: #0d2636;
    display: block;
    white-space: normal;
    padding: 10px;
    margin: 10px;
    min-width: 300px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    border: none;
    outline: none;
}

.back-to-openpub-link{
    margin-top: 5%;
}

.github-signin-button-text {
    background-color: #0d2636;
    color: white; 
    text-transform: none;
}

.signin-button-img {
    width: 30px;
    height: 30px;
    margin-left: -10px;
    margin-right: 32px;
    margin-bottom: 1px;
}
.signin-button-text {
    background-color: white;
    color: black !important; 
    text-transform: none;
}

.md-toast.md-top {
    left: 50%;
    margin-left: -150px;
}

/*Authentication page background*/
.authentication-page-background {
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

/*welcome heading*/
.openpub-welcome-heading{
    font-size: 300%;
    color: #607D8B;
}

/*welcome text*/
.openpub-welcome-text{
    line-height: 200%;
    color: #607D8B;
}

/*Authentication page texts - start*/
.openpub-text-login{
    font-size: 250%;
    color: #607D8B;
}

.choose-option-text{
    margin-bottom: 5%;
    color: #607D8B;
}
/*Authentication page texts - end*/

/*Home page - Start*/
/*categores section - start*/
.home-category-item {
    width: 98%;
}

.home-category-image {
    margin: 1%;
}

.home-category-text {
    margin-left: 10%;
}
/*categores section - end*/

/*openpub section*/
.card-updated-date-text {
    margin-left: 2%;
}

.card-duration-text {
    margin-left: 1%;
}

.card-start-button {
    margin-right: 1%;
}

/*Search bar*/
.search-bar { background-color: rgb(0,150,136); }
.search-bar * { color: white !important; }
.search-bar input { border-bottom-color: white; }
.md-errors-spacer { display:none; }
/*Home page - End*/

.body-div {
    height: auto;
}

.selector-toolbar {
    color: white;
}

.main-logo-color {
    /*color: #009688;*/
    color: rgb(0,150,136);
}

.hidden {
    visibility: hidden;
}

.tag{
    background: rgb(0,150,136);
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0.5%;
    padding-top: 0.5%;
    border-radius: 17px;
    margin-right: 1%;
    margin-bottom: 1%;
    cursor: pointer;
}