.clear {
    clear: both;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

small, sub, sup {
    font-size: 10px;
    font-size: 1rem;
}

sub {
    vertical-align: sub
}

sup {
    vertical-align: super
}

p {
    line-height: 21px;
    line-height: 2.1rem;
}

.width_70 {
    min-width: 70px;
}

.width_90 {
    min-width: 90px;
}

.clickable:hover {
    text-decoration: underline;
    cursor: pointer !important;
}

/*Select*/

.bs-select-hidden {
    display: none;
}

.bootstrap-select {
    overflow: visible;
    position: relative;
    display: block;
    width: 100%;
    text-align: left !important;
}

.bootstrap-select button * {
    cursor: pointer;
}

.bootstrap-select button {
    margin-top: 0 !important;
    outline: none !important;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    text-align: left !important;

    padding-right: 24px;
    margin-bottom: 0;
    min-width: 100% !important;
    width: 100%;
}

.bootstrap-select button:after {
    content: '\edc6';
    font-family: icomoon;
    position: absolute;
    right: 12px;
}

.bootstrap-select button:focus {
    margin-top: 0 !important;
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    display: none;
    box-sizing: border-box;
}

.bootstrap-select .dropdown-menu, .bootstrap-select .dropdown-menu .divider {
    display: none;
}

.dropdown-header {
    padding: 12px;
    display: block;
    font-weight: bold;
}


.bootstrap-select .dropdown-menu .status {
    width: 100%;
    border: none !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    padding: 12px;
    box-sizing: border-box;
}

.dropdown-menu.open {
    max-height: inherit !important;
}

.bootstrap-select.open .dropdown-menu {
    display: block;

}

.bootstrap-select.open .dropdown-menu.search::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("/assets/images/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 105;
}

ul.token-input-list-facebook {
    border-radius: 3px;
    border: 1px solid #c3c6c9 !important;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    overflow: visible !important;
}

.show_button {
    display: inline-block !important;
}

.a_no_break {
    min-width: 100px;
    width: auto !important;
    width: 100px;
    display: inline-block;

}

strong, b {
    font-weight: 700 !important;
}

.u {
    text-decoration: underline !important;
}

em {
    font-style: italic;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

.vertical_middle {
    vertical-align: middle;
}

.vertical_bottom {
    vertical-align: bottom;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.vertical_top {
    vertical-align: top;
}

table.vertical_top td {
    vertical-align: top;
}

.vcenter * {
    vertical-align: middle;
}

.v {
    vertical-align: top;
}


.h_40 {
    height: 40px;
}

.h_30 {
    height: 30px;
}

.h_48 {
    height: 48px;
}

.h_55 {
    height: 55px;
}

.h_20 {
    height: 20px;
}

.h_25 {
    height: 25px;
}

.h_36 {
    height: 36px;
}

.h_200 {
    height: 200px;
}

.h_255 {
    height: 255px;
}

.h_500 {
    height: 500px;
}

.max_h_120 {
    max-height: 120px;
}

.max_h_125 {
    max-height: 125px;
}

.max_h_400 {
    max-height: 400px;
}

.max_h_546 {
    max-height: 546px;
}

.max_h_90vh {
    max-height: 90vh;
}

.max_h_85vh {
    max-height: 85vh;
}

.max_h_85vh {
    max-height: 85vh;
}

.w_20 {
    width: 20px;
}

.max_width_30 {
    max-width: 30px !important;
}

.max_width_120 {
    max-width: 120px;
}

.max_width_130 {
    max-width: 130px !important;
}

.max_width_175 {
    max-width: 175px;
}

.max_width_200 {
    max-width: 200px;
}

.max_width_240 {
    max-width: 240px;
}

.max_width_260 {
    max-width: 260px;
}

.max_width_300 {
    max-width: 300px;
}

.max_width_400 {
    max-width: 400px;
}

.max_width_425 {
    max-width: 425px;
}

.max_width_500 {
    max-width: 500px;
}

.max_width_512 {
    max-width: 512px;
}

.max_width_600 {
    max-width: 600px;
}

.max_width_800 {
    max-width: 800px;
}

.max_width_900 {
    max-width: 900px;
}

.max_width_1000 {
    max-width: 1000px;
}

.max_width_1280 {
    max-width: 1280px;
}

.w_40 {
    width: 40px !important;
}

.w_48 {
    width: 48px !important;
}

.w_60 {
    width: 60px !important;
}

.h_80 {
    height: 80px;
}

.w_100 {
    width: 100px;
}

.w_120 {
    width: 120px;
}

.w_150 {
    width: 150px;
}

.w_152 {
    width: 152px;
}

.w_160 {
    width: 160px;
}

.w_260 {
    width: 260px;
}

.w_275 {
    width: 275px !important;
}

.w_235 {
    width: 235px;
}


.w_314 {
    width: 314px;
}

.w_300 {
    width: 300px;
}

.w_309 {
    width: 309px;
}

.w_440 {
    width: 440px;
}

.w_456 {
    width: 456px;
}

.w_457 {
    width: 457px;
}

.w_470 {
    width: 470px;
}

.w_400 {
    width: 400px;
}

.w_470 {
    width: 470px;
}

.w_480 {
    width: 480px !important;
}

.w_488 {
    width: 488px;
}

.w_680 {
    width: 680px;
}


.w_676 {
    width: 676px;
}

.w_600 {
    width: 600px;
}

.w_700 {
    width: 700px;
}

.w_740 {
    width: 740px;
}

.w_755 {
    width: 755px;
}

.w_800 {
    width: 800px
}

.w_326 {
    width: 326px !important;
}

.w_336 {
    width: 336px;
}

.w_370 {
    width: 370px;
}


.w_453 {
    width: 453px;
}


.w_536 {
    width: 536px;
}


.w_500 {
    width: 500px;
}


.w_560 {
    width: 560px;
}

.w_208 {
    width: 208px;
}

.w_1000 {
    width: 1000px !important;
}

.w_1076 {
    width: 1076px;
}

.h_111 {
    height: 111px;
}

.h_120 {
    height: 120px;
}

.h_160 {
    height: 160px;
}

.h_150 {
    height: 150px;
}

.h_155 {
    height: 155px;
}

.h_176 {
    height: 176px;
}

.h_177 {
    height: 177px;
}

.h_220 {
    height: 220px;
}

.h_232 {
    height: 232px;
}

.h_233 {
    height: 233px;
}

.h_235 {
    height: 235px;
}

.h_289 {
    height: 289px;
}

.h_300 {
    height: 300px;
}

.h_314 {
    height: 314px;
}

.h_350 {
    height: 300px;
}


.h_400 {
    height: 400px;
}


.blue {
    color: #389edd;
}

.blue_color {
    color: #389edd;
}

.pointer {
    cursor: pointer;
}

.round {
    border-radius: 50%;

}

.bor_rad_4px {
    border-radius: 4px;
}

.image {
    width: 40px;
    height: 40px;
}

.image_placeholder {
    border: 2px dashed #c2c2c2;
    background-color: #f5f5f4;
}

a {
    color: inherit;
    text-decoration: inherit;
}

label {
    font-size: 1.4rem;
    font-size: 14px;
    /*   line-height: 32px!important; Why did i do that ?*/
    display: block;
}

label i {
    line-height: 32px !important;
}


.hidden_upload {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}


input[type=text],
input[type=url],
input[type=number],
input[type=date],
input[type=email],
input[type=password],
input[type=submit],
button,
textarea,
.file_uploader {
    min-height: 40px;
    -webkit-appearance: none;
    margin-top: 0;
    border-radius: 6px;
    padding: 10px;
    line-height: 18px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 12px;
    font-size: 1.4rem;
    outline-color: rgba(0, 0, 0, 0);
    outline: none !important;
    min-width: 0 !important;
}

.button * {
    outline: none !important;
}

textarea {
    height: auto;
    min-height: 80px !important;
    overflow-y: auto;
}


input[type=button] *,
input[type=submit] *,
.button * {
    cursor: pointer;
}

input[type=submit],
button,
.button {
    background-color: #f5f5f5;
    color: #FFFFFF;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    margin-top: 12px;
    transition: background 100ms linear;
    outline: none !important;
}


input[type=submit]:hover,
.file_uploader:hover {
    color: #6e6e6e;;
    border-color: #808385;
    transition: background 100ms linear;
}

input[type=submit]:active,
.file_uploader:active {
    color: #c2c2c2;
    border-color: #A0A0A0;
    box-shadow: inset 0px 2px 0px 0px #e0e0e0;
    transition: background 100ms linear;
}

.button.disabled {
    cursor: default !important;
}

/*
.button:before
{
    padding-right: 5px;
    vertical-align: middle;
}
*/


.button.icon_right:before {
    padding-right: 0;
    padding-left: 5px;
    float: right;
    vertical-align: middle;
}

/*
.button:after
{
    padding-left: 5px;
    vertical-align: middle;
}
*/

.button_before:before {
    padding-left: 0;
    padding-right: 0;
}

/*Facebook button*/


.facebook, .facebook:hover {
    background-color: #3b5998;
    color: white;
}

.facebook:hover {
    color: #ffffff !important;
}

.facebook:active, .dark_blue.active {
    color: #ffffff !important;
}

/*Blue button*/
.blue {
    background-color: #2e8cdb !important;
    color: #a0a0a0 !important;
    border-color: #1b60a6 !important;
    color: white !important;
    margin-top: 12px;
}

.hasHover .blue:hover {
    color: #afe1ff !important;
    border-color: #04284e !important;
}

.blue:active, .blue.active {
    color: #afe1ff !important;
    border-color: #04284e !important;
    box-shadow: inset 0px 2px 0px 0px #1b60a6 !important;
}


/*Green Button*/

.green {
    background-color: #52c876 !important;
    color: #ffffff !important;
    border-color: #278039 !important;
    margin-top: 12px !important;
}

.green::before {
    border-left: 1px solid #278039 !important;
}

.green.icon-right::before {
    border-left: none !important;
}

.hasHover .green:hover {
    color: #beffd2 !important;
    border-color: #094e17 !important;
}

.green:active, .green.active {
    color: #beffd2 !important;
    border-color: #094e17 !important;
    box-shadow: inset 0px 2px 0px 0px #278039 !important;
}

/*Red button*/

.red {
    background-color: #c7374b !important;
    color: #ffffff !important;
    border-color: #92262e !important;
    margin-top: 12px !important;
}

.hasHover .red:hover {
    color: #ffa5b2 !important;
    border-color: #48050a !important;
}

.red:active, .red.active {
    color: #ffa5b2 !important;
    border-color: #48050a !important;
    box-shadow: inset 0px 2px 0px 0px #92262e !important;
}

/*Orange button*/

.orange {
    background-color: #ffa966 !important;
    color: #ffffff !important;;
    border-color: #d87435 !important;;
    margin-top: 12px !important;;
}

.hasHover .orange:hover {
    color: #ffdcc0 !important;;
    border-color: #663300 !important;;
}

.orange:active, .orange.active {
    color: #ffdcc0 !important;;
    border-color: #663300 !important;;
    box-shadow: inset 0px 2px 0px 0px #d87435 !important;;
}

.deletable {
    position: relative !important;;
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -ms-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

.deletable:hover,
.button.deletable:hover {
    color: transparent !important;
    -webkit-transition: color 200ms;
    -moz-transition: color 200ms;
    -ms-transition: color 200ms;
    -o-transition: color 200ms;
    transition: color 200ms;
}

.deletable::before {
    -webkit-box-shadow: inset 0 0 0 1px #c3ccd8;
    box-shadow: inset 0 0 0 1px #c3ccd8;
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    color: #a0a0a0;
    text-align: center;
    padding-right: 0 !important;
    padding-top: 7px;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.deletable:hover::before {
    opacity: 1;
    -webkit-transition: opacity 200ms;
    -moz-transition: opacity 200ms;
    -ms-transition: opacity 200ms;
    -o-transition: opacity 200ms;
    transition: opacity 200ms;
}

.deletable.small_button::before {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}


.file_uploader {
    overflow: hidden !important;
    position: relative;
    background-color: #f5f6f7;
    border: 1px solid #d4d7d9;
    color: #a0a0a0;
    white-space: nowrap;
}

.file_uploader div:first-child {
    padding-right: 24px;
}

.file_uploader.icon-upload6 .uploader_text {
    padding-right: 46px;
}

.file_uploader::before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #65696b;

}

.upload-icon::before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='#65696b' version='1'><path style='text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Bitstream Vera Sans' d='M 12 2 L 6 10 L 10 10 L 10 18 L 14 18 L 14 10 L 18 10 L 12 2 z M 2 20 L 2 22 L 22 22 L 22 20 L 2 20 z' color='#65696b' overflow='visible' enable-background='accumulate' font-family='Bitstream Vera Sans'/> </svg>") no-repeat;
    width: 30px;
    background-size: 20px;
    margin-top: 8px;
    border: none;
}

.upload-icon::before {
    content: "";
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='#65696b' version='1'><path style='text-indent:0;text-align:start;line-height:normal;text-transform:none;block-progression:tb;-inkscape-font-specification:Bitstream Vera Sans' d='M 12 2 L 6 10 L 10 10 L 10 18 L 14 18 L 14 10 L 18 10 L 12 2 z M 2 20 L 2 22 L 22 22 L 22 20 L 2 20 z' color='#65696b' overflow='visible' enable-background='accumulate' font-family='Bitstream Vera Sans'/> </svg>") no-repeat;
    width: 30px;
    background-size: 20px;
    margin-top: 8px;
    border: none;
}

.file_uploader input[type=file], .file_uploader_btn input[type=file] {
    position: absolute;
    font-size: 0;
    left: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    height: 40px;
    z-index: 10000;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity:0);
    opacity: 0;
    /*-webkit-appearance:push-button;*/
    cursor: pointer !important;
    opacity: 0.0; /* Standard: FF gt 1.5, Opera, Safari */
    filter: alpha(opacity=0); /* IE lt 8 */
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    -khtml-opacity: 0.0; /* Safari 1.x */
    -moz-opacity: 0.0; /* FF lt 1.5, Netscape */
}

.file_uploader input::-ms-browse, .file_uploader_btn input::-ms-browse {
    width: 100%;
}

.file_uploader input::-ms-value, .file_uploader_btn input::-ms-value {
    width: 0%;
}

.file_uploader * {
    cursor: pointer !important;
}

input[type="button"]:disabled, input[type="submit"]:disabled, input[type="text"]:disabled {
    background-color: #e0e0e0 !important;
    color: #a0a0a0 !important;
    border-color: #c2c2c2 !important;
    cursor: default !important;
    transition: all 100ms linear;
}


input[type=text],
input[type=url],
input[type=number],
input[type=date],
input[type=password],
input[type=email],
textarea {
    width: 100%;
    background-color: #ffffff;
    color: #35383a;
    border: 1px solid #c3c6c9;
    cursor: text !important;
    resize: none;
    transition: all 100ms linear;
    padding: 10px 12px;
}


input[type=text].small,
input[type=number].small,
input[type=date].small,
input[type=password].small,
input[type=email].small {
    height: 30px;
    border-radius: 0;
    padding: 6px;
    border: 1px solid #c2c2c2;
}

*::-webkit-input-placeholder {
    color: #c2c2c2;
}

*:-moz-placeholder {
    /* FF 4-18 */
    color: #c2c2c2;
}

*::-moz-placeholder {
    /* FF 19+ */
    color: #c2c2c2;
}

*:-ms-input-placeholder {
    /* IE 10+ */
    color: #c2c2c2;
}

input[type=text]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=date]:hover,
input[type=email]:hover,
textarea:hover {
    border: 1px solid #808385;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=email]:focus,
textarea:focus {
    border: 1px solid #2563eb;
}

/*Check/radio*/


#check_header input[type=checkbox] {
    display: none;
}

#check_header input[type=checkbox] + label {
    line-height: normal !important;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    padding: 6px;
    border-radius: 2px;
    position: relative;
    font-size: 1.3rem;
    font-size: 13px;
    cursor: pointer;
    box-sizing: border-box;
    width: 15px;
    margin: 0;
}

