.navbar-brand,
.navbar-nav li a {
    line-height: 30px;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar
{
	min-height: 10px;
}

.navbar input{
	height: 25px;
}

.navbar button{
	height: 25px;
}

.navbar form{
	margin: 2px 0px 0px 0px;
}

.navbar .btn{
	padding: 1px 12px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:10px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#999;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}




.moebioApiContainer{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
    user-select: none;
    display: none;
}



#spacesTreeView{
	max-height: 400px;
	min-width: 300px;
  background-color: #fff;
  padding: 0px 20px 20px 0px;
  z-index: 100000000;
  overflow: scroll;
}

ul.spacesTreeViewList
{
    list-style-type: none;
  	border-left: dashed 1px #999;
  	margin-left: 5px;
}

ul.spacesTreeViewList li
{
      margin: 10px 0px 10px -20px;
}


ul.spacesFilteredList{
    list-style-type: none;
  	margin-left: -15px;
}
ul.spacesFilteredList li
{
    margin: 0px 0px;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    padding: 5px 0px 8px;
    width: 90%;
    cursor: pointer;
}
ul.spacesFilteredList li:hover
{
    background-color: rgba(0,0,0,0.05);
}

ul.spacesFilteredList li .itemContent
{
    color: #333;
    line-height: 18px;
    font-size: 12px;
}



.tree_item_label
{
      cursor: pointer;
}
.tree_item_label:hover
{
      text-decoration: underline;
}

ul.collapsed{
	display: none;
}

.signup_text_input
{
    margin-bottom: 15px;
}

.scrollableContent
{
    width: 100%;
    height: 100%;
    max-height: 250px;
    overflow-y: auto;
}

.historyDayItem
{
    margin-bottom:30px;
}

.historyItem
{
    display: inline-block;
    margin-right: 14px;
    opacity:0.8;
}

.historyItem_selected
{
    font-weight: bold;
}

.historyItem:hover
{
    opacity:1;
}


.globalVarsFormBody
{
    padding-right: 30px;
}


.globalVar-label
{
    font-weight: bold;
    margin-bottom:5px;
    margin-top: 20px;
}

.globalVar-delete-btn
{
    color: #000;
    float: right;
    font-size: 0.8em;
    opacity: 0.5;
    cursor: pointer;
}

.menuitem-name
{
    float: left;
}

.menuitem-shortcut{
    float: right;
    opacity: 0.5;
}

.actionsList{
    width: 300px;
}


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: pointer;
    display: block;
}

#lessons-side-panel{
    background-color: #fff;
    z-index: 50;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: -530px;
    width: 500px;
    -webkit-box-shadow: 6px 0px 50px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 6px 0px 50px 2px rgba(0,0,0,0.4);
    box-shadow: 6px 0px 50px 2px rgba(0,0,0,0.4);
}

#lessons-side-panel button.close{
    position: absolute;
    right: 10px;
    top: 10px;
}

#lessons-side-panel iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.highlightedSearckKeyword{
    background-color: #f7e06e;

}

#projectNameInput{
    width: 450px;
}


#tooltip
{
    text-align: center;
    color: #333;
    background: #fefefe;
    position: absolute;
    z-index: 9999999999999;
    padding: 20px 15px 15px 15px;
    display: none;
    font-size: 0.9em;

}

#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fefefe;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

#tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #fefefe;
    top: -20px;
    bottom: auto;
}

#tooltip.left:after
{
    left: 10px;
    margin: 0;
}

#tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.publishViewFormBody
{
    padding-right: 30px;
}

.publishViewButtonsContainer{
    float: right;
    width: 120px;
    position: relative;
    top: 0px;
    text-align: right;
}

.publishViewButtonsContainer img{
    width: 20px;
    opacity: 0.5;
    cursor: pointer;
}

.publishViewButtonsContainer img:hover{
    opacity: 1;
}

.publishViewsListItem{
    /* border-bottom: solid 1px #ccc; */
    position: relative;
    min-width: max-content;
    padding: 5px 5px 7px 20px;
    cursor: pointer;
}
.publishViewsListItem:hover{
    background-color: #f5f5f5;
}

.publishViewsListItem i{
    font-size: 0.8em;
    opacity: 0.5;
    margin-left: 5px;
}

.publishViewsListItem .imageContainer{
    position: relative;
    width: 170px;
    height: 120px;
    background-color: #eee;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px #bbb;
}

.publishViewsListItem .missingLayout{
    border: solid 5px #d00 !important;
}

.publishViewsListItem .imageContainer img{
    width: 100%;
}

.viewThumbSelector{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    cursor: pointer;
    border-radius: 8px;
}

.viewThumbSelectorImage{
    background-image: url('../assets/icons/image.png')
}

.projectListSortContainer{
    float:right;
    margin-right: 15px;
}

.projectlistSortIcon{
    opacity: 0.5;
    margin-right: 5px;
}

.projectlistSortIcon:hover{
    opacity: 1;
    cursor: pointer;
}

.projectlistSortIconActive{
    opacity: 1;
}

.projectlistSortIconActive:hover{
    opacity: 1;
    cursor: unset !important;
}


/* SWEET ALERT */

.swal2-popup{
    padding: 10px 40px 20px;
    width: unset;
    max-width: 400px;
}

.swal2-html-container{
    font-size: 1.3em;
}