.form-by-se{
    margin-top: 16px;
}

body .layout-content .layout-region .layout-region-inner {
    overflow: visible;
}

.form-by-se .msg-success {
    transition: 1.3s;
    background: rgba(114, 206, 155, 0.97);
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 12px 15px;
    border-radius: 35px;
    color: #ffffff;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    top: -49px;
    position: absolute;
    z-index: -1;
    display: inline-block;
    opacity: 0;
}

.form-by-se .msg-success.active {
    transition: 1.3s;
    opacity: 1;
    z-index: 999999;
}

.form-by-se .select-area {
    background: #fbfbfb;
    border: 1px solid #e1e8ed;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 16px;
    width: 467px;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}

.form-by-se .select {
    width: 113px;
    /*padding: 5px;*/
    /*border-radius: 3px;*/
    border-color: #c3d1d8;
}

.form-by-se #mceu_18-body {
    max-width: 100%;
    white-space: normal;
    display: block;
}

.form-by-se .mce-container-body,
.form-by-se .mce-container-body > div {
    width: 100%;
    display: inline-block;
    white-space: normal;
    border: none;
}

.form-by-se .send-post.button,
.form-by-se .non-valid.button,
.form-by-se .save-post.button {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding: 13px;
    width: 285px;
    max-width: 100%;
    background: #72ce9b;
    text-transform: uppercase;
    margin: 0;
    box-sizing: border-box;
}

.form-by-se .field-item-input input {
    background: #fbfbfb;
    border: 1px solid #e1e8ed;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 16px;
    width: 467px;
    max-width: 100%;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #989898 !important;
    opacity: 1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #989898 !important;
    opacity: 1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #989898 !important;
    opacity: 1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

:-moz-placeholder { /* Firefox 18- */
    color: #989898 !important;
    opacity: 1;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}


.form-by-se .field-item-input input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #989898 !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.form-by-se .field-item-input input input::-moz-placeholder { /* Firefox 19+ */
    color: #989898 !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.form-by-se .field-item-input input input:-ms-input-placeholder { /* IE 10+ */
    color: #989898 !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.form-by-se .field-item-input input input:-moz-placeholder { /* Firefox 18- */
    color: #989898 !important;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

/*Begin styles for custom select tag*/
.form-by-se .s-hidden {
    visibility: hidden;
    padding-right: 10px;
    display: none;
}

.form-by-se .select {
    cursor: pointer;
    position: relative;
    font: normal 11px/22px Arial, Sans-Serif;
    color: black;
    /* border: 1px solid #ccc; */
    display: inline-block;
    width: auto;
    max-width: 100%;
}

.form-by-se .styledSelect {
    position: relative;
    background: #fbfbfb;
    border: 1px solid #e1e8ed;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 16px;
    width: 467px;
    max-width: 100%;
}

.form-by-se .styledSelect:after {
    content: " ";
    width: 0;
    height: 0;
    /*background-image: url($core_v2_widget.GetFileUrl("arrow.png"));*/
    background-position: 50% 50%;
    background-size: 7px 15px;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - -2px);
    right: 10px;
    transition: 0.3s;
    width: 14px;
    height: 14px;
    display: inline-block;
    font-family: Entypo;
    font-size: 15px;
    line-height: 18px;
    transform: translateY(-50%) rotate(90deg);
    padding: 16px;
}

.form-by-se .styledSelect.active:after {
    transform:  translateY(-50%) rotate(270deg);
    transition: 0.3s;
}

.form-by-se .styledSelect:active, .form-by-se .styledSelect.active {
    background-color: #eee;
}

.form-by-se .options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0 0;
    list-style: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #fbfbfb;
    border: 1px solid #e1e8ed;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 0;
    width: 498px;
    max-width: 100%;
    max-height: 100vh;
    overflow-y: scroll;
}

