@charset "utf-8";
/* CSS Document */
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";

a {
	text-decoration: none;
	outline: none;
	color: #8e8f92;
}
a:hover {
	text-decoration: underline;
	color: #2078be;
}
a:link {
	outline: none;
}

body {
	background: url(../images/body_bg.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 12px;
}

.hr {
	background-color: #c0c0c0;
}

.times_new_roman {
	font-family: 'Times New Roman', Times, serif;
}

.btn {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0bbab5;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: 700; /*box-shadow:1px 1px 1px #333333;*/
	padding: 4px 20px;
	cursor: pointer;
}
.btn:hover {
	text-decoration: none; /*text-shadow:0 1px 0 #fff;*/
	color: #fff;
	background-color: #8e8f92;
}

.gray_btn {
	background-color: #0091d5;
	border: none;
	color: #b3def3;
	font-size: 14px;
	font-weight: 700; /*box-shadow:1px 1px 1px #333333;*/
	padding: 4px 20px;
}
.gray_btn:hover {
	text-decoration: none;
	color: #fff;
	background-color: #8e8f92;
}
.gray_btn.active {
	background-color: #8e8f92;
	color: #fff;
}

input.datepicker {
	float: left;
	border: 1px solid #dbdbdb;
	color: #696969;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	padding: 5px;
	background: url(../images/Calendar_Icon_22_X_25.jpg) 99% center no-repeat;
	cursor: pointer;
	display: block;
}
input.text_field {
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	padding: 5px;
}
.border {
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	color: #696969;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #8e8f92;
}
h1 {
	font-size: 28px;
	margin-top: 0px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}

#logo {
	float: left;
	width: 253px;
}

#logo a {
	color: rgba(0, 0, 0, 0);
}
#logo img {
	width: 100%;
	margin-top: 8px;
}

/*#logo a { background:url(../images/logo.png) left top no-repeat;}*/

/*-------------------------------------------------------------Top Nav End----------------------------------------------------------------*/

#header {
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 47px;
}

.header {
	height: 82px;
	margin: auto;
	position: relative;
	float: left;
	width: 100%;
}

.menu-header {
	float: left;
	width: 100%;
}

.hireme {
	position: absolute;
	right: 21.05263157894737%;
	padding-top: 7px;
	width: 11.57894736842105%;
}
.hireme img,
.newsletter img {
	width: 100%;
}

.newsletter {
	float: right;
	width: 18%;
	margin-top: 15px;
}

.horizontal-nav {
	background: #efefef;
}
.horizontal-nav ul {
	background: #f7f7f9;
	float: left;
	text-align: center;
	border: 1px solid #c8c8c8;
	border-radius: 3px;
}
.horizontal-nav ul li {
	float: left;
	border-left: 1px solid #c8c8c8;
}
.horizontal-nav ul li:first-child {
	border-left: 0 none;
}
.horizontal-nav ul li a {
	display: block;
	padding: 15px 10px;
	color: #595959;
	font-size: 12px;
	font-weight: bold;
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}
.horizontal-nav ul li:first-child a {
	border-left: 0 none;
}
.horizontal-nav ul li a:hover,
.horizontal-nav ul li.active a {
	background: #efefef;
	text-decoration: none;
	color: #12436c;
}
.horizontal-nav ul li:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.menu-header ul {
	float: left;
	position: static;
	letter-spacing: 1px;
	width: 100%;
	padding-left: 0px;
	margin: 0px;
}
.menu-header ul li {
	position: relative;
	display: block;
	float: left;
	margin-right: 16px;
}
.menu-header ul li a {
	position: relative;
	padding: 0px 5px;
	color: #b3def3; /*opacity:0.8*/
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	line-height: 46px;
	display: inline-block;
}
.menu-header ul li a:hover {
	background: url(../images/blue_nav_highlight.png) center bottom no-repeat;
	color: #fff;
	background-size: 100%;
}
.menu-header ul li ul {
	background: #0090d6;
	display: none;
	position: absolute;
	width: 183px;
	top: 32px;
	text-align: center;
	padding: 0px 1px 1px 1px;
	font-size: 11px;
	z-index: 9999999; /*opacity:0.95;*/
	border-radius: 3px;
}
.menu-header ul li ul li a {
	display: block;
	width: 163px;
	float: left;
	background: #04adff;
	color: #dcecf8;
	padding: 10px 10px;
	margin-top: 1px;
}
.menu-header ul li ul li ul {
	top: 0px;
	left: 179px;
}

/*-------------------------------------------------------------Top Nav End----------------------------------------------------------------*/

#container {
	/* background-color:#fff; box-shadow:0 0 5px rgba(0,0,0,0.5)*/
}

#sign_in {
	background-color: #e5e5e5;
	border: 1px solid #999;
}

#sign_in input.text_field {
	border: 1px solid #999;
	color: #666;
}

