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

.footer {
   bottom:0;
   display:block;
   position:absolute;
   width:100%;
}


.toolbarButton{
   width:20%;
   text-align: center;
   display: inline-block;
}

.toolbarButtonWithoutProfile{
   width:25%;
   text-align: center;
   display: inline-block;
}




.bottomBackButton{
   position:absolute;
   bottom:64px;
   margin-left:0%;
   width:100%;
}

.bottomBackButton .formNumberDivStyle {
   margin-left: 2%;
   width: 96%;
}

.bottomBackButton .singleButton {
   width:90%;
   margin-left:5%;
   display:block;
}


.bottomBackButton .leftButton{
   width:45%;
   margin-left:2%;
   float:left;
   display:block;
}

.bottomBackButton .rightButton{
   width:45%;
   margin-right:2%;
   float:right;
   display:block;
}

.ui-page,ui-content{
   padding-bottom:150px !important;
}

.ui-page .ui-header {
   height:54px;
}

.ui-page .ui-header .headerDiv {
   text-align:center;
   line-height:54px;
   font-size:1.2em;
   font-weight:500;
}

/****** 
   index page begin
********/
.indexPageHeaderLogo{
   height:50px;
}

.smallerIndexPageHeaderLogo{
   height:36px; margin-top:8px;margin-left:8px
}

.indexPageButtonListDiv{
   margin:0 10%;  
   width:80%;
}

.indexPageButtonListDiv p{
   width:100%;
   text-align: center;
   font-size: 2.0em;
   font-weight: bold;
}
.indexPageButtonListDiv a {

   margin: 20px auto; 
}
.indexPageLogo{
   margin:20px auto;
   display: block;
   width:200px;
}
/****** 
   index page end
********/

/* UI input css */
.RadioGroup {
   width:100%;
   height:60px;
   background-color:#FFFFFF;
   padding-top: 10px;
   border-bottom-width: 2px;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
}

.RadioGroup .ui-controlgroup-controls {
   float: none; 
   display: block;
   width: 98%;
   margin-left: 1%;
}
.RadioGroup .ui-radio{
   width: 50%;
}
.RadioGroup .ui-radio label{
   text-align: center;
   white-space: nowrap;
   font-size: 0.9em;
}

.sidebysideInput{
   display: block;
   width: 100%;
   height: 60px;
   background-color:#FFFFFF;
   padding-top: 5px;
   border-bottom-width: 2px;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
}

.sidebysideInput .inputLabel{
   width: 34%;
   float: left;
   font-size: 1.1em;
   margin-top: 14px;
   margin-left: 6%;
}
.sidebysideInput .inputElement{
   float: right;
   width: 58%;
   margin-right: 2%;
}
.sidebysideInput .ui-radio label{
   text-align: center;
   white-space: nowrap;
   font-size: 0.9em;
}

.sidebysideRadioGroup .ui-controlgroup-controls {
   float: none;
   display: block;
   width: 100%
}
.sidebysideRadioGroup .ui-radio{
   width: 50%;
}

.sidebysideHeightInput{
   display: block;
   width: 100%;
   min-height: 80px;
   background-color:#FFFFFF;
   padding-top: 5px;
   border-bottom-width: 2px;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
}

.sidebysideHeightInput .inputLabel{
   width: 34%;
   display:inline-block;
   font-size: 0.9em;
   margin-top: 14px;
   margin-left: 6%;
}
.sidebysideHeightInput .inputElement{
   display:inline-block;
   width: 58%;
   margin-right: 2%;
}
.sidebysideHeightInput .informationDetail{
   width: 100%;
   text-align: center;
   font-size: 0.9em;
}


/*** detailDiv  ***/
.detailDiv{
   float: none;
   width: 96%;
   background: #FFFFFF;
   padding-top: 16px;
   padding-left: 2%;
   padding-right: 2%;
   border-bottom-width: 1px;
   border-bottom-color: #CCCCCC;
   border-bottom-style: solid;
}
.detailDiv .detailRow{
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left:4%;
   width:45%;
   display: inline-block;
}
.detailDiv .detailLastRow{
   padding-top: 2px;
   padding-bottom: 2px;
   width:48%;
   float:right;
}
.detailDiv .errorRow{
   padding-top: 5px;
   padding-bottom: 5px;
   margin-left:4%;
   width:92%;
   text-align: left;
   color:red;
}
.detailDiv #tobaccoClassRow{
   padding-top: 5px;
   padding-bottom: 5px;
   width:100%;
   text-align: center;
   font-style: italic;
   font-size: 0.9em;
}
.detailDiv .resultTitle{
   margin-left:4%;
   width:96%;
   font-weight:bold;
}

