* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
   
  font-size: 16px;
}
a{
  color: #000000;
}
aold{
  color: #396fa6;
}
.btn.red{
  color: red;
}
/*a:hover {
  
}*/
.back{
  background-color: red;
  color:white;
  
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

body {
  background-color: #ddddda;
  margin: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.radio-toolbar {
  margin: 10px;
  width: 200px;
  
}

.radio-toolbar {
  margin: 10px;
  width: 200px;
  
}

.searcher {
  z-index: 10;
  /*position: fixed;*/
 /* width: 1000px; */
  text-align: center;
  padding: 15px 0 15px 0;
  background-color: #ddddda;
  /*margin-top: 200px; */
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 200px;
  text-align: center;
}

.radio-toolbar label {

    background-color: #d9d9eb;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    width: 100px;
    justify-content: center;

}

.radio-toolbar label:hover {
    background-color: #adaded;
    color: #000000;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px solid #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #2d3770;
    color: #ddddda;
    border-color: #000000;
}

.radio-toolbar2 input[type="radio"] {
  opacity: 1;

  width: 200px;
  text-align: center;
}

.radio-toolbar2 label {

    background-color: #d9d9eb;
    padding: 10px 20px;
    display: flex;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
    width: 100px;
    justify-content: center;

}

.radio-toolbar2 label:hover {
    background-color: #adaded;
    color: #000000;
}

.radio-toolbar2 input[type="radio2"]:focus + label {
    border: 2px solid #444;
}

.radio-toolbar2 input[type="radio2"]:checked + label {
    background-color: #2d3770;
    color: #ddddda;
    border-color: #000000;
}

.div-img{
  justify-content: center;
  align-items: center;
  display:flex;

}
.img2{
  transition: transform .2s;
  width:150px;
  height:150px;
  margin:0 auto;
  background-color: #adaded;
}

.img2:hover{
  transform:scale(7.5);
}

.james {
  position: fixed;
}

.navtop {
  background-color: #1f4f2c;
  height: 50px;
  width: 100%;
  border: 0;
  
}

.navtop2 {
  background-color: #ddddda;
  height: 50px;
  width: 100%;
  border: 0;
  
}

.navtop:hover {
  background-color: #13301b;
}

.navtop div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1000px;
  height: 90%;
  
}.navtop2 div {
  display: -webkit-box;
 /* display: -ms-flexbox;
  /*display: flex;*/
  margin: 0 auto;
  width: 1000px;
  height: 90%;
  justify-content: space-between;
  flex-wrap: nowrap;
  
}

.navtop3 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 500px;
  height: 90%;

}
  
.navtop div h1, .navtop div a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navtop div h1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  margin: 0;
  color: #ebecee;
}

.navtop div h1 a {
  font-weight: 600;
  font-size: 16px;
  padding: 0;
}

.navtop div a {
  padding: 0 20px;
  text-decoration: none;
  color: #c4c7cd;
  
}

.navtop div a i {
  padding: 5px 8px 0 0;
}

.navtop div a:hover {
  color: #ebecee;
}

.content {
  width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
}

.content2 {
  width: 1000px;
  margin: 0 auto;
  margin-top: 0px;
  /* padding: 160px 0 0 0;*/
}

.content h2 {
 /* padding: 200px 0 0; */
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #ebebeb;
  color: #000;
}

.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btns .btn {
  display: inline-block;
  text-decoration: none;
  background-color: #ddddda;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  color: #2d3770;
  padding: 10px 15px;
  margin: 15px 10px 15px 0;
}

.btns .btn:hover {
  /*background-color: #396fa6;*/
  background-color: #2d3770;
  color: #ddddda
}
/*
.btns .btn.blue {
  background-color: #ddddda;
}*/

.btns .btn.blue:hover {
  background-color: #396fa6;
  transition: 0.7s;
}

.btns .btn.red {

  background-color: #ddddda;
  transition: 0.7;
}

.btns .btn.red:hover {
  background-color: #396fa6;

}

.home .incidents-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-flow: nowrap;
      flex-flow: nowrap;
  padding-top: 30px;
}

.home .incidents-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  position: relative;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  height: 150px;
}

.home .incidents-links a i {
  position: absolute;
  z-index: 0;
}

