.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; 
}
#map {
    width: 100%;
    height: 420px;
}

#description {
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
    font-family: Roboto;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-container {
    z-index: 9999;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

    .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
    }

#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
    margin-top: 10px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}