
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, input, select, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	zoom: 1;
	font-size: 100%;
	text-decoration: none;
	font: inherit;
	font-family: 'Amble';
	-webkit-text-size-adjust: none;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
}
div,p{text-align:left;}

/* LOADER */

#load {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	text-align: center;
}
@-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate { from { -moz-transform: rotate(0deg); } to { -moz-transform: rotate(360deg); } }
@-o-keyframes rotate { from { -o-transform: rotate(0deg); } to { -o-transform: rotate(360deg); } }
#spinner {
    -webkit-animation: rotate 1s linear infinite;
    -moz-animation: rotate 1s linear infinite;
    -o-animation: rotate 1s linear infinite;
}
#load img, #spinner {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: 50%;
	margin-left: -15px;
}

/* FONTS */

@font-face {
	font-family: 'Dosis';
	src: url('../fonts/dosis.eot') format('embedded-opentype'),
	     url('../fonts/dosis.woff') format('woff'),
	     url('../fonts/dosis.ttf') format('truetype'),
	     url('../fonts/dosis.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Amble';
	src: url('../fonts/amble.eot') format('embedded-opentype'),
	     url('../fonts/amble.woff') format('woff'),
	     url('../fonts/amble.ttf') format('truetype'),
	     url('../fonts/amble.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Amble';
	src: url('../fonts/amble-bold.eot') format('embedded-opentype'),
	     url('../fonts/amble-bold.woff') format('woff'),
	     url('../fonts/amble-bold.ttf') format('truetype'),
	     url('../fonts/amble-bold.svg') format('svg');
	font-weight: bold;
    font-style: normal;
}
@font-face {
	font-family: 'Flame';
	src: url('../fonts/FlameIcons.eot') format('embedded-opentype'),
	     url('../fonts/FlameIcons.woff') format('woff'),
	     url('../fonts/FlameIcons.ttf') format('truetype'),
	     url('../fonts/FlameIcons.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    background: url("../img/bg.jpg") no-repeat center center fixed;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

#wrapper {
    position: relative;
    width: 390px;
  height: 280px;
  margin: 0 auto;
  z-index: 999999999;
}

#quick-lg {
  width: 510px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -120px;
  margin-left: -200px;
  border-radius: 4px;
  background-color: #393939;
  color: #434343;
  padding: 15px;
  z-index: 999;
  border: 1px solid #bab9b9;
}


#body {
  background: #dcdcdc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 4px rgba(0, 0, 0, 0.4);
  margin-top: 22px;
  color: #bab9b9;
  font-size: 14px;
  text-shadow: 0 1px 0 #eee;
  overflow: hidden;
}

#bottom {
  border-top: 1px solid #bab9b9;
  margin-top:40px;
  padding-top:10px;
}

 input {
            background-color: transparent;
            margin-top: 5%;
            border: none;
            border: 1px solid #bab9b9;
            border-radius:3px;
        }

        .inputWrapper {
            position: relative;
            width: 100%;
            margin-top: 15px;
            float: left;
        }

        .user-icon {
            position: absolute;
            color: #bab9b9;
            margin-top: 35px;
            margin-left: 35px;
        }

        .username, .password {
            width: 85%;
            height: 40px;
            padding: .25em 0 .25em .25em;
            margin-left: 35px;
        }

        input[placeholder] {
            cursor: arrow;
            color: #bab9b9;
            padding: 0.5em .25em .25em 0.9em;
        }

        .btn {
            cursor: pointer;
            font-size: 0.80em;
            line-height: 18px;
            color: #2c2c2c;
            background-color: #f43d6d;
            border: none;
            padding: .35em 2.35em .35em 2.35em;
            border-radius: 3px;
            opacity: 1;
            transition: opacity 250ms;
            float: left;
        }

        .forget {
            font-size: 0.7em;
            float: right;
            margin-top: -25px;
            cursor: pointer;
        }
            .forget p {
                color:#bab9b9;
                font-weight: bold;
                cursor: pointer;
            }
            .forget p:hover {
                    color: #2da7f5;
                }

        #message {
            font-size: 12px;
            display: inline-block;
            float: left;
            margin-top: 7px;
            color: #bab9b9;
            margin-left: 7px;
        }

        #header {
            height: 40px;
            border-bottom: 1px solid #bab9b9;
        }

            #header h1 {
                font-family: 'Dosis';
                font-weight: normal;
                font-size: 20px;
                float: right;
                color: #f0a602;
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
                margin-top: 3px;
            }

            #header .version {
                float: right;
                padding: 0px 2px 0 0;
            }

        .copyrights {
            float: right;
            text-align: right;
            font-size: 10px;
            color: #bab9b9;
            width: 267px;
            margin-top: -2px;
        }

        #notification-area {
            margin-top: 50px;
            width: 100%;
            display: none;
            float:left;
        }

        .notification {
            padding: 7px 8px;
            border-radius: 5px;
            border: 1px solid #bab9b9;
            height: 35px;
        }

            .notification p {
                font-size: 12px;
                padding-top: 3px;
                color: #bab9b9;
                margin-right: 30px;
            }

            .notification a {
                color: #bab9b9;
                font-weight: bold;
                cursor: pointer;
                text-decoration:underline;
            }

                .notification a:hover {
                    color: #2da7f5;
                }

        #usr {
            position: relative;
            margin-left: 30px;
            margin-top: 20px;
        }

            #usr .av-overlay {
                width: 85px;
                height: 85px;
                margin: 0;
                cursor: default;
                border:1px solid #ffffff;
            }

            #usr .rb-check {
                float: left;
                margin: 0 0 5px 10px;
                width: 30px;
                height: 19px;
            }

        .rec-psw,
        .sg-usr {
            position: static !important;
            margin-top: 12px !important;
            margin-left: 0 !important;
        }

        img.av-sg {
            width: 85px;
            height: 85px;
            border-radius: 4px;
            float: left;
            box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.4);
        }

        #usr-info {
            /*width: 200px;*/
            height: 25px;
            display: block;
            padding: 10px 0 20px 95px;
            font-size: 16px;
            color: #bab9b9;
        }

        #usr-name {
            /*float: left;*/
            padding: 3px 0 0 10px;
            /*display: inline-block;*/
            font-size: 18px;
            font-family: 'Dosis';
            font-weight: normal;
            font-weight: bold;
            color: #f0a602;
            text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
        }

        #lg-overlay {
            position: fixed;
            top: 0px;
            left: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
            z-index: 998;
        }

        #users {
            display: block;
            margin-top: 22px;
            width: 400px;
            margin-left:22px;
        }

            #users li {
                display: block;
                float: left;
                width: 108px;
                height: 108px;
                margin: 0 10px 10px 0;
                text-align: center;
                position: relative;
            }

        li:nth-child(even) {
            margin-right: 0;
        }

        img.av {
            width: 100px;
            height: 100px;
            border-radius: 5px;
            z-index: 99;
            margin: 4px;
            box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.6);
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
        }

            img.av.hover {
                -webkit-transform: scale(1.06);
                -moz-transform: scale(1.06);
                margin-top: 4px;
                box-shadow: 0 0 8px rgba(0, 0, 0, 0.6), 0 1px 1px rgba(0, 0, 0, 0.7);
                overflow: hidden;
            }

        .av-overlay {
            width: 100px;
            height: 100px;
            border:1px solid #ffffff;
            border-radius: 5px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
            position: absolute;
            z-index: 101;
            margin: 4px;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
            background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.3));
        }

            .av-overlay.hover {
                -webkit-transform: scale(1.06);
                -moz-transform: scale(1.06);
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
                margin: 4px;
            }

        .av-tooltip {
            display: block;
            position: absolute;
            width: 90px;
            background: rgba(0, 0, 0, 0.8);
            box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.4);
            border-radius: 5px;
            bottom: 8px;
            left: 50%;
            text-align: center;
            font-size: 10px;
            color: #bbb;
            text-shadow: 0 1px 0 #000;
            margin-left: -46px;
            padding: 2px 0;
            z-index: 101;
        }

        .av-close {
            color: #000000;
            display: none;
            -webkit-transition: opacity 0.2s ease-in-out;
            -moz-transition: opacity 0.2s ease-in-out;
            position: absolute;
            top: 7px;
            right: 7px;
            z-index: 101;
            cursor: pointer;
        }

            .av-close:hover {
                color: #e10f0f;
            }

