/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
  height: 100%;
  overflow-x: hidden;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}


body {
  padding-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  font-family: 'Avenir', sans-serif;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

@font-face{
  font-family: Avenir;
  src:url(fonts/30D52E_0_0.ttc)
  src:url(fonts/30D52E_0_0.ttf)
  src:url(fonts/30D52E_0_0.eot)
  src:url(fonts/30D52E_0_0.woff)
  src:url(fonts/30D52E_0_0.woff2)
}

/* bootstrap overrides */

strong {
	font-weight: 500;
}


h1 {
    font-size: 30px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
    color: #909ab4;
}

.panel-heading {
	
	padding-left: 0px !important;
	
}

.progress {
  text-align:center;
  width:100%;
  margin-bottom:15px;
  border: 1px solid #bcc2d2;
  border-radius:0px;
}
.progress-value {
  position:absolute;
  right:0;
  left:0;
 
  
}

.progress-border {
  border-left: 1px solid #bcc2d2;
  border-right: 1px solid #bcc2d2;
  border-bottom: 1px solid #bcc2d2;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #f4f5f7;
}

.progress-bar {
  background-color: #74c268;
}

/* end bootstrap overrides */

/* font awesome overrides */

.fa-large {
	font-size: 24px !important;
}

.fa-medium-size {
	font-size: 18px !important;
}

/* end font awesome overrides */

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
	
	bottom:0;
	left:0;
	height:30px;
	width:100%;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    .header.carousel .carousel {
        height: 70%;
    }
  .breadcrumb-container {
    width: 100%;
    padding-right: 30px !important;
}
}

.navbar {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
}

/*.navbar .navbar-nav > .active > a,
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #76c1d1;
}

.navbar .navbar-nav > .open > a,
.navbar .navbar-nav > .open > a:hover,
.navbar .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #76c1d1;
} */

.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password], input[type=email]  {
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}

.foot-copy{
  text-align: center;
	color:#b0bfc7;
}
.aln-rt{
  padding-top:20px;
}

.text-primary {
    color: #76c1d1;
}

.text-blue {
  color: blue;
}

.btn-primary {
    color: #fff;
    background-color: #76c1d1;
    border-color: #6DB5BE;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #77cbd1;
    border-color: #77cbd1;
}

.nav>li>a{
  color: #9d9d9d;
  font-size: 18px;
  padding:0px;
  margin:15px;
  padding-bottom: 5px;
  margin-bottom: 10px
}

.menu-underline {
  border-bottom: 3px solid #fff;
  color: #9d9d9d;
}

.menu-underline:focus, .menu-underline:hover, .menu-underline:active {
  border-bottom: 3px solid #76c1d1;
  color: #9d9d9d;
}

.open>a>span.menu-underline{
  border-bottom: 3px solid #76c1d1;
}

.fa-padding-right{
  padding-right: 10px;
}

/*.navbar .navbar-nav>li>a:focus {
    color: #76c1d1;
    background-color: transparent;
} */

.menu-img-pad{
  padding-right: 10px;
  width: 35px;
}

.footer-image{
	height: 50px;
	display: block;
    margin: 0 auto;

}

.videogular-container {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #ffffff;
}
 
.dashboard-size-fa{
	height: 30px;
	width:30px;
}

.dashboard-color-green{
	color: #74c268;
}

.dashboard-color-red{
	color: #d54852;
}

.dashboard-color-orange{
	color: #f58f04;
}


.dashboard-stack-color{
	color: #76c1d1;
}

.dashboard-data {
  text-align: center;
  font-size: 1.8em;
  font-family: roboto;
}

.dashboard-data-center {
  text-align: center;
}

.course-description{
    text-align: left;
}

.no-underline:hover{
     text-decoration:none;
}

.module-progress{
    top:20px;
    height:100%;
}


.module-border{
  margin-top:5px;
  background-color: #f4f5f7;
}

.true-button{
  min-width: 100px;
  color:#6d7471;
}

.false-button{
  min-width: 100px;
  color:#6d7471;
}

.quiz-min-height{
  min-height: 500px;
}

