@font-face {
	font-family: 'Roboto';
	src:url('fonts/roboto.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3�5 */
}   


body,td,th {
	font-family: 'Roboto';
	/* font-size: 10pt; */
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Roboto'!important;	
	color: #000000;
	text-decoration: none;
	min-height: 100%;
	position: relative;
	/*background-color: #f0f1f3;*/
}

.content
{
	/* font-size:10px; */
}
/* PR 7559 START */
.fixed-table-container {
	width:100% !important;/*KHL PR-7575 12/10/2014*/
	height: 275; /* KHL PR-7575 06/10/2014 */
	margin-left: 0px;
	background-color: #f0f1f3;
	position: relative;
	padding-top: 15px;
}

.fixed-table-container-inner {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}

.header-background {
	background-color: #b6bbc7;
	border-left: 4px solid #f0f1f3;
	border-top: 4px solid #f0f1f3;
	border-bottom: 4px solid #f0f1f3;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: 5px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
}

.th-inner {
	position: absolute;
	top: 0;
	line-height: 20px;
	text-align: center;
	border-left: 4px solid #f0f1f3;
	border-top: 4px solid #f0f1f3;
	border-bottom: 4px solid #f0f1f3;
	padding-left: 5px;
	margin-left: -5px;
	margin-right: 5px;
	background-color: #b6bbc7;
	font-weight: bold;
	color: #183F68;
}
/* PR 7559 END */

/* KHL PR-7575 06/10/2014 start */
.contentrednormal
{
	color:red;
}

#toptable{
	width:99%;
	border:1px solid black;	
}

#lefttable th
{ 
	width: 150px;
	font-weight:normal;
	/* font-size: 11px; */
	text-align: left;
	vertical-align: bottom;
}

#righttable th
{ 
	width: 150px;
	font-weight:normal;
	/* font-size: 11px; */
	text-align: left;
	vertical-align: bottom;
}

#lefttable td
{ 
	width: 150px;
	font-weight:normal;
	/* 	font-size: 11px; */
	vertical-align: top;
}
.lpcourtcalltable{
	height: 400px;
	overflow-y: auto;
	width:100%
}

.lpcourtcalltableheader{
	position:sticky;
	top: -1;
	background-color: #dcd7d7;
}

#righttable td
{ 
	width: 150px;
	font-weight:normal;
	/* font-size: 11px; */
	vertical-align: middle;
}

.styleField
{
	
	
	font-weight:normal;
	/* 	font-size: 12px; */
}
/* KHL PR-7575 06/10/2014 end */

.contentred
{
	color:#990000;
	font-style:italic;
}
.bannerlogo
{
	background-image:url(images/banner_logo2.png);
	background-repeat:no-repeat;
	background-size:120px 120px;
	background-position:right 5px;
}
.bannerlogonew
{
	background-image:url(images/banner_new2.jpg);
	background-repeat:no-repeat;
	background-position:right 0px;
}
.bannerbg {
	background-image: url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}
A:link
{
	font-family: 'Roboto';		
}

.upper-case{
	text-transform: uppercase;
}

A:hover
{
	text-decoration: none;
}
.footer {
	padding: 10px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color: #be8f00;
	/* height: 36px; */
}

#footer{
/*     position: absolute; Commented for PR 11477*/ 
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 1;
    display: flex;
    align-items: center;
/*     height: 36px; Commented for PR 11477*/
}

.mbtm-3 {
	margin-bottom: 3rem !important;
}

.frmBtn{
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #92abb1;
	font-family: 'Roboto';
	/* font-size: 12px; */
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #b6d2d9;
}
h3 {
	font-family: 'Roboto';	
	
}
.subtitle {
	font-family: 'Roboto'; 
	font-weight:normal;	
	font-weight:bold;
	margin-left:5px;
}
#tbltitle {
	width: 98%;
	background-color: #AEC5E3;
	padding:2px 2px 2px 2px;
}
#tbltitle td{
	color:#0066bb;
	font-weight:bold;
}
.tbltitle {
	background-color: #AEC5E3;
	color:#0066bb;
	font-weight:bold;
}
#datatable{
	/* PR 7559 START */
	width:100%;
	padding:1px 1px 1px 1px;
	border:1px solid #B5D6FE;
	margin-left:0px;
}
/* PR 7559 END */
#datatable th
{ 
	/*	background-color:#E4EEFC;*/
	background-color:#b6bbc7;
	font-weight:bold;
	color:#183F68; 
}
#datatable td
{ 
	border: 1px solid #ffffff;
	background-color:#d9dee8;
	font-weight:normal;
}

