html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.status_green{
	color: green;
}

.status_red{
	color: red;
}
.dropdown-toggle{
	background: #4092d9!important;
}
.idk_list_of_files{
	padding: 10px;
	max-width: 500px !important;
}
.idk_list_of_files > p{
	margin: 0px;
}

.idk_brend_logo{
	height: 60px;
}
.idk_table_11pxfont{
	font-size:11px!important;
}

.idk_margin_top10 {
	margin-top: 10px;
}

.idk_margin_top20 {
	margin-top: 20px;
}

.idk_margin_top30 {
	margin-top: 30px;
}

.idk_margin_top40 {
	margin-top: 30px;
}

.idk_margin_top100 {
	margin-top: 100px;
}

.ponuda_checkboxes{
	min-width: 100px!important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

.img-responsive {
    margin: 0 auto;
}

.idk_black_circle{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 30px;
	height: 30px;
	border-radius: 2%;
	background: #000000;
}

.idk_green_circle{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 30px;
	height: 30px;
	border-radius: 2%;
	background: #009966;
}
.idk_yellow_circle{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 30px;
	height: 30px;
	border-radius: 2%;
	background: #d7c715;
}
.idk_red_circle{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	width: 30px;
	height: 30px;
	border-radius: 2%;
	background: #cc3333;
}

.login_alert {
	margin: 30px auto;
	max-width: 500px;
}

.login_form {
	max-width: 500px;
	background: #eee;
	border-radius: 0px;
	padding: 40px 50px;
}

.idkadmin_logo {
	margin-top: -5px;
}

.navbar {
	border-radius: 0px;
}

.idk_danger {
	background: #d9534f;
}

h1.title {
	margin: 0px;
	padding: 0px;
}

.idk_statistike_dark_blue_back{
	background: #2b5a84;
}
.statistike_h_dark_blue{
	color: #2b5a84;
}

.idk_statistike_cyan_back{
	background: #25cbcb;
}
.statistike_h_cyan{
	color: #25cbcb;
}

.idk_statistike_pink_back{
	background: #d41c6e;
}
.statistike_h_pink{
	color: #d41c6e;
	font-size: 30px!important;
}

.idk_statistike_blue_back{
	background: #1a70f9;
}
.statistike_h_blue{
	color: #1a70f9;
}

.idk_statistike_wrapper{
	border-radius: 10px;
	overflow: hidden;
-webkit-box-shadow: 1px 2px 5px 0px rgba(133,133,133,0.22);
-moz-box-shadow: 1px 2px 5px 0px rgba(133,133,133,0.22);
box-shadow: 1px 2px 5px 0px rgba(133,133,133,0.22);
	margin-bottom: 30px;
}

.idk_statistike_wrapper_top{
	padding-top: 30px;
	padding-bottom: 30px;
}

.idk_statistike_wrapper_top img{
	display: block;
	margin: 0 auto;
}

.idk_statistike_wrapper_bottom{
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 135px;
}

.idk_statistike_wrapper_bottom h1{
	font-size: 50px;
	padding-left: 15px;
}

.idk_statistike_wrapper_bottom p{
	color: #999999;
}


.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }


/* ON OFF Checker */
label.toggle-switch {
	display: inline-block;
	height: 27px; width: 75px;
	padding: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	line-height: 23px;
	text-align: center;
}

label.toggle-switch input {
	display: none;
}

label.toggle-switch span {
	display: inline-block;
	float: left;    
	width: 37px; height: 23px;
	background-color: #428bca;
	border-radius: 5px;
}

label.toggle-switch:after {
	color: #d9534f;
	content: 'NE';
}

label.toggle-switch.on span {
	float: right;
}

label.toggle-switch.on:after {
	color: #5cb85c;
	content: 'DA';
}

/* Check design */
.btn span.glyphicon {
	opacity: 0.2;
}
.btn.active span.glyphicon {
	opacity: 1;
}

.idk_tab_padding {
	padding: 40px 20px 0px 20px;
}

.idk_datetime {
	position: relative;
	font-size: 11px;
	top: -2px;
}

blockquote {
	font-size: 14px;
}

.idk_thumbnail {
	height: 100px;
	margin: 10px auto;
}

.idk_img_holder {
	position: relative;
	background: #ddd;
	margin: 5px;
	max-width: 175px;
	padding-bottom: 10px;
}

.idk_img_remove {
	position: absolute;
	top: -5px;
	right: -5px;
}

.idk_slide {
	width: 200px;
	height: auto;
}

.idk_fototapete{
	font-size:10px;
	color:#999;
}

/* iFrame */
.iframe-container {    
	padding-bottom: 60%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.idk_progress {
	margin: 0px;
}

.tokenize-sample {
	width: 100%;
	height: 40px;
}

.progres0 {
	width: 0%;
}

.progres33 {
	width: 33.3%;
}

.progres66 {
	width: 66.6%;
}

.progres100 {
	width: 100%;
}



.idk_copyright {
	color: #666;
	margin-top: 20px;
}