/**
 * CSS styles for forms generated by yiic.
 *
 * The styles can be applied to the following form structure:
 *
 * <div class="form">
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 *     <div class="row buttons">
 *         <label for="inputid">xyz</label>
 *         <input name="inputid" id="inputid" type="text" />
 *         <p class="hint">hint text</p>
 *     </div>
 * </div>
 *
 * The above code will render the labels and input fields in separate lines.
 * In order to render them in the same line, please use the "wide" form as follows,
 *
 * <div class="wide form">
 *     ......
 * </div>
 *
 * @author Qiang Xue <qiang.xue@gmail.com>
 * @link http://www.yiiframework.com/
 * @copyright Copyright &copy; 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */

.form input,
.form textarea,
.form select
.form img
{
	margin: 0.2em 0 0.5em 0;
}


.pinkButton
{
	/*float: left;*/
	margin: 7px;
	text-align: center;
	padding-top: 5px;
	display: block;
	height:60px;
	/*width:85%;*/
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	background: #fff8f8;
	cursor: Pointer;
		
	border-top: 1px solid #d58177;
	border-left: 1px solid #d58177;
	border-right: 2px solid #c26c61;
	border-bottom: 2px solid #c26c61;	
}

.pinkButton a
{
	background: #000000;
}

.pinkButton:hover
{
	background: #ffd3d1;
}

.pinkButtonPressed
{
	background: #ffd3d1;
}

.w18p
{
	width: 18%;
}

.w23p
{
	width: 23%;
}

.w48p
{
	width: 48%;
}

.w85p
{
	width: 85%;
}

.wh150px
{
	width: 135px;
	height: 135px;
	padding: 0;
	marign: 0;
}

.noBorder
{
	border: none;
}

.form fieldset
{
	border: 1px solid #DDD;
	padding: 10px;
	margin: 0 0 10px 0;
    -moz-border-radius:7px;
}

.form label
{
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	color: #231f20;
}

.form .row
{
	margin: 5px 0;
}

.form .hint
{
	margin: 0;
	padding: 0;
	color: #999;
}

.form .note
{
	font-style: italic;
}

.form span.required
{
	color: red;
}

.form div.error label,
.form label.error,
.form span.error
{
	color: #C00;
}

.form div.error input,
.form div.error img,
.form div.error textarea,
.form div.error select,
.form input.error,
.form textarea.error,
.form select.error
{
	background: #FEE;
	border-color: #C00;
}

.form div.success input,
.form div.success textarea,
.form div.success select,
.form input.success,
.form textarea.success,
.form select.success
{
	background: #E6EFC2;
	border-color: #C6D880;
}


.form .errorSummary
{
	border: 2px solid #C00;
	/*padding: 7px 7px 12px 7px;*/
	margin: 0 0 20px 0;
	background: #FEE;
	font-size: 0.9em;
	color: #000;
}

.form .errorMessage
{
	color: red;
	font-size: 0.9em;
}

.form .errorSummary p
{
	margin: 0;
	padding: 5px;	
}

.form .errorSummary ul
{
	margin: 0;
	padding: 0 0 0 20px;
}

div.wide.form label
{
	float: left;
	margin-right: 10px;
	position: relative;
	text-align: right;
	width: 100px;
}

div.wide.form .row
{
	clear: left;
	/*clear: both;*/
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage, div.wide.form img
{
	/*clear: left;*/
	clear: both;
	padding-left: 110px;
}


DIV#content .compactRadioGroup LABEL,
DIV#content .compactRadioGroup INPUT {
    display: inline;
}



.nejvice_nejmene{
	padding: 0;
	margin: 0;
	/*background: url(../images/form/sipka_nejvice_nejmene7.png) no-repeat;*/
	width: 270px;
	height: 120px;
}

.w35block {
	display: block;
	width: 35px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}

.w50block
{
	display: block;
	width: 50px;
	text-align: center;
	padding: 0;
	margin: 0;	
	float: left;
}
.w60block
{
	display: block;
	width: 60px;
	text-align: center;
	padding: 0;
	margin: 0;
	float: left;
}
.w80block
{
	display: block;
	width: 120px;
}
.w150block
{
	display: block;
	width: 170px;
}



/*
.submitButton
{
	
	margin: 7px;
	text-align: center;
	padding-top: 5px;
	display: block;
	height:30px;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;

	cursor: Pointer;
		
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	
	

	background:#a00000 url(../images/tcc/mee_30.jpg) repeat-x left top;
}

.submitButton:hover
{
	background:#a00000 url(../images/tcc/hov_30.jpg) repeat-x left top;
}
*/


