body,
html {
    max-height: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #333333;
}
.arr-right .breadcrumb-item+.breadcrumb-item::before {
  content: "››";
  vertical-align:top;
  color: #408080;
  font-size:30px;
  line-height:18px;
 
}



.login-page-body {
       background: #3b2e3e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3b2e3e 0%, #6f7aed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3b2e3e 0%, #6f7aed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3b2e3e 0%, #6f7aed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3b2e3e', endColorstr='#6f7aed', GradientType=0);
    /* IE6-9 */
   
    background-position: 0 bottom;
    background-repeat: no-repeat;
    background-size: contain;

  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
  justify-content: center;
    
    
}

button,
input {
    outline: 0;
}

input:focus {
    outline: 0;
    box-shadow: none;
}

h1 {
    font-size: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

h5 {
    font-size: 18px;
}

/* default input / select */
select, input[type="text"] {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #cccccc;
    padding: 5px;
    box-sizing: border-box;
}

/* default anchor properties */
a {
    color: #2d23ec;
}

/* default button */
button {
    background: #7904FA;
    border: none;
    color: #ffffff;
}

.green-btn {
    padding: 0 15px;
    height: 40px;
    box-sizing: border-box;
    width: 150px;
    
    	border: 0.125rem solid #218838;
        border-radius: 5px;
    	background-color: #218838;
	color: #fff;
	cursor: pointer;
}

.blue-btn {
    padding: 0 15px;
    height: 40px;
    box-sizing: border-box;
    width: 150px;
    
    	border: 0.125rem solid #0000A0;
        border-radius: 5px;
    	background-color: #0000A0;
	color: #fff;
	cursor: pointer;
}
.red-btn {
    padding: 0 15px;
    height: 40px;
    box-sizing: border-box;
    width: 150px;
    
    	border: 0.125rem solid #E13300;  
        border-radius: 5px;
    	background-color: #E13300;
	color: #fff;
	cursor: pointer;
}

.medium-btn {
    padding: 0 15px;
    height: 40px;
    box-sizing: border-box;
    width: 150px;
    
    	border: 0.125rem solid #000066;
        border-radius: 5px;
    	background-color: #51085e;
	color: #fff;
	cursor: pointer;
}

.medium-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}


.red-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}


.green-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}

/* Login Page Style */
.form-container {
    background: #ffffff;
    

    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: 4px 10px 29px -5px rgba(0, 0, 0, 0.21);
    -moz-box-shadow: 4px 10px 29px -5px rgba(0, 0, 0, 0.21);
    box-shadow: 4px 10px 29px -5px rgba(0, 0, 0, 0.21);
    
    
}


.loginfont {
    display: block;
    font-family: Poppins-Bold;
    font-size: 30px;
    color: #333;
    line-height: 1.2;
    text-align: center;
}
.pad-50 {
    padding-bottom: 30px;
}

.pad-10 {
    padding-bottom: 10px;
}

.loginbtn {
    position: relative;
    width: 100%;
    height: 4rem;
    margin: 5rem 0 2.2rem;
    color: rgba(255, 255, 255, 0.8);
    background: #FF3366;
    font-size: 1.5rem;
    border-radius: 3rem;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
    transition: width 0.3s 0.15s, font-size 0.1s 0.15s;
}


.logo-section {
    background: #1400a6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1400a6 0%, #2d23ec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1400a6 0%, #2d23ec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1400a6 0%, #2d23ec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1400a6', endColorstr='#2d23ec', GradientType=0);
    /* IE6-9 */
    padding: 5rem 1rem;
}

.logo-section h5 {
    margin-top: 50px;
}

.logo-section h1 {
    margin-top: 30px;
}

.login-form {
    padding: 0 2rem;
}

.login-form label {
    font-size: 18px;
    color: #5e5f5f;
}

.login-form .form-control {
    border-radius: 0;
    border: 1px solid #e2e2e2;
}

.login-form .form-control:focus {
    outline: 0;
    box-shadow: none;
}

/*.login-form button {
    border-radius: 0;
    background: #a64bf4;
    background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}*/

.login-form button {
    border-radius: 0;
    background: #6f7aed;
    color: #000000;
/*    background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
    background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);*/
    margin-top: 5px;
    margin-bottom: 5px;
    height: 40px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s; 
}


