/*@import url(https://fonts.googleapis.com/css?family=Rajdhani:400,500,600,700,300);
*/
/*body {

background: url(/forex/bg-body.jpg);

} */

/*
fonts_me {
  font-family: 'Rajdhani', sans-serif;
       
  
}

.myfonts {

  font-family: 'Rajdhani', sans-serif;
  font-size: 18px;
  font-weight: 600;
  
}

*/

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #c0e0fb; /*#c0d0fb; /*#f7dd91;/*matchingpeach#eddbcd;/*nicepurple#dfdce3;/*wingolden#f7dd91; /*#f7d77a; #f7d163 #d9dddc;*/
}

/*this moves search to the left*/

.gotoleft {

float:left!important;
padding-left: 20px;
}

.gotoright{

float:right!important;
padding-right: 20px;
}


/*makes table vertical align middle*/


/*.pull-left1{
float: left !important; 
padding-right: 30px;
padding-left: 30px;

} */

table td {
  vertical-align: middle !important;
}

/*this does the same 

.table > tbody > tr > td {
     vertical-align: middle;
}

*/


        

.table-striped {
  width: 100%;
  
}


.table-striped thead th {
    position: sticky;
    position: -webkit-sticky;
    top: 0; 
    z-index: 999;
    background-color: #000;
    color: #fff;
    

}  

th:first-child, td:first-child 
{
  position:sticky;
  left:0px;
  
}



.table-striped tbody tr:nth-child(odd) td:first-child {
  background-color: #f2f2f2;
  
}

.table-striped tbody tr:nth-child(even) td:first-child {
  background-color: #fcfcfc;
  

}




table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}


/* tooltip  starts  */

.help-tip{
    position: absolute;
    top: 18px;
    right: 18px;
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

.help-tip:before{
    content:'?';
    font-weight: bold;
    color:#fff;
}

.help-tip:hover p{
    display:block;
    transform-origin: 100% 0%;

    -webkit-animation: fadeIn 0.3s ease-in-out;
    animation: fadeIn 0.3s ease-in-out;

}

.help-tip p{    /* The tooltip */
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    width: 300px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    right: -4px;
    color: #FFF;
    font-size: 13px;
    line-height: 1.4;
}

.help-tip p:before{ /* The pointer of the tooltip */
    position: absolute;
    content: '';
    width:0;
    height: 0;
    border:6px solid transparent;
    border-bottom-color:#1E2021;
    right:10px;
    top:-12px;
}

.help-tip p:after{ /* Prevents the tooltip from being hidden */
    width:100%;
    height:40px;
    content:'';
    position: absolute;
    top:-40px;
    left:0;
}
 
/* CSS animation */

@-webkit-keyframes fadeIn {
    0% { 
        opacity:0; 
        transform: scale(0.6);
    }

    100% {
        opacity:100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% { opacity:0; }
    100% { opacity:100%; }


}

/* tooltip ends */