.topBar {
    height:45px;
    z-index:10000;
}

.topBar .userMenu {
    position: relative;
    height: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.topBar .text {
    position: relative;
    display: inline-block;
}

.topBar .icon {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
}

.legendaItem {
    margin-top: 2px;
}

.topBar .mainButton {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    width: auto;
    height: 100%;
}

.normalImage {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    background-color: transparent;
    width: auto;
    height: 100%;
}

.dropdown-item{
	font-size: 20px;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}.dropdown-item:hover {
	background: rgba(37, 37, 37, 0.3)  !important;
	cursor: pointer;
}

.plusButton {
	right: 10px;
	bottom: 10px;
    padding: 15px;
    z-index:2000;
}

.smallPlusButton {
	padding:10px;
	cursor:pointer;
}

.hover-grow {
	cursor: pointer;
	transition: 0.2s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.hover-grow:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.hover-red {
	cursor: pointer;
	transition: 0.2s;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.hover-red:hover {
	color: #de9898;
}

.topBar .logoIcon {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    top: 15%;
    height: 70%;
    cursor: pointer;
    transition-duration: 0.3s;
}.topBar .logoIcon:hover {
    margin-right: 20px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.topBar .btn {
    position: relative;
    height: 100%;
    cursor: pointer;
    transition-duration: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.nav-tabs .nav-link {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.listItem.active {
    box-shadow:inset 0 0 0 150vw rgba(0,0,0,0.3);
}

.alert {
	position:relative;
    margin-bottom: 7px;
	padding-left:0px;
	padding-right:0px;
	width:500px;
	padding-top:10px;
	padding-bottom:9px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	z-index: 1040 !important;
}

#alertsWrapper {
    position:fixed;
    top: 0px;
    right:-400px;
    padding-left:10px;
    padding-right:10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    box-shadow: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition-duration: 0.4s;
    z-index: 10100 !important;
}
#alertsList {
	overflow-x: hidden;
	overflow-y: auto;
}
#alertsWrapperClose {
	visibility: hidden;
	position: absolute;
	right:25px;
	padding:5px;
	font-size:22px;
	overflow-x: hidden;
	overflow-y: auto;
	bottom:0px;
	cursor:pointer;
}

.tableItemNormal
{
    padding-top:15px;
    padding-bottom:35px;
    padding-left:15px;
    padding-right:25px;
}

.table-grid-stack-item {
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow-x:hidden;
}

#dashboard-main {
    overflow-x: none;
}

#dashboardTabList {
    padding-right: 60px;
}

@keyframes spinner {
	to {transform: rotate(360deg);}
}

.center-notice {
    position: absolute;
    text-align: center;
    width:100%;
    padding-top:300px;
    padding-left:100px;
    padding-right:100px;
}


.nav-tabs{
    border-bottom:0;
}

#dashboard-link button:hover {
    background-color: #7fbb07!important;
}

#availibility-requests-body .list-group-item {
    transition: .15s ease-in-out background-color;
}

#availibility-requests-body .list-group-item:hover {
    background-color: var(--secondary);
}
