body {
    font-family: Helvetica;
    /*background: #eee; Tagetik */
    -webkit-font-smoothing: antialiased;
    margin: 0px;
}

.disabled {
    opacity: 0.2;
    pointer-events: none;
}

body p {
    color: #888;
    font-size: 13px;
    letter-spacing: .4px;
    margin: 10px 0px 10px 0px;
}

body a {
    color: #367bb1;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

body a:hover {
    color: #666;
    text-decoration: underline;
}

footer img {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

svg {
    opacity: 0.5;
}

#header {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    height: 80px;
    border: 1px solid #eaeaea;

    -webkit-box-shadow: 0px 1px 25px 1px rgba(237, 237, 237, 1);
    -moz-box-shadow: 0px 1px 25px 1px rgba(237, 237, 237, 1);
    box-shadow: 0px 1px 25px 1px rgba(237, 237, 237, 1);

    /* left
    -webkit-box-shadow: -1px 0px 25px 1px rgba(237,237,237,1);
    -moz-box-shadow: -1px 0px 25px 1px rgba(237,237,237,1);
    box-shadow: -1px 0px 25px 1px rgba(237,237,237,1);
    */
}

.logo {
    float: left;
}

.logo img {
    height: 34px;
    margin-left: 20px;
    margin-top: 20px;
}

.info {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}

.info p {
    margin: 0px;
    text-align: right;
    color: #969696;
}

@media only screen and (min-width: 1025px) {
    #main {
        position: absolute;
        margin-top: 100px;
        margin-left: 50px;
        margin-right: 50px;
        /*width: 100%;
        border: 1px solid #373737; */
    }
}

@media only screen and (max-width: 1024px) {
    #main {
        position: absolute;
        margin-top: 100px;
        margin-left: 110px;
        margin-right: 50px;
        /*width: 100%;
        border: 1px solid #373737; */
    }
}

@media only screen and (max-width: 750px) {
    #main {
        position: absolute;
        margin-top: 100px;
        margin-left: 75px;
        margin-right: 50px;
        /*width: 100%;
        border: 1px solid #373737; */
    }
}

@media only screen and (max-width: 736px) {
    #main {
        position: absolute;
        margin-top: 100px;
        margin-left: 95px;
        margin-right: 50px;
        /*width: 100%;
        border: 1px solid #373737; */
    }
}

@media only screen and (max-width: 414px) {
    #main {
        position: absolute;
        margin-top: 100px;
        margin-left: 77px;
        margin-right: 50px;
        /*width: 100%;
        border: 1px solid #373737; */
    }
}

@media only screen and (max-width: 376px) {
    #main {
        position: absolute;
        margin-top: 100px;
        margin-left: 55px;
        margin-right: 50px;
        /*width: 100%;
        border: 1px solid #373737; */
    }
}

.tup {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    margin: 5px;
    border: 1px solid #dadada;
}

.upload {
    width: 500px;
    height: 100px;
}

.tagetik5 {
    margin-left: 100px;
    margin-top: 60px;
    opacity: 0.9;
    width: 50px;
    height: 51px;
}

.tagetik5-status {
    margin-left: 10px;
    margin-top: 20px;
    /*opacity: 0.7;*/
    margin-bottom: 19px;
    color: #377cb1;
}

.off {
    /*opacity: 0.7;*/
    color: #AAA;
}

.desc5 {
    margin-top: 10px;
    display: inline;
    width: 80%;
    text-align: center;
}

.desc5-active {
    color: #555;
}

.upgrade {
    opacity: 0.5;
}

.interline {
    display: inline-block;
    width: 40%;
    border: 1px solid #f1f1f1;
}

.tup-info {
    font-size: 11px;
    color: #bababa;
}

.spinner {
    position: absolute;
    z-index: 1;
    width: 24px;
    height: 24px;
    border: 1px solid #f3f3f3;
    border-radius: 50%;
    border-top: 1px solid #313131;
    -webkit-animation: spin 1.6s linear infinite;
    animation: spin 1.6s linear infinite;
    display: block;
    margin-left: 8px;
    margin-top: 13px;
    cursor: pointer;
}

.spinner, .lock {
    border-top: 1px solid #212121;
}

