:root {
    --color-primary: #150e36;
    --color-primary-80: rgba(21, 14, 54, 0.8);
    --color-primary-10: rgba(21, 14, 54, 0.1);
    --color-primary-soft: #443e5e;
    --color-primary-soft-25: rgba(115, 110, 134, 0.25);
    --color-secondary: #ff4400;
    --color-secondary-10: rgba(255, 68, 00, 0.1);
    --color-secondary-tin: #F96834;
    --color-secondary-soft: #fb8e67;
    --color-secondary-medium: #fcb399;
    --color-secondary-light: #fed9cc;
    --color-highlight: #6040f4;
    --color-highlight-60: rgba(96, 64, 244, 0.6);
    --color-highlight-55: rgba(96, 64, 244, 0.55);
    --color-highlight-25: rgba(96, 64, 244, 0.25);
    --color-highlight-radial: #4a30c7;
    --color-white: #fff;
    --color-border-white: #f8f8f8;
    --color-white-98: rgba(255, 255, 255, 0.98);
    --color-white-97: rgba(255, 255, 255, 0.97);
    --color-white-95: rgba(255, 255, 255, 0.95);
    --color-white-90: rgba(255, 255, 255, 0.9);
    --color-white-85: rgba(255, 255, 255, 0.85);
    --color-white-80: rgba(255, 255, 255, 0.8);
    --color-white-55: rgba(255, 255, 255, 0.55);
    --color-white-50: rgba(255, 255, 255, 0.5);
    --color-white-30: rgba(255, 255, 255, 0.3);
    --color-white-20: rgba(255, 255, 255, 0.20);
    --color-white-0: rgba(255, 255, 255, 0);
    --color-green: #28B405;
    --color-green-light: #A7E521;
    --color-grey: #d8d8d8;
    --color-border-grey: #e7e6ea;
    --color-border-grey-60: rgba(231, 230, 234, 0.6);
    --color-border-grey-dark: #b8b6c2;
    --color-grey-font: #736e86;
    --color-grey-font-60: rgba(115, 110, 134, 0.6);
    --color-purple-0: #b2a2fa;
    --color-purple-1: #ccc1fc;
    --color-purple-2: #e6e0fe;
    --color-purple-3: #C2B6FB;
    --color-purple-4: #e1dafd;
    --color-purple-5: #856df6;
    --color-button-hover-purple: #ebe6ff;
    --color-black: #000;
    --color-black-75: rgba(0, 0, 0, 0.75);
    --color-black-70: rgba(0, 0, 0, 0.7);
    --color-black-60: rgba(0, 0, 0, 0.6);
    --color-black-50: rgba(0, 0, 0, 0.5);
    --color-black-40: rgba(0, 0, 0, 0.4);
    --color-black-35: rgba(0, 0, 0, 0.25);
    --color-black-25: rgba(0, 0, 0, 0.35);
    --color-black-20: rgba(0, 0, 0, 0.2);
    --color-black-15: rgba(0, 0, 0, 0.15);
    --color-black-5: rgba(0, 0, 0, 0.05);
    --color-black-1: rgba(0, 0, 0, 0.01);
    --color-red: #e02020;
    --main-font: 'Replica', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --main-font--mono: 'Replica-Mono', 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    --h1-font-size: 3.75rem;
    --h1-line-height: 4rem;
    --h1-font-size-super: 4.5rem;
    --h1-line-height-super: 4.75rem;
    --h2-font-size: 2.75rem;
    --h2-line-height: 3rem;
    --h2-font-size-desktop: 3.375rem;
    --h2-line-height-desktop: 3.625rem;
    --h3-font-size: 2.25rem;
    --h3-line-height: 2.5rem;
    --h4-font-size: 1.5rem;
    --h4-line-height: 1.75rem;
    --h4-font-size-desktop: 1.75rem;
    --h4-line-height-desktop: 2rem;
    --large-font-size: 7.5rem;
    --large-line-height: 7.5rem;
    --super-large-font-size: 9rem;
    --super-large-line-height: 9.25rem;
    --copy-font-size-xsmall: 0.75rem;
    --copy-line-height-xsmall: 1rem;
    --copy-font-size-small: 0.875rem;
    --copy-line-height-small: 1.25rem;
    --copy-font-size: 1rem;
    --copy-line-height: 1.5rem;
    --copy-font-size-large: 1.1875rem;
    --copy-line-height-large: 1.5rem;
    --copy-font-size-special: 1.875rem;
    --copy-line-height-special: 1.875rem;
    --layout-gutter-width: 2.5rem;
    --layout-column-width: 5rem;
    --component-width--main: none;
    --max-width-mini-2: 57.5rem;
    --max-width-mini: 72.5rem;
    --max-width: 90rem;
    --max-width-oversize: 120rem;
    --header-height: 4rem;
    --header-height-without-tag: 8.625rem;
    --header-height-medium: 12.375rem;
    --module-time: 0.75s;
}

.login-box {
    background-color: #fff !important;
    padding: 20px 20px 28px;
    -webkit-box-shadow: 0 7px 50px 7px rgba(0,0,0,0.20);
    -moz-box-shadow: 0 7px 50px 7px rgba(0,0,0,0.20);
    box-shadow: 0 7px 50px 7px rgba(0,0,0,0.20);
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid rgba(231, 230, 234, 0.6);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #150e36;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.tt-hint {
    color: #bbb;
}

body {
    font-family: "Open Sans", Arial, sans-serif;
}

.sonoton-license .dropdown.open a {
    font-weight: normal;
}

.navbar {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.header-headline {
    margin-left: 11%;
    display: inline-block;
    padding-top: 8px;
    line-height: 1.1;
}

.contact-info {
    border-bottom: 1px solid #2b579e;
    margin-bottom: 5px;
    margin-top: 5px;
}

.contact-info, .contact-info a {
    color: #fff;
}

.panel-body {
    padding: 0px 15px;
}

.table_manage tbody td {
    padding: 5px !important;
    font-size: 90%;
}

.table_manage tbody tr:hover {
    background-color: #efefef;
}

.bgwhite {
    background-color: #fff;
}
.managebtn {
	min-width: 65px;
}
.managebtn a {
    background-color: rgb(135, 135, 135);
    padding: 3px 3px;
    width: 30px;
    display: block;
    margin-top: 2px;
	margin-right: 2px;
    height: 30px;
	float: left;
}
.managebtn a.notizen {
	width: 40px;
	color: white;
	background-color: #adadad;
}
.managebtn a.notizen:hover {
	background-color: rgb(135, 135, 135);
}
a.notizen span {
    float: left;
    line-height: 24px;
    text-align: center;
    display: block;
}

.image--white {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(106%) contrast(102%);
}

.image--grey {
    filter: invert(48%) sepia(10%) saturate(749%) hue-rotate(212deg) brightness(89%) contrast(86%);
}

a.tooltip--active .image--hover-white {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(106%) contrast(102%);
}

.license-form__table-date {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 2.1875rem 1.25rem;
  position: relative;
  width: 100%;
}

.footer__links-container {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
}

.footer__logo-container {
  order: 2;
  padding: 1.25rem 0 0.625rem;
  width: 100%;
}

.footer__logo {
  height: auto;
  max-width: 12.75rem;
}

.footer__links-items {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0.3125rem 0;
}

.footer__links-items--social {
  justify-content: center;
  order: 4;
  padding-bottom: 2.5rem;
  width: auto;
}

.footer__links-items--general {
  order: 3;
  width: 100%;
}

.footer__links-items .footer__links-item {
  width: 100%;
}

.footer__link {
  color: var(--color-white);
  cursor: pointer;
  font-size: var(--copy-font-size-large);
  line-height: var(--copy-line-height-large);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__links-items--general .footer__links-item .footer__link {
  color: var(--color-white-55);
}

.footer svg {
  height: 1.5rem;
  width: 1.5rem;
}

.footer__links-items.footer__links-items--social .footer__links-item {
  margin: 0 0.875rem;
  padding: 0;
  width: 2.5rem;
}

.footer__links-items.footer__links-items--social
  li {
  	margin: 0 0.40rem;
}
.footer__links-items.footer__links-items--social
  li:first-child {
  margin-left: 0;
  padding: 0;
}

.footer__links-items.footer__links-items--social
  li:last-child {
  margin-right: 0;
  padding: 0;
}
.footer__links-items .icon-pay {
	height: 25px;
}
.footer__links-items .icon-pay.paypal {
	
}
.footer__links-items .icon-pay.visa {
}
.footer__links-items .icon-pay.master {
}
.footer__links-items .icon-pay.klarna {
}
.footer__links-items .icon-pay.rechnung {
	max-width: 70px;
    font-size: 0.8rem;
	color: var(--color-white-55);
    line-height: 0.9rem;
}

.mylivechat_inline {
    height: 1px !important;
}

@media screen and (min-width: 33.75rem) {

  .footer__links-items .footer__links-item {
    padding: 0 0.625rem;
    width: auto;
  }

  .footer__links-items .footer__links-item:first-child {
    padding: 0 0.625rem 0 0;
  }
}

@media screen and (min-width: 64rem) {
    a:hover .image--white.image--hover-orange,
    .image--white.image--hover-orange:hover {
        filter: invert(38%) sepia(60%) saturate(6511%) hue-rotate(3deg) brightness(105%) contrast(101%);
    }

    a:hover .image--blue.image--hover-purple,
    button:hover .image--blue.image--hover-purple,
    .license-form__suggestion.license-form__suggestion:hover .image--blue.image--hover-purple {
        filter: invert(26%) sepia(87%) saturate(5743%) hue-rotate(249deg) brightness(100%) contrast(92%);
    }

    a:hover .image--hover-white {
        filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(62deg) brightness(106%) contrast(102%);
    }
  .footer__links-items {
    padding: 0;
  }

  .footer__links-items--general {
    order: 2;
    width: calc(100% - 25.75rem);
  	margin: 0;
  }
  
  .footer__links-items--social {
	order: 2;
	margin: 0;
  	width: 25.75rem;
  }

  .footer__links-items--general .footer__links-item:first-child {
    padding: 0 1.25rem 0 0;
  }

  .footer__link:hover,
  .footer__links-items--general .footer__links-item .footer__link:hover {
    color: var(--color-secondary);
    text-decoration: underline;
  }
}

@media screen and (min-width: 80rem) {
  .footer__links-container {
    align-items: center;
    flex-wrap: nowrap;
  }

  .footer__logo-container {
    margin-right: 2.5rem;
    order: 1;
    padding: 0;
    width: 12.75rem;
  }

  .footer__links-items--social {
    justify-content: flex-end;
    order: 3;
    padding-bottom: 0;
    width: 25.75rem;
  }

  .footer__links-items--general {
    justify-content: center;
    order: 2;
    width: calc(100% - 12.75rem - 25.75rem);
  }
  @media screen and (min-height: 40rem) {
    .footer {
    	position: fixed;
  		bottom: 0px;
    }
  }
}

body {
    background-color: #fff;
}

#sonoton-license-form {
}

.sl-form-block #sfl_typeOfUse, .sl-form-block #sfl_medium {
    -webkit-columns: 300px 3;
    -moz-columns: 300px 3;
    columns: 300px 3;
    -moz-column-fill: balance;
    column-fill: balance;
}

