.crmEntityFormView .section-title{
    font-size: 15px;
    margin: 0 0 12px;
	font-weight: 700;
    color: #48535c;
}

    .crmEntityFormView .text-muted{
     display:none !important;
}
.crmEntityFormView .section-title.show-bar{
    margin: 0 0 15px;
}
.crmEntityFormView fieldset{
    margin-bottom: 2px;
}
.crmEntityFormView td.cell{
    padding-top: 10px;
}
.crmEntityFormView td.cell:first-child{
    padding-left: 0;
}
.crmEntityFormView .actions .btn:first-child{
    margin-right: 0 !important;
}
.crmEntityFormView td.cell[colspan="1"]{
    padding-right:0;
}
.crmEntityFormView .cell label{
    font-size: 14px;
    color:rgba(0,0,0,.87);
    font-weight: 600;
    margin-right: 12px;
    padding-bottom:4px;
}

.crmEntityFormView .cell.boolean-radio-cell .boolean-radio  label{
    font-weight: normal;
}

.crmEntityFormView .cell textarea{
    height: 90px;
    resize: vertical !important;
}
.crmEntityFormView .info br{
    display: none;
}
.crmEntityFormView .info{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.25px;
    color: rgba(0,0,0,.87);
}

.crmEntityFormView #AttachFileLabel{
    margin: 0;
    font-size: 13px;
}

.crmEntityFormView .cell.boolean-radio-cell input[type="radio"]{
    vertical-align: middle;
    width: 15px;
    height: 15px;
}

.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: 14px;
    color: #333;
    background-color: #ebeef4;
    margin: 0;
}
a {
  color: #0071bc;
  text-decoration: none; }

.crmEntityFormView{
    padding: 10px 0px;
}

.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{
  width: 100%;
  height: 44px;
  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;
  background-color: #fff;
  -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 .actions{
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 !important;
    flex-flow: row-reverse;
}

.crmEntityFormView .actions .btn {
    /* color: #ffffff;
    background-color: #0071bc; */
    line-height: 16px;
    min-width: 105px;
    height: 44px;
    font-size: 14px;
    padding: 12px 24px 12px 24px;
    font-family: "Open Sans", sans-serif;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    white-space: nowrap;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-weight: 600;
    border-radius: 0;
    touch-action: manipulation;
    cursor: pointer;
    outline: 0;
}

.crmEntityFormView .actions .btn:hover, .crmEntityFormView .actions .btn.hover, .crmEntityFormView .actions .btn:active, .crmEntityFormView .actions .btn.active, .crmEntityFormView .actions .btn:focus {
  color: #ffffff;
  background-color: #2988c7;
}
.crmEntityFormView .actions .btn:last-child, .crmEntityFormView .actions .btn:last-child:hover,.crmEntityFormView .actions .btn:last-child:focus {
    margin-right: 15px;
    color: #0071bc;
    background-color: #fff;
    border-color: #0071bc;
    margin-right: 16px;
}
.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 .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;
}

@media (max-width: 767px){
  .crmEntityFormView table.section>tbody>tr>td.cell:empty{
    display:none;    
  }
  .crmEntityFormView .cell.checkbox-cell{
    padding-bottom:0;
  }
}
.page-heading {
  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;
    padding: 19px 0 0 0;
}

.modal-form .modal-body iframe{
	height:310px;
}
@media (min-width: 992px){
	.modal-form-insert .modal-lg {
		width: 600px;
	}
	.modal-dialog {
		/*margin: 300px auto 30px; */
	}
}

#AttachFileLabel{
    font-size: 14px;
    color: #333;
    font-weight: normal;
    white-space: pre-wrap;
    Font-weight:bold;
}



/* WBG UI style Changes*/
.page-header h1{
    color: #000000de;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 32px;
    text-align: left;
    margin-left: 170px;
}
.crmEntityFormView{
    max-width: 950px;
    margin: 0 auto;
}
.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;
    border:1px solid rgba(0,0,0,0.42);
    
}
.crmEntityFormView #SaveTextButton{
margin-right:16px !important;
}

.crmEntityFormView #CancelButton {
margin-right:16px !important;
}

/*.navbar.navbar-dark.static-top{
border-bottom: 1px solid #e5e5e5;
min-height: 75px;
margin-bottom: 0px;
background-color: #ffffff;
border-color: #ffffff;
}*/


