/*html, .ui-widget-content {
	color: white;
	background-color: #4d4d4d;
}

.ui-button {
	background-color: #cccccc;
	color: #333333;
}
*/

#container {
    height: 100%;
    width: 100%;

    font-family: Arial, Helvetica, sans-serif;
}

.footer-p {
    font-size: 80%;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;

    margin: 0px;
    padding: 10px 10px 10px 10px;

    background-color: white;
    z-index: 100;
}

th {
    cursor: pointer;
}

.menu {
    display: none;
    position: absolute;
    z-index: 10;
}


#total-client-name {
    margin-bottom: 0px;
}

#total-data {
    padding-left: 20px;
    --margin: 0;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/ajax-loader.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
    display: block;
}

/*to spodnje ne dela na safari*/
/*
.loading {
    display:    block;
    position:   fixed;
    z-index:    1000;
    height:     32px;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif')
                50% 50% 
                no-repeat;
	overflow: hidden;
}
*/

.ui-button,
.ui-front {
    -webkit-box-shadow: 2px 2px 5px gray;
    -moz-box-shadow: 2px 2px 5px gray;
    box-shadow: 2px 2px 5px gray;
}

.ui-autocomplete {
    display: none;
    /*
	max-height: 600px;
	overflow-y: auto;
	/* prevent horizontal scrollbar * /
	overflow-x: hidden;
	*/
}

.menu-tab {
    border: 1px solid black;
    /*border-bottom: 1px solid black;*/

    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;

    padding-top: 5px;
    padding-bottom: 3px;
    text-align: center;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
    padding: 5px;
    margin: auto;
    width: 100%;
}

ul #active-games #available-games {
    list-style: none;
    counter-reset: my-counter;
}

ul li {
    counter-increment: my-counter;
}

li#game:before,
.ui-state-highlight:before {
    content: counter(my-counter) ". ";
}

.ui-datepicker-calendar .ui-state-highlight:before {
    content: "";
}

#custom-handle {
    width: 3em;
    height: 1.4em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.4em;
    margin-left: -1.7em;
}

.package-hightlight {
    background-color: #c2d7ff !important;
}