/* Default Styles Start */
@font-face {
  font-family: Work-Sans;
  src: url(fonts/WorkSans-Regular.ttf);
}
@font-face {
  font-family: Work-Sans-Medium;
  src: url(fonts/WorkSans-Medium.ttf);
}
@font-face {
  font-family: Work-Sans-Bold;
  src: url(fonts/WorkSans-Bold.ttf);
}
@font-face {
  font-family: Work-Sans-SemiBold;
  src: url(fonts/WorkSans-SemiBold.ttf);
}
* {box-sizing: border-box;}
html, body {height: 100%;}
img {max-width: 100%;}

body::-webkit-scrollbar-thumb , .custom-scroll::-webkit-scrollbar-thumb {
    background: #ccd2d9;
	border-radius: 5px;
}
body::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
    width: 6px;
    background: #F5F5F5;
}
body{
	font-family: 'Work-Sans', sans-serif;
	font-size: 16px;
	color: #170045;
}
label {
	font-family: 'Work-Sans-Medium', sans-serif;
	margin-bottom: 5px;
}
.icon-refresh {
    width: 24px;
	cursor: pointer;
}
.icon-sidebar {
    width: 32px;
}
.h-100-vh {height: 100vh;}
/* Default Styles End */

/* Login Styles Start */
.login-bg-wrapper {
    background: #FFEFE0;
    justify-content: center;
    display: flex;
}
img.img-login-bg {
    max-width: 400px;
}
.login-wrapper {
    background: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}
.self-service-wrapper {
	width: 100%;
    max-width: 700px;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
h1.login-heading, h2.login-heading {
	font-family: 'Work-Sans-Bold', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}
h2.login-heading {
	font-size: 20px;
}
h4 {
    font-family: inherit;
    font-size: 18px;
}
nav.custom-tab,
.cust-tab-content {
	min-width: 600px;
}
.custom-tab-wrapper nav.custom-tab > a.active span em {
	display: inline-block;
	font-style: normal;
}
.cust-tab-content {
	display: block;
    background: #FAFAFA;
    padding: 15px;
    margin: 0;
    border-radius: .15em;
    border: 0;
    color: inherit;
	min-height: 350px;
}
nav.custom-tab {
	position: relative;
	z-index: 1;
}
nav.custom-tab > a {
	position: relative;
	display: inline-block;
	padding: 5px 30px;
	color: inherit;
	text-decoration: none;
	margin: 0 -10px;
  text-align: center;
}
nav.custom-tab > a:first-child {
    margin-left: -15px;
}
nav.custom-tab > a span {
    display: inline-block;
    border-bottom: 3px solid transparent;
    padding: 5px 10px;
}
nav.custom-tab > a span em {font-style: normal;}
nav.custom-tab > a::before {
	border: 0;
}
nav.custom-tab a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	border: 0;
	border-radius: .4em .4em 0 0;
	background: #E9E8E8;
	transform: scale(1.2, 1.3) perspective(1em) rotateX(5deg);
}
nav.custom-tab a.active {
	z-index: 2;
    color: #EF7F1A;
}
nav.custom-tab > a.active span {
  border-color: #EF7F1A;
}
nav.custom-tab a.active::before {
	background-color: #fff;
	margin-bottom: 0;
}
nav.custom-tab a:first-child::before {
    transform: scale(1.2, 0) perspective(1em) rotateX(5deg);
}
nav.custom-tab a.active:first-child::before {
    transform: scale(1.2, 1.3) perspective(1em) rotateX(5deg);
}
/* nav.custom-tab a:last-child {
    margin-left: -16px;
}
nav.custom-tab a.active:last-child {
    margin-left: 12px;
} */
.custom-tab-wrapper nav.custom-tab {
	background: #e9e8e8;
}
.custom-tab-wrapper nav a::before {
	margin-top: 2px;
	transform-origin: bottom;
}
.login-content-wrapper {
	display: flex; 
	flex-flow: row; 
}
.login-content {
    width: 60%;
    margin-right: 10px;
}
.login-hint {
	font-family: inherit;
    font-size: 14px;
    background: #FFFAF0;
    border-radius: 5px;
    border: 1px solid #FFB011;
    padding: 15px;
    width: 40%;
    margin-left: 10px;
}
h2.heading-sm {
    font-family: inherit;
    font-size: inherit;
    font-weight: 600;
}
.content-heading-sm {
	display: inline-block;
	font-family: 'Work-Sans-Bold', sans-serif;
	font-weight: 600;
	margin: 0 5px;
}
ul.login-hint-list {
    margin: 0;
    padding: 0 0 0 15px;
}
.btn-primary {
    color: #fff;
    background-color: #EF7F1A;
    border-color: #EF7F1A;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background-color: #EF7F1A;
    border-color: #EF7F1A;
    outline: none;
	opacity: 0.8;
}
.custom-alert {
    background: #E9FFF2;
    color: #008835;
    border-color: #008835;
}
.btn-login {min-width: 150px;}
.form-control {
	border-color: #707070;
}
/*.login-content .form-control-pwd {
	background: url(../../img/icon-input-pwd.svg) no-repeat right center;
    background-size: 30px 20px;
	padding-right: 30px;
}*/
.icon-pwd {cursor: pointer;}
.input-group-text {
	border-color: #707070;
	background: #fff;
}
select.form-control-select {
    background: url(../../img/icon-select-dropdown.svg) no-repeat right center;
    background-size: 26px 20px;
	padding-right: 30px;
	border-color: #707070;
}

