body, html {
    padding: 0;
    margin: 0;
}

html {
    height: auto !important;
    overflow: visible !important;
}

#signup {
    overflow: auto;
}

.embeded#signup {
    overflow: inherit;
}

#signup, #signup #wrapper {
    min-width: 0 !important;
    width: 100%;
}

#formular .loader {
    position: fixed;
}

.embeded .youngcrm_form {
    overflow: visible;
    padding-top: 10px;
    padding-bottom: 10px;
}

#signup .disclaimer label {
    background: #fff !important;
}

.embeded .youngcrm_event {
    overflow: visible;
    padding:10px 0;
}

#form_background {
    position: absolute;
    overflow: visible;
    width: 100%;
    background-color: transparent;
    min-height: 100%;
    box-sizing: border-box;
}
.video-container {
    text-align: center;
}
@media only screen and (max-width: 550px) {


.video-container {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}
}

#embed {
    line-height: 1;
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif;
    font-weight: 400;
    overflow: visible;
    height: 100%;
    margin: 0;
    padding: 0;
}

.field_item .relative {
    height: auto !important;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes activ {

    0% {
        -webkit-transform: perspective(50px) rotateX(-1deg);
        -webkit-box-shadow: none;
    }
    50% {
        -webkit-transform: perspective(50px) rotateX(1deg);
        -webkit-box-shadow: 0px 6px 5px 0px rgba(50, 50, 50, 0.1);
    }
    100% {
        -webkit-transform: perspective(50px) rotateX(-1deg);
        -webkit-box-shadow: none;
    }

}

/* Standard syntax */
@keyframes activ {

    0% {
        transform: perspective(50px) rotateX(-1deg);

    }

    50% {
        transform: perspective(50px) rotateX(1deg);

    }
    100% {
        transform: perspective(50px) rotateX(-1deg);

    }

}

/* Chrome, Safari, Opera */
@-webkit-keyframes movein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(200px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

/* Standard syntax */
@keyframes movein {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes moveout {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-200px);
    }
}

/* Standard syntax */
@keyframes moveout {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(-200px);
    }
}

#form_builder #bottom {
    position: absolute;
    height: 80px;
    bottom: 0px;
    left: 0;
    right: 0;
    border-top: 1px solid #e0e0e0;
    background-color: #FFFFFF;
    box-sizing: border-box;
}

#form_builder #form_name {
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

#control_panel {
    background-color: #f5f5f5;
    border-left: 1px solid #e0e0e0;
    overflow-y: auto;
    overflow-x: visible;
}

.field_list {
    overflow: visible;
}

#control_panel .sod_select {
    width: 152px !important;
}

#content_view .field {

    line-height: 78px;
    position: relative;
    width: 152px;
    height: 78px;
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    box-sizing: border-box;
    cursor: pointer;
    overflow: visible;
    text-align: left;

}

.field .name {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#content_view .field * {
    cursor: pointer;
}

.design_field_dragger .dragg {
    border: 1px solid #d87435;
    background-color: #ffa966;
}

.form_field_dragger .dragg {
    background-color: #389edd;
    border: 1px solid #1b60a6;
}

.field .dragg {
    position: absolute;
    bottom: -1px;
    top: -1px;
    left: -1px;
    width: 24px;
    line-height: 76px;
    border-radius: 2px 0 0 2px;
}

.field .name i {
    padding-left: 36px;
    padding-right: 12px;
}

.field.ui-draggable-dragging, .field.ui-sortable-helper {
    -webkit-transform-origin: top center;
    -webkit-animation-timing-function: cubic-bezier(.23, -0.65, .9, .91);
    -webkit-animation: activ 2s infinite;
    z-index: 1000;
}

.divide {
    background-color: #e0e0e0;
    height: 1px;
}

.sortable-placeholder {

    width: 100%;
    background-color: #e0e0e0;
    box-sizing: border-box;
    border: 2px dashed #c2c2c2;
}

