.navbar
{
    border-radius: 0px;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    color: white;
}
.navbar-brand:hover {
    background-color: transparent;
    color: white;
    font-weight: bold;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
.nav > li > a:hover {
    color: white; 
    background-color: transparent;
    font-weight: bold;
    
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: white;
}
.card-0 {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    
    transition: 0.3s;
    width: 100%;
    background-color: #F6F7FA;
    padding: 10px;
    margin-bottom: 40px;
  }
  
  .card-0:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .card-body-0 {
    padding: 2px 16px;
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    
    transition: 0.3s;
    width: 100%;
    background-color: #F6F7FA;
    padding: 10px;
    margin-bottom: 2px;
  }
  
  .card:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  }
  
  .card-body {
    padding: 2px 16px;
  }
  .select-field
  {
      width:20%;
      float: left;
      border-radius: 0px;
  }
  .search-field{
    width:80%;
    float: right;
  }

  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

form.search-form  input[type=text] {
    padding: 4px;
    font-size: 17px;
    border: 1px solid #ccc;
    float: left;
    width: 80%;
    background:white;
  }
  
  form.search-form  button {
    float: left;
    width: 10%;
    padding: 4px;
    background:white;
    color: #337AB7;
    font-size: 17px;
    border: 1px solid #ccc;
    border-left: none;
    cursor: pointer;
  }
  
  form.search-form  button:hover {
    background: gainsboro;
  }
  
  form.search-form ::after {
    content: "";
    clear: both;
    display: table;
  }

  .left-box
  {
    position: relative;
   width: 300px;
   height: 200px;
   border: 1px solid #ccc;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   background-color: white;
   float: left;
  
   border-radius: 5px;
   text-align: center;
   color: black;
   vertical-align: middle;
   margin-left: 15px;
   margin-bottom: 15px;
   cursor: pointer;
  }

  .right-box
  {
    position: relative;
   width: 300px;
   height: 200px;
   border: 1px solid #ccc;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   background-color: white;
   float: left;
   border-radius: 5px;
   text-align: center;
   color: black;
   vertical-align: middle;
   cursor: pointer;
   margin-left: 15px;
   margin-bottom: 15px;
   
  }

  .vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;;
    transform: translateX(-50%);
    transform: translateY(-50%);
  }
  

.left-box.selected{
    border: 2px solid #337AB7;
    color: #337AB7;
  }

  .right-box.selected{
    border: 2px solid #337AB7;
    color: #337AB7;
  }


.center-fit
{
    margin: 60px;
}

hr.new1 {
    border-top: 1px solid #DDDDDD;
    margin: 15px 30px;
  }
  .table-fit
  {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 50px;
  }

  .footer
  {
   padding-top: 25px;   
    height: 50px;
    background: gray;  
    background-color: rgba(0, 0, 0, 0.05);
  }
  

  
  .login-form {
    width: 400px;
   
    left      : 50%;
    top       : 50%;
    position  : absolute;
    transform : translate(-50%, -50%);
}
.login-form form {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    
    transition: 0.3s;
    width: 100%;
    background-color: #F6F7FA;        
    margin-bottom: 15px;
    
    padding: 30px;
}
.login-form h2 {
    margin: 0 0 15px;
}
.form-control, .login-btn {
    border-radius: 2px;
}
.input-group-prepend .fa {
    font-size: 18px;
}
.login-btn {
    font-size: 15px;
    font-weight: bold;
  	min-height: 40px;
}
.social-btn .btn {
    border: none;
    margin: 10px 3px 0;
    opacity: 1;
}
.social-btn .btn:hover {
    opacity: 0.9;
}
.social-btn .btn-secondary, .social-btn .btn-secondary:active {
    background: #507cc0 !important;
}
.social-btn .btn-info, .social-btn .btn-info:active {
    background: #64ccf1 !important;
}
.social-btn .btn-danger, .social-btn .btn-danger:active {
    background: #df4930 !important;
}
.or-seperator {
    margin-top: 20px;
    text-align: center;
    border-top: 1px solid #ccc;
}
.or-seperator i {
    padding: 0 10px;
    background: #f7f7f7;
    position: relative;
    top: -11px;
    z-index: 1;
}  

.loader-left
{
  font-size: 100px;
  color: #337AB7;
  margin-top: -12px;
}
.loader-right
{
  font-size: 100px;
  color: #337AB7;
  margin-top: -12px;
}

/* .loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #337AB7;
  border-bottom: 16px solid #337AB7;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
} */


