.text_highlight{
    color: red;
}
.highlite{
    background: #34495E;
}
.drims{
    background: #1caf9a;
    min-width: 220px;
   
}
.a{
     background: #1caf9a;
   
}
.top_nav{
    color: black;
}
.top_nav li{
    margin-left: 20px;
}
.header{
    padding: 0px !important;

}
.mainbody{
    padding: 0px !important;
    background-color:rgba(0,0,0,0.7);
    height: 100%;

}
.trans{
    background: url("../img/backgroundImg/drill_img_1.jpg") center;
    height: 100%; 
    width: 100%;
    background-position: center;
    background-size: cover;
    position: fixed;
}
.transNew{
    background: url("../img/backgroundImg/drill_img_1.jpg") center;
    height: 100%; 
    width: 100%;
    background-position: center;
    background-size: cover;
}

.mainitem{
    background: #1caf9a;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    color: white;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    border-radius: 5px;
}
.maintitle{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
}
.itemdisable{
    cursor: not-allowed !important;
    pointer-events: none !important;
}
.menutitle{
    font-weight: bold;
    margin-bottom: 5px;
}
.indexbody{
    position:absolute; top:0; bottom:0; right:0; left:0; 
}
.position-inherit{
    position: inherit !important;
}
.footer{
    height: 50px;
    width: 100%;
    background-color: #1d2127;
    bottom: 0px;
    position: absolute;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
    text-shadow: none;
    padding-top: 10px;    
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
