﻿body
{
    margin: 0;
    padding: 0;
    color: #4a4a4a;
    font: normal 10px/1.5em Helvetica, Arial;
}

a
{
    color: #319DCC;
    -moz-transition: color .5s;
    -o-transition: color .5s;
    -webkit-transition: color .5s;
    transition: color .5s;
}

    a:hover
    {
        color: #2B8CB6;
    }

input[type=text]
{
    padding: 4px 8px;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #4a4a4a;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

    input[type=text]:focus
    {
        border-color: #A5C1CC;
    }

.logo
{
    margin: 0 0 30px;
}

header
{
    padding: 30px 0;
    text-align: center;
}

.header-em
{
    padding: 30px 50px;
    border: solid #eee;
    border-width: 1px 0;
}

header p
{
    margin: 20px 0 0;
    color: #777;
    font-size: 16px;
    line-height: 1.5em;
}

h1
{
    margin: 0;
    text-align: center;
    font-weight: normal;
    font-size: 42px;
    line-height: 1;
}

.clearfix:before, .clearfix:after
{
    display: table;
    content: ' ';
}

.clearfix:after
{
    clear: both;
}

.wrapper
{
    margin: 0 auto;
    max-width: 600px;
}

.navbar
{
    padding: 10px 10%;
    background: #2BA5DD;
    background: linear-gradient(135deg, #1C6CA2 0%, #2BA5DD 50%, #1E96D2 50%, #7FCBEB 100%);
    color: #fff;
    font-size: 14px;
}

    .navbar a:hover
    {
        text-decoration: underline;
    }

.back-to-sp
{
    float: left;
}

    .back-to-sp a
    {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

.userinfo
{
    float: right;
}

section
{
    position: relative;
    padding: 30px 50px;
    font-size: 15px;
}

    section:first-child
    {
        padding-top: 0;
    }

    section:before, section:after
    {
        display: table;
        content: '';
    }

    section:after
    {
        clear: both;
    }

    section p
    {
        margin: 30px 0 0;
        line-height: 1.5em;
    }

.btn
{
    padding: 20px 50px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #ff6600;
    -moz-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .1) inset;
    box-shadow: 0 -4px 0 0 rgba(0, 0, 0, .1) inset;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    outline: none;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -webkit-transition: background .5s;
    transition: background .5s;
}

    .btn::-moz-focus-inner
    {
        border: 0;
    }

    .btn:hover
    {
        background: #ff9900;
    }

    .btn[disabled], .btn[disabled]:hover,
    .btn-disabled, .btn-disabled:hover
    {
        background: #ccc;
        cursor: default;
    }

.btn-success
{
    background: #60CC74;
}

    .btn-success:hover
    {
        background: #55E270;
    }

.btn-uninstall
{
    background: #a94442;
}

    .btn-uninstall:hover
    {
        background: #BC4D4B;
    }

.btn-update
{
    background: #31708f;
}

    .btn-update:hover
    {
        background: #377D9E;
    }

.app-version p, .value-row
{
    margin: 0;
    color: #7a7a7a;
    font-size: 13px;
    font-family: Tahoma, Helvetica, Arial;
}

.value-row
{
    border-bottom: 1px solid #eee;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

    .value-row .cell:first-child
    {
        text-align: right;
    }

.submit-row
{
    margin-top: 30px;
    text-align: center;
}
.submit-row .btn {
    margin: 5px
}

.access-denied
{
    clear: both;
    padding-top: 50px;
    border-top: 1px solid #e2e2e2;
    color: #4a4a4a;
    text-align: center;
    font-size: 18px;
}

.curtain
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: none;
    background: #fff/*rgba (255, 255, 255, .9);*/
}

    .curtain > div
    {
        display: table;
        height: 100%;
        width: 100%;
    }

        .curtain > div > div
        {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

    .curtain-title
    {
        font-size: 18px;
        font-weight: 300;
        margin: 0;
    }

        .curtain-title .glyphicon:before
        {
            font-size: 14px;
            margin: 0 4px 0 0;
        }

    .curtain-desc
    {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .curtain-desc p 
    {
        margin: 5px 0 0;
    }

    .curtain-btn
    {
        margin: 20px 0 0;
    }

.loading-img
{
    background: url(../img/gears_anv4.gif) center center no-repeat;
    display: block;
    height: 24px;
    margin: 0 0 10px;
}

.install-success .curtain-title
{
    color: #3c763d;
}
    
.install-fail .curtain-title
{
    color: #a94442;
}

#nprogress
{
    background: rgba(0, 0, 0, .1);
    margin: 10px 0 0;
    overflow: hidden;
    pointer-events: none;
    position: relative;
}

    #nprogress .bar 
    {
        background: #3c763d;
        height: 3px;
        z-index: 1031;
    }

footer
{
    padding: 30px 50px;
    color: #777;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
}

    footer h4, footer p
    {
        margin: 0;
    }

.contact
{
    margin: 0 4px;
}

.app-error
{
    font-size: 16px;
    margin: 10% 20%;
    text-align: center;
}

    .app-error h1 
    {
        font-size: 24px;
    }

/* General purpose */

.row
{
    display: table;
    width: 100%;
}

.cell
{
    display: table-cell;
    padding: 0 15px;
    vertical-align: middle;
    width: 60%;
}
.cell:first-child 
{
    width: 40%
}

.align-left
{
    text-align: left;
}

.align-right
{
    text-align: right;
}

.align-center
{
    text-align: center;
}
.normalsTxt {
    color: #7a7a7a;
    font-size: 13px;
    font-family: Tahoma, Helvetica, Arial;
    margin: 5px;
}

.matchingHr {
    border: solid #eee;
    border-width: 1px 0;
}