﻿body {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    /*background: url(../img/IpswichBG.jpg);*/
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding: 5px;
}

td, th {
    padding: 5px;
}

tr:nth-child(even) {
    background: #CCC
}

tr:nth-child(odd) {
    background: #FFF
}

h1 {
    text-align: center;
}

.clear {
    clear: both;
}

#logoutUser {
    padding-top: 5px;
    padding-right: 10px;
}

#mainContainer {
   
    clear: both
}

#heading1 {
    width: 75%;
    margin-top: 5%;
}

#ipswichimgo {
    margin-top: -27px;
    margin-left: 369px;
    position: relative;
    height: 71px;
}

#responsesModal {
    z-index: 2000 !important;
}

#InfoDivMessage {
    /*position: fixed;
    top: 0;
    right: 0;
    z-index:9999 !important;*/
}

#EmergencyImage {
    width: 69%;
    top: 89px;
    left: 380px;
    position: absolute;
}

.lfloat {
    float: left;
}

.rfloat {
    float: right;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.legend div {
    margin: 2px;
}

.legend img {
    width: 28px;
    height: 34px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.sidenav {
    height: 100%;
    width: 100%;
    float: left;
    z-index: 1;
    top: 0;
    left: 0;
    padding-top: 20px;
    list-style-type: none;
    padding-left: 0;
    border-right: solid thin #9be6ec;
}

.modal-backdrop {
    z-index: 0;
}

.modal-backdrop {
    width: 100% !important;
}

.sidenav li a, .sidenav li a:hover, .sidenav li a:active {
    color: #082130;
}

.sidenav li {
    padding: 1px 3px;
    font-size: 18px;
    /* font-weight: 600; */
    /* line-height: 23px; */
    display: block;
    transition: background .3s ease;
    border-bottom: 3px solid transparent;
    /* margin-left: -6px; */
    /* padding-bottom: 7px; */
    /* height: 65px; */
    padding: 10px;
    /* margin-top: -16px; */
}

    /* Add a color to the active/current link */
    .sidenav li.active {
        background-color: #9be6ec;
    }

    .sidenav li:hover {
        background-color: #9be6ec;
    }
/*********Header style starts***********/

.topRibbon {
    width: 100%;
    background-color: #000;
    color: #fff;
    float: left;
    height: 20px;
}

.logo {
    /*padding:10px 15px;
    float:left;
    width:100%;   
    margin-bottom: -80px;
    height:120px;*/
}

    .logo h1 {
        float: right;
        color: #085239;
    }

.banner img {
    width: 100%;
    position: absolute
}

header .navbar {
    background-color: white;
    line-height: 45px;
    /*height: 60px;
    border:0px!important;*/
    border-radius: 0;
    margin-bottom: 0px !important;
}

#header {
    /*min-height: 80px;*/
    /*min-height: 110px;
    background-color: #061b56;*/
}

.container-fluid {
    padding: 0px;
}

#menuItems {
    background: #111111;
    float: left;
    width: 75%;
    padding: 0;
}

#watersewerinteruptions {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6D9AD1;
}

    #watersewerinteruptions .icons {
        width: 5%;
    }

    #watersewerinteruptions .briefInfo {
        display: flex;
        align-items: center;
        width: 35%;
    }

    #watersewerinteruptions .infoNumbers {
        width: 25%;
    }

    #watersewerinteruptions .briefInfo .infoDesc .updateInfo {
        color: white;
    }

#onlineServices {
    float: right;
    background: #f2cb65;
    width: 25%;
    text-align: center;
}

    #onlineServices div {
        height: 60px;
        width: 100%;
    }

    #onlineServices a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        height: 60px;
        padding-top: 10px;
        display: block;
    }

.topTabRow {
    display: flex;
}

.topTab {
    flex-grow: 1;
    margin: .5rem;
    border-radius: 5px;
    cursor: pointer;
    color: white;
}

.bottomLinksRow {
    display: flex;
  
}

