.wrapper {
    font-size:16px;
}
h1 {
    margin: 0 0 10px 0;
}
.appLinks a {
    font-weight: bold;
    text-transform: uppercase;
}
.button {
    border: solid 2px;
    padding: 10px;
    margin: 5px;
    display: block;
    max-width: 250px;
    text-align: center;
    color: white;
    background: none;
    cursor: pointer;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.button:hover {
    background: #f1c40f;
}

.button.rounded {
    border-radius: 10px;
}
#project_attachments {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
#viewproject {
    max-width: 450px;
    margin: 15px auto;
}
#view_project_wrapper {
    width: 100%;
}
#previous_messages {
    height: 38vh !important;
    overflow-y: scroll;
    padding-right: 5px;
    margin-bottom: 10px;
}
#viewArchive .modal-body {
    display: flex;
    flex-flow: column;
}
.alert-heading {
    font-size: 22px;
    font-weight: bold;
}
#projects .form-check-input {
    display: initial;
}
#projects .form-check-label {
    margin-left: 6px;
}
#projects .form-check {
    margin-bottom: 5px;
}
button.close {
    font-size: 25px;
}
.modal-title {
    font-size: 20px;
    font-weight: bold;
}
#user_gallery_modal .carousel-inner {
    display: flex;
    flex-flow: row;
    justify-content: center;
}
#user_gallery_modal .carousel-item {
    width: initial;
}
.popover-header {
    font-size: 12px;
    font-weight: bold;
}
.popover-body {
    font-size: 12px;
}
.carousel-control-prev,.carousel-control-next {
    background: white;
    opacity: 0.45;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23444' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.btn {
    font-size: 16px;
    margin:5px;
}
.btn-outline-primary {
    color: #f1c40f;
    border-color: #f1c40f;
}
.btn-outline-primary:hover {
    background-color: #e1b60a;
    border-color: #e1b60a;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f1c40e;
    border-color: #f1c40e;
}
.tabcontent .page-help {
    float: right;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#project_actions .card-title {
    font-size: 16px;
    text-align: center;
    width: 100%;
    font-weight: bold;
}
textarea#bidNotes {
    font-size: 16px;
}
input#bidAmount {
    font-size: 16px;
}
.modal-body .btn-group label {
    color: white;
    font-weight: normal;
}
.btn-group label.active {
    font-weight: bold;
}
div#biddingSearchResultsDisplay {
    padding-left: 15px;
    padding-right: 15px;
}
#biddingSearchResultsDisplay .projectTitle {
    width: 55%;
}
div#biddingPlaceBid small {
    color: #444 !important;
}
.row-header {
    font-weight: bold;
    border-bottom: 1px solid #444;
    margin: 15px 0 10px 0;
}
.bidContainer .row:nth-child(2n) {
    background: #fae9a4;
}
.message{
    margin: 5px;
    flex-flow: column;
    border-radius: 15px;
    padding: 10px;
}

.fromMe {
    background: #fdeeb2;
    align-items: flex-end;
    margin-left: 50px;
}
.message.toMe {
    background: #eee;
    margin-right: 50px;
}
span.messageDate {
    font-size: 10px;
}
.unreadMessages {
    font-weight: bold;
}
#messageContent {
    font-size: 16px;
}

#project_actions .card-body {

    padding-top: 0px;
    display: flex;
    flex-flow: column;

}
#project_actions {
    background: #f1c40f33;
}
.btn-primary {
    background-color: #f1c40f;
    border-color: #f1c40f;
}
.btn-primary:hover {
    background-color: #e1b60a;
    border-color: #e1b60a;
}
.btn-secondary {
    background-color: #444;
    border-color: #444;
}
.card {
    padding: 15px;
}
.media {
    border: solid 2px #444;
    padding: 5px;
    border-radius: 5px;
}
.media img {
    margin-right: 5px;
}
.media-body h5 {
    font-size: 16px;
    font-weight: bold;
}
.dashboard_section {
    border: solid;
    padding: 15px;
    margin-bottom: 15px;
    margin-right:15px;
}
/*.cover_photo .gallery_thumbnail::after {
    content: "*";
    position: relative;
    bottom: 81px;
    font-size: 60px;
    color: #e1b60a;
    right: 27px;
}*/
#album_images {
    max-height: 80vh;
    overflow-y: auto;
}
#album_images td {
    padding: 5px;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    background: #0000004d;
    z-index:9999;
    display:none;
}