#check_header input[type=checkbox] + label:active, input[type=checkbox].small:checked + label:active {
    box-shadow: inset 0px 2px 0px 0px #e0e0e0;
}

#check_header input[type=checkbox]:checked + label {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    color: #6e6e6e;
}

#check_header input[type=checkbox]:checked + label:after {
    font-family: 'icomoon';
    content: '\ed6f';

    position: absolute;
    top: 0;
    left: 0;
    color: #6e6e6e;
}

#check_header input[type=checkbox].some_checked + label:after {
    font-family: 'icomoon';
    content: '\ed59';
    position: absolute;
    top: 0;
    left: 0;
    color: #6e6e6e;
}


input[type=checkbox].small {
    display: none;
}

input[type=checkbox].small + label {
    line-height: normal !important;
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    padding: 6px;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    font-size: 1.3rem;
    font-size: 13px;
    cursor: pointer;
}

input[type=checkbox].small + label:active,
input[type=checkbox].small:checked + label:active {

}

input[type=checkbox].small:checked + label {
    background-color: #ffffff;
    border: 1px solid #c2c2c2;
    color: #6e6e6e;
}

input[type=checkbox].small:checked + label:after {
    font-family: 'icomoon';
    content: '\ed6f';
    position: absolute;
    top: 0;
    left: 0;
    color: #6e6e6e;
}

