/*
    MAIN STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    /* color: #999; */
    color: #212529;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.right-nav {
  z-index: 1;
  position: relative;
  display: block;
  margin-right: 5px;
  height: inherit;
}

.right-nav a span {
  font-size: 20px;
}

.right-nav button {
  margin-top: 6px;
}

.space {
	padding: 20px 0;
}

.center {
  display: flex;
  margin: auto;
  width: 90%;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#rahmenDiv img {
  display: flex;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#rahmenOhneDachDiv img,
#rahmenMitDachDiv img,
#rahmenMarkiseDiv img {
  display: flex;
  margin: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

#rahmenMitDachDiv img {
  width: 90%;
}

@media screen and (max-width: 600px) {
  #rahmenDiv img,
  #rahmenOhneDachDiv img,
  #rahmenMitDachDiv img,
  #rahmenMarkiseDiv img {
    position: relative;
  }
}

/*For displaying the measures*/
#rahmenDiv {
  position: relative;
  text-align: center;
  color: black;
}

.bottom-left {
  position: absolute;
  bottom: 120px;
  left: 16px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 80px;
  right: 16px;
}

.bottom-right {
  position: absolute;
  bottom: 8px;
  right: 16px;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div.agb-wrapper { float:left; }
div.agb-wrapper label { float: left; text-align: right; }
div.agb-wrapper span { float: right; width:1px; text-align: left; }
div.clearboth { clear: both }

.btn-primary {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.btn-primary:hover {
  background-color: #1e2b37;
}

.page-item.active .page-link {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

/* ---------------------------------------------------
    STAMMDATEN SEARCHBAR STYLE
----------------------------------------------------- */

.form-control-borderless {
  border: none;
}

.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  border: none;
  outline: none;
  box-shadow: none;
}

#suche:hover {
  cursor: pointer;
}

.files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 120px 0px 85px 35%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.files{ position:relative}
.files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.color input{ background-color:#f1f1f1;}
.files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 35px;
    content: " oder einfach hier rein ziehen. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

th {
    font-size: 14px;
    white-space: nowrap;
}

/* ---------------------------------------------------
    MODAL STYLE
----------------------------------------------------- */

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width:none !important;

}

.modal-content-full-width  {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    background-color: #ececec !important
}

.modal-header-full-width  {
    border-bottom: 1px solid #9ea2a2 !important;
}

.modal-footer-full-width  {
    border-top: 1px solid #9ea2a2 !important;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 280px;
    max-width: 300px;
    background: #2e353d;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -280px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #30373f;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    cursor: pointer;
}

#sidebar ul li a:hover {
    color: #2e353d;
    background: #fff;
    cursor: pointer;
}

/* #sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #E20612;
} */

/* a[data-toggle="collapse"] {
    position: relative;
} */

/* .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%; */
    /* right: 20px; */
    /* right: -5px;
    transform: translateY(-50%);
} */

/* ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: ##30373f;
}

ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
  font-family: FontAwesome;
  content: "\f078";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

a.download {
    background: #fff;
    color: #2e353d;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
} */

.navbar-nav .show>.nav-link:hover {
    background-color: #808080
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -280px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* ---------------------------------------------------
    IMAGE DROPDOWN HEADER
----------------------------------------------------- */
.img-avatar > img {
  max-width: 50%;
  max-height: 20%;
  border-radius: 50em;
}

#img-avatar {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 7px;
  border-left-width: 0px;
  border-right-width: 0px;
  max-width: 46px;
  max-height: 38px;
}

/* ---------------------------------------------------
    DROPDOWN HEADER
----------------------------------------------------- */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2e353d;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  float: left;
  text-align: left !important;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
  display: block;
  left: auto;
  right:0;
}

.dropdown-content a:hover {
  background-color: #fff;
  color: black;
}

/* ---------------------------------------------------
    LOGIN SECTION
----------------------------------------------------- */
.checkbox {
	  font-weight: normal;
	}

.login-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
}

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

/* FORM TYPOGRAPHY*/

#kd-style input[type=button],
#kd-style input[type=submit],
#kd-style input[type=reset]  {
  background-color: #E20612;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#kd-style input[type=button]:hover,
#kd-style input[type=submit]:hover,
#kd-style input[type=reset]:hover  {
  background-color: #000000;
}

#kd-style input[type=button]:active,
#kd-style input[type=submit]:active,
#kd-style input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

#kd-style input[type=text],
#kd-style input[type=password],
#kd-style input[type=email] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#kd-style input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #E20612;
}

#kd-style input[type=text]:placeholder {
  color: #cccccc;
}

/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #E20612;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

/* OTHERS */

