:root{
    --black: #080808;
    --brown: #4a3323;
    --grey: #6b6b6b;
    --lightGrey: #efeeee;
    --green: #017013;
    --lightGreen: #00bf63;
    --white: #ffffff;
    --red: #e40c2b;
    --gold: #b38530;
    --yellow: #EBA63F;
}
*{
    padding: 0;
    border: 0;
    margin: 0;
    font-family: sans-serif, Helvetica , Arial;
}
html{
    width: 100%;
    height: 100%;

}
body{
    font-family: sans-serif;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.gAppHead{
  display: flex;
  color: var(--black);
  flex-flow: column;
  margin: 0 4vw;
}
.gAppHead h2{
  padding-top: 30px;
}
.gAppHeadTitel{
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  font-size: 18Px;
}
.gFrm{
    display: none;
}
.gFrmLabel{
    display: block;
    margin-bottom: 7px;
}
.gFrmLabel input{
    margin-bottom: 5px;
    margin-top: 3px;
    height: 40px;
    width: calc(100% - 10px);
    padding-left: 10px;
    font-size: 90%;
    border-radius: 7px;
    border: solid var(--brown) 2px;
}
.gFrmLabel select{
    margin-bottom: 5px;
    height: 40px;
    width: 100%;
    padding-left: 5px;
    font-size: 90%;
}

.gComAmount{
  color: var(--green);
  font-weight: bold;
  width: 75%;
  text-align: center;
}

.gItemsCon{
  margin-top: 20px;
  padding-bottom: 100px;
}
.gItemCon{
  padding: 5vw 0;
  margin: 0 4vw;
  border-bottom: 1px solid var(--grey);
}
.gItem{
  padding: 15px 3vw;
  margin: 6px 4vw;
  background-color: var(--lightGrey);
  border-radius: 7px;
}
.gItemHead{
  display: flex;
  justify-content: space-between;
  color: var(--black);
  font-weight: bold;
  font-size: 18px;
}
.gItemSub{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 80%;
  color: var(--grey);
  margin-top: 3px;
}
.gItemSubR{
  font-weight: bold;
  width: 30%;
  justify-content: flex-end;
  display: flex;
  align-items: flex-end;
}
.gBtnBack{
  width: 30px;
  height: 30px;
  margin: 4vw 0 0 0;
}
.gBtnCon{
  display: flex;
  flex-flow: row nowrap;
  margin: 4vw 4vw;
}
.gBtn{
  background-color: var(--white);
  color: var(--black);
  padding: 1vw 2vw;
  border-radius: 7px;
  margin-right: 2vw;
}
.gBtnSave{
    text-align: center;
    background-color: var(--green);
    padding: 2vw 5vw 2vw 5vw;
    display: inline-block;
    color: var(--white);
    font-size: 100%;
    cursor: pointer;
    margin-top: 2.5vw;
    margin-bottom: 2.5vw;
    border-radius: 7px;
}

.gItemFoot{
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}
.gEarnDate{
  padding: 1vw 2vw;
  font-size: 60%;
  color: var(--white);
  background-color: var(--green);
  border-radius: 7px;
  margin-right: 1vw;
}
.gComDeuCon{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-end;
}
.gComDeuLbl{
  color: var(--red);
  margin-right: 5px;
  font-size: 80%;
}
.gComDeu{
  color: var(--red);
  font-size: 80%;
}
/*.gComInvoiced{
  color: var(--red);
  font-size: 80%;
}
.gComAvail{
  color: var(--green);
  font-size: 80%;
}
.gComNeedDeduct{
  color: var(--green);
  font-size: 80%;
}
.gComPaid{
  color: var(--red);
  font-size: 80%;
}*/
.gWhitdrawDate{
  padding: 1vw 2vw;
  font-size: 60%;
  color: var(--white);
  background-color: var(--red);
  border-radius: 7px;
  margin-right: 1vw;
}

.gDetCon{
  margin: 4vw 4vw;
  padding: 3vw 3vw;
  background-color: var(--white);
  border-radius: 2vw;
}
.gDetCon h4{
  margin-bottom: 5px;
  color: var(--black);
}
.gDetCon h5{
  margin-top: 3px;
  color: var(--black);
}
.gDetCon h2{
  display: flex;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  height: 40px;
  margin: 0 4vw;
  border-bottom: 1px solid var(--black);
}
.gDet{
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 7px;
  align-items: center;
}
.gDetL{
  font-size: 80%;
  color: var(--grey);
}
.gDetR{
  color: var(--black);
  font-weight: bold;
  width: 75%;
  text-align: center;
}

.gMask{
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 3;
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    text-align: center;
}
.gLoader{
    position: fixed;
    border: 8px solid var(--black);
    border-radius: 50%;
    border-top: 8px solid var(--lightGrey);
    border-bottom: 8px solid var(--lightGrey);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: calc(50% - 10px);
    margin-left: -30px;
    margin-top: -30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
.commissionCon{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  border-radius: 7px 7px 0 0;
  padding: 4vw 4vw;
  margin: 4vw 4vw 9vw 4vw;
  position: relative;
  background-image: linear-gradient(to bottom, var(--lightGrey), rgba(255, 255, 255, 0));
}
.comAvlCon{
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-bottom: 5vw;
}
.comWDBtnCon{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  left: 1vw;
  right: 1vw;
  bottom: -5vw;

}
.comWDBtn{
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  background-color: var(--brown);
  color: var(--white);
  padding: 3vw 3vw;
  border-radius: 14px;
  border: 2px var(--gold) solid;
}
.comAvailable{
  font-size: 180%;
  font-weight: bold;
  color: var(--black);
}
.comSubTitle{
  color: var(--grey);
  font-size: 80%;
}
.taxiLogo{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.taxiLogo img{
  width: 280px;
}


#mainScrHOName{
  display: none;
}

#comDrawScr{
    padding-bottom: 80px;
}
#comDrawScr .withdrawComSum{
  width: 100%;
  padding-top: 3vw;
  color: var(--black);
  display: flex;
  flex-flow: column;
  align-items: center;
  box-sizing: border-box;
  font-size: 80%;
}
#comDrawScr .withdrawComSumInf{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
#comDrawScr .withdrawComSumTot{
  display: flex;
  margin-top: 15px;
  padding: 10px 0;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: var(--black) 1px solid;
  font-weight: bold;
}
#comDrawScr .withdrawComDue{
  display: flex;
  padding: 10px 0;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-top: var(--black) 1px solid;
  border-bottom: var(--black) 4px double;
  font-weight: bold;
  font-size: 150%;
}
#comDrawScr .paymentsCon{
    width: 100%;
}
#comDrawScr .withdrawPay{
  display: flex;
  padding: 10px 0;
  flex-flow: row nowrap;
  align-items: start;
  justify-content: space-between;
  width: 100%;
  border-top: var(--black) 1px dotted;
}
#comDrawScr .withdrawPayLbl{
  margin-right: 6px;
}
#comDrawScr .withdrawPayDetail{
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}
#comDrawScr .withdrawPayDesc{
  color: var(--grey);
}
#comDrawScr .withdrawPayDate{
  font-size: 80%;
}
#comDrawScr .withdrawPayAmount{
  flex-grow: 1;
  text-align: right;
}
#comDrawScr .invoiceComCon{
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: 70%;
  color: var(--black);
  margin-bottom: 20px;
}
#comDrawScr .invoiceComCon h1{
  margin-top: 20px;
}
#comDrawScr .invoiceComName{
  font-weight: bold;
  font-size: 90%;
}