#datatable-small{
	/* PR 7559 START */
	width:100%;
	padding:1px 1px 1px 1px;
	border:1px solid #B5D6FE;
	margin-left:0px;
}
/* PR 7559 END */
#datatable-small th
{ 
	/*	background-color:#E4EEFC;*/
	background-color:#b6bbc7;
	/* font-size: 11px; KHL PR-7575 06/10/2014 */
	font-weight:bold;
	color:#183F68; 
}
#datatable-small td
{ 
	border: 1px solid #ffffff;
	background-color:#d9dee8;
	/* font-size: 11px; KHL PR-7575 06/10/2014 */
	font-weight:normal;
}

#listtable{
	width:100%;
	padding:1px 1px 1px 1px;
	border:1px solid #B5D6FE;
	background-color:#F1F6FE;
}
#listtable th{
	background-color:#DDE4EB;
	font-weight:bold;
	color:#183F68;
}
#listtable td{
	/* font-size:8pt; */
}


#errortable{
	width:98%;
	padding:1px 1px 1px 3px;
	border:0px solid #cccccc;
	background-color:#F1F6FE;
}
#errortable td
{ 
	color:red;
	font-weight:normal;
}

#frmtable{
	
	padding:1px 1px 1px 3px;
	margin-left:5px;
}
#frmtable td{
	border: 0px solid #ffffff;
	background-color:#d9dee8;
	font-weight:normal;
}
#frmtable td.header
{ 
	border: 1px solid #ffffff;
	background-color:#b6bbc7;
	font-weight:bold;
}
#frmtable .frmLabel
{
	text-align:right;
}
#frmtable input,select{
	border: 1px solid #cccccc;
	font-weight:normal;
	border-style: groove;

}

.errmsg {
	color:#FF0000;
}

.successmsg {
	color:#0000ff;
}

#frmtable .frmbtn{
	border:1px solid;
	border-color-bottom: #003366;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #003366;
	padding-right:5px;
	padding-left:5px;
	height:23px;
	color:#284B9E;
	/* font-size:10pt; */
	font-weight:bold;
	background-color:#DDE4EB;

}

.frmbtn{
	border:1px solid;
	border-color-bottom: #003366;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #003366;
	padding-right:5px;
	padding-left:5px;
	height:23px;
	color:#284B9E;
	/* font-size:10pt; */
	font-weight:bold;
	background-color:#DDE4EB;

}

/* KHL PR-7699 08/06/2014 start */
.frmBtnDisable{	
	border:1px solid;
	border-color-bottom: #003366;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #003366;
	padding-right:5px;
	padding-left:5px;
	height:23px;
	color:gray;
	/* font-size:10pt; */
	font-weight:bold;
	background-color:#DDE4EB;

}
/* KHL PR-7699 08/06/2014 end */

#dspform{
	margin-left:5px;
	width:98%;
}
#dspform .frmLabel{
	color:#999999;
	font-weight:bold;
	text-align:left;
}
#container{width:98%;}
a.topmenu {
	color:#000000;
	text-decoration:none;
}
a.topmenu:hover {
	color:#666666;
	text-decoration:none;
}

.textfield {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d1d6df;
	border-right-color: #9aa2b0;
	border-bottom-color: #9aa2b0;
	border-left-color: #d1d6df;
}
.bdrightgrey {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #b7becc;
}

.datatable{
	width:98%;
	padding:1px 1px 1px 3px;
	border:1px solid #B5D6FE;
	margin-left:5px;
}
.datatable th
{ 
	/*	background-color:#E4EEFC;*/
	background-color:#b6bbc7;
	font-weight:bold;
	color:#183F68;
}
.datatable td
{ 
	border: 1px solid #ffffff;
	background-color:#d9dee8;
	font-weight:normal;
}

/* CPNVP 09/27/2013	PR 7210 - START */
.frmtableServe{
	width:99%;
	padding:1px 1px 1px 3px;
	margin-left:5px;
}
.frmtableServe td{
	border: 0px solid #ffffff;
	background-color:#d9dee8;
	font-weight:normal;
}
.frmtableServe td.header
{ 
	border: 1px solid #ffffff;
	background-color:#b6bbc7;
	font-weight:bold;
}
.frmtableServe .frmLabel
{
	text-align:right;
}
.frmtableServe input,select{
	border: 1px solid #cccccc;
	font-weight:normal;
	border-style: groove;

}
.table td, .table th{
	vertical-align: middle;
}
#objectsData th,#objectsData td{
    min-width: 110px !important;	
    max-width: 110px !important;	
	}