#sfl_specialLicenseType,
#sfl_licenseArea,
.sl-form-block #sfl_genre {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sl-form-block #sfl_genre .license-form__radio {
    width: 100%;
}

.sl-form-block #sfl_genre .license-form__radio.hide {
    width: 0;
}

#sfl_typeOfUse > div:nth-child(1), #sfl_medium > div:nth-child(1) {
    margin-top: 0;
}

.sl-form-block .panel {
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    border: 1px solid #ddd;
}

.sl-form-block #sfl_fullAVProductionLength .bootstrap-select {
    width: 70px;
}

.sn-address-select {
    display: inline-block;
    margin-right: 1em;
}

.sn-address-add {
    color: #fff;
}

#sonoton-license-form label.required:after {
    content: " *";
    color: var(--color-primary);
}

#sonoton-license-form .radio label.required:after {
    content: "";
    color: #fff;
}

.tt-menu {
    max-height: 400px;
    overflow: auto;
}

.grid {
    display: grid;
    grid-template-columns: 70% 30%;
}

.grid .grid-column1 {
    grid-column: 1;
    margin-right: 15px;
}

.grid .grid-column2 {
    grid-column: 2;
    z-index: 100;
}

.sidebar {
    position: fixed;
    background-color: #fefefe;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    height: 100vh;
    border-right: 1px solid #ccc;
    padding: 15px;
    padding-top: 0;
    margin-left: -15px;
    margin-right: -15px;
}

.sidebar .rows {
    height: 86vh;
}

.sidebar .rows .row1 {
    margin-top: 10px;
}

.sidebar .rows .row2 {
    height: 100%;
    margin-bottom: 80px;
    overflow-x: auto;
}

.sidebar .rows .row3 {
    position: relative;
    background-color: #2b579e;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    margin-left: -15px;
    margin-right: -15px;
}

.form-validation-loader {
    position: fixed;
    background-color: #888;
    opacity: 0.7;
    left: 0%;
    top: 52px;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.form-wrapper {
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-top: 0px;
}

.grid .grid-column1 {
    margin-top: 5px;
}

.validate_result ol li {
    padding: 15px;
}

.validate_result ol li:nth-child(odd),
.validate_result ol li:nth-child(even) {
    background-color: #F8F8F8;
    border: 1px solid #E7E6EA;
    margin: 0.5rem 0;
    padding: 1rem 2rem 1rem 1rem;
    transition: background-color 0.3s ease, border 0.3s ease;
}

.validate_result ol li:nth-child(odd) a,
.validate_result ol li:nth-child(even) a {
    color: var(--color-primary);
    font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
}

.validate_result ol li.head {
	background-color: transparent !important;
	border: 0px  !important;
    color: var(--color-grey-font);
	font-size: var(--copy-font-size-small);
    line-height: var(--copy-line-height-small);
    margin-top: 1.5rem;
    padding: 0;
    text-transform: uppercase !important;
    transition: none  !important;
}

.validate_result .btn-default {
    float: right;
    margin-left: 10px;
}

.validate_result ol {
    list-style: none;
    padding-left: 0;
}

.validate_result .btn-default {
    border-color: #fd3939;
}

.dateinputBorder {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dateinput {
    border: none;
    text-align: center;
}

#lastSaved {
    font-size: 10px !important;
    font-style: italic !important;
}

.validated {
    border-bottom: 2px solid var(--color-red) !important;
}
.form-group.validated {
		border-bottom: 0px !important;
}
.form-group.validated label {
	color: var(--color-red);
}

.twitter-typeahead {
    width: 100%;
}

.scrollable-content {
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #444;
    font-weight: bold;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff !important;
}

#genrewrapper > div:nth-child(1) > label:nth-child(1) {
    /*margin-bottom: 0 !important;*/
}

#sfl_genre > div:nth-child(1) {
    margin-top: 0 !important;
}
.medium_selections {
    margin-top: 40px;
}
.medium_selections .checkbox {
    margin-bottom: 10px;
}
#sfl_licenseArea.validated {
    padding-top: 5px;
}
.cb_show_preview {
	display:block;
}
.pull-right.btm, .pull-left.btm {
	height: 95px;
	display: block;
}
.pull-left.btm {
	display: flex;
	align-items: flex-end;
}
.pull-left.btm a {
	margin-right: 5px;
}
.btn-save-license .glyphicon {
	display: none;
}
#skipLengthCheck {
    color: #444;
    font-weight: bold;
}
.lic__error-message, .lic__success-message {
    color: var(--color-red)  !important; 
    font-family: var(--main-font--mono) !important;
    font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
}
.lic__success-message {
	color: var(--color-green)  !important; 
}

.followupinfo p {
 	color: var(--color-highlight) !important; 
    font-family: var(--main-font--mono) !important;
	font-size: var(--copy-font-size);
    line-height: var(--copy-line-height);
	display: none;
}
body.followupproduction .followupinfo p {
	display: block;
}
body.followupproduction .license-form__track-search-container,
body.followupproduction .rm_music_title, 
body.followupproduction .rm_all_music_titles {
	display: none;
}
#sfl_productionCountry {
	/* disabled background weg */
	background-color: transparent !important;
}
#pauschaleStart, #specialLicenseMainLicenseNumber {
	margin-top: 60px;
}
#pauschaleStart div.col-md-4 {
	min-height: 60px;
}
@media screen and (min-width: 30rem) {
    .sl-form-block #sfl_genre .license-form__radio {
        width: 50%;
    }
}

@media screen and (min-width: 48rem) {
    .sl-form-block #sfl_genre .license-form__radio {
        width: calc(100% / 3);
    }
}

@media screen and (min-width: 64rem) {
    .sl-form-block #sfl_genre .license-form__radio {
        width: 25%;
    }

    .validate_result ol li:nth-child(odd):hover,
    .validate_result ol li:nth-child(even):hover {
        background-color: #E7E6EA;
        border: 1px solid #B8B6C2;
    }
}

/*@font-face {*/
    /*font-family: "OpenSansBold";*/
    /*src: url("https://static.sonoton.com/cdn/fonts/open-sans/OpenSans-Bold.ttf");*/
/*}*/

/*@font-face {*/
    /*font-family: "OpenSansItalic";*/
    /*src: url("https://static.sonoton.com/cdn/fonts/open-sans/OpenSans-Italic.ttf");*/
