/* Global Styles */
body {
    margin-top: 100px;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
}
@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}
#wrapper {
    padding-left: 0;
}
#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
}
.huge {
    font-size: 50px;
    line-height: normal;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 225px;
    }
    #page-wrapper {
        padding: 10px;
    }
}
/* Top Navigation */
.navbar{
background: #111;
border-bottom: 1px solid #111;
}
.navbar-brand{
    color:#fff !important;
    font-weight: 700;
}
.top-nav {
    padding: 0 15px;
}
.top-nav>li {
    display: inline-block;
    float: left;
}
.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}
.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}
.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}
ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}
li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}
li.message-footer {
    margin: 5px 0;
}
ul.alert-dropdown {
    width: 200px;
}
/* Side Navigation */
@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }
    .side-nav>li>a {
        width: 225px;
    }
    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}
.side-nav>li>ul {
    padding: 0;
}
.side-nav>li>ul>li>a, .side-nav>li>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}
.side-nav>li>ul>li>a:hover, .side-nav>li>ul>li>ul>li>a:hover {
    color: #fff;
}
.side-nav{
    background: #222 !important;
}
.side-nav li.active a{
    background: #499cea !important;
}
.side-nav li a:hover{
    background: #499cea !important;
}
.side-nav>li>ul>li>ul>li {
    list-style: none;
}
/* Flot Chart Containers */
.flot-chart {
    display: block;
    height: 400px;
}
.flot-chart-content {
    width: 100%;
    height: 100%;
}
/* Custom Colored Panels */
.huge {
    font-size: 40px;
}
.panel-green {
    border-color: #5cb85c;
}
.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}
.panel-green > a {
    color: #5cb85c;
}
.panel-green > a:hover {
    color: #3d8b3d;
}
.panel-red {
    border-color: #d9534f;
}
.panel-red > .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}
.panel-red > a {
    color: #d9534f;
}
.panel-red > a:hover {
    color: #b52b27;
}
.panel-yellow {
    border-color: #f0ad4e;
}
.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}
.panel-yellow > a {
    color: #f0ad4e;
}
.panel-yellow > a:hover {
    color: #df8a13;
}
.breadcrumb{
    background: rgba(0,0,0,0.05);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    display:inline-block;
    width: auto;
}
.breadcrumb li a{
    color:rgba(0,0,0,0.38);
    font-size: 12px;
}
.breadcrumb li.active{
    color:#499cea;
    font-size: 12px;
}
input,
textarea{
    box-shadow: inset none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 5px !important;
    height: auto !important;
    margin-bottom: 3px;
    border: 1px solid rgba(0,0,0,0.12) !important  ;
}
.chosen-single,.chosen-container{
    border-radius: 2px !important;
    box-shadow:inset  none !important;
    box-shadow:none !important;
    background: none !important;
    padding: 2px !important;
    height: auto !important;
    margin-bottom: 3px;
}
.chosen-container{
    border: 1px solid rgba(0,0,0,0.12) !important;
    padding: 0 !important;
}
.chosen-single{
    border: 0px solid rgba(0,0,0,0.12) !important;
    padding: 1px !important;
}
.chosen-drop{
    box-shadow: 0 5px 5px rgba(0,0,0,0.20) !important;
    border: 1px solid rgba(0,0,0,0.12) !important;
}
select{
    box-shadow: inset none !important;
    box-shadow: none !important;
    border-radius: 2px !important;
    padding: 4px !important;
    height: auto !important;
    margin-bottom: 3px;
}
label{
    color:rgba(0,0,0,0.38);
    font-size: 12px;
    margin-right: 10px;
}
.form-group{
    margin-bottom: 5px;
}
table thead td{
    background:rgba(0,0,0,0.12);
    font-weight: 700;
    font-size: 10px;
    border: 1px solid #fff;
}
table thead td:after{
    color:#fff !important;
    opacity: 1 !important;
}
.dataTables_info {
    color:rgba(0,0,0,0.38);
    font-size: 12px;
    display: inline-block;
    float: left;
    width: auto;
}
.pagination{
    margin-top: 10px !important;
}
.paginate_button.active a{
    background:#333 !important;
    color:#fff !important;
    border:1px solid rgba(0,0,0,0.12) !important;
}
.paginate_button a{
    background:rgba(0,0,0,0.04) !important;
    color:rgba(0,0,0,0.38) !important;
    border:1px solid rgba(0,0,0,0.12) !important;
    font-size: 12px;
    padding: 3px 10px 3px 10px !important;
}
.oddo{
    color:rgba(0,0,0,0.38);
    font-size: 12px;
}
/* my edit */
.top_buttons a{
    border-radius: 0;
    padding: 5px 20px 5px 20px;
    color:#fff !important;
}
.top_buttons .btn-success{
    background:#499cea;
    border: none;
    margin: 0;
}
.top_buttons .btn-success{
    background:#499cea;
}
.top_buttons .btn-warning{
    background:rgba(73,156,234,0.5);
    border: none;
    margin: 0;
    margin-left: 5px;
}
.top_buttons a span{
    margin-right: 5px;
}
.page-header{
    font-weight:700;
    margin-bottom:10px;
    margin-top: 0;
    color:#499cea;
    border-left:5px solid #499cea;
    font-size: 18px;
    width:100%;
    display: inline-block;
    padding: 10px 80px 10px 10px;
    border-bottom:none;
    text-transform:capitalize;
}
.content{
	width:70%;
    padding-bottom: 30px;
	/*margin: 0 auto;
	display: table;*/
}
.top_buttons{
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
}
.top_buttons a{
    float: right;
    margin-left: 5px;
}
.top_buttons .btn-success{
    float: left;
}
.glyphicon-trash{
    color:rgba(0,0,0,0.38) !important;
    margin:0 auto;
    display: table;
    padding-top: 3px;
}
.btn-success,
.btn-primary,
.btn-info{
    background: #499cea !important;
    border-radius: 2px;
    border: none;
    padding: 5px 20px 5px 20px;
    color:#fff !important;
}
.content .left{
  margin-right: 5%;
}
.content .right{
}
/*
#param .form-control,
#paramUdrzba .form-control{
    width: 40%;
    margin: 3px;
}
*/
#param,
#paramUdrzba{
    list-style: none;
    padding-left: 0;
    margin-bottom: 5px;
}
.vyrobene_kusy_detail{
	display: inline-block;
	width: 100%;
}
/*
.vyrobene_kusy_detail .form-control.one{
	display: inline-block;
	width: 22%;
	margin-right: 1%;
}
.vyrobene_kusy_detail .form-control.two{
	width: 32.333%;
	margin-right: 1%;
}
*/
button[value=Uložiť]{
	float: right;
	background: #f00;
	color:#fff !important;
}
#paramAdder, #paramAdderUdrzba{
    font-size: 14px;
    font/font-weight: bold;
    background: #fff;
    padding:2px 8px !important;
    color:#000 !important;
    border:1px solid #000;
    display: inline-block;
    float: left;
}
.deleteParam{
    padding: 12px 0 12px 0;
    color:rgba(0,0,0,0.38);
    cursor:pointer;
    display: inline-block;
    float:left;
    width: 6%;
    text-align:left;
}
.dataTable tr{
    height: 20px;
}
.dataTable td{
    /**/
    padding: 2px 8px !important;
}
.alert{
    cursor: pointer;
}
.adding_form {
    width: 70%;
}
.krajina .form-group{
    display: block;
    margin-bottom: 3px;
}
.krajina .chosen-container.chosen-container-single {
    width: 100% !important; /* or any value that fits your needs */
}
.form-group label{
    line-height:1;
    font-size: 12px;
    font-weight: 400;
    color:rgba(0,0,0,0.38);
    margin: 0;
}
.form-horizontal .control-label {
    padding-top: 0;
}
.bg-info{
    width: 100%;
    display: inline-block;
    background: none;
}
.bg-info select{
    width: 59%;
    display: inline-block;
    float: left;
    margin-right: 1%;
}
.bg-info input{
    width: 20%;
    display: inline-block;
    float: left;
    margin-right: 1%;
}
.bg-info span{
    width: 19%;
    display: inline-block;
    float: left;
    padding: 5px;
}
.stroj-edit .param li{
    margin-bottom: 3px !important;
    display: inline-block;
    width: 100%;
    float: left;
}
.stroj-edit .param select{
    width: 29%;
    float: left;
    display: inline-block;
}
.stroj-edit .param input{
    width: 49%;
    float: left;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
}
.stroj-edit .param span{
    width: 19px;
    float: left;
    display: inline-block;
    padding: 5px;
}
.novy-riadok{
    display: inline-block;
    width: 100%;
    float: left;
    padding-top: 10px;
}
.novy-riadok button{
    margin-left: 15px;
}
@media(max-width:768px) {
    /*#param .form-control,
    #paramUdrzba .form-control{
        width: 100%;
        margin: 3px;
    }*/
.content{
	width:100%;
    padding:10px;
}
    .param li{
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
    }
    .stroj-edit label{
        margin-top: 20px;
        text-align: center;
        font-size: 18px;
        margin-bottom: 3px;
    }
    .deleteParam{
        padding:10px 0 10px 0;
        width:20px;
        float: left;
        border:none;
        color:rgba(0,0,0,0.38);
        cursor:pointer;
        text-align: left;
        border-radius: 5px;
    }
    .btn-add{
        margin-top: -30px;
        width: 100%;
        margin-bottom: 50px;
    }
    .adding_form {
    width:100%;
    }
}

@media(max-width:968px),(max-width:1268px) {
/*#param .form-control,
#paramUdrzba .form-control{
    width: 100%;
    margin: 3px;
}*/
}

table td:first-child{
       padding-left: 30px !important;
}
table td:before{
    top:3px !important;
    left:3px !important;
}
thead td:after{
    top:3px;
    right: 3px;
}



.loading {
  background-image: url(../images/loading-gear.gif);
  background-position: center;
  background-repeat: no-repeat;
}

