@charset "ISO-8859-1";
body {
	color: #000080;
	/* background: #f5f5f5; */
	font-family: 'Varela Round', sans-serif;
	font-size: 14.5px;
}
.table-responsive {
    margin: 0px 0px;
}
.table-wrapper {
	background: #fff;
	
	border-radius: 3px;
	min-width: 1000px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

#facilitymastertable_wrapper{
	padding: 20px 25px;
}
.table-title {        
	padding-bottom: 15px;
	background: #88d6f4;
	color: #fff;
	padding: 16px 30px;
	min-width: 100%;
	border-radius: 3px 3px 0 0;
}
.table-title h2 {
	margin: 5px 0 0;
	font-size: 24px;
}
.table-title .btn-group {
	float: right;
}
.table-title .btn {
	color: #fff;
	float: right;
	font-size: 14.5px;
	border: none;
	min-width: 50px;
	border-radius: 2px;
	border: none;
	outline: none !important;
	margin-left: 10px;
}
.table-title .btn i {
	float: left;
	font-size: 21px;
	margin-right: 5px;
}
.table-title .btn span {
	float: left;
	margin-top: 2px;
}
table.table tr th, table.table tr td {
	border-color: #e9e9e9;
	padding: 12px 15px;
	vertical-align: middle;
}
table.table tr th:first-child {
	width: 60px;
}
table.table tr th:last-child {
	width: 100px;
}
table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
	background: #f5f5f5;
}
table.table th i {
	font-size: 14.5px;
	margin: 0 5px;
	cursor: pointer;
}	
table.table td:last-child i {
	opacity: 0.9;
	font-size: 22px;
	margin: 0 5px;
}
table.table td a {
	font-weight: bold;
	
	display: inline-block;
	text-decoration: none;
	outline: none !important;
}
table.table td a:hover {
	color: #2196F3;
}

.disable 
{
	color: lightcoral;
	cursor:pointer !important;	
}
.enable
 {
	color: green;
	cursor:pointer !important;	
}

.delete 
{
	color: red;
	cursor:pointer !important;
}

table.table td i.delete {
	color: #F44336;
}
table.table td i {
	font-size: 19px;
}
table.table .avatar {
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 10px;
}
.pagination {
	float: right;
	margin: 0 0 5px;
}
.pagination li a {
	border: none;
	font-size: 14.5px;
	min-width: 30px;
	min-height: 30px;
	color: #999;
	margin: 0 2px;
	line-height: 30px;
	border-radius: 2px !important;
	text-align: center;
	padding: 0 6px;
}
.pagination li a:hover {
	color: #666;
}	
.pagination li.active a, .pagination li.active a.page-link {
	background: #03A9F4;
}
.pagination li.active a:hover {        
	background: #0397d6;
}
.pagination li.disabled i {
	color: #ccc;
}
.pagination li i {
	font-size: 16px;
	padding-top: 6px
}
.hint-text {
	float: left;
	margin-top: 10px;
	font-size: 14.5px;
}    
/* Custom checkbox */
.custom-checkbox {
	position: relative;
}
.custom-checkbox input[type="checkbox"] {    
	opacity: 0;
	position: absolute;
	margin: 5px 0 0 3px;
	z-index: 9;
}
.custom-checkbox label:before{
	width: 18px;
	height: 18px;
}
.custom-checkbox label:before {
	content: '';
	margin-right: 10px;
	display: inline-block;
	vertical-align: text-top;
	background: white;
	border: 1px solid #bbb;
	border-radius: 2px;
	box-sizing: border-box;
	z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	content: '';
	position: absolute;
	left: 6px;
	top: 3px;
	width: 6px;
	height: 11px;
	border: solid #000;
	border-width: 0 3px 3px 0;
	transform: inherit;
	z-index: 3;
	transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
	border-color: #03A9F4;
	background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
	border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
	color: #b8b8b8;
	cursor: auto;
	box-shadow: none;
	background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
	max-width: 400px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
	padding: 20px 30px;
}
.modal .modal-content {
	border-radius: 3px;
	font-size: 14px;
}
.modal .modal-footer {
	background: #ecf0f1;
	border-radius: 0 0 3px 3px;
}
.modal .modal-title {
	display: inline-block;
}
.modal .form-control {
	border-radius: 2px;
	box-shadow: none;
	border-color: #dddddd;
}
.modal textarea.form-control {
	resize: vertical;
}
.modal .btn {
	border-radius: 2px;
	min-width: 100px;
}	
.modal form label {
	font-weight: normal;
	    padding-top: 10px;
}	
.btn {
    padding: 7px 18px;
}
.login-form__btn {
    background: #455F98;
    color: #fff;
    padding: 14.5px 40px;
    font-size: 14px;
}
.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 46% !important;
}
.okPopUp{
	z-index: 1051;
}
.userdisplay
{

    float: right;
    background-color: #3d32e8;
    color: #ffffff;
    width: 18%;
    line-height: 48px;
    padding-left: 11pxx;
    padding-left: 10px;
}

.red-color {

color: red;

}


.myalert {
  padding: 20px;
  background-color: #f44336;
  color: white;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

.excel_export {

color: red;

}

.hsloading
{
    position:   fixed;
    z-index:    1000;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
                url('../images/loading.gif') 
                48% 50% 
                no-repeat;
    background-size: 90px;
    pointer-events: none;
}

.hsloader
{
	position: absolute;
    width: 12rem;
    height: 10rem;
    top: 66%;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: translateY(-50%);	
    font-size: 18px;
    color: #ffffff;   
  }

.material-icons_delete {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.hstime {
    width: 75px;
    border: 1px solid #767676 !important;
    border-radius: 4px !important;
    padding: 10px;
    margin: 5px;
    height: 27px;
    background-color:#ffffff !important;
 	background-image: url('../images/timepick.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: 25px;   

}

        .form-container {
            display: block;
            grid-template-columns: repeat(8, 1fr);
            gap: 10px;
            margin-top: 20px;
            margin: 20px;
        }
        .form-group_cc {
            display: initial;
        }
        .form-group_cc input, .form-group_cc select {
            width: auto;
            padding: 5px;
            box-sizing: border-box;
        }
        .form-container button {
            grid-column: span 8;
            padding: 10px;
            background-color: #4CAF50;
            color: white;
            border: none;
            cursor: pointer;
            border-radius: 4px;
        }
        .form-container button:hover {
            background-color: #45a049;
        }