.no-margin{
	margin-top: 0px;
	margin-bottom: 0px;
}
.panel-body{
	overflow-x: scroll;
	/* min-height: 450px; */
}

.panel-body{
	overflow-y: visible ;
	/* min-height: 450px; */
}

.tasks td#descreption{
	max-width:200px;
	overflow: hidden;
}
.tasks td#task_code{
	max-width:200px;
	overflow: hidden;
}
.tasks td#time_limit{
	min-width:100px;
	overflow: hidden;
}
p#selected{
	cursor: pointer;
}

input[type='checkbox']:indeterminate:before{
/*
	content: "\2715";
	margin-left: 1px;
	margin-left: 2px;
	position: absolute;
	top: -0px;
	font-size: 10px;
	background-color: #3c96f5;
	color: white;
*/
}
input[type='number'], input.small{
	max-width: 65px;
}
input.big{
	max-width: 165px;
}
.forms input#payment_total, .forms input#payment_total_2{
	max-width: 150px;
}
#calculate input[type='number'], #calculate input.small{
	width: 100px !important;
	max-width: 100px;
}
#new_address1{
	width: 180px !important;
	max-width: 200px;
}
#forms_avail > label > input[type='number']{
	max-width: 45px;
}

#forms_avail .custom-label{
	padding-left: 0px;	
}

/* Tooltip container */
.tooltip {
    position: absolute;
/*     display: inline-block; */
		top: 25px;
/*     border-bottom: 1px dotted black; */ /* If you want dots under the hoverable text */
}

/* Tooltip text */
div .tooltiptext {
    /* visibility: hidden; */
    display: none;
    width: 220px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    top:25px;
    z-index: 1;
}
label .tooltiptext {
	top: 20px;
}
/* Show the tooltip text when you mouse over the tooltip container */
div:hover > .tooltiptext, label:hover > .tooltiptext{
   /*  visibility: visible; */
   display: block;
}
label:hover + input + .tooltiptext{
	display: inline-block;
}

#search .btn{
	padding: 9px; /*12px;*/
}

.panel-heading h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
.checkbox, .checkbox + .checkbox{
	margin-top: 3px;
	margin-bottom: 3px;
}

.form-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	background: white;
	padding: 20px ;	
	z-index: 999;
}
#bottom{
	min-height: 15px;
}

.input-group-addon.big { width: 35%; text-align: right; }
.input-group { width: 100%; }
.sticky.is_stuck{
	background-color: white; 
	z-index: 99999;
	border-bottom: #ddd solid 1px;
	padding-top: 10px;
}
#status{
/*
	position: absolute;
	top: 2px;
	width: 50%;
	right:15px;
*/
}

#calculate input{
	font-size: 100%;	
	font-weight: bold;
}

a.hide-text{
	font-size: .01px;
}
a.hide-text span, a.hide-text *{
	font-size: 14px;
}
a.hide-text c2d_cc_a1daf7380dbe4d26a9be909e862e0248{
	position: absolute;
	right: 0px;
	top: 35px;
}
.dropdown-menu > li > a.selected{
	background-color: rgb(225, 225, 225);
}
#tax_due{font-weight: bold;}

.uppercase, #other_state{
	text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a{
	color: #fff;
	background-color: #8a8a8a;
	font-weight: bold;
}

.table > tbody > tr.danger > td{
	background-color: #f9acac;
}
.table > tbody > tr.danger.disabled > td{
	background-color: #faadcb;
}

.table > tbody > tr.danger:hover > td{
	background-color: #ebcccc;
}
.table > tbody > tr.danger.disableZ:hover > td{
	background-color: #fac2ff;
}

.bootstrap-select, .bootstrap-select:not([class*="span"]){
	width: 100%;
}

.bootstrap-select.btn-group, .bootstrap-select.btn-group[class*="span"]{
	margin-bottom: 0px;
}
.capitalize{
	text-transform: capitalize;
}

.form-group{
	margin-bottom: 10px;
}

.checkboxButton label span.checkbox{
/*
	margin: 0px;
	padding: 0px;
	background: #fff;
	padding: 0 13px 0 13px;
	line-height: 40px;
	border: 1px solid #d7d7d7;
	font-size: 16px;
	border-radius: 5px;
	font-weight: 300;
*/
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
}

.checkboxButton label{
	position: relative;
	cursor: pointer;
}

.checkboxButton input[type="checkbox"]:checked +  label span.checkbox{
	color: #fff;
	background: #d9534f !important;
}
.checkboxButton input[type="checkbox"]:indeterminate + label span.checkbox{
	color: #b9b9b9 !important;
	background: #767676 !important;
}

.checkboxButton input[type="checkbox"]{
	visibility: hidden;
	width: 0px;
}

