﻿body, html {
    overflow-x: hidden;
    position: relative;
    width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #FF6600;
}

p {
    color: Gray;
}

.pad-top {
    padding-top: 40px;
}

ul, ol {
    color: gray;
}

.form-horizontal {
    padding-top: 40px;
}

.classPadd {
    padding-top: 50px;
}

.tooltip-arrow {
    display: none;
}

.selectpicker .spEditBank .bootstrap-select.btn-group .btn .filter-option {
    text-align-last: left;
    width: auto;
}


/* styl tła*/
.popUpStyle {
    overflow: hidden;
    font: normal 11px auto Arial, Verdana;
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
    top: -10000px; /*z-index=100;     position:absolute  !important;     width:100%  !important;     height: 100%  !important;     top:0px  !important;     left:0px  !important;*/
}