.quiz-pad-10p{
  padding-right: 10%;
  padding-left: 10%;
}

.true-button.active.focus, .true-button.active:focus, .true-button.focus, .true-button:active.focus, .true-button:active:focus, .true-button:focus{
  min-width: 100px;
  color: #ffffff;
  background-color: #74c268;
  border-color: #adadad;
}

.true-button:hover{
  min-width: 100px;
  color: #ffffff;
  background-color: #74c268;
  border-color: #adadad;
}

.false-button.active.focus, .false-button.active:focus, .false-button.focus, .false-button:active.focus, .false-button:active:focus, .false-button:focus{
  min-width: 100px;
  color: #ffffff;
  background-color: #d54852;
  border-color: #adadad;
} 

.false-button:hover{
  min-width: 100px;
  color: #ffffff;
  background-color: #d54852;
  border-color: #adadad;
}

.buttonred{
  background-color: #d54852;
  color:#ffffff;
}

.buttongreen{
  background-color: #74c268;
  color:#ffffff;
}

.quiz-mult-icon{
  vertical-align: middle;
  color: #d54852;
}

.quiz-mult-icon-selected{
  vertical-align: middle;
  color: #74c268;
}

.align-middle{
  vertical-align: middle;
}

.module-color-green{
	color: #74c268;
}

.module-color-red{
	color: #d54852;
}

.module-color-orange{
	color: #f58f04;
}

.module-description-text {
	color: #76c1d1;
}

.module-description-text-comingsoon {
	color: #6d7471;
}

.module-length-text {
	color: #9d9d9d;
  margin-bottom: 0px;
}

.navbar-toggle{
	background-color:#76c1d1;
	margin-right: 20px;
}

.navbar-toggle .icon-bar{
  background-color: white;
}

.div-center{
	display: inline-block;
	margin:0 auto;	
}

.div-left{
	float:left;
}

.div-right{
	float:right;
}

.div-lesson-buttons{
	height:45px;
	width:100%;
	text-align:center;
}



