:root {
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";

}

body, p, a, li, h1 {
    font-family: var(--bs-font-sans-serif) !important;
}
.siteTitle {
	font-family: var(--bs-font-sans-serif);
}

.feature-title {
    color: var(--portalThemeColor7);
    font-size: 6.5rem;
    text-align: center;
    font-family: Roboto;
    font-weight: 700;
    margin: 100px 0px;
    text-shadow: 3px 3px 5px #444;
}


.form-control {
	border-radius: 0.5rem !important;
}

.form-control:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

.row {
     margin-right: 0px; 
     margin-left: 0px; 
}

/*
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}*/

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  /*padding-right: var(--bs-gutter-x, 0.75rem); 
  padding-left: var(--bs-gutter-x, 0.75rem);*/
  padding-right: var(--bs-gutter-x, 0.50rem); 
  padding-left: var(--bs-gutter-x, 0.50rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}

/*-----------black header with NYC logo--------------*/

#block-311-2 {
    background: black;
    padding: 10px 0;
}
.nyclogo {
    float: left;
    color: #fff !important;
}

.topright {
    float: right;
    color: #fff !important;
}

.nyclogo a, .nyclogo a:hover, .nyclogo a:focus, .nyclogo .link:hover, .nyclogo .link:focus {
    color: white;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.nyclogo img {
    width: 45px;
}

.vbar {
    display: inline-block;
    padding: 0 15px;
}

.topright a {
    color: #fff !important;
    font-weight: bold !important;
    display: inline-block !important;
    padding-left: 10px !important;
    text-decoration: underline !important;
}

.region-top-top-header {
    padding: 0 15px;
    background-color: #000000;
}



/*-----------black header with NYC logo end--------------*/
.navbar-static-top.navbar-inverse {
    box-shadow: 0 3px 5px #89d2d8;
}


.navbar-inverse .navbar-nav > li > a:hover {
    color: rgb(137, 210, 216) !important;
    background-color: transparent !important;
    text-decoration: none !important;
}

.divider-vertical{
    border-right: 1px solid #89d2d8 !important;
    border-left: 1px solid #89d2d8 !important;
}

.header-container {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    /*width: auto;
    height: 50px;*/
    float: left;
    clear: both;
    width: 100%;
}


.header-menu{
    margin: 10px 0px;
}
.navbar-brand {
    padding: 0px 15px !important;
}


@media only screen and (max-width: 700px) {
    .header-container {
        justify-content: end;
    }
}

@media all  
  and (min-device-width: 320px) 
  and (max-device-width: 812px)  { 
    h1.siteTitle{
         font-size: 28px !important;
    }
    /*h1.siteTitle,
    .navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle,
    .navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle > span {
       font-size: 1rem !important; 
    }*/

    .feature-title {
        font-size: 4.5rem;
    }
     .navbar-static-top .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}


/*ipad view*/
@media all and (min-width: 560px) and (max-width:850px) {  
    .navbar-static-top .navbar-collapse .nav > .divider-vertical {
        display: block;
    }
    /*h1.siteTitle,
    .navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle,
    .navbar-static-top.navbar-inverse .navbar-brand a h1.siteTitle > span {
      font-size:2rem; 
    }*/
     .feature-title {
        font-size: 5.5rem;
    }
}

.fit-content {
    min-width: fit-content;
}

.sitebavbar-right {
    float: right;
}

@media (max-width: 992px){
    .sitebavbar-right {
        float: left;
    }
}

@media (min-width: 992px){
    #navbar {
        width: calc(100% - 100px); /*calc(100% - 480px);*/
    }
}
/*-----------footer start--------------*/

.footer{
    color: var(--portalThemeColor8);
}


.footer .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255,255,255,0.1);
    padding: 10px;
}


.footer .content {
    color: #c0c0c0 !important;
    /*color: rgba(255,255,255,0.65);*/
    font-size: 0.857em;
}

#block-footer .field--name-body {
    display: flex;
}

#block-footer .field--name-body .col-md-4 {
    margin: 0 30px 0 0;
    flex: 1;
    border-right: 2px solid white;
}

#block-footer .field--name-body .col-md-4:last-child {
    border-right: none;
}

.footer-2 .foot-2-left {
    float: left;
    padding-right: 15px;
}

.footer-1 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 15px;
    display: flex;
}

.footer .content a, .footer .content a.is-active {
    color: #fcfcfc;
    color: rgba(255,255,255,0.8) !important;
    text-decoration: underline;
}

