/* Ogólne klasy ------------------------------------------------------------ */

.datatable-column-center {
	text-align: center
}

.margin-r-5 {
	margin-right: 5px;
}

.margin-r-10 {
	margin-right: 10px;
}

.margin-l-10 {
    margin-left: 10px;
}

.margin-b-10 {
	margin-bottom: 10px;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-t-15 {
    margin-top: 15px;
}

.margin-t-40 {
    margin-top: 40px;
}

.white {
	color:#fff;
}

.black {
    color: #000;
}

.red {
    color: red;
}

.inline {
    display: inline-block;
}

 body.cerber-theme {
  padding-top: 130px;
}

.cerber-theme .sidebar {
	margin-top: 80px;
}

.cerber-theme .container-fluid {
	    padding-top: 5px;
    padding-bottom: 10px;
}

.color-red-panel {
	background: red!important;
	height:20px;
}

.color-yellow-panel {
    background: yellow!important; 
    height:20px;
}

.color-yellow-panel .environment-description, .color-yellow-panel .header-user {
	color: black;
}

/* Animacja ładowania - Ajax Status ---------------------------------------- */

div#globalAjaxStatus {
    position: fixed;
    right: 50px;
    bottom: 100px;
}

div#globalAjaxStatus img {
    width: 50px;
}

/* Ikonki ------------------------------------------------------------------ */

.small-icon {
    display: inline;
    padding: 4px 4px 3px 4px;
    border-radius: 5px;
    color: #428bca;
    vertical-align: middle;
}

.zip-button {
	margin-left:5px;
	padding: 0px;
	color: #fff;
}


/* Nadpisywanie szablonów -------------------------------------------------- */

.cerber-theme .ui-widget-content a.btn {
	color: #ffffff;
}

.cerber-theme .btn-group-xs > .btn,
.cerber-theme .ui-widget button.btn-xs {
    font-size: 12px;
}


.cerber-theme .ui-button-text-only .ui-button-text {
    padding: 0px;
}

.cerber-theme .ui-button .ui-button-text {
    line-height: inherit;
}

