/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    background-color:#ebebec;
    min-height:900px;
}

body{
    font:15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
}

a, a:visited {
    outline:none;
    color:#389dc1;
}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}


/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    /*font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    width:250px;
    padding:30px;
    border-radius:3px;

    margin:200px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

#drop{
    margin: 40px auto 40px;
    border: 1px dotted #717171;
    max-width: 60%;
    text-align: center;
    font-size:16px;
    color:#7f858a;
    float: none;
    display: table;
    width: 100%;
}

#drop a{
    color: #2e2e2e;
    font-size: 20px;
    border-radius: 2px;
    cursor: pointer;
    display: block;
    margin-top: 0;
    height: 100%;
    font-weight: bold;
    padding: 50px;
    text-decoration: none;
}
#drop p{
    color:#2e2e2e;
    font-weight: bold;
    font-size:16px;
}
#drop a span{
    color:#717171;
    font-weight: 400;
    text-decoration: none;
}

#drop input{
    display:none;
}
#upload{
    float: left;
    width: 100%;
}
#upload ul{
    list-style:none;
    margin: 10px 0px 52px 0px;
}

#upload ul li{
    padding:15px;
    height: 100px;
    margin: 0px 30px;
    position: relative;
}

#upload ul li input{
    display: none;
}

#copy{
    display: block !important;
}

#upload ul li div{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #2e2e2e;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../img/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}


/*----------------------------
    The Demo Footer
-----------------------------*/


footer{
    background-color: #080808;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
    height: 40px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100000;
}

footer h2{
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    top:0;
    left: 50%;
    bottom:0;
    margin-left: -420px;
    padding:13px 20px 0;
    border:1px solid #000;
    border-width:0 1px;
    background-color:rgba(0,0,0,0.6);
    box-shadow:0 0 5px #000 inset;
    line-height: 1;
    margin-top: 0;
}

footer h2 a{
    color: #EEEEEE !important;
    text-decoration:none !important;
}

footer h2 i{
    font-style:normal;
    color:#888;
}

#tzine-download{
    opacity:0.9;
    background-color:#257691;
    font-size:11px;
    text-align:center;
    text-transform:uppercase;
    width:150px;
    height:28px;
    line-height:28px;
    text-decoration:none !important;

    display: inline-block;
    border-radius: 2px;
    color: #fff !Important;
    font-weight: bold;
    box-shadow: 0 -1px 2px #1e5e74 inset;

    border-top:1px solid #26849c;

    text-shadow:1px 1px 1px #1e6176;
    margin-top:6px;
}

#tzine-download:hover{
    opacity:1;
}

#tzine-actions{
    position:absolute;
    top:0;
    width:500px;
    right:50%;
    margin-right:-420px;
    text-align:right;
}

#tzine-actions iframe{
    display: inline-block;
    height: 21px;
    width: 95px;
    position: relative;
    float: left;
    margin-top: 11px;

}
.link {
    position:absolute;
    top:64px;
    padding-top: 10px;
    word-wrap: break-word;
}
.radio-section{
    position: absolute;
    margin-top: -60px;
    font-size: 19px;
}
.radio-section label span{ padding-left: 3px; } 
.radio-section label { cursor: pointer; }
.error-section{
    width: 100%;
    margin:10px 0px;
}
#test1{     
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    max-width: 300px;
    margin: 0 auto;
    border-radius: 10px;
} 
.fail{
    background-color: #53b932;
    color: red;
}
.success1{
    background-color: #53b932;
    color: #fff;
}
#test2{     
    font-size: 20px;
    color: red;
    width: 100%;
    text-align: center;
    padding: 17px 0px;
    color: red;
} 

/*install */
.body-div {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
}

.form-div {
    display: inline-block;
    width: 400px;
    border: 1px solid black;
    text-align: left;
    padding: 20px;
    margin-top: 100px;
}

.form-div h1 {
    display: inline-block;
    width: 100%;
    text-align: center !important;
}

.success {
    color: green;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
}
.error {
    color: red;
    float: left;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
}
.install-link{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
}
.install-link a{
    padding: 10px 30px;
    background-color: #007a96;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.overall-section{
    width: 100%;
    float: left;
    margin-bottom: 26px;
}
.btn-width{text-align: center;margin-top: 24px;}
.btn-width button{
    background-color: #007a96;
    padding: 5px 25px;
    border: 1px solid #007a96;
    color: #fff;
    font-size: 16px;
    border-radius: 16px;
}
.link{
    margin-top: 20px;
}
.link a{
    text-decoration: none;
    color: #2e2e2e;
    font-weight: 600;
    font-size: 14px;
}
input[type='radio'] {
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    outline: none;
    box-shadow: 0 0 0 2px #0588a4;
}
input[type='radio']:before {
        content: '';
        display: block;
        width: 60%;
        height: 60%;
        margin: 20% auto;
        border-radius: 50%;
}

input[type='radio']:checked:before {
    background: #0588a4;
}
.app-uploader{
    float: left;
    width: 100%;
    position: fixed;
    height: 100%;
    display: table;
}
.full-upload-width{
    font-family: 'PT Sans Narrow', sans-serif;
    background-color: #fff;
    max-width: 650px;
    width: 100%;
    padding: 15px;
    border-radius: 3px;
    display: table;
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    box-shadow: 0 0 10px #808080;
}
.upload-inner-section{
    border: 15px solid #0588a4;
    float: left;
    width: 100%;
    max-width: 621px;
}
.new-radio-section{
    width: 100%;
    text-align: center; 
    margin: 20px 0px;
    float: left;
}
.new-radio-section label{
    font-size: 18px;
    color: #000;
    cursor: pointer;
     display: inline-block;
}
.new-radio-section label span{
    padding-left: 8px;
}
input[type=radio] {
    -moz-appearance: none !important;
    -moz-border-bottom-colors: transparent !important;
    -moz-border-left-colors: transparent !important;
    -moz-border-right-colors: transparent !important;
    -moz-border-top-colors: transparent !important;
}