.theme-mml .header-mml {
	background:  #f6efd5 url("../pageresource/lsd/Header.jpg") no-repeat center;
	background-size: auto 100%;
}

.theme-mml .navbar {
	background: #cccac7;
	background: -webkit-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:    -moz-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:     -ms-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:      -o-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:         linear-gradient(to bottom, #cccac7 0%, #a49e94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccac7', endColorstr='#a49e94', GradientType=0 );
	min-height: 41px!important;
	color: #ffffff;
	border-radius: 0;
	margin: 0px;
}

.theme-mml .navbar .navbar-nav > li > a {
	color:#ffffff;
	padding:10px;
	text-decoration: none;
}
.theme-mml .navbar .navbar-nav > .active > a, .theme-mml .navbar-nav > .active > a:hover, .theme-mml .navbar-nav > .active > a:focus {
	color: #ffffff;
	background: #099609;
	background: -webkit-linear-gradient(top, #099609 0%, #036104 100%);
	background:    -moz-linear-gradient(top, #099609 0%, #036104 100%);
	background:     -ms-linear-gradient(top, #099609 0%, #036104 100%);
	background:      -o-linear-gradient(top, #099609 0%, #036104 100%);
	background:         linear-gradient(to bottom, #099609 0%, #036104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099609', endColorstr='#036104', GradientType=0 );
}

.theme-mml .navbar .navbar-nav > li > a:hover,.theme-mml .navbar-nav > li > a:focus {
	text-decoration: none;
	color: #036104;
	background:transparent;
}

.theme-mml .navbar .navbar-brand {
	color:#eeeeee;
}
.theme-mml .navbar .navbar-toggle {
	background-color: #eeeeee;
}
.theme-mml .navbar .icon-bar {
	background-color: #cccac7;
}

.theme-mml .search-panel {
	background: #f3f3f2;
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f2 100%);
	background:    -moz-linear-gradient(top, #ffffff 0%, #f3f3f2 100%);
	background:     -ms-linear-gradient(top, #ffffff 0%, #f3f3f2 100%);
	background:      -o-linear-gradient(top, #ffffff 0%, #f3f3f2 100%);
	background:         linear-gradient(to bottom, #ffffff 0%, #f3f3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f2', GradientType=0 );
	border: 1px solid #cccac7;
	box-shadow: none;
	padding: 15px 15px 10px 15px;
}

.theme-mml .table-panel {
	border-color:  #cccac7;
}

.theme-mml .submenu {
	border-bottom: 1px #036104 dotted;
}

.theme-mml .submenu a {
	color: #036104;
}

.theme-mml .submenu a:hover {
	font-weight: 600;
}

.theme-mml .table thead {
	color: #036104;
	background: #e3e3e0;
}

.theme-mml .table > tbody > tr > td {
	vertical-align: middle;
	padding: 3px 5px;
}

.theme-mml .table td a {
	color: #019002;
	vertical-align: middle;
}

.theme-mml .table td a:hover {
	color: #666666;
}


.theme-mml .btn-clear {
	color: #ffffff;
	background: #cccac7;
	background: -webkit-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:    -moz-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:     -ms-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:      -o-linear-gradient(top, #cccac7 0%, #a49e94 100%);
	background:         linear-gradient(to bottom, #cccac7 0%, #a49e94 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccac7', endColorstr='#a49e94', GradientType=0 );
	border-color: #a49e94;
}

.theme-mml .btn-clear:focus,.theme-mml .btn-clear:hover {
	color: #ffffff;
	background: #a49e94;
	border-color: #7f7a73;
}

.theme-mml .btn-search {
	color: #ffffff;
	background: #099609;
	background: -webkit-linear-gradient(top, #099609 0%, #036104 100%);
	background:    -moz-linear-gradient(top, #099609 0%, #036104 100%);
	background:     -ms-linear-gradient(top, #099609 0%, #036104 100%);
	background:      -o-linear-gradient(top, #099609 0%, #036104 100%);
	background:         linear-gradient(to bottom, #099609 0%, #036104 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#099609', endColorstr='#036104', GradientType=0 );
	border-color:  #036104;
}

.theme-mml .btn-search:focus,.theme-mml .btn-search:hover {
	color: #ffffff;
	background: #036104;
	border-color: #024b03;
}

.theme-mml .lbl-resultsize {
	color: #B06E04;
	font-weight: 600;
}

.theme-mml .title-act-mml {
	background: #cccac7;
	background: -webkit-linear-gradient(top, #a49e94 0%, #cccac7 100%);
	background:    -moz-linear-gradient(top, #a49e94 0%, #cccac7 100%);
	background:     -ms-linear-gradient(top, #a49e94 0%, #cccac7 100%);
	background:      -o-linear-gradient(top, #a49e94 0%, #cccac7 100%);
	background:         linear-gradient(to bottom, #a49e94 0%, #cccac7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a49e94', endColorstr='#cccac7', GradientType=0 );
	min-height: 105px;
	color: #ffffff;
	text-align: center;
	border-bottom: 3px solid #ffffff;
}

.theme-mml .title-act-mml h4 {
	margin-top: 0;
	padding-top: 20px;
}

.theme-mml .act-mml-table-title {
	height: 25px;
	background: #dbd7d2;
	color: #036104;
	line-height: 25px;
	border-left: 1px solid #a49e94;
	border-right: 1px solid #a49e94;
	font-weight: 600;
}

.theme-mml .act-mml-table-content {
	height: 25px;
	background: #ffffff;
	color: #036104;
	border-left: 1px solid #a49e94;
	border-right: 1px solid #a49e94;
	font-weight: 500;
	overflow: hidden;
}

.theme-mml .act-mml-table-xs {
	height: 20px;
	background: #ffffff;
	color: #036104;
	font-weight: 500;
	text-align: left;
	overflow: auto;
}

.theme-mml .panel-heading {
	background: #EAEAEA;
	cursor: pointer;
	color: #333333 !important;
	border-color: #024b03;

}

.theme-mml  .panel-title {
	font-size: 14px;
}

.theme-mml .panel-title .panel-link {
	color: #000!important;
}

.theme-mml .panel-body {
	padding: 0 5px;
	margin: 5px 0; 
}

.theme-mml .panel-body p {
	margin: 0; 
}

.theme-mml .panel-body hr {
	margin: 5px 0; 
}
.theme-mml .right-panel {
	margin-bottom: 0px!important;
}

.theme-mml .linkZaRegistar,
.theme-mml .linkZaArhivu { 
	color: #019002; 
}
