html, body {
	height: 100% !important;
}

.fog {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: #f4f6f7;
    display: none;
    z-index: 10;
}
.preloader-it {
	background: #f4f6f7;
	z-index: 1029;
}




.dropzone:hover {
    border: 2px dashed #88c241;
}

.profile_photo_div {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    text-align: center;
    padding-top: 85px;
    color: #cfcfcf;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
}

.profile_photo_icons {
    text-align: center;
}

.profile_photo_div_empty {
    border: 2px dashed #e0e3e4;
    cursor: pointer;
}
.profile_photo_div_empty:hover {
    border: 2px dashed #88c241;
    color: #88c241;
}


.hiddenInput{  
    position:absolute;
    overflow: hidden;
    display:block;  
    height:0px;  
    width:0px;  
}


.ava {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
}
.str_ava {
    position: absolute;
    top: 2px;
    left: 2px;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    box-shadow: inset 1px 1px 2px #0000002e, inset -1px -1px 2px #ffffff5e !important;
}

.ava_edit_img_wrap {
    position: relative;
    display: inline-block;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    line-height: 50%;
}

.ava_edit_frame {
    position: absolute !important;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 50%;
    display: inline-block;
    border: 3px dashed white;
    display: none;
}


.size-16, .size-18, .size-20, .size-24 {
    display: inline-block !important;
    position: relative;
}
.size-16 {
    width: 14px;
    height: 14px;
    top: -5px;
}
.size-18 {
    width: 16px;
    height: 16px;
    top: -5px;
}
.size-20 {
    width: 18px;
    height: 18px;
    top: -3px;
}
.size-24 {
    width: 24px;
    height: 24px;
    top: -5px;
}


.hov_r, .hov_b, .hov_black, .hov_green, .hov_yellow {
    cursor: pointer;
    color: #cacaca !important;
}
.hov_r:hover {
    color: red !important;
}
.hov_b:hover {
    color: #007eff !important;
}
.hov_black:hover {
    color: black !important;
}
.hov_green:hover {
    color: #88c241 !important;
}
.hov_yellow:hover {
    color: #ffa500 !important;
}

.col_green {
    color: #88c241;
}
.col_grey {
    color: #cacaca;
}
.col_yellow {
    color: #ffa500 !important;
}


.profile_ava_wrap {
    width: 200px;
    margin:0 20px 20px 0;
    display:inline-block !important;
}


.bt_none {
    border-top: none !important;
}


.star_grey {
    color: #cacaca;
}
.star_yellow {
    color: #ffa500 !important;
}
.star_red {
    color: #ff4646 !important;
}


#user_table td {
    vertical-align: top;
}


.cookie_agree {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 10px 20px;
    margin: 20px;
    z-index: 10000;
    background-color: white;
    display: inline-block;
    box-shadow: 1px 1px 2px grey;
}


.accord_section {
    padding:0 !important;
}
.accord_click {
    padding:1.5rem;
    cursor: pointer;
}
.accord_desc {
    padding:0 1.5rem 1.5rem 1.5rem;
    display: none;
}


.red_line {
    text-indent: 2em;
    text-align: justify;
}



._green {
    color: #88c241;
    border-bottom:1px dashed #88c241; cursor:pointer;
}
._green:hover {border-bottom:1px solid #88c241;}


.contest_error {
    color: red;
    font-size: 24px;
    text-align: center;
}


.notification {
    margin: 0 auto;
    max-width: 750px;
    text-align: center;
    color:  red;
    /*font-size: 18px;*/
    padding: 40px 30px;
}