.system-text-messages-b {
    max-width: 350px;
    position: fixed;
    top: 20px;
    right: 50px;
    z-index: 1003;
    z-index: 99999
}

.system-text-messages-b ul {
    font: 14px Arial, sans-serif;
    list-style: none;
    padding: 0;
    margin: 0;
    color: #ffffff
}

.system-text-messages-b ul li {
    padding: 25px 35px 25px 25px;
    position: relative;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    box-shadow: 0 0px 40px rgba(34, 34, 34, 0.3);
    margin-bottom: 10px
}

.system-text-messages-b ul li .fa-remove {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 10px;
    cursor: pointer;
    font-size: 16px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: .4
}

.system-text-messages-b ul li .fa-remove:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8
}

.system-text-messages-b ul .message-error {
    background-color: #ff423b
}

.system-text-messages-b ul .message-success {
    background-color: #3daf20
}

.system-text-messages-b ul .message-info {
    background-color: #44aece
}

.system-text-messages-b ul .message-warning {
    background: #e69157
}

.system-text-messages-b ul a {
    font-weight: bold
}

.ajax-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width:100%;
	height:100%;
	text-align: center;
	zoom: 1;
	z-index: 20000;
	background: rgba(255,255,255,0.7);
}

.ajax-loader .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 10px;
	text-align: center;
	margin-left: -35px;
	margin-top: -5px;
}

.ajax-loader .wrapper > div {
  width: 10px;
  height: 10px;
  /*background-color: #5B91CC;*/
  background-color: #337ab7;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bounceBigdelay 1.4s infinite ease-in-out;
  animation: bounceBigdelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.ajax-loader .wrapper .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.ajax-loader .wrapper .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bounceBigdelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bounceBigdelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* FILTER PANEL */
.wr-filter-admin-panel {
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -250px;
    width: 250px;
    z-index: 9991;
    background: #f8f8f8;
    overflow: visible !important;
}

.wr-filter-admin-panel .title-b {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    padding-bottom: 10px;
}

.wr-filter-admin-panel .wr-hidden {
    width: 100%;
    height: 100%;
    min-height: 200px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #ccc;
    z-index: 15;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    display: none
}

.filter-admin-panel {
    width: 100%;
    height: inherit;
    position: relative;
    overflow-y: auto;
    padding: 10px;
    overflow-x: hidden !important;
    z-index: 16;
    background: #ffffff;
    -webkit-box-shadow: -20px 10px 60px 0px rgba(50, 50, 50, 0.2);
    box-shadow: -20px 10px 60px 0px rgba(50, 50, 50, 0.2);
}
/* FILTER PANEL END */

.input-group-addon.input-icheck{
    padding: 5px;
}

/* FIXED PAGE */
.content.fixed-content {
    display: block;
    height: 100% !important;
    max-height: 100% !important;
    overflow: hidden;
}
.content.fixed-content > .row {
    height: 100%;
    overflow: hidden;
}
.content.fixed-content > .row > .col-xs-12 {
    height: 100%;
    overflow: hidden;
}
.content.fixed-content > .row > .col-xs-12 .box {
    height: 100%;
    overflow: hidden;
    position: relative;
}
.content.fixed-content > .row > .col-xs-12 .box .box-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 15px 10px 15px;
    border-bottom: 1px solid #e0e0e0;
    z-index: 1;
}
.content.fixed-content > .row > .col-xs-12 .box .box-body {
    position: relative;
    height: 100%;
    padding: 41px 15px 15px;
    z-index: 0;
}
.content.fixed-content > .row > .col-xs-12 .box .box-body .box-body-scroll {
    height: 100%;
}
.content.fixed-content > .row > .col-xs-12 .box .box-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 10px 15px;
    border-top: 1px solid #e0e0e0;
}

/* PRINT PAGES */
.pages-wr{
    display: block;
    width: 100%;
    min-width: 230mm;
    padding: 5mm;
    height: 317mm;
    max-height: 100%;
    overflow-y: scroll;
    background: #eeeeee;
}

.page_delimiter{
    margin-bottom: 5mm;
    width: 100%;
    float: left;
}

.page {
    width: 210mm;
    min-height: 297mm;
    padding: 20mm;
    margin: 2mm auto;
    border: 0px #D3D3D3 solid;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.subpage {
    outline: 2cm #ffffff solid;
}

.page.p-10mm{
    padding: 10mm;
}

.page.p-10mm .subpage{
    outline: 1cm #ffffff solid;
}

.pages-wr .table>tbody>tr>td, .pages-wr .table>tbody>tr>th, 
.pages-wr .table>tfoot>tr>td, .pages-wr .table>tfoot>tr>th, 
.pages-wr .table>thead>tr>td, .pages-wr .table>thead>tr>th {
    padding: 5px;
    line-height: 1;
}

.pages-wr .table-printable,
.pages-wr .table-bordered > thead > tr > th,
.pages-wr .table-bordered > tbody > tr > th,
.pages-wr .table-bordered > tfoot > tr > th,
.pages-wr .table-bordered > thead > tr > td,
.pages-wr .table-bordered > tbody > tr > td,
.pages-wr .table-bordered > tfoot > tr > td{
	border: 1px solid #000000;
}

@page {
    size: A4;
    margin: 0;
}
@media print {
    html, body {
        width: 210mm;
        height: 297mm;        
    }
    .page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
    
    .table>tbody>tr>td, .pages-wr .table>tbody>tr>th, 
    .table>tfoot>tr>td, .pages-wr .table>tfoot>tr>th, 
    .table>thead>tr>td, .pages-wr .table>thead>tr>th {
        padding: 5px;
        line-height: 1;
    }
    
    .table-printable,
    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td{
        border: 1px solid #000000;
    }
}