.translate-cloak {
    display : none !important;
}

#registerLangswitcher {
    padding-top : 15px;
    position : relative;
}

#registerLangswitcher:after {
    clear : both;
    display: block;
    content : "";
}

#registerLangswitcher a {
    padding : 10px 20px;
    float : right;
}

#registerLangswitcher.active ul {
    display : block;
    float : right;
    right : 0;
    left : auto;
    /*transform: translateX(50%);*/
}

#registerLangswitcher.active ul li {
    padding : 5px 15px;
}

#registerLangswitcher.active ul li:hover {
    background : #e1e1e1;
    cursor : pointer;
}

/* logowanie */

.app-logo {
    width: 80%;
    margin: 90px auto;
    margin-bottom: 20px;
}

.login-page {
    height: 100vh;
}

.login-footer-logo {
    display: block;
    padding-top: 15px;
}

.login-footer-logo .logo-left {
    float: left;
    border: 0px;
}

.login-footer-logo .logo-right {
    float: right;
    border: 0px;
}

.badge {
    background-color: transparent;
}

.hiddenRow {
    padding: 0px !important;
}

.pagination-sm {
    float: right;
    margin: 0px;
    display: inline;
    vertical-align: center;
    position: relative;
    bottom: 4px;
}

#version {
 /*position: absolute;*/
    /*bottom: 0;*/
}

/* Pivot custom styles*/

.pvtHorizList li {
    display: inline-block;
    padding: 4px 4px;
}

.pvtAxisContainer, .pvtVals {
    border: 1px solid lightgray;
}

.pvtFilterBox {
    z-index: 1500;
    width: 320px;
    border: 1px solid #D3D3D3;
    background-color: #FFF;
    position: absolute;
    padding: 20px;
    text-align: center;
    border-radius: 2px;
}

.pvtCheckContainer {
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
    width: 100%;
}

.pvtAxisContainer li span.pvtAttr {
    background: #D4D4D4 none repeat scroll 0% 0%;
    border: 1px solid #8A8A8A;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 0px;
}

.pvtUnused {
    background-color: white !important;
}

.map {
    height: 250px;
}

.mapBigCustomer span {
    font-size: 20px;
}

.map-big {
    animation: resize 1s;
    -webkit-animation: resize 1s;
    box-shadow: 0px 0px 1200px #888;
    position: fixed;
    top: 50px;
    left: 230px;
    width: 95%;
    width: calc(100% - 230px);
    height: 100%;
    border-radius: 10px;
    background-color: white;
}

.sidebar-collapse .map-big {
    left: 0px;
    width: 100%;
}

/*  .map-big span { font-size:40px; float: right; cursor:pointer;}
.map-big span:hover {color: #222;} */
.mapLegend {
    z-index: 800;
    position: absolute;
    color: #000;
    right: 0px;
    bottom: 38%;
    max-height: 40%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 3px;
}

.mapLegend #bundles {
    font-size: 20px;
    color: red;
    margin: 1px;
    padding: 1px;
}

.mapLegend .mapLegendActive {
    background-color: #3C8DBC;
    color: #fff;
}

.mapLegend tr {
    border-bottom: solid 1px #fff;
}

.mapLegend table tr:hover {
    color: #fff;
    background-color: #3C8DBC;
}

.mapLegendEvents {
    z-index: 800;
    position: absolute;
    right: 0px;
    bottom: 15px;
    max-height: 35%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mapInfo {
    position: relative;
    left: -20px;
    top: -20px;
}

.mapInfo:hover {
    color: #222;
}

@-webkit-keyframes resize {
    from {
        width: 0%;
        height: 0%;
        left: 230px;
    }
    to {
        width: calc(100% - 230px);
        height: 100%;
    }
}

/* Standard syntax */
@keyframes resize {
    from {
        width: 0%;
        height: 0%;
        left: 230px;
    }
    to {
        width: calc(100% - 230px);;
        height: 100%;
    }
}

#basicMap {
    height: calc(100% - 50px);
    position: absolute;
    width: 100%;
}

.map #basicMap {
    position: relative;
    width: 95%;
    height: 310px;
    left: 5%;
    margin: 0;
    border-radius: 10px;
    transform: scale(0.8) translate(-20px, -20px);
}

