#jlimo-container {
	position: relative;
}

/*
.dropdown {
	position: absolute;
	top: 20px;
	right: 20px;
}
*/
/* #searchByJobIdDiv{
	margin-left: 0px;
} */
#dropdownBtn {
	/* float: right; */
    margin-top: 12px;
	cursor: pointer;
}

.dropdown-img-trip-list{
	background: transparent url(../images/toolbar-images/trips-search.png) no-repeat center center;
}

.dropdown-img-jobs-with-complaint-list{
	background: transparent url(../images/toolbar-images/complaint-trips.png) no-repeat center center;
}

.dropdown-img-manage-bookers{
	background: transparent url(../images/toolbar-images/mange-booker.png) no-repeat center center;
}

.dropdown-img-recurring-trips{
	background: transparent url(../images/toolbar-images/scheduled-trips.png) no-repeat center center;
}

.dropdown-img-my-downloads{
  background: transparent url(../images/toolbar-images/my-downloads.png) no-repeat center center;
}


.drop-down-background-img{
	height: 24px;
	width: 20px;
	background-size: 19px;
	margin-right: 10px;
	display: inline-block;
	cursor: pointer;
}

#dropdownMenu{
	right: 0 !important;
	left: auto !important;
	min-width: 200px !important;
	/* min-height:140px; */
	top: 50px !important;
	transform: none !important;
	/* overflow: auto; */

   border-radius:8px !important;
}

#loginForm {
	padding: 0 5px;
}

#loginForm > button {
	margin-top: 5px;
}

/* .receipt-div {
	padding: 5px;
} */

.search-by {
	
}

/* #receiptDialog input[type=text] {
	width: 100px;
}

#receiptDialog > div{
	overflow: hidden;
} */

 /*#forgotDialog  input {
	width: 60%;

}*/

#searchByJobIdDiv, #searchByNameDiv {
	/* margin-top: 5%; */
}

.receiptError {
	color: red;
	font-size: 12px;
	margin-top: -20px;
    margin-left: -40px;
    position: absolute;
    display: none;
}

.receiptOptionTag {
	color: black;
	font-size: 12px;
	position: absolute;
    margin-top: 12px;
    margin-left: -11px;
}

.user-menu{
    text-align: left;
    list-style-position: inside;
    margin-right:5px;
}

 .receipt-div{
    text-align: left;
   /*  margin-top:-8%; */
    padding-left: 10px;
}

#receiptBtn{
	background-color: transparent;
	
	 outline: none !important;
        outline-style: none !important;
        outline-offset: 0 !important;
        border-top: none !important;
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
}

#receiptBtn:hover{
	color: black;
}


#passwordInput{
	margin-top:4% !important;
}

#userIdInput,#passwordInput{
	border-radius:5px !important;
	text-align:left;
}

#dropdownMenu a, #loginModal a, #dae_loginForm a{
	font-weight: 600;
	cursor: pointer;
}
#dropdownMenu a:hover, #loginModal a:hover{
	text-decoration: underline;
}
#forgotBtn{
	font-size:11px;
}

.changeColor{
	 border-radius:0px !important;
}

ul#receipt_jobList {
	padding: 8px;
	margin: 0;
}

ul#receipt_jobList>li {
	padding: 10px;
	background: white;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #aaa;
	margin-bottom: 10px;
}

ul#receipt_jobList ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#receipt_jobList li:after {
	content: "";
	display: block;
	clear: both;
}

ul#receipt_jobList>li>* {
	float: left;
	margin-left: 15px;
}

ul#receipt_jobList ul li {
	/* float: left; */
	margin-right: 10px;
}

#receiptBtn.receiptBtnOutside{
	float: left;
	font-size: 14px;
	border: #ccc 1px solid !important;
	cursor: pointer;
}

#receiptBtn.receiptBtnOutside:hover{
	color:#0092ff;
}

