/*
vert 9dc02e
bleu 051a37

*/

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 5rem;
  margin-bottom: 40px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  line-height: 40px; /* Vertically center the text there */
  background-color: #212529;
  color:#ffffff;
  text-align:right;
  padding-right:20px;
}


.icon-small
{
    height:18px;
    margin:0;
	padding:0;
}

.icon-medium
{
    height:22px;
	margin:0;
	padding:0;
}

.navbarlogo {
    max-height:40px;
}


.message-alert {
    margin-top: 5rem;
}

.question-answer {
    border:1px solid black;
    padding : 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.create-question-form {
    margin: 0 auto;
    margin-top: 2rem;
}

.create-question-form h3 {
    text-align: center;
    line-height: 300%;
}

.create-quiz-form {
    margin: 0 auto;
    margin-top: 2rem;
}

.create-quiz-form h3 {
    text-align: center;
    line-height: 300%;
}

.create-quiz-questions {
    margin-top: 1rem;
    border:1px solid black;
    padding:20px;
}

.create-quiz-add-question {
    margin-top: 2rem;
    text-align:center;
}
.create-quiz-questions td{
    vertical-align: middle;
}

.right-answer {
    background-color:green;
}

.create-quiz-questions img {
    width: auto;
    height: auto;
    max-width:100%;
    max-height:75px;
}

.create-quiz-info {
    margin-top: 2rem;
    border:1px solid black;
}


.create-quiz-or {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}

.create-quiz-upload {
    text-align: center;
    margin-bottom: 2rem;
}

.quiz-create-own {
    text-align: center;
}

.quiz-redo {
    text-align: center;
    margin-top: 2rem;
    margin-bottom : 1rem;
}

.login-form {
    max-width: 420px;
    margin: 0 auto;
    margin-top: 2rem;
}

.login_socialButtons a {
	color: white; 
	opacity:0.9;
}

.login_socialButtons a:hover {
    color: white;
	opacity:1;    	
}

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

.login_btn-facebook {background: #3b5998;}

.login_btn-google {background: #c32f10;}

.login-form h3 {
    text-align: center;
    line-height: 300%;
}

.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-message {
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 10px;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.quiz-title {
  padding: 1.5rem 1.5rem;
  text-align: center;
}

.quiz-image {
  padding: 1rem 1rem;
}

.quiz-img{
  width: auto;
  height: auto;
  max-width:100%;
  max-height:100%;
}

.quiz-btn {
  text-align: center;
  margin: 1rem 1rem;
}

.quiz-progress {
  padding: 1rem 1rem;
  text-align: center;
}

.quiz-result {
  padding: 4rem 1rem;
  text-align: center;
}

.quiz-share-result {
  padding: 3rem 1rem;
  text-align: center;
}

.quiz-question {
  padding: 1rem 1rem;
  text-align: center;
}

.quiz-answer {
  padding: 1rem 1rem;
  text-align: left;
}

.quiz-explanation {
    margin: 1rem 1rem;
    padding: 1rem 1rem;
    border-style: solid;
    background-color:whitesmoke;
    word-wrap: break-word;
}

.quiz-right-answer {
    background-color:green;
}

.quiz-wrong-answer {
    background-color:red;
}

.list-quiz {
    border:1px solid black;  
    background-color:whitesmoke;
    margin:1rem;
    height:380px;
    min-height:380px;
    max-height:380px;
    position:relative;
}

.list-quiz-header{
    background-color:#051a37;
    color:#9dc02e;
    text-align:center;
    font-weight:bold;
}

.list-quiz-quiz{
    font-size:small;
    min-height: 280px;
}

.list-quiz-nav{
    margin: 3px;
    text-align: center;

}

.list-quiz-nav ul {
  justify-content: center;
  
    
}

.home-options {
    background-color:whitesmoke;
    padding:5px;
    color:#051a37;
    vertical-align:middle;
}

.qemodal {
    background-color:redwhitesmoke;
    padding:5px;
    color:#051a37;
}

.user-profile {
    border:1px solid #ddd;
    padding: 1rem;
}

.user-profile table{
    border: none;
}
.user-profile th{
    border: none;
}

.user-profile td{
    border: none;
}

.text-over-avatar {
    position: absolute; 
    top: 140px; 
    left: 10px; 
    width: 100%; 
}

.avatar {
    width: 170px;
    height: 170px;
    position: relative;
}
 
.copy-paste-avatar {
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 0px; 
    left: 0px; 
}

.quizimage {
    width:602px;
    height: 317px;
    position: relative;
    border: 1px solid black;
}

.text-over-quizimage {
    position: absolute; 
    top: 280px; 
    left: 225px; 
    width: 100%; 
}

.copy-paste-quizimage {
    width: 100%;
    height: 100%;
    position: absolute; 
    top: 0px; 
    left: 0px;  
}

.user-title {
    text-align:center;
    margin: 1rem;
    margin-bottom: 2rem;
}


.card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    padding-top: 15px;
    background-color:#051a37;
    color:#9dc02e;
    height: 135px;
    font-family: "Permanent Marker";
	font-size: 32px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    margin-right: auto;
    margin-left: auto;
}

.card.hovercard .avatar img {
    width: 170px;
    height: 170px;
    max-width: 170px;
    max-height: 170px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #051a37;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}

.cardbtn{ border-radius: 50%; width:32px; height:32px; line-height:18px;  }