/* FONTS */
@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fa-regular-400.eot?v=4.7.0");
  src: url("/fonts/fa-regular-400.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fa-regular-400.woff2?v=4.7.0") format("woff2"), url("/fonts/fa-regular-400.woff?v=4.7.0") format("woff"), url("/fonts/fa-regular-400.ttf?v=4.7.0") format("truetype"), url("/fonts/fa-regular-400.svg?v=4.7.0#fontawesomeregular") format("svg");
}

@font-face {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 900;
  src: url("/fonts/fa-solid-900.eot?v=4.7.0");
  src: url("/fonts/fa-solid-900.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fa-solid-900.woff2?v=4.7.0") format("woff2"), url("/fonts/fa-solid-900.woff?v=4.7.0") format("woff"), url("/fonts/fa-solid-900.ttf?v=4.7.0") format("truetype"), url("/fonts/fa-solid-900.svg?v=4.7.0#fontawesomesolid") format("svg");
}
/*
@font-face {
  font-family: FontAwesomeBrands;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/fa-brands-400.eot?v=4.7.0");
  src: url("/fonts/fa-brands-400.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/fonts/fa-brands-400.woff2?v=4.7.0") format("woff2"), url("/fonts/fa-brands-400.woff?v=4.7.0") format("woff"), url("/fonts/fa-brands-400.ttf?v=4.7.0") format("truetype"), url("/fonts/fa-brands-400.svg?v=4.7.0#fontawesomebrands") format("svg");
}
*/

/* CORE */
html, body {
  border: 0; margin: 0; padding: 0;
}
h1 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  padding-bottom: 5px;
}
a {
  text-decoration: underline;
  color: #104e5e;
}
a:visited {
  text-decoration: underline;
  color: #104e5e;
}
.primarybutton {
  background-color: #349cb6 !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px !important;
  border: 2px solid #349cb6 !important; 
  padding: 4px 9px 4px 9px !important;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}
