﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {

    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/*Images for table Selector -- Susan */
a.selector {
    background: url(../Images/Training/RightArrow.png) no-repeat top left;
    display: block;
    width: 20px;
    height: 20px;
    text-indent: -9999px; /* hides the link text */
}

/* buttons -- Susan */
/*a.create {
    background: url(../images/Training/addGreen.gif) no-repeat top right;
    display: block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    text-align:left;
}*/

.button-create {
    display: table-cell;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-family: Arial;
    color: #eff9eb;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    text-shadow: none;
    border-color: #ffffff;
    background-color: #3ecb1c;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-width: 2px;
    border-style: solid;
    width: 102px;
    height: 32px;
    overflow: hidden;
    vertical-align: middle;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3ecb1c), color-stop(1, #26a217) );
    background: -moz-linear-gradient( center top, #3ecb1c 5%, #26a217 100% );
    background: -o-linear-gradient( center top, #3ecb1c 5%, #26a217 100% );
    background: -ms-linear-gradient( top, #3ecb1c 5%, #26a217 100% );
    background: -webkit-linear-gradient( linear, left top, left bottom, color-stop(0.05, #3ecb1c), color-stop(1, #26a217) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ecb1c', endColorstr='#26a217');
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-create:hover {
    color: #e4d6d6;
    text-shadow: none;
    border-color: #ffffff;
    filter: none;
    background: #35c06f;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-create:active {
    position: relative;
    top: 1px;
}



.button-import {
    display: table-cell;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-family: Verdana;
    color: #ece0df;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
    text-shadow: none;
    border-color: #ffffff;
    background-color: #ed640d;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    border-width: 2px;
    border-style: solid;
    width: 104px;
    height: 32px;
    overflow: hidden;
    vertical-align: middle;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ed640d), color-stop(1, #de6e18) );
    background: -moz-linear-gradient( center top, #ed640d 5%, #de6e18 100% );
    background: -o-linear-gradient( center top, #ed640d 5%, #de6e18 100% );
    background: -ms-linear-gradient( top, #ed640d 5%, #de6e18 100% );
    background: -webkit-linear-gradient( linear, left top, left bottom, color-stop(0.05, #ed640d), color-stop(1, #de6e18) );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed640d', endColorstr='#de6e18');
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-import:hover {
    color: #eee1e1;
    text-shadow: none;
    border-color: #ffffff;
    filter: none;
    background: #ee7527;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button-import:active {
    position: relative;
    top: 1px;
}



/* grouping buttons for upload*/
.buttons {
    margin-top: 20px;
}
.upload-button {
    background: #3788e5;
    border-radius: 7px;
    text-align:center;
    position: relative;
    width: 80px;
    height: 40px;
}
.upload-button .label {
    line-height: 30px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 40px;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}
.upload-button input {
    opacity: 0;
    cursor: pointer;
    font-size: 15px;
    width: 80px;
    height: 40px;
}
.upload-button:hover {
    color: #e6f0f2;
    text-shadow: none;
    border-color: #ffffff;
    filter: none;
    background: #358cee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.upload-button:active {
    position: relative;
    top: 1px;
}


/* Customize the backgroud color -- Susan */
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.navbar-inverse {
    background-color: #648bc9 !important;
    border-color: #6791d3;
}

.navbar-inverse .navbar-brand {
    color: #fff;
}

    .navbar-inverse .navbar-brand:hover,
    .navbar-inverse .navbar-brand:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-inverse .navbar-text {
    color: #fff;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #4571b7;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #333;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #4571b7;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #4571b7;
}

/* hide table row -- Susan */
hiddenRow {
    padding: 0 !important;
}

/* new styles */
.bg-info {
    background-color: #d9edf7 !important;
}
h2, .h2 {
    font-size: 1.5rem;
    margin-top: 0.3em;
}

/*label {
    font-weight: bold;
    margin-bottom: 0.3rem;
}*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.p-2 {
    line-height: 0.5rem;
    padding: 0.5rem !important;
}

.bg-primary {
    background-color: #4379b3f7 !important;
}

h3, .h3 {
    font-size: 1.25rem;
    line-height: 1;
}

.navbar {
    padding: 0rem;
}

.container {
    max-width: 1300px;
}

a {
    color: #3f7dbf;
}

.table th, .table td {
    padding: 0.3rem;
    border-top: none;
}

.table {
    color: #495057;
    margin-top: 1rem;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.dropdown-item {
    font-size: 14px;
}
 .dropdown-item.active, .dropdown-item:active {
        background-color: #adb5bd;
    }

 .dropdown-item:hover, .dropdown-item:focus {
        background-color: #dee0e3;
    }
.form-control {
    font-size: 15px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 6px;
}
.dropdown-menu.show {
    margin-top: 4px;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
select {
    height: 1.7em;
}
.btn {
    line-height: 1.1;
}