#content_panel {
    left: 0;
    right: 200px;
    bottom: 0;
    top: 0;
    overflow-y: scroll !important;
}

#content_panel #loader {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed !important;
    display: block;
}

#formular {
    width: 100%;
    max-width: 1000px;

    min-height: 100%;

    margin: 0 auto;
    margin-bottom: 30px;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    text-align: left;
}

#formular form {
    overflow: visible;
}

#fields {
    width: 100%;
    min-height: 78px;
    padding-top: 7%;
    overflow: visible;
}

#embed #fields {
    width: 100%;
    padding-top: 0;
}

#fields .field_item {
    padding: 0 24px 0 24px;
    position: relative;
    overflow: visible;
}

.facebook {
    position: relative;
    padding-left: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    margin: 0 !important;
    margin-bottom: 12px !important;
    font-weight: bold;
}

.facebook::before {
    box-sizing: border-box !important;
    text-align: center;
    top: 0;
    left: 0;
    padding: 8px;
    position: absolute;
    height: 36px;
    width: 40px;
}

.facebook_box {
    min-height: 52px;
}

.facebook_box.form_field {
    cursor: default !important;
}

.fb_login {
    opacity: 1;
    max-height: 52px;
    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 700ms, opacity 500ms ease-in-out 1200ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 700ms, opacity 500ms ease-in-out 1200ms;
}

.fb_login.hide {
    display: block !important;
    opacity: 0;
    max-height: 0;

    -webkit-transition: opacity 500ms ease-in-out, max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 500ms;
    transition: opacity 500ms ease-in-out, max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 500ms;
}

.fb_logged_in {

    opacity: 1;
    max-height: 164px;

    -webkit-transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 700ms, opacity 500ms ease-in-out 1200ms;
    transition: max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 700ms, opacity 500ms ease-in-out 1200ms;
}

.fb_logged_in.hide {
    display: block !important;
    opacity: 0;
    max-height: 0;

    -webkit-transition: opacity 500ms ease-in-out, max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 500ms;
    transition: opacity 500ms ease-in-out, max-height 500ms cubic-bezier(0.215, 0.610, 0.355, 1.000) 500ms;
}

#logout:hover {
    text-decoration: underline !important;
    cursor: pointer;
}

#form_top {
    overflow: visible;
}

#cover {
    background-size: cover;
    width: 100%;
    background-color: #389edd;
    background-position: center;
    padding-bottom: 20%;
    position: relative;
    margin-bottom: 45px;
    overflow: visible;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

#cover #logo {
    font-size: 0;
    z-index: 110;
    width: 20%;
    left: 39.5%;
    padding-bottom: 100%;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    position: relative;
    margin: 0 auto;
    top: 25%;
    padding: 3px;
    text-align: center;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 10;
    position: absolute;
}

#logo .helper {
    font-size: 1rem;
}

#cover #logo img {
    font-size: 1rem;
    width: 100%;
    vertical-align: middle;
}

.form_field .title {
    line-height: 21px;
    padding-bottom: 12px;
}

.form_field.radiobutton .title, .form_field.checkbox .title {
    padding-bottom: 18px;
}

.form_field .title span {
    color: #65696b;
}

.form_field .title .optional {
    opacity: 0.6;
    font-style: italic;
}

#fields > .field_item:first-child > .text.design_field > .pad_top_30 {
    padding-top: 0;
}

/*
 .form_field[data-required='1']  input::-webkit-input-placeholder::after
 {
     content: ' *';
     color: #c7374b;
 }

.form_field[data-required='1'] textarea::-webkit-input-placeholder::after
{
    content: ' *';
    color: #c7374b;
}
.form_field[data-required='1']  .placeholder::after
{
    content: ' *';
    color: #c7374b;
}

.form_field[data-required='1'] input:-moz-placeholder {
    content: ' *';
    color: #c7374b;
}



.form_field[data-required='1']  input:-ms-input-placeholder
 {
     background-image: url('/assets/images/asterisk.png');
     background-position: top right;
     background-repeat: no-repeat;
 }

.form_field[data-required='1'] textarea:-ms-input-placeholder
{
    background-image: url('/assets/images/asterisk.png');
    background-position: top right;
    background-repeat: no-repeat;
}
*/

