/* InHouse CSS for MyCity created by BQuirie 2025.09.22 */
/* Last edited by BQuirie 2025.12.05 */


body {
	background-color: #F1f1f1 !important;
}

/* Header Styling */

.cok-header {
	height: 450px;
	width: 100%;
	position: relative;
	margin-bottom:40px;
	background-image: URL("../../Images/cok-epermit-alternative-header.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.cok-header-topbar {
	height: 10px;
	width: 100%;
	background-color:black;
}

.cok-header-navigation-holder {
	height: 70px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}


.cok-header-bottombar {
	height: 10px;
	width: 100%;
	background-color:green;
	position: absolute;
	bottom: 0px;
	background-image: URL("../../Images/cok-colorbar.png");
}

h1.page-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2.5rem;
	color: #fff;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	float: left;
}

.main-page-content,
.content-wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
	background-color: transparent;
    overflow: hidden;
}
.main-page-content {
	background-color: #ffffff;
}
@media (max-width: 768px) {
    .main-page-content,
	.content-wrapper {
		border: 0;
    }
}
@media (min-width: 768px) {
	.main-page-content,
    .content-wrapper {
        max-width: 900px;
		margin: 0 auto 0 auto;
    }
}

.tdg-content .config-message-background {
	background-color: transparent;
	margin-bottom: 20px;
}

.tdg-content .grey, 
.tdg-content .h1, 
.tdg-content .h2, 
.tdg-content .h3, 
.tdg-content .h4, 
.tdg-content .page, 
.tdg-content .header {
    font-weight: 400;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: none;
    font-variant: normal;
    line-height: 1.1;
	font-size: 2em;
	color: #000000;
	text-transform: lowercase;
	display: block;
}

.tdg-content .grey:first-child, 
.tdg-content .h1:first-child, 
.tdg-content .h2:first-child, 
.tdg-content .h3:first-child, 
.tdg-content .h4:first-child,
.tdg-content .page:first-child, 
.tdg-content .header:first-child,
.header:first-line {
	text-transform: capitalize;
}

.tdg-content .h2 {
	font-size: 1.8em;
}
.tdg-content .h3 {
	font-size: 1.6em;
}
.tdg-content .h4 {
	font-size: 1.4em;
}
.tdg-radio-button-text-container .h4 {
	font-size: 14px;
	text-transform: capitalize;
}

.tdg-content .tdg-fieldset {
	margin: 25px 0px !important;
	padding: 2em !important;
	border: 2px solid #dddddd;
}

.tdg-content label {
	color: #000000;
	font-weight: 600;
	margin-bottom: 3px;
}

.form-horizontal .form-group {
    margin-bottom: 20px;
}
.form-horizontal .additional-contacts-form-group.form-group {
	margin-bottom: 10px;
}

.tdg-content .btn {
    text-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 10px 40px;
    text-decoration: none;
    text-align: center;
    border: 1px solid #015081;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    background-color: #0c4A7D;
}
.tdg-content .btn:hover {
	background-color: #083E6B;
}
.tdg-content .btn.tdg-btn-back {
background-color: #7A7A7A;
}
.tdg-content .btn.tdg-btn-back:hover {
background-color: #6A6B6C;
}

/* BUTTON SPECIFIC STYLES */

#ctl00_MainContent_btn_continue {
	float: right;
}
#ctl00_MainContent_btnAddNew {
	background-color: #ffffff;
	border: 1px solid #015081;
	color: #000000;
}
#ctl00_MainContent_btnAddNew:hover {
	background-color: #DEECF5;
}
.tdg-content .tdg-btn-continue-container {
	padding-right: 0px;
}

/* Tool Tip Styling */
.popover {
	padding: 20px;
	color: #000000;
	background-color: #DEECF5;
}
.popover-body {
  color: #000000;
}

.popover-header {
	color: #000000;
}
/*h3.popover-header {
	padding: 0px;
	margin:0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}*/
.popover-header {
	/*text-transform: lowercase;*/
	visibility: hidden;
	padding: 0px;
	margin:0px 0px 10px 0px;
	font-size: 0px;
	font-weight: bold;
	display: none;
}
.popover-header:first-line {
	text-transform: capitalize;
	
}
.popover-header::after {
	visibility: visible;
	content: "Note For User";
	padding: 0px;
	margin:0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}

/* Form Fields */
.tdg-content .radio-button-list input[type="radio"] + label {
    padding: 10px 35px;
}
.PropertySelect-form-group {
margin-top: 30px;
}
.top-page-message {
	margin-bottom: 20px;
}
.tdg-btn-back-container {
	padding-left: 0px;
	padding-right: 0px;
}
h4.modal-title {
	font-weight: bold;
}

