/* 
    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;
}

.formLogin {
    margin-top: 85px;
}

.formRegistration table, .formLogin table, .formMessage table, .formRecommand table, .formInteres 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, .formInteres h3, .formInteres 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;
    width: 0px;
    right:0;
    top:115px;
    padding-top:15px;
    height:auto;
    overflow:hidden;
    white-space: nowrap;
    box-shadow: 5px 5px 7px #858585;
    z-index:110000;
}

.formRegistration, .formMessage, .formRecommand {
    position: absolute;
    width: 0px;
    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:110000;
}

.closeForm {
    margin-top: -10px;
}

.closeFormLog {
    position: absolute;
    left: 325px;
    margin: -40px 0 0 0;
    cursor: pointer;
}

.closeFormReg {
    position: absolute;
    left: 315px;
    margin: -40px 0 0 0;
    cursor: pointer;
}

.closeFormMess, .closeFormRec, .closeFormInter {
    position: absolute;
    left: 240px;
    margin: -40px 0 0 0;
    cursor: pointer;
}

.closeFormInter {
    position: absolute;
    left: 280px;
    margin: -40px 0 0 0;
    cursor: pointer;
}

.closeFormRecomm {
    position: absolute;
    left: 320px;
    margin: -40px 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: 110000;
}
/*
.formRecommand {
    float:right;
    padding:15px 0 0 0;
    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:146px;
}

.formRecommand {
    height:225px;
}

.checkCond {
    width: 15px;
    cursor: pointer;
    margin: 2px 0 0 60px;
}

.submitForm, .submitProfil, .submitInteres {
    padding: 6px 12px 5px 12px;
    text-align: center;
    margin-top: 0px;
    border: none;
    font-size: 1.0em;
    border-radius: 15px;
}

#submitProfil {
    float: left;
    padding: 10px 12px 9px 12px;
    font-size: 120%;
    font-weight: bold;
    border-radius: 20px;
    cursor: pointer;
}

.submitStudio {
    position: relative;
    width: 235px;
    height: 50px;
    margin: 0 auto;
}

.submitCount {
    width:380px;
    padding: 10px 12px 8px 12px;
    text-align: center;
    margin-top: 0px;
    border: none;
    font-size: 1.0em;
    border-radius: 15px;
    font-weight:bold;
}

@media screen and (max-width:390px) {
    .submitCount {
        width:90% !important;
    }
}

.formInteres {
    position:absolute;
    width: 310px;	
    height:0;
    overflow:hidden;
    white-space: nowrap;
    box-shadow: 5px 5px 7px #858585;
    background: #fff;
    z-index:110000;
}

.formInteres h3 {
    margin-top:10px;
}

#submitProfil {
    border: 2px solid #fff;
    color: #000;
}

.submitInteres {
    margin-left: 120px;
}

.formInteres textarea {
    width: 275px !important;
    height: 100px !important;
}

.fieldemail {
    width: 182px !important;
}
/* END FORMS */