/*}*/

/*@font-face {*/
    /*font-family: "OpenSansLight";*/
    /*src: url("https://static.sonoton.com/cdn/fonts/open-sans/OpenSans-Light.ttf");*/
/*}*/

/*@font-face {*/
    /*font-family: "OpenSansLightItalic";*/
    /*src: url("https://static.sonoton.com/cdn/fonts/open-sans/OpenSans-LightItalic.ttf");*/
/*}*/

/*@font-face {*/
    /*font-family: "OpenSansLight";*/
    /*src: url("https://static.sonoton.com/cdn/fonts/open-sans/OpenSans-Regular.ttf");*/
/*}*/

@font-face {
    font-family: 'Replica';
    font-weight: normal;
    src:  url('/bundles/sonotonlicense/fonts/ReplicaLLWeb-Regular.woff') format('woff'),
    url('/bundles/sonotonlicense/fonts/ReplicaLLWeb-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Replica';
    font-weight: bold;
    src:  url('/bundles/sonotonlicense/fonts/ReplicaLLWeb-Bold.woff') format('woff'),
    url('../../public/fonts/ReplicaLLWeb-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Replica';
    font-style: italic;
    src:  url('/bundles/sonotonlicense/fonts/ReplicaLLWeb-Light.woff2') format('woff2'),
    url('/bundles/sonotonlicense/fonts/ReplicaLLWeb-Light.woff') format('woff');
}
@font-face {
    font-family: 'Replica-Mono';
    font-style: normal;
    src:  url('/bundles/sonotonlicense/fonts/ReplicaMonoWeb-Regular.woff') format('woff'),
    url('/bundles/sonotonlicense/fonts/ReplicaMonoWeb-Regular.woff2') format('woff2');
}
html {
	font-size: 1rem;
}
body {
    font-family: "Replica", sans-serif !important;
    color: #150e36;
    font-size: 1rem;
    line-height: 24px;
    margin-top: 64px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Replica", sans-serif !important;
}

i {
    font-family: "Replica", sans-serif;
    font-style: italic;
}

h2 {
    font-size: 20px;
    padding-top: 10px;
    margin-top: 0;
    font-weight: normal;
}

p {
    color: rgb(87, 87, 87);
}

a {
    color: rgb(87, 87, 87);
}

a:hover {
    color: rgb(99, 99, 99);
}

input {
    padding: 8px 10px 4px 10px;
}

.pagination a {
    color: rgb(87, 87, 87) !important;
}

.pagination a:hover {
    color: rgb(99, 99, 99) !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background: rgb(87, 87, 87) !important;
    border-color: rgb(87, 87, 87) !important;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-control:focus {
    border-color: rgb(170, 170, 170);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(170, 170, 170, .6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(170, 170, 170, .6) !important;
}

.modal-backdrop {
    display: none;
}

.modal-dialog {
    margin-top: 12vh;
}

#selectProjectModal, #addressModal, #sessionexpiredmodal {
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 76vh;
    overflow: auto;
}

.form-top {
    margin-bottom: 20px;
}

.form-control, .dateinputBorder {
    border: 1px solid #e7e6ea;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 32px;
    padding: 4px 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}

.dateinputBorder {
    height: 32px;
    padding: 0px 0px;
    width: 100%;
    display: block;
    text-align: left;
}

.dateinputBorder input {
    padding: 15px 0px;
    height: 0;
    background: transparent;
}

.container {
    max-width: 1000px;
    background-color: rgba(255, 255, 255, 200);
    padding: 25px;
}

.sl-form-block .panel {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #aaa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.sl-form-block .panel-heading {
    text-transform: uppercase;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}

.sl-form-block .panel-heading h4 {
    font-size: 14px;
}

.sl-form-block .panel-heading a {
    display: block;
    padding: 9px 13px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.sl-form-block .panel-heading a.collapsed {
    background: #e60004;
}

.sl-form-block .panel-heading a {
    background: #555;
}

.sl-form-block .panel-heading a:hover, .sl-form-block .panel-heading a:focus {
    text-decoration: none;
}

.sl-form-block .panel .panel-body .radio {
    border-bottom: 1px solid #aaa;
    padding: 8px 10px 10px 12px;
	margin-bottom: 0px;
}
.radio + .radio {
    margin-top: 12px;
    /*margin-bottom: 0px;*/
    /*padding-top: 0px;*/
}
.sl-form-block .panel .panel-body .radio:last-child {
    border-bottom: none;
/*     padding-bottom: 8px; */
}

.form-divider {
    height: 1px;
    background-color: rgb(135, 135, 135);
    margin-top: 30px;
    margin-bottom: 30px;
}

.form-divider.form-divider {
    margin-bottom: 0;
    margin-top: 0;
}

.btn {
    background: var(--color-white);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: var(--color-primary);
    text-shadow: none;
    border: none;
    padding: 8px 20px 4px 20px;
}

/*
.btn-default {
    background: rgb(135, 135, 135) !important;
}
.btn-light {
    background: rgb(170, 170, 170) !important;
}

.btn:hover, .btn:focus {
    background: #676665;
    color: #fff;
}

.btn-success {
    background: green !important;
}
*/
.btn-primary {
    background: var(--color-primary);
 	color: var(--color-white); 
}


/* Typeahead (Adressen) */
span.twitter-typeahead .tt-menu, span.twitter-typeahead .tt-dropdown-menu {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    margin-top: 0;
    border: 1px solid rgba(231, 230, 234, 0.6);
    border-top: none;
    padding: 0;
}

span.twitter-typeahead .tt-suggestion {
    border-bottom: 1px solid rgba(231, 230, 234, 0.6);
    padding: 10px 8px;
}

span.twitter-typeahead .tt-suggestion small {
    background-color: #fff;
    color: #736e86;
    font-size: 11px;
    display: block;
}

span.twitter-typeahead .tt-suggestion:last-child {
    border-bottom: none;
}

span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:hover, span.twitter-typeahead .tt-suggestion:focus,
div.panel-collapse div.radio:hover {
    background-color: #fff;
    color: #6040f4;
    text-decoration: none;
    outline: 0;
}

span.twitter-typeahead .tt-suggestion.tt-cursor small, span.twitter-typeahead .tt-suggestion:hover small, span.twitter-typeahead .tt-suggestion:focus small {
    color: #6040f4;
}

/* Musiktitel */
.musictitleinputwrapper {
    height: 40px;
}

.musictitleinputwrapper .inputicon {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #999;
    border-right: none;
    float: left;
    padding: 5px 10px;
}

.musictitleinputwrapper .input {
    float: left;
    width: 694px;
}

.musictitleinputwrapper .form-control, .musictitleinputwrapper .form-control:focus {
    border: 1px solid #999;
    border-left: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0 !important;
}

.musictitleinputwrapper .form-control:focus {
    border-color: #999;
    outline: 0;
    border-left: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.musictitleinputwrapper .importbtn .btn {
    margin-left: 20px;
    padding: 8px 16px 6px 16px;
}

.musictitleinputwrapper .tt-menu {
    left: -34px !important;
    width: 728px !important;
}

/* ALERTS */

.alert {
    border-radius: 0 !important;
    background: #fff !important;
    color: #150e36 !important;
    border: none;
    font-family: var(--main-font);
    padding-left: 21px;
}

.alert-danger {
    border: 1px solid #e60004;
}

.alert-success {
    border: 1px solid #28b405;
}

.alert.alert-success {
    background: #fff !important;
    border: 1px solid #28b405;
    border-radius: 0;
    color: #150e36 !important;
}

.alert-info {
    background-color: #f8f8f8 !important;
    border: 1px solid #E7E6EA;
    border-radius: 0;
    color: #150e36 !important;
}

.alert.alert-warning {
    border: 1px solid #150e36;
}

/* Tooltips */
.tooltip .tooltip-inner {
    background: #888887 !important;
    -webkit-border-radius: 15px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 15px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 15px;
    border-bottom-left-radius: 0;
    text-align: left;
    padding: 12px;
    margin-top: 0;
	min-width: 250px;
}

.tooltip .tooltip-arrow, .tooltip.top .tooltip-arrow, .tooltip.top-left .tooltip-arrow, .tooltip.top-right .tooltip-arrow {
    display: none;
}

.tooltip.right .tooltip-arrow {
    display: none;
}

.tooltip.left .tooltip-arrow {
    display: none;
}

.tooltip.bottom .tooltip-arrow {
    display: none;
}

.tooltip.bottom-left .tooltip-arrow {
    display: none;
}

.tooltip.bottom-right .tooltip-arrow {
    display: none;
}

.tooltip.right {
    margin-top: 0;
    margin-left: 0;
}

.popover {
    position: fixed;
}

/* navbar */
.navbar-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.navbar {
    position: fixed;
    top: 0;
    width: 1000px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 42px;
    min-height: 42px;
    background: #f6f5f5;
    font-family: 'OpenSansLight', sans-serif;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background: #f6f5f5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
}

table thead {
    background: #575756;
}

table thead a, table thead a:hover, table thead th {
    color: #fff !important;
    font-weight: normal !important;
    font-family: 'OpenSansLight', sans-serif !important;
}

#productiontype {
    width: 100%;
}

#productiontype a {
    color: #eee;
    text-decoration: none;
}
#productiontype a:hover {
    color: #fff;
    text-decoration: none;
}

/* Toggle Switch */
.flipswitch {
    position: relative;
    width: 74px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.flipswitch input[type=checkbox] {
    display: none;
}

.flipswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #555555;
    border-radius: 50px;
}

.flipswitch-inner {
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -moz-transition: margin 0.3s ease-in 0s;
    -ms-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.flipswitch-inner:before, .flipswitch-inner:after {
    float: left;
    width: 50%;
    height: 22px;
    padding: 0;
    line-height: 25px;
    font-size: 14px;
    color: white;
    font-family: 'OpenSansLight', Arial, sans-serif;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flipswitch-inner:before {
    content: "JA";
    padding-left: 12px;
    background-color: #777777;
    color: #FFFFFF;
}

.flipswitch-inner:after {
    content: "NEIN";
    padding-right: 12px;
    background-color: #EBEBEB;
    color: #888888;
    text-align: right;
}

.flipswitch-switch {
    width: 27px;
    margin: -1.3px;
    background: #FFFFFF;
    border: 1px solid #555555;
    border-radius: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 52px;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner {
    margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch {
    right: 0;
}

/** Validation */
.validation-wrapper {
	z-index:2;
    pointer-events: none;
    position: fixed;
    width: 260px;
    right: 0;
    top: 0;
    background-color: #fff;
    height: calc(100vh - 64px);
    opacity: 0;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.validation-wrapper.val-started {
    pointer-events: auto;
}

.validation-wrapper.val-started.collapsed {
    pointer-events: none;
}

.validation-wrapper .validation-box {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 15px;
    position: relative;
}

.validation-box .validation-box__close-button {
    background-color: transparent;
    border: none;
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 1;
}

.validate_result_wrapper {
    height: calc(100vh - 64px - 80px - 20px);
    position: relative;
}

.validate_result_wrapper .validation__gradient {
    background: linear-gradient(to bottom, var(--color-white-0), var(--color-white));
    bottom: 0;
    height: 2.5rem;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
}

.validate_result {
    height: calc(100% - 2.5rem);
    overflow: auto;
    padding-bottom: 2.5rem;
}

.validation-box .btn {
    width: 100%;
}
.validation-wrapper div.validate_buttons {
    bottom: 20px;
}
.loading-text {
    font-size: 24px;
    font-family: 'OpenSansLight', sans-serif;
    text-align: center;
    margin-top: 30vh;
    color: #fff;
}

.checkbox, .typeofuses .form-group {
    padding: 0;
    margin: 0;
}

.checkbox {
    margin-bottom: 4px;
}

#sfl_specialLicenseType .radio:first-of-type {
	width:100%;
}

.typeofuses input[readonly=readonly] {
    cursor: not-allowed;
}

.loading-text .loadingDots {
    text-align: center;
    width: 100%;
    height: 10px;
}

.loading-text .loadingDots > * {
    background-color: white;
    display: inline-block;
    height: 10px;
    border-radius: 5px;
    margin: 0 5px;
    width: 10px;
    opacity: 0.8;

    -webkit-animation-name: appLoadingIndicator;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;

    animation-name: appLoadingIndicator;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.loading-text .loadingDots > *:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.loading-text .loadingDots > *:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-text .loadingDots > *:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading-text .loadingDots > *:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

@-webkit-keyframes appLoadingIndicator {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 0
    }
}

@keyframes appLoadingIndicator {
    0% {
        opacity: 0
    }
    50% {
        opacity: 0.8
    }
    100% {
        opacity: 0
    }
}

#sfl_musicTitlesAll {
    display: flex;
    flex-wrap: wrap;
}

div.row:nth-child(8) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(1) {
    margin-bottom: 15px;
}

div.row:nth-child(10) {
    margin-topdateinputBorder: 15px;
}

.row.validate_buttons {
    width: 100%;
}

#genrewrapper > div:nth-child(1) > label:nth-child(1),
.toulabel,
.allmediawrapper .col-md-2 > label:nth-child(1),
.mediumcbs > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > label:nth-child(1),
.license_area_wrapper > div:nth-child(1) > label:nth-child(1),
#\38 -musictitles > div:nth-child(3) > div:nth-child(1) > div:nth-child(2) > label:nth-child(1) {
    margin-bottom: 15px;
}
/* Workaround für Zeiteingabe in Follow Up */
div#follow_up_productions .dateinput {
    max-width: 25px;
}

div#chatContainer {
	font-weight: bold;
	cursor: pointer;
}
div#chatContainer:hover {
	text-decoration: underline;
}
.lcs_wrap {
    display: inline-block;
    direction: ltr;
    height: 28px;
    vertical-align: middle;
}

.lcs_wrap input {
    display: none;
}

.lcs_switch {
    display: inline-block;
    position: relative;
    width: 73px;
    height: 28px;
    border-radius: 30px;
    background: #ddd;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lcs_cursor {
    display: inline-block;
    position: absolute;
    top: 3px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;

    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.lcs_label {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 33px;
    top: 5px;
    overflow: hidden;
    text-align: center;
    opacity: 0;

    -webkit-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
}

.lcs_label.lcs_label_on {
    left: -70px;
    z-index: 6;
}

.lcs_label.lcs_label_off {
    right: -70px;
    z-index: 5;
}

/* on */
.lcs_switch.lcs_on {
    background: #75b936;
    box-shadow: 0 0 2px #579022 inset;
}

.lcs_switch.lcs_on .lcs_cursor {
    left: 48px;
}

.lcs_switch.lcs_on .lcs_label_on {
    left: 10px;
    opacity: 1;
}

/* off */
.lcs_switch.lcs_off {
    background: #b2b2b2;
    box-shadow: 0px 0px 2px #a4a4a4 inset;
}

.lcs_switch.lcs_off .lcs_cursor {
    left: 3px;
}

.lcs_switch.lcs_off .lcs_label_off {
    right: 10px;
    opacity: 1;
}

/* disabled */
.lcs_switch.lcs_disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: default;
}
@media (min-width: 770px) {
    .license-form__table-date {
		width: 210px;
    }
    .license-form__table-btn {
		width: 120px;
    }
	.license-form__table-title {
		width: 500px;
		word-wrap: break-word;overflow-wrap: break-word;max-width:500px;
    }
}
@media (min-width: 700px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: inherit;
    }
    .table-responsive > .table > tbody > tr > td.license-form__table-title {
		word-wrap: break-word;overflow-wrap: break-word;max-width:250px;
        white-space: normal;
    }
}