.footer-1 .item {
    margin: 0 20px 0 0;
    flex: 1;
}

.footer-1 .item img {
    width: 100%;
}


.footer {
    font-family: "Helvetica Neue,Helvetica,Arial,sans-serif ";

}

.footer .layout-container {
    padding: 0 15px;
}

/*@media all and (min-width: 560px) { */
@media all and (min-width: 560px) { 
    .site-footer__top .region {
        float:left;
        position: relative;
        width: 50%;
    }

    [dir="rtl"] .site-footer__top .region {
        float: right;
    }

}

@media all  
  and (min-device-width: 320px) 
  and (max-device-width: 812px)  { 
     #block-footer .field--name-body .col-md-4 {
        padding-right: 5px;
        padding-left: 5px;
        margin: 0 10px 0 0;
    }
    .footer-1 {
        padding-left: 15px;
        display: block;
    }
}

/*ipad view*/
@media all and (min-width: 560px) and (max-width:850px) {  
    #block-footer .field--name-body .col-md-4 {
        padding-right: 0px;
        padding-left: 0px;
        margin: 0 10px 0 0;
    }
    .footer-1 {
        padding-left: 15px;
        display: block;
    }
    
    .footer .region {
        box-sizing:border-box;
    }

    .site-footer__top .region:nth-child(2n+1) {
        padding-right: 10px;
    }

    [dir="rtl"] .site-footer__top .region:nth-child(2n+1) {
        padding-left: 10px;
        padding-right: 0;
    }

    .site-footer__top .region:nth-child(2n) {
        padding-left: 10px;
    }

    [dir="rtl"] .site-footer__top .region:nth-child(2n) {
        padding-left: 0;
        padding-right: 10px;
    }

    .region-footer-third {
        clear: both;
    }
}

@media all and (min-width: 851px) {
    .site-footer__top .region {
        width:24%;
        padding: 0 0.65%;
    }

    .site-footer__top .region:first-child {
        padding-left: 0;
    }

    [dir="rtl"] .site-footer__top .region:first-child {
        padding-left: 10px;
        padding-right: 0;
    }

    .site-footer__top .region:last-child {
        padding-right: 0;
    }

    [dir="rtl"] .site-footer__top .region:last-child {
        padding-left: 0;
        padding-right: 10px;
    }
}

.footer h2 {
    color: #c0c0c0;
    color: rgba(255,255,255,0.65);
}

.footer blockquote {
    color: #555;
}

.footer .content {
    color: #c0c0c0;
    color: rgba(255,255,255,0.65);
    font-size: 0.857em;
}

.footer .content p{
    color: rgba(255,255,255,0.65) !important;
    font-size: 12px;
}

.footer .menu-item {
    padding: 0;
}

.footer .content ol:not(.menu),.footer .content ul:not(.menu) {
    padding-left: 1.4em;
}

[dir="rtl"] .footer .content ol:not(.menu),[dir="rtl"] .footer .content ul:not(.menu) {
    padding-right: 1.4em;
    padding-left: 0;
}

.footer .content a,.footer .content a.is-active {
    color: #fcfcfc;
    color: rgba(255,255,255,0.8);
}

.footer .content a:hover,.footer .content a:focus {
    color: #fefefe;
    color: rgba(255,255,255,0.95);
}

.footer .block {
    margin: 20px 0;
    border: 1px solid #444;
    border-color: rgba(255,255,255,0.1);
    padding: 10px;
}

.footer table {
    font-size: 1em;
}

.footer tr td,.footer tr th {
    border-color: #555;
    border-color: rgba(255,255,255,0.18);
}

.footer tr.odd {
    background-color: transparent;
}

.footer tr.even {
    background-color: #2c2c2c;
    background-color: rgba(0,0,0,0.15);
}

.site-footer__top h2 {
    border-bottom: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 3px;
    text-transform: uppercase;
}

.site-footer__top .content {
    margin-top: 0;
}

.site-footer__top p {
    margin-top: 1em;
}

.site-footer__top .content .menu {
    padding-left: 0;
}

[dir="rtl"] .site-footer__top .content .menu {
    padding-right: 0;
}

.site-footer__top .content li a {
    display: block;
    border-bottom: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
    line-height: 1.2;
    padding: 0.8em 2px 0.8em 20px;
    text-indent: -15px;
}

[dir="rtl"] .site-footer__top .content li a {
    padding: 0.8em 20px 0.8em 2px;
}

