.content {
	margin-top: 5px;
}
.undecorated-link:hover {
	text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}

.top0 { margin-top:0 !important; }
.top3 { margin-top:3px; }
.top5 { margin-top:5px; }
.top6 { margin-top:6px; }
.top7 { margin-top:7px; }
.top8 { margin-top:8px; }
.top10 { margin-top:10px; }
.top15 { margin-top: 15px; }
.top18 { margin-top: 18px; }
.top20 { margin-top: 20px; }

.top_5em { margin-top: 0.5em; }

.right3 { margin-right:3px; }
.right5 { margin-right:5px; }
.right7 { margin-right:7px; }
.right10 { margin-right:10px; }
.rightAuto { margin-right:auto; }


.left3 { margin-left:3px; }
.left5 { margin-left:5px; }
.left7 { margin-left:7px; }
.left10 { margin-left:10px; }
.leftAuto { margin-left:auto; }

.bottom0 { margin-bottom:0 !important; }
.bottom3 { margin-bottom:3px; }
.bottom5 { margin-bottom:5px; }
.bottom7 { margin-bottom:7px !important; }
.bottom8 { margin-bottom: 8px !important;}
.bottom10 { margin-bottom:10px}

.height20 { height: 20px; }
.height150 { height: 150px; }
.height200scrollable{
	max-height: 200px;
	overflow-y:auto;
}

.height300{
	height: 300px;
}
.height400{
	height: 400px;
}

.maxHeight75{
	max-height: 75px;
}

.Font12Breakword{
	font-size:12px; word-wrap: break-word;
}

.font11{
	font-size: 11px !important;
}

.font15{
	font-size: 15px !important;
}

.width87percent{
	width: 87%;
}

.long-search-remove-icon {
	margin-right: 10px;
	margin-top: 2px;
	float: right;
}

.alignItemsCenter {
	align-items: center;
	display: flex !important;
}


.centerItems {
	align-items: center;
	display: flex !important;
	justify-content: center;
	gap: 4rem;
}

.margin0 { margin: 0 !important;}
.margin3 { margin: 3px;}
.margin7 { margin: 7px;}
.marginLeftRight5 { margin-left: 5px !important; margin-right: 5px !important;}
.marginLeft5 { margin-left: 5px;}
.marginLeft10 { margin-left: 10px!important;}
.marginLeft15 { margin-left: 15px!important;}
.marginLeft3 {margin-left: 3px;}
.marginLeft4 {margin-left: 4px;}
.marginLeft13Percent {margin-left: 13%;}

.marginTop20{
	margin-top: 20px;
}
.marginTop10{
	margin-top: 10px;
}

.marginTop15{
	margin-top: 15px;
}
.marginTop7{
	margin-top: 7px;
}
.marginTop2{margin-top: 2px !important;}
.marginTop-3{margin-top: -3px !important;}
/* Margin for the padding-heading right side buttons using ng-include*/
.marginTop-17{margin-top: -17px !important;}
.marginTop8{
	margin-top: 8px;
}
.marginTop0{
	margin-top: 0 !important;
}

.margin40{
	margin: 40px;
}

.padding0{ padding: 0 !important; }
.padding2{ padding: 2px !important; }
.padding3{ padding: 3px; }
.padding5{ padding: 5px !important; }
.padding10{padding: 10px;}
.paddingLeftRight4{ padding-left: 4px; padding-right: 4px; }
.paddingLeftRight5{ padding-left: 5px !important; padding-right: 5px !important; }
.paddingLeftRight12{ padding-left: 12px !important; padding-right: 12px !important; }
.paddingLeft15{ padding-left: 15px;}
.paddingLeft30{ padding-left: 30px;}
.paddingLeft0{ padding-left: 0 !important;}
.paddingRight0{
	padding-right: 5px !important;
}

.paddingTopBottom0 { padding-top: 0 !important; padding-bottom: 0 !important;}
.paddingTopBottom1 { padding-top: 1px; padding-bottom: 1px;}
.paddingTopBottom6 { padding-top: 6px; padding-bottom: 6px !important;}
.paddingTopBottom25{ padding-top: 25px; padding-bottom: 25px;}
.paddingTopBottom15{ padding-top: 15px; padding-bottom: 15px;}

.paddingTop3 { padding-top: 3px !important;}
.paddingTop7 { padding-top: 7px !important;}
.paddingTop20 { padding-top: 20px !important;}
.paddingTop150 { padding-top: 150px;}

.paddingBottom20 { padding-bottom: 20px !important;}