div.modal-header,
div.modal-body,
div.modal-footer {
	padding: 10px 20px !important;
}

.tdg-content .blue-gradient, 
.tdg-content thead, 
.tdg-content .btn-continue, 
.tdg-content .btn-continue:visited, 
.tdg-content .btn-file, 
.tdg-content .btn-file:visited, 
.tdg-content .btn-search, 
.tdg-content .btn-search:visited, 
.tdg-content .btn-logout, 
.tdg-content .btn-logout:visited, 
.tdg-content .btn-help, 
.tdg-content .btn-help:visited, 
.tdg-content .btn-help-inline, 
.tdg-content .btn-help-inline:visited, 
.tdg-content .input-search, 
.tdg-content .input-search:visited .popover-title {
    background-color: #0c4A7D;
    background-image: none;
}
.tdg-content .btn-help, 
.tdg-content .btn-help:visited, 
.tdg-content .btn-help-inline, 
.tdg-content .btn-help-inline:visited {
	border-radius: 100%;
	padding: 5px 10px;
}

h5 .form-control {
	margin-bottom: 10px;
	margin-top: 10px;
}
.control-label-left h5 {
	margin-top: 0px;
}
.control-label-left.required {
    padding-right: 10px;
}
.tdg-content .required:after {
    padding: 0px 4px;
}

.form-horizontal .fieldset-style:last-of-type {
	margin-bottom: 20px;
}

.form-group .col-sm-2.hidden-xs {
	display: none;
}
#ctl00_MainContent_Question_0_pnl_selectOne #ctl00_MainContent_Question_0_lbl_selectOne,
#ctl00_MainContent_msgContactType_pnl_literal {
	margin-bottom: 10px;
}

/* Styling the default landing page */
#div_page_select_permit {
}

#div_page_select_permit .form-horizontal {
    width: 30%;
    float: left;
    margin: 1%;
}

#div_page_select_permit .form-group a.btn.btn-primary {
	padding: 10px;
	white-space: wrap;
	width: 100%;
    min-height: 100px;
    vertical-align: middle;
	display: grid;
	place-items: center;
	background-color: #DEECF5;
	border: 1px solid #015081;
	color: #000000;
}
#div_page_select_permit .form-group {
	margin-bottom: 0px;
}
#div_page_select_permit .form-group a.btn.btn-primary:hover {
	background-color: #C2DAE9;
}
ul, ol {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.tdg-content .radio-button-list-vertical input[type="radio"] + label,
.tdg-content .radio-button-list > span:last-of-type > label {
	padding: 10px 20px;
	width: 100%;
	text-align: left;
}

#ctl00_MainContent_pnl_reportCode .ReportCodeSelection-form-group {
	margin-left: 0px;
	margin-right: 0px;
}

.control-label-left.checkbox-text-med {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}


/* FOOTER STYLING */
.footer-wrapper {
	background-color: #0C4A7D;
	padding: 25px 10px;
	min-height: 300px;
}
.footer {
	max-width: 900px;
	margin: 0px auto;
}
.footer .footer-top {
	width: 100%;
	clear: both;
}
.footer .logo-holder {
	width: 10%;
	min-height: 130px;
	float: left;
}
.footer .logo-holder a {
	display: block;
	background-image: URL("../../Images/kamloops-logo-home.png");
	width: 100%;
	min-height: 130px;
	margin: 20px 30px 10px 0px;
	background-repeat: no-repeat;
	background-size: contain;
}
.footer .top-bar {
	width: 50%;
	min-height: 150px;
	float: left;
	margin: 0px 4%;
}
.footer .top-bar h2 {
	font-weight: bold;
	font-size: 1.4em;
	color: #ffffff;
}
.footer .top-bar nav ul {
	list-style-type: none;
	margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0px;
    unicode-bidi: isolate;
	margin-bottom: 20px;
	width: 100%;
}
.footer .top-bar nav ul li {
	display: block;
	width: 33%;
	float: left;
	margin-bottom: 10px;
}
.footer .top-bar nav ul li a,
.footer .top-bar nav ul li a:link,
.footer .top-bar nav ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
}
.footer .top-bar .city-address {
	display: block;
	width: 100%;
	float: left;
	margin-top: 30px;
	padding-top: 30px;
	font-size: 13px;
	color: #ffffff;
	border-top: 1px solid #DEECF5;
}
.footer .land-acknowledgement {
	width: 32%;
	min-height: 150px;
	float: left;
}
.footer .land-acknowledgement h3 {
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
}
.footer .land-acknowledgement p {
	font-size: 12px;
	margin-bottom: 5px;
	color: #ffffff;
}
.footer .land-acknowledgement a,
.footer .land-acknowledgement a:link,
.footer .land-acknowledgement a:visited {
	display: block;
	padding: 10px;
	color: #000000;
	background-color: #ffffff;
	margin-top: 20px;
}
.footer .land-acknowledgement a:hover,
.footer .land-acknowledgement a:active {
	text-decoration: none;
	background-color: #DEECF5;
}
.footer a,
.footer a:link,
.footer a:visited {
	color: #ffffff;
}