.bottomLinksItem {
    flex-grow: 1;
    color: white;
}

    .bottomLinksItem > div {
        height: 100%;
    }

#powerOUtageTab {
    cursor: pointer;
    color: white;
}

/*.lang-select {
    float: right;
    margin-right: 38px;
    position: absolute;
    border-color: #fff;
    padding: 4px;
    top: 4px;
    right: 17px;
    color: white;
    background-color: #80000000;
    font-size: 18px;
}
*/
#selectLanguage option {
    color: black;
    background: #80000000;
}

header .navbar-nav {
    width: 70%;
}

    header .navbar-nav > li {
        text-align: center;
        margin: 0px;
    }


        header .navbar-nav > li > a {
            color: #7b6e6e !important;
            font-size: 11px;
            font-weight: 700;
            height: 50px;
            padding-top: 20px;
        }

header .nav > li > a:focus {
    background: #fff8e8;
}

header .nav > li.active > a, header .nav > li > a:hover {
    text-decoration: none;
    color: #000;
    background-color: #fff8e8;
}

header .navbar-toggle .icon-bar {
    background: #fff;
}


#optinNotifications {
    cursor: pointer;
}
.logoutInfo {
    text-align: right;
    margin-top: -2%;
    /*margin-top: 25%;*/
}
/*********Header style ends***********/
/*********Top tabs Links Style Starts************/
.topTabs {
    /*margin-top: 120px;*/
}

    .topTabs > .col-md-3 > div, .topTabs > .col-sm-3 > div {
        /*border:3px solid transparent;*/
        border-radius: 5px;
        float: left;
        width: 100%;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        cursor: pointer;
    }

#tabRoadHazard {
    background-color: #FC4A1A;
}

#tabWeatherWarnings {
    background-color: #39F;
}

#tabPowerOutage {
    background-color: #60BF00;
}

#tabEmergencyNews {
    background-color: #05334c;
}


    #tabRoadHazard .updateInfo, #tabWeatherWarnings .updateInfo, #tabOpenShelters .updateInfo, #tabEmergencyNews .updateInfo {
        color: #fff;
    }

.icons {
    width: 100%;
    text-align: center;
}

#tabEmergencyNews a {
    color: #fff;
    text-decoration: none;
}

.briefInfo {
    width: 100%;
}

.infoNumbers {
    font-weight: bolder;
    width: 100%;
    float: left;
    padding: 5px 5px;
    line-height: 1;
    box-sizing: border-box;
    text-align: center;
    font-size: 400%;
}

.icons img {
    width: 64px;
    height: 64px;
}

.infoDesc {
    width: 70%;
    float: left;
    /*padding: 5px;*/
    box-sizing: border-box;
    padding: 13px;
}

    .infoDesc h3 {
        margin: 0;
    }

/*.topTabs .viewMore {
    border:3px solid black;
    border-bottom:none;
    border-right:none;
    border-radius:0px;
    border-top-left-radius:5px;
    -moz-border-radius-topleft:5px;
}*/
#tabRoadHazard .briefInfo #IMSOutagestable, #firefeeds, #tabPowerOutage .briefInfo #powerOutageInfo, #tabPowerOutage .briefInfo #powerOutageInfoUP, #tabWeatherWarnings #weatherContentTop, .modal .infoDesc, .modal .infoNumbers, #tabOpenShelters .briefInfo > #activeCentersInfo, #watersewerinteruptions .briefInfo #outagestblInfo, #tabRoadHazard .briefInfo #ParkingBanInfo, #tabRoadHazard h5 {
    display: none;
}

#firefeeds {
    border: double;
}

#unplanned > h4 {
    margin-left: 23px;
}



/*********Top tabs Links Style Ends************/

/*********Maps tabs Style Starts************/

