
body{padding-bottom: 50px}


body,
.table th, .table td,
label, input, button, select, textarea,
a.btn{font-size: 12px; line-height: 1.2em}




#adminHeader{
    background: #000; text-align: center;
    padding:5px; color:#FFF; font-size: 12px
}
#mainNavBar .brand{margin-left: 0px; color: #ff8000; font-weight: bold; padding: 0 15px}
#mainNavBar .selected > a{ color: #FFF}
#mainNavBar .dropdown-menu .selected > a{ color: #C00}

#mainContainer
{
    /*padding-top: 80px*/
}

#mainContainer > .navbar{margin-bottom: 0}

#mainCont{ padding-top: 10px}

#mainNavBar{ border-radius: 0}

.page-header{margin: 0px 0}
.page-header h1{margin: 0 !important; font-size: 20px !important; line-height: 22px !important}
#pageContent .page-header h2{margin: 0 !important; font-size: 16px !important; line-height: 18px !important}


#submenu .nav{ margin-bottom: 10px !important; margin-top: 5px}
#submenu .nav-pills>li>a {padding-top: 0.6em; padding-bottom: 0.6em}

/*
.breadcrumb-container{ margin-top: 71px}*/
/*#mainCont{ padding: 5px 10px 0 10px}*/
#JavaScriptNeeded{ margin:10px 10px 10px 10px;}

.table{width: inherit !important;}

.raditPolozkyDle .active{color:#999;}
.pocetZobrPolozek .active{color:#999;}
.raditPolozkyDleAbc .active{color:#999;}




.ui-widget-content a{
        color: #08c;
}

.ui-widget-content a.btn{color: #FFF}


.ui-dialog{ z-index: 1100 }
.ui-dialog .ui-dialog-content{ overflow: inherit;}


.plUploadConsole{line-height: 1.5em}




.vyhledavaciTabulka, .vyhledavaciTabulka label, .vyhledavaciTabulka input{
    font-size: 10px !important;
}
.vyhledavaciTabulka{
    padding: 1em; background: #eff8ff; margin-top: 10px}
.vyhledavaciTabulka form{margin-bottom: 0px}
.vyhledavaciTabulka legend{font-size: 1.3em; font-weight: bold; line-height: 1.1em; padding-bottom: 0.5em; margin-bottom: 0.3em; padding-left: 1em}
.vyhledavaciTabulka legend+.control-group{ margin-top: 0.5em}









.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }













#isWorking{ width: 100%; height: 100%;  top: 0px; left: 0px; z-index: 10000; 
    /*position: absolute;*/
    position: fixed;
	/*display: none;*/
	background: #eee url('../../../images/is-working/bgr.png');
	opacity: .05;
	filter: Alpha(Opacity=05);
}

#isWorking .circle {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 35px #2187e7;
    width: 50px;
    height: 50px;
    margin: 0 auto; top: 50%;
    margin-top: -30px;
    -moz-animation: spinPulse 1s infinite ease-in-out;
    -webkit-animation: spinPulse 1s infinite linear;
}

#isWorking .circle1 {
    background-color: rgba(0,0,0,0);
    border: 5px solid rgba(0,183,229,0.9);
    opacity: .9;
    border-left: 5px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-radius: 50px;
    box-shadow: 0 0 15px #2187e7;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    top: 50%; margin-top: -50px;
    -moz-animation: spinoffPulse 1s infinite linear;
    -webkit-animation: spinoffPulse 1s infinite linear;
}

#isWorking .labelW{
	text-align: center;
	padding: 10px;
	top: 50%; margin-top: 10px; 
	color: #FFF;
	font-weight: bold;
    -moz-animation: pulse 1s infinite linear;
    -webkit-animation: pulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-moz-keyframes pulse {
    0% {
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    };
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    };
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}


@-webkit-keyframes pulse {
    0% {
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    };
}