.login-form a {
    color: #5e5f5f;
    font-size: 12px;
    text-decoration: none;
}

/* Dashboard Page CSS */
.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    border-top: 5px solid #7904FA;
    padding: 0 0;
    background: #ccccff;
    -webkit-transition: all .35s ease-in-out;
}

.sidebar-close {
    left: -228px;
}

.nav-link {
    padding: 0.8rem;
    font-size: 16px;
    color: #f6f2f2;
}



.logo-side-nav {
    background: #7904FA;
}

.logo-side-nav img {
    max-width: 100px;
}

.tag-line {
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.user-dropdown {
    color: #ffffff;
    font-weight: bold;
    border-top: 1px solid #7904FA;
    padding: .5rem 1.2rem;
}

.user-dropdown .fa-chevron-down {
    margin-top: 5px;
}

.user-dropdown .fa-user {
    font-size: 24px;
    margin-right: 10px;
}

.nav-item>i {
    font-size: 18px;
    margin-right: 10px;
}

.top-border {
	padding-top: 3.0rem;	
	padding-bottom: 0rem;
        padding-left: 0rem;
	background-color: #203e2b;
        //width: 70%;

}

main {
    padding: 2rem .5rem;
}

.default-table {
    font-size: 16px;
}

.default-table thead {
    background: #dadada;
    font-weight: bold;
}

.default-table td {
    border-bottom: 1px solid #a64bf4 !important;
}

.default-table tbody tr:nth-of-type(odd) {
    background: #ffffff;
}

.default-table tbody tr:nth-of-type(even) {
    background: #f6f6f6;
    border: none;
}

.default-table-rep {
    font-size: 12px;
    overflow-x: auto;
}

.default-table-rep thead {
    background: #dadada;
    font-weight: bold;
}

.default-table-rep td {
    border: 1px solid graytext;
    text-align: right;
}

.default-table-rep tbody tr:nth-of-type(odd) {
    background: #ffffff;
}

.default-table-rep tbody tr:nth-of-type(even) {
    background: #f6f6f6;
    border: none;
}



.data-load-status {
    color: #757575;
}

.fa-pencil-alt, .fa-times {
    padding: 5px;
}

/* Anchor links */
.small-link {
    font-size: 16px;
    font-weight: bold;
}

.p-tp-20 {
    padding-top: 20px;
}

.lbl-bold {
    font-weight: bold;
    color: black;
    font-size: 20px;
}

.checkbox-grp span, .radio-btn-grp span {
    margin-right: 30px;
}

.sub-menu {
    list-style: none;
    color: #fff;
    padding: 0 0;
    display: none;
	background-color: #efeeee;
}

.sub-menu .active {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;   
}

.sub-menu li a {
    display: block;
    font-size: 16px;
    color: #333333;
    padding: 8px 1.5rem;
    border-bottom: 1px solid #dedcdc;
    text-decoration: none;
}

.sub-menu li a:hover {
    color: #2510bc;
    cursor: pointer;
}

.hamburger {
    position: absolute;
    top: 0px;  
    right: -35px;
    z-index: 999;
    display: block;
    width: 25px;
    height: 32px;
    margin-left: 15px;
    background: transparent;
    border: none;
    display: none;
  }
  .hamburger:hover,
  .hamburger:focus,
  .hamburger:active {
    outline: none;
  }
  .hamburger.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
  }
  .hamburger.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
  }
  
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom,
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
  }
  .hamburger.is-closed .hamb-top,
  .hamburger.is-closed .hamb-middle,
  .hamburger.is-closed .hamb-bottom {
/*    background-color: #1a1a1a;*/
    background-color: #ffffff;
    
  }
  .hamburger.is-closed .hamb-top { 
    top: 5px; 
    -webkit-transition: all .35s ease-in-out;
  }
  .hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
  }
  .hamburger.is-closed .hamb-bottom {
    bottom: 5px;  
    -webkit-transition: all .35s ease-in-out;
  }
  
  /* .hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
  }
  .hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
  } */
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-middle,
  .hamburger.is-open .hamb-bottom {
    /*background-color: #1a1a1a;*/
    background-color: #ffffff;
  }
  .hamburger.is-open .hamb-top,
  .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;  
  }
  .hamburger.is-open .hamb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  }
  .hamburger.is-open .hamb-middle { display: none; }
  .hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
  }
  .hamburger.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
  }
  .hamburger.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px,0,0);
    -webkit-transition: all .35s ease-in-out;
  }

  .sidebar-sticky {
      position: relative;
  }

  .small-link {
      color: #ffffff;
      font-size: 12px;
      margin-left: 15px;
  }

  .small-link:hover {
      color: #ffffff;
  }