#withdrawCom .WithComAmount{
  width: 100%;
  font-size: 200%;
  color: var(--black);
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#withdrawCom .WithComAmountDis{
  width: 100%;
  font-size: 70%;
  color: var(--green);
  text-align: center;
  margin-bottom: 20px;
}
#withdrawCom .taxiAccount{
  width: 100%;
  font-size: 180%;
  color: var(--black);
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#withdrawCom .taxiAccountDis{
  width: 100%;
  font-size: 70%;
  color: var(--red);
  text-align: center;
  margin-bottom: 20px;
}
#withdrawCom label{
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
  color: var(--black);
}
#withdrawCom label input{
  margin-top: 5px;
  padding: 10px;
  width: 70%;
  border-radius: 5px;
  color: var(--black);
  text-align: center;
  font-size: 130%;
  border: var(--brown) solid 2px;
}
#withdrawCom .WithComInvInfoCon{
  width: 100%;
  font-size: 70%;
  color: var(--white);
  align-items: center;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 0 20px;
  display: flex;
  flex-flow: column;
}
#withdrawCom .WithComInvInfoCon img{
  width: 30px;
  margin-bottom: 5px;
}
#withdrawCom .WithComInvInfoCon span{
  text-align: center;
  color: var(--grey);
}
#withdrawCom .WithComBtnCon{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#withdrawCom .WithComBtn{
  width: 60%;
  background-color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 5px;
  color: var(--white);
}
#withdrawCom .WithComBtn.disable{
    opacity: 0.6;
}

