@font-face{
	font-family        : OpenSans;
	src                : local(OpenSans),
	url("/bundles/EmersyaWebsitePro/fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face{
	font-family        : Iconia;
	src                : local(Iconia),
	url("/bundles/EmersyaWebsitePro/fonts/Iconia/IconiaFull.ttf") format("truetype");
}
html, body {
	font-size : 16px;
	height    : 100% ;
}
*{
	outline: none;
}
.popupBody{
	position           : relative;
	height             : 100%;
	width              : 100%;
	background-position: 50% 0%;
	background-repeat  : no-repeat;
	margin             : 0px;
	overflow           : hidden;
	display            : flex;
}
.iframeContainer{
	height   : calc(100% - 50px);
	width    : calc(100% - 203px);
	top      : 0;
	right    : 0;
	position : relative;
}
.embeddedIframe{
	height   : 100%;
	width    : 100%;
	position: absolute;
	top: 0px;
}
#cabinViewButton,
#previewLandscapeButton{
	position         : relative;
	top              : 0px;
	float            : right;
	cursor           : pointer;
	z-index          : 10;
	background-color : #e2e5ea;
	color            : #475364;
	font-family      : OpenSans;
	padding          : 5px 10px;
	font-size        : 14px;
	margin-top: 10px;
}

#previewLandscapeButton{
	max-width: 440px;
	width: 100%;
	text-align: center;
}

#previewLandscapeButton .selectedLanscape{
	font-weight: bold;
}
#cabinViewButton{
	right    : 0px;
	margin-right : 10px;
}
#previewLandscapeButton{
	margin-right : 10px;
}
#previewLandscapeButton .landscapeList{
	list-style-type : none;
	padding-left    : 0px;
	text-align      : center;
	cursor          : pointer;
	display         : none;
	margin          : 5px;
}
#previewLandscapeButton .landscapeList.landscapeVisible{
	display         : block;
}
#previewLandscapeButton .landscapeList li:hover{
	font-weight: bold;
}


#titleOfApp{
	font-size   : 23px;
	font-family : OpenSans;
	text-align  : center;
	color       : #475364;
}
.leftContainer{
	display         : block;
	width           : 200px;
	height          : calc(100% - 50px);
	left            : 0;
	z-index         : 0;
	justify-content : center;
	position        : relative;
}
.leftContainer #selector{
	position: absolute;
	top: calc(50% - 136px);
	overflow: auto;
	display: none;
}

.selectZoneToColor{
	vertical-align      : middle;
	width: 100%;
	display: inline-block;
	background-color: transparent;
	border: none;
	transition: 0.2s;
	font-size: 1em;
	padding-top: 5%;
	padding-bottom: 5%;
	text-align: center;
}
.selectZoneToColor:hover{
	background-color: #475364;
	border :none;
	cursor            : pointer;
	color : white;
}
.btnZone{
	height  : auto;
	width   : 39px;
	display : inline-block;
}
.textBtnZone{
	display        : inline-block;
	font-family    : OpenSans;
	margin-left    : 25px;
	vertical-align : 14px;
	width          : 40px;
}
.colorbyActive .textBtnZone{
	font-weight: bold;
}
.bottomSideBar{
	position  : fixed;
	right     : 0;
	bottom    : 0;
	height    : 50px;
	width     : 100vw;
	font-size : 0px;
}
/************* Modal général *************/
.modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.25);
}
.modal-content{
	position : relative;
	margin: auto;
	background-color: white;
    border: none;
    width: 90%;
	max-width: 600px;
}
.modal-body{
	padding-top: 20px;
	padding-bottom : 20px;
}
.modal-header {
    position: absolute;
    height: 20px;
    left: 0;
    width: 100%;
}
.modal-footer{
	background-color : #475364;
	display          : block;
	height           : 50px;
	position         : relative;
	text-align       : center;
	font-size        : 0px;
}
.modal-footer a,
.modal-footer button{
	background-color : #475364;
	color            : white;
	border           : none;
	font-size        : 16px;
	line-height      : 50px;
	cursor           : pointer;
	width            : 100%;
	font-family      : OpenSans;
}

