tr.hide-table-padding td {
  padding: 0;
}

.expand-button {
	position: relative;
}

.accordion-toggle .expand-button:after
{
  position: absolute;
  left:.75rem;
  top: 50%;
  transform: translate(0, -50%);
  content: '-';
}
.accordion-toggle.collapsed .expand-button:after
{
  content: '+';
}
.table td.fielde{
background: green !important;
}
#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}


#page td {
   padding: 0;
   margin: 0;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}
.header {
    position: relative;
    width: 100%;
    z-index: 10
}
.top_bar {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
    white-space: nowrap;
}
.logo_container {
    display: inline-block;
    white-space: nowrap;
}
.logo {
    font-family: Georgia, serif;
    line-height: 56px;
    margin-right: 10px;
    font-size: 20px;
    color: 	#000000

}


.top_bar_legend {
    display: inline-block
}
.top_bar_legend_item {
    font-size: 19px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_bar_legend_item:not(:first-child) {
    margin-right: 0px
}
.top_bar_legend_item a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

}

.top_bar_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.top_bar_legend_item a:hover {
    color: #8a8a8a
}
.top_bar_legend_item:last-child {
    margin-right: 0px
}
.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.top_bar_user a:hover {
    color: #8a8a8a
}
.user_icon {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px
}
.user_icon img {
    width: 100%
}

.top_bar_user div {
    display: inline-block
}
.top_bar_user div:nth-child(2)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    content: ''
}
.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}
.top_bar_user a:hover {
    color: #8a8a8a
}
.header_main {
    z-index: 1
}


@media only screen and (max-width: 1210px) {
    top_bar {
        display: none
    }

     .img-responsive { width: 450px;
     }


    .logo_container,
    .wishlist_cart {
        height: 72px
    }
    .logo {
        font-size: 14px
    }

    .logo a {
        font-size: 14px
    }
    .top_bar_user {
        margin-left: 0px
    }

}



.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}
* {box-sizing: border-box;}

/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 12px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 6px;
  outline: none;
}

.input-field:focus {
  border: 3px solid dodgerblue;
}



.btn:hover {
  opacity: 1;
}


div[id*='collapseOne']{

    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    visibility: visible;
}




table {
  counter-reset: section;
}

.count:before {
  counter-increment: section;
  content: counter(section);
}

.navbar input[type="checkbox"]  {
	transform: scale(2);
}

.navbar input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 10px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

nav .navbar-nav li a{
  color: cornflowerblue !important;
  }

.navbar input:checked[type="checkbox"] {
    background: #7da6ff;
}

