/* Main */

*,:after,:before{box-sizing:inherit}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-width: 320px;
    background: #fff;
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.4285em;
    color: rgba(0, 0, 0, .87);
    font-smoothing: antialiased;
}

a {
    color: #4183c4;
    text-decoration: none;
}

.ui.button, .ui.buttons .button, .ui.buttons .or {
    font-size: 1rem;
}

.ui.button {
    cursor: pointer;
    display: inline-block;
    min-height: 1em;
    outline: 0;
    border: none;
    vertical-align: baseline;
    background: #e0e1e2 none;
    color: rgba(0, 0, 0, .6);
    font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
    margin: 0 .25em 0 0;
    padding: .78571429em 1.5em .78571429em;
    text-transform: none;
    text-shadow: none;
    font-weight: 700;
    line-height: 1em;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    border-radius: .28571429rem;
    box-shadow: 0 0 0 1px transparent inset, 0 0 0 0 rgba(34, 36, 38, .15) inset;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    transition: opacity .1s ease, background-color .1s ease, color .1s ease, box-shadow .1s ease, background .1s ease;
    will-change: '';
    -webkit-tap-highlight-color: transparent;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

button, select {
    text-transform: none;
}

button, input {
    overflow: visible;
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

html {
    font-size: 14px;
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

::selection {
    background-color: #cce2ff;
    color: rgba(0, 0, 0, .87);
}

.ui.radio.checkbox {
    min-height: 15px;
}

.ui.checkbox {
    position: relative;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    outline: 0;
    vertical-align: baseline;
    font-style: normal;
    min-height: 17px;
    font-size: 1rem;
    line-height: 17px;
    min-width: 17px;
}

    .ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio] {
        cursor: pointer;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0 !important;
        outline: 0;
        z-index: 3;
        width: 17px;
        height: 17px;
    }

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0;
}

    input::selection, textarea::selection {
        background-color: rgba(100, 100, 100, .4);
        color: rgba(0, 0, 0, .87);
    }

.ui.radio.checkbox .box, .ui.radio.checkbox label {
    padding-left: 1.85714em;
}

.ui.checkbox label, .ui.checkbox + label {
    color: rgba(0, 0, 0, .87);
    -webkit-transition: color .1s ease;
    transition: color .1s ease;
}

.ui.checkbox .box, .ui.checkbox label {
    cursor: auto;
    position: relative;
    display: block;
    padding-left: 1.85714em;
    outline: 0;
    font-size: 1em;
}

.ui.radio.checkbox input:checked ~ .box:before, .ui.radio.checkbox input:checked ~ label:before {
    background-color: #3C3C3B !important;
    border-color: #3C3C3B !important;
}

.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ label:before {
    background: #fff;
    border-color: rgba(34, 36, 38, .35);
}

.ui.radio.checkbox .box:before, .ui.radio.checkbox label:before {
    content: '';
    -webkit-transform: none;
    transform: none;
    width: 15px;
    height: 15px;
    border-radius: 500rem;
    top: 1px;
    left: 0;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    content: '';
    background: #fff;
    border-radius: .21428571rem;
    -webkit-transition: border .1s ease, opacity .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    transition: border .1s ease, opacity .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease;
    transition: border .1s ease, opacity .1s ease, transform .1s ease, box-shadow .1s ease, -webkit-transform .1s ease;
    border: 1px solid #d4d4d5;
}




body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none; -ms-text-size-adjust: none;
    -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

html {
    -ms-touch-action: pan-x;
}

body {
    -ms-touch-action: pan-y;
    -ms-content-zooming: none;
}

html, body, iframe {
    background: #F6F6F6;
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 100%;
}

body, div, a, td, th, p, h1, h2, h3, h4, h5, b, input, button, textarea, select {
    font-size: 13.5px;
    color: #202020;
    font-family: Roboto !important;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

td {
    text-align: left;
    vertical-align: top;
}

td.center-middle {
    text-align: center;
    vertical-align: middle;
}

td.left-middle {
    text-align: left;
    vertical-align: middle;
}

img {
    width: 100%;
    border: none;
}

a {
    text-decoration: none!important;
}

span
{
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.left {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-align: left;
}

.right {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-align: right;
}

.center {
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
    text-align: center;
}

.bold {
    font-size: inherit;
    color: inherit;
    font-weight: 700;
    text-align: inherit;
}

.link {
    cursor: pointer!important;
}

.visible {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
}

.not-visible {
    position: relative !important;
    display: none !important;
    width: 100% !important;
    height: 100% !important;
}

.all-width {
    width: 100%;
}

.padding-0 {
    padding: 0px;
}

.padding-right-16 {
    padding-right: 16px!important;
}

.background-gray {
    background: #F6F6F6;
}

.background-gray1 {
    background: #F3F3F3!important;
}

div.relative {
    position: relative
}

textarea {
    height: 34px;
    min-height: 34px;
}

textarea:focus, input:focus {
    outline: none!important;
}

.no-shadow {
    box-shadow: none !important;
}

input.input-new {
    width: 100%!important;
    height: 56px!important;
    background: #FFFFFF!important;
    box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.03)!important;
    border-radius: 16px;
    font-family: Roboto !important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 14px!important;
    color: #3C3C3C!important;
    border: none!important;
    padding-left: 16px!important;
    padding-right: 16px !important;
}

input.input-new-noborder {
    width: 100% !important;
    height: 56px !important;
    border-radius: 16px ;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #3C3C3C !important;
    border: none !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
}

textarea.textarea-new {
    width: 100% !important;
    height: 100px !important;
    background: #FFFFFF !important;
    box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.03) !important;
    border-radius: 16px ;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 14px !important;
    color: #3C3C3C !important;
    border: none !important;
    padding: 16px !important;
}

table.checkbox-new {
    width: 100%!important;
    height: 56px!important;
    background: #FFFFFF;
    box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    border: none!important;
    margin-top: 16px;
}

table.checkbox-new-noborder {
    width: 100% !important;
    height: 56px !important;
    border: none !important;
    margin-top: 16px !important;
}

    table.checkbox-new td.header, table.checkbox-new-noborder td.header {
        width: 75%;
        font-family: Roboto !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 14px !important;
        color: #818189 !important;
        text-align: left !important;
        vertical-align: middle !important;
        padding-left: 16px !important;
        padding-right: 10px!important;
    }

    table.checkbox-new td.header-50, table.checkbox-new-noborder td.header-50 {
        width: 50% !important;
        font-family: Roboto !important;
        font-style: normal !important;
        font-weight: 500 !important;
        font-size: 14px !important;
        color: #3C3C3C !important;
        text-align: left !important;
        vertical-align: middle !important;
        padding-left: 16px !important;
        padding-right: 10px!important;
    }

    table.checkbox-new td.select, table.checkbox-new-noborder td.select {
        width: 25%;
        padding-top: 3px !important;
        padding-right: 4px ;
        text-align: right !important;
        vertical-align: middle !important;
        position: relative!important;
    }

    table.checkbox-new td.select-50, table.checkbox-new-noborder td.select-50 {
        width: 50% !important;
        padding-top: 3px !important;
        padding-right: 4px !important;
        text-align: right !important;
        vertical-align: middle !important;
        position: relative!important;
    }

    table.checkbox-new td.image, table.checkbox-new-noborder td.image {
        width: 40px !important;
        min-width: 40px !important;
        text-align: left !important;
        padding-left: 14px!important;
        vertical-align: middle !important;
        padding-top: 4px!important;
    }

div.select-new {
    width: 100%!important;
    height: 56px!important;
    background: #FFFFFF!important;
    box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.03)!important;
    border-radius: 16px;
    font-family: Roboto !important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 14px!important;
    color: #3C3C3C!important;
    border: none!important;
    padding-left: 16px!important;
    position: relative!important;
    }