.primarybutton:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important; 
}
.primarybutton:visited {
  color: #ffffff !important;
  //background-color: #349cb6 !important;
  text-decoration: none !important;
}
.secondarybutton {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px !important;
  margin: 10px;
  padding: 5px 10px 5px 10px !important;
  border: 1px solid #000000 !important;
  cursor: pointer;
}
.secondarybutton:visited {
  text-decoration: none !important;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.secondarybutton:hover {
  background-color: #000000 !important;
  border-color: #000000 !important; 
  color: #ffffff !important;
  cursor: pointer !important;
}
.mediumbutton {
  background-color: #349cb6 !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 16px;
  border: 1px solid #349cb6 !important; 
  padding: 4px 8px 4px 8px;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.mediumbutton:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important; 
}
.mediumbutton:visited {
  color: #ffffff !important;
  background-color: #000000;
  text-decoration: none !important;
}
.buttondisabled {
  background-color: #eeeeee !important;
  color: #999999 !important;
  border-color: #eeeeee !important;
  cursor: default;
}
.buttondisabled:hover {
  background-color: #eeeeee !important;
  color: #999999 !important;
  border-color: #eeeeee !important;
}
.tablebutton {
  font-size: 12px !important;
  padding: 2px 4px 2px 4px !important;
  background-color: #349cb6 !important;
  color: #ffffff !important;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  border: 2px solid #349cb6 !important; 
  cursor: pointer;
  text-decoration: none !important;
  display: inline-block;
}
.tablebutton:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important; 
}
.tablebutton:visited {
  color: #ffffff !important;
  background-color: #349cb6;
  text-decoration: none !important;
}
.buttontopspace {
  margin-top: 20px;
}
.buttonbottomspace {
  margin-bottom: 20px;
}
.iconbutton {
  font-family: FontAwesome !important;
  font-weight: 900;
  font-size: 18px;
}
.greybackground {
  background-color: #DDDDDD;
}
.breadcrumb {
  width: calc(100% - 40px);
  font-family: "Roboto", sans-serif;
  background-color: #222222;
  color: #ffffff;
  padding: 8px 20px 10px 20px;
  margin: 0;
  line-height: 22px;
}
.breadcrumb a {
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a.current {
  font-weight: bold;
}
.breadcrumb span.bcicon {
  font-family: FontAwesome;
  font-weight: 700;
  padding-right: 7px;
}
.mobiletreebutton {
  display: none;
}
.scryerselect {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 40px;
  border: 1px solid black;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url('/images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.mobileonlymessage {
  display: none;
}

.hosttableap:before {
  font-family: FontAwesome;
  font-weight: 700;
  padding-right: 5px;
  content: '';
  display: inline-block;
}
.hosttablesm:before {
  font-family: FontAwesome;
  font-weight: 700;
  padding-left: 1px;
  padding-right: 5px;
  content: '';
  display: inline-block;
}
.hosttablerouter:before {
  font-family: FontAwesome;
  font-weight: 700;
  padding-right: 5px;
  content: '';
  display: inline-block;
}
.hosttableserver:before {
  font-family: FontAwesome;
  font-weight: 700;
  padding-right: 7px;
  padding-left: 2px;
  content: '';
  display: inline-block;
}
.fa-house-user {
  position: relative !important;
  top: -2px !important;
}
.miniarrow {
  display: inline-block;
  padding-right: 4px;
  padding-left: 2px;

  transform: rotate(90deg);
}
.maxiarrow {
  position: relative;
  top: -2px;
  transform: rotate(0);
}

/* HEADER */

#scryer_headerbar {
  display: table;
  width: 100%;
  background-color: #000000;
}
#scryer_logo {
  display: table-cell;
  font-family: "Orbitron", sans-serif;
  font-size: 35px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 20px;
  letter-spacing: 2px;
  cursor: pointer;
}
#scryer_logo a {
  color: #ffffff;
  text-decoration: none;
}
#scryer_logo img {
  height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  vertical-align: middle;
  border: 0;
}
#scryer_header_search {
  display: table-cell;
  font-family: Roboto, sans-serif;
  vertical-align: middle;
  text-align: center;
}
#scryer_menu_search {
  display: none;
}
.headersearchicon {
  font-family: FontAwesome;
  color: #ffffff;
  font-weight: 700;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding: 6px 5px 7px 5px;
}
#headersearchform input[type="text"] {
  background-color: #000000;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 0;
  border-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  padding: 5px;
}
#headersearchform input[type="submit"] {
  font-family: FontAwesome;
  background-color: #000000;
  color: #ffffff;
  font-weight: 700;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-left: 0;
  font-size: 16px;
  padding: 6px 5px 6px 5px;
  margin-top: 1px;
  cursor: pointer;
}
#scryer_login_info {
  display: table-cell;
  font-family: Roboto, sans-serif;
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  text-align: right;
  padding-right: 20px;
}
#logoutbutton {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid white;
  padding: 5px 10px 5px 10px;
  font-weight: normal;
  margin-left: 20px;
}
#logoutbutton:visited {
  color: #ffffff;
  text-decoration: none;
}
#logoutbutton:hover {
  color: #000000;
  border: 1px solid white;
  background-color: #ffffff;
  text-decoration: none;
}
.menuarrow {
  font-family: FontAwesome, sans-serif;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 15px;
}
#scryer_menu {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  width: 300px;
  padding: 10px 30px 10px 30px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: none;
  z-index: 999999;
}
#scryer_menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#scryer_menu li {
  margin-bottom: 5px;
  margin-left: 15px;
  padding-left: 60px;
  border-bottom: 1px dotted white;
  padding-bottom: 10px;
  padding-top: 5px;
}
#scryer_menu li:first-of-type {
  padding-top: 0;
}
#scryer_menu li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}
#scryer_menu li a {
  color: #ffffff;
  text-decoration: none;
}
.menu_icon {
  font-family: FontAwesome, sans-serif;
  font-size: 23px;
  font-weight: 900;
  color: #349cb6;
  position: absolute;
  left: 50px;
  padding-top: 1px;
}