.form_field[data-required='1'] .sod_select .sod_label::after {
    content: ' *';
    color: #c7374b;
    display: inline;
}

h1 {
    padding: 0;
    margin-bottom: 24px;
}

.form_field {
    max-width: 800px;
    box-sizing: border-box;
    margin: 0px auto !important;
    cursor: pointer !important;
    position: relative;
    overflow: visible;
    padding-top: 12px;
}

.upload.form_field .selected_files .upload_file_list {
    max-width: 400px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #a0a0a0;
}

#embed .field_item {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#embed .submit_button button[type=submit] {
    margin-right: 0 !important;
    margin-left: 0 !important;
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}


#embed .form_field {
    width: 100%;
    max-width: 100%;
}

.design_field {
    max-width: 800px;
    box-sizing: border-box;
    margin: 0 auto !important;
    position: relative;
    overflow: visible;
}

#embed .design_field {
    width: 100% !important;
    max-width: none !important;
}

.form_field .button {
    height: auto !important;
    float: left;
    margin: 0;
    margin-right: 12px;
    margin-top: 12px;
}
.form_field .file_uploader_btn {
    color: #fff;
    background-color: #2e8cdb;
    background: rgba(158, 158, 158, .2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.field_list .field {

    /*left: auto!important;*/

    margin-bottom: 10px;
}

.submit_button {
    margin: 0 auto;
    max-width: 800px;
    padding: 0;
}

@media only screen and (max-width: 800px) {
    .submit_button {
        padding: 0 24px 0 24px;
    }
}

/*
.submit_button button[type=submit]
{
    margin-right: 24px;
    margin-left: 24px;
}
*/

#embed .submit_button {
    width: 100%;
    padding-bottom: 0 !important;
    max-width: none;
    padding: 0;
}

.disclaimer {
    font-size: 12px !important;
    font-size: 1.2rem !important;;
    padding-right: 24px;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    box-sizing: border-box;
    line-height: 25px;

}

#embed .disclaimer {
    width: 100%;
    padding: 0 !important;
    max-width: none;
    font-size: 12px !important;
    font-size: 1.2rem !important;
}

.disclaimer #checkboxLabel {
    font-size: 14px;
    font-size: 1.4rem;
}

#disclaimer {
    font-size: 14px !important;
    font-size: 1.4rem !important;;
}

#overlay.embed {
    background: none;
}

.embed #overlay_content {
    bottom: 0px !important;
    top: auto !important;
}

/*Cover edit*/

#cover[image='true'] {
    cursor: move;
}

#edit_cover {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 12px 24px;
    color: #e0e0e0;
    background-color: rgba(0, 0, 0, .75);
    cursor: pointer;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

#edit_cover:hover {

    color: white;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

#edit_cover:before {
    font-size: 12px;
    margin-right: 4px;
}

#cover_file_uploader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000000;
    height: 100%;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    -webkit-appearance: push-button;
    cursor: pointer;
}

#cover_file_uploader::-ms-browse {
    width: 100%;
}

#cover_file_uploader::-ms-value {
    width: 0%;
}

#cover_upload {
    position: relative;
}

/*Logo update*/

#logo_upload {
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 3px;
    left: 3px;
    bottom: -45px;
    padding: 12px 24px;
    color: #e0e0e0;
    background-color: rgba(0, 0, 0, .75);
    cursor: pointer;
    -webkit-transition: color 200ms;
    transition: color 200ms;
    -webkit-transition-property: bottom;
    -webkit-transition-duration: 200ms;
}

#logo:hover #logo_upload {
    bottom: 3px;
    -webkit-transition-property: bottom;
    -webkit-transition-duration: 200ms;
}

