html, body, div, span,
    applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, font, img, ins, kbd, q, s, samp,
    small, strike, sub, sup, tt, var,
    dd, dl, dt, li, ol, ul,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;    
    font-family: inherit;    
    font-size:inherit;
    text-align: left;
    vertical-align: baseline;
    
    box-sizing: border-box;
    position: relative;
    outline: 0;
}
/************* Global elements *********************/
html, body { height:100%; font-family: Verdana, Arial, Helvetica; }
body { 
  background: #e2e2e2;
  font-size: 100%;
}

.display-none{
    display: none;
}

@media only screen and (min-width: 1200px) {
  body {
    background: #e2e2e2 url(images/musicpro-bg.jpg) top center no-repeat fixed;
  }
}

hr{
    border: 0.5px solid #aaa;
}

a, button{
    outline: none;
}

.text-underline{
    text-decoration: underline; 
}

.text-bold{
    font-weight: bold;
}

.text-red{
    color: red;
}

img#logo{
    height: auto;
    max-width: 90%;
}

h1{
    font-weight: bold;
    font-size: 1.3em;
    font-family: "Open Sans Condensed",sans-serif;
    margin-bottom: 3em;
    text-align: center;
    text-transform: uppercase;
}

.subtitle {
    border-bottom: 1px solid #ededed; 
    margin-top: 0; 
    margin-bottom: 2em; 
    text-align: center;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-family: inherit;
    font-size: 0.875em;
    height: 2.3125em;
    margin: 0 0 1em;
    padding: 0.5em;
    transition: box-shadow 0.45s ease 0s, border-color 0.45s ease-in-out 0s;
    width: 100%;
}

.float-left{float:left;}
.float-right{float:right;}

.clearfix {
  overflow: auto;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.red-text{
    color: #CC0006;
}

p{
    line-height: 1.6em;
    margin: 5px 0;
}


.invalid{
  border-color:#ff0000 !important;
}


p{
  margin: 10px 0;
  text-align: justify;
}

a{
  text-decoration: none;
  color:#015591;
}
       
input:disabled{background-color:#e6e6e6;}

.align-right{
  text-align: right;
}


#head{
    margin: 0 auto;
    max-width: 965px;
    width: 90%;
    height: auto;
    padding: 3em 1em;
    position: relative;
}

.header-subtitle{
    color: #6699cc;
}

@media only screen and (min-width: 600px) {
    .header-subtitle {
        position: absolute;
        right: 1em;
        top: 3em;
    }
}

#maincontent{
    margin: 0 auto 3em auto;
    width: 90%;
    max-width: 965px;
    padding: 2em;
    font-size: 0.9em;
    background: rgba(255, 255, 255,  0.55)  
}


/* button ---------------------------------------------- */



.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 1em/100% Arial, Helvetica, sans-serif;
        font-weight: bold;
	padding: .5em 1.7em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);

        text-transform: uppercase;   
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
}
.button:hover {
	text-decoration: none !important;
}
.button:active {
	position: relative;
	top: 1px;
}

/* button-blue */
.button-blue {
	color: #ffffff !important;
	border: solid 1px #000;
	background: #071e4c;
}
.button-blue:hover {
        background: #0c2f76;
}
.button-blue:active {
	background: #3358a1;
}


/* margins */
.mb-1{margin-bottom: 1em !important;}
.mb-2{margin-bottom: 2em !important;}
.mb-3{margin-bottom: 3em !important;}
.mr-3{margin-right: 3em !important;}
.ml-3{margin-left: 3em !important;}

/* paddings */
.p-1{padding: 1em !important;}


/* lists */

  dl {
    padding: 0.5em 0.5em 0.5em 0;
  }
  dt {
    float: left;
    clear: left;
    width: 220px;
    text-align: left;
    font-weight: bold;
    color: #154b94;
  }
  dt::after {
    content: ":";
  }
  dd {
    margin: 0 0 0 110px;
    padding: 0 0 0.5em 0;
  }

  @media only screen and (max-width: 480px) {
    dt {
        clear: both;
    }
    
    dd{
        margin: 0;
        clear: both;
    }
    
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}


/**************************** steps **************************/

.steps-container{    
    max-width: 90%;
    margin: 1em auto;
    position: relative;    
}

.steps-container.steps-2{
    max-width: 50%;
}


.steps-container-top{
    position: relative;    
    height: 100px;    
}

