﻿/* Bars Boxes and Buttons background colors */
/* Bars Boxes and Buttons colors */
/* Bars Boxes and Buttons background colors */
/*#10459F;*/
/*#4bc3ff;*/
#overlay {
  text-align: left;
  height: 100%;
  min-width: 300px;
  max-width: 550px;
  overflow: hidden;
}
#overlay .top {
  padding: 4px 3px 4px 8px;
  background-color: #f0f0f0;
}
#overlay .top .butClose {
  font-size: 12px;
  float: right;
}
#overlay #selectarea {
  padding: 5px 10px 5px 10px;
}
#overlay .valg input {
  margin: 0 2px 0 8px;
}
#overlay .content {
  padding: 5px 10px 5px 10px;
}
#overlay .content h2 {
  margin-bottom: 10px;
}
#overlay .content button {
  margin-top: 10px;
}
#overlay .content input[type=checkbox] {
  margin: 2px 4px 0 8px;
}
#overlay .content div.ifnewgenus {
  margin: -15px 0 10px 0;
  font-size: 12.6px;
}
#overlay .content #searchresult li.auser:hover {
  cursor: pointer;
  background-color: #0C9006;
  padding: 2px 4px;
  color: #fff;
}
#overlay .content #searchresult li.euser {
  color: #aaa;
}
#overlay .content #searchresult li.euser:hover {
  cursor: crosshair;
  background-color: #aaa;
  padding: 2px 4px;
  color: #fff;
}
.info-icon {
  /*right: 15px;
    position: absolute;*/
  /*top: 4px;*/
  font-size: 18.5px;
  color: #161CCA;
  /*#2226AC;*/
  /*#090EA3;*/
  /*blue*/
}
/* Style override for qTip */
.qtip {
  max-width: 500px !important;
}
/* Style for the Bootstrap tooltips */
.tooltip-inner {
  max-width: 300px;
  padding: 7px 8px;
  color: #000;
  text-align: center;
  background-color: #d8f2ff;
  border-radius: 4px;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #d8f2ff;
}
.tooltip > .tooltip-inner {
  background-color: #d8f2ff;
}
.tooltip.top > .tooltip-inner {
  margin-bottom: 5px;
}
.tooltip.top > .tooltip-arrow {
  border-top-color: #d8f2ff;
  border-width: 10px 10px 0 10px;
}
/*-- My Provided Varieties --*/
.providedvarieties .glyphicon-plus {
  color: green;
  font-size: 14px;
  font-weight: bold;
}
.providedvarieties .glyphicon-plus:hover {
  cursor: pointer;
}
.providedvarieties .glyphicon-plus.providedbefore {
  color: #03E803;
}
.providedvarieties .glyphicon-ok {
  color: #649afe;
  font-size: 14px;
}
.providedvarieties .glyphicon-remove {
  color: #ca0000;
  font-size: 14px;
}
.providedvarieties .okvariety .glyphicon-remove {
  margin-left: 8px;
}
.providedvarieties .editvariety .glyphicon-pencil {
  color: green;
  font-size: 14px;
}
.providedvarieties .editvariety .glyphicon-pencil:hover {
  color: brown;
  cursor: pointer;
}
.providedvarieties .editvariety .glyphicon-remove {
  margin-left: 8px;
}
.providedvarieties table.exitingvarities tr th:nth-child(5) {
  white-space: nowrap;
}
.providedvarieties table.exitingvarities tr td:nth-child(1),
.providedvarieties table.exitingvarities tr td:nth-child(3) {
  white-space: nowrap;
}
#ShowExistingVariety,
#EditExistingVariety {
  float: none;
  overflow: hidden;
}
#ShowExistingVariety .lcol,
#EditExistingVariety .lcol {
  float: left;
  width: 40%;
}
#ShowExistingVariety .lcol .imgsli,
#EditExistingVariety .lcol .imgsli {
  padding: 10px;
  padding-top: 0;
}
#ShowExistingVariety .lcol .imgsli img,
#EditExistingVariety .lcol .imgsli img {
  width: 330px;
  height: 310px;
}
#ShowExistingVariety .lcol .imgsliE,
#EditExistingVariety .lcol .imgsliE {
  padding: 10px;
  padding-top: 0;
  padding-right: 25px;
}
#ShowExistingVariety .lcol .imgsliE img,
#EditExistingVariety .lcol .imgsliE img {
  width: 290px;
  height: 275px;
}
#ShowExistingVariety .lcol .myimages_container,
#EditExistingVariety .lcol .myimages_container {
  padding-top: 10px;
}
#ShowExistingVariety .lcol .myimages_container .myiheader,
#EditExistingVariety .lcol .myimages_container .myiheader {
  padding-left: 10px;
}
#ShowExistingVariety .lcol .myimages_container .myimages,
#EditExistingVariety .lcol .myimages_container .myimages {
  overflow: hidden;
  padding: 10px;
}
#ShowExistingVariety .lcol .myimages_container .myimages .pimage,
#EditExistingVariety .lcol .myimages_container .myimages .pimage {
  float: left;
  width: 90px;
  height: 85px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #aeaeae;
}
#ShowExistingVariety .lcol .myimages_container .myimages .pimage img,
#EditExistingVariety .lcol .myimages_container .myimages .pimage img {
  width: 100%;
  height: 100%;
}
#ShowExistingVariety .lcol .myimages_container .myimages .pimage img:hover,
#EditExistingVariety .lcol .myimages_container .myimages .pimage img:hover {
  cursor: pointer;
}
#ShowExistingVariety .lcol .myimages_container .myimages .pimage .glyphicon-remove,
#EditExistingVariety .lcol .myimages_container .myimages .pimage .glyphicon-remove {
  color: #ca0000;
  font-size: 12px;
  z-index: 999;
  position: relative;
  top: -85px;
  left: 75px;
}
#ShowExistingVariety .lcol .myimages_container .myimages .pimage .glyphicon-remove:hover,
#EditExistingVariety .lcol .myimages_container .myimages .pimage .glyphicon-remove:hover {
  cursor: pointer;
}
#ShowExistingVariety .rcol,
#EditExistingVariety .rcol {
  float: left;
  width: 59%;
}
#ShowExistingVariety .rcol .sltextlabel,
#EditExistingVariety .rcol .sltextlabel {
  margin-top: 12px;
}
#ShowExistingVariety .rcol .sltext,
#EditExistingVariety .rcol .sltext {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px 12px;
  background-color: #f0f0f0;
  min-height: 110px;
}
#ShowExistingVariety .rcol .sltext.edit,
#EditExistingVariety .rcol .sltext.edit {
  margin-top: 0;
}
#ShowExistingVariety .rcol .slcomment_container,
#EditExistingVariety .rcol .slcomment_container {
  margin-bottom: 12px;
}
#ShowExistingVariety .rcol .slcomment_container .slcomment,
#EditExistingVariety .rcol .slcomment_container .slcomment {
  padding: 10px 12px;
  background-color: #f0f0f0;
  min-height: 80px;
}
#ShowExistingVariety .rcol .slsource_container,
#EditExistingVariety .rcol .slsource_container {
  margin-bottom: 12px;
}
#ShowExistingVariety .rcol .slsource_container .slsource,
#EditExistingVariety .rcol .slsource_container .slsource {
  padding: 10px 12px;
  background-color: #f0f0f0;
  min-height: 30px;
}
#ShowExistingVariety .rcol .slsource_container .slsource_info:hover,
#EditExistingVariety .rcol .slsource_container .slsource_info:hover {
  cursor: pointer;
}
#ShowExistingVariety .rcol .stype_container,
#EditExistingVariety .rcol .stype_container {
  padding-top: 5px;
  margin-bottom: 12px;
}
#ShowExistingVariety .rcol .stype_container .stype label,
#EditExistingVariety .rcol .stype_container .stype label {
  display: inline-block;
  margin-left: 3px;
  margin-right: 10px;
}
#ShowExistingVariety .rcol .slprovidedin_container,
#EditExistingVariety .rcol .slprovidedin_container {
  padding-top: 5px;
  margin-bottom: 12px;
}
#ShowExistingVariety .rcol .slprovidedin_container .slprovidedin,
#EditExistingVariety .rcol .slprovidedin_container .slprovidedin {
  /*padding: 10px 12px; 
                min-height: 30px;*/
}
/*-- SeedListTemplate Design --*/
.slt_design .slt_dots {
  display: inline-block;
  position: relative;
  top: 4px;
  width: 20px;
  height: 30px;
  background-image: url(../images/icons/dots.svg);
  background-size: 4px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #888;
}
.slt_design .slt_dots:hover {
  border: 1px dashed #444;
}
.slt_design .slt_category {
  /*.slt_cat_top {
            overflow:hidden;
            .slt_dots { display:none; top:8px; left:8px;  margin: 0 10px 5px 0; }
        }*/
}
.slt_design .slt_category:hover {
  border: 1px dashed #3e70cb;
}
.slt_design .slt_category .slt_h1 {
  font-size: 30.6px;
  margin: 1.1em 0 0.5em 0;
  line-height: 120%;
  padding: 0;
  font-weight: normal;
  color: #231F20;
  text-transform: uppercase;
  border-bottom: 7px solid #6CAF84;
  display: inline-block;
}
.slt_design .slt_category .slt_h2 {
  font-size: 27.9999972px;
  margin: 0.9em 0 0.9em 0;
  line-height: 115%;
  padding: 0;
  font-weight: normal;
  color: #1C5A3E;
}
.slt_design .slt_category .slt_h3 {
  font-size: 21.999996px;
  margin: 1em 0 0.5em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
.slt_design .slt_category .slt_h4 {
  font-size: 18.999972px;
  margin: 1em 0 0.5em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
.slt_design .slt_category h1 {
  font-size: 28.8px;
  margin: 1.1em 0 0.5em 0;
  line-height: 120%;
  padding: 0;
  font-weight: bold;
}
.slt_design .slt_category h2 {
  font-size: 22.39999776px;
  margin: 0.9em 0 0.5em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
.slt_design .slt_category h3 {
  font-size: 21.999996px;
  margin: 1em 0 -0.8em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
.slt_design .slt_category h4 {
  font-size: 18.999972px;
  margin: 1em 0 -0.8em 0;
  line-height: 115%;
  padding: 0;
  font-weight: bold;
}
.slt_design .slt_category .slc_cat_heading {
  font-family: 'Myriad Pro bold';
}
.slt_design .slt_category .slc_cat_heading .slt_cmds {
  display: none;
  margin-right: 10px;
  float: left;
}
.slt_design .slt_category .slc_cat_heading .slt_cmds .slt_dots {
  top: 6px;
  left: 8px;
  margin: 0 10px 5px 0;
}
.slt_design .slt_category .slt_h2 .slt_cmds .slt_dots,
.slt_design .slt_category .slt_h3 .slt_cmds .slt_dots {
  top: 0px;
  left: 8px;
  margin: 0 10px 5px 0;
}
.slt_design .slt_category .slt_varieties .slt_variety {
  float: none;
  clear: both;
  overflow: hidden;
  margin: 5px 0 15px 0;
}
.slt_design .slt_category .slt_varieties .slt_variety.noproviders {
  background-color: #FAE7EA;
}
.slt_design .slt_category .slt_varieties .slt_variety:hover {
  border: 1px solid #237817;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vimg {
  float: left;
  padding: 8px;
  padding-left: 0;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vimg img {
  width: 200px;
  height: auto;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext {
  float: left;
  margin-left: 0;
  padding: 8px 15px 8px 0;
  max-width: 90%;
  font-size: 22.4px;
  line-height: 125%;
  color: #000000;
  font-family: 'Adobe Garamond Pro';
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_accession {
  font-weight: bold;
  color: #000;
  font-family: 'Adobe Garamond Pro';
  font-size: 22.4px;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_scientificname {
  font-weight: normal;
  color: #000;
  font-style: italic;
  font-family: Arial;
  font-size: 16.8px;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_fsid {
  color: #326525;
  font-family: 'Adobe Garamond Pro Bold';
  font-size: 22.4px;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_providers {
  font-size: 22.4px;
  line-height: 125%;
  color: #000000;
  font-family: 'Adobe Garamond Pro';
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_providers .slt_membernos {
  font-size: 23.8px;
  font-weight: bold;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_fotograf {
  font-size: 15.4px;
  line-height: 125%;
  color: #000000;
  font-family: 'Adobe Garamond Pro';
  padding-top: 5px;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vsltext .slt_fotograf .slt_fotograftext {
  font-size: 15.4px;
  font-weight: normal;
}
.slt_design .slt_category .slt_varieties .slt_variety .slt_vimg + .slt_vsltext {
  margin-left: 10px;
  padding: 8px 15px;
  max-width: 70%;
}
.slt_design .slt_content_container .slt_content:hover {
  border: 1px dashed #3e70cb;
}
.slt_design .slt_content_container .slt_content .slt_cmds {
  display: none;
  margin-right: 10px;
  float: left;
}
.slt_design .slt_content_container .slt_content .slt_cmds .slt_edit {
  position: relative;
  top: 4px;
  left: 8px;
  display: inline-block;
}
.slt_design .slt_content_container .slt_content .slt_cmds .slt_edit .glyphicon-pencil {
  color: green;
  font-size: 22px;
}
.slt_design .slt_content_container .slt_content .slt_cmds .slt_edit .glyphicon-pencil:hover {
  color: brown;
  cursor: pointer;
}
.slt_design .slt_content_container .slt_content .slt_cmds .slt_dots {
  top: 12px;
  left: 12px;
  margin: 0 10px 5px 0;
}
.slt_design .slt_content_container .slt_content p {
  font-size: 18.2px;
  margin: 1.2em 0;
  color: #1C5A3E;
}
.slt_design .slt_content_container .slt_content .greenbox {
  border-color: #5BB782;
  border-width: 15px;
  border-style: solid;
  margin-top: 15px;
  margin-bottom: 20px;
  width: 90%;
  padding: 10px 25px 10px 25px;
  background-color: #DCEFE3;
  color: #606060;
}
.slt_design .slt_content_container .slt_content .greenbox p {
  font-size: 18.2px;
  margin: 1.2em 0;
  color: #000;
}
.slt_design .slt_content_container .slt_content .greenbox h1 {
  font-family: 'Times New Roman', Verdana, sans-serif;
  color: #365722;
  font-style: normal;
  font-size: 28.8px;
  margin: 1.1em 0 1.1em 0;
  line-height: 120%;
  padding: 0;
  font-weight: 400;
  text-align: center;
}
.slt_design .slt_wrapper {
  overflow: hidden;
}
.slt_design .slt_plusf {
  float: left;
  border: 1px solid #333;
  border-bottom: none;
  padding: 6px;
  margin-top: 4px;
  display: none;
}
/*-- SeedListTemplate list --*/
table.SLTlist > tbody > tr > td:nth-child(1) {
  width: 5%;
}
table.SLTlist > tbody > tr > td:nth-child(2) {
  width: 65%;
}
table.SLTlist > tbody > tr > td:nth-child(3) {
  width: 20%;
}
table.SLTlist > tbody > tr > td:nth-child(4) {
  width: 10%;
}
table.SLTlist .glyphicon-copy {
  color: green;
  font-size: 14px;
}
/*-- SeedListDocument list --*/
table.SLDlist > tbody > tr > td:nth-child(1) {
  width: 5%;
}
table.SLDlist > tbody > tr > td:nth-child(2) {
  width: 80%;
}
table.SLDlist > tbody > tr > td:nth-child(3) {
  width: 15%;
}
table.SLDlist .glyphicon-ok {
  color: green;
}
table.SLDlist .glyphicon-remove {
  color: #ca0000;
}
/*-- ProviderSeason list --*/
table.PSlist {
  /*> tbody {
        > tr {
            > td:nth-child(1) {
                width: 5%;
            }
            > td:nth-child(2) { width: 80%; }
            > td:nth-child(3) { width: 15%; }
        }
    }*/
}
table.PSlist tr.active td {
  background-color: #baf6c8;
}
/*-- Varieties --*/
div.adminvarieties fieldset legend {
  display: block;
  width: 90%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
div.adminvarieties input[type=checkbox] {
  margin-right: 4px;
}
div.adminvarieties table.Varietylist tbody tr th {
  white-space: nowrap;
}
div.adminvarieties table.Varietylist tbody tr td .btnedit {
  text-decoration: none;
}
div.adminvarieties table.Varietylist tbody tr td:nth-child(2) {
  white-space: nowrap;
}
/*-- Variety --*/
.varietyedit {
  /*- SeedList Providers -*/
}
.varietyedit .slps_container .slp_heading {
  text-decoration: underline;
}
.varietyedit .slps_container .slp_heading span:nth-child(1) {
  font-weight: bold;
  font-size: 15px;
}
.varietyedit .slps_container .slp_heading span:nth-child(2) {
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
}
.varietyedit .slps_container .slp_input {
  padding: 10px 10px 10px 12px;
}
.varietyedit .slps_container .slp_input .slp_comment_container .slp_label {
  font-weight: bold;
  font-size: 14px;
}
.varietyedit .slps_container .slp_input .slp_comment_container .slp_comment {
  background-color: #EBEBEB;
  padding: 12px;
}
.varietyedit .slps_container .slp_input .slp_comment_container .slp_comment .slp_comment_text {
  font-weight: normal;
  font-size: 14px;
  min-height: 50px;
}
.varietyedit .slps_container .slp_input .slp_source_container .slp_label {
  font-weight: bold;
  font-size: 14px;
}
.varietyedit .slps_container .slp_input .slp_source_container .slp_source {
  background-color: #EBEBEB;
  padding: 12px;
}
.varietyedit .slps_container .slp_input .slp_source_container .slp_source .slp_source_text {
  font-weight: normal;
  font-size: 14px;
  min-height: 20px;
}
.varietyedit .slpis_container .slpi_heading {
  text-decoration: underline;
  /*span:nth-child(2) { font-weight:normal; font-size: 14px; font-style:italic;}*/
}
.varietyedit .slpis_container .slpi_heading span:nth-child(1) {
  font-weight: bold;
  font-size: 15px;
}
.varietyedit .slpis_container .slpi_input {
  padding: 10px 10px 10px 12px;
}
.varietyedit .slpis_container .slpi_input .slpi_images_container {
  overflow: hidden;
}
.varietyedit .slpis_container .slpi_input .slpi_images_container .slp_label {
  font-weight: bold;
  font-size: 14px;
}
.varietyedit .slpis_container .slpi_input .slpi_images_container .pimage {
  float: left;
  width: 90px;
  height: 85px;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #aeaeae;
  /*.glyphicon-remove {
                        color:  #ca0000; font-size: 12px; z-index: 999;
                        position: relative; top: -85px; left: 75px;
                        &:hover { cursor: pointer; }
                    }*/
}
.varietyedit .slpis_container .slpi_input .slpi_images_container .pimage img {
  width: 100%;
  height: 100%;
}
.varietyedit .slpis_container .slpi_input .slpi_images_container .pimage img:hover {
  cursor: pointer;
}
.varietyedit .variety_image {
  max-width: 230px;
  float: left;
  clear: both;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.varietyedit .variety_image div.inner {
  width: 190px;
  height: 180px;
  overflow: hidden;
}
.varietyedit .variety_image div.inner img {
  width: 190px;
  /*max-width: 200px;*/
}
.varietyedit .variety_image .variety_delimage {
  float: left;
  margin-right: 8px;
}
.varietyedit .variety_image .variety_editimage {
  float: left;
}
.varietyedit .variety_image .glyphicon-remove {
  color: #ca0000;
  cursor: pointer;
}
.varietyedit .variety_image .glyphicon-pencil {
  color: green;
  cursor: pointer;
}
.varietyedit .edit_image {
  padding: 10px 10px 25px 0;
}
.varietyedit .dropzone {
  min-height: 140px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 15px 15px;
}
.varietyedit .dropzone .dz-message {
  text-align: left;
  margin: 1em 0;
  font-size: 12.6px;
}
.varietyedit .diff {
  padding: 10px 5px;
  background-color: lemonchiffon;
}
.varietyedit .imagediff {
  padding: 10px 5px;
  background-color: lemonchiffon;
  max-width: 230px;
  height: 275px;
  overflow: hidden;
  float: left;
  clear: none;
  margin-left: 10px;
}
.varietyedit .imagediff img {
  width: 190px;
}
.showproviderimage img {
  width: 100%;
  height: auto;
}
/*-- Coordinators --*/
table.Koordinatorliste > tbody > tr > td {
  width: 5%;
}
table.Koordinatorliste > tbody > tr > td:nth-child(2) {
  width: 40%;
}
table.Koordinatorliste > tbody > tr > td:nth-child(3) {
  width: 55%;
}
table.Koordinatorliste .glyphicon-ok {
  color: green;
}
table.Koordinatorliste .glyphicon-remove {
  color: #ca0000;
}
/*-- Providers of varieties --*/
div.providervarieties fieldset legend {
  display: block;
  width: 90%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
div.providervarieties input[type=checkbox] {
  margin-right: 4px;
}
div.providervarieties table.ProviderVarietylist > tbody > tr > th {
  white-space: nowrap;
}
div.providervarieties table.ProviderVarietylist > tbody > tr > td {
  /*.btnedit { text-decoration: none; }*/
}
div.providervarieties table.ProviderVarietylist > tbody > tr > td:nth-child(1),
div.providervarieties table.ProviderVarietylist > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
}
/*-- Adopters (Adopters per Variety) --*/
div.adoptionvarieties fieldset legend {
  display: block;
  width: 90%;
  padding: 0;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
div.adoptionvarieties input[type=checkbox] {
  margin-right: 4px;
}
div.adoptionvarieties table.Varietylist > tbody > tr > th {
  white-space: nowrap;
}
div.adoptionvarieties table.Varietylist > tbody > tr > td .btnedit {
  text-decoration: none;
}
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(1),
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(5) {
  white-space: nowrap;
}
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(1) > table.table tr td:nth-child(1),
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(5) > table.table tr td:nth-child(1) {
  width: 50%;
  white-space: normal;
}
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(1) > table.table tr td:nth-child(2),
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(5) > table.table tr td:nth-child(2) {
  white-space: nowrap;
}
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(1) > table.table tr td:nth-child(2) input,
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(5) > table.table tr td:nth-child(2) input {
  min-width: 10em;
}
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(1) > table.table tr td:nth-child(2) th,
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(5) > table.table tr td:nth-child(2) th,
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(1) > table.table tr td:nth-child(2) td,
div.adoptionvarieties table.Varietylist > tbody > tr > td:nth-child(5) > table.table tr td:nth-child(2) td {
  white-space: normal;
}
/*-- My Adoption Varieties --*/
table.Varietylist .glyphicon-remove,
div#contentarea1 .glyphicon-remove {
  color: #ca0000;
}
/*-- Adoptionoverview (adopted varieties per coodinator) --*/
table.Adoptionoverview > tbody > tr > th {
  white-space: nowrap;
}
table.Adoptionoverview > tbody > tr > td:nth-child(2) {
  white-space: nowrap;
}
table.Adoptionoverview > tbody > tr > td:nth-child(3) {
  max-width: 200px;
}
/*-- Calendar event --*/
.eventedit .event_image {
  max-width: 230px;
  float: left;
  clear: both;
  margin-right: 10px;
  margin-bottom: 10px;
}
.eventedit .event_image div.inner {
  width: 190px;
  height: 180px;
  overflow: hidden;
}
.eventedit .event_image div.inner img {
  width: 190px;
  /*max-width: 200px;*/
}
.eventedit #rblKanSesAf input[type="radio"] {
  margin: 4px 5px 0 5px;
}
.eventedit #rblKanSesAf label {
  margin-right: 8px;
}
.eventedit .dropzone {
  min-height: 140px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 15px 15px;
}
.eventedit .dropzone .dz-message {
  text-align: left;
  margin: 1em 0;
  font-size: 12.6px;
}