#comEarnScr .gDetCon h4{
  width: 100%;
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
}

#toolTip{
    padding: 5px;
    position: absolute;
    background-color: rgba(0,0,0,0.8);
    color: var(--white);
    display: none;
    z-index: 10;
    -webkit-transition:opacity 0.5s;
    -moz-transition:opacity 0.5s;
    -o-transition:opacity 0.5s;
    transition:opacity 0.5s;
}

#infoBox{
    width: 250px;
    color: var(--black);
    background-color: var(--white);
    border: 2px solid var(--red);
    border-radius: 15px;
    z-index: 4;
    display: none;
    position: absolute;
    margin: 0;
    padding: 15px;
    text-align: center;
    font-family: sans-serif;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#infoBox header{
    margin: 15px 0 15px 0;
    color: var(--red);
    font-family: sans-serif;
    font-weight: bold;
    font-size: 24px;
}
#infoBox img{
    margin-bottom: 3px;
    height: 50px;
    width: 50px;
}
#infoBox p{
    font-family: sans-serif;
    font-size: 20px;
}
#infoBox .btnBox{
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
}
#infoBox .btnBox div{
    margin-bottom: 10px;
    color: var(--white);
    height: 40px;
    line-height: 37px;
    border-radius: 5px;
    font-size: 24px;
    cursor: pointer;
}

#dataListCon{
    position: absolute;
    display: none;
    background-color: var(--white);
    border: 1px solid var(--black);
    z-index: 4;
    overflow-y: auto;
}
#dataList{
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 18px;
}
#dataList tr{
  position: relative;
  height: 40px;
}
#dataList td{
    text-align: left;
    border-bottom: 1px solid var(--black);
    height: 25px;
    cursor: pointer;
    width: 100%;
    padding-left: 5px;
    vertical-align: middle;
}
#dataList td:hover{
    background-color: var(--lightGrey);
}
#dataList img{
    height: 20px;
    display: inline-block;
}

#imgView{
    display: none;
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: alias;
    padding-bottom: 80px;
}
#imgView .photoCon{
    position: relative;
}
#imgView .mainImg{
    max-height: 90vh;
    max-width: 80vw;
}
#imgView .prevBtn{
    position: absolute;
    top: 0;
    left: 0;
    height: 5vw;
    z-index: 2;
    margin-left: -7vw;
    cursor: pointer;
}
#imgView .nextBtn{
    position: absolute;
    top: 0;
    right: 0;
    height: 5vw;
    z-index: 2;
    margin-right: -7vw;
    cursor: pointer;
}

#mainScr{
    padding-bottom: 80px;
}
#mainScr .gAppHead{
  justify-content: flex-end;
  position: relative;
  padding-top: 4vw;
}
#mainScr .gAppHead .logOut{
    position: absolute;
    right: 5%;
    top: 10%;
    color: var(--grey);
}
#mainScr .gBtnCon{
  justify-content: space-between;
}
#mainScr .mainBtn{
  width: 24vw;
  height: 24vw;
  display: flex;
  padding: 2vw;
  justify-content: center;
  flex-flow: column nowrap;
  align-items: flex-start;
  background-color: var(--lightGrey);
  border-radius: 7px;
}
#mainScr .mainBtn img{
  width: 7vw;
  height: 7vw;
}
#mainScr .mainBtn span{
  font-weight: bold;
  color: var(--black);
  flex-grow: 1;
  display: flex;
  flex-flow: row;
  align-items: flex-end;
  margin: 0.1vw 0;
  font-size: 6vw;
}
#mainScr .mainBtn p{
  color: var(--grey);
  font-size: 3vw;
}
#mainScr .mainRecCon{
  margin: 4vw 4vw;
  border-radius: 7px;
  background-color: var(--white);
  padding: 4vw 4vw;
}
#mainScr .mainRecCon h3{
  margin-bottom: 2vw;
  color: var(--black);
}
#mainScr .ProgressBar{
  display: flex;
  align-items: center;
  border-radius: 5px;
  margin-bottom: 2vw;

}
#mainScr .ProgressBar span{
  background-image: linear-gradient(to left, var(--green), var(--lightGreen));
  color: var(--lightGrey);
  padding: 0.3vw 0 0.3vw 2vw;
  border-radius: 7px;
  transition: width 1s;
}
#mainScr .mainComCon{
  margin: 4vw 4vw;
  padding: 4vw 4vw;
}
#mainScr .mainComCon h3{
  margin-bottom: 2vw;
  color: var(--black);
}


