/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 *
 * TODO vyresit shadow pro nuvii pro IE
 *
 */
@media only screen and (min-width:0) and (max-width:679px){
    .logo-company img {
        -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5));
        -moz-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5));
        /*-ms-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5));*/
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, .5);*/
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=1, Color='#444')";*/
        -o-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5));
        filter: drop-shadow(0 1px 2px rgba(0, 0, 0, .5));
        /*filter: progid:DXImageTransform.Microsoft.Glow(Color=#eeeeee,Strength=2)*/
        /*progid:DXImageTransform.Microsoft.Blur(pixelradius=5, enabled='true');*/
        /*-ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#eeeeee,Strength=2)"*/
        /*"progid:DXImageTransform.Microsoft.Blur(pixelradius=5, enabled='true')";*/
        /*background: url("../img/alpha.png");*/
    }
}

.translation_missing {
    color: red;
}

.selectize-control.idx-item {
    width: 150px;
    font-size: 11px;
}

.selectize-control.idx-item > .selectize-input {
    font-size: 11px;
    min-height: 20px;
    padding: 0 5px;
}

.selectize-control.idx-item > .selectize-input input {
    font-size: 11px;
}

.selectize-control.idx-item .option {
    font-size: 11px;
}

.idx-item.form-control {
    font-size: 11px;
    padding: 2px 2px;
    height: inherit;
}

/*div.selectize-dropdown.idx-item {*/
/*width: 350px !important;*/
/*}*/

.selectize-dropdown-content .option {
    /*padding: 0px 3px;*/
    font-size: 11px;
}

.selectize-input.items {
    height: 22px;
    font-size: 11px;
    border-radius: 0;
    overflow: inherit;
}

select.idx-item.nuvia-selectize {
    /*border: 1px solid #cccccc;*/
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    /*padding: 0px 5px;*/
    position: relative;
    width: 148px;
    z-index: 1;
    margin-bottom: 5px;
    margin-top: 2px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
}

.selectize-input > * {
    margin-right: 7px;
}

.selectize-control.single .selectize-input:after {
    right: 5px;
}

.idx-item.error {
    border-color: red;
}

.input-xs {
    height: 20px;
    padding: 0 5px;
    font-size: 10px;
    line-height: 1.5;
    border-radius: 3px;
}

.flt-label {
    display: block;
    text-align: left;
}

.nuv-selectize-empty-val {
    font-weight: bold;
}

.logo-company {
    display: inline-block;
    width: 175px;
    margin-top: 13px;
    margin-left: 9px;
}

.logo-company img {
    width: 110px;
    height: auto;
    padding-left: 3px;
}

