/* Add here all your CSS customizations */


/*changes in selecpicker at course*/
.selectpicker_course .select2-container{
  border: 2px solid var(--primary);
  border-radius: 10px;
  background: #222;
}
.selectpicker_course .select2 .select2-selection
{
  border: none;
}
.selectpicker_course .select2-container--default .select2-search--inline .select2-search__field
{
  color: #fff;
}
.selectpicker_course .select2-container--default[dir="ltr"] .select2-selection--multiple .select2-selection__choice
{
  background: #222;
}
.selectpicker_course .select2 .select2-selection
{
  height: auto;
  background: #000000;
}
/*changes in selecpicker at course*/

.popover-header {
  text-align: right;
}

#course_progress #course_progress_output img {
  border-radius: 15px;
  border: 1px solid var(--primary);
}

.ui-timepicker-standard {
  z-index: 3001 !important;
}

.d_none {
  display: none !important;
}

.form-input.startTime[readonly],
.form-input.endTime[readonly] {
  background-color: transparent !important;
}

.skillBox {
  background-color: #999;
  padding: 10px;
  border-radius: 10px;
  margin-left: 7px;
}

.text-answer {
  color: #000000 !important;
}

/*image card for exam page*/
#examView .image_description,#labView .image_description {
  display: block;
  float: left;
  margin: 0;
  width: 100%;
  padding: 0;

}

#examView .image_block ,#labView .image_block {
  float: left;
  margin: 0;
  width: 20%;
  text-align: right;
  height: 100%;
  align-items: center;
  overflow: hidden;
  display: flex;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 25px;
  min-height: 225px;

}

#examView .image_block img,#labView .image_block img {
  display: block;
  min-height: 100%;
  min-width: 100%;
}

#examView .description_block,#labView .description_block {
  float: right;
  width: 78%;
  margin: 0;
  display: block;
  text-align: left;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 25px;
  background-color: #aaaaaa1f;
}

#examView .title,#labView .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#examView .sub-title,#labView .sub-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#examView .content,#labView .content {
  margin: 0 0 20px 0;
  line-height: 26px;
  display: flex;
  flex-direction: column;
}

#examView .labels span,#labView .labels span {
  float: left;
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-left: 20px;
}

#examView .labels a,#labView .labels a {
  color: red;
  float: right;
  font-weight: bold;
  text-decoration: none;
}

/*image card for exam page*/


/*tooltip css start*/

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* margin-top: 5%; */
  opacity: 1;
}

.tooltiptext {
  width: 300px;
  background-color: #273342;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 75%;
  left: 25%;
  margin-left: -143px;
  visibility: hidden;
  font-size: 11px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-style: solid;
  border-color: #273342 transparent transparent transparent;
  margin-left: -5px;
  border-width: 5px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

#practitionerTaskList_filter .btn.dropdown-toggle {
  background: transparent;
  color: #fff;
  gap: 10px;
  padding: 0.7rem 1rem 0.7rem 1rem;
  border-radius: 8px;
  border: 2px solid var(--white-border);
  width: 200px;
  margin-right: 15px;
}

#practitionerTaskList_filter .bs-searchbox .form-control {
  background: transparent;
  border: 2px solid var(--white-border);
  border-radius: 8px;
  margin-top: 6px;
}

/*tooltip css end*/

/*image card for mapping page*/
/* Icon set - http://ionicons.com/ */