.home .incidents-links a .title {
  color: #fff;
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.home .incidents-links a .num {
  color: #fff;
  z-index: 1;
  font-size: 40px;
  font-weight: bold;
  opacity: 0.8;
}

.home .incidents-links a.open {
  background-color: #a83f3f;
}

.home .incidents-links a.open i {
  color: #b34343;
}

.home .incidents-links a.open:hover {
  background-color: #a43e3e;
}

.home .incidents-links a.resolved {
  background-color: #3fa864;
}

.home .incidents-links a.resolved i {
  color: #43b36b;
}

.home .incidents-links a.resolved:hover {
  background-color: #3ea462;
}

.home .incidents-links a.closed {
  background-color: #aeaeae;
}

.home .incidents-links a.closed i {
  color: #b6b6b6;
}

.home .incidents-links a.closed:hover {
  background-color: #ababab;
}

.home .new {
  padding-top: 60px;
}

.incidents .incidents-list, .home .incidents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* margin-top: 160px;*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

 .incidents .incidents-list .incident, .home .incidents-list .incident {
  padding: 20px 0;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
} 

/*.incidents .incidents-list2 .incident2, .home .incidents-list .incident {
  padding: 0px 0px 0px 5px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  text-decoration: none;
} */

.incidents .incidents-list .incident .con, .home .incidents-list .incident .con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.incidents .incidents-list .incident .con2, .home .incidents-list .incident .con2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.incidents .incidents-list .incident i, .home .incidents-list .incident i {
  text-align: center;
  width: 40px;
  color: #b3b3b3;
}

.incidents .incidents-list .incident .title, .home .incidents-list .incident .title {
  font-weight: 600;
  color: #000;
}

.incidents .incidents-list .incident .msg, .home .incidents-list .incident .msg {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  color: #000;
  font-size: 14px;
}

.incidents .incidents-list .incident .created, .home .incidents-list .incident .created {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #000;
  font-size: 14px;
}

.incidents .incidents-list .incident .priority, .home .incidents-list .incident .priority {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}

.incidents .incidents-list .incident .priority.low, .home .incidents-list .incident .priority.low {
  color: #38b673;
}

.incidents .incidents-list .incident .priority.medium, .home .incidents-list .incident .priority.medium {
  color: #aa5518;
}

.incidents .incidents-list .incident .priority.high, .home .incidents-list .incident .priority.high {
  color: #1f4f2c;
}

.incidents .incidents-list .incident:last-child, .home .incidents-list .incident:last-child {
  border-bottom: 0;
}

.incidents .incidents-list .incident:hover, .home .incidents-list .incident:hover {
  background-color: #fcfcfc;
}

.incidents form, .home form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  /*position: fixed;*/
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.incidents form select, .incidents form input, .home form select, .home form input {
  border: 1px solid #ddddda;
  padding: 6px 8px;
  margin-left: 10px;
}

.incidents form select, .home form select {
  margin-right: 15px;
}

.incidents .pagination, .home .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px 0 40px 0;
}

.incidents .pagination a, .home .pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  padding: 5px 10px;
  margin-left: 10px;
  font-weight: 600;
  background-color: #f2f2f2;
  color: #000;
}

.incidents .pagination a:hover, .home .pagination a:hover {
  background-color: #ebebeb;
}

.view h2 span {
  font-weight: 700;
}

.view h2 .open {
  color: #aeaeae;
}

.view h2 .resolved {
  color: #38b673;
}

.view h2 .closed {
  color: #1f4f2c;
}

.view .incident {
  padding: 20px;
}

.view .incident .priority {
  font-weight: bold;
  text-transform: capitalize;
  font-size: 14px;
}

.view .incident .priority.low {
  color: #38b673;
}

.view .incident .priority.medium {
  color: #dea200;
}

.view .incident .priority.high {
  color: #1f4f2c;
}

.view .incident .sep {
  padding: 0 5px;
}

.view .incident .category {
  color: #000;
}

.view .incident .created {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  ;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.view .incident div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view .uploads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.view .uploads a {
  text-decoration: none;
  margin-right: 10px;
}

.view .uploads a:hover {
  opacity: 0.9;
}

.view .comments {
  margin-top: 15px;
  border-top: 1px solid #ddddda;
  padding: 25px 0;
}

.view .comments .comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.view .comments .comment div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  color: #e6e6e6;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.view .comments .comment p {
  margin: 0 0 20px 0;
}

.view .comments .comment p .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 5px;
}

.view .comments .comment p .header .name, .view .comments .comment p .header .date {
  font-size: 14px;
  color: gray;
}

