.funny {
	font-style: italic;
	color: green;
}
	  
body {
    font-family: "Roboto", sans-serif;
    line-height: 1;
    font-size: 14px;
}

.mainbody {
    height: 100%;
    width: 100%;
}

.panel {
	background-color: rgba(255,255,255,0.9);
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#companylogo {
	transition: 0.5s;	
}
#companylogo:hover {
	transform: scale(1.1);
}

#workarea {
    position: fixed;
    left: 250px;
    top: 50px;
    height: calc(100% - 80px);
    width: calc(100% - 250px);
    display: inline-block;
    padding: 0px 0px;
    overflow: auto;
    transition: 0.5s;
}

#bodybackground {
	position: fixed;
	width: 100%;
	height: 100%;
	background-image: url("../img/DarkBG.jpg");
	/*background-image: url("https://bviucp.s3.ap-south-1.amazonaws.com/bviu_resource/bviu_contents/bveu_bg_image_3.jpeg");*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: -1;
}

#plainbackground {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgb(255,255,255);
	z-index: -1;
}

#headerbannerimage {
	width: 100%;
	height: 50px;
	background-size: contain;
}

.homeworkarea {
    background-color: rgba(255, 255, 255, 0.0);
}

#dataViewWindow {
	width: -webkit-fill-available;
	/*height: -webkit-fill-available;*/
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1em;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
	background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.collapsableBtnClass {
	overflow: hidden;
	background-color: #f1f1f1;
	border: 1px solid rgba(0,0,0,0.2);
}
.collapsableBtnClass {
	display: none;
}

.visible {
	display: block !important;
}

.profileitem {
	cursor: pointer;
	background: transparent;
	color: rgba(0,0,0,0.8);
    font-size: 1em;
    padding: 10px 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}


.addressitems {
	cursor: pointer;
	background: transparent;
	color: rgba(0,0,0,0.8);
	font-size: 1em;
	padding: 10px 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);	
}

.topmenuarea {
	padding: 5px 0;
	background: rgba(0,0,0,0.1);
}

.topmenuitem {
	display: inline-flex;
	cursor: pointer;
	margin: 0px 0.5%;
	padding: 0px 1%;
	font-weight: normal;
	font-size: 1em;
	border: 1px solid rgba(0,32,47,0);
	color: rgba(0,0,0,0.7);
	border-radius: 0px;
	text-align: center;
	line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.topmenuitem:hover {
	border: 1px solid rgba(0,32,47,0.5);
	border-radius: 5px;
	background-color:rgba(0,0,0,0.1);
	color: rgba(0,0,0,0.8);
}

.topmenuitem.topmenu-open {
	font-weight: bold;
	color: rgba(0,0,0,1);
}

.topmenuicon {
	font-size: 1em;
	padding-right: 10px;
	line-height: 1.5;
}

#log {
	 padding:10px 20px;
}

.breadcrumbarea {
    font-size: 1em;
    font-family: 'Roboto',sans-serif;
	color:rgb(200,200,200);
    display: inline-block;
    padding: 0px 20px 0px 20px;
    width: -webkit-fill-available;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
.breadcrumbarea a {
	color:rgb(225,225,225);
}

.breadcrumbareab {
    font-size: 1em;
    font-family: 'Roboto',sans-serif;
    color: rgb(50,50,50);
    display: inline-block;
    padding: 10px 20px 0px 20px;
}

.breadcrumbareab a {
    color: rgba(25,25,25);
}

.bc {
	float: left;
    padding: 0 5px 0 5px !important;
	color:rgb(200,200,200);
    line-height: 2;
    margin: 0 !important;
    background-color: rgba(255,255,255,0.0);
}

.bc a:hover {
	cursor: pointer;
	color:rgb(255,255,255);
}

.bcarrow {
    float: left;
    padding: 0 5px 0 5px;
    color:rgb(200,200,200);
    line-height: 2;
    margin: 0 !important;
    background-color: rgba(255,255,255,0.0);
}

.bcb {
    float: left;
    padding: 0 5px 0 5px !important;
    color:rgb(50,50,50);
    line-height: 2;
    margin: 0 !important;
    background-color: rgba(0,0,0,0.0);
}

.bcb a:hover {
	cursor: pointer;
	color:rgb(0,0,0);
}

.bcbarrow {
    float: left;
    padding: 0 5px 0 5px;
    color:rgb(50,50,50);
    line-height: 2;
    margin: 0 !important;
    background-color: rgba(0,0,0,0.0);
}

.errormsg {
	color: red;
	margin-bottom: 10px;
}

.successmsg {
	color: green;
	margin-bottom: 10px;
}

#orderData {
	margin: 10px 0px;
	font-size: 1em;
	Overflow: auto;	
    height: -webkit-fill-available;
    width: -webkit-fill-available;

}

