@import "uni-form-generic.css";
select, input, textarea {outline:none;}
*:focus
{
    outline: none;
}
.uniForm {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background: transparent;
    text-align: left;
}
.uniForm fieldset {
    margin: 0;
    border: 0;
}
/* This is the main unit that contains our form elements */
.uniForm .ctrlHolder{ padding-bottom: 10px;}
.uniForm .inlineLabels .inputHolder {
    float: left;
}
.uniForm .buttonHolder{ text-align: right; }

.uniForm .inlineLabels .textInput,
.uniForm .inlineLabels .fileUpload,
.uniForm .inlineLabels .selectInput,
.uniForm .inlineLabels select,
.uniForm .inlineLabels textarea{ float: none; }

/* .inlineLabel is used for inputs within labels - checkboxes and radio buttons */
.uniForm .inlineLabel input,
.uniForm .inlineLabels .inlineLabel input,
.uniForm .blockLabels .inlineLabel input{ float: left; margin: 0 .4em 0 0; }
.uniForm .inlineLabel span{ float: left; width: 90%; }

/* ------------------------------------------------------------------------------ */

/* .blockLabels (default style, will be applied even if you don't class the parent element) */
.uniForm .blockLabels .ctrlHolder{}

.uniForm label,
.uniForm .blockLabels label,
.uniForm .blockLabels .label{ margin: 0 0 3px 0; position: relative; }

.uniForm .textInput,
.uniForm .blockLabels .textInput,
.uniForm .blockLabels .fileUpload{ float: none; width: 100px; /* <- Required property */ }

.uniForm .selectInput,
.uniForm select,
.uniForm .blockLabels .selectInput,
.uniForm .blockLabels select{ width: 53.5%; /* <- Required property */ }
.uniForm textarea,
.uniForm .blockLabels textarea{ float:none; width: 53%; /* <- Required property */ height: 12em; }

