:root {
    --black: #454545;
    --orange: #EB4E0F;
    --red: #CD1719;
    --darkblue: #063955;
    --blue: #063955;
    --lightblue: #29ABE2;
    --purple: #9F5CC0;
}
html {
    height: 100%;
}
body {
    height: 100%;
    position: relative;
    margin : 0;
    font-family: "Helvetica Neue Heavy"
}
.circle-container {
    position: relative;
    max-width: 20em;
    max-height: 20em;
    width: 65vw;
    height: 65vw;
    border-radius: 50%;
    padding: 0;
    list-style: none;
    margin: 2em auto 0;
    border: solid 5px tomato;
}
.circle-small {
    width: min(55vw,250px);
    height: min(55vw, 250px);
    border: solid 5px red;
}
.circle-container > li {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: max(-10vw,-3em);
	margin-left: -5em;
    width: min(40vw,12em);
    height: min(20vw,6em);
}
/*
.circle-container > li:nth-of-type(1) {
    transform: rotate(-10deg) translate(min(14vw,13em)) rotate(10deg);
}
.circle-container > li:nth-of-type(2) {
    transform: rotate(100deg) translate(min(25vw,13em)) rotate(-100deg);
}
.circle-container > li:nth-of-type(3) {
    transform: rotate(186deg) translate(min(30vw,10em)) rotate(-186deg);
}
*/

.circle-container img {
    display: block;
    max-width: 100%;
    cursor: pointer;
}
.imgcontainter {
	display: flex;
	width: 100%;
}
.imgrow {
	width: 30vw;
	padding: 2vw;
}
.icon-low { border: solid green; }
.icon-medium { border: solid blue; }
.icon-high { border: solid red; }
.icon-I { border: solid red; }
.icon-A { border: solid red; }
.icon-B { border: none; }
.icon-C { border: none; }
.icon-GP { border: solid green; }
.icon-NAR { border: none; }
.entry { margin: 2px; }
.col-3 { text-align: center; padding-top: 8px; }

.progressbox {
	height: 100%;
	width:100%;
	display: flex;
    visibility: hidden;
	justify-content: center;
	align-items: center;
}

.progressbox span {
    display: flex;
    justify-content:center;
    align-items: center;
	height: 10vw;
	width: 10vw;
	border-radius: 5vw;
	border: tomato solid 3px;
    font-size:2rem;
}
.progressLabel {
	position: absolute;
	top: 9vh;
}
.page {
	height: 100%;
}
.page1 {
    max-width: 100%;
    height: 100%;
    background-image: url("../images/HS2-1.jpg");
    background-size: cover;
}
.page1 .card {
	background-color: rgba(245, 245, 245, 0.1);
}
.page2 {
    max-width: 100%;
    height: 100%;
    background-image: url("../images/Page2.jpg");
    background-position: center;
    background-size: cover;
}
.page3 {
    max-width: 100%;
    height: 100%;
    background-image: url("../images/HS2-2.jpg");
    background-size: cover;
}
.page3 button {
    margin: 4vw auto;
    font-size: 4vw;
    display: block;
    width: 60%;
    white-space: normal;
	background-color: var(--blue);
	color: white;
}
#page2 li{
    list-style-type:none;
    margin-top: 10px;
}

.STOP {
    text-align:center;
    padding-top: 8vh;
    cursor: pointer;
}
.STOP > img {
    height:12vh;
}
.stopicon {
    display: flex;
    justify-content: center;
}
.stopicon img {
    height:90px;
}
.stopicon h1 {
    font-size:4rem;
    padding-top:5px;
}
.riskpage {
    text-align:center;
}
.page5 {
    max-width: 100%;
   height: calc(100% - 55px);
}
.overlay {
   display: none;
   height: calc(100% - 55px);
}
#bigimg img {
   max-height: 100%;
}
#userModal {
   font-size: larger;
}
.overlay button {
   position: absolute;
   top: 63px;
   right: 8px;
   display: flex; /* or inline-flex */
   align-items: center;
   justify-content: center;
   height: 40px;
   width: 40px;
   line-height: 40px;
   border-radius: 20px;
   background-color: black;
   cursor: pointer;
   z-index: 1;
   color: white;
   font-size: 2em;
}
.response {
	width:100%;
}
.responder {
}
.urgency {
	text-align: left !important;
	max-width: 400px;
	border: 4px solid #f8f9fa;
}
.urgency input {
	margin-top: .7rem;
}
.page .card, .page .card-body {
    padding-top:0;
    padding-bottom:0;
    font-size: 1.0em;
}
.page .card { margin-top: 10px; }
.page .input-group {
    margin-top: 10px;
}
.banner {
    width:100%;
    display:flex;
    text-align: center;
    cursor: pointer;
}
#clearicon { opacity: 0.5; }
.centrebanner { flex:auto; }
.leftnav {
    float: left;
    width: calc(50% - 50px);
    display: flex;
    justify-content: space-evenly;
}
#balicon i {
	width: 32px;
	text-align: center;
}
#tagList i.fa-exclamation {
	color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
	width: 32px;
	text-align: center;
}
#tagList i.fa-check {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.hidden {
	display: none;
}

.rightnav {
    display: flex;
    justify-content: space-evenly;
    width: calc(50% - 50px);
}
.centrenav {
    display:flex;
}