input[type=checkbox].small.some_checked + label:after {
    font-family: 'icomoon';
    content: '\ed59';
    position: absolute;
    top: 0;
    left: 0;
    color: #6e6e6e;
}

input[type=checkbox].default + label,
input[type=radio].default + label {
    cursor: pointer;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0 !important;
    background: transparent !important;
    margin-top: -13px;
}

input[type=checkbox].default:checked + label,
input[type=radio].default:checked + label {
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0 !important;
    background: transparent !important;
    box-shadow: none !important;
}


input[type=checkbox].default + label:after,
input[type=radio].default + label:after {
    display: none;
}

input[type=checkbox].default:checked + label:after,
input[type=radio].default:checked + label:after {
    font-family: icomoon;
    content: '\ed6f';
    display: block;
    color: #6e6e6e;
    line-height: 20px;
    text-align: center;
}

input[type=checkbox].default:checked + label:active,
input[type=radio].default:checked + label:active {
    box-shadow: none !important;
}

input[type=checkbox].default + label:hover,
input[type=checkbox].default + label:active,
input[type=radio].default + label:hover,
input[type=radio].default + label:active {
    box-shadow: none !important;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    border: 1px solid #c2c2c2 !important;
    background: transparent !important;
}

input[type=checkbox].standard,
input[type=radio].standard {
    display: inline;
}

.round_btn {
    text-align: center;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #ababab;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    margin-top: 20px;
    transition: background 100ms linear;
}

.round_btn:active {


    color: #c2c2c2;
    border-color: #c2c2c2;
    box-shadow: inset 0px 2px 0px 0px #e0e0e0;
    transition: background 100ms linear;
}

.hasHover .round_btn:hover {
    color: #c2c2c2;
    border-color: #c2c2c2;
    transition: background 100ms linear;
}

/*SELECT*/
.pad_0 {
    padding: 0 !important;
}

.pad_6 {
    padding: 6px;
}

.pad_10 {
    padding: 10px;
}

.pad_36 {
    padding: 36px;
}

.pad_19 {
    padding: 19px;
}

.pad_20 {
    padding: 20px;
}

.pad_24 {
    padding: 24px;
}

.pad_16 {
    padding: 16px;
}

.pad_20_40 {
    padding: 20px 40px !important;
}

.pad_right_0 {
    padding-right: 0px !important;
}

.pad_right_4 {
    padding-right: 4px;
}

.pad_right_6 {
    padding-right: 6px;
}

.pad_right_20 {
    padding-right: 20px;
}

.pad_left_0 {
    padding-left: 0 !important;
}

.pad_left_4 {
    padding-left: 4px;
}

.pad_left_30 {
    padding-left: 30px;
}

.pad_left_24 {
    padding-left: 24px;
}

.pad_left_20 {
    padding-left: 20px !important;
}

.pad_left_12 {
    padding-left: 12px !important;
}

.pad_left_13 {
    padding-left: 13px;
}

.pad_left_16 {
    padding-left: 16px;
}

.pad_left_40 {
    padding-left: 40px;
}

.pad_left_48 {
    padding-left: 48px;
}

.pad_right_40 {
    padding-right: 40px;
}

.pad_right_12 {
    padding-right: 12px;
}

.pad_right_16 {
    padding-right: 16px;
}

.pad_left_18 {
    padding-left: 18px;
}

.pad_right_18 {
    padding-right: 18px;
}

.pad_right_10 {
    padding-right: 10px;
}

.pad_right_100 {
    padding-right: 100px;
}

.pad_left_100 {
    padding-left: 100px;
}

.pad_left_36 {
    padding-left: 36px;
}