.detailDiv .resultErrorTitle{
   margin-left:4%;
   width:96%;
   font-weight:bold;
   color: #aaaaaa;
}
.detailDiv .detailLabel{
   color:#a6a59d;
   font-size: 0.8em;
}
.detailDiv .detailValue{
   color:#4d4d4d;
   font-size: 1.1em;
   line-height: 1.2;
}
/*** detailDiv  END ***/

.detailDiv .alllineRow{
   width:100%;
   padding-bottom: 10px;
}
.detailDiv .fullname{
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left:2%;
   color:#000000;
   width:64%;
   display: inline-block;
   font-size: 1.2em;
}

.detailDiv .fullname .ui-btn{
   text-overflow: initial; /* Get rid of the ellipsis */
   padding-left: 5px; /* Play with padding to make max use of available button width */
   font-size: 0.7em !important;
}

.detailDiv .fullname .ui-btn-inline {
  white-space: nowrap !important;
  overflow: visible !important;
}

.detailDiv .received{
   padding-top: 2px;
   padding-bottom: 0px;
   width:30%;
   color:#a6a59d;
   font-size: 0.9em;
   text-align: right;
   display: inline-block;
}

.detailDiv .productId{
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left:2%;
   width:64%;
   display: inline-block;
   font-size: 1.0em;
   line-height: 1.2;
   color:#6d6d6d;
}
.detailDiv .receivedDate{
   padding-top: 2px;
   padding-bottom: 0px;
   width:32%;
   font-size: 1.0em;
   line-height: 1.2;
   color:#6d6d6d;
   text-align: right;
   display: inline-block;
}

.detailDiv .productValue{
   color:#a6a59d;
   font-size: 1.0em;
   font-weight: 400;
   line-height: 1.2;
}

.detailDiv .nbDetailRow{
   padding-top: 2px;
   padding-bottom: 2px;
   margin-left:2%;
   width:47%;
   display: inline-block;
}
.detailDiv .nbDetailValue{
   margin-left:4%;
   color:#4d4d4d;
   font-size: 1.1em;
   line-height: 1.2;
}


.pageWarning {
   z-index: 999;
   width:300px;
   height:20px;
   height:auto;
   position:absolute;
   left:50%;
   margin-left:-150px;
   top:40%;
   background-color: #383838;
   color: #FFFFFF;
   padding:10px;
   text-align:center;
   border-radius: 2px;
}


.requirementStatus:after {
   left: 40px !important;
}

.greenicon:after {
   background-color: #0d0;
}

.redicon:after {
   background-color: #d00;
}

/***** Pin Screen    **********/
.circle {
   width: 12px;
   height: 12px;
   border-radius: 50% !important;
   webkit-border-radius: 50% !important;
   -moz-border-radius: 50% !important;
   border-width: 1px !important;
   border-color: black !important;
   border-style: solid;
   display: inline-block;
}

.glur {
  background-color: #6b5c9e !important;
}
.blue{
   background: #323269 !important;
}
.white{
   background: #FFF !important;
}

.grayP{
   color: #666;
}
.text {
   height:42px;
   padding-top: 6px;
   color: #fff;
   font-size:1.5em;
   -webkit-user-select:none
}
.circle-btn {
   position: relative;
   background-color: #323269;
   width: 42px;
   height: 42px;
   border-radius: 21px;
   margin-left:auto;
   margin-right:auto;
   text-align: center;
}
.buttonDiv{
   width:33%;
   text-align:center;
   display:inline-block;
}

#fullscreenWarningDiv{
   display:none;
   width:100%;
   height:100%;
   left:0;
   top:0;
   position:absolute;
   opacity:0.9;
   z-index:99;
   background:#000;
}

#fullscreenContentDiv{
   font-size: 16pt;
   margin-left:15%;
   width:70%;
   color: #FFF;
   text-shadow: none !important;
   margin-top: 42%;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   box-shadow: none;
}


.btn{
  display: inline-block;
  text-decoration: none;
  -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
  box-shadow: 0 6px 10px 0 rgba(0,0,0,0.3);
  background: #323269;
  color: #FFF;
  width: 54px;
  height: 54px;
  line-height: 54px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: .2s;
  font-size:1.5em;
  -webkit-user-select:none;
}


.btn:active{
    transform: scale(0.90);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.3);
}

.pin-div{
   width: 36px;
   display: inline-block;
}