body {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	background: #F6F6F6;
}

body > .container {
  padding-top: 70px;
  padding-bottom: 35px;
}

pre.tracy-dump {
  padding-top: 70px;
}
.ui-dialog {
    z-index:10001;
}

.fullSize {
    height: 100%;
    width:100%;
    border: 1px dotted black;
}


.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 20px;
    position: fixed;
    width: 100%;
    background-image: linear-gradient(to bottom, #fff 0px, #f8f8f8 100%);
    background-repeat: repeat-x;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
    font-size: 11px;
    padding-top: 3px;    
}

.table {
	font-size: 13px;
}

.login-header img {
  max-width: 100%;
  height: auto;
}

h1 {
	color: #3484D2;
}

html.busy, html.busy * {  
  cursor: wait !important;  
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form th, form td {
	vertical-align: top;
	font-weight: normal;
}

form th {
	text-align: right;
}

form .required label {
	font-weight: bold;
}

form .error {
	color: #D00;
	font-weight: bold;
}

.ui-widget {
    font-size: 100%;
}

hr {
  margin-top:5px;
  margin-bottom:5px;
}

table.table hr {
  margin-top: 1px;
  margin-bottom: 5px;
}

.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  vertical-align: top;
}

.navbar a.backlink {
  color: red !important;
}

.nav-tabs {
  width: 100% !important;
}

.tab-content .detail {
  min-height: 200px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 10px;
  width: 100% !important;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}

.datagrid {
  border: 1px solid #ddd;
  background: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
}

.form-horizontal {
  border: 1px solid #ddd;
  background: #fff;
}

form.form-inline span.help-block {
  display: none;
}

legend {
  padding-left: 20px;
}

.submenu .navbar-brand {
  min-width: 300px;
  border-right: 1px solid #ddd;
}

#formButtonBar .form-group:first-child {
    background-image: linear-gradient(to bottom, #F0F0F0 0px, #E9E9E9 100%);
    background-repeat: repeat-x;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 5px rgba(0, 0, 0, 0.075);
    background-color: #f3f3f3;
    border-color: #e7e7e7;
    padding-top: 10px;
    padding-bottom: 10px;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
}

.fixed  {
  position: fixed;
  top: 40px;
  width: 1100px;
  z-index: 1000;
  float: right;
}

.dl-horizontal.price dt {
    width: 260px;
    font-weight: normal;
    font-style: italic;
}

.dl-horizontal.price dd {
    margin-left: 280px;
    font-weight: bold;
}



.dl-detail {
  margin-bottom: 10px;
} 

.dt-detail {
  color: #555;
  font-weight: bold;
  font-size: 12px;
  /*font-style: italic;*/
}

