.br-dropdown{
  position: relative;
}
.br-dropdown ul{
  display:none;
  position: absolute;
  right: 0;
  width: 300px;
  background: white;
  border: solid 1px #cccc;
  padding: 10px 15px;
  list-style: none;
}
.br-dropdown.open ul{
  display:block;
}
.br-dropdown .br-dropdownlink{
  width:15px;
  height:15px;
  display:block;
  position:relative;
}
.br-dropdown .br-dropdownlink span{
  display: block;
  position:absolute;
  top:-5px;
  right:-5px;
  background: #76aeb9;
  border-radius: 100%;
  color:white;
  padding:2px;
  font-size: 8px;
  width: 12px;
  height: 12px;
  text-align:center;
}
.br-dropdown li {border-bottom: solid 1px #ccc;padding: 5px 0;}
.br-dropdown li:last-child{
  border-bottom:none;
}
.br-dropdown li:first-child{
  font-size:14px;
  padding-bottom:10px;
}
.br-dropdown li:not(first-child) *{
display:block;
  width:50%;
  float: left;
}

.br-dropdown li:before, .br-dropdown li:after {content: '';display: table;width: 100%;}

.br-dropdown li:not(:first-child) a {
  display: inline-block;
  width: auto;
  font-size: 12px;
  line-height: 1.5;
  float: none;
}

.br-dropdown {
  position: relative;
  padding: 14px 15px 14px;
  border-left: solid 1px rgba(255,255,255,0.1);
}
.br-dropdown .br-dropdownlink{
  font-size: 18px;
  width: 20px;
}
.br-dropdown .br-dropdownlink span{
  line-height: 9px;
  font-size: 10px;
}
.br-dropdown ul {
  border-radius: 10px;
  right: 5px;
}
.br-dropdown li:not(:first-child) span {
  width: 70%;
}
.br-dropdown li:not(:first-child) a {
  display:inline-block;
}

.br-dropdown li .br-noti-btn {
width: 30%;
text-align:right;
}


#major_search {
background: #3b98ab !important;
padding-bottom: 3px !important;
}

#major_search label {
color: white;
}

#major_search .ui.label {
background: rgba(255,255,255,0.2);
color: white;
min-width: 17%;
display: block;
}

#major_search .ui.label>.detail {
margin-left: 0;
margin-top:5px;
display: block;
opacity: 1 !important;
}

#major_search .five.fields>div:last-child {
width: 10%;
}

#major_search .five.fields>div:last-child button {
margin-left: 10px;
padding: 20px 20px;
background: #48ce5b;
}

#major_search .ui.label>.detail .two.fields {
margin: 0 0 5px;
}

#major_search .ui.label>.detail .two.fields input {
background: white !important;
opacity: 1 !important;
}

#major_search .ui.label>.detail .two.fields .field:first-child {
padding-left: 0 !important;
}

#major_search .ui.form .field>.selection.dropdown .ui.label {
color: black;
background: transparent;
min-width: 1px;
display: inline-block !important;
}

.select2-selection__rendered {
line-height: 32px !important;
}
.select2-container .select2-selection--single {
height: 38px !important;
}
.select2-selection__arrow {
height: 37px !important;
}
.select2-search--inline .select2-search__field {
width:350px !important;
}

#tabContainer {
padding: 25px 15px 0 15px;
background: #276773;
margin-bottom:15px;
}

ul#topTab {
list-style-type: none;
width: 100%;
position: relative;
height: 27px;
font-size: 13px;
font-weight: bold;
margin: 0;
}

ul#topTab li {
display: block;
float: left;
margin: 0 0 0 4px;
height: 27px;
}

ul#topTab li.left {
margin: 0;
}

ul#topTab li a {
display: block;
float: left;
color: #fff;
background: #4A6867;
line-height: 27px;
text-decoration: none;
padding: 0 17px 0 18px;
height: 27px;
}

ul#topTab li a.right {
padding-right: 19px;
}

ul#topTab li a:hover {
background: #2E4560;
}

ul#topTab li a.current {
color: #2E4560;
background: #fff;
}

ul#topTab li a.current:hover {
color: #2E4560;
background: #fff;
}

/*.ui.radio.checkbox .box:after, .ui.radio.checkbox label:after {
  left: -3px !important;
  top: 4px !important;
}*/

.ui.radio.checkbox .box::after, .ui.radio.checkbox label::after {
transform: initial !important;
top: 1px !important;
left: 0px !important;
margin: 0px !important;
border: solid 3px rgb(255, 255, 255) !important;
box-shadow: 0px 0px 0px 1px rgba(34,36,38,.35);
}

