
body {
    background-color: #348dcc;
}
.container {
  width: auto;
  max-width: 2000px; 
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
#medcertbody {
    margin-top: 125px;
    padding-bottom: 50px;
    padding-top: 50px;
}
.navbar{
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #006699;
    padding: 20px 50px 20px 50px;
    transition: 0.2s;
}
.navbar-inverse .navbar-nav>li>a {
    color: #428bca;
	text-shadow: none;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #2a6496;
	text-decoration: underline;
}
.navbar-collapse {
    vertical-align: bottom;
}
.navbar-toggle {
	background-color: #fff;
}
.navbar-inverse .navbar-toggle {
    border-color: #348DCC;
}
.navbar-right {
    padding-top: 50px;
}
.icon-bar {
	border-bottom: 2px solid #348DCC;
}
.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
	border-bottom: 2px solid #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #348DCC;
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
/*   background-color: gray; */
}

.table-striped > tbody > tr:nth-child(2n) > td, .table-striped > tbody > tr:nth-child(2n) > th {
   background-color: white;
}

.resolution-alert {
   display: inline;
   color: red;
}

.resolution-ok {
   display: inline;
   color: green;
}

.btn-dashboard {
    width: 250px;
    padding: 55x;
    margin: 55x;
    text-align: center;
}
.ui-autocomplete {
    background-color: #eee;
    border: 1px solid #000;
    width: 500px;
}

pre {
  white-space: pre-wrap;
  word-break: normal;
}

/* always show the scrollbars on overflowing divs */
/*
::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
*/

#searchinput {
    /* width: 250px; */
    padding-right: 25px;
    margin-top: 1px;
    letter-spacing: normal;
}
#searchclear {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.modal-backdrop.in { z-index: auto; }

