.sidebar-lite-success .nav-pills .nav-link.active, .sidebar-lite-success .nav-pills .show > .nav-link {
  /*color: #ffffff;*/
  background-color: #28a745;
}
.sidebar-lite-success .nav-pills .nav-link:not(.active):hover {
  color: #28a745;
}

.sidebar-lite-success .brand-text {
  color: #28a745;
}


.brand-text {
  display: block;
  line-height: normal;
  overflow: hidden;
  white-space: pre-wrap;
}
.table_overlay_area {
  position: relative;
}
.table_overlay_area .overlay {
  position: absolute;
  background-color: rgba(0,0,0,.1);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 40%;
}

.f-12 {font-size: 12px;}
.sticky-area {
  position: fixed;
  z-index: 999;
  right: 15px;
  top: 51px;
  display: block;
  width: 80.7%;  
}
.sticky-area div {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 0 10px #999;
  background-color: #f5f5f5 !important;
}


.custom-checkbox label {
  cursor: pointer;
}
.selected-item-list {
  margin-top: 10px;
}
.selected-item-list .select-item {
  background-color: #ddd;
  display: inline-block;
  border-radius: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
} 
.selected-item-list .select-item:last-child {
  margin-right: 0;
}
.selected-item-list .select-item span {
  display: inline-block;
  padding-left: 7px;
}
.selected-item-list .select-item a {
  background-color: #FFD764;
  color: #F02656;
  display: inline-block;
  padding: 2px 7px;
  border-radius: 50%;
  font-size: 10px;
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.hover-tr {
  position: relative;
}
.hover-tr .btn-group {
/*  position: absolute;
  bottom: 0;
  right: 0;*/
  display: none;
}
.hover-tr:hover div.btn-group {
  display: block;
}
.btn-group i {
  margin: 0 !important;
}
.hover-tr .btn-group a i {
  font-size: 11px !important;
}
.hover-tr .btn-group a {
  padding: 2px;
  height: 23px;
  width: 23px;
  line-height: 12px;
  border-radius: 0;
}
.btn-custom i {
  display: inline-block;
  margin-right: 5px;
}

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #ccc;
}
.dropdown-item i {
  min-width: 20px;
  margin-right: 2px !important;
  display: inline-block;
}

/* Bootstrap */
.main-footer::after, .main-footer::before {
  display: block;
  content: "";
  clear: both;
}

.height-500px {
  height: 500px;
  overflow-y: scroll;
  scrollbar-width: thin;
}
.scrollbar-y-thin {
  overflow-y: scroll;
  scrollbar-width: thin;
}
.popover-title {
	font-weight: bold !important;
	background-color: #444 !important;
	color: #fff !important;
}
.popover-content {
	padding: 10px !important;
	background-color: #ddd !important;
}

td .dropdown-list {display: inline-block;}
td .dropdown button {border-width: 1px; border-style: solid; padding:1px 5px;}
td .dropdown-menu {background-color: #f5f5f5 !important; min-width: auto; border-radius: 0; border-color: #999;}
td .dropdown-menu li > a {color: #000;}
td .dropdown-menu li > button {width: 100%;  background: none;  border: none;}
td .dropdown-menu li > button .fa {margin-right: 10px;}
td .dropdown-menu {
  background-color: #f5f5f5 !important;
  min-width: auto;
  border-radius: 0;
  border-color: #999;
  right: 0;
  left: unset;
  min-width: 160px;
}

.data1{width: 100px;}

.clip-board .txt-label {
  position: absolute;
  background-color: #ddd;
  padding: 5px 10px;
  font-weight: bold;
}
.clip-board .clipboard {
  padding-left: 90px;
}
.clip-board .btn {
  position: absolute!important;
  top: 0;
  right: 0;
  padding: 4px 10px;
  border-radius: 0;
}
.clip-board {
  position: relative!important;
}

.alert-fixed {
  position: fixed;
  z-index: 9999;
  top: 55px;
  right: 0px;  
}
.alert-fixed .alert {
  box-shadow: 0 0 8px #ddd; 
}
.alert-dismissible .close {
  right: 5px;
  padding:0;
}

#import-alert .alert {
  position: absolute;
  z-index: 999;
  padding-right: 20px;
}
#import-alert .text p {
  text-align: justify;
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#import-alert .text p:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#import-alert .text p strong {
  color: #222529;
}

