/* 
    Created on : 30.3.2020, 14:22:01
    Author     : Makovec
*/

/* FORMS */

form .error {
    float:left; 
    width:94%;
    padding: 5px;
    margin-left: 3px;
    list-style-type:none;
    text-align:center;
}

.formRegistration table, .formLogin table, .formMessage table, .formRecommand table {
    border-collapse: separate;
    table-layout: auto;
    border-spacing: 5px;
    margin-left: 10px;
}

.formRegistration h3, .formRegistration p, .formLogin h3, .formLogin p, .formMessage h3, .formMessage p, .formRecommand h3, .formRecommand p {
    margin-left: 10px;
}

.formMessage textarea, .formRecommand textarea {
    width: 240px !important;
    height: 100px !important;
}

.formRecommand textarea {
    width: 280px !important;
    height: 100px !important;
}

form th, form td {
    vertical-align: top;
    font-weight: normal;
}

form th {
    text-align: left;
}
/*
form .required label {
        font-weight: bold;
}
*/

.formLoginUser {   
    margin: 0;
    padding: 2px 5px 2px 0;
    text-align: right;
}

@media screen and (max-width:840px) {
    .formLoginUser {
        display:none;
    }
}

/* login + registration */
.coverUser {
    float:right;
    margin:-5px 15px 25px 0;
    width:170px;
    height:60px; 
}

@media screen and (max-width:340px) {
    .coverUser {
        margin:5px 30px 15px 0;
    }
}

/* login */
.cursorP {
    cursor:pointer;
    text-decoration:underline;
}

/* registration */
.formLogin {
    position:absolute;
    right:0;
    top:115px;
    padding-top:15px;
    width: 250px;	
    height:auto;
    overflow:hidden;
    white-space: nowrap;
    box-shadow: 5px 5px 7px #858585;
    z-index:6000;
}

.formRegistration, .formMessage {
    position: absolute;
    right: 0px;
    top: 115px;
    padding-top:15px;
    height: auto;
    /* width v js */
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px;
    box-shadow: 5px 5px 7px #858585;    
    z-index:6000;
}

.closeForm {
    margin-top: -10px;
}

.closeFormLog {
    position: absolute;
    left: 325px;
    margin: -30px 0 0 0;
    cursor: pointer;
}

.closeFormReg {
    position: absolute;
    left: 425px;
    margin: -30px 0 0 0;
    cursor: pointer;
}

.closeFormMess, .closeFormRec {
    position: absolute;
    left: 250px;
    margin: -30px 0 0 0;
    cursor: pointer;
}

.closeFormRecomm {
    position: absolute;
    left: 320px;
    margin: -30px 0 0 0;
    cursor: pointer;
}

.closeAccForm {
    cursor: pointer;
}

#hideFormLog, #changeFormLog, #changeFormReg {
    text-decoration: underline;
    cursor: pointer;
}

.lowPar {
    padding-bottom: 0px;
}

.formOrdLog {
    padding-bottom: 10px;
}

.coverRecommand {
    position:absolute;
    right:0px !important;
    top:220px !important;
    z-index: 6000;
}

.formRecommand {
    float:right;
    padding:15px 0 0 0;
    /* width v js */
    overflow:hidden;
    white-space: nowrap;
    box-shadow: 5px 5px 7px #949494;  
}

.buttonRecommand {
    float:left;
    width:30px;
    margin-top:0px;
}

.formMessage {
    height:auto;
    padding-bottom: 10px;
}

.emaillabel {
    width:83px;
}

.emailfield {
    width:149px;
}

.formRecommand {
    height:225px;
}

.checkCond {
    width: 15px;
    cursor: pointer;
    margin: 2px 0 0 60px;
}

.submitForm, .submitProfil {
    padding: 6px 12px 5px 12px;
    text-align: center;
    margin-top: 0px;
    border: none;
    font-size: 1.0em;
    border-radius: 15px;
}

.submitCount {
		width:340px !important;
    padding: 10px 12px 8px 12px;
    text-align: center;
    margin-top: 0px;
    border: none;
    font-size: 1.0em;
    border-radius: 15px;
		font-weight:bold;
}
/* END FORMS */