.mapBigCustomer #basicMap {
    position: relative;
    width: 100%;
    height: calc(100vh - 435px);
}

.btn-center {
    margin: 5px;
}

/* .mapMonitor #basicMap {
					position:relative;
					 width: 300px;
					 height: 310px;
					 left: 5%;
					 transform: scale(0.8) translate(-20px, -35px);*/

/*Map label*/
.olControlAttribution {
    font-weight: 700;
    background-color: #fff;
    padding: 3px;
}

.non-underline a {
   text-decoration: none;
}

.info-box {
    display: none;
}

.notifications-menu {
    display: none;
}

.alert {
    margin-bottom: 5px !important;
    border-radius: 0px !important;
}

.form-group {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.form-group-register {
    display: inline-block;
    width: calc(100% - 40px);
}

.tooltip-holder {
    color: #777;
    display: inline-block;
    font-size: 20px;
    height: 34px;
    margin: 5px 0 5px 9px;
    position: relative;
    text-align: center;
    width: 24px;
}

.tooltip-holder span {
    display: block;
    position: relative;
    top: 8px;
}

.custom-tooltip {
    background-color: #777;
    color: #fff;
    display: none;
    font-size: 14px;
    font-weight: 400;
    width: 260px;
    padding: 5px;
    position: absolute;
    right: -10px;
    top: 35px;
    z-index: 100;
}

.custom-tooltip p {
    margin: 0;
}

.tooltip-holder:hover .custom-tooltip {
    display: block
}

/* Style schedule*/

.red {
    border: 2px solid gray;
    background-color: rgba(0, 0, 0, 0.1);
}

.redhome {
    background-color: rgba(0, 0, 0, 0.1);
}

.table-stripped > tbody td:nth-child(3n+3) {
    background: rgba(0, 0, 0, 0.05);
}

.table-stripped > tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.05);
}

.table-stripped > thead th:nth-child(3n+3) {
    background: rgba(0, 0, 0, 0.2);
}

.table-stripped > thead th {
    background: rgba(0, 0, 0, 0.1);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: auto;
}

.small-box {
    min-height: 113px;
}

.cursorPointer {
    cursor: pointer;
}

#cookiesDiv {
    z-index: 10000;
    display: none;
    position: fixed;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #337AB7;
    color: #003549;
    padding: 10px 0;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
}

#cookiesDiv:hover {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */

}

.settingsbutton {
    position: absolute;
    top: 160px;
    right: 0;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 5px 0px 0px 5px;
    padding: 6px 15px;
    font-size: 16px;
    z-index: 1029;
    cursor: pointer;
    color: rgb(60, 141, 188);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.settingsdiv {
    padding: 10px;
    position: absolute;
    top: 160px;
    right: -250px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 0px solid rgb(221, 221, 221);
    width: 250px;
    z-index: 1029;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.session-timer {
    position: absolute;
    right: 5px;
    top: 105px;
    margin: 0;
    z-index: 100;
    padding: 5px;
    height: 40px;
    width: 100px;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    font-size: 16px;
}

#sessionTimeout {
    display : inline-block;
}

.session-box .danger {
    color: #C50B0B;
}

.session-box .normal {
    color: #000;
}


#sessionRefreshIcon {
    display : inline-block;
}

.session-box {
    height: 50px;
}

.bugbutton {
    position: absolute;
    top: 250px;
    right: 0;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border-radius: 5px 0px 0px 5px;
    padding: 6px 10px;
    font-size: 14px;
    z-index: 1028;
    cursor: pointer;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    transform: rotate(90deg);
    transform-origin: top right 0;
}

.bugdiv {
    padding: 10px;
    position: absolute;
    top: 250px;
    right: -450px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    border: 10px solid rgb(221, 221, 221);
    width: 450px;
    max-width: 100%;
    z-index: 1028;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#cookiesDiv p {
    text-align: center;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: small;
    padding: 0;
    margin: 0;
}

#cookiesDiv a {
    text-align: center;
    color: #fff;
    font-family: Verdana, sans-serif;
    font-size: small;
    text-decoration: underline;
}

