* {
  font-family: Arial, Helvetica, sans-serif;

  padding: 0;

  margin: 0;

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;
}

header {
  width: 100%;
}

.nav-bar {
  display: none;
}

header nav {
  background: #336600;

  z-index: 1000;

  width: 100%;

  margin: auto;
}

header nav ul {
  list-style: none;
}

header nav ul li {
  float: left;

  position: relative;
}

header nav:after {
  content: "";

  display: block;

  clear: both;
}

header nav ul li a {
  color: #fff;

  display: block;

  padding: 15px;

  text-decoration: none;

  font-size: 15px;

  font-family: tahoma;
}

header nav ul li:hover {
  background: #dff0d8;
}

header nav ul li:hover i {
  color: yellow;
}

header nav ul li i {
  margin-right: 10px;
}

header nav ul li:hover .children {
  display: block;
}

header nav ul li .children {
  display: none;

  background: #336600;

  position: absolute;

  width: 150%;

  z-index: 1000;
}

header nav ul li .children span {
  display: none;
}

header nav ul li .children li {
  display: block;

  width: 100%;

  border-bottom: 1px solid #dff0d8;
}

header nav ul li .children li a {
  margin-left: 30px;
}

header nav ul li .fa-angle-down {
  position: relative;

  top: 3px;
}

/*responsive nav style*/

@media all and (max-width: 800px) {
  body {
    padding-top: 80px;
  }

  .nav-bar {
    display: block;

    width: 100%;

    position: fixed;

    top: 0;

    background: #336600;
  }

  .nav-bar span {
    float: left;

    font-size: 20px;

    padding: 20px;

    color: #fff;
  }

  .nav-bar .fa-bars {
    display: block;

    padding: 20px;

    color: #fff;

    overflow: hidden;

    font-size: 20px;

    font-weight: bold;

    text-decoration: none;

    float: right;
  }

  header nav {
    width: 80%;

    height: auto;

    position: fixed;

    right: 100%;

    top: 63px;

    overflow: hidden;
  }

  header nav ul li {
    display: block;

    border-bottom: 1px solid #dff0d8;

    width: 100%;
  }

  header ul li a {
    display: block;
  }

  header nav ul li .children {
    width: 100%;

    position: relative;

    overflow: hidden;

    display: none;
  }

  header nav ul li:hover .children {
    display: none;
  }

  header nav ul li ul li:first-child {
    border-top: 1px solid #dff0d8;
  }

  header nav ul li .children span {
    display: inline-block;

    margin-right: 10px;
  }

  header nav ul li .children a {
    margin-left: 10px;

    padding: 5px 0;
  }

  header nav ul li .fa-angle-down {
    position: relative;

    top: 3px;
  }
}

small,
strong {
  color: red;
}

.error-text {
  color: #721c24;

  padding: 8px 10px;

  text-align: center;

  border-radius: 5px;

  background: #f8d7da;

  border: 1px solid #f5c6cb;

  margin-bottom: 10px;

  display: none;
}

.success-text {
  color: #721c24;

  padding: 8px 10px;

  text-align: center;

  border-radius: 5px;

  background: #d4edda;

  border: 1px solid #c3e6cb;

  margin-bottom: 10px;

  display: none;
}

a {
  color: blue;

  text-decoration: none;
}

a:hover {
  color: #6b747b;

  text-decoration: none;
}

/*align vertically center of logo title*/

ul.nav.nav-tabs {
  align-items: center;

  display: flex;
}

.nav-tabs {
  border: none !important;
}

.nav-tabs>li {
  padding: 10px 5px;

  color: black;
}

.bglightred {
  background: #f2f2f2;

  padding: 15px;

  margin: 30px 0;
}

.h4content {
  line-height: 1.32;

  margin-top: 8pt;

  margin-bottom: 8pt;
}

.h5greentext {
  font-size: 10.5pt;

  color: #33cc00;
}

.greentext {
  color: #33cc00;
}

.h4span {
  font-size: 13.5pt;

  font-weight: 400;

  white-space: pre-wrap;
}

.h4bluetext {
  font-size: 9pt;

  color: #1c4587;
}

h5.greentext ul li {
  text-align: left;

  margin-left: 15px;

  list-style: disc;

  color: black;
}

.malhead {
  color: #0000ff;

  text-align: center;
}

.malhead-weight,
.lankahead-weight,
.indoahead-weight {
  font-weight: 700;
}

.lankahead {
  color: #a54a7b;

  text-align: center;
}

.indoahead {
  color: #ff0000;

  text-align: center;
}

span.form-check-label {
  padding-right: 10px;
  padding-left: 3px;
}

.labelbtn {
  display: flex;
  justify-content: space-between;
}

button#addctry,
button#addzonebtn,
button#addContactbtn,
button#addProviderbtn,
#addleader,
#addsource {
  padding: 2px 7px;
  background: #336600;
  color: white;
  border: none;
  border-radius: 5px;
}

button#deletezonebtn {
  padding: 2px 9px;
  background: #336600;
  color: white;
  border: none;
  border-radius: 5px;
}

/* Contact Auto suggestions Styles */
.contactNamesList {
  position: absolute;
  list-style: none;
  z-index: 9;
  background: #f7f7f7;
  border: 1px solid #d6d2d2;
}

.contactNamesList li {
  padding: 3px 5px;
  border-bottom: 1px solid #d6d2d2;
}

.contactNamesList li:hover {
  background: #eee;
  cursor: pointer;
}

#screenshotImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#screenshotImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}


/* Add Animation */
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* The Close Button */
.screenshotModalclose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.screenshotModalclose:hover,
.screenshotModalclose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}