/*==========Basic CSS==========*/

a:hover {
    text-decoration: none;
    
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family:  sans-serif;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
btn:focus {
    outline: none;
    box-shadow: none !important;
}

/*==========End Basic CSS==========*/

/*==========Jquery DataTable==========*/

.dataTables_length label{
	font-size: 1em;
    font-weight: 600;
    text-transform: capitalize;	
}

.dataTables_length select{
	border: 2px solid #ddd !important;
    padding: 5px !important;
    font-size: 1em !important;
    border-radius: 5px !important;
    color: #304659 !important;	
}

.dataTables_wrapper .dataTables_filter label{
	font-size: 1em;
    font-weight: 600;
    text-transform: capitalize;	
}
.dataTables_wrapper .dataTables_filter input {
	border: 2px solid #ddd !important;
    padding: 5px !important;
    font-size: 1em !important;
    border-radius: 5px !important;
    color: #304659 !important;	
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	padding: 5px !important;
	font-size: 1em !important;
	border-radius: 5px !important;
	background: #dee2e6 !important;
	color: white !important;
	height: 2.5em !important;
	width: 2.5em !important;
	border: none !important;
	
}

.table.dataTable thead th, table.dataTable thead td{
	    border-bottom: 1px solid #ddd !important;
}
	
.table.dataTable.no-footer {
     border-bottom: 1px solid #ddd !important; 
}

/*==========End Jquery DataTable==========*/

/*==========Common For All Pages==========*/

.form-group span{
    color: red;
    font-size: 1em;
    font-weight: 900;
	
}

.inner-level-sec{
	padding: 2%;
	border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 1px 8px 0px rgba(158, 158, 158, 0.75);
}

.btn-logout {
    padding: 0.5em;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1em;
    color: #fff !important;
    border: none !important;
    background: #4272d7 !important;
}

.btn-submit {
    padding: 10px 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff !important;
    border: none !important;
    border-radius: 2px;
    box-shadow: 0 2px 2.7px .1px rgba(0, 0, 0, .24) !important;
    background: #28a745 !important;
}

.btn-view-action {
	padding: 0.4em;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8em;
    color: #fff !important;
    border: none !important;
    background: #4272d7 !important;
}

.btn-role-action {
	padding: 0.4em;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8em;
    color: #fff !important;
    border: none !important;
    background: #c742d7 !important;
}

.btn-edit-action{
	padding: 0.4em;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 0.8em;
    color: #fff !important;
    border: none !important;
    background: #dc3545 !important;
}

.btn-modal-cls{
    padding: 0.5em !important;;
    letter-spacing: 1px;
    font-weight: 800;
    font-size: 1em;
    color: #fff !important;
    border: none !important;
    background: #dc3545 !important;
    opacity: 1 !important;
    margin: 0 !important;
}

/*==========End Common For All Pages==========*/

/*==========  Common Modal==========*/

.modal-header{
	padding: 0.5em !important;
    margin: 0 !important;
    color: white;
    background: #0E4D92;
}
.modal-title{
	text-align: center;
}
.modal-subtitle{
	font-size: 1.25em;
    font-weight: 700;
    text-decoration: underline;
}

.modal-table th{
    font-size: 1em !important;
}

.modal-table td{
    font-size: 1em !important;
    font-weight: 500 !important;
}

/*========== End Common Modal==========*/

/*========== Emplyoee Update Page==========*/

.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}

#update-sections .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#update-sections .panel-heading {
    border-radius: 30px;
    padding: 0;
}

#update-sections .panel-title a {
    background: #00c6d7 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}

#update-sections .panel-title a.collapsed {
    background: #021f4e none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #fff;
}

#update-sections .panel-title a::after, #update-sections .panel-title a.collapsed::after {
    background: #00c6d7 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\f106";
   	font-family: Font Awesome\ 5 Free;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}

#update-sections .panel-title a.collapsed::after {
    background: #021f4e none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
}

#update-sections .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#update-sections .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

/*========== End Emplyoee Update Page==========*/

/*========== Profile In Navigation Bar==========*/

.dropbtn {
	background-color: transparent;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
   	font-weight:700;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: white;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 0em;
    border-radius: 5px;
}

