
body{padding-bottom: 50px;}



#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; z-index: 10000}

#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: 5px; padding-bottom: 5px}

/*
.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{z-index: 10101}
.ui-widget-content a{
        color: #08c;
}

.ui-widget-content a.btn{color: #FFF}
.ui-widget-overlay{ z-index: 10100 }

.ui-dialog .ui-dialog-content{ overflow: inherit;}


.plUploadConsole{line-height: 1.5em}





#mainSearchTab{ padding: 10px 5px; background: #eff8ff; margin-top: 10px}
#mainSearchTab form{margin-bottom: 0px}









.wysihtml5-toolbar a.btn{color: #444}










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

body>#isWorking{position: fixed;}

.isWorking-lite{background: #eee !important}
.isWorking-transparent{background: none !important}

#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;
}

#isWorking.isWorking-transparent .labelW,
#isWorking.isWorking-transparent .circle,
#isWorking.isWorking-transparent .circle1
{display: none;}

@-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;
    };
}