.panel-body{
  overflow:visible;
}

#accordion .panel-heading {
    cursor: pointer;
}

input#new_address{
	width: 250px;
}



.forms .checkbox label {
    padding: 5px 10px 5px 20px;
    margin: 0;
}
.forms .checkbox label.btn {
    padding: 5px 10px 5px 10px;
    margin: 0;
}

.forms .checkbox {
    display: inline-block;
}

.forms .checkbox-inline {
    padding: 0;
    position: relative;
}

.forms input[type="checkbox"].btn-checkbox {cursor: pointer;}

.forms input[type="checkbox"].btn-checkbox,
.forms input[type="hidden"].btn-checkbox {
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    margin: 0px;
    padding: 0px;
}

.forms input[type="checkbox"].btn-checkbox ~label {
    color: #ccc;
    /* font-style: italic; */
    background: #fff !important;
    color: #000 !important;
    cursor: pointer;
    border: 1px solid #ccc;
}

.forms input[type="checkbox"].btn-checkbox:checked~label {
    font-style: normal;
    background: green !important;
    color: #fff !important;
    border: 1px solid green;
}
.forms input[type="checkbox"].btn-checkbox.purple:checked~label {
    font-style: normal;
    background: #c954ff !important;
    color: #fff !important;
    border: 1px solid #c954ff;
}

.forms input[type="checkbox"].btn-checkbox:indeterminate~label {
    background: #d9534f !important;
    color: #ffffff !important;
    text-decoration: line-through;
    cursor: pointer;
    border: 1px solid #ccc !important;
}

.forms input[type="text"], .forms input[type="number"], .forms textarea{
    padding: 5px;
    border: 1px solid #ccc; border-radius: 5px; font-size:14px; font-weight: normal; line-height: 21px; vertical-align: middle;
}
.forms textarea{
	min-height: 32px;
}
.forms input#datemMoved, .forms input#datemMoved_by{border-radius: 0;} 

.forms label.form-label{ margin-bottom: 0px;}

.forms .panel-heading h3{cursor: pointer;}

.dateInputBox{display: inline-block; width:300px;}
.long{display: inline-block; width:450px;}

.panel-body label.col-xs-4{
	white-space: nowrap;
}

.panel-body{
	overflow-x: scroll;
}

span#file_id{
	min-width: 85px;
	display: inline-block;
}

#fadeandscale {
  transform: scale(0.8);
}
.popup_visible #fadeandscale {
  transform: scale(1);
}
#my_popup {
	max-width: 650px;
}

#add .corp_field{
	display: none;
}

#add .client_field{
	display: block;
}

.radio label, .checkbox label{
	font-weight: bold;
}
.checkbox label.btn{
	font-weight: normal;
}

.w-100{
	width: 100%;
}

.datepicker{
	margin-top: 0px;
}

.error{color: red;}
.hasError{color: red;}

#snackbar {
	visibility: hidden;
	min-width: 150px;
	margin-left: -75px;
	background-color: #007bff;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 6px;
	position: fixed;
	z-index: 10;
	left: 50%;
	bottom: 30px;
	font-size: 17px;
	border-radius: 30px;
}
#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
	animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.card-wrapper{
	margin-bottom: 15px;
}

#corpArea, #induvArea{
	display: inline;
}
#corpArea a{
	margin-left: 10px;;
}

#copyOwnersFile{
	height: 34px;
}
/* hide controlls */
input#total_total::-webkit-outer-spin-button,
input#total_total::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input#total_total[type=number] {
  -moz-appearance: textfield;
}
.pac-container {
	z-index: 200000 !important;
}

.nice_dropdown{
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	box-shadow: none;
	min-height: 40px;
	padding: 5px;
	width: 100%;
	font-size: 13px;
	background: #fff;
	padding-left: 10px;
}
.nice_dropdown.inline{
	width: auto;
}
img.barcode{
	display: block;
	clear: both;
	margin: 10px auto 0;
}
.bootstrap-select .btn[data-id="status_dropdown"] {
  background-color: #af80c6 !important;
	color:white;
}

#bottom.fixed .row{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: white;
	padding: 10px 15px 25px;
	margin-bottom: 0px;
	z-index: 999;
	border: 1px solid #ccc
}
#extension_other_state{
	font-weight: 900;
}

.panel-body{
  height: auto !important;
  overflow: visible !important;
}
.dropdown-menu{
	max-height: 90vh;
	overflow-y: scroll;
}
.last_year{
	color: red !important;
	font-weight: bold !important;
	font-size: 20px !important;	
}

.panel-body label.col-xs-4[for="status_dropdown"]{
	white-space: initial;
}