/* .multiple-choice {
    display: grid;
    grid-template-columns: minmax(10px, 20px) 1fr;
    column-gap: 1em;
    align-items: center;
} */

body {
	color:rgb(65, 65, 65)
}

h1 {
  font-size: 40px;
  margin: 50px auto 30px!important;
  color: rgb(11, 62, 135);
  line-height: 130%;
  font-weight: 700;
  text-transform:uppercase;
}
h2 {
  font-size: 30px;
  margin: 30px 0 25px 0;
  color: rgb(11, 62, 135);
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
}
.h3, h3 {
  font-size: 25px;
}
a {
    color: #2b9fcf;
    text-decoration: none;
}
a:hover {
    color: #1386b5;
    text-decoration: none;
}
.btn-primary {
    background: rgb(43, 159, 207);
    border: none;
}
.btn-primary:hover {
    background: rgb(19, 134, 181);
}

.navbar {
    padding: 0;
    margin: 0;
    background: rgb(11, 62, 135) !important;
    width: 100%;
}
@media only screen and (min-width: 991px) {
    .navbar,
    .navbar li,
    .navbar li a {
        height: 60px !important;
    }
    .navbar li a {
        line-height: 60px !important;
    }
}
.navbar-brand {
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    padding: 0 !important;
    margin-right: 1rem;
    font-size: 17px;
    text-decoration: none;
    white-space: nowrap;
}
.navbar li {
    float: left;
    margin: 0;
    list-style-type: none !important;
    border: none;
    padding: 0;
    position: relative;
}
.navbar li a {
    padding: 0 15px !important;
    line-height: 40px;
    font-size: 17px;
    font-weight: 500;
    display: block;
    color: #fff;
}
nav li a:hover,
nav li.active a,
nav li a:focus {
    color: #fff !important;
    background: rgba(0, 0, 0, 0.1);
}
.list-group .list-group-item:hover {
    background: rgba(0, 0, 0, 0.02);
}
.list-group .list-group .list-group-item {
	padding-left: 20px;
	border-top: none;
	padding: .1rem 1rem .1rem 40px;
	background: rgba(0,0,0,0.03);
}
.list-group .list-group .list-group-item:last-child {
	border-bottom:none!important;
}
footer {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    margin-top: 50px;
}
table {
    margin-top: 30px;
	color:rgb(65, 65, 65)!important;
}
table tr {
	padding: 3px 10px;
	vertical-align: top;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
table tr:nth-child(even) {
    background: rgba(0,0,0,0.01);
}
table tr:hover {
    background: rgba(0,0,0,0.03);
}
table th {
	font-weight:600;
}
.form_row {
    margin: 20px 0;
}




.list-group,
.card,
.card-header:first-child,
.form-control-sm,
.form-select,
.form-control,
.btn,
.form-check-input[type="checkbox"],
.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar, .ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners {
  border-radius: 0!important;
}
.row {
	margin-top:30px;
}
.btn {
	text-transform:uppercase;
	font-weight:700;
}
.form-control {
	color:rgb(65, 65, 65)
}
.form-control:disabled, .form-control[readonly] {
	background: rgba(0,0,0,0.03);
}
.navbar-brand {
	background: url('../img/logo-mdav.svg') no-repeat;
	height: 40px;
	width: 40px;
	background-size: 40px auto;
	margin: 10px 0;
	display: inline-block;
	text-indent: -999px;
}
