@charset "utf-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.428571429;
	color: #4a4a49;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #4e93e1;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #999;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

h1,
.h1 {
	font-size: 36px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
	color: #9D4702;
}

p {
	margin: 0 0 10px;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-bold{
	font-weight : bold;
	font-size : 15px;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
	margin-bottom: 0;
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	white-space: nowrap;
	background-color: #f9f2f4;
	border-radius: 4px;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.428571429;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0;
}

.tpl-container {
    width: 970px;
	padding-right: 15px;
	margin-right: auto;
	margin-left: auto;
}

/* used only for pages with filter */
.tpl-container.pos-rel{
	position: relative;
}

#tpl-wrp-all-content{
    position: relative;
    min-height: 600px;
    left:0;
    top:0;
    zoom: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-md-12 {
	width: 100%;
}

.col-md-11 {
	width: 91.66666666666666%;
}

.col-md-10 {
	width: 83.33333333333334%;
}

.col-md-9 {
	width: 75%;
}

.col-md-8 {
	width: 66.66666666666666%;
}

.col-md-7 {
	width: 58.333333333333336%;
}

.col-md-6 {
	width: 50%;
}

.col-md-5 {
	width: 41.66666666666667%;
}

.col-md-4 {
	width: 33.33333333333333%;
}

.col-md-3 {
	width: 25%;
}

.col-md-2 {
	width: 16.666666666666664%;
}

.col-md-1 {
	width: 8.333333333333332%;
}

.float-l{
 	float:left;
}
.float-r{
 	float:right;
}

table {
	max-width: 100%;
	background-color: transparent;
}

th {
	text-align: left;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	/* IE8-9 */
	line-height: normal;
}

input[type="file"] {
	display: block;
}

select[multiple],
select[size] {
	height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.group-label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.form-group {
	margin-bottom: 15px;
	position: relative;
}

.form-group .wrp-frm-el {
	display: block;
	position: relative;
}

.form-group label.required:after {
	content: "*";
	color: #f00;
}

.form-control {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-readonly {
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #efefef;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.input-small {
	width: 100px;
}

.form-control.input-medium {
	width: 200px;
}

.form-control.input-large {
	width: 400px;
}

.form-control.input-xlarge {
	width: 600px;
}

.form-control.filter-input-medium {
	width: 160px;
}
.form-control.small-text {
	width: 50px;
	height: 20px;
	padding: 0px 0px;
	font-size: 12px;
}
.form-control-date {
	width: 140px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}

.form-group .wrp-frm-el textarea {
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
	min-height: 60px;
	padding: 6px 12px;
	max-width: 100%;
}

.form-group .wrp-frm-el textarea.large {
	min-height: 120px;
}

.form-group .wrp-frm-el textarea.x-large {
	min-height: 180px;
}

.form-group .wrp-frm-el textarea.xx-large {
	min-height: 240px;
}

input[disabled].form-control {
	background-color: #efefef;
}

/* datepicker / calendar control input */
.form-control.date-picker {
	width: 160px;
}
.form-control:-moz-placeholder {
 color: #999;
}
.form-control::-moz-placeholder {
 color: #999;
 opacity: 1;
}
.form-control:-ms-input-placeholder {
 color: #999;
}
.form-control::-webkit-input-placeholder {
 color: #999;
}

.form-horizontal {
	display: table;
}

.form-horizontal .form-group {
	display: table-row;
}

.form-horizontal .form-group label {
	display: table-cell;
	padding-right: 10px;
}

.form-horizontal .form-group .wrp-frm-el {
	display: table-cell;
	padding-bottom: 10px;
}

.form-horizontal .text-area label {
	vertical-align: top;
}

.radio,
.checkbox {
	display: block;
	min-height: 20px;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.radio label,
.checkbox label {
	display: inline;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

/* styled radiobuttons */
.form-group.radio-group label,
.form-group.checkbox-group label {
	cursor: pointer;
	font-weight: normal;
	padding: 10px 10px 15px 30px;
	margin-bottom: 0;
	background-repeat: no-repeat;
	background-position: left center;
}

.form-group.radio-group label input[type=radio],
.form-group.checkbox-group label input[type=checkbox] {
	position: absolute;
	left: -9999px;
}

.form-group.radio-group label {
	background-image: url(../img/form-radio-off.png);
}

.form-group.radio-group label.r_on {
	background-image: url(../img/form-radio-on.png);
}

.form-group.checkbox-group label {
	background-image: url(../img/form-check-off.png);
	padding-left: 32px;
}

.form-group.checkbox-group label.c_on {
	background-image: url(../img/form-check-on.png);
}

.form-group-multi {
}

.form-group-multi.col-count-2 .form-group {
	width: 50%;
	float: left;
	padding-right: 1%;
}

.form-group-multi.col-count-2 .form-group:last-child {
	padding-right: 0;
}

.form-group-multi.col-count-3 .form-group {
	width: 33.333%;
	float: left;
	padding-right: 1%;
}
.form-group-multi.col-count-3 .form-group1 {
	width: 23%;
	float: left;
	padding-right: 1%;
}
.form-group-multi.col-count-3 .form-group2 {
	width: 42%;
	float: left;
	padding-right: 0%;
}
.form-group-multi.col-count-3 .form-group3 {
	width: 35%;
	float: left;
	padding-right: 0%;
}
.form-group-multi.col-count-3 .form-group:last-child {
	padding-right: 0;
}

.multi-cols-count-2 {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 50%;
}

.form-free-flow .form-group {
	float: left;
	margin-right: 10px;
}

.wrp-buttons {
}

button {
	background: #e5e5e5;
	border: none;
	border-radius: 5px;
	color: #78491B;
	padding: 5px;
	text-shadow: 0 0 #EAC26C;
	cursor: pointer;
	margin-right: 10px;
}

button.inlineButtons
{
	width : 100%;
	height : 100%;
}

button span {
	background: #efd9ab;
	background: linear-gradient(to bottom, #efd9ab 0%, #fff3cf 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #efd9ab 0%, #fff3cf 100%);
	border: 1px solid transparent;
	border-radius: 5px 5px 5px 5px;
	padding: 5px 10px;
	display: inline-block;
}

button:hover span {
	background: #fff3cf;
	background: linear-gradient(to bottom, #fff3cf 0%, #efd9ab 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #fff3cf 0%, #efd9ab 100%);
}

button.primary span {
	background: #fdbf03;
	background: linear-gradient(to bottom, #FDBF03 0%, #D79412 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #fdbf03 0%, #d79412 100%);
	font-weight: bold;
}

button.primary span.normalSpan {
	background: #fdbf03;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 100%);
	font-weight: normal;
	width:100%;
	height:100%;
}
button.primary:hover span {
	background: #D79412;
	background: linear-gradient(to bottom, #D79412 0%, #FDBF03 100%) repeat scroll 0 0 transparent;
	background: -moz-linear-gradient(top, #D79412 0%, #FDBF03 100%);
}

/* file upload styles */
.file-upload-info {
	background: url(../img/ic-file-attach.png) no-repeat left center;
	padding-left: 28px;
	color: #999;
	font-size: 12px;
	min-height: 35px;
	line-height: 35px;
}

.file-upload-list {
	list-style-type: none;
	padding-left: 0;
}

.file-upload-list li {
	clear: both;
	padding: 5px 10px;
}

.file-upload-list .label {
	font-weight: bold;
	text-transform: uppercase;
}

.file-upload-list .file-name {
	color: #9D4702;
}

.file-upload-list .link-remove {
	display: inline-block;
	padding-left: 20px;
	background: url(../img/ic-close-fileupload.png) no-repeat left center;
	float: right;
}

.clearfix:before,
.clearfix:after,
.tpl-container:before,
.tpl-container:after,
.row:before,
.row:after {
	display: table;
	content: " ";
}

.clearfix:after,
.tpl-container:after,
.tpl-container-fluid:after,
.row:after {
	clear: both;
}

.boldText
{
	font-weight : bold;
	font-size : 16px;
}
.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

/*------------------------------------------*/
body {
	background: #f9f6ed url("../img/bg-body.png") repeat 0 0;
}

.wrp-header {
	min-height: 90px;
}

.pnl-logo-modria {
	position: relative;
	display: inline-block;
}

.pnl-logo-modria h1 {
	float: left;
	width: 405px;
	height: 63px;
	margin-top: 10px;
	background: url("../img/logo-modria-rc.png") no-repeat 0 0;
}

.pnl-logo-client {
	position: relative;
	float: right;
}

.pnl-logo-client .logo-client {
	display: inline-block;
	position: absolute;
	right: 5px;
}

.pnl-logo-client .logo-client .client-name {
	width: 350px;
	height: 50px;
	padding-top :15px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Top navigation styles */
.pnl-top-nav {
	margin-top: 50px;
	float: right;
}

.pnl-top-nav .top-nav li {
	display: inline-block;
}

.pnl-top-nav .top-nav li a {
	font-size: 1em;
	color: #4C4C4C;
	padding: 0.7em;
	text-align: center;
	text-decoration: none;
}

.pnl-top-nav .top-nav li a:hover {
	color: #888;
	text-decoration: underline;
	background: #f9f6ed;
	border-radius: 10px;
}

.pnl-top-nav .top-nav li.active a {
	color: #9D4702;
	background: #fff;
	border-radius: 10px;
	line-height: 50px;
}

.pnl-top-nav .top-nav li.active a:hover {
	cursor: default;
	text-decoration: none;
}

.tpl-main-content {
	/* position: relative; COMMENTED BY RAO TEMPORARILY */
	overflow: visible;
}

.tpl-content-canvas {
	min-height: 500px;
	padding-top: 15px;
	background: transparent url(../img/bg-page-gradient.png) repeat-x left top;
}

/* page section tabs */
.pnl-page-tabs {
	position: relative;
	overflow: hidden;
}

.pnl-page-tabs .page-tabs ul {
	padding-left: 1.5em;
	margin-bottom: 0;
}

.pnl-page-tabs .page-tabs li {
	display: inline-block;
	background: #3e3e3b;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 3px 0;
}

.pnl-page-tabs .page-tabs li a {
	text-decoration: none;
	padding: 5px 10px 5px 45px;
	color: #fff;
	display: inline-block;
	background-position: 10px 4px;
	background-repeat: no-repeat;
}

.pnl-page-tabs .page-tabs li.active {
	background: #f9f6ed;
	box-shadow: 0 7px 5px 0 #dad2ba inset;
}

.pnl-page-tabs .page-tabs li.active a {
	color: #9d4702;
}

.pnl-page-tabs .page-tabs li .cases {
	background-image: url(../img/ic-cases.png);
}

.pnl-page-tabs .page-tabs li.active .cases {
	background-image: url(../img/ic-cases-active.png);
}

.pnl-page-tabs .page-tabs .reporting {
	background-image: url(../img/ic-reporting.png);
}

.pnl-page-tabs .page-tabs .scheduling {
	background-image: url(../img/ic-scheduling.png);
}

.pnl-page-tabs .page-tabs .management {
	background-image: url(../img/ic-account.png);
}

.pnl-page-tabs .page-tabs li.active .management {
	background-image: url(../img/ic-account-active.png);
}

.pnl-main-content {
	padding: 0.8em;
	background: #f9f6ed;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	box-shadow: 0 1px 20px #ccc;
	-moz-box-shadow: 0px 1px 20px #ccc;
	-webkit-box-shadow: 0px 1px 20px #ccc;
	transition: all 0.3s ease;
}
.pnl-main-content h1{
    color: #9d4702;
    font-size: 28px;
}

.pnl-main-content-filter {
	padding: 0.8em;
	background: #f9f6ed;
	border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	box-shadow: 0 1px 20px #ccc;
	-moz-box-shadow: 0px 1px 20px #ccc;
	-webkit-box-shadow: 0px 1px 20px #ccc;
	transition: all 0.3s ease;
	min-height: 780px;
}
.pnl-main-content-filter h1{
    color: #9d4702;
    font-size: 28px;
}
/*************** Footer Styles *******************************************/
footer {
	background: #3a3a3a;
	color: #fff;
	text-align: center;
	padding: 1em 0;
	overflow: hidden;
}

footer a:link,
footer a:visited {
	text-decoration: none;
	color: #fdb803;
}

footer a:hover {
	text-decoration: underline;
}

footer .odr-favicon {
	display: inline-block;
	background: url(../img/favicon_modria.png) no-repeat 0 0;
	padding-left: 32px;
	height: 30px;
	vertical-align: middle;
}

footer p img {
	vertical-align: middle;
}

/* NOTIFICATION STYLES - error, alert, message */
.wrp-notification .msg-error {
	display: inline-block;
	padding-left: 22px;
	background: url(../img/ic-notificaiton-error.png) no-repeat left center;
}

/* forms */
.wrp-select-box {
	position: relative;
}

.wrp-select-box input.select-box {
	background: #fff url(../img/ic-select-box.png) no-repeat 97% center;
	cursor: pointer;
	padding-right: 20px;
	display: block;
	zoom: 1;
}

.wrp-select-box .options-list {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #959595;
	z-index: 100;
	display: none;
	width: 100%;
	zoom: 1;
}

.wrp-select-box .options-list span {
	padding: 10px;
	color: #333;
	border-bottom: 1px solid #959595;
	cursor: pointer;
	display: block;
	zoom: 1;
}

.wrp-select-box .optionsList span:last-child {
	border: none;
}

.wrp-select-box .options-list span:hover {
	background: #F9F6ED;
}

/* Reveal Modal -lightbox styles */
.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.8);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	visibility: hidden;
	top: -50px;
	left: 50%;
	margin-left: -300px;
	width: 620px;
	background: #eee;
	position: absolute;
	z-index: 10001;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
	-box-shadow: 0 0 10px rgba(0,0,0,.4);
	background: #f7f3e8;
	background: -moz-linear-gradient(top, #ffffff 0%, #f7f3e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f7f3e8));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f7f3e8 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f7f3e8 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f7f3e8 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f7f3e8 100%);
}

.reveal-modal.small {
	width: 200px;
	margin-left: -140px;
}

.reveal-modal.medium {
	width: 400px;
	margin-left: -240px;
}

.reveal-modal.large {
	width: 600px;
	margin-left: -340px;
}

.reveal-modal.xlarge {
	width: 800px;
	margin-left: -440px;
}

.reveal-modal .wrp-lb-icons {
	position: absolute;
/* 	background: url(../img/Ohio_Icon.png) no-repeat left center; */
	left: -20px;
	top: -20px;
 	height: 100px;
	width: 100%;
}

.reveal-modal .wrp-lb-icons .close-reveal-modal {
	float: right;
	display: inline-block;
	margin-top: 40px;
	color: #9d4702;
	padding-right: 15px;
	background: url(../img/ic-close-lightbox.png) no-repeat right center;
}

.reveal-modal h1 {
	margin-top: 55px;
	padding-left: 70px;
}

.reveal-modal .wrp-lb-content {
	padding: 20px;
}

.box-round{
    margin:10px;
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    border:1px solid #d5d3ce;
    background: -moz-linear-gradient(top,  #ffffff 0%, #f7f3e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f3e8));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f3e8 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#f7f3e8 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#f7f3e8 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f7f3e8 100%);
}

.box-round.small{
   width: 200px;
}
.box-round.medium{
   width: 300px;
}
.box-round.large{
    width: 400px;
}

.box-round.large-x{
    width: 500px;
}

/* Menu configs new*/
.menuListItems{
	background: none repeat scroll 0 0 #fff;
    border: 2px solid #d8d8d8;
    border-radius: 5px;
    margin-left: 2px;
    margin-top: -5px;
    display: block;
	padding: 3px 18px 5px 10px;
	text-decoration: none;
	color: #4e93e1;
}

a.menuListItems:hover, a.menuListItems:focus{
	color: #4e93e1;
	text-decoration: none;
}

a.menuListItems:focus {
	outline: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.menuScrollList{
	max-height: 320px;
	overflow-y: auto !important;
	overflow-x: hidden;
}

.menuListArrow{
	background: url("../img/ic-actionbtn-arrow-down.png") no-repeat scroll right center / 15px auto rgba(0, 0, 0, 0);
    border-radius: 25px;
    float: right;
    height: 20px;
    margin-right: -10px;
    width: 20px;
}
.tl-menu-list{
    margin-top: 10px;
    margin-left: -35px;
}

.tl-menu-list nav ul {
	padding: 0 0px 0 0;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
    margin-bottom: 0;
}

.tl-menu-list nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.tl-menu-list nav ul li {
	float: left;
	position: relative;
}

.tl-menu-list nav ul ul {
    background: none repeat scroll 0 0 #fff;
  	border: 1px solid #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 4px 3px 0 #999;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 9999;
    -webkit-box-shadow: 2px 4px 3px 0 #999;
	-moz-box-shadow: 2px 4px 3px 0 #999;
}

.vlarge-width {
    width: 420%;
}

.large-width {
	width: 400%;
}

.medium-width {
	width: 340%;
}

.small-width {
	width: 280%;
}

.vsmall-width {
	width: 220%;
}

.tl-menu-list nav ul ul li {
	float: none;
    /* margin: 5px 0; */
    padding: 5px;
    position: relative;
}

.tl-menu-list nav ul ul li:hover{
	background:#4a4a49;
	cursor:pointer;
}

.tl-menu-list nav ul ul li:hover a{
	color:#fff;
	font-weight:bold;
}

.tl-menu-list nav ul ul li a {
	font-family: helvetica;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
}

.tl-menu-list nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.tl-menu-list.right nav ul ul{
    text-align: left;
    right:0;
}

.tl-menu-list nav ul ul {
	display: none;
}

.viewMoreMenus{
	color: #4e93e1;
	cursor: pointer;
    font-family: helvetica;
    font-size: 15px;
    margin: 5px 45px;
    text-align: center;
}

/* Menus used in timeline */
.tl-menu{
    margin-top: 10px;
}
.tl-menu nav ul ul {
	display: none;
}

.tl-menu nav ul li:hover > ul {
	display: block;
}

.tl-menu nav ul {
	padding: 0 0px 0 0;
	border-radius: 10px;
	list-style: none;
	position: relative;
	display: inline-table;
    margin-bottom: 0;
}

.tl-menu nav ul:after {
	content: "";
	clear: both;
	display: block;
}

.tl-menu nav ul li {
	float: left;
	position: relative;
}

.tl-menu nav ul li:hover {
	background: #fff url(../img/ic-tl-menu-down.png) no-repeat right center;
}

.tl-menu nav ul li:hover a {
	color: #9D4702;
}

.tl-menu nav ul li a {
	display: block;
	padding: 3px 18px 5px 10px;
	text-decoration: underline;
}

.tl-menu nav ul li a.style1 {
    text-decoration: none;
    border-radius: 3px 3px 0 0;
    color: #78491B;
    background: #fdbf03;
    background: linear-gradient(to bottom, #FDBF03 0%, #D79412 100%) repeat 0 0 transparent;
    background: -moz-linear-gradient(bottom, #fdbf03 0%, #d79412 100%);
}
.tl-menu nav ul li a.style1 .ic-arrow{
    float:right;
    width: 20px;
    height: 16px;
    margin-top: 3px;
    background: url(../img/ic-actionbtn-arrow-down.png) no-repeat center center;

}
.tl-menu nav ul ul {
	position: absolute;
	top: 100%;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 2px 4px 3px 0 #999;
	-moz-box-shadow: 2px 4px 3px 0 #999;
	box-shadow: 2px 4px 3px 0 #999;
	padding: 0;
    z-index: 100000;
}

.tl-menu nav ul ul li {
	float: none;
	position: relative;
}

.tl-menu nav ul ul li a {
	padding: 10px 15px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #9D4702;
}

.tl-menu nav ul ul li:last-child a {
	border-bottom: none;
}

.tl-menu nav ul li:hover ul li a {
	color: #000;
}

.tl-menu nav ul ul li a:hover {
	background: #fbe5c0;
}
.menu-style1 .tl-menu nav ul ul li a:hover {
    background: #fae5a7;
}

.tl-menu nav ul ul ul {
	position: absolute;
	left: 100%;
	top: 0;
}

.tl-menu.right nav ul ul{
    text-align: left;
    right:0;
}

/* for admin pages top navigation */
.tl-menu.admin-top-menu nav ul li a {
    color: #000;
    text-decoration: none;
}
.tl-menu.admin-top-menu nav ul li:hover {
    background-image: none;
}
.tl-menu.admin-top-menu nav ul li.submenu{
    background: transparent url(../img/ic-tl-menu-down.png) no-repeat right center;
}
.tl-menu.admin-top-menu nav ul li.submenu:hover {
    background: #fff url(../img/ic-tl-menu-down.png) no-repeat right center;
}


.layout-table {
	display: table;
	width: 100%
}

.layout-table .tbl-row {
	display: table-row;
}

.layout-table .tbl-row .tbl-cell {
	display: table-cell;
}
.tbl-cell.w10 {
	width: 10%;
}
.tbl-cell.w20 {
	width: 20%;
}
.tbl-cell.w25 {
	width: 25%;
}
.tbl-cell.w30 {
	width: 30%;
}
.tbl-cell.w40 {
	width: 40%;
}
.tbl-cell.w50 {
	width: 50%;
}
table.table-w100 {
	width: 100%;
}

.layout-table .tbl-row .tbl-cell.spacer {
	width: 30px;
}
.layout-table .tbl-row .tbl-cell.spacer-small {
	width: 10px;
}
.layout-table .tbl-row .border-L {
	border-left: 1px solid #ccc;
}

.wrp-case-detail-headers .cd-headers h3{
    font-size:18px;
}

.wrp-case-detail-headers .cd-meta{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:5px 15px;
    margin-bottom: 0;
}

/* table-records class should be used only for tables with just records as rows, example. caselist page */
.wrp-table-records{
    width: 100%;
    overflow-y: auto;
}
.wrp-table-records .table-records {
	border-collapse: collapse;
	width: 100%;
}

.table-records th,
.table-records td {
	border-left: 1px solid #d6d4cc;
	cursor: pointer;
}

.table-records th {
	background: #3e3e3b url(../img/ic-sort-both.png) no-repeat 97% center;
	color: #f8ac34;
	font-size: 12px;
	padding: 7px 16px 7px 7px;
	text-transform: uppercase;
}


.table-records th.chkbox {
	width: 40px;
	background-image: none;
}

.table-records th.chkbox:hover {
	cursor: default;
}

.table-records th.case-no {
	width: 144px;
}

.table-records td {
	color: #4a4a49;
	background: #f9f6ed;
	border-bottom: 1px solid #d6d4cc;
	padding: 7px 10px;
}

.table-records td pre {
	width: inherit ;
	color: #4a4a49;
	background: #f9f6ed;
	border-bottom: 1px solid #d6d4cc;
	padding: 7px 10px;
	font-family: inherit;
	font-size : inherit ;
	border : none ; 
	white-space: pre-line;
}

.table-records tr.altRow td {
	background: #eceae3;
}

.table-records tr:hover td {
	background: #fff;
	color: #333;
}

.table-records tr:hover td pre {
	background: #fff;
	color: #333;
}

.table-form-elements td {
	font-size: 12px;
	text-transform: none;
	vertical-align: top;
	cursor:default;
}

.table-form-elements th {
	background-image: none;
}

.table-form-elements input[type="text"] {
	height: 26px;
	padding:3px 6px;
	font-size:12px;
	border-radius:3px;
}

.table-form-elements input[disabled].form-control {
	background-color: #efefef;
}

.wrp-table-keyvalue{
}

.wrp-table-keyvalue h2{
	color:#9D4702;
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
}

.wrp-table-keyvalue .table-keyvalue{
	border-collapse:collapse;
	width:100%;
}
.wrp-table-keyvalue .table-keyvalue th{
	padding: 7px 16px 7px 7px;
	border-bottom: 1px solid #d6d4cc;
	background: #eceae3;
}

.wrp-table-keyvalue .table-keyvalue td{
	border-left: 1px solid #d6d4cc;
	padding: 7px 16px 7px 7px;
	border-bottom: 1px solid #d6d4cc;
	background: #eceae3;
}

.wrp-table-keyvalue .table-keyvalue tr.altRow th, 
.wrp-table-keyvalue .table-keyvalue tr.altRow td{
	background: transparent;
}

.wrp-table-keyvalue .table-keyvalue th .text-normal{
	font-weight:normal;
}


.wrp-table-bordered table{
    width: 100%;
    border-collapse: collapse;
}

.wrp-table-bordered td,
.wrp-table-bordered th{
    border:1px solid #D6D4CC;
    padding: 7px 16px 7px 7px;
}

.wrp-pagination {
	background: #808080;
	padding: 0.3em;
}

.wrp-pagination .pagination {
	font-size: 12px;
	display: inline-block;
}

.wrp-pagination .pagination.right {
	float: right;
}

.wrp-pagination .pagination .previous,
.wrp-pagination .pagination .next,
.wrp-pagination .pagination .go-button.jumpTo {
	display: inline-block;
	margin-right: 7px;
	background-color: #5E5E5E;
	border-radius: 15px;
	color: #F5C226;
	padding: 5px 7px;
	font-weight: bold;
	text-decoration: none;
}

.wrp-pagination .pagination .page-info {
	background-color: #DFD2DF;
	border-radius: 8px 8px 8px 8px;
	margin-right: 7px;
	padding: 2px 5px;
}

.wrp-pagination .pagination .jumpToText {
	width: 30px;
	margin-right: 5px;
	padding: 2px 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.collapsible-hdr {
	border-bottom: 3px solid #F8AC34;
	padding: 0 0 0 10px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

.collapsible-hdr .hdr-txt {
	padding: 5px 10px;
	color: #3E3E3B;
	display: inline-block;
	background-color: #F8AC34;
	border-radius: 5px 5px 0 0;
}

.collapsible-hdr .collapsible-icon {
	display: inline-block;
	float: right;
	width: 20px;
	height: 20px;
	background: url(../img/ic-arrow-down.png) no-repeat right center;
	cursor: pointer;
	margin-top: 5px;
}

.collapsible-hdr .collapsible-icon.collapsed {
	background: url(../img/ic-arrow-right.png) no-repeat right bottom;
}

.adm-wrp-record-set {
}

/* styles for filters used in caselist */

.wrp-filters{
    position:absolute;
    top:43px;
    left:0;
    bottom:35px;
    background:#f9f6ed;
    width:210px;
    box-shadow:-5px 1px 15px #ccc;
    -moz-box-shadow:-5px 1px 15px #ccc;
    -webkit-box-shadow:-5px 1px 15px #ccc;
    zoom:1;
    z-index:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity:1;
    top:43px;
   
}
.wrp-filters .pointer{
    width:30px;
    height:55px;
    position:absolute;
    top:0;
    left:-31px;
    background:#f9f6ed;
    -moz-border-top-left-radius:10px;
    -webkit-border-top-left-radius:10px;
    -moz-border-bottom-left-radius:10px;
    -webkit-border-bottom-left-radius:10px;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    -moz-box-shadow:-5px 1px 10px #ccc;
    -webkit-box-shadow:-5px 1px 10px #ccc;
    box-shadow:-5px 1px 10px #ccc;
    cursor:pointer;
}
.wrp-filters .pointer .arrow{
    position:absolute;
    top:20px;
    left:10px;
    width:12px;
    height:17px;
}
.wrp-filters .pointer .rightArrow{
    background:transparent url(../img/ic-filter-arrow-right.gif) no-repeat 0 0;
}
.wrp-filters .pointer .leftArrow{
    background:transparent url(../img/ic-filter-arrow-left.gif) no-repeat 0 0;
}
.wrp-filters .pointer .menu{
    background:transparent url(../img/menuIcon.gif) no-repeat 0 0;
    display:none;
}

.wrp-filters .pnl-filters-hide {
    opacity: 1;
    display:none;
    background-color: #F9F6ED;
    padding:15px;
    max-height: ;
	height: ;
	overflow-y: auto;
	overflow-x: hidden;
}
.wrp-filters .pnl-filters {
    opacity: 1;
    background-color: #F9F6ED;
    padding:15px;
}
.wrp-filters .pnl-filters input.search {
    background: url("../img/ic-search.png") no-repeat 90% center #FFFFFF;
    border: 1px solid #E5E3DB;
    border-radius: 20px 20px 20px 20px;
    color: #333333;
    padding: 5px;
    text-indent: 5px;
    width: 90%;
}

.wrp-filters .pnl-filters .header {
    background: url("../img/ic-filter.png") no-repeat 0 top;
    font-weight: bold;
    padding: 0 0 10px 20px;
    text-transform: uppercase;
    color: #9d4702;
    border-bottom: 1px solid #ccc;
}

.wrp-filters .pnl-filters .header .expCol {
    background: url("../img/ic-filter-arrow-down.png") no-repeat 0 0;
    display: block;
    float: right;
    height: 11px;
    width: 22px;
}
.wrp-filters .pnl-filters .filterActionsBar {
    margin-top: 20px;
    text-align: center;
}

.wrp-filter-group .fsection h3{
    font-size:14px;
    font-weight: bold;
    background:transparent url(../img/ic-filters-plus.png) no-repeat right 10px;
    padding:10px 0;
    cursor:pointer;
    color: inherit;
    margin:0;
}
.wrp-filter-group .fsection h3.expand{
    background-image: url(../img/ic-filters-minus.png);
}

.wrp-filter-group .fsection h3.small{
    width : 70px !important;
}

.wrp-filter-group .fsection h3.medium{
    width : 120px !important;
}

.wrp-filter-group .fsection ul{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position:relative;
    top:0;
    opacity:1;
    display:block;
    list-style-type: none;
    padding-left: 0;
}
.wrp-filter-group .fsection .hide{
    top:-150px;
    opacity:0;
    display:none;
}
.wrp-filter-group .fsection ul li{
    color:#4a4a49;
    font-size:12px;
}
.wrp-filter-group .fsection ul li label{
    position: relative;
    display: block;
    font-weight: normal;
    padding-right: 30px;
}
.wrp-filter-group .fsection input[type=checkbox]{
    padding:5px;
}

.wrp-filter-group .fsection .count{
    position: absolute;
    width: 30px;
    top: 4px;
    right: 0;
    text-align: right;
}
.wrp-filter-group .fsection article{
    max-height: 200px;
    overflow-y: auto;
}
.moveLeft{
    left:-30px;
}
.moveRight{
    /*left:195px !important;*/
    left:180px !important;
}

.moveFilterLeft{
    left:-110px;
    top:43px;
}
.moveFilterRight{
    left:100px !important;
}

.filter-actions .btn-reset {
    background-color: #5A5A5A;
    border-radius: 3px 3px 3px 3px;
    color: #DEC74F;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    padding: 6px;
    text-shadow: 0 1px #3E3E3E;
    margin-right: 10px;
}

.filter-actions .btn-search {
    border-radius: 3px 3px 3px 3px;
    color: #78491B;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    line-height: 40px;
    padding: 6px;
    background: #fdbf03;
    background: linear-gradient(to bottom, #FDBF03 0%, #D79412 100%) repeat 0 0 transparent;
    background: -moz-linear-gradient(bottom, #fdbf03 0%, #d79412 100%);
}

/* New type of Filters */
.wrp-filters-h{

}

.wrp-filters-h .filters-hd{
  padding:3px 0;
  background:#ffe3ca;
  background: linear-gradient(to bottom, #ffe3ca 0%, #f9f6ed 40%, #f9f6ed 100%) repeat 0 0 transparent;
  background: -moz-linear-gradient(top, #ffe3ca 0%, #f9f6ed 40%, #f9f6ed 100%);
}




.wrp-filters-h .filters-hd .heading{
    padding-left:22px;
    color: #9D4702;
    background: url("../img/ic-filter.png") no-repeat 3px center;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
}
.wrp-filters-h .filters-hd .filters-toggle{
    float: right;
    width: 20px;
    height:20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/ic-arrow-dark-down.png");
    outline: none;
}
.wrp-filters-h.collapsed .filters-hd{
    background:#ffe3ca;
}

.wrp-filters-h.collapsed .filters-hd .filters-toggle{
    background-image: url("../img/ic-arrow-dark-right.png");
}
.wrp-filters-h .filters-list{
    border-bottom:1px solid #f8d3b1;
    padding: 1%;

}
.wrp-filters-h .filters-list .filter-group{
    float: left;
    width: 48%;
    margin-right: 10px;
}

.wrp-filters-h .filters-list .filter-group label{
    font-weight: normal;
}
/* END-New type of Filters */

button.btn-small {
    border-radius: 3px 3px 3px 3px;
    color: #DEC74F;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 6px;
    margin-right: 10px;
    background-color: #5A5A5A;
}
button.btn-small.primary{
    color: #78491B;
    background: #fdbf03;
    background: linear-gradient(to bottom, #FDBF03 0%, #D79412 100%) repeat 0 0 transparent;
    background: -moz-linear-gradient(bottom, #fdbf03 0%, #d79412 100%);
}

/* Intake page styles */
.pnl-page-title h1{
    color: #9D4702;
    font-weight: bold;
}

.pnl-breadcrumbs .tbl-cell{
    background: url(../img/breadcrumb-cutpointer-inactive.png) no-repeat left center;
}
.pnl-breadcrumbs .tbl-cell.active{
    background: url(../img/breadcrumb-cutpointer-active.png) no-repeat left center;
}
.pnl-breadcrumbs .tbl-cell.active:first-child{
    background: url(../img/breadcrumb-cutpointer-first-active.png) no-repeat left center;
}

.pnl-breadcrumbs .tbl-cell a{
    display: block;
    line-height: 47px;
    color:#A49C81;
    text-shadow: 0 1px #f3d797;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../img/breadcrumb-pointer-inactive.png);
}

.pnl-breadcrumbs .tbl-cell a:hover{
    text-shadow: 1px 0 #A49C81;
    text-decoration: none;
}

.pnl-breadcrumbs .tbl-cell.active a{
    background-image: url(../img/breadcrumb-pointer-active.png);
    color: #78491b;
}

.pnl-breadcrumbs .tbl-cell:last-child a{
    background-image: url(../img/breadcrumb-pointer-last-inactive.png);
}
.pnl-breadcrumbs .tbl-cell.active:last-child a{
    background-image: url(../img/breadcrumb-pointer-last-active.png);
}

/* tooltip styles */
.ui-tooltip {
    border-radius:10px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 10px 5px #ffd29d;
    box-shadow: 0 0 7px 3px #ffd29d;
    background-color: #3a3a3a;
    color: #fff;
    padding: 0;
    opacity: 1;
}
.ui-tooltip-content {
    position: relative;
    padding:10px;
}

.success
{
	font-size: 24px;
	text-align: center;
	color: #339900;
}

.error
{
	font-size: 12px;
	text-align: center;
	color: #ff0000;
}

.loading-logo {
	width: 405px;
	height: 75px;
	margin-top: 10px;
	background: url("../img/Loading.png") no-repeat 0 0;
}

.Green-Tick-logo {
	display: inline-block;
	background: url("../img/Green-Tick.png") no-repeat 0 0;
	padding-left: 32px;
	height: 30px;
	vertical-align: middle;
}


/* tooltip arrow commented temporarily
.ui-tooltip-content::after {
    content: '';
    position: absolute;
    border-style: solid;
    display: block;
    width: 0;
}
.ui-tooltip-content::after {
    top: -17px;
    left: 25px;
    border-color: #3a3a3a transparent;
    border-width: 0 10px 10px;
}
*/

/* case details */
#toggle-case-details{
    border-bottom:10px solid #3e3e3b;
    text-align:center;
    background:transparent url(../img/handle-case-details.png) no-repeat center bottom;
    padding:13px 0;
    cursor:pointer;
}

.wrp-tabs-inner{
    position: relative;
}

.wrp-tabs-inner .tabs-inner{
    padding:0;
    float: left;
}
.wrp-tabs-inner .tabs-inner li{
    display: inline-block;
    padding-bottom: 8px;
}

.wrp-tabs-inner .tabs-inner li a{
    color:#7f7f7e;
    background:#dddcd7;
    border-radius:0px 0px 10px 10px;
    padding:15px 10px;
    display:block;
    text-decoration:none;
}

.wrp-tabs-inner .tabs-inner li.active{
    background:transparent url(../img/ic-innertabs-arrow-down.png) no-repeat center bottom;
}

.wrp-tabs-inner .tabs-inner li.active a{
    color:#ec9f25;
    background:#3e3e3b;
}

.wrp-tabs-flt-left{
    padding-left: 750px;
    height:2px;
}
.wrp-tabs-inner-menu{
    float: right;
}
/* very very specific to PDF forms converted to HTML */
#pdf-form{
    margin-bottom: 30px;
}

#pdf-form .form-control{
    width: auto;
}
#pdf-form .disp-block{
    display: block;
}

#pdf-form .sm-note{
    font-size: 11px;
}

#pdf-form h3{
    text-align: center;
    font-size: 18px;
}

#pdf-form .form-no{
    font-size: 11px;
}
#pdf-form .form-name{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

#pdf-form .bta-stamp{
    border:1px solid #333;
    padding:10px;
    text-align: center;
}

#pdf-form .bta-stamp .stamp-area{
    height: 100px;
    width: 100px;
}

#pdf-form .form-control.date-picker {
    width: 105px;
}

#pdf-form .form-group-multi.col-count-3 .form-group{
    width: 30%;
}

#pdf-form hr{
   border-bottom: 1px solid #999;
}

#pdf-form .m-t10{
    margin-top: 10px;
}
#pdf-form .m-b10{
    margin-bottom: 10px;
}
#pdf-form .w15p{
    width: 15%;
}

#pdf-form .w25p{
    width: 25%;
}

#pdf-form .w50p{
    width: 50%;
}

#pdf-form .w75p{
    width: 75%;
}

#pdf-form .w85p{
    width: 85%;
}
#pdf-form .w100p{
    width: 100%;
}


#dataLoadingOverlay{
	width: 100%;
	height: 100%;
	background-color: #102A4D;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 15001;
	opacity: 0.3;
	-moz-opacity: 0.3; /* older Gecko-based browsers */
	filter:alpha(opacity=30); /* For IE6&7 */
}

#dataLoadingMessage{
position: fixed;
z-index: 15001;
top: 65%;
left: 50%;
width:  200px;
margin: -75px 0 0 -100px;
height: 150px;
color: #FFFFFF;
background: url('../img/loading.gif') no-repeat top center;
}

