﻿html,
body {
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 15px;
}

body {
    background-color: #E6E6E6;
}


.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    /*.form-signin i.fa {
        position: absolute;
        top: 6px;
        left: 20px;
        color: blue;
        font-size: 22px;
        z-index: 9999;
    }*/

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-control {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        padding-left: 10px !important;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 0px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }



/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 0px;
    }

    .body-content {
        padding: 0;
    }
}

.thead-dark {
    height: 20px;
    font-size:small;
}


    .thead-dark a:link {
        color: rgba(255, 255, 255, 0.5);
        font-weight: normal;
    }


    .thead-dark a:hover {
        color: rgba(255, 255, 255, 1);
        font-weight: normal;
    }

.table tr td div.btn-group {
    visibility: hidden;
}

.table tr:hover td div.btn-group {
    visibility: visible;
}

.jumbotron {
    /*background-image: url('../Images/bgheader2.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(192,192,192,.8);
}

.containerbg {
    background-color: #f5f5f5;
}

.grouporderrow {
    font-size: 15px;
    background-color: #77848e;
    color: White; /*background-image: url('../Images/bgsubheadertable.png');*/
    background-repeat: repeat-x;
    padding: 0px 0px 0px 70px;
    margin-left: 40px;
    background-repeat: no-repeat;
    height: 40px;
}


.groupdoccat {
    color: #1A61A8;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
}

.update-panel {
    position: relative;
}

.update-progress {
    background: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: .8;
    filter: alpha(opacity=80);
    zoom: 1;
    z-index: 9998;
}

.update-progress-gif {
    /*background: url(../Images/indicator.gif) top left no-repeat;*/ 
    position: absolute;
    top: 40%;
    width: 50%;
    left: 50%;
    height: 50%;
    z-index: 9999;
}


#map_canvas {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: 0px;
    right: 0;
    z-index: -1;
}

.maplegend {
    padding: 3px;
    margin: 2px;
}

.mapsubloc {
    font-size: 10px;
    color: #666666;
}

.mapfotodescription {
    font-size: 10px;
    color: #000000;
}

.herologin {
    width: 100%;
    height: 100%;
    background: url('../Images/BackgroundLogin.jpg')no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    z-index: -1;
}
.hero {
    height: 450px;
    background: url('../Images/bgheader2.png')no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: -1;
}

    .hero:after {
        content: '';
        background-color: rgba(0,0,0,.2);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

.vertical-center {
    min-height: 80%; /* Fallback for browsers do NOT support vh unit */
    min-height: 80vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.failureNotification {
    position: absolute;
    color: red;
    margin-left: 5px;
    margin-top:-25px;
    
}


.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f107";
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


.select2-selection {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    color: #555555;
    font-size: 1rem!important; 
    font-weight: 400;
    outline: 0;
    min-height: 40px;
    text-align: left;
}

.select2-selection__rendered {
  margin: 3px;
}

.select2-selection__arrow {
  margin: 3px;
}