.uniForm .formHint,
.uniForm .blockLabels .formHint{ width: 45%; /* <- Required property */ font-size: .9em; color: #777; position: relative; top: -.5em; }

.uniForm .multiField,
.uniForm .blockLabels .multiField{ width: 53%; }
.uniForm .multiField .inlineLabel,
.uniForm .blockLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
.uniForm .multiField .blockLabel,
.uniForm .blockLabels .multiField .blockLabel{ width: 30%; margin: 0 10px 0 0; }
.uniForm .multiField .blockLabel .textInput,
.uniForm .multiField .blockLabel .selectInput,
.uniForm .multiField .blockLabel select,
.uniForm .blockLabels .multiField .blockLabel .textInput,
.uniForm .blockLabels .multiField .blockLabel .selectInput,
.uniForm .blockLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* ------------------------------------------------------------------------------ */

/* .inlineLabels */
.uniForm .inlineLabels .ctrlHolder{}

.uniForm .inlineLabels label,
.uniForm .inlineLabels .label{
    width: 85px; /* <- Required property */
    margin: 0 5px 0 0; /* <- Required property */
    text-align: left;
    padding-top: 2px;
    color: #3a3a3a;
}
.uniForm .textInput {
    width: 195px; /* <- Required property */
    padding: 2px 2px 3px 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}

.uniForm .fileUpload{
    width: auto; /* <- Required property */
    padding: 2px 2px 3px 2px;
    /*background: #FFFFFF;*/
    font-size: 12px;
    font-family: Tahoma;
}
/*dbdbdb*/
.uniForm .selectInput,
.uniForm select{
    width: 200px; /* <- Required property */
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}

.uniForm textarea{
    width: 629px;
    height: 500px; padding: 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}

.uniForm .selectInput option {
    padding-left: 5px;
    /* padding: 1px 3px 1px 3px;*/
}

.uniForm .inlineLabels .formHint{ margin-top: 0; margin-left: 47%; font-size: .9em; color: #777; position: static; }

.uniForm .inlineLabels .multiField{ width: 45%; /* <- Required property */ margin: 0 0 .3em 0; }
.uniForm .inlineLabels .multiField .inlineLabel{ display: block; margin: 0 0 .5em 0; }
.uniForm .inlineLabels .multiField .blockLabel{ float: left; width: 26%; margin: 0 3% 0 0; }
.uniForm .inlineLabels .multiField .blockLabel .textInput,
.uniForm .inlineLabels .multiField .blockLabel .selectInput,
.uniForm .inlineLabels .multiField .blockLabel select{ width: 100%; margin: .3em 0 0 0; }

/* Focus pseudoclasses */
.uniForm .textInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm textarea:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm .textInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.uniForm .selectInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
/* Columns (they are floated left by default) */
/*.uniForm .col{ width: 47.9%; /* <- Required property */ /*margin: 0 2% 20px 0; }*/
/* Use .first and .last classes to control the layout/spacing of your columns */
.uniForm .col.first{ width: auto; /* <- Required property */ float: left; clear: none; }
.uniForm .col.last{ width: auto; /* <- Required property */ float: right; clear: none; margin-right: 0; }


.uniForm  .textInput.error,
.uniForm  .selectInput.error,
.uniForm  textarea.error {
    border: 1px solid #ff3100;
}
.uniForm .inlineLabels .jQError{
}

.uniForm div.error{
    border: 0px;
    color: #ff3100;
    padding-top: 2px;
    font-size: 11px;
}
.uniForm label em,
.uniForm .label em,
.uniForm .blockLabels label em,
.uniForm .blockLabels .label em{ color: #0074a9; font-size: 13px;}

ul.error_list{
    margin-top: 5px;
    color: #ff3100;
    font-size: 11px;
}
.filterTable td {
    padding-right: 5px;
}
.search-intrebari-concurs td {
    padding-bottom: 10px;
}
.filterForm .textInput {
    padding: 2px 2px 3px 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}
.filterForm .selectInput {
    padding: 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}
.filterForm .textInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.filterForm .selectInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.searchForm .textInput {
    padding: 2px 2px 3px 2px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}
.searchForm .selectInput {
    padding: 2px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}
.searchForm .textInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }
.searchForm .selectInput:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }

.selectReference {
	padding: 2px;
    background: #FFFFFF;
    border: 1px solid #C0C0C0;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
}
.selectReference:focus{ border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }

textarea.apiCode {
    width: 580px;
    padding: 5px 2px 0 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
    color: #ADADAD;
    margin-bottom: 10px;
    font-family: Courier New, Courier;
}

textarea.apiCode:focus {
    border: 1px solid #0074a9; outline: none;
}

.captcha-input, #scoreName, .daily-res-date {
    padding: 2px;
    background: #FFFFFF;
    border: 1px solid #cacaca;color: #3a3a3a;
    font-size: 12px;
    font-family: Tahoma;
    width: 69px;
}
.captcha-input:focus, #scoreName:focus, .daily-res-date:focus { border: 1px solid #0074a9; outline: none; /* Get rid of the 'glow' effect in WebKit, optional */ }

/* Checkbox List */
.checkbox-list {
	list-style-type: none;
	border-top: 1px #ebebeb solid;
	padding-top: 5px;
	margin-top: 3px;
	margin-top: 0px;
}
.checkbox-list li {
	float: left;
	width: 30%;
	display: inline;
	/*height: 20px;*/
	padding: 0;
	border-top: 0;
	margin: 0;
	padding-bottom: 2px;
}
.checkbox-list input {
	display: inline;
	float: left;
}
.checkbox-list label {
	display: block;
	cursor: pointer;
	text-transform: none;
	float: left;
	width: 80%;
	padding-left: 5px;
	margin: 0;
	color:#3a3a3a;
	font-size: 12px;
}
.no-lines {
	border: 0;
}
.no-lines li {
	border: 0;
}
.checkbox-group .toogle {
	color:#ff6600;
	cursor:pointer;
	display:inline;
	font-size:14px;
	font-weight:bold;
	padding-left:3px;
}

