@font-face
{
   src:url('../fonts/kn/NotoSansKannada-Regular.ttf')	;
   font-family:notokan;
}
 @keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  30% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(5deg);
  }
  70% {
    transform: rotate(0deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes sonar {
  0% {
    transform: scale(0.9);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.card:hover a{text-decoration: underline !important;}
.page_tabs li {margin-left: 0px !important;}

.page_tabs li a {background: #d3d3d3 ;}

footer{position: fixed;bottom: 0;}
body {
  font-size: 0.9rem;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

.page-wrapper {
  height: 100vh;
}

.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1e2229;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 22%;margin-bottom: 50px;
  }
}
/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 10px;
  border-radius: 0 4px 4px 0px;
  width: 35px;
  transition-delay: 0.3s;
}
.page-wrapper.toggled #show-sidebar {
  left: -40px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 22%;
  height: 100%;
  max-height: 100%;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}
.in_title{font-size: 22px;
    text-align: center;
    background: #6b316d;
    padding: 15px 15px;
    color: white;
    margin: 0;
    margin-bottom: 0px;}
.text-section {
width: 150px !important;
}
/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 21px 20px;
  display: flex;
  align-items: center;background: #efefef;color: black;
}

.sidebar-black-text{color: black !important;  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-family: 'FontAwesome';
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}
.sidebar-menu a:hover{background: #19c2fa42;}
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  content: "\f111";
  font-family: 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
}

.sidebar-footer > a {
  flex-grow: 1;
  text-align: center;
  height: 30px;
  line-height: 30px;
  position: relative;
}

.sidebar-footer > a .notification {
  position: absolute;
  top: 0;
}

.badge-sonar {
  display: inline-block;
  background: #980303;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 0;
}

.badge-sonar:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #980303;
  opacity: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 0px;
}