#SBox {
    padding: 8px;
    padding-left: 48px;
    width: 273px;
    border: 1px solid #f5f5f5;
    font-size: 13px;
    color: gray;
    background-image: url(/img/serach.png);
    background-repeat: no-repeat;
    background-position: left center;
    outline: 0;
    background-color: floralwhite;
    font-size: 16px;
    border-radius: 3px;
}

.pac-container {
    z-index: 10000;
}

.maps .navbar {
    margin-bottom: 0px;
    border: 3px solid #000;
    border-bottom: none;
    background: #676767;
    border-radius: 4px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.maps .navbar-nav > li > a {
    color: #fff;
    font-size: large;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li > a:active {
    text-decoration: none;
    background-color: #05334c;
    color: #fff;
}
/*.maps .nav > li > a:focus {
    background:#676767;
}*/
.maps .nav > li.active > a {
    background-color: #05334c;
}

.maps .navbar-toggle .icon-bar {
    background: #fff;
}

.mapFilterHeading {
    color: #fff;
    font-size: large;
    float: left;
    padding: 10px 15px 15px;
}

.arrow-right {
    float: right;
    width: 0;
    height: 0;
    margin-left: 10px;
    margin-top: 3px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #05334c;
}

#mapOverlay {
    height: 100%;
    width: 100%;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

    #mapOverlay div {
        margin-top: 200px;
        color: #fff;
        text-align: center
    }

#map {
    height: 600px !important;
    border: 3px solid black;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
    /* 
        pointer-events:none;   
    */
}

.leaflet-bar button {
    padding: 0;
}
/*********Maps tabs Style Ends*************/


/*********News and Wheather tabs Style Starts************/

#healthfeeds, #waterfeeds {
    margin-top: -70px;
}

#newsColumn, #weatherColumn {
    padding: 15px;
    background-color: #fff;
    float: left;
    width: 100%;
    /*margin: 10px 0 ;*/
}

.headingInfo h2 {
    float: left;
}

.updateInfo {
    font-style: italic;
    color: #666;
    font-size: 95%;
    float: left;
    clear: left;
}

.viewMore {
    cursor: pointer;
    display: none;
    background-color: #676767;
    float: right;
    padding: 5px 20px;
    color: #fff;
    clear: left;
    border-radius: 3px
}

.tempratureContainer {
    color: #1e8bcd;
}

.tempImage {
    text-align: center
}

    .tempImage img {
        width: 50px
    }

.tempNow {
    float: left;
    margin-right: 25px;
}

.temp {
    font-size: 14px;
}

.tempNow .subText {
}


.contentInfo {
    float: left;
    width: 100%;
    padding: 10px 5px;
}

.contentItem {
    border-bottom: 1px solid #666;
    margin: 5px;
    padding: 5px 0px;
    float: left;
    width: 80%;
    clear: left;
}

.textTruncate {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

.contentInfo .contentItem:last-child {
    border-bottom: none;
}

.contentItem > .contentDetail, .contentInfo .contentItem:nth-of-type(1n+4) {
    display: none;
}

.contentTitle {
    font-size: 105%;
    font-weight: bold;
}

.conItem {
    cursor: pointer;
    text-decoration: none;
}
/*#tabOpenShelters > div{ 
    background:#333;
    margin: 0 0 10px;
    cursor:pointer;
    padding: 3px;
}
#tabOpenShelters .icons {
    display:none;
}
#tabOpenShelters .infoDesc{
    color:#fff;
    width:60%
}
#tabOpenShelters .infoNumbers{
    color:#fff;
    width:40%;
    text-align: right;
    padding-right: 20px;
}
#tabOpenShelters .infoDesc h4{
    font-size: 24px;
}*/
#getPrepared {
    cursor: pointer;
    text-align: center;
    background: #333;
}

    #getPrepared a {
        color: #fff;
        text-decoration: none;
    }

    #getPrepared h3, #helpfulContactsLinks h3 {
        margin-top: 15px;
        color: #fff
    }

    #getPrepared img, #helpfulContactsLinks img {
        height: 25px;
        border: 1px solid #fff;
        border-radius: 50%;
        margin-right: 5px;
    }



