.navbar-brand img {
	position: absolute;
	top: 0;
}

.input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}
.input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
  outline: none;
}
.input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}
.input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}
.input-group-btn-vertical i{
  position: absolute;
  top: 0;
  left: 4px;
}

.alert-block {
	margin-top: 10px;
}

.alert-icon div {
	padding-left: 5px;
	display: table-cell;
}

.text-inherit {
	color: inherit;
}

.light {
	font-weight: inherit;
}

.user-actions .btn {
	margin: 3px 0px;
}

#emailsToInvite p.btn {
    margin: 3px;
}

#form-filter .form-group {
	margin: 3px;
}

#table-records .filter-item {
	visibility: hidden;
	opacity: 0.5;
}

#table-records tr:hover .filter-item {
	visibility: visible;
}

th.sortable {
	cursor: pointer;
}

th.sortable i {
	margin-left: 10px;
	opacity: 0.7;
}

.cookie-policy {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
	text-align: center;
	background: #fff;
	color: 000;
	opacity: 0.8;
	-webkit-box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.1);
	box-shadow:0px 0px 5px 1px rgba(0, 0, 0, 0.1);
}

.cookie-policy:hover {
	opacity: 1;
}

.cookie-policy p {
	font-size: 13px;
	line-height: 42px;
	height: 0;
	opacity: 1;
}

.cookie-policy i {
	cursor: pointer;
	opacity: 0.7;
	margin-left: 15px;
}

.cookie-policy i:hover {
	opacity: 1;
}

.checkbox-input-group{
	border-radius: 5px;
	/*background-color: #eee;*/
	border: 1px solid #cfcfcf;
	padding: 5px;
}
#tabsContent{
	padding: 10px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li>a{
	font-size: 16px;
}
#tabsContent table{
	margin-bottom: 34px !important;
}
.current-balance{
	color: #337ab7;
}
.payment-buttons{
	margin-top: 15px;
}
.pdf-download{
	font-size: 1.4rem;
	margin-top: 2rem;
	font-weight: bold;
}
.pdf-icon{
	font-size: 3rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control {
		line-height: 20px;
	}
}

div.user-menu-card-item {
    margin-left: 5px;
    min-height: 50px;
}

div.user-menu-card-item-lt {
    margin-left: 5px;
    max-height: 30px !important;
}

a.transparent-link {
    background-color: transparent !important;
}


.container {
    justify-content: center;
    /*background-color: white;*/
}

.loader {
    max-width: 15rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
}

circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
    animation-name: preloader;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
    transform-origin: 170px 170px;
    will-change: transform;
}
circle:nth-of-type(1) {
    stroke-dasharray: 550;
}
circle:nth-of-type(2) {
    stroke-dasharray: 500;
}
circle:nth-of-type(3) {
    stroke-dasharray: 450;
}
circle:nth-of-type(4) {
    stroke-dasharray: 300;
}
circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
    animation-delay: -0.15s;
}
circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}
circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay:  -0.45s;
    animation-delay: -0.45s;
}
circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.sub-menu-group {
    margin-left: 30px;
}

.box-content {
    overflow-y: auto;
}
