/* 
main.css
LNXtrack project :)
(c) 2016 GM-xpkiller konzorcium


*/

a:hover {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

.cursor {
	cursor: pointer; 
	cursor: hand;
}

html {
	position:relative;
	min-height: 100%;
}

body {
	overflow-x: hidden;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #c4c4c4, transparent);
}

.tooltip-inner {
    max-width: 500px;
}

#footer {
	background-color: #222;
	text-align: center;
	color: #aaa;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
    font-size: 0.9em;
}

.footerlink {
    text-decoration: none;
	color: #aaa;
}
.footerlink:hover{
    text-decoration: none;
	color: white;
}

#error_message, #message{
	position: fixed;
	top: 0; 
	left: calc(50% - 200px); 
	width: 400px; 
	z-index: 999999;
}


.navbar {
	margin-bottom: 0;
	border-radius: 0;
}


.filter-button {
	width: 100%;
}

.single-list-group{
	max-height: calc(100vh - 300px);
	overflow-y: scroll;
}


.small-list-panel {
	max-height: 174px;
	min-height: 80px;
	overflow-y: scroll;
	position: relative;
}

.single-full-list-panel {
	height: 174px;
	overflow-y: scroll;
}

.single-full-list-panel-one-button {
	height: 224px;
	overflow-y: scroll;
}

.list-group {
	border: 1px solid #ddd;
	border-radius: 4px;
	margin-bottom: 0;
}

.userimage {
	object-fit: cover;
	height: 50px;
	width: 50px;
}

.portal .content{
	margin: 0;
	padding: 0;
}

#map_frame {
	width: 100%;
	height: 100%;
}

#maps-ui-widget-content {
	width: 100%;
	position: relative;
}

#icon_filter_arrow {
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.icon_filter_arrow_rotated {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.page-content{
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 200px;
	height: 100%; 
	overflow-y: auto;
}

.user-device-container {
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #eee;
	transition: 0.12s all;
	-webkit-transition: 0.12s all;
	-moz-transition: 0.12s all;
	-o-transition: 0.12s all;
	-ms-transition: 0.12s all;
	margin-top: 5px;
	margin-bottom: 10px;
}

.user-device-container:hover{
	background: #eeeeee;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.user-device-image {
	height: auto;
	max-height: 100px;
	max-width: 100px;
	float: left;
}

.user-device-info {

	margin-left: 120px;


}

.user-device-id {
	font-size: 21px;
}

.page-scrollspy-pills{
	position:fixed;

}

.glow-blue {
	text-shadow: 0px 0px 7px rgba(0, 200, 255, 0.8);
}

.glow-red {
	text-shadow: 0px 0px 7px rgba(255, 0, 0, 0.6);
}

.glow-green {
	text-shadow: 0px 0px 7px rgba(0, 255, 0, 0.6);
}

.panel {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.shadow {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.gm-align-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* Car listing */
.car-list-item-container{
	position: relative;
	min-height: 40px;
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.4);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.4);
}
.checkmark-bgnd{
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	bottom: 0;
	background-color: #fff;
}
.car-list-item-container:hover .checkmark-bgnd{
	background-color: #bbb;
}

.checkmark-selected {
    background-color: #2196f3;
}
.carlist-checkmark .icon-checkmark{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}
.carlist-checkmark .icon-checkmark2{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ddd;
}
.car-list-item-detail-container{
	position: absolute;
	left: 40px;
	right: 0;
	bottom: 0;
	background-color: #fff;
	padding-left: 10px;
	top: 0;
}
.car-list-item-interval-container{
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 40px;
	right: 0;
	bottom: 0;
	color: white;
	position: absolute;
	background-color: rgba(0,0,0,0.75);
	padding-left: 10px;
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,1);
}

.car-list-item-interval-visibility-icon:hover ~ .car-list-item-interval-container{
	visibility: visible;
	opacity: 1;
}

.car-list-item-interval-visibility-icon{
	visibility: hidden;
	opacity: 0;
	height: 10px;
	width: 10px;
	right: 5px;
	bottom: 10px;
	position: absolute;
	z-index: 9;
}

.car-list-item-interval-visibility-icon:hover{
	color: #777;
}

.car-list-item-container:hover .car-list-item-interval-visibility-icon{
	visibility: visible;
	opacity: 1;
}

.map-legend-container{
	padding: 5px; 
	border-radius: 5px; 
	background-color: rgba(255,255,255,0.9); 
	width: 100%; 
	height: 100%;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,1);
}

.callcenter-panel {
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 12px;
}
.callcenter-panel-red {
	background-color:#f00000;
}
.callcenter-panel-blue {
	background-color:#00aeff;
}
.callcenter-panel-green {
	background-color:#00de00;
}
.callcenter-panel-brown {
	background-color: #d79000;
}
.color-panel-text {
	color: white; 
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

/* bootstrap hack: fix content width inside hidden tabs  google chartok miatt kellett (http://stackoverflow.com/questions/17206631/why-are-bootstrap-tabs-displaying-tab-pane-divs-with-incorrect-widths-when-using/23267110#23267110) */
.tab-content > .tab-pane:not(.active),
.pill-content > .pill-pane:not(.active) {
	display: block;
	height: 0;
	overflow-y: hidden;
} 
/* bootstrap hack end */

/*
	~ CookieAlert
----------------------------------------------------------------------------------------------------------------------*/
.CookieAlert {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #6d6d6d;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    color: #222;
    z-index: 120;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.CookieAlert:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: transparent;
    background-size: 50%;
    opacity: 0.05;
    z-index: -1 ;
}
.CookieAlert--header .CookieAlert--header-title {
    padding: 0 0 10px 0;
    font-family: "Header", sans-serif;
    font-weight: 700;
    font-size: 1.1em;
    text-transform: uppercase;
}
.CookieAlert--content .CookieAlert--content-text {
    font-family: "Header", sans-serif;
    font-weight: 300;
    font-size: .9em;
    line-height: 1.3em;
}
.CookieAlert--buttons-container {
    z-index: 121;
}
.CookieAlert--buttons-container a {
    z-index: 122;
}


/* On small screens */
@media screen and (max-width: 767px) {

	.affix {
		position: static;
	}
	#error_message, #message{
		position: fixed;
		top: 5px; 
		left: 5px; 
		right: 60px; 
		width: auto;
		z-index: 9999;
	}

	.sidenav {
		height: auto;
		padding: 15px;
		margin-bottom: 0px;
	}

	.row.content {height:auto;} 

	.single-list-group{
		max-height: 150px;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 991px) {      	   /* On medium screens */
	.page-scrollspy-pills{
		display: none;
	}
	.page-content{
		padding-right: 20px;
	}

}


/* On larger screens than phone */
@media screen and (min-width: 768px) {


	.col-sm-6.content{
		margin-left: 340px;
		width: calc(100% - 340px);
		padding: 10px;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.col-sm-6.content.full-map-view{
		margin-left: 0px;
		width: 100%;
	}

	.sidenav {
		width:340px;
		position: fixed;
		height: auto;
		padding: 10px;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}

	.sidenav-left-up {
		top: 50px;
		left: 0;
	}

	.sidenav-container {
		overflow-y: auto;
		/*max-height: calc(100vh - 150px);*/
	}

	.sidenav-container-map {
		overflow-y: auto;
		height: calc(100vh - 150px);
	}
	
	.sidenav-container-normal {
		overflow-y: auto;
		max-height: calc(100vh - 180px);
	}

	.sidenav-hidden{
		left: -320px;
		padding-right: 30px;
		z-index: 999;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	}


	.sidenav-hidden-hovered{
		left:0;
		z-index: 999;
		transition: 0.5s all;
		-webkit-transition: 0.5s all;
		-moz-transition: 0.5s all;
		-o-transition: 0.5s all;
		-ms-transition: 0.5s all;
	} 


	.single-full-list-panel {
		height: calc(100vh - 200px);
	}

	.single-full-list-panel-one-button {
		height: calc(100vh - 240px);
	}
	
	.map-device-list {
		height: calc(100vh - 510px);
		overflow-y: scroll;
		position: relative;
		max-height: calc(100vh - 510px);
	}
    
	/***************  Map resize on large screens ************/

	.map-absolute{
		position: absolute;
		top: 10px;
		right: 10px;
	}

	.map-fixed{
		position: fixed;
		top: 60px;
		right: 10px;

	}

	.map-25{
		height: calc(25vh - 100px);
	}
	.map-50{
		height: calc(50vh - 100px);
	}
	.map-75{
		height: calc(75vh - 100px);
	}
	.map-100{
		height: calc(100vh - 150px);
	}




}

/***************** Térképes keresésnél legördülő kártya *********************/

.pac-card {
        margin: 10px 10px 0 0;
        border-radius: 2px 0 0 2px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        outline: none;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
        font-family: Roboto;
      }

      .pac-container {
        padding-bottom: 12px;
        margin-right: 12px;
        z-index: 10000;
      }

      .pac-controls {
        display: inline-block;
        padding: 5px 11px;
      }

      .pac-controls label {
        font-family: Roboto;
        font-size: 13px;
        font-weight: 300;
      }

      #pac-input {
        background-color: #fff;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 300;
        text-overflow: ellipsis;
      }

      #pac-input:focus {
        border-color: #4d90fe;
      }
    .pac-item{
        z-index: 10000;
    }