.dataLoadingMessageIndv{
position: fixed;
z-index: 15001;
top: 65%;
left: 50%;
width:  200px;
margin: -75px 0 0 -100px;
height: 150px;
color: #102A4D;
background: url('../img/loading.gif') no-repeat top center;
}


#dataLoadingMessage p{
	text-align: center;
	margin-top: 80px;
	text-transform: uppercase;
	font-weight: bold;
}

.select-box-std {
	height: 75px;
	min-width: 100px;
	max-width:auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	
}

.scroll-ul{
	width: 200px; 
	min-height:auto;
	max-height: 160px; 
	overflow-y: auto;
	overflow-x:hidden;
	white-space: normal;
}
/* common expandable and collapsible container */
.wrp-expand-collapse{

}
.wrp-expand-collapse .hdr{
	font-size:14px;
    font-weight: bold;
    background:transparent url(../img/ic-filters-plus.png) no-repeat left 12px;
    padding:10px 0 0 15px;
    cursor:pointer;
}

.wrp-expand-collapse .hdr.expand{
    background-image: url(../img/ic-filters-minus.png);
}

.pdf-img {
	height: 50px;
	width: 50px;
}
.help{
	display:inline-block;	
	background:transparent url(../img/helpIcon.png) no-repeat 0 0;
	width:19px;
	height:19px;
	padding:0;
	position:relative;
	left:0;
	top:3px;
	margin-left:5px;			
}
.lineButtons {
	width: 33.33%;
	float: left;
	padding-right: 10px;
	height : 100px;
	margin-bottom: 30px;
}
.wd5
{
width: 5%;
}
.wd15
{
width: 15%;
}
.wd25
{
width: 25%;
}
.wd30
{
width: 30%;
}
.h350
{
height:400px;
}
.hearing-body{
font-size: 12px;
}
.wrp-table-scrollTop{
    width: 100%;
    height : 20px;
    overflow-x: scroll; 
    overflow-y:hidden;
}
.wrp-scrollTop-content 
{
height : 20px;
overflow: auto;
}

