/* Add here all your CSS customizations */

/* BS3 Site CSS customizations */
.login-logo {
  width: 75%;
  margin-bottom: -5%
}

.widget-summary .summary {
    word-break: normal;
 }

/*Course Pricing Table*/

.pricing-table.pricing-table-course li{
  border-top: none;
}

.pricing-table.pricing-table-course.pricing-table-course .plan ul{
  border-bottom: 0px solid #ddd;
    padding: 10px 0;
}

.pricing-table.pricing-table-course.pricing-table-course ul li{
  border-bottom: none;
    padding: 2px 0 0 0;
}

.pricing-table.pricing-table-course.pricing-table-course li:first-child{
  border-bottom: 1px solid #ddd;
    padding: 4px 0 10px 0;
}

.pricing-table.pricing-table-course.pricing-table-course li:nth-child(2){
    padding: 14px 0 8px 0;
}

.pricing-table.pricing-table-course.pricing-table-course li:last-child{
    padding: 14px 0 8px 0;
}


.crud-v2 .table .actions, .crud-v2 .table .actions-hover {
  font-size: 18px;
  cursor: pointer;
  padding-right: 5px;
  width: 75px;
}

.accordion-body .table .actions {
   white-space: nowrap;
   font-size: 1.1rem;
}

.table .actions i {
  padding-right: 5px;
}

.table .actions .btn {
  color:#fff;
}

.table .actions a.btn:hover {
  color:#fff!important;
}

.table .actions i:last-child, .table .actions-hover i:last-child {
  padding-right: 0px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 12px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #dddddd;
}

.form-group.hiderow { display:none }
.form-group.mask { opacity:0.2 }
.fc-event .fc-event-inner {
  padding: 2px 15px 2px 5px;
}
.fc-event .closeon {
  position:absolute;
  top:-2px;
  right:2px;
  color:#fff;
  text-decoration:none;
}

.fc-event-inner {
  line-height: 150%
}

.button-2hover {
  background-color:#d7d7d7
}

/*
.note-font, .note-insert, .note-view {
  margin-top: -2px !important
}
*/
.note-editor .panel-heading {
  background-color: #f5f5f5;
  border-bottom: 1px solid #a9a9a9 !important;
  padding: 5px 4px 0px 4px !important;
}

.note-editor .note-toolbar .btn-group {
    max-width: fit-content;
}

.note-btn-group .note-btn {
    max-width: fit-content;
}

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 57px;
    padding: 0;
    height: auto;    
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__choice {
    margin: 8px 0 0 6px;
}



.upload-imgpreview {
  display:none;
  margin-top:10px 
}

.upload-imgpreview img {
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 2px; 
}

.upload-imgpreview .btn {
  float:right;
  clear:both;
  margin-top:5px;
  display:none
}

.upload-error {
  color:#C33
}

.course-overview {
  height:200px;
  overflow:hidden
}

.course-map {
  width:100%;
  overflow:hidden;
}

.btn-group.dropdown {
  width:auto
}

.invoice .invoice-items #req-desc {
  width:50%;
}

.invoice .invoice-items #req-value {
  width:50%;
}

.bg-quartenary {
  background: #ff7a00;
  color: white;
}

.panel-featured-quartenary {
  border-color: #ff7a00;
}

.panel-featured-quartenary .panel-title {
  color: #ff7a00;
}

.panel-footer-btn-group a {
  background-color:#FDFDFD;
  text-align: center;
}

.panel-footer{
  border-bottom: 1px solid #ddd;
}

.panel-actions {
  position: absolute;
}

.panel-actions-button {
  top: 12px;
  right: 8px;
  position: absolute;
}

.widget-summary .widget-summary-col {
  vertical-align: middle;
}

.datepicker table td.day {
    transition: background-color .1s ease-in .1s, color .1s ease-in .1s;
    cursor: pointer;
    color: #080;
    font-weight: bold;
}
/*
.dataTables_wrapper select {
  height: 34px;
  padding: 5px;
  margin-right: 7px;
}

.dataTables_wrapper .select2-container .select2-choice {
  height: 31px;
}
*/

.white-title{
  background: #FFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
  margin: -40px -40px 0 -40px;
  padding: 30px;
}

.transcript .panel .panel-heading{
  background: #FFF;
  border-bottom-color: #EFEFEF;
}

.float-right{
  float: right!important;
}

.transcript .panel .panel-footer{
  background: #FFF;
  border-top-color: #EFEFEF;
}

.jmessage {
  font-size:0.9em
}

.form-group.has-error .jmessage {
  color:#B94A48;
}

.form-group.has-error .multiselect {
  border-color:#B94A48;
}

.multiselect-group label{
  font-weight:bold;
  padding-left:5px
}

.multiselect.disabled {
    cursor: not-allowed;
    background-color: #eeeeee;
    opacity: 1; 
}

#survey-form .has-error {
  color:#B94A48;
}

#survey-form textarea.has-error {
  border-color:#B94A48;
  color:#555
}

#test-form .has-error {
  color:#B94A48;
}

#test-form textarea.has-error {
  border-color:#B94A48;
  color:#555
}

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.survey .question-panel {
    height: auto;
    border: 1px solid #ccc;
  border-radius:4px;
    /*padding: 1% 2% 1% 2%;*/ 
}

ol.test .question-panel {
    height: auto;
    border: 1px solid #ccc;
  border-radius:4px;
    /*padding: 1% 2% 1% 2%;*/ 
}
.popover-title {
  color:#777
}

.pencil-edit {
  float:left;
  margin-left:10px;
}

ol.survey .editable-click, #survey-title, #survey-intro {
  border-bottom:none;
  cursor:pointer
}

ol.survey .editable-empty, ol.survey .editable-empty:hover, ol.survey .editable-empty:focus, #survey-title, #survey-intro {
  font-style: inherit;
    color:inherit;
}

ol.survey .editable-unsaved {
  font-weight:inherit
}

ol.survey .question-move {
    font-size: 20px;
    color: #d00;
    cursor: move;
  width:25px;
  position: relative;
    float: left;  
}

ol.survey .question-delete {
  float-right;
    font-size: 20px;
    color: #d00;
    cursor: pointer;
  width:25px;
  position: relative;
    float: right;
}

ol.survey .question-actions {
  height:40px;
  border-bottom: 1px solid #ccc;
    background: #fff;
}

ol.survey .question-title {
  margin-top:0px
} 

ol.survey .part-move {
    font-size: 13px;
    color: #d00;
    cursor: move;
  width:18px;
}

ol.survey .part-delete {
  float:right;
    color: #d00;
    cursor: pointer;
  width:15px;
  margin-right:20px
}

