body
{
	margin:0px;
	font-family: "Roboto", "Segui", "Arial";
}

#hiddenIframes
{
	display:none;
}

#DefaultFormat 
{
    background: linear-gradient(to bottom, rgb(3,78,110), rgb(0,70,101) );
	color: white;
	display:none;
}

div#conversionWrapper {
    background: rgb(0,180,255);
}

.StartDownloadButton_text
{
    padding-top: 16px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
	color:white;
}

.StartDownloadButton
{
	height:53px;
	border-radius: 4px;
    border: solid 1px transparent;
	box-shadow: 0px 2px 5px 0 #014868;
}

#HDTag 
{
    font-size: 14px;
    color: rgb(255,204,0);
    font-style: italic;
	vertical-align: top;
    line-height: 9px;
}

.DownloadHDTaskTest
{
	color: rgb(255,204,0);
    font-style: italic;
}

.greenButton
{
	background: rgb(0,167,12);
	cursor:pointer;
}

#URLHolder
{
    margin-left: auto;
	margin-right: auto;	
	position: relative;
}

#url
{
	font-size: 25px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px transparent;
	box-shadow: 0px 4px 7px 0 rgba(17, 16, 15, 0.2);
	background: rgb(245,245,245);
    color: rgb(15,94,127);
}

.ui-autocomplete
{
	width:300px;	
	list-style-type: none;
	 -moz-border-radius: 5px;
    border-radius: 5px;
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: solid 1px transparent;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background: rgb(245,245,245);
	padding-top:4px;
	padding-bottom:11px;
}

.ui-menu-item 
{
    margin-left: -40px;
    padding-left: 18px;
    height: 22px;
    padding-top: 10px;
    font-weight: lighter;
    font-size: 18px;
    color: rgb(15,94,127);
}

.ui-state-focus 
{
  background-color: #eeeeee;
}

.ui-helper-hidden-accessible
{
	display:none;
}

.TasksHolder
{
	min-height: 102px;
	background-color: rgb(244,244,244);
	padding-top: 19px;
	padding-bottom: 10px;
	display:none;
}

.Task
{
	height:84px;
	background: white;
	box-shadow: 1.5px 2.6px 4px 0 rgba(17, 16, 15, 0.18);
	margin-bottom: 12px;
}

.TaskImageHolder
{
	background: rgb(0,180,255);
	float:left;
	height:100%;
}

.TaskImage
{
    height: 84px;
	display: none;
}

.SongName
{
	font-family: "Roboto", "Segui", "Arial";
	font-weight: lighter;
}

.DownloadButton
{
    min-width: 81px;
    clear: both;
    display: table;
    padding-left: 5px;
    padding-right: 5px;
}

.TaskButton
{	
    height: 21px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    border-radius: 2px;
    border: solid 1px transparent;
    text-align: center;
    padding-top: 8px;
	cursor:pointer;
}

.TaskErrorCalltoAction
{
    padding-left: 5px;
    float: left;
    padding-right: 5px;
}

.TaskDetails
{
	float: left;
}

.IframeMessage
{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	border-radius: 25px;
	z-index: 1000;
	background-color: rgba(0, 0, 0,0.5);
    box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
}

.IframeBigMessage
{
	top: 25%;
	left: 25%;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0 0 0 9999px rgba(255, 255, 255, 0.9);
}

.MoreOptionsBtn
{
    margin-right: 9px;
	border-radius: 5px;
    border: solid 2px rgb(199,199,199);
	display:none;
	cursor:pointer;
}

.TaskMessage 
{
    clear: both;    
    font-size: 13.5px;
	font-weight: 600;
}

.TaskError 
{
    color: rgb(255,2,4);
}

.TaskSuccess 
{
	display: none;
    color: rgb(0,180,255);
}

.SaveAsLink
{
	text-decoration: none;
    clear: both;
    float: left;
	font-size: 13.5px;
	box-shadow: 0px 1px 3px 0 #014868;
}

.TaskMessageText
{
	margin-left: 6px;
	padding-top: 4px;
	max-width: 433px;
	float:left;
} 

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin-top: 22px;
	margin-left: 33%;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgb(206,242,254);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.checkmark 
{
    width:21px;
    height:21px;
    -ms-transform: rotate(45deg); 
    -webkit-transform: rotate(45deg); 
    transform: rotate(45deg);
	float:left;
}

.SuccessMark
{
	background-color: rgb(0,180,255);
}

.ErrorMark
{
	background-color: rgb(255,2,4);
}

.checkmark_circle {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius:50%;
    left: 0.75px;
    top: 0.75px;
}

.checkmark_circle_outer{
	position: absolute;
    width:21px;
    height:21px;
    background-color: white;
    border-radius:50%;
    left:0;
    top:0;
}