*:focus {
    outline: none;
}

#icon {
  width:40%;
}

/* ---------------------------------------------------
    Newsboard SECTION
----------------------------------------------------- */
nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
nav > div a.nav-item.nav-link,
nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #E20612 ;
}
.tab-content{
  background: #fdfdfd;
    line-height: 25px;
    /* border: 1px solid #ddd; */
    border-top:5px solid #E20612;
    border-bottom:5px solid #E20612;
    padding:30px 25px;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #E20612;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

/* ---------------------------------------------------
    Sketch SECTION
----------------------------------------------------- */
#sketchpadapp,
.sketchpadapp {
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 20px;
}
#sketchpad {
    float:left;
    height:500px;
    width:900px;
    border:2px solid #888;
    border-radius:4px;
    position:relative; /* Necessary for correct mouse co-ords in Firefox */
}
/* #clear_button, #save_button {
    float:left;
    font-size: 15px;
    padding: 10px;
    -webkit-appearance: none;
    background: #eee;
    border: 1px solid #888;
    margin-bottom:5px;
} */
#save_remote {
    float:left;
    margin-left:5px;
}
.save_box {
    border:1px solid #bbb;
    border-radius:4px;
    padding:5px;
    clear:both;
}
#image_display {
    width:80px;
    height:60px;
    border:1px solid #000;
    margin:15px;
}

#signatureKundeDiv,
#signatureMitarbeiterDiv {
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#signature {
    float:left;
    height:100px;
    width:210px;
    border:1px solid #ced4da;
    border-radius:4px;
    position:relative; /* Necessary for correct mouse co-ords in Firefox */
    background-color: #fff;
}

#signatureKunde,
#signatureMitarbeiter,
#signatureKundeAbnahme,
#signatureCompanyAbnahme {
    height:100px;
    width:210px;
    border:1px solid #ced4da;
    border-radius:4px;
    position:relative; /* Necessary for correct mouse co-ords in Firefox */
    background-color: #fff;
}

/* ---------------------------------------------------
    Permissions SECTION
----------------------------------------------------- */
#permissions {
    list-style-type: none;
    padding: 0;
}

/* ---------------------------------------------------
    Terminplaner SECTION
----------------------------------------------------- */
#wrap {
	width: 1100px;
	margin: 0 auto;
}

#external-events {
	float: left;
	width: 150px;
	padding: 0 10px;
	text-align: left;
}

#external-events h4 {
	font-size: 16px;
	margin-top: 0;
	padding-top: 1em;
}

.external-event { /* try to mimick the look of a real event */
	margin: 10px 0;
	padding: 2px 4px;
	background: #3366CC;
	color: #fff;
	font-size: .85em;
	cursor: pointer;
}

#external-events p {
	margin: 1.5em 0;
	font-size: 11px;
	color: #666;
}

#external-events p input {
  margin: 0;
  vertical-align: middle;
}
	#termineCalendarView,
  #terminListe {
/*float: right; */
  margin: 0 auto;
  width: 900px;
  background-color: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 1px 2px #C3C3C3;
}

/* ---------------------------------------------------
    Dashboard SECTION
----------------------------------------------------- */
.overview-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.625;
  background-color: #2C3E50;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

/* .overview-item--c1 {
  background-image: -moz-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
  background-image: -webkit-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
  background-image: -ms-linear-gradient(90deg, #3f5efb 0%, #fc466b 100%);
} */

@media (max-width: 1519px) and (min-width: 992px)
.overview-item {
  padding-left: 15px;
  padding-right: 15px;
}

.dashboard-icon {
  color: black;
}

/* ---------------------------------------------------
    PROFILE STYLE
----------------------------------------------------- */
.profile{
  padding: 3%;
  margin-top: 3%;
  margin-bottom: 3%;
  border-radius: 0.5rem;
  background: #fff;
}
.profile-img{
  text-align: center;
}
.profile-img img{
  width: 70%;
  height: 100%;
}
.profile-img .file {
  position: relative;
  overflow: hidden;
  margin-top: -20%;
  width: 70%;
  border: none;
  border-radius: 0;
  font-size: 15px;
  background: #212529b8;
}
.profile-img .file input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0;
}
.profile-head h5{
  color: #333;
}
.profile-head h6{
  color: #0062cc;
}
.profile-edit-btn{
  border: none;
  border-radius: 1.5rem;
  width: 100%;
  padding: 2%;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
}
.profile-head .nav-tabs{
  margin-bottom:5%;
}
.profile-head .nav-tabs .nav-link{
  font-weight:600;
  border: none;
}
.profile-head .nav-tabs .nav-link.active{
  border: none;
  border-bottom:2px solid #0062cc;
}
#userprofileHome label,
#profile label {
  font-weight: 600;
}