.form-by-se .options li {
    margin: 0 0;
    background: #fbfbfb;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 16px;
    width: 500px;
    max-width: 100%;
    box-sizing: border-box;
}

.form-by-se .options li:hover {
    background-color: #eee;
    color: #989898;
}


/*Begin styles for custom select tag*/

/*Begin style for checkbox*/
.form-by-seinput .confidential,
.form-by-se input .urgent {
    background: #fbfbfb;
    border: 1px solid #e1e8ed;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    padding: 16px;
    width: 467px;
    max-width: 90%;
}

.form-by-se .field-item-name {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #989898;
}

.form-by-se .se-checkbox .field-item-name {
    padding: 0px 30px 0px 0;
    display: inline-block;
    position: relative;
    margin: 0;
}

.form-by-se .se-checkbox span {
    float: left;
}

.form-by-se .se-checkbox span + span {
    float: right;
}


.form-by-se label.field-item-name:before {
    content: " ";
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #e1e8ed;
    background: white;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3px;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    transition: .3s;
}

.form-by-se .input.confidential,
.form-by-se .input.urgent {
    width: auto;
}

.field-item-input.block {
    display: block;
}

.form-by-se .se-checkbox {
    font-size: 0;
    text-align: justify;
    line-height: 0;
    margin: 6px 0 14px;
    display: inline-block;
    width: 285px;
    max-width: 100%;
}

.form-by-se .se-checkbox:after {
    content: " ";
    display: inline-block;
    width: 100%;
}

.form-by-se .se-checkbox .field-item-input {
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    margin-bottom: 15px;
}

.form-by-se .se-checkbox .field-item-input.w100 {
    width:100%;
}

.form-by-se .se-checkbox .field-item-input.left{
    width: 50%;
    min-width: 120px;
}

.form-by-se fieldset .field-list .field-item .field-item-input {
    margin: 13px 0;
}

.form-by-se fieldset .field-list .field-item .field-item-input textarea {
    border: 1px solid #e1e8ed;
    color: #989898;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    background: #fbfbfb;
}

.se-checkbox .field-item-input > input {
    width: auto;
    display: none;
}



.form-by-se .se-checkbox label.field-item-name:before {
    content: " ";
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #e1e8ed;
    background: white;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border-radius: 3px;
    box-sizing: border-box;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    transition: .3s;
}

/*End style for checkbox*/

.form-by-se .save-post-form {
    position: relative;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    min-width: 0;
}

.form-by-se ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.form-by-se fieldset .field-list .field-item:last-child {
    margin-bottom: 0;
}

/*style for loader*/
.form-by-se fieldset .field-list .field-item .field-item-input .processing {
    position: absolute;
    top: -19px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;

}

.form-by-se fieldset .field-list .field-item.non-valid .field-item-input,
.form-by-se fieldset .field-list .field-item.non-valid,
.form-by-se fieldset .field-list .field-item.private-question .field-item-input,
.form-by-se fieldset .field-list .field-item.private-question,
.form-by-se fieldset .field-list .field-item.create-post .field-item-input,
.form-by-se fieldset .field-list .field-item.create-post {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.mce-container-body.mce-flow-layout,
.form-by-se .mce-container-body .mce-toolbar-grp.mce-container,
.form-by-se .mce-container-body .mce-toolbar.mce-container,
.form-by-se .mce-container-body .mce-statusbar.mce-container{
    display: none;
}

.mce-edit-area.mce-container:after {
    content: " ";
    position: absolute;
    padding: 12px 15px;
    top: 0;
    left: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #989898;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(225, 225, 225, 0.1);
    pointer-events: none;
}

.form-by-se fieldset .field-list .field-item.post-tags,
.form-by-se .hidden{
    opacity: 0;
    display: none;
    visibility: hidden;
    width: 0;
    height:0;
    max-width:0;
    max-height:0;
    overflow: hidden;
}


/*hide real textare field*/
.form-by-se .field-item-input .subject + div {
    display: none;
}