#tabPowerOutage .infoNumbers {
    display: none
}

#tabPowerOutage .infoDesc {
    margin-left: 60px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #05334c !important;
}
/*********News and Wheather tabs Style Ends*************/

/*********Bottom tabs Style Starts************/

.bottomLinks > div > div {
    color: #fff;
    background-color: #104587;
    border-radius: 3px;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 17px;
  
    min-height: 53px
}

.bottomLinks a {
    color: #fff;
}

    /*#Opt_in:hover {
    background-color:red;
}*/



    .bottomLinks a:hover, .bottomLinks a:active, .bottomLinks a:focus {
        text-decoration: none;
    }

.bottomLinks img {
    margin-right: 5px;
    height: 25px;
}

#riverHeightLinks img, #socialMediaLinks img {
    height: 27px
}



.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    margin: 0 auto;
}

.plannedoutages {
    float: left;
    height: 42px;
    vertical-align: text-top;
    margin-top: -11px;
}

    .plannedoutages h4 {
        font-size: unset !important;
    }

.plannedoutages1 h4 {
    font-size: unset !important;
    margin-top: -29px;
    float: left;
    margin-left: -31px;
}

.outagesplan {
    background-color: transparent !important;
}

.fireimg1 {
    height: 27px !important;
}

.plannedimg {
    margin-left: 1px !important;
    height: 28px !important
}

.specificheight {
    height: 37px
}

#helpfulContactsLinks img {
    height: 25px;
    margin-top: 2px
}

.specificheight .fireimg {
    height: 29px !important;
    margin-left: -5px;
    width: 34px;
    margin-right: -2px;
}


.cameraimg {
    height: 23px !important;
    margin-top: 2px;
    width: 30px;
    margin-right: 8px !important;
}

#SocialmediaColumn {
    background-color: #fff;
    border-radius: 5px;
}

.tab-content {
    /*height: 500px;
    overflow-y: scroll;*/
    overflow-x: hidden;
}


.newsAndWheather .bottomLinks > div > div, .newsAndWheather .bottomLinks a {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    display: block;
    cursor: pointer;
    text-align: center;
}

/******Google Translator*******/
.goog-te-gadget {
    color: transparent !important;
}

#google_translate_element {
    background-color: #104587;
    width: 100%;
    height: 36px;
    border-radius: 3px;
}

.goog-te-gadget .goog-te-combo {
    margin: -1px 0 !important;
    width: 100%;
    height: 30px;
    /* padding: 1px; */
    background-color: #104587;
    border: none;
    color: white;
    font-size: 19px;
}

.goog-logo-link {
    display: none !important;
}
/*********Bottom tabs Style Ends************/

/*********Modal Style Starts**********/
#myModal {
    z-index: 1999;
}

.modal-body {
    padding: 15px;
    float: left;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

#myModal .modal-title {
    text-align: center;
    color: #fff;
}

.acknowledgement {
    font-style: italic;
    color: #999;
    font-size: 90%;
    float: left;
}

#laptop {
    display: block
}

#ipadView {
    display: none
}

#mobileView {
    display: none
}
/*********Modal Style Ends************/
/*********footer Style Starts**********/


.racqLogo {
    margin-top: -45px;
    width: 114px;
}

.stayConnected img {
    width: 20px;
    margin-right: 3px;
}

footer a:focus, footer a:hover {
    color: #fff;
}
/*********footer Style Ends************/

