@font-face {
    font-family: Lato-Black;
    src: url(../assets/fonts/Lato-Black.ttf);
}

@font-face {
    font-family: Lato-BlackItalic;
    src: url(../assets/fonts/Lato-BlackItalic.ttf);
}

@font-face {
    font-family: Lato-Bold;
    src: url(../assets/fonts/Lato-Bold.ttf);
}

@font-face {
    font-family: Lato-BoldItalic;
    src: url(../assets/fonts/Lato-BoldItalic.ttf);
}

@font-face {
    font-family: Lato-Italic;
    src: url(../assets/fonts/Lato-Italic.ttf);
}

@font-face {
    font-family: Lato-Regular;
    src: url(../assets/fonts/Lato-Regular.ttf);
}

@font-face {
    font-family: Lato-Light;
    src: url(../assets/fonts/Lato-Light.ttf);
}

@font-face {
    font-family: Lato-Light-Italic;
    src: url(../assets/fonts/Lato-LightItalic.ttf);
}


/*=================external lyout page==================*/

.external-container {
    display: flex;
    min-height: 100%;
    margin: 0px;
}

.external-container .content {
    flex: 1;
    padding: 0px;
}

.external-container .back-design {
    background-color: #213f93;
    flex: 2;
    padding: 0;
}

.external-container .back-logo {
    position: fixed;
    height: 100%;
    width: 67%;
}

.external-container .btn-myDsp {
    background-color: #213f93 !important;
    border-color: #213f93 !important;
    color: #fff !important;
    border-radius: 2px !important;
}

.external-container .left-panel {
    height: 100%;
    background-color: white;
}


/*==================registration page===================*/

.registration-panel {
    border-style: solid;
    border-width: thin;
    border-color: black;
    font-family: Lato-Regular;
}

.registration-panel .errorServer {
    background-color: #fad7d5;
    color: #a1484d;
    font-size: 16px;
    font-family: Lato-Regular;
    padding: 8px 0px 8px 15px;
    height: 70px;
}

.registration-panel .errorServer .contact {
    display: block;
    line-height: 15px;
}

.registration-panel .registration-head {
    margin-bottom: 20px;
}

.registration-panel .registration-title {
    font-size: 54.75px;
    color: black;
    margin-bottom: 0px;
    font-family: Lato-BlackItalic;
    line-height: 60px;
    padding-top: 15px;
}

.registration-panel .sub-title {
    font-size: 26px;
    font-family: Lato-Regular
}

.registration-form .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 5.5px;
    width: 140px;
}

.registration-form .selectize-dropdown {
    z-index: 1001;
}

.registration-form .selectize-input .ui-select-search,
.registration-form input.form-control {
    padding: 8px;
    border-radius: 6px !important;
    font-size: 16px;
    margin-top: 0;
}

.registration-form .selectize-input .ui-select-match {
    font-size: 16px;
}

.registration-form {
    text-align: center;
}

.registration-form > div {
    display: inline-block;
    text-align: left;
}

.registration-form .ui-select-container {
    height: 38px;
}

.registration-form div.selectize-control.single.invalid-input .selectize-input {
    border: 1px solid #fff;
}

.registration-form .ui-select-container .selectize-input.selectize-focus {
    border-color: rgb(226, 226, 226) !important;
}

.registration-form input.form-control.ng-invalid-error {
    border: 1px solid #e2e2e2;
    box-shadow: none;
}

.registration-form .error {
    font-size: 11px;
}

.registration-form input.invalid-input,
.registration-form .ui-select-container.invalid-input .selectize-input {
    border: 1px solid #ff0000 !important;
}

.registration-form .fa-question-circle {
    font-size: 24px;
    position: absolute;
    z-index: 1000;
    top: 7px;
    right: 10px;
}

.vat-policy-tooltip {
    position: absolute;
    border-bottom: none;
}

.password-policy-tooltip {
    position: absolute;
    border-bottom: none;
}

.registration-form .btn-myDsp {
    font-size: 30px;
    font-weight: 600;
    margin-top: 40px;
    padding: 0;
    border-radius: 6px !important;
}

.registration-form .required-terms .terms-wrapper {
    width: 300px;
    border: 1px solid #ff0000 !important;
    border-radius: 6px;
    padding-left: 4px;
}

.registration-form .required-company {
    width: 300px;
    border: 1px solid #ff0000 !important;
    border-radius: 6px;
    padding-left: 4px;
}

.registration-form .terms-input-wrapper {
    vertical-align: middle;
    display: inline-block;
}

.registration-form .marketing-input {
    vertical-align: top;
    display: inline-block;
}

.registration-form .terms-text a{
    text-decoration: underline;
}

.registration-form .terms-text {
    line-height: 35px;
}