.dd-detail {
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.text-private {
  text-shadow:0 0 7px #555, 0 0 10px #000;
  color: transparent;
}

.text--private:hover {
  text-shadow: none;
  color: #555;
}

.gridDetail {
  padding:7px;
}

div.gridDetail.small {
  padding:3px;
}
div.gridDetail.small dl {
  margin-bottom:3px;
}
div.gridDetail.small dd {
  padding:3px;
}

select.small {
  width: 140px !important;
}

input.ui-autocomplete-loading {
  background: url(../images/spinner.gif) no-repeat right center !important;
}

input.autocomplete {
  background: white url(../images/search-icon.svg) no-repeat center right;
  background-size: 20px;
  background-position: 99% 50%;
}

input.typeahead {
  background: white url(../images/help-icon.svg) no-repeat center right;
  background-size: 20px;
  background-position: 99% 50%;
}

.autocomplete-detail {
  background-color: #EEE;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 12px;
  line-height: 1.42857;
  padding: 6px 12px;
  /*margin-top: 33px;*/
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

a.autocomplete {
  font-size: 12px;
}

span.autocomplete {
  font-size: 85%;
  color: #999;
  padding: 0px;
  display: block;
}

.white {
  color: white !important;
}

.red {
  color: red !important;
}

.green {
  color: green !important;
}


div.autocomplete.ui-menu-item-wrapper.ui-state-active span.autocomplete {
  color: white;
}

ul.nav li .ikona {
  /*visibility: hidden;*/
}

ul.nav li.active .ikona {
  /*visibility: visible;*/
  cursor: pointer;
  cursor: hand;
}

.inline-form-highlight {
  background-color: #d9edf7;
}

.datagrid-header {
  color: #777;
  height: 50px;
  line-height: 20px;
  padding: 15px;
}

.datagrid-header h3 {
  font-size: 18px;
  margin-top: 5px;
}

.datagrid td[data-datagrid-editable-url] {
  background: transparent url(../images/pencil-icon.svg) no-repeat center right;
  background-size: 15px;
  background-position: 95% 50%;
}

.item-detail-content {
  /*background-color:lavender;*/
  border: 1px solid #ccc;
  border-radius: 3px;
}


.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #d9edf7;
}

/* Fix button hover in tabs*/
.nav > li > a:hover, .nav > li > a:focus {
  background-position: 0;
}

.padtop {
  padding-top: 20px;
}

fieldset {
  padding:5px 20px;
}

.flashes{position:fixed;left:0;width:100%;z-index:1000;}
@keyframes flashes{0%,100%{transform:translateY(100px)}
15%,85%{transform:translateY(0)}
}
@-webkit-keyframes flashes{0%,100%{transform:translateY(100px)}
15%,85%{transform:translateY(0)}
}
.flashes{background-color:#FFF9F0;bottom:0;box-sizing:border-box;transform:translateY(100px);border-top:1px solid red;}
.flashes.slide{animation-name:flashes;animation-duration:6s;animation-delay:0}
/*.flashes .alert{display:block;height:50px;line-height:50px;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;border:0;padding:0;margin:0;background-color:#fff}*/


.flash {
	padding: 0.5em;
	margin: 0.5em;
    font-weight: bold;
}

.flash.success {
    color: #5cb85c;
}

.flash.warning {
    color: #f0ad4e;
}

.flash.error, .flash.alert {
    color: #d9534f;
}

.flash.info {
    color: #337ab7;
}



/**
 *  CHAT BOX
 **/

		.clearfix:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
        }
    .clearfix {
      display: inline-block;
    }
    * html .clearfix {
      height: 1%;
    }
    .clearfix {
      display: block;
    }
		section#chat-box, section.chat-box {
			background: #fff;
			padding: 10px;
			height: ;
			margin: 0 auto;
			/*max-width: 600px*/
		}

		ul.messages {
			padding: 10px;
   			list-style-type: none;
		}

		ul.messages li {
			display: block;
			position: relative;
			float: left;
			width: 90%;
			background: #a6acba;
			border: 4px solid transparent;
			border-radius: 4px;
			padding: 5px;
			color: #fff;
			font-weight: 700;
			margin-bottom: 15px;
		}

		ul.messages li:after, ul.messages li:before {
			right: 100%;
			top: 50%;
			border: solid transparent;
			content: " ";
			height: 0;
			width: 0;
			position: absolute;
			pointer-events: none;
		}

		ul.messages li:after {
			border-color: rgba(166, 172, 186, 0);
			border-right-color: #a6acba;
			border-width: 12px;
			margin-top: -16px;
		}
		ul.messages li:before {
			border-color: rgba(0, 0, 0, 0);
			border-right-color: transparent;
			border-width: 26px;
			margin-top: -26px;
		}

		ul.messages li.customer {
			background: #76a0be;
			float: right;
		}

		ul.messages li.customer:after, ul.messages li.customer:before {
			border-right-color: transparent;
			left: 100%;
		}

		ul.messages li.customer:after {
			border-left-color: #76a0be;
		}
		ul.messages li.customer:before {
			border-left-color: transparent;
    }
/**
 *  CHAT BOX  END
 **/



/*
.help-block{
	display:block;
	transform-origin: 100% 0%;
  z-index: 1000;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;

}

.help-block{	/* The tooltip * /
	text-align: left;
	background-color: rgb(230,230,250);
	padding: 5px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	right: 20px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
}

.help-block:before{ /* The pointer of the tooltip rgb(230,230,250); * /
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:rgb(119,136,153);
	left:10px;
	top:-12px;
}

.help-block:after{ /* Prevents the tooltip from being hidden * /
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-40px;
	left:0;
}
/* CSS animation * /

@-webkit-keyframes fadeIn {
	0% {
		opacity:0;
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}
*/