/*********Media Query Starts*********/
@media (max-width: 767px) {
    #watersewerinteruptions .infoNumbers {
        width: 30%;
    }

    #watersewerinteruptions .briefInfo {
        width: 100%;
    }

    .topTabRow {
        flex-direction: column;
       /* min-height: 150px;
        row-gap: 5px;*/
    }

    .bottomLinksRow {
        min-height: 53px;
    /*    row-gap: 5px;*/
        flex-direction: column;
    }

    .lang-select {
        float: right;
        margin: 6px;
        position: sticky;
        width: auto;
        top: 2px;
        right: 0;
        color: black;
        background-color: #80000000;
        font-size: 15px;
    }

    #menuItems, #onlineServices, header .navbar-nav > li {
        /*width:100%;*/
    }

    #header {
        /*min-height: 182px;
        background-color: #061b56;*/
    }

    #heading1 {
        position: relative;
        margin-top: 0px;
    }

    #unplanned > h4 {
        margin-left: 66px;
    }

    .plannedoutages h4 {
        font-size: 19px !important;
    }

    #ipswichimgo {
        height: 45px;
    }

    #tabPowerOutage .icons {
        margin-left: 190px;
    }

    #tabPowerOutage .infoDesc {
        margin-left: 60px;
    }

    #tabPowerOutage .updateInfo {
        margin-left: 60px;
    }

    #onlineServices {
        float: none;
        margin: 0 auto;
    }

    
    #optinNotifications > div {
        padding-top: 2%;
    }

    #optinNotificationsFrench > div {
        padding-top: 1%;
    }

    #onlineServices div {
        height: 60px;
        width: 70%;
        float: left;
    }

    #laptop {
        display: none
    }

 

    #ipadView {
        display: none
    }

    #mobileView {
        display: block
    }

    .col-md-4 > div, .col-sm-4 > div {
        margin: 2px 0;
    }

    #map {
        height: 400px !important;
    }

    .infoDesc h3 {
        font-size: 150%;
    }

    .topTabRow .briefInfo {
        font-size: 75%;
    }

    .bottomLinks > div > div {
        padding: 7px;
        padding-top: 0%;
    }

    .bottomLinks img {
        height: 25px
    }

    #tabPowerOutage > div > div {
        padding-top: 2% !important;
        margin-top: 0%;
    }

    .plannedoutages {
        font-size: 14px;
        margin-left: -4px;
    }

    .specificheight {
        height: 37px;
    }

    .fireimg1 {
        margin-right: 3px !important;
    }

    .plannedimg {
        margin-left: -1px !important;
        height: 26px !important
    }

    #helpfulContactsLinks img {
        height: 25px;
        margin-top: 2px
    }

    #riverHeightLinks img, #socialMediaLinks img {
        height: 25px;
    }

    .specificheight .fireimg {
        height: 26px !important;
        margin-left: -5px;
        width: 36px;
        margin-right: 0px;
    }

    .cameraimg {
        height: 17px !important;
        margin-top: 2px;
        width: 17px;
        margin-right: 8px !important;
    }

    .plannedoutages1 h4 {
        font-size: 19px !important;
        margin-top: -4px;
        float: left;
        margin-left: -64px;
        margin-bottom: -13px;
    }

    .logoutInfo {
        text-align: right;
        margin-top: 0%;
    }

    #ipswichimgo {
        margin-top: -9px;
        margin-left: 40px;
        position: relative;
        height: 45px;
    }

    #google_translate_element {
        background-color: #104587;
        width: 100%;
        height: 27px;
        border-radius: 3px;
    }

    .goog-te-gadget .goog-te-combo {
        margin: -1px 0 !important;
        width: 100%;
        height: 20px;
        /* padding: 1px; */
        background-color: #104587;
        border: none;
        color: white;
        font-size: 19px;
    }

    #infoNumbersWarnings {
        margin-left: 0% !important
    }

    #logoutUser {
        clear: both !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .logo {
        /*margin-bottom: -21px;*/
    }

    #heading1 {
        margin-top: 13%;
    }

    #ipswichimgo {
        height: 45px;
    }

    .bottomLinks > div > div, .bottomLinks a {
        font-size: 12px;
    }

    plannedoutages h4 {
        font-size: 14px !important;
    }

    .infoDesc h3 {
        font-size: 150%;
    }

    .topTabRow .briefInfo {
        font-size: 75%;
    }

    .infoDesc {
        width: 73%;
    }

    .mapFilterHeading {
        padding: 10px;
        font-size: medium;
    }

    .navbar-nav > li > a {
        padding: 15px 10px;
        font-size: medium;
        font-weight: normal;
    }

    .tempImage img {
        width: 25px
    }

    .temp {
        font-size: small;
    }

    /*#tabOpenShelters > div {
        padding: 10px;
    }*/

    .specificheight {
        height: 30px;
        font-size: 19px
    }

    #riverHeightLinks img, #socialMediaLinks img {
        height: 19px;
    }

    #helpfulContactsLinks {
        height: 62px;
    }

    .fireimg1 {
        height: 20px !important;
    }

    .plannedimg {
        margin-left: 1px !important;
        height: 21px !important
    }

    .specificheight {
        height: 30px
    }

    #helpfulContactsLinks img {
        height: 17px;
    }

    .specificheight .fireimg {
        height: 21px !important;
        margin-left: -5px;
        width: 23px;
        margin-right: -2px;
    }


    .cameraimg {
        height: 17px !important;
        margin-top: 2px;
        width: 23px;
        margin-right: 8px !important;
    }

    .h4, h4 {
        font-size: 16px;
    }

   

  


    .plannedoutages1 {
        margin-bottom: -10px;
    }

    .plannedoutages h4 {
        font-size: 14px !important;
    }

    .bottomLinks img {
        height: 19px;
    }

    .logoutInfo {
        text-align: right;
        /*margin-top: 50%;*/
    }

    .plannedoutages1 h4 {
        font-size: 14px !important;
        margin-top: -23px;
        float: left;
        margin-bottom: -25px;
        margin-left: -10px;
    }

    #ipswichimgo {
        margin-top: -9px;
        margin-left: 40px;
        position: relative;
        height: 45px;
    }

    #laptop {
        display: none
    }

    #ipadView {
        display: none
    }

    #mobileView {
        display: block
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .infoNumbers {
        font-size: 300%;
    }

    .logo {
        /*margin-bottom: -23px;*/
    }

    #heading1 {
    }


    #unplanned > h4 {
        margin-left: 7px;
    }

    .bottomLinks img {
        height: 25px;
    }

    #ipswichimgo {
        height: 45px;
    }

    .infoDesc {
        width: 73%;
    }

    .bottomLinks {
        font-size: 145%;
    }

    .h4, h4 {
        font-size: 16px;
    }

    .bottomLinks > div > div, .bottomLinks a {
        font-size: 16px;
    }

    #map {
        height: 500px !important;
    }

    .specificheight {
        font-size: 19px
    }

    #laptop {
        display: none
    }

    #ipadView {
        display: block
    }

    #mobileView {
        display: none
    }

    .logoutInfo {
        text-align: right;
        /*margin-top: 40%;*/
    }

    header .navbar-nav {
        width: 90%;
    }

    #ipswichimgo {
        margin-top: -9px;
        margin-left: 40px;
        position: relative;
        height: 45px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .bottomLinks {
        font-size: 150%;
    }

    #laptop {
        display: block
    }

    #ipadView {
        display: none
    }

    #mobileView {
        display: none
    }

    #ipswichimgo {
        /* margin-bottom: 119px; */
    }

    #heading1 {
    }

    .logoutInfo {
        text-align: right;
        /*margin-top: 30%;*/
    }
}


@media (min-width: 1200px) and (max-width: 1460px) {

    header .navbar-nav {
        width: 80%;
    }

    #ipswichimgo {
        margin-top: -9px;
        margin-left: 150px;
        position: relative;
        height: 45px;
    }
}

/*********Media Query Ends*********/


.logout {
    /*margin-top:-10px;
    margin-right:1%;*/
}

.infoMsg {
    position: fixed;
    right: 0;
    width: 300px;
    border: 3px solid #73AD21;
    top: 12px;
}

