/* CSS Document */
/*@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);*/
/* @import url('https://fonts.googleapis.com/css?family=Montserrat:200,300,400,700');  */

html {
  color: #ffffff !important;
}
body {
  background-color: #ffffff;
  color: #000000 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
}
#app-body.disable-scroll {
  height: 100%;
  overflow: hidden
}

.body {
  min-height: 200px;
  padding-top: 70px;
}
.login-panel {
  margin-top: 25%;
}
strong {
  font-weight: 700;
}
.strong {
  font-weight: 700 !important;
}

.tk-form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  /* color: #555; */
  color: #000000;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.tk-form-control:hover {
  background-color: #ededed;
}
.tk-form-control.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.tk-form-control.tk-input-xs {
  height: 25px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: #2c2c2c;
  color: #dddddd !important;
  cursor: pointer;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #2c2c2c;
  color: #ffffff !important;
}
select.input-sm {
  height: 30px;
  line-height: initial;
}
input[type="date"].form-control {
  line-height: initial;
}
/* END */

.user-image {
  display: inline-block;
  width: 40px;
  height: 40px; /* You must set a specified height */
  background-color: #cccccc; /* Used if the image is unavailable */
  border-radius: 50%;
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
}
.hover-blk:hover {
  background-color: #2c2c2c;
  color: #ffffff !important;
  cursor: pointer;
}
/* IOS STYLES */
/* Remove Stlying */
input[type="text"],
input[type="number"],
input[type="email"],
select,
textarea {
  -webkit-appearance: none;
}

input[type="date"] {
  -webkit-appearance: none;
}

/* STYLES FOR TOP MENU */
.menu-main,
.menu-main ul {
  margin: 0;
  padding: 0;
  color: #5f6f81;
  list-style: none;
  text-transform: none;
  font-weight: 300;
  line-height: 60px;
}
.menu-main {
  z-index: 1000;
  height: 94px;
  font-size: 18px;
}
.menu-main_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 70px;
  font-size: 18px;
  background: rgb(245, 139, 0);
}
.menu-main a {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #262729;
}
.menu-main > li {
  display: block;
  float: left;
  height: 100%;
  text-align: center;
  padding: 5px 25px;
  font-size: 16pt;
}
.mm_span {
  padding: 15px 10px;
  display: inline-block;
}
/* Logon Page Header */
.menu-main .logon_header {
  font-size: 26pt;
  font-weight: 200;
  letter-spacing: 3px;
  padding-left: 25px;
  padding-right: 15px;
  /* padding-top: 5px ; */
}

/****************** 
	Sidebar Styles 
*******************/
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #ffffff;
  /*background: rgba(211, 206, 206, 0.2);*/
  background: #434343;
}
.active_menu {
  text-decoration: none;
  /*background: rgba(211, 206, 206, 0.2);*/
  color: #ffffff !important;
  background: #434343;
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
  color: #ffffff;
}
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}
/* Added to cahnge from settings */
.sidebar-margin-250 {
  margin-left: 250px !important;
}
.sidebar-margin-0 {
  margin-left: 0px !important;
}
/******
 The switch - the box around the slider
 ******/
.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: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
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%;
}

