
root { 
    display: block;
}

body{
    font-family: 'LatoLight', sans-serif;
    font-size: 16px;
    font-weight: 200;
    color: #7E7E80;
    padding-bottom: 100px;
}

html,body,h1,h2,h3,p,ul,li,table,tr,td{
    margin:0;
    padding:0;
}

input{
    border: 1px solid #c3c3c3;
    background: transparent;
    padding: 5px;
    font-family: 'LatoLight', sans-serif;
    position: relative;
    top: 3px;
    width: 235px;
    height: 20px;
}

.field{
    padding-left: 3px;
    font-family: Lucida Grande;
    font-size: 11px;
    color: #000;
}

#leftWField, #rightWField, #leftVField, #rightVField, #leftBField, #rightBField{
    float: left;
    position: relative;
    width: 250px;
}

.sl{
    width: 100px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
}

.ml{
    width: 175px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
}

.ll{
    width: 300px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    margin-top: 10px;
}

a{
    text-decoration: none;
    color: black;
}

.hidden{
    display: none;
}

.clear{
    clear: both;
}

h1{
    font-size: 16px;
    font-weight: 100;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: white;
}

h2{
    font-weight: 400;
    text-align: left;
    font-size: 16px;
}

.EITitle{
    margin-bottom: 10px;
}

#zoomMenu{
    position: relative;
    width: 904px;
    margin: auto;
    background: transparent;
}

#container{
    margin:auto;
    width:1024px;
/*    height:1050px;*/
    background-color: #f6f6f6;
    padding-bottom: 100px;
    position: relative;
}

#canvasContainer{
    position: relative;
    width: 904px;
    height: 504px;
    margin: auto;
    background: #f6f6f6;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
}

#yuuMakerCanvas{
    display: block;
    position: relative;
    margin: auto;
    background: white;
    top: 2px;
}

#wallsEI, #vinsEI, #barsEI, #accessoriesEI, #checkOutEI{
    position: relative;
    width: 620px;
    padding: 20px 0px 0 0;
}

#cBox{
    position: absolute;
    top: 10px;
    left:10px;
/*    width: 65px;
    height: 55px;*/
    padding: 5px;
    background: grey;
    box-shadow:2px 0px 6px #000;
    -webkit-box-shadow:2px 0px 6px #000;
    -moz-box-shadow: 2px 0px 6px #000;
    z-index: 100;
}

#cBox input{
    width: 35px;
    height: 14px;
    margin-top: 1px;
    margin-left: 3px;
    border: none;
    padding: 0;
}

#btnContainer{
    height: 60px;
    margin: auto;
    position: relative;
    width: 900px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.btn{
    float: left;
/*    width:100px;*/
    width:112px;
    height:60px;
}

.btn p{
    text-align: center;
    position: relative;
    top: 40px;
    right: 5px;
}

#selectBtnV{background-image: url(img/tools/select.png);}
#selectAllBtn{background-image: url(img/tools/selectAll.png);}
#eraseSelectedBtn{background-image: url(img/tools/cancel.png);}
#eraseAllBtn{background-image: url(img/tools/cancelAll.png);}
#zIn{background-image: url(img/tools/zin.png);}
#zOut{background-image: url(img/tools/zout.png);}
#fit{background-image: url(img/tools/fit.png);}
#pan{background-image: url(img/tools/pan.png);}
#rulers{background-image: url(img/tools/rulers.png);}

#interface{
    width: 900px;
    position: relative;
    background: transparent;
    margin: auto;
}

#stepsMenu{
    position: relative;
    width: 250px;
    height: 200px;
    float: left;
}

#editor{
    position: relative;
    width: 620px;
    min-height: 204px;
    float: right;
    margin-bottom: 30px;
    border-bottom: 1px solid #c3c3c3;
}

.editBtn{
    visibility: hidden;
}

.setBtn{
    position: relative; 
    width: 80px;
    height: 30px;
    background: #E5E5E7;
    text-align: center;
    line-height: 28px;
    top: 20px;
    margin-bottom: 74px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

#nextStep{
    position: absolute; 
    width: 120px;
    height: 30px;
    bottom: 0px;
    right: 0px;
    background: #E5E5E7;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.stepBtn, .fakeStepBtn{
    float: left;
    width: 230px;
    height: 20px;
    font-size: 16px;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px;
    color: #c3c3c3;
    text-transform: uppercase;
}

