#chapterControl{
	width: calc(100% - 80px);
    padding-left: 80px;
	position: fixed;
	height: 70px;
	z-index: 10;
	background-color: #202020;
}
#beCaption{
	width: 100%;
}
.searchContainer{
	position: fixed;	
	z-index: 1;
	width: 100%;
	height: 60px;

	    -webkit-box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, .6);
    box-shadow: 0px 0px 12px 7px rgba(0, 0, 0, .6);
}
.controlNav{
	float: left;
    width: 160px;
    margin-left: 20px;
    height: 50px;
    margin-top: 20px;

}
.selectTS{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;	
}
.activeTS{
	background:#c1ddc1;
	background:rgba(193,221,193,.9);
}
#mediaSelector, #typeSelector, #storyControl{
	position: absolute;
	top: 70px;
	width: 100%;
	height: calc(100% - 70px);
	background-color: #202020;
	
	-moz-transition:all .5s ease-in-out;
	-webkit-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out;
}
.configCont{
	top: 60px;
	width: 100%;
/*	height: calc(100% - 60px);*/
	bottom: 0px;
}
#typeSelector{
	left: 0%;	
}
#mediaSelector{
	left: 100%;
}
#storyControl{
	left: 200%;
}

.configSwitch{
	position: absolute;
    /* margin-top: 30px; */
    /* margin-left: calc(100% - 80px); */
    top: calc(50% - 17px);
    right: 20px;
}
.configLabel{
	position: absolute;
	width: calc(100% - 60px);
	text-align: center;
	top: calc(50% - 17px);
	right: : 80px;
}
#types{
	position: absolute;
	left: 20px;
	top: 20px;
}

.mediaSelSeries{
	position: relative;	
	float: left;
	width: 100%;
	height: 160px;
}

#sortableSeries{
	width: 100%;
    margin: 0;
    padding: 0;
    height: 160px;
	list-style-type: none;
}
#sortableSeries > .mediaSel{
	width: 120px;
    height: 80px;
    float: left;
    border: 1px solid #333;
    cursor: move;
}
.configSaveButton{
	position: relative;	
	float: left;
	text-align: center;
	width: 180px;
	height: 27px;
	clear: both;
	margin-left: calc(50% - 90px);
	margin-right: calc(50% - 90px);
	margin-top: 20px;
	
	-moz-transition:all .2s ease-in-out;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}


.mediaSelConfS{
	max-height: calc(400px / 4);
	min-height: calc(200px / 4);
	height: calc((100vw / 18) - 4.3px);
}

.mediaSel.change,.mediaSelConf.change:hover{
	filter:brightness(110%);
	-webkit-filter:brightness(110%);
}
.dropzone{
	width: 100%;
	height: 100%;
	overflow: scroll;
}
#saveM, #saveCT, #saveS{
	left: 18px;
	bottom: 8px;
}
.selectedMel{
	border-color: #3b99dc !important;
}
#editMedia{
	position: fixed;
    width: 100%;
    bottom: 0px;
    transition: height 0.2s ease-in-out;
}
.editMediaCont{
	position: absolute;
	top: 30px;
    width: 100%;
    bottom: 0px;
    background-color: white;
    display: none;
}
.emHidden{
	height: 0px;
}
.emShown{
	height: 190px;
}
.activeTab{
	opacity: 1 !important;
}
.editMediaTab{
	opacity: 0.8;
	height: 30px;
	position: relative;
	float: left;
	top: 0px;
	width: 100px;
	background-color: white;
	border-top-right-radius: 10px;
	border-top-left-radius: 3px;
	padding-left: 20px;
    border-width: 1px;
    border-style: solid;
    /* border: #ccc; */
    border-color: #ccc;

}

#newMedia{
	background-color: #202020 !important;
}
.newMediaIn{
	background-color: white !important;
	min-width: 0px !important;
	max-width: 0px !important;
	width: 0px !important;
	border-width: 0px;
}
.newMediaAc{
	background-color: white;
}
.dropMedia{
	display: none;
}

i.newMedia {
	font-size:54px;
	line-height: 52px;
	-moz-text-shadow:0 1px 0 #000;
	-webkit-text-shadow:0 1px 0 # 0;
	text-shadow:0 1px 0 #000;
}
.newMediaIcons{
	height: 100%;
	position: absolute;
	width: 100%;
	margin-top: 50%;
	pointer-events: none;
	text-align: center;
	transform: translateY(-40%);

	}
.addToMedia{
	position: absolute;
	bottom:20px;
	text-align: right;
	right: 20px;
	z-index: 10;
}
.mediaMissing{
	color:#CBA0A0;
	color:rgba(203,160,160,0.8) !important;
}
.mediaMissing:hover{
	color:rgba(203,160,160,1) !important;
}
.mediaSet{
	color:#c1ddc1;
	color:rgba(193,221,193,.8) !important;
}
.mediaSet:hover{
	color:rgba(193,221,193,1) !important;
}

/*#saveContent{
	display: block;
	overflow: hidden;
}*/
.option2{
	width: 50px;
	border-bottom-right-radius: 44px; 	
	border-top-right-radius: 44px; 
	height: 44px;	
	position: absolute;
	left: 40px;
}
.option1{
	width: 40px;
	height: 44px;
	position: absolute
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
#sortable1, #sortable2 {
    border: 1px solid #eee;
    min-width: 120px;
    min-height: 80px;
    list-style-type: none;
    margin: 20px;
    padding: 0px 0 0 0;
    float: left;
    margin-right: 10px;
	clear: both;
	
  }
 #sortableMedia{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
 }
