/* Hide user image */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
	height: auto;
}
.box-comments .comment-text {
	margin-left: 0px;
}

/* Menu background color */
.skin-blue .main-header .navbar, .skin-blue .main-header .logo {
	background-color: #222d32;
}

/* Div based table CSS */
div.table { /* table */
	display: table;
	width: 100%;
}
div.table > div.table-header { /* table header */
	display: table-header-group;
}
div.table > div.table-header > div { /* table header cell*/
	display: table-cell;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	font-weight: bold;
}
div.table > div.table-body { /* table body */
	display: table-row-group;
}
div.table-hover > div.table-body :hover {
	background-color: #f5f5f5;
}
div.table > div.table-body > div { /* table body row */
	display: table-row;
}
div.table > div.table-body > div > div { /* table cell */
	display: table-cell;
	border-top: 1px solid #f4f4f4;
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
@media screen and (max-width: 991px) { /* don't crush table on small screens */
	div.table > div.table-header > div {
		white-space: nowrap;
	}
	div.table > div.table-body > div > div{
		white-space: nowrap;
	}
}
@media (min-width: 1200px) { /* display visible items as cells */
	.table .visible-lg {
		display: table-cell !important;
	}
}

/* Border below header in table */
.table-bordered > tbody > tr:first-child {
	border-bottom: 2px solid #ddd;
}

/* Display iframes as divs */
iframe {
	display: block;
	border: none;
	width: 100%;
}

/* Timeline modification */
.timeline-header > span.username {
	font-weight: bold;
}

/* Removed border around calendar events, make them larger */
.fc-event {
	border: none;
	padding: 2px;
	padding-left: 5px;
	font-size: 100%;
}

/* Enlarge labels and other elements to make them easier to read */
.label-big {
	font-size: 80%;
}
dt, dl {
	padding-bottom: 0.2em;
}

/* Small custom modifiers */
.pointer {
	cursor: pointer;
}
.no-warp {
	white-space: nowrap;
}

/* Margin on photos */
.photo-gallery a {
	margin: 0 10px 10px 0;
}

/* Footer and logo */
.main-footer {
	font-size: 70%;
	background-color: #ecf0f5;
	border: none;
}
.main-footer img {
	opacity: 0.7;
	max-height: 19px;
}

/* More contrast to menu header */
.skin-blue .sidebar-menu > li.header {
	color: #fff;
}

/* Hover color on sortalbe tables */
.sortable-chosen, .sortable-ghost {
	background: #f5f5f5;
}

.sortable-fallback > div:nth-child(1n+2) {
	display: none !important;
}

/* Toolbar at top of box */
.box-toolbar {
	padding: 10px;
}
.box-toolbar.with-border {
	border-bottom: 1px solid #f4f4f4;
}

/* Move save-buttons to the right */
.box-footer {
	text-align: right;
}

/* Keep comments to the left */
.box-footer .box-comment, .box-footer .text-left {
	text-align: left;
}

.btn-with-search{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.admin-data-table tr td,
	.admin-data-table tr th{
	    padding: 8px !important;
	    line-height: 1.42857143;
	    vertical-align: top;
	    font-size: 20px;
	}

	.admin-data-table tr:hover td{
		background-color: #f5f5f5;
	}

	.admin-data-table tr th{
		border-bottom: none !important;
	}

	.admin-data-table tr td{
		border-bottom: 1px solid #f4f4f4;
	}
	.btn-with-search .dataTables_filter input {
		box-shadow: none;
	    border:1px solid #d2d6de;
	    background-color: #fff;
	        height: 37px;
    	padding: 5px 10px;
    	font-weight: normal;
	    font-size: 16px;
	    width: 300px;
	    border-radius: 3px;
	    padding-right: 45px;
	} 
	.btn-with-search .dataTables_filter input::placeholder{
		color: #777;
	}
	.table-search{
		position: relative;
	}
	.table-search i {
	    position: absolute;
	    right: 2px;
    	top: 2px;
    	bottom: 2px;
	    display: flex;
	    align-items: center;
	    background-color: #f4f4f4;
	    color: #444;
	    border-left: 1px solid #ddd;
	    padding: 5px 10px;
	}
	table.dataTable.no-footer{
		border-top: none;
	}

/*table css starts here */
.admin-tab-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;

    width: 100%;

}

.admin-tab-right {
    width: 200px;
    text-align: left;
}

.admin-tab-left {
    width: calc(100% - 200px);
    padding-right: 20px;
}
.admin-tab-left .nav-tabs>li{
	width: 25%;
	margin-bottom: 0 !important;
    border-right: 2px solid #000;
}

.admin-tab-left .nav-tabs>li a{
	border: none !important;
	margin: 0 !important;
	    color: #000 !important;
    font-weight: 600;
    font-size: 18px;
}

.admin-tab-left .nav-tabs>li.active>a, 
.admin-tab-left .nav-tabs>li.active>a:hover,
.admin-tab-left .nav-tabs>li.active>a:focus{
	border: none !important;
	margin: 0 !important;
}

.content-block {
    padding-top: 15px;
}
.content-block .box.box-body {
    border-top: 0;
    padding: 0;
}

.content-block .admin-data-table tr td,
 .content-block .admin-data-table tr th{
	    font-size: 18px;
}
/*table css ends here */


/*NISL custom 22-08-23*/
.notification-box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px
  }

  .notification-box::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 5px
  }

  .notification-box::-webkit-scrollbar-thumb {
    background-color: #222d32;
    border: 2px solid #222d32;
    border-radius: 5px
  }

  .icons {
    display: inline;
    float: right
  }

  .number {
    height: 22px;
    width: 22px;
    background-color: #d63031;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: 23px;
    left: 60px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
  }

  .number:empty {
    display: none;
  }

  .notBtn {
    transition: 0.5s;
    cursor: pointer
  }

  .fas {
    font-size: 25pt;
    padding-bottom: 10px;
    color: black;
    margin-right: 40px;
    margin-left: 40px;
  }

  .notification-box {
    width: 300px;
    height: 0px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: scroll;
    padding: 0px;
    left: -270px;
    margin-top: 5px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 23px 0px rgba(0, 0, 0, 0.1);
    cursor: context-menu;
  }

  .fas:hover {
    color: #d63031;
  }

  .notBtn:hover>.notification-box {
    height: 60vh
  }

  .content {
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
  }

  .gry {
    background-color: #F4F4F4;
  }

  .top {
    color: black;
    padding: 10px
  }

  .display {
    position: relative;
  }

  .cont {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
  }

  .cont:empty {
    display: none;
  }

  .stick {
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
  }

  .stick:hover {
    color: black;
  }

  .cent {
    text-align: center;
    display: block;
  }

  .sec {
    padding: 25px 10px;
    background-color: #F4F4F4;
    transition: 0.5s;
  }

  .profCont {
    padding-left: 15px;
  }

  .profile {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 75px;
    float: left;
  }

  .txt {
    vertical-align: top;
    font-size: 1.50rem;
  }

  .sub {
    font-size: 1rem;
    color: grey;
    float: right;
  }

  .new {
    border-style: none none solid none;
    border-color: #3c8dbc;
  }

  .sec:hover {
    background-color: #3c8dbc;
  }

  .sec:hover div {
    color: #fff;
  }

  .sec.new:nth-last-child(2) {
    border-color: #fff !important;
  }

  /* Notification listing */

  .notification-ui_dd-content {
      margin-bottom: 30px;
  }

  .notification-list--unread {
      border-left: 2px solid #29B6F6;
  }

  .notification-list {
      padding: 20px;
      margin-bottom: 7px;
      background: #fff;
      -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  }

  .notification-list .notification-list_content {
      display: block;
      display: -ms-flexbox;
  }

  .notification-list .notification-list_content .notification-list_detail p {
      margin-bottom: 5px;
      line-height: 1.2;
  }

  .notBtn > a  {
    padding-top: 20px !important;
  }

.align-items-center {
  align-items: center;
}
.d-flex {
    display: flex;
}