@CHARSET "UTF-8";

body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

button.default, a.default {
	border-color: #BBBBBB !important;
}

.inline-block { 
	display: inline-block; 
}

#content-left {
	padding-left: 5px;
	padding-right: 5px;
	margin: 20px auto;
}

#content-right {
	padding-left: 5px;
	padding-right: 5px;
	margin: 20px auto;
}

.footer {
	background-color: #EEEEEE;
}

.reset-lineheight {
	line-height: initial;
}

div.separator
{
	margin-bottom: 5px;
	clear: both;
}

h1 {
    font-size: 1.4em;
    color: #008000;
    font-weight: normal;
    margin: 11px 0px;
}

.normal {
	margin: 12px 0px;
}

.btn {
	font-size: 14px !important;
}

.btn-primary, .btn-info {
	color: #FFF !important;
}

a {
    color: #000000;
}

#fieldset-submitform {
	margin-top: 20px;
	margin-bottom: 20px;
}

.warning a, #searchboatdata .warning a {
	color: red;
}

.info a, #searchboatdata .info a {
	color: green;
}

table.standard {
	width: 100%;
}

table.standard th {
	text-align: left;
	background-color: #A7C942;
	color: #ffffff;
	border: 1px solid #98bf21;
	padding: 5px 7px 4px 7px;
	font-weight: bolder;
}

table.standard td {
	border: 1px solid #98bf21;
	padding: 3px 7px 2px 7px;
}

table.standard tr.dark {
	background: #EAF2D3;
}

legend {	
	font-size: 1em;	
	width: auto;
	border-style: none;
	margin-bottom: 10px;
}

form.bootstrap legend {
	font-size: 1.1em;
	width: 100%;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

table.standard tr.light {
	background: #FFFFFF;
}

#doclist-table {
	width: 100%;
}

#userlist-container {
	width: 100%;
}

#userlist-table {
	width: 100%;
}

.Highlight {
	background-color: #dcfac9;
    cursor: pointer;
	outline-style: solid;
	outline-color: green;    
}

#decision-preview {
	float: left; 
	clear: both;
	height: 847px; 
	width: 600px; 
	border: 1px solid #666; 
	margin-left: 1em;
	margin-bottom: 1em;
  	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
 	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);	
}

#output {
	float: left; 
	clear: both;
	height: 500px; 
	width: 100%; 
	border: none;
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


#decision-html-preview {
	float: left; 
	clear: both;
	height: 500px; 
	width: 95%; 
	/*border: 1px solid #666;*/ 
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 1em;
	margin-bottom: 1em;
	/*
  	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
 	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
 	*/	
}

#preview {
	float: right; 
	height: 500px; 
	min-width: 353px; 
	width: 353px; 
	border: 1px solid #666; 
	margin-left: 1em;
	margin-bottom: 1em;
  	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
  	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
 	box-shadow: 0px 0px 6px rgba(0,0,0,0.5);	
}

#fieldset-back {
	clear: left;
}

#searchresult-accordion {
	margin: 0px auto;
}

.warning {
  	background-image: url(/images/icon_error.gif);
  	background-repeat: no-repeat;
  	background-position: 3px 3px;	
	clear: both;
	color: red;
	padding: 5px 5px 5px 27px;
	font-weight: bolder;
	line-height: normal;
}

.alert span.glyphicon-exclamation-sign {
/*	color: orange;*/
}

.alert span.glyphicon-remove-sign {
/*	color: red;*/
}

.info {
  	background-image: url(/images/icon_info.gif);
  	background-repeat: no-repeat;
  	background-position: 3px 3px;	
	clear: both;
	color: green;
	padding: 5px 5px 5px 27px;
	font-weight: bolder;
	line-height: normal;
}

#searchmigration {
	float: left;
	clear: both;
	padding: 5px;
}

#searchshipowner {
	float: left;
	clear: both;
	padding: 5px;
}

#searchowner {
	float: left;
	clear: both;
	padding: 5px;
}

#searchboatdata {
	float: left;
	clear: both;
	padding: 5px;
}

.searchlabel {
	text-align: left;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.searchvalue {
	text-align: left;
	padding-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
}

.searchtable {
	border-collapse: collapse;	
}

.historytable {
	border-collapse: collapse;
	font-size: 0.8em;
}

#flashmessages {
	overflow: hidden;
	padding-bottom: 10px;
	line-height: normal;	
}

#logged-in-as {
	text-align: right;
	font-size: 0.9em;
}

#showstats-container {
	width: 100%;
}

#showstats-table {
	width: 100%;
}

div.toolbar,
div.btn-toolbar {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

div.filter-toolbar {
	border-bottom: 1px solid #A0A0A0;
	padding-bottom: 5px;
}

div.toolbar a, div.toolbar button {
	margin-right: 5px;
}

.pointer {
	cursor: pointer;
}

.pointer:hover {
	text-decoration: underline;
}

.small {
	font-size: 10px;
}

.verysmall {
	font-size: 8px;
}

.nodata {
	color: red;
	font-style: italic;
}

div.registration fieldset, div.document fieldset {
  	clear: both;
  	border-color: #000000;
  	border-width: 1px 0 0 0;
  	border-style: solid none none none;
  	padding: 10px;
  	margin: 0 0 0 0;	
}

#searchresult {
  	clear: both;
  	border-color: #000000;
  	border-width: 1px 0 0 0;
  	border-style: solid none none none;
  	padding-left: 5px;
  	padding-right: 0;
  	padding-top: 10px;
  	padding-bottom: 10px;
  	margin: 0 0 0 0;	
}

