﻿
@font-face {
    font-family: Averta;
    src: url(https://res.cloudinary.com/indytute/raw/upload/fonts/Averta-Regular.woff2) format("woff2"),url(https://res.cloudinary.com/indytute/raw/upload/fonts/Averta-Regular.woff) format("woff"),url("https://res.cloudinary.com/indytute/raw/upload/fonts/Intelligent Design - AvertaStd-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Averta;
    src: url(https://res.cloudinary.com/indytute/raw/upload/fonts/Averta-Bold.woff2) format("woff2"),url(https://res.cloudinary.com/indytute/raw/upload/fonts/Averta-Bold.woff) format("woff"),url("https://res.cloudinary.com/indytute/raw/upload/fonts/Intelligent Design - AvertaStdPE-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
    font-display: fallback
}

@font-face {
    font-family: Cervo;
    src: url(https://res.cloudinary.com/indytute/raw/upload/fonts/Cervo.woff2) format("woff2"),url(https://res.cloudinary.com/indytute/raw/upload/fonts/Cervo.woff) format("woff"),url("https://res.cloudinary.com/indytute/raw/upload/fonts/Typoforge Studio - Cervo-Medium.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
    font-display: fallback
}

.floatRight
{
	float:right;
}

.clearLeft
{
	clear:left;
}

.relative
{
	position:relative;
}

.btn, a.btn, button.btn, button.btn:hover, button.btn:focus {
	background-color: #FFEB00; 
border-color: #E6D400; 
color: #333; 
border-radius: 20px; 
padding: 10px 20px; 
font-weight: bold;
transition: background-color 0.2s ease, border-color 0.2s ease; 
}

.btn:hover,
.btn:focus {
    background-color: #FFD700!important; 
    border-color: #CCA800; 
    color: #333;
}

body { 
      background-color:#dde7ff;
}

body, #page-wrapper {
	/*background-color:#ebebeb !important;*/
    font-family: Averta,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;
font-display: swap;
-webkit-font-smoothing: antialiased;
  position: relative;
}

#page-wrapper {
	background-color:transparent;
	z-index:3;
}

button.btn
{
	border:none;
    font-size:16px;
}
	button.btn[disabled] {
		background-color: #fff200 !important;
	}
		.redBtn, a.redBtn, button.redBtn
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff200;
}

a.redBtn:hover, a.redBtn:focus, button.redBtn:hover, button.redBtn:focus
{
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-color: #fff200;
}

.login-panel .panel-heading
{
	font-size:20px;
	color:#000;
	font-weight:bold;
}

.login-panel > .btn {
	font-weight:bold;
}

.lockIcon{background-position:right -300px;}
.notificationIcon{background-position:right -250px;}
.searchIcon{background-position:right -150px;}
.searchResultsIcon{background-position:right -200px;}
.invoiceIcon{background-position:right -460px;}
.vouicherInfoIcon{background-position:right -510px;}
.errorIcon{background-position:right -596px;}


tfoot {font-weight: bold;}
 label.error {color: red;}
