@font-face {
    font-family: omnes-light;
    src: url('../fonts/Fontfabric-Mont-Book.otf');
}
@font-face {
	font-family: omnes-regular;
    src: url('../fonts/Fontfabric-Mont-Book.otf');
}

html {
  height: 100%;
  box-sizing: border-box;
}

body{
  margin: 0;
  padding: 0;
  height: 100%;
  font: 16px omnes-regular;
  color:#808084;
	background:#fff;
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

.margin-top-05 { margin-top: 0.5em; }
.margin-top-10 { margin-top: 1.0em; }
.margin-top-15 { margin-top: 1.5em; }
.margin-top-20 { margin-top: 2.0em; }
.margin-top-25 { margin-top: 2.5em; }
.margin-top-30 { margin-top: 3.0em; }

.padding-05 { padding: 5px; }
.padding-10 { padding: 5px; }

.loading-panel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #555;
	opacity: 0.25;
	z-index: 99;
	display: none;
}

.loading-image {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	z-index: 100;
	display: none;
}

.myContainer {
  min-height: 100%;
  position: relative;
}

form .ng-invalid-required {
	background-color: #f6dada;
}
form .ng-invalid-pattern {
	background-color: #f6dada;
}

#body {
  padding-bottom: 150px;
}

/* HEADER start */
header{
  height:76px;
	background-color:#fff;
	padding: 0;
	margin: 0;
	background-image: url("../img/bg-header.png");
  background-repeat: repeat-x;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header .header-wrapper{
	width:100%;
	margin:auto;
	max-width:1200px;
	min-height:71px;
	position:relative;
	padding: 0px 0px 0px 0px;
}
header .header-wrapper .logo{
	float: left;
	margin: 2px 40px 0px 5px;
	padding: 0;
}
header .header-wrapper nav {
  padding: 10px;
}
header .header-wrapper #menu-icon {
	width: 40px;
	height: 40px;
  background: #fff url('../img/menu-icon.png') center;
  margin: 10px;
  float: left;
}
header .lang{
	position: absolute;
	top:0;
	right:0;
	font: 12px omnes-light;
	margin: 5px;
	padding: 0;
}
header .logged-user{
	position: absolute;
	top:0;
	right:0;
	margin: 30px 5px 5px 5px;
	padding: 0;
}
a:hover#menu-icon {
	background-color: #444;
}
header .header-wrapper nav ul{
	list-style: none;
}
header .header-wrapper nav li {
	display: inline-block;
	float: left;
	padding: 10px
}
header .header-wrapper nav li a{
	margin-right: 20px;
}


/*MEDIA QUERY*/
@media only screen and (max-width : 767px) {

  header .header-wrapper{
    text-align:center;
  }
  header .header-wrapper .logo{
    float: none;
  }
	header .header-wrapper #menu-icon{
		display:inline-block;
	}
  header .header-wrapper nav {
    padding: 20px;
    position: absolute;
    top: 10px;
    left: 10px;
  }
	header .header-wrapper nav ul, nav:active ul {
		display: none;
		padding: 0px;
		background: #fff;
		border: 1px solid #999;
		left: 10px;
		top: 10px;
    z-index: 100;
    overflow: auto;
	}
	header .header-wrapper nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
  header .header-wrapper nav li:hover {
    background: #999;
    color: #fff;
  }
  header .header-wrapper nav li a:hover {
    color: #fff;
    text-decoration: none;
  }
	header .header-wrapper nav:hover ul {
		display: block;
	}
}

/* HEADER end */


footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color:#000;
  color: #fff;
  padding: 0;
  margin: 0;
}
footer .footer-wrapper{
	width:100%;
	margin:auto;
	max-width:1200px;
	min-height:130px;
	position:relative;
	padding: 0px 10px 0px 20px;
}
footer .footer-contact{
	padding:0px 0px 0px 0px;
	float:left;
}
footer .footer-contact h3{
	font: 16px omnes-regular;
	font-weight: bold;
	margin: 10px 5px 5px 0px;
}
footer .footer-contact p{
	font: 12px omnes-light;
}
footer .footer-rights{
	padding:10px 0px 0px 0px;
	float:right;
	font: 12px omnes-light;
	text-align: right;
}


/* WELCOME start */

.welcome-wrap{
	margin: 0 auto;
	padding-top: 71px;
	width:100%;
  max-width:1200px;
}
.welcome-wrap h1{
	font: 32px omnes-regular;
	margin: 50px 20px 20px 0px;
	padding: 0;
}
.welcome-wrap .welcome-image{
	margin: 0 auto;
	padding: 0;
}
.welcome-wrap form{
	text-align:center;
}
.welcome-wrap .tupas-btn{
	text-align:center;
}
.welcome-wrap .welcome-logo-div{
  text-align: center;
  text-align: -moz-center;
}
.welcome-wrap .welcome-logo{
	margin: 40px 0px 40px 0px;
}
.home-link {
	color: #3687C4;
    text-decoration: underline;
}

