/**
 * 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 2008-2010 Yii Software LLC
 * @license http://www.yiiframework.com/license/
 */
div.form {
  
}

div.form input, div.form textarea, div.form select {
  margin: 0.2em 0 0.5em 0;
}

div.form fieldset {
  border: 1px solid #DDD;
  padding: 10px;
  margin: 0 0 10px 0;
  -moz-border-radius: 7px;
}

div.form label {
  font-weight: bold;
  font-size: 0.9em;
  display: block;
}

div.form .row {
  margin: 5px 0;
}

div.form .hint {
  margin: 0;
  padding: 0;
  color: #999;
}

div.form .note {
  font-style: italic;
}

div.form span.required {
  color: red;
}

div.form div.error label:first-child, div.form label.error, div.form span.error
  {
  color: #C00;
}

div.form div.error input, div.form div.error textarea, div.form div.error select,
  div.form input.error, div.form textarea.error, div.form select.error {
  background: #FEE;
  border-color: #C00;
}

div.form div.success input, div.form div.success textarea, div.form div.success select,
  div.form input.success, div.form textarea.success, div.form select.success
  {
  background: #E6EFC2;
  border-color: #C6D880;
}

div.form div.success label {
  color: inherit;
}

div.form .errorSummary {
  border: 2px solid #C00;
  padding: 7px 7px 12px 7px;
  margin: 0 0 20px 0;
  background: #FEE;
  font-size: 0.9em;
}

div.form .errorMessage {
  color: red;
  font-size: 0.9em;
}

div.form .errorSummary p {
  margin: 0;
  padding: 5px;
}

div.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;
}

div.wide.form .buttons, div.wide.form .hint, div.wide.form .errorMessage
  {
  clear: left;
  padding-left: 110px;
}
.twitter-typeahead {
   width:100%;
}
.control-label{width:200px; padding-right:5px;}

.project-description {
	width: 50%;
	margin: auto;
}

@media screen and (min-width: 1500px) {
.form-control {width:100%;}
.searchfields{width:80%;}

}
.searchfields img{float:right;text-align:left;}

#opener{width:210px;float:center;text-align:left;clear:both;color:#009cd6;cursor:pointer;margin:auto;}
#opener img{height:25px;}

.balmusette_search{width:300px;border:none;}
#ui-id-2{border:none;}
#ui-id-1{}

  .musette, .musette li a {
  color: rgb(0,150,220);
}
.right-column ul {padding:1px;list-style-type: none; }

.light{color:#606060;font-weight:normal;}
.why{color:grey;font-weight:normal;font-style:italic;}
.left{text-align:left;float:left;}
.warning{color:red;}
.warning img{height:20px;}

.clearer{clear:both;}
.tt-dropdown-menu{display: table;width: fit-content;background-color:white;overflow-x:auto;}
.jqplot-xaxis-tick{z-index:5;}
#chart2 .jqplot-table-legend-label, #jump, #chartg1 .jqplot-table-legend-label,
#chart1 .jqplot-table-legend-label, #chartocean .jqplot-table-legend-label, 
#chartcontinent .jqplot-table-legend-label,
#chartg1a .jqplot-table-legend-label,#chart1a .jqplot-table-legend-label,
#chartg1b .jqplot-table-legend-label, #chart1b .jqplot-table-legend-label{color:#0092c6;cursor:pointer;}
.radio label{vertical-align: middle; margin-top: -3px;margin-left:5px;}
input[type="radio"] {
  margin-top: 1px;
  vertical-align: middle;
}


    
    #bbox_drag_instruction { height:1.5em; }
    #bbox_adjust_instruction { height:1.5em; display:none;  }
.left-column input[type="text"]{width:50px;}

.col_absent{color:grey;}
.col_present{color:black;}
.col_equals{font-weight:big;}

#tree ul{list-style: none;}
#tree ul li *{whitespace: nowrap}
#jumpdiv #jumper{width:50px;}

#feedback-form .col-lg-3 input{width:300px}
#feedback-form .col-lg-3 img{border:thin solid lightgrey}
.ui-dialog{z-index:2000;}

@media screen and (min-width: 1280px) {
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 0;
  width:150px;
  padding: 6px;
  margin-bottom: 0;
  border: 1px solid #009cd6;
  border-radius: 4px;
}
.ui-accordion .ui-accordion-icons {
    padding-left: 0;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-left: 0;
}
}
.tt-menu .tt-dataset {
overflow-y:auto;
}

.tt-menu .tt-suggestion {
    white-space: normal !important; 
    clear:none;
}
.tt-suggestion{width:100%;}
.logopartner{
	 border: 1px solid lightgrey;
  border-radius: 4px;
}
#dialog-content>div.row>div.col-lg-3>img, .logopartner>div.row>div.col-lg-3>img{border:none;}
#dialog-content>div.row>div.col-lg-8{width:100%;}
#dialog-content>div.row>div.col-lg-7{width:70%;}
#dialog-content>div.row>div.col-lg-8>span.label, .logopartner>div.row>div.col-lg-8>span.label{color:black;font-size:1em;}