.dataTables_info {
    margin-left: 15px;
    margin-bottom: 15px;
    font-size: 14px;
}
.dataTables_paginate {
    margin-right: 10px !important;
    margin-bottom: 10px !important;
}
.dataTables_paginate li a {
    border-radius: 5px !important;
}
.dataTables_paginate li {
    font-size: 14px;
    margin-right: 8px;
}

.dataTables_length {
    margin-left: 15px;
}.dataTables_filter {
    margin-right: 15px;
}

.alert.parsley {
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 10px 15px 10px 15px;
}
.check .alert {
    margin-top: 20px;
}
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}
.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.credit-card-box .display-tr {
    display: table-row;
}

 .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #6b9200;
    border-color: #6b9200;
}

 .table-icons .btn-icon {
    border: 1px solid #f1f1f1;
    background: #efefef;
    color: #3a3a3a;
}

.hidden{
    display: none !important;
}

.displayNone{
    display:none;
}

.error {
    color:red;
    font-size:10 !important;
    font-weight: 400 !important;
}

#youtubeScreenshot {
    width: 100% !important;
    min-height: 150px !important;
    padding: 15px !important;
    border-style: dashed !important;
    border-color: #2c003a !important;
    border-width: 2px !important;
    background-color: #fdfbfb !important;
    color: #462a51 !important;
}

.dropzone .dz-preview .dz-image {
    border-radius: 20px !important;
    overflow: hidden !important;
    width: 120px !important;
    height: 120px !important;
    position: relative !important;
    display: block !important;
    z-index: 10 !important;
}

.dz-preview.dz-image-preview:not(.multipleImages){
  position: relative !important;
  top: 3%; 
  left:0px !important;
}

.dz-preview.dz-image-preview {
        position: absolute !important;
        left: 38% !important;
        top: 10% !important;
}

#property_image {
    width: 100% !important;
    min-height: 150px !important;
    padding: 15px !important;
    border-style: dashed !important;
    border-color: #2c003a !important;
    border-width: 2px !important;
    background-color: #fdfbfb !important;
    color: #462a51 !important;
}

.sub-menu-slider{
    background-color: rgb(229 234 239 / 24%);
    color: #8494A7 !important;
    box-shadow: none;
    border-radius: .267rem;
    border: 1px solid #464D5C;
    background: #272E48 !important;
}

/* Views Leads Stats Page */
.statCard {
  font-size:20px;
  color:white;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  max-width: 11em;
  min-width: 10em;
  padding:1em;
  text-align:center;
  border-radius:13px;
  box-shadow: 0 3px 9px 0 rgb(169 184 200) !important;
}

.greenBack{
  background-color:#88ba00;
      -webkit-box-shadow: inset 0 0 30px #88ba00;
    -moz-box-shadow: inset 0 0 30px #00f;
    box-shadow: inset 0 0 44px #88ba00;
}

.blueBack{
    background-color:#007bff;
    -webkit-box-shadow: inset 0 0 30px #027cfb;
    -moz-box-shadow: inset 0 0 30px #00f;
    box-shadow: inset 0 0 44px #0652a3;
}

.floatRight{
    float: right;
}
.floatLeft{
    float: left;
}

/* smaller input field used on lp edit page for the landing page number input field that's disabled */
.smallInbetweenInput{
    min-width: 2em !important;
    max-width: 4em !important;
}


/* text colors */
.red{
    color:red;
}