.dropdown-content a {
  color: black;
    width:350px;
  text-decoration: none;
  display: block;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {

}

.container-profile-top{
    width: 100%;
    margin: auto;
    padding: 30px 30px 30px;
}

.profile-img{
	width:35px !important;
	height:35px !important;
	border-radius:50%;
	
}

.user-name{
	text-align:left;
	font-size: 18px !important;
    margin: 0 !important;
    padding:0 !important;
}

.emp-id{
	text-align:left;
	font-size: 16px !important;
    color: grey !important;
    margin: 0 !important;
    padding:0 !important;
    line-height: 1.5;
}


.button-logout-top {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white !important;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius:5px;
  width: 100% !important;
}

.button-endday-top {
  background-color: red; /* Green */
  border: none;
  color: white !important;
  padding: 15px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius:5px;
  width: 100% !important;
}

/*========== End Profile In Navigation Bar==========*/

/*========== User Profile Modal==========*/

.pf-image{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}
.pf-md-lft{
	text-align:left;
	font-size: 18px !important;
    margin: 0 !important;
    padding:0 !important;
}
.pf-md-rght{
	text-align:left;
	font-size: 16px !important;
    color: grey !important;
    margin: 0 !important;
    padding:0 !important;
}

.nav-tabs{

  	border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}

.nav-link,
.nav-link.active
{
  	border: none;
    padding: 16px 22px;
    color:#fff;
    background:#272e38;
    border-radius:5px;
    border-bottom: 2px solid white;
}

.nav-link.active:after
 {
  
  
}
.tab-content{
  	background: #fdfdfd;
    line-height: 25px;
    border-top:5px solid #e74c3c;
    border-bottom:5px solid #e74c3c;
    padding:25px 25px;
    height:100%;
}

.nav-link:hover,
.nav-item.nav-link:focus
{
 	 border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
}

/*========== End User Profile Modal==========*/

/*========== Toggle Switch==========*/

/* The switch - the box around the slider */

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* 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: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .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);
}

/* Rounded sliders */

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*==========End Toggle Switch==========*/

/*==========LogIn Page==========*/

.Background-Banner {
	background: url(../images/resumepost.png) no-repeat 0px 0px;
	background-size: cover;
}

.Banner-Layer{
	background: url(../images/layer.png) no-repeat 0px 0px;
    background-size: cover;
	min-height: 100vh;
}

.Welcome-Note h2{
	font-size: 3em;
    color: #ffff;
    font-weight: 600;
    margin:0;
}

.Welcome-Note h6 {
	color: #ffffffd6;
    font-style: italic;
    font-weight: 600;
    font-size: 2em;
    margin: 0.3em 0;
}

.forms-gds {
	display: grid;
	grid-gap: 10px;
}

.Login-Fom-Details input[type="text"],.Login-Fom-Details input[type="password"] {
	background-color: #f6f6f6;
    border: 1px solid #eee;
    border-radius: 3px;
	border: none;
	outline: none;
	width: 100%;
	font-size: 15px;
	padding: 0px 15px;
	color: #304659;
	height: 45px;
	 text-align:left;
	-webkit-appearance: none;
	max-width:50%;
}

.signin-btn {
	background:#007bff;
	color: #fff;
	text-decoration: none;
	padding:0px 30px;
	text-align: center;
	font-size: 17px;
	display: inline-block;
	width: 100%;
	border: none;
	cursor:pointer;
	height: 45px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	max-width: 50%;
}

.signin-btn {
	background-color:#256ebe;
	opacity:1;
}

.Login-Form-Inner {
	text-align: center;
	margin: 0 auto;
	max-width: 750px;
	padding: 4em 0 0 0;
}

h6.action-link{
	 text-align:left;
	 padding:0;
}

.Login-Form-Inner a {
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 10px;
	display: inline-block;
}

.Login-Form-Inner a:hover {
   text-decoration: underline;
}


/*-- Responsive --*/

@media all and (max-width:992px) {
	 .Login-Form-Inner {
		padding: 5em 2em 2em 2em;
	}
}

@media all and (max-width:800px) {
	.Login-Fom-Details input[type="text"],.Login-Fom-Details input[type="password"]  {
		max-width: 75%;
	}
	.signin-btn{
		max-width: 75%;
	}
}

@media all and (max-width:736px) {
	.Login-Form-Inner {
		padding: 5em 2em 2em 2em;
	}
}

@media all and (max-width:568px) {
	 .Welcome-Note h2 {
		font-size: 45px;
		line-height: 55px;
	}
}

@media all and (max-width: 600px) {
	.Welcome-Note h2 {
		font-size: 50px;
		line-height: 60px;
	}
	 .Login-Form-Inner {
		padding: 5em 2em 2em 2em;
	}
}

@media all and (max-width: 480px) {
.Welcome-Note h2 {
		font-size: 2em;
		line-height: 50px;
	}
}

@media all and (max-width: 420px) {
.Welcome-Note h2 {
	font-size: 1.6em;
   	line-height: 50px;
	}
}

@media all and (max-width: 414px) { 
.Welcome-Note h6 {
		font-size: 17px;
		line-height: 25px;
	}
}

@media all and (max-width:384px) { 
	.Welcome-Note h6 {
		font-size: 1.2em;
	}
	.Login-Form-Inner {
		padding: 5em 2em 2em 2em;
	}
	 .Welcome-Note h2 {
		font-size: 1.4em;
		line-height: 45px;
	}
}

@media all and (max-width:320px) { 
	.Welcome-Note h2 {
	    font-size: 1.2em;
	    line-height: 45px;
	}
}

/*-- /Responsive--*/

/*==========End LogIn Page==========*/
