﻿body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    background-color:black;
}

#reportContainer {
    height: 98%;
    width: 100%;
    max-width: 100%;
}

#dashboardContainer {
    height: 920px;
    width: 100%;
    max-width: 1320px;
}

    #dashboardContainer iframe {
        border: none;
    }

#buttonsWrapper {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

a:hover, a:visited, a:link, a:active {
    text-decoration: none;
    cursor: pointer;
}

#buttonsWrapper a {
    /*background-color: rgb(36, 169, 225);*/
    background-color: yellowgreen;
    color: black;
    padding: 5px 30px;
    margin: 5px;
    width: 200px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

    #buttonsWrapper a:hover {
        font-size: 120%;
    }

#buttonsWrapper-small a {
    background-color: yellowgreen;
    border: none;
    color: black;
    padding: 3px 3px;
    margin: 5px;
    width: 65px;
    height: 20px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

    #buttonsWrapper-small a:hover {
        font-size: 100%;
    }

#tileContainer {
    width: 400px;
    height: 350px;
}

.infoBox {
    margin-top: 30px;
}







/*body, html {
    height: 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));
}*/

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Form styles*/
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn.btn-signin:hover,
    .btn.btn-signin:active,
    .btn.btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

#pageloaddiv {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: url('../../Images/loading5.gif') no-repeat;
}


#navigation {
    font-size: 0.75em;
    width: 200px;
    padding: 5px;
}

    #navigation ul {
        margin: 0px;
        padding: 0px;
    }

    #navigation li {
        list-style: none;
    }

ul.top-level {
    /*background: #fff;*/
}

    ul.top-level li {
        margin: 0 0 3px 0;
        border: solid 1px #cccccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        /*background-color:black;*/
    }

#navigation a {
    color: #666;
    cursor: pointer;
    display: block;
    height: 25px;
    line-height: 25px;
    text-indent: 10px;
    text-decoration: none;
    width: 100%;
}

    #navigation a:hover {
        text-decoration: none;
        color: black;
    }



#navigation li:hover {
    background: #91d400;
    position: relative;
    
}

ul.sub-level {
    display: none;
}

li:hover .sub-level {
    background: #fff;
    border: #fff solid;
    border-width: 1px;
    display: block;
    position: absolute;
    left: 150px;
    top: 5px;
}

ul.sub-level li {
    border: none;
    float: left;
    width: 150px;
}



/************ Second Level ****************/
#navigation .sub-level {
    background: #fff;
    border: solid 1px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    /************ Third Level ****************/
    #navigation .sub-level .sub-level {
        background: #fff;
        margin: 0 1px 0 0;
    }

/* Display one level after another */
li:hover .sub-level .sub-level {
    display: none;
}

.sub-level li:hover .sub-level {
    display: block;
}

.btn {
    background: #91d400;
    color: #fff;
    display: block;
    height: 35px;
    line-height: 25px;
    /*text-indent: 10px;*/
    text-decoration: none;
    font-size: 0.50em;
    /*width: 100%;*/
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #91d400;
}

.bg-dark {
    background-color: #000 !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
    color: lawngreen;
}

#navigation img {
    display: block;
    margin-top: 200px;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align:middle;
}

div.tile {
    display: table-cell;
    /*float: left;*/
    border: 1px solid #dfe1e5;
    width: 205px;
    height: 120px;
    margin: 10px;
    background-color: white;
    box-shadow: 5px 5px 5px grey;
    padding: 12px;
    border-radius: 15px 15px 15px 15px
}

div.image {
    width: 200px;
    height: 120px;
}

div.title {
    font-weight: bold;
    vertical-align: baseline;
}

ul.listView li {
    border: 1px solid black;
    float: left;
    width: 205px;
    height: 120px;
    margin: 5px;
}

ul.listView li img {
    width: 200px;
    height: 50px;
}

ul.listView li div {
    padding: 5px;
    width: 160px;
}

ul.listView li div.title {
   font-weight: bold;
   vertical-align: baseline;
}

ul.breadcrumb {
    padding: 4px 8px;
    list-style: none;
    background-color: inherit;
    font-weight: bold;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}

ul.breadcrumb li + li:before {
    padding: 2px;
    color: black;
    font-weight: normal;
    content: ">\00a0";
}

 ul.breadcrumb li a {
    color: gray;
    text-decoration: none;
 }

 ul.breadcrumb li a:hover {
    color: #92d400;
    text-decoration: none;
}

.ui.fixed.menu,
.ui[class*="top fixed"].menu {
    top: 60px;
    left: 0px;
    right: auto;
    bottom: auto;
}

div.form-group{
    margin: 5px 0px 5px 0px;
}