/* Sticky footer styles
 -------------------------------------------------- */
@font-face {
  font-family: 'montserrat';
  src: url("/source/montserrat/Montserrat-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'montserrat';
    font-weight: bold;
    src: url("/source/montserrat/Montserrat-Bold.otf") format("opentype");
}

html {
    position: relative;
    min-height: 100%;
}
body {
   /* font-family: montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
   */
    /* Margin bottom by footer height */
    margin-bottom: 200px;

}

body {
/*    
    background-image: url('/source/img/sojka.jpg');
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;   
*/
}



.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 190px;
    /* background-image:  url("/image/bg.png"); */
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
    max-width: 1000px;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid blue;
    border-right: 16px solid green;
    border-bottom: 16px solid red;
    border-left: 16px solid pink;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}




#greenline {
    width: 100%;
    height: 3px;
    background: #54bd2e;
    margin-bottom: 0px;
    position: fixed;
    top: 0px;
    z-index: 999;
}   

.pp-menu {
    position: fixed; 
    top: 3px; 
    width: 100%;
    z-index: 999;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}   


.text-xs-left { text-align: left; }
.text-xs-right { text-align: right; }
.text-xs-center { text-align: center; }
.text-xs-justify { text-align: justify; }

.pp-menu-pp {
    margin-top: 0px;
}

@media (min-width: 768px) {
    .text-sm-left { text-align: left; }
    .text-sm-right { text-align: right; }
    .text-sm-center { text-align: center; }
    .text-sm-justify { text-align: justify; }
    .pozadie{
        background: #fff url("/image/gradient.jpg") left bottom repeat-x;                
    }	                
    .pp-menu-pp {
        margin-top: 15px;
    }      

}

@media (min-width: 992px) {
    .text-md-left { text-align: left; }
    .text-md-right { text-align: right; }
    .text-md-center { text-align: center; }
    .text-md-justify { text-align: justify; }

    .pp-menu-pp {
        margin-top: 15px;
    }                
}

@media (min-width: 1200px) {
    .text-lg-left { text-align: left; }
    .text-lg-right { text-align: right; }
    .text-lg-center { text-align: center; }
    .text-lg-justify { text-align: justify; }
}            

.pp-spodny-odskok{
    margin-bottom: 3px;
}

.pp-error {
    border-color: red;
}

.pp_tr_1 {
    background-color: #54bd2e;
}

.pp_tr_0 {
    background-color:  inherit;
} 

.pp-odskok {
    margin-right: 6px;
    margin-left: 10px;
}

.pp-green {
    background-color :  #95C415;
    border-radius: 5px;
}

.pp-hover:hover {
    background-color:  #59C7E5;
    border-radius: 5px;
}

.pp-hover:active {
    background-color:  #95C415;
    border-radius: 5px;
}

.pp-hover {
    cursor:  pointer;
}

.pp-zmena {
    border-color:  #F65D20;
    /* border: 1px solid #F65D20; */
}


.pp-main {

    border-radius: 0px 0px 15px 15px;
    padding-bottom: 30px;


}

.pp-select-row {

    cursor:  pointer;
    border-radius: 3px;
}

.pp-select-row-zoznam {
    padding: 5px;    
    cursor:  pointer;
    border-radius: 5px;  
    
}

.pp-select-row-zoznam > div[role="menu"] {
    display: none;
}


.pp-select-row:hover {
    background-color: #149bdf;
    color: whitesmoke;
}

.pp-select-row-zoznam:hover{
    background-color: RGBA(26, 140, 36, 0.1);
    /* border-left: 2px  #4ca20b solid; */
}

.pp-select-row-zoznam-xx:active{
    background-color: rgba(255, 0, 0, 0.15);
}

.pp-select-row-zoznam[select="1"] span[item_check="1"]{
    color: rgba(255, 0, 0, 0.8);
}

.pp-select-row-zoznam span[item_check="1"] {
    color:  RGBA(0, 123, 255,0.5);
}


.pp-select-row:active {
    background-color: #4ca20b;
}            

.pp-povinny-udaj {
    border-color: rgba(215, 0, 0, 0.3);
}

.pp-shadow {
    -webkit-box-shadow: 6px 4px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 6px 4px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 6px 4px 6px 0px rgba(0,0,0,0.25);                     
}