div.select-new div.text {
    max-width: 240px!important;
    overflow-x: hidden!important;
}

div.select-new-noborder {
    width: 100%!important;
    height: 56px!important;
    font-family: Roboto !important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 14px!important;
    color: #3C3C3C!important;
    border: none!important;
    padding-left: 16px!important;
    position: relative!important;
}

div.field-new {
    width: 100%!important;
    min-height: 56px!important;
    background: #FFFFFF!important;
    box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.03)!important;
    border-radius: 16px;
    font-family: Roboto !important;
    font-style: normal!important;
    font-weight: normal!important;
    font-size: 14px!important;
    color: #3C3C3C!important;
    border: none!important;
}

div.block-new {
    width: 100% !important;
    min-height: 56px ;
    background: #FFFFFF !important;
    /* box-shadow: 1px 6px 11px rgba(0, 0, 0, 0.03) !important; */
    border-radius: 16px !important;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #5B5B5B !important;
    border: none !important;
    margin: 16px 0px 0px 0px!important;
    padding: 16px;
    position: relative!important;
}

div.block-new-green {
    box-shadow: -5px 0px 0px 0px #27ae60 !important;
    margin: 16px 0px 0px 3px !important;
    padding: 16px 16px 16px 13px !important;
}

div.block-new-header {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    color: #181829 !important;
    padding-bottom: 10px;
    text-align: left!important;
}

