﻿body {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.87);
    background-color: #fff;
    margin: 0 !important;
}

.crmEntityFormView .section-title {
    color: #00234D;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: AndesBold, "Open Sans", Arial, sans-serif;
    font-weight: normal;
}
.crmEntityFormView .section-title.show-bar{
    margin: 0 0 15px;
}
.crmEntityFormView fieldset{
    margin-bottom: 2px;
	/*margin-top: 10px; */
}
.crmEntityFormView td.cell{
    padding-top: 5px;
}
.crmEntityFormView td.cell:first-child{
    padding-left: 28px;
	width: 200px;
}
.crmEntityFormView td.cell[colspan="1"]{
    padding-right:0;
	vertical-align:bottom;
}
.crmEntityFormView .cell label {
    margin-bottom: 5px;
    color: rgba(0, 0, 0, 0.87);
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.25px;
    line-height: 19.6px;
    display: inline-block;
}
.crmEntityFormView .cell.boolean-radio-cell label{
    display: inline-block;
}
.crmEntityFormView .cell.boolean-radio-cell .boolean-radio  label{
    font-weight: normal;
}

.crmEntityFormView .cell textarea{
    height: 90px;
    resize: vertical;
}
.crmEntityFormView .cell.boolean-radio-cell input[type="radio"]{
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
/* .crmEntityFormView .actions .btn:first-child{
    font-size: 15px;
    background-color: #0071bc;
    border: 1px solid #0071bc;
    padding: 3px 25px;
    line-height: 30px;
	float: left;
    font-family: 'Andes', andes, "Segoe UI",Arial;
} */
.crmEntityFormView .tooltip .tooltip-inner { 
	width: 400px; 
	max-width: 400px;
}
.crmEntityFormView .tab .tab-column {
  width: 50%;
}
@media (max-width: 767px) {
   .crmEntityFormView .tab .tab-column {
        width: 100%
    }
}
/*body {
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    margin: 0;
} */
a {
  color: #0071bc;
  text-decoration: none; 
  font-size: 14px;
  line-height: 25px;
  }

/*  === Begin Breadcrumbs ==== */
.breadcrumb {
  padding: 8px 16px 8px 16px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  display: none;
}

.breadcrumb > li {
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0px 4px;
  color: #787878;
}

.breadcrumb > .active {
  color: #d4d4d4;
}

/*  === End Breadcrumbs ==== */


.breadcrumb.lang {
    text-align: right;
    font-size: 13px;
	float: Right;
}
.breadcrumb.lang>li:before {
    content: "| ";
    padding: 0 5px;
    color: #666;
}
.breadcrumb.lang>li:first-child:before {
  content:"  ";
}
.breadcrumb.lang>li a{
  text-decoration: underline
}


/* Left nav */
.left-column{
    margin-top: 0px;
    margin-bottom: 32px;
    padding: 16px;
    /*border: 1px solid #e5e5e5; */
    font-size: 13px;
}
.left-column ul{
    padding: 0;
    margin: 0;
	font-size: 14px;
	/*font-weight: bold;*/
}
.left-column li {
    border-top: 1px solid #e5e5e5;
    list-style: none;
}

.left-column li a{
    margin-left: 0;
    padding: 16px 8px 16px 0;
    display: block;
}
.left-column li a:hover, .left-column li a.active, .left-column li.active > a {
    font-weight: bold;
    color: #004c92;
    text-decoration: none;
}
.left-column .tree.pr-color > li:first-child{
    border-top: 0;
}
.left-column li ul{
    padding-left: 0 !important;
}
.left-column li ul li{
    padding-left: 0px;
}

.crmEntityFormView{
    padding: 10px 0px;
}
/*
.crmEntityFormView h2.tab-title{
    font-size: 24px;
    font-family: "Andes", sans-serif;
    color: #333333;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 0;
    margin-bottom: 15px;
}
*/
.crmEntityFormView .tab{
    /* margin-bottom: 32px; */
    padding:2px 16px 0;
    width: 100%;
    /* border: 1px solid #e5e5e5; 
    background-color: #f6f6f6; */
}
.crmEntityFormView input[type='text'], .crmEntityFormView input[type='email'], .crmEntityFormView textarea{
    font-size: 14px;
  width: 100%;
  height: 35px;
  padding: 8px 16px 8px 16px;
  font-weight: normal;
  color: #787878;
  background-color: #fff;
    border: 1px solid #d4d4d4;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: inset 0px 1px 1px 0px #d4d4d4;
}
.crmEntityFormView .cell textarea {
    height: 60px;
    resize: vertical;
}
.crmEntityFormView select{
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
    border: 1px solid #d8e7f5;
    /*height: 40px;*/
	height: auto;
    white-space: normal;
}

.crmEntityFormView .cell.checkbox-cell{
    padding-bottom: 15px;
}

.crmEntityFormView .input-group{
   border: 1px solid #d8e7f5; 
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: inset 0px 2px 1px 0px #F0F7FE; 
  /* background-color: #fafdff; */
}
.crmEntityFormView .input-group .btn, .crmEntityFormView .input-group input[type='text']{
    border:0;
}
.crmEntityFormView .input-group .btn-default, .crmEntityFormView .input-group .btn-default:hover, .crmEntityFormView .input-group .btn-default:active, .crmEntityFormView .input-group .btn-default:focus{
    background-color: transparent !important;
    box-shadow: none;
}
.crmEntityFormView .lookup .input-group{
    background-color: #fbfbfb;
}
.crmEntityFormView .lookup.form-control[readonly]{
    background-color: #fbfbfb;
    opacity: 1;
}
.crmEntityFormView .lookup .input-group .fa{
    color: #ec553a;
    font-size: 17px;
    top: 3px;
}

.crmEntityFormView .actions .btn {
    color: #ffffff;
    background-color: #0071bc;
    font-size: 12px;
    line-height: 16px;
    min-width: 120px;
    padding: 12px 24px 12px 24px;
    margin-right: 15px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    letter-spacing: .78px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 0;
    touch-action: manipulation;
    cursor: pointer;
}

.crmEntityFormView .actions .btn:hover, .crmEntityFormView .actions .btn.hover, .crmEntityFormView .actions .btn:active, .crmEntityFormView .actions .btn.active, .crmEntityFormView .actions .btn:focus {
  color: #ffffff;
  background-color: #004c92;
}

.btn.btn-default.form-close {
    color: #ffffff;
    background-color: #0071bc;
    font-size: 12px;
    line-height: 16px;
    min-width: 120px;
    padding: 12px 24px 12px 24px;
    margin-right: 15px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    letter-spacing: .78px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 0;
    touch-action: manipulation;
    cursor: pointer;
}

.btn.btn-default.form-close:hover, .crmEntityFormView .actions .btn.hover, .crmEntityFormView .actions .btn:active, .crmEntityFormView .actions .btn.active, .crmEntityFormView .actions .btn:focus {
  color: #ffffff;
  background-color: #004c92;
}

.crmEntityFormView .actions .btn_white {
  color: #ffffff;
  background-color: #0071bc;
}

.crmEntityFormView .actions .btn_white:hover, .crmEntityFormView .actions .btn_white.hover, .crmEntityFormView .actions .btn_white:active, .crmEntityFormView .actions .btn_white.active, .crmEntityFormView .actions .btn_white:focus {
  color: #ffffff;
  background-color: #004c92;
}
.crmEntityFormView .actions {
    /* border-top: 1px solid #e5e5e5; */
    margin: 20px 0;
    /* padding: 19px 0 0 0; */
}
#liquid_form .breadcrumb.lang{
    float: right;
}
#liquid_form .breadcrumb.lang .dropdown-menu{
    right: 0;
    left: initial;
}

