/* CSS Document */
/*
body {
	overflow-y: scroll;	
}
*/
.form-horizontal .checkbox, .form-horizontal .radio {
  /*min-height: 22px;*/
	min-height: 27px;
}


.text-white { color:#FFF;}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #555; background-color: #f5f5f5; border-color: #ddd; }
img.flag { width:20px; height:20px;}

.spacer { width:100%; margin-top:30px;}

.paddingt10 { padding-top:10px;}
.paddingt20 { padding-top:20px;}
.paddingt30 { padding-top:30px;}
.paddingtop20 { padding:20px 0 0 0;}
.paddingright20 { padding:0 20px 0 0;}
.paddingright10 { padding-right:10px;}
.paddingleft10 { padding-left:10px;}
.marginl20 { margin-left:20px;}
.margintop20 { margin-top:20px;}
.marginr10 { margin-right:10px;}
.marginr5 { margin-right:5px;}

.label-danger a { color:#000;}

hr.white { border-top:1px solid #FFF;}

.list-group {margin-bottom: 0px;}

.ajaxloder { width:15px; height:15px; background: url(../images/AjaxLoader.gif); background-size: 15px 15px; background-repeat: no-repeat; }
.ajaxloderBig { width:50px; height:50px; background: url(../images/AjaxLoader.gif); background-size: 50px 50px; background-repeat: no-repeat; }
textarea.form-control { height:500px;}
.media-selected { position:absolute; right:-10px; top:-10px; background:rgba(223,240,216,1); padding:5px 10px; border-radius:5px; border:1px solid #d6e9c6; }

.ajaxloder,
.ajaxloderBig,
#btnSend,
#Posiljanje,
#modal-body-ajax-result,
.skrit { display:none;}
.nomargin { margin:0;}



.well.active { background:#5cb85c; }
.well-danger { background-color:#f2dede; border-color:#ebccd1; color:#a94442;}
.well-izpostavitve {margin-bottom: 10px;}

.text-small { font-size:10px; }
.text-medium {font-size:12px;}
.text-bold { font-weight:700;}


ul.admin_menu_list { list-style-type:none;}
ul.admin_menu_list label { font-weight:400;}
ul.admin_menu_list label.text-bold {font-weight:700;}





/*
*
* SORTABLE, NO SORTABLE
*
*/
ol.sortable.izpostavitve {
    padding: 0;
}

		.placeholder {
			outline: 1px dashed #4183C4;
		}

		.mjs-nestedSortable-error {
			background: #fbe3e4;
			border-color: transparent;
		}

		

		ol.sortable, ol.sortable ol, ol.no-sortable, ol.no-sortable ol {
			margin: 0 0 0 25px;
			padding: 0;
			list-style-type: none;
		}

		
		ol.sortable, ol.no-sortable {
			/*margin: 4em 0;*/
			margin: 0;
			padding: 20px 0;
		}

		.sortable li, .no-sortable li {
			/*margin: 5px 0 0 0;*/
			margin: 0;
			padding: 0;
			cursor:move;
		}

		 .no-sortable li { 
			cursor:text; 
		}
		
		/*.sortable li.mjs-nestedSortable-branch div {
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);

		}

		.sortable li.mjs-nestedSortable-leaf div {
			background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
			background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);

		}
		*/

		li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
			border-color: #999;
			background: #fafafa;
		}

		.disclose {
			/*display: inline-block;
			min-width: 15px;
			padding: 3px 7px;
			font-size: 12px;
			font-weight: bold;
			line-height: 1;
			color: #fff;
			text-align: center;
			white-space: nowrap;
			vertical-align: baseline;
			background-color: #999;
			border-radius: 10px;*/
			margin: 0 5px 0 0;
			cursor: pointer;
		}

		.sortable li.mjs-nestedSortable-collapsed > ol {
			display: none;
		}

		.sortable li.mjs-nestedSortable-branch > div > .disclose {
			display: inline-block;
		}

		.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
			/*content: '+ ';*/
		}

		.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
			/*content: '- ';*/
		}
		
