/*here are common css styles for typeaheads*/

/*small visualisation hack for typeaheads with tagmanager*/
.twitter-typeahead {
    vertical-align: bottom;
    margin-bottom: 5px;
}

body{
    margin-top: 0px; /* Will be set dynamically by JavaScript based on navbar height */
}

.typeahead, .typeahead-small, .typeahead-big {
	background-color: #FFFFFF;
}
.typeahead:focus, .typeahead-small:focus , .typeahead-big:focus  {
	border: 2px solid #0097CF;
}
.tt-query, .tt-query-small, .tt-query-big {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint, .tt-hint-small, .tt-hint-big{
	color: #999999;
}
.tt-suggestion:hover, .tt-suggestion-small:hover, .tt-suggestion-big:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion, .tt-suggestion-small, .tt-suggestion-big p {
	margin: 0;
}
.typeahead, .tt-query, .tt-hint , .typeahead-small, .tt-query-small, .tt-hint-small, .typeahead-big, .tt-query-big, .tt-hint-big {
	border: 2px solid #CCCCCC;
	border-radius: 4px;
	font-size: 16px!important; /* Set input font size */
	/* height: 20px; */
	line-height: 16px;
	outline: medium none;
	padding: 2px 3px;
}
.tt-menu, .tt-menu-small, .tt-menu-big  {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 0px;
	padding: 8px 0;
}
.tt-suggestion, .tt-suggestion-small, .tt-suggestion-big {
	font-size: 14px; 
	padding: 3px 12px;
    line-height: 18px;
    overflow: hidden;
}
.tt-header{
    padding: 3px 12px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
}
.tt-input {
   /* width: 320px; */
}

.tt-input-small{
    /* width: 220px; */
}

.tt-input-big{
    /* width: 520px; */
}

.tt-menu {
    width: 400px;
}

.tt-menu-small{
    width: 240px;
}

.tt-menu-big{
   /* width: 520px; */
}


.tooltip {
	font-size: 14px;
}

/* Fixed navbar styles */
.navbar {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
}

/* Ensure the navbar wrapper is also fixed */
#app-header-nav-wrapper {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	width: 100%;
}

/* Add padding to body to prevent content from hiding behind fixed navbar */
.contwrap {
	/*padding-top: 45px; /* Adjust this value based on your navbar height */
}

/* Ensure dropdown menus appear above other content */
.navbar .dropdown-menu {
	z-index: 110;
}

@font-face {
    font-family: Segoe;
    src: url("fonts/SegoeFont/segoeui.ttf");
    font-weight: normal;
}

@font-face {
    font-family: Segoe;
    src: url("fonts/SegoeFont/segoeuib.ttf");
    font-weight: bold;
}

@media (min-width: 700px) {
    .responsiveDialog700 {
      width:700px !important;
    }
    .notifier_col_150 {
        text-align: left;
        width:150px;
        float:left;
        padding:2px;
    }
    .notifier_description {
        text-align: left;
        float:left;
        width:353px;
        padding:2px;
    }
    
}
@media (max-width: 699px) {
    .responsiveDialog700 {
        width:96% !important;
        text-align:center !important;
        left: 2% !important;
        right: 2% !important;
    }
    .notifier_col_150 {
        text-align: left;
        width:100%;
    }
    .notifier_description {
        text-align: left;
        width:100%;
    }
}

