@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);
/*************************************************************
*						App Variables
**************************************************************/
/*************************************************************
*					  Colors Definitions
**************************************************************/
/*************************************************************
*					Common Element Variables
**************************************************************/
/* ***************************************************
*			Page Specific Element Variables
****************************************************** */
/*****************************************
*       Background-image: cover mixin
******************************************/
/*****************************************
*       Media Query Mixins
******************************************/
html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-family: 'Open Sans', sans-serif;
  color: #4f5f6f;
  overflow-x: hidden; }

.main-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

#ref .color-primary {
  color: #85CE36; }

#ref .chart .color-primary {
  color: #85CE36; }

#ref .chart .color-secondary {
  color: #9ed85f; }

.app {
  position: relative;
  width: 100%;
  padding-left: 240px;
  min-height: 100vh;
  margin: 0 auto;
  left: 0;
  background-color: #f0f3f6;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
  -webkit-transition: left 0.3s ease, padding-left 0.3s ease;
  transition: left 0.3s ease, padding-left 0.3s ease;
  overflow: hidden; }
  .app .content {
    padding: 95px 20px 75px 20px;
    min-height: 100vh; }
    @media (min-width: 1200px) {
      .app .content {
        padding: 105px 40px 85px 40px; }
		.header{padding:0 40px;}
		}
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .app .content {
        padding: 100px 35px 80px 35px; } }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .app .content {
        padding: 95px 20px 75px 20px; } }
    @media (max-width: 767.98px) {
      .app .content {
        padding:20px 15px 70px 15px; } }
  @media (max-width: 991.98px) {
    .app {
      padding-left: 0; } }
  @media (max-width: 991.98px) {
    .app.sidebar-open {
      left: 0; } }
  .app.blank {
    background-color: #667380; }

.auth {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #667380;
  overflow-x: hidden;
  overflow-y: auto; }

.auth-container {
  width: 450px;
  min-height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%); }
  .auth-container .auth-header {
    text-align: center;
    border-bottom: 1px solid #85CE36; }
  .auth-container .auth-title {
    color: #97A4B1;
    padding: 20px;
    line-height: 30px;
    font-size: 26px;
    font-weight: 600;
    margin: 0; }
  .auth-container .auth-content {
    padding: 30px 50px;
    min-height: 260px; }
  .auth-container .forgot-btn {
    line-height: 28px; }
  .auth-container .checkbox label {
    padding: 0; }
  .auth-container .checkbox a {
    vertical-align: text-top; }
  .auth-container .checkbox span {
    color: #4f5f6f; }

@media (max-width: 767.98px) {
  .auth-container {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: inherit;
            transform: inherit;
    margin: 0;
    margin-bottom: 10px; }
    .auth-container .auth-content {
      padding: 30px 25px; } }

/*****************************************
*       Background-image: cover mixin
******************************************/
/*****************************************
*       Media Query Mixins
******************************************/
.row-sm {
  margin-left: -10px;
  margin-right: -10px; }
  .row-sm [class^='col'] {
    padding-left: 10px;
    padding-right: 10px; }

.title-block {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7dde4; }
  .title-block::after {
    display: block;
    clear: both;
    content: ""; }
  @media (max-width: 767.98px) {
    .title-block {
      margin-bottom: 20px; } }

.subtitle-block {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e0e5ea; }

.section {
  display: block;
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .section {
      margin-bottom: 25px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .section {
      margin-bottom: 20px; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .section {
      margin-bottom: 15px; } }
  @media (max-width: 767.98px) {
    .section {
      margin-bottom: 10px; } }
  .section:last-of-type {
    margin-bottom: 0; }

.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
  cursor: pointer; }

.underline-animation {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #85CE36;
  content: '';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.stat-chart {
  border-radius: 50%; }

.stat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 10px; }
  .stat .value {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500; }
  .stat .name {
    overflow: hidden;
    text-overflow: ellipsis; }
  .stat.lg .value {
    font-size: 26px;
    line-height: 28px; }
  .stat.lg .name {
    font-size: 16px; }

.list-icon [class^='col'] {
  cursor: pointer; }
  .list-icon [class^='col'] em {
    font-size: 14px;
    width: 40px;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 1s;
    transition: all 1s;
    line-height: 30px; }
  .list-icon [class^='col']:hover em {
    -webkit-transform: scale(2, 2);
            transform: scale(2, 2); }

.well {
  background-image: none;
  background-color: #fff; }

.jumbotron {
  background-image: none;
  background-color: #fff;
  padding: 15px 30px; }
  .jumbotron.jumbotron-fluid {
    padding-left: 0;
    padding-right: 0; }

.rounded {
  border-radius: 0.25rem; }

.rounded-l {
  border-radius: 0.3rem; }

.rounded-s {
  border-radius: 0.2rem; }

.jqstooltip {
  height: 25px !important;
  width: auto !important;
  border-radius: 0.2rem; }

.title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0; }
  .title.l {
    font-size: 1.6rem; }
  .title.s {
    font-size: 1.4rem; }
  .card .title {
    font-size: 1.1rem;
    color: #4f5f6f; }

.title-description {
  margin: 0;
  font-size: 0.9rem;
  font-weight: normal;
  color: #7e8e9f; }
  .title-description.s {
    font-size: 0.8rem; }
  @media (max-width: 767.98px) {
    .title-description {
      display: none; } }

.subtitle {
  font-size: 1.2rem;
  margin: 0;
  color: #7e8e9f; }

.text-primary {
  color: #85CE36; }

.text-muted {
  color: #9ba8b5; }

pre {
  padding: 0;
  border: none;
  background: none; }

.alert {
  background-image: none; }
  .alert.alert-primary {
    color: #ffffff;
    background-color: #85CE36;
    border-color: #85CE36; }
    .alert.alert-primary hr {
      border-top-color: #ffdf01; }
    .alert.alert-primary .alert-link {
      color: #e6e6e6; }
  .alert.alert-success {
    color: #ffffff;
    background-color: #4bcf99;
    border-color: #4bcf99; }
    .alert.alert-success hr {
      border-top-color: #37ca8e; }
    .alert.alert-success .alert-link {
      color: #e6e6e6; }
  .alert.alert-info {
    color: #ffffff;
    background-color: #76D4F5;
    border-color: #76D4F5; }
    .alert.alert-info hr {
      border-top-color: #5ecdf3; }
    .alert.alert-info .alert-link {
      color: #e6e6e6; }
  .alert.alert-warning {
    color: #ffffff;
    background-color: #fe974b;
    border-color: #fe974b; }
    .alert.alert-warning hr {
      border-top-color: #fe8832; }
    .alert.alert-warning .alert-link {
      color: #e6e6e6; }
  .alert.alert-danger {
    color: #ffffff;
    background-color: #FF4444;
    border-color: #FF4444; }
    .alert.alert-danger hr {
      border-top-color: #ff2b2b; }
    .alert.alert-danger .alert-link {
      color: #e6e6e6; }
  .alert.alert-inverse {
    color: #ffffff;
    background-color: #131e26;
    border-color: #131e26; }
    .alert.alert-inverse hr {
      border-top-color: #0b1115; }
    .alert.alert-inverse .alert-link {
      color: #e6e6e6; }

.animated {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s; }

.btn {
  background-image: none;
  border-radius: 0;
  margin-bottom: 5px;
  line-height: 1.2; }
  .btn, .btn:hover {
    color: #ffffff; }
  .btn.btn-primary {
    color: #212529;
    background-color: #85CE36;
    border-color: #85CE36; }
    .btn.btn-primary:hover {
      color: #fff;
      background-color: #72b22b;
      border-color: #6ba829; }
    .btn.btn-primary:focus, .btn.btn-primary.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 181, 52, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(118, 181, 52, 0.5); }
    .btn.btn-primary.disabled, .btn.btn-primary:disabled {
      color: #212529;
      background-color: #85CE36;
      border-color: #85CE36; }
    .btn.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #6ba829;
      border-color: #649e26; }
      .btn.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-primary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 181, 52, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(118, 181, 52, 0.5); }
    .btn.btn-primary, .btn.btn-primary:hover {
      color: #ffffff; }
  .btn.btn-secondary {
    color: #212529;
    background-color: #fff;
    border-color: #d7dde4; }
    .btn.btn-secondary:hover {
      color: #212529;
      background-color: #ececec;
      border-color: #b9c3cf; }
    .btn.btn-secondary:focus, .btn.btn-secondary.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 193, 200, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(188, 193, 200, 0.5); }
    .btn.btn-secondary.disabled, .btn.btn-secondary:disabled {
      color: #212529;
      background-color: #fff;
      border-color: #d7dde4; }
    .btn.btn-secondary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-secondary.dropdown-toggle {
      color: #212529;
      background-color: #e6e6e6;
      border-color: #b1bdca; }
      .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-secondary.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(188, 193, 200, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(188, 193, 200, 0.5); }
    .btn.btn-secondary, .btn.btn-secondary:hover {
      color: #4f5f6f; }
  .btn.btn-success {
    color: #212529;
    background-color: #4bcf99;
    border-color: #4bcf99; }
    .btn.btn-success:hover {
      color: #fff;
      background-color: #33c087;
      border-color: #31b680; }
    .btn.btn-success:focus, .btn.btn-success.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 182, 136, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(69, 182, 136, 0.5); }
    .btn.btn-success.disabled, .btn.btn-success:disabled {
      color: #212529;
      background-color: #4bcf99;
      border-color: #4bcf99; }
    .btn.btn-success:not(:disabled):not(.disabled):active, .btn.btn-success:not(:disabled):not(.disabled).active,
    .show > .btn.btn-success.dropdown-toggle {
      color: #fff;
      background-color: #31b680;
      border-color: #2eac79; }
      .btn.btn-success:not(:disabled):not(.disabled):active:focus, .btn.btn-success:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-success.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(69, 182, 136, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(69, 182, 136, 0.5); }
  .btn.btn-info {
    color: #212529;
    background-color: #76D4F5;
    border-color: #76D4F5; }
    .btn.btn-info:hover {
      color: #212529;
      background-color: #52c9f2;
      border-color: #46c5f2; }
    .btn.btn-info:focus, .btn.btn-info.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 214, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(105, 186, 214, 0.5); }
    .btn.btn-info.disabled, .btn.btn-info:disabled {
      color: #212529;
      background-color: #76D4F5;
      border-color: #76D4F5; }
    .btn.btn-info:not(:disabled):not(.disabled):active, .btn.btn-info:not(:disabled):not(.disabled).active,
    .show > .btn.btn-info.dropdown-toggle {
      color: #212529;
      background-color: #46c5f2;
      border-color: #3bc1f1; }
      .btn.btn-info:not(:disabled):not(.disabled):active:focus, .btn.btn-info:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-info.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(105, 186, 214, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(105, 186, 214, 0.5); }
  .btn.btn-warning {
    color: #212529;
    background-color: #fe974b;
    border-color: #fe974b; }
    .btn.btn-warning:hover {
      color: #212529;
      background-color: #fe8125;
      border-color: #fe7a18; }
    .btn.btn-warning:focus, .btn.btn-warning.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 134, 70, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(221, 134, 70, 0.5); }
    .btn.btn-warning.disabled, .btn.btn-warning:disabled {
      color: #212529;
      background-color: #fe974b;
      border-color: #fe974b; }
    .btn.btn-warning:not(:disabled):not(.disabled):active, .btn.btn-warning:not(:disabled):not(.disabled).active,
    .show > .btn.btn-warning.dropdown-toggle {
      color: #212529;
      background-color: #fe7a18;
      border-color: #fe720c; }
      .btn.btn-warning:not(:disabled):not(.disabled):active:focus, .btn.btn-warning:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-warning.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(221, 134, 70, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(221, 134, 70, 0.5); }
  .btn.btn-danger {
    color: #fff;
    background-color: #FF4444;
    border-color: #FF4444; }
    .btn.btn-danger:hover {
      color: #fff;
      background-color: #ff1e1e;
      border-color: #ff1111; }
    .btn.btn-danger:focus, .btn.btn-danger.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 96, 96, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 96, 96, 0.5); }
    .btn.btn-danger.disabled, .btn.btn-danger:disabled {
      color: #fff;
      background-color: #FF4444;
      border-color: #FF4444; }
    .btn.btn-danger:not(:disabled):not(.disabled):active, .btn.btn-danger:not(:disabled):not(.disabled).active,
    .show > .btn.btn-danger.dropdown-toggle {
      color: #fff;
      background-color: #ff1111;
      border-color: #ff0404; }
      .btn.btn-danger:not(:disabled):not(.disabled):active:focus, .btn.btn-danger:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-danger.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 96, 96, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(255, 96, 96, 0.5); }
  .btn.btn-primary-outline {
    color: #85CE36;
    border-color: #85CE36; }
    .btn.btn-primary-outline:hover {
      color: #212529;
      background-color: #85CE36;
      border-color: #85CE36; }
    .btn.btn-primary-outline:focus, .btn.btn-primary-outline.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 206, 54, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(133, 206, 54, 0.5); }
    .btn.btn-primary-outline.disabled, .btn.btn-primary-outline:disabled {
      color: #85CE36;
      background-color: transparent; }
    .btn.btn-primary-outline:not(:disabled):not(.disabled):active, .btn.btn-primary-outline:not(:disabled):not(.disabled).active,
    .show > .btn.btn-primary-outline.dropdown-toggle {
      color: #212529;
      background-color: #85CE36;
      border-color: #85CE36; }
      .btn.btn-primary-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-primary-outline:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-primary-outline.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(133, 206, 54, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(133, 206, 54, 0.5); }
  .btn.btn-secondary-outline {
    color: #d7dde4;
    border-color: #d7dde4; }
    .btn.btn-secondary-outline:hover {
      color: #212529;
      background-color: #d7dde4;
      border-color: #d7dde4; }
    .btn.btn-secondary-outline:focus, .btn.btn-secondary-outline.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 221, 228, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(215, 221, 228, 0.5); }
    .btn.btn-secondary-outline.disabled, .btn.btn-secondary-outline:disabled {
      color: #d7dde4;
      background-color: transparent; }
    .btn.btn-secondary-outline:not(:disabled):not(.disabled):active, .btn.btn-secondary-outline:not(:disabled):not(.disabled).active,
    .show > .btn.btn-secondary-outline.dropdown-toggle {
      color: #212529;
      background-color: #d7dde4;
      border-color: #d7dde4; }
      .btn.btn-secondary-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary-outline:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-secondary-outline.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(215, 221, 228, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(215, 221, 228, 0.5); }
  .btn.btn-info-outline {
    color: #76D4F5;
    border-color: #76D4F5; }
    .btn.btn-info-outline:hover {
      color: #212529;
      background-color: #76D4F5;
      border-color: #76D4F5; }
    .btn.btn-info-outline:focus, .btn.btn-info-outline.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 212, 245, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(118, 212, 245, 0.5); }
    .btn.btn-info-outline.disabled, .btn.btn-info-outline:disabled {
      color: #76D4F5;
      background-color: transparent; }
    .btn.btn-info-outline:not(:disabled):not(.disabled):active, .btn.btn-info-outline:not(:disabled):not(.disabled).active,
    .show > .btn.btn-info-outline.dropdown-toggle {
      color: #212529;
      background-color: #76D4F5;
      border-color: #76D4F5; }
      .btn.btn-info-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-info-outline:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-info-outline.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(118, 212, 245, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(118, 212, 245, 0.5); }
  .btn.btn-success-outline {
    color: #4bcf99;
    border-color: #4bcf99; }
    .btn.btn-success-outline:hover {
      color: #212529;
      background-color: #4bcf99;
      border-color: #4bcf99; }
    .btn.btn-success-outline:focus, .btn.btn-success-outline.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 207, 153, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(75, 207, 153, 0.5); }
    .btn.btn-success-outline.disabled, .btn.btn-success-outline:disabled {
      color: #4bcf99;
      background-color: transparent; }
    .btn.btn-success-outline:not(:disabled):not(.disabled):active, .btn.btn-success-outline:not(:disabled):not(.disabled).active,
    .show > .btn.btn-success-outline.dropdown-toggle {
      color: #212529;
      background-color: #4bcf99;
      border-color: #4bcf99; }
      .btn.btn-success-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-success-outline:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-success-outline.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(75, 207, 153, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(75, 207, 153, 0.5); }
  .btn.btn-warning-outline {
    color: #fe974b;
    border-color: #fe974b; }
    .btn.btn-warning-outline:hover {
      color: #212529;
      background-color: #fe974b;
      border-color: #fe974b; }
    .btn.btn-warning-outline:focus, .btn.btn-warning-outline.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 151, 75, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(254, 151, 75, 0.5); }
    .btn.btn-warning-outline.disabled, .btn.btn-warning-outline:disabled {
      color: #fe974b;
      background-color: transparent; }
    .btn.btn-warning-outline:not(:disabled):not(.disabled):active, .btn.btn-warning-outline:not(:disabled):not(.disabled).active,
    .show > .btn.btn-warning-outline.dropdown-toggle {
      color: #212529;
      background-color: #fe974b;
      border-color: #fe974b; }
      .btn.btn-warning-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-warning-outline:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-warning-outline.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 151, 75, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(254, 151, 75, 0.5); }
  .btn.btn-danger-outline {
    color: #FF4444;
    border-color: #FF4444; }
    .btn.btn-danger-outline:hover {
      color: #fff;
      background-color: #FF4444;
      border-color: #FF4444; }
    .btn.btn-danger-outline:focus, .btn.btn-danger-outline.focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.5); }
    .btn.btn-danger-outline.disabled, .btn.btn-danger-outline:disabled {
      color: #FF4444;
      background-color: transparent; }
    .btn.btn-danger-outline:not(:disabled):not(.disabled):active, .btn.btn-danger-outline:not(:disabled):not(.disabled).active,
    .show > .btn.btn-danger-outline.dropdown-toggle {
      color: #fff;
      background-color: #FF4444;
      border-color: #FF4444; }
      .btn.btn-danger-outline:not(:disabled):not(.disabled):active:focus, .btn.btn-danger-outline:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-danger-outline.dropdown-toggle:focus {
        -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.5);
                box-shadow: 0 0 0 0.2rem rgba(255, 68, 68, 0.5); }
  .btn.btn-pill-left:focus, .btn.btn-pill-right:focus, .btn.btn-oval:focus {
    outline: none;
    outline-offset: initial; }
  .btn.btn-pill-left {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px; }
  .btn.btn-pill-right {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px; }
  .btn.btn-oval {
    border-radius: 25px; }
  .btn.btn-link {
    text-decoration: none; }
  .btn strong {
    font-weight: 600; }

.btn-group .dropdown-menu > li:last-child a:hover:before {
  height: 0px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.card {
  background-color: #fff;
  -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
          box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
  margin-bottom: 10px;
  border-radius: 0;
  border: none; }
  .card .card {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .card .card-header {
    background-image: none;
    background-color: #ffffff;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    border-radius: 0;
    min-height: 50px;
    border: none; }
    .card .card-header::after {
      display: block;
      clear: both;
      content: ""; }
    .card .card-header.bordered {
      border-bottom: 1px solid #d7dde4; }
    .card .card-header.card-header-sm {
      min-height: 40px; }
    .card .card-header > span {
      vertical-align: middle; }
    .card .card-header .pull-right {
      margin-left: auto; }
    .card .card-header .header-block {
      padding: 0.5rem 15px; }
      @media (min-width: 1200px) {
        .card .card-header .header-block {
          padding: 0.5rem 20px; } }
      @media (max-width: 767.98px) {
        .card .card-header .header-block {
          padding: 0.5rem 10px; } }
    .card .card-header .title {
      color: #4f5f6f;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .card .card-header .btn {
      margin: 0; }
    .card .card-header .nav-tabs {
      border-color: transparent;
      -ms-flex-item-align: stretch;
          align-self: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      top: 1px; }
      .card .card-header .nav-tabs .nav-item {
        margin-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch; }
        .card .card-header .nav-tabs .nav-item .nav-link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-item-align: stretch;
              align-self: stretch;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #4f5f6f;
          opacity: 0.7;
          padding-left: 10px;
          padding-right: 10px;
          border-radius: 0;
          font-size: 14px;
          border-top-width: 2px;
          border-bottom: 1px solid #d7dde4;
          text-decoration: none; }
          .card .card-header .nav-tabs .nav-item .nav-link.active {
            border-top-color: #85CE36;
            border-bottom-color: transparent;
            opacity: 1; }
            .card .card-header .nav-tabs .nav-item .nav-link.active:hover, .card .card-header .nav-tabs .nav-item .nav-link.active:focus {
              opacity: 1;
              background-color: #ffffff;
              border-color: #d7dde4 #d7dde4 transparent;
              border-top-color: #85CE36; }
          .card .card-header .nav-tabs .nav-item .nav-link:hover, .card .card-header .nav-tabs .nav-item .nav-link:focus {
            opacity: 1;
            background-color: transparent;
            border-color: transparent; }
  .card.card-default > .card-header {
    background-color: #fff;
    color: inherit; }
  .card.card-primary {
    border-color: #85CE36; }
    .card.card-primary > .card-header {
      background-color: #85CE36;
      border-color: #85CE36; }
  .card.card-success > .card-header {
    background-color: #4bcf99; }
  .card.card-info > .card-header {
    background-color: #76D4F5; }
  .card.card-warning > .card-header {
    background-color: #fe974b; }
  .card.card-danger > .card-header {
    background-color: #FF4444; }
  .card.card-inverse > .card-header {
    background-color: #131e26; }
  .card .title-block,
  .card .card-title-block {
    padding-bottom: 0;
    margin-bottom: 20px;
    border: none; }
    .card .title-block::after,
    .card .card-title-block::after {
      display: block;
      clear: both;
      content: ""; }
  .card .section {
    margin-bottom: 20px; }
  .card .example,
  .card .section.demo {
    margin-bottom: 20px; }

.card-block {
  padding: 15px; }
  .card-block .tab-content {
    padding: 0;
    border-color: transparent; }
  @media (min-width: 1200px) {
    .card-block {
      padding: 20px; } }
  @media (max-width: 767.98px) {
    .card-block {
      padding: 10px; } }

.card-footer {
  background-color: #fafafa; }

.easy-pie-chart {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #d7dde4;
  border-radius: 5px; }

.dropdown-menu {
  float: left;
  -webkit-box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
          box-shadow: 2px 3px 6px rgba(126, 142, 159, 0.1);
  border: 1px solid rgba(126, 142, 159, 0.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .dropdown-menu .dropdown-item {
    display: block;
    padding: 0px 15px;
    clear: both;
    font-weight: normal;
    color: #4f5f6f;
    white-space: nowrap;
    -webkit-transition: none;
    transition: none; }
    .dropdown-menu .dropdown-item i {
      margin-right: 2px; }
    .dropdown-menu .dropdown-item:hover {
      color: #85CE36 !important;
      background: none;
      background-color: whitesmoke; }

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.centralize-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.images-container::after {
  display: block;
  clear: both;
  content: ""; }

.images-container .image-container {
  float: left;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 35px;
  position: relative;
  border: 1px solid #e6eaee;
  overflow: hidden; }
  .images-container .image-container.active {
    border-color: #85CE36; }
  .images-container .image-container:hover .controls {
    bottom: 0;
    opacity: 1; }

.images-container .controls {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -35px;
  text-align: center;
  height: 35px;
  font-size: 24px;
  -webkit-transition: bottom 0.2s ease, opacity 0.2s ease;
  transition: bottom 0.2s ease, opacity 0.2s ease;
  background-color: #fff; }
  .images-container .controls::after {
    display: block;
    clear: both;
    content: ""; }
  .images-container .controls .control-btn {
    display: inline-block;
    color: #4f5f6f;
    cursor: pointer;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
    .images-container .controls .control-btn:hover {
      opacity: 1; }
    .images-container .controls .control-btn.move {
      cursor: move; }
    .images-container .controls .control-btn.star {
      color: #FFB300; }
      .images-container .controls .control-btn.star i:before {
        content: "\f006"; }
      .images-container .controls .control-btn.star.active i:before {
        content: "\f005"; }
    .images-container .controls .control-btn.remove {
      color: #FF4444; }

.images-container .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 135px;
  line-height: 135px;
  text-align: center; }

.images-container .image-container.main {
  border-color: #FFB300; }

.images-container .image-container.new {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-style: dashed;
  border: 1px #85CE36 solid;
  color: #85CE36; }
  .images-container .image-container.new .image {
    font-size: 2.5rem; }
  .images-container .image-container.new:hover {
    opacity: 1; }

input,
textarea {
  outline: none; }

.form-group .row {
  margin-left: -10px;
  margin-right: -10px; }
  .form-group .row [class^='col'] {
    padding-left: 10px;
    padding-right: 10px; }

.form-group.has-error span.has-error {
  color: #FF4444;
  font-size: 13px;
  display: block !important; }

.form-group.has-error .form-control-feedback {
  color: #FF4444; }

.form-group.has-warning span.has-warning {
  color: #fe974b;
  font-size: 13px;
  display: block !important; }

.form-group.has-warning .form-control-feedback {
  color: #fe974b; }

.form-group.has-success span.has-success {
  color: #4bcf99;
  font-size: 13px;
  display: block !important; }

.form-group.has-success .form-control-feedback {
  color: #4bcf99; }

/* Input groups */
.input-group {
  margin-bottom: 10px; }
  .input-group .form-control {
    padding-left: 5px; }
  .input-group .input-group-btn .btn {
    margin-bottom: 0; }
  .input-group span.input-group-addon {
    font-style: italic;
    border: none;
    border-radius: 0;
    border: none;
    background-color: #d7dde4;
    -webkit-transition: background-color ease-in-out 15s, color ease-in-out .15s;
    transition: background-color ease-in-out 15s, color ease-in-out .15s; }
    .input-group span.input-group-addon.focus {
      background-color: #85CE36;
      color: #ffffff; }

label,
.control-label {
  font-weight: 600; }

.form-control.underlined {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #d7dde4; }
  .form-control.underlined.indented {
    padding: .375rem .75rem; }
  .has-error .form-control.underlined:focus,
  .has-warning .form-control.underlined:focus,
  .has-success .form-control.underlined:focus, .form-control.underlined:focus {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #85CE36; }
  .has-error .form-control.underlined {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #FF4444; }
  .has-warning .form-control.underlined {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #fe974b; }
  .has-success .form-control.underlined {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #4bcf99; }

.form-control.boxed {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .form-control.boxed:focus {
    border: 1px solid #85CE36; }

.radio,
.checkbox {
  display: none; }
  .radio + span,
  .checkbox + span {
    padding: 0;
    padding-right: 10px; }
  .radio + span:before,
  .checkbox + span:before {
    font-family: FontAwesome;
    font-size: 21px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 10px;
    color: #c8d0da; }
  .radio:checked + span:before,
  .checkbox:checked + span:before {
    color: #85CE36; }
  .radio:disabled + span:before,
  .checkbox:disabled + span:before {
    opacity: 0.5;
    cursor: not-allowed; }
  .radio:checked:disabled + span:before,
  .checkbox:checked:disabled + span:before {
    color: #c8d0da; }

.checkbox + span:before {
  content: "\f0c8"; }

.checkbox:checked + span:before {
  content: "\f14a"; }

.checkbox.rounded + span:before {
  content: "\f111"; }

.checkbox.rounded:checked + span:before {
  content: "\f058"; }

.radio + span:before {
  content: "\f111"; }

.radio:checked + span:before {
  content: "\f192"; }

.radio.squared + span:before {
  content: "\f0c8"; }

.radio.squared:checked + span:before {
  content: "\f14a"; }

.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #c8d0da; }

.form-control:-moz-placeholder {
  /* Firefox 18- */
  font-style: italic;
  color: #d7dde4; }

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  font-style: italic;
  color: #d7dde4; }

.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #d7dde4; }

/* *******************************************
*		  Item List general styles
********************************************** */
.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .item-list {
      font-size: 1rem; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .item-list {
      font-size: 0.95rem; } }
  @media (max-width: 767.98px) {
    .item-list {
      font-size: 1.05rem; } }
  .item-list.striped > li {
    border-bottom: 1px solid #e9edf0; }
  .item-list.striped > li:nth-child(2n + 1) {
    background-color: #fcfcfd; }
    @media (max-width: 767.98px) {
      .item-list.striped > li:nth-child(2n + 1) {
        background-color: #f8f9fb; } }
  .item-list.striped .item-list-footer {
    border-bottom: none; }

/* *******************************************
*			Item general styles
********************************************** */
.item-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.item-list .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 100%; }
  .item-list .item-row.nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

.item-list .item-col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 10px 10px 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  -ms-flex-negative: 3;
      flex-shrink: 3;
  margin-left: auto;
  margin-right: auto;
  min-width: 0; }
  .item-list .item-col.fixed {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .item-list .item-col.pull-left {
    margin-right: auto; }
  .item-list .item-col.pull-right {
    margin-left: auto; }
  .item-list .item-col > div {
    width: 100%; }
  .item-list .item-col:last-child {
    padding-right: 0; }

.item-list .no-overflow {
  overflow: hidden; }

.item-list .no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }






/* *******************************************
*				Item components
********************************************** */
.item-list {
  /********************************************
	*					Header
	*********************************************/
  /********************************************
	*					Heading
	*********************************************/
  /********************************************
	*					Checkbox
	*********************************************/
  /********************************************
	*					Image
	*********************************************/
  /********************************************
	*					Title
	*********************************************/
  /********************************************
	*					Stats
	*********************************************/
  /********************************************
	*				     Actions
	*********************************************/
  /********************************************
	*			   Something else?
	*********************************************/ }
  .item-list .item-list-header .item-col.item-col-header span {
    color: #999;
    font-size: 0.8rem;
    font-weight: 700 !important; }
  .item-list .item-heading {
    font-size: 0.9rem;
    display: none;
    color: #666;
    font-weight: 700;
    padding-right: 10px; }
    @media (max-width: 767.98px) {
      .item-list .item-heading {
        display: block; } }
    @media (min-width: 576px) and (max-width: 767.98px) {
      .item-list .item-heading {
        width: 100%; } }
    @media (max-width: 575.98px) {
      .item-list .item-heading {
        width: 40%; } }
  .item-list .item-col.item-col-check {
    -ms-flex-preferred-size: 30px;
        flex-basis: 30px; }
    @media (max-width: 767.98px) {
      .item-list .item-col.item-col-check {
        -webkit-box-ordinal-group: -7;
            -ms-flex-order: -8;
                order: -8; } }
  .item-list .item-check {
    margin-bottom: 0; }
    .item-list .item-check .checkbox + span {
      padding-right: 0; }
      .item-list .item-check .checkbox + span:before {
        width: 20px; }
  .item-list .item-col.item-col-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 70px;
        flex-basis: 70px; }
    .item-list .item-col.item-col-img.xs {
      -ms-flex-preferred-size: 40px;
          flex-basis: 40px; }
    .item-list .item-col.item-col-img.sm {
      -ms-flex-preferred-size: 50px;
          flex-basis: 50px; }
    .item-list .item-col.item-col-img.lg {
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px; }
    .item-list .item-col.item-col-img.xl {
      -ms-flex-preferred-size: 120px;
          flex-basis: 120px; }
    .item-list .item-col.item-col-img a {
      width: 100%; }
  .item-list .item-img {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    background-color: #efefef;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  @media (max-width: 767.98px) {
    .item-list .item-col.item-col-title {
      -webkit-box-ordinal-group: -3;
          -ms-flex-order: -4;
              order: -4; } }
  .item-list .item-col.item-col-title a {
    display: block; }
  .item-list .item-title {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: 600; }
  .item-list .item-stats {
    height: 1.4rem; }
  .item-list .item-col.item-col-actions-dropdown {
    -ms-flex-preferred-size: 40px;
        flex-basis: 40px;
    text-align: center;
    padding-left: 0 !important; }
    @media (max-width: 767.98px) {
      .item-list .item-col.item-col-actions-dropdown {
        -webkit-box-ordinal-group: -2;
            -ms-flex-order: -3;
                order: -3;
        -ms-flex-preferred-size: 40px !important;
            flex-basis: 40px !important;
        padding-right: 10px; } }
  .item-list .item-actions-dropdown {
    position: relative;
    font-size: 1.1rem; }
    .item-list .item-actions-dropdown.active .item-actions-block {
      max-width: 120px; }
    .item-list .item-actions-dropdown.active .item-actions-toggle-btn {
      color: #85CE36; }
      .item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
        display: block; }
      .item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
        display: none; }
    .item-list .item-actions-dropdown .item-actions-toggle-btn {
      color: #9ba8b5;
      font-size: 1.2rem;
      cursor: pointer;
      width: 100%;
      line-height: 30px;
      text-align: center;
      text-decoration: none; }
      .item-list .item-actions-dropdown .item-actions-toggle-btn .active {
        display: none; }
    .item-list .item-actions-dropdown .item-actions-block {
      height: 30px;
      max-width: 0px;
      line-height: 30px;
      overflow: hidden;
      position: absolute;
      top: 0;
      right: 100%;
      background-color: #d7dde4;
      border-radius: 3px;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .item-list .item-actions-dropdown .item-actions-block.direction-right {
        right: auto;
        left: 100%; }
      .item-list .item-actions-dropdown .item-actions-block .item-actions-list {
        padding: 0;
        list-style: none;
        white-space: nowrap;
        padding: 0 5px; }
        .item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
          display: inline-block;
          padding: 0; }
        .item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
          display: block;
          padding: 0 5px; }
          .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
            color: #38424C; }
          .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
            color: #40B726; }
          .item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
            color: #DB0E1E; }

/* *******************************************
*				Adjustments
********************************************** */
.card > .item-list .item > .item-row {
  padding: 0 15px; }
  @media (min-width: 1200px) {
    .card > .item-list .item > .item-row {
      padding: 0 20px; } }
  @media (max-width: 767.98px) {
    .card > .item-list .item > .item-row {
      padding: 0 10px; } }

.logo {
    FONT-WEIGHT: 700;
    display: inline-block;
    width: 200px;
    height: 40px;
    text-align: center;
    margin-right: 5px;
    position: relative;
    background: #000;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.5);
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#E3FF57;
	letter-spacing: 0.07em;
}
.logo span{color:#009eff;}
  .logo .l {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-color: #85CE36;
    position: absolute; }
    .logo .l.l1 {
      bottom: 0;
      left: 0; }
    .logo .l.l2 {
      width: 7px;
      height: 7px;
      bottom: 13px;
      left: 10px; }
    .logo .l.l3 {
      width: 7px;
      height: 7px;
      bottom: 4px;
      left: 17px; }
    .logo .l.l4 {
      bottom: 13px;
      left: 25px; }
    .logo .l.l5 {
      bottom: 0;
      left: 34px; }

.modal-body.modal-tab-container {
  padding: 0; }
  .modal-body.modal-tab-container .modal-tabs {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
    .modal-body.modal-tab-container .modal-tabs .nav-link {
      padding: 10px 20px;
      border: none; }
      .modal-body.modal-tab-container .modal-tabs .nav-link:hover, .modal-body.modal-tab-container .modal-tabs .nav-link.active {
        color: #85CE36;
        border-bottom: 2px solid #85CE36; }
      .modal-body.modal-tab-container .modal-tabs .nav-link.active {
        font-weight: 600; }

a:not(.btn) {
  -webkit-transition: initial;
  transition: initial;
  text-decoration: underline;
  color: #969696; }
  a:not(.btn):hover {
    text-decoration: underline;
    color: #70b02b; }
    a:not(.btn):hover:before {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
  a:not(.btn):focus {
    text-decoration: none; }

span a {
  vertical-align: text-bottom; }

[class^='nav'] li > a,
[class*=' nav'] li > a {
  display: block; }
  [class^='nav'] li > a:before,
  [class*=' nav'] li > a:before {
    display: none; }

.nav.nav-tabs-bordered {
  border-color: #85CE36; }
  .nav.nav-tabs-bordered + .tab-content {
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-color: #85CE36;
    padding: 10px 20px 0; }
  .nav.nav-tabs-bordered .nav-item .nav-link {
    text-decoration: none; }
    .nav.nav-tabs-bordered .nav-item .nav-link:hover {
      color: #ffffff;
      background-color: #85CE36;
      border: 1px solid #85CE36; }
    .nav.nav-tabs-bordered .nav-item .nav-link.active {
      border-color: #85CE36;
      border-bottom-color: transparent; }
      .nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
        background-color: #ffffff;
        color: inherit; }

.nav.nav-pills + .tab-content {
  border: 0;
  padding: 5px; }

.nav.nav-pills .nav-item .nav-link {
  text-decoration: none; }
  .nav.nav-pills .nav-item .nav-link:hover {
    color: #4f5f6f;
    background-color: transparent;
    border: 0; }
  .nav.nav-pills .nav-item .nav-link.active {
    border-color: #85CE36;
    border-bottom-color: transparent;
    background-color: #85CE36; }
    .nav.nav-pills .nav-item .nav-link.active:hover {
      background-color: #85CE36;
      color: #ffffff; }

#nprogress .bar {
  background: #85CE36 !important; }
  #nprogress .bar .peg {
    -webkit-box-shadow: 0 0 10px #85CE36, 0 0 5px #85CE36;
            box-shadow: 0 0 10px #85CE36, 0 0 5px #85CE36; }

#nprogress .spinner {
  top: 25px !important;
  right: 23px !important; }
  #nprogress .spinner .spinner-icon {
    border-top-color: #85CE36 !important;
    border-left-color: #85CE36 !important; }

.pagination {
  margin-top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .pagination .page-item .page-link {
    color: #85CE36; }
  .pagination .page-item.active .page-link,
  .pagination .page-item.active .page-link:focus,
  .pagination .page-item.active .page-link:hover {
    color: #fff;
    border-color: #85CE36;
    background-color: #85CE36; }

.sameheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

/* Let's get this party started */
::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

/* Track */
::-webkit-scrollbar-track {
  border-radius: 0; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 0;
  background:#ffdf01 }

::-webkit-scrollbar-thumb:window-inactive {
  background: #85CE36; }

.table label {
  margin-bottom: 0; }

.table .checkbox + span {
  margin-bottom: 0; }
  .table .checkbox + span:before {
    line-height: 20px; }

.error-card {
  width: 410px;
  min-height: 330px;
  margin: 60px auto; }
  .error-card .error-title {
    font-size: 150px;
    line-height: 150px;
    font-weight: 700;
    color: #252932;
    text-align: center;
    text-shadow: rgba(61, 61, 61, 0.3) 0.5px 0.5px, rgba(61, 61, 61, 0.2) 1px 1px, rgba(61, 61, 61, 0.3) 1.5px 1.5px; }
  .error-card .error-sub-title {
    font-weight: 100;
    text-align: center; }
  .error-card .error-container {
    text-align: center;
    visibility: hidden; }
    .error-card .error-container.visible {
      visibility: visible; }
  .error-card.global {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    margin: 0; }
    .error-card.global .error-title {
      color: #ffffff; }
    .error-card.global .error-sub-title,
    .error-card.global .error-container {
      color: #ffffff; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .error-card {
    width: 50%; }
    .error-card.global {
      position: relative;
      top: 25%;
      left: 0;
      -webkit-transform: inherit;
              transform: inherit;
      margin: 40px auto; } }

@media (max-width: 767.98px) {
  .error-card {
    width: 90%; }
    .error-card.global {
      position: relative;
      top: 25%;
      left: 0;
      -webkit-transform: inherit;
              transform: inherit;
      margin: 40px auto; } }

.modal .modal-content {
  border-radius: 0; }

.modal .modal-header {
  background-color: #85CE36;
  color: #ffffff; }

.modal .modal-footer .btn {
  margin-bottom: 0; }

.footer {
  background-color: #fff;
  position: absolute;
  left: 240px;
  right: 0;
  bottom: 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .footer-fixed .footer {
    position: fixed; }
  .footer .footer-block {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 20px; }
  .footer .footer-github-btn {
    vertical-align: middle; }
  @media (max-width: 991.98px) {
    .footer {
      left: 0; } }
  .footer .author > ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footer .author > ul li {
      display: inline-block; }
      .footer .author > ul li:after {
        content: "|"; }
      .footer .author > ul li:last-child:after {
        content: ""; }
      @media (max-width: 991.98px) {
        .footer .author > ul li {
          display: block;
          text-align: right; }
          .footer .author > ul li:after {
            content: ""; } }
    @media (max-width: 991.98px) {
      .footer .author > ul {
        display: block; } }
    @media (max-width: 767.98px) {
      .footer .author > ul {
        display: none; } }

.header {
  background:none;
  height: 70px;
  position: absolute;
  left: 240px;
  right: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;top:20px; }
  @media (max-width: 991.98px) {
    .header {
      left: 0; } }
  @media (max-width: 767.98px) {
    .header {left: 0;  height: auto;    position: relative; }
	.headtab{display:none;}
	.header .header-block-nav > ul > li.profile a {padding: 5px 5px;}
	

	}
  .header-fixed .header {
    position: fixed; }
  @media (max-width: 767.98px) {
    .header .header-block {
      padding: 5px; } }

.wyswyg {
  border: 1px solid #d7dde4; }
  .wyswyg .ql-container {
    border-top: 1px solid #d7dde4; }
  .wyswyg .toolbar .btn {
    margin: 0; }
  .wyswyg .ql-container {
    font-size: 1rem; }
    .wyswyg .ql-container .ql-editor {
      min-height: 200px; }

.sidebar {
  background-color: #053449;
  width: 240px;
  padding-bottom: 60px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 20; }
  @media (max-width: 991.98px) {
    .sidebar {
      position: fixed;
      left: -240px; } }
  .sidebar-fixed .sidebar {
    position: fixed; }
  .sidebar-open .sidebar {
    left: 0; }
  .sidebar .sidebar-container {
    position: absolute;
    top: 0;
    bottom: 51px;
    width: 100%;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden; }
    .sidebar .sidebar-container::-webkit-scrollbar-track {
      background-color: #2c353e; }
  .sidebar .label {
    font-size: .75em;
    display: inline-block;
    border-radius: .2em;
    padding: 2px 5px;
    background-color: #ccc;
    color: #000;
    margin: 0 3px; }
  .sidebar .label-screenful {
    color: #fff;
    background-color: #6769d4; }
  .sidebar .sidebar-menu {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .sidebar .sidebar-menu li a:focus,
    .open .sidebar .sidebar-menu li a:focus {
      background-color: inherit; }
    .sidebar .sidebar-menu ul {
      padding: 0;
      height: 0px;
      overflow: hidden; }
      .loaded .sidebar .sidebar-menu ul {
        height: auto; }
    .sidebar .sidebar-menu li.active ul {
      height: auto; }
    .sidebar .sidebar-menu li a {
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      display: block; }
    .sidebar .sidebar-menu li a:hover,
    .sidebar .sidebar-menu li.open > a,
    .sidebar .sidebar-menu li.open a:hover {
      color: #ffffff;
      background-color:#1e485b; }
    .sidebar .sidebar-menu .arrow {
      float: right;
      font-size: 18px;
      line-height: initial;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      margin-right: 0; }
      .sidebar .sidebar-menu .arrow:before {
        content: "\f105" !important; }
    .sidebar .sidebar-menu li.open > a .arrow {
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); }
    .sidebar .sidebar-menu > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 20px;
      padding-right: 15px; position: relative;}
    .sidebar .sidebar-menu > li.active > a,
    .sidebar .sidebar-menu > li.active > a:hover {
      background-color:#1e485b !important;
      color: #ffffff !important; }
	  .sidebar .sidebar-menu > li.active > a:after {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    background:#E3FF57;
    left: 0;
    top: 0;
}

.icon {
    display: inline-block;
    width: 19px;
    height: 18px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    line-height: normal;
    position: relative;
    top: 3px;
	opacity: 0.5;
}
.icon-dash {
background-image: url(../assets/img/Dashboard.svg);opacity: 0.5;}
li.active .icon-dash {filter: invert(7%) sepia(21%) saturate(1127%) hue-rotate(16deg) brightness(104%) contrast(97%);opacity: 1;}
.sidebar .sidebar-menu > li.active > a .icon{filter: invert(7%) sepia(21%) saturate(1127%) hue-rotate(16deg) brightness(104%) contrast(97%);
  opacity: 1;}
  
  .sidebar .sidebar-menu li a:hover .icon{filter: invert(7%) sepia(21%) saturate(1127%) hue-rotate(16deg) brightness(104%) contrast(97%); opacity:1;}

.icon-ft {background-image: url(../assets/img/ft.svg);}
.icon-rc {background-image: url(../assets/img/rc.svg);}
.icon-ana {background-image: url(../assets/img/ana.svg);}
.icon-book {background-image: url(../assets/img/bookmark.svg);}
.icon-referral {background-image: url(../assets/img/referral.svg);}
.icon-hs {background-image: url(../assets/img/hs.svg);}
.icon-rc {background-image: url(../assets/img/rc.svg);}




    .sidebar .sidebar-menu > li.open > a {
      background-color: #333e48; }
    .sidebar .sidebar-menu > li > a i {
      margin-right: 5px;
      font-size: 16px; }
      .sidebar .sidebar-menu > li > a i.arrow {
        font-size: 20px; }
    .sidebar .sidebar-menu > li > .sidebar-nav > li a {
      padding-top: 10px;
      padding-bottom: 10px;
      padding-left: 50px;
      padding-right: 15px;
      background-color: #333e48; }
    .sidebar .sidebar-menu > li > .sidebar-nav > li.active a {
      color: #ffffff; }
    .sidebar .sidebar-menu > li > .sidebar-nav > li > .sidebar-nav > li a {
      padding-left: 60px;
      padding-right: 15px; }
    .sidebar .sidebar-menu > li > .sidebar-nav > li > .sidebar-nav > li > .sidebar-nav > li a {
      padding-left: 70px; }

.sidebar-overlay {
  position: absolute;
  display: none;
  left: 200vw;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 15; }
  @media (max-width: 991.98px) {
    .sidebar-overlay {
      display: block; } }
  @media (max-width: 767.98px) {
    .sidebar-overlay {
      background-color: rgba(0, 0, 0, 0.7); } }
  @media (max-width: 991.98px) {
    .sidebar-open .sidebar-overlay {
      left: 0;
      opacity: 1; } }

.sidebar-mobile-menu-handle {
  display: none;
  position: absolute;
  top: 50px;
  background-color: transparent;
  width: 30px;
  bottom: 0;
  z-index: 10; }
  @media (max-width: 991.98px) {
    .sidebar-mobile-menu-handle {
      display: block; } }

.flot-chart {
  display: block;
  height: 225px; }
  .flot-chart .flot-chart-content {
    width: 100%;
    height: 100%; }
  .flot-chart .flot-chart-pie-content {
    width: 225px;
    height: 225px;
    margin: auto; }

.dashboard-page #dashboard-downloads-chart,
.dashboard-page #dashboard-visits-chart {
  height: 220px; }

@media (max-width: 575.98px) {
  .dashboard-page .items .card-header {
    border: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .dashboard-page .items .card-header .header-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid #e9edf0; } }

.dashboard-page .items .card-header .title {
  padding-right: 0px;
  margin-right: 5px; }

.dashboard-page .items .card-header .search {
  margin: 0;
  vertical-align: middle;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 575.98px) {
    .dashboard-page .items .card-header .search {
      min-width: 50%; } }
  .dashboard-page .items .card-header .search .search-input {
    border: none;
    background-color: inherit;
    color: #C2CCD6;
    width: 100px;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
    .dashboard-page .items .card-header .search .search-input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: #C2CCD6; }
    .dashboard-page .items .card-header .search .search-input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: #C2CCD6; }
    .dashboard-page .items .card-header .search .search-input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: #C2CCD6; }
    .dashboard-page .items .card-header .search .search-input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease;
      color: #C2CCD6; }
    @media (max-width: 575.98px) {
      .dashboard-page .items .card-header .search .search-input {
        min-width: 130px; } }
    .dashboard-page .items .card-header .search .search-input:focus {
      color: #7e8e9f; }
      .dashboard-page .items .card-header .search .search-input:focus::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #aab4c0; }
      .dashboard-page .items .card-header .search .search-input:focus:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #aab4c0; }
      .dashboard-page .items .card-header .search .search-input:focus::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #aab4c0; }
      .dashboard-page .items .card-header .search .search-input:focus:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #aab4c0; }
      .dashboard-page .items .card-header .search .search-input:focus + .search-icon {
        color: #7e8e9f; }
  .dashboard-page .items .card-header .search .search-icon {
    color: #C2CCD6;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding-right: 6px; }

.dashboard-page .items .card-header .pagination {
  display: inline-block;
  margin: 0; }

.dashboard-page .items .item-list .item-col-title {
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9; }

.dashboard-page .items .item-list .item-col-date {
  text-align: right; }

@media (min-width: 1200px) {
  .dashboard-page .items .item-list .item-col-date {
    -webkit-box-flex: 4;
        -ms-flex-positive: 4;
            flex-grow: 4; } }

@media (max-width: 767.98px) {
  .dashboard-page .items .item-list .item-list-header {
    display: none; }
  .dashboard-page .items .item-list .item-row {
    padding: 0; }
  .dashboard-page .items .item-list .item-col {
    padding-left: 10px;
    padding-right: 10px; }
  .dashboard-page .items .item-list .item-col-img {
    padding-left: 10px;
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    padding-right: 0; }
  .dashboard-page .items .item-list .item-col-stats {
    text-align: center; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .dashboard-page .items .item-list .item-col-title {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: 1px solid #e9edf0; }
  .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) {
    position: relative;
    padding-top: 35px; }
  .dashboard-page .items .item-list .item-heading {
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    top: 5px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px; } }

@media (max-width: 575.98px) {
  .dashboard-page .items .item-list .item-col {
    border-bottom: 1px solid #e9edf0; }
  .dashboard-page .items .item-list .item-col-img {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    -webkit-box-ordinal-group: -4;
        -ms-flex-order: -5;
            order: -5; }
  .dashboard-page .items .item-list .item-col-title {
    -ms-flex-preferred-size: calc(100% - 50px);
        flex-basis: calc(100% - 50px); }
  .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: left; }
    .dashboard-page .items .item-list .item-col:not(.item-col-title):not(.item-col-img) .item-heading {
      text-align: left; }
  .dashboard-page .items .item-list .item-col-date {
    border: none; } }

.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px; }

.dashboard-page #dashboard-sales-map .jqvmap-zoomin,
.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
  background-color: #85CE36;
  height: 20px;
  width: 20px;
  line-height: 14px; }

.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
  top: 32px; }

.dashboard-page .stats .card-block {
  padding-bottom: 0; }

.dashboard-page .stats .stat-col {
  margin-bottom: 20px;
  float: left;
  white-space: nowrap;
  overflow: hidden; }

.dashboard-page .stats .stat-icon {
  color: #BDBDBD;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  width: 50px; }

.dashboard-page .stats .stat-chart {
  margin-right: 5px;
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .dashboard-page .stats .stat-chart {
      margin-right: 0.6vw; } }

.dashboard-page .stats .stat {
  vertical-align: middle; }
  @media (min-width: 1200px) {
    .dashboard-page .stats .stat .value {
      font-size: 1.3vw; } }
  @media (min-width: 1200px) {
    .dashboard-page .stats .stat .name {
      font-size: 0.9vw; } }

.dashboard-page .stats .stat-progress {
  height: 2px;
  margin: 5px 0;
  color: #85CE36;
  background-color: #dddddd; }
  .dashboard-page .stats .stat-progress .progress-bar {
    background-color: #85CE36; }

.dashboard-page .tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: stretch;
      align-content: stretch; }
  .dashboard-page .tasks .title-block .title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .dashboard-page .tasks label {
    width: 100%;
    margin-bottom: 0; }
    .dashboard-page .tasks label .checkbox:checked + span {
      text-decoration: line-through; }
    .dashboard-page .tasks label span {
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .dashboard-page .tasks .tasks-block {
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    margin-right: -5px; }
  .dashboard-page .tasks .item-list .item-col {
    padding-top: 5px;
    padding-bottom: 5px; }

.items-list-page .title-search-block {
  position: relative; }

@media (max-width: 767.98px) {
  .items-list-page .title-block {
    padding-bottom: 10px;
    margin-bottom: 13px; } }

.items-list-page .title-block .action {
  display: inline; }
  .items-list-page .title-block .action a {
    padding: 10px 15px; }
    .items-list-page .title-block .action a .icon {
      margin-right: 5px;
      text-align: center;
      width: 16px; }
  @media (max-width: 767.98px) {
    .items-list-page .title-block .action {
      display: none; } }

.items-list-page .items-search {
  position: absolute;
  margin-bottom: 15px;
  right: 0;
  top: 0; }
  @media (max-width: 767.98px) {
    .items-list-page .items-search {
      position: static; } }
  .items-list-page .items-search .search-button {
    margin: 0; }

.items-list-page .item-list .item-col.item-col-check {
  text-align: left; }

.items-list-page .item-list .item-col.item-col-img {
  text-align: left;
  width: auto;
  text-align: center;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px; }
  @media (min-width: 576px) {
    .items-list-page .item-list .item-col.item-col-img:not(.item-col-header) {
      height: 80px; } }

.items-list-page .item-list .item-col.item-col-title {
  text-align: left;
  margin-left: 0 !important;
  margin-right: auto;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 9;
      -ms-flex-positive: 9;
          flex-grow: 9; }

.items-list-page .item-list .item-col.item-col-sales {
  text-align: right;
  font-weight: 600; }

.items-list-page .item-list .item-col.item-col-stats {
  text-align: center; }

.items-list-page .item-list .item-col.item-col-category {
  text-align: left;
  font-weight: 600; }

.items-list-page .item-list .item-col.item-col-author {
  text-align: left;
  -webkit-box-flex: 4.5;
      -ms-flex-positive: 4.5;
          flex-grow: 4.5; }

.items-list-page .item-list .item-col.item-col-date {
  text-align: right; }

@media (max-width: 767.98px) {
  .items-list-page .card.items {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .items-list-page .item-list .item {
    border: none;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
            box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); }
  .items-list-page .item-list .item-row {
    padding: 0 !important; }
  .items-list-page .item-list .item-col.item-col-author {
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3; } }

@media (min-width: 576px) and (max-width: 767.98px) {
  .items-list-page .item-list .item-list-header {
    display: none; }
  .items-list-page .item-list .item {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
            box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); }
  .items-list-page .item-list .item-row {
    padding: 0; }
  .items-list-page .item-list .item-heading {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    line-height: 40px;
    padding-left: 0; }
  .items-list-page .item-list .item-col.item-col-check, .items-list-page .item-list .item-col.item-col-title, .items-list-page .item-list .item-col.item-col-actions-dropdown {
    border-bottom: 1px solid #d7dde4; }
    .items-list-page .item-list .item-col.item-col-check .item-heading, .items-list-page .item-list .item-col.item-col-title .item-heading, .items-list-page .item-list .item-col.item-col-actions-dropdown .item-heading {
      display: none; }
  .items-list-page .item-list .item-col.item-col-sales, .items-list-page .item-list .item-col.item-col-stats, .items-list-page .item-list .item-col.item-col-category, .items-list-page .item-list .item-col.item-col-author, .items-list-page .item-list .item-col.item-col-date {
    padding-top: 40px;
    position: relative; }
  .items-list-page .item-list .item-col.item-col-check {
    display: none; }
  .items-list-page .item-list .item-col.item-col-title {
    padding-left: 10px;
    text-align: left;
    margin-left: 0 !important;
    margin-right: auto;
    -ms-flex-preferred-size: calc(100% - 40px);
        flex-basis: calc(100% - 40px); }
  .items-list-page .item-list .item-col.item-col-img {
    padding-left: 10px;
    -ms-flex-preferred-size: 79px;
        flex-basis: 79px; }
  .items-list-page .item-list .item-col.item-col-sales {
    text-align: left; }
  .items-list-page .item-list .item-col.item-col-stats {
    text-align: center; }
  .items-list-page .item-list .item-col.item-col-category {
    text-align: center; }
  .items-list-page .item-list .item-col.item-col-author {
    text-align: center; }
  .items-list-page .item-list .item-col.item-col-date {
    padding-right: 10px;
    text-align: right;
    white-space: nowrap;
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 3;
        -ms-flex-positive: 3;
            flex-grow: 3; } }

@media (max-width: 575.98px) {
  .items-list-page .item-list-header {
    display: none; }
  .items-list-page .item-list .item {
    border: none;
    font-size: 0.9rem;
    margin-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
            box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1); }
    .items-list-page .item-list .item .item-col {
      text-align: right;
      border-bottom: 1px solid #d7dde4;
      padding-left: 10px; }
      .items-list-page .item-list .item .item-col[class^=item-col] {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
      .items-list-page .item-list .item .item-col.item-col-check {
        display: none; }
      .items-list-page .item-list .item .item-col.item-col-img .item-img {
        padding-bottom: 65%; }
      .items-list-page .item-list .item .item-col.item-col-title {
        text-align: left;
        padding-bottom: 0;
        border: none;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0; }
        .items-list-page .item-list .item .item-col.item-col-title .item-heading {
          display: none; }
        .items-list-page .item-list .item .item-col.item-col-title .item-title {
          font-size: 1rem;
          line-height: 1.4rem; }
      .items-list-page .item-list .item .item-col.item-col-actions-dropdown {
        border: none;
        padding-bottom: 0; }
      .items-list-page .item-list .item .item-col.item-col-sales {
        text-align: left; }
      .items-list-page .item-list .item .item-col.item-col-stats {
        text-align: left; }
      .items-list-page .item-list .item .item-col.item-col-category {
        text-align: left; }
      .items-list-page .item-list .item .item-col.item-col-author {
        text-align: left; }
      .items-list-page .item-list .item .item-col.item-col-date {
        text-align: left; } }

.screenful-page .section {
  text-align: center; }

.screenful-page .subtitle {
  margin-bottom: 30px; }

.screenful-page .description {
  margin-bottom: 50px; }

.screenful-page .screenful-logo {
  width: 300px;
  height: 160px;
  border-radius: 10px;
  background-size: contain;
  background-position: center;
  background-image: url("../assets/screenful/logo.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: 20px; }

.screenful-page .integrations-tools {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.screenful-page .integrations-title {
  margin-bottom: 40px; }

.screenful-page .integration-item {
  margin: 0 1%;
  margin-bottom: 30px; }

.screenful-page .integration-logo {
  width: 150px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-transition: all .25s ease;
  transition: all .25s ease; }

.screenful-page .integration-logo:hover {
  border: 1px solid #6769d4; }

.screenful-page .benefits-title {
  margin-bottom: 70px; }

.screenful-page .screen-colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.screenful-page .screen-item {
  max-width: 500px; }

.screenful-page .ex-pic {
  width: 100%;
  border-radius: 10px;
  background-size: cover; }

.screenful-page .title {
  margin-bottom: 20px; }

.screenful-page a {
  text-decoration: none; }

.screenful-page ul {
  display: inline-block;
  text-align: left;
  width: 100%; }

.screenful-page .divider {
  background-color: #fff;
  padding-bottom: 1px;
  margin-bottom: 50px; }

.table-flip-scroll table {
  width: 100%; }

@media only screen and (max-width: 800px) {
  .table-flip-scroll .flip-content:after,
  .table-flip-scroll .flip-header:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  .table-flip-scroll html .flip-content,
  .table-flip-scroll html .flip-header {
    -ms-zoom: 1;
    zoom: 1; }
  .table-flip-scroll *:first-child + html .flip-content,
  .table-flip-scroll *:first-child + html .flip-header {
    -ms-zoom: 1;
    zoom: 1; }
  .table-flip-scroll table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative; }
  .table-flip-scroll th,
  .table-flip-scroll td {
    margin: 0;
    vertical-align: top; }
  .table-flip-scroll th:last-child,
  .table-flip-scroll td:last-child {
    border-bottom: 1px solid #ddd; }
  .table-flip-scroll th {
    border: 0 !important;
    border-right: 1px solid #ddd !important;
    width: auto !important;
    display: block;
    text-align: right; }
  .table-flip-scroll td {
    display: block;
    text-align: left;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important; }
  .table-flip-scroll thead {
    display: block;
    float: left; }
  .table-flip-scroll thead tr {
    display: block; }
  .table-flip-scroll tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap; }
  .table-flip-scroll tbody tr {
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    border-left: 1px solid #ddd; } }

#modal-media .modal-body {
  min-height: 250px; }

#modal-media .modal-tab-content {
  min-height: 300px; }

#modal-media .images-container {
  padding: 15px;
  text-align: center; }
  #modal-media .images-container .image-container {
    margin: 0 auto 10px auto;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    float: none; }
    #modal-media .images-container .image-container:hover {
      border-color: rgba(133, 206, 54, 0.5); }
    #modal-media .images-container .image-container.active {
      border-color: rgba(133, 206, 54, 0.5); }

#modal-media .upload-container {
  padding: 15px; }
  #modal-media .upload-container .dropzone {
    position: relative;
    border: 2px dashed #85CE36;
    height: 270px; }
    #modal-media .upload-container .dropzone .dz-message-block {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
      #modal-media .upload-container .dropzone .dz-message-block .dz-message {
        margin: 0;
        font-size: 24px;
        color: #85CE36;
        width: 230px; }

.header .header-block-buttons {
  text-align: center;
  /*margin-left: auto;
  margin-right: auto;*/
  white-space: nowrap; }
  .header .header-block-buttons .btn.header-btn {
    background-color: transparent;
    border: 1px solid #64798d;
    color: #64798d;
    margin: 0 5px;
    border-radius: 0.2rem; }
    .header .header-block-buttons .btn.header-btn:hover, .header .header-block-buttons .btn.header-btn:focus {
      border: 1px solid #3a4651;
      color: #3a4651; }
	  
img.img1{margin-top: -40px;}
.topright p{font-size:18px;font-family: 'Roboto', sans-serif; color:rgba(37,39,51,0.8); font-weight:400;}	  
.topright ul{padding:20px 0 10px;list-style: none;    float: left;  width: 100%;}
.topright ul li{width:33%; float:left;font-size:16px;font-family: 'Roboto', sans-serif; color:rgba(37,39,51,0.8); font-weight:400;}
.topright ul li img{margin-right:5px;}
.topright h4 {clear:both; display:block;font-size: 18px; width: 100%;}
.topright .progress {height: 2rem; border-radius: 50px;}
.topright .progress .progress-bar {border-radius: 30px;}
.topright .progress span.sr-only {width: auto; height: auto; font-size: 12px; color: #000; z-index: 999999; right:30px; overflow: visible; clip: unset;}
.topright .col-sm-4 p {font-size: 14px; line-height: normal;}
.btnfull {background: #F1F6FA; border-radius: 30px;color:#252733;font-weight: 500;font-size: 16px;font-family: 'Roboto', sans-serif;
line-height:29px;text-align: center;width:100%;letter-spacing: 0.3px;}


    @media (max-width: 767.98px) {
.header .header-block-buttons .btn.header-btn span {display: none;}
}

.header .header-block-collapse {padding-right: 5px; }
  @media (max-width: 767.98px) {
    .header .header-block-collapse {width: 155px;} 
	}
  .header .header-block-collapse .collapse-btn {
    background: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #85CE36;
    font-size: 24px;
    line-height: 40px;
    border-radius: 0;
    outline: none;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: initial; }

.header .header-block-nav {
  margin-left: auto;
  white-space: nowrap;
  padding-right:0px; }
h3.pagehedin{font-family:'Roboto', sans-serif; font-size:1.5rem; color:#000;font-weight:700;margin-bottom: 30px;}  
.boxfull{border-radius:10px;margin-bottom: 35px;}
.smallbox{padding:5px;  border-radius:8px;}
.card.smallbox .card-header { background: #F1F6FA;    padding: 8px; border-radius: 8px;}
.card.smallbox .card-header img {width: 40px;margin-right: 10px;}
.card.smallbox .card-header h4 {width: calc(100% - 60px); float: right;font-size: 18px; font-weight:900;font-family: 'Roboto', sans-serif;letter-spacing: 0.3px;    margin-bottom: 0;}
.card.smallbox .card-header h4 span {display: block;font-weight:400;}
.smallbox ul {padding: 0; list-style: none; padding-top: 10px;    padding-right: 35px;}
.smallbox ul li{padding-bottom:10px;font-size: 16px; font-weight:400;font-family: 'Roboto', sans-serif;}  
a.bookmark {position: absolute; top:10px;right: 10px;}
.box-data{display:block; position:relative;}
.textsubbtn{background: #738C9A; border:none; box-shadow:none; outline:none;color: #FFDF01; border-radius: 15px;
font-weight: 600;font-family: 'Roboto', sans-serif;
font-size: 18px; padding:8px 15px;
text-align: center;
letter-spacing: 0.3px;}
.yellowheader{background:#FFDF01!important;}
.bluebtn{background:#009EFF!important;}
.lightblue{background:#F1F6FA!important; color: #A8A8A8!important;}
.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
#testslider  .smallbox {border: 1px solid rgba(0,0,0,0.2);margin-bottom: 0;}
  div#testslider {
    padding: 0 30px;
}
#testslider .owl-dots{display:none;}
#testslider .owl-nav {
    position: absolute;top: 50%; left:0; width:100%;transform: translateY(-50%);}
  #testslider button.owl-prev {float: left; background: #fff;font-size: 40px;padding: 5px!important;border-radius: 10px;}
#testslider button.owl-next {float: right;outline: none; background: #fff; font-size: 40px; padding: 5px!important; border-radius: 10px;}
#testslider.owl-carousel .owl-stage-outer {z-index: 99;}
.mb-0{margin-bottom:0;}
.mb-30{margin-bottom:30px;}
h4.heading4 {width:100%; float: right; font-size: 18px; font-weight: 900; font-family: 'Roboto', sans-serif;  letter-spacing: 0.3px; margin-bottom: 0;}
h5.heading5 {width:100%; float: right; font-size: 16px; font-weight: 400; font-family: 'Roboto', sans-serif;  letter-spacing: 0.3px; margin-bottom: 0; color:#252733;}
h4.heading4 span {display: block; font-weight: 400;}
ul.listpoint {list-style: none; padding: 0; float: left; width: 100%; margin: 0;}
ul.listsubject {list-style: none; padding: 0; float: left; width: 100%; margin: 0;display: flex;}
 ul.listsubject li{ padding:0 5px;} 
ul.listsubject li a {
    background: #C4C4C4;
    color: #000;font-family: 'Roboto', sans-serif;
    padding: 5px 10px; text-align:center;
    display: block;
    border-radius: 30px;
    font-size: 1rem; font-weight:400;
    text-decoration: none;
}
a.bluelink { float: right; background:rgba(0,158,255,0.2); color:rgba(37,39,51,0.8)!important; padding:8px 20px; border-radius:30px;font-size: 18px;
line-height: 21px;font-family: 'Roboto', sans-serif; font-weight:400;border: 1px solid rgba(0,0,0,0.3); text-decoration:none!important;}
a.bluelink i{color:rgba(0,0,0,0.3)}


.checkright{float:right;font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
letter-spacing: 0.3px;}
 ul.listpoint li{float:left; padding:0 15px;width: 50%;} 
 ul.listpoint li img {height: 25px;}
.bluebutton{width:100%; border:none; background:#009EFF; border-radius:10px; color:#FFDF01; padding:10px 10px;font-size:20px; font-weight: 700; font-family: 'Roboto', sans-serif; } 
.botdata p{font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: 300;
font-size: 16px; color:rgba(0,0,0,0.8);
line-height: 21px;
letter-spacing: 0.3px;}
 .botdata h4.heading4 {
    height: 40px;
} 
  
  @media (max-width: 767.98px) {
    .header .header-block-nav {
      padding-right: 25px; } }
  .header .header-block-nav::after {
    display: block;
    clear: both;
    content: ""; }
  .header .header-block-nav a {
    text-decoration: none; }
  .header .header-block-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header .header-block-nav > ul {
    display: table; }
  .header .header-block-nav > ul > li {
    display: table-cell;
    position: relative; }
    .header .header-block-nav > ul > li:before {
      display: block;
      content: " ";
      width: 1px;
      height: 24px;
      top: 50%;
      margin-top: -12px;
      background-color: #8b9cb1;
      position: absolute;
      left: 0; opacity:0; }
	  .header .header-block-nav > ul > li.profile {background: #fff; border-radius:30px;}
	  .header .header-block-nav > ul > li.profile a{padding:5px 10px;}	  
    .header .header-block-nav > ul > li:first-child:before {display: none; }
  .header .header-block-nav > ul > li > a {padding: 0 15px;color: #4f5f6f; }
    .header .header-block-nav > ul > li > a:hover {color: #000; }
  .header .header-block-nav .dropdown-menu {margin-top: 15px; }
.header .header-block-search {margin-right: auto; padding-left: 20px; }
  
  @media (max-width: 767.98px) {
    .header .header-block-search {
      padding-left: 10px;
      display: none; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .header .header-block-search {
      padding-left: 20px; } }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .header .header-block-search {
      padding-left: 20px; } }
  @media (min-width: 1200px) {
    .header .header-block-search {
      padding-left: 35px; } }
  .header .header-block-search > form {
    float: right; }
    @media (max-width: 767.98px) {
      .header .header-block-search > form {
        padding-left: 0; } }
  .header .header-block-search .input-container {
    position: relative;
    color: #7e8e9f; }
    .header .header-block-search .input-container i {
      position: absolute;
      pointer-events: none;
      display: block;
      height: 40px;
      line-height: 40px;
      left: 0; }
    .header .header-block-search .input-container input {
      background-color: transparent;
      border: none;
      padding-left: 25px;
      height: 40px;
      max-width: 150px; }
      @media (max-width: 767.98px) {
        .header .header-block-search .input-container input {
          max-width: 140px; } }
    .header .header-block-search .input-container input:focus + .underline {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }

.customize {
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  padding: 5px 15px;
  text-align: center; }
  .customize .customize-header {
    margin-bottom: 10px; }

#customize-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 240px; }
  @media (max-width: 991.98px) {
    .sidebar-open #customize-menu {
      left: 0; } }
  @media (max-width: 991.98px) {
    #customize-menu {
      -webkit-transition: left 0.3s ease;
      transition: left 0.3s ease;
      left: -240px; } }
  #customize-menu > li > a {
    background-color: #3a4651;
    border-top: 1px solid rgba(45, 54, 63, 0.5); }
  #customize-menu > li > a:hover,
  #customize-menu > li.open > a {
    background-color: #2d363f; }
  #customize-menu .customize {
    width: 240px;
    color: rgba(255, 255, 255, 0.5);
    background-color: #2d363f;
    text-align: center;
    padding: 10px 15px;
    border-top: 2px solid #85CE36; }
    #customize-menu .customize .customize-item {
      margin-bottom: 15px; }
      #customize-menu .customize .customize-item .customize-header {
        margin-bottom: 10px; }
      #customize-menu .customize .customize-item label {
        font-weight: 400; }
        #customize-menu .customize .customize-item label.title {
          font-size: 14px; }
      #customize-menu .customize .customize-item .radio + span {
        padding: 0;
        padding-left: 5px; }
      #customize-menu .customize .customize-item .radio + span:before {
        font-size: 17px;
        color: #546273;
        cursor: pointer; }
      #customize-menu .customize .customize-item .radio:checked + span:before {
        color: #85CE36; }
      #customize-menu .customize .customize-item .customize-colors {
        list-style: none; }
        #customize-menu .customize .customize-item .customize-colors li {
          display: inline-block;
          margin-left: 5px;
          margin-right: 5px; }
          #customize-menu .customize .customize-item .customize-colors li .color-item {
            display: block;
            height: 20px;
            width: 20px;
            border: 1px solid;
            cursor: pointer; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.color-red {
              background-color: #FB494D;
              border-color: #FB494D; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.color-orange {
              background-color: #FE7A0E;
              border-color: #FE7A0E; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.color-green {
              background-color: #8CDE33;
              border-color: #8CDE33; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.color-seagreen {
              background-color: #4bcf99;
              border-color: #4bcf99; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.color-blue {
              background-color: #52BCD3;
              border-color: #52BCD3; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.color-purple {
              background-color: #7867A7;
              border-color: #7867A7; }
            #customize-menu .customize .customize-item .customize-colors li .color-item.active {
              position: relative;
              font-family: FontAwesome;
              font-size: 17px;
              line-height: 17px; }
              #customize-menu .customize .customize-item .customize-colors li .color-item.active:before {
                content: "\f00c";
                position: absolute;
                top: 0;
                left: 0;
                color: #fff; }

.sidebar-header .brand {
  color: #fff;
  text-align: left;
  padding-left: 25px;
  line-height: 70px;
  font-size: 16px; }
 .header .header-block-nav .notifications a sup {top: 8px; right: 20px;width: 10px; border-radius:100%; height:10px; background:#009EFF; position: absolute;} 

form[role="search"] i {
    font-size: 25px;color: rgba(0,0,0,0.3);
}
  
 .headtab ul{padding:0;list-style:none; background:#fff; border:1px solid rgba(0,0,0,0.2); border-radius:40px; overflow:hidden;} 
 .headtab ul li{display:flex;float: left;} 
.headtab ul li a {
    padding: 5px 40px 5px 70px;
    border-radius: 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #000;
    opacity: 0.5;
    margin-right: -40px;
    line-height: 36px;
    position: relative;
}
.headtab ul li a:hover{text-decoration:none; color:#000;}
.headtab ul li:first-child a {padding-left: 30px;z-index: 99; background: #f0f3f6;opacity: 1;}
.headtab ul li:last-child a {margin-right: 0;}
.headtab ul li a.active2tab{color:rgba(0,0,0,0.8);background:#ECECEC;z-index: 9; opacity: 1;}
.headtab ul li a.activetab{color:rgba(0,0,0,0.8);background:#FFDF01;opacity:1;}
.headtab ul li a span {font-size: 2rem; line-height: normal;vertical-align: bottom;color: rgba(0,0,0,0.3);} 
.headtab ul li a i{position:absolute; right:10px; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);}
 
 
 
  
  
  @media (max-width: 767.98px) {
    .sidebar-header .brand {
      line-height: 50px;
      font-size: 16px; }



	  }

.header .header-block-nav .notifications {font-size: 16px; }
  .header .header-block-nav .notifications a {font-size:25px;  padding-right:20px;position: relative;color: rgba(0,0,0,0.3); }
  .header .header-block-nav .notifications .counter {
    font-weight: bold;
    font-size: 14px;
    position: relative;
    top: -3px;
    left: -2px; }
  .header .header-block-nav .notifications.new .counter {
    color: #85CE36;
    font-weight: bold; }
  @media (max-width: 767.98px) {
    .header .header-block-nav .notifications {
      position: static; } }

.header .header-block-nav .notifications-dropdown-menu {
  white-space: normal;
  left: auto;
  right: 0;
  min-width: 350px; }
  .header .header-block-nav .notifications-dropdown-menu:before {
    position: absolute;
    right: 20px;
    bottom: 100%;
    margin-right: -1px; }
  .header .header-block-nav .notifications-dropdown-menu:after {
    position: absolute;
    right: 20px;
    bottom: 100%; }
  .header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item {
    border-bottom: 1px solid rgba(126, 142, 159, 0.1);
    padding: 5px; }
    .header .header-block-nav .notifications-dropdown-menu .notifications-container .notification-item:hover {
      background-color: #f5f5f5; }
  .header .header-block-nav .notifications-dropdown-menu .notifications-container .img-col {
    display: table-cell;
    padding: 5px; }
  .header .header-block-nav .notifications-dropdown-menu .notifications-container .body-col {
    padding: 5px;
    display: table-cell; }
  .header .header-block-nav .notifications-dropdown-menu .notifications-container .img {
    width: 40px;
    height: 40px;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .header .header-block-nav .notifications-dropdown-menu .notifications-container p {
    color: #4f5f6f;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    margin: 0;
    vertical-align: top; }
    .header .header-block-nav .notifications-dropdown-menu .notifications-container p .accent {
      font-weight: bold; }
  .header .header-block-nav .notifications-dropdown-menu footer {
    text-align: center; }
    .header .header-block-nav .notifications-dropdown-menu footer a {
      color: #212529;
      -webkit-transition: none;
      transition: none; }
      .header .header-block-nav .notifications-dropdown-menu footer a:hover {
        background-color: #f5f5f5;
        color: #85CE36; }
  @media (max-width: 767.98px) {
    .header .header-block-nav .notifications-dropdown-menu {
      min-width: 100px;
      width: 100%;
      margin-top: 5px; }
      .header .header-block-nav .notifications-dropdown-menu:before, .header .header-block-nav .notifications-dropdown-menu:after {
        right: 107px; } }

.header .header-block-nav .profile .img {
  display: inline-block;
  width: 40px;
  height: 40px; border-radius:100%;
  line-height:40px;
  background-color: #8b9cb1;
  color: #ffffff;
  text-align: center;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  vertical-align: top; }

.header .header-block-nav .profile .name {
  display: inline-block;
  margin-right: 9px; font-size:14px;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    .header .header-block-nav .profile .name {
      display: none; } }

.header .header-block-nav .profile .arrow {
  color: #85CE36; }

.header .header-block-nav .profile-dropdown-menu {
  left: auto;
  right: 0;
  min-width: 180px;
  white-space: normal; }
  .header .header-block-nav .profile-dropdown-menu:before {
    position: absolute;
    right: 10px;
    bottom: 100%;
    margin-right: -1px; }
  .header .header-block-nav .profile-dropdown-menu:after {
    position: absolute;
    right: 10px;
    bottom: 100%; }
  .header .header-block-nav .profile-dropdown-menu a {
    padding: 10px 15px; }
    .header .header-block-nav .profile-dropdown-menu a .icon {
      color: #85CE36;
      text-align: center;
      width: 16px; }
    .header .header-block-nav .profile-dropdown-menu a span {
      display: inline-block;
      padding-left: 5px;
      text-align: left;
      color: #7e8e9f; font-family: 'Roboto', sans-serif; font-weight:500;}
.proplan {
    background: linear-gradient(90.31deg, #E1D882 0.17%, #BB8655 105.24%);
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    padding: 3px;
    width: 100%;
    display: block;font-family: 'Roboto', sans-serif; font-weight:500;
}
  .header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-icon {
    padding: 0; }
  .header .header-block-nav .profile-dropdown-menu .profile-dropdown-menu-topic {
    color: #7e8e9f;
    padding: 0; }
  .header .header-block-nav .profile-dropdown-menu .dropdown-divider {
    margin: 0; }
  .header .header-block-nav .profile-dropdown-menu .logout {
    border-top: 1px solid rgba(126, 142, 159, 0.1); }
#testslider .card.smallbox .card-header{background:none;}	
	.mobileview{display:none;}
  @media (max-width: 767.98px) {
.header .header-block-nav .profile-dropdown-menu {margin-top: 8px; }
img.img1{max-width:100%;}
.header .header-block-nav .profile .img{width:30px; height:30px;}
.header .header-block-nav > ul > li.profile{vertical-align: bottom;}
.mobileview{display:block;}
.headtab ul{display: flex; overflow-x: auto;}
.headtab ul li a{border-radius:10px;    padding: 5px 20px 5px 20px;margin-right:0px;    line-height: normal; font-size:12px;}
.headtab ul li a span{display:block;font-size: 1.5rem;}
.topright p {font-size: 14px;}
a.bluelink{padding:5px 10px; font-size:14px;}
h3.pagehedin{font-size:1rem;}
}

.headtab ul li:first-child a {padding-left: 20px;}
	  
/*******Report page **************/
.bgblue{background:#ecf3f8; padding-bottom:40px;}
.whitebg{background:#ffffff; padding:40px 0;}
.backrow{padding-top:30px; padding-bottom:30px;}
.backrow a{color:#000; font-family:roboto; font-size:24px; text-decoration:none!important;}
.backrow a:hover{color:#000;}
.report1 img{width: 40px; margin-right: 10px;}
.report1 h4 {width: calc(100% - 60px); float: right;   font-size: 18px;   font-weight: 900; font-family: 'Roboto', sans-serif;   letter-spacing: 0.3px; margin-bottom: 0;}
.report1 h4 span {display: block; font-weight: 400;}
.report1 p {font-size: 0.8rem;}
button.whitebutton {background: #fff; border: none; outline: none!important; padding: 10px; display: block;  width: 100%; margin-top: 20px; border-radius: 10px;}
.whitebox{background:#fff; border-radius:15px;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); padding:20px 15px;height: 100%;}
.whitebox1{background:#fff; border-radius:15px;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); padding:0px 0px;height: 100%;}
.yellowheaderreport{background:#FFDF01; border-radius:15px 15px 0 0; margin-bottom:30px; padding:15px; float: left; width: 100%;}
.whitebox h3{text-align:center; margin-bottom:0; font-size:1.3rem;}
.lefttime {text-align: center;padding-top: 30px;}
.lefttime h5{font-size:12px; color:rgba(0,0,0,0.8);}
.lefttime h2{font-size:18px; color:#000;}
.prog1{float:left; width:100%;}
.prog1 .progress{height:30px;border-radius: 20px;width: 80%; float:left;}
.prog1 .progright {
    text-align: center;
    width: 20%;
    float: right;
}
.prog1 .greenbar .progress-bar{background:#7FD49C;}
.prog1 .redbar .progress-bar{background:#DA7C7C;}
.prog1 h4 {font-size: 1rem; float:left; width:100%;}
.fullpogrep {font-size: .8rem; float:left; width:100%;}

.ana-box{background: #EBEBEB; width:100%; float:left; padding:15px; color:#000; font-size:14px; border-radius: 15px;font-family:Roboto; text-align:left; position:relative;}
.ana-box h3{font-size:30px;font-weight:bold;text-align:left;font-family:Roboto;}
h3.heading2{text-align:left;font-weight:bold; font-family:Roboto;}
span.botround {
    width: 30px;
    height: 30px;
    background: #009EFF;
    position: absolute;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    bottom: 10px;
    right: 10px;
}
.mt-60{margin-top:60px;}
.mt-200{margin-top:200px;}
.graphround{text-align:center;}
.graphround h2{font-family:Roboto;  font-weight:bold; font-size:20px; text-align:center;}
.greenbox{background:#E4FFB7;}
.redibox{background:#FFCBCB;}
.bluesbox{background:#C0FFFF;}
.bgnone{background:none!important; color:#000!important;}
.bor1{border:1px solid #000;}
.greencheck{background:#4CAF50!important; border-radius:3px!important;}
.redcheck{background:#4CAF50!important; border-radius:3px!important;}
.bluecheck{background:#2196F3!important;}
.graphround{float:left; width:100%; position:relative;}
.graphround:after{content:""; position:absolute; width:1px; background:#ccc; height:150px; right:0; top:50%;transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);}
.noaft:after{display:none;}
ul.listlables{list-style:none; margin:0; padding:0;padding-left: 10%;padding-top:30px;}
ul.listlables li {font-family:Roboto;  float: left; padding-right: 30px;}
ul.listlables li span{width:15px; height:15px;border-radius:100%; display:inline-block;}
.purplebg{background:#F170F3;}
.blueLbg{background:#74BBD9;}
.redLbg{background:#F28791;}


.box6{border: 1px solid rgba(0, 0, 0, 0.2);border-radius: 10px;}
.box6H{border: 1px solid #E4E4E4;border-radius: 10px; padding:10px 15px; color:#000;font-family:Roboto;  font-weight:bold; font-size:20px;}
.greenbgbox6{background:#E4FFB7!important;}
.redbgbox6{background:#FFCBCB;}
.box6H span{width:calc(100% - 100px); float:right;}
.box6data {padding: 30px;}
.box6data ul{margin:0; padding:0 0 20px; list-style:none;}
.box6data ul li{font-family:Roboto; font-weight:500; font-size:20px;padding-bottom: 10px;}
.box6data a{color:#0065C2;opacity: 0.8;letter-spacing: 0.3px;text-decoration-line: underline;font-size: 18px;font-family: Roboto;font-weight: 500;}

.timeperquestion{background: #EBEBEB;border-radius: 15px; padding:10px 20px; float:left; width:100%;}
.timeperquestion h3{text-align:center;font-family: Roboto;font-weight: 500; color:#000;font-size: 18px;}
.timeperquestion ul{list-style:none; padding:0; margin:0;}
.timeperquestion ul li{ float:left; border-right:1px solid #000;font-size: 24px;font-family: Roboto;font-weight: bold;line-height: 28px;
letter-spacing: 0.3px;opacity: 0.8; color:#000; width:33%; padding-left:15px;}
.timeperquestion ul li:last-child{border:none;}
.timeperquestion ul li span{display:block;font-size: 14px;font-weight: normal;line-height: 16px;}


.chartleft{width:220px;display: inline-block;vertical-align:text-bottom;}
.chartdes{width:160px;display: inline-block;padding-top: 60px; vertical-align: top;}
.chartdes h3 {
    font-size: 14px;
    text-align: left;font-family: Roboto; font-size:25px; font-weight:bold; color:rgba(0,0,0,0.8);
    padding-left: 20px; padding-bottom:30px;
}
.chartdes h3 p{margin-bottom:0;font-size:14px;}


/* Bar chart css */

#chartbar {height: 400px; }
.barchart .highcharts-figure, .highcharts-data-table table {min-width: 310px;   max-width: 800px; margin: 1em auto;}
.highcharts-data-table table {font-family: Verdana, sans-serif; border-collapse: collapse; border: 1px solid #EBEBEB; margin: 10px auto; text-align: center; width: 100%;  max-width: 500px;}
.barchart .highcharts-data-table caption { padding: 1em 0; font-size: 1.2em; color: #555;}
.barchart .highcharts-data-table th {font-weight: 600;  padding: 0.5em;}
.barchart .highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption { padding: 0.5em;}
.barchart .highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) {background: #f8f8f8;}
.barchart .highcharts-data-table tr:hover {background: #f1f7ff;}
.barchart {border: 1px solid #ccc;}
.barchart .highcharts-credits{display:none;}
.barchart{width:700px; margin:auto;}

.bartabs ul.nav-tabs{background:#F1F6FA;border: 1px solid #E4E4E4;border-radius: 10px; width:700px; max-width:100%;margin: auto;}
.bartabs ul.nav-tabs li{width:33.33%; float:left;}
.bartabs ul.nav-tabs li a{display:block;font-family: Roboto;font-weight: 500;font-size: 18px;line-height: 21px;text-align: center;
letter-spacing: 0.3px;color: #000000;opacity: 0.5;text-decoration:none!important; padding:10px 10px;}
.bartabs ul.nav-tabs li a.active{background: #009EFF;border-radius: 10px; color:#fff;box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);}

#chart .apexcharts-datalabels-group{display:none;}
.chartdata{position:relative;}
.chartdata span{position:absolute; top:50%; left:50%;transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);font-family: Roboto;font-style: normal;font-weight: bold;font-size: 25px;line-height: 29px;text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}


.chartdata1{position:relative;border: 1px solid rgba(0,0,0,0.4); border-radius: 10px;}
.chartdata1 span{position:absolute; top:45%; left:25%;transform: translate(-45%, -50%); -webkit-transform: translate(-45%, -50%); -moz-transform: translate(-45%, -50%);font-family: Roboto;font-style: normal;font-weight: bold;font-size: 25px;line-height: 29px;text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}
.chart3 g.apexcharts-datalabels-group {transform: translateY(140px); -moz-transform: translateY(140px);-webkit-transform: translateY(140px);


}
.chart3 g.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value {transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px);
font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}
.chart3  .apexcharts-text.apexcharts-datalabel-label{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;fill: #000;}

.piechart .apexcharts-legend{display:none;}
.piechart .highcharts-title{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px;line-height: 21px;
text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}
.piechart .highcharts-button-symbol{display:none!important;}
.piechart .highcharts-credits{display:none!important;}

.highcharts-credits{display:none;}

.tablefill thead.thead-dark th{background:#F1F6FA;vertical-align: inherit;}
.tablefill thead.thead-dark th{color:#000;    border: 1px solid #dee2e6;}

.tablefill th,.tablefill td{text-align:center;}
.forwardicon{width:20px; height:20px; border-radius:100%; text-align:center; line-height:20px; display: inline-block; background:#2196F3;}
.greenicon{color:#4CAF50;}
.redicon{color:#FF5A79;}
.blueicon{color:#2196F3;}
.forwardicon i{color:#fff;}

.testreport{width:250px; display:inline-block; border-right:1px solid rgba(0, 0, 0, 0.1);}
.testreport.hd{min-width:250px; width:auto;}
.testreport img {width: 50px;}
.testreport h3 {width: calc(100% - 60px);float: right;   font-size:25px; font-weight: 900; font-family: 'Roboto', sans-serif;
 letter-spacing: 0.3px;  margin-bottom: 0;}
 .testreport h3 span{font-size:14px; font-weight:400;display: block;opacity: 0.8;}
.pl-15{padding-left:15px;}
.userimg{border-radius:100%; border:1px solid #fff;}
.hd h3{font-size:22px; line-height: 2;}
.ylwheadr-right{float:right;}
.ylwheadr-right button{background: #FFFFFF;opacity: 0.8;border: 1px solid rgba(0, 0, 0, 0.2);box-sizing: border-box;color:#009EFF;border-radius: 25.5px;font-family: Roboto;font-weight: 500;font-size: 16px;line-height: 19px;letter-spacing: 0.3px; outline:none!important;
padding: 14px 20px; margin-left: 10px;}

#pieradius .highcharts-title{font-family: Roboto;font-weight: 500;font-size: 18px;line-height: 21px;text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}

.filterrow{}
.filterrow label{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px; padding-top:10px;line-height: 21px;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}
.filterrow span{background: #F1F6FA;border: 1px solid rgba(0, 0, 0, 0.1);box-sizing: border-box;border-radius: 20px; padding:10px 10px;float: right;    width: calc(100% - 170px);padding-right: 30px; overflow:hidden; position:relative;}
.filterrow span:after{position:absolute; content:""; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #ccc; right:10px; top:20px;}
.filterrow span select{border:none;background:none; width:111%; position:relative; z-index:99; outline:none;}
	.blueinput{background: #F1F6FA;font-family: Roboto;font-style: normal;font-weight: 500;padding:10px 10px;line-height: 21px;text-align: center;letter-spacing: 0.3px;color: #000000;opacity: 0.8;border-radius: 20px;}
	.full{width:100%; float:left;}
.spacesdiv{padding:15px;}
.blueinput span {width: 70%; text-align: left; display: inline-block;}
.blueinput span + span {width:28%; text-align:right; display: inline-block;opacity: 0.8;}
.box6new{box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);padding:20px;border-radius: 15px;    height: 100%;}
.report1box{border:1px solid #ccc;font-family: Roboto;letter-spacing: 0.3px;color: #000000;}
.report1box span{font-weight: 500;font-size: 18px;width:60%; display: inline-block;}
.report1box h3{font-weight: 700;font-size:36px; margin:0;  width: 38%; display: inline-block; text-align: right;}
.blue6box{background:#009EFF; border:none;}
.reportbox{padding:10px 10px;}
.greenbor{border: 2px solid #52B150;box-sizing: border-box;border-radius: 15px;}
.redbor{border:2px solid #F46666;box-sizing: border-box;border-radius: 15px;}
.orngebor{border:2px solid #FFC554;box-sizing: border-box;border-radius: 15px;}
.reportbox td:first-child {font-size: 40px;}
.reportbox td:nth-child(2) {  font-size: 18px; font-weight:500;  line-height: normal;  padding: 0 15px;}
.reportbox td:nth-child(3) {font-weight: bold;font-size: 36px;   padding: 0 20px; border-left:1px solid #ccc; border-right:1px solid #ccc; text-align:center;}
.reportbox td:nth-child(4){text-align:center;}
.reportbox td:nth-child(4) img{width:50px; margin:auto;}
.reportbox td:nth-child(5) {font-size: 16px; font-weight:400;  line-height: normal;  padding: 0 15px;}
.reportbox td:nth-child(6) {font-size:26px; font-weight:500;  line-height: normal;  padding: 0 15px;}
.heading{font-family: Roboto;font-weight: bold;text-align: center;letter-spacing: 0.3px;font-size: 25px;}
.headingblue{background: #009EFF;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); padding:10px 30px; color:#fff;font-family: Roboto;font-weight: bold;font-size: 20px;border-radius: 24px;top: -30px;position: relative;}
.pt-60{padding-top:60px;}



/* Tabs report pag */
.bartabsnew h3{float:left;font-family: Roboto;font-weight: bold;font-size: 20px;line-height:1.6; margin-right:15px;color: #000000;}
.bartabsnew ul.nav.nav-tabs{border-bottom:1px solid #000;}
.bartabsnew ul.nav.nav-tabs li a{ position:relative; text-decoration: none;font-family: Roboto;font-weight: 400;font-size: 20px;line-height:1.6; margin-right:15px;color: #000000; padding:5px 15px;}
.bartabsnew ul.nav.nav-tabs li a.active:after{width:100%; height:4px; background:#009EFF; position:absolute; content:""; left:0; bottom:-1px;}
.subrow {width: 100%; float: left; display: flex; flex-wrap: wrap; position:relative;}
.subbox {width: 20%; float: left; -ms-flex: 0 0 20%; flex: 0 0 20%;}
.subbox h4{font-family: Roboto;padding-left:15px;font-weight: bold;font-size: 20px;line-height:1.6; letter-spacing: 0.3px;opacity: 0.8;color: #000000;}
.subrow .subbox:nth-child(2) {padding-top: 50px;}
.subrow .subbox:nth-child(3) {padding-top:100px;}
.subrow .subbox:nth-child(4) {padding-top:150px;}
.subrow .subbox:nth-child(5) {padding-top:200px;}
.subboxin{background: #95DF6D;border: 2px solid #FFFFFF;box-sizing: border-box;width:100%; float:left; padding:40px 15px 100px;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); position:relative;height: 100%;}
.sublisting{list-style:none; margin:0; padding:0;}
.sublisting li{position:relative; padding-left:30px; padding-bottom:10px; font:400 14px Roboto; color:#000;}
.sublisting li i{position:absolute;left:0; top:0; font-size:15px; color:#000;}
.subboxred{background:#FFADAD;}
.subboxorange{background:#FFC762;}
.subboxyelw{background:#FCEE71;}
.subboxlgreen{background:#C9EA6C;}
span.topstar {position: absolute; top: 10px; right: 10px;}
span.topstar i{ background:rgba(0,0,0,0.6); color:rgba(255,255,255,0.8); width:21px; height:21px; border-radius:100%; text-align:center;font-size: 12px; line-height: 21px;}
.subdownload {background: rgba(255,255,255,.8);font:700 14px Roboto; color:rgba(0,0,0,0.8);position: absolute; bottom: -40px; width: 100%; padding: 15px;line-height: 40px;}
.subdownload button{float:right;}
button.downloadsub{background: #FFFFFF; opacity: 0.8; border: 1px solid rgba(0, 0, 0, 0.2); box-sizing: border-box; color: #009EFF; border-radius: 25.5px;font:500 16px/1.3 Roboto; letter-spacing: 0.3px; outline: none!important; padding: 14px 20px; margin-left: 10px;}




/* Book Tabs css */
.bookleft{width:25%; float:left; padding-right:3%;}
.bookright {float: left;width: 75%;}
.bookleft ul.nav.nav-tabs{border:none;}
.bookleft ul.nav.nav-tabs li{display:block; width: 100%; text-align: left;}
.bookleft ul.nav.nav-tabs li a{display:block; text-decoration:none; outline:none; border-bottom:1px solid #ccc; font:400 14px Roboto;    padding: 10px 0; color:#000; position:relative;}
.bookleft ul.nav.nav-tabs li a.active{font-weight:bold;}
.bookleft ul.nav.nav-tabs li a.active:after{width: 100%;height: 4px; background: #009EFF; position: absolute; content: ""; left: 0;
    bottom: -1px;}
.booktab th, .booktab table {border: none!important; text-align: left;}
ul.chaplist{list-style:none; margin:0; padding:0;}
.chaplist li{font-family: Roboto;font-weight: normal;font-size: 14px; padding:5px 10px;line-height: 16px;letter-spacing: 0.3px;color: #000000;}
.syllabuslist li{font-family: Roboto;font-weight: normal;font-size: 12px; padding:5px 0px;line-height: 18px; opacity:0.8;letter-spacing: 0.3px;color: #000000;}
ul.syllabuslist {padding-left: 20px;}
ul.referencelist {list-style: none; text-align: left; margin: 0; padding: 0;}
ul.referencelist li,ul.referencelist li h3,ul.referencelist li div,ul.referencelist li p{text-align:left; font:400 12px Roboto; color:#000;}
.booktab th {font:700 14px Roboto; color:#000;
    padding-left: 20px!important;
    padding-top: 0!important;
    padding-bottom: 10px!important;
}
.bookleft  h4{font:700 14px Roboto; color:#000;}
.clear{clear:both;}
.tabs3rd {width: 100%;  float: left;}
.reporboxex {width: 100%; float: left;margin-top: 30px;}
.tabs3rd h4 {position:absolute;}
.tabs3rd ul {
    float: right;
    margin-left:0;
    padding-left:0px;
    width:calc(100% - 300px);
	border-bottom: 1px solid #ccc;
}
.tabs3rd ul li {
    float: left;
    list-style: none;
    padding:5px 2%;
}
.reporboxex ul{margin:0; padding:0;text-align: center;}
.reporboxex ul li{padding:10px; border-radius:10px;width: 200px;list-style: none; margin:0 10px; border-radius:10px; display: inline-block;}
.reporboxex ul li span{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px;}
.reporboxex ul li.greenbg{background: #9BEBB6;}
.reporboxex ul li.pinkbg{background:#FFA7A7;}
.reporboxex ul li.bluebg{background: #98E1F8;}
.reporboxex ul li.yellowbg{background: #F3EE7A;}
.reporboxex ul li span {float: left;}
.reporboxex ul li span + span{float:right;}
.heading3{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px; color:#000;}
.anwrow{background: #F9F9F9;border: 1px solid rgba(0, 0, 0, 0.5);box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05); width:100%; float:left;margin-bottom: 30px;}
.resbggreen{background: #9BEBB6; padding:5px 10px;}
.resbgred{background: #FFA7A7; padding:5px 10px;}
.resbgblue{background: #98E1F8; padding:5px 10px;}
.resbgyellow{background: #F3EE7A; padding:5px 10px;}
.que{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px; color:#000;float:left; margin-right:50px;}
.chep{font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px; color:#000; width:350px; float:left;}
.reportqes{float:right;font-family: Roboto;font-style: normal;font-weight: 500;font-size: 18px; color:#000; margin-right:15px;}
.book{float:right;}
.w5{float:left; width:50%;}
.quebxleft,.quebxright{padding:30px 15px ;    position: relative;}
.quebxleft:after{position:absolute; content:""; right:0; width:1px; height:100%; top:0; background:#ccc;}
.quebxleft h5{font-family: Roboto;font-weight: 400;font-size: 16px;line-height: 19px;letter-spacing: 0.3px;margin-bottom: 20px;}
.quebxleft h6{font-family: Roboto;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: 0.3px;}
.quebxleft ul{padding:0; list-style:none;}
.quebxleft ul li{padding-bottom:10px;}
.quebxleft ul li.active{color: #0046CD;}
.quebxright h5{font-family: Roboto;font-weight:bold;font-size: 16px;line-height: 19px;letter-spacing: 0.3px;margin-bottom: 20px;}
.quebxright p{font-family: Roboto; font-weight:400;font-size:14px;}
.rightshedual {width:100%;float: left;    transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; }
.rightshedual.wi70{width:70%;}
.leftshedual{width:30%; display:none; float:left; padding-right:30px;transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s;}
.leftshedual.wi30{display:block;}
.leftshedualinner{background: #FFFFFF; padding:15px;border: 1px solid rgba(0, 0, 0, 0.2);box-sizing: border-box;
border-radius: 20px;float:left; width:100%;}



/* Calnder css start */
.month {padding:0px 10px; width: 100%; text-align: center; float:left; margin-bottom:10px;}
.month ul {margin: 0;padding: 0;}
.month ul li {color:#009EFF;font-family: Roboto;font-size:18px; font-weight:bold; text-transform: uppercase; letter-spacing:0.3px; list-style:none; float:left; padding:0 5px;}
.month .prev {float: right;padding-top:0px; color:#000;}
.month .next {float: right; padding-top:0px; color:rgba(0,0,0,0.5);}
.weekdays {margin: 0; padding:10px; background-color:#F1F6FA;width:100%; float:left;border-radius: 26px;}
.weekdays li {display: inline-block; width: 14%;color: #666; text-align: center; float:left; font-size: 12px; font-weight: bold;}
.days {padding: 10px; background: #fff; margin: 0; width:100%; float:left;}
.days li {list-style-type: none;display: inline-block; width: 14%;text-align: center; margin-bottom: 5px;float:left;font-size:12px; color: #777;}
.days li .active {padding: 5px; background: #FFDF01;
border: 1px solid rgba(0, 0, 0, 0.5); color: #000 !important;border-radius: 10px;}
.clabot{font-family: Roboto;font-size: 12px;line-height: 14px;text-align: center;color: #252733;opacity: 0.8;}
.subsort h3{font-family: Roboto;font-weight: bold;font-size: 16px;line-height: 19px;letter-spacing: 0.3px;color: #000000;opacity: 0.9; ma:0;}
.subsort ul{list-style:none; margin:0; padding:0;}
.subsort li{width:50%; float:left;}
.subsort li label{font-family: Roboto;font-weight: normal;font-size: 12px;line-height: 19px;letter-spacing: 0.3px;color: #000000;opacity: 0.7;}
.alltask label{font-family: Roboto;font-weight: normal;font-size: 12px;line-height: 19px;letter-spacing: 0.3px;color: #000000;opacity: 0.7;}
/* Add media queries for smaller screens */

.filterrownew{border-bottom:1px solid rgba(0,0,0,0.4); padding-bottom:20px; margin-bottom:30px;}

.filterrownew span{background: #F1F6FA;border: 1px solid rgba(0, 0, 0, 0.1);box-sizing: border-box;border-radius:30px; padding:10px 10px;float: right;    width: 100%;padding-right: 30px; overflow:hidden; position:relative;}
.filterrownew span:after{position:absolute; content:""; border-left:10px solid transparent; border-right:10px solid transparent; border-top:10px solid #ccc; right:10px; top:20px;}
.filterrownew span select{border:none;background:none; width:120%; position:relative; z-index:99; outline:none;}

.whiteboxbook{background: #FFFFFF;box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05); padding:0px;margin-bottom: 30px;}
.quesbox{padding:15px;}
.qusbok{font-family: Roboto; text-align:center;font-weight: 500;font-size: 18px;line-height: 21px;letter-spacing: 0.3px;color: #000000;opacity: 0.8;}
.qusbok span{display:block;}
.rightsoltuion a {display: block; text-align: left;background: rgba(0, 99, 170, 0.1); padding: 5px 10px; margin-bottom: 5px; text-decoration: none!important;color: #000000;opacity: 0.8;}
.questextbook{font-size: 16px;line-height: 19px;letter-spacing: 0.3px;color: #000000;opacity: 0.8;font-family: Roboto;}
.rightsoltuion a:hover{color: #000000;opacity: 0.8;}
.ansrw{background: #FFDF01; padding:5px 15px;opacity: 0.5; font-family: Roboto; margin-top:10px;color: #000000;opacity: 0.8;}
.content.dashboard-page.bookmarkpage {padding: 30px 40px 85px;}
.rankimg{ max-width:50%; padding-right:3%;}
.rankright {width: calc(100% - 40%);float: right; text-align: left;padding-top: 8%;}
.rankright h5{text-align:left;font-family: Roboto; font-size:18px; letter-spacing:0.3px; opacity:0.8; font-weight:bold;}
.rankright h3{text-align:left;font-family: Roboto; font-size:30px; letter-spacing:0.3px; opacity:0.8; font-weight:bold;}
.Percentilebox h3{text-align:left;}

.barfiller {width: 100%;height:29px;background: #EAEAEA;border: 1px solid #ccc; position: relative;margin-bottom: 0px;border-radius:15px;box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5); -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,.5);}
.barfiller .fill {display: block;position: relative;width: 0px; height: 100%;background: linear-gradient(90deg, #73A4C8 0%, #2CEDCA 129.44%)!important;	 z-index: 1; border-radius: 15px;}
.barfiller .tipWrap { display: none; }
.barfiller .tip {margin-top: -45px; padding: 2px 4px;font-size: 11px; color: #000; left: 0px; position: absolute; z-index: 2; background: #FFDF01; width: 39px; height: 38px; text-align: center; line-height: 35px; border-radius: 70%;}
.barfiller .tip:after {border: solid;border-color: #FFDF01 transparent;border-width: 16px 16px 0 16px;content: ""; display: block;position: absolute; left: 3px; top: 29px;z-index: 9;}
.barfull {padding-top: 30px; position:relative;}
.fiftypec {position: absolute; top:-25px;left: 60%;  text-align:center;}
.fullpec {position: absolute; top:-25px;left: 99%;transform: translateX(-99%);  text-align:center;}
.totalperc{display:block;font-family: Roboto; opacity:0.5; letter-spacing:0.3px; color:#000;font-size:12px;}
span.totaldat {display: block; font-size: 12px;}
span.totallin {width: 1px; height:16px; background: #ccc;display: inline-block;}
.quebxright h4 {margin-bottom: 0;    font-family: Roboto; font-weight: bold; font-size: 16px; line-height: 19px; letter-spacing: 0.3px;}
.quebxright h5{margin-top:20px; margin-bottom:10px;}
.anstable table.table td{text-align:center;}
.anstable table.table h3 {font-weight:bold;  font-size: 14px;}
.anstable table.table p{font-size:12px; margin-bottom:0;}
.anstable table.table {width: 100%;    margin-bottom: 0; background:#FFFCE8;}
.anstable {overflow-x: auto;}
.queboxnww{padding-bottom:0;}
.noafter:after{display:none;}
.queboxnww:before{position: absolute; content: ""; left: 0; width: 1px; height: 100%;top: 0; background: #ccc;}
.anstable table.table {border: 1px solid #ccc; border-bottom: 0;}
.anstable table.table td{border-right:none;}
.anstable table.table td:nth-child(1),.anstable table.table td:nth-child(2){border-right:1px solid #ccc;}


@media screen and (max-width:720px) {
  .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
	.row2nd .col-sm-3{margin-bottom:30px;}
	.quebxleft, .quebxright {width: 100%!important;}
	.queboxnww:before{display:none;}
	.headtab ul li {width: 33%;}
  .weekdays li, .days li {width: 12.5%;}
  .days li .active {padding: 2px;}
  .headtab ul li a {display: block; width: 100%;    border-radius: 0;}
  .yellowheaderreport .testreport { padding-left: 0; padding-bottom: 15px;    border: none;}
  .bookright{width:65%;}
  .bookleft{width:35%;}
}

@media screen and (max-width: 290px) {
  .weekdays li, .days li {width: 12.2%;}
}


@media (max-width: 767.98px) {
	ul.dza li a{font-size:12px!important; padding:5px!important; height:100%;}
	ul.dza li {padding: 0 3px!important; width: 33.33%!important;}
	.alldownload{font-size:14px; padding:5px; width:auto;}
	.chartleft{width:100%;display:block;vertical-align:text-bottom;}
.chartdes{width:100%;display:block;padding-top: 60px; vertical-align: top;}
	.chartdata1 span{top: 25%; left: 50%;}
	.chartdes h3{width:49%;    display: inline-block;}
	.chartdata1{margin-bottom:30px;}
	.serchatm{font-size:12px;}
	.ylwheadr-right button{padding: 10px 20px;margin-left: 0; font-size: 14px;}
.tabs3rd ul{width:100%;}	
.tabs3rd h4 {position: inherit;}
.bartabs ul.nav-tabs li a{font-size:11px; line-height:1.3;}
button.whitebutton + .whitebutton {margin-bottom: 20px;}
.ana-box{margin-bottom:10px;}
.graphround:after{display:none;}
.barchart{width:100%!important; overflow-x:auto;}
.blueinput{margin-bottom:10px;}	
.report1box span{width:57%;}
.blue6box{margin-top:10px;}
.reportbox td:nth-child(3){font-size:22px;}
.reportbox td:nth-child(2){font-size:14px;}
.reportbox{overflow-x: auto;}
.headingblue{font-size:17px;}
.bartabsnew h3{width:100%;}
.filbysub {float: left;  width: 100%; display: flex; overflow-x: auto; overflow-y: hidden;}
.filbysub ul.nav.nav-tabs {display: contents;}
.filbysub ul.nav.nav-tabs li {min-width: 140px; display: block;}
.bartabsnew ul.nav.nav-tabs li a{font-size:15px; text-align:center;}
.bartabsnew .tab-content.mt-60 {float: left; width: 100%; margin-top: 10px;}
.subbox{width:100%;flex: auto;}
.subrow .subbox{padding-top: 10px!important;}
.subboxin{height:auto;}
.subdownload {position:relative; bottom:0px; width: 100%; padding: 15px;float:left;}
.booktab th, .booktab td {min-width: 200px;}
.booktab {
    overflow-x: auto;
}
.resheadbig{float:left; width:100%;}
.mt-50-m{margin-top:50px;}
}