.pad_right_36 {
    padding-right: 36px;
}

.pad_right_24 {
    padding-right: 24px;
}

.pad_left_6 {
    padding-left: 6px;
}

.pad_bottom_6 {
    padding-bottom: 6px;
}

.pad_bottom_60 {
    padding-bottom: 60px;
}


.float_left {
    float: left;
}

.float_right {
    float: right;
}

.float_none {
    float: none;
}

.w_60_percent {
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w_50_percent {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w_40_percent {
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.w_20_percent {
    width: 20%;
    box-sizing: border-box;
    float: left;
    -moz-box-sizing: border-box;
}

.w_25_percent {
    width: 25%;
    box-sizing: border-box;
    float: left;
    -moz-box-sizing: border-box;
}

.w_30_percent {
    width: 30%;
    box-sizing: border-box;
    float: left;
    -moz-box-sizing: border-box;
}


.w_70_percent {
    width: 70%;
    box-sizing: border-box;
    float: left;
    -moz-box-sizing: border-box;
}

.w_80_percent {
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
}

.ucfirst {
    text-transform: uppercase;
}

.uc {
    text-transform: uppercase;
}


.capitalize {
    text-transform: capitalize;
}

.pad_top_8 {
    padding-top: 8px;
}

.pad_top_20 {
    padding-top: 20px;
}

.pad_top_30 {
    padding-top: 30px;
}

.pad_top_36 {
    padding-top: 36px;
}

.pad_top_52 {
    padding-top: 52px;
}

.pad_top_76 {
    padding-top: 76px !important;
}

.pad_top_112 {
    padding-top: 112px !important;
}

.pad_top_19 {
    padding-top: 19px;
}

.pad_top_18 {
    padding-top: 18px;
}

.pad_top_24 {
    padding-top: 24px;
}

.pad_top_6 {
    padding-top: 6px;
}

.pad_top_10 {
    padding-top: 10px;
}

.pad_top_12 {
    padding-top: 12px;
}

.pad_top_14 {
    padding-top: 14px;
}

.pad_top_20 {
    padding-top: 20px;
}

.pad_12 {
    padding: 12px;
}

.td_pad_12 td {
    padding: 12px;
}

.td_pad_24 td {
    padding: 24px;
}

.td_w_50 td {
    width: 50%;
}

.td_pad_top_bottom_24 td {
    padding-top: 24px;
    padding-bottom: 24px;
}

.first_last_td_pad_24 td:last-child {
    padding-right: 24px;
}

.first_last_td_pad_24 td:first-child {
    padding-left: 24px;
}

.pad_21 {
    padding: 21px;
}

.pad_bottom_0 {
    padding-bottom: 0 !important;
}


.pad_bottom_8 {
    padding-bottom: 8px;
}

.pad_bottom_10 {
    padding-bottom: 10px;
}

.pad_bottom_12 {
    padding-bottom: 12px;
}

.pad_bottom_16 {
    padding-bottom: 16px;
}

.pad_bottom_18 {
    padding-bottom: 18px;
}

.pad_bottom_20 {
    padding-bottom: 20px;
}

.pad_bottom_24 {
    padding-bottom: 24px;
}

.pad_bottom_28 {
    padding-bottom: 28px;
}

.pad_bottom_36 {
    padding-bottom: 36px !important;
}

.pad_bottom_30 {
    padding-bottom: 30px;
}

.pad_64 {
    padding: 64px;
}

.no_pad {
    padding: 0;
}

.no_border {
    border: none;
}

.space_24 {
    padding-top: 24px;
}

.space_12 {
    padding-top: 12px;
}


.space_36 {
    padding-top: 36px;
}

.h_90 {
    height: 90px;
}

.h_66 {
    height: 66px;
}

.h_62 {
    height: 62px;
}

.h_625 {
    height: 625px;
}

.h_648 {
    height: 648px;
}


.h_60 {
    height: 60px;
}

.h_76 {
    height: 76px !important;
}

.line_height_0 {
    line-height: 0;
}

.line_height_16 {
    line-height: 16px;
    line-height: 1.6rem;
}

.line_height_20 {
    line-height: 20px;
    line-height: 2rem;
}

.line_height_21 {
    line-height: 21px;
    line-height: 2.1rem;
}

.line_height_24 {
    line-height: 24px;
    line-height: 2.4rem;
}

.line_height_30 {
    line-height: 30px;
    line-height: 3.0rem;
}

.line_height_40 {
    line-height: 40px;
    line-height: 4.0rem;
}

.line_height_1_5 {
    line-height: 1.5;
}

.before_line_height_40 {
    line-height: 40px;
}

.no_margin_bottom {
    margin-bottom: 0 !important;
}

.no_margin {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.marg_center {
    margin: 0 auto;
}

.marg_bottom_0 {
    margin-bottom: 0 !important;
}

.marg_auto {
    margin-left: auto;
    margin-right: auto;
}

.marg_left_0 {
    margin-left: 0px !important;
}

.marg_left_6 {
    margin-left: 6px !important;
}

.marg_left_12 {
    margin-left: 12px !important;
}

.marg_left_24 {
    margin-left: 24px !important;
}

.marg_right_0 {
    margin-right: 0 !important;
}

.marg_right_6 {
    margin-right: 6px !important;
}

.marg_right_12 {
    margin-right: 12px !important;
}

.marg_right_16 {
    margin-right: 16px !important;
}

.marg_right_18 {
    margin-right: 18px;
}

.marg_right_20 {
    margin-right: 20px;
}

.marg_right_24 {
    margin-right: 24px !important;
}

.marg_top_6 {
    margin-top: 6px;
}

.marg_top_9 {
    margin-top: 9px !important;
}

.marg_top_8 {
    margin-top: 8px;
}

.mar_t_12 {
    margin-top: 12px !important;
}

.marg_top_15 {
    margin-top: 15px !important;
}

.marg_top_16 {
    margin-top: 16px !important;
}

.marg_top_18 {
    margin-top: 18px;
}

.margin_top_20 {
    margin-top: 20px !important;
}

.marg_top_22 {
    margin-top: 22px;
}

.marg_top_24 {
    margin-top: 24px !important;
}

.marg_top_32 {
    margin-top: 32px;
}

.marg_top_40 {
    margin-top: 40px;
}

.marg_top_60 {
    margin-top: 60px;
}

.marg_top_10 {
    margin-top: 10px !important;
}

.marg_top_12 {
    margin-top: 12px;
}

.marg_left_20 {
    margin-left: 20px;
}

.marg_left_40 {
    margin-left: 40px;
}

.marg_top_64 {
    margin-top: 64px;
}

.margin_top_210 {
    margin-top: 210px !important;
}

.marg_top_bottom_3 {
    margin-top: 3px;
    margin-bottom: 3px;
}

.marg_bottom_3 {
    margin-bottom: 3px !important;
}

.marg_bottom_30 {
    margin-bottom: 30px !important;
}

.marg_bottom_56 {
    margin-bottom: 56px;
}

.marg_bottom_240 {
    margin-bottom: 240px;
}

.marg_6 {
    margin: 6px;
}

.marg_12 {
    margin: 12px;
}

.marg_24_0 {
    margin: 24px 0;
}

.marg_bottom_6 {
    margin-bottom: 6px !important;
}

.marg_bottom_8 {
    margin-bottom: 8px !important;
}


.marg_bottom_12 {
    margin-bottom: 12px !important;
}

.marg_bottom_16 {
    margin-bottom: 16px !important;
}

.marg_bottom_18 {
    margin-bottom: 18px !important;
}

.marg_bottom_20 {
    margin-bottom: 20px !important;
}

.marg_bottom_24 {
    margin-bottom: 24px !important;
}

.pad_bottom_70 {
    padding-bottom: 70px;
}

.pad_bottom_top_70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.top_minus_1 {
    top: -1px !important;
}

.minus_marg_6 {
    margin-left: -6px;
    margin-right: -6px;
}

.w_280 {
    width: 280px !important;
}

.w_220 {
    width: 220px !important;
}

.w_219 {
    width: 219px !important;
}

.w_626 {
    width: 626px;
}

.w_638 {
    width: 638px;
}

.w_650 {
    width: 650px !important;
}

.w_194 {
    width: 194px;
}

.w_94 {
    width: 94px !important;
}

.w_80 {
    width: 80px !important;
}

.w_60 {
    width: 60px !important;
}

.w_86 {
    width: 86px !important;
}

.w_50 {
    width: 50px !important;
}

.w_20 {
    width: 20px !important;
}

.w_34 {
    width: 34px !important;
}

.w_45 {
    width: 50px !important;
}

.w_101 {
    width: 101px;
}

.w_107 {
    width: 107px;
}

.w_110 {
    width: 110px;
}

.w_180 {
    width: 180px;
}

.w_200 {
    width: 200px;
}

.w_290 {
    width: 290px;
}

.w_950 {
    width: 950px;
}

.w_20p {
    width: 20%;
}

.w_80p {
    width: 80%;
}

.w_90p {
    width: 90%;
}

.w_100p {
    width: 100%;
}

.w_16p {
    width: 16.6%;
}

.w_33p {
    width: 33.3%;
}

.h_100p {
    height: 100%;
}

.h_80p {
    height: 80%;
}

.h_106 {
    height: 106px;
}

.h_262 {
    height: 262px;
}

.h_114 {
    height: 114px;
}

.h_138 {
    height: 138px;
}

.h_168 {
    height: 168px;
}

.min_height_100p {
    min-height: 100%;
}

.min_height_58vh {
    min-height: 58vh;
}

.min_height_100vh {
    min-height: 100vh;
}

.h_8 {
    height: 8px;
}

.h_80 {
    height: 80px;
}

.relative {
    overflow: visible;
    position: relative;
}

.blue_text {
    color: #389edd;
}

.light {
    font-weight: 300;
}

.medium {
    font-weight: 500 !important;
}

.semibold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.normal {
    font-weight: 400;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

.inner_border {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.border_box {
    box-sizing: border-box;
}

.border_e0 {
    border: 1px solid #e0e0e0;
}

.border_c2c2 {
    border: 1px solid #c2c2c2;
}

.border_dash_c3 {
    border: 1px dashed #c3c6c9;
}

.border_c2 {
    border-color: #c2c2c2 !important;
}

.border_non_top {
    border-top: 0 !important;
}

.border_top_only {
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}

.border_left {
    border-left: 1px solid #e0e0e0;
}

.border_radius_none {
    border-radius: 0;
}

.border_radius_3 {
    border-radius: 3px !important;
}

.border_radius_4 {
    border-radius: 4px;
}

.border_radius_50 {
    border-radius: 50px;
}


.border_bottom {
    border-bottom: 1px solid #e0e0e0;
}

.border_bottom_dfdfdf {
    border-bottom: 1px solid #dfdfdf;
}

.border_top {
    border-top: 1px solid #e0e0e0;
}

.hide {
    display: none !important;
}

.inline {
    display: inline-block;
}

.inline_child * {
    display: inline-block;
}

.block {
    display: block !important;
}

.opacity_0 {
    opacity: 0;
    transition: opacity 200ms;
}

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


.opacity_50 {
    opacity: 0.5;
}

.opacity_80 {
    opacity: 0.8;
}

.opacity_2 {
    opacity: 0.2;
}

.overflow_visible {
    overflow: visible !important;
}

.overflow_visiable_childs * {
    overflow: visible;
}

.overflow_visible_childs * {
    overflow: visible;
}

.childs_pointer * {
    cursor: pointer;
}

.overflow_hidden {
    overflow: hidden !important;
}

.overflow_y_hidden {
    overflow-y: hidden !important;

}

.overflow_x_hidden {
    overflow-x: hidden !important;

}

.overflow_y_auto {
    overflow-y: auto;
}

.overflow_y_visible {
    overflow-y: visible;
}

.text_overflow_ellipsis {
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.text_overflow_ellipsis th, .text_overflow_ellipsis td {
    max-width: 0;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

td.overflow_visible {
    overflow: visible !important;
}

.scrollable {
    overflow: auto !important;
}

#list_pane .scrollable {
    position: absolute;
    top: 82px;
    bottom: 60px;
    right: 0;
    left: 0;
}

#list_pane .help {
    cursor: pointer !important;
    padding: 24px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #A0A0A0;
}

#list_pane .help:hover {
    color: #6e6e6e;
}

#list_pane .help * {
    cursor: pointer !important;
}

.styled_table table {
    overflow: visible;
}

.styled_table thead, .styled_table thead th, .styled_table thead tr {
    color: #a0a0a0;
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-top: 0;
    line-height: 1.5;
}

.styled_table th, .styled_table td {
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
}


.styled_table tbody {
    border: none;
    background-color: white;
}

.styled_table tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

.styled_table tbody tr, .styled_table tbody td {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 60px;
}


.table {
    display: table;
}

.table_row {
    display: table-row;
}

.table_cells_pad_24 td {
    padding-bottom: 24px;
}


.table_cells_pad_12 td {
    padding-bottom: 12px;
}


.table_overflow {
    table-layout: fixed;
    width: 100%;
}

.td_pad_top_bottom_24_12 tr td {
    padding-bottom: 12px;

}

.td_pad_bottom_12 tr td {
    padding-bottom: 12px;
}

.td_pad_bottom_24 tr td {
    padding-bottom: 24px;
}

.td_pad_bottom_0 tr td {
    padding-bottom: 0px;
}

.table_space tr td {
    padding-right: 12px;
    padding-left: 12px;
}

.table_space tr td:last-child {
    padding-right: 0;
}

.table_space tr td:first-child {
    padding-left: 0;
}

.table_space_12 tr td {
    padding-right: 12px;
}

.table_space_12 tr td:last-child {
    padding-right: 0;
}


.table_space_6 tr td {
    padding-right: 6px;
    padding-left: 6px;
}

.table_space_6 tr td:last-child {
    padding-right: 0;
}

.table_space_6 tr td:first-child {
    padding-left: 0;
}


.test {

}

.table_overflow td, .table_overflow th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table_align_center td {
    text-align: center;
}

.right {
    right: 0;
}

.bottom {
    bottom: 0 !important;
}

.top {
    top: 0;
}

.left {
    left: 0;
}

.height_auto {
    height: auto;
}

.min_height_12px {
    min-height: 12px;
}

.min_height_60px {
    min-height: 60px;
}

.min_height_80 {
    min-height: 80px;
}

.min_height_100px {
    min-height: 100px;
}

.min_height_120 {
    min-height: 120px !important;
}

.min_height_240 {
    min-height: 240px;
}

.min_height_400 {
    min-height: 400px;
}

.min_width_800 {
    min-width: 800px;
}

.min_width_400 {
    min-width: 400px;
}

.min_width_460 {
    min-width: 462px;
}

.min_width_350 {
    min-width: 350px;
}

.min_width_230 {
    min-width: 230px;
}

.min_width_200 {
    min-width: 200px;
}

.min_width_170 {
    min-width: 170px;
}

.min_width_110 {
    min-width: 110px;
}

.min_width_160 {
    min-width: 160px;
}

.min_width_40 {
    min-width: 40px;
}

.min_width_100p {
    min-width: 100%;
}

.fixed {
    position: fixed;
}

.table_cell {
    display: table-cell;
}

.valign_top {
    vertical-align: top !important;
}

.valign_top * {
    vertical-align: top;
}

.valign_middel {
    vertical-align: middle;
}


table.valign_top td {
    vertical-align: top;
}

.in_middle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}

.valign_middle {
    vertical-align: middle;
}

table.valign_middle td {
    vertical-align: middle;

}

.valign_bottom {
    vertical-align: bottom;
}


.a_center {
    text-align: center;
}

.a_left {
    text-align: left;
}

.a_right {
    text-align: right;
}

.font_work_sans {
    font-family: "Work Sans", sans-serif;
}

.font_size_24 {
    font-size: 24px;
}

.font_size_28 {
    font-size: 28px !important;
}

.font_size_12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.font_size_10 {
    font-size: 10px;
    font-size: 1.0rem;
}

.font_size_18 {
    font-size: 18px !important;
    font-size: 1.8rem;
    line-height: 27px;
    line-height: 2.7rem;
}

.font_size_20 {
    font-size: 20px;
    font-size: 2rem;
}


.font_size_14 {
    font-size: 14px;
    font-size: 1.4rem;
}

.font_size_13 {
    font-size: 13px;
    font-size: 1.3rem;
}

.font_size_12 {
    font-size: 12px;
    font-size: 1.2rem;
}

.font_size_16 {
    font-size: 16px;
    font-size: 1.6rem;

}

.font_size_36 {
    font-size: 36px;
    font-size: 3.6rem;
}

.font_size_38 {
    font-size: 38px;
    font-size: 3.8rem;
}

.font_size_32 {
    font-size: 32px;
    font-size: 3.2rem;
}

.font_size_48 {
    font-size: 48px;
    font-size: 4.8rem;
}

.font_weight_300 {
    font-weight: 300;
}

.font_weight_500 {
    font-weight: 500;
}

.nowrap {
    white-space: nowrap;
}

.background_white {
    background-color: white;
}

.background_f5 {
    background-color: #f5f5f5;
}

.background_blue {
    background-color: #389edd;
}


.background_trans {
    background-color: transparent !important;
}

.color_white {
    color: white;
}

.color_green {
    color: #52c876;
}

.color_1b {
    color: #1b60a6;
}

.color_389edd {
    color: #389edd;
}

.color_6e {
    color: #6e6e6e;
}

.color_3b {
    color: #b3b3b3;
}

.color_7b {
    color: #7b7b7b;
}

.color_7D7E82 {
    color: #7D7E82;
}

.color_65 {
    color: #65696b;
}

.color_c2 {
    color: #c2c2c2;
}

.color_a0 {
    color: #A0A0A0;
}

.color_e0 {
    color: #e0e0e0
}

.color_35 {
    color: #35383a;
}

.color_3b3d3f {
    color: #3B3D3F
}

.color_a1a3a5 {
    color: #A1A3A5
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.white_bg {
    background-color: #ffffff;
}

/*Redactor settings*/

.redactor-dropdown li {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
    max-width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.redactor-box {
    margin-bottom: 12px !important;
    -webkit-touch-callout: default !important;
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}

#content_view .redactor-box * {
    color: #6e6e6e !important;
}

#redactor-link-blank {
    display: inline-block;
}

.redactor-styles {
    font-family: inherit !important;
}

.redactor-styles * {
    overflow: visible;
    font-family: inherit !important;
}


.redactor-styles h1,
.redactor-styles h2,
.redactor-styles h3,
.redactor-styles h4,
.redactor-styles h5,
.redactor-styles h6 {
    font-weight: 300;
    margin: 0;
    padding: 0;
    margin-bottom: 24px;
    line-height: 1.5;
}

.redactor-styles ul {
    list-style-type: disc;
    list-style-position: inside;
}

.redactor-styles ol {
    list-style-type: decimal;
    list-style-position: inside;
}

.redactor-styles ul ul, .redactor-styles ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.redactor-styles ol ol, .redactor-styles ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.redactor-styles pre {
    font-size: 100%;
    background: #333;
    color: #fff;
}

.redactor-styles {
    font-size: 14px !important;
    color: #212A38;
}

.auto_editor a {

    color: orange !important;
}

.redactor-styles .tag {
    background-color: #e0e0e0 !important;
    padding-left: 3px;
    padding-right: 3px;
    color: inherit;
}

.redactor-box * {
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif !important;;
}

.redactor-toolbar li a {
    font-family: "Open Sans", "lucida grande", tahoma, sans-serif !important;
    font-size: 13px !important;
    display: block;
    text-align: center;
    padding: 11px 10px 0 !important;
    outline: 0;
    border: none;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    zoom: 1;
    height: 34px !important;
}

.redactor-toolbar.redactor-toolbar-external {
    z-index: 350 !important;
}

/*
.redactor-toolbar{
    box-shadow: none !important;
    border-style: solid !important;;
    border-width: 1px !important;
    border-color:  #c2c2c2 !important;;
    border-bottom-width: 0 !important;
}
*/
.redactor-toolbar li a:hover {
    background-color: #389edd !important
}

.redactor-layer {
    border-color: #c2c2c2 !important;;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.text-end {
    text-align: end;
}

.text-start {
    text-align: start !important;
}

/*.status
{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -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);
}*/

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

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

.status.pending {
    background-color: #c7374b;
}

/*Dialog*/

#overlay_content {
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: visible;
    border-radius: 12px;
}

#overlay_header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 0 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F7F7F7;

    border-top-left-radius: 12px;
    border-top-right-radius: 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

#overlay_header .name {
    font-weight: 500;
    font-size: 16px;
    color: #3B3D3F;
}

#overlay_content #top {
    height: 90px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
    width: 100%;
    padding: 18px 24px;
    color: #3B3D3F;
    font-size: 24px;
    font-weight: 300;
}

