@font-face {
    font-family: spFont;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: spFontBold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: spFontCondensed;
    src: url(../fonts/RobotoCondensed-Regular.ttf);
}

@font-face {
    font-family: spFontCondensedBold;
    src: url(../fonts/RobotoCondensed-Bold.ttf);
}

body {
	background: #FFFFFF !important
}

html{
    font-size: 8px !important; /*12px */
}


/*
orange ffa818
light blue 4ccfef
yellow ffd900
*/

.hideDiv{
    display: none !important;
}

.panel-primary {
	
	
}

/* header */
.navbar {
	background: #000000 !important;
	border-color: #000000;
}

.navbar .dropdown {
	background: #000000 !important;	
	border-width: 0px !important;
	outline: 0px !important;
	transition: all 0.5s;
	
}

.navbar .dropdown * {
	color: #ffd900;
}

.navbar .dropdown .dropdown-toggle {
	font-family: spFontCondensed;
	transition: all 0.5s;
}


.navbar .dropdown .dropdown-toggle:hover, .navbar .dropdown .dropdown-toggle:focus {
	background: #2A2A2A !important;	

	/*height : 50px !important;*/
}


.dropdown-menu p, .dropdown-menu p strong {
	font-family: spFontCondensed;
	color: #1F1F1F !important;
}

.dropdown-menu p span {
	color: #1F1F1F !important;
}


/* header logo + title */
.navbar-brand {
	width : 128px !important;
	margin-left : 15px !important;
	color: rgba(0,0,0,0) !important;
	background-repeat: no-repeat !important;
	background-size: 128px 25px !important;
	background-position: center !important;
	background: url('../images/solarplatz_logo.png');
}

.navbar-brand-title {
	/*width : 128px !important;
	margin-left : 15px !important;*/
	font-family: spFontCondensed;
	font-size: 15px;
	color: rgba(255,255,255,1) !important;	
	padding-top:15px !important;
	padding-left:10px !important;
	display:table-cell !important;
}

.control-hint{
    font-family: spFontCondensed;
    font-size: 15px;
    color: #f00 !important;	
    padding-top:10px !important;
    padding-left:10px !important;
    display:table-cell !important;
}

.transparent-btn{
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}



/* left nav bar */

#side-menu li{
	background: #9B9B9B;
	border-width: 0px !important;
	outline: 0px !important;
	-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.3);
	box-shadow: inset 0px -1px 0px 0px rgba(255,255,255,0.3);	
	/*border-bottom: 1px solid rgba(255,255,255,0.3) !important;*/
	/*height : 50px !important;*/
}


#side-menu .active{
	background: #4A4A4A !important;
	-webkit-box-shadow: inset 0px -3px 0px 0px rgba(255,217,0,1);
	-moz-box-shadow: inset 0px -3px 0px 0px rgba(255,217,0,1);
	box-shadow: inset 0px -3px 0px 0px rgba(255,217,0,1);	
	border-width: 0px !important;
	/*border-bottom: 1px solid rgba(255,217,0,1) !important;*/
	outline: 0px !important;
	transition: all 0.5s;
	/*height : 50px !important;*/
}

#side-menu .active:hover{
	background: #5F5F5F !important;
}

#side-menu li *, #side-menu li {
	transition: all 0.5s;
	color: rgba(255,255,255,1);
}

#side-menu li a i{
	margin-right: 10px !important;
	margin-left:4px !important;
}

#side-menu li a{
	font-family: spFont;
}

	

#side-menu li a:hover {
	background-color: #AFAFAF;
}

#side-menu .active *, #side-menu .active {
	color: #ffd900 !important;
	
}

#side-menu li .active {
	color: #ffd900 !important;
	font-family: spFont;

}

#side-menu li .active i {
	margin-right: 10px !important;
	margin-left:4px !important;
}


/* tables */
table {
    margin-bottom: 5px !important;
}

.edit-col{
   text-align: right; 
}

.object-data-table{
    width: 100%; 
    max-width: 800px;
    display: block;
    overflow-x: scroll;
}

.formMargin .panel-heading {
	padding-left : 0px !important;	
}

