/**
 * CDS Certifications Public CSS
 */

.qc_nss_texts,
.qc_main_nss_bg{
	background: #fff;
	padding: 10px;
	margin-bottom: 20px;
}
.qc_nss_bg{
	background-image: url(nss_cd_bg.jpg);
    height: 383px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 15px;
}
.qc_nss_bg h2{
	padding-top: 310px;
    text-align: center;
    color: #fff;
    text-shadow: 5px 3px 4px #000;
    font-size: 25px;
    margin-top: 0px;
}
.qc_nss_bg h6{
	padding-left: 20px;
    color: #697a83;
    font-size: 10px;
}
.qc_nss_texts *{
	margin:0px;
	padding: 0px;
}
.nss_logo_main{
	align-items: center;
	margin-top: 10px;
}
.nss_logo_main img{
	padding-right: 10px;
}
.qc_nss_texts h1{
	text-align: center;
    border-bottom: solid 2px #194a74;
    margin-bottom: 20px;
    font-size: 30px;
}
.qc_nss_texts h2{
	margin-bottom: 5px;
	font-size: 20px;
}
.nss_logo_main h2{
	font-weight: 400;
	font-size: 18px;
}
.avatar_img_initial{
	width: 250px;
	height: 250px;
}
.loader-show{
	width: 100%;
	height: 200vw;
	position: absolute;
	left: 0;
	top: 0px;
	overflow: hidden;
	background-color: rgb(136 136 136 / 40%);
	cursor: wait;
	z-index: 9000;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 200ms;
	-moz-transition-duration: 200ms;
	-o-transition-duration: 200ms;
	transition-duration: 200ms;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	text-align: center;
	display: flex;
}
.loader-show img{
	position: fixed;
    left: 35%;
    top: 20%;
	width: 30%;
	margin: auto;
	z-index: 100;
}
.no_image{
	border: solid 1px #dfdfdf;
	height: 190px;
	width: 100%;
}
span.req {
	color: var(--red);
}
.profile-rotate-buttons{
	justify-content: center;
}
.profile-rotate-buttons button.dd-rotate-right,
.profile-rotate-buttons button.dd-rotate-left {
    background: #152c5b;
    color: #fff;
    border: inherit;
    padding: 2px 10px;
    margin: 5px;
    font-size: 20px;
    border-radius: 4px;
}
body .plainoverlay.plainoverlay-doc.plainoverlay-show, body .plainoverlay.plainoverlay-doc {
	left: 0;
	top: 0;
	padding: 0;
}

.sk-chase {
	width: 100px;
	height: 100px;
	position: relative;
	animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
	background-color: #152c5b;
	border-radius: 100%;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
	animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
	animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
	animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
	animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
	animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
	animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
	animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
	animation-delay: -0.6s;
}

@keyframes sk-chase {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot {
	80%, 100% {
		transform: rotate(360deg);
	}
}

@keyframes sk-chase-dot-before {
	50% {
		transform: scale(0.4);
	}
	100%, 0% {
		transform: scale(1.0);
	}
}
.dt-buttons.btn-group button {
	margin-right: 2ch;
	border-radius: 4px !important;
}
table.dataTable thead .sorting_asc {
	background: url("//cdn.datatables.net/1.10.0/images/sort_asc.png") no-repeat center right;
}
table.dataTable thead .sorting_desc {
	background: url("//cdn.datatables.net/1.10.0/images/sort_desc.png") no-repeat center right;
}
table.dataTable thead .sorting {
	background: url("//cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center right;
}
#studentTable_length label {
	display: flex;
	align-items: center;
}
#studentTable_length select {
	margin: 0 1ch;
}
#studentTable_filter input {
	width: 250px;
}
