/*
 * Copyright ? 2017 Tomasz Grzybek. All rights reserved. 
 */
#cloud_global {
    position: absolute;
    height: auto;
    width: auto;
    color: #000;
    display: none;
    padding: 5px;
    font-size: 13px;
    border: 1px solid #c0c0c0;
    margin-right: 10px;
    font-size: 11px;
    background: #FFF3E8;
    top: 20px;
    left: 20px;

}



#global_preloader {
    width: 200px;
    height: 200px;
    background-color: #fff;
    border: 1px solid #6083C2;
    padding: 50px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -150px;
    z-index: 9999;
}


#preloaderek {
    width: 230px;
    height: 230px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -115px;
    margin-left: -115px;
    border: 1px solid #ccc;
    background: url("../img/preloader3.gif") #fff no-repeat center center;
    display: none;
    z-index: 10001;
}
.ui-autocomplete-loading {
    background: white url('../img/ui-anim_basic_16x16.gif') right center no-repeat;
}
.ui-autocomplete { 
    height: 200px; 
    overflow-y: scroll; 
    overflow-x: hidden;
    z-index : 51;
}

.corners {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.shadow {
    -webkit-box-shadow: 3px 3px 3px 0px rgba(192,192,192,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(192,192,192,1);
    box-shadow: 3px 3px 3px 0px rgba(192,192,192,1);
}


.error_info {
    border: 1px solid #c00;
    padding: 10px;
    margin: 10px 0 20px 0;
    font-weight: bold;
    color: red;
    background-color: #fff;
}

.success_info {
    border: 1px solid #green;
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
    color: green;
    background-color: #fff;
}

#gremio_kalkulator {
    position: absolute;
    width: 300px;
    height: 100px;
    background-color: #ffffff;
    border: 4px solid #a0a0a0;
    padding: 3px;
    display: none;
    -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
    box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}


#quickmenu {
    position: absolute;
    width: 300px;
    top: 300px;
    z-index: 10000;
    border: 1px solid #1474b1;
    right: -270px;
    background-color: #ffffff;
}

.border-all{
    border: 1px solid #808080;
}

*:focus {
    outline: none;
}