html, body {
    height: 100%;
    width: 100%;
    background-color: #fff;
}
.side_menu {
    padding-top: 70px;
}
.progression_map {
    z-index: 0;
    width: 100%;
    height: 100%
}
h1,
h2,
h3 {
    margin-top: 0;
}
#inspectionReportsTable {
    overflow-y: auto;
}
#showClosestSchoolsTable,
#clearClosestSchoolsTable,
#schoolListTable,
#alertClicked {
    display: none;
}
.chart {
    width: 100% !important;
    height: 350px;
    margin-top: 15px;
    margin-bottom: 15px;
}
#showClosestSchoolsTable {
    margin-bottom: 15px;
}
#mainNavigation {
    border: none;
    background: #333;
}
#mainNavigation .navbar-brand {
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#mainNavigation .navbar-brand small {
    display: block;
    font-size: 14px;
}
h1 {
    font-size: 24px;
    font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.navbar-default .navbar-nav {
    color: #333;
    font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #000;
}
.navbar-default .navbar-nav > .active > a {
    background: #EDEDED;
}
#backtoit {
    width: 200px;
    height: auto;
    margin-top: 5px
}
#showHowToUseMap {
    text-decoration: none;
    display: none;
}
.col-md-3 {
    padding-bottom: 20px;
}

#root .map-container,
#searchbyinstitution .map-container {
    padding: 0;
}

.navbar-header {
    background: #333;
    padding: 5px 5px 0 5px;
}

#navbar .nav  li a .fa {color: #ffffff;}
#navbar .nav  li a span {display: none;}
#navbar .nav li.active a .fa {color:#000000;}
.navbar-default .navbar-nav > li > a {color:#ffffff;}
.navbar-default .navbar-nav > li > a:hover {color:#ffffff;}

.row-header-padding {
    padding-top: 80px;
}
.row-footer-padding {
    padding-bottom: 59px;
}

#bigmac {
  margin:10px 10px 0 0;
  float:right;
  display:block;
  width: 30px;
  height: 21px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#bigmac span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


/* Icon 3 */
#bigmac span:nth-child(1) {
  top: 0px;
}

#bigmac span:nth-child(2),
#bigmac span:nth-child(3) {
  top: 9px;
}

#bigmac span:nth-child(4) {
  top: 18px;
}

