﻿/*======================================================================================*/
/* GLOBAL SETTINGS                                                                      */
/*======================================================================================*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,latin-ext);
/*font-family: 'Roboto', sans-serif;*/

@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,300italic,400italic,500,500italic,700,700italic,800,800italic,900,900italic&subset=latin,latin-ext);
/*font-family: 'Alegreya Sans', sans-serif;*/

html, body
{
    width: 100%;
    height: 100%;
    background: #ede6fb url(../Default/images/background-new.png) repeat center 0;
	/*background: #f9f5fe url(../Default/images/background.jpg) no-repeat center 0;
    background-size: cover;*/
    color: #454545;
	font-size: 14px;
    line-height: 20px;
	font-family: 'Roboto', sans-serif;
}

*
{
	margin: 0;
	padding: 0;
    border: none;

    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
    -moz-box-sizing: border-box;    /* Firefox 1 - 28 */
    box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

*:focus,
*:active,
*:hover
{
    outline: 0;
    outline: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner
{
  border: 0;
}

input,
textarea,
select
{
    font-size: 14px;
	font-family: 'Roboto', sans-serif;
}

a
{
	text-decoration: none;
    outline: 0;
}

a:hover
{
	text-decoration: none;
}

a, label, input[type=button], input[type=submit]
{
	cursor: pointer;
}

.clear 
{
	width: 100%;
	height: 0px;
	display: block;
	overflow: hidden;
	clear: both;
}

.clear hr
{
	display: none;
}

.floatleft
{
	float: left;
}

.floatright
{
	float: right;
}

.hidden
{
	display: none !important;
}

/* ====================================================================================== */

#mainForm
{
    width: 100%;
    height: 100%;
    display: table;
}

#mainForm .inner
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/*.logo
{
    width: 400px;
    height: 46px;
    margin: 0 auto 30px auto;
    background: url(../Default/images/logo.png) no-repeat 20px 0;
}*/

.logo
{
    width: 290px;
    height: 46px;
    margin: 0 auto 30px auto;
    position: relative;
    display: block;
    background: url(../Default/images/header-logo.svg) no-repeat 0 0;
    background-size: contain;
}

.logo span
{
    position: absolute;
    right: 14px;
    bottom: -10px;
    color: #cfa8e8;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.bottom
{
    height: 150px;
}

#LoginControl
{
    width: 400px;
    margin: 0 auto 0 auto;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.login
{
    width: 400px;
    margin: 0 auto;
    background: white;
    background: rgba(255,255,255,0.4);
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.login td
{
    padding: 10px;
}

table.login tr.first td
{
    padding-top: 20px;
    padding-bottom: 0;
}

table.login tr.last td
{
    padding-bottom: 20px;
}

table.login td.title
{
    padding-left: 20px;
    font-weight: 500;
}

table.login td.error
{
    padding: 5px 0;
    color: red;
    font-weight: 500;
    text-align: center;
}

label
{
    color: #6a6d74;
    font-size: 14px;
    line-height: 16px;

}

label.radio,
label.checkbox
{
    width: auto !important;
    margin: 0 25px 0 0 !important;
    padding: 0 !important;
    display: inline-block !important;
    color: #8b8b8c !important;
    background: none !important;
    line-height: 18px !important;
    font-weight: normal !important;
}

label.radio:hover,
label.checkbox:hover
{
    color: #2b2f39 !important;
}

input[type=checkbox]
{
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

input[type=text],
input[type=password]
{
    width: 250px;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    background: white;
    background: rgba(255,255,255,0.5);
    color: #8b8b8c;
    color: rgba(139,139,139,0.7);

    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;

    -webkit-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}

input[type=text]:hover,
input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus
{
    background: rgba(255,255,255,0.8);
    border: 1px solid #5a5d65;
    border: 1px solid rgba(90,93,101,0.7);
    color: #2b2f39;
}

input[type=submit]
{
    min-width: 155px;
    height: 35px;
    padding: 0 35px 0 35px;
    margin: 0 6px 0 0;
    display: inline-block;
    border: 1px solid #8b8b8c;
    border: 1px solid rgba(139,139,140,0.1);
    background: #eaeaea no-repeat;
    background: rgba(0,0,0,0.02);
    color: #454545;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    font-family: 'Alegreya Sans', sans-serif;

    -webkit-box-shadow: 1px 1px 1px 0px rgba(50, 50, 50, 0.05);
    -moz-box-shadow:    1px 1px 1px 0px rgba(50, 50, 50, 0.05);
    box-shadow:         1px 1px 1px 0px rgba(50, 50, 50, 0.05);

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    -webkit-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
    -moz-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
    -o-transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
    transition: background 0.5s ease, border 0.5s ease, color 0.5s ease;
}

input[type=submit]:focus,
input[type=submit]:hover
{
    background: rgba(0,0,0,0.06);
    color: #2b2f39;
}