/* Specific to this exact Questions.aspx page's Continue button */
/* Only style the Continue button when the questions panel has no element children
   AND the button uses the __doPostBack href (your first pool page) */
#ctl00_tdg_mainContent #div_page_Questions #ctl00_MainContent_pnl_questions:not(:has(.form-group)) + br + .form-group > .col-sm-12 > .tdg-btn-continue-container > a#ctl00_MainContent_btn_continue.btn.btn-primary.tdg-btn-continue[href^="javascript:__doPostBack("] {
    display: none !important; /* These are end of the road journey's that need a button removed */
	border-color: coral;
	background-color: darksalmon;
    color: #fff; /* ensure readable text */
	border-width: 3px;
    font-size: 0px;
}
/* Specific to this exact Questions.aspx page's Continue button */
#ctl00_tdg_mainContent #div_page_Questions #ctl00_MainContent_pnl_questions:not(:has(.form-group)) + br + .form-group > .col-sm-12 > .tdg-btn-continue-container > a#ctl00_MainContent_btn_continue.btn.btn-primary.tdg-btn-continue[href^="javascript:__doPostBack("]:after {
    content: "Needed? Tell Beth";
	font-size: 16px;
}

#ctl00_tdg_mainContent #div_page_Questions #ctl00_MainContent_pnl_questions:not(:has(.form-group)) + br + .form-group > .col-sm-12 > .tdg-btn-continue-container > a#ctl00_MainContent_btn_continue.btn.btn-primary.tdg-btn-continue[href^="javascript:__doPostBack("] .button-icon-right {
	padding: 0px;
}

/* Optional hover/focus refinement */
#ctl00_tdg_mainContent #div_page_Questions #ctl00_MainContent_pnl_questions:not(:has(.form-group)) + br + .form-group > .col-sm-12 > .tdg-btn-continue-container > a#ctl00_MainContent_btn_continue.btn.btn-primary.tdg-btn-continue[href^="javascript:__doPostBack("]:hover,
#ctl00_tdg_mainContent #div_page_Questions #ctl00_MainContent_pnl_questions:not(:has(.form-group)) + br + .form-group > .col-sm-12 > .tdg-btn-continue-container > a#ctl00_MainContent_btn_continue.btn.btn-primary.tdg-btn-continue[href^="javascript:__doPostBack("]:focus {
    background-color: coral !important;
  }
  
  
  .tdg-content a:link.account-list-item:active,
  .tdg-content a:link.account-list-item:focus {
	  color: #ffffff;
  }
  
  /* Is this Needed? Beth Remove */
 #ctl00_MainContent_Question_1_pnl_selectOne .hidden-xs {
	 width: 0px;
	 padding: 0px;
 }
 #ctl00_MainContent_Question_1_pnl_selectOne .col-sm-10 {
	 width: 100%;
	 margin-bottom: 5px;
 }
 
/* #div_page_AttributeEntry #ctl00_MainContent_pnl_attributes .form-group {
	background: linear-gradient(90deg, #a3d4ff 60%, #ffffff 40%);
	padding: 10px;
}

.form-horizontal .control-label {
	font-weight: 400;
}

div#ctl00_MainContent_AttributeEntry_16_pnl_description div.form-group {
	background: #a3d4ff !important;
}
div#ctl00_MainContent_AttributeEntry_16_pnl_description div.form-group .form-control {
	height: 60px !important;
} */

.config-message-background.bottom-page-message {
	padding: 20px;
	margin-top: 30px;
}

input[type=submit] {
	background-color: #ffffff;
	border: 1px solid #015081;
	color: #000000;
	padding: 20px;
	margin: 20px 0px;
}

@media print {
.cok-header,
.footer-wrapper {
	display: none;
}
}
