/*  
Theme Name: Mint Design - Quiz
Theme URI: http://www.francis.com.pt

Description: Default theme for Mint Design - Quiz

Version: 1.0
Author: Francisco Leal Coelho
*/


/* Super Form CSS Reset */

body {
    background: url(resources/images/options/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 640px;
    background-position: center center;
    position: relative;
    width: 100%;
}

button,
input,
label,
select,
textarea {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: 0 0;
    line-height: 1;
    border-radius: 0;
}

input:focus,
select:focus {
    outline: 0
}

input,
textarea,
select,
option {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

button,
input[type=button],
input[type=radio],
input[type=reset],
input[type=submit],
input[type=file],
select {
    text-indent: 0.01px;
    text-overflow: '';
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-sizing: box-sizing;
    -moz-box-sizing: box-sizing;
    box-sizing: box-sizing
}

,
input[type=radio] {
    width: 13px;
    height: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box
}

::-webkit-search-decoration {
    display: none
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    overflow: visible;
    width: auto
}

file-upload-button {
    padding: 5px;
    border: 0;
    background: #3caa85;
    height: 28px;
    color: #FFFFFF;
}

::-webkit-file-upload-button {
    padding: 5px;
    border: 0;
    background: #3caa85;
    height: 28px;
    color: #FFFFFF;
}

::-moz-file-upload-button {
    padding: 5px !important;
    border: 0 !important;
    background: #3caa85 !important;
    height: 28px !important;
    color: #FFFFFF !important;
}

textarea {
    vertical-align: top;
    overflow: auto
}

select[multiple] {
    vertical-align: top
}


/* CSS Button Reset */

[role="button"],
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


/* Reset `button` and button-style `input` default styles */

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    background: #3caa85;
    color: #FFFFFF;
    border: 0;
    border-radius: 5px;
    width: 100%;
    float: none;
    height: 50px;
    margin: 0 auto;
    display: block;
    font-size: 18px;
    /* cursor: default; */
    line-height: normal;
    overflow: visible;
    padding: 0;
    -webkit-appearance: button;
    /* for input */
    -webkit-user-select: none;
    /* for button */
    -moz-user-select: none;
    -ms-user-select: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/* Make `a` like a button */

[role="button"] {
    color: inherit;
    cursor: default;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: pre;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.gutter-x2 {
    padding-left: 20px;
    padding-right: 20px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

body {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    text-align: justify;
}

p.optional {
    color: #FFFFFF;
}

div.step {
    margin-bottom: 40px;
}

div.step h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
    color: #FFFFFF;
}

div.stepper .step,
div.form.step {
    display: none;
}

div.stepper .option {
    border: 1px solid gray;
    display: block;
    margin: 0 auto;
    width: 70%;
    height: auto !important;
    margin-bottom: 10px;

    /*	-webkit-transition : border 500ms ease-out;
 	-moz-transition : border 500ms ease-out;
 	-o-transition : border 500ms ease-out;
 	transition : border 500ms ease-out;*/
}

div.stepper .option:hover {
    border: 3px solid #d6ede4;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
    -webkit-touch-callout: none;
}

form p {
    padding-bottom: 40px;
}

.ajax.progress,
.ajax.success,
.ajax.error {
    display: none;
}

input,
input[type="file"],
select {
    border: 1px solid gray;
    border-radius: 3px;
    height: 40px;
    padding: 5px;
    width: 100%;
    float: left;
    background: #FFFFFF;
    color: #000000;
}

img {
    display: block;
    margin: 0 auto;
}

.success {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
}

.logo {
    margin: 0 auto;
    display: block;
    background: #FFFFFF;
    width: 100%;
    padding: 2px;
}

.logo img {
    width: 15%;
}


/* BreakRide3 by TCB13
Override bootstrap responsive styles like a boss!
Keep this at the end of your style.css otherwise it won't work.
*/


/* CSS Overrides for screen-sm */

@media (min-width: 768px) {
    div.stepper .option {
        float: left;
        margin: 2%;
        width: 46%;
        display: block;
    }
}


/* CSS Overrides screen-md */

@media (min-width: 992px) {
     div.stepper .option {
        float: left;
        margin: 2%;
        width: 46%;
        display: block;
    }
}



/* CSS Overrides screen-lg */

@media (min-width: 1200px) {}