@media (max-width: 950px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #DDD;
        -webkit-overflow-scrolling: touch;
    }
}
/*
.table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
}

.table-responsive>.table { 
    margin-bottom: 0;
}

.table-responsive>.table>thead>tr>th, 
.table-responsive>.table>tbody>tr>th, 
.table-responsive>.table>tfoot>tr>th, 
.table-responsive>.table>thead>tr>td, 
.table-responsive>.table>tbody>tr>td, 
.table-responsive>.table>tfoot>tr>td {
    white-space: nowrap;
}*/
select{
	width: 100% !important;
	font-size: 14px !important;
	color: #5CB85C;
	line-height: 1.42857;
	font-family: inherit;
	font-weight: normal;
}
#category-button, #type-button, #month-button, .ui-selectmenu-button{
	width: 100% !important;
}
.overflow{
	max-height: 250px;
}
.ui-selectmenu-text{
	color: #208213;;
	font-size: 14px;
	line-height: 1.42857;
	font-family: inherit;
	font-weight: bolder;
        height: 32px;
}
#page-wrapper{
	padding-bottom: 25px;
}
.centered{
	text-align: center;
}
.results-count{
	margin-top: 30px;
	color: #449D44;
	text-align: right;
}
.results-count a, .results-count a:hover{
	color: #449D44;
	text-decoration: none;
}

.results-count-0{
	margin: 20px;
	text-align: center;
	color: #A8221F;
}
.options{
	width: 75px !important;
}
.options a{
	margin: 0 2px;
	color: #8C2B2A;
}
.options a:hover{
	color: black;
}
.or{
    color: #D9534F;
}
form .btn{
	margin-top: 3px;
	margin-bottom: 3px;
}
.c_list{
	text-align: right;
	margin-bottom: 0px;
}
.c_letter{
	color: #F59846;
	font-weight: bolder;
	font-size: 12px;
	cursor: pointer;
}
.c_letter:hover{
	text-decoration: underline;
}
.act{
	color: #C9302C;
	cursor: default;
}
.act:hover{
	text-decoration: none;
}
.navi-search-2{
	position: absolute;
	bottom: 0px;
}
.navi-search a, .navi-search-2 a{
	color: #5C9C5C;
	font-size: 18px;
	padding-top: 5px;
	display: inline-block;
	margin-left: 10px;
	margin-right: -10px;
}
.navi-search a:hover, .navi-search-2 a:hover{
	color: black;
}
#search-id-button, #search-id-2-button{
	width: auto !important;
	margin-left: 10px;
	float: left;
	text-align: right;
}
#search-id-button{
	margin-top: 0px;
	margin-left: 0px;
}
#count-result{
	color: #449D44;
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px
}
.come-back-icon{
	color: #C42421;
}
.come-back-icon:hover{
	color: #2B2B2B;
}
.note-editor{
	border: 1px solid #E5E0E0 !important;
	border-radius: 4px;
}
.note-editor .note-toolbar {
    background-color: #F8F8F8 !important;
    border-bottom: 1px solid #E5E0E0 !important;
}
.note-editor .note-editable {
    outline: 0 none;
    overflow: auto;
    padding: 10px;
    height: 200px;
}
.message{
    color: red;
}
.specific-number{
    margin: 0px;
    text-align: center;
    font-size: 14px;
    font-weight: bolder;
    color: #208213;
    letter-spacing: 1px;
}
.spinner {
  width: 100%;
}
.spinner input {
  text-align: left;
  float: left;
  width: 64% !important;
}
.spinner span {
  width: 18%;
  float: left;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  border-left: none !important;
  padding: 6px 0px !important;
  color: #208213;
}
.spinner span:hover{
    border-color: #CCCCCC;
}
.spinner span:last-child {
  border-bottom-right-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.spinner span:first-child {
  border-left: 0 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    background: url("images/ui-bg_glass_100_fdf5ce_1x400.png") repeat-x scroll 50% 50% #DCF7DC;
    border: 1px solid #5CB85C;
    color: #208213;
    font-weight: bold;
}
p{
    color: #5F7676;
}
p b{
    color: #333333;
    border-bottom: 1px solid #E5E0E0;
    padding-bottom: 3px;
    width: 100%;
    display: block;
}
.txt-btn{
    color: #208213;
    font-size: 17px;
    cursor: pointer;
}
.txt-btn:hover{
    color: #5F7676;
}
.note-editor .note-statusbar .note-resizebar {
    border-color: transparent !important;
    background-color: white;
}
#naviMenu{
    visibility: hidden;
    position: absolute;
}
.popover-content{
    font-weight: normal;
}
.ui-selectmenu-text, .ui-state-focus{
    font-weight: normal !important;
}
.inside-row{
    margin-bottom: 15px;
}
.breadcrumb{
    margin-top: 15px;
}
.heading-col{
    margin-bottom: 10px;
}