@media (max-width: 699px) {
    body {
        margin-top: 80px;
    }

    .mobile {
        display: inherit;
    }

    .desktop {
        display: none;
    }

    .form-container {
        margin-top: -53px;
    }

    header.mobile {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 999;
        background: #fff;
        opacity: 0.95;
        padding: 15px;
        -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
    }

    .form-container {
        margin-top: 0px;
    }

    .addressidfield {
        margin-bottom: 15px;
    }

    .typeofuses .checkbox {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .allmediawrapper {
        margin-top: 30px !important;
    }

    .allmediawrapper .control-label {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .medium_selections .checkbox {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    #sfl_licenseArea .radio {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    .form-buttons .pull-left {
        float: none;
    }

    .validate_result {
        max-height: 71vh !important;
    }

    #validateModal .modal-body {
        max-height: 65vh;
        overflow: auto;
    }
}

.license-desktop {
    display: none;
}

header.license-mobile {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #fff;
    opacity: 0.95;
    padding: 15px;
    -webkit-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.3);
}

.license-header__mobile-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.license-header__mobile-navbar {
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

.fa.fa-bars.fa-2x.license__icon {
    color: #150e36;
}

.license-mobile .btn.license__button {
    /* background-color: #150e36 !important; */
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin-left: 10px;
    padding: 8px 20px;
    text-transform: uppercase;
}

.navbar-wrapper.license-header {
    max-width: unset;
    width: 100vw;
}

.navbar.navbar-default.license-header-wrapper {
    background-color: #150e36;
    border: none;
    color: #fff;
    height: 64px;
    min-height: 64px;
    width: 100%;
}

.collapse.navbar-collapse.license-header-inner {
    align-items: center;
    display: flex !important;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1920px;
    padding: 20px;
}

.license-header-inner.navbar-collapse::before,
.license-header-inner.navbar-collapse::after {
    display: none;
    content: none;
}

.license-header__image-container {
    height: 26px;
}

.license-header__content-container {
    align-items: center;
    display: flex;
}

.navbar-nav.license__navbar-items {
    align-items: center;
    display: flex;
}

.license__navbar-items li.license__navbar-item span.license__navbar-link,
.license__navbar-items li.license__navbar-item a.license__navbar-link {
    align-items: center;
    background-color: transparent;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 10px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.license__navbar-items li.license__navbar-item a.license__navbar-link p.license__navbar-link--short {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    max-width: 150px;
    overflow: hidden;
    padding-left: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.license__navbar-items li.license__navbar-item a.license__navbar-link:last-child {
    padding-right: 0;
}

.license__navbar-items li.license__navbar-item.open > a.license__navbar-link {
    color: #ff4400;
}

.dropdown-menu.license__navbar-dropdown-items {
    border: 1px solid rgba(231, 230, 234, 0.6);
    right: 8px;
    top: calc(100% + 14px);
}

.dropdown-menu.license__navbar-dropdown-items::after {
    background-color: #fff;
    border-left: 1px solid rgba(231, 230, 234, 0.6);
    border-radius: 2px;
    border-top: 1px solid rgba(231, 230, 234, 0.6);
    content: '';
    height: 16px;
    position: absolute;
    right: 8px;
    top: -8px;
    transform: rotate(45deg);
    width: 16px;
}

.dropdown-menu.license__navbar-dropdown-items a.license__navbar-dropdown-link {
    color: #150e36;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
    .license-desktop {
        display: block;
    }

    .license-mobile {
        display: none;
    }

    .license__navbar-items li.license__navbar-item a.license__navbar-link:focus,
    .license__navbar-items li.license__navbar-item a.license__navbar-link:hover,
    .dropdown-menu.license__navbar-dropdown-items a.license__navbar-dropdown-link:hover,
    .dropdown-menu.license__navbar-dropdown-items a.license__navbar-dropdown-link:focus,
    .license__navbar-items li.license__navbar-item a.license__navbar-link:hover p.license__navbar-link--short,
    .license__navbar-items li.license__navbar-item a.license__navbar-link:focus p.license__navbar-link--short {
        background-color: transparent;
        background-image: none;
        color: #ff4400;
    }
}

@media screen and (min-width: 1280px) {
    .license__navbar-items li.license__navbar-item span.license__navbar-link,
    .license__navbar-items li.license__navbar-item a.license__navbar-link {
        padding: 0 20px;
    }
}

.license-form-block--container {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    padding: 66px 0 120px;
}

.license-form__content-container {
    max-width: 920px;
}

.license-form--step-progress {
    position: relative;
    z-index: 2;
}

.license-form--step-progress .step__steps-container {
    display: none;
}
.license-form__step-button-container {
    align-items: flex-end;
    display: flex;
    flex-direction: row-reverse;
    margin-top: 2.5rem;
    width: 100%;
}

.license-container--inner {
    position: relative;
    z-index: 1;
}

.license__step--hide {
    max-height: 0;
    min-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

.license-form-block--container .wrapper {
    width: 100%;
}

.license-form__import-container {
    display: flex;
    justify-content: flex-end;
}

.license-form__step-button {
    align-items: center;
    border: none;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 1rem 3.125rem;
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.license-form__step-button:hover {
	text-decoration: none;
	color: white;
}

.license-form__step-button:focus {
    outline: none;
}

.license-form__step-button--back {
    background-color: #fff;
    color: #150e36;
}

.license-form__step-button--next {
    background-color: #6040f4;
    color: #fff;
}

@media screen and (max-width: 699px) {
    .license-form__track-search-container {
        flex-wrap: wrap;
    }

    .license-form__suggestion-container {
        width: 100%;
    }

    .license-form__import-container {
        margin-top: 2.5rem;
        width: 100%;
    }

    .license-form__tracks-table .pull-right.pull-right {
        margin-right: 20px !important;
    }

    .license-form__tracks-table-time-container.license-form__tracks-table-time-container input {
        width: 50%;
    }
}

.license-form__step-button--import {
    background-color: #150e36;
    color: #fff;
    padding: 1rem 2.5rem;
}

.license-form__step-button--import:focus,
.license-form__step-button--import:hover {
    background-color: #6040f4;
    color: #fff;
    text-decoration: none;
}

.license-form__step-button--next:hover {
    background-color: #150e36;
}

.license-form__step-button--back:hover {
    color: #6040f4;
    text-decoration: none;
}
.license-form__step-button--next.invalid {
    background-color: #150e36;
    color: #6040f4;
    text-decoration: none;
}
.license-validation-message {
	display: none;
	width: 100%;
}

#sfl_allMedia {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.license-form__panel-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.license-form__panel-container .panel {
    max-width: 450px;
    width: 100%;
}

.license-form__panel-container .panel.panel {
    margin: 10px 0;
    position: relative;
}

.panel-collapse {
    background-color: #fff;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 4;
}

.panel-collapse.collapse.in{
    z-index: 5;
}


.panel-body {
    padding: 12px 12px 24px;
}

.panel-body .choices {
    border-bottom: 1px solid #150e36;
    padding-bottom: 12px;
}

.license-form__dropdown-title {
    padding-right: 10px;
    text-transform: capitalize;
}

h2.license-form__headline,
label.license-form__headline,
.allmediawrapper.license-form__allmedia label.control-label {
    color: #150e36;
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 34px;
}

.allmediawrapper.license-form__allmedia .license-form__radio-label {
    background-color: #EBE6FF;
    padding: 12px 48px;
}

.allmediawrapper.license-form__allmedia .license-form__radio-label input {
    top: 15px;
}

.allmediawrapper.license-form__allmedia .license-form__radio-label .license-form__custom-checkbox,
.allmediawrapper.license-form__allmedia .license-form__radio-label input {
    left: 16px;
    top: 14px;
}

.allmediawrapper.license-form__allmedia .license-form__radio-label .license-form__custom-checkbox {
    background-color: #EBE6FF;
}

label.license-form__headline--small {
    color: #150e36;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px;
}

label.license-form__headline.license-form__headline,
.allmediawrapper.license-form__allmedia label.control-label,
.mediumcbs label.license-form__headline.license-form__headline {
    margin-bottom: 16px !important;
}

.license-form__modal-body p.license-form__modal-text,
p.license-form__text {
    color: #150e36;
    font-size: 16px;
    line-height: 24px;
}

label.license-form__headline + p.license-form__text {
    margin: 0 0 34px;
}

.modal-body.license-form__modal-body .form-group,
.license-form-block .form-group {
    position: relative;
}

.modal-body.license-form__modal-body .form-group {
    margin-bottom: 40px;
}

.modal-body.license-form__modal-body input[type=text],
.license-form-block input[type=text],
.modal-body.license-form__modal-body input[type=email],
.license-form-block input[type=email],
.modal-body.license-form__modal-body input[type=date],
.license-form-block input[type=date],
.modal-body.license-form__modal-body textarea,
.license-form-block textarea {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #b8b6c2;
    box-shadow: none;
    color: #150e36;
    font-size: 19px;
    height: auto;
    line-height: 24px;
    padding: 30px 8px 4px 0;
}

.follow-up-productions .license-form__tracks-table input[type=text],
.follow-up-productions .license-form__tracks-table .dateinputBorder {
    padding-top: 10px;
}

.license-form-block .medium__type-of-use input[type=text],
.license-form-block .medium__form-other-description input[type=text] {
    padding-top: 4px;
}

.license-form-block .medium__type-of-use .form-group {
    margin-bottom: 15px;
    min-height: 73px;
}

.license-form-block .medium__type-of-use input[type=text] {
    margin-bottom: 25px;
}

#sfl_productionTitle::placeholder,
#sfl_productionAdvertisedProduct::placeholder {
    color: transparent;
}

.modal-body.license-form__modal-body input[type=text] + label,
.modal-body.license-form__modal-body input:placeholder-shown + label,
.license-form-block input[type=text] + label,
.modal-body.license-form__modal-body input[type=email] + label,
.license-form-block input[type=email] + label,
.modal-body.license-form__modal-body input[type=date] + label,
.license-form-block input[type=date] + label,
.modal-body.license-form__modal-body textarea + label,
.license-form-block textarea + label {
    font-size: 19px;
    left: 0;
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    top: 30px;
    transition: font-size 0.3s ease, color 0.3s ease, top 0.3s ease;
}

.modal-body.license-form__modal-body input[type=text]:focus + label,
.modal-body.license-form__modal-body input[type=text]:valid + label,
.modal-body.license-form__modal-body input[type=text]:valid:focus:placeholder-shown + label,
.license-form-block input[type=text]:focus + label,
.license-form-block input[type=text]:valid + label,
.modal-body.license-form__modal-body input[type=email] + label,
.modal-body.license-form__modal-body input[type=email] + label,
.license-form-block input[type=email] + label,
.license-form-block input[type=email] + label,
.license-form-block input[type=date] + label,
.license-form-block input[type=date] + label,
.modal-body.license-form__modal-body textarea + label,
.license-form-block textarea + label,
.modal-body.license-form__modal-body select + label,
.license-form-block select + label,
.license-form-block .license-form__label--static {
    color: #6040f4;
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 0;
    z-index: 1;
}

.modal-body.license-form__modal-body input[type=text]:focus.validated + label,
.modal-body.license-form__modal-body input[type=text]:valid.validated + label,
.modal-body.license-form__modal-body input[type=text]:valid:focus:placeholder-shown.validated + label,
.license-form-block input[type=text]:focus.validated + label,
.license-form-block input[type=text]:valid.validated + label,
.modal-body.license-form__modal-body input[type=email].validated + label,
.modal-body.license-form__modal-body input[type=email].validated + label,
.license-form-block input[type=email].validated + label,
.license-form-block input[type=email].validated + label,
.license-form-block input[type=date].validated + label,
.license-form-block input[type=date].validated + label,
.modal-body.license-form__modal-body textarea.validated + label,
.license-form-block textarea.validated + label,
.modal-body.license-form__modal-body select.validated + label,
.license-form-block select.validated + label {
    color: #e02020;
}

.modal-body.license-form__modal-body input[type=text]:valid:placeholder-shown + label {
    color: #150e36;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: 30px;
}

.license-form__no-label label.control-label {
    display: none;
}

.license-form__no-label .license-form__with-label label.control-label,
.license-form__no-label label.control-label.license-form__headline--small {
    display: block;
}

.modal-body.license-form__modal-body select,
.license-form-block select {
    -moz-appearance: none;
    -ms-progress-appearance: unset;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #b8b6c2;
    box-shadow: none;
    color: #150e36;
    font-size: 19px;
    height: auto;
    line-height: 24px;
    padding: 30px 8px 4px 0;
}

.modal-body.license-form__modal-body input[type=text]:focus,
.license-form-block input[type=text]:focus,
.modal-body.license-form__modal-body input[type=email]:focus,
.license-form-block input[type=email]:focus,
.modal-body.license-form__modal-body input[type=date]:focus,
.license-form-block input[type=date]:focus,
.modal-body.license-form__modal-body textarea:focus,
.license-form-block textarea:focus,
.modal-body.license-form__modal-body select:focus,
.license-form-block select:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #6040f4;
}

.license-form-block .form-group {
    margin-bottom: 44px;
}

#address-new-form .form-group {
    margin-bottom: 40px;
}

.license-form-block .typeofuses .form-group {
    margin-bottom: 0;
}

.license-form-block .dateinputBorder {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #b8b6c2;
    box-shadow: none;
    color: #150e36;
    font-size: 19px;
    height: auto;
    line-height: 24px;
    padding: 30px 8px 4px 0;
}

.license-form-block .dateinputBorder input[type=text],
.license-form-block .dateinputBorder input[type=email],
.license-form-block .dateinputBorder input[type=date] {
    border-bottom: none;
    padding: 0;
}

.license-form__address .address-show {
    color: #150e36;
    font-size: 19px;
    height: auto;
    line-height: 24px;
    margin: 44px 0;
    padding: 0;
}

.license-form__address .license-form__container {
    display: flex;
}

.license-form__button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}

