html {
	font-size: 14px;
}

body {
	font-family: 'Lato' !important;	
}

.custom-btn-cfeed{
	background-color: #2BAB6E !important;
	border-color: #2BAB6E !important;
}


/* Clear floats after the columns */
.row {
  content: "";
  display: table;
  clear: both;
}

#myProgress {
	width: 100%;
	background-color: #ddd;
}

#myBar {
	width: 1%;
	height: 41px;
	padding: 10px;
	background-color: #2BAB6E;
	color: #fff;
	text-align: center;
}

form label {
	font-weight: 800;
}

.glyphicon-move {
	cursor: move !important;
	cursor: -webkit-grabbing ;
}

#simpleList {
	cursor: move;
}

#simpleList .btn {
	cursor: pointer;
}

#simpleList .btn-submit {
	margin: 15px 0;
}

table td {
	word-break: break-word;
	-ms-word-break: break-all;
     
	-webkit-hyphens: auto;
   	-moz-hyphens: auto;
    hyphens: auto;
}

table th {
	white-space: nowrap;
}












#app .dropdown-menu>li>a {
    color: #333;
}

nav.navbar {
	background-color: #2BAB6E;
	color: white !important;
}

.navbar-container {
	width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#navbarDropdown {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	background-color: #2BAB6E
}

.dataTables_wrapper {
	margin-top: 20px;
}

.dataTables_wrapper input[type=search] {
	padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTables_wrapper input[type=search]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#app .dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #fff;
}

.cfeed-heading {
	padding: 10px 0;
}

.cfeed-heading h1::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 80px;
	height: 5px;
	background: #2BAB6E;
}

.cfeed-heading h1 {
	position: relative;
	margin: 0 0 30px 0;
	font-weight: 800;
	color: #5a5a5a;
}

.cfeed-vertical-button {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cfeed-vertical-button a {
	margin-bottom: 8px;
}

.bootstrap-select-wrapper {
	margin-bottom: 10px;
}










@media (max-width: 770px) {
	
	.dropdown-item {
		color: #fff !important;
	}
	
	.cfeed-heading h1 {
		font-size: 2rem;
	}
	
	table td {
	    white-space: nowrap;
	}
	
}



@media (min-width: 770px) {
	
	#app-navbar-collapse {
		display: flex;
	    justify-content: flex-end;
	    align-items: center;
	}
	
	.animate {
		animation-duration: 0.3s;
		-webkit-animation-duration: 0.3s;
		animation-fill-mode: both;
		-webkit-animation-fill-mode: both;
	}

	.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	    background:#fff;
	}
	
	.dropdown {
	    background:#fff;
	}
	
	.dropdown-menu>li>a {
	    color:#428bca;
	}
	
	.dropdown ul.dropdown-menu {
	    border-radius:4px;
	    margin-top:20px;
	    width:300px;
	}
	
	.dropdown ul.dropdown-menu:before {
	    content: "";
	    border-bottom: 10px solid #fff;
	    border-right: 10px solid transparent;
	    border-left: 10px solid transparent;
	    position: absolute;
	    top: -10px;
	    right: 16px;
	    z-index: 10;
	}
	
	.dropdown ul.dropdown-menu:after {
	    content: "";
	    border-bottom: 12px solid #ccc;
	    border-right: 12px solid transparent;
	    border-left: 12px solid transparent;
	    position: absolute;
	    top: -12px;
	    right: 14px;
	    z-index: 9;
	}
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}







