
.side-p
{
	color: black;
	font-size: 15px;
}
.form01
{
	padding-top: 20px;
}
.page-head h2
{
	color: white;
	margin-top: -50px;
	margin-left: 20px;
}
.form-but button
{
	border-radius: 50px;
	width: 100px;
	font-size: 15px;
	margin-left: 15px;
}
.page-head01 h2
{
	color: blue;
}
.side-i
{
	color: black;
}
.card-but button {
    background-color: #888;
    color: white;
    margin-left: 15px;
    padding: 8px;
    border-radius: 50px;
    width: 83px;
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

 input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.logo
{
	text-align: center;
}
.logo img
{
	width: 100px;
	height: 100px;
	margin: auto;
}
/*.off-canvas-sidebar[data-color=orange]:after, .sidebar[data-color=orange]:after {
    background: rgb(255,204,188);
}*/
.off-canvas-sidebar[data-color=pink]:after, .sidebar[data-color=pink]:after {
    background: rgb(210, 99, 88, 0.59);
}
.view-but button
{
 background-color: white;
    padding: 8px;
    border-radius: 50px;
    width: 100px;
    margin-top: 30px;  
}
.view-but01 button
{
  margin-left: 165px;
}
.view-but02 button
{
  margin-left: 210px;
}
.view-but03 button
{
  margin-left: 100px;
}

input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px; / little bit of a magic number  /
  overflow: visible;
}

/*//// New CSS//////*/
.card
{
  background: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0px 4px 5px 1px rgb(175 175 175 / 10%);
    box-shadow: 0px 4px 5px 1px rgb(175 175 175 / 10%);

}
.search-input
{
    width: 30%;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 10px;
    border: none;
    background: rgba(0,0,0,.075);
}
.search-input1
{
    width: 40%;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 10px;
    border: none;
    background: rgba(0,0,0,.075);
    margin-left: 50px;
}
.search-input2
{
    width: 50%;
    padding: 8px 20px;
    margin: 10px;
    border-radius: 10px;
    border: none;
    background: rgba(0,0,0,.075);
    margin-left: 26px;
}
i
{
  color: #3d5170;
}
.btn-primary { color: #ffffff; background: rgba(8, 155, 171, 1); background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1))); background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1); border-color: #089bab; }

.form-control
  {
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #d7dbda;
    font-size: 14px;
    color: #a09e9e;
    border-radius: 10px;
  }

/*///// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++//////*/

.modal-title
{
  font-weight: 500;
  color: white;
/*  padding: 4px;
  margin-top: -6px;*/
  margin: -7px;
}
.modal-content
{
  width: 210%;
/*  margin-left: -58%;*/
/*  margin-top: 20%;    */
  height: auto;
  border-radius: 0px;
  background: #ffffff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin-bottom: 30px;
    border: none;
    -webkit-box-shadow: 0px 4px 5px 1px rgb(175 175 175 / 10%);
    box-shadow: 0px 4px 5px 1px rgb(175 175 175 / 10%);
}
.modal-header
{
  background-color: rebeccapurple;
    /* background: rgba(8, 155, 171, 1); background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1))); background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1); border-color: #089bab; */
  padding: 0px;
  height: 40px;
   border-radius: 1px;
}
.close-button {
    color: white;
    font-weight: 500;
    margin: -27px;
    opacity: 0.9;
    margin-top: -25px;
}
.form-group input

tr:hover {
  background-color: #f2f2f2;
}

/*tr:nth-child(even) {background-color: #cce0ff}
tr:nth-child(odd) {background-color: #e6f0ff}*/



