.card-body {
	background-color: #e9ecef;
	padding: 0.75rem;
}

#nav-message {
	max-width: 500px;
	position: absolute;
	left: calc(50% + 15px);
	display: none;
}

.nav-alert-success {
	border-color: #c3e6cb;
	margin-bottom: 0rem;
	padding: .45rem 1.25rem;
}

.uid {
	border: 1px solid transparent;
	border-radius: .25rem;
	border-color: #c3e6cb;
	margin-bottom: 0rem;
	padding: .45rem 1.25rem;
	font-size: 0.7em;
}

.fullw {
	width: 100%;
	max-width: 100% !important;
}

.dflex {
    display: contents;
    max-width: 100vw;
}

span.radio {
    margin-right: 15px;
    position: relative;
    bottom: 3px;
    color: #124F47;
    font-weight: bold;
    font-size: 0.8em;
    top: 0px;
    left: 10px;
}

input.radio {
	margin-right: 20px;
}

img#arrBack,
img#arrNext,
img#arrFirst,
img#arrLast {
	max-height: 18px;
}

input.btn-info {
    background-color: #84A414;
    border-color: #84A414;
    float: right;
    margin-top: 5px;
}

.top5 {
	margin-top: 5px;
}

input.btn-info:hover {
    background-color:#124F47;
    border-color: #84A414;
}

a,
a:hover,
label,
div.card-header {
    color: #124F47;
    font-weight: bold;
    font-size: 0.8em;
}

div.card-header {
	font-size:1.2em;
}

div.info1 {
	background: url(../img/info1.png) no-repeat right;
}

label {
	clear: both;
}

div.info {
	display: inline;
}

div.info ul {
	list-style-position: outside;
}

div.info li {
	max-width: 700px;
}

label span {
	font-size: 1em;
	font-weight: normal;
}

.navbar-brand {
	font-size: 0.8em;
	font-weight: bold;
}

.nav-link {
	font-size: 0.8em;
}


a.nav-link:hover {
	color: #fcfcfc;
}

@media (min-width: 576px) {
	.navbar-brand {
	    display: none;
	}
}

.badge-online,
.badge-done {
	padding: .25rem .5rem;
	color: #fff;
	line-height: 1.5;
}

.badge-online {
    background-color: #84A414;
}

.badge-passed {
    color: #fff;
    background-color: #124F47;
}

.btn-info,
.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background-color: #84A414;
    border-color: #84A414;
    font-size: .875rem;
    font-weight: normal;
}

.btn-info:hover {
    background-color: #124F47;
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #bbb8b8;
    border-color: #bbb8b8;
}

.previous,
.next {
	min-width: 60px;
}

div.radio h6 input {
	float: left;
	margin-top: 5px;
}

div.radio h6 div {
	width: 90%;
	float: left;
	margin-left: 10px;
}

.btn-primary,
.btn-primary:hover {
    color: #fff;
    background-color: #124F47;
    border-color: #124F47;
}

div.rand {
	background-color: #fafafa;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	margin-bottom:10px;
	margin-left:10px;
	padding: 5px;
}

@media (min-width: 768px) {
	.rand {
	    -ms-flex: 0 0 48%;
	    flex: 0 0 48%;
	    max-width: 48%;
	}
}

@media (max-width: 670px) {
	.nav {
		padding-right: 5px;
		padding-left: 5px;
		width: auto;
	}
}


div#single_contract_area h5 {
	min-height: 48px;
}

.bg-dark {
    background-color: #124F47 !important;
}

input#contract_title {
	width: calc(100% - 2px);
	border: 4px solid #ced4da;
	background: #eceff3;
}

button.btn-cust {
	width: 160px;
	margin-bottom: 2px;
}
table.dataTable {
    font-size: 1.25em;
}

table.table-cust {
	 2px solid #908c8c !important;
}

table.table-cust tr {
	 border-left: 2px solid #908c8c;
	 border-right: 2px solid #908c8c;
}

.no-x-flow {
	overflow-x: hidden;
}

#exam_data_table td {
	padding-left: 5px!important;
}

button.contract_navigation {
	width: 70px;
}

ol > li::marker,
ul > li::marker {
  font-weight: bold;
}

label a,
 label a:hover {
 	font-size: 1em;
 	text-decoration: underline;
 }
 
 hr {
 	border: 1px solid #a7abaa;
 	margin: 0px -15px 15px -15px;
 }
 
 @media (min-width: 576px)
 {
 	div.modal-dialog {
 	    max-width: 500px!important;
	}
 }
 
 div#qnr {
	background: #84A414;
	color: #fff;
 }
 
 div.pointer {
 	cursor: pointer;
 }
 
.verdeckt {
	display: none;
}

input[type="text"]:disabled {
	background-color: #DFF0D8 !important;
}

span.i {
	color: red;
}
span.info {
	font-size: 0.7em;
	font-weight: bold;
}

div.attention {
	border-radius: 5px;
	border: 1px solid silver;
	margin: 15px 0;
	padding: 10px;
	background: #84a41440;
}

div.medit,
div.preview1,
div.preview2,
div.sended {
  width: 100%;
  height: 600px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px;
  overflow-x: scroll;
}

div.preview1 {
	height: 200px;
	background-color: #edf7ea;
}

div.preview2 {
	height: 800px;
	background-color: #edf7ea;
}

div.sended {
	height: 250px;
	max-height: 650px;
	background-color: #edf7ea;
}

.form-group a.removeFile {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
    background: url(../plupload/img/remove-file.png);
    float: left;
}

.form-group .attachments {
    float: left;
}

.form-group i {
	font-size: 0.8em;
}

div.sendaction {
	font-weight: bold;
}

.hide {
	display: none;
}

.show {
	display: inline;
}

button#new {
    background-color: #dc3545;
    border: 2px solid #fff;
    float: right;
    border-radius: 5px;
}
button#new:hover {
    background-color: #98A92A;
    border: 2px solid #fff;
    float: right;
}

.nav-item {
	text-align: center;
}

li.popup {
	display: none;
}

.chgColor {
  animation: color-change 5s infinite;
}

@keyframes color-change {
  0% { color: #BF1528; }
  25% { color: #BF1528; }
  50% { color: #84a41440; }
  75% { color: #BF1528; }
  100% { color: #BF1528; }
}