.warrantCombo
{
	width: 35px;
}
.overlayPro {
	background-color: black;
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	-moz-opacity: 0.50;
	opacity:.50;
	filter: alpha(opacity=50);
	z-index: 10;
}
.imgPro {
	position: absolute;
	top: 35%;
	left: 50%;
}
.loadingPro
{
	color: white;
	/* font-size: 20px; */
	left: 39%;
	top: 43%;
	position: absolute;
}
.loadingPolicePro
{
	color: white;
	/*font-size: 20px; */
	left: 37%;
	top: 43%;
	position: absolute;
}
/* CPNVP 09/27/2013	PR 7210 - END */

.signatureButton {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #84a6bd));
	background:-moz-linear-gradient(top, #ededed 5%, #84a6bd 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #84a6bd 100%);
	background:-o-linear-gradient(top, #ededed 5%, #84a6bd 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #84a6bd 100%);
	background:linear-gradient(to bottom, #ededed 5%, #84a6bd 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#84a6bd',GradientType=0);
	background-color:#ededed;
	border:1px solid #5995bd;
	display:inline-block;
	cursor:default;
	color:#140303 !important;
	font-family:Georgia;
	/* font-size:14px; */
	font-weight:bold;
	padding:3px 25px;
	text-decoration: none;
}
.signatureButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #84a6bd), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #84a6bd 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #84a6bd 5%, #ededed 100%);
	background:-o-linear-gradient(top, #84a6bd 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #84a6bd 5%, #ededed 100%);
	background:linear-gradient(to bottom, #84a6bd 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#84a6bd', endColorstr='#ededed',GradientType=0);
	background-color:#84a6bd;
}
.signatureButton:active {
	position:relative;
	top:1px;
}
.footerbutton{
	margin-bottom:25px;
}

/*************  NEW STYLES  *****************/

.pdd-left{
	padding-left: 7;
}

.stepwizard-step3 {
    position: relative;
}
.custom-list p{
	text-indent: 0px;
}
.icon-box{
	padding: 0px 10px 10px 15px;
	margin-right: 10px;
}  
.title div{
	float:left;
}
.custom-list li{	
    list-style-position: inside;
    padding: 10px 0 10px 20px;
    text-indent: -9px;
}
.mtop-15{
    margin-top: 15px;
}

.radio-btn-padd{
	padding-left:25px;
}
.stepwizard h6{
	 margin-bottom: 5px;
}
.stepwizard2 h6{
	 margin-bottom: 15px;
	 margin-top:25px
}
.scnd-page .stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 50%;
    height: 8px;
    background-color: #6895a0;
    z-order: 0;
}
.mbtm-10{
	margin-bottom: 15px;
}

.tablehovermenu .table-secondary{
		min-width:798px !important;
}
.tablehovermenu2 .table-secondary{
		min-width:790px !important;
}

.mbtm-15-m0{
	margin-bottom: 15px;
}

.mlr0{
	margin: 0px 0px !important;
}

.pagi-top-bottom{
	padding: 5px 0px;
} 

.mtop-20{
	margin-top: 25px;
}
.mtop-15{
	margin-top: 15px;
}

/* KHL PR-9742 04/29/2019 start */
.mtop-10{
	margin-top: 10px;
}
/* KHL PR-9742 04/29/2019 end */

.mtop-5{
	margin-top: 5px;
}
.mbtm-15{
	margin-bottom: 15px;
}
.mbtm-10{
	margin-bottom: 10px;
}
.mbtm-5{
	margin-bottom: 5px;
}

.mleft-5{
	margin-left: 5px;
}

.mright-15{
	margin-right: 15px;
}

.mright-10{
	margin-right: 10px !important;
}

.pdn-10{
	padding: 10px;
}
.logo img{
	float: left;
	margin: 0px 15px 0px 25px;
	padding: 5px;
}
.logo h3{
	color: white;
	padding-top:18px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 400;
}

.tablehovermenu .table-secondary{
		min-width:798px !important;
}
.headerdivclass {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding:10px;
}
.bg-blue{
	background-color: #2c2e5f !important;
}
.text-red{
	color: red;
}
.w25{
	width: 25%;
}
.relogin-h2{
	margin: 15px;
}
.alert-info{
	font-size: 16px;
}
.jumbotron{
	margin-top: 25px;
}
.login-warnings{
	margin: 50px 0px;
	background-color: #d6d6d6;
	padding: 25px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #adadad;
	border-right: 0px;
}
.login-form{
	text-align: center;
	border: 1px solid #adadad;
	height: 618px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 100px;
	background-color: white;
	border-left: 0px;
}

.login-form-md{
	text-align: center;
	border: 1px solid #adadad;
	height: 705px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 135px;
	background-color: white;
	border-left: 0px;
}
.login-form h4{
	margin-top:10px;
}
.login_error{
	margin-bottom: 10px;
}
.login_error p{
	margin-bottom: 0px;
	padding: 5px;
	text-align: left;
	margin-left: 21px;
	font-weight: 700;
	color: black;
}
.login_error hr{
	margin: 0px;	
}
.error_list li{
	text-align: left !important;
}
.alert-dark {
	color: #ffffff;
	background-color: #3a3d36;
	border-color: #d6d6d6;
}
.alert-dark a:link {    
	color: white;    
}
.mbtm15{
	margin-bottom: 15px;
}
.warning-list{
	padding-left: 20px;
}
.warning-list li{
	margin-bottom: 10px;
}
.card{
	margin: 25px 15px;
}

.progress-text p{
	padding-left:25px;
}
.forgotPassfieldTitle{
	text-align: right;
	margin:0px;
}
h1,h2,h3,h4,h5,p,a,ul,li,span,button{
	font-family: 'Roboto', sans-serif;
	margin: 0px !important;
}
.app-header{
	padding: 5px;
	background-color:#587da9 !important;
}
.app-nav-bar{
	background-color: #f0f1f3 !important;
}
.alert-info {
	color: #886b13;
	background-color: #be8f0059;
	border-color: #be8f00;
}
.btn-warning {
	color: #fff !important;
	background-color: #be8f00 !important;
	border-color: #987302 !important;
}
.btn-warning:hover {
	color: #fff !important;    
}

.radiobtn input[type=radio]{
	margin: 0px 5px 0px 15px;
}

.alert-danger{
	padding: 0px;
	margin-bottom: 1rem;
	border: 0px; 
}

.nav-item{
	padding:0px 15px 0px 15px;
	border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.navbar-nav{
	justify-content: space-between;	
	padding: 
}
.navbar{
	width:100%;
	padding-left: 30px;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(0, 0, 0);
}
.app-user{
	text-align: right;
}
.form-lable{
	text-align: right;
}
.quicklinks{
	padding: 20px 25px 20px 0px;
	background-color: #be8f00;
	width: 100%;
}
.quicklinks ul{
	margin-bottom: 0px;
}
.quicklinks ul li{
	list-style: none;
	display: inline-block;
	padding-right: 20px;
}
.quicklinks ul li a{
	color: white;
	text-decoration: underline;
}
.quicklinks ul li a:hover{
	color: black;
	text-decoration: underline;
}

.quicklinks .dropdown-menu {
	position:relative; 
	top: auto; 
	left: auto;
	z-index: 900;
	display: block;
	padding: 0px 0px 0px 25px;   
	background-color: transparent !important;
	background-clip: padding-box;
	border: none; */
	border-radius: 0;
}
.quicklinks .dropdown-item {
	border-bottom: none !important;
	display: inline;
	padding: 0px !important;

}
.quicklinks .dropdown-menu li a:hover{	
	background-color: transparent;
}
.quicklinks .dropdown-item:hover {
	background-color: none;

}

.dropdown-item {    
	border-bottom: 1px solid rgba(88, 125, 169, .1);
}
.dropdown-menu li a:hover{	
	background-color: rgba(88, 125, 169, .6);
}
.card .list-group-item{
	display: flex;
}
.card .list-group-item .label{
	text-align:right;
}
.dropdowns select{
	margin-right: 15px;
}
#id1{
	background-color: #cfddfc!important;
}
.stepwizard-step p {
		margin-top: 10px;
	}
	.stepwizardrelative-step p {
		margin-top: 10px;
	}
	.stepwizard-row {
		/*display: table-row;*/
	}
	.stepwizard {
		/*display: table;*/
		position: relative;
	}

.stepwizard-step i {
	font-weight: 700;
	line-height: 1.5;
}
.stepwizardrelative-step i {
	font-weight: 700;
	line-height: 1.5;
}
.stepwizard-step button[disabled] {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}

.stepwizardrelative-step button[disabled] {
		opacity: 1 !important;
		filter: alpha(opacity=100) !important;
	}
	.stepwizard-step a{
		color: white;
		text-decoration: none;

	}
	.stepwizardrelative-step a{
		color: white;
		text-decoration: none;

	}
	.stepwizard-row:before {
		top: 14px;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 100%;
		height: 8px;
		background-color: #6895a0;
		z-order: 0;
	}
	.stepwizardrectangle-row:before {
			top: 14px;
		bottom: 0;
		position: absolute;
		content: " ";
		width: 100%;
		height: 8px;
		background-color: 	#C0C0C0;
		color:#C0C0C0;
		z-order: 0;
	}
	.stepwizardrectangle-row{
	color:#C0C0C0;
	}
	.stepwizard-step {
		display: table-cell;
		text-align: center;
		position: relative;
		
	}
	.stepwizardrelative-step {
    display: table-cell;
    text-align: center;
    position: relative;
    width: 1%;
}
.btn-circle {
		text-align: center;
		width:30px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 68% !important;
		background-color: #6895a0;
   
}
	.btn-rectangle {
	
		text-align: center;
		height:30px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 0% !important;
		background-color: #C0C0C0;
	}
	.displayrow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
   
}
/* test sub menu*/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
   
}

.dropdown-submenu:hover>.dropdown-menu {
    display: inline;
}



.dropdown-submenu.pull-left>.dropdown-menu {

    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*end sub menu*/

.dropdown-submenu>a:after{
	display:none;
}
.dropdown-submenu .dropdown-menu {
	padding-left: 0px;
}

.dropdown-submenu .dropdown-menu .dropdown-item{
	display:inline !important;
	
}
.quicklinks .dropdown-submenu>.dropdown-menu {
    top: 7px;
    left: 10px;
   
}

.quicklinks .dropdown-submenu .dropdown-menu li a:hover{	
	background-color: transparent;
}
.quicklinks .dropdown-submenu .dropdown-menu .dropdown-item:hover {
	background-color: none;
}
.quicklinks .dropdown-submenu ul li a{
	color: white;
	text-decoration: underline;
	padding-right: 20px;
}
.quicklinks .dropdown-submenu ul li a:hover{
	color: black;
	text-decoration: underline;
	background-color: transparent !important;
}

.quicklinks .hide-ql{
	display: none !important;
}

.tableToprow{
	background-color: #f6f6f7;
}

.modal-header .close {
	margin: 0;
	position: absolute;
	top: -1px;
	right: -1px;
	font-size: 28px;
}

.case-party .card-body{
	padding: 0.50rem;
}

.table-max-height{
	max-height: 300px !important;
	overflow-y: auto;
}

.table-max-height .table{
	font-size: 14px !important;
}
.td-lable-right{
	text-align: right;
}

/*//////////////// Mutiselect Dropdown /////////////*/
.multiselect-container{
	max-width: 200px;
	overflow-x: scroll !important;
}
.multiselect-container li a{
	color: black !important;
	font-size: 13px !important;
	white-space: nowrap!important;
}
/*//////////////// Mutiselect Dropdown End/////////////*/


.modalTransparent {    
    background-color: #fff0 !important;  
    border: 0px solid black !important;
    background: rgba(0,0,0,.5) !important;
}

.modalTransparent .close {
    line-height: 0 !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 60px !important;
    font-weight: 400 !important;
}

.top-right {
	position: absolute;
	top: 30px;
	right: 30px;
}

.alert-custom1{
	background-color: #dfe3e8;
	color: #0a0a0a;
	border: 1px solid #000;
	position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem
}

/*//////////////////////// Media Queries //////////////////////////*/

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.login-warnings{
	margin: 0px 0px;	
}
	.login-form{
		height: auto !important;
	}
	.mbtm-pd-10{
		padding:10px;
	}
	.mbtm-15-m0{
		margin-bottom: 0px;		
	}
	.radiobtn{
		text-align: center;
	}
	.dropdowns select{
		margin-bottom: 15px;
	}
	.navbar{
		padding-left: 15px;
	}
	.navbar-collapse {    
		border-bottom: 1px solid rgba(190, 143, 0, 0.4);
		background-color: rgba(190, 143, 0, 0.1);
	}
	.card{
		margin-top:20px;
	}
	.app-nav-bar{
		background-color: #f0f1f3 !important;		
	}
	.form-lable{
		text-align: center;
	}
	.form-lable1{
		text-align: center;
		margin-bottom: 10px;
	}
	.nav-item{
		padding-right:0px;
		border-right: 0px;
	}
	.dropdown-toggle::after{
		float: right;
		color: #000000;
		margin-top: 7px;
	}
	.nav-link{
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.dropdown-menu.show {
		display: block;
		background-color: rgb(190, 143, 0);		
	}
	.navbar-nav {		
		padding: 0px 15px;
	}
	.logo img{
		float: none;
	}
	.logo {
		text-align: center;
		margin-bottom: 10px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	.app-title{
		padding: 10px 0px 15px 0px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	}
	.app-title h4{		
		font-size: 18px;		
	}
	.app-user{
		text-align: center;
	}
	.app-user h4{
		font-size: 18px;
		padding: 10px;
	}
	.navbar-toggler {    
		background-color: #be8f00;
	}
	.form-inline{
		display: block;
		text-align: center;
		padding-bottom:25px;
	}
	.defndr-search-result{
		display: block;
		text-align: center;
		padding-bottom:15px;
		padding-top:10px
	}
	.smAlignLeft{
		text-align: left;
	}
	.divTable{
		overflow-x: scroll;
	}
	#objectsData td, #objectsData th {
  		min-width: 110px !important;	
    	max-width: 110px !important;
	}
	#objectsData ::after {
    box-sizing: unset;
	}

	#objectsData ::before{
    box-sizing: unset;
	}
	
	.multiselect-container {
		background-color: white !important;
	}
	
	.case-parties {
		display: block;
		text-align: center;
		padding:15px;
	}
	
	.smmbtm10 {
		margin-bottom: 10px !important;
	}
	
	.smmtop10 {
		margin-top: 10px !important;
	}
	
	.smmleft-20 {
		margin-left: 20px;
	}
	
	.autoHeight{
		min-height: auto;
	}
} 


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

	.autoHeight{
		min-height: 160px;
	}
	
	.divTable{
		overflow-x: scroll;
		padding-left: 0px;
	}
	
	#wraprow{
	    flex-wrap: nowrap;

	}
	.mdAlignLeft{
		text-align: left;
	}
	
	.mdmtop10 {
		margin-top: 10px !important;
	}
	.mdbtm10{
		margin-bottom: 10px !important;
	}
	
	.defndr-search-result{
		display: block;
		text-align: center;
		padding-bottom:10px;
		padding-top:8px
	}
	
	.smMdAlignLeft{
		text-align: left
	}
	
	.smmd-mtop10{
		margin-top: 10px;
	}
	
	.smmd-mleft-20{
		margin-left: 20px;
	}
	
	.smmd-mtop-10{
		margin-top: 10px;
	}
	.login-form{
	text-align: center;
	border: 1px solid #adadad;
	height: 600px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 100px;
	background-color: white;
	border-left: 0px;
}
	.form-lable1{
		text-align: left;
	}
} 

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	#caseDetail{
		width: 100% !important;
	}
	#wraprow{
	    flex-wrap: nowrap;

	}
	.smMdAlignLeft{
		text-align: right;
	}	
	.smmd-mtop10{
		margin-top: 0px;
	}	
	.smmd-mtop-10{
		margin-top: 0px;
	}
		.login-form{
	text-align: center;
	border: 1px solid #adadad;
	height: 970px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 135px;
	background-color: white;
	border-left: 0px;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	
	.autoHeight{
		min-height: 220px;
	}
	
	.mdAlignLeft{
		text-align: right;
	}
	#wraprow{
	    flex-wrap: nowrap;

	}
	
	.modal-wider{
		max-width: 900px !important;
	    min-width: 900px;
	}
	
	.mdmtop10 {
		margin-top: 0px !important;
	}
	.mdbtm10{
		margin-bottom: 0px !important;
	}
	
	.smmd-mleft-20{
		margin-left: 0px;
	}
	.login-form{
	text-align: center;<div class="row" rs_id="116">
	border: 1px solid #adadad;
	height: 705px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 135px;
	background-color: white;
	border-left: 0px;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.autoHeight{
		min-height: 160px;
	}
	
	.divTable{
		overflow:inherit;
		padding-left: 0px;
	}
	#wraprow{
	    flex-wrap: nowrap;

	}
	.login-form{
	text-align: center;
	border: 1px solid #adadad;
	height: 618px !important;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	padding-top: 100px;
	background-color: white;
	border-left: 0px;
}
}

/* Medium devices (766px between 850px) */
@media screen and (min-width: 766px) and (max-width:850px) {
	.small-space{ 
		letter-spacing: -0.85px !important; 
	}
}






