body {
  padding-top: 4rem;
}
.bg-DeepSkyBlue
{
	background-color: #66a9bd;
}
.table-colored-DeepSkyBlue th
{
	background-color: #66a9bd;
}
.table-colored-DeepSkyBlue th,.table-colored-DeepSkyBlue td
{
	border-color: white;
}
.table-colored-DeepSkyBlue tr
{
	background-color: #d5eaf0;
	border-color: white;
}
.table-colored-DeepSkyBlue tr:hover td
{
	background-color: #bcd9e1 !important;
}
.table-colored-DeepSkyBlue.DTFC_Cloned td
{
	background-color: #91c5d4;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.dataTables_filter
{
	width:auto;
	float:right;
}
.editable-input input
{
	height: 24px;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	width:130px;
}

input.form-control
{
	height: 40px;
	/*width:80px;*/
}
input.SearchField
{
	height: 30px;
	/*width:80px;*/
}
.editable-buttons .btn
{
	padding: 1px 5px;
	font-size: 16px;
	line-height: 1.5;
	border-radius: 3px;
}
.row{margin-left:-15px;}
.CustomSearch
{
	text-align:right;
}
.CustomSearch label
{
	display: inline;
	vertical-align: super;
}
.CustomSearch input
{
	width: 20%;
}
.navbar
{
	padding: .1rem 1rem;
}
.navbar-bg-color {
	background-color: #205081;
}
.bg-MyColor
{
	background-color: #f3f2f1 !important;
}
.nav-link:hover
{
	background-color: #296ca3 !important;
}
.dropdown-toggle::after {
    vertical-align: 0.1em;
}
.navbar .nav>li>a {
    text-shadow: none;
}
.DTFC_LeftHeadWrapper .dataTable
{
	margin-bottom: 0 !important;
}
.DTFC_LeftBodyLiner .dataTable
{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.DTFC_LeftBodyLiner .dataTable
{
	border-top:0;
}
.NewJoiners
{
	background-color:#c3f5c6 !important;
}
.Resigned
{
	background-color:#fd8787 !important;
}
.table-hover tr.hover>td
{
	background-color: #f5f5f5;
}

.not-specify-color{
	color: white;
	font-style: italic;
}

.blinking{
    animation:blinkingText 1s infinite;
}
@keyframes blinkingText{
    0%{     color: #dc3545;    }
    49%{    color: #dc3545; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #dc3545;    }
}
.editable-empty
{
	color: #DD1144 !important;
}
.editable-ValueReason-textarea
{
	width: 250px;
	margin-top: .5rem;
	height: 100px;
}
.editable-ValueReason-ammount
{
	width: 250px !important;
	height: 30px !important;
}
.editable-click
{
	font-size: 14px !important;
}
.table-bordered tr td:first-child,.table-bordered tr th:first-child
{
	border-left: 1px solid #dee2e6 !important;
}
.salary-custom-label{
	vertical-align: sub;
	display: inline-block;
}

.blinking_green{
    animation:blinkingTex 1s infinite;
}
@keyframes blinkingTex{
    0%{     color: #31B237;    }
    49%{    color: #31B237; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #31B237;    }
}


.outerDivFull { margin:50px; } 

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 40px; max-width: 100px; height: 20px; background: #e75955; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: '|||'; position: absolute; top: 2px; left: 2px; width: 15px; height: 15px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #5fbe5f; }
.switchToggle input:disabled + label, .switchToggle input:disabled + input + label  {background: #dec1c0; }
.switchToggle input:checked:disabled + label, .switchToggle input:checked:disabled + input + label  {background: #a2bfa2; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: ''; position: absolute; top: 5px; left: 35px; width: 15px; height: 15px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: ''; position: absolute; top: 5px; left: 10px; width: 15px; height: 15; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }
.box-shadow
{
	border: 1px solid #ccc;
}
#resendCodeDiv
{
	width: 100%;
	 text-align:left;	
}
.block
{	
	width: 30px;
	display: inline-block;
}
#textConfirmation
{	
	width: 90%;
	display: inline-block;
}
#backButton
{
	float:left;
}
.resend_verification_code{
	text-align: left;
}
.div_resend_button{
	height: 70px;
}
.resend-response-sms{
	padding-left: 65px;
	padding-right: 65px;
}
.techleadz_copy_right{
	margin-bottom: 10px;
}
.salary_status_pending{

	font-style: italic;
}
.salary_status_done{
	color: 
}
.dev_salary_action{
	display: inline-block;
    float: right;
    margin: -2px 9px 0px 1px;
}
.salary_action_fieldset{

 	display: inline-block !important;
    margin-bottom: 0px !important;
    border: 1px solid #f3f5f7;
    height: 35px;
    border-radius: 5px;
    box-shadow: 5px;
}
.salary_action_fieldset_label{

 	float: left;
    width: 130px;
    border: 1px solid #e0e0e0;
    padding: 9px 15px;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #f3f2f1;
    position: relative;
    margin-bottom: 0px !important;
    
}
.label_left_border{
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #d8ffcf !important;
}

.label_right_border{
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #ffb0ae !important;
}

.admin_remarks_bg{
	background-color: #c060a1 !important;
}

.reviewr_remarks_bg{
	background-color: #f3d478f7 !important;
}
.color_scheme:first-child
{
	margin-right: 0px;
}
.color_scheme
{
   width: 22px;
   margin-right: 4px;
   border-radius: 4px;
   cursor: default;
}

.add_emp_popup{
	max-width: 900px !important
}
.add_emp_inner_w{
	width: 48%;
}
.add_emp_p{
   height: 20px;
   font-size: 12px;
}
.add_emp_body{
   background-color: #f3f5f7;
   margin : 0px !important;
   padding: 15px 30px 0px 30px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
background-image: url(images/ui-icons_217bc0_256x240.png);
}

.spn_emp_info{

	font-weight: bold;
	font-size: 12px;
}

.inline-block{
	display: inline-block;
}

.user-icon{
   width: 40px;
    border-radius: 5px;
}

.user_icon_name{
  vertical-align: top;
  margin: 0px 0 0 3px;
  color: #0088cc;
}

.user_name{
	color: #0088cc;
}

.not-specified{
	color: #999;
}
}div#results{
	font-weight: bold;
}div#results .matched{
	color:green;
}div#results .not-matched{
	color:red;
}
.nav-tabs>.active>a, .nav-tabs>.active>a:hover, .nav-tabs>.active>a:focus {
border-top: 2px solid #007dcc;
}div.dataTables_scrollBody{
	height: auto!important;
}



.changed_field_box_shadow{
	background: #02c39a;
}
.dataTables_scrollFootInner table {
    margin-bottom: 0 !important;
}
#pending_count_alert{
	display: none;
} 

.loadingBar{
	position: fixed;
    left: 0;
    top: 0;
    background: black;
    border-radius: 5px;
    z-index: 999;
    border: 1px solid #636363;
	padding:10px;
}

#backgroundLoadingBar {
    z-index: 160;
	display:none;
	opacity: .5;
    transition: opacity .2s;
    transition-delay: .1s;
    visibility: visible;
    background: #000;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0;
    width: 100%;
}
.loading-123
{
	position: absolute;
    top: 0px;
    background: orange;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
    font-weight: bold;
    margin-left: -50px;
    left: 50%;
}
.color-red{
	background-color: red !important;
	color: white!important;
}
tr.main-table{
	cursor: pointer;
}
@media (min-width: 768px) {
.modal-xl {
width: 90%;
max-width:1200px;
}
}
.batch-e
{
	/*font-size: inherit;
	border-radius: .25rem;
	background-color: #6c757d;*/
	border-radius: .25rem;
    background-color: #d5eaf0;
    color: black;
    font-weight: normal;
    border: 1px solid #66a9bd;
}
.small-font
{
	font-size: 80% !important;
}
.info-box
{
	background: #1e1f1f17;
}
/*.executive_staff_bg{
	background-color: #61dc74b5!important;
}
.managerial_staff_bg{
	background-color: #d4c1738f!important;
}*/
.staff_category_bg{
	background-color: #f5a142!important;
}
.missing-account{
	color: orange;
}
.myaccordion {
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
}

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li + li {
  margin-top: 10px;
}

.content-table {
	width: 100%;
	background-color: #d5eaf0;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
.content-table td,
.content-table th {
	text-align: left;
	padding: 8px;
	border: 1px solid white;
	color: #2878b7;
	font-size: 13px;
	vertical-align: top;
}
.content-table td:first-child,
.content-table th:first-child {
	border-left: none;
}
.content-table td:last-child,
.content-table th:last-child {
	border-right: none;
}
.content-table tr:first-child th{
	border-top:none;
}
.content-table tr:last-child td{
	border-bottom: none;
}
.content-table th {
	font-weight: 600;
	color: black;
}
.content-table td {
	color: #2c2c2c;
}
.card .collapseContent
{
	display:none;
}
.card.Active .collapseContent
{
	display:block;
}
.card .card-header h4
{
	cursor:pointer;
}
.card.Active .fa-chevron-right:before
{
	content:"\f078";
}
.card .dropdown:hover .dropdown-menu
{
	display:inline-block;
	top:80%;
	left:auto;
	right:0;
}
.heading-session
{
	color:#005580;
	font-weight:bold;
}
.sub
{
	vertical-align:sub;
}
.card-header
{
	border-radius: calc(.5rem - 2px) !important;
}
.card.Active .card-header
{
	border-radius: calc(.5rem - 2px) calc(.5rem - 2px) 0 0  !important;
}

.display_none_cal{
	display: none;
} 

.RedColor{
	color: red !important;
}