.logout-button {
    float: right;
    color: #4a4a4a !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 32px 20px;
    border: 0; /*added by av 20170420;*/
    height: 80px;
    text-decoration: none;
    box-sizing: border-box;
    transition: .4s ease;
    cursor: pointer; /*added by av 20170420;*/
    background-color: transparent;
}
.logout-button-mobile {
    float: right;
    color: #4a4a4a !important;
    font-size: 12px !important;
    line-height: 12px !important;
    border: 0; /*added by av 20170420;*/
    height: 16px;
    text-decoration: none;
    box-sizing: border-box;
    transition: .4s ease;
    cursor: pointer; /*added by av 20170420;*/
    background-color: transparent;

}

.logo-mobile {
    /* margin: 10px;*/
}

.button-mobile {
}

.button-mobile-close {
    display:none;
}

.topbar-text-mobile {
    color: #9b9b9b;
    font-size: 20px;
    line-height: 28px;
    margin-top: 26px;
}

hr.style01 {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

hr.style02 { 
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.percent-2 {
    width: 2%;
}

.percent-5 {
    width: 5%;
}

.percent-10 {
    width: 10%;
}

.percent-16 {
    width: 16%;
}

.percent-20 {
    width: 20%;
}

.percent-25 {
    width: 25%;
}

.percent-30 {
    width: 30%;
}

.percent-40 {
    width: 40%;
}

.percent-50 {
    width: 50%;
}

.percent-60 {
    width: 60%;
}

.percent-70 {
    width: 70%;
}

.percent-80 {
    width: 80%;
}

.percent-90 {
    width: 90%;
}

.modal {
    position: fixed;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    background: white;
    display: none;
}

.modal-dialog {
    position: fixed;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 0;
}

.modal-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    box-shadow: none;
}

.modal-header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    border: 0;
}

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body {
    position: absolute;
    /*  
    top: 50px;
    bottom: 60px;
    */
    width: 100%;
    font-weight: 300;
    overflow: auto;
    padding-bottom: 100px
}

.modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
}

.preukaz-poistenca {
    max-width: 100%;
    height: auto;
}

.schranka-sprav {
    padding-left: 0;
    padding-right: 0;
}

.schranka-sprav-row {
    padding-left: 0;
    padding-right: 0;
}

.header-message {
    font-size: 20px; 
    line-height:  28px;
}

.schranka-sprav .ui-widget-header {
    display: none;
}

.schranka-sprav tr,.schranka-sprav td,.schranka-sprav table,.schranka-sprav tbody, .schranka-sprav thead {
    border: 0 !important;
    padding-left: 0;
    padding-right: 0;
}

.schranka-sprav .ui-datatable-odd {
    background-color: #FCFCFC;
}

.schranka-sprav .ui-datatable-even {
    background-color: #EFEFEF;
}

/*
.schranka-sprav .ui-state-highlight {
    background-color: #FCFCFC; 
    transition: ease 0.5s;
}
*/
.schranka-sprav .ui-state-highlight {
    text-shadow: none;
    color: #4A4A4A;
    background: white;
    border-top: 10px solid #4A4A4A;
}

#legend div:nth-child(1) div.dot {
    color: #df5e51;
}

#legend div:nth-child(2) div.dot {
    color: #df5e51;
}

#legend div:nth-child(3) div.dot {
    color: #F4E071;
}

#legend div:nth-child(4) div.dot {
    color: #00C8AE;
}

#legend div:nth-child(5) div.dot {
    color: #047BC7;
}

a svg path {
    fill: #8ec63e;
}

.ui-growl-item-container {
    border: none!important;
    opacity: 1!important;
    background-color: #fae6e4
}

.ui-messages-error, .ui-message-error, .ui-messages-fatal, .ui-message-fatal, .ui-messages-warn, .ui-message-warn, .ui-growl-error  {
    background-color: #fae6e4;
}

.ui-messages-info, .ui-message-info, .ui-growl-info  {
    background-color: #f8fbf3;
}


.ui-messages-info, .ui-messages-warn, .ui-messages-error, .ui-messages-fatal {
    color: #4f4f4f;
    border: 1px solid #e6e5e3;;
    margin: 10px 0;
    padding: 20px;
    font-size: 1em !important;
}

.ui-messages-error-icon, .ui-messages-warn-icon, .ui-messages-info-icon, .ui-growl-image-info, .ui-growl-image-error, .ui-growl-image-warn {
    background:none;
    font-family: 'icomoon' !important;
    font-size: 2em;
    margin-top: 0;
}
.ui-messages-error-icon:before, .ui-messages-warn-icon:before, .ui-growl-image-error:before, .ui-growl-image-warn:before {
    content: "\e91e";
    color:#df5e51;
}

.ui-messages-info-icon:before, .ui-messages-info-icon:before, .ui-growl-image-info:before {
    content: "\e91d";
    color:#8ec63e;
}


.ui-messages-close .ui-icon {
    width: 32px;
    height: 20px;
}
.ui-messages-close .ui-icon:before {
    background:none;
    font-family: 'icomoon' !important;
    content: "\e902";
    text-decoration: none;
}

.rubiks-text {
    font-family: Rubik-Regular;
    font-size: 16px;
    color: #4A4A4A;
    letter-spacing: 0;
    line-height: 23px;
}


