.modal-content hr{margin:10px 0px !important;}
.modal-dialog{top:30%;}
div:disabled,
div[disabled]{
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}
.voting-subsection{
	padding-bottom: 10px;
}
.rankimg{	
	position: absolute;
    z-index: -1;
    width: 20%;
    right: 10px;
    top: 0px;
}
#voting-form .vc_row{
	margin-left:0px;
	margin-right:0px;
}
#voting-form .form-group{
	margin-bottom:10px;
}
.page-con{
	padding:0px 10px;
}
#voting-form select{
	border:1px solid rgba(167, 167, 167, 0.2);
	width: 100%
}
.sphvoting_msg{
	max-width:960px;
	text-align:center;
	margin:0px auto;	
	padding:15px 0px;
	font-size: 14px;
	color: #6f7e82;
}
.voting-items{
	max-width:960px;
	margin:0px auto;	
}
.voting-form-con{
	max-width:960px;
	padding:0px 10px;
	margin:0px auto;	
}
.voting-items .selectable{
    border:5px solid transparent;
    cursor:pointer;
    border-radius:10px;
    position:relative;
    box-sizing:border-box;
    margin: 0px;
    padding: 10px;
    margin-bottom: 20px;
}
.voting-items .selectable.selected{
    border:5px solid #0073AA;
    box-shadow: 0px 0px 6px #000;
    margin: 0px;
    padding: 10px;
    margin-bottom: 20px;
}
.voting-item>.vc_column-inner {
	padding:0px 10px;
}

/* Disable hover for iOS*/
@supports not (-webkit-overflow-scrolling: touch) {
	.vote-item-con:hover{
		background-color: rgba(0,0,0,0.1);
		border-radius:10px;
	}
	.voting-items .selectable:hover .overlay{
	    display: block;
	}
}

.voting-items .selectable .overlay{
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display:none;
    text-align: center;
    border-radius:5px;
}
.voting-items .selectable .overlay-content{
    height:100%;
    padding: 34% 0%;
    color:white;
    font-size: 50%;
    box-sizing:border-box;
}

.voting-items .cover-photo{
    width:100%;
}
.voting-items .voting-title{
	font-size: 14px;;
	word-wrap: break-word;
}
.songname{
	word-wrap: break-word;
}
.vote-item-con{
	padding:5px 15px 15px;
}
.voting-items .item-right-con{
	padding: 10px 0px 0px 8px;
}
.sphradio_creditext{color:#c5c6cf;padding:0px 10px;}
.voting-items .item-right-con h5{height: 30px;}
.vote-item-con img{max-height:140px;margin-bottom:10px;}
.intl-tel-input{width:100% !important;}      
label{font-weight: normal; font-size: 14px;}
.container{max-width: 100%;}
#voting-form .row{margin:0px;}
.h3-small{font-size:12px !important;}
.item-title{
	max-width:960px;
	margin:0px auto;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
    padding: 10px 10px 8px;
    margin-bottom:15px !important;    
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    right: 15px;
    color: #666 !important;
    font-size: 30px !important;
    font-weight: bold !important;
    transition: 0.3s;
    opacity: 1 !important;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
.alert{
	margin-bottom:0px !important;	
}
/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/* Loading: Absolute Center Spinner */
.loading {
  display:none;
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767px){
  .item-right-con{text-align:center;}
  .item-right-con img{margin:10px auto;} 
  .sphradio-votebtn{width: 60%;}
}
