.modal-texture {
  border-top: 20px solid;
  border-image: url(/static/css/redwood-layer/img/texture.png) 50 round;
  opacity: 0.08;
}

.modal-header {
  text-align: center;
  border-bottom: none;
}

.modal-footer {
    border-top: none;
}

.modal-footer .rw-button {
    margin-left: 16px;
}

.filter-text {
  color: white;
}

.filter-elm {
  padding: 0.75em 0.5em 0.75em 0.5em;
}

.filter-table {
  padding: 1em 2em 1em 2em;
}

.computed-value {
  padding-left: 1em;
}

.modal-title {
  color: #3F4B5A;
  font-size: 1.5em;
}

.modal-title.left-align {
  text-align: left;
  padding-left: 20px;
}

.modal-close {
  padding-top: 0.25em;
  color: black;
}

.close-btn {
  background-color: #565858;
}

.cancel-btn {
  background-color: #C8CAC9;
  font-size: 12px;
}

.next-btn {
  background-color: #3F4B5A;
  font-size: 12px;
}

.modal-bottom-btn {
  color: white;
  font-weight: bold;
  text-align: center;
  font-size: 0.85em;
  padding-top: 0.85em;
  padding-bottom: 0.85em;
  margin-left: 1.5em!important;
}
.modal-bottom-btn.wide {
  width: 15em;
}
.modal-bottom-btn.wider {
  width: 20em;
}
.modal-bottom-btn:hover {
  color: black;
}

.modal-content .btn.modal-bottom-btn:hover,
.modal-content .btn.modal-bottom-btn:focus,
.modal-content .btn.modal-bottom-btn.focus {
  color: #333;
  background-color: #ebeff2;
}

.modal-input-group {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}

.order-edit-window .modal-dialog {
  width: 40%;
}

.test-order-mappings-window .modal-dialog {
  width: 40%;
}

.manage-permissions-window .modal-dialog {
  width: 50%;
}

.test-3pl-filters-window .modal-dialog {
  width: 50%;
}

.test-settlement-mappings-window .modal-dialog {
  width: 60%;
}

.settlement-view-window .modal-dialog {
  width: 80%;
}

.view-settlement-trans-window .modal-dialog {
  width: 60%;
}

.manage-permissions-input-group {
  width: 90%;
  margin-left: 5%!important;
  margin-right: 5%!important;
}

.manage-permissions-title {
  font-size: 1.5em;
  color: #777777;
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}

.glyphicon-triangle-bottom {
  padding-right: 3px;
}

/* Target Select a Connector modal with ".modal-dialog.modal-md" */
.modal-dialog.modal-md {
  width: 780px;
}

.modal-dialog.modal-md .row {
  margin-left: 30px;
  margin-right: 35px;
}

.modal-dialog.modal-md .nav-tabs {
  border: none;
  margin-left: 45px;
}

.modal-dialog.modal-md .nav-tabs li {
  margin-right: -3px;
}

.modal-dialog.modal-md .nav-tabs li:nth-child(1) {
  width: 177px;
}

.modal-dialog.modal-md .nav-tabs>li>a {
  text-align: center;
  border: 1px solid #3F4B5A;
  border-radius: 0;
  outline: none;
}

.modal-dialog.modal-md .nav-tabs>li:nth-child(1)>a {
  border-radius: 5px 0 0 5px;
}

.modal-dialog.modal-md .nav-tabs>li:nth-child(3)>a {
  border-radius: 0 5px 5px 0;
}

.modal-dialog.modal-md .nav-tabs>li.active>a {
  background: linear-gradient(180deg, #6E7884 0%, #3F4B5A 100%);
  box-shadow: inset 1px 1px 2px 0 rgba(0,0,0,0.5);
  color: #FFFFFF;
}
