﻿body {
    background: #eee;
}

header {
    background: #fff;
}

form {
    max-width: 700px;
    margin: 0 auto 100px;
    margin-top: 100px;
    box-shadow: 0 0 37px 0 rgba(0, 0, 0, 0.2);
    padding: 50px;
    background: #fff;
    padding-bottom: 65px;
}

.logo {
    width: 260px;
    padding: 15px 0 15px 0;
}

blockquote {
    border: none;
    position: relative;
    padding-top: 0px;
    border-left: 5px solid #eee;
}

    blockquote p {
        padding-left: 10px;
    }

.grey-background-div {
    background: rgb(238, 238, 238);
}

form h1 {
    border-bottom: 3px solid rgb(214, 27, 92);
    font-weight: normal;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.head-wrapper img {
    width: 280px;
}

.span7 .btn {
    padding: 7px 15px;
    border-radius: 5px;
}

.fileupload-buttonbar {
    padding-top: 25px;
    padding-bottom: 20px;
}

.fa.fa-plus {
    font-size: 15px;
    position: relative;
    top: 1px;
}

.foot-right {
    text-align: right;
}

.footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .footer p {
        font-size: 15px;
    }

.progress {
    margin-bottom: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.files .name * {
    width: 60px;
    display: inline-block;
    word-wrap: break-word;
}

#fileupload .fileupload-buttonbar .fileinput-button:active, .fileinput-button:focus {
    background: #5cb85c;
}

#fileupload .fileupload-buttonbar .btn-primary.start:active, .btn-primary.start:focus {
    background: #337ab7;
}

#fileupload .fileupload-buttonbar .btn-warning.cancel:active, .btn-warning.cancel:focus {
    background: #f0ad4e;
    color: #fff !important;
}

#fileupload .fileupload-buttonbar .btn-danger.delete:active, .btn-danger.delete:focus {
    background: #d9534f;
}

.files .start .btn-primary:active, .files .start .btn-primary:focus {
    background: #337ab7;
}

.files .cancel .btn-warning:active, .files .cancel .btn-warning:focus {
    background: #f0ad4e;
    color: #fff;
}

.files .delete .btn-danger:active, .files .delete .btn-danger:focus {
    background: #d9534f;
}

.btn.btn-warning.cancel:hover {
    color: #fff;
}

.btn.btn-warning:hover {
    color: #fff;
}

@media only screen and (max-width:768px) {
    .foot-left, .foot-right {
        text-align: center;
    }
    
    .delete input {
        display: none;
    }

    .span9 .toggle {
        display: none;
    }

    #btnDelete {
        display: none !important;
    }
}

@media(max-width:360px) {
    form {
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .start button span {
        display: none;
    }

    .cancel button span {
        display: none;
    }

    .delete button span {
        display: none;
    }
}

@media(max-width:556px) {
    .table th, .table td {
        padding: 4px !important;
    }
}

@media(max-width:449px) {
    .files .btn:first-child {
        margin-bottom: 5px;
    }
}

@media(max-width:480px) {
}


/* login page */
.form__content {
    min-height: 100px;
}

.form__control {
    position: relative;
}

.form__header {
    border-bottom: 3px solid rgb(214, 27, 92);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.form__control input {
    font-family: 'Gotham';
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 16px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

    .form__control input:focus,
    .form__control input:active {
        border-color: rgb(214, 27, 92);
        outline: none;
    }

.form__control__error {
    margin-top: -10px;
    margin-bottom: 20px;
    color: rgb(251, 132, 2);
}

.form__actions {
    overflow: auto;
}

.form__actions {
    padding-top: 10px;
    padding-bottom: 8px;
}

.btn--link {
    padding: 0;
    border-radius: 0;
    color: rgb(214, 27, 92);
    font-weight: normal;
}

.form__actions .btn--outline {
    float: right;
}

.btn--outline {
    border-color: rgb(214, 27, 92);
    background-color: transparent;
    text-transform: uppercase;
}

.btn {
    display: inline-block;
    position: relative;
    transition: hover 0.18s ease-in-out;
    border: 1px solid transparent;
    cursor: pointer;
    padding: 6px 12px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    touch-action: manipulation;
    user-select: none;
    margin:5px;
}

.form hr {
    margin-top: 28px;
    margin-bottom: 40px;
    border-top: 1px solid #ddd;
}

.contact-entry {
    margin-top: 10px;
    text-align: center;
}

.meta {
    color: #aaa;
}

.form__content input:focus, textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    border-color: rgb(214, 27, 92);
}

.form__content input:focus, textarea:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.form__actions .btn {
    background: none;
}

    .form__actions .btn:hover, .btn:active, .btn:focus, .btn:visited {
        background: none;
        box-shadow: none;
        -webkit-box-shadow: none;
        outline: none;
        transition: none;
        -webkit-transition: none;
        outline-offset: 0px;
    }

.btn.btn--link, .btn.btn--outline {
    box-shadow: none;
    -webkit-box-shadow: none;
}

#btnLogIn:active {
    outline: none;
}


/* login page pink section */

.section--white {
    background-color: white;
    padding-bottom: 60px;
    padding-top: 60px;
}

.section__header {
    font-size: 22px;
    line-height: 26.4px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 28px;
}

.puff {
    padding: 25px 25px 13px;
    background-color: #d61b5c;
    color: #fff;
    display: block;
    transition: all .18s ease;
}

.puff__text {
    color: #fff;
    font-weight: 500;
    height: 210px;
    overflow: hidden;
}

.puff__action {
    border-top: 1px solid #d61b5c;
    margin-top: 1.8rem;
    padding-top: 1.2rem;
}

.puff:hover, .puff:focus {
    text-decoration: none;
    color: #fff;
}

@media(max-width:992px) {
    .col-sm-6 {
        margin-bottom: 20px;
    }
}

.start button span {
    padding:15px;
}

.start button span .replace {
    padding:7px;
}

.delete button span {
    padding:11px;
}

.cancel button span {
    padding:8px;
}

.delprogress {
    width:249px;
}

.replace {
  margin: -11px;
}
