.form-as-button {
	display: inline;
}
 
.char-counter {
	padding-top: 3px;
	margin-right :3px;
}

.table-hover > tbody > tr.no-hover:hover {
    background-color: inherit;
}
 
.profile-header-info{
	padding-top: 25px;
 }
 @media (max-width: 767px) {
	.profile-header-info{
	   padding-top: 10px;
	} 

	.profile-header .profile-header-tab {
		overflow-y: hidden;
		overflow-x: auto;
	}
 }
 .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
  }
  .profile-header-img:hover .overlay {
	 height:45%
 }
 
 .overlay > .text {
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	cursor: pointer;
  }
 
  .overlay > .text > label {
	 font-size: 100% !important;
  }
 
  .profile-content .tab-content, 
  .profile-content .tab-pane {
	background: #fff;
 }

 div.required label.control-label:after {
	content: " *";
	color: red;
 }

 .dropdown-header {
	margin: 0 10px 10px;
 }

 .form-check {
	 padding-left: 0;
 }

.dropdown-menu{
	z-index:1051;
}

th.min,
td.min {
    width: 1%;
    white-space: nowrap;
}

@media (max-width: 767px) {
	.dt-buttons.btn-group>.btn+.btn {
		border-left-style: solid;
		border-left-width: 1px;
	}
}

table.dataTable tbody>tr.selected, 
table.dataTable tbody>tr.selected td, 
table.dataTable tbody>tr>.selected {
	background: inherit !important;
}



#filterMenu .dropdown-submenu {
    position: relative;
}

#filterMenu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

#filterMenu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

#filterMenu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

#filterMenu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

#filterMenu .dropdown-submenu.pull-left {
    float: none;
}

#filterMenu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}