/* RMF - FORM Preset classes */

#blck_standard_fields,
#blck_top_fields_cnf,
#blck_standard_fields_cnf,
#blck_new_category
{
    background-color: rgba(169, 212, 255, 0.3);
    border-radius: 4px;
}
#blck_new_category
{
    background-color: none;
    border-radius: 4px;
}
#ctrl_btn_new_category
{
    width: 60%;
    margin: 0px auto !important;
    cursor: pointer;
}

.rmf_form_inputpreset
{
    display:flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.rmf_form_inputpreset input
{
    width: 305px;
    height: 46px;
    max-width: 350px;
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.rmf_form_inputattributes input[type='checkbox']
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 10px 0 20px;
    cursor: pointer;
}

.rmf_cell_land
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 9px 5px;
}
.rmf_cell_land:nth-child(even)
{
    background-color: rgba(255, 255, 255, 1) !important;
}
.rmf_pnl_loading
{
    display: inline-block;
    width:100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0 !important;
    background-image: url('../img/ic_wait_clr.gif');
    background-repeat: no-repeat;
    background-size: 50px 50px;
	background-position: center center;
}
.rmf_pnl_loading:hover
{
    background-color: none !important;
    cursor: wait;
}
.ic_btn
{
    display: inline-block;
    color: #090a0b;
    text-decoration: none;
    text-align: center;
    width: 46px;
    height: 46px;
    margin: 0;
    padding: 0;
    font-size: 0 !important;
    background-image: url('../img/ic_btn_preset_dg.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
	background-position: center center;
	cursor: pointer;
    border-radius: 4px;
    border: solid 1px #313233;
}

.ic_btn_preset
{
    width: 46px;
    height: 46px;
    background-color: #d1d2d3;
    background-image: url('../img/ic_btn_preset_dg.svg');
    border-top-left-radius: 0%;
    border-bottom-left-radius: 0%;
}

.rmf_pnl_presetlist
{
    display: none;
    position: fixed;
    top:15px;
    left: 0;
    width: 90%;
    height: 90%;
    margin: 0 5%;
    border-radius: 8px;
    background-color: #232425;
    box-shadow: 0 0 15px rgba(0,0,0,0.55);
}
.rmf_pnl_presetlist .presetlist_btm
{
    height: 10%;
}
.rmf_pnl_presetlist .presetlist_cntnt
{
    display: flex;
    flex-direction: column;
    height: 90%;
    overflow-y: auto;
    overflow-x: hidden;
}
.rmf_pnl_presetlist .presetlist_cntnt div
{
    display: inline-block;
    font-size: 17px;
    width: 100%;
    height: auto;
    color: #a0cfff;
    margin: 0;
    padding: 15px 2% 15px 10%;
    text-align: left;
    cursor: pointer;
}
.presetlist_cntnt div:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.1);
}
.rmf_pnl_presetlist .presetlist_cntnt div:hover
{
    color: #fff;
    /*background-color: #a0cfff;*/
}


.rmf_form_inputlabel.for_hidden_input
{
    width:350px;
    height:30px;
    cursor: pointer;
    background-image: url('../img/ic_fields_k.svg');
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: 10px center;
    display: table-cell;
    vertical-align: middle;
}

img.rmf_ic_share,
img.rmf_ic_share_telegram
{
    width:42px;
    height:42px;
    cursor: pointer;
}

/***************************/
/* screen-size 320px-768px */
@media screen and (max-width: 768px) {
    .ic_btn_preset
    {
        width: 51px;
        height: 51px;
    }
    .rmf_form_inputpreset input
    {
        width: 100%;
        height: 51px;
        max-width: 300px;
    }
    .rmf_form_inputattributes
    {
        width: 100%;
        margin: 20px auto;
        max-width: 330px;
    }
    .rmf_form_inputattributes select
    {
        height: 51px;
    }
    .rmf_form_inputattributes .rmf_form_inputlabel
    {
        font-size: 16px;
        text-align: left;
    }
    .rmf_pnl_presetlist .presetlist_cntnt div
    {
        font-size: 18px;
    }
    #ctrl_btn_new_category
    {
        width: 80%;
    }
}

/* ...RMF - FORM Preset classes */
