﻿.reject span {
    color: #DC3545;
    font-size: 12px;
}

.custom-row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-body {
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}

._course-item-popover-details {
    margin-bottom: 20px;
}

a {
    color: #3778a8;
}

.btn-accreditation {
    padding: 0 !important;
    border-radius: 0.3rem;
}

.btn-accreditation span {
    font-size: 9px !important;
    font-weight: 400 !important;
    padding: 2.5px 0.5px 3.5px 3.5px !important;
    color: white !important;
    border-radius: 0.3rem;
}


.activation__snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #135e95;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    right: 10px;
    top: 10px;
    font-size: 17px;
    font-family: Calibri,Arial,Tahoma,sans-serif;
    box-shadow: 0 -1px 5px 1px #999;
}

.activation__snackbarShow {
    visibility: visible;
    -webkit-animation: fadein__snackbar 0.5s, fadeout__snackbar 0.5s 4.5s;
    animation: fadein__snackbar 0.5s, fadeout__snackbar 0.5s 4.5s;
}

.dijitOffScreen {
    display: none;
}

.dijitTooltipContainer {
    min-width: 200px;
    padding: 30px !important;
    color: #FFF !important;
    background-color: #074F84 !important;
    background-color: rgb(7,79,132) !important;
    border-radius: 10px !important;
    border: none !important;
    z-index: 999;
    transition: all 0.5s ease-out;
}

.claro .dijitTooltipContainer {
    background-color: rgba(7,79,132, 0.9) !important;
    background-image: none !important;
}

.dijitTooltipConnector {
    display: none !important;
}

.dijitButtonNode {
    border: none;
}

.dijitInputField span.dijitSelectLabel {
    color: black !important;
}

._menu-list ul a {
    color: #4D4F5C !important;
    text-transform: uppercase;
}

._menu-list ul > a:hover {
    color: white !important;
}

.hamburger-caption a {
    text-transform: uppercase;
    color: #333333;
}

.breadcrumb li:not(:last-child) a {
    color: #333333;
}

.breadcrumb li:only-child a {
    color: #333333;
}

.btn {
    border-radius: .3rem;
}

.hero-image-container {
    width: 275px;
}

span._hide {
    visibility: hidden;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.btn:hover {
    color: white;
}

.notif-fix-above {
    position: static;
    width: 100%;
}

.dijitDialog {
    padding: 0px !important;
}

.privacy-instruction {
    padding: 0 70px;
    width: 100% !important;
    line-height: 35px;
}

.privacy-instruction p {
    font-size: 14px;
}

.privacy-modal-title {
    margin-top: 30px;
    margin-bottom: 30px !important;
    color: #A7DBFF;
    font-weight: 500;
}

.note-text {
    color: #A7DBFF
}

.privacy-options-container {
    width: 580px;
    margin: auto;
    margin-bottom: 20px;
}

.modal-footer-button {
    border-radius: 5px;
    background-color: #2B98E2;
    border-right: none !important;
    min-width: 125px;
}

.dijitDialogUnderlay {
    background: #000;
    opacity: 0.6;
}

.modal-header .close {
    padding: 0 0.9rem 0rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

._body-switchToggle label:after {
    border-radius: 5px !important;
}

._body-switchToggle label {
    border-radius: 5px;
}

:focus {
    outline-color: none !important;
}

.p-top-10 {
    padding-top: 10px !important;
}

.no-border {
    border: none !important;
}

.all-caps {
    text-transform: uppercase;
}

.portal-form {
    margin-bottom: 50px;
}

input.aspNetDisabled {
    border-radius: 0.25rem;
    border-top: none;
    border-left: none;
    border: 1px solid #ced4da;
}

.generic-modal-body {
    padding: 30px;
    color: white;
    text-align: justify;
}

.generic-buttons {
    background-color: #2997E1 !important;
    font-weight: 400;
    margin: 0;
    padding: 10px 21px;
}

.modal-footer {
    border-top: 1px solid #1671b3;
}


.additional-material {
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}

.manage-class-actions {
    min-width: 315px !important;
}

.class-td {
    max-width: 315px !important;
    width: 30%;
}

.year-td {
    width: 40% !important;
}

.class-details {
    width: 100%;
}

._item-image .certificate-wrapper {
	position: absolute;
	top: 50%;
	height: 60%;
	width: 100%;
	margin-top: -20%;
	background-color: rgba(255, 255, 255, 0.4);
	text-align: center;
	cursor: pointer;
	display: flex;
	align-items: center;
}

	._item-image .certificate-wrapper .certificate-ribbon {
		background-color: #FF9800;
		padding: 5px 0;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

.certificate-btn {
	font-size: 12px;
	color: #FFF;
	border: 1px solid #FFF;
	padding: 5px 20px;
	border-radius: 3px;
	background: -webkit-linear-gradient(50deg, #24618F, #5FAADD) !important;
    background: -o-linear-gradient(50deg, #24618F, #5FAADD) !important;
    background: linear-gradient(40deg, #24618F, #5FAADD) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#a0c7e5',GradientType=1 );
	cursor: pointer !important;
}
._item-image span.right-ribbon:after {
	content: '';
	position: absolute;
	bottom: -10px;
	right: -20px;
	height: 10px;
	width: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #FF9800;
	border-bottom: 10px solid #FF9800;
}

._item-image span.right-ribbon:before {
	content: '';
	position: absolute;
	top: 15px;
	right: -20px;
	height: 20px;
	width: 10px;
	border-top: 10px solid #FF9800;
	border-right: 10px solid transparent;
	border-left: 10px solid #FF9800;
	border-bottom: 10px solid transparent;
}
._item-image span.left-ribbon:after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: -20px;
	height: 10px;
	width: 10px;
	border-top: 10px solid transparent;
	border-right: 10px solid #FF9800;
	border-left: 10px solid transparent;
	border-bottom: 10px solid #FF9800;
}

._item-image span.left-ribbon:before {
	content: '';
	position: absolute;
	top: 15px;
	left: -20px;
	height: 20px;
	width: 10px;
	border-top: 10px solid #FF9800;
	border-right: 10px solid #FF9800;
	border-left: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

#_certificate ._certificate-header ._header-downloadAllBtn {
    padding: 10px 14px;
    border-right: none !important;
    margin: 6px 6px 48px 6px;
    float: right;
}

.hidden {
    display: none !important;
}


@media (max-width: 1440px) and (min-width: 991px) {

    #Username {
        font-size: 12px;
    }
}

.category-container-min-height {
    min-height: 500px;
}

#top-notification {
    position: absolute;
    z-index: 100;
}

.search-certificate {
    display: flex;
    position: absolute;
    top: 7px;
    right: 0;
}

    .search-certificate i {
        position: absolute;
        left: 10px;
        top: 12px;
        color: darkgray;
    }

.download-all-btn {
    margin: 0 0 0 20px !important;
    float: none !important;
}

.search-certificate input {
    width: 300px;
    background-color: #e0e0e0 !important;
    padding-left: 40px;
}

    .search-certificate input:hover, .search-certificate input:focus-visible, .search-certificate input:invalid {
        background-color: white !important;
    }

._certificate-header {
    position: relative;
}