.block-new-value {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 7.5px 0;
    font-size: 14px;
}

.block-new-value .value-name {
    color: #818189;
}

.block-new-value .value-value {
    color: #000;
}

td.block-new-value-name {
    width: 50% !important;
    text-align: left !important;
    vertical-align: top !important;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #5B5B5B !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
}

td.block-new-value-value {
    width: 50% !important;
    text-align: left ;
    vertical-align: top !important;
    font-family: Roboto !important;
    font-style: normal ;
    font-weight: 500 ;
    font-size: 13px ;
    color: #3C3C3C ;
    padding-top: 10px !important;
    word-wrap:break-word!important;
}

hr.form-hr {
    border-top: 2px solid #EAEAEA;
    border-bottom: none;
    border-left: none;
    border-right: none;
    height: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

div.app {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow: hidden;
    background: #f6f6f6;
}

div.app-content {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 64px;
    margin-bottom: 50px;
}

div.app-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
}

div.page-content {
    position: absolute;
    right: 0px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 64px 0px 50px 0px;
    margin: 0px;
    background: transparent;
}

div.add-button {
    position: fixed;
    right: 10px;
    bottom: 65px;
    width: 50px;
    height: 50px;
    background: #466ac2;
    border-radius: 25px;
    color: #ffffff;
    font-size: 40px !important;
    padding-top: 15px;
    text-align: center;
    box-shadow: 0 0 20px #d9dfef;
    z-index: 1;
}

div.menu-button {
    position: fixed;
    right: 10px;
    bottom: 125px;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    color: #ffffff;
    font-size: 40px !important;
    padding-top: 10px;
    text-align: center;
    box-shadow: 0 0 20px #d9dfef;
    z-index: 1;
}

td.menu-button {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 25px;
    color: #ffffff;
    font-size: 40px !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px!important;
    box-shadow: 0 0 20px #d9dfef;
}

td.menu-button img {
    vertical-align: top;
}

table.add-menu {
    position: fixed;
    right: 25px;
    bottom: 65px;
    width: 50px;
    z-index: 1;
}

table.add-button {
    position: fixed;
    right: 3px !important;
    bottom: 71px;
    width: 50px;
    z-index: 1;
}

table.add-button1 {
    position: fixed;
    right: 3px !important;
    bottom: 71px;
    z-index: 1;
    height: 28px;
    padding: 0px 0px 0px 0px;
    border-radius: 14px;
    background: #DC3644;
    border: none !important;
}

