﻿/* Header*/
.cust-nav-container{
    display:flex;
    justify-content:space-between
}
.cust-nav-link{
    gap:1rem;
    display:flex;
}
/* commit for membership orders */

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

/* fix for fixed navbar */
.anchor:before {
    display: block;
    content: " ";
    margin-top: -71px;
    height: 71px;
    visibility: hidden;
}

h5 {
    font-size: 16px;
    line-height: 1.25;
}

.vh-66 {
    height: 66.66vh;
    overflow: auto;
}

.navbar-brand {
    padding: 14px 15px;
}

.navbar-brand, 
.navbar-brand:visited {
    color: white;
}
.navbar-inverse .navbar-nav > li > a, 
.navbar-inverse .navbar-nav > .dropdown > a .caret {
    color: #cccccc;
    border-top-color: #cccccc;
    border-bottom-color: #cccccc;
}

.body-content a {
    text-decoration: underline;
}
.dropdown-menu a,
.list-tree a,
.nav-tabs a,
.pagination a,
a.btn,
a[data-bs-toggle] {
    text-decoration: none !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}

.footer-primary {
    background-color: #183b69;
    color: white;
    padding-top: 10px;
    padding-bottom: 5px;
}
.footer-warning {
    background-color: #bd910b;
    color: white;
    padding-top: 10px;
    padding-bottom: 5px;
}
    .footer-primary a,
    .footer-warning a {
        color: white;
        text-decoration: underline;
    }

.border-light {
    border: 1px solid #e7e7e7 !important;
}
.border-primary {
    border: 1px solid #337ab7 !important;
    /*border: 1px solid #183B69 !important;*/
}

.bg-light {
    background-color: #f8f8f8;
    background-color: #F5F5F5;
}
.bg-primary {
    background-color: #337ab7;
    /*background-color: #183B69;*/
}
.bg-secondary {
    background-color: rgb(108, 117, 125);
}
.bg-white {
    background-color: white;
}
.text-primary {
    color: #183B69 !important;
}
.text-secondary {
    color: rgb(108, 117, 125);
}
.text-white {
    color: white !important;
}
.text-danger {
    color: #a94442 !important;
}
.panel-img-top {
    /*border-bottom: 1px solid #ddd;*/
    border-radius: 3px 3px 0 0 ;
    width: 100%;
}
.card-img-top {
    border-radius: 3px 3px 0 0 ;
    width: 100%;
}
.h-100 {
    height: 100%;
}

.body-email {
    padding-top: 10px;
}

.btn-outline-secondary {
    color: white;
    background-color: #777;
}
.btn-outline-secondary:hover {
    color: white;
    background-color: #656565;
}

.jumbotron {
    background-size: cover;
    background-position: center center;
    margin-bottom: 10px;
}

.background-opaque {
    background-color: rgba(255,255,255,.75);
    border-radius: 6px;
    display: inline-block;
    padding: 10px 16px;
}

audio, canvas, video, .image {
    width: 640px;
    max-width: 100%;
    height: auto;
}

