﻿body {
  font-size: 12px;
}

.navbar {
    font-size:14px;
}

a {
    cursor:pointer;
    text-decoration:none;
}
a:hover,a:visited {
    text-decoration:none;
}

#logindiv {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(49, 165, 231, 0.78);
  display: none;
  margin: 100px auto auto;
  max-width: 350px;
  opacity: 0.9;
  overflow: hidden;
  padding: 20px 20px 50px;
  width: auto;
}

#logindiv .subtitle {
  display: block;
  font-weight: normal;
  font-style:italic;
  margin-bottom: 10px;
  color:darkorange;
  font-size:16px;
}

input.pin {
  font-size: 28px;
  height: auto;
}

span.warnings {
  background-color: #fff;
  border-radius: 5px;
  color: darkorange;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}


span.access-log {
  background-color: #fff;
  border-radius: 5px;
  color: #f00;
  display: none;
  font-size: 18px;
  margin-bottom: 20px;
}

.validation-summary-errors ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}




.red,.dropdown-menu > li > a.red {
    color:#f00;
}

.gray {
  color: gray;
}


.green,.dropdown-menu > li > a.green {
    color:green;
}

.page-header h1 > em {
  color: orange;
  font-size: 20px;
  font-style: italic;
  font-weight: normal;
  vertical-align: middle;
}


.bs-docs-section {
    margin-top: 0px;
}

.bs-docs-section h1 {
  padding-top: 10px;
  font-size:30px;
}

.page-header {
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding-bottom: 9px;
}

legend {
  margin-bottom: 9px;
  margin-top: 20px;
  color: #317eac;
}

th.actions, td.actions {
  text-align: right;
  width: 110px;
}

input.number {
  text-align: right;
  width: 100px;
}


.padding-left {
    padding-left:20px;    
}

.margin-left {
    padding-left:20px;
    display:inline-block;
}




em.mstatus {
  border-radius: 4px;
  margin-right: 3px;
  padding: 4px 8px;
  font-weight:bold;
  cursor:pointer;
}

em.green {
  background-color: green;
  color: #fff;
}

em.yellow {
  background-color: #ffc107;
  color: #000;
}

em.red {
  background-color: #f00;
  color: #fff;
}

em.blue {
    background-color: #2FA4E7;
    color:#fff;
}

em.white {
  background-color: #ccc;
  color: #000;
}


.bg-green {
    background-color:green;
    color:#fff;
}

.bg-yellow {
    background-color:#ffc107;
    color:#555555;
}

.bg-red {
    background-color:#f00;
    color:#fff;
}

.bg-white {
    background-color:white;
    color:#000;
}

.bg-blue {
    background-color:#2FA4E7;
    color:#fff;
}

.p-large {
    font-size:16px;
}

.form-control.auto {
  display: inline-block;
  width: auto;
}


label.control-label {
    display:block;
}


.form-control.error {
  border-color: #f00;
}

label.control-label em {
    color:orange;
    font-weight:normal;
    vertical-align:middle;
}


div.attachments-container {
  padding-top: 14px;
}



div.attachment {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  padding: 0 5px;
  clear:both;
}


div.attachment:hover {
    background-color:lightyellow;
    font-weight:bold;
}



div.attachment span.size {
  color: darkorange;
  float: right;
  font-weight: bold;
  margin-right: 40px;
}

div.attachment:hover span.size {
    color:darkgrey;
}

div.attachment a.title {
  display: inline-block;
}

div.attachment a.remover {
  color: #f00;
  float: right;
  font-size: 16px;
  margin-right: 0;
  margin-top: -4px;
  vertical-align: middle;
}

form input[type="submit"], form a.btn-lg {
  display: inline-block;
  margin-left: 20px;
}

label.label-lg {
  display: inline-block;
  font-size: 16px;
  height: 36px;
  padding-top: 9px;
}


label.label-sm {
  font-size: 14px;
}

.actions > .btn-sm {
  margin-top: -2px;
  padding: 1px 4px;
  vertical-align: top;
}



.page-header.admin {
  background-color: #f00;
  border-radius: 5px;
  padding: 0 3px;
}

.page-header.admin > h1 {
  color: #fff;
}

i.open-statistics {
  font-size: 28px;
  margin-right: 3px;
  margin-top: -7px;
}


div.dashboard {
  margin-top: 20px;
}

.btn.btn-large {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-right: 10px;
	padding: 30px 20px;
	text-align: center;
	min-width: 270px;
}

#usermenu {
  color: yellow;
  font-size: 20px;
}

a.white {
    color:#fff;
}

tr.header-tr th {
  background-color: lightgray;
  border-right: 1px solid #666;
  font-size: 14px;
}


h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
}

.text-info {
  color: #666;
}

.dropdown-menu > li > a {
  clear: both;
  color: #666;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}


footer > .row {
  border-top: 1px solid #ccc;
  padding-top: 12px;
}


.ipaddress {
  color: red;
  font-size: 22px;
  padding-left: 16px;
}



.navbar-default.orange {
    background-color: orange;
    background-image:unset;
	border-bottom: 1px solid orange;
	-webkit-filter: none;
	filter: none;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}


.m-bottom {
    margin-bottom:10px;
    display:block;
}

.m-top {
    margin-top:10px;
    display:block;
}


.b-bottom {
    padding-bottom:10px;
    border-bottom:solid 1px #eee;
}


div.div-progressbar {
	text-align: right;
	font-size: 60px;
	text-align: center;
	clear: both;
	color: orange;
    display:none;
}


#lnk_upload {
	margin-top: 10px;
	clear: both;
	display: block;
}

.bg-white > a.white {
	color: #000;
}

.container {
	width: 100%;
	max-width: 1300px;
}