.close{
	position : absolute;
	right: 6px;
	top: 5px;
	transform: scale(1.5, 1.5);
    color: #000;
    cursor: pointer;
	background-color : #ffffff;
	border           : none;
}
/**************** Modal AddGraphics **************/
#modalPhoto .modal-footer button{
	cursor: pointer;
	width: calc(33.33% - 12px);
	display: inline-block;
}
#modalPhoto .modal-footer button.clearImages{
	height: 29px;
	font-family : Iconia;
	width: 34px;
	border-right : 2px solid white;
}
#modalPhoto .modal-footer #b2{
	width        : calc(33.33% - 15px);
	border-right : 2px solid white;
	border-left  : 2px solid white;
}
/*********** Modal TakeScreenShot ********/
#modalScreen .modal-body .ScreenShotSolo{
	display:block;
	margin-left:auto;
	margin-right: auto;
	width: 90%;
	height: 90%;
	max-width: 500px;
	max-height: 500px;
}

#linkToScreenshotPNG {
	text-align: center;
	height: 100%;
	width: auto;
	color : white;
	text-decoration: none;
}
.ScreenForPDF{
	display : none;
}
/************* Modal ask A quote ***********/
#modBodyQuote {
	width  : 100%;
}

.inputQuote{
	position: relative;
	padding: 10px 50px;
	font-size: 0px;
}
label {
	width       : 75px;
	font-family : OpenSans;
	font-size   : 1.2em;
	display     : inline-block;
	font-size   : 16px;
	text-align: right;
}
input{
	display          : inline-block;
	width            : calc(100% - 100px);
	border           : none;
	background-color : #ECEEF2;
	height           : 25px;
	margin-left      : 20px;
	padding-left     : 10px;
	box-sizing       : border-box;
	font-family      : OpenSans;
}

.formErrorMessage{
	display   : none;
	height    : 25px;
	position  : absolute;
	right     : 60px;
	z-index   : 10;
	color     : #ff6969;
	font-size : 16px;
	top       : 15px;
}

/************* Button*************/
/********* Button bar ( Add, Take, Ask) *********/
.btnBottom{
	display : inline-block;
	cursor  : pointer;
	height  : 100%;
	color   : white;
	border  : none;
}
.textBtnBot{
	font-family : OpenSans;
	font-size   : 16px;
}
#i{
	font-size          : 170px;
	margin             : 0;
	color              : #efefef;
	font-family        : Iconia;
	text-align         : center;
	display            : flex;
}

#openModPhoto{
	width            : 33.33%;
	max-width        : 200px;
	background-color : #e2e5ea;
	color            : #475364;
	border           : none;
}
#askQuote,
#takeScreenshot{
	width            : 50%;
	background-color : #475364;
	max-width        : calc(50% - 100px);
}
#askQuote{
	background-color : #262c35;
}

#openModPhoto .textBtnBot::before,
#askQuote .textBtnBot::before,
#takeScreenshot .textBtnBot::before{
	content      : "C";
	font-family  : Iconia;
	font-size    : 24px;
	margin-right : 15px;
}
#askQuote .textBtnBot::before{
	content      : "B";
}
#openModPhoto .textBtnBot::before{
	content      : "ö";
}

/********* End *******/

/************* Holder *************/

.modal-body .mb-wrapper .mb-inner .mb-holder {
	min-height 		   : 60px;
	border             : 2px dashed #ccc;
	width              : 100%;
	border-radius      : 25px;
	display            : flex;
	justify-content    : center;
	flex-direction     : column;
	align-items        : center;
}
.modal-body .mb-wrapper .mb-inner .mb-holder .image{
	width : auto;
	max-width: 40%;
}
#holder:hover{
	border-color :#00b1ab;
}
#wrapper{
    display            : flex;
    width              : 100%;
    height  		   : 100%;
    justify-content    : center;
    align-items        : flex-start;
}
#wrapper article{
	width   : 80%;
	display : flex;
	height  : 100%;
	cursor  : pointer;
}
#wrapper input{
	display : none;
}
#wrapper #holderTitle{
	color       : grey;
	text-align  : center;
	font-family : OpenSans;
	margin      : 0;
}
#wrapper #holderDescription{
	color       : #bcbcbc;
	font-size   : 14px;
	text-align  : center;
	font-family : OpenSans;
	margin      : 0;
}