#overlay_content #top .image {
    height: 50px;
    width: 50px;
}

#overlay_content #menu {
    height: 59px;
    border-bottom: 1px solid #e0e0e0;
    overflow: visible;
}

#overlay_content #menu ul {
    display: inline-block;
    height: 60px;
    padding-left: 20px;
    padding-right: 20px;
}

#overlay_content #menu ul li {
    float: left;
    padding-top: 20px;
    height: 60px;
    box-sizing: border-box;
    padding-left: 14px;
    padding-right: 14px;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

#overlay_content #menu ul li:hover,
#overlay_content #menu ul li.active {
    cursor: pointer;
    border-bottom: 6px solid #389edd;
    color: #389edd;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}


#overlay_content #bottom {
    overflow: visible;
    height: 90px;
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    /*
        border-top: 1px solid #e0e0e0;
       /*transition: all 200ms;*/
    /*-webkit-transition: all 200ms;*/
    /*overflow: visible;*/
}

#overlay_content #information, #file_overlay .information {
    top: 150px;
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
    bottom: 0;
    background-color: #f5f5f5;
    /* transition: all 200ms;*/
    /* -webkit-transition: all 200ms;*/


}

#overlay_content.recruiter #information {
    bottom: 0 !important;
}

#overlay_content #information .field {
    overflow: visible !important;
}