ol.survey .radio-custom {
  margin-left:20px;
}

ol.survey li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.survey li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

ol.survey li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -13px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none;
}

ol.survey ol.parts {
  margin-top:10px
}

ol.survey ol.parts li.placeholder:before {
  top: 0px; 
  left:20px
}


ol.survey h5 {
  position: relative;
}


.survey-save {
  margin-right: 15px;
  margin-top: 10px; 
}

ol.test .editable-click, #test-title, #test-intro {
  border-bottom:none;
  cursor:pointer
}

ol.test .editable-empty, ol.test .editable-empty:hover, ol.test .editable-empty:focus, #test-title, #test-intro {
  font-style: inherit;
    color:inherit;
}

ol.test .editable-unsaved {
  font-weight:inherit
}

ol.test .question-move {
    font-size: 20px;
    color: #d00;
    cursor: move;
  width:25px;
  position: relative;
    float: left;  
}

ol.test .question-delete {
  float-right;
    font-size: 20px;
    color: #d00;
    cursor: pointer;
  width:25px;
  position: relative;
    float: right;
}

ol.test .question-actions {
  height:40px;
  border-bottom: 1px solid #ccc;
    background: #fff;
}

ol.test .question-title {
  margin-top:0px
} 

ol.test .part-move {
    font-size: 13px;
    color: #d00;
    cursor: move;
  width:18px;
}

ol.test .part-delete {
  float:right;
    color: #d00;
    cursor: pointer;
  width:15px;
  margin-right:20px
}

ol.test .radio-custom {
  margin-left:20px;
}

ol.test li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

ol.test li.first {
  margin-bottom:10px;
}

ol.test li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

ol.test li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -13px;
      border: 5px solid transparent;
      border-left-color: red;
      border-right: none;
}

ol.test ol.parts {
  margin-top:10px
}

ol.test ol.parts li.placeholder:before {
  top: 0px; 
  left:20px
}


ol.test h5 {
  position: relative;
}


.test-save {
  margin-right: 15px;
  margin-top: 10px; 
}
/*  
ol.survey li.placeholder {
  position: relative;

}
ol.survey li.placeholder:before {
  position: absolute;
  content: "\f061";

}
*/


#state_submission.nosubmit {
  background-color:#eb2629;
  opacity:0.1;  
}

#submitted {
  font-size:24px;
  line-height:50px;
  font-weight:bold;
}

.header .profile-picture img {
  max-height:50px;
}

header .notifications figure .fa {
  font-size: 24px
}

header .notifications .content li {
    max-height: 35px;
    overflow: hidden;
}

header .notifications .read {
  opacity:0.3;
}

#NotificationModal .removelink {
  font-size:12px;
  color:#666;
  cursor:pointer;
  margin-left:10px;
}

#NotificationModal #close-notification i {
  color:#222;
  cursor:pointer;
}

#NotificationModal td {
  padding-top: 9px;
  padding-right: 18px;
  padding-bottom: 9px;
  padding-left: 18px;
  color: #606060;
  line-height: 120%;
  font-size: 14px;
  text-align: left;
}

.additional-cost {
  border-top:2px solid #bbb;
}

.price-input {
  height: 28px;
  padding: 3px 
}

.price-dollar {
    font-size: 14px;
    line-height: 2.07;
    text-align: center;
}

.pricing-table h3 span {
  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 35px #fcfcfc inset, 0 0 5px #bcbcbc inset;
  color: #595959;
  display: block;
  font: 600 22px / 65px "Open Sans", Arial, sans-serif;
  height: 70px;
  margin: 20px auto -65px;
  width: 190px;
}

.pricing-form-control {
/*  background: #FFF;
  border: 2px solid #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 35px #fcfcfc inset, 0 0 5px #bcbcbc inset;
  color: #595959;
*/  display: block;
  font: 600 22px / 65px "Open Sans", Arial, sans-serif;
  height: 40px;
  margin: 13px auto -13px;
  width: 190px;
  padding: 0 4px;
  text-align: center;
}



.pricing-table h3 {
    background-color: #eee;
    border-radius: 2px 2px 0 0;
    font-size: 24px;
    font-weight: 600;
    margin: -20px -20px 20px -20px;
    padding: 30px;
}

.reg-course-prices-select i {
  margin-top: -2px;
  font-size: 16px;
  background-color: #fff;
  padding: 3px 2px 1px 2px;
}

.reg-course-prices-select .panel-subtitle {
  font-size: 14px;
  opacity:1!important;
}

.reg-course-prices th:first-child {
  width:20%;
} 

.reg-course-prices input[type="checkbox"] {
  width:25px;
  height:25px;
  margin-top:-1px;
} 

.registration tr.active td {
  background-color: #f5f5f5!important
}

.registration tr.active td:hover {
  background-color: #f5f5f5!important
}

.registration tr.active:hover {
  background-color: #f5f5f5!important
}

.registration.text-dark tr.active td {
  color: #171717!important
}

/*
.reg-course-prices .input-group {
  max-width:105px;
}
*/

.genbadge {
  background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    padding: 3px 5px 3px 5px;
    position: relative;
    right: 2px;
    top: -10px; 
}

.actionbadge {
  right: -13px;
  top: -30px;
  -webkit-text-fill-color: #fff
}

#s2id_paidout {
  width:110px;
}

.btn-bigicon {
  padding:2px 7px 0px 7px
}

.big-icon {
  font-size: 23px
}

nav .text-muted a {
  color:#555!important;
}

.has-error,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #eb2629!important;
    font-weight: bold;
}

.has-error .form-control {
  border-color: #eb2629;;
}

label.error {
    color: #eb2629;
    font-weight: bold;
}



@media only screen and (max-width: 991px) {

  .reg-course-prices td {
    min-height:38px;
  }

  .reg-course-prices tr {
    border-bottom: none!important;
  }

  .reg-course-prices .checkbox {
    margin:0!important;
  } 

  .reg-course-prices input[type="checkbox"] {
    margin-left:-20px!important;
  } 

  .reg-course-prices-select tr {
    border-bottom: none!important;
  }

  .reg-course-prices-select td {
    /*white-space:nowrap!important;*/
    width:100%!important;
    text-align: left!important
  }

  .reg-course-prices-select input, .reg-course-prices input {
    /*white-space:nowrap!important;*/
    margin:0!important;
  } 
  
  #package-select-table .table.table-no-more td, .table.table-no-more tfoot th {
    padding-left: 80%;
  } 

  .table-responsive {
    overflow-y: inherit;
    margin-bottom: 100px
  } 
}



