*{
	box-sizing: border-box;	
}

html, body{
	min-width: 990px;
	width: 100%;
	height: 100%;
	font-family: arial, verdana, "sans serif";
}


/*********** LOGIN  ************/
#loginPageWrapper{
	width:100%;
	height: 100%;
	background-image: url(../../media/layout/background.jpg);
	background-size: cover;
}

#loginWrapper{
	background-color: white;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 1);
	height: 310px;
	width: 365px;
	background-color: white;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -155px; 
	margin-left: -182px; 
}

#loginElementsWrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

#loginElementsWrapper>p{
	font-size: 1.8em;
	margin: 32px;

}

#loginElementsWrapper>form{
	width: 100%;
	padding: 0 32px;
    box-sizing: border-box;
    color: #2c3e50;
}

#loginElementsWrapper input{
	background-color: #ecf0f1;
	border: none;
	height: 45px;
	width: 100%;
	margin-bottom: 32px;
	text-align: center;
	line-height: 45px;
	font-size: 1em;
	color: #7e8c8c;
}

#loginElementsWrapper .submitForm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #34495e;
	-webkit-box-shadow: inset 0px -3px 0px 0px #2c3e50;
	-moz-box-shadow:    inset 0px -3px 0px 0px #2c3e50;
	box-shadow:         inset 0px -3px 0px 0px #2c3e50;
	font-size: 1.8em;
    color: white;
    cursor: pointer;
}


#topMessage{
	width: 100%;
	height: 80px;
	background-color: #e74c3c;
	position: absolute;
	top: -80px;
	text-align: center;
	line-height: 80px;
	color: white;
	font-size: 1.5em;
}


/*********** //LOGIN  ************/
/***********   GRID   ************/

.col12{width: 100%;}
.col11{width: 91.666%;}
.col10{width: 83.333%;}
.col9{width: 75%;}
.col8{width: 66.666%;}
.col7{width: 58.333%;}
.col6{width: 50%;}
.col5{width: 41.666%;}
.col4{width: 33.333%;}
.col3{width: 25%;}
.col2{width: 16.666%;}
.col1{width: 8.333%;}

.col12Height{height: 0; padding-bottom: 100%;}
.col11Height{height: 0; padding-bottom: 91.666%;}
.col10Height{height: 0; padding-bottom: 83.333%;}
.col9Height{height: 0; padding-bottom: 75%;}
.col8Height{height: 0; padding-bottom: 66.666%;}
.col7Height{height: 0; padding-bottom: 58.333%;}
.col6Height{height: 0; padding-bottom: 50%;}
.col5Height{height: 0; padding-bottom: 41.666%;}
.col4Height{height: 0; padding-bottom: 33.333%;}
.col3Height{height: 0; padding-bottom: 25%;}
.col2Height{height: 0; padding-bottom: 16.666%;}
.col1Height{height: 0; padding-bottom: 8.333%;}


.floatLeft{float: left;}
.floatRight{float: right;}

.clearFloat{clear: both;}

.fullHeight{height: 100%;}


/*********** //GRID   ************/

/***********  MAIN    ************/
header{
	background-color: #34495e;
	height: 70px;
	line-height: 70px;
}

#selectedStore{
	height: 100%;
	cursor: pointer;
}

#selectedStore:hover{
	background-color: #475B6F;
}

#storeImg{
	background-color: white;
	background-position: center;
	background-size: 100%;
	width: 50px;
	height: 50px;
	position: relative;
	top: 10px;
	left: 10px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);
}

#storeName{
	position: absolute;
	color: #ecf0f1;
	font-size: 15px;
	font-weight: bold;
	top: 0px;
	left: 70px;
}

nav{
	background-color: #EAEAEA;
	
}

.navName{
	color: grey;
	position: relative;
}

.navName>span{
	position: absolute;
	top: 15px;
	left: 15px;
}

.navIcon{
	font-size: 25px;
	text-align: center;
	position: relative;
	border-bottom: solid #D9D9D9 1px;
}
.navIcon>span{
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
}

.navSeparator{
	border-bottom: solid #D9D9D9 1px;
}

#iconDashBoard{
	-webkit-box-shadow: inset 3px 0px 0px 0px #1abc9c;
	-moz-box-shadow:    inset 3px 0px 0px 0px #1abc9c;
	box-shadow:         inset 3px 0px 0px 0px #1abc9c;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	cursor: pointer;
}

#iconDashBoard.active {
	-webkit-box-shadow: inset 0px -3px 0px 0px #16a085;
	-moz-box-shadow:    inset 0px -3px 0px 0px #16a085;
	box-shadow:         inset 0px -3px 0px 0px #16a085;
	background-color: #1abc9c;
	color: white;
}

#iconSync{
	-webkit-box-shadow: inset 3px 0px 0px 0px #e74c3c;
	-moz-box-shadow:    inset 3px 0px 0px 0px #e74c3c;
	box-shadow:         inset 3px 0px 0px 0px #e74c3c;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	cursor: pointer;
}