table tr {
	transition : background-color 0.2s linear;
	font-family: spFontCondensed;
	background: #FAFAFA !important;	
	border-radius: 0px !important;
	/*cursor: pointer;*/
	/*padding         : 6px;*/
	/*border-bottom   : 1px solid rgba(0,169,232,0.2);*/
	/*display		    : flex;
	justify-content : flex-start;*/
	
	/*-webkit-box-shadow: inset 0px -11px 32px -1px rgba(255,0,0,0.75);
	-moz-box-shadow: inset 0px -11px 32px -1px rgba(0,0,0,0.75);*/
	box-shadow: inset 0px -11px 32px 0px rgba(150,150,150,0.1);	
	white-space:nowrap;
}


table #row0 {
	background: #000000 !important;
	border-color: #000000;
	outline: 0px !important;	
	
}

table td {
	border-top: 0px !important;
}

table #row0 th {
	color : #FFFFFF !important;
	
}

table .td-action{
    white-space:nowrap;
}

/* panel */
.panel-default {
	border-radius : 0px !important;
	border-width : 0px !important;
	outline : 0px !important;	
	box-shadow : initial !important;
	margin-top : 10px !important;
	padding: 10px;
}

.panel-default .panel-heading {
	background-color: rgba(128, 128, 128, 0);
	font-family: spFont;
	border-radius : 0px !important;
	border-width : 0px !important;
	outline : 0px !important;
	box-shadow : initial !important;
}

.panel-default .btn-secondary {
	background: #FED70A;
        margin-left: 5px;
}

.panel-default .btn-secondary:hover, .panel-default .btn-secondary:active, .panel-default .btn-secondary:focus {
	background: #debc09;    
    
}

.panel-default .btn {
	outline : 0px !important;
	border-width : 0px !important;
	box-shadow: 0 0.2rem 0.4rem 0 rgba(0,0,0,.4);	
}

.panel-default .btn:hover {	   
	border: 1px solid transparent;
	/*background : inherit !important;*/
	outline: 0px !important;
}

.panel-default .btn:active {
	border: 1px solid transparent;	
	outline: 0px !important;
	box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,.4);
	margin-top: 1px;
	margin-bottom: -1px;
}

.panel-default .btn:focus {
	border: 1px solid transparent;
	outline: 0px !important;
}


/* scroll bars */
::-webkit-scrollbar {
    width: 8px !important;
	height: 8px !important;
	border-radius : 2px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(255,217,0,0.9);
	border-radius : 2px;
}
 
::-webkit-scrollbar-thumb {
  background-color: rgba(255,217,0,0.7);
  outline: 0px;
  border-radius : 2px;
}