.forgotpasswordbtn {
	background: transparent;
	color: rgb(0,100,255) !important;
	line-height: 2;
	border: none;
}

.forgotpasswordbtn:hover {
	color: black !important;
}

.uploadbutton {
    cursor: pointer;
    border: none;
    margin-left: -38px;
    border-radius: 50%;
    height: 37px;
    z-index: 1;
    width: 37px;
    color: rgb(255, 255, 255);
    Background-color: rgb(26 72 91);
    font-size: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.closeButton {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin: 10px;
	font-size: 1.2em;
	z-index: 20;
	width: 1.6em;
    height: 1.6em;
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageheader {
    font-size: 1.3em;
    font-family: 'Roboto',sans-serif;
    color: rgb(26, 72, 91);
    padding: 10px 0px 10px 20px;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.sidenav {
    position: fixed;
    height: calc(100% - 80px);
    width: 250px;
    z-index: 2;
    left: 0;
    top: 50px;
    background-color: rgba(255, 255, 255, 1.0);
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 1.0em;
    color: rgb(100, 100, 100);
    display: block;
}

.sidenav a:hover {
    color: rgb(0, 0, 0);
    font-weight: bold;
}

.sidenav .closebtn {
    /* position: absolute;
    top: 0;
    right: 25px; */
    font-size: 1.3em;
    color:  rgb(50, 50, 50);
    background-color: rgba(0,0,0,0.1);
    line-height: 2;
    font-family:'Roboto',sans-serif;
    /* margin-left: 50px; */
}

.topnav {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 3;
    top: 0px;
    left: 0;
    padding: 0px 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 1.0) 100%);
    box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}

.bottomnav {
    width: 100%;
    height: 30px;
    position: fixed;
    z-index: 3;
    bottom: 0px;
    left: 0;
    padding: 0px 10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 1.0) 100%);
    box-shadow: 0px -2px 4px rgba(0,0,0,0.1);
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.blueropnav {
	background-image: linear-gradient(to right, rgba(0,133,199,1.0),  rgba(0,133,199,0.8) 20%, rgba(0,133,199,0.0) 30%, rgba(0,133,199,0.0) 70%, rgba(0,133,199,0.8) 80%, rgba(0,133,199,1.0) 100%);
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 1em;}
}

ul, #myUL {
    list-style-type: none;
}

#myUL {
    margin: 0;
    padding: 0; 
}
 
textarea {
	overflow: auto;
    resize: vertical;
    border: none;
    padding-top: 5px;
    padding-bottom: 0;
    user-select: none;
}

.itemCategory {
    background-image: linear-gradient(to right, rgba(255,255,255,1.0), rgba(255,255,255,1.0), rgba(255,255,255,0.5));
	margin:0px 10px;
	padding: 0px;
	color:rgba(0,0,0,0.7);
	border-radius:5px;
}

.itemCategory.active {
	background-image: linear-gradient(to right, rgba(0,133,199,1.0), rgba(0,133,199,0.8));
	color:rgba(255,255,255,1.0);
}

