@CHARSET 'UTF-8';

/**
 * Meyer Reset
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video
{
    font-size: 100%;

    margin: 0;
    padding: 0;

    vertical-align: baseline;

    border: 0;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section
{
    display: block;
}
body
{
    line-height: 1;
}
ul
{
    list-style: none;
}
ol
{
    list-style-position: inside;
}

blockquote,
q
{
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after
{
    content: '';
    content: none;
}
table
{
    border-spacing: 0;
    border-collapse: collapse;
}



/**
 * The Base CSS used by both front ends
 */
html
{
    font-family: 'helvetica neue',helvetica,Arial;
    font-size: 13px;
    line-height: 1.6em;

    color: #222;
    background: #fff;
}





/**
 * Typography
 */

h1
{
    font-size: 28px;
    font-weight: bold;
    line-height: 120%;

    margin: 18px 0;
}

h2
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5em;

    margin-bottom: .8em;

    color: #222;
}

p
{
    margin: 12px 0;
}



/**
 * Messages
 */

.msg
{
    font-weight: bold;

    padding: 6px 10px;

    color: #222;
}

.error
{
    background: #d87881;
}

.error a
{
    color: #fff;
}

.warning
{
    background: #f5e8b3;
}

/**
 * buttons
 */
.btn
{
    font-size: 16px;

    display: inline-block;

    padding: 10px 15px;

    text-decoration: none;

    color: #fff;
    border: none;
    background: #126bb1;
}

.btn:hover
{
    color: #fff;
    background: #222;
}

.submit
{
    background: #099415;
}

.delete
{
    background: #b11232;
}

hr
{
    clear: both;

    width: 90%;
    margin: 20px auto;

    color: #fff;
    border: none 0;
    border-bottom: solid 1px #666;
    background-color: #fff;
}

/**
 *brand
 */

#brand
{
    font-size: 18px;
    text-decoration: none;
}

#brand img
{
    vertical-align: middle;
}

.whiteText
{
    color: #fff !important;
}

/**
 * utilties
 */

.clear
{
    clear: both;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.rotate
{
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
}

.arrow-down
{
    display: block;
    float: left;

    width: 0;
    height: 0;
    margin-top: 10px;
    margin-left: -20px;

    border-top: 7px solid #808080;
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-left: 5px solid rgba(0, 0, 0, 0);
}


/**
 * Text Align
 */
.text-center
{
    text-align: center;
}



/**
 * Beta Message
 */
.beta-release{
    font-weight: bold;
    background: #fff;
    font-size:15px;
    color:#4d4d4d;  
    padding:8px;
    width:100%;
    line-height: 1.5em;
/*    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
    top: 0;*/
}

.beta-tag{
    padding:3px 5px;
    background:#00B2EC;
    color:#fff;
    font-weight: bold;
    margin-right:3px;
}

.beta-release a{
    color:#036f92;
}

.beta-release a:hover{
    color:#00B2EC;
}
