.input_field_complex,
.input_field_swim_title {
    position: relative;
    font-size: 14px;
    margin: 10px 0px 13px;
}

.input_field_swim_title {
    padding: 20px 0 0;
}

.input_field_complex .input_field_name {
    margin: 0px 5px 2px;
    font-weight: bold;
}

.input_field_wrap {
    padding: 0px;
    position: relative;
    display: block;
}

.inline_wrap .input_field_wrap, .inline_wrap .form-control {
    display: inline-block;
    width: auto;
}

.inline_wrap .input_field_wrap .form-control {
    display: block;
}

.input_field_swim_title .input_field_item,
.input_field_wrap .input_field_button {
    display: block;
    width: 100%;
    height: 34px;
    padding: 3px 2px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.input_field_swim_title .input_field_item[value='']:not(:focus) + .input_field_title,
.input_field_swim_title .input_field_title {
    display: block;
    position: absolute;
    font-size: 14px;
    left: 2px;
    top: 12px;
    width: 100%;
    transition: all ease-in-out .2s;
    font-weight: 500;
    opacity: 0.7;
}

.input_field_swim_title .input_field_item[value] + .input_field_title,
.input_field_swim_title .input_field_item:focus + .input_field_title {
    top: -18px;
    font-size: 14px;
    opacity: 1;
}

.input_field_swim_title .input_field_item:focus {
    border-bottom: 1px solid #383838;
}

.input_field_wrap.animator_select {
    float: left;
}

.input_field_complex.C .input_field_name {
    display: inline-block;
}

.C .input_field_wrap {
    display: inline-block;
    padding-left: 30px;
    border: none;
    box-shadow: none;
}

.input_field_wrap.B {
    padding: 5px;
}

.input_field_wrap.B:after {
    content: '';
    clear: both;
    display: table;
}

.input_field_wrap.B input[type=button] {
    float: right;
}

.input_field_wrap .input_field_item {
    outline: none;
    width: 100%;
}

.input_field_wrap .input_field_select {
    outline: none;
    width: 100%;
}

.input_field_wrap .input_field_textarea {
    outline: none;
    width: 100%;
}

.input_success_message, .input_error_message {
    position: absolute;
    top: 100%;
    width: 96%;
    line-height: 20px;
    left: 0;
    right: 0;
    border-radius: 2px;
    font-size: 14px;
    padding: 5px 2%;
    margin: auto;
    margin-top: 5px;
    display: none;
    z-index: 1;
    text-align: center;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input_success_message:before, .input_error_message:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

.input_field_wrap.error .input_error_message {
    display: block;
}

.input_field_wrap.success .input_success_message {
    display: block;
}

.input_field_wrap.button {
    margin-top: 20px;
    padding: 0;
}

.input_field_wrap.button .input_field_button {
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0;
    line-height: 16px;
    cursor: pointer;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.input_field_wrap.button.error .input_field_button {
    cursor: not-allowed;
}

.field_group.input_field_complex {
    padding: 0 0 20px;
    margin-bottom: 10px;
}

.property_title {
    font-weight: bold;
}

.modal-body .property_title {
    margin: 15px 0 5px;
}

.property_title input[type=checkbox] {
    margin: 0px 0 0 10px;
    vertical-align: middle;
    display: inline-block;
}

.bootstrap-select .select-default {
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    outline: none;
    padding: 5px 12px;
}

.bootstrap-select .select-default.dropdown-toggle:focus {
    outline: none !important;
}

select {
    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none !important;
    outline: none;

    background-position: calc(100% - 10px) center;
    background-image: url('images/select_arrow.png?v=1') !important;
    background-repeat: no-repeat;

    -webkit-transition: background 0.2s ease-out 0s, border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -moz-transition: background 0.2s ease-out 0s, border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    -o-transition: background 0.2s ease-out 0s, border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
    transition: background 0.2s ease-out 0s, border-color ease-in-out .15s, box-shadow ease-in-out .15s !important;
}

select.form-control {
    padding: 3px 22px 3px 12px;
}

select::-ms-expand {
    display: none;
}

select:active,
select:focus {
    background-image: url('images/select_arrow_up.png') !important;
}

select > option {
    outline: none;
}

select > option:hover, select > option:active {

}

.title_select select {
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
    display: inline-block;
    vertical-align: middle;
    border-radius: 30px;
    outline: none;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;

    background-image: none !important;
}

.fileman-control {

}

.fileman-control .bxlhe-frame {
    width: 100% !important;
    border: 1px solid #ccc;
}

[edit_form] > [edit="no"], [edit_form].edit > [edit="yes"] {
    display: block;
}

[edit_form].edit > [edit="no"], [edit_form] > [edit="yes"] {
    display: none;
}

input[type=radio] {
    display: none;
}

input[type=radio] + label {
    position: relative;
    padding: 4px;
    padding-left: 18px;
    font-weight: normal;
    margin: 0;
    line-height: 18px;
    cursor: pointer;
}

input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    top: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #00b2ff;
    border-radius: 50%;
}

input[type=radio]:checked + label:before {
    background: #00b2ff;
}

.choise_element_edit {
    position: relative;
    display: block;
    width: 100%;
    height: 34px;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.choise_element_edit .choise_element_list input[name="search"] {
    border: none;
    width: 100%;
    height: 32px;
    outline: none;
    margin: -4px -12px;
    padding: 4px 12px;
}

.choise_element_edit .input_field_wrap {
    position: initial;
}

.choise_element {
    padding: 0px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 2px 0 0;
    line-height: 1;
}

.choise_element {
    background: #d5f1fc;
    background: #00b2ff;
}

.choise_element .ava, .choise_element .info {
    display: inline-block;
    vertical-align: middle;
}

.choise_element .ava {
    width: 20px;
}

.choise_element .ava img {
    max-width: 20px;
    max-height: 20px;
}

.choise_element .info {
    padding-left: 8px;
    width: auto;
}

.choise_element .info .name {
    line-height: 1;
    white-space: nowrap;
    padding: 0;
    font-size: 12px;

    color: #00b2ff;
    color: #fff;
}

.choise_element .fa {
    padding: 5px;
}

.choise_element.add {
    display: block;
    background: transparent;
    padding: 3px 0;
}

.choise_element.add:hover {
    background: #d5f1fc;
}

.choise_element.add .ava {
    display: inline-block;
}

.choise_element.add .info {
    width: calc(100% - 26px);
}

.choise_element.add .info .name {
    line-height: 20px;
    color: #777;
}

.choise_element.add .info .name .fa {
    float: right;
    line-height: 20px;
}

.choise_element.add .fa {
    color: transparent;
}

.choise_element.add .name .fa-user, .choise_element.add .name .fa-book {
    color: #777;
}

.choise_element.add:hover .fa {
    color: #777;
}

.respons_user.add_btn {
    background: transparent;
}

.respons_user.add_btn .info .name {
    color: #00b2ff;
    padding: 1px 0;
    border-bottom: 1px solid #40f2ff;
}

.respons_user.add_btn:hover .info .name {
    border-bottom: 1px solid #00b2ff;
}

.choise_element .info .text {
    display: none;
}

.choise_element .info .user_edit_data .property_title {
    margin-top: 5px;
}

.dragable_file_over {
    margin: 10px 0;
}

.dragable_file_over table.table {
    margin-bottom: 0;
}

.dragable_file_over table.table > tbody > tr:last-child > td {
    box-shadow: none;
}

.dragable_file {
    color: #555;
    text-align: center;

    width: 100%;
    padding: 9px 0;

    background: transparent;
    border: 1px solid #cfd2d4;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dragable_file.error {
    background: #faa;
    border-color: #f00;
}

.dragable_file.drop {
    background: #afa;
    border-color: #0f0;
}

.dragable_file label {
    margin: 0;
}

.dragable_file.hover {
    background: #ddd;
    border-color: #aaa;
}

[role="COMMENT_LIST"].drag_hover .RESPONSE_USER {
    position: relative;
}

[role="COMMENT_LIST"].drag_hover .RESPONSE_USER.open_form .dragable_file {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #faa;
    border-color: #f00;
}

kwazi_select {
    padding: 0;
    outline: none;
    border: 1px solid #ccc;

    display: block;
    position: relative;
    background: #fff;
    text-align: left;
    font-weight: normal;
    max-width: 400px;
}

kwazi_select[open] {
    z-index: 11;
}

kwazi_select items_title {
    cursor: pointer;
    display: block;
    padding: 0px 10px;
    line-height: 34px;
}

.__field_wrap kwazi_select items_title {
    padding: 0 10px 0 3px;
}

kwazi_select items_title:after {
    content: '';
    display: table;
    clear: both;
}

kwazi_select items_title val {
    float: left;
}

kwazi_select items_title val + i.fa {
    padding: 0;
    margin: 0;
    padding-left: 14px;
    padding-right: 4px;
    float: right;
    border-left: 1px solid #ccc;
    line-height: 34px;
}

.__field_wrap kwazi_select items_title val + i.fa {
    border: none;
}

kwazi_select items {
    display: block;
    position: absolute;
    background: #fff;
    right: -1px;
    border: 1px solid rgba(0, 0, 0, .15);
    z-index: 2;
    width: calc(100% + 2px);
    overflow: auto;
    max-height: 295px;

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;

    top: calc(100% + 3px);
    visibility: hidden;
    opacity: 0;
}

kwazi_select items[sizeable] {
    position: relative;
    height: 0;
    opacity: 0 !important;
    border: none;
}

kwazi_select[open] items {
    visibility: visible;
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

kwazi_select items kwazi_option {
    display: block;
    background: #fff;
    padding: 0px 10px;
    line-height: 34px;
    cursor: pointer;
    /*border-bottom: 1px solid #d2d2d2;*/

    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

kwazi_select items kwazi_option:last-child {
    border-bottom: none;
}

kwazi_select items kwazi_option:hover, kwazi_select items kwazi_option[selected] {
    background: #00b2ff38;
}

.elememt_edit_block .table > tbody > tr > td {
    padding: 8px 12px;
}

.elememt_edit_block .table > tbody > tr > td:nth-child(1) {
    font-weight: bold;
}

.data_block {
    padding: 10px;
    border-radius: 5px;
}

.data_block .data_block_title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 5px;
    position: relative;
    margin-bottom: 15px;
}

.data_block .data_block_title .btn {
    float: right;
}

.data_block .data_block_title:after {
    content: '';
    display: table;
    clear: both;
}

a.choise {
    padding: 3px 7px;
}

a.choise[active], a.choise.active {
    background: #00b2ff;
    color: #fff;
    border-radius: 10px;
}

.progress_krug {
    width: 118px;
    height: 118px;
    border-radius: 50%;
    position: relative;
    margin: auto;

    background: #ccc;
}

.progress_krug.green {
    background: #51bb5e;
}

.progress_krug.red {
    background: #f14949;
}

.progress_krug.yellow {
    background: #e4d354;
}

.progress_krug:before, .progress_krug:after {
    content: '';
    position: absolute;
    width: 110px;
    height: 110px;
    left: 4px;
    top: 4px;
    border-radius: 50%;
    z-index: 1;

    background: #fff;
    overflow: hidden;
}

.progress_krug:after {
    z-index: 3;
    /*width: 110px;
    height: 110px;
    left: 4px;
    top: 4px;*/
}

.progress_krug .percent {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    top: calc(50% - 12px);
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #333;
}

.progress_krug .time {
    position: absolute;
    z-index: 4;
    left: 0;
    width: 100%;
    top: 55%;
    font-size: 13px;
    text-align: center;
    color: #aaa;
}

.progress_krug .time span {
    border-bottom: 1px solid #999;
}

.polukrug {
    position: absolute;
    width: 60px;
    height: 120px;
    top: -1px;
    overflow: hidden;
    z-index: 2;
}

.polukrug:nth-child(1) {
    left: -1px;
}

.polukrug:nth-child(2) {
    right: -1px;
    transform: rotate(180deg);
}

.polukrug .segment {
    content: ' ';
    display: block;
    position: absolute;
    width: 0;
    border: 60px solid transparent;
    border-radius: 100%;
    border-bottom: 60px solid #ccc;
    border-left: 60px solid #ccc;
    top: 0px;
    left: 0px;
    transform: rotateZ(45deg);
    z-index: 2;
}

.input_field_wrap.error .input_field_button {
    border: 1px solid #f75a53;
    background: #aaa;
    color: #fff;
}

.input_field_wrap .input_field_button {
    border: 1px solid #9cd7fd;
    background: #9cd7fd;
    color: #fff;
}

.__field_wrap {
    padding-top: 10px;
    position: relative;
}

.__field_wrap .__field_title {
    font-weight: bold;
    font-size: 12px;
}

.__field_wrap .form-control {
    padding: 3px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ccc;
    outline: none;
    box-shadow: none;
    line-height: 28px;
}

.__field_wrap kwazi_select.form-control {
    padding: 0;
    max-width: 100%;
}

.__field_wrap .td_delete {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.form-field[type="checkbox"],
.form-field[type="radio_checkbox"] {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-left: 45px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.form-field[type="checkbox"]:before,
.form-field[type="radio_checkbox"]:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 37px;
    height: 22px;
    border-radius: 22px;
    display: inline-block;
    transition: all 0.1s ease-in-out 0s;
    background: #DFDFDF;
}

.form-field[type="radio_checkbox"] {
    padding-left: 30px;
    display: block;
    text-align: left;
}

.form-field[type="radio_checkbox"]:before {
    width: 20px;
    height: 20px;
}

.form-field[type="checkbox"]:after,
.form-field[type="radio_checkbox"]:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    display: inline-block;
    transition: all 0.1s ease-in-out 0s;
    background: #fff;
}

.form-field[type="radio_checkbox"]:after {
    width: 14px;
    height: 14px;
    background: #DFDFDF;
    top: 3px;
    left: 3px;
}

.form-field[type="checkbox"][active="1"]:before,
.form-field[type="checkbox"][active="true"]:before {
    background: #DFDFDF;
}

.form-field[type="checkbox"][active="1"]:after,
.form-field[type="checkbox"][active="true"]:after {
    left: 16px;
}

.form-field[type="checkbox"] input,
.form-field[type="radio_checkbox"] input {
    display: none;
}

.form-field[type="checkbox"] .form-field-title {
    margin: auto;
    line-height: 22px;
}

.form-field[type="checkbox"]:before {
    background: #DFDFDF;
}

.form-field[type="checkbox"]:after {
    background: #EA2330;
    box-shadow: 0px 3px 8px #00000026;
}

.form-field[type="checkbox"][active="1"]:before,
.form-field[type="checkbox"][active="true"]:before {
    background: #77B97E;
}
