@font-face {
    font-family: LeagueGothic;
    src: url(/front/fonts/LeagueGothic-Regular.otf);
}html{
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: black;
}
.page-header.navbar .page-logo {

    width: 315px;

}
.page-header.navbar .page-logo .logo-default {
    margin: 14px 10px 0px;
    width: 211px;
}
.artist-login-wrapper{
    /*margin: 170px auto 10px;*/
    overflow: hidden;
    position: relative;
    width: 100%;
    border: 0px solid lightgray;
}
.artist-hire-wrapper{
    /*margin: 170px auto 10px;*/
    overflow: hidden;
    position: relative;
    width: 550px;
    border: 0px solid lightgray;
}
.login{
    background: none;

    overflow: hidden;
}
.login .content {
    background-color: #ffffff;
    border-radius: 0;
	opacity:1.0;	
    margin: 0;
    width: 100%;
    padding: 10px 30px 30px;
    padding-top: 30px;

}
.login .content-hire {
    background-color: #ffffff;
    border-radius: 0;
    margin: 0;
    width: 550px;
    padding: 10px 30px 30px;
    padding-top: 30px;

}
.login .content .form-actions{
    padding-bottom: 0;
    border: none;
}
.login .content .form-control{
    background-color: white;
}
.artist-panel-logo{
    width: 290px;
}
.artist-panel-login-header{
    background-color: #333333;
    padding: 25px 50px;

}
.artist-panel-login-footer{
    /*background-color: rgb(249,249,249);*/
    font-size: 12px;
    line-height: 55px;
    /*padding-left: 25px;*/
}

.artist-panel-login-body{
    background-color: white;
    padding: 25px;
}
.margin-left-7{
    margin-left: 7px;
}
.margin-left-15{
    margin-left: 15px;
}
.image-update-checkbox{
    position: absolute;
    top: 8px;
    left: 10px ;
}
.tagsinput{
    width: 100% !important;
}
.position-relative{
    position: relative;

}
.margin-left-20{
    margin-left: 20px !important;
}
.hide-license-checked{
    display: none;
}
.login-page-outer{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: rgba(0,0,0,.55);
    overflow: hidden;
    position: fixed;
}
.login-page-inner-outer{
 width: 1920px;
    height: 1080px;
    position: absolute;

    background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.57) 1%, rgba(0,0,0,0.57) 52%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.57) 1%,rgba(0,0,0,0.57) 52%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center,  rgba(0,0,0,0.05) 42%,rgba(0,0,0,0.47) 52%,rgba(0,0,0,1) 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}
.login-page-inner {
    position: absolute;
    text-align: left;
    display: none;
    max-width: 400px;
}

@media (max-width: 425px) {
    .login-page-inner {
        max-width: 90%;
    }
}



.login-page-artist{
    font-family: LeagueGothic;
    font-size: 20px;
    color: #CCC;
    position: absolute;
    right: -60%;
    top: -45%;
}
.login-page-artist a{
    font-family: LeagueGothic;
    font-size: 20px;
    color: #CCC;
}
.login-page-artist a:hover{
    text-decoration: underline;
    color: white;
}

.hire-page-artist{
    font-family: LeagueGothic;
    font-size: 25px;
    color: white;
    position: absolute;
    right: -50%;
    top: -15%;
}
.hire-page-artist a{
    font-family: LeagueGothic;
    font-size: 25px;
    color: white;
}
.hire-page-artist a:hover{
    text-decoration: underline;

    color: white;
}



.main-upload-button{
    display: none;
}
.main-delete-button{
    display: none;
}
.check-all{
    display: none;
}
.padding-0{
    padding: 0 !important;
}
.hire-col-pad{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-25{
    margin-top: 25px;
}
.hire-text-area{
    height: 150px !important;
}
.hire-footer{
    text-align: center;

}
.hire-footer a{
    color: white;
}
.hire-footer a:hover{
    color: white;
}

.video-container{
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid lightgrey;
}
.video-container .btn-container{
    padding-top: 10px;

}
.tagsinput{
    border: 1px solid #e5e5e5 !important;
    border-radius: 2px !important;
}
.admin-dash-subtext{
    color:inherit;
	font-size:11px;
	opacity: 0.7;


}
.admin-dash-missing-banner{
    float: left; 
    width: 100%; 
    height: 132px;
    margin-bottom: 5px;
    text-align:center; 
    color: white;
    border: 0px solid red; 
    background-color: #dd0908;">
	
}
.admin-dash-missing-banner:hover {

    background-color: #dd3837;">
	
		
}
.missing-bio{
    border: 0px solid red;
    background-color: #dd0908;
}
.missing-bio:hover {

    background-color: #dd3837;

}


.admin-dash-completed-bio{
    float: left;
    width: 100%; 
    height: 132px;  
/*	padding-top:70px; */
    margin-bottom: 1px;
    display: flex;
    align-items: center ;
    justify-content: center  ;
    text-align:center;
    color: white;
    border: 0px solid red; 
    background-color: #428bca;">
	
}
.admin-dash-completed-bio:hover {

    background-color: #3b80bc;">
}
.admin-dash-missing-bio{
    float: left;
    width: 100%; 
    height: 132px;
/*	padding-top:70px; */
    margin-bottom: 1px;
    display: flex;
    align-items: center ;
    justify-content: center  ;
	    text-align:center;
    color: white;
    border: 0px solid red;  
    background-color: #539bd8;
	
}
.admin-dash-missing-bio:hover {

    background-color: #3b80bc;
	font-weight:800;
	

}

	
.artist-profile-banner-overlay{
    opacity: 0;
    font-size: 26px;
    text-align: center;
    display: flex;
    align-items: center ;
    justify-content: center  ;
    text-align:center;
    transition: all 0.2s;
    z-index: 20;
    position: absolute;
    height: 100%;
    width: 100%;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 220px;
    text-transform: uppercase;
    cursor: pointer;
}
.artist-profile-banner-overlay:hover{
    opacity: 1;
    background-color: rgba(66,139,202, 0.5);
}
.no-border{
    border: none !important;
}
.no-padding{
    padding: 0 !important;
}

.even{
    background-color: white;
}
.odd{
    background-color: #f9f9f9;
}
.blog-radio{
       padding-left: 0px !important;
}
.display-inline{
    display: inline !important;
}
.padding-left-0{
    padding-left: 0;
}
.font-12{
    font-size: 12px;
}