.itemticket {
	float: left;
	min-width: 200px;
	text-align: left;
	margin: 5px 5px 0px 0px;
	padding: 5px;
	background-color: rgb(255,255,255);
	font-size: 1em !important;
}

.siteticket {
	cursor: pointer;
	float: left;
	min-height: 225px;
	min-width: 400px;
	text-align: left;
	margin: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(0,33,47,0);
	border-radius:0px;
}
.siteticket:hover {
	border:1px solid rgba(0,33,47,0.5);
	box-shadow: 0px 0px 5px 5px rgba(0,33,47,0.1);
}

.sitename {
	color: rgba(0,0,0,0.9);
	font-size: 1em;
	padding: 15px 0px 10px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.sitedescription {
	color: rgba(0,0,0,0.8);
	font-size: 1em;
	padding: 0px 0px 10px 0px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
}

.menuItem {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    padding: 0.5em 0.5em 0.5em 0.8em;
    text-decoration: none;
    font-size: 1em !important;
    color: rgb(100, 100, 100);
    /* background-color: rgba(255, 255, 255, 1.0); */
    display: block;
    line-height: 1.5;
}

.menuItem-open {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 1em;
    color: rgb(0, 0, 0);
    background-color: rgba(180,227,255, 1.0);
    border-left: 5px solid rgba(0, 158, 236, 1.0);
    display: block;
    line-height: 1.5;
    font-weight: bold;
}

.menuItem:hover {
    color: rgb(0,0,0);
}
.menuItem-open:hover {
    color: rgb(0,0,0);
}

.subMenu1{
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;    
    padding: 8px 8px 8px 40px;
    text-decoration: none;
    font-size: 0.9em;
    color: rgb(100, 100, 100);
    display: block;
}

.subMenu1.active {
    color: rgb(0, 0, 0);
    background-color: rgba(180,227,255, 0.4);
    border-left: 5px solid rgba(153,217,255,1.0);
    font-weight: bold;
}

.smallimage {
	width: 50px;
	height: 50px;
	transition-duration: 1s;
}

.mediumimage {
	width: 85px;
	height: 85px;
	transition-duration: 1s;
}

.largeimage {
	width: 120px;
	height: 120px;
	transition-duration: 1s;
}
	
.carrot {
    /* content: "\25B6";
    color:#818181;;
    display: contents; */
    margin-right: 10px;
    font-size: 1em;
    right: 0;
    position: absolute;
    transition: 0.3s; 
}

.carrot-up {
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Safari */
    transform: rotate(-180deg);
    transition: 0.3s; 
}

.itemArea {
 	margin: 0px 10px;
}
.itemArea.collapsed {
	display: none;
}

.itemrow {
	background-color: rgb(255,255,255,1);	
}

.menuItem li{
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 1em;
    color: rgb(50,50,50);
}


.nested {
    display: none;
    padding-inline-start: 0;
}

.open {
    display: block;
}

.nested li:hover {
    color: rgb(0, 0, 0);
}

.tablearea {
	padding: 0px 20px;
	width: auto;
}

/* ********************* */
.inputFieldblock {
    float: left;
    width: 550px;
}

.fieldtitle {
    text-align: right;
    float: left;
    line-height: 1.3;
    font-size: 1em;
    color: rgba(0,0,0,0.5);    
}

.inputfield {
    height: 30px;
    width: 350px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 0px 10px;
    margin: 10px 40px 10px 0px;
    float: right;
    color: rgba(0,0,0,0.5); 
}

.selectfield {
    height: 30px;
    width: 370px;
    border-radius: 15px;
    border: 1px solid rgba(0,0,0,0.1);
    margin: 10px 40px 10px 0px;
    float: right;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;	
	display: block;
	width: 100%;
	height: 100%;
	outline: none;
    color: #495057;
	font-size: 1em;
}

.selectdiv:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 1.8em;
	content: "\f078";
	color: rgb(26, 72, 91);
	right: 0.5em;
	top: 0;
	position: absolute;
	pointer-events: none;
	z-index:1;
}