@media only screen and (max-width: 767px){
.white-title{
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -15px;
  padding: 20px;
 
}

}
/*
#modalViewCourse, #modalViewCourse .modal-dialog.w-75 {
  width:75%!important;
}
*/
@media only screen and (max-width: 767px) {
/* Header Mobile Webview Fix*/
  .header .logo-container {
    background-color: #f6f6f6;
    background-image: -webkit-linear-gradient(#f6f6f6 0%, white 45%);
    background-image: linear-gradient(#f6f6f6 0%, white 45%);
    border-bottom: 1px solid #E9E9E6;
    border-top: 0px solid #EDEDED;
  }

  .header .logo-container {
    height: 80px;
    top:0px;
  }

  .header .logo-container .logo {
      margin-top: 20px;
  }

  .header .toggle-sidebar-left {
    top:40px;
  }

  .userbox {
      margin: 24px 0 0 12px;
  }

  .notifications {
      margin: 24px 8px 0 0;
  }

  .sidebar-left{
    padding-top: 140px;
  }

/* Dashboard Mobile Webview Fix*/
  ul.widget-todo-list li .todo-actions{
    position: relative;
    top: 2px;
  }

  #modalViewCourse, #modalViewCourse .modal-dialog.w-75 {
    width:96%!important;
    margin-left:0px;
  }

}

/* state */
#action-buttons {
  display:none;
}

#state-data-init {
  font-size: 24px;
  text-align: center;
}

.panel-sub-heading {
    background: #fff;
    border-radius: 0;
    border-bottom: 1px solid #DADADA;
    padding: 15px;
    position: relative;
    text-align: center
}

.btn-group.centered {
  width:auto;
  margin:0 auto;
}

.panel-sub-heading + .panel-body {
    border-radius: 0 0 5px 5px;
}

.transcript-actions {
  background: #FFF;
  border-bottom:1px solid #ccc;
  padding: 30px;
}

body .btn-gray {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #aaa;
  border-color: #999;
}

body .btn-gray:hover {
  border-color: #aaa !important;
  background-color: #ccc;
}

body .btn-gray:active,
body .btn-gray:focus {
  border-color: #aaa !important;
  background-color: #ccc;
}

#lic-filter-wrap {
  max-width: 270px
} 

#connections-panel {
  background-color:#fff;
  width:270px;
  border-radius: 5px;
  float: right;
  padding: 0px 10px 0px 7px;
}

#connections {
  color:#171717;
}

#connection-btn {
  min-width: 255px;
  clear:both; 
  text-transform: uppercase
} 


@media only screen and (max-width: 1200px) {
  #year-filter-wrap {
    text-align:left;
    margin-top:5px
  }
}

@media only screen and (max-width: 640px) {
  .login-logo {
    width: 60%;
    margin-bottom: -5%
  }
}

@media only screen and (max-width: 400px) {
  .panel-title {
    font-size:16px;
    line-height: 16px; 
  }
  #package-select-table .table .actions, .table .actions-hover {
      font-size: 15px;
  }
}

@media only screen and (min-width: 1200px) {
  ol.survey .question-title {
    margin-top:35px
  }
  ol.test .question-title {
    margin-top:35px
  }   
}

@media only screen and (min-width: 991px) {
  .survey-save {
    margin-right: 0px;
    margin-top: 0px;
  }
  .test-save {
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 1090px) {
  #view-req-btn {
    float:left!important;
    margin-top: 10px;
  } 

  #lic-filter-wrap {
    max-width: 200px
  } 

  #connection-btn {
    float:left!important;
    min-width: 185px
  } 

  #connections-col1 {
    float:left!important;
    width:100%;
  }

  #connections-col2 {
    float:left!important;
    width:200px;
    text-align: left
  }

  #connections {
    float:left!important;
    width:200px;
  }

  #connections-panel {
    float:left;
    max-width: 200px
  }
}

/* End BS3 Site CSS customizations */





body { 
  font-family: Nunito Sans;
}

.card {
  border-radius: 1.1rem!important;
}

.card.card-accordion-first {
  border-radius: 1.1rem!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}

.card {
  border-radius: 1.1rem!important;
}

.card-header {
	background: #f6f6f6;
	border-radius: 1.1em 1.1em 0 0 !important;
	border-bottom: 1px solid #DADADA;
	padding: 18px;
	position: relative;
}
.card-body {
	background: #fdfdfd;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-radius: 1.1em !important;
}

.card.card-accordion-first .card-body {
  border-radius: 1.1rem!important;
  border-top-left-radius: 0!important;
  border-top-right-radius: 0!important;
}

.card-header + .card-body {
	border-radius: 0 0 1.1em 1.1em !important;
}

.card-footer {
	border-radius: 0 0 1.1em 1.1em !important;
	margin-top: -15px;
	background: #FFF;
}

@media only screen and (min-width: 991px) {

	/ Layout Fixed - Inner Wrapper /
	html.fixed .inner-wrapper {
		padding-top: 4.5em;
	}
}

#sidebar-left-v2  {
	background-color: #f6f6f6;
  top: 100px;
  z-index: 985;
}

@media only screen and (min-width: 991px) {
  html.fixed .sidebar-left {
      top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  html.fixed #sidebar-left {
      padding-top: 140px;
  }
}

/*
#sidebar-left {
  display: block;
}

@media (max-width: 1023px) {
#sidebar-left-v2 {
    display: none !important;
}
#sidebar-left {
    display: block !important;
}
}

@media (min-width: 991px) {
#sidebar-left-v2 {
    display: block !important;
}
#sidebar-left {
    display: none !important;
}
}
*/


#sidebar-left-v2 .dropdown-menu {
	border: none;
	background-color: #f6f6f6
}

#sidebar-left-v2 .navbar {
	background-color: #f6f6f6!important;
}

 #sidebar-left-v2 .nano {
 	overflow: visible;
 	background-color: #f6f6f6!important;
 	/*overflow-y: auto;*/
 }  

 #sidebar-left-v2 .nano-content {
 	overflow: visible;
 	/*overflow-y: auto;*/
 	right: 0!important;
 }   

 #sidebar-left-v2 .navbar-nav {
  width: 100%;
  height:  100vh;
  background-color: #f6f6f6

}

html.sidebar-left-collapsed .sidebar-left,html.sidebar-left-collapsed #sidebar-left-v2 .navbar {
	width: 51px;
}

html.sidebar-left-collapsed #sidebar-left-v2 .navbar-nav span {
	display: none;
}

html.sidebar-left-collapsed #sidebar-left-v2 #main-menu li {
	width: 51px;
	margin-left: 0%;
}

