* {
    margin: 0;
    padding: 0
}

body {
    font-family: "Work Sans", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #272822;
    max-width: 900px;
    margin: 4em auto 2em auto
}

.wrapper {
    margin: 0px 20px;
}

.content {
    background: #fff;
    padding: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    z-index: 0;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 rgba(255, 255, 255, 1), 4px 4px 0 rgba(0, 0, 0, .1), 6px 6px 0 rgba(255, 255, 255, 1), 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
    height: 100%
}

.footer {
    text-align: center;
    margin-top: 4.5em
}

.hidden {
    display: none
}

.margin_top_2em {
    margin-top: 2em
}

.no-js {
    background: #ea7e7e;
    border-bottom: 2px solid #a71010;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 35px
}

fieldset {
    border: 0
}

.login {
    background-color: #fff;
    height: 200px;
    width: 400px;
    padding: 30px;
    margin: 2em auto;
    z-index: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 1px 1px 0 rgba(0, 0, 0, .1), 3px 3px 0 rgba(255, 255, 255, 1), 4px 4px 0 rgba(0, 0, 0, .1), 6px 6px 0 rgba(255, 255, 255, 1), 7px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
    height: auto
}

/*
.login:before {
    content: '';
    position: absolute;
    z-index: -1;
    border: 1px dashed #d4d4d4;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    -moz-box-shadow: 0 0 0 1px #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff
}
*/

.inputs input {
    background: #f9f9f9;
    padding: 15px 15px 15px 5px;
    margin: 10px 0 10px 0;
    width: 380px;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 14px
}

.inputs input:focus {
    background-color: #fff;
    outline: 0
}

.dataTables_filter {
    float: right;
    position: relative;
    bottom: 20px
}

.dataTables_filter input {
    width: 150px;
    padding: 5px;
    background: #f9f9f9;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

.dataTables_length {
    position: relative;
    top: 5px
}

.dataTables_info {
    margin-top: 10px
}

.dataTables_filter input:focus {
    outline: 0;
    background-color: #fff
}

.paginate_enabled_previous,.paginate_enabled_next {
    padding: 10px;
    cursor: pointer;
}

.actions {
    margin: 25px 0 0 0
}

.button {
    -moz-box-shadow: inset 0 1px 0 0 #fff;
    -webkit-box-shadow: inset 0 1px 0 0 #fff;
    box-shadow: inset 0 1px 0 0 #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fff), color-stop(1, #f6f6f6));
    background: -moz-linear-gradient(center top, #fff 5%, #f6f6f6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #fff;
    cursor: pointer
}

.button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #fff));
    background: -moz-linear-gradient(center top, #f6f6f6 5%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
    background-color: #f6f6f6
}

.button:active {
    position: relative;
    top: 1px
}

.cancel-btn {
    margin-left: 15px
}

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

.actions p {
    float: right
}

.verify_text p {
    text-align: center
}

.actions p a {
    color: #272822;
    text-decoration: none
}

.actions p a:hover {
    text-decoration: underline
}

.form_loader {
    position: relative;
    top: 4px;
    left: 4px;
    display: none
}

.user_edit_section {
    width: 700px;
    margin: 0 auto
}

.user_edit_section p small {
    position: relative;
    top: 10px;
    float: right;
    width: 240px
}

.edit_profile {
    width: 700px;
    margin: 0 auto
}

.edit_profile p small {
    float: right;
    position: relative;
    top: -55px;
    left: -20px;
    width: 240px
}

span.required {
    color: red;
    background: #fff
}

span.required:after {
    content: "*"
}

.a_line {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

.status_list {
    margin-left: 10px
}

h1 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    letter-spacing: 4px;
    position: relative;
    font-size: 28px
}

h1.rule {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px
}

h2 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    color: #666;
    letter-spacing: 2px;
    position: relative;
    font-size: 24px
}

.input-block {
    margin: 0;
    padding: 0;
    font-size: 12px
}

.thinner {
    width: 720px;
    margin: 0 auto
}

h3 {
    color: #666
}

p {
    margin: 5px 0 15px 0
}

header {
    margin-bottom: 1.5em
}

header img .leftimg {
    float: left;
    position: relative;
}

header img .rightimg {
    float: right;
    position: relative;
}

header a {
    text-decoration: none
}

header a:hover {
    text-decoration: underline;
    #¢
}

.link {
    text-align: center;
    margin-bottom: 5px;
    display: none
}

header small {
    float: right;
    position: relative;
    bottom: 25px
}

span {
    background: #888;
    border-radius: 2px;
    color: #fff;
    padding: 1px 2px
}

#feedback {
    margin: 0 auto;
    bottom: 30px
}

