*:not(.material-icons){
	font-weight: bold !important;
	text-transform: uppercase !important;
	font-size: 13px !important;
}
body{
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
h3.card-title{
	font-size: 2rem !important;
}
.row{
	margin: 15px auto;
}
.form-group input[type=file]{
	opacity: 1;
	position: relative;
	z-index: 1;
}
.type-box-link{
	display: block;
	transition: all 0.2s 0s linear;
	transform: scale(1);
} 
.type-box-link:hover{
	transform: scale(1.1) ;
	z-index: 2;
}
/* select starting stylings ------------------------------*/
.select {
  font-family:"Roboto", "Helvetica", "Arial", sans-serif;
	position: relative;
	width: 100%;
	font-size: 14px;
	line-height: 1.1;
}

.select-text {
	position: relative;
	font-family: inherit;
	background-color: transparent;
	width: 100%;
	padding: 10px 5px 10px 8px;
	border-radius: 4px;
	border: 1px solid #d2d2d2;
}

/* Remove focus */
.select-text:focus {
	outline: none;
	border-bottom: 1px solid rgba(0,0,0, 0);
}

	/* Use custom arrow */
.select .select-text {
	appearance: none;
	-webkit-appearance:none
}

.select:after {
	position: absolute;
	top: 18px;
	right: 10px;
	/* Styling the down arrow */
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid rgba(0, 0, 0, 0.12);
	pointer-events: none;
}


/* LABEL ======================================= */
.select-label {
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 10px;
	transition: 0.2s ease all;
}

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
	top: -20px;
	transition: 0.2s ease all;
	font-size: 11px;
}

/* BOTTOM BARS ================================= */
.select-bar {
	position: relative;
	display: block;
	width: 100%;
}

.select-bar:before, .select-bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #9c27b0;
	transition: 0.2s ease all;
}

.select-bar:before {
	left: 50%;
}

.select-bar:after {
	right: 50%;
}

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
	width: 50%;
}

/* HIGHLIGHTER ================================== */
.select-highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}
.file-preview{
	display: flex;
}
table tr td a.btn{
	font-size: 10px !important;
    padding: 2px 6px !important;
}
.sidebar .nav li.nav-item.visible-xs{
	display: none;
}
.bottom-menu {
    background-color: #4b5ea2;
    border-top: 1px solid #ddd;
    box-shadow: 0 8px 6px -6px rgba(0,0,0,0.6);
}
.bottom-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0 !important;
    display: inline-block;
}	
.bottom-menu ul + ul {
    float: right;
}	
.bottom-menu li {
    display: inline-block;
    transition: 0.5s all;
    font-size: 14px !important;
    text-align: center;
}
.bottom-menu li:hover{
	background-color: #282d41;
}
.bottom-menu li:hover a{
	color: #fff;
}
.bottom-menu a {
    color: #fff;
    display: block;
    padding: 5px 30px;
    transition: 0.5s all;
}
.bottom-menu p{
	margin-bottom: 0;
}
.bottom-menu li.active {
    background-color: #282d41;
    color: #fff;
}
.bottom-menu .active a {
    color: #fff;
}
.settings-name{
	/*width: 50%;*/
    display: block;
    /*float: left;*/
    padding: 28px 0;
}
.settings-name span{
	font-size: 25px !important;
}
@keyframes shake{
	0%{
		transform: translate(-5px);
	}
	50%{
		transform: translate(0);
	}
	100%{
		transform: translate(5px);
	}
}
.file-drop-zone{
	width: 100%;
}
@media(min-width: 1441px){
	.bottom-menu a p{
		font-size: 18px !important;
	}
	.bottom-menu a{
		padding: 7px 40px;
	}
	*:not(.material-icons){
		font-size: 16px !important;
	}
}
@media(max-width: 991px){
	.logo, .bottom-menu{
		display: none !important;
	}
	.sidebar .nav li a{
		padding: 10px 15px !important;
		color: #fff;
	}
	.sidebar .nav li a:hover{
		color: #fff;
	}
	.sidebar .nav li.nav-item{
		width: 100% !important;
	}
	.sidebar .sidebar-wrapper{
		width: 100%;
	}
	.sidebar .nav li.nav-item.visible-xs{
		display: inline-block;
	}
	.sidebar .nav{
		margin-top: 20px;
	}
	.hidden-xs{display: none;}
	.sidebar .col-3{
		flex: 0 100%;
		max-width: 100%;
	}
	.sidebar .nav li a{
		margin: 5px 15px 5px !important;
	}
}