@font-face {
    font-family: Futura;
    src: url(../fonts/futura/FuturaPTLight.otf);
}
@font-face {
    font-family: FuturaMedium;
    src: url(../fonts/futura/FuturaPTBook.otf);
}
@font-face {
    font-family: FuturaRegular;
    src: url(../fonts/futura/FuturaPTBold.otf);
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #0781fc;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
input, button, textarea, select{
    font-family: 'FuturaMedium', sans-serif;
    color: #637279;
}
input[readonly]{
    color: #7e8b93;
}
.col3x4 textarea{
    display: block;
    height: 24px;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    position: relative;
    margin-bottom: 200px;
}
td, th{
    border-top: 1px solid #637279;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
tr{
    transition: all 0.3s ease;
    position: relative;
    display: table-row;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.Loader{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #f4f7fc;
    text-align: center;
    line-height: 100vh;
}
.LoaderInner{
    display: inline-block;
    width: 300px;
    max-width: 100%;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
}
.Loader img{
    width: 0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    -webkit-animation: resize 1s linear infinite;
    -moz-animation: resize 1s linear infinite;
    -ms-animation: resize 1s linear infinite;
    -o-animation: resize 1s linear infinite;
    animation: resize 2s linear infinite;
    filter: drop-shadow(0 0 3px #7e8b93)
}
@-webkit-keyframes resize {
    0% {
        width: 50px;
    }
    50% {
        width: 150px;
    }
    100%{
        width: 50px;
    }
}
@keyframes resize {
    0% {
        width: 50px;
    }
    50% {
        width: 150px;
    }
    100%{
        width: 50px;
    }
}
body{
    background: #f4f7fc;
    font-family: 'Futura', sans-serif;
    line-height: 1.5;
    font-size: 14px;
    overflow: hidden;
    color: #2d3039;
}
/* LOGIN ADMIN */
.Login{
    display: block;
    position: relative;
    width: 100%;
    overflow: auto;
    line-height: 0;
    font-size: 0;
    height: 100vh;
    line-height: 100vh;
    text-align: center;
}
.LoginLeft{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    line-height:1;
    text-align: center;
    box-shadow: 0 0 5px #d1d6da;
    padding: 15px;
    max-width: calc(100% - 30px);
    overflow: hidden;
    overflow-y: auto;
}
.LoginInner{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.LoginImg{
    width: 200px;
    max-width: 100%;
    margin: 30px 0;
}
.Login form{
    width: 300px;
    max-width: 100%;
}
.LoginRight{
    display: none;
}
.ErrorLogin{
    color: #ef3737;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: "FuturaRegular", sans-serif
}
.LoginLabel{
    display: block;
    position: relative;
    margin-bottom: 10px;
}
.LoginLabel input{
    display: block;
    background: rgba(255, 255, 255, .1);
    border: 0;
    border: 1px solid #0084fd;
    padding: 10px;
    transition: all 0.4s ease;
    color: #2c3039;
    width: calc(100% - 22px);
}
.LoginLabel input:focus,
.LoginLabel input:hover{
    background: #fff;
}
.LoginLabel span{
    display: block;
    position: relative;
    font-size: 12px;
    text-align: left;
    padding: 5px 0;
    text-transform: uppercase;
    color: #2c3039;
}
.LoginBtn{
    display: block;
    width: 100%;
    border: 1px solid   ;
    padding: 0;
    background: #0084fd;
    line-height: 35px;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.5s ease;
}
.LoginBtn:hover,
.LoginBtn:focus{
    background: #fff;
    color: #0084fd;
}
.LoginBtn i{
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-left: 1px solid;
    float: right;
    font-size: 15px;
}
.Support{
    font-size: 15px;
    margin-top: 20px;
    color: #2c3039;
}
.Support span{
    font-family: "FuturaMedium", sans-serif;
    display: block;
    color: #0084fd;
}
/* LOGIN ADMIN END */
.ImportForm{
    display: block;
    position: relative;
    line-height: 100vh;
    width: 100%;
    text-align: center;
}
.MyRow{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    height: 80vh;
    width: 80vw;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 3px #111;
    border-radius: 5px;
}
.ImportForm label{
    display: block;
    position: relative;
    width: 100%;
    height: calc(80vh - 100px);
    line-height: calc(80vh - 100px);
    cursor: grab;
}
.ImportForm label span{
    font-size: 24px;
    display: inline-block;
    font-family: "FuturaMedium", sans-serif;
    line-height: 1;
    vertical-align: middle;
}
.ImportForm label i{
    font-size: 40px;
    display: block;
}
.ImportForm label input{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.Logout{
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 20px;
}
.ImportForm .BtnAction{
    display: block;
    margin:10px auto;
    margin-bottom: 0;
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    background: #0781fc;
    border: 1px solid #0781fc;
    cursor: pointer;
    transition: all 0.5s ease;
}
.ImportForm .BtnAction:hover{
    color: #0781fc;
    background: #fff;
}