.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;
}
.crmEntityFormView td.cell:first-child{
    padding-left: 0;
}
.crmEntityFormView td.cell[colspan="1"]{
    padding-right:0;
}
.crmEntityFormView .cell label{
    font-size: 15px;
    color: #48535c;
    font-weight: 700;
 /* //   margin-bottom: 7px; */
}
.crmEntityFormView .cell.text label{
/* //    margin-bottom: 9px; */
}
.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;
}


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;
}

.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;
}
.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: 10px;
    margin-bottom: 32px;
    padding: 16px;
    border: 1px solid #e5e5e5;
    font-size: 13px;
}
.left-column ul{
    padding: 0;
    margin: 0;
}
.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: 30px;
}

.crmEntityFormView{
    padding: 10px 10px;
}
/*
.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:20px 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: #fafdff;
  border: 1px solid #d8e7f5;
  border-radius: 0;
  -webkit-appearance: none;
  box-shadow: inset 0px 2px 1px 0px #F0F7FE;
}
.crmEntityFormView select{
    box-shadow: inset 0px 2px 1px 0px #F0F7FE;
    border: 1px solid #d8e7f5;
    height: 45px;
}

.crmEntityFormView .cell.checkbox-cell{
    padding-bottom: 16px;
}

.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;
}