.popover
{
	background-clip: padding-box;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	display: none;
	left: 0;
	max-width: 276px;
	padding: 1px;
	position: absolute;
	text-align: left;
	top: 0;
	webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	white-space: normal;
	z-index: 1010;
}
.popover.top
{
	margin-top: -10px;
}
.popover.right
{
	margin-left: 10px;
}
.popover.bottom
{
	margin-top: 10px;
}
.popover.left
{
	margin-left: -10px;
}
.popover-title
{
	background-color: #edecec;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 8px 14px;
}
.popover-content
{
	padding: 9px 14px;
}
.popover .arrow,.popover .arrow:after
{
	border-color: transparent;
	border-style: solid;
	display: block;
	height: 0;
	position: absolute;
	width: 0;
}
.popover .arrow
{
	border-width: 11px;
}
.popover .arrow:after
{
	border-width: 10px;
	content: "";
}
.popover.top .arrow
{
	border-bottom-width: 0;
	border-top-color: #999999;
	border-top-color: rgba(0,0,0,0.25);
	bottom: -10px;
	left: 50%;
	margin-left: -11px;
}
.popover.top .arrow:after
{
	border-bottom-width: 0;
	border-top-color: #ffffff;
	bottom: 1px;
	content: " ";
	margin-left: -9px;
}
.popover.right .arrow
{
	border-left-width: 0;
	border-right-color: #999999;
	border-right-color: rgba(0,0,0,0.25);
	left: -11px;
	margin-top: -11px;
	top: 50%;
}
.popover.right .arrow:after
{
	border-left-width: 0;
	border-right-color: #ffffff;
	bottom: -10px;
	content: " ";
	left: 1px;
}
.popover.bottom .arrow
{
	border-bottom-color: #999999;
	border-bottom-color: rgba(0,0,0,0.25);
	border-top-width: 0;
	left: 50%;
	margin-left: -11px;
	top: -11px;
}
.popover.bottom .arrow:after
{
	border-bottom-color: #ffffff;
	border-top-width: 0;
	content: " ";
	margin-left: -10px;
	top: 1px;
}
.popover.left .arrow
{
	border-left-color: #999999;
	border-left-color: rgba(0,0,0,0.25);
	border-right-width: 0;
	margin-top: -11px;
	right: -11px;
	top: 50%;
}
.popover.left .arrow:after
{
	border-left-color: #ffffff;
	border-right-width: 0;
	bottom: -10px;
	content: " ";
	right: 1px;
}

