@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

body{
	background-color: white;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 1.5;
	font-family: 'Roboto', sans-serif;
	color: #222;
}
.container{
	max-width: 1230px;
	width: 100%;
}

.header {
	background-color:#0B2134;
	color:white;
	padding-top: 20px;
    margin-bottom: 15px;
}

.list-unstyled {
	text-align: center;
}

.inn-makers {
	font-family: 'Roboto', sans-serif; 
	font-size: 31px; 
	font-weight: 400; 
	color: rgb(255, 255, 255);
	font-weight: bold;
	white-space: nowrap; 
	overflow: visible; 
	padding: 0px;
	display: block; 
	background: transparent;
}

h1{
	font-weight: 700;
	font-size: 22px;
	font-family: 'Roboto', sans-serif;
}

#title {
	padding-top:10px;
	color:rgba(15,41,143,255);
}

.table {	
	padding-top:20px;
	table-layout: fixed;
    word-wrap: break-word;
}

#btnDelete {
  color: #fff;
  background-color: #0B2134;
  border-color: #0B2134;;
}

#btn, #btnSI, #btnSave {
	color: #fff;
  	background-color: #0B2134;
  	border-color: #0B2134;
}

.btn-row {
	padding-top:20px;
}

img.action {
	cursor: pointer;
}

.emptyResult {
	color:red;
	text-align: center;
	padding-top: 30px;
	font-size: 22px;
}

footer {
  bottom: 0;
  width: 100%;
}