.manageformfields
{
    position: relative;
    width: 950px;
    display: block;
    background-color: #eee;
}

.manageformfields_sorry
{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    border: 1px solid #888;
    background-color: #fff;
}

input[type=text], input[type=time], input[type=email], input[type=tel], input[type=number], input[type=password], input[type=date], select, textarea
{
    width: calc(100% - 12px);
    min-width: 40px;
    padding: 5px;
    border: 1px solid #aaa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #222;
    font-size: 13px;
}


input[type=time]::-webkit-inner-spin-button, 
input[type=time]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input.login_form_element
{
    width: 300px; 
    max-width: calc(100% - 10px);
}

select
{
    width: calc(100% - 0px);
    padding: 5px;
}

textarea
{
    resize: none;
    height: 50px;
}

div.deleteelement
{
    position: relative;
    background-color: #f9f9f9;
    background-image: url("http://2017.socium.lt/img/delete.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100px;
    height: 200px;
    border: 1px solid #e0a20c;
}


div.alert_form_from_stsyem
{
    position: relative;
    width: 950px;
    display: block;
    background-color: #444;
}

@media all and (max-width: 1250px){ div.alert_form_from_stsyem { width: 650px; } }
@media all and (max-width: 750px){ div.alert_form_from_stsyem { width: 350px; } }
@media all and (max-width: 450px){ div.alert_form_from_stsyem { width: 200px; } }