.button-count {
    position: relative !important;
}

    .button-count:after {
        display: none!important;
        content: attr(data-after);
        position: absolute !important;
        top: -10px !important;
        right: -10px !important;
        color: #ffffff;
        font-size: 16px !important;
        padding: 4px 10px 4px 10px;
        background: #b7b7b7;
        border-radius: 17px;
        font-weight: 700;
        display: inline-block;
    }

.menu-new {
    position: relative !important;
}

    .menu-new:after {
        content: attr(data-after);
        position: absolute !important;
        background: #DC3644!important;
        border: solid 1px #ffffff !important;
        border-radius: 20px !important;
        min-height: 10px !important;
        min-width: 17px !important;
        color: #ffffff !important;
        margin: 0px !important;
        padding: 4.5px 4px 4.5px 4px !important;
        top: -10px !important;
        left: 20px !important;
        font-size: 9px !important;
        font-weight: bold !important;
    }

div.main-direct-activity {
    background: #4C4C4C;
    border-radius: 24px;
    padding: 9px 18px 9px 18px;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    white-space: nowrap!important;
}

div.main-direct-notactivity {
    background: #EAEAEA;
    border-radius: 24px;
    padding: 9px 18px 9px 18px;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    color: #1C1C1C !important;
    white-space: nowrap!important;
}

.profile h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
}