.beMeta{
}
.beMetaEl{
	margin: 5px;
	float: left;
}
.beMetaT{
	width: 100px;
	margin-top: 5px;
}
.beMAddV{
	margin-left: -25px;
	height: 26px;
	width: 25px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.beAddMediaTo{
	border-radius: 3px;
	
	margin-left: 25px;
	height: 26px;
	width: 125px;
}
.beAddMediaTo,.beMAddV{
	border: none;
	position: relative;
	cursor: pointer;	
}
.savedMeta{
	color: #c1ddc1 !important;
}
.beMetaText{
	margin: 5px;	
	font-family:'Hind',sans-serif;
	font-size: 9pt;
/*	width: auto;*/
    letter-spacing: 0.1em;
    line-height: 1.6em;
}
.beEditMeta, .beEditFileName{
	display:inline-block;
    min-height: 24px !important;
}
.beEdited{
	height: 26px;
}
#delete{
	margin: 20px;
	color: red;
}
.beMetaV{
	width: 115px;
	padding-right: 25px;
	border-radius: 3px;
	border: none;
}
.ui-autocomplete {
    max-height: 100px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
.element{
    width: 120px;
    height: 80px;
    float: left;
    border: 1px solid #333;
    cursor: move;
    background-size: cover;
}
footnote{
	color:#3b99dc;
	cursor: pointer;
}
#fnForm{
	margin-left: 60px;
	width: calc(100% - 40px);
}
#fnText{
	width: 100%;
}
#usermanagement{
	width: calc(100% - 120px);
	margin-top: 80px;
	margin-left: 80px;
}
div.userinput{
	margin-bottom: 20px;
}
li.editUser{
	margin: 20px;
	height: auto;
	width: 100%;
	display: none;
}

quote{
	color: #098509;
}
inlineQuote{
    background-color:  #098509;
	width: 640px;
    padding-left: 300px;
	padding-right: 300px;
}
/*body {
            background-color: white;
        }

        #main{
                width: 122px;
                height:90%;
      
                left: 20px;
                top: 50px;
                bottom: 20px
                position: fixed;
                background-color: #ededed;
                z-index: 200;
                overflow: scroll;
            }
        #content{
            position: fixed;
            overflow: scroll;
            width: 100%;
            height: 100%;
        }
        #selectStory{
            width: 120px;
            height: 20px;
            float: left;
        }
        .element{
            width: 120px;
            height: 80px;
            float: left;
            border: 1px solid #333;
              cursor: move;
              background-size: cover;
        }
        .newElement{
	        cursor: pointer;
        }
        .a{
			background-color: green;
			opacity: 0.6;

        }

        [draggable] {
          -moz-user-select: none;
          -khtml-user-select: none;
          -webkit-user-select: none;
          user-select: none;
   
          -khtml-user-drag: element;
          -webkit-user-drag: element;
        }
        .saveAll{
            top: 0em;
            width: 100%;
            float: left;
            background-color: #0c5d00;
            text-align: center;
            cursor: pointer;
            position: fixed;
            z-index: 1000;
            opacity: .8;
            color: white;
            font-family: sans-serif;
            font-size: 20px;
            padding: 5px;
        }
        #editText{
            width: 640px;
            background-color: #edeae6;
            position: absolute;
            overflow: scroll;
            padding: 4em 200px 5em 100px;
            margin-top: 15em;
            margin-left: 162px;

        }
        #editTitle{
            position: absolute;
            background-color: #edeae6;
            width: 640px;
            padding: 5em 200px 5em 100px;
            height: 2em;
            margin-top:50px;
            margin-left: 162px;


        }
        #settings{
            position: absolute;
            margin-left: 1122px;
            width: 298px;
            margin-top: 50px;
            min-height: 80px;
            background-color: red;
        }
        #newImg{
            position: absolute;
            margin-left: 1122px;
            width: 298px;
            margin-top: 150px;
            height: 220px;
            background-color: #fcfcfc;
        }
        #dropzoneStory{
	        width: 298px;
            height: 220px;
        }
		footnote{
	    	color: #3b99dc;
	        cursor: pointer;
        }
        nofootnote{
	    	color: #dc3c3c;
	        cursor: pointer;
        }
        quote{
	        color: #098509;
        }
        inlineQuote{
	        background-color:  #098509;
	        width: 640px;
	        padding-left: 300px;
	        padding-right: 300px;
        }
        #footnote{
	        width: 640px;
		    background-color: #edeae6;
		    position: fixed;
		    overflow: scroll;
		    padding: 4em 200px 5em 100px;
		    top: 50px;
		    left: 162px;
		    z-index: 100;
		    height: 100%;
        }
        #newChapter{
	        width: 640px;
		    background-color: #edeae6;
		    position: fixed;
		    overflow: scroll;
		    padding: 4em 200px 5em 100px;
		    top: 50px;
		    left: 162px;
		    z-index: 100;
		    height: 100%;
        } 
        #editFnText{
	        margin-top: 50px;
	        width: 400px;
	        height: 400px;
        }
        label{
	        font-family: 'Hind', sans-serif;
        }
        .selectionLeft{
	        width: 50%;
	        float: left;
	    }
        .selectionRight{
	        width: 50%;
	        float: left;
        }
        .selectionAll{
	        padding-top: 40px;
	         width: 100%;
	        float: left;
        }*/
        
