body, html {
    color: #666666;
    background-color: #F7F7F7;
    font-family: 'open_sansregular', Arial, sans-serif;
    font-size: 13px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.get-me-out-of-here {
    font-size: 13px;
    color: #0FB0A4;
}

.get-me-out-of-here:hover {
    color: #0C867D;
}

.workflow-card a {
    font-size: 13px;
    color: #0FB0A4;
}

.workflow-card a:hover {
    color: #0C867D;
}

a.social-media {
    color: #666666;
    font-size: 18px;
}

a.social-media.facebook:hover {
    color: #4B6EA9;
}

a.social-media.linkedin:hover {
    color: #008BC2;
}

a.social-media.twitter:hover {
    color: #55ACEE;
}

a.social-media.instagram:hover {
    color: #4E86AB;
}

.content {
    margin-top: 35px;
}

@media (min-width: 768px) {
    body, html {
        margin: 0;

        height: 100%;
    }

    #main {
        height: 100%;
    }

    .main {
        height: 100%;
        overflow: hidden;
    }

    .content {
        margin-top: 35px;
        height: 100%;
    }

    .multi-scrollable-row {
        height: 100%;
    }

    .scrollable-column.left {
        overflow-y: auto;
        height: calc(100% - 100px);
    }

    .scrollable-column.right {
        height: calc(100% - 100px);
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .left-button {
        padding-left: 0;
        padding-right: 0;
    }

    .right-button {
        padding-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }

    .complementary-fixed-width {
        width: 100% !important;
    }

    .fixed-width {
        width: 100% !important;
    }

    .complementary-fixed-width-filters {
        width: 100% !important;
    }

    .fixed-width-filters {
        width: 100% !important;
    }
}

.column-with-margin {
    margin-top: 10px;
}

.no-border-input {
    border: none !important;
}

.scrollable-menu-column {
    height: calc(100% - 100px) !important;
    padding-top: 1px;
    padding-bottom: 1px;
    overflow-y: auto;
}

.scrollable-list-column {
    height: calc(100% - 40px) !important;
    overflow-y: auto;
}

.scrollable-list {
    height: 100% !important;
}

.list-item {
    cursor: pointer;
}

.list-item:hover {
    background-color: #DFDFDF !important;
}

.list-item.new {
    color: #F26622;
}

.ui.button {
    font-size: 14px;
    font-weight: 400;
}

.ui.form .field label {
    font-size: 14px;
    font-weight: 200;
}

.table-wrapper {
    height: auto;
    width: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

input {
    font-family: "open_sansregular", Arial, sans-serif !important;
}

.workflow-card,
.workflow-list-card {
    padding: 20px 30px 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #FFFFFF;
    color: #666666;
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 13px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    overflow-x: auto;
}

.workflow-card .upper-title,
.workflow-list-card .upper-title {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 12px;
    color: #F26722;
}

.workflow-card .title,
.workflow-list-card .title {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333333;
}

.workflow-card .subtitle,
.workflow-list-card .subtitle {
    font-family: "open_sansregular", Arial, sans-serif;
    font-size: 20px;
    color: #424242;
}

.workflow-card .green.button {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    border: 1px solid #0FB0A4;
    background-color: #0FB0A4;
}

.workflow-card .green.button:hover, .green.button:active, .green.button:focus {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    border-color: #0EA297;
    background-color: #0EA297 !important;
}

.workflow-card .white.button {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 14px;
    color: #AAAAAA;
    border: 1px solid #AAAAAA;
    background-color: #FFFFFF;
}

.workflow-card .white.button:hover, .white.button:active, .white.button:focus {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 14px;
    color: #0EA297;
    border-color: #0EA297;
    background-color: #FFFFFF !important;
}

.workflow-card .ui.horizontal.large.label {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 14px;
}

.workflow-card .field label {
    font-size: 13px !important;
    font-weight: normal;
}

.workflow-card .separator {
    height: 1px !important;
    width: 200px !important;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #AAAAAA;
}

.workflow-card .ui.very.padded.small.basic.table {
    border: none !important;
    box-shadow: none !important;
}

.workflow-card .ui.very.padded.small.basic.table thead tr th {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 13px;
    color: #F26722;
}

.workflow-card .ui.very.padded.small.basic.table tbody tr {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.workflow-card .ui.very.padded.small.basic.table tbody tr td {
    padding: 0 0 10px !important;
    border: none !important;
    box-shadow: none !important;
}

.workflow-card .ui.very.padded.small.basic.table tbody tr td .value {
    padding-left: 10px !important;
    box-shadow: none !important;
}

.workflow-list-card .ui.very.padded.small.basic.table {
    border: none;
}

.workflow-list-card .ui.very.padded.small.basic.table thead tr th {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 13px;
    color: #F26722;
}

.workflow-list-card .ui.very.padded.small.basic.table tbody tr td {
    /*font-size: 0.9rem;*/
    font-weight: 300;
}

.workflow-list-card .ui.very.padded.small.basic.table thead tr th {
    /*font-size: 0.928rem;*/
    font-weight: 400;
}

.ui.button.pagination-button {
    color: #FFFFFF;
    background-color: #0FB0A4;
}

.ui.button.pagination-button:hover {
    color: #FFFFFF;
    background-color: #0EA297;
}

.radio-label {
    margin-left: 5px;
    margin-right: 10px !important;
}

.login-form {
    margin-top: 5rem;
}

.no-padding {
    padding: 0 !important;
}

.link-hand {
    cursor: pointer;
}

.left-button {
    padding-left: 0;
}

.right-button {
    padding-right: 0;
}

.ui.tabbar.small.basic.table {
    border: none !important;
    box-shadow: none !important;
}

.ui.tabbar.small.basic.table tbody tr {
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

.ui.tabbar.small.basic.table tbody tr td {
    height: 40px;
    border: none !important;
    box-shadow: none !important;
}

.ui.tabbar.small.basic.table tbody tr td .row-title {
    font-weight: 400;
}

.ui.tabbar.small.basic.table tbody tr td .value {
    font-weight: 300;
}

.ui.tiny.icon.button.back-button {
    color: #333333;
    background-color: transparent;
    border: 1px solid #D4D4D5;
}

.ui.tiny.icon.button.back-button:hover {
    background-color: #EDEDED;
}

.ui.dropdown .menu > .header {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    background-color: #EEEEEE;
    padding: 1rem 1.14286rem 0.75rem;
}

.complementary-fixed-width {
    width: calc(100% - 180px);
}

.fixed-width {
    width: 180px;
}

.complementary-fixed-width-filters {
    width: calc(100% - 320px);
}

.fixed-width-filters {
    width: 320px;
}

.ui.small.nova.green.button {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    border: 1px solid #0FB0A4;
    background-color: #0FB0A4;
}

.ui.small.nova.green.button:hover, .ui.small.nova.green.button:active, .ui.small.nova.green.button:focus {
    font-family: 'open_sanssemibold', Arial, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    border-color: #0EA297;
    background-color: #0EA297 !important;
}

.progress-header {
    margin-bottom: 30px;
}

.progress-header .progress-title {
    font-size: 20px;
    font-family: 'open_sanssemibold', Arial, sans-serif;
    color: #EEEEEE;
    margin-bottom: 10px;
    margin-top: 14px;
}

.progress-header .progress-title .current {
    color: #0FB0A4;
}

.progress-header .progress-container {
    text-align: right;
}

.progress-header .progress-container .progress-info{
    font-size: 12px;
    color: #0FB0A4;
}

.progress-header .progress-container .progress-bar-container{
    height: 12px;
    background-color: #EEEEEE;
}

.progress-header .progress-container .progress-bar-container .filled-progress {
    height: 12px;
    background-color: #0FB0A4;
}

.ui.top.small.selection.dropdown.countries > .menu.transition {
    border: none transparent;
    width: 100%;
    min-width: 100%;
    left: 1px;
    font-size: 12px;
}

.ui.top.small.selection.dropdown.countries > .menu.transition > .item {
    font-size: 12px;
    line-height: 16px;
}

.ui.top.small.selection.dropdown.countries > .text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    line-height: 16px;
}

.ui.form .required.field>.checkbox:after, 
.ui.form .required.field>label:after, 
.ui.form .required.fields.grouped>label:after, 
.ui.form .required.fields:not(.grouped)>.field>.checkbox:after, 
.ui.form .required.fields:not(.grouped)>.field>label:after {
    color: #F26722;
}

.two.fields input{
    width: 100% !important;
}

.type-info {
    background-color: #0FB0A4 !important;
    max-width: 400px !important;
}

.type-info.place-right:after {
    border-right: 6px solid #0FB0A4 !important;
}

.type-info.place-left:after {
    border-left: 6px solid #0FB0A4 !important;
}

.ui.search.selection.dropdown>input.search {
    width: 100%;
}

.resume-review-holder.loading {
    filter: blur(4px);
    -webkit-filter: blur(4px);
    transform: translateZ(0);
    will-change: transform;
}