.site-footer__top .content li a:hover,.site-footer__top .content li a:focus {
    background-color: #1f1f21;
    background-color: rgba(255,255,255,0.05);
    text-decoration: none;
}

.site-footer__top .block-menu,.site-footer__bottom .block {
    margin: 0;
    padding: 0;
    border: none;
}

.site-footer__bottom .block {
    margin: 0.5em 0;
}

.site-footer__bottom .content {
    padding: 0.5em 0;
    margin-top: 0;
}

.site-footer__bottom .block h2 {
    margin: 0;
}

.site-footer__bottom {
    letter-spacing: 0.2px;
  /* margin-top: 30px;*/
    border-top: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
}

.site-footer__bottom .region {
    margin-top: 20px;
}

.site-footer__bottom .block {
    clear: both;
}

.site-footer__bottom .block .menu {
    padding: 0;
}

.site-footer__bottom .menu-item a {
    float: left;
    padding: 0 12px;
    display: block;
    border-right: 1px solid #555;
    border-color: rgba(255,255,255,0.15);
}

[dir="rtl"] .site-footer__bottom .menu-item a {
    float: right;
    border-left: 1px solid #555;
    border-right: none;
}

.site-footer__bottom .menu-item:first-child a {
    padding-left: 0;
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child a {
    padding-right: 0;
    padding-left: 12px;
}

.site-footer__bottom .menu-item:last-child a {
    padding-right: 0;
    border-right: none;
}

[dir="rtl"] .site-footer__bottom .menu-item:last-child a {
    padding-left: 0;
    padding-right: 12px;
    border-left: none;
}

[dir="rtl"] .site-footer__bottom .menu-item:first-child:last-child a {
    padding-right: 0;
}


/*-----------footer end -------------------------*/

/* ---------------google translate start--------------------- */

.goog-te-gadget-simple {
    background-color: inherit !important;
}

.translation {
    position: relative;
}


.goog-te-gadget-simple span {
    font-weight: bold;
    font-size: 1.5rem;
    color:#fff;
}

.goog-te-gadget-simple span a span:nth-child(1){
         display: none;
     }
 .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed:nth-child(1):before {
     display: inline-block;
     content: "Translate";
     font-weight: bold;
     font-size: 1.5rem;
     color: #fff;
 }
.goog-te-gadget-simple {
    border: none !important;
}

     #translate {
        padding: 10px;
        background-color: #DCDCDC; 
        text-align: center;
    }
        #google_translate_element select {
            width: 30%;
            font-size: 1.8rem;
            font-family: inherit;
            padding: 5px 2px;
            border: 2px solid #ccc;
            border-radius: 5px;
        }
        @media (max-width: 768px){
              #translate {
                padding: 2px;
                background-color: #DCDCDC; 
                text-align: center;
            }
            #google_translate_element select {
                width: 100%;
                font-size: 1.8rem;
                font-family: inherit;
                padding: 5px 2px;
                border: 2px solid #ccc;
                border-radius: 2px;
            }
        }
/*
.tranbutton {
    display: none;
}

@media (max-width: 768px){
    .tranbutton {
        display: block;
    }

    #translate {
        position: absolute;
        z-index: 10;
        padding: 5px;
        border: 1px solid #28284f;
        background-color: #fff;
        display: none;
    }

    #translate.show {
        display: block;
    }
}*/

/* ---------------google translate end--------------------- */

.s01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  font-family: 'Poppins', sans-serif;
  padding: 15px;
}

.directoryForm {
  width: 100%;
  max-width: 1290px;
}


.directoryForm legend {
    font-size: 3.5rem;
    line-height: 2.1rem;
    font-weight: bold;
    font-family: "roboto condensed";
    color: #2c848d;
    /*margin-top: calc(30px + 1rem);*/
    text-align: center;
    border: 0 !important;
}

.directoryForm .inner-form {
  background: #f3f3f3;
  padding: 10px 30px;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

.directoryForm .inner-form .input-field {
  height: 68px ;
}

.directoryForm .inner-form .input-field input {
  height: 100%;
  background:inherit;  /*text box color*/
  border: 0;
  display: block;
  width: 100%;
  padding: 10px 32px;
  font-size: 20px;
  border-radius: 5px 0px 0px 5px !important;
  border-right: 0.5px solid #ccc;
}

.directoryForm .inner-form .input-field input.placeholder {
  color: #9a9a9a;
  font-size: 20px;
}


.directoryForm .inner-form .input-field input:-moz-placeholder, input#query.form-control:-moz-placeholder, input#query.form-control::placeholder, #ddDirectory::placeholder {
  color: #9a9a9a !important;
  font-size: 20px;
}