.registration-panel .already-register,
.registration-form .terms {
    font-family: Lato-Italic;
    font-size: 16px;
}

.registration-form .btn-myDsp,
.registration-form .selectize-input,
.registration-form input.form-control,
.registration-form .error {
    width: 300px;
}

.registration-form .marketing-text {
    width: 283px;
}

.registration-form .captcha {
    padding: 0;
}

body
{
    counter-reset: annexCounter;
}

.annex
{
    counter-reset: annexSubCounter;
}

.annex:before
{
    counter-increment:annexCounter;
    content: Counter(annexCounter)". ";
}

.annexSub:before
{
    counter-increment:annexSubCounter;
    content: Counter(annexCounter)"." Counter(annexSubCounter)". ";
}

/*====================thank you page====================*/

.thanks-wrapper {
    padding-right: 0px;
    text-align: center;
}

.thanks-wrapper h1 {
    font-size: 74px;
    font-family: Lato-BlackItalic;
    font-style: italic;
    color: black;
    margin-bottom: 0px;
}

.thanks-wrapper .div-wrapper {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.thanks-wrapper img {
    height: 45px;
    display: block;
    margin: auto;
}

.thanks-wrapper .learn-more a {
    color: #213f93;
    font-weight: bolder;
}

.thanks-wrapper .thanks-content label {
    margin-bottom: 0px;
    font-family: Lato-Regular;
    font-size: 18.7px;
}

.thanks-wrapper .learn-more {
    font-family: Lato-Italic;
    font-size: 18px;
}

.thanks-wrapper .thanks-content label:last-child {
    padding-bottom: 30px;
}

.thanks-wrapper .thanks-helping {
    position: absolute;
    bottom: 15px;
    font-family: Lato-Regular;
    font-size: 15px;
    width: 100%;
}

.thanks-wrapper .thanks-helping label {
    display: block;
}
.checkbox{
    width: 20px !important;
    display:inline;
}

ol.numeric-list li{
    list-style-type: decimal;
    list-style-position: outside;
}

ol.

ol.alpha-list {
    margin-left: 30px;
}

ol.alpha-list li{
    list-style-type: lower-alpha;
    list-style-position: outside;
}

.modal-body.terms{
    /*width: 100%;*/
    /*max-height: calc(100vh - 120px);*/
    /*overflow: auto;*/
    padding:1px 70px;
}


.modal-body.terms .header-terms{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.modal-body.terms .ident{
    margin-left:30px;
}
.modal-body.terms .margin{
    margin-top: 50px;
}





/*===============forgot password page================*/

.reset-password-panel .panel-body,
.forgot-password-panel .panel-body {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-30%);
}

.reset-password-panel .reset-password-title,
.forgot-password-panel .forgot-password-title {
    font-size: 54.75px;
    color: black;
    margin-bottom: 0px;
    font-family: Lato-BlackItalic;
    line-height: 60px;
    padding-top: 15px;
}

.forgot-password-panel .sub-title {
    font-size: 22px;
    font-family: Lato-Regular
}

.reset-password-form .btn-myDsp,
.forgot-password-form .btn-myDsp {
    font-size: 20px;
    font-weight: 600;
    padding: 5px;
    font-family: Lato-Regular;
    width: 100%;

}

.forgot-password-form .return-login a {
    font-family: Lato-Italic;
    font-size: 16px;
    vertical-align: middle;
    line-height: 40px;
    text-decoration: underline;
}

.forgot-password-form .return-login {
    text-align: center;
}

.reset-password-panel .error-text {
    font-size: 16px;
    font-family: Lato-Regular;
    text-align: center;
    padding-top: 20px;
}

.reset-password-panel .error-text a{
    text-decoration: underline;
    color: #213f93;
}

.reset-password-panel .error-text span{
    color: #213f93;
}

.reset-password-form .invalid-input,
.forgot-password-form .invalid-input {
    border: 1px solid #ff0000 !important;
    margin-bottom: 5px;
}

.reset-password-panel .reset-password-server-error,
.forgot-password-server-error {
    background-color: #fad7d5;
    color: #a1484d;
    height: 35px;
    font-size: 16px;
    font-family: Lato-Regular;
    width: 100%;
    text-align: center;
}

.forgot-password-sent-mail {
    background-color: #cceae3;
    color: #61bb67;
    height: 35px;
    font-size: 16px;
    font-family: Lato-Regular;
    width: 100%;
    text-align: center;
}


.reset-input input {
    width: 100%;
    border: 1px solid #e2e2e2;
    height: 40px;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: Lato-Regular;
    font-weight: semibold;
}

.reset-password-panel .reset-input input {
    width: 93%;
    margin-right: 5px;
}

.reset-password-panel .btn-myDsp {
    width: 93%;
}