@media (max-width: 767px){
  .crmEntityFormView table.section>tbody>tr>td.cell:empty{
    display:none;    
  }
  .crmEntityFormView .cell.checkbox-cell{
    padding-bottom:0;
  }
}
 navcmsa2i select {
  display: none;
}
@media (max-width: 760px) {
  navcmsa2i ul     { display: none; }
  navcmsa2i select { display: inline-block; }
} 
 
/*.page-heading {
  padding-bottom: 4px;
  padding-top : 32px;
      margin-bottom: 32px;
}*/
/*.navbar-header {
  float: left;
}*/
.page-heading {
 /* padding-bottom: 1px;
  padding-top : 1px;
  margin-bottom: 1px;
  font-size:14px;*/
    color: #fff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
	
    background: #081E39 url(/banner-bg) repeat-y 0 0;
    background-size: 0px;
    /*padding: 45px 0;*/
    padding-bottom: 1px;
	padding-top : 1px;
	margin-bottom: 1px;
}
.navbar-brand {
  padding: 0px;
  height: auto;
}
.crmEntityFormView .cell.checkbox-cell label {
    font-weight: normal;
}
.crmEntityFormView .actions {
    border-top: 0px solid #e5e5e5;
    margin: 20px 0;
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 19px 0 0 0;
}
.h1, h1 {
    color: #fff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
    font-family: AndesBold, "Open Sans", Arial, sans-serif;
    font-weight: normal;
	text-align: center;
	margin-top: 10px;
    margin-bottom: 10px;    
	padding-bottom: 1px;
    margin: 1px 0 1px;
	
}
html[lang="ms-MY"] .left-column {
    margin-top: 0px;
    margin-bottom: 32px;
    padding: 16px;
    /* border: 1px solid #e5e5e5; */
    font-size: 13px;
    direction: rtl;
}
html[lang="ms-MY"] .breadcrumb {
    padding: 8px 16px 8px 16px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    display: inline-block;
    direction: rtl;
}
.modal-form .modal-body iframe{
	height:310px;
}
@media (min-width: 992px){
	.modal-form-insert .modal-lg {
		width: 600px;
	}
	.modal-dialog {
		margin: 30px auto 30px;
	}
}
/* === Begin standard style === */
.page-metadata {
  font-size: 18px;
  line-height: 29px;
}
.page-metadata h4{
      font-size: 28px;
    line-height: 30px;
    color: #333333;
}
table.table-striped {
  font-size: 13px;
  line-height: 17px;
}