.directoryForm .inner-form .input-field input::-webkit-input-placeholder, input#query.form-control::-webkit-input-placeholder,  #ddDirectory::-webkit-input-placeholder {
  color: #9a9a9a !important;
  font-size: 20px;
}

.directoryForm .inner-form .input-field input:hover, .directoryForm .inner-form .input-field input:focus {
  box-shadow: none;
  outline: 0;
}

.directoryForm .inner-form .input-field.first-wrap {
  -ms-flex-positive: 1;
      flex-grow: 1;
}


input#query.form-control:focus::-webkit-input-placeholder {
    opacity: 0;
}


.directoryForm .inner-form.flex-middle{
  border-radius: 70px;
  -webkit-border-radius: 70px;
}
.directoryForm .inner-form .input-field.second-wrap {
  width: 32.77%; /*32.77%;*/
  min-width: 180px;
  color: #9a9a9a;
}

.directoryForm .inner-form .input-field.third-wrap {
  width: 180px;
  margin-right: 0;
}

.directoryForm .inner-form .input-field.third-wrap .btn-search {
  height: 100%;
  width: 100%;
  background: #4272d7;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  transition: all .2s ease-out, color .2s ease-out;
  border: 0;
  cursor: pointer;
}

.directoryForm .inner-form .input-field.third-wrap .btn-search:hover {
  background: #2d62d3;
}

.directoryForm .inner-form .input-field.second-wrap .custom-choices {
  cursor: pointer;
  line-height:3.5;
  height: 68px;
  font-weight:700px !important;
  font-size: 20px;
  border-radius: 0px 5px 5px 0px !important;
  border:0;
  border-left: 0.5px solid #ccc;
}

.custom-choices{
    color: #555 !important;
}

/*
.directoryForm .custom-choices > option{
  background: #f3f3f3;
  cursor: pointer;
  border:0;
}*/
.directoryForm > .custom-choices {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    opacity: 1;
    color: #6c757d;
}

@media screen and (max-width: 767px) {
  .directoryForm .inner-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
  .directoryForm .inner-form .input-field {
    margin-bottom: 20px;
  }
  .directoryForm .inner-form .input-field input {
    padding: 10px 15px;
  }
  .directoryForm .inner-form .input-field.first-wrap {
    width: 100%;
  }
  .directoryForm .inner-form .input-field.first-wrap .custom-choices {
    padding: 10px 15px;
  }
  .directoryForm .inner-form .input-field.second-wrap {
    width: 100%;
  }
  .directoryForm .inner-form .input-field.second-wrap input {
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

}

/* --------------------- */
/*
.container .fa-check  {
    line-height: 0.5em;
}
*/
td .fa-fw {
    top:9px;
}


.captcha-cell{
    padding-left: 28px;
}

.captcha-cell p {
    font-size: 12px;
}

.captcha-cell input[type='text'] {
    border-radius: 0.5rem;
}

.captcha-cell label {
   padding-left: 5px;
}




fieldset[aria-label='Disclaimer'] .cell.checkbox-cell:first-child{
    padding-left: 15px !important;
}

#appdev_disclaimer_label
{
    font-weight: 400;
}


.crmEntityFormView fieldset{
    margin-bottom: 0;
    padding: 15px;
}


.columnBlockLayout{
    margin: 0px 0px !important;
}



 h1, h2, h3{
   font-family: 'Roboto Condensed, sans-serif';
   font-weight: 700 !important;
}
h1.title, h2.title  {
    display: inline-block;
    border-bottom: 5px solid #b900d0;
    margin-bottom: 15px;
    color: #28284f;
}
h5.title  {
    display: inline-block;
    border-bottom: 2px solid #b900d0;
    color: #28284f;
}
.form-inline label.control-label{
    display: inline !important;
    margin-right: 10px;
}
.sectionBreak{
    margin:10px;
}
button.thumbnail{
    padding:0px;
    border:0px;
    border-radius:0px;
    display: inline !important;
    font-weight: 600;
    margin-bottom:0px;
}
.card-img-top{
border-radius:0px;
}
button .card-body{
     padding:5px 10px;
}

button.thumbnail:hover{
    color: #89d2d8;
}

.carousel-inner>.item>img :hover{
    cursor: zoom-in;
}  

.carousel-control.right,  .carousel-control.left{
    background-image: none;    
}


.displayContactDiv{
    height: 34px;
    display: inline-table;
}
@media (min-width: 768px){
    .form-inline .displayContactDiv {
            padding: 6px 12px;
            width: auto;
            vertical-align: middle;
    }
}
/*
textarea.form-control {
    height: 10em;
}
*/
.msos-container {
    border-radius: 0.5rem !important;
}


iframe#WebResource_InsuranceRequirement{
  height:400px !important;
}

