.tab-column {
    /* margin-right: 0.714286rem;
    margin-left: 0.714286rem;*/
}

.section {
    border-color: rgb(207, 205, 204);
    border-width: 1px;
    border-style: double;
   
}
fieldset {
   /* border-color: rgb(207, 205, 204) !important;
    border-width: 1px !important;
    border-style: double !important;*/
}
.navbar-header {
    position: static;
}
.entitylist {
    margin-top: 0 !important;
    height: calc(100vh - 290px) !important;
    overflow: hidden !important;
}
.entitylist div{
    overflow: auto !important;
}
.view-grid {
  /* // height: 100% !important;
   // overflow: auto !important;*/
}

@media only screen and (max-width: 767px) {
  .tab-column {
    min-width: 100% !important;
  }
  .tabsmenu-wide {
	display:none !important;
  }
  .tabsmenu-small {
	display:inline-block !important;
  }
}
@media only screen and (max-width: 1550px) and (min-width: 768px)  {
  .tab-column {
    min-width: 50% !important;
  }
  .tabsmenu-wide {
	display:none !important;
  }
  .tabsmenu-small {
	display:inline-block !important;
  }
}
@media only screen and (min-width: 1551px) {
  .tabsmenu-wide {
	display:inline-block !important;
  }
  .tabsmenu-small {
	display:none !important;
  }
}

html[dir=ltr] .crmEntityFormView .tab .tab-column {
    padding-left: 0px !important;
}

.crmEntityFormView fieldset {
    margin: 10px;
}



@media (min-width: 1200px) {
.navbar-nav {
    float: right !important;
    padding-right: 10px !important;
    position: initial !important;
    padding-left: 0px !important;
}

.navbar-static-top.navbar .navbar-collapse {
    width: calc(100%);
}
}


.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

.ui-dialog-titlebar-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background: none;
  border: none;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.ui-dialog-titlebar-close::before {
  content: "✖"; /* Cross symbol */
  display: inline-block;
  font-size: 16px;
  color: black; /* Customize color as needed */
  border: none;
}
