/*
Author lakshmaji
version 1.0.0
since   1.0.0
access  public 
@aqwire inno's

*/
.nav-title {
	/* background: #337ab7; */
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.btn.disabled{
	cursor: unset;
	opacity: 1;
	border-radius:0px;
}
.table{
	margin-bottom:0px;
	margin-top:1.5%;
	font-family: Century Gothic;
	border:1px solid #337ab7 ;
}
th{
	background:#337ab7;
	color:#fff;
	text-transform:uppercase;
}
.panel{
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	border-radius:0px;
	border-top:2px solid rgba(236, 151, 31, 1);
}
.pagination a{
	border-radius:0px;
}
.progress{
	width:12%;
	border-radius:0px;
	font-weight:600;
}
.list-group-item {
	border:none;
}
.btn{
	border-radius:0px;
}
.progress-bar-danger a{
	text-decoration:none;
}
.btndefined{
	color:red;
}
.modal-content{
	border-radius:0px;
}
table {
	font-size:12px;
}
#main_login{    
	filter: alpha(opacity=40); 
	margin-top: 0px;
	border-top: 3px solid #221E68;
	padding-top:3%;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	height: 100%;
	width: 100%;
	-webkit-background-size: 100%;
    	-moz-background-size: 100%;
    	-o-background-size: 100%;
    	background-size: 100%;
	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
}
.lgdef{
	no-repeat center top;
    	-webkit-background-size: 100%;
    	-moz-background-size: 100%;
    	-o-background-size: 100%;
    	background-size: 100%;
	-webkit-background-size: cover;
    	-moz-background-size: cover;
    	-o-background-size: cover;
    	background-size: cover;
	background:rgba(55, 71, 251, 0.63);
	box-shadow: 0 0 30px rgba(0,0,0,0.9);
	background: url(../img/a.jpg);
}

.page-header-link{
	margin-right: 1rem;
}
.container-link {
	margin: 0;
	padding: 20px;
}
code {
	/* background-color: #1e1e1e; */
	color: #4ecb6b;
	padding: 2px 5px;
	border-radius: 3px;
}

pre {
	width:60%;
	max-width: 80%;
	background-color: rgba(236, 151, 31, 1);
	color: #ffffff;
	font-weight: 600;
	font-size: 1.2em;
	padding: 10px;
	border-radius: 5px;
	overflow-x: auto;
	position: absolute;
	margin: -44px 10px 0px 282px;
	/* position: relative; */
}
.copy-button {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	background-color: #5cb85c;
	color: #ffffff;
	padding: 5px 10px;
	border-radius: 0 0 0 5px;
	text-transform: uppercase;
}
.copy-button:hover {
	cursor: pointer;
	background-color: #4cae4c;
	color: #121212;
}

.options {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 5px;
	margin-top: -1rem;
	margin-bottom: -1rem;
}

.command {
	font-weight: bold;
}