iframe {
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-size: 100%;
	font-weight: normal;
	box-sizing: border-box;
	list-style: none;
	word-break: break-all;
}

.input-material-other-type{
  width: 40%;
  margin-top: -10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.input-prefix-name{
  width: 20%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.input-simple-name{
  width: 75%;
  margin-left: -10px;
}

.p-b-30 {
  padding-bottom: 30px;
}

.form-control {
  width: auto;
  display: inline-block;
}

.p-b-200 {
  padding-bottom: 200px;
}

.m-t-150 {
  margin-top: 150px;
}

.m-b-150 {
  margin-bottom: 250px;
}

.menu-hr {
  margin-top: 10px;
  margin-bottom: 0px;
}

.m-r-40 {
  margin-right: 40px;
}

.header-hr {
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #d3d3d3;
}

.dropdown.is-fullwidth {
  display: flex;
}

.dropdown.is-fullwidth * {
   width: 100%;
}


.showcase {
  max-height: 450px;
  height: 450px;
  overflow: auto;
}

.new-comment {
  height: 25px;
  width: 25px;
  background-color: #be3374;
  border-radius: 50%;
  display: inline-block;
}

.menu-list a {
  color: inherit;
  text-decoration: none;
}

.menu-list a.is-active {
  background-color: #383838;
  color: #e83e8c;
  font-weight: bold;
}

.is-pinked{
  color: #e83e8c;
}

.userlist-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: black;
}

.navbar {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.user-table {
  height: 680px;
  overflow: auto;
}

.is-pink {
  background-color: #be3374;
  color: white;
}

.m-t-10 {
  margin-top: 10px;
}

.header-modal {
  color: white;
}

.modal-card-head {
  background-color: #555555;
  border-bottom: none;
  margin-bottom: 0px;
  box-shadow: none;
  padding: 10px 20px 10px 20px;
}

.footer-center {
  margin-top: 50px;
}

.v-line {
  border-right: 1px solid #555555;
}

ul.tree, ul.tree ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.mycursor {
  cursor: pointer !important;
  text-decoration: none !important;
}

.tabs li.is-active.floors a {
  border-bottom-color: #fcfdff !important;
  border-bottom-width: 5 !important;
}

.showcase-card{
    position: relative;
}
.under-img{
  position: absolute;
  width: 331px;
  height: 283px;
}
.top-img{
  position: relative;
  top: 0px;
  right: 0px;
}

.showcase-card-bookmark{
    background-color:black;
    filter: alpha(opacity=20);
    opacity: 0.2;
    color:white;
    position: absolute;
    z-index: -1;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    text-align: center;
}
.showcase-card .fa-star{
    position: absolute;
    z-index: 2;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    top: 0px;
    left: 0px;
    text-align: center;
}
.is-unbookmarked{
  color:white !important;
}
.is-bookmarked {
  color:#bd377b !important;
}
.is-active-showcase{
  opacity: 0.3;
  z-index: 2;
}
.showcase-card-list {
    color: white !important;
    position: absolute;
    z-index: 2;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    top: 32%;
    left: 0px;
    text-align: center;
}
.showcase-card-active {
  color: white !important;
  position: absolute;
  z-index: 2;
  padding-top: 6px;
  width: 30px;
  height: 30px;
  bottom: 12%;
  left: 0px;
  text-align: center;
}

.showcase-inactive{
  position: absolute;
  z-index: 2;
  background-color: black;
  filter: alpha(opacity=20);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.showcase-card .fa-check{
    position: absolute;
    z-index: 0;
    padding-top: 6px;
    width: 30px;
    height: 30px;
    top: 90%;
    left: 0px;
    text-align: center;
}
.showcase-card .fa-sort-asc, .showcase-card .fa-sort-desc{
    color: white !important;
    position: absolute;
    z-index: 1;
    margin-left: 3px;
    padding: 0 5px;
    top: 43%;
    left: 0px;
    height: 4px;
    text-align: center;
}
.showcase-card .fa-sort-asc{
    padding-top: 6px;
    padding-bottom: 8px;
    border-bottom: double white;
}
.showcase-card .fa-sort-desc{
    margin-top: 2px;
    padding-top: 8px;
}

.is-red {
  color:red;
}

/* .floors{
  border-bottom-color: #fcfdff !important;
  border-bottom-width: 5 !important;
} */
/* for checkbox css */
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid black;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: white;
  border: 1px solid black;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end of checkbox css */

.user-list-scroll{
  height: 100%;
  display: flex;
  overflow-y: scroll;
  overflow-x: hidden;
}

/* page scrollbar css */
/* width */
/* ::-webkit-scrollbar {
  width: 10px;
} */

/* Track */
/* ::-webkit-scrollbar-track {
  background: #f1f1f1; 
} */
 
/* Handle */
/* ::-webkit-scrollbar-thumb {
  background: #888; 
} */

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background: #555; 
} */

.delete{
  background-color: #4A4A4A !important;
}

.button.is-pink[disabled] {
  background-color: #bd377b !important;
}

.menu-disabled {
  pointer-events: none;
}

/* select {
  font-family: 'FontAwesome';
} */

select option:hover{
  background:#bd377b !important;
}

/* select option {
  margin: 40px;
  background: #fff;
  color: green;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
} */

/* select option[value="0"] {
  color:green;
} */

.map .sweep, .map .sweep:visited {
	color: transparent;
	display: inline-block;
	position: absolute;
	padding: 0 0;
	margin: 0;
	height: 0.5rem;
	width: 0.5rem;
	border: 0.20rem solid rgba(255, 255, 0, 0.79);
	border-radius: 50%;
	box-sizing: content-box;
	background-color: transparent;
	font-size: 15px;
}

.sweep.active {
	background-color: orangered;
	border: 0.23rem solid rgba(255, 255, 0, 0.79);
}

.sweep:hover {
	background-color: rgba(255, 255, 0, 0.79);
}

.screenshot{
  background-color:  rgb(30, 32, 35) !important;
  border-color: rgb(30, 32, 35) !important;
}

.showcase-loading {
  overflow: hidden;
  background-color: rgba(10, 10, 10, 0.01);
}

a.show-is-active {
  color: #e83e8c !important;
  font-weight: bold !important;
}

.rotate-90 {
  -ms-transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.rotate-180 {
  -ms-transform: rotate(180deg);
   -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.rotate-270 {
  -ms-transform: rotate(270deg);
   -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.normal {
  -ms-transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.my-container {
  width: 379px;
  height: 379px;
  background-color:  rgb(30, 32, 35) !important;
}

[v-cloak] {
  display:none !important;
}

.side-bar-layout {
  width: 50%;
  min-width: 300px;
  max-height: 1000px;
}

.btn-bar-right {
  text-align: right;
}

/* #Objecttext {
  position: absolute;
  background: black;
  width: 270px;
  color: white;
  padding: 5px;
  opacity: 0.6;
}

#ObjectPut {
  position: absolute;
  width: 55px;
  height: 30px;
  display: none;
} */

.input-space-between-button{
  display: flex;
  justify-content: space-between;
}

.reset-custom-container{
  background-color: #eeeeee;
  border: 2px solid #595959;
  width: 550px;
}

.reset-header {
  margin-bottom: 20px;
  white-space: pre-line;
}

.reset-header h1 {
  font-size: 1.6rem !important;
}

.reset-header h3 {
  font-size: 1rem !important;
}

.atw__login__form {
  padding-bottom: 1em;
}

.is-center {
  text-align: center;
}

.user-formgroup-container {
  display: flex;
}

.user-formgroup {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
}

.user-formgroup .user-formrow {
  display: flex !important;
}

.user-formgroup .user-formrow dt {
  display: flex !important;
  width: 200px;
  justify-content: flex-end;
}

.user-formnotes {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.reset-password-submit {
  color: #000 !important;
  width: 50px !important;
  background-color: #b87e9e !important;
  border: 2px solid #5b5b5b !important;
  border-radius: unset !important;
  background-image: unset !important;
}

.atw__content__formgroup .atw__content__formrow dd {
  width: 450px !important;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.650rem;
}

.error-simple-object {
  font-size: 0.650rem;
}