/* SLIDER SMALL */
.switch-sm {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 19px;
}
.slider-sm {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* Hide default HTML checkbox */
.switch-sm input {
  display: none;
}
.slider-sm:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider-sm {
  background-color: #37b34f;
}
input:focus + .slider-sm {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider-sm:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(17px);
}
/* Rounded sliders */
.slider-sm.round {
  border-radius: 34px;
}
.slider-sm.round:before {
  border-radius: 50%;
}

/* Department Styles */
.bg-installation {
  background-color: rgb(250, 156, 34) !important;
  color: white !important;
}
.bg-transport {
  background-color: green !important;
  color: white !important;
}
/* .bg-warehouse {
	background-color: green  !important;
	color: white  !important;
} */
/* .bg-Transport{
	background-color:  #B15DC1;
	color: white;
} */
/* .brdr-Transport{
	border: solid 1px #B15DC1;
} */
/* .bg-installation {
	background-color:#80BB41;
	color: white;
}
.brdr-Installation {
	border:solid #80BB41 1px;
	color: white;
} */
.bg-client-services {
  background-color: #399bf3;
  color: white;
}
.brdr-client-services {
  border: solid #399bf3 1px;
  /* color: white; */
}

/*  */
.rotate {
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.2s linear;
}
.rotate.down {
  /* -moz-transform:rotate(180deg); */
  /* -webkit-transform:rotate(180deg); */
  transform: rotate(180deg);
  transform-origin: 75% 55%;
}

/*** HELPERS ***/
.pointer {
  cursor: pointer !important;
}
.strike {
  text-decoration: line-through;
}
.bg-clear {
  background-color: transparent;
}
.bg-white {
  background-color: #ffffff !important;
  color: black !important;
}
.bg-black {
  background-color: #303030 !important;
  /* background-color: #686868 !important; */
  color: white;
}
.bg-grey {
  background-color: #e3e3e3;
}
.bg-lt-grey {
  background-color: #f1f3f4;
}
.bg-dk-grey {
  color: #ffffff;
  background-color: #4e5f78;
}
.bg-blue {
  background-color: #5fb3f8 !important;
  color: white !important;
}
.bg-red {
  background-color: rgb(241, 41, 41) !important;
  color: white !important;
}
.bg-green {
  background-color: green !important;
  color: white !important;
}
.bg-orange {
  background-color: orange !important;
  color: white !important;
}
.bg-lt-yellow {
  background-color: #feffca !important;
}

.status-cancel {
  background-color: red !important;
  color: white !important;
}
.status-accept {
  background-color: green;
  color: white;
}
.status-open {
  background-color: #2196f3;
  color: white;
}
.status-submit {
  background-color: orange;
  color: white;
}
.status-delivery {
  background-color: green;
  color: white;
}
.txt-center {
  text-align: center;
}
.txt-white {
  color: #fff;
}
.txt-grey {
  color: #bcb9af !important;
}
.txt-blue {
  color: #5fb3f8 !important;
}
.txt-black {
  color: #000000 !important;
}
.txt-dk-blue {
  color: #056abd !important;
}
.txt-green {
  color: green !important;
}
.txt-red {
  color: red !important;
}
.txt-dk-red {
  color: rgb(185, 0, 0) !important;
}
.txt-light {
  font-weight: 200 !important;
}
.txt-bold {
  font-weight: bold;
}
.pt-0 {
  padding-top: 0px;
}
.pt-sm {
  padding-top: 5px;
}
.pt-md {
  padding-top: 10px;
}
.pt-lg {
  padding-top: 15px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-md {
  padding-bottom: 10px;
}
.pv-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.pv-sm {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pv-md {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pv-lg {
  padding-top: 15px;
  padding-bottom: 15px;
}
.ph-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.ph-sm {
  padding-left: 5px;
  padding-right: 5px;
}
.ph-md {
  padding-left: 10px;
  padding-right: 10px;
}
.ph-lg {
  padding-left: 15px;
  padding-right: 15px;
}
.mt-0 {
  margin-top: 0px !important;
}
.mt-sm {
  margin-top: 5px;
}
.mt-md {
  margin-top: 10px;
}
.mt-lg {
  margin-top: 15px;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.mb-sm {
  margin-bottom: 5px !important;
}
.mb-md {
  margin-bottom: 10px !important;
}
.mb-lg {
  margin-bottom: 15px !important;
}
.mh-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mh-sm {
  margin-left: 5px;
  margin-right: 5px;
}
.mh-md {
  margin-left: 10px;
  margin-right: 10px;
}
.mh-lg {
  margin-left: 15px;
  margin-right: 15px;
}
.mv-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mv-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mv-md {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mv-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ul {
  border-bottom: solid 0.5px #adadad;
}
/*  */

.slide {
  position: fixed;
  /* left: 200; */
  /* top: 90; */
  width: 100%;
  /* height: 100%; */
}
.slide.ng-enter,
.slide.ng-leave {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.slide.ng-enter {
  left: 100%;
}
.slide.ng-enter-active {
  left: 0;
}
.slide.ng-leave {
  left: 0;
}
.slide.ng-leave-active {
  left: -100%;
}

.page-block {
  position: relative;
  /* top: 50; */
  /* left: 250px; */
  right: 0px;
  /* overflow: scroll; */
  /* height: 100%;	 */
}
.fade {
  /* position: fixed ;
		top: 50;
		left: 250px;
		right: 0px;
		height: 100%; */
  /* width: 100%; */
  opacity: 1;
}
.fade.ng-enter,
.fade.ng-leave {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.fade.ng-enter {
  opacity: 0;
}
.fade.ng-enter-active {
  opacity: 1;
}
.fade.ng-leave {
  opacity: 1;
}
.fade.ng-leave-active {
  opacity: 0;
}

.shadow-bottom {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(140, 140, 140, 0.53);
  -moz-box-shadow: 0px 1px 5px 0px rgba(140, 140, 140, 0.53);
  box-shadow: 0px 1px 5px 0px rgba(140, 140, 140, 0.53);
}

/* Page Menu */
.page-menu {
  display: block;
  background-color: #fff;
  top: 0;
  width: 100%;
  padding: 10px;
  line-height: 30px;
}
.pageMenu {
  position: fixed;
  z-index: 10;
  width: calc(100% - 50px);
  display: block;
  padding: 7px;
  border-bottom: 1px lightgrey solid;
}

.qt-find-panel {
  background-color: #4a4a4a;
  padding: 0 25px 10px 25px;
  border-top: solid 2px black;
  border-bottom: solid 2px #747474;
}
.qt-find-panel table tr td {
  padding: 5px 10px;
  color: white;
}

/*  */
.file-drop-zone {
  border: dashed 2px lightgrey;
  margin-bottom: 15px;
  background-color: #f3f3f3;
  padding: 10px 0;
}
.nv-file-over {
  border: dotted 3px red;
} /* Default class applied to drop zones on over */
#file-Load-btn {
  font-size: 1em;
  font-weight: 200;
  color: black;
  /* background-color: rgb(121, 121, 121); */
  border: solid 1px grey;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer; /* "hand" cursor */
}
#file-Load-btn:hover {
  background-color: white;
}
.fileLoad-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.btn-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 9px 0;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 20px;
}
.no-wrap {
  white-space: nowrap;
}

/** */
.tk-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  /* border-bottom: 1px dotted black; */
}
.tk-tooltip .tk-tooltiptext {
  visibility: hidden;
  min-width: 120px;
  background-color: black;
  color: #fff;
  /* text-align: center; */
  border-radius: 6px;
  /* border: solid 1px black; */
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 130%;
  min-width: 200px;
  min-height: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.tk-tooltip .tk-tooltiptext::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.tk-tooltip:hover .tk-tooltiptext {
  visibility: visible;
}

/*
	*  Outlined Buttons
	*/
.bg-bright-blue {
  /* background-color: #007bff; */
  /* background-color: #333366; */
  background-color: #024449;
  color: white;
}
.bg-mid-blue {
  /* background-color: #007bff; */
  background-color: #333366;
  color: white;
}
.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
  background-color: #ffffff;
}
.btn-outline-primary:hover {
  color: white;
  background-color: #007bff;
}
.btn-primary-active {
  color: white;
  background-color: #007bff;
}
.btn-outline-danger {
  color: red;
  border-color: red;
}
.btn-outline-danger:hover {
  color: white;
  background-color: red;
}

/* Email to input */
.email-input {
  border: none;
  margin: 0px;
  /* background-color: burlywood; */
  /* width: 100%; */
  /* display: inline-block; */
  /* display: flex; */
  min-width: 200px;
}
.email-input:focus {
  outline-width: 0;
  outline: none;
}

.hover:hover {
  /* background-color: #dddddd; */
  background-color: #eeeeee;
  /* padding: 3px; */
  cursor: pointer;
  /* border-radius: 10px; */
}
.btn-h {
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  /* border-radius: 4px; */
}

/* trix-toolbar button.bold { display: none; } */
/* trix-toolbar button.trix-button--icon-bold { display: none; } */
/* trix-toolbar span.trix-button-group--file-tools { 
        display: none; 
    } 
    trix-toolbar .trix-button-group:not(:first-child) {
        margin-left: 1.0vw;
	} */
/* trix-toolbar .trix-button-group {
		display: flex;
		margin-bottom: 0px;
		border: 1px solid #fff;
		border-top-color: #fff;
		border-bottom-color: #fff;
		border-radius: 0px;
		background-color: #fff;
	} */
/* trix-toolbar .trix-button-row {
		background-color: #fff;
	} */
/* trix-toolbar .trix-button {
		border-bottom: none;
	} */

trix-toolbar span.trix-button-group--file-tools {
  display: none;
}
@media (max-width: 768px) {
  /* MOBILE */

  .pageMenu {
    /* project Page */
    width: 100%;
  }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch.small {
  width: 24px;
  height: 12px;
}

.switch.medium {
  width: 48px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch.small .slider:before {
  height: 10px;
  width: 10px;
  left: 1px;
  bottom: 1px;
}

.switch.medium .slider:before {
  height: 22px;
  width: 24px;
  left: 1px;
  bottom: 1px;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch.small input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

.switch.medium input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
