body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.borderless tr td{
    border-left: none !important;
    border-right: none !important;
}

.borderless th{
    border-left: none !important;
    border-right: none !important;
}


.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

.bootstrap-select button{

	background-color: #fff;
	border: 1px solid #ced4da !important;
	
}

.bootstrap-select a.active{

	background: #788087 !important; 
	color: #fff !important;
	
}


.page-header{
	margin-bottom: 50px;
	text-align: center;
}

.bootstrap-table.bootstrap4{
	font-size: 12px !important;
}


form label{
	font-size: 12px;
}

.modal-body .invalid-feedback{
	font-size: 10px;
}

/* Navigation bar */

.custom-navbar{
    margin: 0px 0px 75px 0px;
    width: 100%;
    height: 55px;
    justify-content: right;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    float:right;
    border:none;
    background: linear-gradient(to left, #f4f3f3, #fafafa);
    padding: 10px 10px;
    position: fixed;
    z-index: 1000;
}

.custom-navbar .company-select-div{
    width: 20%;
}


/* Applications module */

#apps-list .card-body p{
    margin-top: 15px;
    max-height: 100px;
    height: 95px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    white-space: pre-wrap;
}

.main-single-app .main-single-app-image{
    position: relative;
    left: 33%;
    width: 100px;
    height: 110px;
    margin-top: 15px;
}

/* Applications module */



/* Detail view for users and companies */

.user-detail-view .main-single-app-image,
.company-detail-view .main-single-app-image
{
    width: 100%;
    height: auto;
}

.user-detail-view .main-single-app .card-title,
.company-detail-view .main-single-app .card-title{
    font-size: 14px;
}


/* Companies module */

.bootstrap-tagsinput .badge{
    background: gray;
    border: 1px solid black;
    margin-right: 2px;
    color: white;
    border-radius: 4px;
    
}




/* Companies module */


/* Users module */

/* Flip card */
.card-flip > div {
    backface-visibility: hidden;
    transition: transform 400ms;
    transition-timing-function: linear;
    width: 100%;
    height: 100%;
    margin: 0;
    display: flex;
}

.card-front {
    transform: rotateY(0deg);
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
}


.card-flip .card-back.active{
    transform: rotateY(0deg);
}
/* Flip card */

.apps-list{
    overflow-x:scroll;
}

.apps-list .single-app{
    max-height: 180px;
}


.apps-list .single-app .card-title{
    font-size: 15px;
    text-align: center;
}

.single-app .card{
    height: 180px;
    width: 180px;
}

/* Front side of card */


.single-app .card .card-front{
    position: absolute;
}

.single-app .card .card-front .single-app-image{
    margin-top: 15px;
    position: relative;
    left: 25%;
    width: 60px;
    height: 60px;
    text-align: center;
}

.single-app .card .card-front .app-settings{
    position: relative;
    top:20px;
    float: right;
    padding: 6px 10px;
}

.single-app .card .card-front .single-app-active-relative-position{
    position: relative;
    top:30px;
    float: left;
}

/* Front side of card */


/* Back side of card */

.single-app .card .card-back{
    
    overflow-y: scroll;
    
}

.single-app .card .card-back .app-settings-back{

    margin-bottom: 5px;
    
}




/* Back side of card */









.alert-window{

	z-index:1100;
	position: fixed;
    bottom: 20%;
    left: 60%;
    width: 30%;
    
}




@media only screen and (max-width: 768px) {

	.alert-window{

		bottom: 5%;
		left: 10%;
		width: 80%;
		
	}

	.bootstrap4 .search{
		width: 60%;
	}

	.bootstrap4 .fixed-table-toolbar .bs-bars{
		margin-left: 5px;
	}

	.bootstrap-table{
		overflow: hidden;
	}

    .custom-navbar .company-select-div{
        width: 60%;
    }

    #apps-list .card-body p{
        
        height: 120px;
        
    }

	#settings_users_modal .modal-dialog{
		
		top: 80%;
		transform: translate(-50%,-40%);
		padding: 15px;
    	margin-left: 0;

	}

	

	
}









