@charset "UTF-8";
/* ---------------------------------------------------
    SCSS
----------------------------------------------------- */
.viewtable, .approvaltable, .customcontainer, .dashboardcard:hover, .navbar {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/* ---------------------------------------------------
    CSS
----------------------------------------------------- */
body {
  background: #fafafa;
  font-family: "Open Sans", sans-serif;
  height: 100vh;
}

p {
  color: #999;
  font-family: "Open Sans", sans-serif;
}

b {
  font-weight: 600;
}

a,
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

label {
  font-size: 14px;
}

textarea {
  resize: vertical;
}

/* Remove spinner button from input type number */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0 !important;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield !important;
}

.btn {
  color: white !important;
}

.btn-outline-primary {
  color: #007bff !important;
}

.btn-outline-primary:hover, .btn-outline-secondary:hover {
  color: #fff !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
}

.alert {
  font-size: 0.9em;
}

.loginbackground {
  background-image: url(../images/loginbg.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
  height: 100%;
  position: relative;
}

.signupbackground {
  background: #141444;
  width: 100%;
  height: 100%;
  position: relative;
}

.logincontainer {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-width: 580px;
  width: 90%;
  max-height: 100%;
  overflow-y: auto;
  margin: 20px auto;
  padding: 50px 80px;
  background: #fff;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.4);
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logincontainer input, .logincontainer select {
  font-size: 14px;
}

.forgotpassword {
  color: #1c2a48 !important;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}

.forgotpassword:hover {
  color: #007bff !important;
  font-size: 13px;
  text-align: center;
  text-decoration: underline;
}

.timeout {
  text-align: right;
  font-size: 12px;
  margin-top: -20px;
  margin-bottom: 10px;
}

.lastlogin {
  color: #17a2b8;
}

.navbar {
  padding: 5px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 20px;
  font-size: 13px;
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.logout {
  color: #dc3545 !important;
}

.wrapper {
  display: flex;
  width: 100%;
}

.togglemenubutton {
  display: none;
}

#sidebar {
  width: 60px;
  white-space: nowrap;
  overflow-x: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 9999;
  color: #fff;
  transition: all 0.3s;
  overflow-y: auto;
  background: #1c2a48;
  background: -moz-linear-gradient(45deg, #1c2a48 0%, #335082 100%);
  background: -webkit-linear-gradient(45deg, #1c2a48 0%, #335082 100%);
  background: linear-gradient(45deg, #1c2a48 0%, #335082 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1c2a48", endColorstr="#335082",GradientType=1 );
  -webkit-box-shadow: inset -2px 0 5px 5px rgba(28, 42, 72, 0.7);
  box-shadow: inset -2px 0 5px 5px rgba(28, 42, 72, 0.7);
}

#sidebar .sidebar-header {
  padding: 40px 20px 0px 20px !important;
  background: none !important;
}
#sidebar .dropdown-toggle {
  font-weight: 600;
}
#sidebar ul.components {
  padding: 20px 0;
}
#sidebar ul li a {
  padding: 10px 10px;
  font-size: 13px;
  display: block;
  margin-bottom: 1px;
}
#sidebar .navul li a:hover {
  color: #333;
  background: white;
}

.collapsemenu li a {
  padding-left: 80px !important;
  font-size: 12px !important;
  white-space: normal !important;
}

.collapse li a:hover {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-right: 0px !important;
}

.collapsemenu li:last-child {
  padding-bottom: 5px;
}

.searchinput {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 20px;
  transition: 0.3s all;
  margin-bottom: 1px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.activeaccordion {
  color: #1c2a48 !important;
  background: #FFF;
}

a[data-toggle=collapse] {
  position: relative;
}

.dropdown-toggle::after {
  opacity: 0.5;
  margin-left: 10px;
}

.secondarybutton {
  background: #fff;
  color: #1c2a48;
  border: none;
  text-align: center;
  font-size: 14px;
  margin-bottom: 5px;
  padding: 10px;
  width: 80%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.navbutton {
  margin: 20px 0;
}

#content {
  width: calc(100% - 60px);
  padding: 0px;
  min-height: 100vh;
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}

#content.active {
  width: calc(100% - 280px);
}

footer {
  margin-top: auto;
  font-size: 12px;
  color: #999;
}

.dashboardcard {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding-top: 30px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
}

.dashboardcard img {
  height: 80px;
}

.dashboardcard:hover img {
  transform: scale(1.1);
  transition: transform 0.1s linear;
}

.customcontainer {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

thead {
  font-size: 13px;
}

.table {
  font-size: 12px;
}

.custombreadcrumb {
  font-size: 12px;
}

.custombreadcrumb a:after {
  content: " /";
}

.custombreadcrumb a:last-child:after {
  content: "";
}

.custombreadcrumb a:hover {
  text-decoration: underline;
  color: #007bff;
}

.current {
  color: #007bff;
}

.viewtable, .approvaltable {
  background: #fff;
  font-size: 13px;
  table-layout: fixed;
  border-collapse: collapse;
}

.viewtable td {
  padding: 10px !important;
  vertical-align: top;
}
.viewtable td .longtext {
  max-height: 200px;
  overflow-y: auto;
  padding-right: 5px;
}
.viewtable td:nth-child(odd) {
  width: 20%;
  font-weight: 600;
}
.viewtable td:nth-child(even) {
  width: 25%;
  word-wrap: break-word;
}
.viewtable tr:nth-child(odd) {
  background: rgba(96, 125, 139, 0.1);
}

.required:after {
  content: " *";
  color: #dc3545;
}

.tableheader {
  background: #335082 !important;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.searchform label {
  font-size: 12px;
  font-weight: 600;
}

div[aria-expanded=true] .fa-angle-down {
  display: none;
}

div[aria-expanded=false] .fa-angle-up {
  display: none;
}

.fa-arrow-up {
  color: black;
}

.fa-arrow-down {
  color: black;
}

.approvalmodaltable td:first-child {
  font-weight: 600;
}

.modified {
  color: #ef0f0f;
  font-weight: 600 !important;
}

.custommodalbody {
  font-size: 14px;
  color: #1c2a48;
}

.longtabletext {
  width: 25%;
  word-break: break-all !important;
}

.badge {
  font-size: 100% !important;
}

.extra-content {
  cursor: pointer;
}

.btn-link.nav-link {
  font-size: 13px;
}

form.form-inline {
  display: inline;
}

.userroletable {
  table-layout: fixed;
  width: 100%;
  font-weight: normal !important;
}

.userroletable td {
  padding: 5px 10px !important;
}
.userroletable tr:nth-child(odd) {
  background: #FFF;
}

.userrolewidth {
  width: 100px;
}

.userroletable tr td:first-child {
  text-align: left;
}

.userroletitle {
  background: rgba(96, 125, 139, 0.1) !important;
  cursor: pointer;
  font-weight: 700;
}

.userroleheader {
  background: #333 !important;
  color: #FFF;
}

.approvaltable .approvalheader {
  font-size: 10px;
  letter-spacing: 1px;
}
.approvaltable td {
  width: 25% !important;
  font-weight: 400 !important;
}
.approvaltable tr:nth-child(odd) {
  background: #f9f9f9;
}
.approvaltable tr td:first-child, .approvaltable tr td:last-child {
  font-weight: 600 !important;
}

.buttontooltip {
  background: none;
  border: none;
}

.tooltip-inner {
  text-align: left;
}

.customdropdown {
  font-size: 12px;
  width: auto;
}

.custom-select2 {
  border-color: #CED4DA !important;
  font-size: 13px;
}

.dataTables_wrapper pre {
  width: 100%;
  max-width: 500px;
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

.errorcontainer {
  max-width: 580px;
  width: 100%;
  text-align: center;
  margin: auto;
  height: auto;
  padding-top: 80px;
}

.webonly {
  display: inline-block;
}

.mobileonly {
  display: none;
}

.menuicon {
  font-size: 20px;
  width: 40px;
  text-align: center;
  margin-right: 15px;
}

.loadingprogress {
  height: 2px;
  border-radius: 0px;
}

.thirdlevel li {
padding-left:100px;
padding-top:10px;
padding-bottom:10px;
font-size:12px;
white-space: normal !important;
cursor: pointer;
transition:0.3s all;
}

.thirdlevel li:hover {
color: #333;
background: white;
}

.overlayloading {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9999;
  top: 0;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {

  #sidebar .sidebar-header {
    padding: 80px 20px 0px 20px !important;
  }

  #content {
    width: 100%;
  }

  #content.active {
    width: 100%;
  }

  #sidebarCollapse span {
    display: none;
  }

  .viewtable td {
    display: block;
    width: 100% !important;
    min-height: 40px;
  }
  .viewtable td:nth-child(odd) {
    background: rgba(96, 125, 139, 0.1);
  }
  .viewtable tr:nth-child(odd) {
    background: #fff;
  }

  .logincontainer {
    padding: 30px 20px;
  }

  /*Responsive List Table*/
  .approvaltable thead {
    display: none;
  }
  .approvaltable tr {
    display: block;
    border-bottom: 2px solid;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .approvaltable td {
    display: block;
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: rgba(172, 172, 172, 0.2);
    width: 100% !important;
    min-height: 60px !important;
  }
  .approvaltable td:last-child {
    border-bottom: 0;
  }
  .approvaltable td:before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
    font-size: 10px;
    letter-spacing: 1px;
    margin-bottom: 5px;
  }
  .approvaltable td:nth-child(odd) {
    background: #f9f9f9;
  }

  .userroletable thead {
    display: none;
  }
  .userroletable tr {
    display: block;
    border-bottom: 2px solid;
    border-color: rgba(0, 0, 0, 0.3);
  }
  .userroletable td {
    display: block;
    font-size: 13px;
    border-bottom: 1px solid;
    border-color: rgba(172, 172, 172, 0.2);
    width: 100% !important;
    text-align: left;
    line-height: 30px;
  }
  .userroletable td:last-child {
    border-bottom: 0;
  }
  .userroletable td:before {
    content: attr(data-th-text);
    display: block;
    float: left;
    width: 100px;
    font-weight: 400;
  }
  .userroletable .collapse td:first-child {
    color: #FFF;
    font-weight: 700;
    background: #727272;
  }

  .viewtable2 td, .viewtable2 th {
    width: 10%;
    table-layout: fixed;
    word-break: break-all;
    font-size: 10px;
  }

  .userroletitle {
    background: #333 !important;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
  }

  .webonly {
    display: none !important;
  }

  .mobileonly {
    display: inline-block;
  }

  .togglemenubutton {
    display: block;
    background: rgba(28, 42, 72, 0.5);
    padding: 5px 10px;
    margin-right: 10px;
    color: #FFF;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s;
    cursor: pointer;
  }

  .togglemenubutton:hover {
    background: rgba(28, 42, 72, 0.9);
  }

  #sidebar {
    width: 280px;
    margin-left: -280px;
    padding-top: 60px;
    z-index: 1;
  }

  #sidebar.active {
    margin-left: 0px;
  }
}

