/*!
* Email Packages Style
*/
.cursor-scroll{
  cursor: all-scroll;
}
.search-package-left {
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 99;
}
.input-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
.input-placeholder{
  position: absolute;
  top: 10px;
}
.input-btn-cc {
  position: absolute;
  top: 5px;
  right: 10px;
}
.input-btn-bcc {
  position: absolute;
  top: 5px;
  right: 10px;
}
.w-140 {
  min-width: 140px;
}
.w-170 {
  min-width: 170px;
}
.w-195 {
  min-width: 195px;
}
.w-150{
  width: 150%;
}
.w-280 {
  width: 280px;
  min-width: 170px;
}
.w-365 {
  width: 365px;
}
.w-175 {
  max-width: 175px;
}
.h-40 {
  height: 40.5px;
}
/* popup style */
.ok-wh {
  width: 59px;
  height: 48px;
}
.bt-arrow {
  top: 9px;
  right: 10px;
}
.redbt-arrow {
  top: 8px;
  right: 5px;
}
.width-255 {
  min-width: 255px;
}
.text-red {
  color: #E11010; ;
}
.text-green {
  color: #88D7447A;
  ; ;
}
.color-border {
  border-color:#ced4da ;
  color:#E0E0E0;
}
.table.borderlessTable th,
.table.borderlessTable td {
  border: 0;
}
.w-33 {
  width: 33px;
}
.h-30 {
  height: 30px;
}
/* tab */
.search-package-right .tab-content {
  display: inline-block;
  width: 100%;
}
.search-package-right .nav-tabs {
  background-color: #F7F7F7;
  border-bottom: 0;
}
/* .search-package-right .list-group {
  padding: 20px;
} */
.search-package-right .nav-item .nav-link.active {
  background-color: #FFFFFF;
  color: #000000;
  border-bottom: 3px solid #5E9331;
}
.search-package-right .nav-tabs .nav-link {
  color: #808A98;
  padding-top: 15px;
  padding-bottom: 15px;
  border-right: 1px solid #E5E5E5;
  border-left: 1px solid transparent;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom: 3px solid #E5E5E5;
}
@media (min-width: 768px) {
  .search-package-left {
    min-height: calc(100vh - 56px);
    box-sizing: border-box;
    position: relative;
    z-index: 99;
  }
}
.email-tab {
  padding: 20px;
}
.ps-15 {
 padding-left: 15px !important;
}
.pe-15 {
 padding-right: 15px !important;
}
.borderless-list .list-group-item,
.borderless-list .list-group-item:first-child {
  border: none;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.list-checkbox-bg {
  background: #cecece;
  padding: 14px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.list-checkbox-bg .form-check-input {
  position: absolute;
  margin-top: -0.4rem;
  margin-left: -0.4rem;
}
.text-dark-grey {
  color: #A6A6A6;  
}
/* package-left-table */
.package-left-table .table td {
  border: none;
  padding: 0 !important;
}
.package-left-table table.table-bordered {
  border-left: none;
  border-right: none;
}
.package-left-table .list-checkbox-bg {
  margin-right: 5px;
  background-color: #ECEEF3;
}
.package-left-table .list-checkbox-bg .form-check::after {
  content: "";
  background: #cece;
  position: absolute;
  display: block;
  width: 34px;
  height: 40px;
  left: 0;
  top: -12px;
}
.package-left-table .table-primary,
.package-left-table .table-hover .table-primary:hover {
  background-color: #ECEEF3;
}
/* .package-left-table .form-check {
  padding-left: 15px;
} */
.package-left-table .form-check-input {
  margin-top: 0.1rem;
  margin-left: -0.58rem;
  z-index: 10;
}
.nav-item.d-block::after {
  content: "";
  position: absolute;
  height: 100%;
  background: #ECEEF3;
  left: 0;
  top: 0;
  width: 30px;
}
/*06-04*/
.package-left-table {
  border-top: 1px solid #ced4da;
}
.package-left-table ul.nav > li.d-block {
  border-bottom: 1px solid #ced4da;
}
.collapse-submenu {
  padding-left: 0 !important;
}
.collapse-child-submenu {
  position: relative;
}
.collapse-child-submenu li::after {
  content: "";
  position: absolute;
  height: calc(100% - 9px);
  background: #979797;
  left: 102px;
  top: 0;
  width: 2px;
}
.collapse-child-submenu li::before {
  content: "";
  position: absolute;
  height: 2px;
  background: #979797;
  left: 104px;
  width: 15px;
}
.ms-35 {
  margin-left: 35px !important;
}
.ms-110 {
  margin-left: 110px !important;
}
@media only screen and (min-width: 300px) and (max-width: 420px)  {
  .collapse-child-submenu li::before {
    left: 108px;
  }
  .collapse-child-submenu li::after {
    left: 106px;
  }
}
.sidepanel-toggled .nav-link {
  margin-left: 0px;
}
.arrow-down-svg,
a[aria-expanded="true"] > .arrow-up-svg {
  display: none;
}
a[aria-expanded="true"] > .arrow-down-svg {
  display: block;
}
@media only screen and (min-width: 300px) and (max-width: 400px)  {
  .package-left-table .form-check-input {
    margin-left: -0.4rem;
    margin-top: 0.1rem;
  }
  .nav-item.d-block::after {
    width: 36px;
  }
  .package-left-table ul span a.nav-link,
  .sidepanel-toggled .nav-link {
    margin-left: 4px;
  }
  
}
@media only screen and (min-width: 410px) and (max-width: 424px)  {
  .package-left-table .form-check-input {
    margin-left: -0.2rem;
    margin-top: 0.1rem;
  }
  .nav-item.d-block::after {
    width: 41px;
  }
  .package-left-table ul span a.nav-link,
  .sidepanel-toggled .nav-link {
    margin-left: 9px;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px)  {
  .package-left-table .form-check-input {
    margin-left: -0.6rem;
    margin-top: -0.0rem;
  }
  .nav-item.d-block::after {
    width: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {
  .package-left-table .form-check-input {
    margin-left: -0.8rem;
    margin-top: -0.0rem;
  }
  .nav-item.d-block::after {
    width: 26px;
  }
}

.filledBox {
  height: 35px;
  width: 35px;
  background: #c4c4c4;
  margin: 5px;
}

.overflow-hidden {
  overflow: hidden;
}
@media screen and (max-width: 726px) {
  .datepicker-dropdown.datepicker-orient-right:before {
      right: calc(50% - 6px)
  }

  .datepicker-dropdown.datepicker-orient-right:after {
      right: calc(50% - 5px)
  }
 }
.form-inline {
  align-items: baseline;
}
.color-border {
  border-color:#ced4da ;
  color:#E0E0E0;
  background: white;
}
.list-group-item {
  border: 0px;
  background: none;
}
.font-color{
  color: #A6A6A6;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(90deg);
  position: absolute;
  right: 6px;
  left: 0;
  top: .8em;
}
.dropdown-submenu.arrow-right a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
  left: auto;
}
 .dropdown-submenu ul.dropdown-menu {
  top: 0;
  left: 100%;
  right: auto;
  margin-left:0rem;
  margin-right: 0rem;
}
.dropdown-submenu ul.dropdown-menu div.dropdown-menu{
  top: 0;
  left: 100%;
  right: auto;
  margin-left:0rem;
  margin-right:0rem;
 }
 .dropdown-submenu ul.dropdown-menu div .templateList li:nth-child(odd) {
  background: #F4F5F8;
}
.dropdown-left .dropdown-submenu ul.dropdown-menu {
  top: 0;
  left: auto;
  right:100%;
}
.dropdown-left .dropdown-submenu ul.dropdown-menu div.dropdown-menu{
  top: 0;
  left: auto;
  right:100%;
  }
.dropdown-left .dropdown-submenu ul.dropdown-menu div .templateList li:nth-child(odd) {
  background: #F4F5F8;
}
.templateList {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 285px;
}
.submenu-breadcrumb {
  padding: 0;
}
.ps-35 {
  padding-left: 35px;
}
.ps-42 {
  padding-left: 42px;
}
.ps-66 {
  padding-left: 66px;
}
.schdeule-date-input {
  position: absolute;
  top: 0;
  opacity: 0;
}
@media screen and (max-width: 400px) {
.w-255 {
  min-width: 255px;
}
.responsive-center {
  text-align: center;
}
.responsive-center button {
  margin-right:1rem
}
}
.text-wrap {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog{
  display: flex;
}
.blog label {
  top: inherit !important;
}
.blog .form-control:focus {
  border-color: #ced4da;
  box-shadow:unset;
}
.form-label-group .dropdown-template-list input::-webkit-input-placeholder {
  color: inherit;
}

.form-label-group .dropdown-template-list input:-ms-input-placeholder {
  color: inherit;
}

.form-label-group .dropdown-template-list input::-ms-input-placeholder {
  color: inherit;
}

.form-label-group .dropdown-template-list input::-moz-placeholder {
  color: inherit;
}

.form-label-group .dropdown-template-list input::placeholder {
  color: inherit;
}
@media screen and (max-width: 600px) {
  .dropdown-left .dropdown-submenu ul.dropdown-menu div.dropdown-menu {
    top: 0;
    left: 35%;
    right: auto;
  }
}
@media screen and (min-width: 600px)  and (max-width: 1050px) {
  .dropdown-left .dropdown-submenu ul.dropdown-menu div.dropdown-menu {
    top: 0;
    right: 30%;
    left: auto;
  }
}

@media screen and (max-width: 600px) {
 .dropdown-submenu ul.dropdown-menu div.dropdown-menu {
  left: -60%;
}
}
@media screen  and (min-width: 600px)  and (max-width: 1050px) {
 .dropdown-submenu ul.dropdown-menu div.dropdown-menu {
  left: 35%;
}
}
.p-10 {
  padding: 10px 12px;
}
.ui-widget-content {
  background: white !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
	background: #007BFF url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
	font-weight: 200;
  color: #ffffff;
  padding: 5px;
}
.ui-menu .ui-menu-item {
padding: 5px;
}
.ui-widget {
	font-family :inherit;
	font-size: 1rem;
}
.px-10 {
  padding: 10px;
}
@media screen and  (max-width: 767px) {
 .mb-10 {
   margin-bottom: 10px;
 }
 }
 .top-search {
   top: 8px !important;
 }
 .top-circle {
   top:-11px !important
 }
 .searchLoupe {
  color: #D8D8D8;
  right: 16px;
  top: 11px;
  cursor: pointer;
  position: absolute;
}
.searchClear {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  height: 23px;
  margin: auto;
  font-size: 16px;
  cursor: pointer;
  color: #ccc;
}
.searchInput {
  padding-right: 35px !important;
}

@media only screen and (max-width: 500px) {
  .datepicker-orient-top {
    left:38px !important;
  }
  .a-hover:hover{
    color: #fff !important;
  }
}
.a-hover:hover{
  color: #5E9331;
}
.a-hover:focus{
  color: #fff !important;
}
.bg-grey
{
  background-color: #c4c4c4 !important;
}
.height-overflow
{
  height: 500px;
  overflow: scroll;
}