.header-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    margin-left: -6px;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.fill-element {
    width: 100% !important;
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;         /* OLD - Firefox 19- */
    -webkit-flex: 1;          /* Chrome */
    -ms-flex: 1;              /* IE 10 */
    flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.center-element {
    text-align: center;
}

.logo-div {
    width: 220px;
}

/*.btn-header {*/
/*!*min-width: 30px;*!*/
/*margin-right: 6px;*/
/*}*/

.lang-select {
    min-width: 120px;
    margin-left: 6px;
}

.filter-set {
    margin: 0;
}

.table-href {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.table-href-parent-emit {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.table-href-parent-emit:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}

.table-href:hover {
    text-decoration: underline;
    color: #000000;
    font-weight: bold;
}

.nuv-colvis:before {
    content: "\f06e";
    font-family: FontAwesome;
    margin-right: 5px;
}

.header-buttons .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.dataTable label input[type=checkbox].checkbox+span:before,
.dataTable label input[type=radio].radiobox+span:before {
    margin-right: 0px !important;
}

.dataTable label input[type=checkbox].checkbox+span,
.dataTable label input[type=radio].radiobox+span {
    margin-right: 0px !important;
}

.form-control-feedback {
    margin-right: 20px !important;
}

.icon-red {
    color: #a94442;
}

.multiselect-container label.checkbox {
    font-weight: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 0px;
}

.multiselect-all label.checkbox {
    font-weight: bold;
}

.btn.multiselect {
    padding: 2px;
    font-size: 11px;
}

.btn.multiselect.idx-item {
    width: 150px;
}

.btn.multiselect.idx-item-large {
    width: 300px;
}

label.description {
    font-weight: bold;
}

table thead th hr {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.modal div.form-actions {
    margin: 0px -20px -20px;
}

.modal.container {
    max-width: 100%;
    width: 100%;
}


.modal-dialog{
    margin: calc(2vw) auto;
}

.modal-body {
    max-height: none;
    overflow: visible;
}

.modal-overflow .modal-body {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-min-height {
    min-height: 650px;
}

ul li a.menudisabled {
    color: #999;
    pointer-events: none;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.logo-name {
    color: #cfcfcf;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.login-heding {
    margin-left: 0px;
}

.margin-top16 {
    margin-top: 16px !important;
}

.dropdown-menu>li.buttons-columnVisibility>a:focus {
    background-color:transparent;
    color: #333;
}

.dropdown-menu>li.buttons-columnVisibility.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3276b1;
}

.dropdown-menu>li.buttons-columnVisibility>a:hover {
    background-color:transparent;
    color: #333;
    border: 1px solid #00C853;
}

.dropdown-menu>li.buttons-columnVisibility.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #3276b1;
    border: 1px solid #00C853;
}

.help-block {
    font-style: italic;
    font-size: smaller;
}

.panel-history {
    margin-bottom: 5px;
}

.panel-history .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.btn-max {
    width: 100%;
}

.dt-button-collection {
    padding: 0px;
    width: min-content;
}

.cell-low-limit {
    opacity: .75;
    background-color: #ffb800;
    margin: -8px -10px;
    padding: 8px 10px;
}

.cell-high-limit {
    opacity: .75;
    background-color: #f32c1e;
    margin: -8px -10px;
    padding: 8px 10px;
}

.row-high-limit {
    opacity: .75;
    background-color: #f32c1e !important;
}

.row-person-over-limit {
    opacity: 1;
    background-color: #f3c9ba !important;
}

.row-person-inside-area {
    opacity: 1;
    background-color: #f3f3ba !important;
}

.graph-legend {
    margin: 0 0 10px 0;
    min-height: 30px;
}

.graph-legend-2 {
    margin: 40px 0 10px 0;
    min-height: 85px;
}

.modal-xlg {
    width: 1300px;
}

.table-legend {
    margin-bottom: 50px;
}

.inline-block {
    display: inline-block;
}

.align-middle {
    vertical-align: middle;
}

.popover {
    max-width: 500px;
}

.popover-content {
    min-width: 500px;
}

.popover-content table td {
    padding: 2px;
    border: 1px solid gray;
}

.btn:active{
    position: static;
}

.dropdown-menu{
    margin-right: 70px;
    z-index: 1051; /* modal ma z-inex: 1050 */
}

.not-pulse-button{
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
    margin-top: 3px;
    padding: 4px;
    border: none;
    border-radius: 2%;
}

.pulse-button {
    font-size: 12px;
    text-align: center;
    margin-right: 20px;
    margin-top: 3px;
    padding: 4px;
    border: none;
    border-radius: 2%;
}

.export-report-button{
    font-size: 12px;
    text-align: center;
    margin-top: 7px;
    margin-left: -4px;
    padding: 4px;
    border: none;
    border-radius: 2%;
}

@-webkit-keyframes pulse {
    0% {
    @include transform(scale(.9));
    }
    70% {
    @include transform(scale(1));
        box-shadow: 0 0 0 5px rgba(#5a99d4, 0);
    }
    100% {
    @include transform(scale(.9));
        box-shadow: 0 0 0 0 rgba(#5a99d4, 0);
    }
}

.header-line {
    overflow: hidden;
    text-align: center;
    color: darkgrey;
    font-style: italic;
}
.header-line:before,
.header-line:after {
    background-color: lightgrey;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.header-line:before {
    right: 0.5em;
    margin-left: -50%;
}
.header-line:after {
    left: 0.5em;
    margin-right: -50%;
}
.message-block {
    padding: inherit;
    margin-right: 10px;
    margin-left: 5px;
}

.graph-button {
    margin-right: 0px;
    margin-left: 1px;
    width: 63px;
}

.my-shadow-frame {
    border:1px solid lightgray;
    border-radius: 12px;
    background-color: #fafafa;
}

.row-lastchanneldata-alarm {
    opacity: 1;
    background-color: #ffa4a4 !important;
}

.row-lastchanneldata-warning {
    opacity: 1;
    background-color: #ffff91 !important;
}

.row-lastchanneldata-other {
    opacity: 1;
    background-color: #e1e1e1 !important;
}

.row-lastchanneldata-failure {
    opacity: 1;
    background-color: #c1ddff !important;
}

.button-graph{
    padding-left: 0;
    padding-right: 0;
}
.dt-toolbar{
    padding: 0;
}
.dataTables_processing{
    top: 0;
    color: white;
    opacity: 0.6;
    left: 0;
    z-index: 1;
    position:absolute;
    margin-top: 0;
    margin-left: 0;
}

.dataTables_scrollBody{
    min-height: 90px;
}

.jarviswidget {
    margin: 0;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.loading-datatable-text{
    z-index: 1;
    color: black;
}

.loading-datatable-text span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading-datatable-text span:nth-child(2) {
    animation-delay: .2s;
}

.loading-datatable-text span:nth-child(3) {
    animation-delay: .4s;
}


.version-info {
    position: absolute;
    bottom: 0px;
    right: 10px;
    text-align: right;
    /* Set the fixed height of the footer here */
    height: 50px;
}


.height-multiselect.btn.multiselect{
    padding: 5px;
}

.height-btn.btn{
    padding: 5px 12px;
    font-size: 11px;
}
.buttons-colvis{
    border-radius: 0;
}
@media (min-width: 980px) {
    .jarviswidget > header > h2 {
        max-width: 400px;
    }
}

.btn-padding{
    margin-right: 12px;
}

.log-alarm-href a{
    text-decoration: none;
    color: black;}

.header-buttons .btn{
    border-radius: 0;
    padding: 1px 4px;
}


@media (max-width: 1440px) {
     .header-buttons .btn {
        margin-bottom: 5px;
    }
}
.dataTable > header > h2{
    height: 32px;
    line-height: 32px;
}
.dataTable > header {
    overflow: auto;
    height: auto;
}

.dataTable > header > .widget-toolbar {
    height: auto;
}
.dataTable > header > .widget-toolbar .btn-group{
    margin-top: -1px;}

.i-active{
    color:#2e7d32;
}

.i-inactive{
    color:#ef5350;
}

.i-test{
    color:#42a5f5;
}

.i-confirm{
    color:#2e7d32;
}

.i-excel{
    color:#2e7d32;
}


.btn-multiselect {
    background-color: #ffffff;
    border: 1px solid #66afe9;
}

.btn-multiselect:hover {
    background-color: #e6e6e6;
    border: 1px solid #66afe9;
}

.smart-form.widget-body-toolbar, .widget-body-toolbar{
    padding: 8px 14px;
}

.insert-button{
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-graph{
    background-color: #1584bd;
    color: #fff;
}

.btn-graph:hover{
    background-color: #0873bd;
    color: #fff;
}

.btn-graph:active,.btn-graph:target,.btn-graph:visited,.btn-graph:focus{
    color: #fff;
}


.modal-report-form{
    margin-top: 10px;
    margin-bottom: 10px;
}

.modal-report-warning{
    margin-top: 15px;
    text-align: center;
}

.img-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alarm .row:hover a{
    text-shadow: 0 2px 2px rgba(0, 20, 64, 0.2);
}

.alarm .row{
    padding: 2px 0;
}

.alarm .row a{
    color: #0d0f12;
}

/* HIDE RADIO */
.radio-img [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* IMAGE STYLES */
.radio-img [type=radio] + img {
    cursor: pointer;
}


.colored-outline-select{
    outline: 1px solid #56a3ff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.checkbox-label .label-checkbox{
    display: block;
    position: relative;
    float: left;
    font-size: 111%;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 0;
}

.checkbox-label .label-text{
    display: block;
    position: relative;
    float: left;
    font-size: 111%;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
}

.form-horizontal .checkbox{
    padding-top: 0;
}

.label-text{
    line-height: 34px;
}

.label-checkbox{
    line-height: 31px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.control-label .form-control-feedback{
    padding-top: 7px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
@media only screen and (min-width:991px){
    #hide-menu {
        display: none;
    }
}

.btn-remove {
    color: #fff;
    background-color: #ef5350;
    border-color: #b61827;
}

.btn-remove:hover{
    background-color: #ef3f45;
    border-color: #b61024;
    color: #fff;
}

.btn-remove:active, .btn-remove:target, .btn-remove:visited,.btn-remove:focus,.btn-remove:active:focus{
    background-color: #ef3f45;
    border-color: #b61024;
    color: #fff;
}

/*.jarviswidget-color-darken>header{*/
    /*color: #0d0f12;*/
    /*background-color: #fafafa;*/
    /*border-color: #C2C2C2!important;*/
    /*border: 1px solid;*/
/*}*/


.ol-popup {
    position: absolute;
    padding: 5px 25px 15px 15px;
    border: 1px solid #cccccc;
    bottom: 12px;
    min-width: 370px;
    left: -50px;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 10px;
    min-height: 20px;

}

.hide-popup{
    display: none;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}

.ol-popup-content {
    min-width: 615px;
    max-height: 400px;
    overflow-x: auto;
    text-align: left;
}

.ol-popup-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.ol-popup-content::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.ol-popup-content::-webkit-scrollbar-thumb {
    background-color: #7D9EBD;
}

.ol-popup-closer {
    position: absolute;
    top: 2px;
    right: 2px;
    font-size: 150%;
    padding: 0 4px;
    color: #000000;
    text-decoration: none;
}

.ol-popup-closer:hover{
    color: #000000;
    text-decoration: none;
}

.ol-popup-closer:after {
    content: "\2716";
}

.ol-popup div.infoResult {
    min-width: 130px;
}

.ol-popup div.infoResult p {
    padding: 0.1em;
    margin: 0;
    color: red;
}

.ol-popup-content h3 {
    margin: 0.25em 0;
}

.ol-popup.marker {
    margin-bottom: 30px;
}

.ol-scale-line {
    bottom: 25px; !important;
}

/* START Safecast verejna mapa  */
.map-safecast .ol-zoom {
    left: unset;
    right: 8px;
}

.map-safecast .ol-scale-line{
    left: unset;
    right: 8px;
}

.map-safecast .ol-control{
    padding: 0;
}

.map-safecast .login-info{
    box-shadow: none;
}

.map-safecast .login-info>span, .map-safecast .login-info{
    border-bottom: none;
}

.map-safecast .login-info a{
    color: #000;
}

.map-safecast .login-info .dropdown-item{
    color: #000;
}

.map-safecast .margin-top16{
    margin-top: 0 !important;
}

.map-safecast .header-dropdown-list>li>.dropdown-toggle{
    margin-top: 0;
}

.map-safecast .login-info>span{
    padding: 0 0;
}

.map-safecast .header-dropdown-list{
    float: none;
}

.popover{
    background: white;
    background: rgba(255,255,255, 0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 15px;
    min-height: 20px;
}

.map-safecast .ol-control button ,.map-safecast .ol-control button:focus,.map-safecast .ol-control button:hover{
    background: white;
    color: #0d0f12;
    background-color: rgba(255,255,255, 0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    min-height: 20px;
    height: 1.5em;
    width: 1.5em;
}

.map-safecast .ol-control button:focus,.map-safecast .ol-control button:hover{
    background: white;
    color: #0d0f12;
    background-color: rgba(247, 243, 255, 0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    min-height: 20px;
    height: 1.5em;
    width: 1.5em;
}

.map-safecast .ol-scale-line{
    background: white;
    color: #0d0f12;
    background-color: rgba(255,255,255, 0.9);
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 5px;
    min-height: 20px;
}

.map-safecast .ol-scale-line-inner{
    color: #0d0f12;
}

.smart-form.widget-body-toolbar, .widget-body-toolbar {
    border-bottom: none;
}

table.dataTable{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slider.slider-horizontal .slider-handle{
    margin-top: 0;
}

.slider-selection {
    background: #4285f4;
}

.menu-safecast-fixed-bottom .dropdown-menu{
    top: -100px;
}

.menu-safecast-fixed-bottom .dropdown-menu {
    margin-right: -25px;
}
/* END Safecast verejna mapa */

/*.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{*/
    /*border: none;*/
/*}*/

.widget-body-toolbar{
    border: none;
}

table.dataTable thead>tr>th{
    padding-top: 14px;
    padding-bottom: 14px;
}

.dataTables_scroll .dataTables_scrollHeadInner{
    margin-bottom:  -6px;
}

/** bottom:0, height 240px **/
#scale{
    position: fixed;
    z-index: 5;
    text-align: center;
    width: 30px;
    background-size: 120px 427px;
    padding: 0;
    transition: .3s;
    -webkit-transition: .3s;
    pointer-events: none;
    background-position: -60px 0;
    height: 427px;
}

/*.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th{*/
    /*border: none;*/
/*}*/

.widget-body-toolbar{
    border: none;
}

.graph-widget {
    padding-bottom: 13px;
}

table.dataTable thead>tr>th{
    padding-top: 14px;
    padding-bottom: 14px;
}

.dataTables_scroll .dataTables_scrollHeadInner{
    margin-bottom:  -6px;
}

.text-map{
    padding-top: 10px;
    padding-bottom: 10px;
}

.help-link-title {
    margin: 10px 0;
}

.link-background .popover{
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
}

.link-background .popover-title{
    border-radius: 15px 15px 0 0;
    border-bottom: none;
}

.progress-change-password .progress-bar{
    height: 4px;
    margin-bottom: 0;
}

.help-block-error{
    color: #b94a48;
}

.help-block-success{
    color: #2e7d32;
}

.change-password-block{
    padding-top: 150px;
}

.menu-overview .jarviswidget>div{
    padding: 0 13px 0 13px;
}

.menu-overview .jarviswidget .widget-body{
    padding-bottom: 0;
}


.login-info a span{
    max-width: 120px;
}

.page-footer {
    height: 52px;
    padding: 15px 13px 0;
    padding-left: 233px;
    border-top: 1px solid #CECECE;
    background: #2a2725;
    width: 100%;
    position: fixed !important;
    display: block;
    bottom: 0;
    z-index: 100;
}

#content {
    padding: 10px 14px 60px 14px;
    position: relative;
}
