label{
	color:#495057;
}

.login-wrapper{
	display: block;
}

.login-footer {
	position: fixed;
	width:100%;
	bottom: 0px;
  background: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
}

form label.error{
	font-weight: 100!important;
	color:red;
}

.card .card-title strong{
	font-size: 25px;
	color: #007bff;
}

.action-buttons{
	margin-right: 5px;
}

.modal { overflow: auto !important; }


.dataTable .fa-check, .modal .fa-check{
	color:#28a745;
}

.dataTable .fa-times, .modal .fa-times{
	color:#dc3545;
}


.dataTable .profil-container{
	position: relative;
}

.dataTable .table-profil-img{
	position: absolute;
	top:4px;
	left: calc(50% - 19px);
	width:36px;
	height: 36px;
	border:1px solid rgba(0,0,0,0.2);
	border-radius: 19px;
  margin-left: auto;
  margin-right: auto;
}

.adminform{
	width: 100%;
	text-align: inherit;
}

.checkbox-container {
  width: 80px;
}

.checkbox-container-1 {
	width: 10vw;
}

.checkbox-container-2 {
	width: 20vw;
}

.checkbox-container-3 {
	width: 30vw;
}

.profilemodal .profile-container{
  height:540px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fcfcfc;
}

.profilemodal .profile-container .profileimage{
  display:block;
  width:440px;
  height:440px;
  margin-left:auto;
  margin-right:auto;
  margin-top:40px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.profilemodal .profile-container .croppie-container{
  height: 490px;
  width:100%;
}

.profilemodal input.uploadbutton{
  display: none!important;
}

.profilemodal .browsebtn{
	margin:0px;
	color: #444;
}

.profilemodal .profile-container .loading {
    display: none;
    position:absolute;
    top:100px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

.profilemodal .actions{
	text-align: center;
	margin-top:20px;
}

.checkbox-cell{
	text-align: center;
}

.hiddenmenu{
  display: none!important;
}

.taglist {
  cursor: pointer; 
  height:100px; 
  overflow:hidden; 
  overflow-y: scroll;
}

.search_ul {
  list-style:none;
  border: 1px solid #6c757d;
  margin-top: 0px;
  width: 100%;
  cursor: pointer;
  padding: 0
}


.search_li {
  font-size: 15px;
  text-align: center;
}

.search_li:hover {
  color: #000;
  font-weight: 800;
  background: #6c757d26
}

.hover_bkgr_fricc{
  /*background:rgba(0,0,0,.4);
  cursor:pointer;*/
  display:none;
  height:89%;
  position:fixed;
  text-align:center;
  width: 50%;
  z-index:10000;
  left: 58%;
  top: 45px;
  overflow-y: auto;
}
.hover_bkgr_fricc .helper{
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.hover_bkgr_fricc > div {
  background-color: #fff;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 100%;
  min-height: 100px;
  vertical-align: middle;
  width: 65%;
  position: relative;
  border-radius: 8px;
  padding: 15px 5%;
}

.hover_bkgr_fricc > div > .table > tbody > tr > td:hover {
  cursor: pointer;
  background: #e8e8e8;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 25px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.popupCloseButton:hover {
  background-color: #ccc;
}

.trigger_popup_fricc {
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  font-weight: bold;
}

#preview_modal{
  z-index: 2000
}

@media (max-width: 576px) {
  .d-center{
    text-align: center;
  }
}