#logo_upload:hover {
    transform: color;
    color: white;
    -webkit-transition: color 200ms;
    transition: color 200ms;
}

#logo_upload:before {
    font-size: 12px;
    margin-right: 4px;
}

#logo_file_uploader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000000;

    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    -webkit-appearance: push-button;
    cursor: pointer;
}

#logo_file_uploader::-ms-browse {
    width: 100%;
}

#logo_file_uploader::-ms-value {
    width: 0%;
}

/*Palette*/
.color {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-block;
    float: left;
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    margin-right: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;

    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}

.color::before {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 20px;
    padding-top: 6px;
    text-align: center;
}

.color:hover::before {
    opacity: 0.5;
}

.color.selected::before {
    opacity: 1;
}

.color.selected::before, .color:hover::before {
    display: block;

}

.color:nth-child(6n) {
    margin-right: 0;
}

#color_preview {
    margin: 4px 0 4px 12px;
    cursor: pointer;
}

#hex {
    padding-left: 20px;
}

#hashtag::before {
    padding: 11px;
    padding-left: 11px;
    line-height: 18px;
    position: absolute;
    content: "#";
}

/*Form Success*/

#form_builder #form_success, #form_builder #form_groups, #form_builder #form_emails {
    color: #a0a0a0;
    line-height: 22px;
    line-height: 2.2rem;
    text-align: left;
    background-color: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
}

.small_text {
    font-size: 10px !important;
}

.small_text * {
    font-size: 10px !important;
}

.form_status {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #ffffff;
}

.form_status.active {
    background-color: #52c876;
}

.form_status.draft {
    background-color: #c2c2c2;
}

.form_status.inactive {
    background-color: #c7374b;
}

.text h1, .text h2, .text h3, .text h4, .text h5 {
    font-weight: 300;
    margin-bottom: 24px !important;
}

.text a {
    color: #389edd;
}

.text {
    line-height: 1.5 !important;
}

.text h4 {
    line-height: 1.3;
}

.text h1 {
    font-size: 36px;
}

.text h2 {
    font-size: 24px;
    margin-bottom: .7em;
}

.text h3 {
    font-size: 21px;
}

.text h4 {
    font-size: 18px;
}

.text h5 {
    font-size: 16px;
}

.security_number .cpr-tooltips {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #c2c2c2;
}

.security_number .cpr-tooltips:hover {
    cursor: pointer;
}

.form_field.sub_field {
    display: none;
}

.form_field.sub_field[data-sub_field_level="2"] {
    width: 776px;
}

.form_field.sub_field[data-sub_field_level="3"] {
    width: 752px;
}

.form_field.sub_field[data-sub_field_level="4"] {
    width: 728px;
}

#embed .form_field.sub_field[data-sub_field_level="2"] {
    width: 98%;
}

#embed .form_field.sub_field[data-sub_field_level="3"] {
    width: 96%;
}

#embed .form_field.sub_field[data-sub_field_level="4"] {
    width: 94%;
}

.selectpicker .disabled {
    display: none;
}

.form_field.sub_field:after {
    border-left: 1px solid #e6e6e6;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}

.form_field.sub_field {
    padding-left: 12px;
}

.design_field.sub_field {
    display: none;
    padding-left: 12px;
    margin-bottom: 12px !important;
}

.design_field.sub_field:after {
    border-left: 1px solid #e6e6e6;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    content: "";
    left: 0;
}

.form_field .validation {
    display: none;
}

.form_field[data-required='1'] .validation {
    color: #c7374b;
    top: 5px;
    right: 5px;
    position: absolute;
    display: inline-block;
    z-index: 4;
}

.form_field[data-required='1'] .validation.right_11 {
    right: 11px;
}

.embed_divider {
    border-top: 1px solid #c2c2c2;
}

#generate_code:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.rel {
    position: relative;
}

.digits {
    position: absolute;
    top: 13px;
    right: 5px;
    color: #C7C7C7;
}

