*{
    margin:0;
    padding:0;
}


.webix_dtable_focused .webix_column > div.webix_row_select,
.webix_dtable_focused .webix_column > div.webix_column_select,
.webix_column > div.webix_cell_select,
.webix_column > div.webix_column_select,
.webix_column > div.webix_row_select {
  background: #AFA;
}

@media screen and (min-width: 765px){
	body {
		background-color:#74b1d1;
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: fixed;
				-webkit-background-size: cover;
				-moz-background-size: cover;
				-o-background-size: cover;
				background-size: cover;
		color:#fff;
		font:14px/1.3 Arial,sans-serif;
		#text-align:center;
	}
}

@media screen and (max-width: 765px){
	body{
		background-color:#74b1d1;
		background-repeat: no-repeat;
		background-position: right top;
		background-attachment: fixed;
		color:#fff;
		font:14px/1.3 Arial,sans-serif;
		#text-align:center;
		 }
  }	


header {
    background-color:#74b1d1;
    display:block;
    height:100px;
    position:relative;
    width:100%;
    z-index:100;
}
header h2{
    font-size:44px;
    font-weight:normal;
    position:absolute;
    width:340px;
	text-align:center;
}
header a.stuts,a.stuts:visited{
    border:none;
    text-decoration:none;
    color:#fcfcfc;
    font-size:14px;
    left:50%;
    line-height:31px;
    margin:23px 0 0 110px;
    position:absolute;
    top:0;
}
header .stuts span {
    font-size:22px;
    font-weight:bold;
    margin-left:5px;
}

.mainLabel>.webix_el_box {
    font-size: 25px;
}

pre {
    white-space: pre-wrap;
}

.passSize>.webix_control.webix_el_text {
    font-size: 25px;
}

.myhover{
	background: #CEE6FE;
}

.downloaded{
        background-color:#AFA;
    }

.images{
	text-align:center;
}

.containerDown {
    overflow:hidden;
    width:640px;
    margin:20px auto;
}

.divpro {
	display:block;
    overflow:hidden;
    margin:20px auto;
	text-align:left;
    float:center;
	max-width: 1450px;
	height: 762px;
    padding:0px;
	border:2px solid #ccc;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);
    color:#000;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
}

.divlogin {
	display:inline-block;
    overflow:hidden;
    margin:20px auto;
	text-align:center;
    float:center;
    padding:0px;
	border:2px solid #ccc;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);
    color:#000;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
}

.divterms {
	display:block;
    overflow:hidden;
    margin:20px auto;
	text-align:left;
    float:center;
	max-width: 1450px;
    padding:20px;
	border:2px solid #ccc;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: -moz-linear-gradient(#ffffff, #f2f2f2);
    background: -ms-linear-gradient(#ffffff, #f2f2f2);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
    background: -webkit-linear-gradient(#ffffff, #f2f2f2);
    background: -o-linear-gradient(#ffffff, #f2f2f2);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f2f2f2')";
    background: linear-gradient(#ffffff, #f2f2f2);
    color:#000;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.65);
}


.contr {
    background-color:#212121;
    padding:10px 0;
    text-align:center;
    border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    -webkit-border-radius:10px 10px 0 0;
}


#preview {
    background-color:#fff;
    display:block;
    float:right;
    width:200px;
}

#speed,#remaining, #b_transfered {
	margin-bottom:20px;
	margin-top:20px;
    float:left;
    width:100px;
}

.clear_both {
    clear:both;
}
input {
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    border:1px solid #ccc;
    font-size:14pt;
    padding:5px 10px;
}
input[type=button] {
    background: -moz-linear-gradient(#ffffff, #dfdfdf);
    background: -ms-linear-gradient(#ffffff, #dfdfdf);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
    background: -webkit-linear-gradient(#ffffff, #dfdfdf);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
    background: linear-gradient(#ffffff, #dfdfdf);
}

#upload_login {
	text-align:left;
    overflow:hidden;
    width:320px;
    margin:20px auto;
    float:center;
    padding:10px;
}
#upload_login > div {
    margin-bottom:18px;
}

#image_file {
    width:280px;
}
#progress_info {
    font-size:10pt;
}
#fileinfo {
    color:aaa;
    display:none;
    font-size:10pt;
    font-style:italic;
    margin-top:10px;
}

#warnsize,#error,#error2,#abort,#maxFiles {
    color:red;
    display:none;
    font-size:10pt;
    font-style:italic;
    margin-top:10px;
}

#progress {
    border:1px solid #ccc;
    display:none;
    float:left;
    height:14px;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;

    background: -moz-linear-gradient(#66cc00, #4b9500);
    background: -ms-linear-gradient(#66cc00, #4b9500);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66cc00), color-stop(100%, #4b9500));
    background: -webkit-linear-gradient(#66cc00, #4b9500);
    background: -o-linear-gradient(#66cc00, #4b9500);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66cc00', endColorstr='#4b9500')";
    background: linear-gradient(#66cc00, #4b9500);
}
#progress_percent {
    float:right;
}
#upload_response {
    margin-top: 30px;
    padding: 20px;
    overflow: hidden;
    display: none;
    border: 2px solid #1CA1C1;
	text-align: center;
    border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    -webkit-border-radius:10px;
    box-shadow: 0 0 5px #ccc;
    #background: #CEE6FE;
}

#yan{
	display: block;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	color: #1CA1C1;
}

#test{
	display: none;
}

.progress-pie-chart {
  display:none;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #E5E5E5;
  position: relative;
}
.progress-pie-chart.gt-50 {
  background-color: #81CE97;
}

.ppc-progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 200px, 200px, 100px);
}
.ppc-progress .ppc-progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 100px);
  top: calc(50% - 100px);
  width: 200px;
  height: 200px;
  clip: rect(0, 100px, 200px, 0);
  background: #81CE97;
  transform: rotate(60deg);
}
.gt-50 .ppc-progress {
  clip: rect(0, 100px, 200px, 0);
}
.gt-50 .ppc-progress .ppc-progress-fill {
  clip: rect(0, 200px, 200px, 100px);
  background: #E5E5E5;
}

.ppc-percents {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 173.91304px/2);
  top: calc(50% - 173.91304px/2);
  width: 173.91304px;
  height: 173.91304px;
  background: #fff;
  text-align: center;
  display: table;
}
.ppc-percents span {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  color: #81CE97;
}

.pcc-percents-wrapper {
  display: table-cell;
  vertical-align: middle;
}


.progress-pie-chart {
  margin: 10px auto 0;
}


a:link, a:visited {
    color: black;
    text-decoration: none;
}

a:hover, a:active {
    color: red;
}

.zip {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
	text-align:center;
	border:2px solid #ccc;
	border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	}
	