#JCSiteWrapper{
    width: 1050px;
    margin-top: 50px;
}

#JCMainWindow{
    width: 1050px;
    overflow: hidden;
}


#JCOuterNaviWrapper{
    position: fixed;
    z-index:3;
    top: -5px;
}
#JCInnerNaviWrapper {
    position: relative;
    text-align: left;
    vertical-align: top;
}

#JCNavigation {
    width: 1044px;
    height: 50px;
    border: 3.5px solid;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    float: left;
    font-size: 15px;
    font-weight: bolder;
    background-color: #FFFFFF;
    text-align: right;
/*    padding-top: 20px;*/
}

.JCLeftFloat{
   float: left; 
}

.JCRightFloat{
    float: right;
}

div#JCNavigation li {
    display: inline;
    list-style-type: none;
    margin-right: 0.4em;
}

.JCNaviA {
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.2em 1.0em 0.4em 1.0em;
    border: 1px solid #CCCCCC;
    border-bottom: none;
    background: #F0F0F0;
    color: #092E55;
    margin-top: 50px;
}

 a.JCNaviA:hover {
    background: /*#E3004F*/#092E55;
    color: /*#FFFFFF*/white;
    border-bottom: 2px solid #E3004F;
}

 a.JCNaviA:active {
    background-color: #E3004F;
    color: /*#FFFFFF*/black;
    border-bottom: 2px solid #E3004F;
}

/*div#JCNavigation a:link {
    color: #092E55;
} */

#JCLogoutWrapper{
    float: right;
    padding: 0.0em 1.0em 0.2em 1.0em;
}

#JCRightNaviFlow{
    float:right;
    padding-top: 20px;
}

footer{
    margin-top: 20px;
    border-top: 1px solid black;
    text-align: center;
    padding-top: 10px;
}

footer >p{
    margin: auto;
}

#JCArrows{
    height: 50px;
    width: 1050px;
    text-align: center;
}

#lArrowWrapper{
    float: left;
    width: 50px;
    height: 50px;
}

#rArrowWrapper{
    float: right;
    width: 50px;
    height: 50px;
}

#JCLogoWrapper{
    width: 300px;
    height: 50px;
    float:  left;
    margin-left: 50px;
}

.JCCell{
    border: 2px solid;
}

.JCLabelCell{
    padding: 0px;
}

form table {
    border-spacing: 0px 2px;
}

.JCLabel{
    background-color: #092E55;
    color: white;
    width: 95%;
    display: inline-block;
    padding-left: 5px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
    width: 250px;
    line-height: normal;
    font-size: 18px;
    vertical-align: middle;
}

.JCInput {
    width: 250px;
    height: 41px;
    padding: 1.25px; 
    border: 1.25px solid black;
    font-size: 18px;
}

.JCTextArea{
    width: 100%;
}

th {
    background-color: #092E55;
    color: white;
}

td.blockedCell{
   background-color: /*#EE9800*/ darkgray;
}

td.bookedCell{
    background-color: /*red*/ dimgrey;
    font-weight: bold;
}

td.freeCell{
    background-color: /*green*/white;
}

#JCScollWrapper{
    height: 750px;
    max-height: 750px;
    overflow-y: scroll;
}

#JCalendarTable{
    width: 1050px;
}

#JCalendarTable td{
    width: 150px;
}

/*.JCSuccrOfHeader{
    margin-top: 25px;
}*/

.JCBox{
/*    width:  1036px;*/
    border-bottom: solid black 2px;
    padding: 5px;
    padding-bottom: 20px;  
}

.JCErrorMsg {
    color: red;
    font-weight: bold;
}

.JCSuccessMsg{
    color: green;
    font-weight: bold;
}

#JCConsoleClearButton{
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.JCClearButton{
    float: right;
    width: 30px;
    height: 30px;
    margin-top: 15px;
}

.JCButton{
    /*background-color: #A40075;*/  
  /*font-weight: bold;*/
  padding: 10px 25px;
  width: 255px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  border: none;
  /*border-radius: 15px; /*runde ecken*/ 
}

.JCButton[type="button"]:enabled:hover{
    background-color: #6C9EBD;
}


.JCButton:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

.JCButton[type="button"]:enabled{
   background-color:    #4E94CA;
}

.JCButton[type="button"]:disabled{
    background: #dddddd;
    background-color: grey;
}


.JCDraggable{
    display:block;
    width: 100%;
    height: 100%;
}

.JCNavigator {
    width: 100%;
    height: 100%;
}

#JCLogo{
    width: 100%;
}

.readonlyI {

}

#draggingContainer{
    max-width: 150px;
    z-index: 10;
}

.JCDroppable{
    border-color: black;
}

.dropCell{
    border: 1px solid #000;
}

.no-drop{
  -webkit-filter: sepia(50%);
 /* filter: sepia(100%); /* fix type error 
  filter: intert(100%); */
   z-index: -1;
    background: repeating-linear-gradient(
  -55deg,
  /*#EE9800*/ #092E55,
  /*#EE9800*/ lightgrey 10px,
  #333 10px,
  #333 20px
);    
}