#form #fields .error_text {
    color: #d14242;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 0;
}

#fields .error_text:last-child {
    padding-bottom: 12px;
}

.form_error .error_text {
    color: #d14242;
}

#fields .error_text {
    color: #d14242;
    width: 100%;
    padding-bottom: 0;
}

.field_item.error_field {
    margin-bottom: 12px;
}

.field_item.error_field * {
    margin-bottom: 0 !important;
}

#fields .error {
    border-color: #d14242;
    margin-bottom: 0;
}

#form .form_error {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 24px 0 24px;
}

.errors {
    background-color: #f9e6e6;
    padding: 18px;
    margin: 0 auto 12px !important;
}

#form {
    padding-bottom: 70px;
}

.image_field img {
    width: 100%;
}

.date-dropdowns .bootstrap-select {
    width: inherit;
    float: left;
    margin-right: 8px;
    min-width: 100px;
}

.sub_field .date-dropdowns .bootstrap-select {
    margin-right: 4px;
}

.date-dropdowns {
    overflow: visible !important;
}

.date-dropdowns:after {
    content: '';
    clear: both;
    display: block;
}

.bootstrap-select button {
    background-color: #ffffff;
    color: #65696b;
}

#fields input {
    border-radius: 2px;
}

.profile_picture_btn {
    position: absolute;
    top: 55px;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 2;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    opacity: 0;
}

.profile_picture_btn.opacity_1 {
    transition: all 200ms;
    opacity: 1;
}

#profile_picture-img:after {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.0);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: all 200ms;
    transition: all 200ms;

}

#profile_picture-img:hover::after {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

#profile_picture-img:hover .profile_picture_btn {
    opacity: 1;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.security_first {
    max-width: 75px;
}

.security_last {
    max-width: 60px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group-addon:first-child {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #808385;
    text-align: center;
    background-color: #f5f6f7;
    border: 1px solid #c3c6c9;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;

}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    border-top-left-radius: 0 !important;;
    border-bottom-left-radius: 0 !important;
}

.url td {
    border-collapse: collapse;
}

.url .link {
    border: none;
}

.url tr td:first-child {
    background-color: #f5f6f7;
    padding: 10px;
    border-right: 1px solid #c3c6c9;;
    color: #808385;
}

/*Video*/
.video-recorder-initial {
    background-color: #f5f5f5 !important;
}

.video-recorder-initial .btn-primary {
    background-color: #2e8cdb !important;
    padding: 14px 12px !important;
    border-radius: 2px !important;
    height: inherit !important;
    font: inherit !important;
    text-transform: uppercase;

}

.video-recorder-initial .btn-primary:before {
    font-family: bjs-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 13px;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    content: '\e804';
}

.video-recorder-initial .hero-img {
    display: none !important;
}

.file_uploader.upload-icon {
    border-style: dashed !important;
}

.level-wrap {
    width: 100%;
    border: 1px solid #d4d7d9;
    border-collapse: initial;
    margin-bottom: 6px;
    border-radius: 3px;

}

.level-wrap .button {
    border: none;
    width: 100%;
    margin: 0;
    background-color: #f5f6f7;
}

.level-wrap td {
    text-align: center;
}

.mdl_list, .mdl-checkbox, .mdl-radio {
    overflow: visible;
}
.mdl_list.mdl_flex label{
    padding-right: 20px;
}

@media (min-width: 800px) {
    .mdl_list.mdl_flex {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .mdl_list.mdl_flex label {
        flex: 0 1 35%;
        height: 100%;
    }
}
.jobagent_container #workplaces_list .button{
    -webkit-box-shadow: inset 0 0 0 1px #c3ccd8;
    box-shadow: inset 0 0 0 1px #c3ccd8;
}
.jobagent_container #position_types_list .button{
    -webkit-box-shadow: inset 0 0 0 1px #c3ccd8;
    box-shadow: inset 0 0 0 1px #c3ccd8;
}

