h1,h2,h3,h4,h5,h6, .big-label {
    font-family:"Ubuntu",Arial,Helvetica,sans-serif;font-style:normal;
}

.required:after {
  content:"*";
  color:red;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}


body {
  display: -ms-flexbox;
  align-items: center;

}

#login-container {
    z-index: 50;
}

#form-container {
    max-width: 960px;
}

.hidden-content {
    display: none;
}


.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}


h1 {
    text-align: center !important;
}

.modal-header-error {
    background: #f5c6cb;
}

.modal-header-success {
    background: #d4edda;
}

.modal-header {
    border-bottom: 1px solid #000;
}

.modal-subheader {
    font-weight: 620;
}


.button-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    float: left;
    position: absolute;
    left: 12px;
    top: 6px;
}

.gathering-button {
	height: 100px;
}

@media only screen and (max-width: 900px) {
    .button-icon {
        float: left;
        position: absolute;
        left: 3px;
    }
}

@media only screen and (max-width: 400px) {
    .button-icon {
        float: left;
        position: absolute;
        left: 2px;
        top: 16px;
    }
    .btn {
        min-height: 60px;
    }
}

.btn {
    font-size: 16px;
    font-weight: 620;
}

.button-text {
    font-size: 16px;
    font-weight: 620;
}

@media only screen and (max-width: 400px) {
    .button-text {
        font-size: 12px;
        margin-left: 21px;
        font-weight: 620;
    }
}

.close-button {
    position: static;
    margin-top: -20px;
    margin-right: -10px;

}

.close-span {
    font-size: 2.5rem;
    font-weight: 900;
    position: static;
}

h2 {
    color: #003c71;
}

.btn-light-blue {
    background: #0077ca;
    color: #fff
}

.btn-blue {
    background: #003c71;
    color: #fff
}

.btn-primary {
    background: #ff6a38;
    color: #000;
    border-color: #e75d2a;
}

@media only screen and (max-width: 400px) {
    .btn-primary {
        font-size: 1rem;
    }
}

.btn-light-blue:hover {
    color: white;
}

.btn-blue:hover {
    color: white;
}

.btn-primary:hover {   
    background: #e75d2a;
    color: #fff;
    border-color: #e75d2a;
}

.btn-primary:active {
    background: #e75d2a;
    color: #fff;
    border-color: #e75d2a;
}

.btn-primary:disabled {
    background: #e75d2a;
    color: #fff;
    border-color: #e75d2a;
}

.btn-lg {
	font-size: 2.0rem;
}


legend {
    font-size: 1rem;
}

h6 {
    font-weight: normal;
}


#admin-container {
    padding-left: 50px;
    padding-right: 50px;
}


.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }
.border-top-gray { border-top-color: #adb5bd; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-condensed { line-height: 1.25; }

.big-label {
    font-size: 1.6rem;
    font-weight: bold;
}

.custom-select {
    cursor: pointer;
}

.signout-button {
    z-index: 999;
    position: absolute;
    right: 10px;
    top: -15px;
    min-width: 150px;
    min-height: 50px
}

@media only screen and (max-width: 600px) {
    .signout-button {
        top: -40px;
    }
}

@media print {
  body {
    zoom: 110%;
  }
}

table.dataTable tbody tr.stripe1 {
    background-color: #E8E8E8;
}
table.dataTable tbody tr.stripe2 {
    background-color: #c0c0c0;
    border-bottom: solid #c0c0c0;
}


.data-header {
    font-weight: bold;
}

.ui-dialog-titlebar-close {display: none }

.ui-dialog { z-index: 1500 !important ;}

.breadcrumb-item a {
    color: #003c71;
    text-decoration: none;
}

.breadcrumb-item a:hover {
    text-decoration: underline dotted;
}

.breadcrumb-item.active {
    color: #505050;
    font-weight: 600;
}

.paginate_button {
	padding: 0em !important;
}

.dataTables_length {
	min-width: 500px;
}

table.dataTable tbody tr.selected>* {
    box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
    color: rgb(255, 255, 255);
}

table.dataTable tbody tr.selected a {
    color: rgb(9, 10, 11);
}

.dt-buttons .btn {
	margin: 0.25em;
	background-color: #003C71;
	border-color: #003C71;
}

.survey-option {
	cursor: pointer;
	user-select: none;
	min-height: 482px;
}

.survey-option-selected {
	border: 1px solid #003C71 !important;
	color: #FFFFFF;
	background-color: #0077CA;
	transform: scale(1.03);
}

.survey-option-selected .btn-light-blue {
	background-color: #003C71;
}

.survey-option:hover {
	transform: scale(1.03);
	border: 1px solid #0077CA;
}

.survey-option .card-body {
  display: flex;
  flex-direction: column;
}


.table tr.even.disabled-row {
    background-color: #C0C0C0; 
}

.table tr.odd.disabled-row {
    background-color: #C0C0C0;
}

.table tr.even {
    background-color: #FFFFFF; 
}

.table tr.odd {
    background-color: #F0F8FF;
}


.dt-paging-button {
	padding: 0em !important;
}