.accordion {
    collapsible: true,
    heightStyle: "content",
    navigation: true,
    active: true
}

.accordion {
    collapsible: true,
    heightStyle: "content",
    navigation: true,
    active: true
}

/*.accordion .ui-accordion-content {
    max-height: 800px;
}*/

.well {

	border-radius:4px;
	border:1px solid #c0c0c0;
	background-color:#e9e9e9;
	padding:5px;
}

/*.ui-accordion-content, .ui-accordion-content-active {
	height: 240px;
}*/

.button {
    opacity: 1;
    transition: all 0.1s ease-in-out 0s, opacity 750ms ease 0s, transform 750ms ease 0s;
    transform: translateX(0px) translateY(0px);
    background: #243588;
    border-radius: 3px;
}

.button:hover {
    background: #ff675b;
}

button i .fa-spin {
    font-size: 16px;
}

#tabs .ui-widget-header,
div[id^=accordion] .ui-state-default {
    background-color: #243588;
    background-image: none;
}
div[id^=accordion] .ui-state-default {
    color: white
}

input.fileupload[type="file"],
input.fileupload-ref[type="file"] {
    display: none;
}
.file-upload-wrapper {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.file-upload-list {
    padding: 2px 0px;
}
.file-upload-file {
    border: 1px solid #ccc;
    width: auto;
    padding: 5px;
    float: left;
    margin: 2px 2px 0px 0px;
}
.file-upload-file i.fa-trash {
    cursor: pointer;
}

.fileupload-prog {
    width: 0%;
    height: 30px;
    margin-top: 5px;
    -moz-transition: width 0.2s linear;
    -webkit-transition: width 0.2s linear;
    transition: width 0.2s linear;
}

.add-files-ref {
    float: right;
}

.file-association-wrapper {
    margin-top: 10px;
}

.file-association-wrapper .file-associations select {
    margin-top: 2px;
    display: block;
    width: 400px;
}

.review-section {
    margin-top: 10px;
    clear: both;
}

.review-section .review-options {
    width: 100%;
    padding: 8px;
    display: block;
}

.review-section .review-notes {
    display: block;
    min-height: 120px;
}

.guidance  .fa-chevron-down.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.guidance  .fa-chevron-down.rotate.up{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}

.ahidden {
    display: none;
}

.guidance {
    color: #1e73be;
    padding-bottom: 10px;
}

.guidance div {
    padding: 10px;
}

input.error,
textarea.error {
    border: 1px solid red;
}

label.error {
    color: red;
}

#form-controls {
    float: right;
}

#form-controls button {
    margin: 5px;
}

#validationMessages {
    display: none;
    color: red;
}

.adminReviewed-dialog .ui-dialog-buttonset button.ui-corner-all{
    border-radius: unset;
}

.adminReviewed-dialog .ui-dialog-buttonset button.ui-button {
    padding: 10px 20px;
}

.adminReviewed-dialog  .ui-widget-header {
    background-color: #243588;
    background-image: none;
    color: white;
}

.adminReviewed-dialog .ui-dialog-titlebar-close {
    display: none;
}

#responseMessages, #uploadMessages {
    display: none;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 4px
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.lbl-row {
    padding: 5px 0px 5px 0px;
    background-color: #243588;
    color: white;
}
.lbl-row label {
    font-weight: bold;
    min-width: 180px;
    display: inline-block;
    padding: 5px 0px;
}
.lbl-bronze {
    background-color: #934f2f;
    color: white;
    padding-left: 5px;
    /*-webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;*/
}
.lbl-silver {
    background-color: #e6e6e6;
    color: black;
    padding-left: 5px;
}
.lbl-gold {
    background-color: #c09300;
    color: white;
    padding-left: 5px;
    /*-webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
}
.accreditation-container {
    background-color: #243588;
    padding: 10px;
    margin-bottom: 10px;
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
    font-size: 14px;
}
.accreditation-container .txt {
    display:  inline-block;
    width: 400px;
}
.accreditation-container .img {
    display: inline-block;
    width: calc(100% - 420px);
}
.accreditation-container .img img {
    height: 190px;
    padding-left: 10px;
}
.application-container {
    /*-webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;*/
    border: 2px solid #243588;
    padding: 10px;
    margin-bottom: 10px;
}
.application-container p {
    margin: 10px 0px;
}
.admin-menu {
    padding: 5px;
    border: 1px solid #243588;
    font-size: 11px;
    cursor: pointer;
    white-space: nowrap;
}

#tabs .ui-accordion-content h3 {
    color: #243487;
    font-size: 21px;
    font-family: 'Exo 2', sans-serif;
    padding-top: 0px;
}

#tabs .ui-accordion-content h4 {
    color: #1e73be;
    font-weight: bold;
}

#tabs .ui-accordion-content p,
#tabs .ui-accordion-content h3,
#tabs .ui-accordion-content h4 {
    margin-bottom: 8px;
}

#tabs .ui-accordion-content li {
    list-style: disc;
    margin-left: 15px;
}

.guidance-toggle {
    font-weight: bold;
}

.guidance div a{
    text-decoration: underline
}

table tr:first-child td {
    border-top: #e7e7e7 1px solid !important;
}

@media screen and (max-width: 680px) {
    #form-controls {
        display: block;
        float: none;
    }
}