.submitButton
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	
	color: #fef4e9;
	border: solid 1px #9e2922;
	background: #901c17;
	background: -webkit-gradient(linear, left top, left bottom, from(#d75d4d), to(#901c17));
	background: -moz-linear-gradient(top,  #d75d4d,  #901c17);
	background: linear-gradient(top,  #d75d4d,  #901c17);
	background: -ms-linear-gradient(top,  #d75d4d,  #901c17);
	background: -o-linear-gradient(top,  #d75d4d,  #901c17);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d75d4d', endColorstr='#901c17');
}

.submitButton:hover {
	text-decoration: none;
	
	background: #901c17;
	background: -webkit-gradient(linear, left top, left bottom, from(#901c17), to(#d75d4d));
	background: -moz-linear-gradient(top,  #901c17,  #d75d4d);
	background: linear-gradient(top,  #901c17,  #d75d4d);
	background: -ms-linear-gradient(top,  #901c17,  #d75d4d);
	background: -o-linear-gradient(top,  #901c17,  #d75d4d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#901c17', endColorstr='#d75d4d');
}
.submitButton:active {
	position: relative;
	top: 1px;
	
	color: #ffc5c5;
	background: -webkit-gradient(linear, left top, left bottom, from(#530906), to(#bd4535));
	background: -moz-linear-gradient(top,  #77120d,  #bd4333);
	background: linear-gradient(top,  #77120d,  #bd4333);
	background: -ms-linear-gradient(top,  #77120d,  #bd4333);
	background: -o-linear-gradient(top,  #77120d,  #bd4333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#77120d', endColorstr='#bd4333');	
}


.designedButton
{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 1.2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.designedButton a
{
	display: block;
	width: 100%;
	height: 100%;
}

.designedButton:hover {
	text-decoration: none;
}
.designedButton:active {
	position: relative;
	top: 1px;
}


.pinkDesign {
	color: #fef4e9;
	border: solid 1px #9e2922;
	background: #901c17;
	background: -webkit-gradient(linear, left top, left bottom, from(#d75d4d), to(#901c17));
	background: -moz-linear-gradient(top,  #d75d4d,  #901c17);
	background: linear-gradient(top,  #d75d4d,  #901c17);
	background: -ms-linear-gradient(top,  #d75d4d,  #901c17);
	background: -o-linear-gradient(top,  #d75d4d,  #901c17);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d75d4d', endColorstr='#901c17');
}

.pinkDesign:hover {
	background: #901c17;
	background: -webkit-gradient(linear, left top, left bottom, from(#901c17), to(#d75d4d));
	background: -moz-linear-gradient(top,  #901c17,  #d75d4d);
	background: linear-gradient(top,  #901c17,  #d75d4d);
	background: -ms-linear-gradient(top,  #901c17,  #d75d4d);
	background: -o-linear-gradient(top,  #901c17,  #d75d4d);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#901c17', endColorstr='#d75d4d');
}
.pinkDesign:active {
	color: #ffc5c5;
	background: -webkit-gradient(linear, left top, left bottom, from(#530906), to(#bd4535));
	background: -moz-linear-gradient(top,  #77120d,  #bd4333);
	background: linear-gradient(top,  #77120d,  #bd4333);
	background: -ms-linear-gradient(top,  #77120d,  #bd4333);
	background: -o-linear-gradient(top,  #77120d,  #bd4333);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#77120d', endColorstr='#bd4333');
}

.greenDesign {
	color: #fef4e9;
	border: solid 1px #1e9d30;
	background: #095c15;
	background: -webkit-gradient(linear, left top, left bottom, from(#1aa02d), to(#004b0b));
	background: -moz-linear-gradient(top,  #1aa02d,  #004b0b);
	background: linear-gradient(top,  #1aa02d,  #004b0b);
	background: -ms-linear-gradient(top,  #1aa02d,  #004b0b);
	background: -o-linear-gradient(top,  #1aa02d,  #004b0b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa02d', endColorstr='#004b0b');
}
.greenDesign:hover {
	background: #1aa02d;
	background: -webkit-gradient(linear, left top, left bottom, from(#1aa02d), to(#004b0b));
	background: -moz-linear-gradient(top,  #1aa02d,  #004b0b);
	background: linear-gradient(top,  #1aa02d,  #004b0b);
	background: -ms-linear-gradient(top,  #1aa02d,  #004b0b);
	background: -o-linear-gradient(top,  #1aa02d,  #004b0b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa02d', endColorstr='#004b0b');
}
.greenDesign:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#168e27), to(#2cc341));
	background: -moz-linear-gradient(top,  #168e27,  #2cc341);
	background: linear-gradient(top,  #168e27,  #2cc341);
	background: -ms-linear-gradient(top,  #168e27,  #2cc341);
	background: -o-linear-gradient(top,  #168e27,  #2cc341);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#168e27', endColorstr='#2cc341');
}

.lightGreenDesign {
	color: #fef4e9;
	border: solid 1px #468346;
	background: #095c15;
	background: -webkit-gradient(linear, left top, left bottom, from(#a9e7a9), to(#74b774));
	background: -moz-linear-gradient(top,  #a9e7a9,  #74b774);
	background: linear-gradient(top,  #a9e7a9,  #74b774);
	background: -ms-linear-gradient(top,  #a9e7a9,  #74b774);
	background: -o-linear-gradient(top,  #a9e7a9,  #74b774);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#a9e7a9', endColorstr='#74b774');	
}
.lightGreenDesign:hover {
	background: #a9e7a9;
	background: -webkit-gradient(linear, left top, left bottom, from(#74b774), to(#a9e7a9));
	background: -moz-linear-gradient(top,  #1aa02d,  #004b0b);
	background: linear-gradient(top,  #1aa02d,  #004b0b);
	background: -ms-linear-gradient(top,  #1aa02d,  #004b0b);
	background: -o-linear-gradient(top,  #1aa02d,  #004b0b);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#1aa02d', endColorstr='#004b0b');	
}
.lightGreenDesign:active {
	color: #fcd3a5;
	background: #81b081;
	background: -webkit-gradient(linear, left top, left bottom, from(#81b081), to(#ceeace));
	background: -moz-linear-gradient(top,  #81b081,  #ceeace);
	background: linear-gradient(top,  #81b081,  #ceeace);
	background: -ms-linear-gradient(top,  #81b081,  #ceeace);
	background: -o-linear-gradient(top,  #81b081,  #ceeace);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#81b081', endColorstr='#ceeace');
}


.blueDesign {
	color: #fef4e9;
	border: solid 1px #000000;
	background: #095c15;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b8fc9), to(#084263));
	background: -moz-linear-gradient(top,  #2b8fc9,  #084263);
	background: linear-gradient(top,  #2b8fc9,  #084263);
	background: -ms-linear-gradient(top,  #2b8fc9,  #084263);
	background: -o-linear-gradient(top,  #2b8fc9,  #084263);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b8fc9', endColorstr='#084263');
}
.blueDesign:hover {
	color: #fef4e9;
	background: #084263;
	background: -webkit-gradient(linear, left top, left bottom, from(#084263), to(#2b8fc9));
	background: -moz-linear-gradient(top,  #084263,  #2b8fc9);
	background: linear-gradient(top,  #084263,  #2b8fc9);
	background: -ms-linear-gradient(top,  #084263,  #2b8fc9);	
	background: -o-linear-gradient(top,  #084263,  #2b8fc9);		
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#084263', endColorstr='#2b8fc9');
}
.blueDesign:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#0f5a85), to(#2ca6ed));
	background: -moz-linear-gradient(top,  #0f5a85,  #2ca6ed);
	background: linear-gradient(top,  #0f5a85,  #2ca6ed);
	background: -ms-linear-gradient(top,  #0f5a85,  #2ca6ed);
	background: -o-linear-gradient(top,  #0f5a85,  #2ca6ed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f5a85', endColorstr='#2ca6ed');
}


.orangeDesign {
	/*color: #fef4e9;*/
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	background: linear-gradient(top,  #faa51a,  #f47a20);
	background: -ms-linear-gradient(top,  #faa51a,  #f47a20);
	background: -o-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orangeDesign:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	background: linear-gradient(top,  #f88e11,  #f06015);
	background: -ms-linear-gradient(top,  #f88e11,  #f06015);
	background: -o-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orangeDesign:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	background: linear-gradient(top,  #f47a20,  #faa51a);
	background: -ms-linear-gradient(top,  #f47a20,  #faa51a);
	background: -o-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

.greyDesign {		
	border: solid 1px #c9c2c2;
	/*background: #f78d1d;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#d7d7d7));
	background: -moz-linear-gradient(top,  #f3f3f3,  #d7d7d7);
	background: linear-gradient(top,  #f3f3f3,  #d7d7d7);
	background: -ms-linear-gradient(top,  #f3f3f3,  #d7d7d7);
	background: -o-linear-gradient(top,  #f3f3f3,  #d7d7d7);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#d7d7d7');
}
.greyDesign:hover {
	background: #d7d7d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#d7d7d7), to(#f3f3f3));
	background: -moz-linear-gradient(top,  #d7d7d7,  #f3f3f3);
	background: linear-gradient(top,  #d7d7d7,  #f3f3f3);
	background: -ms-linear-gradient(top,  #d7d7d7,  #f3f3f3);
	background: -o-linear-gradient(top,  #d7d7d7,  #f3f3f3);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#f3f3f3');
}
.greyDesign:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#ffffff));
	background: -moz-linear-gradient(top,  #e8e8e8,  #ffffff);
	background: linear-gradient(top,  #e8e8e8,  #ffffff);
	background: -ms-linear-gradient(top,  #e8e8e8,  #ffffff);
	background: -o-linear-gradient(top,  #e8e8e8,  #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8e8e8', endColorstr='#ffffff');
}


.deleteImageButton { 
    /*background-image: url(../images/icon/delete_button_48.png);
    background-position:  0px 0px;
    background-repeat: no-repeat;
    */
    width: 16px;
    height: 16px;
    border: 0px;
    
    -webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
    
  -moz-box-shadow:    1px 1px 2px 2px #555;
  -webkit-box-shadow: 1px 1px 2px 2px #555;
  box-shadow:         1px 1px 2px 2px #555;	

}
.deleteImageButton:hover{             
  	-moz-box-shadow:    1px 1px 2px 2px #bbb;
  	-webkit-box-shadow: 1px 1px 2px 2px #bbb;
  	box-shadow:         1px 1px 2px 2px #bbb;	
}

.deleteImageButton:active{
    -moz-box-shadow:    1px 1px 2px 2px #ddd;
  	-webkit-box-shadow: 1px 1px 2px 2px #ddd;
  	box-shadow:         1px 1px 2px 2px #ddd;
}



.hodnoceni360_textfield_oblasti{
	font-size:24px;
	width: 92%;
}
.hodnoceni360_textfield_kompetence{
	font-size:20px;
    width: 92%;
}
.hodnoceni360_textfield_otazky{
	font-size:16px;
    width: 97%;
}
.hodnoceni360_textfield_volnetexty{
	font-size:16px;
    width: 92%;
}

#hodnoceni360_novaIkona
{
	font: 12px/100% Arial, Helvetica, sans-serif;
	padding: .3em 1em .35em;
}

.hodnoceni360_vyber_menu{
	text-align:left;
	vertical-align:top;
	font-size:20px;

	padding: .3em 1em .35em;
	    -webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
    
  -moz-box-shadow:    1px 1px 1px 1px #555;
  -webkit-box-shadow: 1px 1px 1px 1px #555;
  box-shadow:         1px 1px 1px 1px #555;	
	
}

.hodnoceni360_vyber_menu_kompetence{
	text-align:left;
	vertical-align:top;
	font-size:18px;
	/*display: inline-block;*/
	/*width: 100%;*/
	width: 800px;
	/*height: 50px;*/
	
	padding: .3em 1em .35em;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
    
  -moz-box-shadow:    1px 1px 1px 1px #555;
  -webkit-box-shadow: 1px 1px 1px 1px #555;
  box-shadow:         1px 1px 1px 1px #555;	
	
}

.hodnoceni360_vyber_menu_otazky{
	text-align:left;
	vertical-align:top;
	font-size:18px;
	/*display: inline-block;*/
	/*width: 100%;*/
	width: 400px;
	/*height: 50px;*/
	
	padding: .3em 1em .35em;
	-webkit-border-radius: .2em; 
	-moz-border-radius: .2em;
	border-radius: .2em;
    
  -moz-box-shadow:    1px 1px 1px 1px #555;
  -webkit-box-shadow: 1px 1px 1px 1px #555;
  box-shadow:         1px 1px 1px 1px #555;	
	
}
.hodnoceni360_kompetence_menu_span{
	min-width: 50px;
	min-height: 20px;
	display: inline-block;
}


#hodnoceni360_strukturaDotazniku
{
position: absolute; left: 650px; top:300px;
}


.smallButton{
font-size: 10px
}

.hodnoceni360_vyplnovani_volnytext_kompetence{
    font-size:24px;
}