.zoomBtn{
    float: right;
    background: white;
    border: 2px solid #f6f6f6;
    border-radius: 4px;
    padding: 2px;
    text-align: center;
}

.stepBtnSelected{
    color: #EB8B1C;
}

.stepBtnDone{
    color:#818285;
}

.stepBtnOver, .zoomBtnOver{
/*    color:#818285;*/
    cursor:pointer;
}

#drawingTools{
    position: relative;
    top: 10px;
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #C3C3C3;
    height: 145px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

#drawV1{background-image: url(img/tools/vBar1.png);}
#drawV2{background-image: url(img/tools/vBar2.png);}
#drawV3{background-image: url(img/tools/vBar3.png);}
#drawV4{background-image: url(img/tools/vBar4.png);}
#drawH{
    background-image: url(img/tools/hBar.png);
    position: relative;
    left: 25px;
}

#drawingTools p{
    margin-bottom:5px;
    font-size: 12px;
    left: 8px;
}

.drawBtn{
    position: relative;
    width: 105px;
    height: 120px;
    float:left;
    margin-right: 4px;
}

.drawBtn p{
    text-align: center;
    top: 100px;
    position: relative;
}

.hBarTool{
    
    width: 119px;
}

#vBars{
    float: left;
/*    width: 496px;*/
    width: 481px;
    position: relative;
}

#hBars{
    float: right;
    border-left: 1px solid #C3C3C3;
    position: relative;
    right: 25px;
}

#hBars p{
    left: 14px;
}

#drawH p{
    left: 0px;
}

#pagination{
    position: relative;
    height: 50px;
    border-top: 1px solid #C3C3C3;
    text-align: right;
    line-height: 48px;
    text-transform: uppercase;
}

.navItem{
    margin-left: 30px;
}

#pages a{
    color:#7D7E81;
}

#pages a:hover{
    color:#EB8B1C;
}

#pages .actualPage{
    color:#EB8B1C;
}

#applications{
    position: relative;
    background: transparent;
    height: 180px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #C3C3C3;
/*    overflow: hidden;*/
}

#appContainer{
    position: absolute;
    width: 2000px;
    left: 16px;
}

.appThumb{
    position: relative;
    float: left;
    width: 130px;
    height: 130px;
    margin-left: 14px;
    top: 12px;
    background: url("img/interface/appThumbBorders.png");
/*    overflow: hidden;*/
}

.appThumb img{
    width: 100px;
    position: relative;
    left: 15px;
}

.appDida{
    text-align: center;
    font-size: 11px;
}

.arrow{
    position: relative;
    width: 20px;
    height: 160px;
}

#leftArrow{
    float: left;
    background: url("img/interface/leftArrow.png");
}

#rightArrow{
    float: right;
    background: url("img/interface/rightArrow.png");
}

#checkOutTable{
    position: relative;
    float: left;
    width: 370px;
    margin-bottom: 40px;
}

#finiture{
    position: relative;
    float: right;
    width: 220px;
    padding-bottom: 40px;
    padding-left: 20px;
    border-left: 1px solid #C3C3C3;
}

#finiture p{
    font-size: 14px;
    margin-top: 7px;
    position: relative;
}

#checkOutTable .row{
    float: left;
}

.col{
    position: relative;
    width: 70px;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

.legenda{
    position: relative;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}

.firstCol{
    position: relative;
    width: 220px;
    float: left;
    font-size: 14px;
    line-height: 30px;
}

#labels .firstCol, #labels .col{
    font-size: 12px;
}

#sumLine{
    position: relative;
    width: 97%;
    height: 1px;
    background-color: #C3C3C3;
    top: 10px;
}

#sumRow{
    position: relative;
    top: 20px;
}

.selFinitura{
    width:275px;
    height:20px;
    position: relative;
    float: left;
    padding-top: 20px;
}

.selFinitura div{
    float: left;
}

.selFinitura span{
    position: absolute;
    top: 21px;
    left: 130px;
    font-size: 14px;
}

.fTitle{
    top: 2px;
    position: relative;
    width: 90px;
}

.fColor{
    position: relative;
    float: right;
    width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #7D7E81;
    margin-right: 10px;
}

.fColor:hover{
    cursor: pointer;
}

