.ewd-otp-clear {
  clear:both;
}
.ewd-otp-status-message {
  margin-bottom: 3px;
}
.ewd-otp-status-time {
  margin-bottom: 3px;
}
.ewd-otp-tracking-results {
  margin-bottom: 9px;
  width:100%;
}
#ewd-otp-tracking-number{
  height:30px;
  padding:5px;
  margin:5px;
}
.ewd-otp-submit{
  float:left;
}
.ewd-otp-status-message input{
  margin:10px 15px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mt-12 {
  margin-top: 12px;
}
.ewd-otp-bold {
  font-weight: 800;
}
.ewd-otp-order-content {
  position: relative;
}
.ewd-otp-bottom-align {
  position: relative;
}
#ewd-otp-order-number-div {
  text-align: left;
}
.ewd-otp-status-graphic {
  position: relative;
}
.ewd-otp-status-label {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  *display: inline-block;
}
.ewd-otp-label-values {
  margin-bottom:5px;
}

.ewd-otp-ajax-results { 
  width:100%; 
}

.ewd-otp-front-end-update-form {
  width: 100%;
}

/*******************************************************************
* TRACKING GRAPHIC UNRESPONSIVE FOR IE
*******************************************************************/

.ie-ewd-otp-empty-display {
  height: 140px;
  width: 600px;
}
.ie-ewd-otp-full-display {
  height: 140px;
  margin-top: -140px;
}

.ie-empty-graphic-Default {background:url("../images/Default.png");}
.ie-full-graphic-Default {background:url("../images/Default_Full.png");}
.ie-empty-graphic-Narrow {background:url("../images/Narrow.jpg");}
.ie-full-graphic-Narrow {background:url("../images/Narrow_Full.jpg");}
.ie-empty-graphic-Sleek {background:url("../images/Sleek.png");}
.ie-full-graphic-Sleek {background:url("../images/Sleek_Full.png");}
.ie-empty-graphic-Streamlined {background:url("../images/Streamlined.png");}
.ie-full-graphic-Streamlined {background:url("../images/Streamlined_Full.png");}

.ie-ewd-otp-display-length-0 {width: 110px;}
.ie-ewd-otp-display-length-1 {width: 145px;}
.ie-ewd-otp-display-length-2 {width: 180px;}
.ie-ewd-otp-display-length-3 {width: 215px;}
.ie-ewd-otp-display-length-4 {width: 250px;}
.ie-ewd-otp-display-length-5 {width: 285px;}
.ie-ewd-otp-display-length-6 {width: 320px;}
.ie-ewd-otp-display-length-7 {width: 355px;}
.ie-ewd-otp-display-length-8 {width: 390px;}
.ie-ewd-otp-display-length-9 {width: 425px;}
.ie-ewd-otp-display-length-10 {width: 600px;}

.ie-ewd-otp-display-status {
  width: 100px;
  float: left;
  margin-top: -30px;
  margin-bottom: -30px;
  font-weight: 600;
}

#ie-ewd-otp-initial-status {
  margin-left: 50px;
}

#ie-ewd-otp-ending-status {
  margin-left: 480px;
}

.ie-ewd-otp-current-status-length-0 {margin-left: 150px}
.ie-ewd-otp-current-status-length-1 {margin-left: 150px}
.ie-ewd-otp-current-status-length-2 {margin-left: 150px}
.ie-ewd-otp-current-status-length-3 {margin-left: 180px}
.ie-ewd-otp-current-status-length-4 {margin-left: 220px}
.ie-ewd-otp-current-status-length-5 {margin-left: 250px}
.ie-ewd-otp-current-status-length-6 {margin-left: 280px}
.ie-ewd-otp-current-status-length-7 {margin-left: 320px}
.ie-ewd-otp-current-status-length-8 {margin-left: 360px}
.ie-ewd-otp-current-status-length-9 {margin-left: 380px}
.ie-ewd-otp-current-status-length-10 {margin-left: 380px}