#event_stats #information {
    bottom: 0;
}

.introjs-overlay *, .introjs-tooltipReferenceLayer *, .introjs-tooltipReferenceLayer, .introjs-helperLayer {
    overflow: visible;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;

}

.break_word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


#wrapper.introjs-fixParent {
    height: 1800px !important;
}

.introjs-fixParent {
    overflow: visible !important;
}


/*Notification*/

.notification {
    position: fixed;
    bottom: 50px;
    right: 50%;
    width: 500px;
    z-index: 9999;
    overflow: visible;
    transform: translateX(50%);
}


.notification * {
    overflow: visible;
}

[class^=" alert-"], [class*=" alert-"] {
    padding: 16px;
    border-radius: 4px;
    margin-top: 12px;
    display: flex;
    align-items: center;
    /*line-height: 16px;*/
}


[class^=" alert-"][class^=" icon-"]:before, [class*=" alert-"][class*=" icon-"]:before {
    margin-left: 12px;
    float: right;
}

/*Info alert*/
.alert-info {
    border-color: #d87435;
    background-color: #ffdcc0;
    color: #d87435;
}

.alert-info[class^="icon-"]:before {
    color: #ffa966;
}

/*Question*/

.alert-question {
    border-color: #1b60a6;
    background-color: #afe1ff;
    color: #1b60a6;
}