.cerber-theme .ui-state-default .btn-danger,
.cerber-theme .ui-widget-content .ui-state-default.btn-danger, 
.cerber-theme .ui-widget-header .ui-state-default.btn-danger {
	color: #fff;
	text-shadow: none;
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -o-linear-gradient(top,#d9534f 0,#c12e2a 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#d9534f),to(#c12e2a));
    background-image: linear-gradient(to bottom,#d9534f 0,#c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.cerber-theme .ui-messages-error-icon {
	display: none;
}

.cerber-theme .ui-messages ul {
	margin: 0px;
}

/* Nagłówek ---------------------------------------------------------------- */

.header-user {
    float: right;
    color: #eee;
    margin-right:5px;
}

.header-user form {
    display: inline;
}

.header-banner {
    display: inline;
}

img.banner-label {
	display: block;
    margin-left: auto;
    margin-right: auto	
}

img.banner-logo {
	display: block;
    float:right;	
}

.environment-description {
    color: orange;
    float: left;
}

.cerber-theme .extendSession{
	margin:0 10px 0 10px;
	color:orange;
}

/* Strona startowa------------------------------------------ */

.cerber-theme .home-header{
	font-size:xx-large;
	font-weight:bold;
	text-align: center;
	margin-bottom:20px;
}

.cerber-theme .home-announcement-header{
	font-size:x-large;
	text-align:center;
	padding: 5px;
}

.cerber-theme .home-announcement{
	font-size:large;
	padding: 15px;
	text-align: justify;
}

/* Wnioski -------------------------------------------------- */
.cerber-theme .petition-termsAgreement {
	margin-right:10px!important;
}

.cerber-theme .date-range {
	display: inline-block;
	margin-right:10px;
}

.cerber-theme .button-margin-left{
	margin-left:10px;
}

.cerber-theme .button-margin-top{
    margin-top:10px;
}

.cerber-theme .expenses-sum, .cerber-theme .incomes-sum,
.cerber-theme .pillar-amount, .cerber-theme .granted-amount {
	padding: 10px;
	border: 1px rgba(0, 0, 0, 0.1) solid;
	background-color: #f5f5f5;
	font-weight: bold;
}

.cerber-theme .returned-sum {
	padding: 5px!important;
}

.cerber-theme .returned-sum input {
    font-size: 12px;
}

.cerber-theme .unit-to-add {
	width: 218px;
	min-width: initial!important;
	padding: 0px;
}

.cerber-theme .unit-to-add span.ui-icon.ui-icon-triangle-1-s.ui-c {
	left: 50%;
    margin-left: -8px;
}

.cerber-theme .unit-to-add .ui-selectonemenu-trigger.ui-state-default.ui-corner-right {
	width: 35px;
    padding-left: 16px;
    padding-top: 4px;
}

.cerber-theme .btn-add-unit {
	vertical-align: top;
}

.cerber-theme .ui-selectonemenu-filter-container {
	width: 350px;
}

.cerber-theme  .ui-selectonemenu-panel .ui-selectonemenu-filter {
    width: 90%;
}

.granted-amount-box {
	padding: 10px;
    border: 1px rgba(0, 0, 0, 0.1) solid;
    background-color: #337ab7;
    font-weight: bold;
}

.granted-amount-box input {
	padding:5px;
	margin-left:10px;
}

.cerber-theme .expenses-input,
.cerber-theme .incomes-input,
.cerber-theme .count-input{
	width: 100%;
	font-size: 13px;
}

.cerber-theme .incomes-sum-label,
.cerber-theme .expenses-sum-label{
	float:right;
}

.cerber-theme .expense-labels{
	font-size: 13px;
}

.cerber-theme .row-margin-top{
    margin-top:5px;
}

.cerber-theme .expenses-input-wrapper,
.cerber-theme .incomes-input-wrapper{
	padding-left:9px;
	padding-right:9px;
}

.cerber-theme .expense-radio input{
	margin-right:3px;
}

.cerber-theme .expense-radio label{
    margin-right:10px;
}

.cerber-theme .row-margin-top-15{
	margin-top:15px;
}

.cerber-theme .big-price-input{
    width: 120%;
}

.cerber-theme .margin-left--10{
	margin-left:-10px;
}

.cerber-theme .preformatted {
    white-space: pre-line;
}

.cerber-theme .unit_input {
	width: 376px;
}

.cerber-theme .rateRadio td{
	border: none;
    outline: none;
}

.cerber-theme .rateRadio td input{
    transform: scale(1.2);
    margin-right: 3px;
}

.cerber-theme .nav-label{
    margin-bottom:0px;
}

.cerber-theme .nav-label li{
	padding-left:20px;
	color:red;
}

.cerber-theme .resolution-text p,
.cerber-theme .resolution-text div {
	font-size:20px;
	font-family: serif;
}

@media print{    
    .no-print, .no-print *{
        display: none !important;
    }
    
    .col-md-12{
    background:red!important;}
}


/* FILES --------------------------------------------------------- */

.files-preview-link {
	text-decoration: underline;
}

/* FAQ ----------------------------------------------------------- */

.faq-paragraph-preformatted {
	white-space: pre-line;
	text-align: justify;
	display: block;
	margin-top: 10pt;
	margin-bottom: 10pt;
}

/* wydruk wniosku ------------------------------------------------ */
.cerber-theme .print-big-label {
	font-size:20px;
}

.cerber-theme .print-header {
	font-size:30px;
	margin-bottom: 40px;
}

body.cerber-theme-print.cerber-theme {
	padding-top:40px;
	text-align: justify;
}

.cerber-theme .signatures-print {
	margin-top: 20px;
}

.cerber-theme .signatures-print div{
	margin-top: 10px
}

.cerber-theme .ui-tooltip.ui-tooltip-right {
	width:50%;
}

@media print {
   body.cerber-theme {
    padding-top:0px;
    text-align: justify;
   }
    .noprint, .noprint * {
        display:none!important;
    }

}

/* Większe niż telefon */
@media (min-width:768px) {
    .cerber-theme .container-fluid #navbar.navbar-collapse.collapse.xs-only {
    	display:none!important;
    }
}

/* Telefon */
@media (max-width:767px) {
	.cerber-theme .container-fluid .dropdown-menu {
		width: 100%;
	}
	
	.cerber-theme .container-fluid .dropdown-toggle .caret {
		float: right;
	}
	
	.cerber-theme .navbar-toggle.navbar-hamburger-left {
		float: left;
	}
	
	.cerber-theme .header-session-timer {
		width: 100%;
	}
	
	.cerber-theme .header-session-timer,
	.cerber-theme .header-user-details {
	    display: block;
	    float: left;
	    margin-right: 10px;
	}
	
	.cerber-theme .session-details-pipe {
		display: none;
	}
	
	.header-user {
		float: left;
	}

}