.page-wrapper .page-content > div {
  padding: 0px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #525965;
  border: 0px none #ffffff;
  border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover {
  background: #525965;
}
::-webkit-scrollbar-thumb:active {
  background: #525965;
}
::-webkit-scrollbar-track {
  background: transparent;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: transparent;
}
::-webkit-scrollbar-track:active {
  background: transparent;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: #d8dde9 !important;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: #b8bfce;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: #bdbdbd;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: #ffffff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: #16c7ff;
    text-shadow:0px 0px 10px rgba(22, 199, 255, 0.5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: #6c7b88;
}

.chiller-theme .sidebar-footer {
    background: #3a3f48;
    box-shadow: 0px -1px 5px #282c33;
    border-top: 1px solid #464a52;padding:    padding: 11px !important;
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-right: none;
}

      .dept_settings_table td:nth-child(1) {
  background-color: #f0f8ff; /* Light blue for the first column */
}

.dept_settings_table td:nth-child(2) {
  background-color: #fffacd; /* Light yellow for the second column */
}

.dept_settings_table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
    background: #673AB7;
    color: white;
}

.kn_display_name{font-family:notokan !important;}
.nav-canvas {
    background: #2c3a59 !important;
}
.file_card{    background: white;
    text-align: center;
    height: 112px;
    border-right: 1px solid #c7c7c7;

      border-bottom: 1px solid #c7c7c7;
    padding: 18px 6px;}
.v_hide,.v_hide .menu_tree{visibility:hidden !important;height:0px !important;}

.alert-success {
    background: #54bd29 !important;
    border-color: #54bd29;
    color: #ffffff !important;
  
}
.logout-sm{background: #fd1a1a;
    color: white;
    padding: 5px 6px;
    border-radius: 51px;
    width: 35px;
    height: 35px;
    margin-left: 15px;
    text-align: center;}
.required{color:red;font-size:16px;}
.alert{   position: absolute !important;
   z-index: 9999 !important;
       right: 2%;
    top: 2%;}
.navbar {
    margin-bottom: 2px !important;
    background:white !important;
}
.logos_{    display: flex;
    height: 52px;
    padding: 8px 18px 5px 10px;
    gap: 14px;
    border-bottom: 1px solid #1c2232;
    margin-bottom: 12px;}
.profile{text-align: center;}
.prof-avatar{border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 10px 7px rgba(0, 0, 0, .8);
    height: 94px;
    overflow: hidden;
    width: 94px;}
    .prof_name{color: #fff;
    text-transform: capitalize;
    padding-top: 8px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    font-size: 18px;}
    .prof_email{color: #9ca3af;
   font-weight: bold;
    font-family: "Inter", sans-serif;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: lowercase;
    white-space: nowrap;}
.nav-sm{display: block !important;}
.fa-solid, .fas {
    font-weight: 900;
    padding-right: 6px;
}
.far-pad{    padding-top: 7px;}
body {
    background-color: #f6f6f699;}
.main-menu > li > a {
    border: 0px solid #fff !important;}
.panel-body .navbar-nav>li {
    float: inherit;
    width: 100%;
}
.box-inner {
    border: 0px solid #DEDEDE;

    box-shadow: none;}
.modal-header h3{color:black;    font-size: 18px;}
.nomar{margin: 0px !important;}
.card-section .glyphicon {
    height: 52px;
    font-size: 30px;
    display: none;
}
.modal-body {
    position: relative;
    padding: 20px;
    display: flow-root;
}
.formpop .row {
    margin-bottom: 18px;
    display: flex;
    width: 100%;
    margin: auto;
}
.formpop label{color: #000;
    font-weight: 200;  font-family: "Inter", sans-serif;}
.top-block .glyphicon{color: #b5b5b5;}
.box-content {
    padding: 0px 0px 0px 0px !important;margin:0px;
}
/* Override DataTables stripe with !important */
table.dataTable tbody tr:nth-child(odd) {
  background-color: #e5fffd !important
}

table.dataTable tbody tr:nth-child(even) {
  background-color: #efebff !important;
}
.in_title * {
  font-size: 22px;
  text-transform: capitalize}

.in_title .btn {
  font-size: 16px !important;
  text-transform: capitalize}
.fa{font-size: 14px ;}

.fa-2x{font-size: 3em !important;}
table.table.dataTable.table-hover > tbody > tr:hover > *
 {
    box-shadow: none !important;
	  background-color: #fff !important;
}
table tbody tr:hover td:first-child {
border-left:4px solid blue;
background:#ececec;
}
table tbody tr td:first-child {
border-left:4px solid transparent;
}
.col-adj .col-lg-3 {
   
}

.main-menu > li > a {
    background-color: #29303d !important;
    padding: 10px;
    text-decoration: none;width:100%;
}

.dash-nav li.nav-item:hover {
    background: #aca6ad4f;
    border-radius: 12px;
}

li.nav-item {
margin-left: 15px;
}


.back_side_menu li,.back_side_menu2 li{    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.box-header{background: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#1a000000', GradientType=0);
    /*margin: 18px 0px 0px 0px;*/
    padding: 14px !important;
    height: 57px;}

.welbx{background: white;
    padding: 45px 24px;}
.wel-txt{color: #111828;
    float: left;
       font-weight: 600;    display: contents;
    font-family: "Inter", sans-serif;
    font-size: 35px;
    text-transform: capitalize;}
.prof-avatar-dash{border-radius: 50%;
    float: left;
    height: 65px;
    overflow: hidden;
    width: 65px;margin-right: 12px;}
.navbar-default,.navbar {
    background-color: #6b316d !important;
    border-color: #e7e7e7;
    background-image:#f8f8f8 !important;
}
.nav-link,.nav-link:hover{color: white !important;}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #29303d !important;
    color: white !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #ffffff;
    background-color: #29303d !important;
}

div.dt-container {
    position: relative;
    background: white;
}
.nav>li>a{color:#9ca3af !important;height: 50px;
    line-height: 2;}
.dropdown-menu {
    padding: 0px 0;}
.dropdown-menu>li>a {
    display: block;
    padding: 14px 20px;}
.under_process{background: #ffa225;
    padding: 3px 6px;
    border-radius: 30px;}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}
#content{padding: 0px 0px !important;}
.nav-canvas{background: #fff;}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #605d5d;
  color: #fff;
  text-align: center;
  border-radius: 6px;


  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}
.cms_footer p{margin:0px;padding:0px;text-align: center;}
.gallery-image img{text-align: center;height: 100px;}
body{overflow-x:hidden;}
footer p,footer a{color:#fff !important;}
footer{  background: #051d42;

    border-top: 1px solid #464a52;
    padding: 15px 30px;
    
    bottom: 0;left: 0;
    width: -webkit-fill-available;
    z-index: 99999;}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eeeeee;
    color: black;
}
.block_sec{margin:0px;padding:0px;}
.main-menu > li > a {
    border: 1px solid rgba(221, 221, 221, 0.46);
    margin:1px;    display: inline-block;
}
.info_icon{width: 40px;
    padding-right: 10px;}
.tooltip:hover .tooltiptext {
  visibility: visible;left: -51px;
    top: 22px;
}
.tooltip{opacity: 1;}
	.glyphicon{padding-right: 8px;}
}

.under_process {
	color: #FFFFFF;
	background: #EF7B7B;
	border-radius: 100%;
	padding: 3px 7px 3px;
}
.white-text{color: white !important;}
.dataTables_wrapper{overflow: auto;}

/*.modal-dialog{margin: auto !important;display: table;}*/

input.call-picker{display: none;}
.status_created{
	color: #FFFFFF;
	background: #FFA500;
	border-radius: 0%;
	padding: 3px 7px 3px;
}
.status_moderated{
	color: #FFFFFF;
	background: #1A73E8;
	border-radius: 0px;
	padding: 3px 7px 3px;
}
.box{margin-top: 0px;padding:25px;}

#media_palace{position: fixed;
    right: 0;
    top: 50%;}
#gallery_palace{position: fixed;
    right: 0;
    top: 56%;}    

