/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */

html,body {
    /* Rev 06-12-24 [Abs] - Set height to 100% always of the parent frame,window */
    height:100%;
}
body { 
    font:12px Helvetica, Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; 
    /* Rev 06-12-24 [Abs] - Changed background to white instead of the SmartAdmin image */
    background: #ffffff;
}

.menu-item-parent {
	max-width:100%!Important;
}

.smart-style-2 .login-info a, .smart-style-2 .login-info ul div {
	font-size:12px !important;
	color: #33455A;
	margin-top: 2px;
}

.smart-style-2 .login-info a span, .smart-style-2 .login-info a i {
	padding: 0;
	font-size: 14px !important;
	color:dimgray;
}

.smart-style-2 .login-info a span {
  width:105px;
  max-width: 105px;
}

.ssButton { background-color:transparent; border:none }

.ssGrid thead tr th { 
	background:linear-gradient(180deg, silver 0%, lightgrey 10%, gainsboro 30%, gainsboro 70%, lightgrey 90%, silver 100%);
	font-weight:bold;
	border-left:1px solid silver !important;
	border-right:1px solid silver !important;
}

.dropdown-menu li a:hover i { color:white }

.modal-body { padding:1px !important }
.modal-header { padding:5px !important }
.modal-footer { padding:5px !important }

.completionList { max-height:250px;overflow-y:auto;background-color:white;border:1px solid silver;margin:0;padding:3px }
.listItem { color:black;padding:3px }
.itemHighlighted { background-color:lightyellow;padding:3px }

/* ----------------------------------- Start: Datepicker Css ----------------------------------- */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
  border: 0;
  font-weight: bold;
  width: 100%;
  padding: 4px 0;
  background-color: #f5f5f5;
  color: #808080;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  display: block;
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

.ui-datepicker th {
  font-weight: bold;
  color: gray;
}
.ui-datepicker-today a:hover {
  background-color: #808080;
  color: #ffffff;
}
.ui-datepicker-today a {
  background-color: #BFBFBF;
  cursor: pointer;
  padding: 0 4px;
  margin-bottom: 0;
}
.ui-datepicker td a {
  margin-bottom: 0;
  border: 0;
}
.ui-datepicker td:hover {
  color: #ffffff;
}
.ui-datepicker td .ui-state-default {
  border: 0;
  background: none;
  margin-bottom: 0;
  padding: 2px;
  color: gray;
  text-align: center;
  filter: none;
}
.ui-datepicker td .ui-state-highlight {
  color: #ffffff;
  background-color: #A90329;
  border-color: #46b8da;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-datepicker td .ui-state-active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
  margin-bottom: 0;
  font-size: normal;
  text-shadow: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}
.ui-datepicker td .ui-state-hover {
  color: #ffffff;
  background: #428bca;
  background-color: #428bca;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #357ebd;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0px;
  /* Safari 4 */
  -moz-border-radius: 0px;
  /* Firefox 3.6 */
  border-radius: 0px;
}

/*
* Calendar
*/
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  text-align: center;
  margin-top: 2px;
}

.ui-datepicker-next > :first-child,
.ui-datepicker-prev > :first-child {
  text-indent: 0px !important;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background: none !important;
}

.ui-datepicker  {
  border:1px solid dimgray;
  background-color:white;
  box-shadow:1px 1px 3px gray
}

/*
 * Time picker
 */
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 17px 10px 12px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

/* ----------------------------------- End: Datepicker Css ----------------------------------- */

/* ----------------------------------- Start: Drop Down Menu Animate ----------------------------------- */

.ssMenuSeeSaw {
	animation:menuRotate 0.25s ease 2;
}

.ssMenuFade {
	animation:menuFadeIn 0.5s ease;
}

@keyframes menuRotate {
	0%   {
		transform:perspective(0px) rotateX(0deg);
		-webkit-transform:perspective(0px) rotateX(0deg)
	}
	10%  {
		transform:perspective(1500px) rotateX(10deg);
		-webkit-transform:perspective(1500px) rotateX(10deg)
	}
	20%  {
		transform:perspective(1200px) rotateX(20deg);
		-webkit-transform:perspective(1200px) rotateX(20deg)
	}
	30%  {
		transform:perspective(900px) rotateX(25deg);
		-webkit-transform:perspective(900px) rotateX(25deg)
	}
	40%  {
		transform:perspective(600px) rotateX(30deg);
		-webkit-transform:perspective(600px) rotateX(30deg)
	}
	50%  {
		transform:perspective(550px) rotateX(35deg);
		-webkit-transform:perspective(575px) rotateX(35deg)
	}
	60%  {
		transform:perspective(600px) rotateX(30deg);
		-webkit-transform:perspective(600px) rotateX(30deg)
	}
	70%  {
		transform:perspective(900px) rotateX(25deg);
		-webkit-transform:perspective(900px) rotateX(25deg)
	}
	80%  {
		transform:perspective(1200px) rotateX(20deg);
		-webkit-transform:perspective(1200px) rotateX(20deg)
	}
	90%  {
		transform:perspective(1500px) rotateX(10deg);
		-webkit-transform:perspective(1500px) rotateX(10deg)
	}
	100% {
		transform:perspective(0px) rotateX(0deg);
		-webkit-transform:perspective(0px) rotateX(0deg)
	}
}

@keyframes menuFadeIn {
	0%   {opacity:0}
	10%  {opacity:0.1}
	20%  {opacity:0.2}
	30%  {opacity:0.3}
	40%  {opacity:0.4}
	50%  {opacity:0.5}
	60%  {opacity:0.6}
	70%  {opacity:0.7}
	80%  {opacity:0.8}
	90%  {opacity:0.9}
	100% {opacity:1}
}

/* ----------------------------------- End: Drop Down Menu Animate ----------------------------------- */