.ui-datatable-reflow .ui-column-title {
    min-width: 50% !important;
    font-weight: bold;
    font-size: 100%;
}

.ui-datatable-reflow  td{
    margin-top: 10px;
    margin-bottom: 10px;
}

.ui-datatable-reflow  tr{
    margin-top: 20px;
    margin-bottom: 20px;
}

.dashboard-panel table *{
    background:transparent !important;
}

.ui-fileupload-files {
    margin: 50px 0;
}

.application-version {
    display:none;
}

.cancel-login {
    float: right;
    color: #8ec63e !important;
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 32px 20px;
    border: 0;
    height: 80px;
    text-decoration: none;
    box-sizing: border-box;
    transition: .4s ease;
    cursor: pointer;
    background-color: transparent;
    margin-top: -16px;
}

/* loader */
.loader {
    height: 4px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #ddd;
}
.loader:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #8ec63e;
    animation: loading 2s linear infinite;
}

.header-gray {
    background-color: #f8f8f8;
}

.gray.ui-button.ui-widget {
    border: none !important;
    background-color: #4f4f4f;
}

.filter-buttons {
    line-height: 21px!important;
    background-color: #e6e5e3;
    padding: 4px 10px!important;
    margin-right: 10px!important;
    text-decoration: none!important;
    display: inline-block!important;
    white-space: nowrap!important;
    margin-bottom: 10px;
    border: none!important;
    border-radius: 20px!important;
    background-color: #e6e5e3!important;
    font-size: 14px!important;
}

.filter-buttons span {
    color: #4f4f4f!important;
}

.icon-green {
    color: #8ec63e;
    font-weight: bold;
    font-size: 24px;
}

.icon-gray-32 {
    color: #f8f8f8;
    font-size: 32px;
}

.icon-gray-dark-32 {
    color: #bfbfbf;
    font-size: 32px;
}

.icon-green-32 {
    color: #8ec63e;
    font-size: 32px;
}

.icon-orange-32 {
    color: #df5e51;
    font-size: 32px;
}

.icon-orange-light-32 {
    color: #fa8128;
    font-size: 32px;
}

.fileupload-no-background.ui-widget .ui-fileupload-content {
    height: 60px;
    background: none;
}

.fileupload-no-background.ui-widget .ui-fileupload-buttonbar {
    bottom: 25px;
}

.fileupload-no-button-background.ui-fileupload.ui-widget .ui-fileupload-buttonbar {
    transform: none;
    position: initial;
}

.fileupload-no-button-background.ui-fileupload.ui-widget .ui-fileupload-buttonbar .ui-button:first-of-type {
    border: solid 2px #8ec63e;
    background: transparent;
}

.fileupload-no-button-background .ui-fileupload-buttonbar .ui-button.ui-widget .ui-button-text {
    color: #8ec63e;
}

.tooltip-icon-info {
    font-weight: bold;
    font-size: 18px;
    color: #bfbfbf;
}

.davka-view-display-none {
    display: none;
}

.infoVypocetPanel {
    background-color: #f8f8f8;
}

.rocne-zuctovanie-download-menu.ui-menubutton .ui-button {
    width: 150px;
}

.rocne-zuctovanie-download-menu.ui-menubutton .ui-menuitem-icon {
    color: #8ec63e!important;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}


img.flexible {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */    
}

sposob-autorizacie {
    background-image: url('../resources/images/kostelny_2.JPG');
}



.ui-fieldset-toggleable .ui-fieldset-legend {
    background: white;
    border: none;
    color: black;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    box-shadow: none;
    text-align: left;
}

.ui-steps .ui-steps-item {
    width: 20%;
}

.ui-state-highlight {
    text-shadow: none !important;
    cursor: default!important;
    font-weight: bold;
    color: #4f4f4f;
}

.ui-steps.custom {
    margin: 30px 0;
    padding-bottom: 50px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link {
    height: 1px;
    padding: 0 1em;
    overflow: visible;
    border: 1px solid #666;
    display: block;
    background-color: #8ec63e;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link .ui-steps-number {
    background-color: #8ec63e;
    color: #FFFFFF;
    display: inline-block;
    width: 40px;
    border-radius: 30px;
    margin-top: -20px;
    margin-bottom: 20px;
    position: relative;
    top: -3px;
    line-height: 40px;
}

.ui-steps.custom .ui-steps-item .ui-menuitem-link .ui-steps-title {
    margin-top: -6px;
}

.column-filter {
    margin: 0  !important;
    width: 90% !important;
    padding: 0 !important;
}

.ui-picklist .ui-picklist-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    height: 200px;
    width: 200px;
    box-shadow: none;
    border: solid 2px #e6e5e3;
    border-radius: 7px;
    font-size: 16px;
    line-height: 21px;
    box-sizing: border-box;
}

.picklist-error-style {
    border-color: #df5e51;
    color: #df5e51;
    margin: 4px;
    padding: 0;
    box-shadow: none;
    border: solid 2px;
    border-radius: 7px;
    box-sizing: border-box;
}

.prihlaska-platitela-hint-style {
    border: solid 2px #e6e5e3;
    border-radius: 7px;
    margin-top: 5px;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #e6e5e3 !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 20px !important;
    line-height: 40px !important;
}

.horizontal-line{
    border-top: 2px solid #f8f8f8; 
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 17%); 
    width: 99%; 
    margin-left: 10px; 
    margin-bottom: 30px
}