.nav > li.disabled > a:hover{cursor: default;}
input.form-control.date,input.form-control.pop{background-color: #fff;}
input.form-control.date:hover,input.form-control.pop:hover{cursor: pointer;}

.navbar-top-links li.note a {min-height: 25px; padding: 5px; }
ul#bookingNotes ul.paging li.first, ul#bookingNotes ul.paging li.next,
ul#bookingNotes ul.paging li.last, ul#bookingNotes ul.paging li.prev
{
    /*display: none;*/
}

ul#bookingNotes ul.paging li
{
    display: inline;
}

ul#bookingNotes li.note
{
    /*transition: background-color 1.5s ease-in-out;*/
}

ul#bookingNotes li.note em
{
    font-size: 90%;
}

ul#bookingNotes li.spinner
{
    font-size: 120%;
    color: #428bca;
}

i.fa-trash
{
    color: #fff200;
}

i.fa-plus
{
    font-size: 110%;
    color: #5cb85c;
}

ul#bookingNotes a.add
{
    background-color: #fff;
}

ul#bookingNotes a.add:hover, ul#bookingNotes a.delete:hover
{
	color:#fff200;
    background-color: #ffffff;
}

.hide
{
    display:none;
}

.bluefade { background-color: #5bc0de;}

.greenfade { background-color: #5cb85c;}
.redfade { background-color: #d9534f;}

tr.alert td
{
    background-color:#ffdfe1 !important;
}

.topHeader {
  background-color: #fff;
  padding-left:20px;
  padding-right:20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.navbar-brand
{
	width:85px;
	height:97px;
	padding:0px !important;
	margin:5px 10px;
	text-indent: -999px;
	background:url(https://res.cloudinary.com/indytute/image/upload/v1744712848/supplier-portal/_logo_desktopsvg.png) left top no-repeat;
	background-size:contain;
    background-position: center;
    margin-left: 25px;
}

.nav li a:hover, .nav li a:focus
{
	background-color:#fff200;
}

.nav li a.dashboard::before
{
	content:"";
	position:absolute;
	top:15px;
	left:20px;
	width:30px;
	height:26px;
	background:url(../Images/Sprite.png) left top no-repeat !important;
}

.nav li a.dashboard 
{
	width:70px;
	/*height:60px;*/
	text-indent:-999px;
	border-left:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.nav li.dashboard a:hover 
{
	background-color:#fff200;
}

.sidebar-search
{
	font-weight: normal;
	background-color:#ffffff;
}

.sidebar-search #btnVoucherSearch::before
{
	content:"";
	position:absolute;
	top:0px;
	left:0px;
	width:34px;
	height:34px;
	background:url(../Images/Sprite.png) 6px -94px no-repeat !important;
}

.sidebar-search .searchContainer
{
	display:table;
}

.sidebar-search #btnVoucherSearch
{
	height:34px;
	width:34px;
}

.sidebar-search #btnVoucherSearch:focus
{
	outline:0;
}

a.dropdown-toggle
{
	/*height:60px;*/
	width:70px;
	padding:20px;
	/*text-indent:-999em;*/
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.dropdown-menu
{
	padding:0;
	margin:2px 0 0 0;
}

ul.dropdown-menu li
{
	float:none;
	padding:0;
	margin:0;
}

ul.dropdown-menu li a, ul.dropdown-menu li a:link, ul.dropdown-menu li a:visited, ul.dropdown-menu li a:active
{
	padding:0;
	margin:5px 0 5px 10px;
	color:#000;
	text-decoration:underline;
	text-shadow:none;
	background:none;
}

ul.dropdown-menu li a:hover
{
	text-decoration:none;
}

ul.dropdown-menu li.dropdownHeader
{
	width:100%;
	color:#000;
	padding:2px 0 2px 10px;
	border:solid 1px #ffffff;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #fff200;
}

.dropdown-menu .divider
{
	margin:0;
	background-color:#adadad;
}

.table > thead > tr > th
{
	background-color:#adadad !important;
	color:#ffffff;
}

.table td a
{
	font-weight:bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
	color: #000;
	cursor: default;
	background-color: #fff200;
	background: #ffffff;
	border: 1px solid #adadad;
	border-bottom-color: transparent;
	text-shadow:none;
	text-decoration:none;
}

.nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus
{
	color:#000;
	font-weight:bold;
	text-decoration:none;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#fff;
}

.nav-tabs > li.disabled > a, .nav-tabs > li.disabled > a:hover, .nav-tabs > li.disabled > a:focus
{
	color:#ffffff;
	text-decoration:line-through;
	text-shadow:none;
}

#dataTables-booking
{
	/*The data table result for Supplier/Bookings has an inline generated width style, that should be used.*/
	width:100% !important;
}

.formTable
{
	/*width:100%;*/
	padding:0;
	margin:0;
}

.formTable th, .formTable td
{
	padding:4px 10px;
	margin:0;
	border:solid 1px #adadad;
	border-collapse:collapse;
}

.formTable th
{
	text-align:right;
	font-weight:bold;
	background-color:#f5f5f5;
}

.formTable .dropdown-menu-timepicker td
{
	padding:4px;
	margin:0;
	border:none;
	border-collapse:collapse;
	text-align:center;
}

.formTable .dropdown-menu-timepicker td.separator
{
	padding:0;
	margin:0;
}

.formNextPreviousBtns
{
	margin-top:8px;
}

#BookingTab .active, #InvoiceTab .active,  #InvoiceTab .active
{
	position:relative;
	top:1px;
}

.tabContentContainer
{
	border:solid 1px #adadad;
	padding:15px;

}

.bookingNotesContainer
{
	float:left;
	margin:12px 0;
}

.bookingNotesContainer #bookingNotes
{
	position:absolute;
}

.bookingNotesContainer .noteText
{
	display:block;
	height:34px;
	line-height:34px;
	padding:0 44px 0 10px !important;
}

.bookingNotesContainer .note .noteText
{
	background:url(../Images/Sprite.png) right -644px no-repeat;
}

.bookingNotesContainer .note .noteText::after
{
	content:"Open Notes";
}

.bookingNotesContainer .open .noteText
{
	background:url(../Images/Sprite.png) right -684px no-repeat !important;
}

.bookingNotesContainer .open .noteText::after
{
	content:"Close Notes" !important;
}

.bookingNotesContainer ul.dropdown-menu li a.add
{
	display:block;
	padding-right:20px;
	font-weight:bold;
	background:#ffffff url(../Images/Sprite.png) right -728px no-repeat;
}

.bookingNotesContainer ul.dropdown-menu li a:hover.add
{
	background:#ffffff url(../Images/Sprite.png) right -728px no-repeat !important;
}

.bookingNotesContainer #bookingNotes li.note, .bookingNotesContainer #bookingNotes li.addNote
{
	padding:6px 8px;
	margin:0;
	border-bottom:solid 1px #adadad;
} 

.bookingNotesContainer #bookingNotes a
{
	margin:0px !important;
}

.bookingNotesContainer #bookingNotes ul.pagination a
{
	position:relative !important;
	margin-left:-1px !important;
	padding:3px 6px;
}

.bookingNotesContainer #bookingNotes ul.pagination li.disabled a, .bookingNotesContainer #bookingNotes ul.pagination li.disabled a:hover
{
	color:#999999;
	text-decoration:none;
	cursor:default;
	background-color:#ffffff;
}

.bookingNotesContainer #bookingNotes ul.pagination li.active a, .bookingNotesContainer #bookingNotes ul.pagination li.active a:hover
{
	color:#ffffff;
	text-decoration:none;
	cursor:default;
	background-color:#adadad;
}

.bookingNotesContainer #bookingNotes ul.pagination li a:hover
{
	background-color: #eeeeee;
}

button.noteClose:focus
{
	outline:none;
}

   i.headphones
    {
        color: #adadad;
        padding: 5px 0 0 10px;
    }



@media (min-width:801px) {

	.sidebar-collapse
	{
		float:left;
	}

	.navbar-right
	{
		float:left !important;
		height:60px;
		border-left:solid 1px #ffffff;
	}

	.sidebar-search
	{
		height:60px;
		padding:12px 20px 0 20px;
	}

	.nav > li.dropdown >  a
	{
		border:none;
	}

	.panel
	{
		margin-bottom:30px !important;
	}
	.panel-default
	{
		border:solid 1px #e8e8e8;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
	}
}

@media (min-width:801px) and (max-width:1130px)
{
	body
	{
		padding:120px 20px 20px 20px;
	}

	.navbar
	{
		min-height:145px;
	}

	.sidebarSearchTablet
	{
		position:relative;
		width:0;
	}
	.sidebar-search
	{
		position:absolute;
		top:68px;
		padding:13px 0 0 0;
		width:100% !important;
		border-right:none;
		border-left:none;
		background:none;
	}

	.sidebar-search .form-control
	{
		border:solid 1px #adadad;
	}

	.sidebar-search input[type="text"]
	{
		width:370px !important;
	}

	.nav > li > a
	{
		padding:20px 10px;
	}

	.nav > li > a, .nav > li.dropdown > a
	{
		/*border-right:solid 1px #940054;*/
		/*border-bottom:solid 1px #b05d8c;*/
	}

.custom-search-form {
	margin-bottom:10px;
}
}

@media (max-width:800px)
{
	body
	{
		padding-top:80px;
	}

	h1
	{
		font-size:30px;
	}
	

	a.mobileSettingsBtn::before
	{
		content:"";
		position:absolute;
		top:0px;
		left:0px;
		width:44px;
		height:44px;
		background:url(../Images/Sprite.png) 8px -42px no-repeat !important;
	}

	.navbar-toggle, a.mobileSettingsBtn
	{
		position:relative;
		float:left;
		width:44px;
		height:44px;
		margin-top: 8px;
		margin-right: 15px;
		margin-bottom: 8px;
	}

	.nav, .navbar-static-side ul li
	{
		float:none;
		width:100%;
	}

	.nav > li > a, .sidebar-search
	{
		width:100%;
		padding:10px;
	}

	.nav li a.dashboard::before
	{
		width:0;
		height:0;
		background:none !important;
	}

	.nav li a.dashboard
	{
		width:100%;
		text-indent:0px;
		-webkit-border-radius:0px;
		-moz-border-radius:0px;
		border-radius:0px;
	}

	a.dropdown-toggle::before
	{
		width:0;
		height:0;
		background:none !important;
	}

	.nav > li > a.dropdown-toggle
	{
		height:0px;
		padding:0px;
		display:none;
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		background:none !important;
	}

	.dropdown-menu
	{
		display:inline;
		position:static;
		top:0;
		left: 0;
		float: none;
		min-width:100%;
		padding: 5px 0;
		margin:0;
		font-size:14px;
		list-style:none;
		background-color: #ffffff;
		background-clip:border-box;
		border:none;
		border-radius:0px;
		-webkit-box-shadow:none;
		box-shadow:none;
		text-align:center;
	}

	.bookingNotesContainer ul.dropdown-menu {
		z-index: 1000;
		display: none;
		float: left;
		font-size: 14px;
		list-style: none;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}

	.bookingNotesContainer .open > .dropdown-menu{ display: block;}

	ul.dropdown-menu li.dropdownHeader {
		display: none;
	}


 
}

@media (max-width:590px)
{
	.nav-tabs > li
	{
		float:none;
		width:100%;
		margin-bottom:10px;
		margin-right:0px;
	}

	.nav-tabs > li > a
	{
		border:solid 1px #817a00;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
	{
		border-bottom: 1px solid #adadad;
	}

    .nav-tabs > li > a:hover {
		border-color: #000000;
    }

	.navbar-brand {
		margin-left:0px;
	}

}

@media (max-width:520px)
{
	.navbar-top-links .dropdown-messages
	{
		left:0px;
		top:50px;
		margin-left:0;
		margin-bottom:20px;
	}
}

.page-header {
    font-family: Cervo,Open Sans,Helvetica,Arial,sans-serif;
text-transform: uppercase;
font-weight: 400;
    margin-top: 50px;
}

.blob {
  position: absolute;
  border-radius: 50%;
  opacity: 0.7;
  z-index: 0;
}

.blob.pink {
  background: #ff66b3;
  width: 80px;
  height: 80px;
  top: 10%;
  left: 5%;
}

.blob.blue {
  background: #2d5fff;
  width: 60px;
  height: 60px;
  bottom: 15%;
  right: 10%;
}

.blob.yellow {
  background: #ffdf2b;
  width: 150px;
  height: 150px;
  bottom: -20px;
  left: -50px;
}


.panel:nth-of-type(1) .panel-heading {
  background-color: #fff200;
  color: #333; 
}


.panel:nth-of-type(2) .panel-heading {
  background-color: #f1afd3;
  color: #333; 
}


.panel:nth-of-type(3) .panel-heading {
  background-color: #205ff6;
  color: #fff; 
}

.nav:not(.sidebarSearchTablet) {
	margin-top:10px;
}

.panel, .panel-heading {
	border-width:0px;
}

.modal-header {
	background-color: #fff200;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

.modal-title {
	color:#000;
}

.close {
	color:#000;
}

.modal-content {
	border-radius:20px;
}

#txtUnRebookModalVNo {
    line-height: 1.428571429;
    padding-top: 10px;
    padding-bottom: 10px;
    height: unset;
}

#modalSearchFail input[type=text] {
    line-height: 1.428571429;
padding-top: 10px;
padding-bottom: 10px;
height: unset;
}