body {           
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
.unselectable { 
-webkit-user-select: none; 
-webkit-touch-callout: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none;    
} 
.bg-custom-blue {
	background-color:#0930C8;
}
.bg-custom-red {
	background-color:#AB0306;
}
.navbar-dark .navbar-nav .nav-item {
	border-right:2px solid white;	
}
.navbar-dark .navbar-nav .nav-link {
	padding:0px;	
	padding-left:3px;
	color:white;	
	line-height: 12px;
	
}
.shadowed {
  -webkit-filter: drop-shadow(5px 5px 5px #626663);
  filter: drop-shadow(5px 5px 5px #626663);
}
.ihaleTR > td {
	border:1px solid #5FA1CF;
}
#ihaleTableContainer {
	padding-left:10px;
	padding-right:10px;
}
ul.list-group.list-group-striped li:nth-of-type(odd):not(.active){
  color: #31708f;
  background-color: #c4e3f3;  
}
ul.list-group.list-group-striped li:nth-of-type(even):not(.active){
  color: #8a6d3b;
  background-color: #fcf8e3;  
}
.border-rem {
	border-bottom:1px solid white;	
	margin-left:3px;
}
h2.menuLink a {
	color:white;
	margin:4px;
	padding:4px;
	font-size:13px;	
	font-weight: bolder;
}
.xrounded-top-left {
    border-top-left-radius: 1rem;
}
.xrounded-top-right {
    border-top-right-radius: 1rem;
}
.xrounded-bottom-left {
    border-bottom-left-radius: 1rem;
}
.xrounded-bottom-right {
    border-bottom-right-radius: 100px;
}
#solMenu.col-2 {
	margin:0px;
	padding:0px;
}
.card {
	border-bottom:1px dotted red;
	font-size:12px;
}
h6.card-title {
	color:red;
}
.list-group-item>i {
	color:red;
}
.list-group-item>a {
	text-decoration: none;
	color:navy;
	font-weight:bold;
	font-size:10px;
}
span.yanLinkler {
	color:#031529;
	/* font-weight:bolder; */
	font-size:11px;
}
.sagLinkler {
	text-decoration: none;
	color:navy;
	font-weight:bolder;
	font-size:9px;
}
.list-group-item {
    padding: 2px 8px;
}
.col-md-auto>label {
	font-weight: bold;
	color:red;
	display:inline-block;
	width:99.6%;
	margin:0px;
}
.col-md-auto>button {
	margin:0px;
	padding:2px;
	width:100%;
}
.col-md-auto>a {
	margin:0px;
	padding:0px;
	width:100%;
	text-decoration: none;
	color:red;
}
div.form-row>div.col-3>label {
	border-bottom:1px solid navy;
	font-weight: bold;
	color:red;
	display:inline-block;
	float:left;	
	font-size:11px;
	width:99.6%;
	margin-top:2px;
}

input.form-control-sm {
	border:1px solid black;	
	margin:0px;
	font-size:11px;
	height:24px;
	min-width:90px;
}
select.form-control-sm {
	border:1px solid black;
	margin:0px;
	font-size:11px;
	height:24px;
}
option:nth-child(even) {
  background-color: #fcf8e3;
}

option:nth-child(odd) {
  background-color: #c4e3f3;
}
textarea.form-control-sm {
	border:1px solid black;
	margin:0px;
	font-size:11px;
	height:24px;
}
.col-md-auto {
	margin-right: 1px;
}
.col-md-auto>label {
	font-weight: bolder;
	color:navy;
	margin:0px;
	padding:2px;
	font-size:12px;
	background:#ededeb;
	border-left:1px dotted navy;
}
form {	
	padding:6px;
}
h6 {
	font-weight: bolder;
}
.form-group {
	border-left:1px dashed black;
}
table.table-bordered > thead > tr > th {
    border-top:0px;
	margin:0px;
	padding:3px;
	font-weight: bolder;
}
table.table-bordered > thead > tr > th > a {
	color:#4B4EC7;
	text-decoration: none;
}
table.table-bordered > tbody > tr > td {
    margin:0px;
	padding:2px;
}
.tbl-rad {	
	white-space: nowrap;	
}
.borderless td, .borderless th {
    border: none;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  body {
    min-width: 1366px;
  }
}

@media (min-width: 768px) {
  body {
    min-width: 1366px;
  }
}

@media (min-width: 992px) {
  body {
    min-width: 1366px;
  }
}

@media (min-width: 1200px) {
  body {
    min-width: 1366px;
  }
}