#sign_in #message {
	background-color: #ff4343;
	color: #ffffff;
}

#tab_wrap a {
	background-color: #0091d5;
	font-size: 14px;
	font-weight: 700;
	color: #b3def3;
}
#tab_wrap a:hover,
#tab_wrap a.active {
	text-decoration: none;
	background-color: #8e8f92;
	color: #fff;
}
#tab_wrap a.in_active {
	text-decoration: none;
	background-color: #b2b2b2;
	color: #8e8e8e;
	cursor: default;
	display: none;
}
#tab_wrap a.in_active:hover {
	text-shadow: none;
}
#tab_wrap span.singout_btn {
	background: #0091d5;
	font-weight: bold;
	font-size: 10pt;
	color: #fff;
}
#tab_wrap span.singout_btn cite {
	color: #ffffff;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
}
#tab_wrap span.singout_btn a {
	text-align: center;
	text-decoration: underline;
	background: none;
	font-size: 10pt;
	box-shadow: none;
	border-left: none;
}
#tab_wrap span.singout_btn a:hover {
	text-shadow: none;
}

.case_form {
	border: 3px solid #c0c0c0;
	background-color: #fff;
}

.form_content_head {
	border-bottom: 3px solid #c0c0c0;
}
.form_content_head .top_label {
	font-family: 'Times New Roman', Times, serif;
}

table.date_table td input.search_cases_btn {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: none;
	font-size: 17px;
	background: #0091d5;
	color: #b3def3;
}
table.date_table td input.search_cases_btn:hover {
	background-color: #8e8f92;
	color: #fff;
}

.select_filde {
	background-color: #f5f5f5;
	border: 1px solid #c0c0c0;
	color: #696969;
}
.select_filde label {
	font-size: 10pt;
	font-weight: bold;
}
.select_filde select {
	font-size: 10pt;
	font-weight: bold;
}
.schedule_content label {
	font-size: 10pt;
	font-weight: bold;
}

table.form_aera td h6,
table.new_case td h6 {
	background-color: #e5e5e5;
}
table.form_aera td input.text_field,
table.new_case td input.text_field {
	color: #696969;
}
table.form_aera td select,
table.new_case td select {
	color: #696969;
	font-size: 10pt;
	font-weight: bold;
}

table.table_data tr.table_head {
	background-color: #8e8f92;
	color: #fff;
	font-weight: bold;
}
table.table_data tr.table_head td {
	border: 1px solid #696969;
}
table.table_data td {
	border: 1px solid #696969;
}
table.table_data td a {
	color: #696969;
	font-weight: bold;
}
table.table_data td a:hover {
	color: #2078be;
}

.case_info_tab a {
	background-color: #0091d5;
	color: #b3def3;
	font-weight: bold;
	font-size: 16px;
}
.case_info_tab a:hover {
	text-decoration: none;
	background-color: #8e8f92;
	color: #fff;
}
.case_info_tab a.active {
	text-decoration: none;
	background-color: #8e8f92;
	color: #fff;
}
.case_info_tab a.in_active {
	text-decoration: none;
	background-color: #b2b2b2;
	color: #8e8e8e;
}
.case_info_tab a.in_active:hover {
	text-shadow: none;
}
.case_info h6 {
	color: #12416d;
	font-size: 16pt;
}
.case_id {
	color: #8e8f92;
	font-size: 16pt;
	font-weight: bold;
}

.invices_info table.table_data td:first-child {
	font-weight: bold;
}

.add_user {
	background-color: #fff;
}
.add_user table.form_aera td {
	font-weight: bold;
}
.add_user table.form_aera td table td {
	font-weight: normal;
}

#BrowserVisible,
#BrowserVisible2,
#BrowserVisible3 {
	background: url(../images/browse_btn.png) 100% 0px no-repeat;
}

#FileField,
#FileField2,
#FileField3 {
	color: #88898b;
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
}

.dataTables_filter input,
.dataTables_length select {
	border: 1px solid #dbdbdb;
	box-shadow: 1px 1px 0 #dbdbdb inset;
	color: #696969;
}

#loader {
	display: none;
	position: absolute;
	left: 44%;
	top: 50%;
	z-index: 16;
}
#loading {
	display: none;
	background: url(../images/loader_bg.png) left top;
	cursor: auto;
	width: 100%;
	height: 100%;
	z-index: 15;
	/* Positioning */
	position: absolute;
	left: 0;
	top: 0;
}
.clear {
	clear: both;
}

#footer_inner div:nth-child(4) {
	margin-right: 0px;
}

.footer {
	float: left;
	width: 100%;
	background: url(../images/dark_blue_wide_divider.png) center top no-repeat;
	text-align: left;
}
.footer_bg {
	padding-bottom: 40px;
}

