/*

* Override Pages default styles or create your own styles here

*/

amplify-button > button {
  background-color: #90c039;
}

html, body {
  height: 100%;
}

.app-flex {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  max-width: 1320px;
  margin: auto;
}

.app-flex-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  height: 100%;
}

.app-header {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  background-image:linear-gradient(white 80%, lightgrey);
}
.app-content {
  flex-grow: 1;
  background-color:lightgrey;
}

.inheritAll {
  all: inherit;
}

.assetBox {
    background: #202328;
    position: relative;
    box-shadow: 10px 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 6px ;
}
.assetTable {
    position: relative;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 5px 10px 10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 5px 10px 10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.22);
}
.assetGraph {
    position: relative;
    box-shadow: 5px 10px 10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.22);
    -webkit-box-shadow: 5px 10px 10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.22);
    -moz-box-shadow: 5px 10px 10px rgba(0,0,0,0.1), 0 10px 10px rgba(0,0,0,0.22);
}
.asset-icon {
	width: 100px;
	height: 100px;
}
.asset-icon-thumb {
	width: 30px;
	height: 30px;
}
.exportList{
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  margin: 2px;
}
.export{
  list-style-type: none;
  padding: 0px;
  margin: 6px;
  line-height: 20px;
}
.iframeContainer {
	position: fixed;
	width: 96%;
	height: 95%;
}
.map_iframe {
	margin: 1rem;
	width: 98%;
	height: 85%;
}

.map {
	width: 98%;
	height: 85%;
	margin: 1rem;
}
.mainContainer {
	float: left;
	width: 95%;
	height: 100%;
}

/* Export Button */
.exportButton {
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

/*These are the button classes for the buttons on the assetMain page */

.exportButtonDrainage{
  background: #3498db;
  background-image: linear-gradient(to bottom, #3498db, #0B2F77);
}
.exportButtonDrainage:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}
.exportButtonTree{
  background: #18420f;
  background-image: linear-gradient(to bottom, #2d862d, #244C00);
}
.exportButtonTree:hover {
  background: #3cb0fd;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}

.exportMonth {
  display: inline-block;
  width: 75%;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #0B2F77);
  background-image: -moz-linear-gradient(top, #3498db, #0B2F77);
  background-image: -ms-linear-gradient(top, #3498db, #0B2F77);
  background-image: -o-linear-gradient(top, #3498db, #0B2F77);
  background-image: linear-gradient(to bottom, #3498db, #0B2F77);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.exportMonth:Hover {
  transform: scale(1.1);
}

.exportMonthBridge {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #676783, #31314D);
  background-image: -moz-linear-gradient(top, #676783, #31314D);
  background-image: -ms-linear-gradient(top, #676783, #31314D);
  background-image: -o-linear-gradient(top, #676783, #31314D);
  background-image: linear-gradient(to bottom, #676783, #31314D);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}

.exportTrees {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #2d862d, #244C00);
  background-image: -moz-linear-gradient(top, #2d862d, #244C00);
  background-image: -ms-linear-gradient(top, #2d862d, #244C00);
  background-image: -o-linear-gradient(top, #2d862d, #244C00);
  background-image: linear-gradient(to bottom, #2d862d, #244C00);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.exportGrass {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #89c550, #407213);
  background-image: -moz-linear-gradient(top, #89c550, #407213);
  background-image: -ms-linear-gradient(top, #89c550, #407213);
  background-image: -o-linear-gradient(top, #89c550, #407213);
  background-image: linear-gradient(to bottom, #89c550, #407213);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.exportGrit {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #b3b300, #656500);
  background-image: -moz-linear-gradient(top, #b3b300, #656500);
  background-image: -ms-linear-gradient(top, #b3b300, #656500);
  background-image: -o-linear-gradient(top, #b3b300, #656500);
  background-image: linear-gradient(to bottom, #b3b300, #656500);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.exportMonthBeacon {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #D99820, #845600);
  background-image: -moz-linear-gradient(top, #D99820, #845600);
  background-image: -ms-linear-gradient(top, #D99820, #845600);
  background-image: -o-linear-gradient(top, #D99820, #845600);
  background-image: linear-gradient(to bottom, #D99820, #845600);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthBeacon:Hover {
  transform: scale(1.1);
}
.exportMonthCrash {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #7C7972, #474541);
  background-image: -moz-linear-gradient(top, #7C7972, #474541);
  background-image: -ms-linear-gradient(top, #7C7972, #474541);
  background-image: -o-linear-gradient(top, #7C7972, #474541);
  background-image: linear-gradient(to bottom, #7C7972, #474541);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthCrash:Hover {
  transform: scale(1.1);
}
.exportMonthLitter {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #158C5C, #005633);
  background-image: -moz-linear-gradient(top, #158C5C, #005633);
  background-image: -ms-linear-gradient(top, #158C5C, #005633);
  background-image: -o-linear-gradient(top, #158C5C, #005633);
  background-image: linear-gradient(to bottom, #158C5C, #005633);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthLitter:Hover {
  transform: scale(1.1);
}
.exportMonthlighting {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #D5D53C, #606027);
  background-image: -moz-linear-gradient(top, #D5D53C, #606027);
  background-image: -ms-linear-gradient(top, #D5D53C, #606027);
  background-image: -o-linear-gradient(top, #D5D53C, #606027);
  background-image: linear-gradient(to bottom, #D5D53C, #606027);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthlighting:Hover {
  transform: scale(1.1);
}
.exportMonthMarking {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #9A9999, #3A3737);
  background-image: -moz-linear-gradient(top, #9A9999, #3A3737);
  background-image: -ms-linear-gradient(top, #9A9999, #3A3737);
  background-image: -o-linear-gradient(top, #9A9999, #3A3737);
  background-image: linear-gradient(to bottom, #9A9999, #3A3737);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthMarking:Hover {
  transform: scale(1.1);
}
.exportMonthSign {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #ab3032, #5C0002);
  background-image: -moz-linear-gradient(top, #ab3032, #5C0002);
  background-image: -ms-linear-gradient(top, #ab3032, #5C0002);
  background-image: -o-linear-gradient(top, #ab3032, #5C0002);
  background-image: linear-gradient(to bottom, #ab3032, #5C0002);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthSign:Hover {
  transform: scale(1.1);
}
.exportMonthPotHole {
  display: inline-block;
  width: 75%;
  background: #18420f;
  background-image: -webkit-linear-gradient(top, #5F3737, #400F0F);
  background-image: -moz-linear-gradient(top, #5F3737, #400F0F);
  background-image: -ms-linear-gradient(top, #5F3737, #400F0F);
  background-image: -o-linear-gradient(top, #5F3737, #400F0F);
  background-image: linear-gradient(to bottom, #5F3737, #400F0F);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  transition-delay: all 1s;
}
.exportMonthPotHole:Hover {
  transform: scale(1.1);
}
