*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  background: url(../../assets/img/bg.jpg) no-repeat top center;
  margin: 0;
  padding: 0;
}

main {
}

footer p {
  color: #fff;
  font-size: 0.8rem;
  margin: 10px;
  text-align: center;
}

/* Login Form */

.login-card {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid #fff;
  padding: 15px;
  width: 380px;
}

.login-card .card-body {
  background: #fff;
  border-radius: 5px;
}

.custom-card {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid #fff;
  padding: 15px;
}

.custom-card .card-body {
  background: #fff;
  border-radius: 5px;
}

.md-form.md-outline {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.md-form.input-with-pre-icon .input-prefix {
  left: 16px;
  right: initial;
}

.md-form.input-with-pre-icon .form-control {
  background: rgb(244,244,244) !important;
  border: 0 !important;
  text-align: center !important;
}

.md-form .input-prefix {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: color .2s;
  transition: color .2s;
  color: rgba(0,0,0,0.87);
  pointer-events: none;
}

.md-form .input-prefix.active {
  color: #4285f4;
}

.md-form.input-with-pre-icon label {
  left: 36px;
  right: initial;
}

.md-form.md-outline label {
  position: absolute;
  top: 5px;
  left: 0;
  padding-left: 10px;
  font-size: 1rem;
  color: #757575;
  cursor: text;
  -webkit-transition: color .2s ease-out,-webkit-transform .2s ease-out;
  transition: color .2s ease-out,-webkit-transform .2s ease-out;
  transition: transform .2s ease-out,color .2s ease-out;
  transition: transform .2s ease-out,color .2s ease-out,-webkit-transform .2s ease-out;
  -webkit-transform: translateY(9px);
  transform: translateY(9px);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.md-form > label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.md-form.md-outline label.active {
  top: -18px;
  left: 8px;
  padding-right: 5px;
  padding-left: 5px;
  font-weight: 500;
  background: rgb(244,244,244) !important;
  -webkit-transform: translateY(-13px) scale(0.8);
  transform: translateY(-13px) scale(0.8);
  width: initial;
  margin: inherit;
}

.md-form.input-with-pre-icon label {
  /*left: 36px;*/
  /*right: initial;*/
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.md-form > label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table tr td {
  padding: 5px 10px;
  vertical-align: middle;
}

.subtopics-list {
  max-height: 350px;
  height: auto;
  overflow-y: scroll;
}

.subtopics-list .list-group.list-group-flush li {
  padding: 2px 5px;
}

.subtopics-list .list-group.list-group-flush li .form-check {
  padding-left: 10px;
  margin: 0;
}

.subtopics-list .list-group.list-group-flush li .form-check .form-check-label {
  padding-left: 25px;
  font-size: 13px;
}

/* Custom Modal CSS */

.preview-wrapper {
  border: 1px solid rgb(63,81,181);
  border-radius: 4px;
}

.modal-btn-viewDetails {
  position: absolute;
  top: -5px;
  right: 0;
}

.sidebar-nav .list-group .list-group-item {
  background: transparent;
  border: 0 !important;
  padding: 5px 0 !important;
}

.brand-details-wrapper {
  padding: 10px;  
}


#sidebar { position: relative; }

/*Notes*/
.notes-box { 
  position: absolute;
  width: 87%;
  bottom: 15px;
  border-radius: 0;
  background: linear-gradient(180deg, #ffffff, #F5FA7A) !important;
}
.notes-box .card-header {
  background: transparent;
  color: #26368f;
}
.notes-box .card-header h5 {
    font-weight: 600 !important;
    margin: 0;
}

.notes-box .card-body {
  padding: 0;
  border-radius: 0;
  background: transparent;
}
.notes-box .card-body table tbody tr td {  
  border-top: 1px dashed #000 !important;  
}
.notes-box .card-body table tbody tr td:last-of-type{
  text-align: center;
  vertical-align: middle;
  width: 70px;
}

/*Brand Details*/
.brand-details-wrapper {
  background: #f5f5f5;
  padding: 15px;
  margin-top: 17px;
}

/*Trainer Table CSS*/
.brand-logos {
  max-height: 700px;
  overflow-y: auto;
}
.brand-logos li { 
  text-align: center;
  padding: 5px;
  margin: 3px 0;
  transition: all 0.2s ease-in;
}
.brand-logos li a {
  display: block;
  width: 100%;
}
.brand-logos li:hover,.brand-logos li:focus {
  border-radius: 4px;
  background-color: rgba(194, 194, 194, 0.5);
  transform: scale(1.1);
  transition: all 0.2s ease-in;
}
.brand-logos li.active {
  color: #fff;
  background-color: #5c6bc0;
  border-color: #6d7cce;
  box-shadow: 0 0 3px 0px #8294f9;
  transform: scale(1.1);
}

.brand-logos a img {
  width: 100px;
}
.brand-logos a::after {
  position: absolute;
  top: 40%;
  right: 10px;
  content: "\f054";
  font: normal normal normal 14px/1 FontAwesome;

}

#brand-details-list { 
  background: #fff !important;
}
#brand-details-list .card {
  box-shadow: none !important;
  margin-bottom: 0px;
  background: #fff !important; 
}
#brand-details-list .card .card-header {
  background-color: #fff;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
#brand-details-list .accordion-collapse {
  border-top: 1px solid #000; 
}
#brand-details-list .accordion-collapse .table {
  
}
#brand-details-list .accordion-collapse .table tr th{
  font-weight: bold;
  border: 0;
}
#brand-details-list .accordion-collapse .table tbody tr td{
  font-size: 1rem !important;
  text-align: center;
}
#brand-details-list .accordion-collapse .table tbody tr td:first-of-type {
  text-align: left;;
}
#brand-details-list .accordion-collapse .table tbody tr td span {
  font-weight: bold;
}