.JCColumnHeader{
    min-width: 50px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.JCToggleButtonWrapper{
    float: right;
    width: 25px;
    height: 25px;
}

.JCToggleButtonWrapper >img{
    width: 100%;
    height: 100%;   
}

.JCFormHeader >h3{
    color: #092E55;
    margin-top: 20px;
   margin-bottom: 20px;
}

#JCLoginWrapper{
    width: 520px;
    border: 1px solid black;
    padding: 5px;
}

#JCLoginForm{
    border-top: 1px solid black;
    padding-top: 20px;
}

#JCLoginConsole{
    margin-top: 10px;
    font-size: 16px;
    color: red;
}

.unconfirmedBookedCell{
    border: 1px solid black;
    background: repeating-linear-gradient(
  -55deg,
  /*red*/ dimgrey,
  /*red*/ dimgrey 10px,
  #333 10px,
  #333 20px
);
}

.unconfirmedBlockedCell{
    background: repeating-linear-gradient(
  -55deg,
  /*#EE9800*/ darkgray,
  /*#EE9800*/ darkgray 10px,
  #333 10px,
  #333 20px
);    
}

input[type=text]:disabled {
    background: #dddddd;
}


.JCFloatClearer{
    height: 0px;
}


.JCStretch{
    width: 100%;
}

#JCBookingHistoryForm, #JCPostponeHistoryForm{
    display: none;
}

.JCHidden
{
    display: none;
}

#JCOffsetWrapper{

  padding-top: 13px; /* account for padding and border if not using box-sizing: border-box; */
}

#MainWindowFooter{
    margin: 0px;
    margin-top: 10px;
}

#JCLegendTable{
    margin-top: 15px;
    width: 100%
}

#JCLegendHeader{
    float: right;
    font-weight: bold;
    font-size: 18px;
}

.JCLegendSquare{
    width: 50px;
    height: 50px;
}
#JCWeekStartField{
    float: left;
    width: 100px;
}
.JCLegendLabel{
    width: 120px;
    text-align: left;
    padding-left: 10px;
}

#JCFreeCellSquare{
    border: 1px solid black;
    background-color: /*green*/white;
}
#JCBlockedCellSquare{
    border: 1px solid black;
    background-color: /*#EE9800*/ darkgray;
}
#JCUnconfirmedBlockedCellSquare{    
    border: 1px solid black;
    background: repeating-linear-gradient(
  -55deg,
  /*#EE9800*/ darkgray,
  /*#EE9800*/ darkgray 10px,
  #333 10px,
  #333 20px
); }
#JCBookedCellSquare{
    border: 1px solid black;
    background-color: /*red*/ dimgrey;
}
#JCUnconfirmedBookedCellSquare{    
    border: 1px solid black;
    background: repeating-linear-gradient(
  -55deg,
  /*red*/ dimgrey,
  /*red*/ dimgrey 10px,
  #333 10px,
  #333 20px
);}

.JCVideo{
width: 1036px;
}

#or_hauptteil{
    margin-top: 80px;
}

#or_hauptteil>li, #or_hauptteil > ul > li { list-style:none; float:left; }

#or_hauptteil ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  color:#111;
  background:#D4D4D4;
}
#or_hauptteil ul a:hover {
  color:#FFF;
  background:#9966FF;
  }
#or_hauptteil ul a.selected {
  margin-bottom:0;
  color:#000;
  background:snow;
  border-bottom:1px solid snow;
  cursor:default;
  }
#or_hauptteil div.gr_container {
/*  padding:10px 10px 8px 10px;*/
  padding-top:3px;
  margin-top:-15px;
  clear:left;
/*  background-color: white;*/
}
#or_hauptteil div a { color:#3d464d; text-decoration: none; font-weight:bold; }
#or_hauptteil div a:link { color:#3d464d; text-decoration: none; font-weight:bold; }
#or_hauptteil div a:hover { color:#9966FF; text-decoration:  none; font-size: 17px; font-weight:bold; }

#JCAdminTabList{
    padding-left: 0px;
}

.JCKTInput {
    width: 50px;
    height: 41px;
    padding-left: 5.25px; 
    border: 1.25px solid black;
}


.JCSelectableTableRow {
/*    border-style: solid;
    border: thin dotted black;*/
    caption-side: top;
    border-collapse: collapse;
    height: 30px;   
}

.JCSelectableTableRow:hover {
    background-color : #1e90ff;    
}

.JCLongTextInput{
    width: 650px;
    line-height: 41px;
    font-size: 18px;
}

.JCDropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.show {display: block;}

.JCDropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.JCDropdown-content a:hover {background-color: #ddd;}


#JCNewsEditor{
    margin: 10px;
}

.JCTable{
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.JCTable tbody tr{
    height: 40px;
}

.JCTable tbody td{
    padding-left: 10px;
}

.JCTable th{
    font-size: 20px;
    font-family: OpenSans-Regular;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: unset;
    text-align: left;
    padding-left: 10px; 
}

.JCToolIcon{
    margin-right: 10px;
}












/* jjjjjjjjjj */
.JCSliderSwitch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.JCSliderSwitch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.JCSlider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.JCSlider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .JCSlider {
  background-color: #092E55;;
}

input:focus + .JCSlider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .JCSlider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.JCSlider.JCRound {
  border-radius: 34px;
}

.JCSlider.JCRound:before {
  border-radius: 50%;
}