.idbox {
    position: absolute;
    top: 45px;
    right: 20px;
}
@media screen and (max-width: 600px) {
    .centrenav {
        display:block;
        position: absolute;
        top: 18px;
    }
    .rightnav {
        padding-left: 100px;
        width: 100%;
    }
    .leftnav {
        padding-left: 100px;
        width: 100%;
     }
     .banner {
         flex-direction: column;
     }
}
.headicon {
    margin-top: 7px;
}
.centre {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
}
.line {
    font-size: 5vw;
    text-align: center;
    color: black;
}
.br {
    border-radius: 8px;
    border-color: var(--darkblue);
    background-color: var(--darkblue);
    color: white;
    width: 140px;
}
.bb {
    border-radius: 8px;
    border-color: var(--darkblue);
    background-color: var(--darkblue);
    color: white;
}
.bo {
    border-radius: 8px;
    border-color: var(--darkblue);
    background-color: var(--darkblue);
    color: white;
    display: inline-block;
    margin-bottom: 34px !important;
}

#gpsfile {
    display: none;
}

.custom-file-input ~ .custom-file-label::after {
    content: none;
}
#customfile {
    height: 64px;
    margin: 10px;
}
#customfile label {
    height: 60px;
}
.btn {
    border-color: var(--darkblue);
    margin-top: 4px;
	min-width: 120px;
}
.tagfilter .btn {
	min-width:180px;
	padding: .25rem 1rem;
}
.close-icon
{   position: absolute;
    display:block;
    top: 10px;
    right: 10px;
    box-sizing:border-box;
    width:20px;
    height:20px;
    border-width:3px;
    border-style: solid;
    border-color:red;
    border-radius:100%;
    background: -webkit-linear-gradient(-45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%), -webkit-linear-gradient(45deg, transparent 0%, transparent 46%, white 46%,  white 56%,transparent 56%, transparent 100%);
    background-color:red;
    transition: all 0.3s ease;
}
.imgbox {
    display: inline-block;
    position: relative;
    font-size: .8em;
}
.thumb {
    margin:10px;
}
.btn-next {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.btn-next:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}

.nextbtn {
    display: block;
	margin: 5px auto 0 auto;
    line-height: 40px;
    cursor: pointer;
    z-index: 1000;
    font-size: 2em;
	text-align: center;
}
.dropdown-menu { z-index: 4000; }
.dropdown-item.active .btn.active .dropdown-item:active {
    background-color: var(--lightblue);
}
#tagChoice .active .btn { border: solid blue; }

/* Manager */
#container {
    height: calc(100% - 54px);
	display: flex;
	flex-wrap: nowrap;
}
#container>div {
	box-sizing: border-box;
	flex: none;
	width: 100%;
}

#report .card-img-top {
    width: 48px;
	vertical-align: bottom;
}
#report .topright { float: right; }
#report .time { display: inline-block; }
.ribbon img { cursor: pointer;: }
#cluster { overflow:auto; max-height: 100%; }
#cluster img { width:60px; margin: 10px; }
#clusterModal {
   z-index: 4000;
   display: none;
   max-width: 280px;
   margin: 0 auto;
   max-height: 100%;
}
#clusterModal .modal-content { max-height: 100% }
#clusterModal .modal-body {
   overflow: auto;
   max-height: calc(100% - 70px);
   padding: 5px;
}
#reportModal .thumb { padding-bottom:15px; }
#reportModal { z-index: 4000; }
.action-head { display: inline-block; }
.action { float: right; }
.month-container {
    display: table;
}
#picModal {
    z-index:5000;
}
.badge {
    background-color: var(--black);
    color: white;
}
.dropdown-item>img {
    width:90px;
    padding: 5px;
}
.dropdown-item span {
	float: right;
}
.subtag {
	list-style: none;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
}

#toast {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: lightgreen;
  border-radius: 5px;
  font-size: x-large;
  font-family: sans-serif;
  text-align: center;
  z-index:1000;
  display: none;
}
#toast.urgent {
  background: red;
  color: white;
}

/* Login */
.wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 100%;
    padding: 20px;
}

#formContent {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background: #fff;
    padding: 30px;
    width: 90%;
    max-width: 450px;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
    text-align: center;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 25px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
    color: #cccccc;
}

h2.active {
    color: #0d0d0d;
    border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

#loginForm input[type=button], input[type=submit], input[type=reset]  {
    background-color: #56baed;
    border: none;
    color: white;
    padding: 15px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 5px 20px 40px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#loginForm input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover  {
    background-color: #39ace7;
}

#loginForm input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
    -moz-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -o-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

#loginForm input, .loginmsgbox {
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 85%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}


#loginForm input:focus {
    background-color: #fff;
    border-bottom: 2px solid #5fbae9;
}

#loginForm input::placeholder {
    color: #cccccc;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
}

.fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}

.imgcol {
    text-align: center;
    height: 10vh;
	margin-top: 25px;
	margin-bottom: 25px;
}
.cccol {
    text-align: center;
    height: 10vh;
	margin-top: 25px;
	margin-bottom: 25px;
}

.cccol img {
	height: 55px;
}

#offlineWarning {
	height: 100%;
}
#offline {
	font-size: 2rem;
	display: none;
	padding-top: 2em;
	text-align: center;
}
#offline2{
	text-align: center;
}


.underlineHover:hover {
    color: #0d0d0d;
}

.underlineHover:hover:after{
    width: 100%;
}

/* OTHERS */

*:focus {
    outline: none;
}

#icon {
    width:60%;
}

.rolelabel { margin-top:15px;}
.roleselect {margin-top: 10px; }
.workstream {margin-top: 10px; }
.grouplabel {margin-top: 25px;}
.groupbox {margin-top: 10px;}
.js-group-select {margin-top: 10px;}
.pwbox {
    margin-top: 18px;
    margin-bottom:30px;
}

.goodbad { margin-left: -5px; }
.card-risk { width: 72px; }
#risklist li { list-style-type: none; }