.checkmark_stem {
    position: absolute;
    width:3px;
    height:12px;
    background-color:#fff;
    left: 11px;
    top: 4px;
}

.checkmark_kick {
    position: absolute;
    width: 5px;
    height: 3px;
    background-color: #fff;
    left: 7px;
    top: 13px;
}

.errormark_stem {
    position: absolute;
    width:3px;
    height:13px;
    background-color:#fff;
    left: 9px;
    top: 5px;
}

.errormark_kick {
    position: absolute;
    width: 13px;
    height: 3px;
    background-color: #fff;
    left: 4px;
    top: 10px;
}

.PlaylistHeader
{
    background: rgb(238,238,238);
	padding-bottom: 15px;
}

.playlistHeaderContnet
{
	padding-top: 18px;
}

.playlistHeaderTitle {
    overflow: hidden;
    max-height: 24px;
}

.playlistHeaderCounter {
    float: left;
    margin-left: 17px;
    font-size: 15px;
    font-weight: lighter;
    margin-top: 6px;
}

.downloadAppButtonNew {
    padding-right: 15px;
    height: 35px;
    clear: both;
    border-radius: 4px;
    border: solid 1px transparent;
	color:white;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
}

#SmallHeaderTitle
{
	font-family: "Roboto", "Segui", "Arial";
}

.MainMeter
{
	height: 5px;
	/*float: left;*/
}

.playlist-entity-meter
{
	height: 33px;
}


.meter { 
    position: relative;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0px;

    border: 1px solid;
	border-color: rgb(220,219,219);
}
.meter > span {
    display: block;
    height: 100%;
	width: 0%;
       -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
           -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
               border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 5px;
     -webkit-border-bottom-left-radius: 5px;
            -moz-border-radius-topleft: 5px;
         -moz-border-radius-bottomleft: 5px;
                border-top-left-radius: 5px;
             border-bottom-left-radius: 5px;
    background-color: rgb(0,194,14);


    position: relative;
    overflow: hidden;
}
.meter > span:after, .animate > span > span {
    content: "";
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;

    z-index: 1;
    -webkit-background-size: 50px 50px;
    -moz-background-size: 50px 50px;
    background-size: 50px 50px;
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
       -webkit-border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
           -moz-border-radius-topright: 8px;
        -moz-border-radius-bottomright: 8px;
               border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
        -webkit-border-top-left-radius: 20px;
     -webkit-border-bottom-left-radius: 20px;
            -moz-border-radius-topleft: 20px;
         -moz-border-radius-bottomleft: 20px;
                border-top-left-radius: 20px;
             border-bottom-left-radius: 20px;
    overflow: hidden;
}

.animate > span:after {
    display: none;
}

@-webkit-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
       background-position: 0 0;
    }
    100% {
       background-position: 50px 50px;
    }
}


.orange > span {
    background-color: #f1a165;

}

.red > span {
    background-color: #f0a3a3;

}

.nostripes > span > span, .nostripes > span:after {
    -webkit-animation: none;
    -moz-animation: none;

}

#points3Button
{
	width:58px;
}

#points3_text {
    font-size: 42px;
    margin-top: -24px;
    font-family: serif;
}

#URLPowerdBy
{
	float:right;
	font-size: 11px;
	font-weight: Normal;
	margin-top:7px;
}

.PlaylistDownloadSelectArea 
{
	clear: both;
    float: left;
    padding-top: 18px;
}

.playlistDownloadSelectedButton {
    height: 38.3px;
    border: solid 1px rgb(191, 191, 191);
    cursor: pointer;
	padding-right: 15px;
	width: fit-content;
	float: left;
}

img.playlistDownloadSelectedImage {
	margin-left: 11.8px;
    margin-top: 7.3px;
    width: 21px;
    height: 22px;
    float: left;
}

.playlistDownloadSelectedButtonText {
	margin-left: 10px;
    margin-top: 7.3px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.47;
    text-align: left;
	float: left;
}

.PlaylistSelect {
	clear: left;
    float: left;
    margin-top: 21px;
}

.PlaylistSelectText {
    font-size: 15.6px;
    line-height: 1.32;
}

.playlistDownloadingButton {
    width: 170.7px;
    height: 38.3px;
    background-color: #a9a9a9;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.47;
    text-align: center;
    color: #ffffff;
    float: left;
}

.playlistProgressArea {
    float: left;
}

.playlistProgressText {
    font-size: 12.3px;
    line-height: 1.67;
}

input.playlistTaskCheckbox {
    float: left;
	clear: left;
    margin-right: 15px;
}

.PlaylistSuccess 
{
    color: rgb(0,180,255);
	float: left;
    padding-top: 2px;
    font-weight: bold;
    font-size: 18px;
	position: relative;
}

.InQueue {
    clear: both;
    font-size: 14px;
    color: #00a70c;
    padding-top: 13px;
}