.peerj-modal {
    font-size: 16px;
    font-weight: 300;
}

.modal-header-title h3 {
    font-weight: 400;
    color: #6c6c6c !important;
}

.peerj-modal .modal-footer .btn {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

.peerj-modal .modal-header {
    display:block;
    border-bottom: 1px solid #ddd;
    background: #F5F5F5;
}

.peerj-modal .modal-header h3 {
    color: #0088c9;
    display: inline-block;
    font-weight: 400;
    margin:0;
}

.peerj-modal-body h5 {
    font-weight: 200;
    color: #888;
}

.peerj-modal-body-inner {
    margin-left: 15px;
}

.peerj-modal-body-inner .alert {
    margin: 20px 15px;
}

.peerj-modal-label label,
.peerj-modal-label .optional-text {
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 23px;
    color: #999;
    margin-top: 6px;
}

.peerj-modal-label-select label {
    margin-top: 0px;
}

.institution-item-container label {
    font-weight: 500;
}

.toggle-group label {
    font-weight: 200;
}

.peerj-modal-body input {
    font-size: 16px;
}

.peerj-modal-body input[type="text"],
.peerj-modal-body input[type="email"],
.peerj-modal-body input[type="textarea"] {
    width: 100%
}

.peerj-modal-body textarea {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 200;
}

#submit-server-message {
    color: red;
    font-weight: 200;
}

.peerj-modal form {
    margin: 0;
}

.peerj-modal-body {
    height: 250px;
    overflow-y: auto;
    padding: 0;
}

.peerj-modal-sidebar {
    display: none !important;
}

.peerj-modal-sidebar p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
}

#modal-server-message {
    color: #B6312F;
    font-weight: 200;
}

.peerj-input-help {
    font-size: 15px;
    color: #717171;}

.peerj-small-help {
    display: none;
    color: #999;
    font-weight: 200;
    font-size: 12px;
}

.close {
    line-height: 24px;
    font-size:23px;
    margin-top: 2px;
    display:none;
}

.peerj-tag-input-text {
    margin-top: 5px;
}

.peerj-tag-add-button{
    margin-top: 3px;
    padding: 5px 20px 5px 20px;
}
.tag {
    background-color: #3d7bbf;
    margin: 3px;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight:500;
}

.tag, .peerj-tags-help {
    /* These values are here to make explicit the tag styling
     * so that there is no judder when a tag is added or removed
     */
    display: inline-block;
    line-height: 25px;
    height: 2em;
    border-radius: 4px;
}

.tag a {
    color:#fff;
}

.peerj-tags-help {
    font-size: 15px;
}

.tagsinput input {
    font-size: 15px;
    height: 1.5em;
    width: 100% !important;
}

#peerj-cited-row {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.control-group {
    margin-bottom: 5px;
}

/*multi-step*/
.m-progress {
    margin-top: 40px;
    font-size: 15px;
    color: #0c3561;
    padding: 0 5px;
}

.m-progress-bar {
    min-height: 1em;
    background: #226bbf;
    width: 5%;
}

@media (min-width: 768px) {
    .peerj-modal-body .span4 {
        display: inline-block;
    }

    .close {
        display:inline-block;
    }

    .peerj-modal-body-inner {
        margin-top: 20px;
        margin-left: 0;
    }

    .peerj-modal {
        width: 95% !important;
        left: 15px  !important;
        margin-left: 0 !important;
    }

    .peerj-modal-sidebar {
        display: block !important;
        background: #F5F5F5;
        border-right: 1px solid #ddd;
        padding: 0 8px;
        height: 255px;
        overflow-y: auto;
    }

    .peerj-modal-sidebar h5 {
        font-weight: 400;
        color: #888;
    }

    .peerj-modal-sidebar p,
    .peerj-modal-sidebar h5 {
        padding: 3px 5px;
    }

    .peerj-modal-label {
        text-align: right;
    }
}

@media (min-width: 980px) {
    .peerj-modal {
        width: 960px !important;
        left: 50%  !important;
        margin-left: -480px !important;
    }
    .peerj-modal-body, .peerj-modal-sidebar  {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .peerj-modal-body, .peerj-modal-sidebar  {
        height: 400px;
    }
}
