body {
	font-family: tahoma, arial, sans serif;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background: #2BB432;
  	border-color: #008045;
    cursor: default;
}

a {
    color: #2BB432;
    text-decoration: none;
}

a:hover, a:focus {
    color: #008045;
    text-decoration: underline;
}

.alert {
	padding: 5px;
	font-size: 11px;
}

.margin-10 {
	margin: 10px;
}

.alert li {
	margin-left: 15px;
	padding: 0;
}

.footer {
	font-size: 11px;
	color: #AAA;
}

.white-bg {
	background: #FFF;
}

.container-fluid-empty {
	margin: 50px;
	padding: 30px;
}

.talign-left {
	text-align: left;
}

#cm-menu .cm-logo {
    display: block;
    height: 50px;
    background: none;
    /*background: url(../img/bee-logo-sm2.png) no-repeat 5px center transparent;
    background-size: 200px 40px;*/
    padding-top: 14px;
    padding-left: 80px;
    padding-right: 10px;
    line-height: 13px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

/*.cm-menu-items li.active a {
    -webkit-box-shadow: inset 3px 0 0 #FF9F06;
    box-shadow: inset 3px 0 0 #FF9F06;
    color: #333;
}

a {
    color: #FF9F06;
    text-decoration: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FF9F06;
}

#cm-submenu-popover a:hover, #cm-submenu-popover a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #FF9F06;
} */

.readonly-data {
	border-bottom: 1px dashed #DDD;
	padding: 2px 0px;
	margin-top: 5px;
}

.readonly-data-noborder {
	margin-top: 7px;
}

.cut-text { 
	text-overflow: ellipsis;
  	overflow: hidden; 
  	width: 150px; 
  	height: 2em; 
  	white-space: nowrap;
}

.cut-text-big { 
	text-overflow: ellipsis;
  	overflow: hidden; 
  	width: 300px; 
  	height: 2em; 
  	white-space: nowrap;
}

.not-readed {
	font-weight: bold;
}

.hide-btn {
	display: none;
}

.modal{
    display: block !important; /* I added this to see the modal, you don't need this */
}

/* Important part */
.modal-dialog{
    overflow-y: initial !important
}
.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1051 !important;
}

.loader {
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #1fab29; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 20px auto;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.panel-bg > .panel-heading {
	background-color: #F5F5F5;
}

.panel-bg-lightgreen > .panel-heading {
	background-color: #DCF8E8;
}

.panel-bg-lightorange > .panel-heading {
	background-color: #FAEAAB;
}

.with-errors {
	font-size: 11px;
}

/*** table style ***/
.row-green-light {
	background-color: #FBEEBB;
}

.row-green-light:hover {
	background-color: #F9E184;
}

.btn-primary:hover {
	background-color: rgba(221, 221, 221, 0.1);
}

.row-green-light {
	background-color: #D2F79B;
}

.row-green-light:hover {
	background-color: #B8F260;
}

.row-red-light {
	background-color: #FCCFC2;
}

.row-red-light:hover {
	background-color: #FAA389;
}

.btn-primary:hover {
	background-color: rgba(221, 221, 221, 0.1);
}

.acl_warning {
	display: block;
	width: 100%;
	background: url(../img/warning.png) no-repeat center top;
	padding-top: 260px;
	margin: 140px auto;
}

.acl_warning p {
	display: block;
	width: 100%;
	color: #F00;
	font-weight: bold;
	text-align: center;
	font-size: 22px;
}

.row-container {
	height: auto;
	overflow: hidden;
}

.row-container > .col-left {
	width: 390px;
    float: left;
    padding: 20px;
    background: #FFF;
    margin: 20px 20px 0px 0px;
    border-radius: 10px;
    position:fixed;
}

.row-container > .col-right {
	float: none; 
    width: auto;
    overflow: hidden;
    padding: 20px 20px 0 20px;
    background: #FFF;
    margin: 20px 0px 0px 10px;
    border-radius: 10px;
    margin-left: 410px;
}

/****** Btn Green **************/
.btn-green {
  color: #ffffff;
  background-color: #2BB432;
  border-color: #008045;
  line-height: 20px;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.btn-green.open,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #008045;
  border-color: #008045;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled,
.btn-green[disabled],
fieldset[disabled] .btn-green,
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus,
.btn-green.disabled:active,
.btn-green[disabled]:active,
fieldset[disabled] .btn-green:active,
.btn-green.disabled.active,
.btn-green[disabled].active,
fieldset[disabled] .btn-green.active {
  background-color: #2BB432;
  border-color: #dab10d;
}
.btn-green .badge {
  color: #2BB432;
  background-color: #ffffff;
}
.cm-navbar-green {
  color: #fff;
  background: #2BB432;
  border-color: #008045;
}
.cm-navbar-green-dark {
  color: #fff;
  background: #008045;
  border-color: #008045;
}
.cm-navbar-green #cm-search {
  background: #008045;
}
.cm-menu-items li.active a {
  -webkit-box-shadow: inset 3px 0 0 #008045;
  box-shadow: inset 3px 0 0 #008045;
  color: #333333;
}
.btn-success {
  color: #ffffff;
  background-color: #2BB432;
  line-height: 20px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2BB432;
}

.lgw-title {
	background: url('../img/logo_white.png') no-repeat left top 11px;
	padding-left: 35px;
	background-size: 30px 30px;
}

/*** Regulamin ***/
.content-title {
	display: block;
	text-align: center;
}

.site-title {
	display: block;
	border-bottom: 1px solid #ECECEC;
	padding: 10px 0px;
	margin: 0 0 20px 0;
}

.content-title-left {
	display: block;
	text-align: left;
}

.paragraph-title {
	display: block;
	text-align: center;
	margin-top: 30px;
}

.paragraph-subtitle {
	display: block;
	text-align: center;
	font-style: italic;
}

.section-content {
	text-align: justify;
}

.bottom-button-section {
	display: block;
	text-align: center;
	margin-top: 30px;
	border-top: 1px solid #CECECE;
	padding: 20px;
}

.margin-left-20 {
	margin-left: 20px;
}

.panel-title-block {
	display: block;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px solid #ECECEC;
	margin: 10px 0;
	font-size: 14px;
}

/** JDW Aukcja ***/
.jdw-info label {
	display: block;
	text-align: right;
	width: 100%;
}

.jdw-info h3 {
	display: block;
	text-align: right;
	width: 100%;
	margin: 0;
	padding: 5px 0;
}

.input-padding-right {
	padding-right: 20px;
}

.input-left-align {
	text-align: right;
}

.list-big-margin li {
	padding: 5px;
}

#aukcjaTimer {
	display: flex;
	justify-content: center; 
	width: 100%;
}

#aukcjaTimer .col-sm-1 {
	width: 70px;
	float: right;
}

.timer-title {
	display: block;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	margin-bottom:15px;
}

.timer-end-style {
	display: block;
	width: 100%;
	text-align: center;
	
	font-size: 22px;
	padding:20px;
}

#aukcjaTimer .green-bg {
	background-color: #2BB432;
	border: 1px solid #008045;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	border-radius: 5px;
	padding-bottom: 15px;
	height: 50px;
}

#aukcjaTimer .yellow-bg {
	background-color: #FCF8E3;
	border: 1px solid #FAEBCC;
	color: #8A6D3B;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	font-size: 20px;
	border-radius: 5px;
	padding-bottom: 15px;
	height: 50px;
}

#aukcjaTimer label {
	display: block;
	font-weight: normal;
	font-size:11px;
	text-align: center;
	margin: 0;
	padding: 0;
}