﻿.clio-container {

}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 500px;
}
.page-title {
    background-color: white !important;
}
/* 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;
}
.dl-horizontal {
    color: black;
}
.col-form-label {
    color: black !important;
}

.control-label {
    color: black !important;
}
.btn {
    border-radius:2px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}
.logo-mobile {
height:40px;
}
.form-check-input {
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.form-check-input {
     margin: 4px 0 0; 
    margin-top: 1px\9 !important;
}

input[type=checkbox], input[type=radio] {
    /* margin: 4px 0 0; */
    margin-top: 1px\9 !important;
}

.clio-drag {
cursor: move;}

.clioClickTag {
cursor:pointer;
}

.clio-padded {
    padding-left:10px;
    padding-right:10px;
}

.clioMenu {font-weight:bold; color:black;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

 .clioHid { display:none;
}
 .row-bordered:after {
  content: "";
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0 15px 25px;
}

.clio-danger {
    color: #c12e2a !important;
}

.social-links {
    color: blue !important;
}
.nav-item.active {
 background-color:white !important;
}
.header-first{

    padding:12px 0 12px 0 !important;
}
strong {
    font-weight: bold;
}