/* Popup - TAC-49 - not moved to git */
.popup {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.5);
            box-shadow: 0 0px 10px rgba(0,0,0,.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    max-height: 90%;
    max-width: 90%;
    padding: 20px 0;
    position: fixed;
    top: -100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
    transition: top 0.5s ease;
    width: 640px;
    z-index: 999;
}

.popup__inner {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 60px;
}

.popup.visible {
    top: 50%;
}


button.popup-close {
    padding: 10px 15px;
    position: absolute;
    right: 0;
    top: 0;
    background: #009ce0;
    display: inline-block;
    font-family: "Circular-Pro-Bold-S", sans-serif;
    font-weight: normal;
    color: #fff;
    -webkit-transition: .2s all ease-in;
    -o-transition: .2s all ease-in;
    transition: .2s all ease-in;
    border: 0;
}

button.popup-close:hover,
button.popup-close:focus {
    background: #00507a;
}

button.popup-close:before {
    content: 'X';
}
/* /Popup - TAC-49 */

/* all moved into git - KK */

.showpdf{
   padding: 0 0 10px 20px !important;
    background: url(https://taccorporate.com.au/__data/assets/git_bridge/0010/191692/static/styles/mysource_files/icon-atlas.png) 0px 0px no-repeat transparent;
        background-position: 0 -44px;
}

.downloadpdf{
    float:right;
}

table.no-border,
table.no-border td,
table.no-border th,
table.no-border tr {
    border: none;
}
.inside table.no-border thead tr {
 border: none;
}

.inside table.no-border {
 font-family: inherit;
}

.inside .contentwrapper .content table td {
    vertical-align: top;
}

.valignmiddle {
        vertical-align: middle;
}
.valignmiddle table td{
        vertical-align: middle;
}


.home .graphs .fatalities_current_year{
    background: #454a57 none repeat scroll 0 0;
    margin-top: 30px;
}
.home .graphs .fatalities_current_year.higher_fatalities{
    margin-top: 0px;
}

.home .graphs .fatalities_past_year.higher_fatalities  {
    background: #2d2d37 none repeat scroll 0 0;
    padding-top: 40px;
    margin-top:0px;
}


/* Added to fix media contacts in RHS of Media room -BH */
 .rhs-media-contacts li {
    list-style-type: none;
      padding: 0px 0px 15px 5px;
}
        .rhs-media-contacts ul {
                padding: 0px 

}

/* Added to get the road toll graph working on statistics */

   .graphs {
    overflow: hidden;
  }
  
  .road-toll {
    margin: 0 10px;
    float: left;
  }
    
  .graphs > div {
    float: left;
    width: 50%;
    min-width: 100px;
    max-width: 110px;
    color: #fff;
    padding: 10px 0 10px 10px;
  }
  
  .graphs .fatalities_current_year.higher_fatalities {
    background: #454a57;
    padding-top: 40px;
  }
   .graphs .fatalities_past_year {
    background: #2d2d37;
    margin-top: 30px;
  }
    
.graphs .fatalities_current_year{
    background: #454a57 none repeat scroll 0 0;
    margin-top: 30px;
}
.graphs .fatalities_current_year.higher_fatalities{
    margin-top: 0px;
}

.graphs .fatalities_past_year.higher_fatalities  {
    background: #2d2d37 none repeat scroll 0 0;
    padding-top: 40px;
    margin-top:0px;
}
  

/* myTAC menu item required css */

    .mytac-header{
      background:#f2f2f2;
      color:#000000;
      font-size:0.5em!imporatant
    }
    .mytac-header a{
      color:#000000;
    }
    
    .mytacLinkText{
            color:#000000;  
        
    }
    
    .mytacLinkText a{
            color:#000000;  
    }
    .mytac-header:hover{
      color:#000000;
      background:#5c5c63;
    }
    
    
    
        
    
    
@media (min-width: 30em) {


  #main-nav-container .secondary li {
    font-size: 1em;

}

    #main-nav-container > li {
    font-size: 0.93em;
    padding: 0 14px;
    }
    #main-nav-container {
        width: 63.5em; 
    }

    .mytaclogo{
        display:inline-block;
        
    }

    .mytaclogoimg{
        v-align:middle;
        display:inline-block;
        float:left;
        height:auto;
        width:auto; 
        max-width:60px;
        padding-top:25px
        
    }
    
}


 #main-nav-container > li.menuMyTAC:hover {
  background: #ffffff;
}
.mytaclogoimg{
    padding-top:20px
    
}
    
.bottom-line{
    border-bottom: 1px solid #c9c9c9;
}

#main-nav-container .container .myTACfeature {
    width: 35%;
    margin-left: 25px;
    float: right;
}
  
#main-nav-container .container .myTACfeatureSmall {
    width: 18%;
    float: left;
}
  
@media only screen and (min-width: 30em) and (max-width: 1025px) {
      #main-nav-container .container .myTACfeature {
        padding-right: 30px;
      }
}  
/* END myTAC menu item required css */

/**  Outage Styles **/

.outage-callout-warning {
    border-left-color: #aa6708;
}
.outage-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    padding: 20px;
}
/** END Outage Styles **/


/**  Listing Icon  Styles **/
    
    .listing-float-icon{
        top: -20px;
        position: relative;
    }
    .listing-floating-icon{
        
        display:block;
        margin-left: auto;
        margin-right: auto;
        
    }
    
/**  Listing Icon Styles **/

/********** FIX FOR CSP ********************/
@media (min-width: 30em) {

.inside .contentwrapper .content {
    display: inline-block;
    position: relative;
    max-width: calc(100% - 200px);
}
}


/********** FIX FOR text link ********************/
  .landing .contentwrapper .content .child-pages .col1 .child-page-box .heading a{color:#000000;}
  .child-page-box h3 a{color:#000000;}
  .tabs a{color:#000000;}
  a{color:#009ce0;}
  