.pp-meno-register {
    border:  1px  #eeeeee dotted; 
    border-radius: 15px;                
}

.pp-meno-register > div {
    margin: 3px;
    padding: 5px;
}

.pp-meno-register > div:first-child {
    background-color:  snow;
    border-bottom: 1px gray dotted;
    border-radius: 0px 10px 0px 0px;
}            

.pp-meno-register > div:nth-child(2) {
    padding-top: 0px;
}              

.pp-meno-register > div:nth-child(2) a {
    color: gray;
}

.pp-meno-register > div:nth-child(3) {
    padding-top: 0px;
    margin-bottom: 15px;
}               

.pp-meno-register a {
    color: black;
}


.pp-clanok {
    cursor:  pointer;
}

.pp-clanok a {
    color: black;
}

.pp-clanok a:hover {
    text-decoration:  none;
}

.pp-clanok:hover {
    background-color:   whitesmoke;
}



[type-registracia]:after{
    content: 'online';
}

[type-registracia="1"]:after{
    content: 'manual';
    color:  #54bd2e;
}            


/* pp-loader */

@keyframes pp-loader {
    50% {
        filter: blur(5px);
        transform: translateY(-10px);
        opacity: 0.3;
    }
}

.pp-loader[visibility="1"] {
    width: 100px;
    height: 15px;
    margin: -7px auto 0 auto;
    position:  fixed;
    top: 25px; 
    z-index: 9999;

}

.pp-loader[visibility="1"] > div {
    height: 15px;
    width: 15px;
    background-color:   gray;
    float: left;
    margin: 0 5px 0 0;
    animation: pp-loader 0.7s infinite;
    opacity: 0.5;
    border-radius: 40%;
}

.pp-loader[visibility="1"] > div:nth-child(1) {
    animation-delay: 0.1s;
}

.pp-loader[visibility="1"] > div:nth-child(2) {
    animation-delay: 0.2s;
}

.pp-loader[visibility="1"] > div:nth-child(3) {
    animation-delay: 0.3s;
}

.pp-loader[visibility="1"] > div:nth-child(4) {
    animation-delay: 0.4s;
}

.pp-loader[visibility="1"] > div:nth-child(5) {
    animation-delay: 0.5s;
}              


/* pp-loader */


.btn-secondary {
    background-color:  lightgray;
    border-color: lightgray;
}

/* chcekbox ...............*/

/* The container */
.ch-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* Hide the browser's default checkbox */
.ch-container input {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.ch-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 26px;
    background-color: #fff; /* #eee; */
    border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.ch-container:hover input ~ .ch-checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ch-container input:checked ~ .ch-checkmark {
    background-color:  #95C415; /* #2196F3; */
}

/* Create the checkmark/indicator (hidden when not checked) */
.ch-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ch-container input:checked ~ .ch-checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ch-container .ch-checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}            


div[item-row-edit="edit"]{
    background-color:  #ccc;
    border-radius: 5px;
}

div[item-row-edit="edit"] > div::before {
    content: "";
}            

div[item-status="update"]{
    color: #761c19;
}  

div[item-status="delete"]{
    color: lightgray;
    text-decoration:line-through;
}              


.pp-hlavicka {
    background-size:  cover;
}

.pp-prepinac[display="0"]{
    display:  none;
}

.pp-prepinac[display="1"]{
    display:  initial;
}


.modal-header[typ="uloha"] {
    background-color: rgba(249, 84, 40, 0.2);
}

.modal-header[typ="uzivatel"] {
    background-color: rgba(0, 0, 255, 0.2);
}

.modal-header[typ="report"] {
    background-color: rgba(67, 255, 59,  0.3);
}

.modal-header[typ="share"] {
    background-color: rgba(0, 0, 255, 0.3);
}

.modal-header[typ="email"] {
    background-color: rgba(230, 255, 0, 0.3);
}

.bg-zelena {
    background-color: rgba(255, 255, 255, 0.8);
}

.pp-tien {
    -webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.2); 
}



.ui-autocomplete {
  z-index: 9999 ;
}

.ui-autocomplete-loading {
    /* background: white url("images/ui-anim_basic_16x16.gif") right center no-repeat; */
    background-color: red;
}