html.sidebar-left-collapsed #sidebar-left-v2 #main-menu .dropdown-item {
	padding: 0.25rem 0.5rem;
}

html.sidebar-left-collapsed #sidebar-left-v2 #main-menu {
	min-width: unset;
	width: 51px;
}

html.sidebar-left-collapsed #sidebar-left-v2 .container-fluid {
	padding: 0
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered #sidebar-left-v2  {
  width: 100%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered {
  width: 100%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .dropdown-menu .dropdown-submenu {
  left: 96%
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar-nav .dropdown-submenu span {
  display: block;
}
/*

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar-nav span {
  display: inline;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar-nav {
  width: 100%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar {
  width: 300px;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered #main-menu li {
  width: unset;
  margin-left: 0%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered #main-menu {
  min-width: 300px;
  width: 100%
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .dropdown-item {
  margin-left: 0.25rem;
  width: 80%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered {
  width: 300px
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .dropdown-menu .dropdown-submenu {
  left: 96%
}
/*
html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered #sidebar-left-v2  {
	width: 283px;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar-nav span {
	display: inline;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar-nav {
	width: 100%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .navbar {
	width: 300px;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered #main-menu li {
	width: unset;
	margin-left: 0%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered #main-menu {
	min-width: 300px;
	width: 100%
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .dropdown-item {
	margin-left: 0.25rem;
	width: 80%;
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered {
	width: 300px
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered .dropdown-menu .dropdown-submenu {
	left: 96%
}
*/
html.sidebar-left-collapsed #sidebar-left-v2 .sidebar-toggle {
  transform: rotate(0deg);
}

html.sidebar-left-collapsed #sidebar-left-v2 .nano.hovered  .sidebar-toggle {
  top: 52px;
}

.navbar .dropdown-item {
  color: #131ea3!important;
  font-size: .875rem;
  line-height: 2.5rem;  
  font-family: Nunito Sans;
  font-weight: 600;
  border-radius: 0.25rem;
  border-radius: 0.5rem;
  width: 95%;
  margin-left: 5%;
}

.navbar .dropdown-menu li {
position: relative;
height: 56px;
padding: 0;
width: 283px;
z-index: 100;
}

.dropdown-menu .dropdown-submenu li {
	width: unset;
  z-index: 99;
}


.dropdown-menu li.nav-active > a, .dropdown-menu li a:active {
    color: #fff!important;
    background: rgba(7,18,109,1);
    box-shadow: none;
}

.dropdown-menu li a:hover {
    background: #ddd;
}

.dropdown-menu li.nav-active a:hover {
    background: rgba(7,18,109,1);
    color:#fff;
}
/*
.dropdown-menu li i {
    font-size: 18px;
    font-size: 1.8rem;
    width: 1.1em;
    margin-right: 0.5em;
    text-align: center;
    vertical-align: middle;
    background: -webkit-linear-gradient(#407aff, #d15afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}
*/
.dropdown-menu .dropdown-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0px;
	transition-duration: .7s;
	transform-origin: top left;
	transition: transform .5s;
	background: transparent!important;
	padding: 0;
	border: none;
	min-width: 283px;
  max-width: 300px;
}


.navbar .dropdown-submenu li {
    height: 30px!important;
    padding: 0 2rem 0 1rem;
    min-width: 15rem;    
}

.dropdown-submenu .dropdown-item {
    line-height: 1.0rem;
    color:#fff!important;
    border-radius: 0;
    width: 100%;
    margin-left: 0;
    position: relative;
}

.dropdown-submenu li a:hover {
    background: rgba(7,18,109,1);
}

.dropdown-menu li.nav-active a:hover {
    background: rgba(7,18,109,1);
    color:#fff;
}

.dropdown-submenu li:before {
  content: "";
  position: absolute;
  width: 10rem;
  height: 2px;
  bottom: 0;
  left: 2rem;
  background-color: #10d7e2;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.dropdown-submenu li:hover:before {
  visibility: visible;
  transform: scaleX(1);
}


.dropdown-submenu .dropdown-submenu {
  top: -7px;
  left: 16rem;
}

.left-pointer {
    width: 20px;
    background-color: transparent;
    float: left;
    height: 100%;
}

.sub-content {
  float: left;
  background: rgba(7,18,109,1);
  width: calc(100% - 20px);  
  border-radius: .375rem;
  padding: 1rem 0;
}

.lp-triangle{
  width: 0px;
  height: 0px;
  border-bottom: 20px solid transparent;
  border-top: 20px solid  transparent;
  border-right: 40px solid  rgba(7,18,109,1);
  margin-left: 5px;
          /*margin: 20px auto;*/
}

.navbar-nav > li > ul {
  display: block;
}

.dropdown-menu .dropdown-submenu-left {
right: 100%;
left: auto;
}


li:hover > .dropdown-submenu {
display: block;
}
/*
.dropdown-submenu {    
    display: inherit;
    transform: translate(69px, 19px) scaleX(0);
    transition: all 0.8s cubic-bezier(0,-0.14,.27,1.55);
    transform-origin:left;
    left: 0;
}

.show+.dropdown-submenu {
    display: inherit;
    transform: translate(69px, 19px) scaleX(1);
}
*/

.animate {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; 
    animation-direction: normal;
    -webkit-animation-direction: normal;  
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

@keyframes slideOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes slideOut {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

.slideOut {
  -webkit-animation-name: slideOut;
  animation-name: slideOut;
  transform-origin: top left;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  transform-origin: center;
}

.chevron {
    display: inline-block;
    float: right;	
}

#sidebar-left-v2 .sidebar-toggle {
  position: absolute;
  left: calc(100% - 1rem);
  top: 20px;
  width: 2rem;
  height: 2rem;  
  background: linear-gradient(122deg,#b65fc4 16%,#778ccf 50%,#10d7e2);
  background-size: 100%;
  transition: background-size 1s;  
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  transition-duration: .3s;
  z-index: 2000;
  transform: rotate(180deg);
  display: none;
}

#sidebar-left-v2:hover .sidebar-toggle {
  display: block;
}

html.sidebar-left-collapsed #sidebar-left-v2 .sidebar-toggle {
  display: none;
}

html.sidebar-left-collapsed #sidebar-left-v2:hover .sidebar-toggle {
  display: block;
}

#sidebar-left-v2 .collapse:not(.show) {
    display: block;
}

