.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{
    padding-bottom: 24px;
}
.crmEntityFormView td.cell:first-child{
    padding-left: 0;
}
.crmEntityFormView td.cell[colspan="1"]{
    padding-right:0;
}
.crmEntityFormView .cell label{
    font-size: 14px;
    color: rgba(0,0,0,.87);
    font-weight: 600;
}
.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 .cell .picklist input[type=radio]{
    width: 18px;
    height: 18px;
}
.crmEntityFormView .cell .picklist label{
    margin :1px 12px 0 0 !important;
}
/* .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: 14px;
    color: #333;
    background-color: #ebeef4;
    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{
    margin: 0 auto;
    max-width: 950px;
}
.entity-form{
    padding: 32px 24px;
    box-shadow: -2px -2px 3px 0 rgba(0,0,0,.05), 2px 2px 3px 0 rgba(0,0,0,.05);
    background: #fff; 
}
/*
.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: 0px;
    padding:0;
    width: 100%;
    /* border: 1px solid #e5e5e5; */
    /* background-color: #f6f6f6; */
}
.crmEntityFormView h3{
 margin:0 0 16px 0 !important;
}
.crmEntityFormView input[type='text'], .crmEntityFormView input[type='email'], .crmEntityFormView textarea{
    font-size: 14px;
  width: 100%;
  height: 45px;
  font-weight: normal;
  color: rgba(0,0,0,.87);
  padding: 8px 16px 8px 16px;
  font-weight: normal;
  color: rgba(0,0,0,.87);
  font-size: 14px;
  border: 1px solid rgba(0,0,0,.24);
  border-radius: 3px !important;
  background-color: #fff;
  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 rgba(0,0,0,.24);
    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{
    display: flex;
    justify-content: end;
    margin: 24px 0;
    padding: 0;
    border: 0 !important;
}
.crmEntityFormView .msos-filter-container input[type='text']{
    border:0 !important
}
.crmEntityFormView .msos-filter-container{
    padding:0;
}
.crmEntityFormView .msos-filter-container .msos-caret-button{
    margin-right: 10px;
}

.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:first-child{
    margin-right: 0 !important;
}

.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;
}

.breadcrumb.lang{
    float: right;
}

#liquid_form.breadcrumb.lang .dropdown-menu{
    right: 0;
    left: initial;
}
.page-heading{
    padding: 0 !important;
}

/* ------------ */
.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: 20px;
	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;
}
.crmEntityFormView .cell {
    padding: 0 0 24px 0!important;
}
.crmEntityFormView .captcha-cell {
    padding: 24px !important;
    color: rgba(0,0,0,.87);
    font-size: 14px;
    border: 1px solid rgba(0,0,0,.24);
    border-radius: 3px;
}
.crmEntityFormView .captcha-cell div:nth-child(2){
 display: flex;
 align-items: center;
}
.crmEntityFormView .captcha-cell div:nth-child(2) div:first-child{
    margin-right: 75px;
}
.crmEntityFormView .captcha-cell div:nth-child(2) p{
    width: 50%;
}
.crmEntityFormView .captcha-cell div:nth-child(2) p label{
    display: none;
}
.success-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 450px;
    margin-bottom: 24px;
}
.success-wrapper ul{
    font-size: 18px;
    font-weight: 600;
}
.panel-default{
    padding:24px;
    min-height:550px;
}

@media (max-width: 767px){
  .crmEntityFormView table.section>tbody>tr>td.cell:empty{
    display:none;    
  }
  .crmEntityFormView .cell.checkbox-cell{
    padding-bottom:0;
  }
  .crmEntityFormView .captcha-cell div:nth-child(2){
    flex-direction: column;
    align-items: flex-start;
 }
 .crmEntityFormView .captcha-cell div:nth-child(2) p{
    width: 100%;
    margin-top: 16px;
 }
}

@media (max-width:575px) {
    .navbar-text{
        margin: 0 0 16px 0 !important;
        border-left: 0 !important;
        padding-left: 0 !important;
    }
}



/* Custom - Starts */
.navbar.navbar-inverse.navbar-static-top {
    border-bottom: 1px solid #e5e5e5;
}

.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-brand .g01v1-logo {
    padding-top: 12px;
}

header .g01v1-logo img {
    width: 200px;
    height: auto !important;
}

header .navbar-brand {
    padding: 16px;
    height: auto;
}

.navbar-default .navbar-text {
    font-family: "AndesBold", sans-serif;
    font-size: 18px;
    line-height: 29px;
    color: #002245;
    margin: 21px 0px 0px 0px;
    padding-left: 16px;
    border-left: 1px solid #333;
    float: left;
    vertical-align: middle;
}

header a, footer a {
    color: #0071BC;
    text-decoration: none;
    cursor: pointer;
}

header a:hover, header a:focus, footer a:hover, footer a:focus {
    border-bottom: 0;
    color: #004c92;
    text-decoration: none;
}

.form-custom-actions{
 .col-sm-6{
    width: 100% !important;
 }
 .form-action-container-left{
    float: right  !important;
	}
}



/* Custom - Ends */