.license-form__modal-footer--space {
    display: flex;
    justify-content: space-between;
}

.modal-body .btn.license-form__button,
.license-form__modal-footer .btn.license-form__button,
.license-form__address .license-form__button,
.license-form__tracks .btn.license-form__button,
.license-form__import-container .btn.license-form__button,
.license-form__menu-container .btn.license-form__button,
.license-form__finish-container .btn.license-form__button {
    align-items: center;
    background-color: #fff !important;
    border: 1px solid #150e36;
    color: #150e36;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    justify-content: center;
    line-height: 24px;
    margin-bottom: 24px;
    padding: 12px 50px;
    text-transform: uppercase;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.license-form__menu-container .modal-body .btn.license-form__button {
	background-color: #fff !important;
	color: #150e36;
	border: 0px;
    border-bottom: 1px solid var(--color-border-grey-60);
	padding: 12px 12px;
}
.license-form__menu-container .modal-body license-form__modal-body {
	padding: 0px;
}
.license-form__address .license-form__button {
    border: none;
    padding: 14px 16px;
}

.license-form__address .license-form__button-container .license-form__button {
    padding-left: 0;
}

.modal-body .btn.license-form__button,
.license-form__modal-footer .btn.license-form__button.license-form__button--submit,
.license-form__finish-container .btn.license-form__button.license-form__button--submit,
.license-form__tracks .btn.license-form__button {
    background-color: #6040f4 !important;
    border: 1px solid #6040f4;
    color: #fff;
}

.selected_productiontype {
	font-weight: bold;
}
#production-type-target {
	color: #6040f4;
	text-transform:uppercase;
}
a.add-follow-up-production {
    color: #150e36;
    font-size: 19px;
    line-height: 24px;
    transition: color 0.3s ease;
}