.menu-icon {
	display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
    top: 0.35rem;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.menu-icon.collapse {
  background-image: url('/assets/bs5/icons/two_arrows.svg');
  top: 0.25rem;
  left: 0.25rem;  
}

.menu-icon.dashboard {
	background-image: url('/assets/bs5/icons/color_house.svg');
}

.nav-active .menu-icon.dashboard {
  background-image: url('/assets/bs5/icons/color_house.png');
}

.menu-icon.account {
	background-image: url('/assets/bs5/icons/account.svg');
}

.nav-active .menu-icon.account {
  background-image: url('/assets/bs5/icons/account.png');
}

.menu-icon.licenses {
	background-image: url('/assets/bs5/icons/color_licenses.svg');
}

.nav-active .menu-icon.licenses {
  background-image: url('/assets/bs5/icons/color_licenses.png');
}

.menu-icon.course_search {
	background-image: url('/assets/bs5/icons/color_course_search.svg');
}

.nav-active .menu-icon.course_search {
  background-image: url('/assets/bs5/icons/course_search.png');
}

.menu-icon.registrations {
	background-image: url('/assets/bs5/icons/color_registrations.svg');
}

.nav-active .menu-icon.registrations {
  background-image: url('/assets/bs5/icons/color_registrations.png');
}

.menu-icon.records {
	background-image: url('/assets/bs5/icons/color_records.svg');
}

.nav-active .menu-icon.records {
  background-image: url('/assets/bs5/icons/color_records.png');
}

.menu-icon.schedules {
	background-image: url('/assets/bs5/icons/color_schedules.svg');
}

.nav-active .menu-icon.schedules {
  background-image: url('/assets/bs5/icons/color_schedules.png');
}

.menu-icon.surveys {
	background-image: url('/assets/bs5/icons/color_surveys.svg');
}

.nav-active .menu-icon.surveys {
  background-image: url('/assets/bs5/icons/color_surveys.png');
}

.menu-icon.tests {
	background-image: url('/assets/bs5/icons/color_tests.svg');
}

.nav-active .menu-icon.tests {
  background-image: url('/assets/bs5/icons/color_tests.png');
}

.menu-icon.support {
	background-image: url('/assets/bs5/icons/color_support.svg');
}

.nav-active .menu-icon.support {
  background-image: url('/assets/bs5/icons/support.png');
}

.menu-icon.logout {
	background-image: url('/assets/bs5/icons/color_sign_out.svg');
}

.dropdown-menu li i.fa {
    font-size: 18px;
    font-size: 1.2rem;
    width: 1.1em;
    margin-right: 0.49em;
    margin-left: 0.1rem;
    text-align: center;
    vertical-align: middle;
    background: -webkit-linear-gradient(#407aff, #d15afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}

.dropdown-menu li.nav-active i.fa {
    color: #fff;
    background: transparent; 
    -webkit-text-fill-color: #fff;
}


.nav li i.fa {
    font-size: 18px;
    font-size: 1.2rem;
    width: 1.1em;
    margin-right: 0.49em;
    margin-left: 0.1rem;
    text-align: center;
    vertical-align: middle;
    background: -webkit-linear-gradient(#407aff, #d15afe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
}

.nav li.nav-active i.fa {
    color: #fff;
    background: transparent; 
    -webkit-text-fill-color: #fff;
}
/* mobile */

#sidebar-left .menu-icon {
  top: 0.175rem;
}


#sidebar-left ul.nav-main li a:hover {
    background: #ddd;
}

#sidebar-left ul.nav-main li.nav-active > a{
    background: rgba(7,18,109,1);
    color:#fff;
}

#sidebar-left ul.nav-main li.nav-active a:hover {
    background: rgba(7,18,109,1);
    color:#fff;
}
/*
ul.nav-main li.nav-parent.nav-expanded > ul.nav-children {
    position: absolute;
}
*/
#sidebar-left ul.nav-main li:hover {
    background: #ddd;
}

#sidebar-left ul.nav-main li .nav-children {
    background: ##f6f6f6;
    box-shadow: none;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

button.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .6;
    border: 0;  
    background-color: transparent;
}

.header {
    height: 100px;
    background-color: #fff;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 10%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

.header-right {
    height: 100px;
    width: calc(100% - 20rem);
}

.header-right .h4 {
  color: #000;
  font-family: Nunito Sans;
  font-weight: 900;
}

.header-right .name-search {
  width: calc(100% - 21rem);
  float: left;
  text-align: center;
  margin-top: 2rem;
}

.header-right  .name-search .search {
  width: 30%;
}

.header-right .right-content {
  min-width: 21rem;
  float: right;
  margin-top: 1rem;
}

.header-right .right-content .userbox {
  float: right;
  margin: 10px 20px 0 0;
  width: 16rem;
}

.header-right .right-content .userbox .profile-picture img{
  width: 50px;
}

.userbox .profile-info, .userbox .profile-picture {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    float: left;
    width: 50px;
}

.userbox .profile-info {
    margin: 11px 25px 0 10px;
    float: left;
    width: 10rem;
}

.userbox .custom-caret {
    color: #000011;
    font-size: 16px;
    font-weight: bold;
    margin-top: 16px;
    float: right;
}

.notifications > li .notification-icon {
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%);
    display: inline-block;
    height: 30px;
    top: -5px;
    position: relative;
    width: 30px;
    text-align: center;
}

.header-right .right-content .notifications {
  float: right;
  margin: 24px 15px 0 0;
}

.notifications > li .notification-icon i {
    color: #777;
    font-size: 16.8px;
    font-size: 1.3rem;
    line-height: 30px;
    vertical-align: middle;
}

.notifications > li .notification-icon .badge {
    background: #D2312D;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    height: 17px;
    padding: 3px 5px 3px 5px;
    position: absolute;
    right: -9px;
    top: -7px;
    border-radius: 100%;
}

.header-right .separator {
  display: none;
}

.userbox .dropdown-menu {
    padding: 70px 10px 0;
    top: -5px !important;
  }

.logo-container {
  float: left;
  background-color: #fff;
  margin-left: 3rem;
  margin-top: 1.1rem; 
}

#login-body .logo-container {
  margin-left: 0rem;
}

.brain-wrap {
  width: 15rem;
}

#brain {
  width: 5rem;
}

.eye {
    background-image: url(/assets/bs5/img/eye.png);
    width: 20px;
    height: 20px;
    top: 2.25rem;
    left: 0.75rem;
    background-size: 80px;
    animation: 5s steps(4) 5s infinite normal none running eyes_blink;
    transition: transform 0.5s ease 0s;
  transform: translate(0px, 3px);
}

.eye.right {
  left: unset;
  right: 0.75rem;
}

#letters-logo {
  width: 11rem;
  margin-left: 3rem;
  margin-top: 1.1rem; 
  height: 2.5rem; 
}