table.table-striped tr th a{
  color: #333;
}
.left-column li span.pr-color {
    font-family: "AndesBold", sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0px 0px 8px 0px;
    /*text-transform: uppercase;*/
}
.left-column li ul.pr-color {
      margin: 16px 0px;
}
.entitylist {
    padding-top: 2px;
}
.pagination>li>a, 
.pagination>li>span {
    border: 0px solid #ddd;
    font-size: 14px;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    color: #333;
    font-weight: bold;
    cursor: default;
    background-color: transparent;
    border-color: transparent;
}
select.lp__left_nav_mobile {
    width: 100%;
    height: 35px;
}

.crmEntityFormView .cell .picklist input[type=radio] {
    margin: 2px 5px 3px 0;
    vertical-align: top;
    vertical-align: text-bottom;
}
.disclaimerone {
      font-size: 13px;
      line-height: 17px;
      color: #0071BC;
	  border: 2px solid #0071BC;
      padding: 5px;
}
.disclaimersecond {
      font-size: 13px;
    line-height: 17px;
}
.disclaimerthree {
      font-size: 14px;
	  color: #333;
}
.disclaimerfour {
      font-size: 13px;
	  line-height: 17px;;
}
.crmEntityFormView .cell {
    padding: 0 28px 5px;
}
.page-copy {
    margin-bottom: 4px;
}
.crmEntityFormView .tab-title {
	border-bottom: 0px solid #eee;
    -ms-text-rendering: optimizelegibility;
    text-rendering: optimizelegibility;
	font-size: 16px;
	font-weight: 700;
	padding: 15px 16px 0;
    background-color: #f6f6f6;
}
 .crmEntityFormView select {
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat calc(100% - 9px) 50%;
background-color: #fff;
} 


.crmEntityFormView Multiple {
-moz-appearance:none;
-webkit-appearance:none;
appearance:none;
background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") no-repeat calc(100% - 9px) 50%;
background-color: #fff;
}
.page-header {
 /*   color: #fff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
	
    background: #081E39 url(/banner-bg) repeat-y 0 0;
    background-size: 20px;
    padding: 45px 0;
    margin-bottom: 40px; */

    color: #fff;
    font-size: 48px;
    letter-spacing: 0;
    line-height: 58px;
	border-bottom:0px;
    font-family: AndesBold, "Open Sans", Arial, sans-serif;
    font-weight: normal;	
	padding-bottom: 1px;
    margin: 1px 0 1px;
}	

/*html, body {
    margin: 0;
    font-size: 14px;
    /*line-height: 25px; *//
}*/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-bottom-color: transparent;
}
#liquid_form .breadcrumb.lang {
    float: right;
    padding-right: 30px;
    padding-top: 30px;
    vertical-align: bottom;
}

h3 {
    color: #00234D !important;
    font-size: 32px !important;
    letter-spacing: 0 !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
    margin-top: 1px !important;
    font-family: AndesBold, "Open Sans", Arial, sans-serif !important;
    font-weight: normal !Important;
}

.multiselect-wrapper {
    width: 180px;
    display: inline-block;
    white-space: nowrap;
    font-size: 12px;
    height: 50px;
    margin-left: 28px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
}

.multiselect-wrapper .multiselect-input {
	width: 100%;
	padding-right: 50px;
			width: 1081px;
		//padding-left: 12px;
		//padding-right: 12px;
}

.multiselect-wrapper label {
/*	display: block; */
	font-size: 12px;
	font-weight : 600;
	white-space: normal;
}

.multiselect-wrapper .multiselect-list {
	z-index: 1;
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid grey;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	margin-top: -2px;
}

	.multiselect-wrapper .multiselect-list.active {
		display: block;
		max-height: 100px;
		overflow-y: scroll;
	}

	.multiselect-wrapper .multiselect-list > span {
		font-weight: bold;
	}

	.multiselect-wrapper .multiselect-list .multiselect-checkbox {
		margin-right: 2px;
	}

	.multiselect-wrapper .multiselect-list > span,
	.multiselect-wrapper .multiselect-list li {
		cursor: default;
	}

