﻿/* Fix background image paths */

.header-title-bar
{
	background: #f0f0f0;
}

.header-title-bar .nav-block .user-info .user-pic
{
	background-image:url("/images/v2/profile-pic.jpg");
}

.login-page .login-display
{
	background: url("https://github.com/rsmithcatapultk12/images/blob/main/catapultcms-latest.png?raw=true");
	background-position: left 39% center;
	\: 367% auto;
}

.RadWindow .rwControlButtons a
{
	transition: none;
}

.template-item-child
{
	display: none;
}

span.integratedLoginPanel a img
{
	transition: .3s;
}

span.integratedLoginPanel a.open img
{
	transform: rotate(180deg);
}

/* ManageMasterTemplate and ManageLayoutGroup override styles */
.override-files-modal {
	position: absolute;
	background: white;
	border: solid 1px #eee;
	top: 0;
	left: 40px;
	white-space: nowrap;
	text-transform: none;
	padding: 5px 15px;
	font-size: 12px;
	z-index:1;
}

/* Login override styles */

.login-btn-container {
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 26px;
}
.btn-container {
	display: flex;
}
.login-row {
	justify-content: center;
	align-items: center;
	height: 600px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	width: inherit;
	background-color: white;
}
.login-page{
	display: flex;
	justify-content: center;
	padding: 0;
}

.login-page .login-display {
    height: inherit;
}
.form-check {
    bottom: 53px;
}
.form-check-label {
    margin-bottom: 45px;
    margin-left: 11%;
}
.login-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
    bottom: 65px;
    letter-spacing: normal;
}
.cancel-reset-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
    letter-spacing: normal;
	text-transform: inherit;
	font-size: 15px;
	background-color: transparent;
	color: #47484D;
	border: 1px solid #DFDFE2;
}
.btn-hollow:hover, .btn-hollow:active, .btn-hollow:focus {
    background-color: #F0F0F0;
    color: #47484D;
    border: 1px solid #A3A3A6;
    outline: none;
}
.cancel-reset-btn:hover, .cancel-reset-btn:active, .cancel-reset-btn:focus {
    background-color: #F0F0F0;
    color: #47484D;
    border: 1px solid #A3A3A6;
    outline: none;
}
.btn-hollow {
	text-transform: inherit;
	font-size: 15px;
	background-color: transparent;
	color: #47484D;
	border: 1px solid #DFDFE2;
	padding-top: .75rem;
	padding-bottom: .75rem;
	letter-spacing: normal;
}
.btn-form-submit {
    background: #47484D;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
    letter-spacing: normal;
}
.btn-form-cancel {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 15px;
    letter-spacing: normal;
}
.forgot-pw-submit {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-size: 14px;
}
.forgot-pw-cancel {
	font-size: 14px;
}
.login-page .login-slogan {
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  color: #ffff;
  font-weight: 200;
  text-transform: unset;
  line-height: normal;
  display: block !important;
}
.login-page .login-slogan-alt {
  font-family: "Montserrat", sans-serif;
  font-size: 1.55rem;
  color: #ffff;
  font-weight: 200;
  text-transform: unset;
  line-height: normal;
  display: block !important;
  z-index: 2;
}
.login-page .login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 685px;
  padding-top: 72px;
  }
.login-page .login-form .row {
    justify-content: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 11, 0.7); /* Dark overlay color with 50% opacity */
  z-index: 2;
}

.login-slogan {
  position: relative;
  z-index: 2; /* Ensure the image stays above the overlay */
}
.login-slogan-alt {
  position: relative;
  z-index: 2; /* Ensure the image stays above the overlay */
}
.logo-text {
	color: white;
	z-index: 3;
	/* align-self: normal; */
	font-size: 9px;
	letter-spacing: 1px;
	position: relative;
	font-weight: 100;
	text-transform: uppercase;
	top: -16px;
	left: 145px;
}
.welcome-text {
	top: 8px;
	position: relative;
	margin-bottom: 0;
	width: auto;
}
.login-prompt {
  font-family: "Montserrat", sans-serif;
  font-size: 1.09rem;
  color: #ffff;
  font-weight: 200;
  text-transform: unset;
  /* float: left; */
  margin-top: 14px;
  bottom: 28px;
  position: relative;
}
.thick-hr {
	border: 0;
    height: 9px;
    width: 139px;
    background-color: #8A181A;
    float: left;
    position: relative;
    bottom: 20px;
}

small, .small {
    font-size: 80%;
    font-weight: normal;
}

.form-check-input {
   transform: scale(1.3); 
}
.form-control {
	padding-top: 0.75rem;
	padding-bottom: .75rem;
}
select.form-control {
    padding-top: 0.50rem;
    padding-bottom: 0.50rem;
}
.logo-img {z-index: 3;left: -39px;position: relative;}
.login-input-container {
	position: relative;
	bottom: 26px;
}
.password-input-container {
	position: relative;
	bottom: 47px;
}