.user-offers .buttons-direct {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.user-offers .button-direct-activity, 
.user-offers .button-direct-notactivity {
    margin: 0;
    border-radius: 16px;
    font-weight: 400;
}

.user-offers h3 {
    font-size: 15px!important;
    font-weight: 700!important;
}

.user-offers .expiration-info  {
    margin-bottom: 0;
    color: #818189;
    font-size: 12px!important;
    font-weight: 500!important;
}

.user-offers .expiration-info span {
    color:#1BA524
}

div.form-open-header {
    color: #181829; font-Weight: 500; font-Size: 16px; font-Style: normal; display: inline-block
}

div.form-open-value {
    padding-Right: 0px!important; text-Align: right; float: right; display: inline-block;
}

img.form-open-image {
    width: 15px
}

div.buttons-direct {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 5px;
    padding-top: 8px;
    min-height: 36px;
}

div.button-direct-activity {
    display: inline;
    text-align: center;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid rgb(76, 76, 76);
    background: rgb(76, 76, 76);
    color: rgb(255, 255, 255);
    padding: 7px 16px;
    white-space: nowrap;
    line-height: 15px;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: bold;
    font-size: 12px;
}

div.button-direct-notactivity {
    display: inline;
    text-align: center;
    border-radius: 15px;
    margin-left: 0px;
    margin-right: 10px;
    border: 1px solid rgb(234, 234, 234);
    background: rgb(234, 234, 234);
    color: rgb(28, 28, 28);
    padding: 7px 16px;
    white-space: nowrap;
    line-height: 15px;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: bold;
    font-size: 12px;
}

.filter-set {
    position: relative !important;
}

    .filter-set:after {
        content: '';
        position: absolute !important;
        background: #DC3644!important;
        border: solid 1px #DC3644!important;
        border-radius: 20px !important;
        height: 5px !important;
        width: 5px !important;
        color: #DC3644!important;
        margin: 0 auto !important;
        padding: 2px !important;
        bottom: 6px !important;
        font-size: 9px !important;
        top: -15px !important;
        left: 0px !important;
    }

.tday {
    position: relative;
    padding: 13px 2px 10px 2px;
    vertical-align: middle !important;
    text-align: center !important;
    background-color: transparent!important;
}

td.month {
    max-width: 20px;
    width: 20px;
}

div.month {
    font-size: 12px !important;
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #818189 !important;
    margin-top: 24px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .tday div.wday {
        padding-top: 8px;
        font-size: 14px !important;
        font-family: Roboto !important;
        font-style: normal !important;
        font-weight: normal !important;
        color: #1C1C1C !important;
    }

    .tday div.mday {
        padding-top: 0px;
        font-family: Roboto !important;
        font-style: normal !important;
        font-size: 14px !important;
        font-weight: bold !important;
        color: #1C1C1C !important;
    }

    .tday.current:after {
        content: '';
        position: absolute !important;
        background: #DC3644 !important;
        border: solid 1px #DC3644 !important;
        /*background: #DC3644!important;
    border: solid 1px #DC3644!important;*/
        border-radius: 20px !important;
        height: 5px !important;
        width: 5px !important;
        color: #DC3644 !important;
        /*color: #DC3644!important;*/
        margin: 0 auto !important;
        padding: 2px !important;
        top: 4px !important;
        right: 5px !important;
        font-size: 9px !important;
    }

.tday-active {
    position: relative;
    padding: 13px 2px 10px 2px;
    vertical-align: middle !important;
    text-align: center !important;
    color: #ffffff;
    background-color: #DC3644;
    font-family: Roboto !important;
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    border-radius: 8px !important;
}

    .tday-active div.wday {
        font-family: Roboto!important;
        font-style: normal!important;
        font-weight: normal!important;
        padding-top: 8px;
        font-size: 14px !important;
        color: #ffffff !important;
    }

    .tday-active div.mday {
        padding-top: 0px;
        font-family: Roboto !important;
        font-style: normal !important;
        font-size: 14px !important;
        font-weight: bold !important;
        color: #ffffff !important;
    }

    .tday-active.current:after {
        content: '';
        position: absolute !important;
        background: #ffffff !important;
        border: solid 1px #ffffff !important;
        border-radius: 20px !important;
        height: 5px !important;
        width: 5px !important;
        color: #DC3644 !important;
        margin: 0 auto !important;
        padding: 2px !important;
        top: 4px !important;
        right: 5px !important;
        font-size: 9px !important;
    }

.add-messages {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 8px 16px 10px 16px;
    margin: 0px;
    border-top: 2px solid #EAEAEA;
    background: #F6F6F6;
}

    .add-messages-td {
        padding: 0px 12px 0px 0px;
        margin: 0px;
        text-align: center;
        vertical-align: middle;
    }

        /*.add-messages td i {
            color: #DC3644!important;
            font-size: 18px !important;
            font-weight: normal !important;
            line-height: 1 !important;
            text-align: left !important;
        }*/

        .add-messages-input {
            font-family: Roboto !important;
            font-style: normal !important;
            font-weight: normal !important;
            font-size: 16px !important;
            color: #5B5B5B !important;
            height: 34px;
            text-align: left !important;
            background: #EAEAEA;
            border: 1px solid #E6E6E6;
            border-radius: 20px;
            width: 100%;
            padding: 5px 14px 5px 14px;
        }

.small-size, .small-size div, .small-size span {
    font-size: 0.85rem;
}

.small-size h5 {
    font-size: 0.85rem !important;
}

.ui.button {
    background-color: #DC3644 ;
    border: solid 1px #DC3644;
    color: #ffffff ;
    border-radius: 16px !important;
    font-family: Roboto!important;
    font-style: normal!important;
    font-weight: 500;
    font-size: 12px!important;
}

    .ui.button:hover {
        background-color: #cacbcd!important;
    }

button.button-cancel {
    background-color: #ffffff !important;
    border: solid 1px #DC3644 !important;
    color: #3C3C3C !important;
}

button.button-gray {
    background-color: #4C4C4C !important;
    border: solid 1px #4C4C4C !important;
    color: #FFFFFF !important;
}

button.button-gray-border {
    border: solid 1px #4C4C4C !important;
}

button.button-no-border {
    border: solid 1px #ffffff !important;
}

button.button-light-gray {
    background-color: #EAEAEA !important;
    border: solid 1px #EAEAEA !important;
    color: #1F1F1F !important;
}

.ui.divider {
    margin-left: 15px!important;
    margin-right: 15px!important;
    margin-bottom: 10px!important;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px !important;
}

h4 {
    font-size: 17px !important;
    margin-bottom: 5px!important;
}

h5 {
    font-size: 14px !important;
}

select.no-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form_radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}

    .form_radio label:before {
        content: "";
        display: inline-block;
        width: 17px;
        height: 18px;
        position: absolute;
        left: 0;
        bottom: 1px;
        background-image: url(/images/forms/radio.png);
        background-size: contain;
        background-repeat: no-repeat;
    }

div.chat {
    max-width: 320px;
    /*font-size: 15px!important;
    word-wrap: break-word;*/
    margin-top: 0px;
    /*line-height: 24px;*/
    position: relative;
    padding: 10px 15px 10px 15px;
    min-width: 100px;
    display: inline-block;
    /*border-radius: 25px;*/
    /*box-shadow: 0 0 20px #d9dfef;*/
}

.chat-all-date {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    background: rgba(0,0,0,0.4);
    padding: 4px 10px 4px 10px;
    color: #ffffff;
    border-radius: 16px;
}

.chat-out {
    background: #D8EDFF !important;
    border-radius: 16px 16px 0px 16px !important;
    align-self: flex-end;
    margin-right: 0px;
    margin-left: auto;
}

.chat-in {
    background: #FFFFFF!important;
    border-radius: 16px 16px 16px 0px!important;
}

.chat-author {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    color: #5B5B5B !important;
    text-align: left;
}

.chat-text {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #0F1828 !important;
    text-align: left!important;
    padding-top: 4px!important;
}

.chat-date {
    font-family: Roboto !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 13px !important;
    color: #5B5B5B !important;
    text-align: right!important;
    padding-top: 6px!important;
    padding-right: 0px;
}


.form_radio {
    margin-bottom: 10px;
}

    .form_radio input[type=radio] {
        display: none;
    }

    .form_radio label {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-left: 25px;
        margin-right: 0;
        line-height: 18px;
        user-select: none;
    }

        .form_radio label:before {
            content: ;
            display: inline-block;
            width: 17px;
            height: 18px;
            position: absolute;
            left: 0;
            bottom: 1px;
            background-image: url(/images/forms/radio.png);
            background-size: contain;
            background-repeat: no-repeat;
        }



    /* Checked */

    .form_radio input[type=radio]:checked + label:before {
        background-image: url(/images/forms/radio_a.png);
        background-size: contain;
        background-repeat: no-repeat;
    }



    /* Hover */

    .form_radio label:hover:before {
        filter: brightness(120%);
    }



    /* Disabled */

    .form_radio input[type=radio]:disabled + label:before {
        filter: grayscale(100%);
    }


/* System */
.ui.toggle.checkbox {
    margin-right: 16px !important;
}

.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
    left: 0px !important;
    background-color: #4C4C4C !important;
}

