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');
}
.table-sm td,
.table-sm th {
  padding: 5px !important;
}