.onoffswitch {
    position: relative; width: 30px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    height: 12px; padding: 0; line-height: 36px;
    border: 2px solid #FF0066; 
    background-color: #FF0066;
    transition: background-color 0.3s ease-in;
}

.onoffswitch-label:before {
    content: "";
    display: block; 
    width: 15px; margin: 0px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 10px;
    border: 2px solid #FF0066; border-radius: 36px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label, .onoffswitch-checkbox:checked + .onoffswitch-label:before {
   border-color: #49E845;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    right: 0px; 
}

html, * {
    box-sizing: border-box;
    
}

body {
    background:#FCFBFA;
    font-size:10px;
    font-family: "lato",sans-serif;
}



.crossbar {
    stroke-width:2px;
    stroke:#999;
}

img {
    max-width:100%;
}

.container {
    margin:0px 0px;
}

#sidebar {
    overflow:auto;
    background:#f2f2f2;
    padding: 0;
    width:250px;
    float:left;
}

.clear {
    clear:both;
}

.header {
    padding:10px;
    border-bottom:1px solid #eee;
}

.header .logo {
    width: 170px;
    float:left;
    padding-top: 19px;
}

.header .summaryInfo {
    float:left;
    text-align:left;
    margin: 0 0 0 70px;
    padding: 0 0 0 0;
    font-size: 11px;
}

div.keys {
  padding: 0px 12px 8px 4px;
  font-size: 14px;
  color: #606060;
  margin: 0 0 0 0;
}

.header .keys span {
  border-bottom: 1px dotted black;
}

small.spacer {
  border: none;
  margin: 0px 6px 0px 6px;
}

small.infotag {
  color: #606060;
  font-family: "lato";
  font-size: 8px;
  letter-spacing: .1px;
  margin-right: 3px;
}

.details {
  padding: 4px 12px 4px 12px;
  color: #606060;
  background-color: #e8e8e8;
  text-transform: uppercase;
  margin: 0 0 0 0;
}

.geneExpressionSelector .details {
  font-size: 8px;
}

.details b {
   text-transform: none;
   font-weight: normal;
   font-family: courier;
   color: #80a0e0;
   font-size: 13px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   letter-spacing: -1px;
}

/*sidebar*/

.iconHolder {
    float:left;
    width:14%;
}

.zoomHolder {
    margin-top: 7px;
    float:right;
    width:80%;
}
#sidebar > div {
    /* margin-bottom:29px
; */
    padding: 10px 20px 10px 20px;
    border-bottom: 1px solid white;
}
#sidebar h3 {
    font-size:18px;
}

#sidebar h2 {
    font-size: 12px;
    font-weight:bold;
    font-weight: 100;
    margin-bottom: 8px;
}

.geneExpressionSelector {
    background:#fafafa;
    background:#e8e8e8;
    padding: 4px 2px 4px 4px;
    margin: 4px 0px 4px 0px;
    position:relative;
}

.geneExpressionSelector h3 {
    position:absolute;
    right:6px;
    top:6px;
}

.sliderInput > .sliderFloat {
   float:left;
    width:80%;
}

.sliderInput .binaryLevel {
    float:right;
    width:17%;
    font-size:9px;
    margin-left:3%
}

.geneStateModule {
    background:#fafafa;
    margin-bottom:3px;
    padding:3px;
}

.geneStateModule span.noselector {
    font-size: 12px;
    padding: 3px 12px 2px 8px;
    color: #808080;
    background-color: #e8e8e8;
}


.geneStateSelector {
    background:#fafafa;
    padding:0px 3px;
}

.moduleHeader button {
    float:right;
    margin-left:7px;
}

.moduleHeader h2 {
    float:left;
    margin-top:4px
}
.stateSlider h4 {
    float:left;
    font-size:12px;
    font-weight:bold;
    margin-right:10px
;
    margin-top: 5px;
}
.stateSlider .onoffswitch {
    float:left; 
    margin-right:10px  
;
    margin-top: 5px;
}

.stateSlider .removeSlider {
    float:right;   
}

#expressions svg {
    margin-bottom: -5px;
}

#expressions .ui-slider-handle {
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    top:0;
    border-color: rgba(100,100,100,.4);
    background:rgba(230,230,230,.2)
}

#expressions .ui-slider {
    margin-top:0px;
    padding-top:0px;
    background: none;
}

#expressions .ui-state-active {
    margin-top:0px;
    border-color: rgba(100,100,100,.8);
    background:rgba(230,230,230,.9)
}

:focus {
  outline-color: transparent;
  outline-style: none;
}


#sidebar select {
    background:none;
}

#sidebar button {
    background:none;
    color:#999;
    font-size: 9px;
    margin: 0px;
    border:1px solid #ddd;
}

#sidebar button:active {
    background:none;
    border:1px solid #444;
    color:#000;
}

#sidebar button:hover {
    background:none;
    border:1px solid #888;
    color:#444;
}

#sidebar .removeSlider {
    border:1px solid white;
}

#info,
#log {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 100px;
    height: 200px;
    margin: 0 0 0 0;
    padding: 20px 40px 20px 40px;
    text-align: center;
    background: rgba(55,40,40,.4);
    empty-cells: show;
    z-index: 99;
}
#info {
    bottom: 300px;
    background: rgba(220,220,220,.4);
}

div.logcontainer {
   width: 1200px;
   text-align: left;
   font-size: 18px;
}

div.logtitle {
   position: relative;
   top: -42px;
   font-size: 18px;
   color: #202020;
}

div.progressleft,
div.progressdone {
    display: inline-block;
    height:  28px;
    background: #fd3490;
}

div.progressleft {
   background: #906176;
}

div small,
div.logmessage {
    font-size: 11px;
    color: #404040;
    text-transform: uppercase;
    margin-bottom: 8px;
}

div.progresstext {
    display: inline-block;
}

/*SVG*/

.positionLabel {
    font-size:20px;
    fill:#eee;
}

.metaInfo {
    pointer-events: none;
}



