﻿#servicesTable tr td:nth-child(1){
    width:30%;
}
#servicesTable tr td:nth-child(3){
    width:12%;
}
.domaindetails .form-group {
    margin-bottom:2px;
}
.domaindetails .form-control-static {
    padding-bottom:4px;
}
.domaindetails .aw-dom-sm {
    width:auto;
    display:inline;
}
.aw-domtbl {
    table-layout:fixed;
}
.aw-domtbl td {
    word-wrap:break-word;
}
.navbar-branding .navbar-brand {
    padding-left:5px;
}
.ui-autocomplete {
    z-index:2000;
}
.admin-form .domaindetails .panel-heading {
    padding: 0 0 0 10px;
    line-height: 35px
}
.admin-form .domaindetails .panel-title {
    font-size: 18px
}
.domaindetails .btn-info.disabled, .btn-info[disabled] {
    background-color: #999;
    border-color: #9a9898;
}
.admin-form .aw-ticket-text {
  padding: 10px;
  position: relative;
  vertical-align: top;
  border: 1px solid #DDD;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  color: #626262;
  outline: none;
  height: 42px;
  width: 100%;
  *zoom: 1;
  resize: vertical;
  line-height: 19px;
  overflow: auto;
  max-width: 100%;
  height:120px;
}

.has-error .prepend-icon .form-control-feedback {
    top:0px;
}

.sb-l-o #topbar.affix + #content {
    margin-top: 55px;
}

.ticketdetails .panel {
    margin-bottom:2px;
    margin-left:10px;
    max-width:939px;
}
@media (max-width: 768px) {
    .ticketdetails .panel {
        margin-bottom: 2px;
        margin-left: 0px;
    }
}
.ticketdetails .form-group {
    margin-bottom:1px;
}

.aw-ticket-form .section {
    margin-bottom: 8px;
}

.form-horizontal.ticketdetails .control-label {
    margin-top: -10px;
}

.ticketdetails .section-divider {
    border-top: 1px solid #ddd;
    height: 0;
    margin-bottom: 30px;
    margin-top: 20px;
    text-align: center;
}
.ticketdetails .section-divider span {
  background: #e9e9e9 none repeat scroll 0 0;
  color: #999;
  display: inline-block;
  font-size: 15px;
  padding: 0 17px;
  position: relative;
  top: -11px;
}
.ticketdetails .panel .section-divider span {
  background: #fff none repeat scroll 0 0;
}
.ticket-attach-btn {
    right:40px !important;
}
.ticket-attach-remove {
    padding-right:12px;
    right: 4px;
    position: absolute;
    top: 13px;
    z-index: 50;
}
.aw-btn-xs button {
    margin-top: 5px;
    font-size: 12px;
    padding: 0px 10px 0px 10px;
}
.aw-popover {
    border-bottom: 1px dashed #0088cc;
}
.aw-popover-load {
    text-align:center;
    height: 50px;
}
#addUpload .glyphicon {
    padding-right:5px;
}
#timeline.timeline-single {
    margin-left:60px;
}
#timeline .timeline-divider {
    margin-bottom:25px;
}

#timeline .admin-form .button {
    height:28px;
    line-height:28px;
}

#timeline .admin-form .panel-footer {
    padding: 5px;
}

#timeline .panel-heading {
    height:35px;
}

#timeline .panel-body {
    padding: 10px 15px 5px 15px;
}
.text-white {
    color:#fff;
}
.panel-heading-button {
    position: absolute;
    bottom: 0;
    right: 20px;
}
.panel-title-aw {
    position: absolute;
    bottom: 0;
    left: 0px;
    padding-left:14px;
}
.aw-overflow-vis {
    overflow: visible;
}

.domainpass {
  display: inline-block;
}

.copy-parent .fa-clipboard {
  visibility: hidden;
}
.copy-parent:hover .fa-clipboard {
  visibility: visible;
}

/* Invoice Payment */

.paymentBox {
  padding: 25px 10px 25px 10px;
  max-width: 450px;
  margin: auto;
}

.model-payment-success {
  font-size: 18px;

}
.model-payment-success > div {
  padding-top: 30px;
}

#payment-error {
  color: #ce0909;
  font-size: 20px;
  padding-top: 30px;
}
#payment-error:empty
{
  display:none;
}


.stripePaymentBtn {
  width: 100%;
  margin-top: 15px !important;
  margin-left: auto;
  margin-right: auto;
  background: #30b5e1;
  border-color: initial;
  border-radius: 5px;
  border-width: 0;
  height: 40px;
  text-align: center;
  color: white !important;
  line-height: 40px;
  font-family: montserrat,sans-serif;
  font-size: 18px;
}

.stripePaymentBtn:disabled {
  background: darkgrey;
  cursor: not-allowed;
}

.StripeElement {
  box-sizing: border-box;

  padding: 12px 14px;

  height: 50px;

  border: 1px solid transparent;
  background-color: white;
  border-radius: 4px;


  box-shadow: 0 2px 6px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 160ms;
}

.StripeElement--focus {
  box-shadow: 0 2px 4px 0 #cbcbcb;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}