.sectionNoteColor {
  background-color: #6699CC;
  color: #ffffff;
}

 .sectionNoteColor h1, .sectionNoteColor h2, .sectionNoteColor h3, .sectionNoteColor h4, .sectionNoteColor h5, .sectionNoteColor h6, .sectionNoteColor p, .sectionNoteColor a {
    color: #ffffff; 
}

.fa {
    position: inherit;
}



/* ---------multi step ddl----------- */
div.fui-Combobox{
    background-color: transparent !important;
    border: 1px solid #949494 !important;
    border-radius: 0.5rem !important;
}

div[dir="ltr"]{
    background-color: transparent !important;
}
div[dir="ltr"] span{
    font-weight: inherit !important;
}

thead>tr>th>a {
    font-weight: bold !important;
}

.description{
    color: #696969;
}

ol.progress.left, ol.progress.right {
     margin-top: 0px; 
}

.instructions{
    font-weight: 600;
    color:#363636;
}

.validation-header{
    color:#a94442 !important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    border: none;
}


.entitylist .input-group-btn:last-child>.btn, .entitylist .input-group-btn:last-child>.btn-group {
    margin-left: 2px;
    border-radius: 4px;
}

.entitylist .btn-default, .table .btn-default{
    padding: 5px 10px!important;
}

.crmEntityFormView .subgrid-cell {
    padding: 0 0px 20px;
}
.crmEntityFormView .cell {
    padding: 0 5px 20px;
}
.crmEntityFormView .tab .tab-column {
    padding-left: 0px !important;
}

.page-header {
    margin: 20px 15px 20px;
}


