.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    width: auto !important;
}
.remove-fileurl {
    float: right;
    color: red;
}

.remove-fileurl i {
    padding-right: 3px;
}

#partner-quote .sub-header-edit {
    min-height: 110vh;
    height: 200vh;
}

#partner_place_order {
    padding-bottom: 30px;
}

.remove-fileurl:hover, .remove-fileurl:active, .remove-fileurl:focus, .remove-fileurl:visited {
    text-decoration: underline !important;
    color: red;
}

#partner_place_order .btn-primary {
	background: #099555 !important;
}

.new-card input[type="text"] {
    height: 52px;
}

.new-card select,.new-card input[type="text"] {
    color: #555;
}
.new-card input[type="text"]::placeholder {
    color: rgba(85,85,85,.7);
}

.payment-details .btn-primary {
    background: #18ba60;
}
.sub-header-edit {
    float: left;
    margin-right: 150px;
    margin-left: 20px;
    background: #F4F6F6;
    margin: 0;
    width: 250px;
    box-shadow: 2px 0 1px -2px #888;
    padding-top: 50px;
    height: 110vh;
}

.editable-submit {
    margin-top: 0!important;
}

.editable {
    cursor: pointer;
}
.profile-container-edit {
  padding: 0;
  margin: 0;
}

.sub-header-edit .title {
 margin-left: 100px;
}

.sub-header-edit .lists {
  margin-left: 100px;
}

.col-md-9.orders {
    width: 65%;
    padding-top: 50px;
    margin-left: 40px;
}

.col-md-9.orders form a:not(.edit-address), .place-new-quote {
    float: right;
    padding: 10px 20px 10px 20px;
    background: #18ba60;
    margin-top: -56px;
    border-radius: 4px;
    color: #fff;
}

.col-md-9.orders a.edit-address {
    padding: 5px 5px 5px 9px;
    /* background: #18ba60; */
    /* color: #fff; */
    color: #18ba60;
    border-radius: 4px;
}

@media(max-width: 991px) {
  .sub-header-edit {
    width: 100%;
    padding-top: 0;
    height: 250px;
  }
  .col-md-9.orders {
    margin-left: 75px;
    margin-top: 200px;
    margin-bottom: 80px;
  }
}

@media (max-width: 450px) {
  .col-md-9.orders a {
    display: none;
  }
}




#page div.sub-header-edit div.lists {
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

#page div.sub-header-edit div.lists > div {
  padding: 5px 0;
}

#page div.sub-header-edit div.lists > div > a {
  width: 100%;
  color: #606060;
  font-size: 16px;
}
#page div.sub-header-edit div.lists > div > a:hover {
  color: #609DDB;
}
#page div.sub-header-edit div.lists > div.subh-active {
  font-weight: 700;
  color: #292b2c;
}


.pagination-row .description {
  line-height: 35px;
  float: left;
  background: #CFCFCF;
  width: 100%;
  border-radius: 5px;
  padding-left: 10px;
}

li.dropdown-toggle {
  position: relative;
  display: inline-block;
}
li.dropdown-toggle > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-left: .3em solid transparent;
}

div.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 150px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding-top: 5px;
  z-index: 1;
}

div.dropdown-content > a {
  color: #21252b;
  padding: 16px 16px;
}

li.dropdown-toggle:hover div.dropdown-content {
  display: block;
}


/* Customized Login Page */
.main-container {
  margin-top: 60px;
  margin-bottom: 100px;
}
.text-center {
    text-align: center;
}
h1, .h1 {
    font-size: 36px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.1;
    color: #333333;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h1 {
    display: block;
    font-size: 2em;
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.form-group {
  margin-bottom: 15px;
}
label {
  font-weight: normal;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /*font-weight: bold;*/
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  -webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
  box-shadow: inset 0 2px 0 rgba(0,0,0,0.075);
}
.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 7px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e7e7e7;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-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;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
}

.btn-primary {
    color: #fff;
    background-color: #68a5e2;
    border-color: #68a5e2;
}
.btn {
    display: inline-block;
    line-height: 1.25;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 16px;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    text-transform: initial;
}
.btn, .btn-link, .dropdown-item {
    font-weight: 400;
}
.badge, .btn, .dropdown-header, .dropdown-item, .input-group-btn, .navbar-brand {
    white-space: nowrap;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3d8cda;
  border-color: #3586d8;
}
.btn {
  margin-top: 1px;
  border-bottom-width: 3px;
}

.footer-form {
  float: right;
}
.forgot-password-btn {
  color: #9f9d9d; margin: 0 15px;
}

table:not(.table-bordered)>thead>tr>th, .table:not(.table-bordered)>thead>tr>th, table:not(.table-bordered)>tbody>tr>th, .table:not(.table-bordered)>tbody>tr>th, table:not(.table-bordered)>tfoot>tr>th, .table:not(.table-bordered)>tfoot>tr>th, table:not(.table-bordered)>thead>tr>td, .table:not(.table-bordered)>thead>tr>td, table:not(.table-bordered)>tbody>tr>td, .table:not(.table-bordered)>tbody>tr>td, table:not(.table-bordered)>tfoot>tr>td, .table:not(.table-bordered)>tfoot>tr>td {
  border-color: transparent;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #eeeeee;
  width: 50%;
}

table.addresses > thead > tr > th,
table.addresses > thead > tr > td,
table.addresses > tbody > tr > td,
table.addresses > tfoot > tr > td

