.alertHidden { 
	display: none;
    width: 100%;
}
.custom-btn {
    float: right;
    width: 150px;
}
.custom-form-group {
	margin-bottom: 0;
}
.helpLogin {
    text-align: right;
    font-size: 14px;
}
.reset-usename-pass h4 {
    margin: 15px 0 0 26px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
}
.reset-usename-pass .card-body.p-4.mt-2 {
    padding: 5px 25px !important;
}
.importSheet{
	text-align: center;
}
.floatleft {
    float: left;
    width: 50%;
    margin-top: 15px;
}
.floatright {
	float: right !important;
	margin-top: 0;
}
#formpost {
    height: 400px;
    border: none;
     display:none;
}
ul.list-items {
    list-style: none;
    padding: 0;
}
ul.list-items li:nth-child(2n+1) {
    background: #f5f5f5;
}

ul.list-items li {
    padding-right: 10px;
    border: 1px solid #eee;
    margin-bottom: 8px;
}
ul.list-items li a {
    font-size: 13px;
}
.date {
    text-align: right;
    font-size: 12px;
    margin-top: 7px;
}
span.block-icon {
    background: #29b6f6;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    margin-right: 10px;
}
h3.dashborad-middle-title {
    margin-bottom: 24px;
    margin-top: 75px;
}
.navigation-menu>li .submenu i {
    margin-right: 8px;
}
@media (min-width: 1200px) {
.container {
    max-width: 100%;
}
}

.ticketDetails h1 {
    font-weight: normal;
    font-size: 19px;
}
.viewsupportbox h2 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;	
}
.viewsupportbox h2 span {
    font-weight: bold;
}
.requestfrom {
    background: #666;
    color: #fff;
    padding: 4px 20px;
}
.messagebox {
    line-height: 26px;
    background: #f5f5f5;
    padding: 15px 20px;
    color: #666;
    font-size: 13px;
}
.viewsupportbox {
    padding: 6px 0;
}
.ticketStatus {
    background: #f5f5f5;
    padding-left: 20px;
	margin-bottom: 20px;
}
.requestfrom span {
    font-size: 12px;
    margin-left: 5px;
    font-style: italic;
}
h2.reply-title {
    font-size: 15px;
    font-weight: normal;
}
.comment-box {
    margin-top: 27px;
    display: inline-block;
    width: 100%;
}
.comment-box textarea {
    height: 150px;
}
.requestfrom.stuff {
    background: mediumorchid;
}
h3.DateCreated {
    font-size: 14px;
    background: #ffff;
    border: 1px solid #ccc;
    padding: 10px 10px;
    margin: 0;
    border-radius: 2px;
    color: #666;
    font-weight: normal;
}
.row.tickethead {
    margin-bottom: 15px;
}
.ticketid {
    margin-top: 35px;
}
.ticketreplybutton {
    margin-top: 38px;
}
a.downloadablefile {
    margin-top: 15px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
}
a.downloadablefile:after {
    position: absolute;
    content: ",";
    right: -4px;
    top: 0;
    color: #000;
}
a.downloadablefile:last-child:after {
    content: "";
}

.ticketid h3 {
    font-weight: normal;
    color: #666;
}
.btn-custominfo {
    margin-top: 37px;
    font-size: 13px;
    padding: 10px 5px;
}
fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fafafa;
}
fieldset legend {
    display: block;
    width: auto;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: inherit;
    color: #333;
    border: 1px solid #ddd;
    background-color: #ffffff;
}
span.badge.custom-bdage {
    background: red;
    position: absolute;
    top: 9px;
    border-radius: 50%;
    font-weight: normal;
    width: 26px;
}
.offer-detail {
    border-top: 1px solid #eee;
    overflow: hidden;
    width: 100%;
}

#Datepickk .d-table input + label {

  float: left;
  width: 74px;
  height: 40px;
  padding: 9px 0 0 0;
}


.checkbox-button{
	padding:15px 0 5px;
}
.checkbox-button li{
	padding:15px 0;
	line-height:15px;
	
}
.checkbox-button li span{
	font-weight:400;
}
.checkbox-button input[type="checkbox"]{
	display:none;
}
.checkbox-button input[type="checkbox"]+label{
	padding-left:35px;
	position:relative;
	cursor:pointer;
}