.ui.toggle.checkbox input:focus:checked ~ .box:before,
.ui.toggle.checkbox input:focus:checked ~ label:before {
    left: 0px!important;
    background-color: rgba(76,76,76,0.5) !important;
}

.ui.toggle.checkbox input:checked ~ .box:after, .ui.toggle.checkbox input:checked ~ label:after {
    left: 16px;
    box-shadow: none;
}

.ui.toggle.checkbox .box:before, .ui.toggle.checkbox label:before {
    background-color: rgba(127,127,127,0.5) !important;
    height: 16px !important;
    max-height: 16px !important;
    width: 34px !important;
    max-width: 34px !important;
    margin-top: 2.5px !important;
}

.ui.toggle.checkbox input {
    width: 34px !important;
    max-width: 34px !important;
}

.ui.toggle.checkbox .box, .ui.toggle.checkbox label {
    padding-left: 30px;
}

.ui.toggle.checkbox input ~ .box:after, .ui.toggle.checkbox input ~ label:after {
    background: #7F7F7F;
}

.ui.toggle.checkbox input:checked ~ .box:before,
.ui.toggle.checkbox input:checked ~ label:before {
    background-color: rgba(76,76,76,0.5) !important;
    left: 0px!important;
    height: 16px !important;
    max-height: 16px !important;
    margin-top: 2.5px !important;
}