#bigmac.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#bigmac.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bigmac.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#bigmac.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {border}
.legend ul {margin:0; padding:0;list-style:none;}
.legend ul li span {font-weight:bold;margin:0 5px 0 0;}
.legend ul li.thirdOnly span {color:#3669C9;}
.legend ul li.universityOnly span {color:#DA3B21;}

.map-legend .legend-scale ul {margin: 0; padding: 0; float: left; list-style: none; width: 50%}
.map-legend .legend-scale ul li {display: block; float: left; width: 20%; margin-bottom: 6px; text-align: center; font-size: 80%; list-style: none;}
.map-legend ul.legend-labels li span {display: block; float: left; height: 15px; width: 100%;}
#searchByInstitutionMapKey.map-legend .legend-scale ul {width: 100%}
#searchByInstitutionMapKey.map-legend .legend-scale ul li {width: 33.3%;}

.revealMe {display:none;}
#expandMe {border-right:solid 1px #cccccc; display: block;}
#resetMapFilters {display: block;}
#expandMe, #resetMapFilters {float:left;}
.form-group:after {
  content: "";
  display: table;
  clear: both;
}
h3 {font-size:24px;font-family: "DINWeb-medium", Arial, Helvetica, sans-serif; font-style:normal; font-weight: normal;}
.explanation-template ul {margin:0 0 59px 0;padding:0;list-style:none;border-top:solid 1px #f1f1f1}
.explanation-template ul li {padding:10px 5px;border-bottom:solid 1px #f1f1f1}
.infoBox {background-color:#FFFFFF; opacity:.9; font-size:12px; border-radius:5px 5px 5px 5px; -moz-border-radius:5px 5px 5px 5px; -webkit-border-radius:5px 5px 5px 5px;box-shadow:0 0 10px #000000; padding:15px;}

/* Fix for width where value is large */
.form-group .select2-container {position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; display: table; table-layout: fixed;}

.error-template {padding: 100px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

.explanation-template, .get-started-intro, .quick-search-wrapper  {padding: 100px 12px 0 12px;text-align: left;}

.footer .nav, .alert-group {display:none;}

.desktop {display:none;}

.side_menu {
    position: absolute;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
.leaflet-control-zoom {
    bottom: 50px;
    right: 10px;
}

.school-legend-wrapper,
.institution-legend-wrapper {
    bottom:60px;
    background: #ffffff;
    z-index:100;
    height:60px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    padding-top: 15px;
}

#showFilters,
#showYearFilters {
    float: left;
    text-decoration: none;
    display: block;
    padding: 3px 0;
    font-family: "DINWeb-medium", Arial, Helvetica, sans-serif;
    font-style:normal;
    font-weight: normal;
}
#searchBySchoolLegend,
#searchByInstitutionLegend {
    float: right;
    margin: 5px 0;
    width: 50%;
}
#searchBySchoolLegend .legend-scale,
#searchByInstitutionLegend .legend-scale {
    padding: 0 3px;
    color: #fff;
    font-size: 11px;
}
#searchBySchoolLegend .legend-scale {
    background: #b30404; /* Old browsers */
    background: -moz-linear-gradient(left,  #b30404 0%, #de1515 11%, #f6380b 22%, #f67809 33%, #f67809 33%, #f67809 33%, #f8ac07 44%, #f4cf00 55%, #d9ff03 66%, #b3e500 77%, #2bf110 88%, #22b50d 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #b30404 0%,#de1515 11%,#f6380b 22%,#f67809 33%,#f67809 33%,#f67809 33%,#f8ac07 44%,#f4cf00 55%,#d9ff03 66%,#b3e500 77%,#2bf110 88%,#22b50d 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #b30404 0%,#de1515 11%,#f6380b 22%,#f67809 33%,#f67809 33%,#f67809 33%,#f8ac07 44%,#f4cf00 55%,#d9ff03 66%,#b3e500 77%,#2bf110 88%,#22b50d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30404', endColorstr='#22b50d',GradientType=1 ); /* IE6-9 */
}
#searchByInstitutionLegend .legend-scale {
    background: #2dfc34; /* Old browsers */
    background: -moz-linear-gradient(left,  #2dfc34 0%, #f2fc2d 50%, #ff0d25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #2dfc34 0%,#f2fc2d 50%,#ff0d25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #2dfc34 0%,#f2fc2d 50%,#ff0d25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2dfc34', endColorstr='#ff0d25',GradientType=1 ); /* IE6-9 */
}

#mobileSearchSchoolExtras,
#institutionSearchExtras {
  background:#ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top:10px;
  position: absolute;
  width:100%;
  background-color:rgba(0,0,0,0.5);
}

#mobileSearchSchoolExtras .form-group {
  padding-left: 10px;
  width: 49%;
  float: left;
}


.filter-active {
    bottom: 110px;
}
.filter-year-active {
    bottom: 115px;
    padding: 10px 10px 0 10px;
}

.info-panel p {color:#ffffff;}

.footer {
  display: block;
  position: fixed;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.full-width {
    width: 100%;
}
.full-height {
    height: 100%;
}
.float-right {
    float: right;
}

body[id^=sitemap] .school-legend-wrapper,
body[id^=sitemap] .institution-legend-wrapper,
body[id^=sitemap] #institutionSearchExtras,
body[id^=sitemap] #mobileSearchSchoolExtras {
    display: none;
}

#searchbyinstitution .school-legend-wrapper {display: none;}
#root .institution-legend-wrapper {display: none;}
.sharknado-school-details .map-container { width:100%}
.sharknado-school-details .side_menu {display:none;}
.sharknado-school-details .map-container {padding-top:80px;}

.sharknado-school-details .school-legend-wrapper,
.sharknado-school-details #mobileSearchSchoolExtras,
.sharknado-school-details .institution-legend-wrapper,
.sharknado-school-details #institutionSearchExtras {display: none;}

.mytable {width:100%;border:0;}
.mytable th, .mytable td {width:50%;padding:8px;border-bottom:solid 1px #dddddd;}
.mytable tr:nth-child(even) {background:#f9f9f9}
.mytable ahead th {background:#666}

.fa { color:#cc0000; }
#inspectionReports ul {margin:0;padding:0;list-style:none;}
#inspectionReports ul li {border-bottom:solid 1px #dddddd;}
#inspectionReports ul li a {padding:8px;display:block;}
.row {
    margin:0;
}

/* Mobile */
@media screen and (max-width : 767px) {
    #bigmac {display: block;}
    #navbar .nav  li a span {display: inline;}
    .navbar-default .navbar-collapse {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.7);
    }
}

@media screen and (max-width : 991px) {
    .devices-remove-padding {
        padding:0;
    }
    .devices-remove-margin {
        margin:0;
    }
    .side_menu {
        width: 100%;
    }
}
@media screen and (min-width : 992px) {
    .side_menu {
        position: static;
        background-color: rgba(255, 255, 255, 1.0);
        z-index: 0;
        padding-left: 0;
    }

    .col-md-3 { border-right:solid 1px #ededed;}
    .col-md-3:last-child { border-right:0;}

    .controls .map-container { width:100%}
    #searchbyinstitution .map-container, #root .map-container {width:75%;}
    #navbar .nav  li a span {display: inline;}

    .telphone {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #000;
    }

    #mobileSearchSchoolExtras, #institutionSearchExtras {display:none;}
    .info-panel p {color:#515151;}
    .mobile {display:none;}
    .desktop {display: block;}
    .footer .school-legend-wrapper, .footer .institution-legend-wrapper {display: none;}
    #mobileSearchSchoolExtras {display:none;}
    .alert-group {display:block;}
    .side_menu {max-height: 100%; overflow-y: auto;}
    #showClosestSchoolsTable {margin-bottom: 0;}
    .map-legend .legend-scale ul {width: 100%}
    .footer {
        display: block;
        bottom:0;
        width: 100%;
        /* Set the fixed height of the footer here */
        height: 60px;
        line-height: 30px;
        background-color: #F5F5F5;
    }
    .footer .nav {
        list-style:none;
        margin:0;
        padding:0;
        text-align:center;
        display:block;
    }
    .footer .nav li{
        display: inline;
        border-right: solid 1px #CCC;
    }
    .footer .nav a {
        display: inline-block;
        padding: 0 10px;
        color: #666;
    }
    .footer .nav li.last {border:0;}
    .mapInfo {display: none;}

    #root #showHowToUseMap,
    #searchbyinstitution #showHowToUseMap {
        display: inline;
    }
}

@font-face {
    font-family: 'DINWeb-Bold';
    src: url('//irishtimes-irishtimes.cdn.zephr.com/assets/fonts/DINWeb-Bold.eot');
    src: url('//irishtimes-irishtimes.cdn.zephr.com/assets/fonts/DINWeb-Bold.eot?#iefix') format('embedded-opentype'),
         url('//irishtimes-irishtimes.cdn.zephr.com/assets/fonts/DINWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'DINWeb-Medium';
    src: url('//irishtimes-irishtimes.cdn.zephr.com/assets/fonts/DINWebPro-Medium.eot');
    src: url('//irishtimes-irishtimes.cdn.zephr.com/assets/fonts/DINWebPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('//irishtimes-irishtimes.cdn.zephr.com/assets/fonts/DINWebPro-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