#gallery_category_palace{position: fixed;
    right: 0;
    top: 62%;}    

 #icon_palace{position: fixed;
    right: 0;
    top: 68%;}   
.live-search-list {height: 210px;
    overflow-x: hidden;   }
 .live-search-list .col-md-4{background: #fff;
    margin: 3px 6px;
    border: 1px solid #cccecc;
    padding-left: 5px;
    margin-left: 15px;width: 30%;}   

.head-upload {float: initial;
    font-weight: normal;}
.head-upload input{width: 80%;}
.live-search-box,.live-search-box:focus-visible{width: 50%;line-height: 2;
    border: 1px solid gray;}    

    .live-search-list  input{width: 20px;
    height: 20px;}

    .search input{width: 50% !important;line-height: 2;margin: 5px;}
    .sbg{ background: #e6e6e6;
    padding: 10px;}


   .shead{display: inline-flex;
    line-height: 2;}
    .shead label{font-weight: normal;padding: 0px 8px;}
    .addedimg{font-weight: normal;}

	.modal-header {padding: 0px 15px;}
	.modal-footer {padding: 4px 6px;}
	.dept-bg{
    padding: 25px;
    margin: 12px 0px;}
    .dept-bg h2{padding: 10px 12px;
    margin: 0;
    text-align: center;}
    
	.color-wrapper {
		position: relative;
		width: 250px;
		margin: 20px auto;
	}
    #selected-color-display{height: 25px;}
.color_box{display: flex;}
	.color-wrapper p {
		margin-bottom: 5px;
	}

	input.call-picker {
		border: 1px solid #AAA;
		color: #666;
		text-transform: uppercase;
		float: left;    
		outline: none;
	  /*padding: 10px;*/
	  text-transform: uppercase;
	  width: 85px;
	}

	.color-picker {
		width: 30px;
        height: 30px;
border-radius: 100px;
    z-index: 1;
    padding: 0px;
    border: 0px solid #fff;
    box-shadow: 0px 0px 3px 1px #ddd;

    top: 78px;
    left: 2px;
	}

	.color-holder {
  background: #fff;
    cursor: pointer;
    border: 1px solid #AAA;
    width: 36px;
    height: 36px;
    float: left;
    margin-left: 5px;
    border-radius: 27px;
    margin-right: 10px;
	}

	.color-picker .color-item {
		cursor: pointer;
		width: 25px;
    height: 25px;
		list-style-type: none;
		float: left;
		margin: 2px;
		border: 1px solid #DDD;
	}

	.color-picker .color-item:hover {
		border: 1px solid #666;
		opacity: 0.8;
		-moz-opacity: 0.8;
		filter:alpha(opacity=8);
	}
	#view_password{
		margin-left: -40px;
		margin-top: 10px;
		z-index: 999;
	}
	
	
	 .btn-profile { position: absolute; }
        .img-container:hover .btn { display: inline-block !important; }
        .visit_site {
           margin-top: 7px;
    /* position: absolute; */
    right: 14px;
    /* background: blue; */
    border-radius: 20px;
    padding: 0px 8px;
    text-align: center;
    justify-content: center;
    margin: 0;
    text-decoration: none;
    font-size: 14px;
        }
        .navbar-default .navbar-nav>.open>a,
        .navbar-default .navbar-nav>.open>a:focus,
        .navbar-default .navbar-nav>.open>a:hover {
            color: #555;
            background-color: #1372a9;
        }
        .well { padding: 1px 6px; }
        .sidebar-nav .open>a,
        .sidebar-nav .open>a:hover,
        .sidebar-nav .open>a:focus {
            background-color: #626262 !important;
            border-color: #2fa4e7;
        }
        .top-block {
            padding: 15px !important;
            background-color: white !important;
            background: linear-gradient(to bottom, rgb(255 255 255) 0%, rgb(193 193 193 / 5%) 100%);
        }
        .prof_grp_idl {
            background: white;
            padding: 2px 18px;
            font-weight: bold;
            color: black;
            margin-bottom: 12px !important;
            display: inline-block;
        }
		
		.back_side_menu li {
    display: inline-block;

    width: 100%;

}

.modal-header{flex-direction:row;}

/*.ui-sortable-handle td{width: 400px !important;}*/