.message-box
  {
   position: relative;
   width: 100%;
   height: 150px;
   border: 1px solid #ccc;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   background-color: white;
   float: left;
   margin-right: 15px;
   border-radius: 5px;
   text-align: center;
   color: black;
   vertical-align: middle;
   
   margin-bottom: 15px;
   cursor: pointer;
  }
/* .case-title
{
  margin-left: 20px;
margin-right: 20px;
}

  .case-div{
  float: left;
  width: 200px;
  }

  .case-icon{
    float: right;
    width: 200px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    } */

  .case-div
  {
    padding: 0px;
  }  
.case-title
{
  cursor: pointer;
  margin-bottom: 16px;
  padding-top: 12px;
  font-size: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
.title-text
{
width: 200px;
float: left;

}
.title-arrow
{
width: 100px;
float: right;
text-align: right;
color: #337AB7;
margin-top: -10px;
font-size: 40px;

}
.case-details
{
  text-align: left;
  margin-top: 10px;
  font-size: 18px;;
}
.brd{
  border-top: 1px solid rgb(164, 165, 173);
}
.title
{
  float: left;
  width: 200px
}
.detail
{
  float: left;
  width: 400px
}

/* chat area  */
.user-icon
{
background: #03335e;
color: white;
border-radius: 5px;
height: 100px;
width: 21px;
padding: 5px;
}
.user-name
{
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
}

.user-date
{
color: gray;
font-weight: 700;
}
.user-message
{
  margin-left: 40px;
}
.chat-area
{
  padding: 10px;
  background: white;
  margin: 20px;
  border-radius: 10px;
}

.btn-custom {
  background-color: DodgerBlue;
  border: none;
  color: white;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  
}

/* Darker background on mouse-over */
.btn-custom:hover {
  background-color: RoyalBlue;
}


.message-box-1
  {
   position: relative;
   width: 100%;
   height: 150px;
   border: 1px solid #ccc;
   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
   background-color: white;
   float: left;
   margin-right: 15px;
   border-radius: 5px;
   text-align: center;
   color: black;
   vertical-align: middle;
   
   margin-bottom: 15px;
   cursor: pointer;
  }

  

  .message-box.selected{
    border: 2px solid #337AB7;
    color: #337AB7;
  }

  .dispute_id {
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
}

/* tracking form */

#submit-track
{
width: 100%;
}

.closed-ok
{
  padding-bottom: 10px;
  background: #F5FDFB;
  
  border-radius: 10px;
 
  padding-top: 20px;
  border: 1px solid #299975;
 width: 400px;
  padding-left: 10px;
 
}


.card-partial {
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  
  transition: 0.3s;
  width:400px;

  background-color: #F6F7FA;
  padding: 10px;
  border-radius: 10px;
 
  border: 1px solid gray;
  margin-top: 10px;
  margin-left: 38px;
}



.card-partial-body  {
  text-align: center;
  margin: auto;
  padding-top: 5px;
  font-weight: 700;
  border-radius: 5px;
}


.card-tracking {
  /* box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); */
  
  transition: 0.3s;
  width: 300px;

  background-color: #F6F7FA;
  padding: 10px;
  border-radius: 10px;
 
  border: 1px solid gray;
  margin-top: 10px;
  margin-left: 38px;
 
}



.card-tracking-body  {
  text-align: center;
  margin: auto;
  padding-top: 5px;
  font-weight: 700;
  border-radius: 5px;
}
#small-loader,#small-loader-tracking,#small-loader-refund,#small-loader-partial,#small-loader-add,#small-loader-change
{
float: right;
margin-top: 4px;
}
#small-loader-1,#small-loader-2,#small-loader-3,#small-loader-4,#small-loader-5,#small-loader-6,#small-loader-7
{
  float: right;
  margin-top: 4px;
}
#submit-refund
{
  width: 100%;
  font-size: 22px;
}
#submit-track
{
  width: 100%;
  font-size: 22px;  
}
#submit-partial
{
  width: 100%;
  font-size: 22px;   
}


#add-api-info
{
  width: 100%;
  font-size: 22px;  
}



#submit-refund-with-replacement,#submit-replacement-of-item,#submit-issues-partial,#submit-other-supporting-info,#submit-refund-without-paypal,#submit-additional-info,#submit-refund-with-paypal,#recover-password
{
  width: 100%;
  font-size: 22px;  
}
.alert-success {
  color: green;
  background-color: #d1dfcc;
  border-color: #d6e9c6;
  text-align: center;
  margin-top: 5px;
}
#search-loader
{
  float: right;
margin-top: 7px;
color: #337ab7;
font-size: 25px;
}

/*-================== loading-area ==============-*/
.preloader {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff; }

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
#loader-spinner
{
font-size: 150px;
color: #337AB7;
}

  .loader .spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 300px;
    height: 300px; }
    .loader .spinner .path {
      stroke: #337ab7;
      stroke-linecap: round;
      animation: dash 1.5s ease-in-out infinite; 
    
}



