.chart-250 {
  width: 100%;
  height: 250px;
}
.chart-200 {
  width: 100%;
  height: 200px;
}
.chart-350 {
  width: 100%;
  height: 350px;
}
.header-logo {
  display: block;
}
.header-logo img {
      display: block;
    width: 110px;
    height: auto;
}
.logo-text h5 {
  color: #ED1B24;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.ml-auto {
  margin-left: auto;
}
.main-menu {
  margin-top: 20px;
  padding: 0 30px;
  background-color: #3C8DBC;
  height: 47px;
  padding-top: 10px
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.main-menu ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
.main-menu > ul li a {
  display: block;
  color: #3C8DBC;
  background-color: #3C8DBC;
  padding: 8px 15px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.main-menu > ul > li a:hover {
  /*background: rgba(0, 0, 0, 0.2);*/
  background-color: #3C8DBC;
}
.main-menu > ul > li a {
  display: block;
  color: #fff;
}
.main-menu > ul > li ul {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 100%;
  width: 150px;
  background-color: #2D6D87;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.main-menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: all;
}
.main-menu > ul ul > li {
  display: block;
}
.caret {
  display: inline-block;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
}
.app-page-title {
  padding: 2px 30px;
  margin-bottom: 10px;
}

.bg-3d8af7 {
  background: #3B8BBA;
 

  color: #fff !important;
}
.bg-00c8f8 {
  background: #00c8f8;
  border-color: #00c8f8;
}
.bg-ff8a84 {
  background: #ff8a84;
  border-color: #ff8a84;
}
.bg-ffd783 {
  background: #ffd783;
  border-color: #ffd783;
}
.bg-fec63d {
  background: #fec63d;
  border-color: #fec63d;
}
.bg-e692f8 {
  background: #e692f8;
  border-color: #e692f8;
}
.bg-c1d045 {
  background: #c1d045;
  border-color: #c1d045;
}
.bg-d92a1d {
  background: #FD9834;
  border-color: #FD9834;
}
.bg-da291c{
  background: #d92a1d;
  color: #fff !important;
}
.text-color-4a87c9{
    color: #4a87c9 !important;
}
.card-font-size {
  font-size: 0.99rem;
}
.data-filter .form-group {
  width: 13.4%;
}
.data-filter .form-group select {
  width: 95%;
}
.data-filter-listing .form-group {
  width: 15.5%;
}
.data-filter-listing .form-group select {
  width: 95%;
}
.filter-wrap {
  position: relative;
}
.filter-icon {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  background: #1464f6;
  border-radius: 50%;
  margin: 20px;
  color: #fff;
  height: 45px;
  width: 45px;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}
.show-middle{
    display: flex;
    align-items: center;
    justify-content: center;
}
.p-3{
  padding:0.6rem !important;
}
.canvasjs-chart-credit{
  display:none;
}
.canvasjs-chart-canvas{
  font-size:12px;
  font-weight:100;
}
.icon-image{
  width: 40px;  
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.text-black{
  color: #000;
}
.popover-title .close{
  position: relative;
  right: 2px;
}
.pagination-block{
  padding: 18px 10px 0px 10px;
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 117px;
    height: 45px;
  }
  .data-filter .form-group {
    width: 50%;
  }
  .data-filter-listing .form-group {
    width: 50%;
  }
  .main-menu {
    display: none;
  }
  .main-menu ul > li {
    display: block;
  }
  .sidebar-mobile-open .main-menu {
    display: block;
  }
  .d-none-xs {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .data-filter .form-group._butn {
    width: 3%;
  }
  .data-filter .form-group._butn_reset{
    width: 3%;
  }
  .data-filter-listing .form-group._butn {
    width: 3%;
  }
  .data-filter-listing .form-group._butn_reset{
    width: 3%;
  }
  .filter-icon {
    display: none;
  }
}
.fixed-header .app-header {
    z-index: 32!important;
    height: 91px;
}


body.authentication-bg {
    /*background: url(../images/bg-light-img.jpg);*/
    margin-top: 20px;
    background-color:#3C8CBB;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
}
body.authentication-bg .app-theme-white.app-container {
    background: transparent;
}
body.authentication-bg:before {
    content: '';
  //  background: linear-gradient(45deg, rgb(244 99 23 / 65%), rgb(255 212 182 / 84%));
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
body.authentication-bg a {
    color: #3e3e3e;
}
body.authentication-bg a:hover, body.authentication-bg a:active, body.authentication-bg a:focus {
    outline: none;
    text-decoration: none;
    color: #ed6d1d;
}
body.authentication-bg .skin-blue .wrapper {
    background-color: transparent;
}
body.authentication-bg .main-footer {
    text-align: left;
    background: #ec5c10;
    color: #ffffff;
    border-top-color: #ec5c10;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
}
body.authentication-bg .main-footer a{
	color: #ffbbbb;
}
body.authentication-bg .main-footer a:hover{
	color: #fff;
}
body.authentication-bg .container.login-container {
    max-width: 960px;
    margin-bottom: 15px;
}
body.authentication-bg .card.login .card-body .login-logo h3{
    font-size: 22px;
    font-weight: 700;
    color: #3C8CBB;
    padding: 20px 0;
    padding-bottom: 15px;
    margin: 0;
    border-radius: 50px;
}
body.authentication-bg .card.login .card-body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}
body.authentication-bg .card.login {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: rgb(255 255 255 / 56%);
    background-clip: border-box;
    margin-top: .5rem!important;
    margin-bottom: 0rem!important;
    border-radius: .35rem;
    webkit-box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    border: none;
    overflow: hidden;
}
body.authentication-bg .card.login .login-background {
    background-position: center;
    display: flex;
    background-size: cover;
    padding: 25px;
    position: relative;
    align-items:center;
    justify-content:center;
    flex-direction: column;
    background: rgb(0 92 159 / 63%);
	/*background:url(../images/login.jpg);
	    background-size: cover;
		z-index:0;
		overflow:hidden;*/
}
body.authentication-bg .card.login .login-background:before {
    content: '';
    background: linear-gradient(45deg, rgb(236 92 16 / 90%), rgb(255 192 79 / 57%));
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	position:absolute;
}
body.authentication-bg .card.login .login-background h2{
    text-align: center;
    color: #fff;
    line-height: 56px;
    margin-bottom: 0px;
}
body.authentication-bg .card.login .login-background p {
    font-size: 20px;
    color: #fff;
    margin-top: 4px;
    text-transform: uppercase;
}
body.authentication-bg .card.login .login-background h2 span{
    display: block;
    font-weight: 800;
    color: #0f0f0f;
    text-transform: uppercase;
	    font-size: 50px;
}
body.authentication-bg .card.login .login-background form{
    border: 1px solid #15790b;
    width: 100%;
    text-align: center;
    padding: 47px 10px;
    border-radius: 10px;
}

body.authentication-bg .card.login .login-background form h4 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #f0f1f0;
}
body.authentication-bg .card.login .login-background .input-group input {
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
body.authentication-bg .card.login .login-background .input-group button {
    padding: 10px 25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #17800c;
    color: #fff;
    border-color: #17800c;
    transition:all .3s ease-in-out;
}
body.authentication-bg .card.login .login-background .input-group button:active, .card.login .login-background .input-group button:focus{
    outline:none;
    box-shadow:none;
}
body.authentication-bg .card.login .login-background .input-group button:hover{
    background: #f3b018;
    border-color: #f3b018;
}
body.authentication-bg .card.login .main-login-box {
    background: rgb(255 255 255 / 80%);
    padding: 20px 50px 20px 50px;
    text-align: center;
}
body.authentication-bg .card.login .main-login-box input {
    border-radius: 30px;
    padding: 25px 28px;
}
body.authentication-bg .card.login .main-login-box .form-control-feedback {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 55px;
    text-align: center;
    pointer-events: none;
    color: #9ed1a2;
}
body.authentication-bg .card.login .main-login-box button[type="submit"] {
    border-radius: 30px;
    padding: 16px 28px;
    background: #3C8CBB;
    border-color: #3C8CBB;
    transition:all .3s ease-in-out;
}
body.authentication-bg .card.login .main-login-box button[type="submit"]:active, body.authentication-bg .card.login .main-login-box button[type="submit"]:focus{
    outline:none;
    box-shadow:none;
}
body.authentication-bg .card.login .main-login-box button[type="submit"]:hover {
    background: #a53f0e;
    border-color: #a53f0e;
}
@media only screen and (max-width:991px){
    body.authentication-bg .top-header.login-top-header .company-heading h2 {
        padding: 10px;
        font-size: 29px;
        color: #459b4b;
        font-weight: 700;
        background: none;
        border-radius: 0;
        margin: 4px;
        margin-top: 68px;
        text-align: center;
        display: block;
        background: #f6fff1;
    }
    body.authentication-bg .card.login .login-background h2 {
        line-height: 28px;
        margin-bottom: 18px;
        font-size: 20px;
    }
    body.authentication-bg .card.login .login-background {
        padding: 0 25px;
    }
    body.authentication-bg .top-header.login-top-header > .row {
        margin: 0;
    }
    body.authentication-bg .top-header.login-top-header .logo-two img {
        margin: 8px 0;
        max-width: 152px;
        padding: 10px;
        height: auto;
    }
   body.authentication-bg .card.login .card-body .row {
        display: block;
    }
    body.authentication-bg .card.login .login-background form {
        padding: 15px 10px;
    }
    body.authentication-bg .main-footer {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }
}
.monthly-data .btn {
    display: block;
    width: 100%;
}
.app-footer-left {
    background: #666;
    padding: 10px 20px;
    margin: 0 !important;
}
.app-footer-left a {
    color: #fff;
	font-size: 14px;
}


element.style {
}
.pagination li a:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination li a {
    color: #81CE3A;
}
.pagination li.active a {
    background-color: #81CE3A;
    border-color: #fe9833;
}
.show-middle > img {
    border: 1px solid #eee;
    width: 150px;
    height: 150px;
    border-radius: 50%;
	padding: 5px;
}
table .btn-success {
    background-color: #fe9833;
    border-color: #ff9934;
}
table .btn-info {
    color: #292929;
    background-color: #96e5d3;
    border-color: #96e5d3;
}
table .btn-danger {
    color: #fff;
    background-color: #006599;
    border-color: #006599;
}
table .btn-primary {
    background-color: #666666;
    border-color: #6a6a6a;
}
table .btn-warning {
    background-color: #b7d0ca;
    border-color: #b7d0ca;
}
.btn-actions-pane-right .btn-primary {
    color: #fff;
    background-color: #006599;
    border-color: #006599;
}
a.btn.btn-fixed-circle {
    background: #81CE3A !important;
	margin-bottom:11px;
}
.data-filter.design-2 .form-group {
    width: 12.5%;
}
.data-filter.design-2 .form-control {
    font-size: 12px;
}