.StyleColorRed {
  color: red;
}

/* -- css for geochart -- */
#container {
    height: 500px; 
    min-width: 310px; 
    max-width: 1200px; 
    margin: 0 auto; 
}
.loading {
    margin-top: 10em;
    text-align: center;
    color: white;
}

/* -- end css for geochart -- */

#chart{
  height:200px;
}

#donut-title{
  width:100%;
  text-align:center;
  font-size:14px;
  font-family:Open Sans;
  color: white;
}

#MemberLoginForm_LoginForm_Email_Holder, #MemberLoginForm_LoginForm_Password_Holder {
    max-width: 400px;  
}
#MemberLoginForm_LoginForm_Email, #MemberLoginForm_LoginForm_Password {
    width: 100%;
    }

.fullpage {
  min-height: 650px;
}
.leftmargin10 {
    margin-left:10px;
}
#Evaluation {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
#Evaluation label {
    margin-top:0px;
    margin-left:5px;
    margin-right:20px;
}
#Evaluation .field {
    margin-bottom:10px;
    margin-top:0px;
    margin-left:25px;
}
#Evaluation .field.textarea {
    padding-left:0px;
    padding-right: 5px;
}
#Evaluation .textalignright {
    text-align:right;
    color:white;
}
#Evaluation div ul li {
    float:left;
    margin-left:20px;
}
#Evaluation div textarea {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    height: 10em;
}


#Survey {
    float: left;
    margin: 0px 0px 0px 0px;
    width: 100%;
}
#Survey label {
    margin-top:0px;
    margin-left:5px;
    margin-right:20px;
}
#Survey .field {
    margin-bottom:10px;
    margin-top:0px;
    margin-left:25px;
}
#Survey .field.textarea {
    padding-left:0px;
    padding-right: 5px;
}
#Survey .textalignright {
    text-align:right;
    color:white;
}
#Survey div ul li {
    margin-left:20px;
}
#Survey div textarea {
    width:100%;
    padding-left:10px;
    padding-right:10px;
    height: 10em;
}
img.left {
    border-radius: 5px;
    float: left;
    max-width: 50%;
}
img.right {
    border-radius: 5px;
    float: right;
    max-width: 50%;
}
img.leftAlone {
    border-radius: 5px;
    float: left;
    margin-right: 100%;
    clear: both;
}
img.center  {
    border-radius: 5px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    clear: both;
}
img.img-auto  {
    max-width:100%;
    width:auto; 
    height:auto;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.message.bad {
  color: red;
}
.message.required, .validation{
  color: orange;
}
/* 
to overwrite bootstrap setting for checkbox alignment
*/
.checkbox input[type=checkbox]{
    margin-left: 0px;
}
/* 
to allow submenu (include/Navigation.ss) 
*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* 
overflow for thumbnail should be scrollable (include/footer.ss)
*/
.thumbnail .caption {
  overflow: scroll;
}