.preloader1 {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #fff; 
  opacity: 0.9;
}

.loader1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  animation: rotate 2s linear infinite;
  z-index: 2;
 
}
#loader-spinner1
{
font-size: 150px;
color: #337AB7;
z-index: 3;
}

  /* .loader1 .spinner1 {
    animation: rotate 2s linear infinite;
    z-index: 2;
    width: 300px;
    height: 300px; 
  } */

   


/* Style the tab */
.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background: white;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  font-weight: 700;
 
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button.selected {
  border-bottom: 2px solid #0070BA
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(172, 38, 38);
}

/* Style the tab content */
    
.round-area
{
  background: #f6f7fa;
  padding: 2px 10px;
  border-radius: 10px;
  border: 1px solid black;
  margin-left: 10px;
}

#floatingTextarea2
{
  overflow-y: scroll;
  height: 40px;
  width: 90%;
  resize: none;
  display: inline; 
  margin-left: 15px;
  border-radius: 5x;
}
#submit-message
{
  font-size: 33px;
  border-radius: 50%;
  background: #0070BA;
  color: white;
  
  padding: 0px 8px;
 

}
.icon-button
{
  background: transparent;
  border: 0px;
  padding: 0px;
}

.tab-button {
  overflow: hidden;
  
  margin-left: 5px;
  margin-right: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  padding: 10px;
  margin-top: 10px;
 
}
.tab-button p{
  float: left;
  outline: none;
  margin-top: 9px;
  font-size: 20px;
}
/* Style the buttons that are used to open the tab content */
.tab-button button {

  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  margin-left: 10px;
  background: white;
  color: #0070ba;
  border-radius: 30px;
  border:1px solid #0070ba;
  font-weight: bold;
  margin-bottom: 10px;
}
.tab-button button:hover {


  border:2px solid #0070ba;
  background: white;
  color: #0070ba;

}
th.dt-center, td.dt-center { text-align: center; }

/* custom modal */

.modal-custom {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content1 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  border-radius: 5px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: rgb(190, 49, 49);
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header1 {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body1 {padding: 2px 16px;}

.modal-footer1 {
  padding: 2px 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: white;
  padding-bottom: 20px;
  padding-top: 1px;
}
#update-api-info
{
  width: 100%;
  font-size: 22px;  
}
#password-change
{
  width: 100%;
  font-size: 22px;  
}

table {
   display: block; 
  overflow-x: auto;
  white-space: nowrap;
}

 table tr {
  width:100%;
  
} 
table tr th {
  width: 200px;
  font-weight: 700;
  text-align:center;
}

.add-center{
  width:200px;
  font-weight: 700;
  text-align:center;
}

.text-right
{
  text-align: center;
}
#conversion
{
  margin-left: 20px;
  font-weight: 700;
  font-size: 18px;
}



.modal-custom2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  position: relative;
  background-color: transparent;
  margin: auto;
  padding: 0;
}
.modal-body2 {
  
 
  /* position: fixed; */
  font-size: 150px;
  text-align: center;
  color: #286090;

}

#check-mark{
  color: #337ab7;
  font-size: 24px;
  text-align: center;
  }
  #cross-mark{
  color:#C9302C;
  font-size: 24px;
  text-align: center;
  }
.button
{
  background: white;
  border-radius: 30px;
  color: #337ab7;
  width: 90px;
 
  font-weight: bold;
}


.close-box
{
  font-size: 14px;
border: 1px solid gray;
border-radius: 7px;
padding: 0px 6px;
margin-left: 5px;
}

.img-icon{
  width: 20px;margin-right: 9px;
}



.card-p {
  
  
  transition: 0.3s;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid gray;
  border-radius: 5px;
}

.card-p:hover {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  cursor: pointer;
}

.card-p-body {
  padding: 20px;
  text-align: center;
}
.card-p-body p{
  color: #0070BA;
  font-weight: bold;
}

p #new-details
{
margin-left: 20px;
background: white;
color: #0070ba;
border-radius: 30px;
font-weight: bold;
}


.btn-primary
{
  color: #fff;
background-color: #2BCDC1;
border-color: #2BCDC1;
}

.btn-primary:hover
{
  background-color: #13afa5;
border-color: #0ea79c;
}
a {
  color: #13afa5;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0d857d;
  text-decoration: underline;
}