

html {
    height: 100%;
  }

  body {
  background-image:url('/images/background.png');
  font-family: 'Roboto', sans-serif;
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  /* height:100vh; */
    font-size: 14px;
    line-height: 1.5;
    color: #333;
      /* background-color:#ebebf17a; */

  }

  label {
    /* margin-top: 6px; */
    line-height: 17px;
  }

  a {
    color: #fff;
  }

  a:focus,
  a:hover {
    color: #008080;
  }

  .checkbox-inline+.checkbox-inline,
  .radio-inline+.radio-inline {
    margin-top: 6px;
  }

  /******* Login Page *******/

  .heading-bg {
    height: 67px;
    margin: 0 -20px 10px;
    padding: 13px 0;
    text-transform: capitalize;
}
.heading-bg h5 {
  padding-top: 6px;
}
.btn-colmary {
    color: #fff;
    background-color: #F9A100;
    border-color: #F9A100;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 50px !important;
    display: inline-block;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    /* background-color: #111; */
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111)); */
    /* background: -webkit-linear-gradient(top, #585858 0%, #111 100%); */
    background: none !important;
    /* background: linear-gradient(to bottom, #585858 0%, #111 100%); */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {

    box-shadow: none !important;
}
.breadcrumb {
  background-color: transparent;
  float: right;
  list-style: outside none none;
  margin-bottom: 0;
  padding: 9px 0 0 0;
  font-size: 13px;
}
.breadcrumb>li {
  display: inline-block;
}
.breadcrumb a {
  color: #212121;
  opacity: .5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  text-decoration: none;
}
.folder_icon{
  font-size: 20px;
    color: #ffbd00;
    margin-right: 12px;
}
.fm {
  height: 100vh !important;
}
.fm-disk-list{
  display:none;
}
.bi-info-circle-fill{
  display:none;
}
.filmanger{
  font-size: 20px;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 10px;
}