/******************************  FAB ***********************/
    .fab {
      position: fixed;
      width: 56px;
      right: 20px;
      bottom: 45px;
      margin-left: -28px;
      z-index: 1100000;
    }

    .fab:hover .fab-buttons {
      opacity: 1;
      visibility: visible;
    }

    .fab:hover .fab-buttons__link {
      transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
    }

    .fab-action-button:hover + .fab-buttons .fab-buttons__link:before {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
      transform-origin: right center 0;
      transition-delay: 0.3s;
    }

    .fab-action-button {
      position: absolute;
      bottom: 0;
      display: block;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }

    .fab-buttons {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      list-style: none;
      margin: 0;
      padding: 0;
      opacity: 0;
      visibility: hidden;
      transition: 0.2s;
    }

    .fab-action-button__icon {
      display: inline-block;
      width: 56px;
      height: 56px;
      background:'\ea0a' center no-repeat;
    }

    .fab-buttons__item {
      display: block;
      text-align: center;
      margin: 12px 0;
    }

    .fab-buttons__link {
      display: inline-block;
      width: 40px;
      height: 40px;
      text-decoration: none;
      background-color: #ffffff;
      border-radius: 50%;
      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
      transform: scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
      -moz-transition: .3s;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
    }

    [data-tooltip]:before {
      top: 50%;
      margin-top: -11px;
      font-weight: 600;
      border-radius: 2px;
      background: #585858;
      color: #fff;
      content: attr(data-tooltip);
      font-size: 12px;
      text-decoration: none;
      visibility: hidden;
      opacity: 0;
      padding: 4px 7px;
      margin-right: 12px;
      position: absolute;
      transform: scale(0);
      right: 100%;
      white-space: nowrap;
      transform-origin: top right;
      transition: all .3s cubic-bezier(.25, .8, .25, 1);
    }

    [data-tooltip]:hover:before {
      visibility: visible;
      opacity: 1;
      transform: scale(1);
      transform-origin: right center 0;
    }

    .icon-material {
      display: inline-block;
      width: 40px;
      height: 40px;
    }
/******************************  FAB END  *********************/



/******************************   Evenet list    ****************************/
.event-container{ vertical-align: middle;}
@media screen and (max-width: 767px) {
    .event-item{ position: relative; margin-left:15px;}


    .event-container{ text-align: center;}
}

@media screen and (min-width: 768px) {
    .event-item{ position: absolute; left: 60px; top: 50%; transform: translateY(-50%);}

    .event-container{ text-align: left;}
}


/******************************   Design elemek  ****************************/
.material-switch > input[type="checkbox"] {
	display: none;
}

.material-switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

.material-switch > label::before {
	background: rgb(0, 0, 0);
	box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
	border-radius: 8px;
	content: '';
	height: 16px;
	margin-top: -8px;
	position:absolute;
	opacity: 0.3;
	transition: all 0.4s ease-in-out;
	width: 40px;
}
.material-switch > label::after {
	background: rgb(255, 255, 255);
	border-radius: 16px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	content: '';
	height: 24px;
	left: -4px;
	margin-top: -8px;
	position: absolute;
	top: -4px;
	transition: all 0.3s ease-in-out;
	width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}


.radioBtn .notActive{
	color: #3276b1;
	background-color: #fff;
}

.spacer{
	height: 10px;
}

.map-current-infos-box{
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
    height: calc(100% - 20px);
}

.map-current-infos-box:hover{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    
}

.map-current-infos-box .panel-heading {
     transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -ms-transition: 0.3s all;
}

.map-current-infos-box:hover .panel-heading {
   background-color: #2196f3;
   color: #ffffff;
}


/********************************* SLIDER *****************/
.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    outline: none;
    margin-top: 10px;
    background-color: #999;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
	border: 0;
}
.slider::-webkit-slider-thumb:hover {
	box-shadow: 0px 0px 7px #2196f3;
}
.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2196f3;
    cursor: pointer;
	border: 0;
}
.slider::-moz-range-thumb:hover {
	box-shadow: 0px 0px 7px #2196f3;
}
/********************************* SPINNER *****************/

.loader {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border: 6px solid #f3f3f3; /* Light grey */
	border-top: 6px solid #2196f3; /* Blue */
	border-radius: 50%;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
/* loader háttér mapnál */
#mapProgressBar{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: lightgray; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Safari 5.1-6*/
	background: -o-radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Opera 11.1-12*/
	background: -moz-radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Fx 3.6-15*/
	background: radial-gradient(rgba(255,255,255,1),rgba(200,200,200,0.8)); /*Standard*/

}

/* css loader grid logoval */
.sk-cube-grid {
	width: 90px;
	height: 90px;
	display: block;
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.sk-cube-grid .sk-cube {
	width: 30px;
	height: 30px;
	float: left;
	-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
	background: url("../images/gsmpro_loader_logo.jpg") 0 0;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
	background: url('../images/gsmpro_loader_logo.jpg') -30px 0;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
	background: url('../images/gsmpro_loader_logo.jpg') -60px 0;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
	background: url("../images/gsmpro_loader_logo.jpg") 0 -30px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
	background: url("../images/gsmpro_loader_logo.jpg") -30px -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
	background: url("../images/gsmpro_loader_logo.jpg") -60px -30px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
	background: url("../images/gsmpro_loader_logo.jpg") 0 -60px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
	background: url("../images/gsmpro_loader_logo.jpg") -30px -60px;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
	background: url("../images/gsmpro_loader_logo.jpg") -60px -60px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }

.sk-cube-grid .sk-cube1-gt {
	background: url("../images/gt_loader_logo.png") 0 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube2-gt {
	background: url('../images/gt_loader_logo.png') -30px 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube3-gt {
	background: url('../images/gt_loader_logo.png') -60px 0;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s; }
.sk-cube-grid .sk-cube4-gt {
	background: url("../images/gt_loader_logo.png") 0 -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube5-gt {
	background: url("../images/gt_loader_logo.png") -30px -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6-gt {
	background: url("../images/gt_loader_logo.png") -60px -30px;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s; }
.sk-cube-grid .sk-cube7-gt {
	background: url("../images/gt_loader_logo.png") 0 -60px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube8-gt {
	background: url("../images/gt_loader_logo.png") -30px -60px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }
.sk-cube-grid .sk-cube9-gt {
	background: url("../images/gt_loader_logo.png") -60px -60px;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	} 35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1); 
	}
}

@keyframes sk-cubeGridScaleDelay {
	0%, 70%, 100% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	} 35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	} 
}


/******** angulr repeate animation ***********/

    .animate.ng-enter, 
    .animate.ng-leave { 
        -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
        position: relative;
        display: block;
    } 
     
    .animate.ng-leave.ng-leave-active,
    .animate.ng-enter {
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        height: 0px;
        opacity: 0;
    }
     
    .animate.ng-enter.ng-enter-active,
    .animate.ng-leave {
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        height: 30px;
        opacity: 1;
    }

/**
    ~ Tabs
----------------------------------------------------------------------------------------------------------------------*/
.tabs {
    position: relative;
    display: flex;
    flex-direction: column;
}
.tabsHeader {
    z-index: 1
}
.tabsHeader ul {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    background: #f0f0f0;
}
.tabsHeader ul li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    font-weight: bold;
    background: #fff;
    border-right: 1px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    text-transform: uppercase;
    list-style: none;
}