.headericon {
  font-family: FontAwesome, sans-serif;
  font-size: 23px;
  font-weight: bold;
  vertical-align: middle;
  margin-right: 10px;
  padding-bottom: 5px;
}
.headericonduringedit {
  position: relative;
  top: -5px;
}
#hoststatusicon {
  font-family: FontAwesome, sans-serif;
  font-weight: 900;
  margin-left: 10px;
  cursor: pointer;
}
.responsiveicon {
  color: #349cb6;
  font-size: 30px;
}
.unresponsiveicon {
  color: red;
  font-size: 27px;
  position: relative;
  top: -2px;
}
.snoozedicon {
  color: grey;
}
.unresponsive {
  color: red;
}
.ignored {
  color: grey;
}
.recovery {
  color: green;
}
.notification {
  color: blue;
}
#hostnamedetail {
  cursor: pointer;
}
#hostnameform {
  //display: none;
  display: inline;
  position: relative;
  top: -5px;
}
.linktesttable {
  padding: 0;
  margin: 0 0 5px 0;
  border: 0;
  border-collapse: collapse;
}
.linktesttable tr td {
  padding: 0;
  margin: 0;
}
#hostnameedit {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin-top: 0;
  font-size: 30px;
  padding-bottom: 5px;
  color: #000000;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: 2px solid black;
  margin-right: 10px;
  margin-bottom: 0px;
}
#hostnamesaveicon {
  font-family: FontAwesome, sans-serif;
  font-size: 40px;
  font-weight: bold;
  vertical-align: middle;
  margin-left: 5px;
  position: absolute;
  top: 0;
  color: #349cb6;
  cursor: pointer;
}
#hostnamebuttonwrapper {
  display: inline-block;
}
#hostnamesavebutton {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 10px;
  position: relative;
  top: -4px;
  margin-bottom: 0;
}
#hostnamecancelbutton {
  padding-top: 9px;
  padding-bottom: 9px;
  margin-top: 10px;
  margin-left: 5px;
  position: relative;
  top: -4px;
  margin-bottom: 0;
}
#hostdetailoverlay {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99999;
}
#graphzoom {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#linktestdialog {
  background-color: #dddddd;
  position: fixed;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000000;
  width: 500px;
  top: calc(50vh - 180px);
  left: 50%;
  transform: translatex(-50%);
  display: none;
}
#linktestdialogtitlebar {
  background-color: #127a94;
  width: calc(100% - 20px);
  height: 32px;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  color: #FFFFFF;
  padding: 8px 10px 10px 10px;
}
#linktestclosebutton {
  font-family: FontAwesome, sans-serif;
  font-size: 30px;
  float: right;
  cursor: pointer;
}
.linktesttitle {
  font-size: 22px;
  margin: 15px 10px 10px 10px;
}
.runlinktestcell {
  padding-left: 15px !important;
  padding-right: 30px !important;
}
.runlinktesttable {
  margin: 10px 10px 30px 10px;
  border-collapse: collapse;
}
#linktestform select {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 40px;
  border: 1px solid black;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url('/images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
#runlinktestbutton {
  display: block !important;
  margin: 20px auto 20px auto !important;
}
#linkteststatus {
  font-family: "Orbitron", sans-serif;
  text-align: center;
  width: 300px;
  margin: 25px auto 10px auto;
  border: 1px solid black;
  padding: 20px;
  background-color: #ffffff;
  display: none;
}
#linktestresults {
  border-collapse: collapse;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin: 10px auto 5px auto;
}
#linktestresults tr td:first-of-type {
  text-align: left;
  padding-right: 5px;
}
#linktestresults tr td:last-of-type {
  text-align: right;
  padding-left: 5px;
}

#scryer_home_view {
  display: flex;
}
#collapsemobiletree {
  display: none;
}
#scryer_tree_inner {
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 350px;
  height: calc(100vh - 100px);
  vertical-align: top;
  background-color: #DDDDDD;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000000;
  padding: 20px;
  margin: 0; border: 0;
  overflow: auto;
}
#scryer_tree_select {
  background-color: #DDDDDD;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000000;
  padding: 20px;
  margin: 0; border: 0;
  overflow: auto;
}
#scryer_data_iframe {
  flex-grow: 3;
  flex-shrink: 3;
  width: calc(75vw - 12px);
  height: calc(100vh - 64px);
  padding: 0; border: 0; margin: 0;
  overflow: auto !important;
}
#scryer_data_display {
  background-color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  color: #000000;
  margin: 0;
}
#scryer_branch_display {
  margin: 0; padding: 20px; border: 0;
}

#scryer_host_info {
  margin: 20px;
}
#scryer_data_display h1 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 30px;
  padding-bottom: 5px;
}
#scryer_data_display h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
#scryer_data_display h2:last-of-type {
  margin-bottom: 5px;
}
#scryer_data_display h3.break {
  margin-bottom: 5px;
}
#scryer_data_display h3 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
}
.managementlink {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.managementlink:hover {
  text-decoration: underline;
}
.baricon {
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
#scryer_host_table {
  display: table;
  width: 100%;
}
#scryer_host_table_data {
  display: table-cell;
  vertical-align: top;
}
#scryer_host_table_map {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}
#commentform textarea {
  display: none;
  font-family: Roboto, sans-serif;
  font-size: 25px;
  padding-bottom: 5px;
  color: #000000;
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
  border: 1px solid black;
  margin: 10px 10px 10px 0;
  width: 100%;
}
#commentdisplay {
  font-family: Roboto, sans-serif;
  font-size: 25px;
  padding-bottom: 5px;
  color: #000000;
  background-color: #ffffff;
  margin: 10px 10px 0 0;
}
#commentsave {
  display: none;
}
#commentcancel {
  display: none;
}

#leafletmap {
  width: 33vw;
  height: 300px;
  display: inline-block;
}

