@font-face {
    font-family: "Supernett cn W00 Regular";
    src: url("/fonts/Supernett/Supernett.eot?#iefix");
    src: url("/fonts/Supernett/Supernett.eot?#iefix") format("eot"), url("/fonts/Supernett/Supernett.woff2") format("woff2"), url("/fonts/Supernett/Supernett.woff") format("woff"), url("/fonts/Supernett/Supernett.ttf") format("truetype");
}


/* CSS Mini Reset */

html,
body,
div,
form,
fieldset,
legend,
label {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th,
td {
    text-align: left;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th,
td,
caption {
    font-weight: normal;
}

img {
    border: 0;
}


/* end reset */

html,
body {
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.32;
    letter-spacing: 0.2px;
    text-align: center;
    color: #272727;
    height: 100%;
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

p {
    text-align: left;
}

h1,
h2,
h3 {
    text-align: center;
    font-family: "Supernett cn W00 Regular";
}

h1 {
    font-size: 36px;
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    display: inline-block;
    margin: 0 10px;
}

.clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

aside {
    width: 30%;
    float: left;
    line-height: 140%;
}

.component-fade-enter-active,
.component-fade-leave-active {
    transition: opacity .3s ease;
}

.component-fade-enter,
.component-fade-leave-to
/* .component-fade-leave-active for <2.1.8 */

{
    opacity: 0;
}

main {
    /*width: 80%;
  max-width: 1200px;
  margin: 0 auto;
 
  background-color: #FFF;
  margin: 25px auto;
   padding: 30px;
  border-radius: 12px;*/
    text-align: left;
}

sectionX {
    float: right;
    width: 65%;
}

#app {
    height: 100%;
}

#app-content {
    height: 100%;
}

#mainContent {
    position: relative;
    width: 100%;
    display: table-cell;
    vertical-align: top;
    background-image: url("/assets/bg/BGx1024.jpg");
}

#client-app {
    width: 100%;
    height: 100%;
    display: table;
}

.content {
    min-height: 100%;
}

.content-inside {
    text-align: center;
    padding: 20px;
    padding-bottom: 70px;
}

.fullHeight {
    min-height: 100%;
}

.footer {
    height: 50px;
    margin-top: -70px;
    padding: 10px;
}

.version {
    position: absolute;
    font-size: 10px;
    color: 7f7f7f;
}


/* Splash & Login */

.page {
    height: 100%;
}

.fullPage #logos {
    margin-top: 30px;
    position: relative;
    width: 161px;
    margin: auto;
    float: none;
}

.midText {
    text-align: center;
    max-width: 80%;
    margin: auto;
}

.page.login {
    margin: 0px auto;
    text-align: center;
    width: 437px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.17);
}

.page.login .footer {
    font-family: "Supernett cn W00 Regular";
    font-size: 20px;
    color: #fff;
    background-color: #4f738a;
}

.page.login .footer .fa {
    color: #fff;
}


/*form inpt*/

input[type="text"],
input[type="password"],
input[type="email"] {
    padding: 10px;
    border: none;
    border-bottom: solid 2px #c9c9c9;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.1px;
    color: #bababa;
    transition: border 0.3s;
}

input[type="email"]:focus,
input[type="email"].focus {
    border-bottom: solid 2px #969696;
}

input[type="password"]:focus,
input[type="password"].focus {
    border-bottom: solid 2px #969696;
}

input[type="text"]:focus,
input[type="text"].focus {
    border-bottom: solid 2px #969696;
}

.fa {
    font-size: 21px;
    color: #626262;
}

.fullPage {
    text-align: center;
}

.p1 {
    display: inline-block;
    width: 40%;
    text-align: left;
}

.redBtn {
    cursor: pointer;
    color: #fff;
    width: 192px;
    height: 54px;
    border-radius: 100px;
    background-color: #bd4600;
    font-family: "Supernett cn W00 Regular";
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 1);
    border: solid 6px #ffffff;
    font-size: 26px;
    letter-spacing: 1.1px;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: all .2s ease-in-out;
}

.redBtn:hover {
    transform: scale(1.1);
}

a:hover {
    transform: scale(1.1);
}

a {
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.redBtn:focus {
    outline: 0;
}

a:focus {
    outline: 0;
}

.noButton {
    border: none;
    background-color: transparent;
    color: inherit;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.noButton:hover {
    /*text-shadow: 0px 0px 8px #333;*/
    transform: scale(1.1);
}

.noButton:focus,
.noButton:active {
    outline: none !important;
}

.footer {
    background-color: #fff;
    padding: 10px;
    border-top: #4f738a solid 5px;
}

.footer .lhBox {
    text-align: left;
    width: 166px;
    height: 45px;
    font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.36;
    letter-spacing: 0.3px;
    color: #000000;
}

.footer .logo {
    margin-left: 5px;
    float: right;
    width: 70px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.page-bg {
    width: 100%;
    height: 100%;
    background-image: url("/assets/bg/BGx1024.jpg");
}

.logo.cancerCouncil {
    background-image: url("/assets/icons/CC_Tasmania.png");
}

.logo.swcu {
    background-image: url("/assets/icons/SWCU-logo.png");
    background-size: cover;
}

.logo.quit {
    background-image: url("/assets/icons/quit-logo.png");
}

.dropdown-menu li {
    display: block;
}

.v-select .dropdown-toggle .open-indicator {
    bottom: auto;
    top: 10px;
}

v-select .dropdown-toggle .form-control {
    width: 10px
}

.loginDetails input {
    width: 275px;
}

.loginDetails input[type='checkbox'] {
    width: auto;
}


/* Media query for tablet and Small screen*/

@media only screen and (min-width: 1000px) and (max-width: 1160px) {
    #vid-t1 h1 {
        padding-top: 50px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .landscapeOnly {
        display: none;
    }
}

@media only screen and (max-width: 900px) {
    #vid-t1 h1 {
        padding-top: 50px !important;
    }
}


/* Media query for Mobile devices*/

@media only screen and (min-width: 285px) and (max-width: 480px) {
    main {
        width: 100%;
        margin: 0 auto;
        border-radius: none;
    }
    .content-inside {
        width: 300px;
        padding-left: 10px;
    }
    .loginDetails input {
        width: 230px;
    }
    .dropdown {
        width: 255px;
    }
    .page.login {
        width: 100%;
        min-width: 250px;
    }
}