@font-face {
    font-family: CallunaSans;
    src: url("/mobile-device/fonts/exljbrisCallunaSans-Regular.otf") format("opentype");
}

@font-face {
    font-family: Avenir;
    src: url("/mobile-device/fonts/AvenirLTStd-Book.otf") format("opentype");
}

@font-face {
    font-family: Kessel;
    src: url("/mobile-device/fonts/TalbotTypeKessel205-Book.otf") format("opentype");
}

body {
    font-family: Avenir;
}


.logo {
    margin-top: 50px;
    margin-left: 50px;
    width: 280px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Kessel;
}
h1 {
    font-size: 36pt;
}
p {
    font-size: 20pt;
}
.dash-nav a {
    clear: both;
    display: block;
    background-color: #D7B23F;
    border-radius: 15px;
    margin-bottom: 45px;
    height: 135px;
    line-height: 135px;
    color: #ffffff;
    text-align: center;
    font-size: 2.9rem;
    text-decoration: none;
}

.dash-nav a.disabled {
    pointer-events: none;
    cursor: default;
    background-color: #dcdee0;
}
.dash-nav a:visited {
    color: #ffffff !important;

}
.dash-title h1 {
    margin-bottom: 40px;
    margin-top: 30px;
}

.full-screen {
    margin-top: 50px;
    margin-right: 50px;
}
.scan-form input {
    border: 0px;
    border-color: #ffffff;
    outline: none;
    box-shadow:none;
}

.scan-form input:focus {
    border: 0px;
    border-color: #ffffff;
    outline: none;
    box-shadow:none;
}

.mobile-footer a {
    color: #e2696d;
    font-size: 1.7vh;
    text-decoration: none;
}
.mobile-footer a:visited {
    color: #e2696d;
}

.mobile-header a {
    color: #e2696d;
    font-size: 1.7vh;
    text-decoration: none;
}
.mobile-header a:visited {
    color: #e2696d;
}
.mobile-info-box h2 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.mobile-info-box h3 {
    margin-bottom: 20px;
}
.mobile-info-box {
    margin-bottom: 50px;
}
.dash-checklist h3 {
    line-height: 50px;
    margin-bottom: 30px;
}

.materials-spacer {
    width: 100%;
    height: 60px;
    clear: both;
}

.mobile-drawling-list {
    background-color: #D7B23F;
    border-radius: 10px;
    margin-left: 30px;
    color: #ffffff;
}

.mobile-drawling-list ul {
    list-style: none;
    font-size: 23px;
    color: #ffffff;
    padding-left: 0px;

}
.mobile-drawling-list ul a {
    color: #ffffff;
    text-decoration: none;
    line-height: 30px;
}
.mobile-drawling-list ul li {
    padding: 15px 0px;
}

a.drawing-issue-button {
    background-image: url('/mobile-device/img/drawing-issue.png');
    background-repeat: none;
    background-size: 40px;
    width: 40px;
    height: 33px;
    float: right;
    cursor: pointer;
}

.mobile-device-modal .modal-header{
    border: 0px;
}
.mobile-device-modal {
    background-color: #47a8c0;
    border-radius: 60px;
}

.mobile-device-modal textarea {
    width: 80%;
    padding: 10px;
    height: 100px;
}

.staff_id input{
    background-color: #D7B23F;
    border: 0px;
    padding: 0px;
    width: 110px;
    color: #ffffff;
    height: 50%;
}

.staff_id input:focus {
    border: 0px;
    outline: none;
}
.staff_id {
    clear: both;
    display: block;
    background-color: #D7B23F;
    border-radius: 15px;
    margin-bottom: 45px;
    height: 135px;
    line-height: 135px;
    color: #ffffff;
    text-align: center;
    font-size: 2.9rem;
    text-decoration: none;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}



/* added from http://jsfiddle.net/La8wQ/10/ */
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin-right: 20px;
}
.visa{background-image:url(/mobile-device/img/green-tick.png);}
.mastercard{background-image:url(/mobile-device/img/red-cross.png);}

.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:39%;
    height:70px;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    -webkit-filter: brightness(1) grayscale(1) opacity(1);
    -moz-filter: brightness(1) grayscale(1) opacity(1);
    filter: brightness(1) grayscale(1) opacity(1);
}

@media screen and (max-width: 1300px) {
    .drinkcard-cc {
        width: 30%;
        height:50px;
    }
    .card-header h3 {
        font-size: 1.50rem;
    }
    .drawing-link {
        max-width: 80%;
    }
}

.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(1);
    -moz-filter: brightness(1.2) grayscale(.5) opacity(1);
    filter: brightness(1.2) grayscale(.5) opacity(1);
}

/* Extras */
a:visited{color:#888}
a{color:#444;text-decoration:none;}
p{margin-bottom:.3em;}

/* end added from */


.radio-group input[type=radio] {
    position: absolute;
    visibility: hidden;
    display: none;
}

.radio-group label {
    color: #000000;
    background-color: #dcdee0;
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 20px;
    margin-left: 20px;
    border: 2px solid #a6aaa9;
}

.radio-group input[type=radio]:checked + label{
    color: #000000;
    background: #7fc3d3;
}

.radio-group {
    display: inline-block;
    overflow: hidden;
}

.further_info_modal {
    background-color: #ffffff;
    border-radius: 60px;
}
.further_info_modal .modal-header{
    border: 0px;
}
.further_info_modal textarea {
    width: 80%;
    padding: 10px;
    height: 100px;
}
.mobile-uploader input {
    margin-bottom: 20px;
}

.call-button {
    background-color: #1E335B;
    font-size: 15px;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    font-weight: normal;
    font-family: Avenir;
}

a:visited {
    color: inherit;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-top: 3rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    size: 3rem;
}

.card-header {
    padding: 0px;
    border: 0px;
    background-color: #ffffff;
}
.btn-task {
    padding: 0px;
}
.task-icon {
    font-size: 40px;
}
.bottomdiv {
    position:absolute;
    bottom:20px;
    right: 20px;
}