﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 50px
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 210px;
}*/


.centered {
    position: relative;
    left: 50%;
    width: 280px;
    margin-left: -140px;
}

.ellipsis {
    text-overflow: ellipsis; 
    overflow: hidden
}

/* styles for validation helpers */
/*.field-validation-error {
    color: #b94a48;
    display: none;
}
 
.field-validation-valid {
    display: none;
}
 
.input-validation-error {
    border: 1px solid #b94a48 !important;
}
 
input[type="checkbox"].input-validation-error {
    border: 0 none;
}*/

.field-validation-error, .field-validation-valid {
    display: none;
}
 
.input-validation-error ~ .btn-group > .dropdown-toggle, .input-validation-error {
    border: 1px solid #b94a48;
}

.input-validation-error:focus ~ .field-validation-error {
  color: #b94a48;
  display: block;
  position: absolute;
  background-color: #f5e8e8;
  z-index: 1;
  margin-top: 3px;
  border-radius: 5px;
  padding: 7px;
}

/*.input-validation-error.dadata-address:focus ~ .field-validation-error {
  margin-top: -17px;
}*/
 
input[type="checkbox"].input-validation-error {
    border: 0 none;
} 

.validation-summary-errors {
  text-align: center;
    /*color: #b94a48;*/
    /*display: none;*/
}

.validation-summary-errors ul {
  padding-left: 0;
  list-style-type: none;
}
 
.validation-summary-valid {
    display: none;
}

.tab-button {
  padding: 0 2px;
}

.tab-buttons {
  text-align: center
}

img.center {
  display: block;
  margin: 0 auto;
}

div.error {
  color: #b94a48;
}

/* begin checkbox styling */

/* The container */
.checkbox-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkbox-container .checkmark {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #474B4F;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
    background-color: #ddd;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
    left: 8px;
    top: 5px;
    width: 7px;
    height: 10px;
    border: solid #474B4F;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* end checkbox styling */

.noselect {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.confirm-client-pd-info-list {
    list-style-type: none;
}

.emailOrPhone{
    color: blue;
    text-decoration: underline;
}


.btnHieghtFix
{
    margin-bottom: 0px!important;
}

.smallText {
    font-size: 10px;
}

.smsCodeInput {
    width: 25px;
    transform-box: fill-box;
    box-shadow: 0px 0px 0.4px 1px grey;
    border-radius: 5px;
    float: left;
}
.codeDivider {
    float: left;
    margin: 2px 5px 0;
}

.pagination-custom{
    margin-right: 100px;
}
/*
#code1{
    float: right;
}

#code2 {
    float: left;
}
*/

.linkText {
    color: #cb356b;
    cursor: pointer;
    
}

    .linkText:hover {
        color: #ef466f;
        text-decoration: underline;
    }

.packetBtnDisagree {
    color: #ddd;
    text-align:center;
    cursor: pointer;
}

button.btn-re-code-req2 {
    border: none;
    background-color: inherit;
    color: #eee;
    margin: 0 30%;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

