/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/
.page-footer .page-footer-inner {
	text-align:center;
	float:none;
	display:block;
}
.page-header.navbar .page-logo {
	padding-left:10px;
}
.page-header.navbar .page-logo .logo-default {
	margin-top:10px;
}
.page-header.navbar .page-logo {
	background-color:#ffffff;
}
.timeline::before {
	left:7%;
}
.timeline > li .timeline-icon {
	left:7%;
}
.timeline > li .timeline-body {
	margin-left:13%;
}
 .ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 12000;
    float: left;
    display: none;
    min-width: 160px;   
    padding: 4px 0;
    margin: 0 0 10px 25px;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}
.ui-menu-item {
    padding: 5px 15px;
	cursor:pointer;
}
.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}
.ui-menu-item:hover {
    background-color: #eeeeee;
}
.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}
.error {
color:red;
font-weight:bold;
}

/* Service Box v1 */
.service-box-v1 {
  text-align: center;
  padding: 15px;
}
.service-box-v1 i {
  padding: 15px;
}
.service-box-v1:hover {
  background: #d73d04;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.service-box-v1:hover i,
.service-box-v1:hover a,
.service-box-v1:hover p,
.service-box-v1:hover h2 {
  color: #fff;
  font-style:normal;
}
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
margin-left:-8px;
}

.table {
	background-color:#ffffff;
}

.policyTable {
	border:none;
	margin:20px 35px;
}
.policyTable td, .policyTable th {
	padding:3px 7px;
}
.summaryTable {
	border:none;
	width:100%;
	margin:10px 15px;
	font-size:95%;
}
.summaryTable td, .summaryTable th {
	padding:2px 4px;
}
.summaryTable thead {
	border-bottom:#666666 1px solid;
}
.totalAmount {
    text-align: center;
    font-weight: bold;
    font-size: 110%;
}
.productName {
	font-weight:bold;
	font-size:130%;
}
.largeText {
	font-weight:bold;
	font-size:130%;
}
.dataTable {
	font-size:90%;
}
.highLight {
    color: #0da3e2;
    font-size: 110%;
    font-weight: bold;
}

.newAmount {
    display: none;
}
.inline-checkbox {
    display: inline-block;
    width: 15%;
    margin-right: 20px;
    margin-bottom: 7px;
}