.marginTopBottom1
{   margin-top: 1px !important;
	margin-bottom: 1px !important;
}
.marginTopBottom5
{   margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.marginTopBottom25
{   margin-top: 25px !important;
	margin-bottom: 25px !important;
}
.marginTopBottom10
{   margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.marginTop3
{
	margin-top: 3px !important;
}
.marginTop15
{   margin-top: 15px !important;
}
.highlightBackground {
	background-color: #ffffff !important;
	opacity: 0.4;
}
.marginTop4
{
	margin-top: 4px !important;
}
.marginTop5
{
	margin-top: 5px !important;
}

.marginTop8
{
	margin-top: 8px !important;
}


.marginBottom35{
	margin-bottom: 35px !important;
}
.marginBottom5 {
	margin-bottom: 5px !important;
}
.width165px{
	width:165px !important;
}

.width300{
	width:300px;
}

.widthHeight20{
	width:20px;
	height:20px;
}

.panel {
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
}

body {
	background-color: white;
	color: #767676;
	font-family: "Lato",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857;
}

.Justify{ text-align: justify; }

.Breakword{
	word-wrap: break-word;
	-ms-word-break: break-all;
	-epub-word-break: break-all;
	word-break: break-all;

	/* Non standard for webkit */
	word-break: break-word;

	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-epub-hyphens:auto;
	hyphens: auto;
}

.chart {
	width: 400px;
	height: 300px;
}

.align-center {
	text-align: center;
}

.absolute{
	position: absolute !important;
}

.topRightCorner{
	top:0 !important;
	right: 0 !important;
}
.bottom{
	bottom:0 !important;
}

.align-right {
	text-align: right;
}

.control-label {
	padding-top: 7px;
	margin-bottom: 0;
	text-align: right;
}


.table-filter {
	margin: 10px 0;
	padding: 4px 0 4px 20px;
	background: white;
	border-radius: 20px;
	vertical-align: middle;
}


.border1pxSoft{
	border: 1px solid #bababa;
}

.table-filter > .search-query {
	font-size: 14px;
	border: 0;
	width: 75%;
	color: #555;
	max-width: 545px;
}

.search-query:focus { /* csslint allow: outline-none */
	outline: none;
}

.table-filter > .search-icon {
	font-size: 15px;
	margin-right: 10px;
}

.group-filter-search-icon {
	font-size: 8px;
}

.handCursor { cursor: pointer; }

.caret.caret-reversed {
	border-top-width: 0;
	border-bottom: 4px solid;
}

.caretLg {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 5px solid;
}

.caretLg-reversed {
	border-top-width: 0;
	border-bottom: 5px solid;
}


.caretXl {
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid;
}

.caretXl-reversed {
	border-top-width: 0;
	border-bottom: 7px solid;
}

.blackColor
{
	color: #000000;
}

.height50{
	height: 50px;
}

.tooltip-inner {
	max-width: 500px !important;
}
.align-left {
	text-align: left !important;
}
.badge-faded-gray{
	background-color: lightgray !important;
	color: #5A5F5F !important;
}

.fontWeightNormal{
	font-weight: normal !important;
}

.fontSizeNormal{
	font-size: 100% !important;
}

.label-as-badge {
	border-radius: 1em !important;
}

.refreshPage {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2000;
	color: white;
}

.glyphicon-none:before {
	content: "\2122";
	color: transparent !important;
}

.glyphicon-dot:before {
	content: "\25cf";
}



.nav>li>a {
	padding: 10px 5px !important;
}

.navbar-brand {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.underlinedText{
	text-decoration: underline;
}

.progress-thinner, .thinner .progress{
	height:11px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 10px !important;
}
.progress-bar-thinner, .thinner .progress-bar{
	line-height: 11px !important;
	font-size: 10px !important;
}

.font10{
	font-size: 10px !important;
}

.roundBorder15{
	border-radius: 15px !important;
}

.positionRelative{
	position: relative !important;
}

.topLeft0{
	top:0;
	left:0;
}

.top-thinner{
	top:0;
}
.top-regular{
	top:4px;
}

.left0{
	left:0;
}

.pace-inactive{
	display: none !important;
}
.fontColorWhite{
	color: #FFFFFF !important;
}


li.handCursor > a {
	cursor: pointer !important;
}

.inlineLabel {
	padding: .2em .6em .3em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.marginLeftRight1{
	margin-left: 1px;
	margin-right: 1px;
}
.marginLeftRight15{
	margin-left: 15px;
	margin-right: 15px;
}
.margin2{
	margin: 2px;
}
.margin5{
	margin: 5px;
}

.margin10{
	margin: 10px;
}

.marginRight-5{
	margin-right: -5px;
}

.marginRight20{
	margin-right: 20px;
}

marginRight14 {
	margin-right: 14px;
}

.temporaryImage {
    border: 1px dashed;
    padding: 5px;
}

.overflowHidden {
	overflow: hidden !important;
}

.height100PercentMinus75Px {
	height: calc(100% - 75px); overflow: auto;
}
.height100PercentMinus36px {
	height: calc(100% - 36px); overflow: auto;
}


.height100PercentMinus175Px{
	height: calc(100% - 175px); overflow: auto;
}


.narrowScrollbar ::-webkit-scrollbar {
	width: 6px!important
}
.narrowScrollbar ::-webkit-scrollbar-thumb {
	background-color: lightgray;
}
.narrowScrollbar ::-webkit-scrollbar-track {
	background: #f5f5f5;
}


.height100Percent{
	height: 100%;
}
.height100PercentMinus150Px {
	height: calc(100% - 150px); overflow: auto;
}
.height100PercentMinus100Px {
	height: calc(100% - 100px); overflow: auto;
}
.height100 {
	height: 100px;
}
.font16{
	font-size: 16px;
}
.font20{
	font-size: 20px;
}
.font25{
	font-size: 25px;
}
.font40{
	font-size: 40px;
}
.font30{
	font-size: 30px !important;
}
.fontMonospace{
	font-family: monospace;
}

.imageDiv {
	-webkit-transition: width 0.4s ease, margin 0.4s ease;
	-moz-transition: width 0.4s ease, margin 0.4s ease;
	-o-transition: width 0.4s ease, margin 0.4s ease;
	transition: width 0.4s ease, margin 0.4s ease;
}
.backgroundInherit{
	background: inherit !important;
}
.user_name{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.maxLimitDisplayName_de {
	max-width: 120px;
}
.maxLimitDisplayName_en {
	max-width: 190px;
}
.maxLimitDisplayName_tr{
	max-width: 155px;
}
.maxWidth150{
	max-width: 150px;
}
.maxWidth140{
	max-width: 140px;
}
.minWidth20{
	min-width: 20px;
}
.minWidth200{
	min-width: 200px;
}
.alert-muted {
	background-color: #F0F0F0;
	border-color: #ddd;
	color: #333;
}

.float-left{
	float: left;
}
.float-right{
	float: right;
}

.minHeight259{
	min-height: 259px !important;
}

.minWidth260{
	min-width: 260px !important;
}

.minWidth300{
	min-width: 300px !important;
}

.modal-backdrop.fade {
	min-height: 100000vh;
}

.sameBackgroundWithPanelHeading{
	background-color: #f5f5f5;
}

.stickyButtonDivOnTop{
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 8px 12px !important;
	min-height: 35px !important;
}

.topBorderedPanelHeading{
	border-top: 1px solid #ddd;
}
.borderless{
	border: 0 !important;
}

.nav-tabs li[hidden]{
	display: none;
}
a[hidden]{
	display: none;
}

.rotate180 {
	/*filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);*/
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.notificationsDiv .tab-content{
	height: calc(100% - 36px); overflow: auto;
}


.calendarStartAndEndMarked td.midDate button{
	background-color: #31b0d5;
}


.return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(51, 122, 183);
	background: rgba(51, 122, 183, 0.2);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 2px;
	top: 8px;
	font-size: 32px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.return-to-top:hover {
	background: rgb(51, 122, 183);
	background: rgba(51, 122, 183, 0.9);
}
.return-to-top:hover i {
	color: #fff;
	top: 4px;
}

.badge-success {
	background-color: #5cb85c !important;
}
.badge-danger {
	background-color: #d9534f !important;
}

.highlight-danger {
	background-color: #fc8f8f;
}

.feedBackModalWith .modal{
	display: block !important;
}

.feedBackModalWith .modal-dialog {
	width: 75% !important;
	overflow-y: initial !important
}

.feedBackModalWith .modal-body{
	overflow-y: auto!important;;
	height: 820px!important;
}

.feedbackImage-area {
	position: relative;
	width: 50%;
}

.feedbackImage-area img{
	width: 100%;
	height: 200px;
}

.remove-feedbackImage {
	display: none;
	position: absolute;
	top: -10px;
	right: -10px;
	border-radius: 10em;
	padding: 2px 6px 3px;
	text-decoration: none;
	font: 700 21px/20px sans-serif;
	background: #555;
	border: 3px solid #fff;
	color: #FFF;
	box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 2px 4px rgba(0,0,0,0.3);
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

.remove-feedbackImage:hover {
	background: #E54E4E;
	padding: 3px 7px 5px;
	top: -11px;
	right: -11px;
}

.remove-feedbackImage:active {
	background: #E54E4E;
	top: -10px;
	right: -11px;
}

.feedback-loader {
	border: 8px solid #f3f3f3;
	border-top: 8px solid #3498db;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}

.small-loader {
	border: 2px solid #f3f3f3 !important;
	border-top: 2px solid #3498db !important;
	width: 12px !important;;
	height: 12px !important;
}
.feedback-textarea {
	max-width: 100%;
	min-width: 100%;
	max-height: 200px;
	min-height: 70px
}

.loader {
	border: 12px solid #f3f3f3;
	border-top: 12px solid #3498db;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
}

.menu-divider {
	width: 1%;
	height: 30px;
	display: block;
	border-left: 2px solid #333;
	float: right;
	margin-top: 10px;
	text-align: center;
}

.icon-google, .icon-facebook{
	text-align: center;
	display: block;
	width:100px;
	font-size: large;
	font-style: normal;
}

.loginThirdParty {
	margin-bottom: 5px;
	text-align: center;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.stack-icon-big {
    font-size: 1.2em !important;
}

.stack-icon-small {
    margin: 12px 5px 0 -5px;
    font-size: 0.8em !important;
}

.stack-icon-small-menu {
    margin-left: -2px;
    font-size: 0.65em !important;
}


.stack-icon-small-editor {
	font-size: 0.6em !important;
}

.color-secondary {
	color: #6c757d;
}

.color-danger {
	color: #d9534f;
}

.color-success {
	color: #5cb85c;
}

.minWidth150{
	min-width: 150px;
}
.minWidth105{
	min-width: 105px;
}

.minWidth50{
	min-width: 50px;
}

.kioskApps{
	max-height: 800px;
	overflow-y: auto;
}

table.th-top-aligned>thead>tr>th{
	vertical-align: top;
}

.vertical-center {
	vertical-align: middle !important;
}

.section-center {
	float: initial !important;
	margin: auto !important;
}

.widthHalfIcon {
    width: 0.7em;
}

.border-radius0 {
    border-radius: 0 !important;
}

.app-config-input {
	height: 28px;
	padding: 3px 6px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555;
	border: 1px solid #ccc;
	border-radius: 4px !important;
	width: 28% !important;
	margin-bottom: 5px !important;
}

.dropdown-menu {
	min-width: 200px;
}
.dropdown-menu.columns-2 {
	min-width: 450px;
}
.dropdown-menu.columns-3 {
	min-width: 700px;
}
.dropdown-menu div li a {
	clear: both;
	padding: 2px 15px;
	font-weight: 300;
}

.dropdown-menu-center {
	right: auto;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.multi-column-row {
	column-count: 2;
	column-gap: 0;
}

.multi-column-row-padding2 {
	display: inline-block;
	padding-right: 2px;
	padding-left: 2px;
}

.span-ellipsis {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}

.span-ellipsis-maxWidth200 {
	display: inline-block;
	max-width: 200px;
	white-space: nowrap;
	overflow: hidden !important;
	text-overflow: ellipsis;
}


.notes-tooltip {
	width: 400px;
	text-align: left;
	word-break: break-word;
}
a.disabled {
	color: currentColor;
	cursor: not-allowed;
	opacity: 0.5;
	text-decoration: none;
	pointer-events: none;
}

.glyphicon.fast-right-spinner {
	animation: spin 1s infinite linear;
}

@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.nav-tabs>li.active{
	font-weight: bold;
}

.nav-tabs>li:not(.active), .inactive_color{
	opacity: .7;
}

.cut-text {
	width : 100px!important;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.color-link {
	color: #3043d1;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}
.giphy-modal {
	position: absolute;
	bottom: 100%; 
	left: 0;
	width: 350px;
	background: white;
	padding: 10px;
	box-shadow: 0 -3px 8px rgba(0, 0, 0, 0.2);
	border-radius: 8px 8px 0 0;
	border: 1px solid #ccc;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s ease-in-out;
}

.giphy-tabs {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-bottom: 12px;
}

.giphy-tabs button {
	flex: 1;
	padding: 10px 16px;
	border: none;
	border-radius: 6px;
	font-weight: bold;
	color: white;
	background-color: #000000;
}

.giphy-tabs button.active {
	background-color: #8d8d8d;
}


.giphy-search {
	width: 100%;
	margin-bottom: 10px;
	padding: 5px;
}

.giphy-results {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	max-height: 250px;
	overflow-y: auto;
}

.gif-item {
	width: 100px;
	cursor: pointer;
	transition: transform 0.2s;
}

.gif-item:hover {
	transform: scale(1.1);
}


.btn-circle {
	width: 34px;
	height: 34px;
	padding: 0;
	border: none;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 1;
	position: relative;
	background-color: #f5f5f5; /* light gray default background */
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-circle:hover {
	background-color: #e0e0e0; /* slightly darker on hover */
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15); /* subtle hover shadow */
	cursor: pointer;
}