body {
	font-family: 'Quicksand_Book', sans-serif !important;
/*    padding-bottom:120px;*/
    display: flex;
    min-height: 150vh;
    flex-direction: column;
}
main {
    flex: 1;
}
tr td:nth-of-type(2),tr td:nth-of-type(3),tr td:nth-of-type(4) {
    text-align:center;
}
table {
    transition: all 0.5s ease;
    cursor:default;
}
.magic-idea.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.magic-questions:hover{
    background-color: #6b24b4;
}
.magic-questions:hover text{
    fill:white;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.loader {
  position:fixed;
  z-index:9999;
  top:50%;
  left:50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  
  
  border: 5px solid white;
  border-radius: 50%;
  border-top: 5px solid #68c2ff;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;  
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

#total_assessment{
     box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    opacity:0;
}
#total_assessment h1{
    font-size:5em;
    text-align:center;
    padding:10px 15px;
    border-radius:5px;
    margin:0;
    transition: all 0.3s ease;
}
.assessment_name{
    font-size:1.3em;
    margin-top:1.5rem;
}
.assessment_result{
    font-size:3em;
}
.assessment_explanation{
    font-size:1em;
    border-radius:5px;
    border: 1px solid #cececece;
    text-align:justify;
    padding:10px;
}
.technical_name{
    font-size:0.9em;
    text-align:center;
}
.technical_value{
    font-size:2em;
    text-align:center;
    color:#247fb4;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;   
  /*background: #d3d3d3;*/
  border: 1px solid #cecece;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%; 
  background: #247fb4;
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #247fb4;
  cursor: pointer;
}


#search-button:hover{
    background-color:#50E3C2 !important;
}
#search-button:hover i{
    color:white !important;
}
#stripe_script{
    background-image : url("/img/logos_cc_min.png");
}
#stripe_script:hover{
    background-image : url("/img/logos_cc_soft_min.png");
}

.me-center{
    text-align:center;
}
.nav-item{
    transition: all 0.3s ease-in;
}
.nav-item .nav-link, .nav-item{
    transition: all 0.3s ease-in;
}
.navbar{
	background-image: linear-gradient(40deg, #3e00dc, #1a35f3, #2c63eb, #4679ec, #618eeb, #569bee, #54a8ee, #5bb3ec, #31bae8, #12c8ff, #00c4ff, #00e8ff)
}
.nav-item:hover{
    border-radius: 5px;
}
.nav-item:hover .nav-link{
    color: #ebadff !important;
    text-shadow: 0px 1px 3px #006344C0;
}
.me-white{
	color:white;
}
.me-blue{
	color:#48B3E2;
}
.me-purple{
	color:#7494D6;
}
.me-purple2{
    color: #6b24b4;
}
.me-green{
	color:#50E3C2;
}
.me-dark-blue{
	color:#246bb4;
}
.me-dark-green{
	color:#24b47e;
}
.me-dark-blue{
	color:#247fb4;
}
.me-grey{
    color:#525f7f;
}
.me-pale-blue{
    color:#d9fcff;
}
.me-pale-purple{
    color:#fad9ff;
}
.me-dark{
	color:#334262;
}
.me-button-text{
    
    color:white;
    font-size:0.85em;
    letter-spacing: 0.11em;
    text-shadow: 0px 1px 3px #006344C0;
    text-decoration: none !important; 
}
.me-button-text:hover{
    color:white;    
}
.me-button:hover{
    background-color:#8c45e6;
}
.me-button{
    cursor:pointer;
    border-radius:5px;
    background-color:#6b24c5;
    text-align:center;
    font-weight:bold;
    text-transform:uppercase;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -moz-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50,50,93,.25);
    transition: color 0.3s ease;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
#dtBasicExample_wrapper{
    margin-top:30px;
}

.alert{
    min-width: 250px;
    text-align: center;
    position: fixed !important;
    z-index: 1000;
    max-width: 640px;
    bottom: 110px;
     -webkit-box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    -moz-box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
    box-shadow: 10px 10px 24px -6px rgba(0,0,0,0.56);
}

.me-button-menu.me-button-open{
    left: 255px;
}
.me-button-menu.me-button-open #search-tips-text{
    display:none;
}

.me-button-menu{
    position:absolute;
    /*font-size:3rem;*/
    width:80px;
    height:50px;
    left:5px;
    animation: bounce 0.5s;
    animation-direction: alternate;
    animation-iteration-count: 6;
    z-index: 999;
}
.cbp-spmenu {
	background: #50e3c2;
}
.cbp-spmenu-vertical {
	width: 250px;
	/*top: 3.95rem;*/
	top: 0px;
	z-index: 999;
}
.cbp-spmenu-left {
	left: -250px;
}
.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}
.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.shadow-row{
    transition: background-color 0.2s ease;
}

.shadow-row:hover{
    background-color: #f6efff;    
} 

.button_store{
    transition: all 0.5s ease;
    -moz-transform: scale(0.7);
     -webkit-transform: scale(0.7);
     -ms-transform: scale(0.7);
     transform: scale(0.7);     
     fill: '#9f9f9fde';
}

.cbp-spmenu-push-toright {
	left: 250px;
}

.cbp-spmenu-push-toleft {
	left: -250px;
}

/* Transitions */

.cbp-spmenu, .cbp-spmenu-push, .me-button-menu{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Example media queries */

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}
    #search-tips-text{
        display:none;
    }    
}


@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}
    #search-tips-text{
        display:none;
    }

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
    
    
        
}


@keyframes bounce {
  from { transform: translate3d(0, 0, 0);     }
  to   { transform: translate3d(0, 2px, 0); }
}


@media (min-width: 768px) {
    
    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item, 
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item  + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -100%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item, 
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}

.onoffswitch {
    position: relative; width: 103px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #FFFFFF; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "Books";
    padding-left: 10px;
    background-color: #50E3C2; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "Kindle";
    padding-right: 10px;
    background-color: #7494D6; color: #FFFFFF;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 4px; height: 22px;
    background: #FFFFFF;
    position: absolute; top: 2px; bottom: 0;
    right: 69px;
    border: 2px solid #FFFFFF; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 6px; 
}

.me-shadow{
    -webkit-box-shadow: 3px 9px 13px -6px rgba(0,0,0,0.36);
    -moz-box-shadow: 3px 9px 13px -6px rgba(0,0,0,0.36);
    box-shadow: 3px 9px 13px -6px rgba(0,0,0,0.36);
}

.fa-star,.fa-star-half-alt {
    color:#ffbd00;
}
.top-15{
    background-color:white !important;
}
#me-home-button:hover{
    background-color:#ffffff9a;
    color:black;
}