.steps-container .lines{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;    
    width: 100%;
    height: 100%;
}

.steps-container .lines .lines-positioner{
    display: table-cell;
    vertical-align: middle;
}

.steps-container .lines .line{
    display: inline-block;
    height: 2px;  
    background-color: #ffc27b;
}

.steps-container .lines .line.current{background-color: #071e4c;}
.steps-container .lines .line.passed{background-color: #cfd5e3;}

.steps-container.steps-2 .lines .line {width: 100%;}
.steps-container.steps-3 .lines .line {width: 50%;}

.steps-container .steps {
    z-index: 2;
}

.steps-container .step-container {
    display: inline-block;    
    text-align: center;
    box-sizing: border-box;
    overflow: visible;
}
.steps-container.steps-2 .step-container{width: 50%;}
.steps-container.steps-2 .step-container:last-child{width: auto; max-width: 49%; float: right;}
.steps-container.steps-3 .step-container{width: 33%;}
.steps-container.steps-3 .step-container:last-child{width: auto; max-width: 30%; float: right;}

.steps-container div.step-container:first-child {text-align: left !important;}
.steps-container div.step-container:last-child {text-align: right;}

.steps-container .step {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    border-radius: 50%;
    font-size: 50px;
    color: #fff;
    text-align: center;
    background-color: #ffc27b;
}

.steps-container .step.current{background-color: #071e4c;} 
.steps-container .step.passed{background-color: #cfd5e3;}

.steps-container .titles{
    padding: 1em 0;
    overflow: auto;
}

.steps-container .step-title{
    font-size: 0.8em;
    max-width: 65%;  
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
}

.steps-container.steps-2 .step-title{max-width: 80%}

.steps-container .titles .step-container:first-child div{text-align: left;}
.steps-container .titles .step-container:last-child div{text-align: right;}


/**************************** steps **************************/

.blue-container{
    background-color: #cfd5e3;
    padding: 2em;
}

.blue-container .step-indicator{
    float: left;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background-color: #071e4c;
}

.blue-container.with-step-indicator .step-content{margin-left: 70px;}

.blue-border {
    border: 1px solid #43729d;
}


input.css-checkbox {
    display:none !important;
}

input.css-checkbox + label.css-checkbox-label {
    padding-left:27px;
    margin-top: 2px;
    height:22px; 
    display:inline-block;
    line-height:22px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:22px;
    vertical-align:middle;
    cursor:pointer;
}

input.css-checkbox:checked + label.css-checkbox-label {
    background-position: 0 -22px;
}

label.css-checkbox-label {
    background-image:url(images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px !important;
}   

.agreements p{
    margin-top: 0;
    margin-bottom: 0;
}

.agreements a{
    text-decoration: underline;
}

.step-content .docs {
    padding: 1em 0 1em 2em;
    width: 200px;
    float: right;
    display: inline-block;
}

.step2-text{
    margin-right: 200px;
}

.step-content .docs a{
    display: block;
    padding-left: 40px;    
    line-height: 1.4em;
    margin-bottom: 3em;
}

.step-content .docs a span {
    font-style: italic;
    font-size: 0.6em;
}

.step-content .docs a:before{
    display: inline-block;
    content: '';
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(images/icons/doc-pdf-32-bw.png);
}

.step-content .docs a.sign-request:before{
    background-image: url(images/icons/doc-pdf-32.png);
}


.body-mask{
    position: fixed !important;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;    
}

/*********************** loading mask **************************/

/*
We set the element we are applying our loading mask to relative  
*/
.loading-mask {
  position: relative;
}

/*
Because we set .loading-mask relative, we can span our ::before  
element over the whole parent element  
*/
.loading-mask::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

/*
Spin animation for .loading-mask::after  
*/
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

/*
The loading throbber is a single spinning element with three  
visible borders and a border-radius of 50%.  
Instead of a border we could also use a font-icon or any  
image using the content attribute.  
*/
.loading-mask::after {
  content: "";
  position: absolute;
  z-index: 1000;
  border-width: 3px;
  border-style: solid;
  border-color: transparent rgb(255, 255, 255) rgb(255, 255, 255);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  left: calc(50% - 12px);
  animation: 2s linear 0s normal none infinite running spin;
  filter: drop-shadow(0 0 2 rgba(0, 0, 0, 0.33));
}


/*********************** loading mask end **************************/