@media only screen and (max-width: 1280px) {
  .header-right .h4 {
      font-size: 1rem;
  }
}

@media only screen and (max-width: 1023px) {

  .header {
    height: 140px;
    margin-bottom: 20px;
  }

  .header .logo-container {
      background-image: none;
      background-color: #fff;
      border-bottom: none;
      border-top: none;
      height: 75px;
      margin-left: 0;
      margin-top: 0;       
  }

  .toggle-sidebar-left {
    display: block!important;
  }

  #letters-logo {
    width: 8rem;
  }   

  .logo-container {
    height: 63px;
  }  


  .header .header-right {
      height: 83px;
      margin-top: 66px;
      margin-left: 0%;
      width: 100%;  
      position: fixed;
      z-index: 100000;          
  }

.header-right .name-search {
  margin-top: 1rem;
  margin-left: 2rem;
  text-align: left;
  width: calc(100% - 21rem);
}

.header-right .right-content {
  margin-top: 0;
  min-width: 16rem;
}  

.header-right .right-content .userbox {
    margin: 10px 20px 0 0;
    width: 13rem;
}

.userbox .profile-info {
    margin: 5px 25px 0 10px;
    width: 6rem;
}

.userbox .custom-caret {
    margin-top: 16px;
}

.header-right .right-content .notifications {
  margin: 24px 15px 0 0;
}

.notifications > li .notification-icon .badge {
    top: -5px;
}

.brain-wrap {
      margin-top: 0.5rem;
  }  

.userbox .name, .userbox .role {
    max-width: 6rem;
}  
}

.bg-gradient-v2 {
  background: linear-gradient(160deg,rgba(182,95,196,.25) 7%,rgba(113,243,255,.25) 70%,rgba(16,215,226,.5) 77%,rgba(113,243,255,.25) 85%);
  background-size: 100%;
  transition: background-size 1s;
  color: #444;
}

.bg-gradient-v2.dark {
  background: linear-gradient(122deg,#b65fc4 16%,#778ccf 50%,#10d7e2);
  color: #fff;
  border: none;
}

.bg-gradient-v2:hover {
  background-size: 150%;
}

#login-body, #register-body {
  background-color: #fff;
  font-family: Nunito Sans;
}

#login-body .card {
  width: 100%;
  margin-top: 10rem;
}

#login-body .card-body {
  box-shadow: 0 10px 28px -3px rgb(0 0 0 / 25%), 0 4px 6px -2px rgb(0 0 0 / 5%);
}

#login-body .logo-container {
  width: 100%;
  display: flex;
  justify-content: center
}

#login-body #letters-logo {
  margin-left: 0;
}
    
.login-bg-gradient-v2 {
  background: linear-gradient(10.1808deg, rgb(16, 215, 226) 0%, rgb(182, 95, 196) 40%, rgb(255, 95, 109) 80%, rgb(255, 195, 113) 100%);
  width: 100%;
  height: 100%;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 0;
  clip-path: polygon(0 100%,100% 100%,100% 0,48% 62%,0 35%);
    -webkit-clip-path: polygon(0 100%,100% 100%,100% 0,48% 62%,0 35%);  
  transition: clip-path .5s,-webkit-clip-path .5s;
    opacity: .5;    
}

#register-body .logo-container {
      margin-bottom: -3rem;
}

.body-sign .card-sign .card-body {
    border-top-color: #07126d;
    border-radius: 5px 0 5px 5px!important;
}

.body-sign .card-sign .card-title-sign .title {
    padding: 0px 17px;
}

.card-shadow {
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);
}

.profile-picture {
    width: 100%;
    display: flex;
    justify-content: center;  
}

.profile-picture .img-wrap {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 2rem;
    background: linear-gradient(122deg,#b65fc4 16%,#778ccf 50%,#10d7e2); 
}

.profile-picture .img-wrap img {
    width: 92%;
    height: 92%;
    margin-top: 4%;
    margin-left: 4%;
    border-radius: 2rem;
}

#license-filter {
    width: 50%;
    margin-left: 25%;  
}

.license-info-left div,.license-info-right div {
  border-bottom: 1px solid #eee;
}

.license-info-left{
  padding-right: 0;
}

.license-info-right {
  padding-left: 0;
}

#view-state-req-btn {
  width: 48%;
  font-weight: 600;
}

#add-license-btn {
  width: 48%;
  margin-left: 2%;
  font-weight: 600;
}

#dashboard-bars span {
  font-size: 1rem;
  font-weight: 600;
}

#accordion {
  width: 100%;
}

.card-accordion .card-body {
  min-height: 100px;
  padding-top: 44px;
}

.card-accordion .card-title {
    font-size: 1.3rem;
}

.lost-logo-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.lost_logo {
  float: left;
}

.lost-right {
  float: left;
  margin-top: 60px;
  margin-left: 30px;
  font-size: 1rem;
}

.dashboard-info {
  min-height: 175px;
}

.crud-v2 {
  font-family: Nunito Sans;
}

.crud-header {
  padding-top: 1rem;
  padding-bottom: 1rem; 
  font-weight: 600;
  border-radius: 0.75rem;
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #282828;
  font-family: Nunito Sans;
}

.no-bg {
  background-color: transparent;
  margin-bottom: 2rem;
  border-bottom: none;
}

.crud-v2 #crud_searchbutton,.crud-v2 #all_searchbutton {
  padding: 0;
}


.crud-v2 #crud_searchbutton i, .crud-v2 #all_searchbutton i, .crud-v2 #crud_company_searchbutton i {
  font-size: 1.5rem;
  color: #999;
}

.crud-v2 .card-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}

.crud-v2 .card-body {
  background-color: transparent;
}

.crud-v2 .table-responsive {
  background-color: #fff;
  border-radius: 1.75rem;
}

.crud-v2 td {
  padding: 1rem;
}

.crud-v2 .table-header {
  background-color: #eef5ff;
}

.crud-v2 .table-action-button {
  top: 9px;
  border-radius: 0.5rem
}

.crud-v2 .table-action-button .btn{
  border-radius: 0.5rem
}

.crud-v2 .dataTables_wrapper select {
  height: 34px;
  padding: 5px;
  margin-right: 7px;
  width: 75px!important;;
}

.dataTables_wrapper .dataTables_length .select2-container {
    margin-right: 10px;
    width: 76px!important;
}

.dataTables_wrapper .dataTables_length .wide-select .select2 {
  width: 140px!important;;
}


.dataTables_wrapper .select2-container .select2-choice {
  height: 31px;
}