.home-link-img {
	width: 12px;
	margin-right: 6px;
}

/* WELCOME end */

/* PROFILE start */

.profile-wrap{
	margin: 0 auto;
	padding: 71px 0px 50px 0px;
	width:100%;
	height: 100%;
	max-width:1200px;
	min-height:400px;
	position:relative;
	font: 13px omnes-regular;
}

.profile-wrap .field-text{
  color: #555;
}

.profile-wrap h2 {
  border-bottom: 1px dotted #DAD4D4;
  font-size: 22px;
}

.profile-line {
	display: flex;
	gap:2.5em;
	align-items: baseline;
	margin-bottom: 15px;
}

.profile-line-label {
	min-width: 12em;
	text-align: right;
}

/* PROFILE end */
.services-wrap{
	margin: 0 auto;
	padding: 71px 0px 50px 0px;
	width:100%;
	height: 100%;
	max-width:1200px;
	min-height:400px;
	position:relative;
  font: 15px omnes-regular;
}

.services-wrap a.with-img {
	padding: 10px 17px 17px 17px;
}

.services-wrap img.services-img {
	width: 80px;
}

/* SERVICES start */

.services-tile-row {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5em;
	margin-top: 20px;
	margin-left: 15px;
	padding-inline: 15px;
}

.service-tile-btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 1em;
	min-height: 12em;
	min-width: 13em;
}

/* SERVICES end */

/* PRODUCTS start */

.products-wrap{
	margin: 0 auto;
	padding: 71px 0px 50px 0px;
	width:100%;
	height: 100%;
	max-width:1200px;
	min-height:400px;
	position:relative;
  font: 15px omnes-regular;
}

.products-wrap .export {
  text-align: right;
}

.products-wrap .export form{
  float: right;
  margin: 0px 10px;
}

.products-wrap table {
  font: 13px omnes-regular;
}

.products-wrap table span:hover {
  cursor: pointer;
}

.st-sort-ascent{
    background: url('../img/sort-up.png') no-repeat 0px 0px;
    background-position: 100% 50%;
}

.st-sort-descent{
    background: url('../img/sort-down.png') no-repeat 0px 0px;
    background-position: 100% 50%;
}

/* PRODUCTS end */

/* VERIFY ACCOUNT start */

.edited-value {
  background-color: #a0f6aa;
}

/* VERIFY ACCOUNT end */


/* PHONOGRAM Lineup start */

.phono-lineup {
  font-size: 12px;
}

.phono-lineup .form-control {
  padding: 4px;
  font-size: 12px;
  height: 25px;
}

.phono-lineup .table td {
  padding: 2px;
  vertical-align: middle;
}

.phonogram-instructions-btn {
	padding: 20px 0 0 22px;
}
/* PHONOGRAM Lineup end */

.products-col-is-mv {
	width: 50px;
}
.products-col-mainartist {
	width: 200px;
}
.products-col-title {
	width: 190px;
}
.products-col-isrc {
	width: 90px;
}
.products-col-producer-share {
	width: 31px;
}
.products-col-mv-producer-share {
	width: 55px;
}
.products-col-rec-country {
	width: 100px;
}
.products-col-rec-year {
	width: 100px;
}
.products-col-lineup {
	width: 100px;
}
.products-col-soloist {
	width: 25px;
}
.products-col-musician {
	width: 25px;
}
.products-col-conductor {
	width: 25px;
}
.products-col-edit-track {
	width: 65px;
}

.usagedata-col-mainartist {

}
.usagedata-col-title {

}
.usagedata-col-rec-country {
	width: 95px;
}
.usagedata-col-rec-year {
	width: 95px;
}
.usagedata-col-cat-number {
	width: 65px;
}
.usagedata-col-usage-year {
	width: 65px;
}
.usagedata-col-usage-name {

}
.usagedata-col-plays {
	width: 90px;
}
.usagedata-col-duration {
	width: 50px;
}

.reportdata-cell-base {
	padding-left: 11px !important;
}

.reportdata-cell-align-right {
	text-align: right;
}

.distribution-col-accounting-type {
	width: 50px;
}