.knowledge_base_three.wide.column.main-column {
padding-left: 0px !important;
padding-right: 0px !important;
}
.knowledge_base_three.wide.column.main-column ul {
margin: 0px !important;
padding: 0px;
}
.knowledge_base_three.wide.column.main-column ul li {
list-style: none !important;
line-height:40px;
}
.knowledge_base_three.wide.column.main-column ul li a {
display: block;
padding: 10px 25px;
background-color: #eee;
color: #252525;
font-weight: 500;
position: relative;
border-bottom: 1px solid #fff;
}
.knowledge_base_three.wide.column.main-column ul li a::after {
content: '';
position: absolute;
right: 10px;
top: 28px;
border-right: solid 1px #252525;
border-bottom: solid 1px #252525;
width: 6px;
height: 6px;
transform: rotate(-43deg);
}
/* .knowledge_base_three.wide.column.main-column ul li a::before {
content: "\f07b";
font-family: Icons;
margin-right: 11px;
opacity: 0.5;
} */
.knowledge_base_three.wide.column.main-column ul li a:hover {
background-color: rgb(43, 85, 93) !important;
color: #fff !important;
}
.knowledge_base_three.wide.column.main-column ul li a:hover::after {
border-color: #fff !important;
}
.knowledge_base_thirteen.wide.column .ui.primary.button {
color: rgb(65, 131, 196) !important;
background-color: #fff;
border: solid 1px;
}
.knowledge_base_thirteen.wide.column .ui.primary.button:hover {
background-color: rgb(65, 131, 196);
color: #fff !important;
border-color: transparent;
}