.timer
{
 color : #fe9b16;
 font-size: 40px;
}

.ie_icon
{
	width : 180px;
	padding-top : 20px;
}

/* styles used in copyright, legal and other footer link pages */
.page-legal-info{
	min-height:600px;
	background:#f9f6ed;
	box-shadow:0px 1px 20px #ccc;
	border: 1px #C3C1B9 solid;
	border-radius:10px;
	padding:10px 30px;
	margin:20px;
}

.page-legal-info h1{
	font-size:2.5em;
	line-height:2.5em;
	color:#9D4702;
}

.page-legal-info h2{
	font-size:1.5em;
	line-height:1.5em;
	padding:0;
}

.page-legal-info p{
	margin: 1em 0;
}

.page-legal-info a{
	color:#9D4702;
	text-decoration: underline;
}

.page-legal-info .legalPoints{
	margin-left:2em;
}

.page-legal-info .ol-sublist{
	margin:0 0 1em 2em;
	list-style-type:lower-roman;
}

.page-legal-info .legalPoints ul{
	list-style-type:square;
	margin-left:2em;
}

.page-legal-info .address{
	font-weight:bold;
}

.page-legal-info .defList{
	margin-left:10px;
}

.page-legal-info .defList dt{
	font-weight:bold;
}

.page-legal-info .defList dd{
	margin-left:10px;
}