a.add-follow-up-production:hover {
    color: #6040f4;
}

.license-form__import-container .btn.license-form__button {
    background-color: #150e36 !important;
    border: 1px solid #150e36;
    color: #fff;
}

.license-form__address .license-form__button img {
    margin-right: 16px;
}

.license-form__address .license-form__button:first-child {
    margin-right: 20px;
}

.modal-body .btn.license-form__button,
.license-form__modal-footer .btn.license-form__button,
.license-form__import-container .btn.license-form__button,
.license-form__tracks .btn.license-form__button {
    margin: 0;
}
.modal-dialog .btn-close {
    align-items: center;
    background-color: var(--color-white);
    border: none;
    box-shadow: var(--box-shadow-2);
    color: var(--color-primary);
    cursor: pointer;
    display: flex;
    font-size: var(--h4-font-size);
    line-height: var(--h4-line-height);
    margin: 0;
    padding: .5rem;
    position: absolute;
    text-decoration: none;
    right: 15px;
    top: 15px;
    transition: color .3s ease;
}
.license-form__finish-container .btn.license-form__button {
    margin-bottom: 0;
}

.license-form__finish-container .checkbox + .btn.license-form__button {
    margin: 0 0 0 auto;
}

.modal-content.modal-content {
    height: auto;
    max-height: 76vh;
    padding: 10px 0;
}

.modal-header.modal-header {
    border-bottom: none;
}

.modal-title.license-form__modal-headline {
    color: #150e36;
    font-size: 24px;
    line-height: 28px;
}

.alert.license-form__alert.license-form__alert {
    margin-bottom: 44px;
}

.modal-title .text-muted.license-form__modal-subheadline,
.alert.license-form__alert p {
    color: #150e36 !important;
    font-size: 16px;
    line-height: 20px;
}

.alert.license-form__alert button {
    background-color: #150e36;
    border: none;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.alert.license-form__alert button:hover {
    background-color: #6040f4;
}

.alert.license-form__alert button:focus {
    outline: none;
}

.alert.license-form__alert a {
    color: #ff4400 !important;
    text-decoration: none;
}

.alert.license-form__alert a:hover {
    text-decoration: underline;
}

.modal-footer.license-form__modal-footer {
    align-items: center;
    border: none;
    display: flex;
    justify-content: flex-end;
}

.modal-footer.license-form__modal-footer .license-form__button:first-child {
    margin-right: 16px;
}

.license-form__modal-footer .btn.license-form__button {
    border: none;
    box-shadow: none;
}

.panel.panel-default.license-form__dropdown-wrapper {
    border: none;
}

.license-form__dropdown-wrapper .dropdown-toggle.btn-sm,
.sl-form-block .panel-heading h4.panel-title.license-form__dropdown,
.panel-title.license-form__dropdown {
    color: #150e36;
    cursor: pointer;
    font-size: 19px;
    line-height: 24px;
}

.license-form__dropdown-wrapper .dropdown-toggle.btn-sm,
.license-form__dropdown-wrapper .dropdown-toggle.btn-sm:hover {
    background-color: #fff !important;
    border: none;
    border-bottom: 1px solid #b8b6c2;
    box-shadow: none;
    color: #150e36 !important;
    font-weight: normal;
    padding-left: 5px;
    transition: border 0.3s ease;
}

.license-form__dropdown-wrapper .bootstrap-select.open .dropdown-toggle.btn-sm {
    border-bottom: 1px solid #6040f4;
}

.license-form__dropdown-wrapper .dropdown-menu.open {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.07), 0 6px 12px 2px rgba(0, 0, 0, 0.07);
    font-size: 19px;
    line-height: 24px;
}

