.container{
    color: white;
}
.social-icons {
    color: black;
}
.gwvOOF {
    color: white;
    font-weight: 500;
    font-size: 20px;
}   

.form-group {
    margin-left: 12px;
}
button.btn.calculate-btn.btn-primary.mb-2.convert {
    margin-left: 37%;
}
li.nav-item.nav__item {
    color: black;
}

.calculator{
   
        flex-direction: row !important;
        display: flex !important;
        margin-bottom: 16px !important;
          
}
.results{
    margin-left: 12px;
    display: flex !important;
    flex-direction: row !important;
}

table.form-control {
    height: 100%;
}
/*scientific calculator*/
*{
	box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
}

.hide{
 display:none;
}
.reduceWidth{
	width:200px !important;
}
.reduceHeader {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    width: 74px !important;
}

#mainContentArea{
margin-top:0px;
padding:10px;
}
.calc_container {
    background: transparent;
    /* border: 1px solid #aaa; */
    /* border-radius: 5px; */
    /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1) inset; */
    padding: 0px;
    width:550px;
    height: 318px ;
    /* border-bottom: 7px solid #999; */
    position:relative;
}

.left_sec{
    float: left;
   /*  margin-right: 10px; */
}
.right_sec{
    float: left;
    height:180px; 
}
/* KEY ROW */
.calc_row{
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}


/* KEY BUTTONS */
#keyPad a {
    background: #E5ECF3;
    border-color: #E5ECF3;
    border-image: none;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px 1px 3px;
    color: #444;
    cursor: pointer;
    /*  display: block; */
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 42px;
}
#keyPad a.min {
    font-size: 13.5px;
}
#keyPad a.last {
    margin-right: 0px;
}


#keyPad a:active {
    position: relative;    
    height: 25px;
    border-bottom: 1px solid #aaa;
}
#keyPad_btnEnter:active  {
	position:absolute ;	
	bottom:17px ;  
}
#keyPad a:hover  {
    background: #E5ECF3;
}
.text_container {
   display:inline;
  /*  position: absolute; */
}
 .memoryhide {
  visibility: hidden;
  position: absolute;
  top: 52px;
  right:429px;
  bottom: 0;
  opacity: 0;
  transition: opacity 1s, visibility, 1s;
}
.memoryshow {
  visibility: visible;
  opacity: 1;
} 

/* INPUT/MEM TEXT BOXES*/
.keyPad_TextBox, .keyPad_TextBox1{
    background: none repeat scroll 0 0 #fff;
    border-color: #aaa;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 3px;
    font-size: 25px;
    height: 42px;
    line-height: 42px;
    text-align: right;
    text-indent: 10px;
    vertical-align: middle;
    width: 520px;
    float: left;
    margin-bottom: 7px;
    padding-right:5px;	
}

.degree_radian{
    float: left;
    height: 25px;
    width: 80px;
    display: inline-block;
    font-size:9px;
    margin-top: 4px;
    vertical-align: middle;
}

#keyPad_btnDot{
	width:35px;
}
/* ARROWS */
.calc_arrows{
    font-size: 24px;
    /*line-height: 29px!important;*/
}

/* ENTER a: QUAD WIDTH */
#keyPad #keyPad_btnEnter{
    background: none repeat scroll 0 0 #2ecc71;
    border-color: #27ae60;
	bottom:-1px;
    color: #fff;
    font-size: 20px;
	line-height: 47px;
	right:17px;
    width: 41px;
    height: 63px;
	position:absolute;
    /* LINE-HEIGHT: 65PX; */
    FONT-SIZE: 20px;	
}
#keyPad #keyPad_btnClr,
#keyPad #keyPad_btnInverseSign,
#keyPad #keyPad_btnAllClr{
    background: none repeat scroll 0 0 yellow;
    font-weight: 900;
    border-color: yellow;
	width:35px;
    
}
#keyPad #keyPad_btnBack
{
    background: none repeat scroll 0 0 yellow;
    /* color: #fff; */
    font-weight: 900;
    border-color: yellow;
    width: 99px;
}	
/* SPECIAL FORMATTING FOR SUPER-SCRIPT KEYS */
#keyPad #keyPad_btnSquare,
#keyPad #keyPad_btnCube,
#keyPad #keyPad_btnExp,
#keyPad #keyPad_btnYpowX{ 
    font-size: 12px;
}

/* CLEAR BOTH */
.clear {clear:both;}#keyPad a

.superscript,.subscript  {
    font-size: 0.7em;
    position: relative;
    top: -0.5em;
}
.subscript {
   top: 0.5em;
}
a#keyPad_MC {
    margin-left: 18%;

}
h1 {
	font-weight: 900;
	margin-bottom: 12px;
}
.main_div {
    display: flex;
    flex-direction: column;
}
.precentage {
	width: 100%;
	padding: 24px;
    display: flex;
    width: 100%;
	text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.percentage_input input[type=number] {
	width: 84px;
	font-size: 18px;
	padding: 8px;
	margin: 0px 8px 8px 8px;
}
input#num2 {
    width: 83%;
}
label#result2 span {
    margin-right: 10px;
}

button {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 20px;
	margin: 12px 0;
	padding: 8px;
	cursor: pointer;
	letter-spacing: 1px;
}
.percentage_input {
	font-size: 22px;
	padding: 8px 0;
	font-weight: 500;
    width: 80%;
	text-align: center;
	background-color: #f7f7f7;
	border: 2px solid #ccc;
	border-radius: 6px;
}