#profile input[type="text"] {
  font-weight: 600;
  color: #0062cc;
}

#userprofileHome input[type="text"],
#userprofileHome p{
  font-weight: 600;
  color: #0062cc;
  border: none;
  border-color: transparent;
}
/* ---------------------------------------------------
    TERMINE STYLE
----------------------------------------------------- */
#neuerTermin,
#addTermin,
#termineClose,
#tableCalendarView {
  background-color: #2C3E50;
}

#neuerTermin:hover,
#addTermin:hover,
#termineClose:hover,
#tableCalendarView:hover {
  background-color: #1e2b37;
}

#termineMapView,
#map {
  height: 400px;
  width: 600px;
  margin-top: 80px;
 }

 /* ---------------------------------------------------
     TABLE STYLES
 ----------------------------------------------------- */
 /* #swapListTable { width: 16000px; }
 #swapListTable td,
 #userTable td,
 #rolesTable td,
 #transformationsTable td,
 #clientFilenamesTable td,
 #zskTable td,
 #spreadsTable td,
 #devisenTable td {
   padding: 6px;
   padding-left: 12px;
 } */

 /* ---------------------------------------------------
     FOOTER STYLES
 ----------------------------------------------------- */
 .footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #2e353d;
    color: white;
    text-align: center;
    position:relative;
    z-index:1000; //change your number as per elements lies on your page.
 }

 /* ---------------------------------------------------
     MODAL STYLES
 ----------------------------------------------------- */
#claimsModalDialog,
#claimsModalContent {
   max-width: 1000px;
}

 /* ---------------------------------------------------
     TABLE STYLES
 ----------------------------------------------------- */
 .customTable td {
   padding: 6px;
   padding-left: 12px;
 }

 .customTable {
   margin: 0 auto;
   position: relative;
 }

 /* ---------------------------------------------------
     FAQ STYLES
 ----------------------------------------------------- */
.fit-image {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  transition: 0.3s;
}

.fit-image:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.img-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.img-enlarger {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 100vw; /*view width*/
  z-index: -1;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.img-enlarger, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .img-enlarger {
    width: 100%;
  }
}

a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #E20612 url("/assets/images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* ---------------------------------------------------
    STOPWATCH SECTION
----------------------------------------------------- */
#stopwatch {
  background: #eee;
  border: 1px solid #999;
  padding: 20px;
  border-radius: 10px;
  max-width: 250px;
}
#sw-time {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
}
#sw-rst, #sw-go {
  width: 45%;
  box-sizing: padding-box;
  padding: 10px;
  display: inline-block;
  background: #000000;
  border: 0;
  color: #fff;
}
#sw-rst:hover, #sw-go:hover {
  background: #E20612;
}

.center-div {
  margin: auto;
}

/* ---------------------------------------------------
    Auftrag SECTION
----------------------------------------------------- */

#calculateRabatt:hover,
#calculateCash:hover {
  cursor: pointer;
}

/* ---------------------------------------------------
    Camera SECTION
----------------------------------------------------- */
#video {
  border: 1px solid black;
  width: 320px;
  height: 240px;
}

#photo {
  border: 1px solid black;
  width: 320px;
  height: 240px;
}

#imgCanvas {
  display: none;
}

.camera {
  width: 340px;
  display: inline-block;
}

.output {
  width: 340px;
  display: inline-block;
  padding-left: 25px
}

#cameraButtons {
  padding-left: 0;
}

.pad-left25 {
  padding-left: 25px
}

.pad-right35 {
  padding-right: 35px
}

.error {
  color: red;
}

#display-error {
  width: 400px;
  border: 1px solid #D8D8D8;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgb(255, 249, 242);
  color: rgb(211, 0, 0);
  text-align: center;
}

#display-success {
  width: 400px;
  border: 1px solid #D8D8D8;
  padding: 10px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 11px;
  text-transform: uppercase;
  background-color: rgb(236, 255, 216);
  color: green;
  text-align: center;
  margin-top: 30px;
}

/*
    Nav Style
*/
.nav>li>a:focus, .nav>li>a:hover,
.nav>li>ul>li>a:focus, .nav>li>ul>li>a:hover {
  background-color: #eee;
}

.fc-button {
  /* height: 0!important; */
}

/* ---------------------------------------------------
    CHART STYLES
----------------------------------------------------- */
.chart-container {
  width: 80%;
  height: 480px;
  margin: 0 auto;
}

.pie-chart-container {
  height: 360px;
  width: 360px;
  float: left;
}