#loading .spinner {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    margin:0;
}
#editPhoto .modal-content, #changeGallery .modal-content {

    background: #f3e199;
    box-shadow: 2px 2px 2px black;

}
#user_galleries .card {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#user_galleries .card-title {
    text-align: center;
}
#gallery_images .card img {

    display: block;
    max-width: 448px;
    max-height: 500px;
    width: auto;
    height: auto;

}
#gallery_images {

    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;

}
#gallery_images .card {

    margin-bottom: 10px;
    max-width: 450px;

}
#gallery_images .card-title {

    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #444;

}
.card.gold {
    background: gold;
}
.card.silver {
    background: silver;
}
.card .subscribed {
    position: relative;
}
.card .subscribed span {

    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;

}
.login-forgot-password a {
    color: white;
}
#gallery_images .card-text {

    font-size: 13px;

}
#imageSubscription .modal-dialog {
    max-width: 600px;
}
.change_gallery_card {

    background: #e3d8ae;

}
#loading .double-bounce2 {
    background: #f1c40f;
}
#loading .double-bounce1 {
    background: white;
}
.change_gallery_card {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.change_gallery_card .card-body {
    padding-bottom: 5px;
    display: flex;
    flex-flow:column;
    align-items: center;
    justify-content: center;
}
.make_cover_photo {
    position: relative;
    bottom: -5px;
    width: 150px;
    right: 155px;
    border-radius: 0;
    margin-top: -17px;
    margin-right: -140px;
}
.cover_photo .makeCoverButton {
    display:none;
}
td .photo_title {
    min-width: 115px;
    display: block;
    text-align: center;
}
.modal small {
    color: #444 !important;
}
.gallery_thumbnail .badge {
    position: absolute;
    width: 100%;
}
.gallery_thumbnail {
    position:relative;
    width: 150px;
    padding: 0px !important;

}
tr.gallery_image {

    margin-bottom: 10px !important;
    display: block;

}
.cover_photo .make_cover_photo {
    display: none;
}
/*.not_cover {
    height: 159px;
    display: block;
}*/
#gallery_choice .col-6 {
    margin-bottom: 8px;
}
.change_gallery_card .card-body .card-title {
    font-weight: bold;
    text-align: center;
}
#galleries .col-6 {
    margin-bottom: 15px;
}
.btn-group-vertical button {

    margin: 0;

}
.hidden {

    display: none;

}
#addPhotos .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}
#subcontractor_info {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}
#subcontractor_info img {
    border-radius: 50%;
    margin: 5px;
}
#project_container > div a {

    width: 300px;

}
#project_container > div {

    padding: 5px 15px;
    background: #fae9a4;

}
#project_container > div:nth-child(2n) {

    background: white;

}
.dash_status {

    text-transform: capitalize;

}
#project_container > div a {

    display: block;

}
a#suscribe {

    color: white;
    text-decoration: none;
    max-width: 450px;
    margin: 5px auto;

}
.user_messages input[type="checkbox"] {
    display: initial;
    margin-left: -10px;
    width: 22px;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.dash_sub {

    float: right;
    text-transform: capitalize;

}
div#profile_fields {
    display: flex;
    flex-flow: column;
}
/*div#dashboard_sections {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}*/
.admin_bar {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    width: 100%;
    margin-top: 15px;
}
textarea {
    font-weight: bold;
    color: #444;
    border-radius: 5px;
    width: 300px;
    height: 100px;
}
select {
    font-weight: bold;
    color: #444;
    border-radius: 5px;
    height: 26px;
}
input[type=file] {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
input[type=file] + label {
    color: white;
    background-color: #f1c40e;
    margin-top: 5px;
    display: inline-block;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

input[type=file]:focus + label,
input[type=file] + label:hover {
    background-color: #f1c40f;
}
/*Login Screen*/
div#login-wrapper {
    margin: 0 auto;
    padding: 30px;
    background: url(../images/login-bg.jpg);
    background-size: cover;
    border-radius: 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-position: top right;
}
#login-wrapper p, #login-wrapper p label {
    color: white;
    font-size: 16px;
    display: flex;
    flex-flow: column !important;
    justify-content: flex-start;
    align-items: flex-start;
}
.filled.primary {
    background-color: #f1c40f;
}
.filled.primary:hover {
    color:#444;
}
.menu ul {
    display: flex;
    justify-content: space-evenly;
    background: #f1c40f;
    height: 50px;
    align-items: center;
}
.menu ul li {
    list-style: none;
}
.menu ul li a {
    color: white;
}
.filled.secondary {
    background: #444;
}
.filled.secondary:hover {
    color: #f1c40f;
}
#login-wrapper .button {
    display: block;
}
#login-wrapper #loginform > p.login-submit, #login-wrapper #loginform > p.login-remember label {
    flex-flow: row !important;
    justify-content: center;
    align-items: center;
}
p.login-submit input {
    min-width:250px;
    border-radius:10px;
}
/*input[type="radio"],
input[type="checkbox"]{
  display: none;
}
.radio_check label {
  position: relative;
}
.radio_check span::before,
.radio_check span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.radio_check span.radio:hover {
  cursor: pointer;
}
.radio_check span.radio::before {
  left: -52px;
  width: 45px;
  height: 25px;
  background-color: #eee;
  border-radius: 50px;
}
.radio_check span.radio::after {
  left: -49px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #444;
  transition: left .25s, background-color .25s;
}
input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #f1c40f;
}
span.checkbox label {
    background: #444;
    display: block;
    margin: 5px;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
    box-shadow: #444 2px 2px 2px;
    cursor: pointer;
}
span.checkbox input:checked + label {
  background:#f1c40f;
  color:#444;
  box-shadow:inset 1px 1px 1px;
}
span.check_container {
    max-width: 300px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}*/