.ui.toggle.checkbox input:checked ~ .box:after, .ui.toggle.checkbox input:checked ~ label:after {
    background: #4C4C4C;
}



.ui.checkbox input:checked ~ .box:before, .ui.checkbox input:checked ~ label:before {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
}

.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after {
    color: #ffffff !important;
}

.ui.radio.checkbox input ~ .box:before, .ui.radio.checkbox input ~ label:before {
    background-color: rgba(60, 60, 60, 0.25) !important;
    border-color: rgba(60, 60, 60, 0.25) !important;
}

.ui.radio.checkbox input:checked ~ .box:before, .ui.radio.checkbox input:checked ~ label:before {
    background-color: #3C3C3B !important;
    border-color: #3C3C3B !important;
}

.ui.dropdown {
    min-width: 100%;
}

    .ui.dropdown .text {
        min-width: 85%;
    }


/*input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    border: #DC3644 solid 1px !important;
}*/
select:active, select:focus {
    outline-width: 0 !important;
}

button:active, button:focus {
    outline-width: 0 !important;
}

div.blur {
    /*color: transparent;
    text-shadow: 0 0 7px rgba(0,0,0,0.5);*/
}

.background-dots {
    background-image: radial-gradient(circle at 1px 1px, #d5d5d5 1px, transparent 0);
    background-size: 9px 2px;
    background-repeat: repeat-x;
    background-position-y: center;
}


.ui.button {
    font-size: 0.9rem!important;
    min-width: 130px;
}

h5.ui.header {
    max-width: 150px!important;
    overflow-x: hidden!important;
}

div.dropdown div.menu div.item {
    white-space: normal !important;
    max-width: 290px !important;
}

 /* Slick */

.imageslider .slick-list {
    background-color: #000000;
}

.imageslider {
    background-color: #000000;
}

.slick-dots {
    bottom: 5px !important;
}

.slick-dots li {
    margin: 0px!important;
}

.slick-dots li button {
    border: solid 1px #ffffff;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    display: inline-block;
    background: transparent;
    padding: 0px!important;
}

.slick-dots li button:before {
    color: rgba(256,256,256,0)!important;
}

li.slick-active button {
    background: #ffffff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}

.slick-prev {
    z-index: 1 !important;
    background: rgba(255,255,255,0) !important;
    width: 30px;
    opacity: 1;
    left: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    transform: none !important;
    height: 200px !important;
}

.slick-next {
    z-index: 1 !important;
    background: rgba(255,255,255,0) !important;
    width: 30px;
    opacity: 1;
    right: 0px !important;
    top: 0px !important;
    bottom: 0px !important;
    transform: none !important;
    height: 200px !important;
}

.slick-prev:before {
    color: #202020 !important;
    position: absolute !important;
    top: -4px !important;
    left: 8px !important;
    font-size: 30px;
}

.slick-next:before {
    color: #202020 !important;
    position: absolute !important;
    top: -4px !important;
    right: 8px !important;
    font-size: 30px;
}

    .slick-next:before {
        content: ' ';
    }

.slick-prev:before {
    content: ' ';
}

.slick-slide {
    outline: none
}


.show-animation {
    animation-name: my-show-animation;
    -webkit-animation-name: my-show-animation;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    visibility: visible !important;
}

@keyframes my-show-animation{0%{opacity:0}10%{opacity:.1}20%{opacity:.2}30%{opacity:.3}40%{opacity:.4}50%{opacity:.5}60%{opacity:.6}70%{opacity:.7}80%{opacity:.8}90%{opacity:.9}100%{opacity:1}}

@-webkit-keyframes my-show-animation{0%{opacity:0}10%{opacity:.1}20%{opacity:.2}30%{opacity:.3}40%{opacity:.4}50%{opacity:.5}60%{opacity:.6}70%{opacity:.7}80%{opacity:.8}90%{opacity:.9}100%{opacity:1}}
