html,body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	height: 100%; /* needed for container min-height */
}

body {
	color: #666666;
	font-size: 10px;
}

/* IneForm styles (copied from style.css) */
/* these two rules below are good for eliminating the dotted border around a focused button */
.gwt-Button::-moz-focus-inner {
  border: 0;
}

.gwt-Button:focus {
  outline: none;
}

/* date picker */
.gwt-DatePicker { 
	background-color: #f6f6f6;
	border: 0px solid #ccc;
	box-shadow: 0px 1px 4px #ccc;
}

.datePickerDayIsValue {
	background: #12ad2b;
	border: 0px;
	color: white;
}

.datePickerDay {
	padding: 10px;
	cursor: hand;
	cursor: pointer;
	font-size: 14px;
	text-align: center;
	font-size: 14px;
}

.datePickerWeekdayLabel,
.datePickerWeekendLabel {
	background-color: #f1f1f1;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	cursor: default;
	text-align: center; 
}

.datePickerDayIsToday {
	border:0	
}

.datePickerDayIsDisabled {
	opacity: 0.3;
}

.datePickerPreviousButton,
.datePickerNextButton {
	padding: 10px;
	font-weight: bold;
}

.datePickerMonth {
	width: 189px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.ineTable-ActionCell{
	cursor: pointer;
	text-decoration: underline !important;
}

/* End of IneFrom styles */


.customDate {
/* 	width: 80px; */
}

.customDate img {
	float: right;
	margin-top: 1px;
}

.customDate .gwt-TextBox {
	height: 23px;
	padding: 0 6px 0 6px;
	color: #666666;
/* 	font-weight: bold; */
	margin: 0 0 0 0;
	outline: 0px;
	border-radius: 3px;
	border: 1px solid #bdbdbd;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	box-shadow: 0px 0px 0px 2px #eeeeee;
	-moz-box-shadow: 0px 0px 0px 2px #eeeeee;
	-webkit-box-shadow: 0px 0px 0px 2px #eeeeee;
	width: 87px;
	font-size: 10px;
}

.threePanelPicker * {
	font-size: 12px;
}

.threePanelPicker .datePickerDayIsValue {
	background: none;
}

.threePanelPicker .datePickerDayIsWeekend {
	background: #EEEEEE !important;
}

.threePanelPicker .datePickerPreviousButton,.threePanelPicker .datePickerNextButton
	{
	cursor: default;
	visibility: hidden;
	padding: 0px !important;
}

.threePanelPicker .datePickerMonthSelector {
	background: #D9D9D9;
}

.threePanelPicker .datePickerWeekdayLabel,.threePanelPicker .datePickerWeekendLabel
	{
	background: #F6F6F6;
	padding: 0px 4px 2px;
	cursor: default;
	font-weight: bold;
}

.threePanelPicker .datePickerDay {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: hand;
	cursor: pointer;
	background: #F6F6F6 !important;
	color: #868686;
}

.threePanelPicker td.datePickerMonth {
	color: #868686;
	font-size: 100%;
}

.threePanelPicker .datePickerDayIsHighlighted {
	background: #4F4F4F !important;
	color: white;
}

.threePanelPicker .datePickerDayIsFiller {
	visibility: hidden;
}

.threePanelPicker .datePickerDays {
	width: 100%;
	background: #F6F6F6;
}

.threePanelPicker .datePickerDayIsToday {
	border: 1px solid #868686;
}

.userListHighLight td{
	/*for user list page admin rows*/
	background-color: yellow;
}

/* this is used for the elements (like label or textbox) of DateTimeFW */
.field{
	padding-right: 5px;
}


.gwt-SuggestBox {
  padding: 2px;
}
.gwt-SuggestBoxPopup {
  margin-left: 3px;
  border: 1px solid #ccc;
}
.gwt-SuggestBoxPopup .item {
  padding: 2px 6px;
  color: #424242;
  cursor: default;
}
.gwt-SuggestBoxPopup .item-selected {
  background: #ccc;
}
.gwt-SuggestBoxPopup .suggestPopupContent {
  background: white;
}

.gwt-TabBar {
}
.gwt-TabBar .gwt-TabBarFirst {
	width: 5px;  /* first tab distance from the left */
}
.gwt-TabBar .gwt-TabBarRest {
}
.gwt-TabBar .gwt-TabBarItem {
	margin-left: 6px;
	padding: 3px 6px 3px 6px;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-weight: bold;
	text-align: center;
	background: #d0e4f6;
}
.gwt-TabBar .gwt-TabBarItem-selected {
	cursor: default;
	background: #92c1f0;
}
.gwt-TabBar .gwt-TabBarItem-disabled {
	cursor: default;
	color: #999999;
}
.gwt-TabPanel {
}
.gwt-TabPanelBottom {
	border-color: #92c1f0;
	border-style: solid;
	border-width: 3px 2px 2px;
	overflow: hidden;
	padding: 6px;
}

.gwt-DecoratedTabBar {
}
.gwt-DecoratedTabBar .gwt-TabBarFirst {
	width: 5px;  /* first tab distance from the left */
}
.gwt-DecoratedTabBar .gwt-TabBarRest {
}
.gwt-DecoratedTabBar .gwt-TabBarItem {
	border-collapse: collapse;
	margin-left: 6px;
}
.gwt-DecoratedTabBar .tabTopCenter {
	padding: 0px;
	background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabTopLeft,
.gwt-DecoratedTabBar .tabTopRight {
	padding: 0px;
	zoom: 1;
}
.gwt-DecoratedTabBar .tabTopLeftInner,
.gwt-DecoratedTabBar .tabTopRightInner {
	width: 6px;
	height: 6px;
}
.gwt-DecoratedTabBar .tabTopLeft {
	background: url(images/corner.png) no-repeat 0px -55px;
	-background: url(images/corner_ie6.png) no-repeat 0px -55px;
}
.gwt-DecoratedTabBar .tabTopRight {
	background: url(images/corner.png) no-repeat -6px -55px;
	-background: url(images/corner_ie6.png) no-repeat -6px -55px;
}
* html .gwt-DecoratedTabBar .tabTopLeftInner,
* html .gwt-DecoratedTabBar .tabTopRightInner {
	width: 6px;
	height: 6px;
	overflow: hidden;
}
.gwt-DecoratedTabBar .tabMiddleLeft,
.gwt-DecoratedTabBar .tabMiddleRight {
	width: 6px;
	padding: 0px;
	background: #d0e4f6;
}
.gwt-DecoratedTabBar .tabMiddleLeftInner,
.gwt-DecoratedTabBar .tabMiddleRightInner {
	width: 1px;
	height: 1px;
}
.gwt-DecoratedTabBar .tabMiddleCenter {
	padding: 0px 4px 2px 4px;
	cursor: pointer;
	cursor: hand;
	color: black;
	font-weight: bold;
	text-align: center;
	background: #d0e4f6;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
	background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
	background-position: 0px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
	background-position: -6px -61px;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
	background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
	cursor: default;
	background: #92c1f0;
}
.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
	cursor: default;
	color: #999999;
}

/* Loading */
body {
  background-color: #ffffff;
}

.showbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.loader {
  position: relative;
  margin: 0px auto;
  width: 60px;
}
.loader:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.circular {
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.path {
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
          animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

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

@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124;
  }
}
@-webkit-keyframes color {
  100%, 0% {
    stroke: #12ad2b;
  }
  40% {
    stroke: #00a3dd;
  }
  66% {
    stroke: #12ad2b;
  }
  80%, 90% {
    stroke: #00a3dd;
  }
}
@keyframes color {
  100%, 0% {
    stroke: #12ad2b;
  }
  40% {
    stroke: #00a3dd;
  }
  66% {
    stroke: #12ad2b;
  }
  80%, 90% {
    stroke: #00a3dd;
  }
}