#scryer_map_view {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 60px);
}
#mapviewbar {
  display: table;
  width: calc(100% - 20px);
  font-family: "Roboto", sans-serif;
  background-color: #222222;
  color: #ffffff;
  padding: 5px 10px 5px 10px;
  height: 25px;
  margin: 0;
}
.mapviewbarcell {
  display: table-cell;
  width: 33%;
  vertical-align: middle;
}
.mapviewbarcellcenter {
  display: table-cell;
  width: 33%;
  text-align: center;
  vertical-align: middle;
}
.mapviewbarcellright {
  display: table-cell;
  width: 33%;
  text-align: right;
  vertical-align: middle;
}
#mapview {
  height: 100%;
}

.upicon {
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 30px;
  color: green;
}
.downicon {
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 30px;
  color: red;
}
.combinedmarkertext {
  color: black;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0);
  font-weight: bold;
  text-align: center;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.combinedmarkerpopup {
}
.combinedmarkerpopup tr {
  vertical-align: middle;
}
.combinedmarkerpopup tr td {
  vertical-align: middle;
  padding-bottom: 5px;
}
.combinedmarkerpopup li:first-of-type {
}
.combinedmarkerpopup tr:last-of-type td {
  padding-bottom: 0;
}
.combinedmarkerpopup tr td img {
  position: static !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.leaflet-popup-content {
  font-family: Roboto, sans-serif;
}
.leaflet-popup-content a {
  color: #0078A8;
}
.leaflet-popup-content a:visited {
  color: #0078A8;
}
.assswitch {
  font-family: FontAwesome, sans-serif;
  //font-size: 23px;
  font-weight: bold;
  //vertical-align: middle;
  //margin-left: 15px;
  position: relative;
  left: -2px;
}

/*
#scryer_list_sidebar {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  background-color: #000000;
  font-family: FontAwesome, sans-serif;
  font-weight: 900;
  font-size: 35px;
  color: #ffffff;
  text-align: center;
  padding: 20px 20px 20px 20px;
}
#scryer_list_sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#scryer_list_sidebar ul a {
  text-decoration: none;
  color: #ffffff;
}
*/


/* List View */

#scryer_list_display {
  margin: 0; padding: 20px 50px 20px 50px; border: 0;
}
#exportcsvbutton {
  margin-top: 10px;
}
#displayoptionstogglecaret {
  font-family: FontAwesome;
  font-weight: 900;
  font-size: 25px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
#displayoptionstoggle {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  margin-top: 10px;
  cursor: pointer;
}
#listdisplayoptions {
  display: inline-block;
  border: 1px solid black;
  margin-top: 5px;
  padding: 10px 10px 5px 10px;
}
#displayoptionstable tr td {
  padding: 5px 10px 5px 10px;
}
#displayoptionsform input[type="checkbox"] {
  position: relative;
  top: 2px;
}
#scryer_settings {
  background-color: #DDDDDD;
  min-height: calc(100vh - 80px);
  padding-left: 75px;
  padding-top: 20px;
}
#scryer_settings h1 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 35px;
  padding-bottom: 5px;
}
#scryer_settings h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
#scryer_settings h3 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
}
#scryer_settings table {
  margin-top: 5px;
}
#scryer_settings table tr td {
  vertical-align: top;
}
#scryer_settings table tr td:first-of-type {
  text-align: right;
}
#scryer_settings input {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  border: 1px solid black;
}
#scryer_settings input[type=submit] {
  background-color: #349cb6;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px;
  border-style: solid;
  border-color: #349cb6; 
  margin-top: 20px;
  padding: 4px 9px 4px 9px;
}
#scryer_settings input[type=submit]:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #ffffff;
  cursor: pointer;
}
.settingscomment {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-style: italic;
  margin-left: 5px;
}

#scryer_addhost {
  background-color: #DDDDDD;
  min-height: calc(100vh - 60px);
  padding-left: 75px;
  padding-top: 20px;
  padding-bottom: 50px;
}
#addhost_errorbar {
  width: calc(100% - 75px);
  margin: 10px 75px 20px 0px;
  padding: 15px;
  background-color: #ffb5b5;
  color: #ff0000;
  font-family: Roboto, sans-serif;
}
#addhost_errorbar a {
  color: #ff0000;
  text-decoration: underline;
}
.errorbaricon {
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ff0000;
  margin-right: 5px;
}
#addhost_successbar {
  width: calc(100% - 75px);
  margin: 10px 75px 20px 0px;
  padding: 15px;
  background-color: #24b34b;
  color: #eeffee;
  font-family: Roboto, sans-serif;
}
#addhost_successbar a {
  color: #eeffee;
  text-decoration: underline;
}
.successbaricon {
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #eeffee;
  margin-right: 5px;
}
#scryer_addhost h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
#scryer_addhost table {
  margin-top: 5px;
}
#scryer_addhost table tr td {
  padding-top: 5px;
  vertical-align: top;
}
#scryer_addhost input {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  border: 1px solid black;
}
#scryer_addhost input[type=submit] {
  background-color: #349cb6;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px;
  border-style: solid;
  border-color: #349cb6; 
  margin-top: 20px;
  padding: 4px 9px 4px 9px;
}
#scryer_addhost input[type=submit]:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #ffffff;
  cursor: pointer;
}
#scryer_addhost select {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 40px;
  border: 1px solid black;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url('/images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.bottomcellspace {
  padding-bottom: 15px;
}
.topbordercell {
  border-top: 2px solid black;
  padding-top: 15px !important;
}
.addhosttree {
  background-color: #DDDDDD;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #000000;
}

