html {
	font-family: 'Roboto', sans-serif;
}

body {
	padding: 0;
	margin: 0;
}

html,
body {
	margin: 0;
	height: 100%;
	min-height: 100%;
}

#app {
	height: 100%;
}

.yScroll {
	-webkit-overflow-scrolling: touch;
}

.actionButtonContainer {
	display: flex;
	justify-content: flex-end;
	padding-top: 15px;
}

.searchButtonContainer {
	text-align: center;
	margin-top: 1.5em;
}

.container {
	padding: 1em;
}

.detailHeader {
	background-color: #bdbdbd;
	color: white;
}


.detailHeaderTitle {
	font-size: 1.5em;
}

.headerLabel {
	font-size: smaller;
	color: #ff00cc;
}

.fieldLabel {
	font-size: smaller;
	color: rgba(0, 0, 0, 0.66);
}

.fieldContainer {
	padding: 2px;
}

.fieldContainer2Col {
	display: flex;
	margin: 0 -2px;
}

	.fieldContainer2Col > div {
		margin: 0 2px;
	}

.tabIcon {
	width: 24px;
	height: 24px;
}

a,
a:visited {
	text-decoration: none;
	color: inherit;
}

.searchFieldContainer {
	display: flex;
}

.searchFieldContainer .fieldLabel {
	padding-top: 1em;
	width: 10em;
}