#CourseCredits + .select2 .select2-selection__arrow {
  right: 25px;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

/* bs3 conversions/
/* Spacements */
/* spacement top & bottom */
.m-none {
  margin: 0 !important;
}

.m-auto {
  margin: 0 auto !important;
}

.m-xs {
  margin: 5px !important;
}

.m-sm {
  margin: 10px !important;
}

.m-md {
  margin: 15px !important;
}

.m-lg {
  margin: 20px !important;
}

.m-xl {
  margin: 25px !important;
}

.m-xlg {
  margin: 30px !important;
}

/* spacement top  */
.mt-none {
  margin-top: 0 !important;
}

.mt-xs {
  margin-top: 5px !important;
}

.mt-sm {
  margin-top: 10px !important;
}

.mt-md {
  margin-top: 15px !important;
}

.mt-lg {
  margin-top: 20px !important;
}

.mt-xl {
  margin-top: 25px !important;
}

.mt-xlg {
  margin-top: 30px !important;
}

/* spacement bottom */
.mb-none {
  margin-bottom: 0 !important;
}

.mb-xs {
  margin-bottom: 5px !important;
}

.mb-sm {
  margin-bottom: 10px !important;
}

.mb-md {
  margin-bottom: 15px !important;
}

.mb-lg {
  margin-bottom: 20px !important;
}

.mb-xl {
  margin-bottom: 25px !important;
}

.mb-xlg {
  margin-bottom: 30px !important;
}

/* spacement left */
.mr-none {
  margin-left: 0 !important;
}

.ml-xs {
  margin-left: 5px !important;
}

.ml-sm {
  margin-left: 10px !important;
}

.ml-md {
  margin-left: 15px !important;
}

.ml-lg {
  margin-left: 20px !important;
}

.ml-xl {
  margin-left: 25px !important;
}

.ml-xlg {
  margin-left: 30px !important;
}

/* spacement right  */
.mr-none {
  margin-right: 0 !important;
}

.mr-xs {
  margin-right: 5px !important;
}

.mr-sm {
  margin-right: 10px !important;
}

.mr-md {
  margin-right: 15px !important;
}

.mr-lg {
  margin-right: 20px !important;
}

.mr-xl {
  margin-right: 25px !important;
}

.mr-xlg {
  margin-right: 30px !important;
}

/* Spacement Padding */
.p-none {
  padding: 0 !important;
}

.p-xs {
  padding: 5px !important;
}

.p-sm {
  padding: 10px !important;
}

.p-md {
  padding: 15px !important;
}

.p-lg {
  padding: 20px !important;
}

.p-xl {
  padding: 25px !important;
}

.p-xlg {
  padding: 30px !important;
}

/* spacement top  */
.pt-none {
  padding-top: 0 !important;
}

.pt-xs {
  padding-top: 5px !important;
}

.pt-sm {
  padding-top: 10px !important;
}

.pt-md {
  padding-top: 15px !important;
}

.pt-lg {
  padding-top: 20px !important;
}

.pt-xl {
  padding-top: 25px !important;
}

.pt-xlg {
  padding-top: 30px !important;
}

/* spacement bottom */
.pb-none {
  padding-bottom: 0 !important;
}

.pb-xs {
  padding-bottom: 5px !important;
}

.pb-sm {
  padding-bottom: 10px !important;
}

.pb-md {
  padding-bottom: 15px !important;
}

.pb-lg {
  padding-bottom: 20px !important;
}

.pb-xl {
  padding-bottom: 25px !important;
}

.pb-xlg {
  padding-bottom: 30px !important;
}

/* spacement left */
.pl-none {
  padding-left: 0 !important;
}

.pl-xs {
  padding-left: 5px !important;
}

.pl-sm {
  padding-left: 10px !important;
}

.pl-md {
  padding-left: 15px !important;
}

.pl-lg {
  padding-left: 20px !important;
}

.pl-xl {
  padding-left: 25px !important;
}

.pl-xlg {
  padding-left: 30px !important;
}

/* spacement right  */
.pr-none {
  padding-right: 0 !important;
}

.pr-xs {
  padding-right: 5px !important;
}

.pr-sm {
  padding-right: 10px !important;
}

.pr-md {
  padding-right: 15px !important;
}

.pr-lg {
  padding-right: 20px !important;
}

.pr-xl {
  padding-right: 25px !important;
}

.pr-xlg {
  padding-right: 30px !important;
}

