
body {
	max-width: 100%;
    overflow-x: hidden;
    background: white;
    font-family: 'Open Sans', sans-serif;
    color: #676767;
    position: relative;
	/* padding: top right bottom left */
	padding: 0px 5px 5px 5px;
}

/* navbar custom */

.navbar {
	padding: 0px;
}

.navbar-custom {
  background-color: #f2f2f2;
}

.navbar-custom a:hover {
background-color: #b7defa;
color: #0000ff;
}

.navbar-custom-d {
  background-color: #e6e6e6;
}

.navbar-custom-d a:hover {
background-color: #f2f2f2;
color: #0000ff;
}

.navbar-brand {
	font-size: 16px;
}
/* end navbar custom */

.header {
overflow: hidden;
padding: 10px 5px;
width: 100%;
margin: auto;
}

fieldset {
    margin-top: 1em !important;
	margin-bottom: 1em !important;
    border: 1px solid #666 !important;
    padding:15px 10px 10px 10px!important;
}

legend {
    width: auto !important;
    border: none;
    font-size: 18px;
	color: blue;
}

.custom-alert {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
}


.custom-confirm {
	/* display: flex; */
	text-align: center;
	flex-direction: column;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	justify-content: center;
	align-items: center;
}

.table-responsive{
  font-size: 12px;
}

tbody, td, tr {
   line-height: 16px;
   min-height: 14px;
   height: 16px;
   padding:4px 1px 4px 4px!important;
   vertical-align: middle!important;
}

.otsl_input {
   width: 2em;
}

.otsl_score {
   justify-content: center;
	align-items: center;
   font-weight: bold;
   text-align: center;
}

select option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100px;
}
/*
.otsl_popup {
    text-align:center;
    border-radius: 10px;
    background:rgb(240,240,240);
    box-shadow: 0px 0px 10px 0px black; 

}

.close {
    width:25px;
    height:25px;
    cursor:pointer;
    color: #ff0000;
    display: inline-block;
}

#home_scores {
	position: absolute; 
	top: calc(100vw * 0.01);
    left: calc(100vw * 0.05);
	padding: 10px 10px;
	border-radius: 10px;
}
*/

.otsl_popup_size {
	
	width: calc(100vw * 0.90)!important;
	/*
	left: calc(100vw * 0.05)!important;
	top: calc(100vw * 0.01)!important;
	*/
}

@media (min-width: 576px {
  .modal-dialog {
	max-width: calc(100vw * 0.80);
	margin: 1.75rem auto;
  }
  .otsl_popup_size {
	  width: calc(100vw * 0.80)!important;
  }
}
/*
.modal {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10400;
    display: block;
}
*/