.alert {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    display: none
}

.success {
    background: #a5e383;
    border: 1px solid #337f09
}

.error {
    background: #ea7e7e;
    border: 1px solid #a71010;
    color: #fff
}

.info {
    background: #c6d8ee;
    border: 1px solid #84a0c3
}

.buy-button {
    width: 180px;
    padding: 5px 10px;
    margin: 25px 0;
    font-weight: bold;
    height: 40px;
    font-size: 14px
}

span.orange {
    background: 0;
    color: #bd3517
}

span.red {
    background: 0;
    color: #c10922
}

span.grey {
    background: 0;
    color: #57818f
}

span.green {
    background: 0;
    color: #229186
}

span.yellow {
    background: 0;
    color: #7f992f
}

span.blue {
    background: 0;
    color: #268ccc
}

span.br-orange {
    background: 0;
    color: #c14a26
}

span.bright-yellow {
    background: 0;
    color: #ae7220
}

table {
    *border-collapse: collapse;
    border-spacing: 0;
    width: 840px;
    table-layout: fixed;
}

.user_table td,
.user_table th {
    padding: 10px;
    border-bottom: 1px solid #f2f2f2;
        white-space: pre-wrap !important;
    word-wrap: break-word;
}

.user_table tbody tr:nth-child(even) {
    background: #f5f5f5;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8) inset
}

.user_table th {
    text-align: left;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-bottom: 1px solid #ccc;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#eee));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #eee);
    background-image: -moz-linear-gradient(top, #f5f5f5, #eee);
    background-image: -ms-linear-gradient(top, #f5f5f5, #eee);
    background-image: -o-linear-gradient(top, #f5f5f5, #eee);
    background-image: linear-gradient(top, #f5f5f5, #eee)
}

.user_table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0
}

.user_table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0
}

.user_table th:only-child {
    -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0
}

.user_table tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #f1f1f1
}

.user_table tfoot td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px
}

.user_table tfoot td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0
}

.user_table tfoot td:only-child {
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px border-radius:0 0 6px 6px
}

.testlink {
    text-decoration: none;
    color: #272822;
}

.testlink:hover {
    text-decoration: underline;
}

#export{
    text-decoration: underline;
    position: relative;
    left: 250px;
    top: -33px;
    font-size: 18px;
    color: royalblue
}

.fa-solid.fa-download {
    color: #000;
}

img {
        width: 70%;
        max-width: 300px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: block;
    }

@media only screen and (min-device-width: 300px) {
    .login {
        background-color: #fff;
        height: 200px;
        max-width: 280px;
        width: calc(100vw - 100px);
        padding: 30px;
        margin: 2em auto;
        z-index: 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
        height: auto
    }

/*
    .login:before {
        content: '';
        position: absolute;
        z-index: -1;
        border: 1px dashed #d4d4d4;
        top: 5px;
        bottom: 5px;
        left: 5px;
        right: 5px;
        -webkit-box-shadow: 0 0 0 1px #fff;
        box-shadow: 0 0 0 1px #fff
    }
*/

    .inputs input {
        background: #f9f9f9;
        padding: 15px 15px 15px 5px;
        margin: 10px 0 10px 0;
        max-width: calc(100% - 20px);
        border: 1px solid #dcdcdc;
        border-radius: 2px;
        font-size: 14px
    }

    .inputs input:focus {
        background-color: #fff;
        outline: 0
    }

    img {
        float: none !important;
        width: 70%;
        margin-left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        display: block;
    }
    .button#register {
        width: 100%;
    }
}
    .inputs input:focus {
        background-color: #fff;
        outline: 0
    }

    img {
        float: none !important;
        width: 70%;
        max-width: 300px;
        margin-left: 50%;
        transform: translateX(-50%);
        display: block;
    }
    .button#register, .button#forgot_password {
        width: 100%;
    }
}