/* dashboard panel */
.dashPanel, .dashPanel .panel-footer {
	/*background : linear-gradient(#4ccfef, #256675) !important;*/
	background : linear-gradient(#ffa818, #d48b14) !important;
	color : #ffffff !important;
	font-family: spFontCondensed !important;
	font-weight: 400 !important;
    font-size: 20px !important;
	text-align:center !important;
	border: 0px !important;
	display: grid;
	border-radius : 4px !important;
	height : 80px !important;
}

.dashPanel {
	/*border : 0px solid rgba(251,255,201,0.3) !important;	
	border : 1px solid rgba(251,255,201,0.3) !important;*/
	-webkit-box-shadow: 0px 0px 27px 0px rgba(212,139,20,0.3) !important;
	-moz-box-shadow: 0px 0px 27px 0px rgba(212,139,20,0.3) !important;
	box-shadow: 0px 0px 27px 0px rgba(212,139,20,0.3) !important;
	
}


/* texts */
.page-header {
	font-family: spFontBold;	
	color: #1F1F1F !important;
}



/* form fields */

.formStyle {
	padding: 30px !important;
	border: solid 1px #dddddd;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.formMargin, .dashboardMargin {
	padding-left : 10px !important;
	padding-right : 20px !important;
	
}

form, .formWrapper {
	
	border-width : 0px;
	border-radius : 0px;
	box-shadow: initial;
	margin-bottom: 0px !important;
}

form, .formStyle {
	background: #F7F7F7;	
}

.formWrapper {
	margin-top: 50px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 20px !important;	
}


form h2, .formWrapper h2 {
	font-family: spFontCondensedBold;	
	color: #1F1F1F !important;
	margin-top: 0px !important;
	
}

form .form-group {
	font-family: spFontCondensed;
	font-weight: 400;
    font-size: 16px;
	color: #4A4A4A !important;
}

#page-wrapper input[type="button"], 
/*#page-wrapper input[type="file"], */
.dropdown-menu .btn, 
.spBtn, 
#page-wrapper input[type="submit"]
/*#page-wrapper button*/ {
	font-family: spFontCondensed;	
	
	background: #FED70A;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0,0,0,.4);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4rem;
    letter-spacing: .082rem;
    color: #4a4a4a !important;
    width: 100%;
    min-height: 4.2rem;
    text-transform: uppercase;
    margin-bottom: .5rem;
    min-width: 16rem;
    /*max-width: 35.4rem;*/
	text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 6px 6px;  /*6px 12px;*/
	display: inline-block;
	vertical-align: middle;
	transition: box-shadow, border-top, background 0.2s;	
}



.dropdown-menu .btn, .spBtn {
	height: 40px !important;
	padding-top : 12px !important;
}

#page-wrapper input[type="button"]:hover,
/*#page-wrapper input[type="file"]:hover,*/
#page-wrapper input[type="submit"]:hover,
.dropdown-menu .btn:hover, .dropdown-menu .btn:active, .spBtn:hover,.btn-back:hover, .spBtn:active, .spBtn:focus {	
	background: #fee358 !important;   
	border: 1px solid transparent !important;
	outline: 0px !important;
	color: #4a4a4a !important;
}

#page-wrapper input[type="button"]:active,
/*#page-wrapper input[type="file"]:active,*/
#page-wrapper input[type="submit"]:active
 {
	background: #fee358 !important;   
	border: 1px solid transparent !important;	
	outline: 0px !important;
	box-shadow: 0 0.1rem 0.2rem 0 rgba(0,0,0,.4) !important;
	margin-top: 1px !important;
	margin-bottom: 4px !important;
	color: #4a4a4a !important;
}

#page-wrapper input[type="button"]:focus,
#page-wrapper input[type="submit"]:focus,
/*#page-wrapper button*/ .spBtn {
	border: 1px solid transparent;
	outline: 0px !important;
}


input[type="range"], input[type="range"]:focus {
	box-shadow : initial;	
}


/* toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #FED70A;
}

input:focus + .slider {
  box-shadow: 0 0 1px #FED70A;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}


.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



#page-wrapper input[type="text"], #page-wrapper input[type="password"], #page-wrapper input[type="number"], #page-wrapper input[type="datetime"] {
	font-family: spFontCondensed;		
	font-size: 15px !important;
    box-shadow: inset 0 -0.5rem 0 0 #FED70A;
	border: 1px solid #9B9B9B;    
	border-radius: 0px !important;
    font-weight: 600;
    text-align: center;
	height: 51px;
	color: #4a4a4a;
    display: block;
	transition: all 0.5s;
}

#page-wrapper input[type="text"]:focus, #page-wrapper input[type="password"]:focus, #page-wrapper input[type="number"]:focus {
    box-shadow: inset 0 -0.5rem 0 0 #7F7F7F;
}

textarea {
	font-family: spFontCondensed;		
	font-size: 15px !important;
    box-shadow: inset 0 -0.5rem 0 0 #FED70A;
	border: 1px solid #9B9B9B;    
	border-radius: 0px !important;
    font-weight: 600;
    /*text-align: center;*/
	color: #4a4a4a;
    /*display: block;*/
	transition: all 0.5s;	
	resize : none !important;
}

/* select */
select {
	cursor : pointer !important;
	font-family: spFontCondensed;		
	font-size: 15px !important;
    box-shadow: inset 0 -0.5rem 0 0 #FED70A !important;
	border: 1px solid #9B9B9B !important;    
	outline : 0px !important;
	border-radius: 0px !important;
    font-weight: 600 !important;
    text-align: center !important;
	text-align-last:center !important;
	height: 51px !important;
	color: #4a4a4a !important;
    display: block;	
	transition: all 0.5s;
	padding-left: calc(50% - 1em);
}


select option:focus, select:active {	
	outline : 0px !important;
	border: 0px solid #9B9B9B;    
	background-image   : none !important;
	box-shadow: none;
}

select option  {	
	color              : #4a4a4a;
	outline : 0px !important;
	border: 0px solid #9B9B9B;    
	padding:0px !important;
	box-shadow: none;
}

select option:checked, select option:hover, select:focus > option:checked
{	
	background-color   : #FED70A;
	color              : #4a4a4a;	
}


/* date field */

#page-wrapper input[type="date"] {
	font-family: spFontCondensed;		
	font-size: 15px !important;
    box-shadow: inset 0 -0.5rem 0 0 #FED70A;
	border: 1px solid #9B9B9B;    
	border-radius: 0px !important;
    font-weight: 600;
	height: 51px;
	color: #4a4a4a;
	transition: all 0.5s;
}