#loginModal .modal-dialog {
	width: 400px;
}

.cellphone-web-login-jlimo-modal .modal-dialog {
	width: 450px !important;
}

#loginModal .modalBodyContent {
	padding-top: 18px !important;
}
#noti_Button {
	cursor:pointer;
	position:absolute;
	margin-left:70%;
	margin-top: -30px;
}

#warning_noti_Button {
	cursor:pointer;
	position:absolute;
	margin-left:50%;
	margin-top: -30px;
}
#notifications {
        display:none;
        width:300px;
        position:absolute;
        margin-left: 68%;
        left:0;
        background:#FFF;
        border:solid 1px rgba(100, 100, 100, .20);
        -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
        z-index: 999;
        top: 10px;
    }
#warningNotifications {
	    display:none;
        width:300px;
        position:absolute;
        margin-left: 50%;
        left:0;
        background:#FFF;
        border:solid 1px rgba(100, 100, 100, .20);
        -webkit-box-shadow:0 3px 8px rgba(0, 0, 0, .20);
        z-index: 999;
        top: 10px;
}
    
    /* AN ARROW LIKE STRUCTURE JUST OVER THE NOTIFICATIONS WINDOW */
#notifications:before {         
        content: '';
        display:block;
        width:0;
        height:0;
        color:transparent;
        border:10px solid #CCC;
        border-color:transparent transparent #FFF;
        margin-top:-20px;
        margin-left:10px;
    }
.clearNotification:hover {
	color: #337ab7;
}

.notificationCenterItem:hover {
	cursor:pointer;
	background-color:#eee;
}

#notificationClearAll {
	border-radius: 25px;
	padding: 2px;
	margin-top: 0px; /* If this is positive number, button is hidden under notifications] */
	margin-bottom: 2px;
	position: absolute;
	right: 20px;
	z-index: 1000; /* bring the button up top */
}

#notificationClearAll:hover {
	cursor:pointer;
	background: #337ab7;
	color: white;
}

#noti_Counter{
	width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: red;
    color:red;
    margin-left: 72%;
    margin-top: -40px;
    position: absolute;
    display:none;
}

#warning_noti_Counter {
	   width: 20px;
       height: 20px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: red;
      color:red;
      margin-left: 52%;
      margin-top: -40px;
      position: absolute;
      display:none;
}

#dropdownMenu a, #dropdown-Outmenu a
{
   /*  padding: 5px; */
    margin-right: 10px;
    letter-spacing: 0.39px;
   /*  color: #333333; */
    font: 14px "HelveticaNeueLight", Helvetica;
    cursor: pointer;
}

#dropdownMenu li i {
	/*  margin-right: 10px; */
	text-align: center;
    padding-top: 3px;
    width:20px;
    margin-right: 10px;
}

#dropdown-Outmenu {
	right: 0 !important;
	left: auto !important;
	/* left: -100px !important; */
	min-width: 220px !important;
	padding: 10px !important;
   	border-radius:8px !important;
   	top: 38px !important;
   	transform: none !important; 
}

#dropdown-Outmenu li {
	/* padding: 0 0 5px 0; */
}

.menuArrow
{
	position: absolute;
    right: 20px;
    top: -14px;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid rgba(0,0,0,.15);
}

.inner-triangle {
	position: relative;
    top: 2px;
    left: -12px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid white;
}

.duplicateUserError {
	display: none;
	padding: 0 0 5px 25px;
    border-top: 1px solid lightgray;
    color: crimson;
}

#user-id {
	text-transform: uppercase;
}

.dropdown-toggle {
 color: grey;
}

#userLkup_acctReq1 {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    pointer-events: none;
}

#userLkup_acctReq1::placeholder {
  color: #90949c;
  opacity: 1;
}

#attest-dialog .avoid-click{
  background: #FFF;
  pointer-events: none;
  opacity: 0.15;
  color: whitesmoke;
}