div.registration fieldset legend, #searchresult legend, div.document fieldset legend {
  	font-weight: bolder;
  	color: #000000;
  	margin: 0 0 0 0;
  	padding: 0 5px;
}

div.registration dl, div.document dl {
	max-width: 100%;
 	overflow:hidden;
 	margin-top: 0;
 	margin-bottom: 0.5em;
}

div.registration dt, div.registration dd, div.document dt, div.document dd {
	margin-bottom: 0.5em;
}

div.registration dt, div.document dt {
	float:left;
	clear:both;
 	width:40%; 
 	font-weight: bolder;
}

div.registration dd, div.document dd {
	float:right;
	margin-left: 1%;
 	width:59%;
}

.static {
	font-weight: bolder;
}

/******** Potwierdzenia ***********/

.checklist {
	margin-bottom: 5px;
}

.checklist-header {
	margin-bottom: 10px; 
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	border-bottom-color: #000000;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-radius: 0px;
	background-color: #FFF;
}

.checklist-header a.navbar-btn.btn-sm {
	margin-top: 5px;
	margin-bottom: 5px;
}

.checklist-required {
	font-weight: bold;
}

/******** Ostatnie operacje ***********/
#operation-history dl {
	max-width: 100%;
 	overflow:hidden;
 	margin-top: 0;
 	margin-bottom: 0.5em;
}

#operation-history dt, #operation-history dd {
	margin-bottom: 0.5em;
}

#operation-history dt {
	float:left;
	clear:both;
 	width:30%; 
 	font-weight: bolder;
}

#operation-history dd {
	float:right;
	/*clear:both;*/
	margin-left: 1%;
 	width:69%;
}

.date {
	font-style: italic;
	font-size: 0.8em;
}

#stats-1 {
	max-height: 250px;
	overflow: auto;
}

/******** Statystyki ***********/

#stats dl {
	max-width: 100%;
 	overflow:hidden;
 	margin: 0px;
}

#stats dt, #stats dd {	
	text-align: center;
}

#stats dt {
	margin-top: 0.5em;
	margin-bottom: 0px;
 	width:100%; 
 	font-weight: normal;
}

#stats dd {
	margin-top: 0px;
	margin-bottom: 0.5em;
 	width:100%;
 	margin-left: 0px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/*********** Kafelki **********/
.live-tile .tile-title, .list-tile .tile-title, .copy-tile .tile-title {
  padding: 0 0 6px 2%;
  width: 98%;
}

/********** Download Panel ********/
.download-panel {
	
}

.download-panel p {
	width: 100%;
	text-align: center;
}

/********* Dropzone ***********/
img.dropzone {
	min-width: 150px;
}

/********* Attachments *******/
.attachments {
	margin-top: 10px;
	margin-bottom: 10px;
}

.attachmentsEdit {
	border: 1px dashed #ccc;
    border-radius: 5px;
}

.attachmentsPanel {
	padding-bottom: 10px;
}

/********** Navbar ************/
.navbar-toggle {
	padding:  10px;
    margin:  25px 15px 25px 5px;	
}

.navbar-brand {
	height: 83px;
    padding-top: 15px;
    padding-bottom: 15px;	
}

.main.navbar {
	margin-bottom: 0px;
}

@media (min-width: 768px)
{
	.navbar-text {
    	margin-left: 0px;
	}
}

/********* Decision Form *********/
.decision {
	line-height: 300%;
}

.decision ol {
	margin-top: 10px;
	margin-bottom: 10px;
}

.decision ol ol {
	/*margin-left: 20px;*/
}

.decision li {
	/*margin-left: 20px;*/
}

.decision ul {
	/*margin-left: 20px;*/
}

.decision .form-group {
	margin-bottom: 5px;
}

/********* Search Form ********/
#searchdoc div.form-group {
	margin-top: 15px;
}

/********** Main Menu ********/
ul.mainmenu li:last-child {
    border: 0;
}

ul.mainmenu li {
    border-bottom: 1px solid #bce8f1;
}

.panel-title > a {
	display: block;
    text-decoration: none;
}

.more-less {
   float: right;
   color: #31708f;
}

#mainmenu .panel-info > .panel-heading + .panel-collapse > .panel-body {
   border-top-color: #31708f;
}

/*********** Ikony *********/
a.fancybox img 
{
	min-width: 120px;
	min-height: 120px;
}

.btn.btn-info.disabled.active {
    background-color: #269abc;
    border-color: #1b6d85;
}

label.disabled {
	pointer-events: none;
}

.registrationDialog .modal-body {
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

/*************** registration info ****************/

div.registration-info dl {
	max-width: 100%;
 	overflow:hidden;
 	margin-top: 0;
 	margin-bottom: 0.5em;
}

div.registration-info dt, div.registration-info dd {
	margin-bottom: 0.5em;
}

div.registration-info dt {
	float:left;
	clear:both;
 	width:40%; 
 	font-weight: bolder;
}

div.registration-info dd {
	float:right;
	margin-left: 1%;
 	width:59%;
}

div.registration-info fieldset {
  	padding: 10px;
  	margin: 0px;
}

div.registration-info fieldset legend {
  	font-weight: bolder;
  	margin: 0px;
}

/***************** Bootstrap Theme *************/
.btn-info:active, .btn-info.active {
    background-color: #1d7995;
}

.btn-info:active:hover, .btn-info.active:hover, .open>.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open>.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open>.dropdown-toggle.btn-info.focus {
    background-color: #1d7995;		
}

.list-group-item-text dl {
	margin-bottom: 0px;
}

.checklist-confirmation {
	margin-bottom: 4px;
}