/*-------------------Added by yogesh start--------------------------*/  
.card-body {
    -ms-flex:1 1 auto;
    flex:1 1 auto;
//    padding:25px;  
    padding:8px 1px 1px 1px;
  background: #a7beaf;
//background-image: linear-gradient(to right, red , yellow);
}


.balance-body {
  //padding: 2px;
  
//  margin: auto;
//  width: 50%;
//  border: 3px solid green;
//  padding: 5px;
  
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:0rem;  
  background: #a5acf3;
/*  text-align: center;*/
/*  border-style: dashed !important;
  border: red solid 1px !important;*/
  
//  background: #f39c12 !important;
}


.card-login-body{
margin: 0px 0;
padding:10px 10px; 
width:500px;
height:auto;
border-radius:25px;
display: block;

}
.card {
  margin: auto;
  width: 100%;
  //background: #448673 none repeat scroll 0 0;
  padding: 10px;
  border: 0 solid #ccccff;
  border-radius: 1px;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.05);
 background-image: linear-gradient(green,red,white,blue, yellow);
background-repeat: repeat;
}


.balance {
  margin: auto;
  width: 95%;
  background: #448673 none repeat scroll 0 0;
  padding: 20px;
  border: 0 solid #ccccff;
  border-radius: 5px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

}

.balance-body {
display: inline-block;
}



.card-subtitle {
  font-size: 12px;
  margin: 10px 0;
}
.card-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.card-title h4 {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.card-title p {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 12px;
}

.dt-buttons {
  display: inline-block;
  margin-bottom: 15px;
  padding-top: 5px;
}
.dt-buttons .dt-button {
  background: #1976d2 none repeat scroll 0 0;
  border-radius: 4px;
  color: #ffffff;
  margin-right: 3px;
  padding: 5px 15px;
}
.dt-buttons .dt-button:hover {
  background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
  display: inline-block;
}
.dataTables_length {
  margin-top: 10px;
}
.dataTables_length select {
  background-color: transparent;
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  padding-bottom: 5px;
  transition: background 0s ease-out 0s;
}
.dataTables_length select:focus {
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s;
}
.dataTables_filter {
  float: right;
  margin-top: 10px;
}
.dataTables_filter input {
  background-color: transparent;
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-position: center bottom, center calc(99%);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  float: none;
  margin-left: 10px;
  transition: background 0s ease-out 0s;
}
.dataTables_filter input:focus {
  background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
  background-size: 100% 2px, 100% 1px;
  box-shadow: none;
  outline: medium none;
  transition-duration: 0.3s;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background: transparent none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
  content: "";
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
}
table.dataTable thead .sorting_desc::after {
  content: "";
  cursor: pointer;
  font-family: 'Font Awesome 5 Free';
  margin-left: 10px;
}
table.dataTable thead .sorting::after {
  color: rgba(50, 50, 50, 0.5);
  content: "";
  cursor: pointer;
  font-family: 'Font Awesome 5 Free' !important;
  margin-left: 10px;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  padding-top: 0.25em;
  text-align: right;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #ddd;
  box-sizing: border-box;
  color: #67757c;
  cursor: pointer;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  text-align: center;
  text-decoration: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #67757c;
  cursor: default;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #1976d2;
  border: 1px solid #1976d2;
  color: white;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background-color: #67757c;
  outline: medium none;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.tablesaw-bar .btn-group label {
  color: #67757c !important;
}
.dt-bootstrap {
  display: block;
}
.paging_simple_numbers .pagination .paginate_button {
  background: #ffffff none repeat scroll 0 0;
  padding: 0;
}
.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff none repeat scroll 0 0;
}
.paging_simple_numbers .pagination .paginate_button a {
  border: 0 none;
  padding: 2px 10px;
}
.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
  background: #1976d2 none repeat scroll 0 0;
  color: #ffffff;
}

/*-------------------Added by yogesh end--------------------------*/  

  
  
