body {
  padding-top: 5rem;
  /* background-color:#edf0ff; */
}
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }
.main-frame{
	height:100%;
	position:fixed;	
}
.starter-template {
  padding: 15% 1.5rem;
  text-align: center;
  /*display: none;*/
}

.right-bar{
	height: 100%;
  	width: 100px;
  	position: fixed;
  	z-index: 5;
  	top: 0px;
  	background-color: #fff;
  	padding: 86px 0 10px 0;
  	box-shadow: 0 0 5px #CCC;
}
.navbar{
	box-shadow: 0 0 5px #CCC;
	background-color: #fbebcf

;
}
#maindiv {
    box-shadow: none;
    border-left: 0 !important;
    border-right: 0 !important;
}

/**************Menu*******************/
.rmenu-item{
	padding: 20px;
	text-align: center;
	box-shadow: 0 4px 2px -2px #fcc569;
	cursor: pointer;
	z-index: 5;
}
.rmenu-list,.rmenu-item-list,.rmenu-item-round{
	list-style: none;margin:0;padding:0;
}
.rmenu-item span{
	display: block;
}
.rmenu-item-list,.rmenu-icon{
	display: none;
	text-align: left;
	height: 100%;
  	position: fixed;
  	z-index: 5;
  	top: 0px;
  	left: 100px;
  	background-color: #fff;
  	overflow-x: hidden;
  	padding: 145px 0 10px 0;
  	box-shadow: 0 0 5px #ffb128

;
}
.rmenu-item-list li{
	padding: 10px 50px;
	border-bottom: 1px solid #DDD;
}
.rmenu-item-list li:first-child{
	border-top:1px solid #EEE;
}
.rmenu-item-list li:hover{
	background: #EEE;
}
.rmenu-item-round{
	display: none;
  	position: fixed;
  	z-index: 1;
  	left: 100px;
  	overflow-x: hidden;
  	padding: 0;
	margin-left: 10px;
	top:100px;
}
.rmenu-item-round li{
	padding: 20px;
	margin: 5px;
	border-radius: 100px;
	border: 3px solid #CCC;
}
.rmenu-icon{
	width: 191px;
}
.rmenu-item-icon{
	padding:10px !important;
	display:inline;
}
.rmenu-icon-title{
    text-align: center;
    color: #37417a;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    margin: 10px 0;
}
.rmenu-item-icon img{
 height: 35px;
 width: 35px;
 margin: 10px 0;
}
.jr-close{
	position: absolute;
    top: 95px;
    right: -60px;
    width: 50px;
    height: 50px;
    background: #fff;
    text-align: center;
	line-height: 3;
	z-index: 10;
	display: none;
}
.close,.closetwo{
	position: absolute;
    font-size: 14pt;
    color: #000;
    right: -35px;
    top: -35px;
    background-color: #EEE !important;
    border-radius: 5px;
    opacity: 1;
    padding: 3px 7px 6px 7px !important;
	display: none;	
	float: right;
    font-weight: 700;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.show{
	display: block;
}
.hide{
	display: none;
}
.disabled{
	pointer-events: none;
	color: #AAA;
}
/*****************Module*****************/
.module{
	position: absolute;
	top: 200px;
  box-shadow: 0 0 10px #888;
  border-radius: 40px;
  overflow: hidden;
  padding-top: 75.5px;
  z-index: 1;
  width: calc(100% - 20px);
    height: calc(100% - 20px);
}
.module-logo{
  display: block;
  position: absolute;
  height: 24px;
  right: 30px;
  bottom: 30px;
}
.module:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    height: 100%;
    width: 100%;
}
.module-2{
	height: 295px;
    width: 295px;
    left: 50%;
    margin-left: -147.5px;
}
.module-2:after{
	-webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(13% 100%, 35% 0%, 0% 0%, 0% 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 1%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 49%);
}
.module-4{
	height: 295px;
    width: 504px;
    left: 50%;
    margin-left: -252px;
}
.module-4:after{
	-webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(10% 100%, 25% 0%, 0% 0%, 0% 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 1%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 49%);
}
.module-8{
	height: 295px;
    width: 767px;
    left: 50%;
    margin-left: -383.5px;
}
.module-8:after{
	-webkit-clip-path: polygon(35% 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(8% 100%, 20% 0%, 0% 0%, 0% 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 1%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 49%);
}
.module-black{
    background-color: #000;
}
.module-white{
    background-color: #fff;
}
.module-fmblack{
	border: 5px solid #222;
}
.module-fsblack{
	border: 5px solid #000;
}
.module-fgray{
	border: 5px solid #DDD;
}
.module-fgold{
	border: 5px solid #e2b144;
}

/*************submodule****************/
.sub-module{
  border: 1px solid #AAA;
  height: 134px;
  width: 127px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.sw-module{border:2px solid #f00;height: 47px;width: 47px;position: absolute;border-radius: 10px;}
.sw-module-2{right: 0px;}
.sw-module-3{bottom: 0px;}
.sw-module-4{bottom:0px;right: 0px;}
.sw-module-ld,.sw-module-ld img,.sw-module-fd,.sw-module-fd img{height: 100%;border:none;}
.smod img {
	margin: 4px;
	/* filter: invert(32%) sepia(97%) saturate(6855%) hue-rotate(355deg) brightness(101%) contrast(126%); */
}
.red-svg{
	height:35px;
	width:35px;
	filter: invert(32%) sepia(97%) saturate(6855%) hue-rotate(355deg) brightness(101%) contrast(126%);
}
.blue-svg{
	height:35px;
	width:35px;
filter: invert(8%) sepia(87%) saturate(7485%) hue-rotate(245deg) brightness(114%) contrast(135%);
}
.sw-mod-2{
	display: inline-flex;
	margin-left: -23.5px;
}
@media only screen and (max-width: 768px) {
	.module{
		top:100px;
	}
	.right-bar{
		position: fixed;
		height: 80px;
		width: 100%;
		z-index: 5;
		top:inherit;
		bottom: 0px;
		background-color: #fff;
		overflow: hidden;
		padding: 10px 0 10px 0;
		box-shadow: 0 0 5px #CCC;
	}
	.rmenu-list{
		padding: 0 2%;
		white-space: nowrap;
		overflow: auto;
	}
	.rmenu-item{
		display: inline-block;
		width: 16%;
		padding: 10px 0;
		font-size: 14px;
	}
	.rmenu-item-list{
		height: 42px;
		bottom: 80px;
		left: 0;
		padding: 0;
		white-space: nowrap;
		top: auto;
		width: 100%;
	}
	.rmenu-item-list li{
		display: inline-block;
		padding: 10px 20px;
		border-bottom:0px;
		border-right: 1px solid #EEE;
	}
	.rmenu-icon{
		height: 60px;
		bottom: 80px;
		left: 0;
		padding: 0;
		white-space: nowrap;
		overflow: auto;
		top: auto;
		width: 100%;
	}
	.rmenu-item-round {
		left: 0;
		bottom: 80px;
		top: auto;
	}
	.rmenu-item-round li{
		display: inline-block;
	}
}
.JR-container{
	height: calc( 100vh - 80px );
	background-color:#edf0ff;
}
.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
  }
.left {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}