#scryer_managetree {
  background-color: #DDDDDD;
  padding-left: 75px;
  padding-top: 20px;
  padding-bottom: 50px;
}
#managetreeform {
  margin-top: 10px;
}
#sortingdialog {
  position: fixed;
  font-family: "Orbitron", sans-serif;
  font-weight: bold;
  font-size: 20px;
  background-color: #ffffff;
  color: #000000;
  border: 5px solid #000000;
  padding: 20px 40px 20px 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999999;
}
.managementtree {
  margin-top: 20px;
  background-color: #DDDDDD;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #000000;
  height: auto !important;
  display: inline-block !important;
  overflow: hidden !important;
}
.managementtree ul {
}
.managementtree li {
  position: relative !important;
}
.managementtree li:nth-of-type(odd) {
  background-color: #DDDDDD !important;
}
.managementtree li:nth-of-type(even) {
  background-color: #EAEAEA !important;
}
.managementnodename {
  padding-right: 90px;
}
.managementnodehostid {
  display: none;
}
.managementnodealpha {
  position: absolute;
  right: 61px;
  top: 1px;
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.managementnodedelete {
  position: absolute;
  right: 1px;
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.managementnodeduplicate {
  position: absolute;
  right: 1px;
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.managementnodeduplicatewithdelete {
  position: absolute;
  right: 30px;
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
.managementnodeeditbranch {
  position: absolute;
  right: 30px;
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: bold;
}
#scryer_managetree h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
#scryer_managetree input {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  border: 1px solid black;
}
#scryer_managetree input[type=button] {
  background-color: #349cb6;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 15px;
  border-style: solid;
  border-color: #349cb6; 
  padding: 4px 9px 4px 9px;
  position: relative;
  top: -2px;
}
#scryer_managetree input[type=submit] {
  background-color: #349cb6;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px;
  border-style: solid;
  border-color: #349cb6; 
  margin-top: 20px;
  padding: 4px 9px 4px 9px;
}
#scryer_managetree input[type=submit]:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #ffffff;
  cursor: pointer;
}

#hostactionbar {
  display: table;
  width: calc(100% - 40px);
  background-color: #222222;
  color: #ffffff;
  padding: 5px 20px 5px 20px;
  margin: 30px 0 0 0;
}
#hostgraphselection {
  display: table-cell;
}
#hostgraphselection input[type=submit] {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 3px;
  font-weight: bold;
  cursor: pointer;
  margin: 0 10px 0 10px;
}
#hostgraphselection select {
  display: inline-block;
  background-color: #444444;
  color: #ffffff;
  border: 1px solid black;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url('/images/hostselectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 15px;
  outline: 0;
}
#hostgraphselection select:focus {
  outline: 0;
}
#hostgraphselection select::-ms-expand{
  display: none;
}
#deletehostcell {
  display: table-cell;
  text-align: right;
}
#deletehostcell a {
  color: #ffffff;
  text-decoration: none;
}

.rrdgraph {
  display: block;
  margin: 25px auto 25px auto;
  cursor: pointer;
}
.branchinfowrapper {
  width: 100%;
  max-width: 100%;
  overflow: auto;
}
.branchinfo {
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 10px;
}
.branchinfo tr.subheading {
  font-weight: bold;
  background-color: #eeeeee;
}
.branchinfo th {
  background-color: #111111;
  color: #ffffff;
  text-align: left;
  padding: 5px;
}
.branchinfo td {
  border: 1px solid black;
  padding: 5px;
}
.branchinfo td a {
  text-decoration: underline;
  color: #104e5e;
}
.branchinfo tr.unresponsive td a {
  color: red;
}
.branchinfo tr.ignored td a {
  color: grey;
}
.branchinfo thead {
  cursor: pointer;
}
.scryerdatatable {
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 10px;
}
.scryerdatatable tr.subheading {
  font-weight: bold;
  background-color: #eeeeee;
}
.scryerdatatable th {
  background-color: #111111;
  color: #ffffff;
  text-align: left;
  padding: 5px;
}
.scryerdatatable td {
  border: 1px solid black;
  padding: 5px;
}
.scryerdatatable td a {
  text-decoration: underline;
  color: #104e5e;
}
.scryerdatatable tr.unresponsive td a {
  color: red;
}
.scryerdatatable tr.ignored td a {
  color: grey;
}
.collapsibletable {
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 90%;
  display: none;
}
.collapsibletable td {
  border: 1px solid black;
  padding: 5px;
}
.collapsibletable td:first-of-type {
  width: 33%;
  background-color: #eeeeee;
  font-weight: bold;
}
.collapsibletable td a {
  text-decoration: underline;
  color: #104e5e;
}
.smallinfo {
  font-size: 10px;
  margin-left: 20px;
  padding-bottom: 20px;
}

