/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * Form Styling
 */


/* FIELDSETS
---------------------------------------- */
fieldset {
	border: 0;
}

/* ACTION BUTTONS
---------------------------------------- */
input.action {
	padding: 2px;
	font-size: 11px ;
	font-family: Verdana, Tahoma, Sans-serif;
}
input.action:hover,
input.action:focus {
	cursor: pointer;
}

/* FIELD FORMATING
---------------------------------------- */
form ul {
	list-style: none;
}
.middleColumn {
 	  clear: left;
    display: block;
    margin: 0 5px 3px 0;
    padding: 0;

}
	#Sidebar .middleColumn {
		margin: 0 0 0 8px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}
	
	.middleColumn .middleColumn {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.middleColumn .message {
		margin: 0;
	}
	
/* INPUT BOXS
---------------------------------------- */

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #A7A7A7;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	width: 300px;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}
input:focus span, textarea:focus span {
	border: 3px solid #000;
}

form .date input.month,
form .date input.day,
form .date input.year {
	width: auto;
}

form .datetime .clear {
	clear: both;
}

form .datetime .date,
form .datetime .time {
	float: left;
	clear: none;
	width: auto;
}
	form .datetime .middleColumn .middleColumn {
		width: auto;
	}
	form .datetime .date input,
	form .datetime .time input {
		width: auto;
	}


/* SELECT DROPDOWN
---------------------------------------- */

select {
	width: auto;
}

/* LABELS
---------------------------------------- */
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
	font-size: 12px;
}

label.right {
	display:inline;
}

/* CHECKBOXES
---------------------------------------- */
ul.optionset {
	margin: 0;
	overflow: hidden;
}
	ul.optionset li {
		 display: block;
    float: left;
    height: 30px;
    margin: 6px 0;
    overflow: hidden;
    padding-top: 90px;
    text-align: left;
    vertical-align: bottom;
    width: 80px;
	padding-bottom:10px
	}
		ul.optionset li input {
	float: none;
    margin: 0px;
    text-align: center;
    width: 100%;
	display:block;
		}
		ul.optionset li label {
	clear: both;
    margin: 0 0 5px 0;
	padding-bottom:10px;
    text-align: center;
	display:block;
	width:100%

		}
		
#Form_Form{width:100%;}		
.required, .validation{ color: #990000;
    float: none;
    margin-left: 192px;
    margin-top: -41px;
	font-weight:bold;
	}


#Form_Form_EditableRadioField7{width:100%;}
#EditableRadioField7 ul li{background:url(../images/faces/small_nezinau.png) no-repeat top center;  margin-right: 2px;}	
.valGarik{background:url(../images/faces/small_garik.png) no-repeat top center !important;}
.valOlga{background:url(../images/faces/small_olga.png) no-repeat top center  !important;}
.valEl__bieta{background:url(../images/faces/small_elizabeta.png) no-repeat top center  !important;}
.valAlina{background:url(../images/faces/small_alina.png) no-repeat top center  !important;}
.valViktorija{background:url(../images/faces/small_viktorija.jpg) no-repeat top center  !important;}
.valNezinau{background:url(../images/faces/small_nezinau.png) no-repeat top center  !important;}

.valInga{background:url(../images/faces/Inga.jpg) no-repeat top center  !important;}
.valSanta{background:url(../images/faces/Santa.jpg) no-repeat top center  !important;}
.valMarija{background:url(../images/faces/Marija.jpg) no-repeat top center  !important;}
.valRuta{background:url(../images/faces/rutafoto.jpg) no-repeat top center  !important;}
