﻿.collapse-item {
	margin: 0 !important;
}

.messages-alert {
	display: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.field-validation-error {
    background-color: #d9534f;
    border-radius: .25em;
    color: #ffffff;
    display: inline-block;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2em;
    padding: .2em .6em .3em;
    vertical-align: baseline;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

.error {
    font-size: 1rem;
    width:100%
}

.center {
    width: 80%;
    margin: auto
}

.white {
    color: #fff;
}

.marginAuto {
   
    margin: auto
}

.font-color-red {
    color: red;
}

.font-color-orange {
    color: orangered;
}
.font-color-yellow {
    color: yellow;
}
.font-color-black {
    color: black;
}

.form-control {
    width: 100%;
}

.margin-top-25 {
    margin-top: 35px;
}

.margin-top-10 {
    margin-top: 10px;
}

.hide {
    display: none !important;
}

.required-label {
	font-weight: bold;
	color: #d9534f;
}

.scrollableDiv {
    height: 400px;
    overflow: scroll;
    
}
.scrollableCountyDiv {
    height: 250px;
    height: 150px;
    overflow: scroll;
    margin: 4px, 4px;
    padding: 4px;
    overflow-x: hidden;
    overflow-x: auto;
}
.tableFullWidth {
    width: 100%;
    display: inline-block;
}

.divRequired {
    text-align: center;
    font-weight: bold;
}

.fixedThead {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.fixedtr {
    display: inline-block;
    width: 100%;
}
    .scrollableTbody {
    height: 300px;
    display: inline-block;
    width: 100%;
    overflow: auto;
}


.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #CFF5FF;
    cursor: pointer;
}

.label-fullWidth {
    display: block;
    width: 95%;
    text-align: right;
}
#tblReassignTaxValues>tbody>tr>td {
    height: 30px;
    padding: 0px;
    border-top: 0px;
}

#tblReassignTaxValues td input {
    width: 95%;
    border: 1px solid black;
}

.alignCenter {
    display: block;
    margin: 0 auto;
   
}
.start-date {
    position: relative;
    z-index: 100;
}

.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #f00;
}

.inactiveLinks {
    color:darkred;
}

div .dt-buttons {
    float: left;
}

.dataTables_length {
    float: left;
}