.license-form__dropdown-wrapper .dropdown-menu.open li a {
    color: #150e36;
    font-size: 19px;
    line-height: 24px;
    padding-left: 10px;
    transition: color 0.3s ease;
    white-space: normal;
}

.license-form__dropdown-wrapper .dropdown-menu.open li a:hover {
    background-color: #fff;
    background-image: none;
    color: #6040f4;
}

.sl-form-block .panel-heading a.license-form__dropdown-head,
a.license-form__dropdown-head {
    background-color: #fff;
    border: none;
    color: #150e36 !important;
    transition: border 0.3s ease, color 0.3s ease;
}

.sl-form-block .panel-heading a.license-form__dropdown-head.collapsed,
a.license-form__dropdown-head.collapsed {
    border-bottom: 1px solid #150e36;
}

.sl-form-block .panel-heading .panel-title {
    height: 42px;
}

.sl-form-block .panel-heading a.license-form__dropdown-head {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 6;
}

.sl-form-block .panel-heading a.license-form__dropdown-head img {
    height: 24px;
    transform: rotate(180deg);
    width: 24px;
}

.sl-form-block .panel-heading a.license-form__dropdown-head.collapsed {
    z-index: 1;
}

.sl-form-block .panel-heading a.license-form__dropdown-head.collapsed img {
    transform: rotate(0);
}

.sl-form-block .panel-heading a.license-form__dropdown-head:hover,
a.license-form__dropdown-head:hover {
    background-color: #fff;
    color: #6040f4 !important;
}

a.license-form__dropdown-head.tooltip--active.tooltip--active {
    background-color: #fff;
    color: #150e36 !important;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: rgba(231, 230, 234, 0.6) !important;
}

.panel-collapse.collapsing,
.panel-collapse.collapse.in {
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.07), 0 6px 12px 2px rgba(0, 0, 0, 0.07);
}

.sl-form-block .panel .panel-body .radio.radio {
    border-bottom: none;
    margin: 0;
    padding: 10px 8px;
}

.radio label.license-form__radio-label, .checkbox label.license-form__radio-label {
    font-size: 14px;
    line-height: 20px;
    padding-left: 32px;
    position: relative;
    text-transform: uppercase;
}

.typeofuses .checkbox label.license-form__radio-label {
    margin: 12px 16px 12px 0;
}

.radio label.license-form__radio-label input, .checkbox label.license-form__radio-label input {
    cursor: pointer;
    height: 16px;
    left: 0;
    margin: 0;
    opacity: 0;
    position: absolute;
    top: 2px;
    width: 16px;
    z-index: 2;
}

.radio.license-form__radio,
.checkbox.license-form__checkbox {
    margin-bottom: 12px;
    padding: 12px 16px 12px 0;
}

.typeofuses .checkbox.license-form__checkbox {
    margin-bottom: 0;
    padding: 0;
}

.license-form__checkbox-container--hide {
    display: none;
}

.radio label.license-form__radio-label .license-form__custom-radio,
.checkbox label.license-form__radio-label .license-form__custom-checkbox {
    background-color: #fff;
    border: 1px solid #e1dafd;
    border-radius: 50%;
    height: 16px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2px;
    transition: background-color 0.3s ease, border 0.3s ease;
    width: 16px;
    z-index: 1;
}

.checkbox label.license-form__radio-label .license-form__custom-checkbox {
    border-radius: 0;
}

.radio label.license-form__radio-label input:hover + .license-form__custom-radio,
.radio label.license-form__radio-label input:checked + .license-form__custom-radio,
.checkbox label.license-form__radio-label input:hover + .license-form__custom-checkbox,
.checkbox label.license-form__radio-label input:checked + .license-form__custom-checkbox {
    border: 1px solid #6040f4;
}

.radio label.license-form__radio-label input:checked + .license-form__custom-radio,
.checkbox label.license-form__radio-label input:checked + .license-form__custom-checkbox {
    background-color: #6040f4;
}

.input-group.license-form__input-group {
    display: block;
}

.license-form-block .license-form__input-group .dateinputBorder {
    border-bottom: none;
    padding: 0;
}

table.license-form__tracks-table {
    border: none;
    margin-bottom: 44px;
}

table thead.license-form__tracks-table-head {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgba(231, 230, 234, 0.6);
}

table thead.license-form__tracks-table-head > tr > th,
table thead.license-form__tracks-table-head > tr > th > a {
    color: #b8b6c2 !important;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
}

thead.license-form__tracks-table-head th,
tbody.license-form__tracks-table-body td,
tfoot.license-form__tracks-table-foot td {
    border: none !important;
    padding: 20px 8px !important;
}

thead.license-form__tracks-table-head th {
    padding: 20px 8px 8px !important;
}

tbody.license-form__tracks-table-body tr,
tfoot.license-form__tracks-table-foot tr {
    border-bottom: 1px solid rgba(231, 230, 234, 0.6);
}

tbody.license-form__tracks-table-body td .pull-right {
    margin-right: 40px;
}

.license-form__tracks-table-time-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.license-form__tracks-table-time-container input {
    width: calc(50% - 15px);
}

.license-form__tracks-table-time-container span {
    color: #736e86;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    width: calc(50% - 15px);
}

.license-form__track-search-container {
    align-items: flex-end;
    display: flex;
    margin-bottom: 44px;
}

.alert.license-form__alert {
    background-color: #fff !important;
    border: 1px solid #150e36 !important;
    border-radius: 0;
}

.alert-danger.license-form__alert--danger {
    border: 1px solid #e02020 !important;
    color: #e02020 !important;
}

div[data-toggle="tooltip"] + .tooltip.tooltip,
.address__link .tooltip.tooltip,
.address__link + .tooltip.tooltip,
.license-form-block .tooltip.tooltip,
.license-form__modal-body .tooltip.tooltip {
    background-color: #e1dafd;
    border: 1px solid #c2b6fb;
    border-radius: 0;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.07), 0 6px 12px 2px rgba(0, 0, 0, 0.07);
    margin: 0 20px;
}

div[data-toggle="tooltip"] + .tooltip.tooltip .tooltip-inner,
.address__link .tooltip.tooltip .tooltip-inner,
.address__link + .tooltip.tooltip .tooltip-inner,
.license-form-block .tooltip.tooltip .tooltip-inner,
.license-form__modal-body .tooltip.tooltip .tooltip-inner {
    background-color: transparent !important;
    color: #150e36;
}

.form-control.form-control::placeholder {
    color: #736e86;
}

.license__step--10 input[type=text].form-control {
    width: 100%;
}

#all_media_required_info .alert.alert-info,
#all_media_changed_info .alert.alert-info {
    background-color: #f8f8f8 !important;
    border: 1px solid #E7E6EA;
    border-radius: 0;
}

#all_media_required_info .alert.alert-info a,
#all_media_changed_info .alert.alert-info a,
#all_media_required_info .alert.alert-info p,
#all_media_changed_info .alert.alert-info p {
    color: #150e36 !important;
}

.step-price.step-price--content {
    background-color: #fff;
    border: 1px solid #e7e6ea;
    bottom: 20px;
    box-shadow: 0 4px 5px -1px rgba(0, 0, 0, 0.07), 0 6px 12px 2px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    left: 50%;
    max-height: calc(100vh - 40px);
    overflow: auto;
    padding: 16px 16px 0;
    position: fixed;
    transform: translateX(-50%);
    width: 280px;
    z-index: 20;
}

.step-price__wrapper {
    border-bottom: 1px solid #e7e6ea;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 6px 0;
}

.step-price--content.minimize .step-price__wrapper {
    border-bottom: none;
    max-height: 0;
    padding: 0;
}

.step-price--content.minimize .step-price__wrapper.step-price__wrapper--current {
    max-height: inherit;
}

.step-price .step-price__wrapper:last-child {
    border-bottom: none;
}

.step-price__container {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
}

.step-price__container--image {
    justify-content: center;
}

.step-price__container--image img {
    transform: rotate(0);
}

.step-price--content.minimize .step-price__container--image img {
    transform: rotate(180deg);
}

.step-price__label {
    color: #736e86;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    width: 55%;
}

.step-price__label--bold {
    font-weight: bold;
}

.step-price__value {
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    width: 45%;
}

.preview__button-container {
    display: flex;
    justify-content: flex-end;
}

body.followupproduction .followupinfo.followupinfo p {
    padding-left: 15px;
}

.license-form__next-to {
    display: flex;
    flex-direction: column;
}

.license-form__medium-subtitle {
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 10px;
}

