#map_canvas {
           min-height:900px;
            float: none;
            padding-bottom: 80px;
        }

        .style1 {
            width: 42%;
        }

        .style2 {
        }

        .style4 {
            /*padding: 0 5px;*/
            font-size: small;
        }

        .headerImg {
            float: none;
            height: 30px;
            width: 90px;
        }

        .style5 {
            font-size: small;
            width: 124px;
            padding: 0 5px;
        }

       .style6 {
        }

        .style7 {
            font-size: small;
            width: 124px;
            height: 22px;
            padding: 0 5px;
        }

        .style8 {
            font-size: small;
            height: 22px;
        }

        .style9 {
            font-size: small;
            width: 123px;
        }

        .footer {
            background-color: #3399FF;
            color: #FFFFFF;
            clear: both;
            text-align: center;
        }
        /*copied style4, in order to use class name for this particular attribute*/
        .siteId{
            font-size: small;
        }
        html, body{
            /*height: 100%;*/
            margin: 0px;
            padding: 0px;
           
        }

        .ServiceIcons {
            width: 50px;
            height: 40px;
            margin-top: 02px;
        }
        
        .PendingTicketIcon {
            width: 50px;
            height: 40px;
            margin-top: 02px;
        }
        .liveChat {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            background: url('../image/chatsample.JPG');
            background-size: 100% 100%;
        }

        .requestCallBackDiv {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            background: url('../image/CallBACK_Number.png');
            background-size: 100% 100%;
        }

        .clickToCall {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            background: url('../image/CallInProgress.JPG');
            background-size: 100% 100%;
        }

        .LogServiceDeskDiv {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            /*background: url('../image/NavigateServiceDesk.PNG');*/
            background-size: 100% 100%;
        }

        .ReportDiv {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            background: url('../image/Report.PNG');
            background-size: 100% 100%;
        }
         .PendingTicketDiv {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            background: url('../image/PendingTicket.PNG');
            background-size: 100% 100%;
        }
        .callGenieDiv {
            position: absolute;
            display: none;
            width: 500px;
            height: 215px;
            top: 82px;
            left: 5px;
            background-repeat: no-repeat;
            background-color: Gray;
            /*background: url('../image/CallGenie.png');*/
            background-size: 100% 100%;
        }

        .style10 {
            color: #FFFFFF;
        }

        #selectCountry {
            border: 1px;
        }
        
        
        /*Bootsrap OverRide NavBar and footer css*/
        .navbar-default {
  background-color: #e74c3c;
  border-color: #c0392b;
}
.navbar-default .navbar-brand {
  color: #ecf0f1;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #ffbbbc;
}
.navbar-default .navbar-text {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a {
  color: #ecf0f1;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #ffbbbc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #ffbbbc;
  background-color: #c0392b;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #ffbbbc;
  background-color: #c0392b;
}
.navbar-default .navbar-toggle {
  border-color: #c0392b;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #c0392b;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ecf0f1;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ecf0f1;
}
.navbar-default .navbar-link {
  color: #ecf0f1;
}
.navbar-default .navbar-link:hover {
  color: #ffbbbc;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ecf0f1;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffbbbc;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffbbbc;
    background-color: #c0392b;
  }
}




#footer {
     height: 30px;
    background-color: #e74c3c;
    
    color: white;
    bottom: 0;
    left: 0;
    right: 0;
    position:fixed;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
        
        
    
        
        