.ib {
  display: inline-block;
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.ws-nowrap {
  white-space: nowrap;
}

.ws-normal {
  white-space: normal;
}

.text-right {
  text-align: right;
}

.pull-right {
  float: right;
}

.text-center {
    text-align: center !important;
}

.text-bold {
    font-weight: 700;
}

.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1600px) {

  html.scroll .col-xl-pull-12,
  html.fixed .col-xl-pull-12 {
    right: 100%;
  }

  html.scroll .col-xl-pull-11,
  html.fixed .col-xl-pull-11 {
    right: 91.66666667%;
  }

  html.scroll .col-xl-pull-10,
  html.fixed .col-xl-pull-10 {
    right: 83.33333333%;
  }

  html.scroll .col-xl-pull-9,
  html.fixed .col-xl-pull-9 {
    right: 75%;
  }

  html.scroll .col-xl-pull-8,
  html.fixed .col-xl-pull-8 {
    right: 66.66666667%;
  }

  html.scroll .col-xl-pull-7,
  html.fixed .col-xl-pull-7 {
    right: 58.33333333%;
  }

  html.scroll .col-xl-pull-6,
  html.fixed .col-xl-pull-6 {
    right: 50%;
  }

  html.scroll .col-xl-pull-5,
  html.fixed .col-xl-pull-5 {
    right: 41.66666667%;
  }

  html.scroll .col-xl-pull-4,
  html.fixed .col-xl-pull-4 {
    right: 33.33333333%;
  }

  html.scroll .col-xl-pull-3,
  html.fixed .col-xl-pull-3 {
    right: 25%;
  }

  html.scroll .col-xl-pull-2,
  html.fixed .col-xl-pull-2 {
    right: 16.66666667%;
  }

  html.scroll .col-xl-pull-1,
  html.fixed .col-xl-pull-1 {
    right: 8.33333333%;
  }

  html.scroll .col-xl-pull-0,
  html.fixed .col-xl-pull-0 {
    right: auto;
  }

  html.scroll .col-xl-push-12,
  html.fixed .col-xl-push-12 {
    left: 100%;
  }

  html.scroll .col-xl-push-11,
  html.fixed .col-xl-push-11 {
    left: 91.66666667%;
  }

  html.scroll .col-xl-push-10,
  html.fixed .col-xl-push-10 {
    left: 83.33333333%;
  }

  html.scroll .col-xl-push-9,
  html.fixed .col-xl-push-9 {
    left: 75%;
  }

  html.scroll .col-xl-push-8,
  html.fixed .col-xl-push-8 {
    left: 66.66666667%;
  }

  html.scroll .col-xl-push-7,
  html.fixed .col-xl-push-7 {
    left: 58.33333333%;
  }

  html.scroll .col-xl-push-6,
  html.fixed .col-xl-push-6 {
    left: 50%;
  }

  html.scroll .col-xl-push-5,
  html.fixed .col-xl-push-5 {
    left: 41.66666667%;
  }

  html.scroll .col-xl-push-4,
  html.fixed .col-xl-push-4 {
    left: 33.33333333%;
  }

  html.scroll .col-xl-push-3,
  html.fixed .col-xl-push-3 {
    left: 25%;
  }

  html.scroll .col-xl-push-2,
  html.fixed .col-xl-push-2 {
    left: 16.66666667%;
  }

  html.scroll .col-xl-push-1,
  html.fixed .col-xl-push-1 {
    left: 8.33333333%;
  }

  html.scroll .col-xl-push-0,
  html.fixed .col-xl-push-0 {
    left: auto;
  }

  html.scroll .col-xl-offset-12,
  html.fixed .col-xl-offset-12 {
    margin-left: 100%;
  }

  html.scroll .col-xl-offset-11,
  html.fixed .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }

  html.scroll .col-xl-offset-10,
  html.fixed .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }

  html.scroll .col-xl-offset-9,
  html.fixed .col-xl-offset-9 {
    margin-left: 75%;
  }

  html.scroll .col-xl-offset-8,
  html.fixed .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }

  html.scroll .col-xl-offset-7,
  html.fixed .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }

  html.scroll .col-xl-offset-6,
  html.fixed .col-xl-offset-6 {
    margin-left: 50%;
  }

  html.scroll .col-xl-offset-5,
  html.fixed .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }

  html.scroll .col-xl-offset-4,
  html.fixed .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }

  html.scroll .col-xl-offset-3,
  html.fixed .col-xl-offset-3 {
    margin-left: 25%;
  }

  html.scroll .col-xl-offset-2,
  html.fixed .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }

  html.scroll .col-xl-offset-1,
  html.fixed .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }

  html.scroll .col-xl-offset-0,
  html.fixed .col-xl-offset-0 {
    margin-left: 0;
  }
}

.visible-print {
    display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.fileupload .uneditable-input {
    padding-left: 0;
}

.fileupload .uneditable-input .fa, .fileupload .uneditable-input .fab, .fileupload .uneditable-input .fal, .fileupload .uneditable-input .far, .fileupload .uneditable-input .fas {
    left: 5px;
}

.multiselect-container {
  width: 100%;
  overflow-x: hidden;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.multiselect-container > li > a > label {
    padding: 5px 20px 5px 32px;
}

.dropdown-item.multiselect-all label {
  padding: 3px 20px 3px 15px!important;
}

.multiselect.dropdown-toggle::after {
    display: none;
}

.multiselect-item.multiselect-group {
  padding: 3px 0px!important;
}

.multiselect-container .input-group-text {
  height: 100%;
}

.fas {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.actions .dropdown-menu a, .dropdown-menu.bs5 a {
    border-radius: 2px;
    color: ##07126d;
    display: block;
    line-height: 20.8px;
    line-height: 1.3rem;
    padding: 4px 10px;
    font-size: 13px;
    font-size: 0.75rem;
}{
    border-radius: 2px;
    color: ##07126d;
    display: block;
    line-height: 20.8px;
    line-height: 1.3rem;
    padding: 4px 10px;
    font-size: 13px;
    font-size: 0.75rem;
}

.panel-actions {
    right: 15px;
    position: absolute;
    top: 15px;
}

.fileupload .uneditable-input {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
    cursor: text;
    background: #fff;
    position: relative;
}

.fileupload .uneditable-input .fileupload-preview {
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 3px 0 0 24px;
    text-overflow: ellipsis;
    width: 100%;
}

.fileupload {
  margin-bottom: 15px;
}

.invoice-summary table td {
  padding: 2px!important;
}

.form-wizard .sr-only {
  display: none;
}

#registration-form #w5-package .control-badge {
    float: left;
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    margin-right: 10px;
}

.transcript .col-md-3 {
    float: left;
    text-align: right;
    margin-bottom: 0;
    padding-top: 3px;
    margin-right: 10px;
}

.transcript  .form-control-static {
  margin: 0;
}

#registration-form #w5-info .control-badge,#registration-form #w5-billing .control-badge {
    float: left;
    margin-bottom: 0;
    padding-top: 7px;
}

#registration-form #w5-info .col-md-8,#registration-form #w5-billing .col-sm-8,#registration-form #w5-billing .col-md-7,#registration-form #w5-billing .col-md-6,#crud .col-md-8,#crud .col-md-3, .transcript .col-md-8  {
    float: left;
}

#registration-form .pro-select {
    float: left;
}

@media (min-width: 768px) {
  #registration-form #w5-confirm .sub-total {
      display: none
  }
}


#registration-form #w5-confirm .sub-total {
    display: table-cell;
}

@media (max-width: 767px) {
  #registration-form #w5-info .col-md-8,#registration-form #w5-billing .col-sm-8,#registration-form #w5-billing .col-md-7,#registration-form #w5-billing .col-md-6,#crud .col-md-8,#crud .col-md-3, .transcript .col-md-8,.transcript .col-md-3, #registration-form #w5-info .control-badge,#registration-form #w5-billing .control-badge{
      float: none;
  }
}

#registration-form #w5-confirm table td, #registration-form #w5-confirm table th  {
    border-top: 0;
}

#crud .col-md-3 {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
    margin-right: 10px;
}

.upcoming-card {
  min-height: 640px
}

.upcoming-card a {
  color: rgba(7,18,109,1);;
}

.upcoming-card a:hover {
  color: #097288;
}

.upcoming-card .card-header {
    min-height: 132px;
}

.upcoming-card .card-footer {
    border-radius: 0px!important;
    text-align: center;
}

.upcoming-card .card-footer a {
    padding: 22px 15px 7px 15px;
}

.upcoming-card .card-body {
    border-radius: 0px 0px 1.1rem 1.1rem!important;
    min-height: 455px;
}

.fc .table-bordered td, .fc .table-bordered th {
    border-color: rgba(0, 0, 0, 0.1);
    border-width: 1px;
}