.form-group legend {
    color: white;
    margin-right: 5px;
    font-weight: bold;
}
small.form-text {
    color: white !important;
}
span.title {
    width: 100%;
    color: white;
}
span.radio_check {
    margin-left: 55px;
}
.radio_check label {
    margin-bottom: 10px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
    border-radius: 5px;
    border: none;
    line-height: 26px;
    padding: 0 5px;
    color: #444;
    font-weight: bold;
}
.login-form p.submit input {
    margin: 0 auto;
    min-width: 250px;
    border-radius:10px;
}
input:focus {
    box-shadow: #f1c40f 0px 0px 1px 2px;
}

#get_projects .modal-body {
    display: flex;
    flex-flow: column;
}
#get_projects .modal-body > a {
    width: 100%;
    padding: 5px 15px;
    margin: 5px;
    background: #444;
    color: white;
    cursor: pointer;
}
#project_container {

    display: flex;
    flex-flow: column;

}
#get_projects .modal-body > a:hover {
    background: #f1c40f;
}



/*profile page*/
div#profile_form {
    padding: 25px;
     background-size: cover;
    border-radius: 25px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-position: center center;
}
div#user_profile p {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}
.form_column {
    display:flex;
    flex-flow:column;
    margin-right:25px;
}

.subshop_form label {
  color:white;
}
#user_profile_form .submit input {
    margin: 0 auto;
}
form#user_profile_form {
    background: #444;
    padding: 30px;
    border-radius: 25px;
}
.subshop_form p {
    color: white;
}
div#form_success h2 {
    color: white;
}

.form-group {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
}
.user_data {
    background: #444;
    color: white;
    display: flex;
    flex-flow: row wrap;
    padding: 25px;
    border-radius: 10px;
    margin-top: 10px;
    width: 45%;
    margin-right:10px;
    min-width: 350px;
}
#user_search_display span.profile_pic {
    width: 150px;
    height: 150px;
}
.blured_text {
    color: transparent;
    text-shadow: white 0px 0px 7px;
}
#search_container legend {
    color: #444;
    font-weight: bold;
}
#user_search_display span.profile_pic img {
    border-radius: 50%;
}
.contact_info {
    width: 67%;
    display: flex;
    flex-flow: column;
    margin-left: 5px;
}
.contact_info a {
    color: #f1c40f;
}
.about_company {
    display: flex;
    flex-flow: column;
    margin-top: 10px;
    border-top: dashed;
    width: 100%;
    padding-top: 10px;
}
div#search_buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}
span.profile_pic svg {
    margin: 25px auto;
    display: block;
}
div#user_search_display {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

