﻿
#slider2 input {
    cursor: pointer;
}

.bx-controls-auto {
    display: none;
}

.bx-pager {
    display: none;
}

.bx-wrapper {
    position: relative;
    margin: 0 auto 0px;
    padding: 0;
}

.divTransBox {
    background-color: #FFFBF1;
    border: none;
    height: 97px;
    opacity:1;
    width: inherit;
    z-index: 1;
    margin-top: 0;
    position: absolute;
}

.logo {
    background: url("images/logo.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100px;
    width: 100px;
    background-position-y: 5px;
    background-position-x: 5px;
}

.logoTitle {
       font-size: 16px;
    font-family: Lato;
    font-weight:700;   
    color: #001E60;
    opacity: 1;
     white-space
        :nowrap;
}

.logoText {
    font-size: 16px;
    font-family: Lato;
    font-weight:400;   
    color: #001E60;
    opacity: 1;
    white-space
        :nowrap;
}

.title1 {
    color: #0F6C95;
    font-family: Lato;
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
     white-space
        :nowrap;
}

.title2 {
    /*color: #0F6C95;*/
    color: #001E60;
    font-family: Lato;
    font-weight:400;
    font-size: 16px;
    opacity: 1;
     white-space
        :nowrap;
}

    .title2 a {
        color: #0F6C95;
        font-family: "Lato",Arial,serif;
        font-size: 14px;
        opacity: 1;
        cursor: pointer;
        letter-spacing:0.065em;
    }

#headset {
    height: 15px;
    background-image: url(images/head-set.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    background-position-x: 65px;
    width: 90px;
}

#login {
    height: 15px;
    background-image: url(images/Login_user.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    background-position-x: 45px;
    width: 70px;
    margin-left: 30px;
}


.footer1 {
    width: 100%;
    min-height: 80px;
    float: left;
    text-align: left;
}

.FooterBackgroud {
    background-color: #094660;
    padding: 15px;
}

.AboutTitleText {
    text-align: left;
    font-family: Lato;
    color: #ffffff;
    font-size: 15px; /* Approximation due to font substitution */
    line-height: 1.333; /* Approximation due to font substitution */
}

.AboutText {
    font-family: Lato;
    color: #ffffff;
    font-size: 15px; /* Approximation due to font substitution */
    line-height: 1.333; /* Approximation due to font substitution */
    text-align: left;
}

.bx-caption {
    text-align: center;
    background-color: transparent;
}

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: transparent;
    letter-spacing:0.065em;
}

.footerbarnav {
    display: block;
    height: 25px;
    font-size: 15px;
    line-height: 45px;
    color: #ffffff;
    text-decoration: none;
    background: #094660;
    font-family: Lato;
    width: inherit;
    font-weight: bold;
    position: fixed;
    bottom: 0;
}


.menu1 {
}



#small {
    font-size: 8px !important;
    float: right;
    margin-right: 10px;
    color: #fff;
    bottom: 0;
    margin-top: 1.5px;
    font-family: Lato;
    font-weight:700;
}

#medium {
    font-size: 12px !important;
    float: right;
    margin-right: 20px;
    color: #fff;
    bottom: 0;
    margin-top: 1px;
    font-family: Lato;
    font-weight:700;
}

#large {
    font-size: 16px !important;
    float: right;
    margin-right: 30px;
    color: #fff;
    bottom: 0;
    font-family: Lato;
    font-weight:700;
}

.overlayHeroText p {
    color: white;
}
.goog-te-gadget-simple
{
    height:0px;
}

/* Usage alerts html table styles*/

 .alertsTable {
            border-collapse: collapse;
            border-color:red;
            color:white;
            text-align:center;
            position:absolute;           
            font-size:10px;
            top:20%;
            right:1%;
            font-family: Lato;
            font-weight:700;
        }

        .alertsTable  td {
            border: 1.5px solid black;
              border-color:white;
              padding-top:2px;
              padding-bottom:2px;
              padding-left:5px;
              padding-right:5px;
              white-space:nowrap;
        }
          

