@charset "utf-8";
/* regular classes: */
body, html {/* text-align: right;*/ direction: rtl;}
h1, .h1 { font-size: 2.5rem;}
@media (max-width: 767px) {
	h1, .h1 { font-size: 1.8rem;}
}
#reselectTrigger { left: -10px; right: auto;}
.messageResult:after {right: -25px; left: auto;
  background: rgba(0, 0, 0, 0) url("../img/ui/messageCornerR.png") no-repeat scroll 0 0;}
.ticketRow, .userRow, alert { font-weight: 500;}
.locContainer .actionButtons { float: left;}
.dropdown-content li>a, .dropdown-content li>span { font-weight: bold;}

.urgencyContainer { padding-right: 0rem; }

#fromdate, #tilldate { background: #eee url("../img/icons/calendar.png") 5px 50% no-repeat;}
/* toastr */

#toast-container > .md-toast {
  background-image: none !important;
}
.md-toast-title {
  font-weight: bold;
}
.md-toast-message {
  word-wrap: break-word;
}
.md-toast-message a,
.md-toast-message label {
  color: #fff;
}
.md-toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.md-toast-close-button {
  position: relative;
  left: -0.3em;
  top: -0.3em;
  float: left;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.md-toast-close-button:hover,
.md-toast-close-button:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/*
    Additional properties for button version
    iOS requires the button element instead of an anchor tag.
    If you want the anchor version, it requires `href="#"`.
 */
button.md-toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.md-toast-top-center {
  top: 0;
  left: 0;
  width: 100%;
}
.md-toast-bottom-center {
  bottom: 0;
  left: 0;
  width: 100%;
}
.md-toast-top-full-width {
  top: 0;
  left: 0;
  width: 100%;
}
.md-toast-bottom-full-width {
  bottom: 0;
  left: 0;
  width: 100%;
}
.md-toast-top-left {
  top: 12px;
  right: 12px;
}
.md-toast-top-right {
  top: 12px;
  left: 12px;
}
.md-toast-bottom-right {
  left: 12px;
  bottom: 12px;
}
.md-toast-bottom-left {
  bottom: 12px;
  right: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 50px 15px 15px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  transition: box-shadow 0.2s ease-in;
  color: #fff;
  opacity: 0.9;
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .md-toast::before {
  position: fixed;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 18px;
  float: right;
  padding-left: 0.5em;
	padding-right: 0;
  padding-top: 6px;
  margin: auto -1.5em auto 0.5em;
}
#toast-container > .md-toast-info::before {
  content: '\f05a';
}
#toast-container > .md-toast-error::before {
  content: '\f057';
}
#toast-container > .md-toast-success::before {
  content: '\f058';
}
#toast-container > .md-toast-warning::before {
  content: '\f06a';
}
#toast-container.md-toast-top-center > div,
#toast-container.md-toast-bottom-center > div {
  width: 300px;
  margin: auto;
}
#toast-container.md-toast-top-full-width > div,
#toast-container.md-toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.md-toast {
  background-color: #273138;
  border: 1px solid #313d46;
  border-radius: 4px;
}
.md-toast-success {
  box-shadow: 0 0 12px #51a351;
}
.md-toast-success .md-toast-title {
  color: #51a351;
}
.md-toast-success::before {
  color: #51a351;
}
.md-toast-error {
  box-shadow: 0 0 12px #bd362f;
}
.md-toast-error .md-toast-title {
  color: #bd362f;
}
.md-toast-error::before {
  color: #bd362f;
}
.md-toast-info {
  box-shadow: 0 0 12px #2f96b4;
}
.md-toast-info .md-toast-title {
  color: #2f96b4;
}
.md-toast-info::before {
  color: #2f96b4;
}
.md-toast-warning {
  box-shadow: 0 0 12px #f89406;
}
.md-toast-warning .md-toast-title {
  color: #f89406;
}
.md-toast-warning::before {
  color: #f89406;
}
.md-toast-progress {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/*
    Responsive Design
*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 50px 8px 8px;
    width: 11em;
  }
  #toast-container .md-toast-close-button {
    left: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 50px 8px 8px;
    width: 18em;
  }
  #toast-container .md-toast-close-button {
    left: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 50px 15px 15px;
    width: 25em;
  }
}
/* end toastr */

#navbarNav1 .dropdown-menu.dropdown-menu-left.show {
	left: 0 !important;
	right: auto !important;
}