.page-legal-info .defList.hyphen dd:before{
	content:"- ";
}

.page-legal-info .question-answer{
	margin-bottom:2em;
}

.page-legal-info .question-answer dt{
	font-weight: bold;
	margin-bottom:0.5em;
}
.page-legal-info .question-answer dd{
	margin-bottom:1em;
}
.textarea-large
{
	height:100px;
}
/* css styles for reporting Dashboard -- Starts */
.reportErrorMessage{
	width:100%; 
	float:left; 
	background-color:#fffeec;
	border: 1px solid #ede5a5;
	border-radius: 6px; 
	padding:10px;
	min-height:35px;
}
.reportInputTag{
	width:100%;
	border-radius:5px;
	font-weight: lighter;
	border: 1px solid #d0d0d0;
	min-height:35px;
	padding-left: 10px;
	resize:vertical;
}
.reportSelectTag{
	border: 1px solid #d0d0d0;
    border-radius: 5px;
    font-weight: lighter;
    margin-left: 25px;
    min-height: 30px;
    padding: 5px;
}
.reportLabelTag{
	width:100%;
	margin-top:25px;
	clear:both;
}
.reportButtonTag{
	margin-bottom: 10px;
    margin-top: 25px;
    text-align: center;
}
.requiredFields::before {
	content: "*";
	color: #f00;
}
::-webkit-input-placeholder { font-style:italic; }
::-moz-placeholder { font-style:italic;} /* firefox 19+ */
:-ms-input-placeholder { font-style:italic; } /* ie */
input:-moz-placeholder { font-style:italic; }
/* css styles for reporting Dashboard -- Ends */