@media (max-width: 400px) {
    .file-preview-image{
        width: 100% !important;
    }
}
/*
.panel-info{
    background-image: url('../images/pattern_56-dark.png');
    background-color: #8BCB8F;
}*/
.fa-info-circle{
    cursor: pointer;
}
.fa-info-circle:hover{
    color: #E58722;
}
.center {
     float: none;
     margin-left: auto;
     margin-right: auto;
}
.radioBtn .notActive{
    color: #5CB85C;
    background-color: #F8F8F8;
    border-color: #5CB85C;
}
.radioBtn .active{
    background-color: #5CB85C;
    border-color: #5CB85C;
}
.no-padding{
    padding: 0 !important;
}
_100{
    width: 100%;
}
@media (max-width: 450px) {
    .kv-fileinput-caption{
        display: none !important;
    }
    .fileinput-remove-button, .btn-file{
        border-radius: 4px !important; 
        margin: 0 3px;
    }
}
/* Poszczególne typy formularzy */
/* DO DOKOŃCZENIA */
/*
.FD{
    background-color: #BAE0BC;
    border-color: #449D44 !important;
}
.FD .form-control:focus {
    border-color: #449D44;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(117, 165, 228, 0.4);
}
.FD .txt-btn{
    color: #449D44;
}
.FD .txt-btn:hover{
    color: #449D44;
}
.FD .glyphicon-calendar {
    color: #449D44;
}
.FD .bootstrap-datetimepicker-widget td.active, FD .bootstrap-datetimepicker-widget td.active {
    background-color: #449D44!important;
}
.FD .fa-info-circle{
    margin-right: 5px;
    color: #449D44;
}
.FD .panel-heading {
    border-color: #7ABC7A !important;
}
.FD input, .FD textarea {
    border-color: #7ABC7A !important;
}
.FD .ui-state-default {
    border-color: #7ABC7A !important
}*/

.amount{
    text-align: right;
    font-weight: bolder;
    color: #CC2020;
}
.amount-light{
    font-weight: normal;   
}
.little-margin-top{
    margin-top: 8px;
}
.adv-header{
    font-weight: bolder;
    color: #20824C !important;
}
.adv-label{
    font-size: 12px;
    margin-top: 9px;
    color: #383838;
}
.add-wsparcie{
    font-size: 22px;
    cursor: pointer;
    color: #449D44;
    margin: 0 15px;
    margin-top: 4ppx;
}
.add-wsparcie:hover{
    color: #D68D26;
}
.kv-fileinput-error{
    margin: 10px 20px;
} 
.come-back, .move-up, .move-down{
    color: #61A85F;
    cursor: pointer;
}
.come-back:hover, .move-up:hover, .move-down:hover, .come-back:focus, .move-up:focus, .move-down:focus{
    color: #21681F;
}
#color td{
    background-color: #D3EDD3!important;
}
.ui-menu{
    max-width: 400px !important;
}
.parent-sites{
    position: relative;
}
.options span{
    margin: 0 2px;
}

/*
    SUMMERNOTE STYLE
*/

.note-editable{
    color: #666;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}

.note-editable p{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 20px;
    font-family: 'Lato',sans-serif !important;
    color: #666;
}
.note-editable b{
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6em;
    margin: 0 0 20px;
    font-family: 'Lato',sans-serif !important;
    display: inline;
    border: none;
    text-decoration: none;
    color: #666;
}
.note-editable .news-content{
    max-width: 200px;
    float: right;
    margin: 20px;
    margin-right: 0;
    margin-top: 0;
    opacity: 1 !important;
}
@media (max-width: 590px){
    .note-editable .news-content{
        width: 100%;
        max-width: none;
        float: none;
        margin: 0;
        margin-bottom: 20px;
    }
}
.note-editable a, .note-editable .tp-caption a.btn:hover {
    color: #5B890B;
}
.note-editable .contact-content h3{
    font-size: 18px;
    color: #71A812;
    margin: 20px 0;
    text-transform: uppercase;
}
.note-editable .contact-content p{
}
.note-editable .contact-content p b{
    font-weight: bolder !important;
}
.note-editable .partners{
    margin: 50px 0;
}
.note-editable .nasza_oferta b{
    font-weight: 900;
}
.note-editable .img-margin{
    margin: 5px auto;
    margin-bottom: 45px;
    max-width: 200px;
}
.note-editable .nasza_oferta li{
    font-size: 16px;
    line-height: 22px;
    margin-right: 40px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.add_parameters{
    color: #5CB85C;
    cursor: pointer;
    font-size: 22px;
}
.add_parameters:hover{
    color: #F28B1D;
}
.karolina-img{
	max-width: 265px;
	margin-top: 45px;
	margin-left: 30px;
	margin-bottom: 20px;
}
@media (max-width: 560px){
    .karolina-img {
        display: block;
        margin: 0 auto;
        width: 100%;
        min-width: 100%;
		margin-bottom: 20px;
    }
}
  .thumbnail.with-caption {
    display: inline-block;
    margin: 20px;
    margin-top: 5px;
    position: relative;
  }
  .thumbnail.with-caption.pull-left{
      margin-left: 0;
  }
  .thumbnail.with-caption.pull-right{
      margin-right: 0;
  }
  .thumbnail.with-caption img{
      max-width: 300px;
  }
  .thumbnail.with-caption p {
    margin: 0;
    margin-left: 2px;
    padding-top: 0.5em;
  }
  .thumbnail.with-caption small:before {
    content: '\2014 \00A0';
  }
  .thumbnail.with-caption small {
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #999;
  }
@media (max-width: 560px){
    .thumbnail.with-caption {
        margin: 15px 0;
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        float: none;
    }
    .thumbnail.with-caption img{
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
.add_parameters, .add_parameters_yt{
    color: #5CB85C;
    cursor: pointer;
    font-size: 22px;
}
.add_parameters:hover, .add_parameters_yt:hover{
    color: #F28B1D;
}