.view_files{
  color: #000;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}
.foldera{
  font-size: 25px;
    font-weight: 700;
    padding: 10px 0;
}
.breadcrumb > li + li::before {
  color: #212121;
  opacity: .5;
  font-family: FontAwesome;
  content: "\f105";
  padding: 0 9px;
}
.breadcrumb span {
  color: #212121;
}
.breadcrumb>.active {
  color: #777;
}

  .relative {
    position: relative;
  }

  .login-container-wrapper .logo,
  .login-container-wrapper .welcome {
    margin: 0 0 20px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
  }

  .login-container-wrapper .logo {
    text-align: center;
    position: absolute;
    top: -42px;
    margin: 0 auto;
    width: 100px;
    height:100px;
    left: 37.5%;
    border-radius: 50%;
    background-color: #fff;
    padding: 25px;
    /* box-shadow: 0px 0px 9px 2px #344454; */
  }

  .login-container-wrapper {
    max-width: 400px;
    margin: 10% auto 8%;
    padding: 40px;
    box-sizing: border-box;
    background: rgba(65, 134, 246, 0.78);
    /* box-shadow: 1px 1px 10px 1px #000000, 8px 8px 0px 0px #344454, 12px 12px 10px 0px #000000; */
    position: relative;
    padding-top: 80px;
    border-radius:25px;
  }

  .logo .fa {
    font-size: 50px;
  }
  .login input:focus + .fa{
    color:#fff;
  }
  .login-form .form-group {
    margin-right: 0;
    margin-left: 0;
  }

  .login-form i {
    position: absolute;
    top: 18px;
    right: 20px;
    color: #93a5ab;
  }

  .login-form .input-lg {
    font-size: 16px;
    height: 52px;
    padding: 10px 25px;
    border-radius: 0;
  }

  .login input[type="email"],
  .login input[type="password"],
  .login input:focus {
    background-color: rgba(40, 52, 67, 0.75);
    border: 1px solid #4a525f;
    color: #eee;
    border-left: 4px solid #93a5ab;
  }

  .login input:focus {
    border-left: 4px solid #ccd8da;
  }

  input:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    background-color: rgba(40, 52, 67, 0.75)!important;
    background-image: none;
    color: rgb(0, 0, 0);
    border-color: #FAFFBD;
  }

  .login .checkbox label,
  .login .checkbox a {
    color: #ddd;
  }

  .btn-success {
    background-color: transparent;
    background-image: none;
    padding: 8px 50px;
    border-radius: 0;
    border: 2px solid #93a5ab;
    box-shadow: inset 0 0 0 0 #7692A7;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
  }

  .btn-success:focus,
  .btn-success:hover,
  .btn-success.active,
  .btn-success:active {
    background-color: transparent;
    border-color: #fff;
    box-shadow: inset 0 0 100px 0 #7692A7;
    color: #FFF;
  }

  .footer-section
  {

      position: fixed;
      bottom:0px;
      background-color: #fff;
      width:100%;
      /* padding:px 0px; */
      /* margin-top:10px; */
  }
  .footer-section p
  {
      /* color:#fff; */
      margin-top:20px;

  }
  .nav-item
  {
      margin:0px 10px;
      color:#000;
  }
  .nav-link
  {
      color:#000 !important;
      padding:8px 8px !important;
  }
  .section
  {
      padding:55px 0px;
  }
  .setup-card
  {
      width:150px;
      height:150px;
      /* border:1px solid black; */
      margin:0 auto;
      display: block;
      position: relative;
      background-color:#4286f6;
      color:#fff;
      border-radius:50%;
  }

  .setup-content
  {
      position: absolute;
      top:50%;
      left:50%;
      transform: translate(-50%,-50%);
      /* padding:30px; */
  }
  .setup-card .icon
  {
      font-size: 45px;;
      text-align: center;
  }
  .icon-title
  {
      font-size: 15px;
      text-align: center;
      margin-top:20px;
      color:#000;
      text-decoration: none;
  }

  .dashboard-box
  {
      width:100%;
      height:100px;
      margin:0 auto;
      display:block;
      position:relative
  }


  .dashboard-content
  {
      position:absolute;
      top:50%;
      left:50%;
      transform:translate(-50%,-50%);
      color:#fff;
      width:100%;
  }

  .dashboard-title
  {
      font-size:12px;
      font-weight:bold;
      text-align: center;
      text-transform: uppercase;
  }
  .count
  {
      font-size:30px;
      font-weight: bold;
      text-align: right;
  }

  .table-view
  {
      background-color: #fff;
      padding:30px 20px;
      margin:20px 0px;
      border-radius:10px;
  }
  .btn-danger
  {
      background-color: #F43400 !important;
  }
  .btn-warning
  {
      background: #F9A100 !important;
  }
  .form-control:focus {
      border-color: #ccc ; /* Replace with your desired color */
      box-shadow: 10px 10px 14px -12px rgba(0,0,0,0.61);

    }
  .notes-form-box
  {
      background-color:#fff;
      margin:15px 0px;
      font-size:12px;
      padding:15px 15px;
      border-radius:10px;
      border-left:8px solid #4286F6;
      /* border-right:8px solid #4286F6; */
      position: relative;
      word-wrap: break-word;
  }
  .notes-form-box span
  {
      margin-top:10px;
      padding:3px;
      color:#fff;
      font-size:10px;
      border-radius:10px;
      margin-right:5px;
      display: inline-block;
      width:90px;
      text-align:center
  }

  .todayactivities
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:500px;
      height:100vh;
      position: fixed;
      top:0;
      right:-550px;
      padding:25px;
      box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
  }

  .todayactivities.show {
      right: 0;
  }
  .sidebarbtn
  {
      position:fixed;
      top:150px;
      right:-62px;
      transform:rotate(-90deg);
      border-radius:10px 10px 0px 0px;
  }
  .sidebarbtntwo
  {
      position:fixed;
      top:350px;
      right:-70px;
      transform:rotate(-90deg);
      border-radius:10px 10px 0px 0px;
  }
  .sidebarbtnthree
  {
      position:fixed;
      bottom:350px;
      left:-86px;
      transform:rotate(-270deg);
      border-radius:10px 10px 0px 0px;
  }

  .overdueactivities
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:500px;
      height:100vh;
      position: fixed;
      top:0;
      right:-500px;
      padding:25px;
      box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
  }

  .overdueactivities.show {
      right: 0;
  }
  .btn
  {
      border-radius:50px;
  }
  .btn:hover
  {
      box-shadow: 10px 10px 14px -12px rgba(0,0,0,0.61) !important;
  }
  .dasboard-welcome-card
  {
      width:100%;
      background-image: url('/images/dashboard.png');
      background-size:cover;
      background-position: center;
      height:200px;
      border-radius:30px;
  }
  .dashboard
  {
      padding-top:90px;
      padding-left:50px;
  }
  .folloupsummery
  {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
  }
  .folloupbox
  {
      height:80px;
      color:#fff;
      width:200px;
      display: flex;
      justify-content: space-between;
      padding:10px;
      align-items: center;
      border-radius:15px;
      margin:10px;
  }
  .folloupcount
  {
      font-size:40px;
      padding-right:20px;
  }
  .follouptitle
  {
      font-weight: bold;
      padding-left:20px
  }
  .folloupbox2
  {
      height:80px;
      background-color: #fff;
      width:200px;
      display: flex;
      justify-content: space-between;
      padding:10px;
      align-items: center;
      border-radius:15px;
      margin:10px;
  }

  .folloupbox2 .follouptitle
  {
      font-size:13px;
  }
  .folloupbox2 .folloupcount
  {
      font-size:35px;
  }
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
      -webkit-appearance: none;
      margin: 0;
  }
  .form-select
  {
  font-size:12px !important;
  line-height:1.8 !important;
  }
  .form-control
  {
  font-size:14px !important;
  }
  .form-control::placeholder
  {
  color:#ccc;
  }
  ::-webkit-input-placeholder {
      font-size: 12px; /* Change this value to adjust the font size */
      color:#ccc;
  }

  :-moz-placeholder {
      font-size: 12px; /* Change this value to adjust the font size */
      color:#ccc;
  }

  ::-moz-placeholder {
      font-size: 12px; /* Change this value to adjust the font size */
      color:#ccc;
  }

  :-ms-input-placeholder {
      font-size: 12px; /* Change this value to adjust the font size */
      color:#ccc;
  }
  .renewal-history
  {

  background-color:#fff;
  border-radius:10px;
  padding:20px 15px;
  }
  .renewal-history h6
  {
      font-weight: bold;
      margin-left:10px;
  }
  .renewal-history li
  {
      font-size:12px;
      line-height: 20px;
  }
  .alertbox
  {
      height:50px;
      margin-top:15px;
      border-radius:50px;
      color:#fff;
      text-align: center;

  }
  .alertbox p
  {
      padding-top:15px;
  }

  /* .renewalscounts
  {
      display: flex;
      justify-content: center;
  } */
  .renewalcountbox
  {
      /* height:80px; */
      color:#fff;

      /* display: flex;
      justify-content: space-between; */
      padding:10px;

      border-radius:15px;
      margin:10px;
  }
  .renewalcount
  {
      font-size:20px;
      /* padding-right:20px; */
      margin-bottom:0px !important;
      text-align:center;
  }
  .renewaltitle
  {
      /* font-weight: bold; */
      /* padding-left:20px */
      text-align:center;
      margin-bottom:0px !important;
  }
  .renewalactivities
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:500px;
      height:100vh;
      position: fixed;
      top:0;
      left:-500px;
      padding:25px;
      /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
      box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);
    z-index:9999;
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
  }

  .renewalactivities.show {
      left: 0;
  }

  .navbaractive
  {
    background-color:#32358c;
    color:#ffffff !important;
    border-radius:50px;
  }

  .filtertrigger
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:350px;
      height:100vh;
      position: fixed;
      top:0;
      right:-350px;
      padding:25px;
      /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
      box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      z-index:9999;
  }

  .filtertrigger.show {
      right: 0;
  }
  .filtertrigge
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:350px;
      height:100vh;
      position: fixed;
      top:0;
      right:-350px;
      padding:25px;
      /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
      box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      z-index:9999;
  }

  .filtertrigge.show {
      right: 0;
  }
  .filtertri
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:350px;
      height:100vh;
      position: fixed;
      top:0;
      right:-350px;
      padding:25px;
      /*box-shadow: -9px 0px 21px -10px rgba(0,0,0,0.64);*/
      box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      z-index:9999;
  }

  .filtertri.show {
      right: 0;
  }
  
