body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #2e2e2e;
}

.bdr-rds {
  border-radius: 100%;
}

.header-navbar {
  height: 40px;
  padding: 4px 0;
  position: sticky;
  top: 0;
  z-index: 999;
}

.logo-tag {
  margin: 0 6px 0 0;
}

.logo-tag a,
.logo-tag img,
.logo-tag span {
  display: inline-block;
  float: left;
}

.logo-tag span {
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
}

.logo-tag a {
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
  border-radius: 5px;
  padding: 6px 8px;
  margin: 0 2px;
}

.logo-tag img {
  max-height: 20px;
  margin-right: 5px;
}

.header-navbar .nav-pills>li>a {
  padding: 7px 8px 8px 8px;
  font-size: 12px;
  font-weight: 600;
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
  height: 32px;
}

.header-navbar .nav-pills>li>a i {
  font-size: 16px;
}

.header-navbar .nav-pills>li>a i.custom-down {
  margin-left: 4px;
  font-size: 15px !important;
  padding-top: 2px;
  display: inline-block;
  float: right;
}

/* For different theme */
.logo-tag a:hover,
.header-navbar .nav-pills>li>a:hover,
.header-navbar .nav-pills>li>a:focus,
.header-navbar .nav .open>a, 
.header-navbar .nav .open>a:focus, .nav .open>a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.logo-tag span {
  color: rgba(255, 255, 255, 0.9);
}

.header-navbar .nav-pills>li>a {
  color: rgba(255, 255, 255, 0.7);
}
/* For different theme */

.header-avatar {
  border-radius: 100%;
  border: solid 1px rgba(255, 255, 255, 0.9);
}

.nav-pills>li.header-user>a {
  padding-top: 5px;
  padding-bottom: 4px;
}

.nav>li>a>img {
  display: inline-block;
  margin-top: -1px;
}

.li-user {
  padding: 3px 20px;
  white-space: nowrap;
}

.li-user h2 {
  font-size: 16px;
  margin: 0 0 3px;
}

.li-user p {
  margin: 0;
}

.li-title {
  padding: 3px 20px;
  font-size: 14px;
  white-space: nowrap;
  color: #707070;
}

.page-wrapper {
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
}

.nav-sidebar {
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
  position: fixed;
  z-index: 99;
  width: 220px;
  top: 40px;
  bottom: 0;
  left: 0;
  background-color: #fafafa;
  box-shadow: inset -2px 0 0 #e5e5e5;
}

.inner-navbar {
  /* overflow-x: hidden;*/
  overflow-y: auto; 
  width: 100%;
  height: 100%;
}

.ul-sidebar {
  list-style: none;
  margin: 0;
  padding: 20px 0 60px;
}

.ul-sidebar li {
  white-space: nowrap;
}

.ul-sidebar li a {
  display: block;
  padding: 12px 15px;
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
  text-decoration: none;
  color: #707070;
  position: relative;
}

.ul-sidebar > li.active {
  box-shadow: inset 4px 0 0 #4b4ba3;
}

.ul-sidebar li.active > a {
  background: rgba(0,0,0,0.04);
  color: #393982;
}

.ul-sidebar > li:hover > a,
.ul-sidebar > li:focus > a {
  background-color: rgba(0,0,0,0.06);
  color: #2e2e2e;
}

.ul-sidebar li ul li:hover a,
.ul-sidebar li ul li:focus a {
  background-color: rgba(0,0,0,0.06);
  color: #2e2e2e;
}

.ul-sidebar li.active > a:hover,
.ul-sidebar li.active > a:focus {
  background-color: rgba(0,0,0,0.06);
  color: #393982;
}

.ul-sidebar li a i {
  float: left;
  font-size: 15px;
  -webkit-animation-duration: .7s;
  -moz-animation-duration: .7s;
  -o-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: none;
  speak: none;
  -webkit-font-smoothing: antialiased;

}

