body{
    font-size:16px;
}

.navbar { margin-bottom: 50px; border-radius: 0; }

/* Remove the jumbotron's default bottom margin */ 
.header { margin-bottom: 0;}
   
/* Add a gray background color and some padding to the footer */
footer {background-color: #11131a;padding: 25px; }

/* START : nav bar css*/
.navbar a {float: left;font-size: 16px; text-align: center;padding: 14px 16px;text-decoration: none;}
.dropdown-language{ position:relative;}
.dropdown-content{ position:absolute;z-index:100;}
    
.dropbtn{
    cursor: pointer;  font-size: 16px;border: none;outline: none;color: white;padding: 14px 16px;
    background-color: inherit; font-family: inherit; margin: 0;
}

.dropdown-content{ display:none;background-color:#ffe484; top:51px;}
.dropdown-language-sm{ display:none; color: white;padding: 14px 16px; }


@media screen and (max-width: 767px){
    .dropdown-language{display:none;}
    .dropdown-language-sm{display:block;}
}
.mod-top-30{top:30%;}
#mod-language{ top:10%; }

/* END : nav bar css*/
#mod-welcome{top:30%;}


/*create-wallet*/
/*#mod-mnemonic{top:30%;}*/
.phrase-wrapper>.row>div{padding-top:5px;padding-bottom:5px;font-size:20px; }


/*FAQ*/
.accordion-title{padding:10px;}

.pc-yellow{
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.color-warning{
   color: #ffc107!important
}

//common
.pad-15{padding:15px;}
.pad-10{padding:10px;}
.margin-10{margin-top:10px; margin-bottom:10px;}
.scale-15{transform: scale(1.5);} 
.padding-left-5{padding-left:5px;}


.w3-sidebar {
  z-index: 3;
  width: 210px;
  top: 50px;
  bottom: 0;
  height: inherit;
}
.height-50{min-height:50px;}

.top-logo{
 width: 210px;padding-top: 14.5px !important;text-align: center;white-space: normal;min-height:50px;
 padding: 8px 16px;
    float: left;
    border: none;
    display: block;
    outline: 0;
    color: #fff !important;
    /*background-color: #333333 !important;*/
    text-decoration:none !important;
}
.i-footer{
    z-index: 4;
    left: 0;
    position: absolute;
    width: 100%;
}

.pc-user-sidebar{
    display:none;
    height: 155px;
    width: 132px;
    background-color: #171b23;
    position: fixed!important;
    z-index: 1;
    overflow: hidden;
    top:55px;
    right:0;
	color:#fff
}
.w3-bar-title{
    color: #fff;
    background-color: #171b23;
	z-index:999;
}

.w3-bar-title-top{
    color: #fff;
    background-color: #171b23;
}
.w3-bar-title-top:focus, .w3-bar-title-top:hover, .w3-bar-title-top:active{
    color: #fff !important;
    text-decoration:none!important;
}

.pc-bar-hover-primary:hover{
    color: #fff !important;
    background-color: #337ab7 !important;
}

.color-black{
    color:black;
}
.pc-margin-bt-10 {
    margin-top:10px;
    margin-bottom:10px;
}
.pc-font-bold{
    font-weight: bold;
}
.pc-ellipses {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}