/* css styles for Button Code Generator -- Starts */
.buttonPreTag
{
	white-space: pre-line;
	height:200px;
	overflow:auto;
}
.buttonHint
{
	font-weight: bold; 
	margin-left: 20px;
}
.instructionPreTag
{
	background-color : white !important;
	white-space: pre-line !important;
}
/* css styles for Button Code Generator -- Ends */

/* Maintenance message CSS Starts */
.gm_box{
 	background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #fdbf03 0%, #d79412 100%) repeat scroll 0 0;
   	padding: 5px 10px;
   	margin-top:2px;
    text-align: center;
    width: 100%;
}

.gm_box p{
 	color: #000 !important;
    font-size: 14px;
    margin:5px;
}
/* Maintenance message CSS Ends */

/* added for fulton home page content */
.homepage_fileAppeal{
	background: url("../img/Step1.png") no-repeat scroll 45px center / 65px auto rgba(0, 0, 0, 0);
	height:85px;
	margin-bottom:10px;
	margin-top:-15px;
}

.homepage_AppealFiled{
	background: url("../img/Step2.png") no-repeat scroll 45px center / 65px auto rgba(0, 0, 0, 0);
	height:85px;
	margin-bottom:10px;
	margin-top:-15px;
}
/* end of fulton home page content */