/**************** Color ******************/
.globalColorContainer{
	background-color : rgba(255,255,255,0.55);
	height           : calc(100% - 50px);
	width            : 50px;
	z-index          : 1;
	position         : absolute;
	left             : 200px;
	top              : 0px;
	display          : none;
	overflow         : auto;
}
.colorContainer{
	position : relative;
	width       : 30px;
	margin-left : 10px;
}
#paint_can{
	display :block;
	width   : 26px;
	height  : 26px
}
.buttonColor{
	border        : 1px solid grey;
	margin        : 5px 0px;
	cursor        : pointer;
	width         : 26px;
	height        : 26px;
	border-radius : 26px;
	position      : relative;
}

.checkwhite::before{
	content  : url("/bundles/EmersyaWebsitePro/images/apps/customPolo/white-check.png");
	position : absolute;
	top      : 4px;
	left     : 6px;
}

.checkblack::before{
	content  : url("/bundles/EmersyaWebsitePro/images/apps/customPolo/check.png");
	position : absolute;
	top      : 4px;
	left     : 6px;
}

.quoteSentMessage{
	padding     : 10px 50px;
	color       : #475364;
	font-size   : 16px;
	line-height : 20px;
	font-family : OpenSans;
}


.loaderContainer{
	position: absolute;
	z-index: 4;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	display: none;
}
.loaderContainer .loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #00b1ab;
  width: 120px;
  height: 120px;
  position: relative;
  left: calc(50% - 60px);
  top: calc(50% - 60px);
  -webkit-animation: spin 2s linear infinite;  Safari
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}









@media screen and (max-width: 700px){
	.textBtnZone{
		display:none;
	}
	.textBtnBot{
		font-size:0px;
	}
	#openModPhoto .textBtnBot::before,
	#takeScreenshot .textBtnBot::before,
	#askQuote .textBtnBot::before{
		font-size    : 30px;
		margin-right : 0px;
	}
	#modalPhoto,
	#modalQuote{
		padding-top: 5%;
	}

	.iframeContainer {
	    height: calc(100% - 172px);
	    width: 100%;
	    left: 0;
	}

	.globalColorContainer{
		top: unset !important;
		width: 100% !important;
	    bottom: 45px;
	    left: 0px;
		overflow: auto;
		max-height: 30px;
	}
	.colorContainer {
	    top: unset !important;
		text-align: center;
		margin-left: 0px;
		width: 100%;
	}
	.colorContainer #paint_can{
		display: none;
	}
	.colorContainer .buttonColor {
	    display: inline-block;
	    margin: 0px 5px;
	}


	#takeScreenshot,
	#askQuote{
		width            : 33.33%;
		max-width        : unset;
	}

	.leftContainer {
		width: 100%;
		height: 100px;
		left: 0;
		z-index: 0;
		border-right: 0px;
		position: absolute;
		bottom: 70px;
		border-top: 2px solid #475364;
		overflow: hidden;
	}

	.leftContainer #titleOfApp {
		font-size   : 20px;
		font-family : OpenSans;
		text-align  : center;
		color       : #475364;
		margin      : 5px 0px;
		font-weight : normal;
	}

	.leftContainer #selector {
	    position: absolute;
	    overflow: auto;
	    display: none;
	    top: 30px !important;
		height: 70px !important;
		width: 100% !important;
		font-size: 0px;
	}

	.leftContainer #selector .selectZoneToColor {
	    width: 25%;
	    padding-top: 5px;
	    padding-bottom: 5px;
	}

	.bottomSideBar {
    	height: 40px;
	}
}