.text-danger
{
	color:red!important;
}

.text-primary
{
	color:blue!important;
}
.text-success
{
	color:green!important;
}


.main .flex .content .grid .pie {
  width: 200px!important;
  height: 200px!important;
  background-image: conic-gradient(#1c3faa 69%, #5cb01d 12%)!important;
  border-radius: 50%!important;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);

}
.main .flex .content .grid .pie span {
position: relative;
   
}

.main .flex .content .grid .pie .pertitle
{
	 top: 137px;
    left: 2px;
    color: #Fff;
    font-weight: bold;
    font-size: 20px;
}

.main .flex .content .grid .pie .per
{
	 top: 57px;
    left: 42px;
    color: #Fff;
    font-weight: bold;
    font-size: 20px;
}
								
								
.bg-danger
{
	background-color:#ff7575!important;
	color:#fff!important;
}
.bg-primary
{
	background-color:blue!important;
	color:#fff!important;
}
.bg-success
{
	background-color:green!important;
	color:#fff!important;
}
.bg-aqua
{
	background-color:#1acdea!important;
	color:#fff!important;
}
.bg-yellow
{
	background-color:#f39c12!important;
	color:#fff!important;
}
.bg-violet
{
	background-color:#8689ee!important;
	color:#fff!important;
}

.mx-auto
{
	margin-left:auto!important;
	margin-right:auto!important;
}

.text-center
{
	text-align:center!important;
}

.font25
{
font-size:25px!important;
}




/* pagination*/

nav .pagination
{
	display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
	margin-top: .5rem;
    margin-bottom: .5rem;
}

nav .pagination .page-item.disabled .page-link 
{
    color: #91c714;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

nav .pagination  .page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #91c714;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #91c714;
    border-color: #91c714;
}



/* Model*/


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 55 !important; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.login-page .login-box
{
  /*background-color:#41bbe4;
  padding: 50px;*/
  text-align: center;
  /*box-shadow: 0px 2px 25px 0px rgba(0,0,0,0.75);
  margin-top:16%;
  border-radius: 10px;*/
}

.login-page
{
  text-align: center;
  margin-left: auto;
  margin-right: auto;y
}

.login-page .login-box .login-logo
{
font-size: 23px;
}

.login-page .login-box .login-box-body
{
color: #fff!important;
}