.checkbox-button input[type="checkbox"]+label:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	border:2px solid;
	height:15px;
	width:15px;
	transition:all .5s ease;
}

.checkbox-button input[type="checkbox"]+label:after{
	position:absolute;
	content:"";
	top:4px;
	left:4px;
	height:7px;
	width:7px;
	transition:all .5s ease;
}
.single-pf{
	margin-bottom:30px;
}
.single-pf input[type="checkbox"]{
	display:none;
}
.single-pf input[type="checkbox"]+label {
    border: 2px solid;
    cursor: pointer;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    line-height: 30px;
    background: #444;
    color: #fff;
    font-size: 11px;
}
.single-pf input[type="checkbox"]+label img{
	padding-right:20px;
}
.single-pf input[type="checkbox"]:checked+label{
	background: #67b555;
}
ul.all-properties-features {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.all-properties-features .col-md-3 {
  max-width: 14%;
}
.multi-step-form-content {
  width: 600px;
}
.date-name-list {
  list-style: none;
  padding: 0 0 0 30px;
}
.date-name-list li {
  max-width: 14%;
}
.modal-body .multi-step-form-content {
  width: 100%;
}
.modal-body .single-pf {
  margin-bottom: 0;
}

a#history {
    position: absolute;
    top: -9%;
    right: 15px;
}
a#history.selected {
    z-index:100;
}

.historypop {
    background-color: #FFFFFF;
    border: 1px solid #eee;
    cursor: default;
    display: none;
    margin-top: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 50;
    left: 0;
    height: 100%;
}



.historypop p, .historypop.div {
    border-bottom: 1px solid #EFEFEF;
    margin: 8px 0;
    padding-bottom: 8px;
}
ul.history-list {
    list-style: none;
    padding: 25px;
    border-right: 1px solid #ccc;
    min-height: 100%;
}
ul.history-list li {
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
}
.single-history.list {
    margin-bottom: 24px;
}
.single-history-img {
    margin-bottom: 12px;
    position: relative;
}
.single-history.list .single-history-img {
    float: left;
    max-width: 94px;
    margin-right: 15px;
    margin-bottom: 0;
}
.single-history.list .single-history-content {
    text-align: left;
    overflow: hidden;
}
.single-history-content h4 {
    margin-bottom: 7px;
}
.single-history .sp-date {
    font-size: 12px;
    color: #999;
    font-style: italic;
}
.single-history-content span.sp-date {
    color: #999;
    display: block;
}
.single-history-img img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.single-history-content h4 {
    margin-bottom: 5px;
    margin-top: 0;
    font-size: 14px;
}
.single-history-content h4 a{
    color: #343a40;
}
.history-details {
    padding: 20px;
}
.historypop.pop .row {
    min-height: 100%;
}

.history-databy-user, .changesBy {
    display: flex;
}
.field-name {
    width: 175px;
}
.changesuser-photo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px;
}
.changesuser-name {
    font-weight: bold;
}
.changesuser-name span {
    display: block;
    font-size: 13px;
    font-style: inherit;
    font-weight: normal;
}

.badge-custom {
     display: flex;
    align-items: center;
    width: fit-content;
    padding-right: 5px;
}
.badge-list {
    display: flex;
    flex-wrap: wrap; 
    gap: 5px;
}
.btn-custom {
    width: 150px;
}

.form-group .bootstrap-select {
    border: 1px solid #ccc !important;
}

.information-row > * {
    margin: 5px 10px;
}
#securityAccessModal .modal-header, 
#securityAccessModal .card-body, 
#securityAccessModal .card {
    padding-bottom: 5px;
    margin-bottom: 0;
}
#securityAccessModal .modal-body {
    padding-top: 5px;
}
#securityAccessModal .modal-body .list-group-item{
    padding-top: 2px;
    padding-bottom: 2px;
}

#securityAccessModal .checkbox-wrap {
    height: 200px;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

@media screen and (min-width: 1279px) {
    #securityAccessModal .checkbox-wrap {
        height: 380px;
    }
}

#user-datatable tr th:nth-child(1),
#user-datatable tr th:nth-child(5),
#user-datatable tr th:nth-child(6),
#user-datatable tr th:nth-child(8),
#user-datatable tr td:nth-child(1),
#user-datatable tr td:nth-child(5),
#user-datatable tr td:nth-child(6),
#user-datatable tr td:nth-child(8) {
    text-align: center;
}