.bidTicket svg {
    font-size: 30px;
    color: #f1c40e;
    margin-left: 20px;
}

.login-success {
    width: 260px;
}
div#form_errors {
    display: flex;
    flex-flow: column;
}
form#subshop_upload_image_form {
    background: #444;
    padding: 25px;
    border-radius: 10px;
    color: white;
}
#subshop_upload_image_form input[type=file] + label {
    background-color: #f1c40f;
}
div#upload_credentials {
    display: flex;
    flex-flow: row wrap;
}
.message_content a {
    color: white;
    text-decoration: underline;
}
#uploads input[type="checkbox"] {
    display: unset;
}
p#deleted_message {
    font-weight: bold;
    text-align: center;
    background: #f1c40f69;
    padding: 5px;
    width: 100%;
}
.message_project_name {
    margin-left:15px;
}
img.ajax_loading {
    width: 25px;
    margin: 0 auto;
    display: block;
}
div#upload_credentials {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
}

#subcontractor_creds thead {
    color: white;
    padding: 15px;
    border-top-right-radius: 10px;
}
table#subcontractor_creds {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #444;
}
#subcontractor_creds tbody tr {
    background: #fae9a4;
    border-bottom: #444 solid 2px;
}
#subcontractor_creds tbody tr:nth-child(odd) {
    background: white;
}
#subcontractor_creds th {
    border-right: solid white 1px;
    padding: 5px 20px;
}
#subcontractor_creds th:last-child {
    border-right: none;
}
#subcontractor_creds td {
    text-align: center;
}
span#profile_pic img {
    margin-bottom: 15px;
}
#message {
    display: flex;
    border-left: #f1c40f solid 5px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 20px;
    background: #fae9a4;
}
.login-form {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
div#register_form {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#registerform {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
#primary_buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom: 15px;
}
#filter_tags {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000060;
    z-index: 16000;
    display: none;
    align-items: center;
    justify-content: center;
}
#filter_tags #internal_box {
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: black 4px 4px 4px;
    z-index: 16001;
}
#filter_functions {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
}
#hide_filters {
    font-size: 25px;
    text-decoration: none;
    margin-right: 10px;
    font-weight: bold;
    display: block;
    text-align: center;
    line-height: 25px;
    color: #f1c40f;
    margin-top: 5px;
    cursor: pointer;
}
#search_container .form-check label {

    font-weight: normal;

}
#hidden_upload_images {

    display: none;

}
.modal-body label {
    color: #444;
    font-weight: bold;
}
.modal-body input {
    border: solid 1px;
}
.btn-group > .btn {

    margin: 5px 0;

}
#uploadGallery .modal-body {

    max-height: 80vh;
    overflow-y: auto;

}
.modal-body #upload_images input[type="file"] {
    width: unset;
    height: unset;
    opacity: unset;
    overflow: unset;
    position: unset;
    z-index: unset;
    border: none;
}

div#biddingSearchResultsDisplay .row {
    margin-bottom: 10px;
}
.pagination button.page-link {
    color: #f1c40e;
}
.pagination .page-item.active button.page-link {
    background-color: #f1c40e;
    border-color: #f1c40e;
}
ul.pagination {
    margin-top: 15px;
}
fieldset.form-group {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px;
}
.form-check label {
    margin-left: 5px;
}
.form-check-inline label {

    margin-bottom: 0;
    margin-left: 3px;
    margin-right: 5px;

}
#search_container label, #search_container span.title {
    color: #444;
    font-weight: bold;
}
#search_container input {
    border: solid #444 1px;
}
#search_container .checkbox label {
    color: white;
}
#search input#wp-submit {
    margin: 0 auto;
    width: 250px;
    font-weight: bold;
}
#search input#wp-submit:hover {
    color: white;
    border-color: #f1c40f;
}
#search_container p {
    margin: 10px 0;
}
.button.center {
    margin: 0 auto;
}
input#message_text {
    border: solid 2px #444;
}