figure.snip1193 {
  color: #fff;
  position: relative;
  margin: 10px;
  min-width: 220px;
  max-width: 250px;
  max-height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

figure.snip1193 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1193 img {
  opacity: 1;
  width: 100%;
  display: block;
}

figure.snip1193 figcaption {
  top: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 12px 5px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

figure.snip1193 h4 {
  color: #ffffff;
  font-weight: 400;
  left: 0;

  word-wrap: break-word;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.selectpicker_course{
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.selectpicker_courseLab{
  display: block !important;

}

figure.snip1193:hover img,
figure.snip1193.hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.girdOfExam {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: center;
  background: #111;
  border-radius: 10px;
  padding: 15px 17px 15px 0px;

}

.girdOfExam .snip1193 {
  background: #222;
}

.girdOfExam .snip1193 figcaption {
  position: relative;
}

.girdOfExam figure.snip1193 img {
  width: 100%;
}

.titleWithCheckbox {
  display: flex;
  gap: 5px;
  padding: 10px;
  flex-direction: column;
}

.titleWithCheckbox h4 {
  color: #ffffff;
  font-weight: 400;
  width: 100%;
  margin: 0;
  text-transform: none !important;
  letter-spacing: 1px;
  padding: 0px;
}

.titleWithCheckbox .custom-control-input {
  position: relative;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.titleWithCheckbox .custom-control-label::after,
.titleWithCheckbox .custom-control-label::before {
  margin-top: 11px !important;
}

/*image card for mapping page*/

.rtl {
  direction: rtl;
}

.check-li {
  right: -30px;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  #examView .image_block,#labView .image_block {
    width: 100%;
    margin-bottom: 5%;
    height: auto;
  }

  #examView .description_block,#labView .description_block {
    width: 100%;
    height: auto;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  #examView .image_block,#labView .image_block {
    width: 100%;
    margin-bottom: 5%;
    height: auto;
  }

  #examView .description_block ,#labView .description_block {
    width: 100%;
    margin-bottom: 5%;
    height: auto;
  }

  .header {
    z-index: 9999;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.scroll) .inner-body {
    margin-right: 0px !important;
  }

  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }

  .sidebar-left {
    order: 2;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main>li ul.nav-children li.nav-parent>a:after {
    content: "\f104";
    right: auto;
    left: 5px;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main>li ul.nav-children li.nav-parent>a {
    padding-left: 30px;
    padding-right: 0;
  }

  html.sidebar-left-collapsed .sidebar-left .sidebar-title {
    pointer-events: none;
  }

  /* new code */

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .inner-menu {
    left: auto !important;
    right: 69px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .inner-menu {
    left: auto !important;
    right: 152px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 0 !important;
    right: 355px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .content-with-menu .inner-toolbar {
    left: 0 !important;
    right: 450px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.scroll) .inner-body {
    margin-left: 0px !important;
    /*added by omri to fix margin problem on small screen in videos page*/
    margin-right: 370px !important;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .inner-body {
    margin-left: 0;
    margin-right: 455px;
  }

  html.fixed .content-body {
    margin-left: 0px !important;
  }

  html.fixed .sidebar-left {
    left: auto !important;
    right: 0;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.sidebar-right-opened):not(.scroll) .page-header {
    left: 0;
    right: 70px;
  }

  html.sidebar-left-big-icons.sidebar-left-with-menu:not(.sidebar-right-opened):not(.scroll) .page-header {
    left: 0;
    right: 152px;
  }

  html.sidebar-left-big-icons .sidebar-left .nano .nav-main>li ul.nav-children {
    left: auto;
    right: 100%;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

  #examView  .image_block,#labView .image_block {
    width: 45%;
  }

  #examView .description_block,#labView .description_block {
    width: 50%;
  }
}

@media only screen and (min-width: 1365px) {
  html.sidebar-left-big-icons.sidebar-left-with-menu.sidebar-left-collapsed:not(.scroll) .inner-body {
    margin-right: 69px !important;
    padding: 40px;
  }

  #examView .image_block ,#labView .image_block {
    width: 25%;
  }

  #examView .description_block,#labView .description_block {
    width: 72%;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width:1500px) {

  #examView .image_block ,#labView .image_block {
    width: 20%;
  }

  #examView .description_block ,#labView .description_block {
    width: 78%;
  }
}

/*notification tab css*/
.icons{
  display: inline;
  float: right
}

.notification{
  padding-top: 12px;
  position: relative;
  display: inline-block;
}

.notBtn .number{
  height: 24px;
  width:  24px;
  background-color: var(--primary);
  border-radius: 20px;
  color: white;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 30px;
  padding: 0px;
  border-style: solid;
  border-width: 2px;
}

.notBtn .number:empty {
   display: none;
}

.notBtn{
  transition: 0.5s;
  cursor: pointer
}

.notification .fas{
  padding-bottom: 10px;
  color:#FFF;margin-right: 20px;margin-left: 20px;font-size: 20pt;


}


.notification .fas:hover {
  color: #00cd91;
}

.box{
  width: 400px;
  height: 0px;
  position: absolute;
  padding: 0px;
  right: 80px;
  margin-top: 5px;
  background-color: #000000;
  cursor: context-menu;
  display: none;
}


.addheight{
  height: 60vh;
  border: 2px solid #aaa;
  display: block;
  border-radius: 10px;
}

.content{
  padding: 20px;
  /* color: black; */
  vertical-align: middle;
  text-align: left;
}
.dateofmakata{
  text-align: right;
  background-color: #000000;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.select2-container--default.select2-container--disabled .select2-selection--single
{
  background-color: #000;
}
.gry{
  background-color: #000000;
}

.top{
  color: black;
  padding: 10px
}

.display{
  position: relative;
}

.cont{
  position: absolute;
  top: 0;
  width: 100%;
  height: 59.40vh;
  background-color: #000000;
  overflow: auto;
  border-radius: 10px;
  align-content: center;
}
.cont::-webkit-scrollbar {
  width: 5px; 
}

.cont::-webkit-scrollbar-thumb {
  background: #3b3636;
}


.no-center{
  align-content: baseline;
}
#notification-list-header-label{
  padding: 10px;
    text-align: left;
    background: #00cd91;
    margin-top: 0px;
    color: black;
    margin-left: 1px;
}
.cont:empty{
  display: none;
}

.stick{
  text-align: center;  
  display: block;
  font-size: 50pt;
  padding-top: 70px;
  padding-left: 80px
}

.stick:hover{
  color: black;
}

.cent{
  text-align: center;
  display: block;
}

.sec{
  padding: 25px 10px;
  background-color: #000000;
  transition: 0.5s;
}

.profCont{
  padding-left: 15px;
}

.profile{
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  width: 45px;
  float: left;
}

.txt{
  vertical-align: top;
  font-size: 1rem;
    max-width: 240px;
    width: 100%;
}
.flexbox{  
  display: flex;
  flex-direction: row;
  text-align: left;
  justify-content: space-around;
  align-items: center;
}
.sub{
  font-size: 1rem;
  color: grey;
}

.new{
  border-style: none none solid none;
  border-color: var(--primary);
  border-width: 1px;
}
