﻿
@font-face {
    font-family: 'AvenirNext';
    src: url('https://cdn.gimletlms.com/fonts/AvenirNext/AvenirNextLTPro-Regular.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'AvenirNext';
    src: url('https://cdn.gimletlms.com/fonts/AvenirNext/AvenirNextLTPro-Bold.otf') format('opentype');
    font-weight: 700;
}

a {
    color: #f58020;
}

label {
    font-weight: 300;
    margin-bottom: 0;
}




body .k-widget,
body .k-widget .k-input,
body .k-widget input,
body .k-widget textarea,
body .k-widget select,
.k-input-inner {
    font-family: 'AvenirNext' !important;
    font-size: 14px !important;
}


.registration-password {
    border-top: 1px solid lightgray !important;
    margin-top: 40px;
}

.registration-date-of-birth > .k-widget {
    height: auto;
}

.registration-date-of-birth .k-picker-wrap {
    border: none;
    box-shadow: none;
}

    .registration-date-of-birth .k-picker-wrap input {
        text-indent: 12px;
        border-bottom: none;
    }


.form-control {
    font-size: 14px !important;
}


.text-danger {
    font-size: 15px;
}



a:hover {
    color: #c46619;
}

.registration-tooltip {
    padding-top: 10px;
    color: #f58020;
    cursor: pointer;
}

.registered-info {
/*    text-overflow: ellipsis;
    white-space: nowrap;*/
}

.registration-tooltip-password {
    margin-top: 50px;
    color: #f58020;
    margin-left: -5px;
    cursor: pointer;
}

.role-tooltip {
    color: #f58020;
    margin-left: -5px;
    cursor: pointer;
}

#role-container {
    padding: 10px 15px 0 13px;
    display: none;
}

.role-input-area {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

.registration-input {
    padding-top: 3px;
    border-bottom: 1px solid lightgray;
}

.registration-title {
    padding-top: 15px;
}

.registration-start-description {
    padding-top: 10px;
    padding-bottom: 5px;
}

.registration-description {
    padding-top: 25px;
    padding-bottom: 5px;
}

.registration-country-role-info {
    padding-bottom: 15px;
}


.registration-form-loader {
    display: none;
    padding: 10px;
    padding-top: 35px;
    font-size: 14px;
}

.registered-row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.registration-form-container {
    padding-bottom: 25px;
}


.registration-dropdown {
    padding-left: 7px;
}

.searchable-dropdown {
    min-width: 100%;
}

.select2-container {
    width: 100% !important;
}


.select2-container--default .select2-selection--single {
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid lightgray !important;
    border-top: none;
    border-radius: 0;
    height: 34px;
    padding-top: 2px;
}



.select2-selection__arrow {
    margin-right: 5px;
    margin-top: 2px;
}


.registration-datepicker-container {
    padding-top: 10px;
    padding-left: 10px;
}

#registration-company-other {
    display: none;
}

.select2-selection--single {
    margin-left: 0px;
    margin-right: 0px;
}

#integration-error {
    padding-left: 12px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f58020;
}

.select2-container *:focus {
    outline-color: #f58020;
}




*:focus {
    outline: none !important
}

.registration-return-link-container {
    padding-bottom: 10px;
    padding-top: 15px;
}

.registration-return-link {
    color: #f58020;
    cursor: pointer;
}

    .registration-return-link:hover, .registration-return-link:focus {
        color: #c46619;
    }

    .registration-return-link:hover, .registration-return-link:active, .registration-return-link:visited, .registration-return-link:focus {
        text-decoration: none;
    }

.registration-datepicker-validation-error {
    padding-left: 3px;
}

.registration-datepicker-description {
    padding-top: 5px;
    font-size: 14px;
}

.registration-submit-btn-container {
    padding-top: 20px;
}

.registration-error {
    display: none;
    padding-left: 20px;
}

.continue-btn-container {
    padding: 15px 0;
}

.taxno-btn-container {
    padding: 10px 0 25px 0;
}

.registration-submit-btn, .continue-btn, .taxno-btn {
    width: 100%;
    border-radius: 0;
    color: white;
    background-color: #f58020;
    font-size: 14px;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
}

    .registration-submit-btn:hover,
    .registration-submit-btn:focus,
    .registration-submit-btn:active,
    .registration-submit-btn:visited,
    .continue-btn:hover,
    .continue-btn:focus,
    .continue-btn:active,
    .continue-btn:visited,
    .taxno-btn:hover,
    .taxno-btn:focus,
    .taxno-btn:active,
    .taxno-btn:visited {
        background-color: #c46619;
        color: white;
        border: none !important;
    }

    .registration-submit-btn:disabled,
    .continue-btn:disabled,
    .taxno-btn:disabled   {
        background-color: #aeaeae;
        color: white;
        border: none !important;
    }




.registration-datepicker {
    width: 100%;
}


.registration-privacy-statement-container {
    padding-top: 20px;
    font-size: 14px;
    padding-left: 10px;
}


.registration-container {
    background-color: white;
    margin-top: 15px;
    font-size: 14px;
    min-height: 300px;
}

.registration-language {
    margin-top: 15px;
}

.registration-logo-container {
    margin-top: 35px;
}

.registration-input-validation-error {
    padding-left: 12px;
}

@media only screen and (max-width : 992px) {
    .registration-logo-container {
        padding-top: 35px;
    }
}


@media only screen and (max-width : 768px) {
    .text-danger {
        font-size: 13px;
    }
}

/*.form-control {
    border: none;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
    box-shadow: none;
}

    .form-control:active, .form-control:hover, .form-control:after, .form-control:before, .form-control:focus {
        border: none;
        border-bottom: 1px solid lightgray;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }*/

hr {
    margin: 0;
}

p {
    font-size: 14px !important;
}

h3 {
    font-size: 20px !important;
}

html {
}


#bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: "AvenirNext", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    background-color: transparent;
    background-image: url('img/background.jpg');
}


.field-validation-valid {
    display: none;
    padding-left: 4px;
    font-size: 14px;
}

.k-state-selected, .k-list > .k-state-selected {
    background-color: #d5d5d5;
    border: #d5d5d5;
    color: black;
}


.k-dropdown-wrap.k-state-default {
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid lightgray;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.registration-role-radiobutton {
    cursor: pointer;
}

.registration-role-label {
    cursor: pointer;
    font-weight: normal;
}

.registration-role-container {
    padding-top: 5px;
}

.k-picker-wrap {
    border-radius: 0px;
}

#language-dropdown.k-content {
    float: right;
    margin-bottom: 20px;
}


.selected-value {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-size: 100%;
    margin-right: 10px;
    margin-top: 0px;
    background-repeat: no-repeat;
}

#languages-list .k-item {
    line-height: 1em;
}

.k-material #languages-list .k-item,
.k-material #languages-list .k-item.k-state-hover,
.k-materialblack #languages-list .k-item,
.k-materialblack #languages-list .k-item.k-state-hover {
    padding-left: 5px;
    border-left: 0;
}

.k-dropdown-wrap.k-state-default {
    background-color: white;
    border-color: lightgray;
}

.k-list-container {
    background-color: white;
}



#languages-list .k-item > span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin: 10px 10px 10px 5px;
}

    #languages-list .k-item > span:first-child {
        margin: 5px;
        width: 50px;
        height: 25px;
        background-size: 50%;
        background-repeat: no-repeat;
    }

#languages-list p {
    margin: 0;
    padding: 0;
    font-size: .8em;
}