.user_message {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    color: white;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: black 2px 2px 2px;
    border-radius: 40px;
}
.message_from_me {
    background: #444;
    flex-flow: row-reverse wrap;
    border-bottom-right-radius: 0;
    margin-left: 70px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+1,3d3d3d+100 */
    background: rgb(68,68,68); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(68,68,68,1) 1%, rgba(61,61,61,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(68,68,68,1) 1%,rgba(61,61,61,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(68,68,68,1) 1%,rgba(61,61,61,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#3d3d3d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.message_to_me {
    background: #f1c40f;
    border-top-left-radius: 0;
    margin-right: 70px;
}
span.message_date {
    width: 100%;
    font-size: 10px;
    text-align: center;
}
.message_profile_pic img {
    border-radius: 50%;
}
.message_content {
    padding: 0 10px;
    max-width: 300px;
}
div#dashboard_messages {
    display: flex;
    flex-flow: column;
}
span.user_messages.unread {
    font-weight: bold;
}
.message_profile_pic svg {
    width:50px;
    height: 50px;
}
.message_from_me .message_date {
    color: #cecdcd;
}
p#upload_error {
    width: 100%;
}
.alert-danger a {
    color: #761c24;
    text-decoration: underline;
}
.alert-danger a:hover {
    color: #dc3545;
}


/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 25px;
}
/*div#profile {
    display:block;
}*/
button.tablinks {
    background-color: #444;
    color: white;
    border: none;
    padding: 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-right: 1px;
}
button.tablinks:hover {
    color: #f1c40f;
    padding-top: 15px;
}
button.tablinks.active:hover {
    color: white;
}
button.tablinks.active {
    background-color: #f1c40f;
    font-weight: bold;
    padding-top: 15px;
    max-height: 43px;
}
#conversationList .row.unread {
    font-weight: bold;
}

div#dashboard_items {
    border: #444 solid;
    border-radius: 10px;
    border-top-left-radius: 0;
}
.tabcontent #subcontractor_creds {
    width: 900px;
}
.tabcontent #uploads {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
a#upload_images, a#upload_credentials {
    margin: 15px auto;
}
.tabcontent td {
    padding: 9px 5px;
}
span.user_messages {
    background: #fae9a4;
    padding: 5px 15px;
}
span.user_messages a {
    color: #444;
}
span.user_messages:nth-child(even) {
    background: transparent;
}
span.user_messages a svg {
    margin-right: 7px;
    font-size: 20px;
}
.user_messages span.last_updated {
    float: right;
}
span.unread_count {
    background: red;
    padding: 3px 7px;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    top: -18px;
    left: -14px;
}
.tabcontent form#search {
    margin: 0 auto;
    width: 380px;
    border: solid 1px;
    padding: 10px;
}

.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

/*suscribe page*/
/**
 * The CSS shown here will not be introduced in the Quickstart guide, but shows
 * how you can use CSS to style your Element's container.
 */
.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  width:100%;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}
div#cc_info, #subscription_cancel {
    max-width: 500px;
    background: #444;
    color: white;
    padding: 25px;
    border-radius: 15px;
    margin: 0 auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 25px;
}
#cc_info h2, #subscription_cancel h2 {
    margin: 0;
    text-align: center;
}
#cc_info span.radio_check {
    display: flex;
    flex-flow:column;
}
#plans label {
    margin-left: 7px;
}
.btn-group-toggle .btn-primary.active {
    background-color: #3b5999 !important;
    border-color: #3b5999 !important;
}