.tabsHeader ul li.active,
.tabsHeader ul li:hover {
    background: #f7dffb;
    color: #9c27b0;
    cursor: pointer;
}
.tabsContent {
    padding: 15px;
    margin-top: -2px;
    border-top: 2px solid #e0e0e0;
    z-index: 2
}
.tabsContent ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@keyframes movebg {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-800px);
    }
    100% {
        transform: translateX(0px);
    }
}

.space-adaptive-small {
    height: 40px;
}
.space-adaptive-medium {
    height: 60px;
}
.space-adaptive-large {
    height: 80px;
}
@media only screen and (max-width: 1200px){
    .space-adaptive-small {
        height: 40px;
    }
    .space-adaptive-large {
        height: 80px;
    }
}
@media only screen and (max-width: 992px){
    .space-adaptive-small {
        height: 30px;
    }
    .space-adaptive-large {
        height: 60px;
    }
}

.sticky-thead {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1138px;
    height: 50px;
    line-height: 3em;
    background: #fff;
    table-layout: fixed;
    display: table;
    z-index: 100
}
.battery_measurement_modal {
    background: #00a1e9;
    border: 0;
    color: #fff;
    border-radius: 25px;
    padding: 3px 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}

div[class="tooltip"] {
    height: auto;
}

.gm-tooltip-container {
    position: relative;
    cursor: pointer;
}
.gm-tooltip {
    position: absolute;
    top: 0;
    left: 110%;
    opacity:0;
    visibility: hidden;
    background: #8a8787;
    color: #fff;
    padding: 15px;
    border-radius: 0 12px 12px 12px;
    box-shadow: 0 12px 16px rgba(0, 0, 0, .15);
    z-index: 999999;

    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.gm-tooltip table.table {
    background-color: transparent !important;
    margin: 0 !important;
}
.gm-tooltip-container:hover .gm-tooltip {
    opacity: 1;
    visibility: visible;
}
.gm-tooltip:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    border: 20px solid transparent;
    border-top-color: #8a8787;
}
.gm-tooltip .table td {
    white-space: nowrap !important;
}
/**
    SECTIONS
 * ------------------------------------------------------------------------------------------------------------------ */
.section-container .button-container {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.section-container .button-container button {
    margin-right:5px;
}
.section-container button {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;

    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
.section-container button.btn-text {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 3px 12px;
    border-radius: 8px;
    opacity: 1;

    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
.section-container button.btn-text.btn-text-danger {
	background: #3986b6;
	color: #fff;
}
@media only screen and (max-width: 480px){
    .section-body-header button > *:not(i) {
        display: none;
    }
    .section-body-header button > i {
        margin: 0 !important;
        font-size: 1.4em;
    }
}
@media only screen and (min-width: 480px){
    .section-body-header button > *:not(.fa) {
        display: initial;
    }
}

.section-container button:hover {
    -webkit-filter: brightness(125%);
    filter: brightness(125%);
}
.section-container button:active {
    outline: none;
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}
.section-container select:disabled,
.section-container select[disabled],
.section-container button:disabled,
.section-container button[disabled] {
    -webkit-filter: brightness(75%);
    filter: brightness(75%);
    /*opacity: .5;*/
}

.section-container button:not(.icon-only) i {
    margin-right: 8px;
}
.section-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 9px;
    margin: 40px 0 0;
    border-bottom: 1px solid #eeeeee;
    /*
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 12px 16px rgba(0, 0, 0, .1);
    border-top: 1px solid #ebebee;
    */
}
.section-body {
    padding: 15px;

    /*
    box-shadow: 0 12px 16px rgba(0, 0, 0, .1);
    border-radius: 0 0 12px 12px;
    background: #fff;
    */
}
.section-body-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 20px 0 8px;
    border-bottom: 1px solid rgba(34, 34, 34, .1);
    margin-bottom: 10px;
}
h1, h2, h3 {
    font-weight: 400;
    margin: 0;
}
.section-header h2 {
    font-weight: 900;
}


.section-body-subtitle {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0 5px 0;
}
.section-body-subtitle h2 {
	position: relative;
	margin: 0 0 .5em 0;
	padding: 0 0 0 14px;
	font-size: 1.5em;
	color: #222;
	font-weight: 400;
	line-height: initial;
}
.section-body-subtitle h2 i.fa {
	color: #489dcf;
}
.section-body-subtitle h2:before {
	content: '';
	position: absolute;
	left:0;
	display:block;
	width: 3px;
	height:100%;
	background: #3986b6;
}


.section-body-subtitle + .section-body-description {
	padding: 0
}
.section-body-description {
    padding: 0 0 20px 0;
}
.section-body-description p {
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
	color: rgba(84, 84, 84, 0.8);
	font-weight: 300;
}
.section-body-description p:before {
    content: '\f05a';
    font-family: 'FontAwesome', sans-serif;
    font-weight: normal;
    margin-right: 5px;
    color: #3873af;
}
.section-body-description p i {
    margin-right: 8px;
    font-size: 1.3em;
}

.section-body .tile-container {
    margin:20px 0;
    border-bottom: 1px solid #eeeeee;
    padding: 0 0 30px 0;
}
.section-body .tile-container .tile:nth-child(1) > div {
    background: #3986b6;
}
.section-body .tile-container .tile:nth-child(2) > div {
    background: #409dc6;
}
.section-body .tile-container .tile:nth-child(3) > div {
    background: #50b3dd;
}
.section-body .tile-container .tile:nth-child(2) {
    margin: 15px 0;
}
.section-body .tile-container .tile > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px;
    background: #3986b6;
    color: #fff;
    border-radius: 8px;
}
.section-body .tile-container .tile > div > i.fa,
.section-body .tile-container .tile > div > span.icon {
    font-size: 2em;
    padding: 15px;
    margin-right: 15px;
    background: #2d537b;
    border-radius: 3em;
}
.section-body .tile-container .tile > div > .tile-text .tile-title {
    font-size: .75em;
    text-transform: uppercase;
}
.section-body .tile-container .tile > div > .tile-text .tile-data {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1.2em;
}

.section-body .table {
    table-layout: fixed;
}
@media only screen and (max-width: 768px){
    .section-body .table {
        table-layout: initial;
    }
}
.section-body .table > thead > tr > th {
    color: rgba(34, 34, 34, .6);
}
.section-body .table > tbody > tr > td {
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}
.section-body .table > tbody > tr > td select{
    background: #2096f3;
    border: 0;
    padding: 5px 8px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    max-width: 100%;
}

