/* 
    Created on : Jan-2016,
    Author     : Danny
*/

.page-predictions {
	
}

.formcols { position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.formcols:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

.col_float { float: left; margin-right: 1%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative; min-height: 40px; }
.col1_1 { width: 100%; margin-left: 0; }
.col1_2 { width: 49%; }
.col1_3 { width: 32%; }
.col1_4 { width: 23.5%; }
.col2_3 { width: 66%; }
.col3_4 { width: 74.4%; }

.formcols table td { padding: 5px 0; }
.formcols textarea { width: auto; background-color: #eaebec; }
.formcols .reason_note { font-size: 12px; }

.formecho { font-weight: bold; }

.user-details { max-width: 600px; }
.user-details input[type="password"], .user-details input[type="text"], .user-details input[type="email"] {
	width: 100%;
}
.smaller { font-size: 0.8em; }


select {
    border-radius: 6px;
    color: #666666;
    padding: 7px 10px;	
	width: 100%;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}

.flex-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.flex-col {
    /*flex: 1;*/
}
.flex-col-1_3 {
    width: 33.333%;
}
.flex-col-2_3 {
    width: 66.666%;
}
.flex-row .classics-title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.flex-row .classics-title h1 {
    margin-bottom: 0;
}
.flex-row .classics-logo {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