@media (min-width:300px){	
  .mod-complete-div{
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .percent-mod-completion-image {
    height: 140px;
    margin-top: 0px;
  }
  .completed-percent-para-old {
    text-align: center;
    font-size: 30px;
    color: #909ab4;
  }
  .course-title {
    text-align: left;
    color: #76c1d1;
    margin-top: 20px;
  }
  .course-completion-text{
    position: absolute;
    padding-top: 15%;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  .course-completion-percent-text{
    position: absolute;
    padding-top: 20%;
    text-align: center;
    width: 100%;
    font-size: 60px;
  }
  .completed-text-para-old{
    margin: 0;
    text-align: center;
    padding-top: 55px;
    color: #909ab4;
    padding-right: 0px;
    font-size: 10px;
  }
  .module-image {
    height: 150px;
  }
  .profile-activity-ring{
    left : 10%;
  }
  
  .padding-left-users-stats-img {
    padding-left: 25px;
  }
  
  .user-data-center {
    padding-top: 50px;
    padding-left: 0px;
  }

}

@media (min-width:412px){
 .padding-left-users-stats-img {
    padding-left: 11%;
  }
  .profile-activity-ring {
    left: 28%;
  }
  
}

@media (min-width:500px){
  .module-image {
    height: 215px;
  }
  .mod-complete-div{
    border-top-width: 20px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 5%;
  }
  .completed-percent-para-old{
  }
  .completed-text-para-old{
    margin: 0;
    text-align: center;
    padding-top: 55px;
    color: #909ab4;
    padding-right: 10%;
    font-size: 14px;
  }
  .profile-activity-ring{
    left : 33.5%;
  }
  .padding-left-users-stats-img {
    padding-left: 14%;
  }
  .percent-image-old{
    position: absolute;
    margin-left: 0px !important;
    padding-left: 0px;
    left: 33%;
    height: 140px;
    margin-top: 0px;
  }
}

@media (min-width: 620px){
  .profile-activity-ring{
    left : 37%;
  }
  .padding-left-users-stats-img {
      padding-left: 17%;
  }
  .percent-image-old{
    position: absolute;
    margin-left: 0px !important;
    padding-left: 3%;
    left: 33%;
    height: 140px;
    margin-top: 0px;
  }
}

@media (min-width:768px){
	.container{
		width:750px;
		min-height: 92%;
	}
  .mod-complete-div{
    border-top-width: 20px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .percent-mod-completion-image {
    height: 140px;
    margin-top: 0px;
  }
  .completed-percent-para-old {
    text-align: center;
    font-size: 30px;
    color: #909ab4;
  }
  .course-title {
    margin-top: 40px;
    text-align: left;
    color: #76c1d1;
  }
  .course-completion-text{
    position: absolute;
    padding-top: 15%;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  .course-completion-percent-text{
    position: absolute;
    padding-top: 20%;
    text-align: center;
    width: 100%;
    font-size: 60px;
  }
  .completed-text-para-old{
    margin: 0;
    text-align: center;
    padding-top: 55px;
    color: #909ab4;
    padding-right: 80px;
  } 
   .module-image {
    height: 215px;
  }
  .profile-activity-ring{
    left : 33%;
  }
  .padding-left-users-stats-img {
    padding-left: 15px;
  }
  .percent-image-old{
    position: absolute;
    margin-left: 0px !important;
    padding-left: 45px;
    left: 33%;
    height: 140px;
    margin-top: 0px;
  }
}

@media (min-width:992px){
	.container{
		width:970px;
		min-height: 92%;
	}
  .mod-complete-div{
    border-top-width: 20px;
    margin-top: 0px;
    padding-left: 0px;
  }
  .percent-mod-completion-image {
    height: 140px;
    margin-top: 0px;
  }
  .completed-percent-para-old {
    text-align: center;
    font-size: 30px;
    color: #909ab4;
  }
  .course-title {
    text-align: left;
    color: #76c1d1;
    margin-top: 20px;
  }
  .course-completion-text{
    position: absolute;
    padding-top: 15%;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  .course-completion-percent-text{
    position: absolute;
    padding-top: 20%;
    text-align: center;
    width: 100%;
    font-size: 40px;
  }
  .completed-text-para-old{
    margin: 0;
    text-align: center;
    padding-top: 45px;
    color: #909ab4;
    padding-right: 0px;
  }
   .module-image {
    height: 215px;
  }
  .profile-activity-ring{
    left : 16%;
  }  
  .padding-left-users-stats-img {
    padding-left: 12%;
  }
  .percent-image-old{
    position: absolute;
    margin-left: 0px !important;
    padding-left: 30px;
    left: 16%;
    height: 140px;
    margin-top: 0px;
  }
}

@media (min-width: 1200px){
	.container{
		width:1170px;
		min-height: 92%;
	}
  .mod-complete-div{
    border-top-width: inherit;
    margin-top: inherit;
    padding-left: inherit;
  }
  .percent-mod-completion-image{
    height: 160px;
    margin-top: 0px;
    margin-left: 7px;
  }

  .completed-percent-para-old{
    text-align: center;
    font-size: 40px;
    color: #909ab4;
  } 
  .course-title {
    text-align: left;
    color: #76c1d1;
    margin-top: 20px;
  }
  .course-completion-text{
    position: absolute;
    padding-top: 15%;
    text-align: center;
    width: 100%;
    font-size: 20px;
  }
  .course-completion-percent-text{
    position: absolute;
    padding-top: 20%;
    text-align: center;
    width: 100%;
    font-size: 60px;
  }
  .completed-text-para-old{
    margin: 0;
    text-align: center;
    padding-top: 45px;
    color: #909ab4;
    padding-right: 0px;
  }
   .module-image {
    height: 215px;
  }
  .profile-activity-ring{
    left : 20%;
  }
  .padding-left-users-stats-img {
    padding-left: 30px;
  }
  .user-data-center {
    padding-top: 55px;
    padding-left: 0px;
}
  .percent-image-old{
    position: absolute;
    margin-left: 0px !important;
    padding-left: 25px;
    left: 20%;
    height: 160px;
    margin-top: 0px;
  }
}
	

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  border-top: 1px solid #eee;
  margin-left: 0px;
  margin-right: 0px;
}
.carousel-indicators li.active{
	background-color: #76c1d1 !important;
  margin-right: 10px;
}


.carousel-indicators li.slideseen{
	background-color: #74c268;
  margin-right: 10px;
}

.carousel-indicators li{
	background-color: #9d9d9d;
  margin-right: 10px;
}

.carousel-control{
	width: 10%;
	z-index:5;
}

.carousel-control.right{	
	margin-right: 15px;
  background-image: none;
}

.carousel-control.left{	
	margin-left: 15px;
  right: 0px;
  margin-right: 0px;
  background-image: none;
}

.aptarus-icon-next{
  height : 62px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 5px;
  background-color: #343436;
  cursor: pointer;
}


.lesson-icon-next{
  height : 165px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 5px;
}

.aptarus-icon-prev{
  height : 62px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 15px;
  background-color: #343436;
}

.carousel-control .icon-next:before{
  content: '';
}

.carousel-control .icon-prev:before{
  content: '';
}

.icon-next{
  cursor: pointer;
}

.icon-prev{
  cursor: pointer;
}

videogular .iconButton, [videogular] .iconButton {   
  background: url(../images/icons/video-play-button.png) no-repeat center;
  border: none; 
  font-size:0px;
  opacity:1;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
  width: 50px;
  background-color: #343436;
  height: 62px;
  margin-top: -15px;
  font-size: 50px;  
  margin-right: 0px;  
  margin-left: 0px;
}

.right-0{
  right: 1px !important;
}

.left-0{
  left: 1px !important;
}

.blur{
  -webkit-filter: blur(2px);
	filter: blur(2px);
}

.carousel-indicators {
  position: absolute;
  left: 50%;
  bottom: initial;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.dropdown-menu>li>a {
    padding: 15px 20px;
}

.nav>li>a:hover {
    text-decoration: none;
    background-color: #fff;
}

.navbar-nav>li>.dropdown-menu{
  min-width:250px;
  -webkit-box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.28);
  -moz-box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.28);
  box-shadow: -3px 3px 1px 0px rgba(0,0,0,0.28);
  border-radius: 0px;
}

.completed-percent-para{
    text-align: center;
    font-size: 40px;
    color: #909ab4;
  }

.completed-text-para {
    margin: 0;
    text-align: center;
    padding-top: 45px;
    color: #909ab4;
    padding-right: 0px;
  font-size:14px;
}

.breadcrumb-space{
  padding-top: 50px;
}

.breadcrumb-container {
  position: fixed;
  min-height: 50px;
  z-index: 50;
  padding-left: 0px;
  padding-right: 0px;
}

.breadcrumb {
  border-radius: 0px; 
  background-color: #76c1d1;
}

.breadcrumb>li+li:before {
  padding: 0 5px;
  color: #fff;
  content: "| ";
}

.breadcrumb>li {
    display: inline-block;
    font-size: 16px;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #fff;
    border-color: #76c1d1;
}

.lms-slide-button-next{  
  background-color: #76c1d1;
  width: 100%;
  background-image:none !important;
}


.col-md-12.col-md-1.lms-slide-button-next{
  height: 100%;
}

.disclaimer-warn{
  border: 1px solid #d54852;
  padding: 3px;
  margin-right: 10%;
  margin-left: 10%;
}

.disclaimer-title{
  text-align: center;
  margin-right: 10%;
  margin-left: 10%;
}

.disclaimer-body{
  text-align: justify;
  font-size: 20px;
  margin-right: 10%;
  margin-left: 10%;
}

.disclaimer{
  min-height: 92%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{
  margin: 0px;
  padding: 10px;
  border-radius: 0px;
  background-color: #ddebe8;
  color:#9d9d9d;
}

.nav-pills>li>a{
  margin: 0px;
  padding: 10px;
}

.outline-profile{
  background-color: #f4f5f7;
  padding-right: 0px;
  min-height: 200px;
}


.thumbnail .caption {
  padding: 9px;
  color: #333;
  background-color: #F4F5F7;
  padding-top: 53% ;
  border-left: 1px solid #bcc2d2;
  border-right: 1px solid #bcc2d2;
}


.thumbnail {
  border: none;
}

.course-stack-1 {
  background-color: #d7dae3;
  height: 10px;
  margin-right: 20px;
  margin-left: 20px;
}

.course-stack-2 {
  background-color: #bcc2d2;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.comingsoon{
  color: #333;
}

.testing-overlay{
  position:relative;
}

.testing-overlay-top{
  position:absolute;
  top:0;
  left:0;
}


.testing-overlay-bottom{
  position:absolute;
}

.breadcrumb>.active {
    color: #ffffff;
}

.percent-completion-image{
    padding-left: 22%;
    padding-right: 22%;
}

.module-text{
  color: #6d7471;
  margin-bottom: 5px;
}

.panel{
  border-radius: 0px;
}


/*My Profile */
.profile-fa{
  width: 20px;
  color: #76c1d1;
  height: 30px;
}

.profile-org-name{
  color: #6d7471;
  margin-top: 0px;
}

.profile-data-center{
  padding-top: 70px;
  padding-left: 0px;
}

/*END My Profile */

/*billing*/

.card-details{
  background-image: url("../images/credit-card-front.jpg");
  /*border: 1px solid #c0c0c0; */
  min-height: 150px;
  margin-right: 2px;
  margin-top: 2px;  
}

.surround-box{
  border: 1px solid #c0c0c0;
  min-height: 150px;
  margin-right: 2px;
  margin-top: 2px;  
}

.card-details-p1{
  padding-top:85px;
}

.card-details-h2{
  padding-top:10%;
}
.card-details-p2{
  
}

.billing-fa{
  width: 20px;
}

/* end billing*/


.not-visible{
  visibility: hidden;
}

.no-border-radius{
  border-radius: 0px;
}

.sign-in-title{
  margin-top: 5px;
  margin-bottom: 15px;
  color: #6d7471;
}

.sign-in-btn{  
  color: #ffffff;
  background-color: #bcc2d1;
}

.sign-up-btn{  
  color: #ffffff;
  background-color: #74c268;
  min-width: 100px;
}

.pad-right-0{
  padding-right: 0px;
}

.width-100p{
  width: 100% !important;
}

.panel-heading {
  padding: 0px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.panel-heading h4{
  padding-left: 20px;
  margin-top: 0px;
  padding-top: 10px;
}

.padding-top-45{
  padding-top: 45px;
}

.padding-top-5{
  padding-top: 5px;
}

.padding-top-10{
  padding-top: 10px;
}

.padding-top-15{
  padding-top: 15px;
}

.padding-top-20{
  padding-top: 20px;
}

.padding-top-25{
  padding-top: 25px;
}

.padding-top-30{
  padding-top: 30px;
}

.padding-bottom-10{
  padding-bottom: 10px;
}

.padding-right-40{
  padding-right:40px;
}

.padding-right-10 {
    padding-right: 10px;
}
.padding-0{
  padding:0px;
}


.profile-img-100{
  height:100px;
  width:100px;
}

.profile-img{
  height:200px;
  width:200px;
}

.font-size-25{
    font-size: 25px;
}

.profile-info{
  padding-top:5px;
  padding-bottom:5px;
}

.module-desc-h3{
  margin-top: 10px;
  margin-bottom: 5px;
}

.module-desc-h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top-width: 5px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #76c1d1;
}

.pad-top-5 {
    padding-top: 5px;
}

.pad-top-7 {
    padding-top: 7px;
}

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

.margin-left-0 {
    margin-left: 0px !important;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-20 {
    padding-left: 20px;
}
.padding-left-15 {
    padding-left: 15px;
}
.padding-left-45 {
    padding-left: 45px;
}

.preview-message{
  margin-top: 100px;
  text-align: center;
}

.panel-button {
    padding-bottom: 3px;
    padding-top: 3px;
}

.margin-left-14 {
    margin-left: 14px;
}
.margin-right-15 {
    margin-right: 15px !important;
}

.form-border{
  border-top: 2px solid black;
  padding-top: 15px;
}

.alert-space{
  margin-top: 50px;
}

.min-height-150{
  min-height: 150px;
}

.width-40{
  width : 40px;
}

.width-90{
  width : 90px;
}

.width-76{
  width : 76px;
}

.width-50pc{
  width : 50%;
}

.beta-text{
  border: 2px solid #da5f68;
  color: #da5f68;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  padding-bottom: 5px; 
  padding-top: 5px; 
  margin-left: 5px;
  font-size: 15px;
  text-align: center;
}

.textred{
  color:#d54852;
}

.textgreen{
  color:#74c268;
}

.border1pxred{
  border: 1px solid #d54852 !important;
}

.tooltips{
  position: absolute;
  color: #FFFFFF;
  background: #d54852;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  padding-right:10px;
  padding-left:10px;
}

.tooltips-top:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #d54852;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tooltips-bottom:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #d54852;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.text-align-center{
  text-align:center;
}

.height-45{
  height: 45px;
}

.min-height-460 {
    min-height: 460px;
}

.cert-expires{
  text-align: left;
}
.font-size-15{
  font-size: 15px;
}

.nav-tabs{
 border-color:#ccc;
}

.nav-tabs > li a { 
  border: 1px solid #ccc;
  background-color:#fff; 
  color:#000;
  margin: 0px;
  padding: 15px;
  min-width: 150px;
  text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{
  color:#76c1d1;
  border: 1px solid #ccc;
  border-bottom-color: transparent;
  margin: 0px;
  padding: 15px;
  min-width: 150px;
  text-align: center;
}


.nav-tabs > li > a:hover{
  background-color: #fff !important;
  border-radius: 5px;
  color:#000;  
  border-bottom: 1px #000;
  min-width: 150px;
  text-align: center;
} 

.tab-pane {
  border-top: 0;
  /* background-color: #D6E6F3; */
   padding: 5px; 
}

.huge {
    font-size: 50px;
}

.panel-heading-stats {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
}

.panel-stats-green{
  background-color: #74c268;
  border-color: #74c268;
}
.panel-stats-red{
  background-color: #d54852;
  border-color: #d54852;
}
.panel-stats-orange{
  background-color: #f58f04;
  border-color: #f58f04;
}
.panel-footer-stat {
  color: #909ab4;
  padding: 10px 15px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fa-color-gold{
  color: #FFD800;
}


.width-85-px{
  width: 85px;
}

.match-red{
  background-color: #d54852;
  color: #fff;
}

.match-green{
 background-color: #74c268;
}

.strength-Worst{
  background-color: #d54852;  
  color: #fff;
}

.strength-Bad{
  background-color: #d54852;  
  color: #fff;
}

.strength-Weak{
  background-color: #d54852;
  color: #fff;
}

.strength-Good{
  background-color: #74c268;
  color: #fff;
}

.strength-Strong{
  background-color: #74c268;
}


.input-required {
    font-size: 10px;
    color: #d54852;
    border: none;
    background-color: #fff;
    padding-top: 6px;
}


.input-not-required {
    font-size: 10px;
    color: #fff;
    border: none;
    background-color: #fff;
    padding-top: 6px;
}

.relative-div{
  position:relative;
}

.percent-image{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    top: 0px;
    height: 160px;
  }

.signup-step {
    text-align: center;
    color: #76c1d1;
    margin-top: 20px;
}

.create-account{
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

div.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  padding-top: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d54852;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 50px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #74c268;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(45px);
  -ms-transform: translateX(45px);
  transform: translateX(45px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.slider.rounded {
  border-radius: 4px;
}

.slider.rounded:before {
  border-radius: 4px;
}

.slider-off{
  border-radius:4px;
  color:white;
  content:"Off";
  float: right;
  padding-right: 15px;
}
.slider-on{
  color:white;
  content:"On";
  padding-left: 15px;
}

.tooltip .tooltip-inner {
    background-color:#2fa5fb;
}
.tooltip.left > .tooltip-arrow {
   border-left-color: #2fa5fb;
}

.float-r{
	float:right;
}

.text-center{
  text-align: center;
}