body {
	background-color:  white;
	background: url(/images/bg/sandpaper.png) repeat 0 0;
	font-size: 14px !important;
	font-family: Arial, sans-serif;
}

body.sheets {
	/*
	margin-top:-60px;
	*/
	margin: 10px 1em;
	padding: 2px 1.5em;
}

body.public {
	margin: 5px 15em;
}

img.logo {
	margin:-14px 0px 0px 0px;
	padding: 0px 4px 0px 0px;
	display: inline;
	vertical-align:middle;
}

i {
	padding-right:8px;
}

i.nopad {
	padding-right:0px !important;
}

.vm {
	vertical-align: middle !important;
}

th {
	text-align:center !important;
}

th.normal {
	font-weight: normal !important;
}

td.rbord {
	border-right: 1px solid darkgray !important;
}

td.tbord {
	border-top: 2px solid darkgray !important;
}

.message_info {
	display:block;
	margin: 5px 20px 20px 20px;
	padding: 5px 20px;
	text-align:center;
	border:1px solid green;
	background-color: #CDF182;
	font-weight:bold;
	color:green;
}

.message_error {
	display:block;
	margin: 5px 20px 20px 20px;
	padding: 5px 20px;
	text-align:center;
	border:1px solid red;
	background-color: #F18C82;
	font-weight: bold;
	color: black;
}

li.buttons {
	list-style: none;
	list-style-position: outside;
	padding: 5px 2px;
}

ul.nobull {
	list-style: none;
	list-style-position: outside;
	padding: 5px 2px;
}

li.nobull {
	list-style: none;
	list-style-position: outside;
	padding: 5px 2px;
}

ul.nopoint {
	list-style: none;
	list-style-position: inside
	padding: 5px 2px;
}

li.nopoint {
	list-style: none;
	list-style-position: inside;
	padding: 5px 2px;

}

.sidebar {
	overflow-y:auto;
	overflow-x: hidden;
}

.tleft {
	text-align: left !important;
}

.tdul {
	border-bottom: 1px solid gray !important;
}

.tdrb {
	border-right: 1px solid gray !important;
}

.tdhighlight {
	border-top: 1px solid gray !important;
	border-bottom: 1px solid gray !important;
}

.vertmid {
	vertical-align: middle !important;
}

@media print {
  a[href]:after {
    content: none;
  }
  abbr[title]:after {
    content:none;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: none;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    /* max-width: 100% !important; */
  }
}

@-moz-document url-prefix() {
  fieldset { display: table-cell; }
}

#cke_1_path, .cke_1_path {
	display:none !important;
}

#cv_brand {
	font-size:  2em;
	font-weight: bold;
	color: black !important;
}

.cv_info {
	font-size: 1.2em;
	font-weight:bold !important;
	color: black !important;
}

.navbar-inverse {
  background-color: #7F7E7E !important;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #EE9016 !important;
}
.navbar-inverse .navbar-text {
  color: #EE9016 !important;
}
.navbar-inverse .navbar-nav > li > a {
  color: #fff !important;
  /*color: #EE9016 !important;*/
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  /*color: #fff !important;*/
  color: #EE9016 !important;
  background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  display:none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.btn-block-left {
	text-align:left !important;
}

hr {
	width: 100%;
	color: black;
	height: 1px;
	background-color:black;
}

hr.hr_pale{
	width: 100%;
	color: #aaaaaa;
	height: 1px;
	background-color:#aaaaaa;
}

li.pill_default {
	background-color:  white !important;
	border: 1px solid gray !important;
	margin: 5px 0px !important;
}

abbr.tt {
	border:none;
	cursor: help;
	text-decoration: none;
}

.text-nav {
	color: #0b4c84;
}