#content .table-trainer tbody tr td{
  border-top: 0 !important;
  font-weight: 500 !important;
}
#content .table-trainer tbody tr td div:first-of-type {
  width: 100%;
  word-break: break-all;
}
#content .table-trainer tbody tr td div:last-of-type{
  width: 100%;
  word-break: break-all;
}

#content .table-trainer tbody tr td:first-of-type,
#content .table-trainer tbody tr td:nth-of-type(2){
  background: #f3f9ff !important;
}
#content .table-trainer tbody tr:nth-of-type(odd) td:first-of-type,
#content .table-trainer tbody tr:nth-of-type(odd) td:nth-of-type(2){
  background: #e6f3fe !important;
}
/*Duration Column*/
#content .table-trainer tbody tr td:nth-of-type(3){
  background: #FFE9B7 !important;
  text-align: center !important;
}
#content .table-trainer tbody tr:nth-of-type(odd) td:nth-of-type(3){
  background: #ffdb8e !important;
}
/*Resources Column*/
#content .table-trainer tbody tr td:nth-of-type(4){
  background: #E8F7EC !important;
  text-align: center !important;
}
#content .table-trainer tbody tr:nth-of-type(odd) td:nth-of-type(4){
  background: #cef0d7 !important;
}


.progress { height: 1.5rem !important }
.progress-bar-animated {
    -webkit-animation: reverse 1s linear infinite progress-bar-stripes;
    animation: reverse 1s linear infinite progress-bar-stripes;
}

.progress-bar-striped {
    background-image: linear-gradient(
315deg
,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.font-small{
	font-size: .8rem !important;
}


/* --------- bell -------------*/

.ringing-bell{
    position:absolute;
    left:50%;
    top:50%;
    transition:translate(-50%,-50%);
}


.faa-ring{
    color:red;
}


@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes ring {
  0% {
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
  }

  2% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  4% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  6% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  8% {
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    transform: rotate(-22deg);
  }

  10% {
    -webkit-transform: rotate(22deg);
    -ms-transform: rotate(22deg);
    transform: rotate(22deg);
  }

  12% {
    -webkit-transform: rotate(-18deg);
    -ms-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }

  14% {
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    transform: rotate(18deg);
  }

  16% {
    -webkit-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }

  18% {
    -webkit-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }

  20% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.faa-ring.animated,
.faa-ring.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-ring {
  -webkit-animation: ring 2s ease infinite;
  animation: ring 2s ease infinite;
  transform-origin-x: 50%;
  transform-origin-y: 0px;
  transform-origin-z: initial;
}