select:disabled {
	color: rgba(0, 0, 0, 0.3);
}

.searchinput {
	width: 100%;
    line-height: 2;
    padding: 0px 0px;
    font-size: 1em;
    float: left;
    color: rgba(0,0,0,0.7); 
    border:none;
    background-color: transparent;
}

.searchfield {
    height: 40px;
    width: 25%;
    display: inline-flex;
	padding-right: 0 !important;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,0.2);
	background-color: rgb(255,255,255);
    margin: 15px 0px;
    color: rgba(0,0,0,0.5); 
}

/*a:link,
a:visited,
a:hover,
a:active {
	color: rgba(255,255,255,1.0);
	text-decoration: none;
}*/

label {
	cursor: pointer;
    font-size: 1em;
    margin-bottom: 0;
}

input[type=checkbox] {
    cursor: pointer;
    width: 15px;
    height: 20px;
    vertical-align: middle;
    margin: 0px 10px;
}

input[type=radio] {
	cursor: pointer;
	width: 15px;
	height: 20px;
    vertical-align: middle;
    margin: 0px 10px;
}

input[type=checkbox]:checked + label {
  font-style: normal;
  font-weight: 600;
} 

input[type=radio]:checked + label {
  font-style: normal;
  font-weight: 600;
} 

.form-control{
    font-size: 1em;
	
}
  
.sortby {
	float: left;
	clear: none;
	margin: 0px 10px;
}
.strikethrough {
  text-decoration: line-through;
  color: red !important;
  border: none !important;
}

table, th, td {
    border: 1px solid rgba(0,0,0,0.1);
    border-collapse: collapse;
	margin: auto;
	/*width: calc(100% - 10px);*/
	width: -webkit-fill-available;
}


th {
    background-color: rgb(26, 72, 91);
    color: rgb(215, 215, 215);
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    padding: 10px 5px;
    overflow: hidden;
    vertical-align: middle;
}

td {
    font-family: 'Roboto',sans-serif;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    padding: 5px 5px;
    overflow: hidden;
    vertical-align: middle;
    color: rgba(0,0,0,0.7);
}

.nowraptd {
    max-width: 350px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.n-bordered{
	border: none;
	padding: 3px 0px;
}

.b-bordered{
	border: none;
}

.b-bordered td{
	border: none;
	border-bottom: solid 1px #ccc !important;
	padding: 2px;
}

.b-bordered th {
	border: none;
	border-bottom: solid 1px #ccc !important;
	padding: 10px 0px 5px 0px;
	background-color: transparent;
	color: rgba(0,0,0,0.8);
	font-size: 1em;
	font-weight: bold;
}

.btn.btn-gray
{
  color: rgba(255,255,255,0.5);
  background-color:rgba(0,0,0,0.1);
  border: none;
}

.btn.active
{
  color: rgb(255,255,255) !important;
  background-color:rgb(0,208,117) !important;
  border: none;
}

.editbutton {
	cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    padding: 0px 5px;
    /*overflow: hidden;*/
    vertical-align: middle;
    color: rgba(0,0,0,0.6) !important;
}

th a,
td a { 
	display: block;
	width: 100%;
}
th a.sort-by { 
	padding-right: 0px;
	position: relative;
}
a.sort-by:before,
a.sort-by:after {
	border: 4px solid transparent;
	content: "";
	display: block;
	height: 0;
	right: 5px;
	top: 50%;
	position: absolute;
	width: 0;
}
a.sort-by:before {
	border-bottom-color: #FFF;
	margin-top: -9px;
}
a.sort-by:after {
	border-top-color: #FFF;
	margin-top: 1px;
}

#rowCountField {
    text-align: center;
    width: 50px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.1);
    line-height: 1.3;
}