.section-body .table > tbody > tr:nth-child(2n + 1) {
    background: rgba(57, 134, 182, .05);
}
.section-body .table > tbody > tr:last-of-type {
    border-bottom: 2px solid #dddddd;
}

/** Animation */
.section-body .tile-container .tile {
    opacity: 0;
    transform: translateY(-100%);

    transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -moz-transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -o-transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}
.section-body .table > tbody > tr {
    opacity: 0;
    transform: translateY(100%);

    transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -moz-transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -o-transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
    -webkit-transition: all 400ms cubic-bezier(0.55, 0.06, 0.68, 0.19) 0s;
}

.section-body .table-responsive {
    overflow-y: hidden;
}

.section-container .modal label:not(:first-of-type) {
    margin-top: 15px;
}
.section-container .modal input {
    border: 1px solid #ddd;
    background: rgba(57, 134, 182, .1);
    color: rgba(57, 134, 182, 1);
    padding: 8px 10px;
    margin-top: 5px;
    border-radius: 8px;
}
.section-container .modal-footer {
    box-shadow: 0 -12px 16px rgba(0, 0, 0, .1);
}
.section-container .modal-body {
    padding: 35px 15px 40px 15px;
}

.data-loader {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 0 0;
    margin: -15px;
    background: #fff;

    opacity: 1;
    visibility: visible;
    transition: all 400ms linear 0s;
    -moz-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    -webkit-transition: all 400ms linear 0s;
}
.table-loader {
    position: absolute;
    top: 0;left: 0;right: 0;bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 50px 0 0 0;
    background: #fff;
    z-index: 1;

    opacity: 0;
    visibility: hidden;
    transition: all 400ms linear 0s;
    -moz-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    -webkit-transition: all 400ms linear 0s;
}
.loader-button:focus,
.loader-button:focus,
.loader-button:active,
.loader-button:target,
.loader-button *:focus,
.loader-button *:target,
.loader-button *:active {
    outline: none !important;
}
.loader-button > * {
    transition: all 300ms linear 0s;
    -moz-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    -webkit-transition: all 300ms linear 0s;
}
.loader-button > *:not(.cog-loader) {
    width: 80px;
    opacity: 1;
    visibility: visible;
}
.loader-button > .cog-loader {
    width: 0;
    height:20px;
    opacity: 0;
    visibility: hidden;
}
.loader-button.load > *:not(.cog-loader) {
    width: 0 !important;
    opacity: 0;
    visibility: hidden;
}
.loader-button.load > .cog-loader {
    width: 120px;
    opacity: 1;
    visibility: visible;
}

/**
 *  Animate Edit Button
 * ------------------------------------------------------------------------------------------------------------------ */