/* For IE 10+ css styles, use @media*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.menuListArrow{
	background: url("../img/ic-actionbtn-arrow-down.png") no-repeat scroll right center / 15px auto rgba(0, 0, 0, 0);
	border-radius: 25px;
	float: right;
	height: 20px;
	width: 20px;
	margin-top:-19px;
	margin-right:-17px;
}
.tl-menu-list nav ul ul{
	width:180px;
	left:-80px;
}
}

#tabs_menu_scroll {
	padding-left: 1.5em;
	margin-bottom: 0;
}

#tabs_menu_scroll .tabs_menu_span {
	display: inline-block;
	background: #3e3e3b;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 3px 0;
	margin-left:3px;
}

#tabs_menu_scroll .tabs_menu_span a {
	text-decoration: none;
	padding: 5px 10px 5px 45px;
	color: #fff;
	display: inline-block;
	background-position: 10px 12px;
	background-repeat: no-repeat;
	margin-top:-5px;
}

#tabs_menu_scroll .tabs_menu_span.active {
	background: #f9f6ed;
	box-shadow: 0 7px 5px 0 #dad2ba inset;
}

#tabs_menu_scroll .tabs_menu_span.active a {
	color: #9d4702;
}

#tabs_menu_scroll .tabs_menu_span li .cases {
	background-image: url(../img/ic-cases.png);
}

#tabs_menu_scroll .tabs_menu_span li.active .cases {
	background-image: url(../img/ic-cases-active.png);
}

#tabs_menu_scroll .tabs_menu_span .reporting {
	background-image: url(../img/ic-reporting.png);
}

#tabs_menu_scroll .tabs_menu_span .scheduling {
	background-image: url(../img/ic-scheduling.png);
}

#tabs_menu_scroll .tabs_menu_span .management {
	background-image: url(../img/ic-account.png);
}

#tabs_menu_scroll .tabs_menu_span.active .management {
	background-image: url(../img/ic-account-active.png);
}

/* Custom decision paragraph */
.custom-para{
	color: #fff !important;
	background-color: #696969;
}