.navbar input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.navbar input:checked[type="checkbox"]::after {
    left: 50%;
}


    table.diff {font-family:Courier; border:medium;}
        .diff_header {background-color:#e0e0e0}
        td.diff_header {text-align:right}
        .diff_next {background-color:#c0c0c0}
        .diff_add {background-color:#aaffaa}
        .diff_chg {background-color:#ffff77}
        .diff_sub {background-color:#ffaaaa}
        .diff_chg_del {text-decoration: line-through; color: red;}


 #highlighted-textarea {
            width: 300px;
            height: 150px;
            border: 1px solid #ccc;
            padding: 10px;
            font-family: Arial, sans-serif;
        }

 #highlighted-input {
            width: 300px;
            padding: 10px;
            font-family: Arial, sans-serif;
        }

        .highlight {
          background-color: yellow;
        }
#page td {
   padding: 0;
   margin: 0;
}

.modal-backdrop {
    /* bug fix - no overlay */
    display: none;
}
.header {
    position: relative;
    width: 100%;
    z-index: 10
}
.top_bar {
    width: 100%;
    height: 56px;
    background: #FFFFFF;
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
    z-index: 2;
    white-space: nowrap;
}
.logo_container {
    display: inline-block;
    white-space: nowrap;
}
.logo {
    font-family: Georgia, serif;
    line-height: 56px;
    margin-right: 10px;
    font-size: 20px;
    color: 	#000000

}


.top_bar_legend {
    display: inline-block
}
.top_bar_legend_item {
    font-size: 19px;
    font-weight: 300;
    line-height: 56px;
    margin-right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_bar_legend_item:not(:first-child) {
    margin-right: 0px
}
.top_bar_legend_item a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;

}

.top_bar_icon {
    display: inline-block;
    margin-right: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.top_bar_legend_item a:hover {
    color: #8a8a8a
}
.top_bar_legend_item:last-child {
    margin-right: 0px
}
.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.top_bar_user a:hover {
    color: #8a8a8a
}
.user_icon {
    display: inline-block;
    margin-right: 7px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    width: 15px
}
.user_icon img {
    width: 100%
}

.top_bar_user div {
    display: inline-block
}
.top_bar_user div:nth-child(2)::after {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -13px;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.1);
    content: ''
}
.top_bar_user a {
    font-size: 16px;
    font-weight: 300;
    line-height: 56px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}
.top_bar_user a:hover {
    color: #8a8a8a
}
.header_main {
    z-index: 1
}


@media only screen and (max-width: 1210px) {
    top_bar {
        display: none
    }

     .img-responsive { width: 450px;
     }


    .logo_container,
    .wishlist_cart {
        height: 72px
    }
    .logo {
        font-size: 14px
    }

    .logo a {
        font-size: 14px
    }
    .top_bar_user {
        margin-left: 0px
    }

}

#loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

#loading-image {
  z-index: 100;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}
* {box-sizing: border-box;}

/* Style the input container */
.input-container {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

/* Style the form icons */
.icon {
  padding: 12px;
  background: dodgerblue;
  color: white;
  min-width: 50px;
  text-align: center;
}

/* Style the input fields */
.input-field {
  width: 100%;
  padding: 6px;
  outline: none;
}

.input-field:focus {
  border: 3px solid dodgerblue;
}



.btn:hover {
  opacity: 1;
}


div[id*='collapseOne']{

    -webkit-transition-delay: 3s;
    transition-delay: 3s;
    visibility: visible;
}




table {
  counter-reset: section;
}

.count:before {
  counter-increment: section;
  content: counter(section);
}

.navbar input[type="checkbox"]  {
	transform: scale(2);
}

.navbar input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 20px;
    height: 10px;
    background: #ccc;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

nav .navbar-nav li a{
  color: cornflowerblue !important;
  }

.navbar input:checked[type="checkbox"] {
    background: #7da6ff;
}

.navbar input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.navbar input:checked[type="checkbox"]::after {
    left: 50%;
}


    table.diff {font-family:Courier; border:medium;}
        .diff_header {background-color:#e0e0e0}
        td.diff_header {text-align:right}
        .diff_next {background-color:#c0c0c0}
        .diff_add {background-color:#aaffaa}
        .diff_chg {background-color:#ffff77}
        .diff_sub {background-color:#ffaaaa}
        .diff_chg_del {text-decoration: line-through; color: red;}


 #highlighted-textarea {
            width: 300px;
            height: 150px;
            border: 1px solid #ccc;
            padding: 10px;
            font-family: Arial, sans-serif;
        }

 #highlighted-input {
            width: 300px;
            padding: 10px;
            font-family: Arial, sans-serif;
        }

        .highlight {
          background-color: yellow;
        }

@font-face {
    font-family: 'Great Vibes';
    src: url('../fonts/vendor/GreatVibes-Regular.ttf') format('truetype');
}
/* ===== Attachments: polished list-group look ===== */

.attachment-divider {
  margin: 0;
  padding: 0;
}

/* each row */
.attachment-item {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e9ecef;
  padding: 10px 12px;
  background: #fff;
  transition: background-color .15s ease, box-shadow .15s ease;
}

.attachment-item:hover {
  background: #f8f9fa;
}

/* icon sizing */
.attachment-icon {
  font-size: 1.05rem;
  line-height: 1.2;
  margin-top: 2px;
}

/* left side: allow shrink + wrap */
.attachment-left {
  flex: 1 1 420px;   /* grows, shrinks, wraps nicely */
  min-width: 260px;
}

.attachment-text {
  min-width: 0;      /* critical for wrapping inside flex */
}

/* filename link */
.attachment-link {
  display: block;
  max-width: 100%;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  color: #0d6efd;
  font-weight: 500;
  line-height: 1.25;
}

.attachment-link:hover {
  color: #084298;
  text-decoration: underline;
}

/* actions stay aligned and don’t squeeze text too hard */
.attachment-actions {
  flex: 0 0 auto;
  margin-left: auto;
}

/* make buttons a bit tighter and consistent */
.attachment-actions .btn {
  padding: .25rem .5rem;
  border-radius: .5rem;
}

/* mobile: actions go full width under filename */
@media (max-width: 576px) {
  .attachment-actions {
    width: 100%;
    justify-content: flex-start;
  }
}

/* ===== Attachment badge + download icon ===== */

.attachment-download-icon {
  font-size: 0.95rem;
  margin-right: 6px;
  opacity: 0.8;
  vertical-align: -1px;
}

/* Badge base */
.attachment-badge {
  font-weight: 600;
  letter-spacing: .02em;
  padding: .35em .55em;
  border-radius: 999px; /* pill */
  border: 1px solid transparent;
  font-size: 0.75rem;
}
/* Tiny icon button */
.icon-btn{
  padding: .25rem .45rem;
  line-height: 1;
}

/* Badge themes (nice, not too loud) */
.badge-pdf  { background: #fff1f2; color: #b42318; border-color: #fecdd3; }
.badge-doc  { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }
.badge-xls  { background: #ecfdf3; color: #067647; border-color: #abefc6; }
.badge-csv  { background: #f0f9ff; color: #0369a1; border-color: #bae6fd; }
.badge-img  { background: #fdf4ff; color: #a21caf; border-color: #f5d0fe; }
.badge-zip  { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.badge-ppt  { background: #fff7ed; color: #c2410c; border-color: #fed7aa; }
.badge-txt  { background: #f8fafc; color: #334155; border-color: #e2e8f0; }
.badge-file { background: #f8fafc; color: #334155; border-color: #e2e8f0; }