.button-box
{
    position:absolute;
    right:5px;
    bottom:0px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link
{
    background-color:#F9A100 !important;
}
.sessionexpired
{
    position:fixed;
    height:100vh;
    background-color: #fff;
    background-image:url('/images/background.png');
    background-size:cover;
    width:100%;
    z-index:9999999;
    top:0px;
}

.sessionexpired .container
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.estimatecreate
{
    height:175px;
    position:relative;
    background-color:#ccd8da;
    /* border:2px solid black; */
    box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);
    cursor:pointer;
}
.estimatecreate .es
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    color:#ccc;
}
.select2-container--default .select2-selection--single {
    width:230px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    right:14px !important;
}
.select2-container .select2-selection--single {
    height:35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
}

.disablestatusbox
{
    display:none;
}
.activestatusbox
{
    display:block;
}
.flatpickr-months .flatpickr-month
{
    background-color:#F9A100 !important;
}
.flatpickr-weekdays
{
    background-color:#F9A100 !important;
}
.estimatelist
{
    list-style:none;
    display:flex;
    position:absolute;
    padding-left:0px;
    bottom:-10px;
    left:10px;
    padding:3px 0px;
    color:#000;
    background-color:#f7f7f7;
}
.estimatelist li
{
    margin:0px 14px;
    justify-content: center;
}