.embed-responsive {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 10px;
}
.embed-responsive iframe {
	position: absolute;
    border: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.font-weight-bold {
    font-weight: bold;
}
.font-weight-normal {
    font-weight: normal !important;
}
.small {
    font-size: 12px;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.w-50 {
    width: 50%;
}
.w-100 {
    width: 100%;
}

.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.5rem;
}
.mt-2 {
    margin-top: 0.75rem;
}
.mt-3 {
    margin-top: 1rem;
}
.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-2 {
    margin-bottom: 0.5rem;
}
.mb-3 {
    margin-bottom: 1rem;
}
.mb-4 {
    margin-bottom: 1.5rem;
}
.mb-5 {
    margin-bottom: 2rem;
}
.mb-20 {
    margin-bottom: 20px;
}

.ml-3 {
    margin-left: 1rem;
}

.pl-1 {
    padding-left: 5px;
}
.pr-1 {
    padding-right: 5px;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.text-reset {
    color: inherit;
}

.list-inline {
    margin-left: -5px;
    margin-right: -5px;
}
.align-middle {
     vertical-align: middle !important;
}

.pagination {
    margin-top: 0;
}

.media-left {
    float: left;
    padding-right: 10px;
}


/*.table-striped-vertical th:nth-of-type(even), 
.table-striped-vertical td:nth-of-type(even) {
    background-color: #f9f9f9;
}*/
.table-striped-vertical th:nth-child(7), 
.table-striped-vertical td:nth-child(7) {
    background-color: #f9f9f9;
}
/*.table-striped-vertical th[data-selector="True"], 
.table-striped-vertical td[data-selector="True"] {
    background-color: #f9f9f9;
}*/

.form-text {
    font-size: 85%;
    margin-bottom: 0;
}
.form-text {
    color: #737373;
    display: block;
    font-size: 85%;
    margin-top: 5px;
}
.form-text:empty {
    display: none;
}

.mb-3 row .panel {
  margin-bottom: 0;
}
.mb-3 row .pre-scrollable {
  height: 180px;
}

.mb-3 row .table {
  margin-bottom: -7px;
}
.mb-3 row .table thead > tr > th,
.mb-3 row .table tbody > tr > th,
.mb-3 row .table tfoot > tr > th,
.mb-3 row .table thead > tr > td,
.mb-3 row .table tbody > tr > td,
.mb-3 row .table tfoot > tr > td {
  padding: 7px 5px;
}

.input-group-btn > .form-control {
	width: auto;
}

.mb-3 row.disabled * {
  cursor: not-allowed;
  color: #777;
}

.checkbox-inline.disabled, 
.radio-inline.disabled {
  cursor: not-allowed;
}
.checkbox.disabled label, 
.radio.disabled label {
  cursor: not-allowed;
}

.btn-sm {
    padding: 3px 6px;
}
.table-group-btn {
    padding: 5px !important;
    text-align: center;
    white-space: nowrap;
}

.panel {
    margin-top: 20px;
}
/*.panel-default .panel-title > a {
    color: #337ab7;
}*/

.panel-body-form {
    padding: 15px 15px 0 15px;
}

.panel .mb-3 row:last-child {
    margin-bottom: 0;
}

.panel.disabled {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.panel-title .badge {
    float: right;
}
.panel-body {
    padding-bottom: 5px;
}
.panel-body h5 {
    margin-top: 0;
}
.panel-body .badge {
    float: right;
}

.badge {
    font-weight: normal;
}
.badge-primary {
    background-color: #183b69 !important;
}
.badge-secondary {
    color: #fff !important;
    background-color: #6c757d !important;
}
.badge-danger {
    color: #fff !important;
    background-color: #d9534f !important;
}
.badge-success {
    color: #fff !important;
    background-color: #5cb85c !important;
}

.label-muted {
    background-color: #777;
}
.label-pill {
    border-radius: 1em;
}

.card-grid {
    display: flex;
    flex-wrap: wrap;
}

.has-success .form-control-static {
  color: #468847;
}
.has-warning .form-control-static {
  color: #c09853;
}
.has-error .form-control-static {
  color: #b94a48;
}
.has-error table {
    color: #b94a48;
}

.img-creditcard, .img-creditcard img {
    max-height: 30px;
    /*margin: 5px 0;*/
}

/* news */
ul h4 {
    margin-bottom: 0;
}

/* glossary */
.dl-horizontal dt {
	overflow: visible;
	text-overflow: inherit;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
	    width: 200px;
    }
    .dl-horizontal dd {
	    margin-left: 220px;
    }
    .w-md-50 {
        width: 50%;
    }
}

/* start page */
h3.start-title
{
    margin-top: 10px;
    margin-bottom: 10px;
}
h4.start-title
{
    margin-top: 4px;
    margin-bottom: 4px;
}
a:hover h4.start-title
{
    text-decoration: underline;
}
.start-glyphicon {
    font-size: 40px;
}

/* term detail */
.breadcrumb {
    font-size: 85%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
    background-color: transparent;
}
.breadcrumb > li + li:before {
    padding: 0 2px;
}

/* explorer */
.tab-pane {
    border: 1px solid #dddddd;
    border-top: none;
    border-radius: 0 0 4px 4px;
    /*height: 500px;*/
    padding: 15px 15px 0 15px;
    overflow: auto;
}

.list-tree {
    list-style-type: none;
    padding-left: 0;
    white-space: nowrap;
}
.list-tree ul {
    list-style-type: none;
    padding-left: 15px;
    display: none;
}
.list-tree input,
.list-tree img {
    vertical-align: text-bottom;
}

.list-tree li.mark {
    background-color: transparent;
    /*padding: 0;*/
}
.list-tree li.mark > a {
    background-color: yellow;
}
.list-tree li.active > a,
.list-unstyled li.active > a {
    background-color: transparent;
    color: #333333;
    font-weight: bold;
}

/* term lists */
.list-item {
    margin-bottom: 10px;
}
.list-heading {
    margin: 0;
    display: inline;
}

mark,
.mark {
    background-color: yellow; 
    color: inherit;
    padding: 0;
}

/* help guides */
.list-files a {
    display: block;
    text-align: center;
}
.list-files .glyphicon {
    font-size: 24px;
}

.jumbotron .row {
    margin-right: -.5rem;
    margin-left: -.5rem;
}
.jumbotron .row > div {
    padding-right: .5rem;
    padding-left: .5rem;
}
/*Arabic CSS Change*/
.rightToLeft {
    direction: rtl !important;
}
.fnt-primary {
    color: white !important;
}

.fnt-title-primary {
    color: #183b69 !important;
}

.prev-btn[disabled] .chevron-icon {
    display: none;
}

.prev-btn[disabled]::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("data:image/svg+xml;utf8, <svg xmlns='http://www.w3.org/2000/svg' fill='grey' viewBox='0 0 16 16'> <path d='M5.354 4.646a.5.5 0 0 0-.708.708l6 6a.5.5 0 0 0 .708-.708l-6-6z'/> <path d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zm0-1A6 6 0 1 1 8 2a6 6 0 0 1 0 12z'/> </svg>");
}


input-validation-error {
    border-color: #dc3545 !important; /* red border */
    background-color: #f8d7da !important;
}

.input-validation-error:focus {
    box-shadow: 0 0 0 .25rem rgba(220,53,69,.25) !important;
}


.has-validation-error label {
    color: #dc3545 !important; /* red summary */
}


/* for site.validation */
/*.mb-3.has-error .form-control,
.mb-3.has-error .form-select {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important;
}*/

/* Label turns red when row has error */
/*.mb-3.has-error label {
    color: #dc3545 !important;
}*/

/* Field validation text color (ASP.NET Core uses this class) */
/*.field-validation-error {
    color: #dc3545 !important;
}*/

/* Validation summary title & text */
/*.validation-summary-errors {
    color: #dc3545;
}*/
/* Input border & background when invalid */
.input-validation-error,
.is-invalid {
    border-color: #dc3545 !important;
    background-color: #f8d7da !important;
}

/* Field-level validation message (span) */
.field-validation-error,
.text-danger {
    color: #dc3545 !important;
}

/* Label turns red when its row has error */
.mb-3.has-error label {
    color: #dc3545 !important;
}

.btn-shortlist {
    background-color: #28a745 !important;
 }