#scryer_netscan {
  font-family: Roboto, sans-serif;
  background-color: #DDDDDD;
  min-height: calc(100vh - 60px);
  padding-left: 75px;
  padding-top: 20px;
}
#scryer_netscan h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
.scanbutton {
  margin-top: 20px;
  margin-bottom: 50px;
}
#scryer_newalert {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px;
  background-color: #DDDDDD;
  min-height: calc(100vh - 60px);
  padding-left: 75px;
  padding-top: 20px;
  padding-bottom: 50px;
}
#newalert_errorbar {
  width: calc(100% - 75px);
  margin: 10px 75px 10px 0px;
  padding: 15px;
  background-color: #ffb5b5;
  color: #ff0000;
  font-family: Roboto, sans-serif;
}
#newalert_errorbar a {
  color: #ff0000;
  text-decoration: underline;
}
.errorbaricon {
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #ff0000;
  margin-right: 5px;
}
#newalert_successbar {
  width: calc(100% - 75px);
  margin: 10px 75px 10px 0px;
  padding: 15px;
  background-color: #24b34b;
  color: #eeffee;
  font-family: Roboto, sans-serif;
}
#newalert_successbar a {
  color: #eeffee;
  text-decoration: underline;
}
.successbaricon {
  font-family: FontAwesome, sans-serif;
  font-size: 18px;
  font-weight: 900;
  color: #eeffee;
  margin-right: 5px;
}
#scryer_newalert h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
#scryer_newalert table {
  margin-top: 5px;
  font-size: 20px;
}
#scryer_newalert table tr td {
  padding-top: 5px;
  vertical-align: top;
}
#scryer_newalert input {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  border: 1px solid black;
}
#scryer_newalert input[type=submit] {
  background-color: #349cb6;
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 18px;
  border-style: solid;
  border-color: #349cb6; 
  margin-top: 20px;
  padding: 4px 9px 4px 9px;
}
#scryer_newalert input[type=submit]:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #ffffff;
  cursor: pointer;
}
#scryer_newalert select {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 40px;
  border: 1px solid black;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url('/images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
.alerticon {
  font-family: FontAwesome, sans-serif;
  font-weight: bold;
}
.alertactive {
  color: red;
  font-size: 18px;
}
.alertinactive {
  color: #349cb6;
  font-size: 20px;
}
.alertignored {
  color: grey;
  font-size: 15px;
}
.newalerttree {
  background-color: #DDDDDD;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #000000;
}
.bottombordercell {
  padding-bottom: 15px;
}
#scryer_login_form {
  display: inline-block;
  border: 1px solid black;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px 30px 30px 30px;
  width: 80%;
  max-width: 1200px;
}
#scryer_login_form img {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
#scryer_login_form h1 {
  font-family: "Orbitron", sans-serif;
  font-size: 60px;
  margin: 0 10px 0 10px;
  display: inline-block;
  vertical-align: middle;
}
#scryer_login_form h2 {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 30px;
  margin: 30px 10px 0 10px;
  background-color: #000000;
  color: #ffffff;
  padding: 10px;
}
#scryer_login_form table {
  font-family: "Roboto", sans-serif;
  display: inline-table;
  vertical-align: middle;
  margin: 0 10px 0 10px;
  border-left: 2px solid black;
  padding: 0 10px 0 20px;
}
#scryer_login_form td:first-of-type {
  text-align: right;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}
#scryer_login_form input {
  font-family: "Roboto", sans-serif;
}
#scryer_login_form input[type=text],input[type=password] {
  color: #000000;
  background-color: #ffffff;
  box-shadow: 0;
  border: 1px solid black;
  font-size: 20px;
  padding: 2px 5px 2px 5px;
}
#scryer_login_form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid black;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#scryer_login_form input[type=submit]:hover {
  color: #ffffff;
  background-color: #000000;
}

