.req-body-card{
	margin: 10px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}
.state-header-text{
	color: #065492;
  font-weight: 700;
  font-size: 16px;
}
.state-quantiy-text{
	padding-top: 4px;
  font-size: 12px;
}
.pickedUpRowPadding{
  padding: 16px;
}
.paddingHistoryRow{
   padding: 16px;
}
.box-sizing-border-box{
box-sizing: border-box
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.padding-ver-1cent{
  padding: 1% 0px;
}
.padding5cent{
	padding: 5%;
}
.noBottomMargin{
	margin-bottom: 0px;
}
.marginTop1cent{
	margin-top: 1%;
}
.marginTop5cent{
	margin-top: 5%;
}
.marginTop5px{
	margin-top: 5px;
}
.marginTop3cent{
	margin-top: 3%;
}
.marginLeft15cent{
  margin-left: 15%;
}
.marginRight15cent{
  margin-right: 15%;
}

.paddintTop1cent{
	padding-top:1%; 
}
.paddintTopDot5cent{
	padding-top:0.5%; 
}
.paddintTop10cent{
	padding-top:10%; 
}
.paddintTop5cent{
	padding-top:5%; 
}

.paddintBottom1cent{
	padding-bottom:1%; 
}
.paddintLeft5px{
	padding-left:7%; 
}
.paddintRight5px{
	padding-right:7%; 
}
.paddintTop3cent{
	padding-top:3%; 
}
.floatRight{
  float: right;
}
.floatLeft{
  float: left;
}

.fontSize23px{
	font-size: 23px;
}
.req-action-button{
	color: #fff;
    background-color: #065492;
    border:1px solid #065492;
    white-space: nowrap;
    border-radius: 4px;
    padding: 9px;
    font-weight: bold;
}
.padding4pxImportant{
	padding: 4px!important;
}
.width13dot333cent{
	width: 13.333%
}
.width20cent{
	width: 20%;
}
.width16cent{
  width: 16%;
}
.width8cent{
  width: 8%;
}

.req-action-button:disabled{
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  cursor: not-allowed;
}
.failed-icon:after{
	content: url('../images/Failed.png');
}
.success-icon:after{
	content: url('../images/success.png');
}
.processing-icon:after{
	content: url('../images/processingGif.gif');
}
.pending-icon:after{
	content: url('../images/pending.png');
}
.vertical-top{
	vertical-align: top;
}
.vertical-super{
	vertical-align: super;
}
.margin-left5cent{
	margin-left:5%;
}
.margin-top1dot5cent{
	margin-top: 1.5%;
}
.margin-left2cent{
	margin-left:2%;
}
.displayGrid{
	display: grid;
}
.flex-col-space-around{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.flex-col-start{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.flex-col-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.align-items-center{
  align-items: center;
}
.flex-row-center{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.flex-row-start{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.flex-row-end{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.flex-row-space-around{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.flex-row-space-between{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.width80cent{
  min-width: 80%;
  width: 80%;
  max-width: 80%;
}
.width20cent{
  min-width: 20%;
  width: 20%;
  max-width: 20%;
}
.width75cent{
  min-width: 75%;
  width: 75%;
  max-width: 75%;
}
.width25cent{
  min-width: 25%;
  width: 25%;
  max-width: 25%;
}
.view-det-heading{
	font-family: Roboto;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.1px;
	text-align: left;
	color: #065492;
}
.view-det-subheading{
	font-size: 12px;
	text-align: left;
  color: #445870;
  margin-bottom: 8px;
}
.view-det-data{
	font-family: Roboto;
	font-size: 14px;
	text-align: left;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}

.view-det-data.view-det-status {
  display: inline;
  margin-left: 8px;
  margin-right: 8px;
}

.view-det-error{
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.4px;
	text-align: left;
	color: #d0021b;
}
.view-det-detailgroup {
  margin-bottom: 32px;
}

.view-det-icon {
  font-size: 16px;
  color: #065492;
  margin-right: 8px;
}

.height38px{
	height: 38px!important
}
.divEndPadding > div {
	margin-right: 1%
}
.refNoWidth{
  max-width: 430px;
}
.printInternationalDropdown{
  display: block !important;
  clear: both !important;
  font-weight: 400 !important;
  line-height: 1.42857143 !important;
  color: #333 !important;
  white-space: nowrap !important;
  text-transform: none !important;
  font-style: normal !important;
}
.printInternationalDropdownMenu{
  margin-top: 20px;
  left: -100px;
}
.dropDownbutton{
  width: 200px;
  height: 38px;
}

.multiselect-parent div.checkbox {
  margin: 0px;
}
.multiselect-parent .dropdown-menu>li>a {
line-height: 1.75;
}

.smarttrack-rider-id>.multiselect-parent,
.smarttrack-rider-id .dropDownbutton,
.smarttrack-rider-id .dropdown-menu {
  width: 100% !important;
}

.request_type{
  padding-bottom: 10px;
}

.request_type form{
    border: 1px solid #12aaeb;
    width: 300px;
    position: relative;
    left: calc(50% - 150px);
    border-radius: 6px;
}

.request_type label{
  color: #000000;
  font-size: 16px;
  padding: 5px 10px;
  cursor: pointer;
  margin-left: 0px!important;
}
.request_type label span{
  margin-left: 5px;
}
.request_type input[type="radio"]{
  opacity: 1!important;
  width: 12px!important;
  height: 13px!important;
  margin-top: 2px !important;
}

.padding2cent{
  padding : 2%
}

.ecnote-modal-header {
  background-color:#065492; 
  color: white; 
  margin-bottom: 10px
}

.accept-button {
  background-color: green; 
  border: 1px solid;
}
.cancel-button {
  background-color: red; 
  border: 1px solid;
}