.reloadButton {
	cursor: pointer;
    line-height: 2;

    
    border: none;
}

.windowframe {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    border-radius: 5px;
    border:1px solid rgba(0,0,0,0.1);
    margin-top: 40px;
}

.windowframetitlebar {
    background-color: rgb(26, 72, 91);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    font-size: 1em;
    color:rgba(255, 255, 255, 0.9);
    line-height: 1.3;
}

.windowframebody {
    padding: 10px;
}

.cancelbutton {
    float: left;
    background-color: rgba(0, 0, 0, 0.6);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1em;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 2;
    text-align: center;
    margin: 20px;
}

.savebutton {
    float: right;
    background-color:rgb(0, 140, 184);
    color: rgba(255, 255, 255, 0.9);
    font-size: 1em;
    width: 100px;
    height: 40px;
    border-radius: 20px;
    line-height: 2;
    text-align: center;
    margin: 20px;
}

.formstyle {
	border: 1px solid rgb(26, 72, 91);
	border-radius: 5px;
	margin-bottom: 20px;
}

.formheader {
	background-color: rgb(26, 72, 91);
	line-height: 2;
	font-size: 1em;
	margin-bottom: 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding-left: 20px;
	color: rgb(255,255,255);
}

.control-label {
	padding-left: 40px;
	padding-top: 10px;
}

.chooseContainer {
	display: inline-flex;
	width: 100%;
	margin-bottom: 30px;
}

.btnscontainer {
	margin: auto;
}

.availableitemclass.highlightitem {
	color: rgba(255,255,255,1);
	background-color: rgba(0,133,199,1);
}

.chosenitemclass.highlightitem {
	color: rgba(255,255,255,1);
	background-color: rgba(167,125,0,1);
}

.choosebtn {
	cursor: pointer;
	width: calc(100% - 20px);
	line-height: 1.3;
	color: rgba(0,0,0,0.5);
	font-size: 1em;
	padding: 10px;
	margin: 10px 10px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
}


.notificationOverlayClass {
	display: block;
	line-height:20px;
	font-size: 1em;
	color:rgba(255,255,255,1.0);
	position:absolute;
	width:20px;
	height:20px;
	top:5px;
	right:5px;
	background-color:rgba(0,85, 255, 0.8);
	border-radius:12px;
	text-align:center;
}

.notificationAreaClass {
	display: none;
    position: absolute;
    right: 0;
    top: 50px;
	width: 100%;
	height: calc(100% - 80px);
	z-index: 3;
}

.notificationColumnClass {
    right: 0;
    position: absolute;
	max-width: 90%;
    min-width: 400px;
	height: calc(100% - 80px);
	overflow: auto;
}

.userNotificationBox {
	line-height: 1.2;
	font-size: 1em;
	background-color: rgb(255,255, 255);
	text-align: left;
    padding: 10px 5px 10px 5px;
}

.userNotificationText {
    border: none;
    width: -webkit-fill-available;
    overflow: hidden;
    background-color: transparent;
}

.userNotificationBlock {
	cursor: pointer;
	border-top: 1px solid rgba(0,0,0,0.1);
	color: rgb(100,100,100);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
	position: relative;
	margin: 10px 0;
    resize: vertical;
    padding: 5px 5px 0 5px;
}

.userNotificationBlock:hover {
	background-color: rgba(150, 150, 150, 0.2);
	color: rgb(0,0,0);
}

.notificationEnabled {
	background-color: rgba(50, 180, 100, 0.3);
}

.userNotificationDeleteBtn {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background-color: rgba(0,0,0,0.1);
	color: rgb(255,255,255);
	border-radius: 25px;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
    display: none;
}

.userNotificationBlock:hover .userNotificationDeleteBtn {
	display: block;
}

.userNotificationDeleteBtn:hover {
	background-color: rgba(0,0,0,0.5);
}

#notificationAreaContent p {
	margin-bottom: 5px;
}

