 /* The snackbar - position it at the bottom and in the middle of the screen */
.toast {
  visibility: hidden; /* Hidden by default. Visible on click */
  width: 100px; /* Set a default minimum width */
  
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 5px; /* Padding */
  position: absolute; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  border-radius: 10px;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.toast.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 1s ease-in, fadeout 4s 1s ease-out;
  animation: adein 1s ease-in, fadeout 4s 1s ease-out;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    100% {
        opacity: 1;
    }
}

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

@keyframes fadeout {
    0% {
        opacity: 1;
     }
    100% {
        opacity: 0;
    }
} 



li.active a.purchase{
        color: red !important;
    }

    #sidebar {
      min-width: 300px;
      max-width: 300px;
      background: #212121;
      color: #fff;
      transition: all 0.3s;
      margin-left: -310px;
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 20000;
      height: 100%;
      overflow-y: auto;
    }

    #sidebar a,
    #sidebar a:hover,
    #sidebar a:focus {
      color: inherit;
    }

    #sidebar.active {
      margin-left: 0px;
    }

    #sidebar .sidebar-header {
      padding: 20px;
      background: #6d7fcc;
    }

    #sidebar ul.components {
      padding: 20px 0;
      border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
      color: #fff;
      padding: 10px;
    }

    #sidebar ol li a {
      padding: 10px;
      font-size: 1.1em;
      display: block;
    }

    #sidebar ol li a:hover {
      color: #7386D5;
      background: #fff;
    }


    .list a{
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }
    .list .active a{
        color: #fff;
        background: #6d7fcc;
    }
    .inline-block{
        display: inline-block; position: relative;
    }
    .red{
        color: red;
    }

.close-modal{
    position: absolute; right: 20px; top: 10px;
}
#busy-screen{
    position: fixed;
    _position: absolute; left: 0; top: 0; right: 0; 
    height: 100%; 
    _height: expression(document.body.offsetHeight+"px");
    width: 100%; background-color: #000;
    z-index: 100000; opacity: 0.3;
}
#busy-screen img{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 150px;
}
.pagination{
    display: inline-block; width: 30px; height: 30px; background-color: lightgray;
    position: relative; color: black;
}
.pagination span{
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
}
.pagination.active{
    background-color: orange; color: white;
}
.bootstrap-maxlength {
    z-index: 9999999 !important;
}

.numberformat-container{
    position: relative;
}
.numberformat-container .numberformat{
    position: absolute; right: 10px; top: -20px;
}

.text-xl {
	font-size: 28px !important;
	font-size: 2.8rem !important;
}
.tooltip {
    z-index: 100000000; 
}
.pl-xxl {
	padding-left: 55px !important;
}
.text-underline{
    border-bottom: 1px solid #000 !important;
}
.nowrap{
    white-space: nowrap;
}
.border-0{
    border-bottom: 1px solid #CCC
}
.list a{
        display: block; padding: 3px;
    }
    .list .active a{
        background-color: #ddd !important;
    }
    .inline-block{
        display: inline-block; position: relative;
    }
    .red{
        color: red;
    }
.sch-heading b{
    font-size: 20px;
}
.sch-heading span{
    text-align: center; font-size: 11px; font-weight: normal; display: block;
    margin: 0; padding: 0; text-transform: uppercase;
}
.sch-heading{
    padding: 0 !important; margin: 0 !important; text-align: center;
    text-transform: uppercase; font-size: 19px;
}
.black{
    color: black;
}
.red{
    color: red;
}
.blue{
    color: blue;
}
.orange{
    color: orange;
}
.green{
    color: green;
}
.yellow{
    color: yellow;
}
.pink{
    color: pink;
}


#uploadingEditorIndicator img{
    width: 150px; max-height: 100px;
}
#note{
        height: 70px; border: 5px solid #B6B6B4; padding: 10px; display: block;
        margin: 1px 0 1px 0; width: 100% !important;
    }
    .msgcharacter{
        border: 5px solid #B6B6B4; background-color: #B6B6B4;
        border-radius: 10px 10px 0 0; color: #fff; width: 100%; display: block;
    }
    #uploadingimageIndicator{
        border: 5px solid #B6B6B4; background-color: #B6B6B4;
        color: #fff; width: 100%; margin-bottom: 20px;
    }
    .item{
        cursor: pointer; display: inline-block; padding-right: 10px;
    }
    #uploadingimageIndicator p{
        display: inline-block; width: 50px;
    }
    #uploadingimageIndicator img{
        width: 50px !important;
    }
    #note-topics li{
        padding: 7px 5px;
    }
    #note-topics li.active{
        background-color: #ddd;
    }
.inline-table{
    display: inline-table;
}
.white-bg{
    background-color: white !important;
}
.submitting{
        position: relative; display: inline-block; margin-left: 10px; width: 40px; background-color: orange;
    }
    .top-10{
        top: -5px !important;
    }
    .red{
        color: red;
    }

.vertical-text{
    /*text-orientation: upright;*/ 
    writing-mode: vertical-lr;
    word-break: break-all;
}


.invalid{
    border: 1px solid red !important;
}
.hidden{
    display: none; visibility: collapse;
}
.text-center{
    text-align: center !important;
}
.text-right{
    text-align: right !important;
}
.text-justify{
    text-align: justify !important;
}
.hand{
    cursor: pointer !important;
}
.relative{
    position: relative;
}
img{
    max-width: 100% !important;
}
.sm-loader{
    width: 15px;
    height: 15px;
    margin-left: 7px;
    display: inline-block;
    border-radius: 15px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}
.loader {
	width: 40px;
	height: 40px;
	margin-top: 13px;
	margin-left: 13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}
@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}