#cookiesDiv a:hover {
    text-align: center;
    color: #000;
    font-family: Verdana, sans-serif;
    font-size: small;
    text-decoration: underline;
}

.box-text {
    cursor: default;
}

.widget-top {
    float: left;
    width: 50%;
    padding: 5px;
}

.widget-a {
    display: block;
    box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.0);
}

/*.widget-span-first {display:block; width: 20%; float: left; height: 10px;}
.widget-span-three {display:block; width: 20%; float: left; height: 40px; background: #222d32;}
.widget-span-last {display:block; width: 80%; float: left; height: 40px; background: #f4f5f7;}
.widget-span-again {} */

.required::before {
    content: "*";
    color: red;
}

.anim {
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

.skin-green-border {
    border: 1px solid #00a65a;
}

.skin-blue-border {
    border: 1px solid #3c8dbc;
}

.skin-black-border {
    border: 1px solid #fff;
}

.skin-red-border {
    border: 1px solid #dd4b39;
}

.skin-yellow-border {
    border: 1px solid #f39c12;
}

.skin-purple-border {
    border: 1px solid #605ca8;
}

#usePinBlock {
    margin-top : 15px;
    padding-left : 205px;
}

input.custom-form-control {
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    cursor: auto !important;
}

#usePinBlock .nearInputInfo {
    height : 50px;
    line-height : 50px;
    background : #3c8dbc;
    padding : 0 20px;
    font-weight : 700;
    color : #FFF;
}

#usePinBlock > input {
    float : left;
    margin-left : -205px;
}

.skin-green #usePinBlock .nearInputInfo {
    background: #00a65a;
}

.skin-blue #usePinBlock .nearInputInfo{
    background: #3c8dbc;
}

.skin-black #usePinBlock .nearInputInfo{
    background: #333;
}

.skin-red #usePinBlock .nearInputInfo {
    background: #dd4b39;
}

.skin-yellow #usePinBlock .nearInputInfo {
    background: #f39c12;
}

.skin-purple #usePinBlock .nearInputInfo {
    background: #605ca8;
}

.custom-height {
    height: 50px;
    line-height: 50px;
}

label.custom-height {
    padding-top: 0 !important;
}

.pin-input {
    font-size: 20px;
    font-weight: bold;
}

.block-center {
    margin: 0 auto;
}

select {
    padding: 7px;
}

.hoverable {
    cursor: default;
    padding: 6px;
}

.hoverable:hover {
    background-color: #3C8DBC;
    color: #fff;
}

.scrollable-menu {
    height: auto;
    max-height: 250px;
    overflow-x: hidden;
    min-width: 200px;
    padding: 6px;
}

.scrollable-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 4px;
}

.scrollable-menu::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: lightgray;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .75);
}

#langswitcher {
}

#langswitcher .dropdown-menu {
    margin : 0;
    padding : 0;
    overflow : hidden;
}

#langswitcher .dropdown-menu li {
    line-height: 30px;
    padding: 0 15px;
    margin : 0 auto;
    cursor : pointer;
}

#langswitcher .dropdown-menu li:hover, #langswitcher .dropdown-menu li.active {
    background : #ecf0f5;
}

#langswitcher .dropdown-menu li > span:before {
    width : 20px;
    height : 20px;
    float : left;
    content : " ";
    color : #0b3e6f;
}

#langswitcher .dropdown-menu li.active > span:before {
    content : "✔";
}

.form-group .warning-input {
    background-color: #f0b0a8;
}

/* Media Queries */

@media screen and (max-width: 767px) and (orientation: landscape) {
    .app-logo {
        margin: 60px auto;
        margin-bottom: 10px;
        width: 50%;
    }

    #version {
        position: static;
    }
}

@media screen and (min-width: 768px){
    .session-timer {
        position: fixed;
        top: 55px;
    }

    .settingsbutton,
    .settingsdiv {
        position: fixed;
        top: 100px;
    }


    .bugbutton, .bugdiv {
        position: fixed;
        top: 40%;
    }

    .app-logo {
        margin: 20px auto;
    }
}

@media screen {
    .modal-adaptive .modal-lg {
        width: 80% !important;
        max-width: calc(80%);
    }
}