#scryer_alerts {
  font-family: Roboto, sans-serif;
  background-color: #DDDDDD;
  min-height: calc(100vh - 60px);
  padding-left: 75px;
  padding-top: 20px;
}

#addrecipientbutton {
  font-family: FontAwesome, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  margin: 10px;
  padding: 4px 9px 4px 9px;
  border: 1px solid #349cb6;
  border: 1px solid #000000;
  cursor: pointer;
  position: relative;
  top: -1px;
}
#addrecipientbutton:visited {
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
}
#addrecipientbutton:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #ffffff;
  cursor: pointer;
}
.removealertrecipient {
  font-family: FontAwesome, sans-serif;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  background-color: #ffffff;
  color: #000000;
  padding: 3px 6px 2px 6px;
  border: 1px solid #349cb6;
  border: 1px solid #000000;
  cursor: pointer;
  margin-left: 10px;
}
.removealertrecipient:hover {
  background-color: #000000;
  border-color: #000000; 
  color: #ffffff;
  cursor: pointer;
}
.alertinfo {
  font-size: 15px;
  background-color: #ffffff;
  color: #000000;
  border: 1px solid black;
  border-collapse: collapse;
  margin-top: 20px;
}
.alertinfo tr {
  vertical-align: middle;
}
.alertinfo tr.subheading {
  font-weight: bold;
  background-color: #eeeeee;
  cursor: pointer;
}
.alertinfo th {
  background-color: #111111;
  color: #ffffff;
  text-align: left;
  padding: 5px;
}
.alertinfo td {
  border: 1px solid black;
  padding: 5px 8px 5px 8px;
}
.alertinfo td a {
  text-decoration: underline;
  color: #104e5e;
}
.alertinfo tr.unresponsive td a {
  color: red;
}
.alertinfo tr.ignored td a {
  color: grey;
}

.searchresults {
  padding: 20px 50px 20px 50px;
}

#scryer_users {
  font-family: Roboto, sans-serif;
  background-color: #DDDDDD;
  min-height: calc(100vh - 80px);
  padding-left: 75px;
  padding-top: 20px;
  padding-right: 75px;
}
#scryer_users h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}

#scryer_edituser {
  font-family: Roboto, sans-serif;
  background-color: #DDDDDD;
  min-height: calc(100vh - 80px);
  padding-left: 75px;
  padding-top: 20px;
}
#scryer_edituser h1 {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  margin: 0;
  font-size: 35px;
  padding-bottom: 5px;
}
#scryer_edituser h2 {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
}
#scryer_edituser table {
  margin-top: 5px;
}
#scryer_edituser table tr td {
  padding-top: 5px;
  vertical-align: middle;
}
#scryer_edituser input {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  border: 1px solid black;
}
#scryer_edituser select {
  background-color: #ffffff;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  font-size: 20px;
  margin-left: 5px;
  padding-left: 5px;
  padding-right: 40px;
  border: 1px solid black;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background-image: url('/images/selectarrow.png');
  background-repeat: no-repeat;
  background-position: right center;
}
#permissionstable tbody tr td {
  padding-left: 30px;
}

/* jsTree Styling */

.jstree-default .jstree-clicked {
  background-color: rgba(52, 156, 182, 0.5); 
}
.jstree-default .jstree-hovered {
  background-color: rgba(52, 156, 182, 0.15); 
}
@media screen and (max-width: 1070px) {
  #scryer_login_form {
    width: auto;
    max-width: auto;
  }
  #scryer_login_form table {
    display: table;
    border: 0;
    margin: 10px auto 20px auto;
  }
}


/* Mobile View */

@media screen and (max-width: 1000px) {
  #scryer_welcome {
    display: none;
  }

  #scryer_home_view {
    display: block;
  }
  #scryer_tree_inner {
    display: none;
    position: absolute;
    top: 60px;
    width: calc(100vw - 40px);
    height: calc(100vh - 100px);
    z-index: 99999;
  }
  #collapsemobiletree {
    font-family: FontAwesome;
    font-weight: solid;
    font-size: 15px;
    line-height: 22px;
    display: none;
    border: 1px solid #000000;
    border-radius: 5px;
    color: #000000;
    background-color: #eeeeff;
    position: absolute;
    right: 30px;
    top: 75px;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    z-index: 999998;
  }
  #scryer_data_iframe {
    display: block;
    width: 100%;
    height: calc(100vh - 62px) !important;
  }
  .breadcrumb {
    display: table;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  .breadcrumbtext {
    display: table-cell;
  }
  .mobiletreebuttoncontainer {
    display: table-cell;
    padding-left: 10px;
    text-align: right;
  }
  .mobiletreebutton {
    font-family: FontAwesome;
    font-weight: solid;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
  }
}