.checkbox-group .toogle span{
	color:#3a3a3a;
	cursor:pointer;
	font-size:11px;
	font-weight:normal;
}
/********************************* GENERAL BUTTONS *********************************/
button {
    border: 0;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
    outline: 0;
    margin: 0;
    padding: 0;
}
button span {
    position: relative;
    display: block;
    white-space: nowrap;
    padding: 1px 0px 0px 10px;
    margin-right: 7px;
    padding-left: 11px;
}
button.formButton {
    background: url(../images/design/button_blue_right.png) right no-repeat;
    font-weight: normal;
}
button.formButton span {
    font: bold 12px Tahoma;
    height: 22px;
    line-height: 20px;
    background: url(../images/design/button_blue_left.png) left no-repeat;
    color: #ffffff;
}

button.formButton:hover span {
    color: #eaf6fb;
}

button.formGrayButton {
    background: url(../images/design/button_gray_right.gif) right no-repeat;
    font-weight: normal;
}
button.formGrayButton span {
    font: bold 12px Tahoma;
    height: 22px;
    line-height: 21px;
    background: url(../images/design/button_gray_left.gif) left no-repeat;
    color: #ffffff;
}
button.formGrayButton:hover span {
    color: #f7f7f7;
}
* html button {
    width: auto;
    overflow: visible;
    position: relative;
    margin-top: -4px;
}
* html button span {
    margin-top: 4px;
    margin-right: 10px;
}
*:first-child+html button {
    width: auto;
    overflow: visible;
}
/*FOR IE7*/
*:first-child+html button{
    margin-top: -2px;
}
/*FOR IE7*/
*:first-child+html button span{
    margin-top: 0px;
}
/********************************* MESSAGES *********************************/
.flash_notice {
    margin-bottom: 10px;
}
.flash_error {
    margin-bottom: 10px;
}
/*
.successMsg {
    font-size: 12px;
    background-color: #00be4d;
    border:1px solid  #248e4f;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    position: relative;
}*/

.successMsg {
	background: url("../images/design/ico-success.gif") no-repeat scroll 7px 7px transparent;
	/*border:1px dotted #41A218;*/
	color: #41A218;
	font-weight: bold;
	/*margin-bottom: 5px;
	margin-top: 5px;*/
	padding: 8px 8px 8px 35px;
	position: relative;
}

/*
.errorMsg {
    font-size: 12px;
    background-color: #ff3100;
    border:1px solid  #ec2f02;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    position: relative;
}*/

.warningMsg {
    /*font-size: 12px;
    background-color: #fbea9a;
    border:1px solid  #EFD000;
    color: #3a3a3a;
    padding: 5px 15px 5px 15px;
    position: relative;*/
	background:url("../images/design/ico-warning.gif") no-repeat scroll 0 7px transparent;
	color: #3a3a3a;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	padding:8px 8px 8px 26px;
	position:relative;
}

/* List of errors above the form */
/*
.formErrorMsg div {
    background-color: #ff3100;
    border:1px solid  #ec2f02;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    position: relative;
    margin-bottom: 5px;
}
	
.formErrorMsg ol {
    margin-left: 35px;
    margin-bottom: 10px;
    padding: 0;
}
.formErrorMsg ol li {
    margin: 0;
    list-style-position: outside;
    position: relative;
    color: #ff3100;
    padding: 0;
    line-height: 16px;
    float: left;
    margin-right: 3em;
    font-weight: bold;
}
.formErrorMsg ol li span {
    font-weight: normal;
    font-size: 11px;
}*/


.formErrorMsg div {
	background: url(../images/design/ico-error.gif) no-repeat 7px 7px;
	/*border: 1px #bf0d0d dotted;*/
	font-weight: bold;
	/*color: #bf0d0d;*/
	 color: #ff3100;
	padding: 8px 8px 8px 35px;
	margin-top: 10px;
	margin-bottom: 5px;
	position: relative;
}
	.formErrorMsg div h3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #ffffff;
		text-transform: uppercase;
	}
	.formErrorMsg div a:link, .errorMsg div a:visited {
		color: #ffffff;
		text-decoration: underline;
	}
	.formErrorMsg div a:hover {
		color: #ffffff;
		text-decoration: none;
	}
.formErrorMsg ol {
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
}
	.formErrorMsg ol li {
		margin: 0;
		list-style-position: inside;
		/*border-bottom:1px dotted #f8b3a0;*/
		position: relative;
		/*color: #e3001b;*/
		color: #ff3100;
		padding: 0;
		line-height: 16px;
		font-size: 11px;
	}



