/* custom style for NIL Conneqt */

html {
  scroll-behavior: smooth;
}

/* responsive video embed */
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* equal height cards */
.card {
        height: 100%;
        display: flex;
    }

    .card-block {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .card.card-footer {
        align-self: flex-end;
        flex: 1 1 auto;
    }

/* Colors */
.green {
  background-color: #A4C9C5 !important; }

.green-text {
  color: #A4C9C5 !important; }

.orange {
  background-color: #F37022 !important; }

.orange-text {
  color: #F37022 !important; }    

.creative-lp .orange-text {
    color: #F37022 !important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #F37022;
    border-color: #F37022;
}

a {
    color: #F37022;
}

.dropdown .dropdown-menu .dropdown-item:hover, 
.dropdown .dropdown-menu .dropdown-item:active, 
.dropup .dropdown-menu .dropdown-item:hover, 
.dropup .dropdown-menu .dropdown-item:active, 
.dropleft .dropdown-menu .dropdown-item:hover, 
.dropleft .dropdown-menu .dropdown-item:active, 
.dropright .dropdown-menu .dropdown-item:hover, 
.dropright .dropdown-menu .dropdown-item:active {
    background-color: #A4C9C5 !important;
}

li .dropdown-item .dropdown-submenu {
  	background-color: #ff00ff;
}

#content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 2em;
}

#content figcaption {
  	margin-top: -2em;
    margin-bottom: 2em;
    font-style: italic;
}


/* ie fix */
.row {
  flex-basis:100%;
}

/* Breadcrumb */
.bc-icons-2, .list-group {
  font-family: 'Quicksand', sans-serif;
}

.bc-icons-2 .breadcrumb-item + .breadcrumb-item::before {
	content: none; 
}

.bc-icons-2 .breadcrumb-item.active {
	color: #455a64; 
}

p {
    margin-top: 1rem;
  	margin-bottom: 0rem;
}

ol {
    padding-left: 0 !important;
}

/* Fonts */
* {
  font-family: 'Quicksand', sans-serif;
}

/* Buttons */
.btn-orange {
  background-color: #F37022 !important;
  color: #fff !important; }

.btn-green {
  background-color: #A4C9C5 !important;
  color: #fff !important; }

/* Star rating */
.txt-center {
  text-align: center;
}
.hide {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

.rating {
    width: 150px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #A4C9C5;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

  
/* radio buttons */
  
.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:before,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:before,
label.btn input[type="radio"].with-gap:checked + label:after {
border: 2px solid #F37022!important; }

.form-check-input[type="radio"]:checked + label:after,
.form-check-input[type="radio"].with-gap:checked + label:after,
label.btn input[type="radio"]:checked + label:after,
label.btn input[type="radio"].with-gap:checked + label:after {
background-color: #F37022!important; }
  
/* ordered lists */
ol li {
  padding: 5px;
  margin-left: 35px;
}

/* headings */
h2 {
  margin-top: 20px;
}

h3 {
  margin-top: 20px;
}

/* Avatar sizes */
.md-avatar {
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
.md-avatar.size-1 {
  width: 40px;
  height: 40px;
}
.md-avatar.size-2 {
  width: 70px;
  height: 70px;
}
.md-avatar.size-3 {
  width: 90px;
  height: 90px;
}
.md-avatar.size-4 {
  width: 110px;
  height: 110px;
}


/* Set overlapping images for webinar register button */
.webinar-image-container {
  position: relative;
}

.webinar-image-container img {
  width: 100%;
  height: auto;
}

.webinar-image-container .btn {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #555;
  cursor: pointer;
}
  
.webinar-image-container i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}

.container-fluid img {
  width: 100%;
  height: auto;
}

.webinar-image-container button:disabled {
opacity: 1;
}

/* Author card style for webinar register page */
   .author-side-card span {
     position: absolute; 
     top: 50%; transform: 
     translateY(-50%);
  }
  
  .author-side-card img {
    display: block;
    width: auto;
    max-height: 100%;
  }

/* Warning modal dialog */
.modal-dialog.modal-notify.modal-warning .modal-header {
    background-color: #F37022;
}
.modal-dialog.modal-notify.modal-warning .fa {
    color: #A4C9C5;
}

/* Progress bar color */
.bg-nil {
    background-color: #A4C9C5 !important;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
    background-color: grey !important;
}

/* Ribbons */


/* common */
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #A4C9C5;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}