@media screen and (max-width: 800px) {
  .scryerdatatable {
    display: none;
  }
  .branchinfo tr:nth-of-type(even) {
    background-color: #eeeeee;
  }
  .collapsibletable {
    display: table;
  }
  .mediumbutton {
    display: block;
    position: static;
    margin-top: 5px;
    margin-left: 5px;
  }
  .mobileonlymessage {
    display: inline-block;
  }

  #scryer_menu {
    width: calc(100% - 60px);
  }
  #scryer_menu_search {
    display: block;
    text-align: center;
    padding-left: 13px;
    margin-bottom: 15px;
  }
  .menusearchicon {
    font-family: FontAwesome;
    color: #ffffff;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 6px 5px 7px 5px;
  }
  #menusearchform input[type="text"] {
    background-color: #000000;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-left: 0;
    border-right: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    padding: 5px;
    width: calc(100% - 70px);
    height: 24px;
    position: relative;
    top: -2px;
  }
  #menusearchform input[type="submit"] {
    font-family: FontAwesome;
    background-color: #000000;
    color: #ffffff;
    font-weight: 700;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-left: 0;
    font-size: 18px;
    padding: 7px 5px 7px 5px;
    margin-top: 1px;
    cursor: pointer;
  }

  #scryer_list_display {
    padding: 20px;
  }

  #scryer_host_table {
    display: block;
    width: auto;
  }
  #scryer_host_table_data {
    display: block;
  }
  #scryer_host_table_map {
    display: block;
  }
  #leafletmap {
    display: block;
    margin-top: 30px;
    width: calc(100vw - 50px);
    height: calc(100vw - 50px);
  }

  .searchresults {
    padding: 20px;
  }
  #scryer_data_display h1 {
    font-size: 20px;
  }
  #scryer_data_display h2 {
    font-size: 17px;
  }
  .headericon {
    font-size: 20px;
    margin-right: 7px;
  }
  #scryer_header_search {
    display: none;
  }

  #scryer_settings {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
  }
  #scryer_settings h1 {
    text-align: left;
  }
  #scryer_settings table {
    margin-left: auto;
    margin-right: auto;
  }
  #scryer_settings table tr td {
    vertical-align: middle;
    text-align: left;
  }
  #scryer_settings table tr td:first-of-type {
    text-align: right;
  }

  #scryer_users {
    font-family: Roboto, sans-serif;
    background-color: #DDDDDD;
    min-height: calc(100vh - 80px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
  }
  #scryer_users table {
    margin-left: auto;
    margin-right: auto;
  }
  #scryer_users h1 {
    text-align: left;
    margin-left: 20px;
  }
  #scryer_users h2 {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 22px;
    text-align: left;
  }
  #scryer_netscan {
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    text-align: center;
  }
  #scryer_netscan h1 {
    text-align: left;
  }
  #scryer_netscan h2 {
    font-size: 18px;
    text-align: left;
  }
  #addhost_errorbar {
    width: 90%;
    margin: 10px auto 20px auto;
  }
  #addhost_successbar {
    width: 90%;
    margin: 10px auto 20px auto;
  }

  #scryer_edituser {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
  }
  #scryer_edituser h1 {
    font-size: 30px;
    padding-bottom: 5px;
  }
  #scryer_edituser h2 {
    font-size: 22px;
  }
  #scryer_edituser table {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }
  #scryer_edituser table tr td {
    vertical-align: top;
  }

  #scryer_managetree {
    padding-left: 20px;
    padding-right: 20px;
  }
  #scryer_managetree input[type=button] {
    display: block;
    position: static;
    top: 0;
    margin-top: 10px;
  }
  .managementtree li {
    max-width: 90vw;
  }

  #scryer_addhost {
    padding-left: 20px;
    padding-right: 20px;
  }
  #scryer_addhost h2 {
    font-size: 20px;
  }
  #scryer_addhost table tr td {
    vertical-align: middle;
  }
  #scryer_addhost select {
    font-size: 18px;
  }
  #scryer_addhost input[type=text] {
    font-size: 18px;
  }

  #scryer_alerts {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    text-align: center;
  }
  #scryer_alerts h1 {
    text-align: left;
    margin-left: 20px;
  }

  #scryer_newalert {
    padding-left: 20px;
    padding-right: 20px;
  }
  #newalerttable {
    max-width: 90vw !important;
  }
  .mobilevertalign {
    vertical-align: middle !important;
  }

  #linktestdialog {
    width: calc(100vw - 50px);
  }
}

@media screen and (max-width: 600px) {
  #scryer_login_form {
    padding: 20px 10px 20px 10px;
  }
}