.view-pagination .pagination {
    margin: 20px 0;
}
/*
ul.pagination li:first-child a, ul.pagination li:last-child a {
  border: solid 1px #CDCDCD;

}
*/
ul.pagination {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

ul.pagination > li > a,
ul.pagination > li > span {
  float: left;
  padding: 10px 15px;
  margin-left: 0px;
  font-weight: bold;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

ul.pagination > li > a:hover,
ul.pagination > li > a:focus,
ul.pagination > .active > a,
ul.pagination > .active > span {
  background-color: #f5f5f5;
}

ul.pagination > .active > a,
ul.pagination > .active > span,
ul.pagination > .active > a:hover,
ul.pagination > .active > a:focus  {
  color: #999999;
  cursor: default;
  border-radius: 0 !important;
}

ul.pagination > .disabled > span,
ul.pagination > .disabled > a,
ul.pagination > .disabled > a:hover,
ul.pagination > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

ul.pagination > li:first-child > a,
ul.pagination > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

ul.pagination > li:last-child > a,
ul.pagination > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination > li > a, .pagination > li > span {
    background-color: transparent;
    border: 0px;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
}

.entitylist-filter-option .checkbox,.entitylist-filter-option .radio {
    margin-top: 0px;
    margin-bottom: 0px;
}

.h1, .h2,.h3,.h4,.h5,.h6{
    font-family: inherit !important;
}

/*-------------------Sign in page start --------------------*/
/*.login-heading-section {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.login-left {
    //flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    //align-items: center;
    padding: 20px;
}

.login-right {
    flex: 1;
    //display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.login-logo {
    max-width: 60%;
    max-height: 60%;
    object-fit: contain;
    align-self: center;
}


.dot-logo {
    max-width: 50%;
    max-height: 50%;
    margin-top: 20%;
}

.login-divider {
    width: 2px;
    background-color: #ccc;
    margin: 20px 0;
}

.login-text {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 5%;
}
*/
.LoginContainer {
            background-color: white;
            padding: 30px;
            width: 100%;
            max-width: 900px;
            display: flex;
            flex-direction: column;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            border-radius: 10px;
            margin: 20px 0;
        }
        
        .login-left {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding: 20px;
            text-align: center;
        }
        
        .MarketplaceLogo {
            max-width: 100%;
            height: auto;
            margin-bottom: 25px;
        }
        
        .dot-logo {
            max-width: 70%;
            height: auto;
        }
        
        .login-divider {
            /*height: 2px;
            background-color: #e9ecef;
            margin: 20px 0;
            width: 100%;*/
               width: 2px;
    background-color: #ccc;
    margin: 20px 0;
        }
        
        .login-right {
            padding: 20px;
        }
        
        .login-heading-section {
            margin-bottom: 20px;
            font-size: 1.5rem;
            font-weight: 600;
            border-bottom: 0px !important;
            padding-bottom: 0px !important;
        }
        
       
        .login-text {
            color: #6c757d;
            font-size: 0.95rem;
            line-height: 1.6;
        }

         .nav-account {
            display: flex;
            border-bottom: 1px solid #dee2e6;
            margin-bottom: 25px;
            list-style: none;
        }
        
        .nav-account li {
            margin-right: 10px;
        }
        
        .nav-account a {
            display: block;
            padding: 10px 15px;
            text-decoration: none;
            color: #495057;
            border: 1px solid transparent;
            border-bottom: none;
            border-radius: 4px 4px 0 0;
            background-color: #f8f9fa;
        }
        
        .nav-account .active a {
            color: #005eb8;
            background-color: white;
            border-color: #dee2e6 #dee2e6 white;
            font-weight: bold;
        }
        
        .nav-account a:hover {
            background-color: #e9ecef;
        }
        
        /* Focus styles for accessibility */
        a:focus, button:focus {
            outline: 2px solid #66afe9;
            outline-offset: 2px;
        }
   /* Media Queries for Responsiveness */
        @media (min-width: 576px) {
            .LoginContainer {
                padding: 40px;
                margin: 20px 0;

            }
            
            .login-heading-section {
                font-size: 1.7rem;
            }
            
        }
        
        @media (min-width: 768px) {
            .LoginContainer {
                flex-direction: row;
                padding: 40px 30px;
            }
            
            .login-left {
                width: 40%;
                padding: 20px 30px 20px 10px;
            }
            
            .login-divider {
                width: 2px;
                height: auto;
                margin: 0 30px;
            }
            
            .login-right {
                width: 60%;
                padding: 20px 10px 20px 30px;
            }
            
            .MarketplaceLogo {
                max-width: 90%;
            }
            
            .dot-logo {
                max-width: 60%;
            }
        }
        
        @media (min-width: 992px) {
            .LoginContainer {
                height: 440px;
                background-color: white;
                padding: 2%;
                width: 50%;
                margin-left: auto;
                margin-right: auto;
                display: flex;
                margin-top: 3%;
                box-shadow: rgba(0 0 0 30%) 0px 19px 38px, rgba(0 0 0 22%) 0px 15px 12px;
            }
             .login-divider {
                margin: 0;
            }
            .MarketplaceLogo {
               max-width: 100%;
            }
            .login-left {
                padding: 20px;
            }
            
            .login-right {
                padding: 20px;
            }
            
            .login-heading-section {
                font-size: 1.8rem;
            }
        }
/*-------------------Sign in page end--------------------*/



.crmEntityFormView h3, .crmEntityFormView h2{
  /* Fallbacks for older browsers */
  margin-top: 0.5em;
  margin-bottom: 0em;

  /* Logical properties for modern browsers */
  margin-block-start: 0.5em;
  margin-block-end: 0em;
}

.crmEntityFormView .tab-title {
    padding-left:15px;
    font-size: 24px;
}




@media (max-width: 767px) {
    .crmEntityFormView .cell {
        margin-bottom: 0px;
        padding: 0 !important;
    }
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: 0px;
}

.modal-dialog .crmEntityFormView, .modal-dialog .entitylist{
    border:0 !important;
}

.modal-dialog .crmEntityFormView .cell {
    padding: 0 !important;
}

.crmquickform-cell{
    border:0 !important;
}

.view-search.entitylist-search{
    margin: 10px;
}

#productList .entitylist{
    border: 0px;
}

#productList .entity-grid{
    border: 1px solid #f2f2f2;
}


.crm-jqm-optionset.ui-controlgroup-horizontal .ui-btn {
    font-family: inherit !important;
}

.crm-jqm-optionset.ui-controlgroup-horizontal .ui-btn.ui-first-child, 
.crm-jqm-optionset-preview.ui-controlgroup-horizontal .ui-btn.ui-first-child{
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.crm-jqm-optionset.ui-controlgroup-horizontal .ui-btn.ui-last-child, 
.crm-jqm-optionset-preview.ui-controlgroup-horizontal .ui-btn.ui-last-child{
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}