.alert-question[class^="icon-"]:before {
    color: #389edd;
}

/*Warning*/

.alert-warning {
    background-color: #ffa5b2;
    color: #92262e;
    border-color: #92262e;
}

.alert-warning[class^="icon-"]:before {
    color: #c7374b;
}

.rating * {
    cursor: pointer;
}

.rating.active {
    background-image: url(/assets/images/rating/star-active.svg);
}

.rating {
    background-image: url(/assets/images/rating/star-static.svg);
    width: 18px;
    height: 16px;
    background-position: left;
    background-repeat: no-repeat;
}

.underline {
    text-decoration: underline;
}

/*
.rating:not(.no_hover):not(.disabled).hover:before,.rating:not(.no_hover):not(.disabled):hover{
    background-image: url(/assets/images/rating/star-outline.svg);

}
*/

.rating.normal {
    background-image: url(/assets/images/rating/star-none.svg);
}

.rating.hover {
    background-image: url(/assets/images/rating/star-active.svg);
}

.rating.half.active {
    background-image: url(/assets/images/rating/star-active-half.svg);
}


.rating {
    display: inline-block;
    float: left;
    padding-right: 3px;
}

.disabled_overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: white;
    opacity: 0.6;
}


.dropdown-menu {
    position: absolute;
    z-index: 20000;
    background-color: #f5f5f5;
    color: #ababab;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    background: white;
    width: 100%;
    top: 46px;
}

.dropdown-menu .bs-searchbox {
    padding: 12px;
}

.dropdown-menu .bs-searchbox input {
    margin: 0 !important;
}

.dropdown-menu.inner {
    border: none;
    position: relative;
    width: 100%;
    top: 0;
    list-style: none;
    list-style-position: inside;
    padding-left: 0;
}

.dropdown-menu.inner .disabled {
    display: none;
}

.dropdown-menu.inner * {
    outline: none;
}

.dropdown-menu.inner li a {
    padding: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu.inner li.selected a {
    color: #6e6e6e;
    background-color: #ebeced;
}

.dropdown-menu.inner li.no-results {
    background: white;
    padding: 12px;
}

.simpleselect {
    height: 40px;
    box-sizing: border-box !important;
    overflow: visible;
    vertical-align: top !important;
}

.simpleselect .placeholder {
    vertical-align: middle !important;
    height: 40px !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
    border: 1px solid #c2c2c2 !important;
    color: #6e6e6e !important;
    background-color: #f5f5f5 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    border-radius: 3px !important;
}


.simpleselect .placeholder img {
    vertical-align: middle !important;
    margin-right: 6px;
}

.notificate, .person_notificate {
    position: relative;
    overflow: visible;
}

.notificate::after {
    transition: all 200ms;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #c7374b;
    position: absolute;
    right: -12px;
    border-radius: 50%;
}

.person_notificate::after {
    transition: all 200ms;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #c7374b;
    position: absolute;
    right: 12px;
    top: 11px;
    border-radius: 50%;
}

.notificate.animate::after, .person_notificate.animate::after {
    -webkit-animation-name: notificate;
    -webkit-animation-duration: 1s;
}


@-webkit-keyframes notificate {
    0% {
        width: 0px;
        height: 0px;
        right: -6px;
        margin-top: 6px;
    }
    25% {
        width: 12px;
        height: 12px;
        right: -14px;
        margin-top: -3px;

    }
    100% {
        width: 6px;
        height: 6px;
        right: -12px;
        margin-top: 0px;

    }
}

.ui-datepicker {
    z-index: 100000 !important;
}


.spacer {
    height: 1px;
    border: none;
    color: #e0e0e0;
    background-color: #e0e0e0;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.table_width_64 {

    min-width: 64px;
    width: auto !important;
    width: 64px !important;
}

.table_fixed {
    table-layout: fixed;
}

.mail_fixed_width {
    min-width: 110px;
    width: auto !important;
    width: 110px !important;
}

.ie_table_column_fix {
    display: none;
}

.service_messages {
    position: fixed;
    bottom: 20px;
    right: 0;
    width: 96%;
    z-index: 9999;
    overflow: visible;
    left: 50%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.service_message_wrapper {
    padding: 12px;
    background-color: #389EDD;
    border: 1px solid #1B60A6;
    margin: 5px 0;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}

.service_message_close {
    cursor: pointer;

}

.fade_out {
    opacity: 0;
    -webkit-animation: fade_out;
    -o-animation: fade_out;
    animation: fade_out;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes fade_out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


@-webkit-keyframes fade_out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


.fade_in {
    opacity: 1 !important;
    -webkit-animation: fade_in;
    -o-animation: fade_in;
    animation: fade_in;
    -webkit-animation-duration: 200ms;
    -moz-animation-duration: 200ms;
    -o-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@keyframes fade_in {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}


@-webkit-keyframes fade_in {
    from {
        opacity: 0 !important;
    }
    to {
        opacity: 1 !important;
    }
}

.shadow_on_hover {
    webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    transition: box-shadow 200ms;
}

.shadow_on_hover:hover {
    webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 200ms;
}

.border_dfdfdf {
    border: 1px solid #DFDFDF !important;
}

.default_cursor {
    cursor: default !important;
}

.w-10 {
    width: 10px;
}

.font-size-11 {
    font-size: 11px;
}

.sending {

}

.sending img {
    width: 12px;
    padding-top: 5px;
}

.multiline {
    padding: 8px 6px 8px 6px;
    margin-top: 8px;
    margin-bottom: 8px;
    min-height: 30px;
    box-sizing: border-box;
}

.marg_top_-3 {
    margin-top: -3px !important;
}

.marg_top_0 {
    margin-top: 0 !important;
}

.icon-advanced-down:after {
    content: "\edc6";
}

.icon-advanced-up:after {
    content: "\edc4";
}

#profile_picture-img {
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-size: auto 100%;
}

.view-item {
    position: relative;
}

.view-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.emojione {
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
}

.blurred {
    transition: all 200ms;

    position: relative;
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='2'%20/></filter></svg>#blur");
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
    filter: blur(2px);
    -webkit-filter: blur(2px);
    -ms-filter: blur(2px);

}

.blurred:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
}


.video-player-inner {
    overflow: visible !important;
}


.text_style {
    line-height: 1.5;
}

.text_style ul {
    list-style-type: disc;
    list-style-position: inside;
    margin: 12px;
    margin-top: 0;
}

.text_style ol {
    list-style-type: decimal;
    list-style-position: inside;
    margin: 12px;
    margin-top: 0;
}

.text_style ul ul, .text_style ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px;
}

.text_style ol ol, .text_style ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px;
}