.distribution-col-mainartist {

}
.distribution-col-title {

}
.distribution-col-isrc {
	width:90px;
}
.distribution-col-rec-country {
	width: 95px;
}
.distribution-col-rec-year {
	width:95px;
}
.distribution-col-cat-no {
	width:100px;
}
.distribution-col-usage-year {
	width:60px;
}
.distribution-col-usage-name {

}
.distribution-col-amount {
	width:80px;
}

.accounting-header-payment-date {

}
.accounting-header-accounting-text {
	padding-left:50px;
}
.accounting-header-amount {
	text-align:right;
	width:100px;
}
.accounting-header-producer-vat {
	text-align:right;
	width: 150px;
}
.accounting-header-playtime {
	text-align:center;
	width: 175px;
}
.accounting-header-rights {
	text-align:center;
}
.accounting-header-statement {
	text-align:center;
}

.accounting-col-payment-date {
	width:105px;
}
.accounting-col-accounting-text {
}
.accounting-col-amount {
	text-align:right;
}
.accounting-col-producer-vat {
	text-align:right;
}
.accounting-col-playtime {
	text-align:center;
}
.accounting-col-rights {
	text-align:center;
	cursor:pointer;
}
.accounting-col-statement {
	text-align:center;
}

/* REPERTOIRE start */
.full-width {
	width: 100%;
}

.no-resize {
	resize: none;
}

.repertoire-wrap {
	margin: 0 auto;
	padding: 80px 0px 50px 0px;
	width:100%;
	height: 100%;
	max-width:1200px;
	min-height:400px;
	position:relative;
  font: 15px omnes-regular;
}

form#add-repertoire-form .row {
	margin-top: 12px;
	margin-bottom: 12px;
}

form#add-repertoire-form .section-spacer {
	margin-top: 45px;
}

form#add-repertoire-form .input-list {
	margin-top: 0px;
	margin-right:0px;
	margin-left:0px;
}

.repertoire-attachment-list {
	display: flex;
	flex-direction: column;
}

.repertoire-attachment-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 6px;
}

.repertoire-attachment-list div.attachment-filename-col {
	width: 90%;
}
.repertoire-attachment-list div.attachment-delete-col {
	width: 10%;
	text-align: right;
}

.repertoire-attachment-mandatory-messge {
	background-color: #f09a9a;
	color: #eee;
	padding: 0.25em 0.5em;
	box-sizing: border-box;
}

button.delete {
	background-color: #FFF;
	border-style: none;
}

button.delete img {
	height: 23px;
}

.card-header {
	border:#AAA solid 1px;
	background-color: #EEE;
	margin-top: -1px;
}

.card-header button {
	display: inline-block;
	font-size: 110%;
	margin-top: 4px;
	padding-left: 0px;
}

.card-header img {
	height: 23px;
}

.card-body {
	border-color:#AAA;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	margin-top: -1px;
}

div#repertoire-list .row {
	padding-top: 12px;
	padding-bottom: 12px;
}

div#repertoire-list .label {
	padding: .4em .8em .3em;
}

.label-saved {
	color: #808084;
	background-color: #dfdc5f;
}

.label-sent {
	color: #FFF;
	background-color:#85d18e;
}

.label-received {
	color: #FFF;
	background-color:#85d18e;
}
	
.label-sending-failed {
	color: #808084;
	background-color: #DAD4D4;
}

.label-accepted {
	color: #FFF;
	background-color:#85d18e;
}

.label-rejected {
	color: #FFF;
	background-color: #e18c8c;
}

div#reported-tab .reported-filter-heading-row {
	margin: 12px 0px 4px 0px;
}

div#reported-tab .reported-filter-heading-col {
	padding-left:0px;
	font-size:16px;
	font-weight:bold;
}

div#reported-tab .reported-filter-row {
	margin-bottom:16px;
	margin-left:0px;
	margin-right:0px;
}

.reported-list-header {
	margin-left:0px!important;
	margin-right:0px!important;
	border:#AAA solid 1px;
	background-color: #EEE;
}

.reported-list-label {
	font-weight: 700;
}


.reported-list-row-text {
    margin-top: 12px;
}

.reported-search-sort-icon {
	margin-left: 8px;
}

.reported-validation-error {
	color: #F00;
}

.icon-hidden {
	visibility: hidden;
}

.pl-0 {
	padding-left:0px
}

.text-left {
	text-align: left;
}
/* REPERTOIRE end */

.automatch-container {
	position: relative;
	z-index: 1;
	width: 100%;
}

.automatch-div {
	position: absolute;
	background-color: #fafafa;
	border: 1px solid #ccc;
	width: 100%;
}

.automatch-list {
	padding: 4px 8px;
	list-style-type: none;
}
.automatch-list li {
	cursor: pointer;
}