#iconSync.active {
	-webkit-box-shadow: inset 0px -3px 0px 0px #c0392b;
	-moz-box-shadow:    inset 0px -3px 0px 0px #c0392b;
	box-shadow:         inset 0px -3px 0px 0px #c0392b;
	background-color: #e74c3c;
	color: white;
}





#pageContent{

	background-color: #F1F1F1;
	-moz-box-shadow:    inset  3px 0px 3px -3px rgba(0,0,0,1);
    -webkit-box-shadow: inset  3px 0px 3px -3px rgba(0,0,0,1);
    box-shadow:        inset  3px 0px 3px -3px rgba(0,0,0,1);
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

#contentTitle{
	background-color:  white;
	height: 45px;	
	-moz-box-shadow:    inset  3px 0px 3px -3px rgba(0,0,0,1), inset 0px -1px 0px 0px rgba(50, 50, 50, 0.2);
    -webkit-box-shadow: inset  3px 0px 3px -3px rgba(0,0,0,1), inset 0px -1px 0px 0px rgba(50, 50, 50, 0.2);
    box-shadow:        inset  3px 0px 3px -3px rgba(0,0,0,1), inset 0px -1px 0px 0px rgba(50, 50, 50, 0.2);
    line-height: 38px;
    color: #7f8c8d;
    padding-left: 15px;
    font-size: 14px;
}

#contentTitleArrow{
	margin-top: -1px;
	height: 10px;
	background-image: url(../../media/layout/contentTitleArrow.png);
	background-repeat: no-repeat;
	background-position: 25px 0px;
}

.dashbordLine{
	border-top: solid #16a085 4px;
}
.syncLine{
	border-top: solid #c0392b 4px;
}



/*********** //MAIN   ************/


/************  Sync  *************/

.syncOptionsBtn{
	width: 300px;
	height: 200px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 0.75);
	margin: 20px 0 0 20px;
	text-align: center;
	line-height: 100px;
	font-size: 26px;
	font-weight: bold;
	color: black;
	cursor: pointer;
}
.syncOptionsBtn>span{
	font-size: 50px;
}

.syncOptionsBtn.loading{
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                             transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                             transparent 75%, transparent);            
    animation: animate_loadingStripes 1s linear infinite;             
}

@keyframes animate_loadingStripes {
    100% {background-position: 0 0;} 0% {background-position: 60px 0;}
}



/*********** //Sync  *************/

/***********  DESIGN  ************/
.bgTurquoise{background-color: #1abc9c;}
.bgGreenSea{background-color: #16a085;}
.bgSunFlower{background-color: #f1c40f;}
.bgOrange{background-color: #f39c12;}
.bgEmerald{background-color: #2ecc71;}
.bgNephritis{background-color: #27ae60;}
.bgCarrot{background-color: #e67e22;}
.bgPumpkin{background-color: #d35400;}
.bgPeterRiver{background-color: #3498db;}
.bgBelizeHole{background-color: #2980b9;}
.bgAlizarin{background-color: #e74c3c;}
.bgPomegranate{background-color: #c0392b;}
.bgAmethyst{background-color: #9b59b6;}
.bgWisteria{background-color: #8e44ad;}
.bgClouds{background-color: #ecf0f1;}
.bgSilver{background-color: #bdc3c7;}
.bgWetAsphalt{background-color: #34495e;}
.bgMidnightBlue{background-color: #2c3e50;}
.bgConcrete{background-color: #95a5a6;}
.bgAsbestos{background-color: #7f8c8d;}

.colorTurquoise{color: #1abc9c;}
.colorGreenSea{color: #16a085;}
.colorSunFlower{color: #f1c40f;}
.colorOrange{color: #f39c12;}
.colorEmerald{color: #2ecc71;}
.colorNephritis{color: #27ae60;}
.colorCarrot{color: #e67e22;}
.colorPumpkin{color: #d35400;}
.colorPeterRiver{color: #3498db;}
.colorBelizeHole{color: #2980b9;}
.colorAlizarin{color: #e74c3c;}
.colorPomegranate{color: #c0392b;}
.colorAmethyst{color: #9b59b6;}
.colorWisteria{color: #8e44ad;}
.colorClouds{color: #ecf0f1;}
.colorSilver{color: #bdc3c7;}
.colorWetAsphalt{color: #34495e;}
.colorMidnightBlue{color: #2c3e50;}
.colorConcrete{color: #95a5a6;}
.colorAsbestos{color: #7f8c8d;}

.opacity50{opacity: 0.5;}

.opacity75{opacity: 0.75;}

/**********  //DESIGN  ***********/


/*development*/
.redLine{
	-webkit-box-shadow: inset 0px 0px 0px 1px red;
	-moz-box-shadow:    inset 0px 0px 0px 1px red;
	box-shadow:         inset 0px 0px 0px 1px red;
}