.main-header .sidebar-toggle::before {
   content: "" !important; 
}
.treeview-menu li.active a.treeview-item {
  background-color: rgba(255,255,255,.2);
}
.app-menu li.active a.app-menu__item {
  background-color: #0d1214 !important;
}

/* .content-header h1 {
  border-bottom: 3px solid #00AA41;
  padding-bottom: 5px;
  color: #0064FF;} */

/* background-color */
.bgcolor-green { background-color: #00A65A;  color: #fff!important; }
.bgcolor-yellow { background-color: #F39C12;  color: #fff!important; }
.bgcolor-blue { background-color: #3C8DBC;  color: #fff!important; }
.bgcolor-skyblue { background-color: #00C0EF;  color: #fff!important; }
.bgcolor-gray { background-color: #D2D6DE; }
.bgcolor-darkred { background-color: #DD4B39;  color: #fff!important; }

/* border-color */
.bodr-aqua { border-color: #00C0EF!important; }
.bodr-red { border-color: #DD4B39!important; }
.bodr-green { border-color: #00A65A!important; }
.bodr-yellow { border-color: #F39C12!important; }

.tbl_title {
  font-size: 18px;
  margin-bottom: 20px;
  padding: 10px;
}

.btn-default {background-color: #ccc; }

/* Tab CSS */
.tab-content {
  padding-top: 15px !important;
}
.custom-v-tab-nav {  
  background-color: #f9f9f9;
}
.custom-v-tab-nav a {
  background-color: #f9f9f9;
  border-bottom: 1px solid #ccc;
}
.custom-v-tab-nav a:last-child {
  border-bottom: 0;
}
.custom-v-tab-nav a.active {
  background-color: #fff !important;
  color: #007bff !important;
  font-weight: bold;
}


/**//*** Form Validation Style */
.custom-file-2 .custom-file-label {
  padding-left: 8.25em;
}
.custom-file-2 .custom-file-label::after {
  content: 'Choose File *';
  left: 0;
  right: unset;
  border-left: 0;
  border-right: 2px solid #ccc;
  border-radius: 0;
}
.form-group {
  position: relative;
  margin-bottom: 25px;
}
.form-control {color: #000;}
label.error, label.valid{
  font-weight: normal;
  position: absolute;
  z-index: 9999;
}
label.valid {color:#26A668 !important;}
label.error {
  color: #e10b0b !important;
  font-weight: normal;
  position: absolute;
}

.radio label.error {
  bottom: -20px;
  left: 0;
  position: absolute;
}

.btn-rounded {
  border-radius: 2rem !important;
  min-width: 100px;
}

.required-alert {color: #e10b0b;}
.required:after {
  content: "*";
  color: #e10b0b;
  font-size: 18px;
  position: absolute;
  font-weight: bold;
  top: -2px;
}


span.menu-icon {
  margin-right: 5px;
  width: auto !important;
}


.custom-nav-tabs a.nav-link {
  border-radius: 0;
  border: 0;
  border-top: 3px solid transparent;
  font-weight: 600;
}

.custom-nav-tabs a.active {
  border-top-color: #009D51 !important;
  border-right: 1px solid;
  border-left: 1px solid;
}

.custom-small-widget .info a:hover {
  text-decoration: none;
}
.custom-small-widget .info h4 {
  font-size: 16px;
  font-weight: 600;
}
.custom-small-widget .info h4 small {
  display: block;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.btn-sm-widget {
  border: none;
  background: none;
  font-size: 16px;
  color: #009688;
  cursor: pointer;
  padding: 0;
}
.btn-sm-widget:hover {
  color: #004a43;
}
.custom-small-widget .form-control {
  height: 30px !important;
  padding: 5px !important;
}
.custom-small-widget .input-group-btn {
  height: 30px !important;
  padding: 5px !important;
  line-height: 15px !important;
}

.table th {
  position: relative;
}
.table th select {
  position: absolute;
  right: 10px;
}

.dataRow  {
  position: relative;
}
.dataRow .btn-remove-data-row {
  position: absolute;
  top: -12px;
  z-index: 1;
  right: -16px;
  padding: 2px;
  line-height: 10px;
  width: 18px;
  border-radius: 0 !important;
}
.dataRow .form-group {
  background-color: #eee;
  margin-bottom: 0;
  padding: 15px 0;
}
.dataRow:nth-child(even) .form-group {
  background-color: #fff;
}
#social_links_row hr {
  margin: 0;
}

.methodRow_ {
  background-color: #f5f5f5;
  padding: 10px 0 10px 0;
  margin-bottom: 0 !important;
  border-bottom: 2px solid #ccc;
}

.methodRow_:nth-child(even) {
  background-color: #fff;
}

.calendar .datepicker, .calendar table {
  width: 100%;
}
.calendar .datepicker-days tbody tr td {
  border-radius: 0;
}


.post-col {
  margin-bottom: 20px;
}
.post-col .card-body {
  padding: 5px 10px;
}
.post-col .card-title {
  margin-bottom: 0;
  font-size: 16px;
}


.select2-container--default .select2-selection--single {
  border-radius: 0;
}

.item-separate::after {
  content: "/";
  color: #ccc;
  padding-left: 5px;
}
.item-separate:last-child::after {
  content: "";
  padding-left: 0;
}

.item-separate {
  display: inline-block;
  font-size: 12px;
}

/* custom pagination */
.custom-pagination {
  margin: 0;
  padding: 0;
  text-align: right;
}
.custom-pagination li {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  line-height: normal;
}
.custom-pagination li:first-child {
  margin-left: 0; 
}
.custom-pagination .text-info span {
  display: block;
  color: #212529;
}
.custom-pagination .page-info {
  font-weight: bold;
}
.custom-pagination .page-number {
  position: relative;
}
.custom-pagination .page-number .button {
  height: 35px;
  width: 18px;
  border: 1px solid #ccc;
  position: absolute;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 35px;
}
.custom-pagination .page-number .fa-angle-right {
  right: 0;
}


.custom-pagination .page-number .button:hover {
  background-color: #ccc;
}

.custom-pagination .page-number input::-webkit-outer-spin-button,
.custom-pagination .page-number input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-pagination .page-number input {
  -moz-appearance: textfield;
  height: 35px;
  border: 1px solid #ccc;
  width: 90px;
  text-align: center;
  padding: 5px 20px;
}
.custom-pagination .page-number input:focus {
  box-shadow: none;
}
.custom-pagination .show-entries select {
  height: 35px;
  border: 1px solid #ccc;
  width: 60px;
  text-align: center;
}





/****************************************************************
 |        Theme Custome Style
 |...............................................................
 ****************************************************************/


/* Clip Board */

.show-clipboard {
  position: relative;
}
.show-clipboard:hover div.copy-link {
  display: block;
}
div.copy-link {
  background-color: #0DA7FF;
  display: none;
  padding: 5px;
  position: absolute;
  top: -32px;
  z-index: 999999;
}
.clipboard {
  height: 30px;
  padding: 5px 40px 5px 5px;
}
.copy-link .btn-clip {
  border-left: 1px solid #ccc;
  border-radius: 0;
  bottom: 6px;
  padding: 3px 10px;
  position: absolute;
  right: 6px;
}

.custom-accordion {
  box-shadow: none;
  border: none;
}
.custom-accordion .card-header {
  padding: 0;
  border-radius: 0;
  transition: all .40s;
  -moz-transition: all .40s;
  -webkit-transition: all .40s;
  -o-transition: all .40s;
}
.custom-accordion .card-header:hover {
  background-color: #222;
  color: #fff;
}
.custom-accordion .card-header h3 {
  font-size: 16px;
  padding: 10px 15px;
  cursor: pointer;
}

.custom-accordion .card-body {
  padding: 10px 15px;
}
.custom-accordion .page-link-list li {
  padding: 3px 5px;
  transition: all .40s;
  -moz-transition: all .40s;
  -webkit-transition: all .40s;
  -o-transition: all .40s;
}
.custom-accordion .page-link-list li:hover {
  background-color: #f5f5f5;
}

/* ******************************************* 
 * Editor page  
 * *******************************************/

.editor-area .fr-element,
.editor-area .fr-code {
    height: 620px;
    overflow: scroll;
}
.text-area .fr-element,
.text-area .fr-code {
    height: 350px;
    overflow: scroll;
}
.editor-area {
    margin-bottom: 25px;
}
.editor-area li {
    margin-bottom: 15px;
}
.editor-area li:last-child {
    margin-bottom: 0;
}
.editor-area input[type="text"] {
  font-size: 16px;
  color: #222;
  font-weight: bold;
}
.post-status {}.post-status ul {
    margin: 0;
}
.post-status li span {
    margin-left: 5px;
    position: relative;
    bottom: 2px;
}
.post-status strong {
    margin-bottom: 6px;
    display: block;
}

.siteImage img {
  border: 1px solid #999;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
#siteLogo {width: 350px !important;}
#fevImg {width: 70px !important;}

.view-upload-image {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border: 1px solid #999;
}
.view-upload-image img, .siteImage img {
    width: 100%;
    height: 100%;
}


/* accordion */
.custom-accordion {
    background-color: #f5f5f5;
    border: 1px solid #d2d6de;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 15px;
}
.custom-accordion-btn {
    border-bottom: 1px solid #d2d6de;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: left;
    width: 100%;
}
.custom-accordion-btn::after, .custom-accordion-btn::before {
  background-color: #fff;
  height: 25px;
  width: 25px;  
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 5px #999;
  font-size: 24px;
  float: right;
  font-weight: bold;
}
.custom-accordion-btn::after {
  content: "\2039";
  transform: rotate(90deg);
  line-height: 16px;
}
.custom-accordion-btn.active::after {
  content: "\2039";  
  transform: rotate(-90deg);
  line-height: 21px;
}
.custom-acc-pane {
    display: block;
    width: 100%;
}
.custom-acc-pane.hide {
  display: none;
}
.custom-acc-pane::after,
.custom-acc-pane::before {
    clear: both;
    content: "";
    display: block;
}
.custom-acc-pane-body {
    background-color: #fff;
    padding: 10px;
}
.custom-acc-pane-footer {
    border-top: 1px solid #d2d6de;
    padding: 10px;
}
.custom-acc-pane-height {
    height: 200px;
    overflow: scroll;
}

.tag-cat-list{
	height: 250px;
	overflow: scroll;
}
.tag-cat-list .checkbox:first-child {
	margin-top: 0;
}




/* ******************************************* 
 * Image Galler page  
 * *******************************************/
#galleryModal .modal-xl {
  max-width: 1300px !important;
  margin: .7rem auto;
}
.gallery-tabs .nav-link {
  border-radius: 0;
}
.gallery-header::after, .gallery-header::before {
  clear: both;
  content: "";
  display: block;
}
.gallery-header {
  background-color: #fff;
  box-shadow: 1px 1px 3px #ddd;
  padding: 10px;
}

.gallery-item {
  background-color: #f5f5f5;
  border: 3px solid #ccc;
  margin-bottom: 15px;
  position: relative;
}
.gallery-item:hover {
  box-shadow: 0 0 10px #999;
  border: 3px solid #007BFF;
}
.g-thumb {
	height: 160px;
	overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.g-thumb img {
  width: 100%;
}
.g-hover-cap {
  background-color: #fff;
  bottom: 34px;
  display: none;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.gallery-item:hover .g-caption {
  display: block;
}

.g-caption {
  padding-bottom: 5px;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
}
.g-caption a {
  display: inline-block;
  padding: 2px;
}

.g-thumb span {
  background-color: rgba(255,255,255,.7);
  text-align: center;
  padding: 5px;
  display: inline-block;
  overflow: hidden;
  /*word-break: break-all;*/
  height: 100%;
  width: 100%;
}
.gallery-item .custom-control {
  position: absolute;
  top: -4px;
}

.custom-accordion .gallery-thumbnail-item {
  width: 98px;
  float: left;
  margin: 5px;
  height: 98px;
  position: relative;
  overflow: hidden;
}
.gallery-thumbnail-item .btn {
  position: absolute;
  padding: 0;
  font-size: 12px;
  color: #F02656 !important;
  height: 17px;
  line-height: normal;
  width: 17px;
  right: 0;
  background-color: #FFD764;
}


/* Comments */
.comment-media {
  padding: 10px;
  border-bottom: 1px solid #999;
  position: relative;
  background-color: #f9f9f9;
}
.comment-media:nth-child(2n) {
  background-color: #f0f0f0;
}
.comment-media .image {
  width: 50px;
  height: 50px;
  border: 1px solid #999;
}
.comment-action-btn {
  position: absolute;
  right: 0;
}


.nav-tabs .nav-item {
  position: relative;
}
.nav-tabs .badge {
  position: absolute;
  top: 0;
  right: 0;
}
.control-label{text-align: left !important;position: relative;}
.area_box {
    background-color: #fff;
    padding: 10px;
}
.area_box_title {
    margin-top: 0;
    font-size: 22px;
    margin-bottom: 20px;
}