.fColorOver{
    outline: 1px solid #EB8B1C;
    outline-offset: 2px;
}

.fColorSelected{
    outline: 1px solid #EB8B1C;
    outline-offset: 2px;
}

.endPrjBtn{
    float: left;
    margin-right:10px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 12px;
    background: #E5E5E7;
}

#print{
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    background: #E5E5E7;
}

#preventivo{
    width: 230px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    background: #E5E5E7;
}

.strong{
    font-weight: 600;
}

.indent{
    position: relative;
    left: 15px;
}

@media print {
    #endButtons { display: none; }
    body { background: #fff; }
    #container {width:800px; padding:50px;}
}

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////form styling////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

#makerFormContainer{
    position: relative;
    width: 530px;
    padding: 25px;
    background-color: #fff;
    margin: auto;
    margin-bottom: 100px;
}

.makerFormH3{
    color: #EB8B1C;
    text-transform: uppercase;
    font-size: 22px;
    display: inline;
}

#makerFormHead span{
    float: right;
}

#makerFormHead p{
    font-size: 14px;
    line-height: 60px;
}

#makerFormForm{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#makerFormForm label{
    font-size: 14px;
    text-transform: uppercase;
/*    font-family: "LatoLight";*/
}

#makerFormForm input{
    font-size: 11px;
    position: relative;
    font-family: Lucida Grande;
    width: 100%;
    height: 35px;
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-left: none;
    border-right: none;
    margin-top: 5px;
    color: #000
}

#makerFormFakeCanvas{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#makerFormFakeCanvas img{
    position: relative;
    width: 100%;
}

.makerFormH2{
    font-size: 14px;
    text-transform: uppercase;
/*    color: #000;*/
}

#makerFormWallsInfo{
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

#makerFormNotes textarea{
    position: relative;
    width: 100%;
    height: 200px;
    border: 1px solid #c3c3c3;
    font-family: Lucida Grande;
    font-size: 11px;
}

#makerFormSendBtn{
    position: relative;
    left: 475px;
    top: 100px;
}

#submitMakerForm{
    position: relative; 
    width: 80px;
    height: 30px;
    background: #C3C3C3;
    text-align: center;
    line-height: 28px;
    top: 25px;
    left: 475px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    border: none;
    color: #7D7E81;
    font-size: 10pt;
}

#submitMakerForm:hover{
    background-color: #EB8B1C;
    color: #fff;
    cursor: pointer;
}

.error{
    color: #EB8B1C;
    margin-top: 5px;
    font-size: 10px;
    position: relative;
    top: 0px;
}

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////intro styling///////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

#makerHeader{
    position: relative;
    width: 904px;
    height: 250px;
    margin: auto;
    background-color: #fff;
}

#makerLogo{
    position: relative;
    float: left;
    width: 200px;
    height: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #EB8B1C;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}

#makerHeadline{
    font-family: LatoLight,​Helvetica,​Arial,​Lucida Grande,​sans-serif;
    float: left;
    height: 150px;
    left: 50px;
    position: relative;
    top: 50px;
    width: 500px;
}

#makerHeadline p{
    font-size: 22px;
}

#gotoMaker a{
    color: #7D7E81;
}

/*#gotoMaker a:hover{
    color: #fff;
}

#gotoMaker:hover{
    background: #EB8B1C;
}*/

#makerIntroImg{
/*    background: url(img/intromaker.jpg) no-repeat transparent;*/
    position: relative;
    height: 374px;
    width: 904px;
    margin: auto;
}

#types{
    position: relative;
    width: 904px;
    margin: auto;
}

.type{
    position: relative;
    width: 190px;
    height: 359px;
    float: left;
    padding: 17px;
    border-left: 1px solid #C3C3C3;
}

.typeH{
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

#s_m{background: url(img/solmur2.png) no-repeat transparent;}
#m_m{background: url(img/murmur2.png) no-repeat transparent;}
#s_p{background: url(img/solplafond2.png) no-repeat transparent;}
#sur_p{background: url(img/surpied2.png) no-repeat transparent;}

.firstType{
    border: none;
}

.typetxt p{
    font-size: 14px;
    line-height: 24px;
    font-family: latolight;
}

#note{
    font-size: 12px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.typeT{
    position: relative;
    left: 30px;
}