.input-field .helper-text::after {
    left:unset!important;
    right: 0;
    margin-top: -40px;
    margin-right: 8px;
}

.modal-overlay {
      background:#9E9E9E!important;
}

.row {
    margin-bottom: 1px!important;
} 

/*.input-field { margin-bottom: 2px!important; margin-top:2px!important;}
*/

div#login-modal {
    width: 90%;
    max-height: 90%;
}


label.error {
  text-align: right!important;
}

.action-icon {
max-height:64px!important;
}

.hidden {
display:none;  
}

div#loading-modal {
  width: 100%;
  max-height: 100%;
  min-height: 100%!important;
}

.preloader-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eee;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.preloader-background p {
  padding-top: 120px;
  margin-left: -60px;
  opacity: 0.8;
}

.blinking {
  -webkit-animation: blinker 0.5s linear infinite;
          animation: blinker 0.5s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}



a.brand-logo.user-menu {
  font-size: large!important;
}

.btn-tiny {
  width: 24px!important;
  height: 24px!important;
  line-height: 24px!important;  
  font-size: xx-small;
}


.drag-handle {
cursor: move;
cursor: -webkit-grabbing;
}



.editHover {
  background: #E8F3FF 
}


li.tray-instance {
  padding:8px!important;
}

/*
.input-field {
  margin-top: 0!important;
    margin-bottom: 0!important;
}
*/

.chips-autocomplete .chip {
  background:violet;
}

.jsoneditor {
max-height:580px!important;
overflow:auto;
}

textarea.jsoneditor-text,
.ace_editor.ace-jsoneditor {
  min-height: 400px!important;
}

.jsoneditor.jsoneditor-mode-code,
.jsoneditor.jsoneditor-mode-text {
  min-height:400px!important;
}


.grid-square {
  height: 120px;
  border: dashed 1px rgb(0,0,0,0.2);
  cursor: move;
}

#assetsSearchModal {
    min-width: 95%;
    min-height: 90%;
    top: 12px!important;
}

#assetsSearchModal #searchView,
#assetsSearchModal .modal-content {
    padding: 2px!important;
}

.placeholder-content {
  position:relative;
  max-height: 99%;
  overflow: hidden;
}

.image-overlay-bottom {
  position: absolute;
  bottom: 0px;
  color: white;
  background: #800080b8;
  width: 100%;
  left: 0;
  font-weight: bold;
  font-size: 9pt;
  min-height: 40%;
  height:50%;
  overflow:hidden;
  text-align: center;
}

#paginationToRight.disabled,
#paginationToLeft.disabled {
  pointer-events: none;
}
#pagination .active {
  background-color: purple;
}

#main-menu .dropdown-content {
  background-color: #FFFFFF;
  margin: 0;
  display: none;
  min-width: 300px; /* Changed this to accomodate content width */
  max-height: auto;
	margin-left: -1px; /* Add this to keep dropdown in line with edge of navbar */
  overflow: hidden; /* Changed this from overflow-y:auto; to overflow:hidden; */
  opacity: 0;
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  will-change: width, height;
}

#main-menu {
  margin-left: 120px;
}

.modal-big {
  width:80%!important;
  min-height:80%!important;
}

.inline-editable.description,
.inline-editable.title {
  background: #fdefff;
  
}

[contentEditable=true]:empty:not(:focus):before{
  content:attr(data-text);
  color: #999;
}

.collapsible-body {
  padding:2px!important;
}

.user-access-blocked {
  display:none;
}

.editing-disabled {
  pointer-events: none!important;


}

.disabled-row {

  background-image:
    url(images/disabled.jpg);
}


li#view_news,
li#view_channels,
li#view_shows,
li#view_movies,
li#view_my-voot {
  background:#e1f5fe8a;
}

/*
[type="radio"]:not(:checked)+span:before, [type="radio"]:not(:checked)+span:after, [type="radio"]:checked+span:before, [type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after {
display: none!important;}
*/

.qchoice {
  font-size: 18px!important;
}

.choice-item {
  padding: 10px 2px!important;
    height: auto;

}

.row.choice-item {
  overflow: auto;
}

.qchoice p {
  padding: 0px!important;
    margin: 0px!important;
    margin-block-start: 0;
    margin-block-end: 0;
}

.wrap-nav {
  max-height: 36px!important;
}

.small-nav *,
.small-nav {
  max-height: 32px!important;
  line-height: 32px!important;
}


.qna-collection-item {
  padding-left:12px!important;
}

#paperNav {
  z-index: 99999;
  height: fit-content;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0px!important;
  padding: 0px!important;
}


.footerBuffer {
  height: 176px!important;
  width: 100%;
  margin: 0px!important;

}

.nav-collapsible-header{
  max-height: 32px!important;
  overflow: auto;
  padding:0px!important;
}

.nav-row {
  max-height: 96px!important;
  overflow: auto;
}

.subject-tab-div {
  max-height: 54px!important;
  overflow:auto;
}

.paper-nav-col {
  font-size: xx-small;
}

.nav-collapsible {
  padding: 0px!important;
    margin: 0px!important;
}

.btn-tiny-x {
  width: 20px!important;
  height: 20px!important;
  line-height: 20px!important;
}

.nav-tabs,
.nav-tab {
  height: 32px!important;
  line-height: 32px!important;
}

.nav-tab a {
  font-size:8px!important;
}

.subject-tab-div-min {
  max-height:32px!important;
  overflow: hidden;
}

span#test-timer {
  width: 108px!important;
}




g.ct-series.ct-series-a .ct-slice-pie {
    fill: #adff2f!important;
}

g.ct-series.ct-series-b .ct-slice-pie {
    fill: #ff4500!important;
}

g.ct-series.ct-series-c .ct-slice-pie {
    fill: #ffd700!important;
}

.ct-label {
    fill: rgba(0,0,0,.7)!important;
    color: rgba(0,0,0,.7)!important;
    font-size: 14px!important;
}


.qnavbottom {
  position: fixed;
    z-index: 999;
    bottom: 0;
    padding: 4px;
    width: 100%;
    overflow: auto;
    max-height: 96px!important;
    min-height: 48px!important;
}

.qnavpadder {
  min-height: 96px!important;
}

.opanel [type="radio"]+span {
  padding-left:4px!important;
}

.opanel [type="radio"]+span:before {
  display: none;
}

.opanel [type="radio"]+span:after {
  display: none;
}

#testTimer {
  position: fixed;
    z-index: 999;
    bottom: 4px;
    right: 4px;
    font-size: 12px!important;

}


.fab-bottom {
  top: 48px;
  right: 8px;
  max-width: 56px!important;
  max-height: 126px!important;
}


.carousel {
    height:960px!important;
}


.carousel-item {
    height:950px!important;
}


.vitals-widget h5 {
    margin:9px!important;
}