﻿#Container
{
    position:relative;
    width:980px;
    margin:0 auto;
    border-color:#333333;
    background-color:#ebeff0 ;
    background-position: 0px 140px;

    background-repeat: no-repeat;
}

.loginH1 {
    margin:0 auto;
    width:270px;

}

.loginH4 {
    margin:0 auto;
    width: 170px;
}

#Header {

    display:none;
}

#Footer {
    display:none;
}

#LoginLogo{
    background-color: #ffffff;
    height: 170px;
    width: 980px;
    background-image: url('https://images.cloudcommercepro.com/CSS-Default-Logo.png');
    background-repeat: no-repeat;
    background-position: center;

}

#loginTitle {
    font-size: 37px;
    font-weight: normal;
    font-family: "Arial";
    font-style: italic;
    font-weight: bold;
    letter-spacing: -3px;
    position: relative;
    top: 5px;
    z-index: 1000;
left: 165px;
    color: #fff;
    width: 430px;
    margin: 0;
    top: 6px;
}

#loginTitle2 {
    float: left;
    position: relative;
    top: -43px;
    left: 430px;
    color: #666666;

}

#loginPanel {
    position: relative;
    float:left;
    width: 350px;
    margin:10px 0px 0px 315px;
}

#brandsPanel {
    position: relative;
    float:left;
    width: 980px;
}

#usernameInput
{
    font-size: 25px;
    background: transparent;
    border: 0px;
    color: #33485d;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    float: left;
    margin-top:10px;
    width:320px;
}

#passwordInput
{
    font-size: 25px;
    background: transparent;
    border: 0px;
    color: #33485d;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    float: left;
    position:relative;
    margin-top:10px;
    margin-bottom:5px;
    width:320px;
}

#tickPanellabel {
    position: relative;
    top: 3px;
    left: 25px;
    height: 20px;
    width: 270px;
    font-size: 12px;
    background: transparent;
    border-color: transparent;
    color: #7e8b8c;
}

.tickPanelOn
{
    position:relative;
    top: 25px;
    height: 10px;
    width: 10px;
    cursor:pointer;
    border:5px solid #ffffff;
    background-color: #000000;
    clear: left;
    border-radius:3px;
}

.tickPanelOff
{
    position: relative;
    top: 25px;
    height: 10px;
    width: 10px;
    cursor: pointer;
    border:5px solid #ffffff;
    border-radius:3px;
    clear: left;
    background-color: #ffffff;
}

#forgottenText
{
    position: relative;

    height: 14px;
    width: 150px;
    font-size: 12px;
    float: right;
    color: #5cacdf;
    top: 7px;
    text-align: right;
}

#forgottenLink
{
    color:white;
    text-decoration:underline;
    cursor:pointer;
}

#loginButton
{
    position: relative;
    float:left;
    width:250px;
    height:60px;
    border:0;
    padding:0;
    color:#ffffff;
    line-height:27px;
    cursor:pointer;
    border-radius:5px;
    margin:20px 0px 0px 50px;
}

#loginButton:hover
{
    background-color:#33485d;
}

.loginErrorMessage {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    padding-left:10px;
}

.messagePanelRed
{
    color:#ff0000;
}

.messagePanelGreen
{
    color:#008000;
}

.greyLabel {
    position: relative;
    float: left;
    width:800px;
    color:#7e8b8c;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    margin:10px 0px 0px 20px;
}

.blackLabel {
    position: relative;
    float: left;
    width:800px;
    color:#000000;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    margin:10px 0px 0px 20px;
}

.blackLabel940 {
    position: relative;
    float: left;
    width:940px;
    color:#000000;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin:10px 0px 0px 20px;
}

#FilterLine {
    position: relative;
    width: 980px;
    height: 40px;
}

.FilterLabel {
    border-radius: 5px;
    width: 30px;
    float: left;
    height: 30px;
    margin: 2px;
    text-align: center;
    line-height: 30px;
    cursor:pointer;
}

#AllFilter {
    border-radius: 5px;
    width: 50px;
    display: block;
    float: left;
    height: 30px;
    margin: 2px;
    text-align: center;
    line-height: 30px;
}

#adminBrandFilter, #adminBrandFilterText {
	float: left;
	padding: 5px;
	position: relative;
	color: #7e8b8c;
	border: 1px solid #7e8b8c;
	width: 140px;
	margin-top: 8px;
}

#adminBrandFilterText {
	margin: 0 -13px 0 0;
	padding-bottom: 6px;
}

.responsive-brands-panel {
	display: none; /* gets overridden by js */
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
}
.responsive-brands-panel:before,
.responsive-brands-panel:after,
.responsive-brands-panel *,
.responsive-brands-panel *:before,
.responsive-brands-panel *:after {
    box-sizing: inherit;
}

.responsive-brands-panel #FilterLine {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3px;
    margin-bottom: 5px;
}

.responsive-brands-panel #FilterLine .FilterLabel {
    float: none;
    margin: 0 3px 3px 0;
    width: auto;
    flex-grow: 1;
    flex-basis: 30px;
}

.responsive-brands-panel #FilterLine .FilterLabel:last-child {
    margin-right: 0;
}

.responsive-brands-panel #FilterLine .FilterLabel #AllFilter {
    margin: 0;
}

.responsive-brands-panel .listHeader {
    display: flex;
    height: auto;
    padding: 8px 20px;
    align-items: center;
}

.responsive-brands-panel .listHeader .greyLabel {
    width: auto;
    flex-grow: 1;
    float: none;
    margin: 0;
}

.responsive-brands-panel .listHeader #adminBrandFilter {
    float: none;
    margin: 0 0 0 20px;
}

.responsive-brands-panel #brandsPanel {
    width: auto;
    float: none;
}

.responsive-brands-panel #brandsPanel .listItem,
.responsive-brands-panel #brandsPanel .listItemLast {
    min-height: auto;
}

.responsive-brands-panel #brandsPanel .listItem label,
.responsive-brands-panel #brandsPanel .listItemLast label {
    width: 100%;
    display: flex;
    margin: 0;
    float: none;
    padding: 10px 20px;
    height: auto;
}

.responsive-brands-panel #brandsPanel .listItem label span,
.responsive-brands-panel #brandsPanel .listItemLast label span {
    margin-left: auto;
}
