
.input_field_complex{
    position: relative;
    font-size: 14px;
    margin: 10px 0px 13px;
}
.input_field_complex .input_field_name{
    margin: 0px 5px 2px;
    font-weight: bold;
}
.input_field_wrap{
    padding: 0px;
    position: relative;
}
.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_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_item{
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 10px 0;
    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_item{
    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% + 1px) -1px;
    background-image: url('images/select_arrow.png')!important;
    background-repeat: no-repeat;
    background-size: 36px;

    -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::-ms-expand {
    display: none;
}


select:active,
select:focus ,
select:hover {
    background-image: url('images/select_arrow_hover.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{
    width: calc(50% - 6px);
    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 items_title{
    cursor: pointer;
    display: block;
    padding: 0px 10px;
    line-height: 34px;
}
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;
}
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;
}

.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;
}