#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999999;
    overflow: hidden
}

#cboxWrapper {
    max-width: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: url(images/overlay.png) repeat 0 0;
    opacity: .9;
    filter: alpha(opacity=90)
}

#colorbox {
    outline: 0
}

#cboxContent {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    border: 1.4px solid var(--bs-gray-200);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-top: 43px;
}

#cboxTitle {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    text-align: left;
    width: 100%;
    color: var(--bs-gray-900);
    background: var(--bs-gray-200);
    height: 41px;
    padding: 0 50px 0 15px;
    line-height: 40px;
    font-size: 16px;
    z-index: 1;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494
}

#cboxLoadingOverlay {
    background: url(images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(images/loading.gif) no-repeat center center
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    z-index: 99;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
    outline: 0
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(images/controls.png) no-repeat -75px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxPrevious:hover {
    background-position: -75px -25px
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;
    background: url(images/controls.png) no-repeat -50px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px
}

#cboxNext:hover {
    background-position: -50px -25px
}
#cboxClose {
    background: url(../pix/clear.png) no-repeat;
    width: 12px;
    height: 12px;
    text-indent: -9999px;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}
.classroompopup .headerBlockLabel {
    font-size: 16px;
    clear: both;
    background: var(--bs-gray-100);
    position: relative;
    border: 1px solid var(--bs-gray-200);
    border-bottom: 0;
	padding: 10px;
    font-weight: bold;
}
.classroompopup .headerBlockLabel span {
	display: none;
}
.classroompopup {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: var(--bs-white);
}
.classroompopup table {
	width: 100%;
	background-color: var(--bs-white);
}
.classroompopup table tr th,
.classroompopup table tr td {
	padding: 5px 10px;
	font-size: 13px;
	color: var(--bs-gray-900);
    text-align: left;
}
.classroompopup table tr th {
	background-color: var(--bs-gray-200);
}
input[type="reset"],
input[value="Reset"],
input[value="reset"],
input[name="reset"],
button[type="reset"],
input[name="cancel"] {	
	background-image: none;	
	display: inline-block;
	text-shadow: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    cursor: pointer;  
    padding: 0.375rem 0.75rem;
    border-radius: 3px;
	box-shadow: none !important;
    text-transform: inherit;
}
input[type="submit"],
input[name="save"] {
    background-color: var(--btn-color);
    color: var(--btntext-color);
    border: 1px solid var(--btn-border);
    box-shadow: 5px 8px 24px rgba(6, 100, 177, 0.5);
}

input[name="save"],
input[name="cancel"],
input[name="save"]:focus,
input[name="cancel"]:focus {
    text-transform: capitalize !important;
}

#load_skillsets input[name="save"] {
    box-shadow: 5px 8px 24px rgba(6, 100, 177, 0.5);
}
input[type="submit"]:hover,
input[name="save"]:hover {
    background-color: var(--btn-color-dark);
    border-color: var(--btn-border-hover);
    color: var(--btntext-color-hover);
    box-shadow: 5px 8px 24px rgba(6, 100, 177, 0.5);
    outline: 0;
    outline-offset: 0;
    background-image: none;
}
input[type="submit"]:focus,
input[name="save"]:focus {	
    background-image: none;
    box-shadow: 5px 8px 24px rgba(6, 100, 177, 0.5);
    outline: 0;
    outline-offset: 0;
    color: var(--btntext-color);
    background-color: var(--btn-color);
    border-color: var(--btn-border);
}
input[type="reset"],
input[value="Reset"],
input[value="reset"],
input[name="reset"],
button[type="reset"],
input[name="cancel"] {
  background-color: transparent;
  border-color: transparent;
  color: var(--btn-color);
}
input[type="reset"]:focus,
input[value="Reset"]:focus,
input[value="reset"]:focus,
input[name="reset"]:focus,
button[type="reset"]:focus,
input[name="cancel"]:focus,
input[type="reset"]:hover,
input[value="Reset"]:hover,
input[value="reset"]:hover,
input[name="reset"]:hover,
button[type="reset"]:hover,
input[name="cancel"]:hover{
    background-color: transparent;
    box-shadow: none;
    outline: 0;
    outline-offset: 0;
    border-color: transparent;
    color: var(--bs-gray-900) !important;
}
.btn-link,
.btn-link:hover,
input.btn-link,
input.btn-link:hover,
button.btn-link,
button.btn-link:hover {    
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.btn-link,
input.btn-link,
button.btn-link {
    color: var(--btn-color);
    box-shadow: none;
}
.btn-link:hover,
input.btn-link:hover,
button.btn-link:hover {
    color: var(--bs-gray-900);
}
.btn-link:disabled, .btn-link.disabled {
    color: var(--bs-gray-400);
}
.btn-link:focus {
    box-shadow: none !important;
}
.portraitMessage,
.lanscapeMessage {
    display: none;
}
.classroompopup .pull-left,
.classroompopup .pull-right {
	float: none;
}
.classroompopup .classroom-preview-heading {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.classroompopup .c-heading {
    margin-bottom: 10px;
}
.classroompopup .labelSelect,
.classroompopup .element {
    display: block;
}
.classroompopup .selectBoxPlace .elements {
    max-width: 100%;
    min-width: 100%;
    background: var(--bs-gray-200);
    padding: 7px;
    font-size: 13px;
}
.classroompopup input[type="text"],
textarea {
  border-color: var(--bs-gray-400);
  min-height: 35px;
  background-color: var(--bs-white);
  background-image: none;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
}
.row1, .row2, .row3 {
    margin-bottom: 15px;
}
.classroompopup label {
    font-size: 14px;
}
#cboxContent .heading {
    margin: 0;
}