.knowledge_base_three.wide.column.main-column ul li a.active {
  background-color: rgb(43, 85, 93) !important;
  color: #fff !important;
}
.knowledge_base_three.wide.column.main-column ul li a.active::after {
  border-color: #fff !important;
}
.main-custom {
  padding-bottom: 0px !important;
  height: 100% !important;
}
.grid .knowledge_base_three {
  min-height: initial !important;
}
html > body {
  min-height: 100% !important;
}
.ui.grid + .grid {
  height: calc(100% - 52.5px) !important;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 80px;
  max-width:100%;
  width: 230px;
  padding: 0px 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.progress-container::before {
  content: '';
  background-color: rgb(135, 206, 235) !important;
  position: absolute;
  top: 50%;
  left: 0;
  height: 4px;
  width: 100%;
  z-index:-1;
  right: 0;
}


.progress {
  background-color: rgb(135, 206, 235) !important;
  position: absolute;
  top: 50%;
  left: 0;
  height: 2px;
  width: 0%;
  transition: .4s ease;
}

.circle {
  background-color: #fff;
  color: rgb(0, 162, 232);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(135, 206, 235);
  transition: .4s ease;
  z-index: 99;
  font-weight: 600 !important;
}

.circle.active {
  border-color: rgb(135, 206, 235) !important;
  background-color: rgb(135, 206, 235) !important;
  color: #fff !important;
  text-align:center;
}

.circle span {
  color: rgb(127, 127, 127) !important;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100px;
}

.text-center {
  text-align: center;
}
.ui.button.danger {
  background-color: rgb(237, 28, 36);
  color: #fff;
border: solid 2px rgb(237, 28, 36);
}
.ui.button.danger:hover {
  background-color: #fff !important;
  color: rgb(237, 28, 36) !important;
}
.ui.button.info {
  background-color: rgb(0, 162, 232);
  color: #fff;
border: solid 2px rgb(0, 162, 232);
}
.ui.button.info:hover {
  background-color: #fff !important;
  color: rgb(0, 162, 232) !important;
}

.sd-knowledgebase-banner {
  margin: -3.6em -2em 0px;
  background-size: cover;
  background-position: center top;
  background-blend-mode: luminosity;
  background-color: rgb(0, 183, 255);
  text-align: center;
  padding: 2rem;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sd-knowledgebase-banner .sd-page-title {
  color: #ffff;
  margin-bottom: 4rem;
}
.sd-knowledgebase-banner .sd-page-title h1 {
  font-size: 3rem;
}
.sd-knowledgebase-banner .form-group {
  position: relative;
}
.sd-knowledgebase-banner .form-group .form-control {
  background-color: #fff;
  border-radius: 50px;
  border: 0px;
  padding: 20px 30px;
  width: 100%;
  font-size: 16px;
}
.sd-knowledgebase-banner .sd-banner-content {
  width: 100%;
  max-width: 600px;
}
.sd-knowledgebase-banner .form-group  i {
  display: 'inline';
  font-size: 1.7rem;
  position: absolute;
  right: 7px;
  top: 7px;
  color: rgb(0, 136, 190);
  opacity: 0.5;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}

/* START : Knowlwdge Base Css */
.sd-listing-section {
  padding: 3rem 0px;
}
.sd-listing-section .sd-section-title {
  font-size: 29px;
  text-decoration: underline;
  color: rgb(0, 162, 232);
  font-weight: 700;
  margin-bottom: 3rem;
}
.sd-listing-section .card {
  border: solid 1px #ddd;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05);
}
.sd-listing-section .card .header {
  text-align: center;
  font-size: 18px;
  margin: 15px 0px;
  font-weight: 600;
}
.sd-listing-section .card .image {
  margin: 0px 30px;
  padding: 10px;
  border: solid 5px rgb(127, 127, 127);
  background-color: #fff;
}
.sd-listing-section .card .image img {
  background-color: #ddd;
}
.sd-listing-section .card  .content {
  border: 0px;
}
.sd-listing-section .card .content .meta .sd-lastUpdate {
  display: block;
}
.sd-listing-section .card .content .description {
  padding-top: 10px;
}
.sd-listing-section .card .content .description ul {
  margin: 0px;
  padding: 0px;
}
.sd-listing-section .card .content .description ul li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
}
.sd-listing-section .card .content .description ul li::before {
  content: "\f00c";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 13px;
  margin-right: 5px;
}
.sd-listing-section .card .content .description p {
  margin-bottom: 15px;
}









/*==============================
=            Module            =
==============================*/

.sd-knowledgebase-banner-text {
margin: -3.6em -2em 3rem;
padding: 3rem;
}
.sd-knowledgebase-banner-text .column {
min-height: initial !important;
}
.sd-knowledgebase-banner-text .ui.breadcrumb {
display: flex;
margin-bottom: 25px;
}
.sd-knowledgebase-banner-text .sd-banner-header .sd-banner-title {
font-size: 34px;
font-weight: bold;
}
.sd-knowledgebase-banner-text .sd-banner-header > p {
max-width: 600px;
font-size: 16px;
}
.sd-knowledgebase-banner-text .sd-Launguage p {
font-size: 16px;
margin-bottom: 20px;
}
.sd-knowledgebase-banner-text .sd-Launguage p b {
margin-right: 10px;
}
.sd-knowledgebase-banner-text .sd-hours i {
font-size: 24px;
vertical-align: middle;
margin-right: 5px;
margin-top: -7px;
background-color: #fff;
border-radius: 50px;
width: 20px;
height: 20px;
color: #555;
}
.sd-knowledgebase-banner-text .sd-hours b {
color: rgb(0, 88, 255);
font-size: 18px;
line-height: 1.2em;
}
.sd-knowledgebase-banner-text .sd-Launguage p  a {
font-weight: 600;
color: rgb(0, 88, 255);
}
.sd-page-listing-wrap .card {
width: 100%;
padding: 30px;
background-color: rgb(251, 251, 248);
height: calc(100% - 30px);
margin-bottom: 30px !important;
}
.sd-page-listing-wrap .card .header {
font-size: 24px;
font-weight: 600;
margin-bottom: 25px;
}
.sd-page-listing-wrap .card .description ul {
margin-top: 0px;
margin-bottom: 15px;
padding: 0px;
display: flex;
flex-wrap: wrap;
}
.sd-page-listing-wrap .card .description li {
list-style: none;
margin-bottom: 7px;
width: 50%;
}
.sd-page-listing-wrap .card .description li::before {
content: "\f00c";
font: normal normal normal 14px/1 FontAwesome;
font-size: 13px;
margin-right: 5px;
}
.sd-page-listing-wrap .column {
min-height: initial !important;
}
.sd-page-listing-wrap .card .sd-show-more {
position: sticky;
top: 100%;
margin-top: 30px;
font-weight: 600;
}
.sd-courseContent-wrapper .sd-header .sd-title {
text-transform: capitalize;
position: relative;
padding-left: 40px;
}
.sd-courseContent-wrapper .sd-header .row {
display: flex;
align-items: center;
justify-content: space-between;
}
.sd-courseContent-wrapper .sd-header .sd-title::before {
content: '';
width: 30px;
height: 30px;
background-color: rgb(243, 246, 248);
border-radius: 50px;
border: solid 3px rgb(0, 115, 177);
display: inline-block;
position: absolute;
left: 0px;
}
.sd-courseContent-wrapper .sd-header span {
color: rgb(127, 127, 127);
font-weight: 600;
}
.sd-courseContent-wrapper .sd-body {
padding-left: 13px;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing {
position: relative;
padding-left: 25px;
margin-top: 30px;
border-left: solid 2px rgb(97, 98, 99);
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item {
background-color: rgb(251, 251, 248);
border: solid 1px rgb(220, 218, 203);
display: flex;
padding: 10px 15px;
margin-bottom: -1px;
position: relative;
align-items: center;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item:nth-child(1) {
border-radius: 5px 5px 0px 0px;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item:nth-last-child(1) {
border-radius: 0px 0px 5px 5px;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item::before {
content: '';
position: absolute;
left: -35px;
width: 15px;
height: 15px;
border: solid 3px rgb(97, 98, 99);
border-radius: 50px;
background-color: #fff;
box-shadow: 0px 0px 0px 5px #fff;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item.item-full::before {
border-color: rgb(15, 173, 251) !important;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col {
position: relative;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-btn .btn.btn-link {
background-color: transparent;
border: 0px;
font-size: 18px;
line-height: 0px;
color: #555;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col:nth-child(1) {
width: 5%;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col:nth-child(2) {
width: 40%;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col:nth-child(3) {
width: 30%;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col:nth-child(4) {
width: 10%;
text-align: center;
margin-left: 20px;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-btn-play .btn-play {
padding: 0px;
border: 0px;
background-color: transparent;
font-size: 34px;
line-height: 0px;
color: #555;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-btn-play .btn-play.btn-success {
color: rgb(34, 177, 76);
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-progress .progress {
width: 100%;
height: 100%;
border-radius: inherit;
background-color: #ddd !important;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-progress {
height: 7px !important;
border-radius: 50px;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-progress .progress .bar.sd-bar-full {
background-color: rgb(15, 173, 251) !important;
height: 100%;
border-radius: inherit;
}


/*=====  End of Module  ======*/


.sd-listing-section {
padding: 3rem 2rem !important;
}
.sd-listing-section .card {
max-width: 350px;
width: 100%;
}
.sd-knowledgebase-banner-text {
background-color: #276773 !important;
color: #fff;
}
.sd-knowledgebase-banner-text a {
color: #fff;
}
.sd-knowledgebase-banner-text .sd-Launguage p a, .sd-knowledgebase-banner-text .sd-hours b {
color: #00f247;
}
.sd-knowledgebase-banner-text .sd-hours i {
line-height: 18.5px;
color: #0f2446;
}


.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item {
flex-wrap: wrap;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap.active ~ .sd-list-collapsed {
height: auto !important;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
overflow: visible;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap ~ .sd-list-collapsed {
height: 0px;
width: 100%;
overflow: hidden;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap.active {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap.active i {
transform: rotate(180deg);
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap ~ .sd-list-collapsed .sd-collpase-body {
margin: 0px -15px -15px;
padding-top: 9px;
}

/*Start : New Css for Knowledge Base Home*/
.sd-listing-section > .ui > .column {
min-height: initial !important;
}
.sd-listing-section {
max-width: 1170px;
margin: 0px auto;
}

.sd-listing-section .card {
height: calc(100% - 1em);
max-height: 420px !important;
}
/*End : New Css for Knowledge Base Home*/


/*Start : New Css for Module Details*/

.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item::before {
width: 20px !important;
height: 20px !important;
left: -37px;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item::after {
content: '';
width: 6px;
height: 10px;
border-style: solid;
display: block;
border-width: 0px 2px 2px 0px;
transform: rotate(40deg);
position: absolute;
left: -30px;
margin-top: -2px;
opacity: 0;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item.item-full::after {
opacity: 1;
border-color: #0fadfb;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap ~ .sd-list-collapsed .sd-collpase-body .video-js {
width: 100%;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap ~ .sd-list-collapsed .sd-collpase-body .video-js .vjs-big-play-button {
left: 50%;
top: 50%;
-moz-transform: translate(-50%, -50%) scale(0.8);
-ms-transform: translate(-50%, -50%) scale(0.8);
-webkit-transform: translate(-50%, -50%) scale(0.8);
transform: translate(-50%, -50%) scale(0.8);
border: 0px !important;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap.course_is_complete {
cursor: pointer;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap.course_is_complete .btn-collapse {
cursor: pointer;
}
.sd-courseContent-wrapper > .ui.grid > .eight.wide.column {
width: 100% !important;
}
.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item .sd-col.sd-collapse-wrap ~ .sd-list-collapsed .sd-collpase-body .ui.grid > .eight.wide.column {
max-width: 25% !important;
min-width: 250px !important;
}

.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item.item-disable::before {
border-color: #ddd !important;
}

.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item.item-disable > div {
opacity: 0.2;
}

.sd-courseContent-wrapper .sd-body .sd-courses-listing .sd-list-item.item-disable {
background-color: #eee;
cursor:not-allowed;
}

/*End : New Css for Module Details*/

/*Start : New Css for Quiz Page */
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen:nth-child(1) {
background-color: #fff;
border: 0px !important;
box-shadow: 0px 4px 10px -5px rgba(0, 0, 0, 0.5);
border-radius: 10px;
position: relative;
z-index: 9;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen:nth-child(1) h2 {
font-size: 20px;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen.block-answers {
height: auto;
margin-top: 0px !important;
padding-top: 0px;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen.block-answers > .ui {
margin: 0px !important;
border: solid 1px #ddd;
padding: 22px;
border-top: 0px !important;
background-color: rgba(48, 65, 93, 0.06);
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen.block-answers .radio label {
font-size: 16px;
line-height: 1.4em;
font-weight: 500;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen.block-answers .radio label::before {
width: 20px !important;
height: 20px !important;
left: 0px !important;
top: 0px !important;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen.block-answers .radio label::after {
width: 20px !important;
transform: initial !important;
height: 20px !important;
top: 0px !important;
left: 0px !important;
background-color: rgb(39, 103, 115) !important;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen.block-answers .radio > input {
width: 100% !important;
height: 100% !important;
border: 0px !important;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen:nth-child(2) {
padding-top: 0px !important;
}
#knowledge_base_employee_quiz + .ui .content > .ui > .sixteen:nth-child(2) .form-control {
border-top: 0px !important;
border-radius: 0px !important;
}
#knowledge_base_employee_quiz  ~ div .ui.button {
padding: 10px 15px;
height: auto !important;
border-width: 2px !important;
border-style: solid;
}
#knowledge_base_employee_quiz ~ div .ui.button.primary {
border-color: rgb(39, 103, 115) !important;
}
#knowledge_base_employee_quiz ~ div .ui.button.primary:hover {
background-color: transparent !important;
color: rgb(39, 103, 115) !important;
}

.sd-listing-section .card .image img {
background-color: #ddd;
object-fit: contain;
}

/*End : New Css for Quiz Page */

/* Start : Seeder Phase 3 */
.qrCodeCol
{
width:35%;
vertical-align:top;
border-left:1px solid #eee;
text-align:center;
}

.select2-search__field
{
height: 35px !important;
margin-top: 4px !important;
}

.right.menu > .dropdown:nth-last-child(2) .menu {
left: auto !important;
right: 0px !important;
}

/* End : Seeder Phase 3 */


/*================================
=            28092021            =
================================*/
.sd-slider{
width: 210px;
}
.sd-slider .content .header {
font-weight: bold;
font-size: 16px;
padding-top:5px;
}
.sd-slider .content .right {
margin:0;
}
.sd-slider .content .right button{
  background: transparent;
  padding: 0;
  border: none;
}
.sd-slider .slick-dots li button{
width:14px;
height:14px;
background:#a6a6a6;
border-radius: 100%;
}
.sd-slider .slick-dots li.slick-active button:before{
color:transparent;
}
.sd-slider .slick-dots li.slick-active button{
background:#000000;
}
.sd-slider .slick-arrow {
  position: absolute;
  font-size: 26px;
  left: 10px;
  bottom: -22px;
      z-index: 11;
}
.sd-slider .sd-arrow-right.slick-arrow {
  left: auto;
  right: 10px;
}
.sd-slider .content .meta {
font-size: 14px;
color: #999999;
line-height: 30px;
display: flex;
align-items: center;
}

.sd-slider .slick-dots > li
{
display: inline-block;
}
.sd-slider .slick-dots >li:only-child
{
display: none;
}


.sd-meta-count {
width: 50%;
}
.sd-meta-icons {
width: 50%;
display: flex;
margin-bottom: 3px;
}
.sd-meta-icons .sd-meta-rating{
width:30px;
height:30px;
display:inline-block;
text-align:center;
color:white;
line-height:30px;
font-weight:bold;
margin-right: 4px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
font-size: 12px;
}
.sd-site-icon {
  display: inline-block;
  float: right;
}
.sd-site-icon a{display:inline-block;vertical-align:middle;}
.sd-site-icon img {
max-width: 20px;
vertical-align: baseline;
margin-top: 4px;
margin-left: 2px;
}
.sd-table-container {
  overflow: auto;
}

.sd-table-container table {
  min-width: 1400px;
}
.sd-table-container:not(.sd-table-column-single) .ui.table > thead > tr > th:nth-child(1),
.sd-table-container:not(.sd-table-column-single) .ui.table > tbody > tr > td:nth-child(1){
position: sticky;
left: 0;
min-width: 100px !important;
background: white;
}
.sd-table-container .ui.table > tbody > tr:nth-child(even) > td:nth-child(1){
background: #fafafb;
}
.sd-table-container:not(.sd-table-column-single) .ui.table > thead > tr > th:nth-child(2),
.sd-table-container:not(.sd-table-column-single) .ui.table > tbody > tr > td:nth-child(2) {
position: sticky;
min-width: 200px !important;
left: 104px;
background: white;
border-right:solid 1px #000;
}
.sd-table-container .ui.table > tbody > tr:nth-child(even) > td:nth-child(2){
background: #fafafb;
}
.sd-table-container.sd-table-column-single .ui.table > thead > tr > th:nth-child(1),
.sd-table-container.sd-table-column-single .ui.table > tbody > tr > td:nth-child(1){
position: sticky;
min-width: 200px !important;
left: 0px;
background: white;
border-right:solid 1px #000;
}

/*=====  End of 28092021  ======*/

/* START : Domain Details Popup */
.jconfirm .jconfirm-box{
background: #f2f3f9 !important;
}

/* .jconfirm .jconfirm-box div.jconfirm-content-pane{
background: white !important;
} */

/* div.jconfirm-content
{
  background: #f2f3f9 !important;
} */

.dd-box {
max-width: 1500px;
margin: 0 auto;
}

.dd-header {
background: #3b98ab;
border-bottom: solid 2px #000;
padding: 20px;
position: relative;
}

.dd-header h3 {
margin: 0;
padding: 0;
color: white;
font-size: 28px;
line-height: 1;
}

.dd-header a {
display: block;
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
color: white;
font-size: 30px;
text-decoration: none;
margin: 0 20px 0 0;
line-height: 20px;
}

.dd-body {
display: flex;
width: 100%;
}

.dd-left {
width: 20%;
margin-right:1%;
padding: 40px 16px 12px;
border: solid 1px #d7dce4;
border-radius:3px;
}

.dd-middle {
width: 79%;
border-radius:3px;
background: white;
}
#dd_tabs {
width: 100%;
border-bottom: none;
background: #f2f3f9;
margin: 0;
padding: 0;
    position: relative;
  z-index: 111;
}
#dd_tabs li {
float:left;
list-style:none;
outline:none;
margin-right:3px;
}
#dd_tabs:before, #dd_tabs:after {
content: '';
display: table;
width:100%;
}
#dd_tabs li a {
font-family:Arial, Helvetica, sans-serif;
font-weight: 700;
color: #00303a;
font-size:16px;
display:block;
text-decoration:none;
outline:none;
padding: 10px 20px;
cursor: pointer;
border: none;
background: white;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
padding: 15px 25px;
border: solid 1px #a3c4cb;
border-bottom: solid 1px white;
  margin-bottom: -1px;
}
#dd_tabs li a.inactive{
background:#fafaff;
color: #7f7f7f;
border-color:#d8dae5;
border-bottom: solid 1px #a3c4cb;
}
#dd_tabs li a:hover, #dd_tabs li a.inactive:hover {
color: #3f48cc;
outline:none;
}
.dd-tab-container {
clear:both;
width:100%;
border: solid 1px #a3c4cb;
text-align:left;
padding-top: 20px;
background: white;
position:relative;
z-index: 11;
}
.dd-tab-container ul {
margin-left: 25px;
font-size: small;
line-height: 1.4;
list-style-type: disc;
}
.dd-tab-container li{
padding-bottom: 5px;
margin-left: 5px;
}
.dd-sitelogo {
margin-bottom: 12px;
text-align: center;
}
.dd-sitelogo img{
max-width: 36px;
max-height: 36px;
display:inline-block;
margin-right:8px;
vertical-align:middle;
}
.dd-sitelogo span{
    font-size: 20px;
  color: #00b1d5;
font-weight: bold;
display: block;
margin-bottom: 10px;
}
.dd-tab-content td i.check.icon {
  font-size: 16px;
  color: #07ad38;
}

.dd-screenshot {
margin: 0 0 20px;
text-align: center;
}

.dd-screenshot img {
max-width: 100%;
height: auto;
}
.dd-siteinfo{
margin:0 0 24px;
}
.dd-siteinfo p{
 margin: 0 0 15px 0;
  line-height: 1;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  background: #f5f5f5;
  color: #34656e;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 5px;
  border-radius: 15px;
  font-weight: bold;
}
.dd-system-since p {
margin: 0 0 5px;
line-height: 1.2;
font-size: 14px;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  background: #3aa4d5 !important;
  color: white !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #208dbfd5 !important;
  color: white !important;
}
.dd-tab-content {
padding: 25px;
overflow: auto;
}
.dd-tab-content table{
min-width: 780px;
}
.dd-tab-content table td, .dd-tab-content table th{
padding:10px 10px;
color: black;
font-size: 14px;
}
.dd-detail-link img {
max-width: 40px;
max-height: 40px;
}

.dd-detail-link {
float: right;
margin-right: 15px;
}
.dd-rating {
display: block;
width: 29px;
height: 29px;
background-size: cover;
margin: 0 auto;
line-height: 33px;
text-align: center;
color: white;
font-weight: bold;
text-decoration: none;
}
.dd-tab-content table th {
  background: #f4f4fb;
  padding:12px 15px 15px;
  color:#7f7f7f;
  font-size:15px;
}
.dd-tab-content table th:first-child {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.dd-tab-content table th:last-child {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.dd-row:before, .dd-row:after {
  content:'';
  display:table;
  width:100%;
}
.dd-row > div{
  width:50%;
  float:left;
  padding: 0 15px;
}
.dd-row {
  margin: 0 -15px 30px;
}
.dd-label-topic {
  border-top: solid 1px #a3c4cb;
  padding: 20px 0;
}

.dd-label-topic h3 {
  font-size: 18px;
  color: black;
  margin: 0 0 10px;
}

.dd-label-topic ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dd-label-topic ul:before, .dd-label-topic ul:after {content: '';display: table;width: 100%;}

.dd-label-topic ul li {
  float: left;
  display: block;
}

.dd-label-topic ul li a {
  color: black;
  padding: 5px 10px;
  border-radius: 3px;
  background: #cfecf9;
  margin: 0 5px 5px 0;
  line-height: 1;
  display: block;
}

.dd-label-topic ul li a:hover {
  background: #3aa4d5;
  color: white;
}

.dd-label-topic ul li:last-child a {
  padding: 5px 0;
  width: 27px;
  text-align: center;
}

.dd-label-topic ul li:last-child a i {
  margin: 0;
}
@media(max-width:767px){
.dd-body{
    display:block;
}
.dd-left {
    width: auto;
    padding: 20px;
    border-right: none;
}
.dd-middle {
    width: 100%;
}
#dd_tabs {
    border-top: solid 2px #000;
}
#dd_tabs li a {
    font-size: 14px;
    border-right: solid 1px #000;
    padding: 10px 10px;
}
.dd-tab-content {
    padding: 10px;
}
.dd-tab-container{
    padding-top: 0px;
}
.dd-header{
    padding:10px 20px;
}
.dd-tab-content table {
    min-width: 800px;
}
}
/* END : Domain Details Popup */

.sd-table-container>.ui.table>tbody>tr>td, .sd-table-container>.ui.table>tr>td
{
padding-left: .78571429em !important;
padding-right: .78571429em !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
height: 95px !important;
}

.loader{
position: absolute;
top:0px;
right:0px;
width:100%;
height:100%;
background-color:#eceaea;
background-image:url('../images/ajax-loader.gif');
background-size: 50px;
background-repeat:no-repeat;
background-position:center;
z-index:10000000;
opacity: 0.4;
filter: alpha(opacity=40);
}

/* START : Scrollbar CSS */
.scrollbar
{
margin-left: 30px;
float: left;
height: 750px;
background: #F5F5F5;
overflow-y: scroll;
margin-bottom: 25px;
}

.force-overflow
{
min-height: 450px;
}

/*
*  STYLE 3
*/
#style-3::-webkit-scrollbar-track
{
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
 width: 6px;
 background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
 background-color: #3b98ab;
}

/* END : Scrollbar CSS */


/* START : Client Listing Top Counters */
.sd-widgets {
display: grid;
grid-template-columns: auto auto auto auto;
grid-gap: 20px;
}
.sd-widgets .sd-widget-col {
background-color: #fff;
padding: 20px 25px;
margin: 20px 0px 30px;
border-radius: 1rem;
box-shadow: 0 20px 27px 0 rgba(0, 0, 0, 0.05), 0 1px 4px 0 rgba(0, 0, 0, 0.14);
}
.sd-widgets .sd-widget-col .sd-title {
font-size: 16px;
font-weight: 600;
color: #67748e;
}
.sd-widgets .sd-widget-col .sd-body {
display: flex;
align-items: center;
}
.sd-widgets .sd-widget-col .sd-body h3 {
font-size: 3.25rem;
color: #344767;
font-weight: 900;
margin: 0px;
}
.sd-widgets .sd-widget-col .sd-body ul {
list-style: none;
margin: 0px 0px 0px auto;
padding-left: 30px;
}
.sd-widgets .sd-widget-col .sd-body ul li {
font-weight: 500;
color: #999;
font-size: 12px;
line-height: 1.2em;
margin-bottom: 7px;
}
.sd-widgets .sd-widget-col .sd-body .sd-icon {
font-size: 4rem;
display: flex;
align-items: center;
}
.sd-widgets .sd-widget-col .sd-body .fa {
font-size: 2em;
line-height: 1.1em;
display: flex;
align-items: center;
min-width: 50px;
height: 50px;
border-radius: 5px;
background-color: #000;
justify-content: center;
margin-right: 14px;
color: #fff;
}
.sd-widgets .sd-widget-col .sd-body .fa.fa-long-arrow-up {
background: linear-gradient(60deg,#66bb6a,#43a047);
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(76, 175, 80, 0.4);
}
.sd-widgets .sd-widget-col .sd-body .fa.fa-long-arrow-down {
background: linear-gradient(60deg,#ef5350,#e53935);
box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(244, 67, 54, 0.4);
}
/* END : Client Listing Top Counters */
#new-button-style {
background: #555;
}
#new-button-style:hover {
background: #333 !important;
}
#major_search.new-background-style {
background: #6a6a6a !important;
}
a.ui.button.primary.download-import-status {
font-size: 10px !important;
margin-left: 2px;
}
/* Intro CSS */
.introjs-tooltip-header {
padding-right: 0 !important;
padding-top: 0 !important;
}
.introjs-tooltiptext {
padding: 0 20px 10px !important;
font-weight: 600;
font-size: 15px;
line-height: 25px;
letter-spacing: 0;
}
.download-export {
position: relative;
}

.download-export .badge {
position: absolute;
top: -10px;
right: -10px;
padding: 5px 10px;
border-radius: 50%;
background: #333;
color: white;
}

/*
START : Show Maintenance Popup
*/

.sd-popup-mt-wrap {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.6);
z-index: 999;
display: flex;
align-items: center;
justify-content: center;
}
.sd-popup-mt-wrap .card {
width: 90%;
max-width: 600px;
padding: 5rem 3rem;
text-align: center;
background-color: #fff;
border-radius: 40px;
box-shadow: 0px 15px 100px -5px rgba(0, 0, 0, 0.49);
}
.sd-popup-mt-wrap .card img {
max-width: 150px;
}

/*
END : Show Maintenance Popup
*/
i.bew.flag:before, i.bev.flag:before {
background-position: 0px -494px !important;
}

.sd-widgets .sd-widget-col.sd-clients-widget .sd-body .row {
display: flex;
width: 100%;
padding-top: 20px;
}
.sd-widgets .sd-widget-col.sd-clients-widget .sd-body .row span {
display: inline-block;
text-align: center;
font-size: 16px;
}
.sd-widgets .sd-widget-col.sd-clients-widget .sd-body .row .column {
width: 100%;
text-align: center;
display: block;
padding: 0px 10px;
}
.sd-widgets .sd-widget-col.sd-clients-widget .sd-body .row b {
font-size: 3rem;
display: block;
line-height: 1.1em;
color: rgb(72, 206, 91);
}
.sd-widgets .sd-widget-col.sd-clients-widget .sd-body .row .column:nth-child(1) {
border-right: solid 1px #ddd;
}

.sd-form-group .selectize-control .selectize-input .item, .sd-step-form-table tbody td .selectize-input .item {
color: #FFFFFF !important;
}

.wizard > .content > .body label.error
{
  color: #8a1f11;
  display: inline-block;
  margin-left: 0px !important;
  font-weight: bold;
  font-size: 13px;
}

/* All New Forms (New Business, Cancellation, Mutation) */
.ui.radio.checkbox {
margin-right: 15px;
}
.ui.toggle.checkbox {
margin-bottom:15px !important;
margin-right:15px;
}

.all_employee_data
{
display: none !important;
}

.all_location_tables .selectize-control .selectize-input
{
height:40px !important;
margin-top:4px;
}

.selectize-control .selectize-input.disabled
{
background-color: #ccc !important;
opacity: unset !important;
}

.sd-step-form-table tbody td .removeProductRow
{
margin-top: 0px !important;
}


/* CSS BY MS */
.introjs-tooltipReferenceLayer .fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}
.introjs-tooltiptext input#edit-splash-message {
font-family: Lato,Helvetica Neue,Arial,Helvetica,sans-serif;
margin: 0;
outline: none;
-webkit-appearance: none;
-webkit-tap-highlight-color: rgba(255,255,255,0);
font-size: 1em;
background: #fff;
border: 1px solid rgba(34,36,38,.15);
color: rgba(0,0,0,.87);
border-radius: .28571429rem;
-webkit-box-shadow: 0 0 0 0 transparent inset;
box-shadow: inset 0 0 0 0 transparent;
-webkit-transition: color .1s ease,border-color .1s ease;
transition: color .1s ease,border-color .1s ease;
padding: 10px;
width: 85% !important;
}
.hours-progress {
height: 25px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 20px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
position: relative;
}
.hours-progress .progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #337ab7;
-webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.hours-progress span.percentage {
position: absolute;
width: 100%;
text-align: center;
color: #000;
left: 0;
height: 100%;
align-items: center;
display: grid;
font-size: 14px;
font-weight: 600;
}
th.progress-sort {
cursor: pointer !important;
position: relative !important;
}
span.sort-icon {
position: absolute;
right: 25px;
}
.datepicker-container.datepicker-dropdown.datepicker-top-left {
z-index: 99999999 !important;
}
a.btn.ui.button.primary.future-notification-date, span.notification-note {
display: none;
}
span.notification-note {
margin-top: 10px;
}
table.calculating_total {
display: none;
}
span.comments-badge {
position: absolute;
top: -10px;
right: -5px;
padding: 0px 8px;
border-radius: 50%;
background: red;
color: white;
font-size: 14px;
}

.totalRevenue {
text-align: right;
padding-right: 5px;
font-size: 18px;
font-weight: 600;
}
table.allArticles thead tr th:nth-child(3) {
width: 15% !important;
}
table.allArticles .sd-website > a {
max-width: 100% !important;
}
.read-status-update {
position: absolute;
top: 20px;
right: 40px;
cursor: pointer;
}
th.article-updated-at {
cursor: pointer !important;
}
div#one-time-product-text {
display: none;
}
#user-radio-options .ui.radio.checkbox {
margin-top: 5px !important;
}

/** Sales CSS **/
.sd-sidebar-wrap.active {
overflow-y: auto;
display: inline-block !important;
}
#search-advance-filter, .manage-filters, #reset-filter, #submit-filter {
cursor: pointer;
}

.delete-saved-filter, .edit-saved-filter, .duplicate-saved-filter {
  width: 35px;
  height: 35px;
  position: absolute;
  padding: 11px 11px 11px 12px;
  border: solid 3px rgb(255, 255, 255);
  background-color: rgb(78, 183, 156);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  color: #fff;
  bottom: 3px;
}
.delete-saved-filter {
left: 90px;
}
.edit-saved-filter {
left: 50px;
}
table.ui.table.saved-filter-list td {
position: relative;
}
.delete-saved-filter:hover, .edit-saved-filter:hover, .duplicate-saved-filter:hover {
box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.6);
top: -1px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
color: #fff;
}
#remove-background {
box-shadow: none;
}
.sd-op-card-wrap .sd-op-head::before {
content: none !important;
}
.border-line {
width: 75%;
height: 6px;
border-radius: 2.5px;
background-color: #555;
position: absolute;
top: -3px;
left: 0;
right: 0;
margin: 0px auto;
}
.sd-Opportunity-details-sidebar .sd-header .sd-op-suser-info .sd-op-img img {
border-radius: 100% !important; 
}
.remove-more-option {
height: 100%;
font-size: 25px;
display: inline;
color: #ff0730;
vertical-align: middle;
cursor: pointer;
}
.remove-more-contact-option {
  height: 100%;
  font-size: 25px;
  display: inline;
  color: #ff0730;
  vertical-align: middle;
  cursor: pointer;
}
.office-details {
display: inline-flex;
}
.view-package-option {
width: 24px;
height: 24px;
font-size: 15px;
font-weight: normal;
font-stretch: normal;
font-style: normal;
line-height: 1.1;
letter-spacing: -0.3px;
text-align: left;
color: rgb(15, 110, 135);
display: inline-flex;
align-items: center;
justify-content: center;
background-color: rgba(15, 110, 135, 0.2);
border-radius: 100%;
cursor: pointer;
position: relative;
z-index: 9;
}
.popup-view {
margin: 0 !important;
margin-bottom: 20px !important;
}
.disabled-fields {
pointer-events: none;
}
.not-allowed-cursor {
cursor: not-allowed;
} 
span.revenue-type {
position: absolute;
top: 0;
left: -20px;
}
div#popup-revenue-type-text, div#revenue-type-text {
z-index: 9;
}
span.popup-revenue-type {
position: absolute;
top: 9px;
left: 5px;
z-index: 9;
font-size: 15px;
}
span.cancel-mutation-icon {
/*position: absolute;*/
/*bottom: 25px;*/
}
.sd-label-new {
display: inline-flex;
text-align: center;
font-size: 9px;
text-transform: uppercase;
background-color: #ee0027;
padding: 3px 6px;
/*position: absolute;*/
/*bottom: 30px;*/
border-radius: 3px;
}
span.package-type-icons {
position: absolute;
bottom: 25px;
}

/** Updated CSS- Alfiza**/
.disabled-fields {
pointer-events: none;
}
.not-allowed-cursor {
cursor: not-allowed;
}

.account-timeline {
height: 78% !important;
overflow-y: scroll;
} 
button.button:disabled {
  background-color: #333!important;
  cursor: default;
}