.subContainerArea {
	padding: 10px 6px 10px 6px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.listContainer {
    flex: 1;
}

.backgroundWhite {
	background: rgb(0, 151, 167);
}

.displayField > div {
	min-height: 1em;
}

.displayField > label {
	color: black;
}

.comboOption > div > div > div {
	white-space: nowrap;
	text-overflow: clip;
	min-height: 1em;
}

.comboBox {
	white-space: nowrap;
	text-overflow: hidden;	
}

.implantNestedList {
	 margin-left: 56px;
    padding: 0px 16px 16px 16px;
    position: relative;
}
.divider {
	background-color: #ff00cc;
	margin: 1em -9px 1em -9px;
}

@media only screen and (max-width: 767px){
.header {
	font-size: 17px;
}
.listRow {
	font-size: 12px;
	color: white;
}

.detailHeaderTitle {
	font-size: 1.2em;
}
}
.floating-button {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.listDisplayField {
	color: black;
	 overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 98px;
}
.paperDetail{
	padding: 1em .4em 1em .4em;
}
.patientMRNIcon {
	background-image: url(images/icons/patient_MRN.png);
    background-size: cover;
    width: 22px;
    height: 22px;
    margin-top: 1.8em;
    margin-left: .6em;
}
.slideup, .slidedown {
            max-height: 0;            
            overflow-y: hidden;
            -webkit-transition: max-height 0.5s ease-in-out;
            -moz-transition: max-height 0.5s ease-in-out;
            -o-transition: max-height 0.5s ease-in-out;
            transition: max-height 0.5s ease-in-out;
        }
	
.slidedown {            
		max-height: 60em ;                    
	} 
.transferredTab {
	background-image: url(images/icons/transferred.png);
}
.returntovendorTab {
	background-image: url(images/icons/returntovendor.png);
}
.returntoinventoryTab {
	background-image: url(images/icons/returntoinventory.png);
}
.returntoinventoryTab {
	background-image: url(images/icons/returntoinventory.png);
}
.issueTab {
	background-image: url(images/icons/issue.png);
}
.eventTab {
	background-image: url(images/icons/event.png);
}
.discardedTab {
	background-image: url(images/icons/discarded.png);
}
.inventoryTab {
	background-image: url(images/icons/inventory.png);
}
.implantTab {
	background-image: url(images/icons/office_building.png);
}
.noteTab {
	background-image: url(images/icons/note.png);
}
.explantedTab {
	background-image: url(images/icons/explanted.png);
}
.slideout {
  position: fixed;
  top: 67px;
  overflow-y: scroll;
  right: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  max-height: 30em;
  width: 100%;
}
.slideout_inner {
  position: fixed;
  top: 67px;
  right: -400px;
  overflow-y: scroll;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
 .flipped {
      -webkit-transform: rotateY( 180deg );
         -moz-transform: rotateY( 180deg );
           -o-transform: rotateY( 180deg );
              transform: rotateY( 180deg );
    }
.patientMRNLabel{
	font-size: small;
    color: rgba(0, 0, 0, 0.498039)
	}

.loadingCombo {
	margin-right: 6px;
	z-index: 10;
	float: right;
	margin-top: -33px;
}
.searchup {
	opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	height: 0px;

}
.searchdown{
	opacity: 1;
    -webkit-transform: translate(0,0);
    -webkit-transition: -webkit-transform .2s ease-in-out,background .3s,color .3s;
	webkit-backface-visibility: hidden;
	height: 49px;
}
.requiredDiv {
 position: relative;
 bottom: -6px;
 font-size: 12px;
 line-height: 14px;
 color: rgb(244, 67, 54);
 transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
.row {

}
.topborder
{
	border:1px solid white;
}
.outerborder{
	border:1px solid white;
	border-collapse:collapse;
	border-top: none !important;
}

.border{
	/*border-right:1px solid lightgray;*/
	border-collapse:collapse;
	flex: .4

}
.columnWrap {
	display: block !important;
	top: 3px;
    position: relative;
}

.columnWrap > div, .columnWrap > div > div {
	display: block !important;
}

.columnWrap > div > div > div {
    width: 98%;
    white-space: nowrap;
    overflow:hidden !important;
    text-overflow: ellipsis;
	font-size: 12px;
    font-weight: 500;
}
.columnFont {
	font-size: small
}
body {
  font-family: 'Roboto', sans-serif !important;
}

.columnFont > div > div > div {
	font-size: x-small !important;
}
.floatinglabel {
	color : black;
}
.fieldLayout {
	flex: 0.3 ;
    background-color: #f6f7f8;
    padding: 10px;
    border-radius: 4px;
    height: 5em;
	border: solid #e3e3e3;
}
.fieldContainer3Col {
	display: flex;
	margin: 0 -2px;
}

	.fieldContainer3Col > div {
		margin: 10px 2px;
	}
.fieldButton {
	height: 60px !important;
}

.fieldButton svg {
	margin-left: 0px !important;
}


.fieldButton > div > span {
	display: block;
	margin-top: -0.8em;
}

.searchBox {
	display: flex; 
	background-color: blue;
	position: relative;
	z-index: 1000;
	width: 960px;
	border-radius: 3px;
}
.drawer > div {
	background-color: #333 !important;
	float: left;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
	top: 3em !important;
	height:95% !important;
	margin-top: 1em !important;
}
.drawerMenu {
	fill : #e1e1e1 !important;
	color : #e1e1e1 !important;
	font-size: 13px !important;
}
.iconSize {
	height: 20px !important;;
	width: 20px !important;;
}
.raisedButtonSize {
	font-size: 13px !important;
 }

.drawerMenu > div > div > button > div > svg {
	color: white !important;
 }
 
 .btnAlign {
	min-width: 33px !important;
    margin: 0px 0px !important;
 }
 .btnAlign > button {
	height: 28px !important;
    line-height: 28px !important;
 }
 .mainAppBar > h1 {
	 font-size: 15px !important;
	 font-weight: 500 !important;
	 align-self: center;
 }
.SubFormbtnAlign{

	border-radius: 5px;    
    padding: 7px !important;
    font-weight: 500;
    font-size: 13px !important;
    background-color: #6197ce !important;
	margin-right: 1.5em;	
	color: WHITE!important;
	height:150;
	margin:10
}
.searchFieldContainer2 {
	display: flex;
	margin-left: 1.2em;
	height: 40px;
	font-size:13px;
}

.searchFieldContainer2 .fieldLabel {
	padding-top: 1em;
	width: 10em;
}
.toolBar {
	height: 45px !important;
	width: 100%;
	z-index :1000;
	margin-top:-1.5em;
	margin-left:-0.9em;
}
.toolBarGroup{
	margin-top:-.3em;
	height:40px !important;
}
.desktopAppbar {
	display: flex;
	position: relative;
	z-index: 1000;
	width: 15%;
	border-radius: 6px;
	height:30px;
	float: right;
	border: 1px solid #bfbfbf;	
	margin-right: 9px;
	background: white;
	min-width: 15em
}
.react-autosuggest__container {
  position: relative;
   width: 100%;
}

.react-autosuggest__input {
  width: 82%;
  height: 39px;
  padding: 10px 20px;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border: 1px solid #aaa;
  border-radius: 4px;
   padding-left:51px;
}

.react-autosuggest__input--focused {
  outline: none;
}

.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.react-autosuggest__suggestions-container {
  display: none;
}

.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  top: 51px;
  width: 100%;
  border: 1px solid #aaa;
  background-color: #fff;
  font-family: Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}

.react-autosuggest__suggestion--highlighted {
  background-color: #ddd;
}

@media screen and (min-width: 768px) {
::-webkit-scrollbar
{
  width: 10px;  /* for vertical scrollbars */
  height: 7px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
}
.searchFieldContainer .fieldHeader {
    width: 75px;
    align-items: stretch;
    top: 16px;
    position: relative;
    height: 20px;
}
.searchFieldContainer .settingHeader {
    width: 50%;
    align-items: stretch;
    top: 16px;
    position: relative;
    height: 20px;
}
#logo-group>span {
    display: inline-block;
   	margin-top: 6px;
   	margin-left: 10px;
	color: #7d7d7d;
}
.searchC > div{
 height: 40;
}
.searchC > div > div{
 height: 40 !important;
}
.containerAreaDesktop {
	padding: 20px 20px 20px 20px;
	display: flex;
	flex-direction: column;
}

.subContainerAreaDesktop{
	width: 100%;
	min-width: 225px;
}
.settingFieldLabel {
	margin-top: 1em !important;;
}
.labelManage {
	height: 1.8em
}
.settingTextField{
	width: 3em !important;
	font-size: 14px !important;
}
.customCombo .Select-control .Select-multi-value-wrapper .Select-placeholder {

}

.dx-selection{
	background-color: #e6e6e6 !important;
  }

.input-group-addon{
	padding: 0px 0px !important;
	background-color: transparent !important;
    border: 1px solid transparent !important;
}
.profileAlign img { 
	height: 1.6em !important;
	width: auto !important;
}


input::-ms-clear, input::-ms-reveal {
    display: none;
}
.profileAlign > div {
	padding-right: 43px !important;
	display: flex;
    align-items: center;
}
.legends {
	text-align: right;
}
.legends > div >svg {
	width: 30% !important;
    height: 0% !important;
}
.panel.panel-default {
	border-width: 0.5em;
	border-color:white;
}
.Login_TextField{
	padding-left: 0.75em;
	padding-right: 0.75em;
	height: 2.2em !important;
    border: 2px groove (internal value);
	width: 19.9em;
	padding-top: 4.55px;
	margin-bottom: 0.9em;
}