.multiselect-wrapper .multiselect-list {
	padding: 5px;
	width: 1081px;
}

.multiselect-wrapper ul {
	list-style: none;
	display: inline-table;
	position: relative;
	padding: 0px;
	margin: 0px;
	max-height: 1081px;
	overflow-y: auto;
	overflow-x: hidden;
}

	.multiselect-wrapper ul li {
		padding-right: 20px;
		display: block;
	}

		.multiselect-wrapper ul li.active {
			background-color: #8dbae0;
			width:1051px;
			color: white;
		}

		.multiselect-wrapper ul li:hover {
			background-color: rgb(0, 102, 255);
			color: white;
		}

.multiselect-input-div {
	height: 34px;
		width: 1081px;
		//padding-left: 12px;
		//padding-right: 12px;
}

	.multiselect-input-div input{
		border: 1px solid #ababab;
		background : #fff;
		margin: 5px 0 6px 0;
		padding: 5px;
		vertical-align:middle;
		width: 1081px;
		padding-left: 12px;
		padding-right: 12px;
	}

.multiselect-count {
	position: relative;
	text-align: center;
	border-radius: 2px;
	background-color: lightblue;
	display: inline-block !important;
	padding: 2px 7px;
	left: -55px;
	margin-top: 8px;
}

.multiselect-wrapper.disabled .multiselect-dropdown-arrow {
	border-top: 5px solid lightgray;
}

.multiselect-wrapper.disabled .multiselect-count {
	background-color: lightgray;
}

.multiselect-dropdown-arrow {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
    /* position: absolute; */
    line-height: 20px;
    text-align: center;
    /* display: inline-block; */
    margin-top: 20px;
    margin-left: -42px;
    right: 135px;
}

.hr {
    margin-top: 0px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #eee;
}

hr {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 0;
    border-top: 1px solid #eee;
}

/*
table.section[data-name="ClaimantInformationSection"] {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #48535c;
}

table.section[data-name="RespondentInformationSection"] {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #48535c;
}

table.section[data-name="HasLodgingfeePaidSection"] {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #48535c;
}

table.section[data-name="TypeofFilingSection"] {
    font-size: 15px;

	margin-top: 5px;
    vertical-align:bottom;
    font-weight: 700;
    color: #48535c;
}

table.section[data-name="ContractOtherInstrumentsSection"] {
    font-size: 15px;

    vertical-align:bottom;
    font-weight: 700;
    color: #48535c;
}

table.section[data-name="BasisofConsentSection"] {
    font-size: 15px;
    margin-left:28px; 
    vertical-align:bottom;
    font-weight: 700;
    color: #48535c;
}
*/
.modal h1 {
    font-size: 21px;
    font-weight: bold;
}

div#loading {
 position: fixed;
 background-color: rgba(0, 0, 0, 0.5);
 background-image: url("~/loading-gif");
 background-repeat: no-repeat;
 background-position: center center;
 background-size: 50px auto;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 z-index: 1000000000;
 display: none;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 1px;
    border: 1px solid transparent;
}

.notes {
    /* width: 1000px; */
    width: auto !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none; 
    display: block;
    float: left;
    min-width: 130px;
    padding: 10px;
    margin: 2px 0 0;
    margin-top: -2px;
    list-style: none;
    font-size: 15px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    background-clip: padding-box;
}

.pull-right {
    float: right !important;
    height: 0px;
}

.row {
    margin-left: 1px;
    margin-right: 1px;
}

.form-group:nth-of-type(1) {
  display:none;
}

.form-horizontal .control-label {
    text-align: left;
    margin-bottom: 0;
    padding-top: 7px;
}

@media (min-width: 768px)
.form-horizontal .control-label {
    /* text-align: right; */
    margin-bottom: 0;
    padding-top: 7px;
}

.form-custom-actions {
    margin-bottom: 50px;
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto;
    border: 0px;
    box-shadow:none;
}

.actions {
	height:60px;
}

.input-group-addon:last-child {
    border-left: 0;
    display: none;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
  display: block;
}


element.style {
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0;
	display:none !Important;
}

abbr.timeago {
    display: none !Important;
}
.createdby.text-muted {
      display: none !Important;
}

.notes {

    width: auto !important;
    margin-left: -220px;
}

.note {
    border-top: 0 solid #ddd !Important;
    padding-top: 1px !Important;
    margin-bottom:1px !Important;
}

.pull-left {
    float: left !important;
	padding-left: 200px!Important
}
/* === End standard style === */