{
    width: auto;
}
.alert-danger {
  border-width: 0 1px 4px 1px;
  background-color: #ff4136;
  border-color: #ff1103;
  color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
}

.alert-danger > p.text-danger {
  margin: 0 0 10px;
  color: #fff !important;
  margin-bottom: 0;
}

#page div.profile-container {
  padding: 50px 0;
}

#page div.profile-container .btn {
  background-color: #00bc5b;
  border-color: #00bc5b;
  font-size: 14px;
}
#page div.profile-container .btn:hover {
  color: #fff;
  background-color: #008942;
  border-color: #007f3d;
}

div.profile-container .container {
  width: 1140px;
  max-width: 100%;
}

div.profile-container h1 {
  font-weight: initial;
}

#page div.sub-header div.lists {
  width: 100%;
  margin-top: 20px;
  list-style-type: none;
}

#page div.sub-header div.lists > div {
  padding: 5px 0;
}

#page div.sub-header div.lists > div > a {
  width: 100%;
  color: #606060;
  font-size: 16px;
}
#page div.sub-header div.lists > div > a:hover {
  color: #609DDB;
}
#page div.sub-header div.lists > div.subh-active {
  font-weight: 700;
  color: #292b2c;
}

#page .orders-sub-nav {
  padding: 10px 0;
}
#page .table {
  color: #606060;
}
#page .table thead th {
  white-space: nowrap;
  vertical-align: bottom;
  border-bottom: 2px solid #e3e3e3;
}
#page .table:not(.no-hover) tbody tr {
  cursor: pointer;
}

#page .table:not(.no-hover) tbody tr:hover {
  background-color: lightgoldenrodyellow;
}
#page .table tbody tr td {
  vertical-align: middle;
}
#page .pagination {
  margin: 0;
}

#page .form-inline button[type="submit"] {
  margin-top: 24px;
}
#page .pagination-row div.description {
  line-height: 35px;
  float: left;
}
#page .pagination-row div.pagination {
  float: right;
}
#page .panel {
  padding: 15px;
  border-width: 1px 1px 3px 1px;
}
#page .panel h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
#page .panel .panel-header {
  margin-bottom: 20px;
}
#page .panel .panel-body {
  padding: 0;
}
#page .panel .panel-body ul {
  padding: 0;
  list-style: none;
}
#page .panel .items-totals > div {
  background-color: #efefef;
  padding-top: 6px;
  padding-bottom: 6px;
}
#page .panel .panel-body table tbody tr:hover {
  background-color: initial;
}
#page .panel .panel-body table.order-details tbody tr {
  border-bottom: 1px solid #e3e3e3;
}

.discussions .panel-body .row {
  display: flex;
}
.discussions .panel-body .row .same-height {
  flex: 1; /* additionally, equal width */
}
.discussions .owner {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  border-right: 2px solid #eee;
}
.discussions .owner h4 {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.2;
  float: right;
}
.discussions .message h4 {
  font-size: 17px;
}
.discussions .owner h5 {
  font-weight: 300;
  font-size: 11px;
  float: right;
  line-height: 1.3;
}
.discussions .dpcontainer {
  width: 100%;
  padding: 10px 0;
}
.discussions .message {
  padding-left: 30px;
  border-left: 2px solid #eee;
}
.discussions .message .icon-div {
  right: 100%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  top: 15px;
  left: -23px;
  font-size: 16px;
  position: absolute;
}
.discussions .message .icon-div i {
  height: 18px;
  width: 18px;
  border-color: #eee !important;
  border-width: 4px !important;
  border: solid 4px;
  padding: 0;
  /*background-color: #72c02c !important;*/
  display: block!important;
  border-radius: 50%;
}
.discussions .post-message {
  margin-top: 30px;
}

.discussions .post-message .panel {
  padding: 0 !important;
}
.discussions .post-message .btn {
  background-color: #fff !important;
  border-color: #e3e3e3 !important;
}
.discussions .post-message .btn:hover {
  color: lightgrey !important;
}
.discussions .post-message .submit-but {
  background-color: #158cba !important;
  border-color: #127ba3 !important;
  padding: 10px 30px;
  font-weight: 700;
  letter-spacing: 2px;
}
.discussions .post-message .submit-but:hover {
  background-color: #127ba3 !important;
  color: #fff !important;
}

.align-self-center {
  align-self: center!important;
}

.btn-view-file {
  padding: .15rem .5rem !important;
  font-size: .8rem !important;
  border-radius: .2rem !important;
  color: #606060 !important;
  background-color: #fff !important;
  border-color: #c6c6c6 !important;
  border-bottom-width: 3px;
}
.btn-view-file:hover {
  background-color: #e6e5e5 !important;
  border-color: #a7a7a7 !important;
}

.note {
  margin-top: 6px;
  padding: 0 1px;
  font-size: 11px;
  line-height: 15px;
  color: #999;
}

.label-certified_translation {
    background-color: #9b59b6;
}
.label-credential_evaluation {
    background-color: #BEEB9F;
}

.mb-0 {
  margin: 0;
}


p.text-success, p.text-danger {
  color: #fff !important;
}

.singin-link{margin:35px 0px 0px 0px;list-style: none;}
.singin-link a{color:#fff; background:#18ba60; padding:8px 12px; display:inline-block; border-radius:3px;}
.singin-link a:hover{background:#099555; color:#fff;}
.singin-link .dropdown-content a{color:#000; background:none;}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}
@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}
