/********************************************
 * Common Stuff
 ********************************************/

.edit-toggle {
    font-size: 20px;
}

.save-buttons {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.btn.close-editor {
    margin-left: 20px;
}

.btn.icon {
    font-size: 20px;
}

.editor-help-panel {
    position: fixed;
    top: 55px;
    right: 10px;
    width: 450px;
    z-index: 500;
}

.intro.alert {
    margin-bottom: 8px;
}

.intro.alert-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.modal-section-header {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

.modal-section-text {
    margin-bottom: 10px;
}

textarea.editor75 {
    width: 101%;
    height: 75px;
}

textarea.editor100 {
    width: 101%;
    height: 100px;
}

textarea.editor200 {
    width: 101%;
    height: 200px;
}

/* Editing job title in Header and Experience sections */
.edit-title {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: black;
}

/* Used in Accompishments, Education and Experience */
.section-heading-edit {
    font-size: 24px;
    letter-spacing: -.05em;
}

/* Used by Education and Experience */
.company {
    position: relative;
    color: black;
}

/* Used by Education and Experience */
.section-remove {
    position: absolute;
    right: 40px;
    top: 40px;
}

.login.modal .forgot-password {
    margin-bottom: 10px;
}

.login.modal .forgot-password a {
    color: gray;
}

.login.modal .instruction {
    margin-bottom: 10px;
}

.validation.alert-danger {
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 5px;
}

form.validation-error .ng-invalid {
    background-color: #f2dede;
}

form.validation-error .invalid-mce .mce-tinymce > .mce-container-body {
    border: 5px solid #f2dede;
}

/********************************************
 * Header
 ********************************************/

.header {
    position: relative;
}

.header .edit-toggle {
    bottom: 2px;
    height: 25px;
    width: 35px;
    padding: 2px;
}

header.mobile .header > .tbr {
    display: none;
}

.header > .tbr {
    position: absolute;
    right: 10px;
}

.header > .help {
    right: 50px;
}

.header-edit-name {
    width: 300px;
    font-size: 48px;
    font-family: 'HelveticaNeueLTStd-ThEx', 'Open Sans', sans-serif;
}

.header > .edit-title {
    width: 270px;
}

/********************************************
 * Accomplishments
 ********************************************/

.accomplishment-description {
    font-size: 18px;
    color: #777676;
    letter-spacing: -.02em;
}

/********************************************
 * Education
 ********************************************/

.education .school-edit {
    width: 458px;
}

.education .degree-edit {
    width: 259px;
}

.education .year-edit {
    width: 86px;
}

.education .school-logo-edit {
    display: inline-block;
}

.education .school-logo-edit img {
    display: inline-block;
    margin-top: 0px;
    width: auto;
    max-width: 150px;
    max-height: 55px;
}

.education .school-info {
    display: inline-block;
    vertical-align: top;
}

/********************************************
 * Experience
 ********************************************/

.experience-month {
    width: 132px;
}

.experience-year {
    font-size: 14px;
    width: 60px;
    height: 32px;
    padding-left: 5px;
}

.experience-present {
    margin-left: 208px;
    margin-top: 5px;
}

.experience-present label {
    font-weight: normal;
    font-size: 13px;
}

.experience-company-edit {
    width: 320px;
    margin-bottom: 10px;
}

.description > .edit-title {
    width: 40%;
    font-weight: bold;
    margin-bottom: 10px;
}

.company-url-edit {
    width: 320px;
    margin-top: 18px;
    font-size: 18px;
}

.job-remove {
    position: absolute;
    right: 30px;
}

/********************************************
 * Insight
 ********************************************/

.question-add {
    margin-top: 5px;
    margin-left: 10px;
}

.insight-edit .nav {
    border-bottom-color: #555;
}

.insight-edit .question {
    width: 101%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.insight-edit .answer {
    margin-bottom: 5px;
    color: #777676;
}

.insight-edit .question-remove {
    display: inline-block;
    margin-left: 30px;
}

#insight-portrait {
    padding: 15px;
}

#insight-portrait img {
    padding-left: 10px;
}

.insight-edit .portrait-edit {
    padding-top: 4px;
}

.portrait-picker .img-edit-container {
    margin-top: 15px;
    width: 115px;
}

form.validation-error .add-portrait {
    background-color: #f2dede;
}

/********************************************
 * Contact
 ********************************************/

/********************************************
 * Tabs
 ********************************************/

.tab-content {
    background-color: white;
    border: 1px solid black;
    border-top: transparent;
    min-height: 250px;
}

.nav-tabs > li > a[data-toggle="tab"] {
    color: #777;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: black;
    border: 1px solid #555;
    border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

section ul.nav,
section ul.nav li {
    width: inherit;
    z-index: inherit;
}

/********************************************
 * Image Picker
 ********************************************/

.img-edit-container {
    display: inline-block;
    margin-right: 17px;
    padding: 5px;
    border: 4px dashed black;
    text-align: center;
    cursor: pointer;
}

.img-edit-container i {
    font-size: 35px;
}

.img-edit-container img {
    margin-right: 0px;
    float: none;
}

.image-picker .modal-md {
    width: 500px;
}

.image-picker.modal .modal-body .crop-area {
    background: #E4E4E4;
    overflow: hidden;
    width: 467px;
    height: 300px;
    display: inline-block;
}

.image-picker.modal .modal-body .crop-area img-crop {
    z-index: 2;
}

.image-picker .file-chooser button {
    width: 467px;
}

.image-picker .file-chooser input {
    display: none;
}

.image-picker-sidebar {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.upload-instructions {
    width: 467px;
    margin-bottom: 10px;
}

.position-picker .instructions {
    max-width: 425px;
    margin-top: 15px;
    margin-bottom: 2px;
}

.position-option {
    background-color: gray;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-right: 15px;
}

.position-option.selected {
    border: 3px solid #337ab7;
}

.position-option.narrow {
    width: 73px;
    min-height: 103px;
}

.position-option.short {
    width: 123px;
    min-height: 63px;
}

.portrait-preview,
.logo-preview {
    text-align: center;
}

.portrait-preview img {
    width: 80px;
}

.logo-preview img {
    width: auto;
    max-width: 150px;
    max-height: 55px;
}

.portrait-preview .instructions,
.logo-preview .instructions {
    margin-top: 15px;
}

/********************************************
 * Review Form
 ********************************************/
.review-button.disabled {
    opacity: 0.65;
    cursor: not-allowed;
}
.review-instructions {
    margin-bottom: 10px;
}

.review-aside {
    margin-top: 10px;
    line-height: 13px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #767676;
    text-align: justify;
}

.alert-upgrade-info {
    text-align: center;
    span {
        font-size: 14px;
    }

    img {
        vertical-align: middle;
        max-width:20%;
        max-height: 20%;
    }
}

.actionbar {
    border-top: 1px solid #e0e0e0;
}
.upgrade-modal-header {
    font-size: 18px;
    border-bottom-width: 0px !important;
}

.alert-upgrade-info-banner {
    border-color: #767676;

span {
    font-size: 14px;
}
}

//Review buttons
.btn-round-lg{
    border-radius: 22.5px;
}
.btn-round{
    border-radius: 17px;
}
.btn-round-sm{
    border-radius: 15px;
}
.btn-round-xs{
    border-radius: 11px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-review {
    background: #99CC33;
    border-color: #99CC33;
    color: white;
}

.btn-review:link {
    text-decoration: none;
    color:white;
}

.btn-review:visited {
    text-decoration: none;
    color:white;
}

.btn-review:hover {
    text-decoration: none;
    color:white;
}

.btn-review:active {
    text-decoration: none;
    color:white;
}


.btn-video {
    background: #FFCC33;
    border-color: #FFCC33;
    color: white;
}

.btn-insight {
    background: #339999;
    border-color: #339999;
    color: white;
}

.btn-help {
    background: #FF6633;
    border-color: #FF6633;
    color: white;
}

.btn-upgrade {
    background: #9966CC;
    border-color: #9966CC;
    color: white;
}

.acuity-upgrade-button {
    background: #e56a89;
    background-image: -webkit-linear-gradient(top, #e56a89, #e56a89);
    background-image: -moz-linear-gradient(top, #e56a89, #e56a89);
    background-image: -ms-linear-gradient(top, #e56a89, #e56a89);
    background-image: -o-linear-gradient(top, #e56a89, #e56a89);
    background-image: linear-gradient(to bottom, #e56a89, #e56a89);
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    font-family: "Source Sans Pro", sans-serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: lighter;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
}

.acuity-upgrade-button:link {
    text-decoration: none;
}

.acuity-upgrade-button:visited {
    text-decoration: none;
}

.acuity-upgrade-button:hover {
    text-decoration: none;
    color:#fff;
}

.acuity-upgrade-button:active {
    text-decoration: none;
}

.acuity {
    margin-left: 5px !important;
    margin-right: 15px !important;
}

.pt-lg {
    padding-top: 15px !important;
}

.btn-primary {
    color: #ffffff;
    background-color: #5d9cec;
    border-color: #5899eb;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #ffffff;
    background-color: #4b91ea;
    border-color: #3483e7;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #4b91ea;
    border-color: #3483e7;
}

.website-modal  {
    margin-top: 24px;
}

.website-modal .modal-header {
    font-size: 18px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
}


.alert-upgrade-img {
    vertical-align: middle;
    max-width:20%;
    max-height: 20%;
}
