﻿.crmEntityFormView .section-title{
    font-size: 15px;
    margin: 0 0 12px;
	font-weight: 700;
    color: #48535c;
}
.crmEntityFormView .section-title.show-bar{
    margin: 0 0 15px;
}
.crmEntityFormView fieldset{
    margin-bottom: 2px;
	margin-top: 1px;
}
.crmEntityFormView td.cell{
    padding-top: 10px;
}
.crmEntityFormView td.cell:first-child{
    padding-left: 0;
}
.crmEntityFormView td.cell[colspan="1"]{
    padding-right:0;
}
.crmEntityFormView .cell label{
    font-size: 14px;
    color: #333;
    font-weight: normal;
	margin-right:10px;
}
.crmEntityFormView .cell.boolean-radio-cell label{
    display: inline-block;
}
.crmEntityFormView .cell.boolean-radio-cell .boolean-radio  label{
    font-weight: normal;
}
/*.crmEntityFormView .cell input[type=text],
.crmEntityFormView .cell textarea{
    height: 40px;
    border: 1px solid #d4d9dd;
    box-shadow: none;
}*/
.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; }

/*  === Begin Breadcrumbs ==== */
.breadcrumb {
  padding: 8px 16px 8px 16px;
  margin-bottom: 0px;
  list-style: none;
  background-color: transparent;
  display: inline-block;
}

.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: 45px;
  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 select{
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
    border: 1px solid #d8e7f5;
    height: 45px;
}

.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;
}

.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;
}

#liquid_form .breadcrumb.lang{
    float: right;
}
#liquid_form .breadcrumb.lang .dropdown-menu{
    right: 0;
    left: initial;
}

/* ------------ */
.crmEntityFormView .tab-column fieldset legend.section-title{
    font-size: 14px;
    color: #333;
    font-weight: normal;
}
.crmEntityFormView .tab-column fieldset:first-child .section-title{
    font-size: 16px;
	font-weight: normal;
    color: #333333;
    font-family:"Andes", "Open Sans";
    line-height:1.2;
}
/*.crmEntityFormView #MaximumLengthValidatorcms_address, .crmEntityFormView .tab-column fieldset table[data-name="tab_2_section_4"]{
    display: none;
}
*/
@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;
}
.navbar-brand {
  padding: 0px;
  height: auto;
}
.crmEntityFormView .cell.checkbox-cell label {
    font-weight: normal;
}
.crmEntityFormView .actions {
	border-top: 0px solid #e5e5e5;
    margin: 2px 0 !Important;
    padding: 1px 0 0 0 !important;
}
.h1, h1 {
    font-size: 20px;
	text-align:center;
	margin-top: 5px;
}
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: 300px 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: middle;
}
.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;
}
.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;
}
.page-header {
    /* padding-bottom: 3px; */
    margin: 30px 0 5px;
    /* border-bottom: 1px solid #eee; */
    text-align: center;
    font-size: 40px;
}

.crmEntityFormView .cell div.info div.validators {
    margin: 0 0 0 3px;
    float: left;
    color: Red;
	display:none;
}

.page-header {
  display:none;
}

.actions {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
}

#AttachFileLabel {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    white-space: pre-wrap;
    Font-weight: bold;
}

.rcRefreshImage {
    text-decoration: underline;
    float: left;
    padding-right: 100px;
    padding-bottom: 15px;
}
/* === End standard style === */