@media (max-width: 767px) {
    .sidebar {
        width: 228px;
        left: -228px;
    }
    .sidebar-close {
        left: 0px;
    }
    .hamburger {
        display: block;
    }
}

/* Navbar */
.navbar-custom {
    background: #48845d;
    z-index:99;
    justify-content:center;
}

.mainbarr {
   // background: #f2f2f2;
}

.brandname {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
}

.footer {
	padding-top: 0rem;
//	background-color: #113448;
    background: #cd13e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #76ac71 0%, #648860 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #76ac71 0%, #648860 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #76ac71 0%, #648860 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */


}

.footer .text-container {
	margin-bottom: 2.25rem;
}

.footer h4 {
	margin-bottom: 0.75rem;
	color: #fff;
}

.footer p,
.footer ul {
	font-size: 0.875rem;
	line-height: 1.375rem;
}


/* Dashboard gradient */
.green {
    background: rgba(210,255,82,1);
background: -moz-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(210,255,82,1)), color-stop(100%, rgba(145,232,66,1)));
background: -webkit-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -o-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: -ms-linear-gradient(top, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
background: linear-gradient(to bottom, rgba(210,255,82,1) 0%, rgba(145,232,66,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
}

.orange {
    background: rgba(241,231,103,1);
background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );
}

.blue {
    background: rgba(147,206,222,1);
background: -moz-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(147,206,222,1)), color-stop(41%, rgba(117,189,209,1)), color-stop(100%, rgba(73,165,191,1)));
background: -webkit-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -o-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: -ms-linear-gradient(top, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
background: linear-gradient(to bottom, rgba(147,206,222,1) 0%, rgba(117,189,209,1) 41%, rgba(73,165,191,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}

.skyblue {
    background: rgba(73,155,234,1);
background: -moz-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(73,155,234,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: -ms-linear-gradient(top, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(73,155,234,1) 0%, rgba(32,124,229,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}

.actgreen {
background: rgb(0, 153, 51);
background: -moz-linear-gradient(top, rgb(0, 153, 51) 0%, rgb(0, 153, 51) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(0, 153, 51)), color-stop(100%, rgb(0, 153, 51)));
background: -webkit-linear-gradient(top, rgb(0, 153, 51) 0%, rgb(0, 153, 51) 100%);
background: -o-linear-gradient(top, rgb(0, 153, 51) 0%, rgb(0, 153, 51) 100%);
background: -ms-linear-gradient(top, rgb(0, 153, 51) 0%, rgb(0, 153, 51) 100%);
background: linear-gradient(to bottom, rgb(0, 153, 51) 0%, rgb(0, 153, 51) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0 );
}

.actorange {
    background: rgb(255, 153, 0);
background: -moz-linear-gradient(top, rgb(255, 153, 0) 0%, rgb(255, 153, 0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 153, 0)), color-stop(100%, rgb(255, 153, 0)));
background: -webkit-linear-gradient(top, rgb(255, 153, 0) 0%, rgb(255, 153, 0) 100%);
background: -o-linear-gradient(top, rgb(255, 153, 0) 0%, rgb(255, 153, 0) 100%);
background: -ms-linear-gradient(top, rgb(255, 153, 0) 0%, rgb(255, 153, 0) 100%);
background: linear-gradient(to bottom, rgb(255, 153, 0) 0%, rgb(255, 153, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff9900', GradientType=0 );
}

.actblue {
    background: rgba(0,144,165,1);
background: -moz-linear-gradient(top, rgba(0,144,165,1) 0%, rgba(0,144,165,1) 41%, rgba(0,144,165,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,144,165,1)), color-stop(41%, rgba(0,144,165,1)), color-stop(100%, rgba(0,144,165,1)));
background: -webkit-linear-gradient(top, rgba(0,144,165,1) 0%, rgba(0,144,165,1) 41%, rgba(0,144,165,1) 100%);
background: -o-linear-gradient(top, rgba(0,144,165,1) 0%, rgba(0,144,165,1) 41%, rgba(0,144,165,1) 100%);
background: -ms-linear-gradient(top, rgba(0,144,165,1) 0%, rgba(0,144,165,1) 41%, rgba(0,144,165,1) 100%);
background: linear-gradient(to bottom, rgba(0,144,165,1) 0%, rgba(0,144,165,1) 41%, rgba(0,144,165,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}

.actviolet {
    background: rgba(136,0,170,1);
background: -moz-linear-gradient(top, rgba(136,0,170,1) 0%, rgba(136,0,170,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(136,0,170,1)), color-stop(100%, rgba(32,124,229,1)));
background: -webkit-linear-gradient(top, rgba(136,0,170,1) 0%, rgba(32,124,229,1) 100%);
background: -o-linear-gradient(top, rgba(136,0,170,1) 0%, rgba(136,0,170,1) 100%);
background: -ms-linear-gradient(top, rgba(136,0,170,1) 0%, rgba(32,124,229,1) 100%);
background: linear-gradient(to bottom, rgba(136,0,170,1) 0%, rgba(136,0,170,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
}



.text-white {
    color: #ffffff;
}

.dashboard-stat-blk {
    padding: 0 15px;
}

.pd-tp5-bm15 {
    padding: 5px 15px;
}

.section-title {
    font-size:18px
}

.section-value {
    font-size: 35px;
    line-height: 45px;
}

.section-currency {
    font-size: 14px;
}

.border-radius-5 {
    border-radius: 5px;
}

.margin-btm {
    margin-bottom: 25px;
}

/* Added on 23-04-2019 */

.card-bx {
border:2px solid #14837F;
margin: 15px 0;
padding:10px 40px; 
background:#E1D8D8 none repeat scroll 0 0;
width:550px;
height:auto;
border-radius:25px;
display: block;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.card-bxfull {
border:2px solid #14837F;
margin: 15px 0;
padding:10px 40px; 
background:#E1D8D8 none repeat scroll 0 0;
width:950px;
height:auto;
border-radius:25px;
display: block;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}


.box {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box-solid {
    color: #fff;
    background: #f39c12;
    background-color: #f39c12;
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

/* Model Pop Style */
.modal-header {
	background: #1300a5;
	color: #ffffff;
}

.dataTable thead {
	background: #dadada;
}
table.dataTable thead th, table.dataTable tbody td{
	border-bottom: none!important;
	padding: 0.75rem!important;
}

table.dataTable tr.odd, table.dataTable tr.odd td.sorting_1 {
	background-color: #ffffff!important;
}

table.dataTable tr.even, table.dataTable tr.even td.sorting_1 {
	background-color: #f6f6f6!important;
}

button {
background: #7904FA;
border: none;
color: #ffffff;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav-right {
  float: right;
}


.paging_full_numbers .ui-button {
	font-size: 16px;
}
span a.ui-state-disabled {
	background: #cccccc;
}

.dataTables_paginate {
	float:none!important;
	text-align: center!important;
}

.anchor-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #51085e;
        border-radius: 5px;
    	background-color: #51085e;
	color: #fff;
	margin-right:5px;
	cursor: pointer;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
        
    
}

.anchor-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}

.anchor-btnn {
    padding: 3px;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #51085e;
        border-radius: 5px;
    	background-color: #51085e;
	color: #fff;
	margin-right:5px;
	cursor: pointer;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
        
    
}

.anchor-btnn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}

.anchor-acpt {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #00b386;
        border-radius: 5px;
    	background-color: #00b386;
	color: #fff;
	cursor: pointer;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
        
    
}

.anchor-acpt:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}

.cancel-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #cc9900;
        border-radius: 5px;
    	background-color: #cc9900;
	color: #fff;
	cursor: pointer;
        
    
}

.cancel-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}



.send-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
    width: fit-content;
    border: 0.125rem solid #0039e6;
    border-radius: 5px;
    background-color: #0039e6;
    color: #fff;
    cursor: pointer;
}

.send-btn:hover {
    text-decoration: none;
    background-color: #d543ef;
    color: #000066;
}


.reg-btn {
    padding: 8px 20px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
   // width: fit-content;
    border: 0.125rem solid #6f7aed;
    border-radius: 5px;
    background-color: #6f7aed;
    color: #000000;
    cursor: pointer;
}

.reg-btn:hover {
    text-decoration: none;
    background-color: #d543ef;
    color: #000066;
}



.result-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #66cc00;
        border-radius: 5px;
        background-color: #66cc00;
	color: #fff;
	cursor: pointer;
        
    
}

.result-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}

.tresult-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #4d9900;
        border-radius: 5px;
        background-color: #4d9900;
	color: #fff;
	cursor: pointer;
        
    
}

.tresult-btn:hover {
   // color: #fff;
    text-decoration: none;
    	background-color: #d543ef;
	color: #000066;
}


.anchor-btn-dis {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    
        width: fit-content;
    	border: 0.125rem solid #51085e;
        border-radius: 5px;
    	background-color: #51085e;
	color: #fff;
	cursor: pointer;
    
}


.login-box,.register-box{
    width:480px;
    background: #FF3366; 

}

@media (max-width:576px){
    .login-box,.register-box{
        margin-top:20px;
        width:80%
    }
}


.login-box-msg {
  margin: 0;
  padding: 0 20px 20px;
  text-align: center;
}

/* Drop Down menu with Search */

.hide {
  display: none;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .255em;
  vertical-align: 0.5em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

button.selectpicker {
   background: #ffffff;
   border: 1px solid #cccccc;
   border-radius: 0;
   box-sizing: border-box;
   height: 40px;
}

.caret {
   color: #cccccc;
}
.dropdown-toggle::after {
   color: #000000;
}

.filter-option {
   color: #333333;
}

.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
}

.bs-searchbox {
  border-bottom: 1px solid #cccccc;
}

/*.open>.dropdown-menu {
  display: block;
}*/

.open.show >.selectpicker{display:block;}


.main-left-menu {
  overflow-y: scroll;
  height: 71vh;
  background: #ccccff;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #ccccff; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}



.bg-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.bg-design li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 20s infinite;
  -moz-animation: square 250s infinite;
  -o-animation: square 20s infinite;
  -ms-animation: square 20s infinite;
  animation: square 20s infinite;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.bg-design li:nth-child(1) {
  left: 10%;
}

.bg-design li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -ms-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  -moz-animation-duration: 17s;
  -o-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-design li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -ms-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-design li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  -moz-animation-duration: 22s;
  -o-animation-duration: 22s;
  -ms-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-design li:nth-child(5) {
  left: 70%;
}

.bg-design li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -ms-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-design li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  -moz-animation-delay: 7s;
  -o-animation-delay: 7s;
  -ms-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-design li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  -moz-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  -moz-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-design li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-design li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}


.container-lgn-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-lgn-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;

  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.lgn-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 60%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.lgn-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-lgn-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/* The container */
.lcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.lcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.lcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.lcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.lcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.lcheckmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.lcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.lcontainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.login-logo,.register-logo{
    font-size:2.1rem;
    font-weight:300;
    margin-bottom:.9rem;
    text-align:center
}
.login-logo a,.register-logo a{
    color:#495057
}


.login-card-body,.register-card-body{
    background:#fff;
    border-top:0;
    color:#666;
    padding:20px
}
.login-card-body .input-group .form-control,.register-card-body .input-group .form-control{
    border-right:0
}
.login-card-body .input-group .form-control:focus,.register-card-body .input-group .form-control:focus{
    box-shadow:none
}
.login-card-body .input-group .form-control:focus~.input-group-append .input-group-text,.register-card-body .input-group .form-control:focus~.input-group-append .input-group-text{
    border-color:#80bdff
}
.login-card-body .input-group .form-control.is-valid:focus,.register-card-body .input-group .form-control.is-valid:focus{
    box-shadow:none
}
.login-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text,.register-card-body .input-group .form-control.is-valid~.input-group-append .input-group-text{
    border-color:#28a745
}
.login-card-body .input-group .form-control.is-invalid:focus,.register-card-body .input-group .form-control.is-invalid:focus{
    box-shadow:none
}
.login-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text,.register-card-body .input-group .form-control.is-invalid~.input-group-append .input-group-text{
    border-color:#dc3545
}
.login-card-body .input-group .input-group-text,.register-card-body .input-group .input-group-text{
    background-color:transparent;
    border-bottom-right-radius:.25rem;
    border-left:0;
    border-top-right-radius:.25rem;
    color:#777;
    transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.mb-0,.my-0{
    padding-top: 5px;
    padding-left: 30px;
    margin-bottom:0!important
}
.mb-1,.my-1{
    padding-top: 5px;
    padding-left: 30px;
    margin-bottom:.25rem!important
}