/*FORM LOGIN*/
#loginScr{
    display: block;
    padding: 8vw 10vw 0 10vw;
}
#loginScr .frmCon{
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  height: 100%;
  width: 100%;
  padding: 1vw 1vw 1vw 1vw;
}

#loginScr .btnBox{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#loginScr a{
  display: flex;
  justify-content: space-around;
}
#loginScr img{
  height: auto;
  width: 100%;
  margin-bottom: 20px;
}

#loginScr .secResetCode{
    display: none;
}
#loginScr .secNewPass{
    display: none;
}
#loginScr .secTaxi{
    display: none;
}

#loginScr .btnForgot{
    cursor: pointer;
}

#loginScr .secTaxi img{
  width: 100%;
  margin-bottom: 20px;
}
#loginScr .secTaxi h2{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  color: var(--grey);
}
#loginScr .secTaxi .taxiSelectBox{
  width: 100%;
}
#loginScr .secTaxi .taxiSelectOpt{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  border: 2px solid var(--black);
  border-radius: 7px;
  height: 50px;
  margin-bottom: 10px;
  padding: 0 10px;
}
#loginScr .secTaxi .taxiSelectOpt:hover{
  background-color: var(--lightGrey);
  box-shadow: 1px 1px 3px grey;
}
#loginScr .secTaxi .taxiSelectOpt img{
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
}
#loginScr .secTaxi .taxiSelectOpt span{
  font-size: 110%;
  font-weight: bold;
  margin-left: 10px;
  color: var(--black);
}


#clSearch{
    padding-bottom: 80px;
}
#clSearch .clSrcHead{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--white);
  border-bottom: 2px solid var(--brown);
}
#clSearch .gAppHead{
  color: var(--black);
}
#clSearch input{
  margin-top: 20px;
  font-size: 100%;
  margin-bottom:20px;
  margin-left: 4vw;
  margin-right: 4vw;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 3vw;
  padding-right: 3vw;
  border-radius: 15px;
  width: Calc(100% - 14.5vw);
  border: var(--brown) 2px solid;
}
#clSearch .itemListCon{
  margin-top: 190px;
  padding-top: 20px;
  padding-bottom: 150px;
}
#clSearch .contactInfoCon{
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-top: 5px;
}
#clSearch .contactInfoCon img{
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
#clSearch .contactInfo{
  font-size: 12px;
  color: var(--gold);
}


#clScr .clScrTitle{
  margin: 20px 4vw 0 4vw;
}
#clScr .clScrImg{
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
#clScr .gAppHeadContactCon img{
  margin-left: 0;
}
#clScr .gAppHeadContactCon{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 12px;
  margin-top: 5px;
}
#clScr .gAppHeadContactCon{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}



#rorScr .rorProductHead img{
  margin-left: 0;
}
#rorScr .rorProductHead{
  background-color: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
#rorScr .gDetCon{

  margin: 100px 4vw 0 4vw;
}
#rorScr .gDetCon h2{
  margin: 0;
}
#rorScr .gItemsCon{
  margin-top: 15px;
}

#prodScr h2{
  display: flex;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  height: 40px;
  margin: 0 4vw;
  border-bottom: 1px solid var(--black);
}
#prodScrBtnBack{
  margin-left: 4vw;
}

#itScr h2{
  display: flex;
  color: var(--black);
  flex-flow: column;
  justify-content: flex-end;
  height: 40px;
  margin: 0 4vw;
  border-bottom: 1px solid var(--black);
}

#actOrdScr .gBtnCon .gBtn.selected{
    background-color: var(--grey);
    color: var(--white);
}

/*FORM COMSCR*/
#comScr .gBtnCon div.selected{
    color:  var(--white);
    background-color: var(--grey);
}
#comScr .itemStatus{
    font-size: 80%;
}


#mainMenuCon{
  display: none;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  background-color: var(--white);
  border-top: var(--brown) 2px solid;
}
#mainMenuCon .footerBtnsCon{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    width: 100%;
    background-color: var(--white);
    border-top: var(--brown) 2px solid;

}
#mainMenuCon .footerbtnCon{
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  height: 80%;
}
#mainMenuCon .footerbtnCon img{
  width: 7vw;
  height: 7vw;
  margin-bottom: 3px;
}
#mainMenuCon .footerbtnCon span{
  color: var(--grey);
  font-size: 12px;
}
