/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    background-color:#ebebec;

    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:radial-gradient(center, #ebebec, #b4b4b4);

    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;
}

/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#f8f8f8;

    /*background-image:-webkit-linear-gradient(top, #373a3d, #313437);*/
    /*background-image:-moz-linear-gradient(top, #373a3d, #313437);*/
    /*background-image:linear-gradient(top, #373a3d, #313437);*/

    width:80% ;
    padding:30px 30px 0px 30px;
    border-radius:3px;

    margin:50px auto 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop {
    background-color: #f8f8f8;
    padding: 40px 40px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    /*border-image: url('../img/border-image.png') 25 repeat; */
    border-color: #7f7f7f;
    border-style: dashed;
    border-width: 5px;
}

.filebox {
    text-align: center;
    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}
#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #7f7f7f;
    border-bottom:1px solid #7f7f7f;
}

#upload ul li{

    background-color: white;
    border-bottom:1px solid lightgrey;
    padding:15px;
    height: 80px;
    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #7f7f7f;
    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;
}


#convert-controls {
    padding-bottom: 30px;
}

#progress {
    background-color: #2E3134;
    font-family:'PT Sans Narrow', sans-serif;
    height: 100px;
    padding-top: 30px;
    border: none;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.progressBar {
  background: rgba(255,255,255,0.1);
  border-radius: 100px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 20px;
  width: 90%;
}

.progressBar-value {
  animation: load 3s normal forwards;
  box-shadow: 0 2px 10px 0px #fff;
  border-radius: 100px;
  background: #fff;
  height: 10px;
  width: 0;
}

.progress-bar-grey {
    background-color: #7f7f7f !important;
}

.progressLabelPane{
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    color: white;
}

@keyframes load {
  0% { width: 0; }
  100% { width: 68%; }
}
/*----------------------------
    The Demo Footer
-----------------------------*/


#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;
}

.btn-action,
 .btn-action:active,
 .btn-action:visited {
     background-color:  #00C749 !important;
     color: white;
 }

a.link-white,
a.link-white:hover,
a.link-white:active,
a.link-white:visited
{
    color: white;
    background-color: inherit;
    text-decoration: none;
}

a.link-black,
a.link-black:hover,
a.link-black:active,
a.link-black:visited
{
    color: black;
    background-color: inherit;
    text-decoration: none;
}

.btn-link
{
    color: #2694b7 !important;
    font-size: 1.0em;
}

.btn-invert
{
    background-color:#007a96;
    color: white;
}

a.link-blue,
a.link-blue:active,
a.link-blue:visited
{
    color: #1d809f;
    background-color: inherit;
    text-decoration: none;
}

a.link-blue:hover
{
    color: #1d809f;
    background-color: #dae0e5;
    text-decoration: none;
}

.btn-action:hover {
    background-color: #00e654 !important;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
}

.btn-cancel,
.btn-cancel:active,
.btn-cancel:visited {
    background-color:  #7f7f7f !important;
    color: white;
}

.btn-cancel:hover {
    background-color: #999999 !important;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    color: white;
}

.fa-home {
    font-size: 1.2em;
}

.zoom:hover {
    transform: scale(1.1); /* (110% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