#footer_inner {
	float: left;
	width: 100%;
	margin: auto;
	padding-top: 40px;
}
#footer_inner-address {
	float: left;
	width: 100%;
	margin: 0 auto 30px;
	padding-top: 10px;
}

.bottom_nav {
	float: left;
	display: block;
	padding-top: 28px;
}
.bottom_right {
	float: right;
	margin-top: -15px;
}
.img_float {
	float: right;
}
.bottom_address {
	float: left;
	margin-top: 25px;
}

/** Footer Widgets **/
.footer_widget {
	width: 21.3265306122449%;
	margin-right: 3.877551020408163%;
	float: left;
	padding-top: 20px;
}
.footer_widget h4 {
	font-size: 16px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #636363;
	border-bottom: 1px dashed #c9cdd1;
	padding-bottom: 15px;
}
.footer_widget p {
	line-height: 20px;
}
.footer_widget ul {
	margin-top: 0px;
}
.footer_widget ul li {
	margin-left: -40px;
	list-style: none;
	letter-spacing: 1px;
	border-bottom: 1px dashed #c9cdd1;
	text-indent: 15px;
	background: url(../images/transparent_arrow.png) scroll transparent no-repeat;
	background-position: 0px 12px;
}
.footer_widget ul li a {
	display: block;
	color: #666; /*opacity:0.6;*/
	padding: 8px 0px;
	font-size: 11px;
	text-decoration: none;
}
.footer_widget ul li a:hover {
	opacity: 10;
}

@media screen and (max-width: 940px) {
	.footer_widget h4 {
		font-size: 14px;
	}

	.bottom_nav {
		width: 100%;
		text-align: center;
	}

	.bottom_right {
		margin-top: 10px;
		text-align: center;
		float: none;
		width: 100%;
		display: inline-block;
	}
	.img_float {
		float: none;
	}
	.bottom_address {
		margin-top: 5px;
		float: none;
	}
}

@media screen and (max-width: 800px) {
	.menu-header ul li a {
		font-size: 11px;
		padding: 0;
	}
	.footer_widget h4 {
		text-transform: capitalize;
	}
}

#sign_in .form_title {
	background-color: #0091d5;
	color: #fff;
}

#container #sign_in.frm-adjust input.text_field {
	width: 93% !important;
}

#container #forgetPasswordForm .text_field.forget {
	width: 98% !important;
}

/* updated */

#sign_in {
	background-color: #cee0e9 !important;
}

#sign_in label {
	color: #000;
}


/* custom css for emulation  */
table.dataTable td {
    padding: 10px 10px !important;
}

.emulation_banner .return_main_acc {
    float: left;
    width: 450px;
    background-color: #FBBB00;
    color: black;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
    
}

.emulation_banner .return_main_acc:hover {
    background-color: rgb(23, 200, 109);
    color: white;
}

.emulation_banner .return_main_acc:active {
    background-color: white;
    color: black;
    border: 5px solid rgb(23, 200, 109);;
}

.emulation_banner .current_emulating_name {
    float: right;
    width: 450px;
    background-color: #FBBB00;
    color: black;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.error {
    color: red;
}

.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/* custom css for emulation ended */

/* New header footer design styles */

header {
      background: #fff;
      padding: 10px 30px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .logo img {
      height: 60px;
    }
    nav ul {
      list-style: none;
      display: flex;
      align-items: center;
      margin: 0;
      padding: 0;
    }
    nav ul li {
      position: relative;
      margin: 0 10px;
    }
    nav ul li a {
      text-decoration: none;
      padding: 10px 20px;
      background: white;
      border: 1px solid #ddd;
      border-radius: 12px;
      box-shadow: 0 3px 5px rgba(0,0,0,0.1);
      color: #000;
      font-weight: bold;
      display: inline-block;
      transition: all 0.3s ease;
    }
    nav ul li a:hover {
      background: #f4f4f4;
    }
    /* Submenu */
    nav ul li ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: white;
      padding: 10px 0;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      z-index: 1000;
      min-width: 200px;
    }
    nav ul li:hover ul {
      display: block;
    }
    nav ul li ul li {
      margin: 0;
    }
    nav ul li ul li a {
      border: none;
      border-radius: 0;
      box-shadow: none;
      padding: 10px 20px;
      font-weight: normal;
	background: #fff !important;
    }
    nav ul li ul li a:hover {
      background: #00c4cc;
      color: #fff;
    }

    /* Search */
    .search-container {
      display: flex;
      align-items: center;
      border: 1px solid #00c4cc;
      border-radius: 12px;
      padding: 5px 10px;
    }
    .search-container input {
      border: none;
      outline: none;
      padding: 5px;
      width: 120px;
    }
    .search-container svg {
      stroke: #00c4cc;
      width: 16px;
      height: 16px;
    }
    .close-btn {
      cursor: pointer;
      font-size: 18px;
      padding: 0 5px;
    }