.gradient_blue_to_red {
    background-image: -moz-linear-gradient(0deg, rgb(56, 158, 221) 0%, rgb(82, 200, 118) 33%, rgb(255, 169, 102) 66%, rgb(199, 55, 75) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(56, 158, 221) 0%, rgb(82, 200, 118) 33%, rgb(255, 169, 102) 66%, rgb(199, 55, 75) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(56, 158, 221) 0%, rgb(82, 200, 118) 33%, rgb(255, 169, 102) 66%, rgb(199, 55, 75) 100%);
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
}

.workflows {
    width: 100%;
    color: #a0a0a0;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow: auto;
}

.error {
    border-color: #c7374b !important;
}

.error_text {
    color: #c7374b;
}


@keyframes placeHolderShimmer {

    0% {
        background-position: 100% 50%
    }
    100% {
        background-position: -50% 50%
    }
}

.animated_background {
    position: relative;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #ebeced;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #ebeced), color-stop(18%, #cbced1), color-stop(33%, #ebeced));
    background: -webkit-linear-gradient(left, #ebeced 8%, #cbced1 18%, #ebeced 33%);
    background: linear-gradient(to right, #ebeced 8%, #cbced1 18%, #ebeced 33%);
    -webkit-background-size: 800px 104px;
    background-size: 400% 400%;
    position: relative;
}

.mask {
    background-color: white;
    position: absolute;
}

.connectedSortable:after {
    content: "";
    clear: both;
    display: block;
}

#active_shortcuts {
    min-height: 120px;
}


input[type=checkbox].default + label.error {
    border-color: #c7374b !important;
}


.icon-level:before {
    content: "\ecde";
}

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

@media (max-width: 330px) {
    .level-wrap {
        margin-left: -15px;
    }
}

.level-wrap input:checked + label {
    background-color: #2e8cdb;
    border-color: #2e8cdb;
    color: white;
}

.level-wrap .button {
    min-width: 30px;
    line-height: inherit;
    border: none;
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    background-color: #f5f6f7;
}

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

.icon-talenthero:before {
    content: "";
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 75 75'%3E%3Cdefs%3E%3Cstyle%3E .cls-1{fill:%231f2d3d} %3C/style%3E%3C/defs%3E%3Cpath d='M49 0a28 28 0 0 0-29 26 29 29 0 0 0 1 9 28 28 0 0 1 19 19 28 28 0 0 0 35-24A28 28 0 0 0 49 0zm-2 41a14 14 0 1 1 14-13 14 14 0 0 1-14 13z' class='cls-1'/%3E%3Ccircle cx='14' cy='61' r='14' class='cls-1'/%3E%3C/svg%3E") no-repeat;
    width: 30px;
    background-size: 16px;
    margin-top: 0px;
    padding-left: 20px;
}

.icon-cc_mail:before {
    content: "\eafe";
}

.flex-align-center {
    align-items: center;
}

.flex-justify-content-space-between {
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex_column {
    flex-direction: column;
}

.flex_row {
    flex-direction: row;
}

.align_self_center {
    align-self: center;
}

.ziggeorecorder * {
    overflow: visible !important;
}

#vacancies_list {
    display: flex;
    flex-direction: column;
}

#vacancies_list .button {
    white-space: normal;
    height: auto !important;
    /*line-height: 1.7 !important;*/

}

#field_values tr td {
    padding-top: 8px;
    padding-bottom: 8px;
}

#vacancies_list .button .ellipse::before {
    left: -8px;
    top: 49%;
}

.view_tr .ellipse {
    position: relative;
}

.view_tr .ellipse span {
    padding-left: 15px;
}

.view_tr .ellipse::before {
    top: 15px;
    border: 2px solid #c7374b;
    border-radius: 50%;
    content: "";
    width: 4px;
    height: 4px;
    margin-right: 11px;
    position: absolute;
}

.view_tr .ellipse.ellipse_active::before {
    border-color: #52c876;
}


.status_bar_button {
    background-color: white;
    color: grey;
    padding: 5px;
    border-radius: 4px;
}

.blue_button {
    padding: 12px 20px;
    background: #006FFF;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    transition: 0.1s linear;
}

.blue_button:hover {
    background: #0058CB;
}

.blue_button:active {
    background: #003F92;
}

.settings_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
}

.cursor-pointer {
    cursor: pointer;
}

.switch {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.check-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .1s;
    transition: .1s;
}

.check-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .1s;
    transition: .1s;
    outline: 2px solid rgba(0, 0, 0, 0.16);
}

input:checked + .check-slider {
    background-color: #2563eb;
}

input:focus + .check-slider {
    box-shadow: 0 0 1px #2563eb;
}

input:checked + .check-slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

input + .check-slider:before {
    -webkit-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    transform: translateX(-2px);
}

/* Rounded sliders */
.check-slider.round {
    border-radius: 34px;
}

.check-slider.round:before {
    border-radius: 50%;
}

.user-select-none {
    user-select: none;
}