.license__edit-button-container {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.license__edit-button-container .btn.btn-danger {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.license__edit-button-container .btn.btn-success {
    background-color: #150e36 !important;
}

.license__edit-button-container .btn.btn-danger:hover {
    background-color: transparent;
}

.license__edit-button-container .btn.btn-success:hover {
    background-color: #6040f4 !important;
}

@media screen and (max-width: 767px) {
    .step-price--content.minimize .step-price__wrapper.step-price__wrapper--current {
        flex-direction: row;
        justify-content: space-between;
        padding-bottom: 10px;
    }

    .step-price--content.minimize .step-price__wrapper.step-price__wrapper--current .step-price__container:first-child {
        width: calc(100% - 50px);
    }

    .step-price--content.minimize .step-price__wrapper.step-price__wrapper--current .step-price__container:first-child .step-price__label {
        width: 65%;
    }

    .step-price--content.minimize .step-price__wrapper.step-price__wrapper--current .step-price__container:first-child .step-price__value {
        width: 35%;
    }

    .license-form__medium-subtitle {
        font-size: 24px;
        line-height: 28px;
    }
}

@media screen and (min-width: 768px) {
    .license-form__panel-container .panel {
        width: calc(50% - 20px);
    }

    .license-form__panel-container .panel.panel {
        margin: 10px 20px 10px 0;
    }

    .license__step--2 .license-form__panel-container .panel.panel {
        margin: 10px 40px 38px 0;
    }

    .step-price.step-price--content {
        width: 320px;
    }

    .step-price--content.minimize .step-price__wrapper {
        border-bottom: 1px solid #e7e6ea;
        max-height: inherit;
        padding: 6px 0;
    }

    .step-price--content.minimize .step-price__wrapper.minimize {
        border-bottom: none;
        max-height: 0;
        padding: 0;
    }

    .step-price--content.minimize .step-price__wrapper.step-price__wrapper--current {
        max-height: inherit;
    }

    .step-price--content.minimize .step-price__container.minimize {
        max-height: 0;
        overflow: hidden;
        padding: 0;
    }

    .license-form__next-to {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .license-form__next-to > div {
        width: 220px;
    }

    .license-form__next-to.license-form__next-to > input[type=text] {
        margin-bottom: 20px;
        max-width: 450px;
        padding: 12px 8px 4px;
        width: calc(100% - 220px);
    }

    .license__step--7 + .modal .modal-content {
        width: 700px;
    }
}

@media screen and (min-width: 992px) {
    .license-form__address .license-form__container {
        display: flex;
    }

    .license-form__address .license-form__button {
        margin-bottom: 0;
    }

    .license-form__address .license-form__button:first-child {
        margin-right: 20px;
    }
}

@media screen and (min-width: 1024px) {
    .container.license-container {
        display: flex;
        flex-wrap: wrap;
        max-width: none;
        width: 100%;
    }

    .step-price.step-price--content {
        left: 20px;
        transform: translateX(0);
    }

    .license__step--0 .wrapper,
    .license__step--1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .license-form--step-progress {
        display: block;
        width: 320px;
    }

    .modal-open .license-form--step-progress {
        pointer-events: none;
    }

    .license-form--step-progress .step__steps-container {
        display: block;
    }
	    
    .license-container--inner {
        margin: 0 auto;
        max-width: 1120px;
        width: calc(100% - 360px);
    }

    .license-form--step-progress .wrapper {
        color: #150e36;
        left: 20px;
        max-width: 320px;
        position: fixed;
        top: 106px;
    }

    .license-container--inner .license__step--0 {
        min-height: calc(100vh - 64px);
    }

    .step__container {
        position: relative;
    }

    .step__headline-container {
        margin-bottom: 72px;
    }

    .step__headline {
        font-size: 14px;
        line-height: 20px;
    }

    .step__steps-container {
        list-style: none;
        padding: 0;
    }

    .step__step {
        color: #736E86;
        cursor: pointer;
        font-size: 14px;
        line-height: 20px;
        padding: 4px 0;
        position: relative;
        transition: padding 0.3s ease, color 0.3s ease, font-size 0.3s ease;
    }

    .step__step.step__step--disable {
        color: rgba(231, 230, 234, 0.6);
        pointer-events: none;
    }

    .step__step::after {
        background-color: #6040f4;
        content: '';
        height: 4px;
        left: 0;
        opacity: 0;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.3s ease;
        width: 4px;
    }

    .step__step.step__step--active {
        color: #150e36;
        font-size: 16px;
        padding-left: 20px;
    }

    .step__step.step__step--active::after {
        opacity: 1;
        transition: opacity 0.3s 0.1s ease;
    }

    .step__step:hover {
        color: #150e36;
    }

    .license-form__finish-container .btn.license-form__button:hover,
    .license-form__modal-footer .btn.license-form__button:hover {
        border: 1px solid #6040f4;
        color: #6040f4;
    }

    .license-form__import-container .btn.license-form__button:hover {
        background-color: #6040f4 !important;
        border: 1px solid #6040f4;
    }


    .license-form__modal-footer .btn.license-form__button:hover {
        border: none;
        box-shadow: none;
        color: #6040f4;
    }

    .modal-body .btn.license-form__button:hover,
    .license-form__modal-footer .btn.license-form__button.license-form__button--submit:hover,
    .license-form__finish-container .btn.license-form__button.license-form__button--submit:hover,
    .license-form__tracks .btn.license-form__button:hover {
        background-color: #150e36 !important;
        border: 1px solid #150e36;
        color: #fff;
    }

    .license-form__address .license-form__button:hover {
        border: none;
        color: #6040f4;
        text-decoration: none;
    }

    .license-container--val-started .license-form--step-progress {
        display: block;
        width: 150px;
    }

    .license-container--val-started .step__price-container {
        display: none;
    }

    .license-container--val-started .license-container--inner {
        margin-left: 40px;
        width: calc(100% - 410px);
    }
}

@media screen and (min-width: 1280px) {
    .license-form-block--container {
        padding: 120px 0;
    }
}
.license__header {
    margin-bottom: 40px;
    text-align: center;
}

.license__logo {
    width: 185px;
}

.license__headline {
    font-size: 36px;
    line-height: 40px;
    margin: 0;
}

.license__text--hint {
    font-family: 'OpenSansLight', sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
}

.alert.alert-success.license__alert {
    background-color: transparent !important;
    border: 1px solid #150e36;
    border-radius: 0 !important;
    color: #150e36 !important;
}

.alert.alert-success.license__alert.license__alert--warning {
    border: 1px solid #e02020;
}

.alert.alert-success.license__alert.license__alert--info {
    border: 1px solid #150e36;
}

.alert.alert-success.license__alert.license__alert--success {
    border: 1px solid #28B405;
}

.login-form-wrapper.license__login-form-wrapper {
    margin: 0 auto 50px;
}

.form-group.license__input-container {
    position: relative;
}

.form-group.license__input-container.license__input-container--pw {
    margin-bottom: 5px;
}

.form-control.license__input {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #b8b6c2;
    box-shadow: none;
    color: #150e36;
    font-size: 16px;
    height: auto;
    line-height: 24px;
    padding: 18px 8px 4px;
}

.control-label.license__label {
    color: #443e5e;
    font-size: 16px;
    left: 8px;
    line-height: 24px;
    pointer-events: none;
    position: absolute;
    top: 18px;
    transition: font-size 0.3s ease, line-height 0.3s ease, top 0.3s ease, left 0.3s ease, color 0.3s ease;
}

.form-control.license__input:focus {
    box-shadow: none !important;
    border-bottom: 1px solid #6040f4;
}

.form-control.license__input:focus + .control-label.license__label,
.form-control.license__input:valid + .control-label.license__label {
    color: #6040f4;
    font-size: 14px;
    left: 0;
    line-height: 20px;
    top: 0;
}

.license__forgotten {
    color: #736e86;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}

.licence__content-container {
    margin: auto;
    max-width: 400px;
    min-width: 280px;
}

.license__button-container {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.btn.license__button {
    background-color: #6040f4 !important;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 14px 20px;
    text-transform: uppercase;
}

.btn.license__button--submit {
    margin-top: 10px;
}

.btn.license__button.license__button--border {
    background-color: #fff !important;
    border: 1px solid #6040f4;
    color: #6040f4;
}

@media screen and (min-width: 400px) {
    .login-form-wrapper.license__login-form-wrapper {
        margin: calc(13vh - 80px) auto 50px;
    }

    .license__button-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .btn.license__button--submit {
        margin-top: 0;
    }
}


@media screen and (min-width: 700px) {
    .login-form-wrapper.license__login-form-wrapper {
        margin: 13vh auto 50px;
    }
}

@media screen and (min-width: 1024px) {
    .btn.license__button:hover {
        background-color: #150e36 !important;
        color: #fff;
    }

    .btn.license__button.license__button--border:hover {
        background-color: #6040f4 !important;
        color: #fff;
    }
}