form#create {
    background: #444;
    padding: 25px;
    border-radius: 25px;
}
#image_alerts {
    display: flex;
    flex-flow: column;
}
.hide {
    display: none;
}
#projectInvoice .list-group-item {
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.invoice_details {

    display: flex;
    font-size: 14px;
    justify-content:space-around;

}
#accordionInvoices .card {

    padding: 0;

}
#accordionInvoices .paid {
    color: #28a745;
}
.login-form #form_errors {
    color: white;
}
.user_role_contractor .invoice_actions {
    display: none;
}
.invoice_details {

    border-bottom: dashed 1px #aaa;
    padding-bottom: 5px;

}
#accordionInvoices .card-header button {

    display: flex;
    justify-content: space-between;
    width: 100%;
    flex-flow:row wrap;

}
#accordionInvoices .invoice_status {

    text-transform: capitalize;

}
.invoice_content {

    margin-top: 10px;

}
.invoice_details > * {

    width: 30%;

}
div#user_gallery {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000060;
    z-index: 16000;
    align-items: center;
    justify-content: center;
    display: flex;
}
.gallery_images > img {
    max-width: 80px;
    max-height: 80px;
    cursor:pointer;
}
.gallery_images {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    background: #ffffffab;
    padding: 5px;
    border-radius: 5px;
    color: black;
    font-size: 13px;
    width: 15%;
    height: 130px;
    margin-bottom: 5px;
}
#user_gallery > div {
    display: flex;
    flex-flow: row wrap;
    background: white;
    border-radius: 25px;
    padding: 20px;
    justify-content: center;
    align-items: center;
    width: 750px;
    max-height: 95vh;
    overflow: hidden;
}
#user_gallery #gallery_close {
    width: 100%;
    text-align: right;
    color: #f1c40f;
    font-size: 25px;
    cursor: pointer;
    font-weight: bold;
}
#main_image {
    width: 100%;
    display: flex;
    justify-content: center;
}
#main_image img {
    max-width: 500px;
    max-height: 500px;
}
div#thumbnails {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 10px;
    width: 100%;
    background: #00000070;
    align-items: center;
    padding: 15px;
    color: white;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
@media only screen and (max-width: 1200px) {
    #galleries .col-6 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    #galleries .media .btn-group {
        flex-flow: column;
    }
    #galleries .media .btn-group button {
        margin: 0 5px;
    }
    #galleries .media .btn-group button.btn-outline-secondary {
        border-bottom: 0;
    }
}

@media only screen and (max-width : 1024px) {
    .tabcontent #subcontractor_creds {
        width: unset;
    }
    form#subshop_upload_image_form {
        margin-bottom: 5px;
    }

}

@media only screen and (max-width : 580px) {
    .photo_title {
        min-width: 0px;
    }
    div#project_details {
        max-width: 100%;
    }
    .make_cover_photo {
        width: 100%;
        right: 6px;
        bottom: 14px;
        font-size: 14px;
    }
    #get_projects .modal-footer {
        flex-flow: row wrap;
        justify-content: center;
    }
    #cc_info span.radio_check {
        margin-left: 5px;
    }
    .tabcontent {
        padding: 5px;
    }
    
    #imageSubscription .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    #gallery_list .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
    }
    div#dashboard_sections {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    button.tablinks {
        border-radius: 0;
        margin-bottom: 2px;
    }
    button.tablinks {
        width: 100%;
    }
    span.tab_wrapper {
        width: 100%;
    }
    span.unread_count {
        left: -12px;
        top: -11px;
    }
    span.unread_count {
        position: unset;
        width: 100%;
        display: block;
        border-radius: 0;
        margin-top: -2px;
        margin-bottom: 3px;
        text-align: center;
        font-size: 14px;
    }
    span.unread_count::before {
        content: 'Unread Message(s): ';
    }
    .form_column {
        margin-right: unset;
    }
    div#user_profile p {
        align-items: stretch;
    }
    .profile_pic {
        display: flex;
        justify-content: center;
        margin-bottom: 5px;
    }
    div#profile_form {
        padding: unset;
    }

    .admin_bar {
        flex-flow: column;
        align-items: center;
        margin: 0 auto;
        width: 100%;
    }
    #subcontractor_creds th {
        padding: 5px;
    }
    #uploads input.button {
        margin: 0 auto;
    }
    .tabcontent form#search {
        width: unset;
    }
    .user_data {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        margin: 10px 5px;
    }
    .contact_info {
        width: 100%;
    } 
    .admin_bar a {
        width: 100%;
    }
    div#dashboard_items {
        border-top-left-radius: 10px;
    }
    .form_column p {
        margin: 5px;
    }
    .message_from_me {
        margin-left:20px;
    }
    .message_to_me {
        margin-right: 20px;
    }
    .message_content {
        max-width: 250px;
    }
}