@media only screen and (max-width: 768px){
	.login-wrapper {align-items: flex-start;}
	.login-bg-wrapper, h1.login-heading, h2.login-heading {
		display: none;
	}
	.login-content-wrapper { 
		flex-flow: column;
	}
	.custom-tab-wrapper nav.custom-tab {flex-wrap: nowrap;}
	.custom-tab-wrapper nav.custom-tab > a span {
		/*display: none;*/
	}
	.custom-tab-wrapper nav.custom-tab > a.active span {
		display: inline-block;
	}
	.login-content-wrapper .login-hint {
		order: 1;
		width: 100%;
		margin: 0;
	}
	.login-content {
		order: 2;
		width: 100%;
		margin: 0;
	}
	.forgot-pwd-wrapper .login-content {width: 100%;}
	img.icon-pwd-ss {
		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 767px){
	nav.custom-tab,
	.cust-tab-content {
		min-width: auto;
	}
	.custom-tab-wrapper nav.custom-tab > a span em, .custom-tab-wrapper nav.custom-tab > a.active span em {
		display: none;
	}	
	div.valueDiv, .nopadding {
		padding: 12px!important;
	}
	.nav-tabs .nav-link {
		padding: 2px 5px;
		margin-bottom: 5px!important;
	}
	.row-details {
		margin-bottom: 5px!important;
	}

}
@media only screen and (max-width: 319px) {
	.login-content .input-group .form-control {
		width: 100%;
	}
	.login-content .input-group .input-group-text {
		border: 0;
	}
	nav.custom-tab > a {
		padding: 5px 20px;
	}
}
/* Login Styles End */

/* Page Styles Start */

/*
 * Sidebar
 */

.sidebar {  
  z-index: 100; 
  padding: 0; 
  width: 160px;
  background: #FFEFE0;
}
.main-content-wrapper {
	width: calc(100% - 160px);
	background: #F9FCFF;
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: inherit;
  text-align: center;
  border: 0;
  margin: 5px 10px;
  border-radius: 8px;
}
.sidebar .nav-link span {
    display: block;
}
.sidebar .nav-link.active, .sidebar .nav-link:hover {
  font-weight: 900;
  color: inherit;
  background: #FFCEA0;
}

.header-tools {
    display: flex;
}
.btn-theme {
	background: #FFCEA0;
	color: inherit;
}
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.navbar .navbar-toggler {
  top: .25rem;
  left: 1rem;
}
.navbar-toggle {
    position: absolute;
    left: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
	position: relative;
    transition: all 500ms ease-in-out;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
	background: #777;
}
.navbar-toggle .icon-bar:nth-of-type(2) {
    top: 3px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 6px;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 2px;
    transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
    background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -2px;
    transform: rotate(-45deg);
}
.navbar-nav .dropdown-menu {
    position: absolute;
	left: auto;
    right: 0;
}
.navbar-nav.nav-login {
    margin: 0 15px 0 15px;
}
.navbar-nav.nav-login .nav-link {
	color: inherit;
	display: flex;
    align-items: center;
}
.navbar-nav.nav-login .nav-link .logged-user {
	margin: 0 10px;
    display: inline-block;
    /*max-width: 125px;	
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;*/
}
.nav-login .nav-link img.user-avatar {
    width: 35px;
}
.header-search {
    background: #F0F0F0 url(../../img/icon-search-finder.svg) no-repeat 5px center;
    background-size: 20px;
    width: 500px;
    border-radius: 8px;
    height: 48px;
    padding-left: 32px;
    border: 0;
    outline: none;
}
.ui-autocomplete-input {
    background: #fff url(../../img/icon-search-finder.svg) no-repeat 5px center;
    padding-left: 32px;
    background-size: 20px;
}
h1.content-heading {
	font-family: 'Work-Sans-Bold', sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}
select.custom-select {
    background: url(../../img/icon-arrow-down.svg) no-repeat right center;
    background-size: 26px 20px;
	padding-right: 30px;
	padding-right: 30px;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #707070;
    border-radius: 5px;    
}
.select-domain {
	padding: 2px 25px 2px 10px;
    margin-left: 8px;
}
.dsh-tiles {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
	justify-content: space-around;
}
.dsh-tiles li.dsh-tile {
    width: 23%;
    margin: 0 7px 15px 7px;
    border-radius: 10px;
    padding: 20px;
}
.dsh-tiles li.dsh-tile a {color: inherit; text-decoration: none;}
.dsh-tiles li.dsh-tile .icon-dsh-tile {
    margin-bottom: 10px;
}
.dsh-tiles li.dsh-tile p {
    margin: 0;
}
.dsh-tiles li.dsh-tile p.tile-count {
	font-family: 'Work-Sans-Bold', sans-serif;
    font-size: 22px;
    font-weight: 600;
}
.tile-lt-green {background: #EBFDEE;}
.tile-lt-blue {background: #E8F0FB;}
.tile-lt-pink {background: #FFEFE7;}
.tile-pink {background: #FFEFE0;}
.tile-lt-purple {background: #FCE4F8;}
.tile-blue {background: #B4E0E8;}
.dsh-card {
	box-shadow: 0px 0px 6px #0000001a;
    border: 0;
    border-radius: 16px;
    overflow: hidden;
}
.dsh-card .card-header {
	background: #fff;
	font-family: 'Work-Sans-SemiBold', sans-serif;
	font-size: 18px;	
	border: 0;
}
.rs-header {
	font-family: 'Work-Sans-SemiBold', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.right-sidebar ul.rs-links {
    margin: 0 0 15px 0;
    list-style: none;
    padding: 0;
}
.right-sidebar ul.rs-links .nav-link {
    padding: 0 0 12px 0;
    margin: 0;
    color: inherit;
}
.right-sidebar ul.rs-links .nav-link:hover, .right-sidebar ul.rs-links .nav-link:focus {
    text-decoration: underline;
}
.right-sidebar ul.rs-links .nav-link .rs-icon {
    margin-right: 10px;
}
@media only screen and (max-width: 768px){
	.navbar-brand {margin: 0 auto!important;}	
	.main-content-wrapper {
		width: 100%;
	}
	.sidebar {
		top: 0;
		width: 100%;
	  }
	.sidebar .nav-link {
	  font-size: 14px;
	  font-weight: 400;
	  color: inherit;
	  text-align: left;
	  margin: 0;
	  border-radius: 0;
	}
	
	.sidebar .nav-link span {
		display: inline-block;
		margin-left: 5px
	}
}
@media only screen and (max-width: 567px){
	.hide-sm {display: none;}
	.header-tools {display: none;}
	.dsh-tiles li.dsh-tile {
		width: 46%;		
	}
}
.nav-tabs .nav-link {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    border: 1px solid #d8d8d8;
    margin: 0 2px 0 0;
    border-bottom: 3px solid transparent;
}
.nav-tabs .nav-link.active {
    color: #ef7f1a;
    border-color: transparent;
    border-bottom-color: #ef7f1a;
}


center, .tab-content>.active center, .tab-content>.tab-pane .panel {
    padding: 15px;
}
.tab-content>.tab-pane .panel .panel-heading {
    font-family: inherit;
    font-weight: bold;
}
.table thead tr th {
    background: #c7c6c6;
}
.table tr:nth-child(odd) {
    background: #fbfbfb;
}
.input-group span.input-group-text:not(:first-child) {
    border-left: 0;
}
ul.list-group.list-user-group {
    margin: 15px 0;
    flex-wrap: wrap;
    flex-direction: row;
    border: 0;
}
ul.list-group.list-user-group li.list-group-item {
    margin: 0 5px 10px 0;
    border: 1px solid #d8d8d8;
	border-radius: 5px;
	background: #ffefe0;
}
ul.list-group.list-user-group li.list-group-item:nth-of-type(odd) {
    background: #fff;
}
ul.list-group.list-user-group li.list-group-item img.icon-usergroup {
    margin: 0 5px 0 0;
    width: 20px;
}
/* Page Styles End */

/* Existing Styles Start */
.card {
    margin-right: 5px;
}
.card .card-footer {background: tranparent;}
.card .card-footer .btn.btn-default, .card .card-footer .btn.btn-primary {
    background-color: #EF7F1A;
    border-color: #EF7F1A;
    color: #fff;
}
.card .card-footer .btn.btn-default:hover, .card .card-footer .btn.btn-primary:hover
.card .card-footer .btn.btn-default:focus, .card .card-footer .btn.btn-primary:focus {
	opacity: 0.8;
	outline: none;
}
.card-green {
    border-color: #008835;
}

.card-header-green {
    border-color: #008835;
    color: #fff;
    background-color: #008835;
}

.card-red {
    border-color: #d9534f;
}

.card-header-red {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.card-yellow {
    border-color: #f0ad4e;
}

.card-header-yellow {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.card-info {
    border-color: #d8d8d8;
}

.card-header-info {
    border-color: #ffcea0;
    color: inherit;
    background-color: #ffcea0;
}

.col-md-12.nopadding.emp_details_columns {
    background-color: #f4f4f4;
	padding-bottom: 10px;
    padding-top: 10px;
}

.right_details_bdr {
    font-size: 14px;
    border-left: 1px solid #000;
    margin-left: 10px;
}
.IP {
	font-size: 12px;
}
.login_details {
	margin-left:15px;
	font-size: 12px;
}
.h1Name {
	color: #ef7f1a;
    margin-top: -20px;
    font-weight: 200;
    font-family: inherit;
    font-size: 18px;
}
.column_details {
    border-bottom: 5px solid #ef7f1a;
}
.row-details {
	margin-left: 0px;
	margin-right:0px;
}
.rowSpacing {
	margin-left: 0px;
	margin-right:0px;
}
.nopadding {
	padding-left:0;
	padding-right:0;
}
.profPic {
    width: auto;
    margin-left: 20px;
    margin-top: 5px;
	margin-right: 5px;
}
.ename_div{
	margin-left: 5px;
	width: 100%;
}
.ename {
	font-weight: 200;
	font-size: 26px;
}
.edesig {
	font-size: 14px;
	font-weight: 100;
}
.Empemail {
	font-size: 14px;
	font-weight: 100;
}
.Empphone {
	font-size: 14px;
	font-weight: 100;
}
.empcontact {
	margin-top: 76px;
}
div.lableDiv { 
  padding: 15px 20px;
  font-family: inherit;
  font-weight: bold;
}
div.valueDiv { 
  padding: 15px 0;
  font-family: inherit;
  color: inherit;
  border-bottom: 1px solid #d8d8d8;
  font-weight: normal;
}
/* Existing Styles End */


/* Styles by Guna */

@media (max-width: 768px) {
	.nav-login .nav-link img.user-avatar {
		width: 35px;
	}
    .dsh-tiles {
        text-align: center
    }
	.sidebar  .pt-3 {padding-top: 0px!important;}
    .row-details .nopadding {
        padding: 5px!important;
    }
	
    #main-content .row-details {
        margin-bottom: 12px!important;
    }
		
    .card {
        margin-right: 0px;
    }
	.nav-tabs .nav-link {
		font-size: 14px;
	}
	 div.col-lg-7.valueDiv {
    padding: 15px 20px !important;   
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #d8d8d8;
    font-weight: normal;
  }
  .empcontact {
    margin-top: 0px;
  }
  
  .column_details>.col-md-3.nopadding
  {
    padding: 0px!important; 
  }
  .h1Name {
    margin-left: -5px;
}
}

/* iphone 12, 12 Pro */
        @media only screen and (min-device-width: 390px) and (max-device-height: 844px) and (-webkit-device-pixel-ratio: 3) { 
		div.col-lg-7.valueDiv {
    padding: 15px 20px !important;   
    font-family: inherit;
    color: inherit;
    border-bottom: 1px solid #d8d8d8;
    font-weight: normal;
  }
  .empcontact {
    margin-top: 0px;
  }
}
       

@media screen and (min-width: 300px) and (max-width: 450px){
  .profPic {
    width: auto;
    margin-top: 5px;
    margin: auto;
  }
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .flex-column {
    flex-direction: row!important;
	}
	.h-100 {height: auto!important;}
}