.bold {
	font-weight: 600;
}
.shadow{
    padding: 10px;
    margin: -10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
input[type=checkbox]{
    accent-color: #47484D;
    width: 22px;
    height: 22px;
}
input#mainHolder_rememberMeCheckBox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 29px;
    background-color: #fff;
    border: 1px solid #DFDFE2;
    border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.container-fluid input:checked ~ .checkmark {
    background-color: #47484D;
    border-radius: 4px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark:before {
    content: "";
    position: absolute;
    display: block;
}
/* Style the checkmark */
.checkmark:before {
    left: 10px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid #47484D;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    animation: fade 3s linear;
}
.checkmark:after {
    left: 10px;
    top: 3px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    animation: fade 3s linear;
}

/* Show the checkmark when the checkbox is checked */
input:checked ~ .checkmark:after {
    display: block;
    opacity: 0;
    animation: fadeIn 0.3s linear forwards; 
}

input:not(:checked) ~ .checkmark:before {
	display:block;
    opacity: 1;
    animation: fadeOut 0.3s linear forwards; 
}


@keyframes fadeIn {
    0% { opacity: 0; }
    100% { opacity: 1; } 
}


@keyframes fadeOut {
    0% { opacity: 1; } 
    100% { opacity: 0; } 
}
.signed-in {
	left: -16px;
	letter-spacing: 1px;
	font-weight: 100;
	position: relative;
	bottom: 0px;
}
@media (min-width: 768px) {
	.signed-in {
    left: -31px;
    letter-spacing: 1px;
    font-weight: 100;
    position: relative;
    bottom: 8px;
    }
    .col-md-3-width {
        flex: 0 0 50%;
        /* flex-grow: 0, flex-shrink: 0, flex-basis: 25% */
        max-width: 50%;
    }

    .col-md-4-width {
        flex: 0 0 80%;
        /* flex-grow: 0, flex-shrink: 0, flex-basis: 33.33333% */
        max-width: 65%;
        padding-right: 63px;
        padding-left: 8px;
    }
	.text-logo-container {
		left: -27px;
		position: relative;
		top: 30px;
		width: min-content;
	}
	.text-logo-container-alt {
		left: -29px;
		position: relative;
		top: 29px;
		width: min-content;
	}
	.logo-img {
    z-index: 3;
    left: 67px;
    position: relative;
    top: -21px;
 }
	.logo-img-pw {
    z-index: 3;
    left: 56px;
    position: relative;
    top: -61px;
 }
	.logo-img-reset {
    z-index: 3;
    left: 68px;
    position: relative;
    top: -61px;
 }
	.login-page .login-display {
    /* height: inherit; */
    align-items: flex-start;
}
	.login-row {
    justify-content: center;
    align-items: center;
    height: 606px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 792px;
    border-radius: 2px;
    overflow: hidden;
    height: 664px;
    flex-wrap: nowrap;
}
	.login-btn-container {
    margin-left: 8%;
    margin-right: 8%;
    margin-top: 26px;
}
	.login-page {
    align-content: center;
    background-color: #F0F0F0;
    display: flex;
    justify-content: center;
    height: inherit;
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
}
	.login-page .login-display {
    background: url(https://github.com/rsmithcatapultk12/images/blob/main/catapultcms-latest.png?raw=true);
    background-size: cover;
    background-repeat: no-repeat;
    transform: scale(1.1);
    background-position: -303px 32px;
    height: inherit;
}
	.logo-text {
    color: white;
    z-index: 3;
    /* align-self: center; */
    font-size: 9px;
    letter-spacing: 1px;
    position: relative;
    top: -22px;
    left: 117px;
    font-weight: 100;
    text-transform: uppercase;
    margin-bottom: 0;
    width: max-content;
}
	.login-page .login-slogan {
    font-family: "Montserrat", sans-serif;
    font-size: 1.55rem;
    color: #ffff;
    font-weight: 200;
    text-transform: unset;
    top: 51px;
    line-height: normal;
    left: 41px;
    width: 90%;
    position: relative;
    z-index: 2;
}
	.login-page .login-slogan-alt {
    font-family: "Montserrat", sans-serif;
    font-size: 1.55rem;
    color: #ffff;
    font-weight: 200;
    text-transform: unset;
    top: 62px;
    line-height: normal;
    left: 39px;
    width: 80%;
    position: relative;
    z-index: 2;
}
	.thick-hr {
    border: 0;
    height: 9px;
    width: 139px;
    background-color: #8A181A;
    float: left;
    position: relative;
    bottom: 20px;
}
	.form-check-label {
    margin-bottom: 45px;
    margin-left: 16%;
    margin-top: 10px;
}
}

@media screen and (max-width:768px) {
	.login-page .login-form {
		padding-top: 0;
	}
	.text-logo-container {
		margin-top: 30px;
	}
	.logo-text {
		left: 7%;
	}
	.thick-hr {
		bottom: 20px;
		position: relative;
	}
	.login-page .login-slogan {
   left: -9px;
   width: 90%;
 }
	.login-page .login-slogan-alt {
   left: 39px;
   width: 60%;
 }
}


/* Login override styles */