#responseloader
{
    height:100vh;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.56);
    position: fixed;
    z-index:999999;
    top:0%;
}
.preloaderimg
{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.float-btn {

    margin: auto; /* Demo Use Only */
    width: 30px; /* Demo Use Only */
    height: 30px; /* Demo Use Only */
  }

  .float-btn .main-btn {

    z-index: 999;
  }

  .float-btn a {
    display: inline-block;
    width:30px;
    border-radius: 5px;
    background-color: #F9A100;
    color: #000;
    text-align: left;
    text-decoration: none;
    padding:5px;
    font-size: 13px;
    cursor: pointer;
    box-shadow: -1px 3px 5px rgba(0, 0, 0, 0.3);
    transition: 0.2s;
  }

  .float-btn.top ul {
    text-align: center;
    /* display: flex; */
    margin-left:-150px;
    z-index: 990;
    opacity: 0;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width:145px;
    padding:5px;
    border-radius: 10px;
    /* background-color:#fff; */
  }

  .float-btn.top ul li {
    margin-bottom: 5px; /* Space between sub buttons */
  }

  .float-btn.top ul li a {
    width: 140px;
  }

  .float-btn.top ul.toggled {
    opacity: 1;
    bottom: 60px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin-top:-80px;

  }

  /** Opens/Closes Left **/
  .float-btn.left ul {
    width: 250px; /* Must define width for horizontal implementations */
    text-align: center;
    position: absolute;
    opacity: 0;
    right: -100px;
    top:50%;
    transition: 0.4s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .float-btn.left ul li {
    margin-right: 1rem; /* Space between sub buttons */
    margin-bottom: 5px;

  }

  .float-btn.left ul li a {
    width: 100px;
    height: 42px;
    padding-top: 8px;
  }

  .float-btn.left ul.toggled {
    opacity: 1;
    right: 60px;

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }


  .float-btn ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  ::-webkit-scrollbar {
    height: 5px; /* Set the height of the scrollbar */
    width:4px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #f9a100bd; /* Set the color of the scrollbar thumb */
    border-radius:5px;
  }

  ::-webkit-scrollbar-track {
    background-color: #ccc; /* Set the color of the scrollbar track */
    border-radius:5px;
  }

.focusdisable:focus
{
    outline:none;
}

.opportunitytable .power-grid-table td
{
    text-wrap:wrap !important;
    /* width:100px !important; */
}

.form-control:disabled, .form-control[readonly]
{
    background-color:#ccc !important;
}
@media (max-width:767px){
    .navbar-brand{
        width:30% !important;
    }
}
@media (max-width:467px){
    .navbar-brand{
        width:50% !important;
    }
}
.st_taa{
    background-color: #f9a100;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    margin: 0px 4px 4px 4px;
    width: 40px;
    height: 22px;
}
.st_tad{
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    margin: 4px 4px 4px 4px;
    width: 57px;
    height: 29px;
}



.popcon{
    text-align: center;
    font-size: 18px;
}


.sf-menu a {
    color: #000 !important;
    border: none !important;
}
.sf-menu  li{
    background-color: #ffffff !important;
}




.nav-pills-outline.nav-pills > li.active > a {
    background-color: transparent !important;
    border: 2px solid #4aa23c;
    color: #212121;
}

.nav-pills-outline.nav-pills > li > a {
    background-color: transparent !important;
    border: 2px solid #f7f7f9;
    color: #878787;
}
.nav-pills-outline.nav-pills > li > a.active {
    background-color: transparent !important;
    border: 2px solid #4aa23c;
    color: #878787;
}

.nav-pills-outline.nav-pills > li.active > a:hover, .nav-pills-outline.nav-pills > li.active > a:active, .nav-pills-outline.nav-pills > li.active > a:focus {
    border: 2px solid #4aa23c;
    color: #212121;
}

.filterbartrigger
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:350px;
      height:100vh;
      position: fixed;
      top:0;
      right:-350px;
      padding:25px;
      box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      z-index:9999;
  }
  .filterbartrigger.show {
      right: 0;
  }

  .filtersidetri
  {
      background-color: #fff;
      border-radius:10px 0px 0px 10px;
      width:350px;
      height:100vh;
      position: fixed;
      top:0;
      right:-350px;
      padding:25px;
      box-shadow: 3px 5px 21px 0px rgba(0,0,0,0.28);
      transition: 0.5s;
      background-image: url('/images/background.png');
      background-repeat: no-repeat;
      background-position: center;
      background-size:cover;
      z-index:9999;
  }

  .filtersidetri.show {
      right: 0;
  }
  
  .sf-arrows .sf-with-ul:after{
      border-top-color: rgb(255 186 0) !important;
  }