.card-body {
	background-color:#EFEFEF;
}
.table-light {
	--bs-table-bg: #EFEFEF;
}
#mainmenu .navbar-static-top {
  margin-bottom: 0px;
}

@media (max-width: 769px) {
	.mainhead {
	background-color:navy;
	}
	.topheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	font-weight:bold;
	padding:10px;
	}
	
}
@media (min-width: 769px) {
	.mainhead {
	background-image: url(/images/tophead.jpg);
	background-repeat: no-repeat;
	}
	.topheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: italic;
	font-weight:bold;
	padding:30px 10px;
	text-shadow: 2px 3px 3px navy;
	-webkit-text-stroke: 1px #000;

	}
	
}

#mainmenu .navbar-default .navbar-nav > li:first-child {
	border-left:0 
}
#mainmenu li.nav-item {
	border-right:1px solid navy;
}

#mainmenu .navbar-default .navbar-nav > li > a  {
		font-weight:bold
}

#imageList li {
        cursor: grab;
        transition: transform 0.15s ease, box-shadow 0.15s ease;
}

#imageList li:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.sortable-chosen {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}

.sortable-ghost { opacity: 0.4; }
.sortable-drag { transform: rotate(2deg); }

.navbar-right{
padding-right:15px;
}
a.memberlink {
	color:navy;
	font-weight:bold;
	text-decoration:none;
}
a.memberlink:hover {
		text-decoration:none;
}
.validetta-inline {
	display: block;
	font: 12px/14px Arial, Helvetica, sans-serif;
	color: #cd2e26;
}

.navbar {
  padding-top:0px;
  padding-bottom:0px;
}
#sortable { list-style-type: none; margin: 0; padding: 0;  }
#sortable li { margin: 3px 6px 3px 0; padding: 1px; float: left; cursor: all-scroll; }
.confirmer {cursor: pointer;}

.adbox {
	border:solid rgb(222, 226, 230) 1px;
	border-radius: 0.375rem;	
}	

.adbox  div {
	background-color:#fff;
	border:solid rgb(222, 226, 230) 1px;
	border-radius: 0.375rem;
	padding:2px;
	margin-bottom:10px;
}	


#pwindicator {
    margin-top: 4px;
    width: 250px;
}

.bar {
    height: 4px;
}

.pw-very-weak .bar {
    background: #d00;
    width: 30px;
}

.pw-very-weak .label {
    color: #d00;
}

.pw-weak .bar {
    background: #d00;
    width: 60px;
}

.pw-weak .label {
    color: #d00;
}

.pw-mediocre .bar {
    background: #EFB700;
    width: 90px;
}

.pw-mediocre .label {
    color: #EFB700;
}

.pw-strong .bar {
    background: #f3b31a;
    width: 120px;
}

.pw-strong .label {
    color: #f3b31a;
}

.pw-very-strong .bar {
    background: #0d0;
    width: 150px;
}

.pw-very-strong .label {
    color: #0d0;
}

.skillsemail  { color: #008000; }

#skillstable td {padding:0.25rem;}

#skillstable tr:nth-child(even) { 
	background-color: #EAF9FF; color: #003264;
       font-family: Arial;
       font-size: 10pt;
}
#skillstable tr:nth-child(odd) {background-color: #C6E2FF; 
	color: #003264;
       font-family: Arial;
       font-size: 10pt;
}


#skillstable th { background-color: #2E73C7; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 10pt;
	padding:0.25rem;
}
#skillstable tr {
vertical-align:top;	
}

.ui-datepicker {
    z-index: 9999 !important;
}

@font-face {
    font-family: "iwpcug";
    src: url("fonts/iwpcug.woff2") format("woff2"),
        url("fonts/iwpcug.ttf") format("truetype"),
        url("fonts/iwpcug.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
.icon, [class^="icon-"], [class*=" icon-"] {
    /* Use !important to prevent extensions from overriding this font. */
    font-family: "iwpcug" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-camera-fill:before {
    content: "\f415";
}
.icon-camera:before {
    content: "\f30a";
}
.icon-house:before {
    content: "\f7a6";
}
.icon-arrow-right-square-fill:before {
    content: "\f1f7";
}
.icon-crown--fill:before {
    content: "\f31c";
}
.icon-question-circle-fill:before {
    content: "\f225";
}
.icon-trash3-fill:before {
    content: "\f061";
}
.icon-plus-square-fill:before {
    content: "\f146";
}
.icon-person-square:before {
    content: "\f3ed";
}
.icon-pencil-fill:before {
    content: "\f3d5";
}