.skip-to-content{
    display: none;
}

.page-title{
    margin-left: 46px;
    padding-bottom: 8px;
    margin-top: -2px;
}

header .navbar-brand{
    padding-bottom: 0  !important;
}
.crmEntityFormView .tab .column-left,
.crmEntityFormView .tab .column-right{
 width: 50%;
 float: left;   
}
.crmEntityFormView .tab .column-right{
    padding-left: 20px;
}
@media (max-width: 991px) {
    .navbar.navbar-inverse.navbar-static-top{
        min-height: 83px;
    }
    .page-header h1{
        margin-left: 0;
     }
     .page-title{
        position: absolute;
        top:47px;
        margin: 0 0 0 7px;
     }
     .navbar-toggle .icon-bar{
        border: 1px solid rgba(0,0,0,.87);
     }
}



/*.navbar-brand.navbar-header{
    a{
        display: flex;
        align-items: center;
    }
}*/
/*.page-heading{
    .page-header{
        margin-top:0  !important;
        margin-bottom: 0 !important;
    }
}*/


/*.custom-sitetitle {
    font-family: "AndesBold", sans-serif;
    font-size: 22px;
    line-height: 24px;
    color: #0071bc;
    margin: 12px 8px 12px 8px;
    padding-left: 16px;
    border-left: 1px solid #333;
    float: left;
    vertical-align: text-top;

}*/
 
 header .navbar-nav .mega-menu:hover a.dropdown-toggle{
	margin-bottom:0 !important;
}

@media (min-width: 768px){
.crmEntityFormView .tab-column fieldset table[data-name="{51999b68-4b4c-439b-bb51-1b49edae03a9}"] td:nth-child(1){
                             padding-right: 20px !important;
              }
}

.page-copy center{
font-size:24px !important;
font-weight:600 !important;
margin-left :98px !important;
text-align:left !important;
}


/* footer .container{
    width: 1320px;
} */
.breadcrumb{
    padding-left: 0 ;
    padding-right: 0;
    display: none;
}

.row.sectionBlockLayout.text-start{
min-height:500px !important;
}

input::placeholder{
  color: rgba(0,0,0,0.60) !important;
  font-size:14px !important;
  opacity: 1; 
}
html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio]{
    margin:5px 5px 5px 0 !important;
}
.crmEntityFormView .cell{
    padding: 0 0px 20px;
}
.crmEntityFormView table.section tr:first-child td{
    display: none;
}

.navbar-brand{
    display:block !important;
    padding-bottom:12px
}
.navbar.navbar-default{
    padding-top: 0 !important;
    justify-content: flex-start !important;

}
.page-heading{
    /*display: none;*/
}

.page-header{
padding bottom:9px;
margin:10px 0 0px;
border-bottom:0px solid #eee;
}

.navbar-text {
    a {
        font-family: "AndesBold", sans-serif;
        font-size: 22px;
        line-height: 24px;
        color: #0071bc;
        margin: 18px 0px 12px 0px;
        padding-left: 16px;
        border-left: 1px solid #333;
        float: left;
        vertical-align: text-top;
    }

}
.navbar-expand-xl.navbar.navbar-dark.static-top{
    display: none;
}
.custom-navbar-toggler{
    display: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

@media (max-width: 767px) {
    header .toggle-box{
        position: absolute  !important;
        top:19px !important;
        right: 12px !important;
        float:none !important;
    }
    .page-title{
        position: relative !important;
    }
    .crmEntityFormView .tab .tab-column,
    .crmEntityFormView .tab .column-left,
    .crmEntityFormView .tab .column-right {
         width: 100%;
         padding-left: 0  !important;
     }

    .navbar-default .navbar-text{
        border-left: 0px !important;
        margin: 1px 0 0 0 !important;
        padding-left: 6px !important;
     }

 header .navbar-default .navbar-toggle{
        margin-top: 0;
     }

     .crmEntityFormView .actions .btn{
        min-width: auto !important;
        padding: 12px 16px 12px 16px !important;
     }



     .navbar-text {
        a {
            font-family: "AndesBold", sans-serif;
            font-size:16px;
            line-height: normal;
            color: #0071bc;
            margin: 0 0 16px 0;
            padding-left: 16px;
            border-left: 0;
        }
    
    }
 }