.view .comments .comment p .header .name {
  font-weight: 600;
  padding-right: 10px;
  color: #1f4f2c;
}

.view .comments .comment p .header .name.is-admin {
  color: #b94040;
}

.update form, .view form {
  padding: 15px 0;
   width: 400px;
}

.update form .wrap, .view form .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}

.update form .wrap label, .update form .wrap select, .view form .wrap label, .view form .wrap select {
  width: 47%;
  margin-right: 0;
}

.update form .wrap label:first-child, .update form .wrap select:first-child, .view form .wrap label:first-child, .view form .wrap select:first-child {
  padding-right: 15px;
}

.update form label, .view form label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  padding: 10px 0;
  margin-right: 25px;
}

.update form input, .update form textarea, .update form select, .view form input, .view form textarea, .view form select {
  padding: 10px;
  width: 100%;
  /*margin-right: 25px;
  margin-bottom: 15px;
  border: 1px solid #ddddda;*/
}

.update form textarea, .view form textarea {
  height: 200px;
}

/*#region Buttons*/
/* naming convention: <file/common dir>_<purpose>_<##> */
/* Style for buttons */
.incidents_all_button_01 
{ 
background: #2d3770; 
background-position: 0px -401px; 
border: solid 1px #2d3770; 
color: #ddddda;
height: 40px;
margin-top: -1px;
padding-bottom: 2px;
}
.incidents_all_button_01:hover {background: #ddddda;background-position: 0px -501px;color: #2d3770; }

/* currently used on submit button on login page */
/*.update form input[type="submit2"], .view form input[type="submit2"] {}*/
.admin_all_button_01 
{ 
background: #ddddda; 
background-position: 0px -401px; 
border: solid 1px #ddddda; 
color: #2d3770;
height: 40px;
margin-top: -1px;
padding-bottom: 2px;
}
.admin_all_button_01:hover {background: #2d3770;background-position: 0px -501px;color: #ddddda; }
/* .update form input[type="submit"], .view form input[type="submit"] {
  display: block;
  background-color: #2d3770;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #ddddda;
  cursor: pointer;
  width: 200px;
  margin-top: 15px;
  border-radius: 4px;
}
*/

/* currently used on submit button on all but login page */
.update form input[type="submit"], .view form input[type="submit"] {
  display: block;
  background-color: #2d3770;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #ddddda;
  cursor: pointer;
  width: 200px;
  margin-top: 15px;
  border-radius: 4px;
}

.update form input[type="submit"]:hover, .view form input[type="submit"]:hover {
  background-color: #b5b6e9;
  color: #2d3770;
}

/* currently used on cancel button on all but login page */
.cancel {
  background-color: #2d3770;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #ddddda;
  cursor: pointer;
  width: 200px;
  height: 35px;
  margin-top: 15px;
  border-radius: 4px;
  display: block;
  justify-content: center;
}

.cancel:hover {
  background-color: #b5b6e9;
  color: #2d3770;
} 

/* currently used on cancel2 button on all but login page */
.cancel2 {
  background-color: #2d3770;
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #ddddda;
  cursor: pointer;
  height: 35px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.cancel2:hover {
  background-color: #b5b6e9;
  color: #2d3770;
} 

/*#endregion Buttons*/

.login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.login .con {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.login .con:last-child {
  padding-left: 50px;
  border-left: 1px solid #f2f2f2;
}

.login h2 {
  border: 0;
}

@media screen and (max-width: 1000px) {
  .navtop {
    height: auto;
  }
  .navtop div {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    width: 100%;
  }
  .navtop div h1 {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 15px 10px;
  }
  .navtop div > a {
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    background-color: #252d38;
    border-bottom: 5px solid #1f252f;
  }
  .content {
    padding: 10px;
    width: 100%;
  }
  .responsive-width-100 {
    width: 100%;
    max-width: 100%;
  }
  .responsive-hidden {
    display: none;
  }
  .incidents form, .home form, .login form {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .incidents form select, .incidents form input, .home form select, .home form input, .login form select, .login form input {
    margin: 10px 0;
  }
  .incidents form div, .home form div, .login form div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .incidents .incidents-links, .home .incidents-links, .login .incidents-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .incidents .incidents-links a, .home .incidents-links a, .login .incidents-links a {
    margin-bottom: 10px;
  }
  .login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .login .con {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .login .con:last-child {
    padding-left: 0;
    border-left: none;
  }
}
/*# sourceMappingURL=style.css.map */