.special{
  color:#f4c242;
}

h1{
  font-size: 40px !important;
}

.centeredDiv{
  text-align: center;
}

.containerIDTR{
    background:rgba(55,55,55,0.8);
    display:none;
    text-align: left;
    border-radius: 10px;
    font-family: "Arial";
}

.tooltip { pointer-events: none; }

#cardIDTR{
    max-width:450px;
    width: 100%;
    margin: auto auto;
    font-family: "Arial";
    
    background-image: radial-gradient(rgb(255,255,255), rgb(250,250,250));

    border: solid 3px rgba(185,185,185,1);
    border-radius: 25px;

    box-shadow: 0px 0px 20px rgba(255,255,200, .25);

    color: rgb(50,50,50);
}


.inputContainer{
    background:rgba(125,125,125,0.5);
    text-align: left;
    border-radius: 10px;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}
    

#status{
    font-family: "Arial";
    font-weight: bold;
    text-align:left;
    font-size: 20px;
    display:block;
    height: 30px;
    padding: 7px 8px 0px 13px;
}
#status #onlineStatus{
    float: left;
}

#enterAmountOfGold{
    padding-top: 40px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: rgb(255,115,0);
}
.tutorialButton {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 19%, rgba(0,0,0,0.15) 21%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;

    background-color: #EE1111;
    border-color: rgb(120,120,120);
    padding: 6px 14px; 
    
    margin-top: 6px;
    margin-bottom: 30px;
    
    font-size: 14px;
}

.buyWithBTCButton{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 19%, rgba(0,0,0,0.15) 21%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;

    background-color: #EE7711;
    border-color: rgb(120,120,120);
    padding: 6px 14px; 
    
    margin-top: 6px;
    margin-bottom: 30px;
    
    font-size: 14px;
}

  
#goldInputFields{
    width: 184px;
    text-align: center;
    margin: 0 auto;
    
}

#inputGoldAmount{
 	   width: 30%;
  	   font-size: 40px;
 	   text-align: right;
}


#dropDown{
    padding-top:14px;
    margin-bottom: 12px;
}
#discountMessage{
    font-weight: bold;
    font-size: 20px;
}
#totalAmount{
  font-family: "Arial";
  margin-top: -4px;
  font-size:48px;
  color: blue;
  text-align: center;
}
#totalAmountCurrency{
  font-family: "Arial";
  font-size: 20px;
  margin-top: -3%;
}




.IDTRtooltip {
    font-weight: bold;
    border-bottom: 1px dotted grey;
}



#buyButton{
    background-color: #4CAF50;
    
    padding: 16px 40px;
    width:80%; 
    
    margin-bottom: 9px;
    margin-top: 5px;
    box-shadow: 0px 0px 20px rgba(255,200,200, .20);

    border-radius: 10px;
}



button{
    font-size: 24px;
    color: white;
    position:relative;
    cursor: pointer;
    margin:auto auto; 
    transition-duration: 0.3s;
}
button:hover{
    opacity: 0.8;
}







.divHeading{
    font-size: 18px;
    font-weight: bold;
    margin-top:20px;
    margin-bottom:10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);

}

#tutorialScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
}




#btcInfoScreen, #etransferInfoScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
}

#verificationScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
}

#inputItemScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
}

#choosePaymentTypeScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
}


#overviewPaymentMethod{
    text-align:center;
    font-size: 14px;
    color: white;
}

#buttonCheckBuyingLimits{
    font-size: 14px;
    font-weight:bold;
    font-family:Arial;
    color: white;
    cursor: pointer;
    margin-top: 10px; 
    margin-bottom: 4px;
    transition-duration: 0.3s;
    background-color: #AAAA00;
    padding: 8px 20px;
}
.fontLimit{
    font-size: 12px;
}
#getVerified{
    display: none;
    text-align: center;
} 
#buttonGetVerified{
    font-size: 14px;
    font-weight:bold;
    font-family:Arial;
    color: white;
    cursor: pointer;
    margin-top: 10px; 
    margin-bottom: 4px;
    transition-duration: 0.3s;
    background-color: #CC8899;
    border-color: coral;
    padding: 4px 12px;
} 


#divBitcoin, #divEtransfer ,#divPayPal{
    font-size:16px;
    padding: 10px;
    border: solid 1px white;
    width: 100%;

}





#videoTutorialText{
    cursor:pointer;
    border-bottom: 2px solid rgb(80, 80, 250);
    color: rgb(220,220,0);
    font-size: 16px;
    font-weight: bold;
    text-align:center;
}

.instructionsFont{
    font-size:18px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}


.smallYellowText{
    font-size:12px;
    color: rgb(140,140,0);
    text-align: center;
    padding-bottom: 10px;
    font-family: paypalFont;
}




.backNextButtons{
    display:inline-block;
    margin-left: 50px;
    margin-top: 20px;
}

.backButton{
    	background-color: #f44336;
    	padding: 12px 40px;
    	width: 200px;
    	margin-top: 5px;
    	margin: 0 auto;
}
.nextButton{
    	background-color: #4CAF50;
    	padding: 12px 40px;
    	width: 200px;
    	margin-top: 5px;
    	margin: 0 auto;
}
.nextButton2{
    	background-color: #2020CC;
    	padding: 12px 40px;
    	width: 200px;
    	margin-top: 5px;
    	margin: 0 auto;
}








#inputPaymentScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
    position: relative;
    min-height: 400px;
}
.currencyWarningUSD{

}






.instructionsContainer{
    border:solid 2px;
    margin: auto auto;
    width:80%; 
    height:150px;
    text-align:center;
}
.instructionsButton{
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 19%, rgba(0,0,0,0.15) 21%, rgba(0,0,0,0.05));
    background-repeat: repeat-x;

    background-color: #EE1111;
    border-color: rgb(120,120,120);
    padding: 6px 14px; 
    
    margin-top: 6px;
    margin-bottom: 30px;
    
    font-size: 14px;
    
    top: 320px;
    left: 60px;
    position: absolute;
    
}















#endScreen{
    font-size:16px;
    margin: 200px auto;
    padding: 10px;
    border: solid 1px white;
    width: 500px;
    min-height: 300px;
}

#feedbackStatus{
    font-size:20px;
    font-weight: bold;
    padding-bottom: 10px;
}

#feedbackMessage{
    font-size:16px;
    padding-top:10px;
}

#refreshButton{
    text-align:center;
    display: none;
}


.tooltip{
    opacity:1!important;
}

.loadingSpinner{
    margin: auto;
    position: relative;
    display: none;
    border: 3px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 3px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

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

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

@font-face {
  font-family: paypalFont;
  src: url(/fonts/PayPal.ttf);
}


@media screen and (max-width: 600px) {
  #poll {
    display: none;
  }
}


.deals{
  width: 160px; 
  padding: 6px;
}

.deals p {
  font-weight: bold;
  font-size: 18px;
}
