body{
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-size:cover;
}
.wide-box{
	margin-top:70px;
	padding:50px 0;
	background-color:#fff;
}
.wide-box-overview{
	margin-top:0px;
	padding:20px 0;
	background-color:#fff;
}
.r-brdr{
	border-right:1px solid #ccc;
}
.clear{
	clear:both;
}
.t-align-right{
	text-align:right;
}
.t-align-center{
	text-align:center;
}
.text-lined{
	text-decoration:underline;
}
.spacer-20{
	height:20px;
}
.spacer-40{
	height:40px;
}
.spacer-60{
	height:60px;
}
.wide-box .head{
	margin-bottom:40px;
}
.wide-box .sub-head{
	margin:20px 0;
}
.wide-box .head .btn-primary{
	float:right;
}
.container.pl-theme{
}
.navbar-inverse{
	background:#7f7f7f;
	border:none;
	position:relative;
	width:100%;
}
/*.navbar-inverse::after{
	position:absolute;
	width:100%;
	top:0;
	height:30px;
	background:red;
}*/
.navbar-inverse .navbar-nav > li > a{
	color:#fff;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover{
	background:none;
	color:#2e3192;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover{
	background:none;
	color:#2e3192;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover{
	background:none;
	color:#2e3192;
}
.add-employee-btn{
	text-align:right;
}
.add-employee-btn a{
	color:#008000;
}

.add-tricoma-btn{
	text-align:right;
}

.add-customer-btn{
        text-align:right;
        padding-top:10px;
        width:100%;
}
.add-customer-btn a{
	color:#008000;
}

/***LOGIN START***/
.form-inline.pl-form .form-control{
	width:100%;
}
.login-head{
	font-size:28px;
	color:#8d8d8d;
}
.label-spacer{
	height:25px;
}
.forgot-pass{
	margin-top:10px;
	font-size:12px;
}
/***LOGIN END***/

/***MY PROFILE START***/
.pl-custom-form-inline input[type="text"]{
	width:60px;
	display:inline-block;
}
.profile-pic-con{
	width:250px;
	height:250px;
	background-color:#eee;
}
.row.xs-res-date {
	text-align:right;
}
.save-btn-wrap,
.btn-wrap{
	margin-bottom:0;
}
.pro-print .save-btn-wrap{
	margin-left:10px;
}
.form-print .save-btn-wrap{
	margin-left:10px;
}
/***MY PROFILE END***/

/***ADD CUSOMER START***/
.add-cust-img{
	margin-top:100px;
	width:100%;
}
/***ADD CUSOMER END***/

/***ADD PROJECT START***/
td.rotate {
  /* Something you can count on */
  height: 0px;
  white-space: nowrap;
  border:none;
}

td.rotate > div {
  transform: 
    /* Magic Numbers */
    translate(25px, 51px)
    /* 45 is really 360 - 45 */
    rotate(270deg);
  width: 30px;
  position:relative;
  left:-20px;
  top:-55px;
}
td.rotate1 > div > span {
  border-bottom: 0px solid #ccc;
  padding: 5px 10px;
}
/***ADD PROJECT END***/
/***ADD CALENDAR START***/
	.cal-head{
	}
	.cal-head .cal-prof-img{
		width:100px;
		height:100px;
		float:left;
		margin-right:15px;
		overflow:hidden;
		background:#eee;
		-moz-border-radius:50%;
		-webkit-border-radius:50%;
		border-radius:50%;
	}
	.cal-head .cal-prof-img img{
		width:100%;
		float:left;
		height:100%;
	}
	.cal-head .pro-wrap{
		display:table;
	}
	.cal-head .pro-wrap .pro-name{
		font-weight:bold;
		display:table-cell;
		vertical-align:middle;
	}
	.cal-head .pro-print{
		display: flex !important;
		align-items: center;
	}
	.form-print {
		display: flex !important;
		align-items: center;
	}
	.cal-top-bar .lft-innr1 a,
	.cal-top-bar .rgt-innr1 a{
		color:#666;
	}
	.cal-top-bar{
		margin-top:10px;
	}
	.cal-top-bar .lft-innr1 a.active,
	.cal-top-bar .rgt-innr1 a.active,
	.cal-top-bar .lft-innr1 a.hover,
	.cal-top-bar .rgt-innr1 a.hover{
		color:#337ab7;
	}
	.cal-top-bar .rgt-innr1 .glyphicon{
		vertical-align:text-top;
	}
	.cal-box{
		padding:10px;
		margin:15px 0;
	}
	.day-details{
		display:inline-block;
		margin:5px 15px 5px 0;
	}
	.day-details .holiday{
		background-color:#D46A6E;
	}
	.day-details .sick-day{
		background-color:#68C775;
	}
	.day-details .nat-holiday{
		background-image:url("../images/cal_nat_day_img.jpg");
		background-size:100%;
	}
	.day-details .work{
		background-color:#0040FF;
	}
	.day-details .work_arbeit_extern{
		background-color:#2ECCFA;
	}
	.day-details .time_comp{
		background-color:#AEB404;
	}
	.day-details .overtime{
		background-color:#FBAD56;
	}
        .day-details .nat-holiday-color{
		background-color:#FBAD56;
	}
	.day-details .company-holiday{
		background-color:#CC33FF;
	}        
	.day-details .color-box{
		width:35px;
		height:20px;
		float:left;
		border:1px solid #666;
		margin-right:5px;
	}
	.day-details .day-details-text{
		display:table;
		float:left;
	}
	.day-details .day-details-text span{
		display:table-cell;
		vertical-align:middle;
	}
	.cal-table tr:first-child td{
		border:none;
	}
	.cal-foot .btn{
		margin-right:15px;
	}