/*******************************************************************
* BASIC TRACKING GRAPHIC RESPONSIVE
*******************************************************************/

.ewd-otp-empty-display {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.ewd-otp-full-display {
  position: absolute;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.ewd-otp-display-length-0 {width: 0%;}
.ewd-otp-display-length-1 {width: 10%;}
.ewd-otp-display-length-2 {width: 20%;}
.ewd-otp-display-length-3 {width: 30%;}
.ewd-otp-display-length-4 {width: 40%;}
.ewd-otp-display-length-5 {width: 50%;}
.ewd-otp-display-length-6 {width: 60%;}
.ewd-otp-display-length-7 {width: 70%;}
.ewd-otp-display-length-8 {width: 80%;}
.ewd-otp-display-length-9 {width: 90%;}
.ewd-otp-display-length-10 {width: 100%;}

.ewd-otp-statuses {
  display: -webkit-flex;
  display: block;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  word-wrap: normal;
  vertical-align: top;
  position: relative;
  margin-bottom: 10px;
}
.ewd-otp-display-status {
  width: 100px;
  font-weight: 600;
  text-align: center;
}
.ewd-otp-statuses div {
  display:inline;
}

#ewd-otp-initial-status {
  float:left;
}
#ewd-otp-ending-status {
  float:right;
}

.ewd-otp-current-status-length-0 {position: relative; left: 0%}
.ewd-otp-current-status-length-1 {position: relative; left: 5%}
.ewd-otp-current-status-length-2 {position: relative; left: 15%}
.ewd-otp-current-status-length-3 {position: relative; left: 25%}
.ewd-otp-current-status-length-4 {position: relative; left: 35%}
.ewd-otp-current-status-length-5 {position: relative; left: 45%}
.ewd-otp-current-status-length-6 {position: relative; left: 55%}
.ewd-otp-current-status-length-7 {position: relative; left: 65%}
.ewd-otp-current-status-length-8 {position: relative; left: 75%}
.ewd-otp-current-status-length-9 {position: relative; left: 85%}
.ewd-otp-current-status-length-10 {position: relative; left: 100%}

/*******************************************************************
* NEW TRACKING GRAPHIC RESPONSIVE
*******************************************************************/

#ewd-otp-progressbar-Minimalist{
  border-style: solid;
  border-width: 1px;
  border: rgb(136,136,136);
  background-color: rgb(255,255,255);
  -webkit-box-shadow: 0px 0px 9px 1px rgb(136,136,136);
  -moz-box-shadow: 0px 0px 9px 1px rgb(136,136,136);
  box-shadow: 0px 0px 9px 1px rgb(136,136,136);
  margin-bottom: 1em;
  margin-top: 1em;
}

.Minimalist {
  height: 40px;
  background: rgb(242,246,248);
  background: -moz-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(242,246,248)), color-stop(50%, rgb(216,225,231)), color-stop(51%, rgb(181,198,208)), color-stop(100%, rgb(224,239,249)));
  background: -webkit-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
  background: -o-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
  background: -ms-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
  background: linear-gradient(to bottom, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}

#ewd-otp-progressbar-Round{
  padding: 2px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(184,184,184);
  margin-bottom: 1em;
  margin-top: 1em;
}

.Round {
  height: 50px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  background: rgb(147,206,222);
  background: -moz-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(147,206,222)), color-stop(41%, rgb(117,189,209)), color-stop(100%, rgb(73,165,191)));
  background: -webkit-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
  background: -o-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
  background: -ms-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
  background: linear-gradient(to bottom, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}


@media (min-width: 481px) {
  .ewd-otp-label-values {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    *display: block;
    margin-top:2px;
    transition: opacity 1.0s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s ;
    transition: all ease 1.0s ;
  }
  .ewd-otp-label-values:hover {
    width: 100%;
    background: rgb(235, 235, 235);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s;
    transition: all ease 0.8s;
  }
}

