

body{
	background-image: url(../imge/fish2.jpg);
	background-position: center;
    background-repeat: no-repeat;
	font-size: 18px;
	font-style: italic;
    margin: 0;
}

/*@media print{
    
    .rprt_hid{
        display: none;
    }
    .rprt{
      display: none;
    }
    .navbar{
        display: none;
    }
    .cpy_hid{
      display: none;
    }
}*/

fieldset
   	    {
   	    	background-color: #9bdff1;
   	    	border: 1px solid  #008fb3;
   	    	padding: 20px 5px 20px 20px;
   	    	margin: 30px auto;
   	    	width: 350px;
            border-radius: 15px;
            text-align: center;
            opacity: 0.9


   	    }

legend
   	    {
   	    	background-image: url(../imge/01.jpg);
            background-size: cover;
   	    	border: 1px solid #008fb3;
   	    	padding: 5px;
   	    	width: 120px;
            height: 120px;
   	    	color:  #00134d;
            border-radius: 50%;
            text-align: center;
            
   	    }

label
   	    {
   	    	color:  #00134d;
            font-weight: bolder;
            

   	    }

.prnt input
   	 	{
   	 		
   	 		padding: 5px;
   	 		margin:8px;
            border-radius: 15px;

   	 	}
.prnt .log_in{
    background-color: #00134d
}
.copy
   	 	{
   	 		color: blue;
   	 	    margin: 100px auto 0;  
            text-align: center; 	 		

   	 	}
.navbar
  	 	{
  	 		padding: 10px;
  	 		background-color: #1ad1ff;

  	 	}
.btn_tp{
	background-color: #fff;
	width: 100%;
	border: transparent;
	margin-top: 6px;
	color: #00134d;
	padding: 8px;
    text-align: right;
    transition: all 0.7s ease-in-out
}

.btn_tp:hover{
  background-color: #00134d;
  color: #fff;
  padding-right: 27px
}

.btn-dp{
	background-color: #00134d;
	margin: 8PX;
	margin-right: 0;
	padding: 5px;
	border: transparent;
	touch-action: none;
	border-radius: 50%;
	color: white;
	width: 100px;

}
.dropdown-menu{
	position: absolute;
    top: 100%;
    right: 0;
    text-align: right;
    padding: 0 ;
}
.btn-dp:hover{
	color: white;
}

.ft{
	font-size: 24px;
	margin-left: -5px;
	margin-right: 12px;
  margin-top: 20px;
  font-weight: bolder;
}

.rprt{
	border-left: 1px outset #000;
	padding: 8px;
	

}
.btn-sq{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #00134d;
	color: #fff;
	font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;


}

.comp{
  border: 1px solid  #008fb3;
  padding: 10px;
  color: #00134d;
  font-weight: bolder;
  font-family: sans-serif;
  border-radius: 4px;
  background-color:#fff;
}

th{
  background-color: #00134d;
  color: #fff;
  text-align: center;
}

td{
  text-align: center;
  background-color: #fff;

}


.sav{
  background-color: #00134d;
  color: #fff;
  text-align: center;

  }

  .bootstrap-select>.dropdown-toggle {

    height: 46px;
  }

  .bootstrap-select.btn-group .dropdown-toggle .filter-option {

    text-align: right;
    font-weight: bolder;
    color: #555;
    font-size: 18px;
  }
  .table-responsive{

    background-color: #fff;
  }