.edit-button-conatiner,
.edit-button-conatiner * {
    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
.edit-button-conatiner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background: #2196f3;
    color: #fff;
    border-radius: 4px;
    margin-right: 5px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
.section-container .button-container .edit-button-conatiner button {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    margin: 0;
    box-shadow: none;
}
.section-container .button-container .edit-button-conatiner button.on-edit:first-of-type {
    border-radius: 4px 0 0 4px;
}
.section-container .button-container .edit-button-conatiner button.on-edit:last-of-type {
    border-radius: 0 4px 4px 0;
}
.section-container .button-container .edit-button-conatiner button.no-edit {
    opacity: 1;
    visibility: visible;
    width: 32px;
    padding: 6px 10px;
}
.section-container .button-container .edit-button-conatiner button.on-edit {
    opacity: 0;
    visibility: hidden;
    width: 0;
    padding: 0;
}
.section-container .button-container .edit-button-conatiner.on-edit button.no-edit {
    opacity: 0;
    visibility: hidden;
    width: 0;
    padding: 0;
}
.section-container .button-container .edit-button-conatiner.on-edit button.on-edit {
    opacity: 1;
    visibility: visible;
    width: 32px;
    padding: 6px 10px;
}
.section-container .button-container .edit-button-conatiner button.on-edit:not(:last-of-type) {
   border-right: 1px solid rgba(255, 255, 255, .25);
}

/**
 *  Overriding angular stuff
 * ------------------------------------------------------------------------------------------------------------------ */
.DriverRecognitionApp .table tbody tr td * {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.DriverRecognitionApp .table select,
.DriverRecognitionApp .table span {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

    transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
.DriverRecognitionApp .table select.ng-hide:not(.ng-hide-animate),
.DriverRecognitionApp .table span.ng-hide:not(.ng-hide-animate) {
    display: block !important;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transform: translateY(-100%);
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (max-width: 992px){
    .section-header {
        margin-top: 25px;
    }
}
@media (min-width: 992px){
    .section-body .tile-container .tile:first-of-type {
        padding-left:0;
    }
    .section-body .tile-container .tile:last-of-type {
        padding-right:0;
    }
    .section-body .tile-container .tile:nth-child(2) {
        margin: 0;
    }
}

.stop-start-hiw h4 {
	font-size: 16px;
}
.stop-start-hiw h5 {
	font-size: 12px;
	font-weight: bold;
}
.stop-start-hiw .slim-text {
	font-weight: 100;
}

.graphFullsize {
    position: fixed;
    z-index: 999;
    top: 60px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.graphGraphFullSize {
    height: calc(100vh - 180px);
}
.graphGraphNormalSize {
    height: 250px;
}




/*
	3D modellek
 */

/* SCENE + NABI SOLO + ARROWS */
#tridiv {
	perspective: 800px;
	position: absolute;
	overflow: hidden;
	width: 10em;
	height: 10em;
	background: transparent;
	font-size: 175%;
	top: calc(50% - 150px);
	right: 15px;
}
.scene, .shape, .face, .face-wrapper, .cr {
	position: absolute;
	transform-style: preserve-3d;
}
.scene {
	top: 50%;
	left: 50%;
/*	transform: scale3d(.4, .4, .4);
	transition: all 350ms ease 0s;*/
}
.shape {
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform-origin: 50%;
}
.face, .face-wrapper {
	overflow: hidden;
	transform-origin: 0 0;
	backface-visibility: hidden;
	/* hidden by default, prevent blinking and other weird rendering glitchs */
}
.face {
	background-size: 100% 100%!important;
	background-position: center;
}
.face-wrapper .face {
	left: 100%;
	width: 100%;
	height: 100%
}
.photon-shader {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}
.side {
	left: 50%;
}
.cr, .cr .side {
	height: 100%;
}
[class*="cylinder"] .tp {
	transform: rotateX(90deg) translateY(-50%);
}
[class*="cylinder"] .bm {
	transform: rotateX(-90deg) translateY(-50%);
}
[class*="cylinder"] .tp, [class*="cylinder"] .bm, [class*="cylinder"] .tp .photon-shader, [class*="cylinder"] .bm .photon-shader {
	border-radius: 50%;
}
[class*="cylinder"] .bm {
	top: 100%;
}
[class*="cuboid"] .ft, [class*="cuboid"] .bk {
	width: 100%;
	height: 100%;
}
[class*="cuboid"] .bk {
	left: 100%;
}
[class*="cuboid"] .rt {
	transform: rotateY(-90deg) translateX(-50%);
}
[class*="cuboid"] .lt {
	transform: rotateY(90deg) translateX(-50%);
}
[class*="cuboid"] .tp {
	transform: rotateX(90deg) translateY(-50%);
}
[class*="cuboid"] .bm {
	transform: rotateX(-90deg) translateY(-50%);
}
[class*="cuboid"] .lt {
	left: 100%;
}
[class*="cuboid"] .bm {
	top: 100%;
}
[class*="pyramid"] .face-wrapper .face {
	transform: rotateZ(45deg) translateX(-35.35%) translateY(35.35%);
}
[class*="pyramid"] .bk {
	left: 100%;
}
[class*="pyramid"] .bm {
	top: 100%;
	transform: rotateX(-90deg) translateY(-50%);
}
[class*="pyramid"] .rt, [class*="pyramid"] .lt {
	transform-origin: 50% 0;
}
/* .cyl-1 styles */
.cyl-1 {
	transform:translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:6em;
	height:10.5em;
	margin:-5.25em 0 0 -3em;
}
.cyl-1 .tp, .cyl-1 .bm {
	width:6em;
	height:6em;
}
.cyl-1 .side {
	width:0.9753066419472177em;
	height:10.5em;
}
.cyl-1 .s0 {
	transform: rotateY(9deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s1 {
	transform: rotateY(27deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s2 {
	transform: rotateY(45deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s3 {
	transform: rotateY(63deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s4 {
	transform: rotateY(81deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s5 {
	transform: rotateY(99deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s6 {
	transform: rotateY(117deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s7 {
	transform: rotateY(135deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s8 {
	transform: rotateY(153deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s9 {
	transform: rotateY(171deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s10 {
	transform: rotateY(189deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s11 {
	transform: rotateY(207deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s12 {
	transform: rotateY(225deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s13 {
	transform: rotateY(243deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s14 {
	transform: rotateY(261deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s15 {
	transform: rotateY(279deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s16 {
	transform: rotateY(297deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s17 {
	transform: rotateY(315deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s18 {
	transform: rotateY(333deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .s19 {
	transform: rotateY(351deg) translate3D(-50%, 0, 2.975em);
}
.cyl-1 .face, .cyl-1 .side {
	background-color:#b1b1b1;
}
/* .cub-1 styles */
.cub-1 {
	transform:translate3D(0em, -4.5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-1 .ft {
	transform:translateZ(3.25em);
}
.cub-1 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-1 .rt, .cub-1 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-1 .tp, .cub-1 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-1 .face {
	background-color:#383838;
}
.cub-1 .tp {
	background-color:#424242;
}
/* .cub-2 styles */
.cub-2 {
	transform:translate3D(0em, -4.5em, 0em) rotateX(-180deg) rotateY(-90deg) rotateZ(180deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-2 .ft {
	transform:translateZ(3.25em);
}
.cub-2 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-2 .rt, .cub-2 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-2 .tp, .cub-2 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-2 .face {
	background-color:#383838;
}
.cub-2 .tp {
	background-color:#424242;
}
/* .cub-3 styles */
.cub-3 {
	transform:translate3D(0em, -4.5em, 0em) rotateX(-180deg) rotateY(45deg) rotateZ(180deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-3 .ft {
	transform:translateZ(3.25em);
}
.cub-3 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-3 .rt, .cub-3 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-3 .tp, .cub-3 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-3 .face {
	background-color:#383838;
}
.cub-3 .tp {
	background-color:#424242;
}
.cub-3 .ft {
	width:2.7em;
	margin-left:0em;
}
.cub-3 .bk {
	width:2.7em;
	margin-left:0em;
}
.cub-3 .rt, .cub-3 .lt {
	width:6.5em;
}
.cub-3 .tp, .cub-3 .bm, .cub-3 .tp .photon-shader, .cub-3 .bm .photon-shader {
	border-radius:0em;
}
.cub-3 .cr {
	width:0em;
	left:0em;
}
.cub-3 .cr-0 {
	transform: translate3D(2.7em, 0, 3.25em);
}
.cub-3 .cr-1 {
	transform: translate3D(2.7em, 0, -3.25em);
}
.cub-3 .cr-2 {
	transform: translate3D(0, 0, -3.25em);
}
.cub-3 .cr-3 {
	transform: translate3D(0, 0, 3.25em);
}
.cub-3 .cr-0 .s0 {
	transform: rotateY(15deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-0 .s1 {
	transform: rotateY(45deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-0 .s2 {
	transform: rotateY(75deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-1 .s0 {
	transform: rotateY(105deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-1 .s1 {
	transform: rotateY(135deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-1 .s2 {
	transform: rotateY(165deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-2 .s0 {
	transform: rotateY(195deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-2 .s1 {
	transform: rotateY(225deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-2 .s2 {
	transform: rotateY(255deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-3 .s0 {
	transform: rotateY(285deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-3 .s1 {
	transform: rotateY(315deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .cr-3 .s2 {
	transform: rotateY(345deg) translate3D(-50%, 0, -0.025em);
}
.cub-3 .side {
	width:0.025em;
}
/* .cub-4 styles */
.cub-4 {
	transform:translate3D(0em, -4.5em, 0em) rotateX(-180deg) rotateY(-45deg) rotateZ(180deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-4 .ft {
	transform:translateZ(3.25em);
}
.cub-4 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-4 .rt, .cub-4 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-4 .tp, .cub-4 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-4 .face {
	background-color:#383838;
}
.cub-4 .tp {
	background-color:#424242;
}
/* .cub-5 styles */
.cub-5 {
	transform:translate3D(0em, 4.5em, 0em) rotateX(-180deg) rotateY(-45deg) rotateZ(180deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-5 .ft {
	transform:translateZ(3.25em);
}
.cub-5 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-5 .rt, .cub-5 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-5 .tp, .cub-5 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-5 .face {
	background-color:#383838;
}
.cub-5 .bm {
	background-color:#424242;
}
/* .cub-6 styles */
.cub-6 {
	transform:translate3D(0em, 4.5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-6 .ft {
	transform:translateZ(3.25em);
}
.cub-6 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-6 .rt, .cub-6 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-6 .tp, .cub-6 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-6 .face {
	background-color:#383838;
}
.cub-6 .bm {
	background-color:#424242;
}
/* .cub-7 styles */
.cub-7 {
	transform:translate3D(0em, 4.5em, 0em) rotateX(-180deg) rotateY(-90deg) rotateZ(180deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-7 .ft {
	transform:translateZ(3.25em);
}
.cub-7 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-7 .rt, .cub-7 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-7 .tp, .cub-7 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-7 .face {
	background-color:#383838;
}
.cub-7 .bm {
	background-color:#424242;
}
/* .cub-8 styles */
.cub-8 {
	transform:translate3D(0em, 4.5em, 0em) rotateX(-180deg) rotateY(45deg) rotateZ(180deg);
	opacity:1;
	width:2.7em;
	height:3.5em;
	margin:-1.75em 0 0 -1.35em;
}
.cub-8 .ft {
	transform:translateZ(3.25em);
}
.cub-8 .bk {
	transform:translateZ(-3.25em) rotateY(180deg);
}
.cub-8 .rt, .cub-8 .lt {
	width:6.5em;
	height:3.5em;
}
.cub-8 .tp, .cub-8 .bm {
	width:2.7em;
	height:6.5em;
}
.cub-8 .face {
	background-color:#383838;
}
.cub-8 .bm {
	background-color:#424242;
}
/* .cyl-2 styles */
.cyl-2 {
	transform:translate3D(0em, -5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:0.2em;
	height:11em;
	margin:-5.5em 0 0 -0.1em;
}
.cyl-2 .tp, .cyl-2 .bm {
	width:0.2em;
	height:0.2em;
}
.cyl-2 .side {
	width:0.10784271247461902em;
	height:11em;
}
.cyl-2 .s0 {
	transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s1 {
	transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s2 {
	transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s3 {
	transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s4 {
	transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s5 {
	transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s6 {
	transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .s7 {
	transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-2 .face, .cyl-2 .side {
	background-color:#0000ff;
}
/* .pyr-1 styles */
.pyr-1 {
	transform:translate3D(0em, -10.5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:0.5em;
	height:1em;
	margin:-0.5em 0 0 -0.25em;
}
.pyr-1 .face-wrapper {
	width:0.5em;
	height:0.25em;
}
.pyr-1 .face-wrapper .face {
	width:0.5em;
	height:0.5em;
}
.pyr-1 .ft {
	transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-1 .bk {
	transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-1 .rt {
	transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-1 .lt {
	transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-1 .bm {
	width:0.5em;
	height:0.5em;
}
.pyr-1 .face {
	background-color:#0000ff;
}
/* .cyl-3 styles */
.cyl-3 {
	transform:translate3D(0em, 0em, 3.5em) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:0.2em;
	height:11em;
	margin:-5.5em 0 0 -0.1em;
}
.cyl-3 .tp, .cyl-3 .bm {
	width:0.2em;
	height:0.2em;
}
.cyl-3 .side {
	width:0.10784271247461902em;
	height:11em;
}
.cyl-3 .s0 {
	transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s1 {
	transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s2 {
	transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s3 {
	transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s4 {
	transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s5 {
	transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s6 {
	transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .s7 {
	transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-3 .face, .cyl-3 .side {
	background-color:#ff0000;
}
/* .pyr-2 styles */
.pyr-2 {
	transform:translate3D(0em, 0em, 9.5em) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
	opacity:1;
	width:0.5em;
	height:1em;
	margin:-0.5em 0 0 -0.25em;
}
.pyr-2 .face-wrapper {
	width:0.5em;
	height:0.25em;
}
.pyr-2 .face-wrapper .face {
	width:0.5em;
	height:0.5em;
}
.pyr-2 .ft {
	transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-2 .bk {
	transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-2 .rt {
	transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-2 .lt {
	transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-2 .bm {
	width:0.5em;
	height:0.5em;
}
.pyr-2 .face {
	background-color:#ff0000;
}
/* .cyl-4 styles */
.cyl-4 {
	transform:translate3D(3.5em, 0em, 0em) rotateX(-90deg) rotateY(180deg) rotateZ(90deg);
	opacity:1;
	width:0.2em;
	height:11em;
	margin:-5.5em 0 0 -0.1em;
}
.cyl-4 .tp, .cyl-4 .bm {
	width:0.2em;
	height:0.2em;
}
.cyl-4 .side {
	width:0.10784271247461902em;
	height:11em;
}
.cyl-4 .s0 {
	transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s1 {
	transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s2 {
	transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s3 {
	transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s4 {
	transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s5 {
	transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s6 {
	transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .s7 {
	transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-4 .face, .cyl-4 .side {
	background-color:#00ff00;
}
/* .pyr-3 styles */
.pyr-3 {
	transform:translate3D(9.5em, 0em, 0em) rotateX(-450deg) rotateY(0deg) rotateZ(90deg);
	opacity:1;
	width:0.5em;
	height:1em;
	margin:-0.5em 0 0 -0.25em;
}
.pyr-3 .face-wrapper {
	width:0.5em;
	height:0.25em;
}
.pyr-3 .face-wrapper .face {
	width:0.5em;
	height:0.5em;
}
.pyr-3 .ft {
	transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-3 .bk {
	transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-3 .rt {
	transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-3 .lt {
	transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-3 .bm {
	width:0.5em;
	height:0.5em;
}
.pyr-3 .face {
	background-color:#00ff00;
}
#chartdiv {
	z-index: 2;
	background: #fff;
}
#tridiv {
	opacity: 1;
	transition: all linear 350ms;
}



/*
RFS10 ddition to nabi styles 
*/
/* .cyl-12 styles */
.cyl-12 {
  transform:translate3D(0em, -1.75em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.2em;
  height:3em;
  margin:-1.5em 0 0 -0.1em;
}
.cyl-12 .tp, .cyl-12 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-12 .side {
  width:0.10784271247461902em;
  height:3em;
}
.cyl-12 .s0 {
  transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s1 {
  transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s2 {
  transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s3 {
  transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s4 {
  transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s5 {
  transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s6 {
  transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .s7 {
  transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-12 .face, .cyl-12 .side {
  background-color:#0000ff;
}
/* .pyr-11 styles */
.pyr-11 {
  transform:translate3D(0em, -3.5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.5em;
  height:1em;
  margin:-0.5em 0 0 -0.25em;
}
.pyr-11 .face-wrapper {
  width:0.5em;
  height:0.25em;
}
.pyr-11 .face-wrapper .face {
  width:0.5em;
  height:0.5em;
}
.pyr-11 .ft {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-11 .bk {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-11 .rt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-11 .lt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-11 .bm {
  width:0.5em;
  height:0.5em;
}
.pyr-11 .face {
  background-color:#0000ff;
}
/* .cyl-13 styles */
.cyl-13 {
  transform:translate3D(0em, 0em, 3em) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.2em;
  height:3em;
  margin:-1.5em 0 0 -0.1em;
}
.cyl-13 .tp, .cyl-13 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-13 .side {
  width:0.10784271247461902em;
  height:3em;
}
.cyl-13 .s0 {
  transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s1 {
  transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s2 {
  transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s3 {
  transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s4 {
  transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s5 {
  transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s6 {
  transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .s7 {
  transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-13 .face, .cyl-13 .side {
  background-color:#ff0000;
}
/* .pyr-12 styles */
.pyr-12 {
  transform:translate3D(0em, 0em, 4.5em) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.5em;
  height:1em;
  margin:-0.5em 0 0 -0.25em;
}
.pyr-12 .face-wrapper {
  width:0.5em;
  height:0.25em;
}
.pyr-12 .face-wrapper .face {
  width:0.5em;
  height:0.5em;
}
.pyr-12 .ft {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-12 .bk {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-12 .rt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-12 .lt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-12 .bm {
  width:0.5em;
  height:0.5em;
}
.pyr-12 .face {
  background-color:#ff0000;
}
/* .cyl-14 styles */
.cyl-14 {
  transform:translate3D(3.5em, 0em, 0em) rotateX(-90deg) rotateY(180deg) rotateZ(90deg);
  opacity:1;
  width:0.2em;
  height:3em;
  margin:-1.5em 0 0 -0.1em;
}
.cyl-14 .tp, .cyl-14 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-14 .side {
  width:0.10784271247461902em;
  height:3em;
}
.cyl-14 .s0 {
  transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s1 {
  transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s2 {
  transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s3 {
  transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s4 {
  transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s5 {
  transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s6 {
  transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .s7 {
  transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-14 .face, .cyl-14 .side {
  background-color:#00ff00;
}
/* .pyr-13 styles */
.pyr-13 {
  transform:translate3D(5em, 0em, 0em) rotateX(-450deg) rotateY(0deg) rotateZ(90deg);
  opacity:1;
  width:0.5em;
  height:1em;
  margin:-0.5em 0 0 -0.25em;
}
.pyr-13 .face-wrapper {
  width:0.5em;
  height:0.25em;
}
.pyr-13 .face-wrapper .face {
  width:0.5em;
  height:0.5em;
}
.pyr-13 .ft {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-13 .bk {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-13 .rt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-13 .lt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-13 .bm {
  width:0.5em;
  height:0.5em;
}
.pyr-13 .face {
  background-color:#00ff00;
}
/* .cyl-18 styles */
.cyl-18 {
  transform:translate3D(-0.75em, -0.18em, 0.8em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.2em;
  height:0.2em;
  margin:-0.1em 0 0 -0.1em;
}
.cyl-18 .tp, .cyl-18 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-18 .side {
  width:0.07064869487803em;
  height:0.2em;
}
.cyl-18 .s0 {
  transform: rotateY(12.857142857142858deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s1 {
  transform: rotateY(38.57142857142857deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s2 {
  transform: rotateY(64.28571428571429deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s3 {
  transform: rotateY(90deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s4 {
  transform: rotateY(115.71428571428572deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s5 {
  transform: rotateY(141.42857142857144deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s6 {
  transform: rotateY(167.14285714285714deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s7 {
  transform: rotateY(192.85714285714286deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s8 {
  transform: rotateY(218.57142857142858deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s9 {
  transform: rotateY(244.2857142857143deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s10 {
  transform: rotateY(270deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s11 {
  transform: rotateY(295.7142857142857deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s12 {
  transform: rotateY(321.4285714285714deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .s13 {
  transform: rotateY(347.1428571428571deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-18 .face, .cyl-18 .side {
  background-color:#bb0000;
}
/* .cyl-19 styles */
.cyl-19 {
  transform:translate3D(-1em, -0.18em, 0.8em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.2em;
  height:0.2em;
  margin:-0.1em 0 0 -0.1em;
}
.cyl-19 .tp, .cyl-19 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-19 .side {
  width:0.07064869487803em;
  height:0.2em;
}
.cyl-19 .s0 {
  transform: rotateY(12.857142857142858deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s1 {
  transform: rotateY(38.57142857142857deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s2 {
  transform: rotateY(64.28571428571429deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s3 {
  transform: rotateY(90deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s4 {
  transform: rotateY(115.71428571428572deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s5 {
  transform: rotateY(141.42857142857144deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s6 {
  transform: rotateY(167.14285714285714deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s7 {
  transform: rotateY(192.85714285714286deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s8 {
  transform: rotateY(218.57142857142858deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s9 {
  transform: rotateY(244.2857142857143deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s10 {
  transform: rotateY(270deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s11 {
  transform: rotateY(295.7142857142857deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s12 {
  transform: rotateY(321.4285714285714deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .s13 {
  transform: rotateY(347.1428571428571deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-19 .face, .cyl-19 .side {
  background-color:#158aff;
}
/* .cub-13 styles */
.cub-13 {
  transform:translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:4em;
  height:0.5em;
  margin:-0.25em 0 0 -2em;
}
.cub-13 .ft {
  transform:translateZ(1.5em);
}
.cub-13 .bk {
  transform:translateZ(-1.5em) rotateY(180deg);
}
.cub-13 .rt, .cub-13 .lt {
  width:3em;
  height:0.5em;
}
.cub-13 .tp, .cub-13 .bm {
  width:4em;
  height:3em;
}
.cub-13 .face {
  background-color:#333333;
}
.cub-13 .ft {
  width:3em;
  margin-left:0.5em;
}
.cub-13 .bk {
  width:3em;
  margin-left:-0.5em;
}
.cub-13 .rt, .cub-13 .lt {
  width:2em;
}
.cub-13 .tp, .cub-13 .bm, .cub-13 .tp .photon-shader, .cub-13 .bm .photon-shader {
  border-radius:0.5em;
}
.cub-13 .cr {
  width:0.5em;
  left:0.25em;
}
.cub-13 .cr-0 {
  transform: translate3D(3em, 0, 1em);
}
.cub-13 .cr-1 {
  transform: translate3D(3em, 0, -1em);
}
.cub-13 .cr-2 {
  transform: translate3D(0, 0, -1em);
}
.cub-13 .cr-3 {
  transform: translate3D(0, 0, 1em);
}
.cub-13 .cr-0 .s0 {
  transform: rotateY(15deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-0 .s1 {
  transform: rotateY(45deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-0 .s2 {
  transform: rotateY(75deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-1 .s0 {
  transform: rotateY(105deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-1 .s1 {
  transform: rotateY(135deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-1 .s2 {
  transform: rotateY(165deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-2 .s0 {
  transform: rotateY(195deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-2 .s1 {
  transform: rotateY(225deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-2 .s2 {
  transform: rotateY(255deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-3 .s0 {
  transform: rotateY(285deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-3 .s1 {
  transform: rotateY(315deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .cr-3 .s2 {
  transform: rotateY(345deg) translate3D(-50%, 0, 0.475em);
}
.cub-13 .side {
  width:0.2929491924311227em;
}


/*
NABI CUBE addition to nabi styles 
*/
/* .cyl-22 styles */
.cyl-22 {
  transform:translate3D(0em, -5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.2em;
  height:11em;
  margin:-5.5em 0 0 -0.1em;
}
.cyl-22 .tp, .cyl-22 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-22 .side {
  width:0.10784271247461902em;
  height:11em;
}
.cyl-22 .s0 {
  transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s1 {
  transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s2 {
  transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s3 {
  transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s4 {
  transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s5 {
  transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s6 {
  transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .s7 {
  transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-22 .face, .cyl-22 .side {
  background-color:#0000ff;
}
/* .pyr-21 styles */
.pyr-21 {
  transform:translate3D(0em, -10.5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.5em;
  height:1em;
  margin:-0.5em 0 0 -0.25em;
}
.pyr-21 .face-wrapper {
  width:0.5em;
  height:0.25em;
}
.pyr-21 .face-wrapper .face {
  width:0.5em;
  height:0.5em;
}
.pyr-21 .ft {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-21 .bk {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-21 .rt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-21 .lt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-21 .bm {
  width:0.5em;
  height:0.5em;
}
.pyr-21 .face {
  background-color:#0000ff;
}
/* .cyl-23 styles */
.cyl-23 {
  transform:translate3D(0em, 0em, 3.5em) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.2em;
  height:11em;
  margin:-5.5em 0 0 -0.1em;
}
.cyl-23 .tp, .cyl-23 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-23 .side {
  width:0.10784271247461902em;
  height:11em;
}
.cyl-23 .s0 {
  transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s1 {
  transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s2 {
  transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s3 {
  transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s4 {
  transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s5 {
  transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s6 {
  transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .s7 {
  transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-23 .face, .cyl-23 .side {
  background-color:#ff0000;
}
/* .pyr-22 styles */
.pyr-22 {
  transform:translate3D(0em, 0em, 9.5em) rotateX(-90deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:0.5em;
  height:1em;
  margin:-0.5em 0 0 -0.25em;
}
.pyr-22 .face-wrapper {
  width:0.5em;
  height:0.25em;
}
.pyr-22 .face-wrapper .face {
  width:0.5em;
  height:0.5em;
}
.pyr-22 .ft {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-22 .bk {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-22 .rt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-22 .lt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-22 .bm {
  width:0.5em;
  height:0.5em;
}
.pyr-22 .face {
  background-color:#ff0000;
}
/* .cyl-24 styles */
.cyl-24 {
  transform:translate3D(3.5em, 0em, 0em) rotateX(-90deg) rotateY(180deg) rotateZ(90deg);
  opacity:1;
  width:0.2em;
  height:11em;
  margin:-5.5em 0 0 -0.1em;
}
.cyl-24 .tp, .cyl-24 .bm {
  width:0.2em;
  height:0.2em;
}
.cyl-24 .side {
  width:0.10784271247461902em;
  height:11em;
}
.cyl-24 .s0 {
  transform: rotateY(22.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s1 {
  transform: rotateY(67.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s2 {
  transform: rotateY(112.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s3 {
  transform: rotateY(157.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s4 {
  transform: rotateY(202.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s5 {
  transform: rotateY(247.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s6 {
  transform: rotateY(292.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .s7 {
  transform: rotateY(337.5deg) translate3D(-50%, 0, 0.07500000000000001em);
}
.cyl-24 .face, .cyl-24 .side {
  background-color:#00ff00;
}
/* .pyr-23 styles */
.pyr-23 {
  transform:translate3D(9.5em, 0em, 0em) rotateX(-450deg) rotateY(0deg) rotateZ(90deg);
  opacity:1;
  width:0.5em;
  height:1em;
  margin:-0.5em 0 0 -0.25em;
}
.pyr-23 .face-wrapper {
  width:0.5em;
  height:0.25em;
}
.pyr-23 .face-wrapper .face {
  width:0.5em;
  height:0.5em;
}
.pyr-23 .ft {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(14.036243467926484deg);
}
.pyr-23 .bk {
  transform:scaleZ(4.123105625617661) scaleY(4.123105625617661) rotateX(-14.036243467926484deg) rotateY(180deg);
}
.pyr-23 .rt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(14.036243467926484deg) rotateY(-90deg);
}
.pyr-23 .lt {
  transform:scaleX(4.123105625617661) scaleY(4.123105625617661) rotateZ(-14.036243467926484deg) rotateY(90deg);
}
.pyr-23 .bm {
  width:0.5em;
  height:0.5em;
}
.pyr-23 .face {
  background-color:#00ff00;
}
/* .cub-21 styles */
.cub-21 {
  transform:translate3D(0em, 0.9em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:8.5em;
  height:5em;
  margin:-2.5em 0 0 -4.25em;
}
.cub-21 .ft {
  transform:translateZ(4.25em);
}
.cub-21 .bk {
  transform:translateZ(-4.25em) rotateY(180deg);
}
.cub-21 .rt, .cub-21 .lt {
  width:8.5em;
  height:5em;
}
.cub-21 .tp, .cub-21 .bm {
  width:8.5em;
  height:8.5em;
}
.cub-21 .face {
  background-color:#f2f2f2;
}
.cub-21 .ft {
  width:7.5em;
  margin-left:0.5em;
}
.cub-21 .bk {
  width:7.5em;
  margin-left:-0.5em;
}
.cub-21 .rt, .cub-21 .lt {
  width:7.5em;
}
.cub-21 .tp, .cub-21 .bm, .cub-21 .tp .photon-shader, .cub-21 .bm .photon-shader {
  border-radius:0.5em;
}
.cub-21 .cr {
  width:0.5em;
  left:0.25em;
}
.cub-21 .cr-0 {
  transform: translate3D(7.5em, 0, 3.75em);
}
.cub-21 .cr-1 {
  transform: translate3D(7.5em, 0, -3.75em);
}
.cub-21 .cr-2 {
  transform: translate3D(0, 0, -3.75em);
}
.cub-21 .cr-3 {
  transform: translate3D(0, 0, 3.75em);
}
.cub-21 .cr-0 .s0 {
  transform: rotateY(15deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-0 .s1 {
  transform: rotateY(45deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-0 .s2 {
  transform: rotateY(75deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-1 .s0 {
  transform: rotateY(105deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-1 .s1 {
  transform: rotateY(135deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-1 .s2 {
  transform: rotateY(165deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-2 .s0 {
  transform: rotateY(195deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-2 .s1 {
  transform: rotateY(225deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-2 .s2 {
  transform: rotateY(255deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-3 .s0 {
  transform: rotateY(285deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-3 .s1 {
  transform: rotateY(315deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .cr-3 .s2 {
  transform: rotateY(345deg) translate3D(-50%, 0, 0.475em);
}
.cub-21 .side {
  width:0.2929491924311227em;
}
/* .cub-22 styles */
.cub-22 {
  transform:translate3D(0em, -2.5em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:8.5em;
  height:1.5em;
  margin:-0.75em 0 0 -4.25em;
}
.cub-22 .ft {
  transform:translateZ(4.25em);
}
.cub-22 .bk {
  transform:translateZ(-4.25em) rotateY(180deg);
}
.cub-22 .rt, .cub-22 .lt {
  width:8.5em;
  height:1.5em;
}
.cub-22 .tp, .cub-22 .bm {
  width:8.5em;
  height:8.5em;
}
.cub-22 .face {
  background-color:#f2f2f2;
}
.cub-22 .tp {
  background:url(https://www.general-track.com/fleet/images/Label_NabiCube.png);
}
.cub-22 .ft {
  width:7.5em;
  margin-left:0.5em;
}
.cub-22 .bk {
  width:7.5em;
  margin-left:-0.5em;
}
.cub-22 .rt, .cub-22 .lt {
  width:7.5em;
}
.cub-22 .tp, .cub-22 .bm, .cub-22 .tp .photon-shader, .cub-22 .bm .photon-shader {
  border-radius:0.5em;
}
.cub-22 .cr {
  width:0.5em;
  left:0.25em;
}
.cub-22 .cr-0 {
  transform: translate3D(7.5em, 0, 3.75em);
}
.cub-22 .cr-1 {
  transform: translate3D(7.5em, 0, -3.75em);
}
.cub-22 .cr-2 {
  transform: translate3D(0, 0, -3.75em);
}
.cub-22 .cr-3 {
  transform: translate3D(0, 0, 3.75em);
}
.cub-22 .cr-0 .s0 {
  transform: rotateY(15deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-0 .s1 {
  transform: rotateY(45deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-0 .s2 {
  transform: rotateY(75deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-1 .s0 {
  transform: rotateY(105deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-1 .s1 {
  transform: rotateY(135deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-1 .s2 {
  transform: rotateY(165deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-2 .s0 {
  transform: rotateY(195deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-2 .s1 {
  transform: rotateY(225deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-2 .s2 {
  transform: rotateY(255deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-3 .s0 {
  transform: rotateY(285deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-3 .s1 {
  transform: rotateY(315deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .cr-3 .s2 {
  transform: rotateY(345deg) translate3D(-50%, 0, 0.475em);
}
.cub-22 .side {
  width:0.2929491924311227em;
}
/* .cub-23 styles */
.cub-23 {
  transform:translate3D(0em, 0em, 0em) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  opacity:1;
  width:8.3em;
  height:5em;
  margin:-2.5em 0 0 -4.15em;
}
.cub-23 .ft {
  transform:translateZ(4.15em);
}
.cub-23 .bk {
  transform:translateZ(-4.15em) rotateY(180deg);
}
.cub-23 .rt, .cub-23 .lt {
  width:8.3em;
  height:5em;
}
.cub-23 .tp, .cub-23 .bm {
  width:8.3em;
  height:8.3em;
}
.cub-23 .face {
  background-color:#e0e0e0;
}
.cub-23 .ft {
  width:7.300000000000001em;
  margin-left:0.5em;
}
.cub-23 .bk {
  width:7.300000000000001em;
  margin-left:-0.5em;
}
.cub-23 .rt, .cub-23 .lt {
  width:7.300000000000001em;
}
.cub-23 .tp, .cub-23 .bm, .cub-23 .tp .photon-shader, .cub-23 .bm .photon-shader {
  border-radius:0.5em;
}
.cub-23 .cr {
  width:0.5em;
  left:0.25em;
}
.cub-23 .cr-0 {
  transform: translate3D(7.300000000000001em, 0, 3.6500000000000004em);
}
.cub-23 .cr-1 {
  transform: translate3D(7.300000000000001em, 0, -3.6500000000000004em);
}
.cub-23 .cr-2 {
  transform: translate3D(0, 0, -3.6500000000000004em);
}
.cub-23 .cr-3 {
  transform: translate3D(0, 0, 3.6500000000000004em);
}
.cub-23 .cr-0 .s0 {
  transform: rotateY(15deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-0 .s1 {
  transform: rotateY(45deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-0 .s2 {
  transform: rotateY(75deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-1 .s0 {
  transform: rotateY(105deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-1 .s1 {
  transform: rotateY(135deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-1 .s2 {
  transform: rotateY(165deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-2 .s0 {
  transform: rotateY(195deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-2 .s1 {
  transform: rotateY(225deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-2 .s2 {
  transform: rotateY(255deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-3 .s0 {
  transform: rotateY(285deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-3 .s1 {
  transform: rotateY(315deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .cr-3 .s2 {
  transform: rotateY(345deg) translate3D(-50%, 0, 0.475em);
}
.cub-23 .side {
  width:0.2929491924311227em;
}