.datetimepicker .prev:before {
	content: "\f100";
	font-family:"Font Awesome 5 Free", sans-serif;
}

.datetimepicker .next:before {
	content: "\f101";
	font-family:"Font Awesome 5 Free", sans-serif;
}

.logoimage {
	width:auto;
	height:35px;
}

.logoimage img {
	height:35px;
	width:auto;
}

.uploadcontainer {
  position: relative;
  margin: 10px 0px;
}

.uploadbutton {
  width: 100%;
  border: 2px dashed #d0dddd;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 150px;
  color: #a1b7b6;
  font-weight: 600;
  overflow:hidden;
}

.uploadbutton img {
	width:100%;
}

#uploadlogo {
  display: none;
}

.uploadedimage {
  width: auto;
  max-width:120px;
  height: auto;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dashed #d0dddd;
  background: rgba(255, 255, 255, 0.5);
  display: none;
  overflow: hidden;
}

.uploadedimage img {
	width:100%;
}

.removeimage {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #FFF;
  border: 2px solid #dc3545;
  font-size: 10px;
  line-height: 18px;
  color: #dc3545;
  display: none;
}

.uploadimage {
	background:#6C757D;
	color:#FFF;
	margin-top:10px;
	padding:2px 10px;
	border-radius:3px;
	cursor:pointer;
	transition:0.1s all;
}