.wrp-search {
	left: 0;
	bottom: 35px;
	width: 100%;
	transition: all 0.3s ease;
	opacity: 1;
	top: 43px;
}

.wrp-search .fsection {
	max-width: 60%;
	width: fit-content;
}

.wrp-search-group .fsection h3 {
	font-size: 14px;
	font-weight: bold;
	background: transparent url(../img/ic-filters-plus.png) no-repeat left 10px;
	padding: 10px 0;
	cursor: pointer;
	color: inherit;
	margin: 0;
	padding-left: 1.5em;
}

.wrp-search-group .fsection h3.expand {
	background-image: url(../img/ic-filters-minus.png);
}

.wrp-search .filter-group {
	float: left;
	width: 100%;
	margin-right: 10px;
	padding-top: 5px;
}

.checkboxes label {
	padding-right: 10px;
	padding-left: 2em;
	text-indent: -22px;
}

.checkboxes label span {
	vertical-align: middle;
}

.checkboxes span {
	float: left;
	display: block;
	width: 100%;
}
.checkboxes-filter div {
	background-color: white;
	padding-left: 5px;
	border-radius: 5px;
	padding-top: 1px;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.checkboxes-filter label {
	width: 90%;
	padding-left: 5px;
	font-weight: normal;
	display: inline-flex;
	word-break: break-word;
}

.checkboxes-filter span {
	display: block;
}

#reminder-count-circle {
    background-color: #fdbf03;
    height: 1.6em !important;
    border-radius: 50%;
    display: inline-block;
    width: 1.6em !important;
    position: relative;
    top: 7px;
    padding-left: 8px;
    padding-right: unset;
    bottom: 5px;
}

#reminder-count {
    position: relative;
    margin-left: -1.6em;
    margin-right: 1em;
    background-color: unset;
    border: unset;
    font-weight: bold;
    color: white;
    padding-left: 7px;
    padding-right: unset;
}