/***ADD CALENDAR END***/

/***ADD HOME START***/
.home-user{
	font-size:17px;
}
.home-title{
        font-family: MontserratLight;
	font-size:27px;
	margin:20px 0 70px;
}
.table.home-table h4{
	color:#7f7f7f;
	margin-top:50px;
}
.table.home-table h1{
	font-size:70px;
	margin-bottom:50px;
}
.table.home-table.btm tr td{
	border:none;
}
.table.home-table .blue h1{
	color:#0071BC;
}
.table.home-table .red h1{
	color:#ED1C24;
}
.table.home-table .green h1{
	color:#009245;
}
.cal-link{
	margin-bottom:20px;
}
.cal-link a{
	font-weight: bold;
	font-size: 16px;
}
/***ADD HOME END***/

/***ADD IMPORT END***/
.dummy-input .form-control{
	border:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
/***ADD IMPORT END***/

.notwendige-container > .form-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.notwendige-container > .form-group input[type=checkbox] {
    flex: 0 0 16px;
    height: 16px;
    margin-top: 0;
    margin-right: 15px;
	cursor: pointer;
}
.notwendige-container > .form-group > label {
    margin-bottom: 0;
    font-size: 14px;
    color: #555;
    font-weight: 400;
	flex-grow: 1;
    padding-right: 10px;
}
.notwendige-container .checked-green-container {
    position: relative;
    flex: 0 0 20px;
}
.notwendige-container .checked-icon-green {
    width: 18px;
    height: 18px;
    position: relative;
    background: #7db801;
    border-radius: 50%;
    margin-right: 5px;
}
.notwendige-container .checked-icon-green:after {
    content: "";
    width: 12px;
    height: 7px;
    border: 3px solid #fff;
    position: absolute;
    left: 3px;
    top: 4px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}
.notwendige-container .checked-icon-red {
    width: 18px;
    height: 18px;
    position: relative;
    background: #ff0000;
    border-radius: 50%;
    margin-right: 5px;
}
.notwendige-container .checked-icon-red:after, .notwendige-container .checked-icon-red:before {
	content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    background: #fff;
    top: 50%;
    left: 50%;
}
.notwendige-container .checked-icon-red:after {    
    transform: translate(-50%, -50%) rotate(45deg);
}
.notwendige-container .checked-icon-red:before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.notwendige-container .pdf-download-link {
    flex: 0 0 18px;
    max-width: 18px;
    display: flex;
}
.notwendige-container .pdf-download-link .pdf-icon-wendige {
    width: 18px;
}
.notwendige-container {
    padding-top: 10px;
}
.notwendige-header {
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #666;
    margin-bottom: 16px;
}
/*popup style start*/
.unterweisung-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    top: 0;
    left: 0;
    z-index: 9999;
}
.unterweisung-popup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.unterweisung-popup-content {
    width: 100%;
    background: #fff;
    max-width: 900px;
    max-height: 95vh;
    overflow: auto;
    /*padding: 30px 50px 30px;*/
    position: relative;
}
.unterweisung-pop-inner-div {
    padding: 30px 40px 30px;
}
.unterweisung-logo-container img {
    width: 80px;
}
.unterweisung-popup-header {
    display: flex;
    align-items: center;
}
.unterweisung-logo-container {
    margin-right: 15px;
}
.unterweisung-logo-text {
    color: #454849;
}
.unterweisung-logo-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 4px;
}
.unterweisung-logo-text p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 0;
}
.unterweisung-logo-text a {
    font-size: 12px;
    position: relative;
    top: -3px;
    color: #454849;
}
.unterweisung-popup-body {
    color: #454849;
    padding-top: 5px;
}
.unterweisung-popup-body h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
.unterweisung-popup-body h3 > span {
    border-bottom: 1px solid #454849;
    padding-bottom: 5px;
}
.unterweisung-popup-body p {
    color: #76797b;
    font-size: 13px;
}
.unterweisung-option-inner {
    color: #5d6162;
    font-size: 12px;
}
.unterweisung-option-inner {
    color: #5d6162;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.unterweisung-option-pdf-icon img {
    width: 100%;
}
.unterweisung-option-pdf-icon a {
    display: block;
}
.unterweisung-option-pdf-icon {
    flex: 0 0 20px;
    margin-left: 10px;
    margin-right: 20px;
}
.unterweisung-option-checkbox {
    display: flex;
    align-items: center;
}
.unterweisung-option-checkbox .form-control {
    width: 17px;
    height: 17px;
    margin: 0;
    margin-right: 12px;
    border-color: #5d6162;
    border: 2px solid #5d6162 !important;
}
.unterweisung-option-label {
    flex-grow: 1;
    max-width: 500px;
}
.unterweisung-option-row-container {
    padding-top: 8px;
}
.unterweisung-option-row:not(last-child) {
    margin-bottom: 8px;
}
.unterweisung-popup-body p span {
    color: #ee2f2d;
}
.meiner-container {
    padding-top: 15px;
}
.meiner-container ol {
    color: #76797b;
    font-size: 13px;
    padding-left: 15px;
}
.meiner-container li {
    padding-bottom: 2px;
}
.unterweisung-footer h4 {
    text-align: center;
    color: #231f26;
    font-size: 16px;
    font-weight: 600;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.unterweisung-footer h4 span {
    color: #ee1d23;
}
.unterweisung-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.unterweisung-input-container {
    flex: 0 0 40%;
    text-align: center;
	max-width: 40%;
}
.unterweisung-input {
    border: 1px solid #76797b;
    padding: 10px 15px 0;
}
.unterweisung-in-footer {
    color: #ee1d23;
    font-size: 15px;
}
.unterweisung-input {
    width: 100%;
    height: 86px;
    resize: none;
    /*border: 0;*/
    border-bottom: 1px solid #76797b;
    outline: none;
    display: flex;
    justify-content: center;
}
.unterweisung-input img[src=""] {
    opacity: 0;
}
.unterweisung-input img {
    max-height: 75px;
    width: 100%;
    object-fit: contain;
}
.unterweisung-input-container:last-child .unterweisung-in-footer {
    color: #76797b;
}
.close-unterweisung {
    position: absolute;
    top: 50%;
    right: 10px;
    background: #113e6b;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translate(0, -50%);
}
.unterweisung-input-container:last-child {
    display: none;
}
button.pdf-speicher-btn {
    background: #113e6b;
    border: 0;
    color: #fff;
    padding: 7px 15px;
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
}
.unterweisung-input-container.btn-container-pdf-speichern {
    padding-bottom: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header-unterweisung {
    padding: 8px 40px;
    background: #113e6b;
    color: #fff;
    font-size: 17px;
    position: relative;
}
.unterweisung-input textarea {
    width: 100%;
    height: 100%;
    resize: none;
    border: 0;
    border-bottom: 1px solid #76797b;
    outline: none;
}
.signature-modal-body .clearButton {
    position: absolute;
    top: 3px;
    right: 4px;
    color: #113e6b;
    text-transform: capitalize;
    font-size: 12px;
    cursor: pointer;
}
.signature-modal-body .clearButton:hover {
    text-decoration: underline;
}
.sig.sigWrapper.current .sign-pad {
    width: 100%;
    border: 0 !important;
}
.signature-modal-body .sig.sigWrapper.current {
    position: relative;
}
.close-signature-modal.signatureClose {
    width: 15px;
    height: 15px;
}
.close-signature-modal.signatureClose:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #113e6b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.close-signature-modal.signatureClose:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #113e6b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.heading-checkbox-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}
.heading-checkbox-row .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.heading-checkbox-row input[type=checkbox] {
    width: 16px;
    height: 16px;
    border: 0;
    box-shadow: none;
    margin: 0;
    margin-right: 7px;
}
.heading-checkbox-row label {
    margin: 0;
    font-size: 14px;
    flex-grow: 1;
}
.heading-checkbox-row + .form-group label {
    padding-right: 5px;
}
.pl-custom-form-inline .heading-checkbox-row + .form-group input[type="text"] {
    width: 90px;
}
.hideall{
	display:none !important;
} 
.pro-name-overview-user {
    display: flex;
    justify-content: flex-end;
}

.pro-name-overview-user > .custom-select {
    max-width: 200px;
}
@media screen and (min-width:400px) and (max-width:768px){
	.row.xs-res-date{
		text-align:right;
	}
	.row.xs-res-date .col-sm-4{
		display:inline;
	}
	.save-btn-wrap{
		margin-bottom:15px;
	}
}
@media screen and (max-width:405px){
	.row.xs-res-date{
		text-align:center;
	}
	.row.xs-res-date .col-sm-4{
		display:block;
		margin:5px 0;
	}
	.row.xs-res-date label{
		width:70px;
	}
	.save-btn-wrap{
		margin-bottom:15px;
	}
}
@media screen and (max-width:991px){
    .unterweisung-popup-content {
        max-width: 95%;
    }
}
@media screen and (max-width:767px){
    .unterweisung-pop-inner-div {
        padding: 20px 15px 10px;
    }
    .unterweisung-option-pdf-icon {
        margin-left: 5px;
        margin-right: 10px;
    }
    .unterweisung-input-container {
        flex: 0 0 100%;
        text-align: center;
		max-width: 100%;
    }
    .unterweisung-input-container.btn-container-pdf-speichern {
        margin-top: 15px;
    }
}

/* Two Factor popup */
.twofactor-popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    top: 0;
    left: 0;
    z-index: 9999;
}
.twofactor-popup-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.twofactor-popup-content {
    width: 100%;
    background: #fff;
    max-width: 900px;
    max-height: 95vh;
    overflow: auto;
    /*padding: 30px 50px 30px;*/
position: relative;
}
.top-header-twofactor {
	padding: 8px 40px;
	background: #113e6b;
	color: #fff;
	font-size: 17px;
	position: relative;
}
.twofactor-pop-inner-div {
	padding: 30px 40px 30px;
}

.twofactor-popup-body {
	color: #454849;
	padding-top: 5px;
}
.twofactor-popup-body h3 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
.twofactor-popup-body h3 > span {
	border-bottom: 1px solid #454849;
	padding-bottom: 5px;
}
.twofactor-popup-body p {
	color: #76797b;
	font-size: 13px;
}

.twofactor-popup-body #cmbOtpType {
	border: 1px solid #ccc;
	height: 34px;
	padding: 6px 32px;
	font-size: 14px;
	line-height: 1.42857143;
	outline: none;
	border-radius: 4px;
	margin-right: 10px;
}
.twofactor-popup-body #sendOtp {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	height: 34px;
	border-radius: 4px;
	padding: 6px 12px;
}
.close-twofactor {
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}
.twofactor-popup-body #otp {
	border: 1px solid #ccc;
	height: 34px;
	padding: 6px 32px;
	font-size: 14px;
	line-height: 1.42857143;
	outline: none;
	border-radius: 4px;
	margin-right: 10px;
}
.twofactor-popup-body #verify {
	color: #fff;
	background-color: #337ab7;
	border: 1px solid #2e6da4;
	height: 34px;
	border-radius: 4px;
	padding: 6px 12px;
}

@media screen and (max-width:991px){
	.twofactor-popup-content {
		max-width: 95%;
	}
}
@media screen and (max-width:767px){
	.twofactor-pop-inner-div {
		padding: 20px 15px 10px;
	}
	.twofactor-option-pdf-icon {
		margin-left: 5px;
		margin-right: 10px;
	}
	.twofactor-input-container {
		flex: 0 0 100%;
		text-align: center;
		max-width: 100%;
	}
	.twofactor-input-container.btn-container-pdf-speichern {
		margin-top: 15px;
	}
}

.form-input-row {
	display: flex;
	align-items: center;
}
.form-input-row .form-input-item:not(:last-child) {
	padding-right: 12px;
}
.form-input-row .form-input-item.phone-code {
	flex: 0 0 50%;
}
.form-input-row .form-input-item.phone-number {
	flex-grow: 1;
}

@media screen and (max-width:991px){
	.form-input-row {
		flex-wrap: wrap;
	}
	.form-input-row .form-input-item.phone-code {
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	.form-input-row .form-input-item.phone-number {
		flex: 0 0 100%;
	}
	.form-input-row .form-input-item:not(:last-child) {
		padding-right: 0px;
	}
}