@media (max-width: 480px) {
  #ewd-otp-initial-status {visibility: hidden;}
  #ewd-otp-ending-status {visibility: hidden;}
  #ewd-otp-location-header {display: none;}
  #ewd-otp-date-header{display: none;}
  .ewd-otp-bottom-align {position: relative;}
  .ewd-otp-label-values {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    *display: block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(235, 235, 235);
    border-radius: 5px;
    margin-bottom: 2px;
    transition: opacity 1.0s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s ;
    transition: all ease 1.0s ;
  }
  .ewd-otp-label-values:hover {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    *display: block;
    border-radius: 5px;
    background: rgb(235, 235, 235);
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    -o-transition: all ease 0.8s;
    -ms-transition: all ease 0.8s ;
    transition: all ease 0.8s ;
  }
}

/* auto complete front end styles */

.ajaxtag .newtag {
    position: relative;
}

.ac_results {
    display: none;
    margin: -1px 0 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    border: 1px solid #5b9dd9;
    background-color: #fff;
}
.wp-customizer .ac_results {
    z-index: 500000;
}
.ac_results li {
    margin: 0;
    padding: 5px 10px;
    white-space: nowrap;
    text-align: left;
}
.ac_over .ac_match, .ac_results .ac_over {
    background-color: #0073aa;
    color: #fff;
    cursor: pointer;
}
.ac_match {
    text-decoration: underline;
}

.order-details-form form{
	width: 100%;
}

.order-details-form .ord-content {
	width: 72% !important;
}

.order-details-form .ord-label {
	width: 28% !important;
}

.order-details-form .flexclass {
	display: flex;
}


.button-back-to-list {
	background-color: #523595;
    color: #fff !important;
    border-color: #301373;
    padding: 3px 23px;
    font-size: 11px ; 
    font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    margin-bottom: 5px !important;
    float: left;   
  
}

.back-to-list{   
    float: left;
    width: 100%; 
    float: left;
    margin-bottom: 10px;
}



.button-back-to-list:hover{
	background-color: #736766;
    color: #ffffff;
    border-color: #514544;
    text-decoration:none;
}





.orders_page .f-left {
	width: 50%;
	float: left;
	padding-right:5px;
}


.orders_page .f-right {
	width: 50%;
	float: right;
	
}

/*
.f-right .ewd-otp-submit {
	padding: 5px 22px;
}
*/

.all-results {
	width: 100%;
}

.all-results #ewd-otp-order-name {
	padding-left: 3px;
}

.comp-order {
	position: absolute !important;
	right: 0px !important;
}


/*
#ewd-otp-tracking-form-div {
	display:none !important;
}
*/


/* styles for dropbox */


/*
#OutoftheBox .ajax-filelist .folder {
  display: none;
}
*/

#OutoftheBox .fileupload-buttonbar .upload-folder {
	 display: none;
}

/* Loading Divs*/
#OutoftheBox #loadingDiv{
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0;
  top: 75px;
  z-index: 1000;
  text-align: center;
  background-image: url('../images/cloud_loading_128.gif');
  background-position: 50% 30px;
  background-repeat: no-repeat;
}


.avia-button-wrap .portal-link {	
	min-width: 245px !important;
    min-height: 59px !important;
}

.flexclass .pure-u-1 {
	margin-bottom: 0px !important;
}

#customer_order hr {
	margin: 2px 0px 12px 0px !important;
}

.flexclass .updates-notes {
	margin-bottom: 10px !important;
	color: #523595;
}

.flexclass .resume-upload-chbox {
	margin-bottom: 10px !important;
}

.ewd-otp-user-update {
    	color: #523595;
}

#OutoftheBox .list-container .nav-header {
   display:none; 
}

#OutoftheBox .oftb-list .entry_edit_placheholder{
  display: none !important;
}

#OutoftheBox .column_names .entry_size {
    margin-right: 1px !important;
}

#OutoftheBox .entry_size {
    width: 45px !important;
}