.span-link {
  display: block;
  padding-left: 25px;
  /*margin-top: -2px;*/
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
}

.page-contents {
  min-height: calc(100vh - 40px);
  padding-bottom: 100px;
}

.page-wrapper {
  padding-left: 220px;
}

.custom-container-fluid {
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.toggle-button {
  display: block;
  width: 218px;
  position: fixed;
  bottom: 0;
  padding: 16px;
  background-color: #fafafa;
  border-top: 2px solid #e5e5e5;
  color: #707070;
  text-decoration: none !important;
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
  white-space: nowrap;
}

.toggle-button span {
  display: inline-block;
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
}

.toggle-button:before {
  position: relative;
  content: '\f100';
  font-family: 'FontAwesome';
  top: 1px;
  z-index: 9;
  margin-right: 10px;
  font-size: 20px;
}

.toggle-button:hover, 
.toggle-button:focus {
  background-color: #e5e5e5;
  color: #2e2e2e;
}

.ul-sidebar .panel {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ul-sidebar a.arw:after,
.ul-sidebar a.arw.collapsed:after {
  position: absolute;
  right: 10px;
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 8px;
  top: 50%;
  margin-top: -5px;
  transition: 0.2s ease-in-out 0s;
  -webkit-transition: 0.2s ease-in-out 0s;
  z-index: 9;
}

.ul-sidebar a.arw:after {
  -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ul-sidebar a.arw.collapsed:after {
  -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.ul-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0,0,0,0.06);
}

.ul-sidebar ul li a {
  padding: 8px 16px 8px 40px;
}

.toggle-page {
  padding-left: 50px;
}

.toggle-page .nav-sidebar {
  width: 50px;
}

.toggle-page .span-link,
.toggle-page .ul-sidebar a.arw:after {
  display: none;
}

.toggle-page .ul-sidebar li a i {
  float: none;
  display: block;
  height: 18px;
}

.toggle-page .toggle-button {
  width: 48px;
}

.toggle-page .toggle-button span {
  opacity: 0;
  display: none;
}

.toggle-page .toggle-button:before {
  position: relative;
  content: '\f101';
  font-family: 'FontAwesome';
  top: 1px;
  z-index: 9;
  margin-right: 10px;
  font-size: 20px;
}

.toggle-page .ul-sidebar li ul li a {
  padding-left: 25px;
}

.ul-sidebar ul li:first-child {
  display: none;
}

.toggle-page .ul-sidebar ul li:first-child {
  display: block;
}

.ul-sidebar ul li:nth-child(2) {
  border-top: solid 1px rgba(0,0,0,0.08);
}

.breadcrumb {
  background-color: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 0;
  border-radius: 0;
  margin-bottom: 15px;
}

.breadcrumb li a {
  font-size: 12px;
  color: #707070;
}

.breadcrumb>li+li:before {
  padding: 0 6px;
  color: #ccc;
  content: ">";
  color: #707070;
  font-size: 10px;
}

.breadcrumb>.active {
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 600;
}

.table-responsive>.table>tbody>tr>td, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>td, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>td, 
.table-responsive>.table>thead>tr>th {
  white-space: normal;
}

.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
  vertical-align: middle;
}

.table a,
.table img {
  display: inline-block;
}

.table p {
  margin: 0;
}

table .form-group {
  margin-bottom: 0;
}

.name-title {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.name-title img {
  margin-right: 5px;
  align-self: flex-start;
  border-radius: 50px;
}

.span-icon {
  display: inline-block;
  margin-right: 3px;
}

.span-icon i {
  margin-right: 3px;
}

.no-bdr {
  border: none;
}

.no-bckg {
  background: none !important;
}

.panel,
.panel-heading {
  border-radius: 0;
  box-shadow: none;
}

.page-head {
  margin-bottom: 10px;
}

.panel-body {
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-horizontal [class*=col-] {
  margin-bottom: 5px;
}

.colsp-tr td {
  padding: 0 !important;
}

.colsp-tr td .panel {
  border: none !important;
  border-bottom: solid 1px #ddd !important;
  margin-bottom: 0;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.form-horizontal .form-inline .form-group {
   margin-right: 0; 
   margin-left: 0; 
}

.table-bordered td {
  border-bottom: none !important;
}

/* css started for login page */
.login-wrapper {
  width: 100%;
  height: 100%;
  display: table;
  background: url(../images/login-top.png) no-repeat right -240px top -70px, url(../images/login-bottom.png) no-repeat left -280px bottom -140px;
  min-height: 100vh;
}

.login-inner-wrapper {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}

.login-sec {
  max-width: 470px;
  margin: 30px auto;
  border-radius: 21px;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0px 0px 12px 2px rgba(41, 41, 97, 0.08);
}

.login-sec h1 {
  font-size: 33px;
  text-transform: uppercase;
  text-align: center;
  font-weight: normal;
  margin: 15px 0 35px;
}

.login-sec h2 {
  color: #424242;
  font-size: 15px;
  text-align: center;
  margin: 0 0 20px;
}

.btn-block {
  width: 100%;
}

.login-group {
  margin-bottom: 20px;
}

.login-group .form-control {
  height: 50px;
  border-radius: 6px;
  /*  border-color: #BBBAD6;
    border-width: 2px;
    background-color: #FAFAFC;*/
}

.login-btn {
  height: 50px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 6px;
  outline: none !important;
  box-shadow: none !important;
}

.login-btn:hover {
  opacity: 0.9;
}

.invalid-text {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
}

.login-group i {
  font-size: 20px;
}

@media(max-width: 1370px) {
  .login-wrapper {
    background-position: right -250px top -100px, left -350px bottom -200px;
  }
}

@media(max-width: 991px) {
  .login-wrapper {
    background-position: right -300px top -175px, left -480px bottom -300px;
  }
}



/* css ended for login page */

/**** Css ***/
#page-title h2{
  font-size: 18px;
}

.glyph-icon{
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background: none;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

#page-title .right{
  margin-top:10px;
}

.form-delete{
  display: inline-block;
}

.sub-label{
  font-weight: 300;
  margin-left: 30px;
}

.require:after {
  content: "*";
  color: red;
  margin-left: 5px;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

.capital{
  text-transform: capitalize;
}

.attacheimage{
  display: inline-block;
}

.spinner-border {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spin .75s linear infinite; /* Safari */
    animation: spin .75s linear infinite;
    margin-left: 10px;
   /* -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;*/
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.loader-align{
      display: flex;
    align-items: center;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #7ac142;
  animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
  margin-left: 10px;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

.form-inline .form-control {
    width: 100%;
}

.input-group-append{
  display: inline-block;
  border: 1px solid red;
  position: absolute;
  height: 100%;
  width: 45px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-color: #ccc;
  text-align: center;
  line-height: 30px;
  border-left: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
td.action-div .btn{
  margin-bottom: 5px;
}


/*** Search Close Button ***/
.search-wrapper{
  position: relative;
  height:35px;
  /*overflow: hidden;*/
}

.search-wrapper input.search-box {
  padding-right: 30px;
}

.close-icon {
	border:1px solid transparent;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: -6px;
  top:15px;
}
.close-icon:after {
	content: "X";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  background-color: #c3c3c3;
  z-index: 1;
  right: 15px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  padding: 2px;
  border-radius: 50%;
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 9px;
  box-shadow: 0 0 2px #c3c3c3;
  cursor: pointer;
  text-align: center;
}

:invalid ~ #clear {
	display: none;
}

#duration:focus {
  outline: none;
}


@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}

.inner-navbar::-webkit-scrollbar {
  width: 0.1em;
}

.inner-navbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.inner-navbar::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}

.ul-sidebar .panel{
  /* position: relative; */
}

.mce-tinymce.mce-container.mce-panel iframe{
  height: 300px !important;
}