
.mainmenu.requestmanager {
	background-image: url('../img/requestmanager.png' );
}

.mainmenu.requestmanager_new {
	background-image: url('../img/requestmanager_new.png' );
}

/* Oblyon theme */
.icon.icon--requestmanager_new {
  background: url('../img/requestmanager_new.png') no-repeat center;
  background-size: 22px;
}

.tr_menu_requestmanager_new {
	width: 18px;
  height: auto;
}

.noMarginBottom {
  margin-bottom: 0px !important;
}

.tabsStatusAction {
  margin: 20px 0em 0em 0em;
}

.tabsStatusActionPrevious {
  width: 50%;
  display: inline-block;
  text-align: left;
}

.tabsStatusActionNext {
  width: 50%;
  display: inline-block;
  text-align: right;
}

.rm_my_request_updated_blink {
  -webkit-transition: background 0.8s ease-in-out;
  -ms-transition:     background 0.8s ease-in-out;
  transition:         background 0.8s ease-in-out;
}

.rm_my_request_updated_blink_color {
  background-image: -o-linear-gradient(bottom, rgba(250,250,250,0.3) 0%, rgba(0,0,0,0.5) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(250,250,250,0) 100%);
  background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 0%, rgba(250,250,250,0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(250,250,250,0.3) 0%, rgba(0,0,0,0.5) 100%);
  background-image: linear-gradient(bottom, rgba(250,250,250,0.3) 0%, rgba(0,0,0,0.5) 100%);
  background-color: yellow !important;
}

.rm_my_request_updated_line_color {
  background: yellow;
}

#mainmenutd_requestmanager_chronometer a div.mainmenuaspan {
  font-size: 24px !important;
  font-weight: bolder !important;
}

div.event-content h5 span.right {
  text-align: right;
  float: right;
}

.time_spent_date_nav {
    margin: 15px 0;
    border: 1px solid #dadada;
    padding: 5px;
}
.time_spent_date_nav .navigation {
    float: right;
    margin-top: 0.2em;
}

.status_thread {
    margin-bottom: 10px;
}

.time_spent_date_nav .butAction {
    margin: 1px 2px !important;
}

.time_spent_date_nav form {
    margin-left: 5px !important;
    display: inline-block !important;
}

.rm_selected_date_nav_mode {
    background-color: green !important;
}