body, html
{
    font: 14px/18px 'PT Sans' , sans-serif;
    background-color: #f7f4ed;
    margin: 0;
    padding: 0;
}

a
{
    color: #0279bf;
}

img
{
    border: none;
}

a:hover
{
    text-decoration: none;
}

.loader
{
    display: inline-block;
    background: transparent url(loader.gif) no-repeat center center;
    width: 16px;
    height: 11px;
}

.muted
{
    color: #999;
}

.text-center
{
    text-align: center !important;
}

.content-wrapper
{
    max-width: 400px;
    margin: 40px auto;
    padding: 0 20px;
}

.info-block
{
    background-color: #FFF;
    border-radius: 2px;
    box-shadow: 0 1px 4px -2px #999;
    margin-bottom: 50px;
    padding: 15px;
}

table.states
{
    border-collapse: collapse;
    width: 100%;
    line-height: 14px;
    margin:0;
}

table.states th
{
    font-weight: normal;
    text-align: left;
}

table.states tbody th
{
    font-weight: bold;
}

table.states tbody td
{
    text-align: center;
}

table.states th, table.states td
{
    padding: 20px 15px;
    border-bottom: 1px solid #EEE;
}

table.states thead th
{
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #EEE;
    padding: 5px 15px;
    background-color: #FAFAFA;
}

table.states .active
{
    color: #0B0;
}

table.states .inactive
{
    color: #D00;
}

table.states .warning
{
    color: #DB0;
}

textarea
{
    resize:vertical;
    height:8em;
}

input, textarea, select
{
    width: 100%;
    box-sizing: border-box;
    background-color:#FFF;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    padding:4px 7px;
    box-shadow: 0 0px 2px 0px #FFF inset;
    font-family:'PT Sans', sans-serif;
    font-size:16px;
    color:#83786b;
    line-height:1.25em;
    box-shadow: 0 1px 8px -6px #666 inset;
}

input:focus, textarea:focus, select:focus
{
    border-color: #63afdd;
    box-shadow: 0 1px 8px -6px #000 inset;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

button.btn
{
    background: #57b1d6;
    background: -moz-linear-gradient(top,  #57b1d6 0%, #4485a3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#57b1d6), color-stop(100%,#4485a3));
    background: -webkit-linear-gradient(top,  #57b1d6 0%,#4485a3 100%);
    background: -o-linear-gradient(top,  #57b1d6 0%,#4485a3 100%);
    background: -ms-linear-gradient(top,  #57b1d6 0%,#4485a3 100%);
    background: linear-gradient(to bottom,  #57b1d6 0%,#4485a3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#57b1d6', endColorstr='#4485a3',GradientType=0 );

    border: none;
    border-top: 1px solid #b9def0;
    border-radius: 2px;
    padding: 5px;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 1px 1px #034063;
    cursor: pointer;
}

button.btn:hover
{
    background: #4386a3;
    background: -moz-linear-gradient(top,  #4386a3 0%, #58b1d9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4386a3), color-stop(100%,#58b1d9));
    background: -webkit-linear-gradient(top,  #4386a3 0%,#58b1d9 100%);
    background: -o-linear-gradient(top,  #4386a3 0%,#58b1d9 100%);
    background: -ms-linear-gradient(top,  #4386a3 0%,#58b1d9 100%);
    background: linear-gradient(to bottom,  #4386a3 0%,#58b1d9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4386a3', endColorstr='#58b1d9',GradientType=0 );
    
    border-top: 1px solid #33738f;
}

.field
{
    margin-bottom: 10px;
}

label
{
    display:inline-block;
    margin-bottom:3px;
}

.messages 
{
    display:none;
}

.messages h4
{
    margin:0 0 5px;
}

.remark
{
    font-style:italic;
    text-align:right;
    font-size:11px;
    color:#999;
    margin:3px 0 40px;
}