.uploadimage:hover {
	background:#5D666D;
}

.footerimg {
	width:70px;
}

.billingBoldColumn {
	font-weight: bold;
}

.hiddenButtonExport{
	display:none;
}

.modal-header {
  align-items: center;
  justify-content: center;
}

.contentWrapper select:nth-child(odd) {
	font-weight:600 !important;
}

.contentWrapper div input{
 	font-size:13px !important;
}

.contentViewWrapper div input{
 	font-size:13px !important;
 	background-color:#FFFFFF !important;
}


.contentViewWrapper {
	border-bottom:thin solid #ced4da;
	padding-top: 4px;
	padding-bottom: 8px;
}

.contentViewWrapper div select{
	font-weight:600 !important;
	pointer-events: none;
	font-size:13px !important;
	background:#FFFFFF !important;
	background: transparent;
	appearance: none; /* Removes default styling in modern browsers */
    -webkit-appearance: none; /* Removes default styling in WebKit browsers */
    -moz-appearance: none; /* Removes default styling in Firefox */
	border:none;
} 

.contentViewWrapper:last-child{
	border:none;
}

.full-width{
	width: 100%;
}

.align-center {
    text-align: center;
   	text-align: -webkit-center;
}

.align-left {
    text-align: left;
}
/*# sourceMappingURL=style.css.map */

/* Progress Bar for user registration */
.styled-progress-bar {
	display: block;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    caret-color: transparent;
}

.styled-progress-bar::-webkit-progress-bar {
    background-color: #e9ecef;
    border-radius: 5px;
}

.styled-progress-bar::-webkit-progress-value {
    background-color: #17a2b8; /* bg-info color */
    border-radius: 5px;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-wrapper {
    position: relative;
    width: 100%;
}

.progress-text {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 10px;
	color: white;
}

.progress-text-step1 {
	left: 13%;
}

.progress-text-step2 {
	left: 25%;
}

.progress-text-step3 {
	left: 50%;
}

.p10 {
	padding:10px;
}

#loadingSpinner {
  	position: fixed;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	z-index: 9999;
  	padding: 1em 2em;
  	background-color: rgba(255, 255, 255, 0.9);
  	border: 1px solid #ccc;
  	border-radius: 5px;
  	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}