::-webkit-datetime-edit { padding: 1em; }
::-webkit-datetime-edit-text { color: #4a4a4a; }
::-webkit-datetime-edit-month-field { color: #4a4a4a; }
::-webkit-datetime-edit-day-field { color: #4a4a4a; }
::-webkit-datetime-edit-year-field { color: #4a4a4a; }
::-webkit-inner-spin-button { display: none; }
input::-webkit-clear-button { display: none; }
::-webkit-calendar-picker-indicator:hover, ::-webkit-calendar-picker-indicator:active, ::-webkit-calendar-picker-indicator:focus { 
	background : rgba(0,0,0,0) !important;
}


/* file input */
/*
.spFileInput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
	
}

.spFileInput + label {
    color: white;
    display: inline-block;
}
*/

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

input[type=file] {
    height: 25px;
}

.btn-back{
    font-family: spFontCondensed;
    background: #FED70A;
    box-sizing: border-box;
    box-shadow: 0 0.2rem 0.4rem 0 rgba(0,0,0,.4);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4rem;
    letter-spacing: .082rem;
    color: #4a4a4a !important;
    /*width: 100%;*/
    min-height: 4.2rem;
    text-transform: uppercase;
    margin: 0rem .5rem .5rem 3.5rem;
    min-width: 10rem !important;
    max-width: 20.4rem !important;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 15px;
    display: inline-block;
    vertical-align: middle;
    transition: box-shadow, border-top, background 0.2s;
}

.btn-back-wrapper{
    width:0px !important; 
    margin-top:1.5rem !important;
}

/* dashboard table */

.dashboardPanelTable {
	
}

.dashboardPanelTable .dashboardPanelTableHeader {
	background: #000000 !important;
	border-color: #000000;
	outline: 0px !important;		
}

.dashboardPanelTable th {
	padding-left : 10px;
	color : #FFFFFF !important;
	background: #000000 !important;
	
}

.dashboardPanelTable tr td {
	padding-left : 10px;
}

.dashboardPanelTable tr {
	transition : background-color 0.2s linear;
	font-family: spFontCondensed;
	background: #FAFAFA !important;	
	border-radius: 0px !important;	
	height : 30px;
	box-shadow: inset 0px -11px 32px 0px rgba(150,150,150,0.1);	
	white-space:nowrap;
	
}







/* table dropdown */
.spDropdown, .spDropdown * {
	font-family: spFontCondensed;		
	font-size: 15px !important;
	color: #4a4a4a;	
}

.spDropdown {
	position: relative;
    display: inline-block;
}


.spDropdownBtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.spDropdownBtn:hover, .spDropdownBtn:focus {
    background-color: #3e8e41;
}



.spDropdownContent {
	display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 1;
}

.spDropdownContent div{
	color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.spDropdownContent div:hover {
	background-color: #f1f1f1
}




/* icons */
.sidebarIcon {
	margin-right: 10px !important;
    margin-left: 4px !important;
}


/* tiled background */

#page-wrapper {
	/*background: linear-gradient(350deg, rgba(0,0,0,0.02)0%,rgba(0,0,0,0)80%); */
	padding : 0px !important;	
}

/*
.tiledBg {	
	background: url(../images/Solarplatz_Icon_Pattern_wht_150x150.svg) 0 0 repeat; 
	background-size: 50px 50px;	
}
*/

/* blocker & spinner */
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotateAni {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

/* google captcha */
.g-recaptcha {
	margin-top:5px !important;
	margin-bottom:5px !important;
	margin-left: -1px !important;
}


.panel-primary>.panel-heading {
	background-color: #ffd900;
	border-color: #ffd900;
	color: #000;
}

.panel-primary a {
	border-color: #ffd900;
	color: #000;
}

.panel-primary {
	border-color: #ffd900;
	color: #000;
}

.positionGroupsDiv {
	margin: 25px 0px;
	width:100%;
}


.logForm {
	position:fixed;
	background-color: rgba(200, 200, 255, 255);
	bottom: 0px;
	right: 0px;
	padding: 20px;
}

.singleButton {
	/*margin-top: 20px;*/
        max-width: 35.4rem; 
}

.truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


.datepicker {
	margin-bottom: 16px;
	
}

