Байнгын хороодын бүрэлдэхүүнд өөрчлөлт оруулах тухай
МОНГОЛ УЛСЫН ИХ ХУРЛЫН ТОГТООЛ
Дугаар 08
Байнгын хороодын бүрэлдэхүүнд
өөрчлөлт оруулах тухай
Монгол Улсын Их Хурлын тухай хуулийн 7 дугаар зүйлийн 7.1.7 дахь заалт, 22 дугаар зүйлийн 22.1 дэх хэсэг, Монгол Улсын Их Хурлын чуулганы хуралдааны дэгийн тухай хуулийн 14 дүгээр зүйлийн 14.3 дахь хэсэг, Улсын Их Хурал дахь нам, эвслийн бүлгүүдийн саналыг үндэслэн Монгол Улсын Их Хурлаас ТОГТООХ нь:
1.Улсын Их Хурлын гишүүн Чимэдийн Сайханбилэгийг Хууль зүйн байнгын хорооны бүрэлдэхүүнээс чөлөөлсүгэй.
2.Улсын Их Хурлын гишүүн Ёндонгийн Отгонбаяр, Жадамбын Энхбаяр, Нямаагийн Энхболд нарыг Аюулгүй байдал, гадаад бодлогын байнгын хорооны, Улсын Их Хурлын гишүүн Сундуйн Батболд, Бадмаанямбуугийн Бат-Эрдэнэ, Цэдэвийн Дашдорж, Янгугийн Содбаатар нарыг Байгаль орчин, хүнс, хөдөө аж ахуйн байнгын хорооны, Улсын Их Хурлын гишүүн Дашжамцын Арвин, Гаваагийн Батхүү, Жамъянсүрэнгийн Батсуурь, Алмаликийн Тлейхан нарыг Нийгмийн бодлого, боловсрол, соёл, шинжлэх ухааны байнгын хорооны, Улсын Их Хурлын гишүүн Нямтайширын Номтойбаяр, Даваажанцангийн Сарангэрэл, Отгонбилэгийн Содбилэг, Чимэдийн Хүрэлбаатар, Баттогтохын Чойжилсүрэн нарыг Өргөдлийн байнгын хорооны, Улсын Их Хурлын гишүүн Гаваагийн Батхүү, Сүхбаатарын Батболд, Миеэгомбын Энхболд нарыг Төрийн байгуулалтын байнгын хорооны, Улсын Их Хурлын гишүүн Дамдингийн Дэмбэрэл, Дамдингийн Хаянхярваа нарыг Төсвийн байнгын хорооны, Улсын Их Хурлын гишүүн Данзангийн Лүндээжанцан, Цэрэндашийн Оюунбаатар, Дуламсүрэнгийн Оюунхорол, Өлзийсайханы Энхтүвшин нарыг Хууль зүйн байнгын хорооны, Улсын Их Хурлын гишүүн Сандагийн Бямбацогт, Цэндийн Нямдорж, Лувсанцэрэнгийн Энх-Амгалан нарыг Эдийн засгийн байнгын хорооны гишүүнээр тус тус баталсугай.
3.Энэ тогтоолыг 2013 оны 01 дүгээр сарын 11-ний өдрөөс эхлэн дагаж мөрдсүгэй.
МОНГОЛ УЛСЫН ИХ ХУРЛЫН ДАРГА З.ЭНХБОЛД
-->
@media (max-width: 768px) {
.responsive_mobile {
padding: 0 15px !important;
}
}
.icon-s {
position: absolute;
left: -80px;
top: 23px;
}
p em {
float: none !important;
}
em {
width: 100%;
float: left;
}
.icon-s .fa {
width: 14px;
float: left;
position: relative;
left: 0px;
font-size: 10px;
color: #2196f3;
font-weight: bold;
}
.msg_head:hover {
cursor: pointer;
}
.msg_draft:hover{
cursor: pointer;
}
.print-zuil:hover {
cursor: pointer;
}
.print-zuil {
color: #2196f3 !important;
}
table th,
table td
{
padding: 5px;
}
/* .shine-huuli-body table {
table-layout: initial !important;
overflow: auto;
width: initial !important;
display: block;
} */
.nomigration p {
width: 100% !important;
float: left !important;
}
/* section table td, section table th {
text-align: initial;
} */
/* table {
border-spacing: 0;
float: left;
border-collapse: collapse;
} */
$('body').on('click', '.msg_head', function () {
var $this = $(this),
$parent = $this.closest('.tab-pane');
if ($this.hasClass('opened_head')) {
$this.removeClass('opened_head');
$this.addClass('closed_head');
$parent.find('section[data-parentid="'+ $this.attr('id') +'"]').hide();
} else {
$this.addClass('opened_head');
$this.removeClass('closed_head');
$parent.find('section[data-parentid="'+ $this.attr('id') +'"]').show();
}
});
Сонсох / Сонгосон утга сонсох
Word
Хэвлэх
Хуваалцах
Текст томруулах
A
A
A
$.fn.slideFadeToggle = function(speed, easing, callback) {
return this.animate({
opacity : "toggle",
height : "toggle"
}, speed, easing, callback);
};
$(function(){
//hide the all of the element with class msg_body
//$(".msg_body").hide();
//toggle the componenet with class msg_body
$(".msg_head").click(function() {
$(this).toggleClass("closed_head").next(".msg_body").slideFadeToggle(400);
});
$(".printpage").click(function() {
$(this).parent().parent().printElement({
printMode : "popup"
});
});
});
Сонсох:
x
.shine-huuli-body table {
table-layout: initial !important;
overflow: auto;
width: initial !important;
display: block;
}
.nomigration p {
width: 100% !important;
float: left !important;
}
.coall span {
width: 32px;
height: 32px;
text-decoration: none;
display: inline-block;
background: transparent url('assets/custom/img/icon_collapseall.png') no-repeat center center;
}
.exall span {
background: transparent url('assets/custom/img/icon_expandall.png') no-repeat center center;
}
var lawlistcon = [];
$.fn.slideFadeToggle = function(speed, easing, callback) {
return this.animate({
opacity : "toggle",
height : "toggle"
}, speed, easing, callback);
};
$(function() {
$("div.msg_head").click(function() {
var $this = $(this),
$mainSelector = $this.closest('.main-container'),
$dataId = $this.attr('id');
$mainSelector.find('[data-parentid="'+ $dataId +'"]').toggle();
});
});
$(".coall").click(function () {
var $this = $(this);
$this.toggleClass("exall");
$this.closest(".tab-pane").find(".msg_head").toggleClass("closed_head");
$this.closest(".tab-pane").find('.msg_body').slideFadeToggle(400);
if ($this.closest(".tab-pane").find('div.msg_head').length > 0) {
$("div.msg_head").trigger('click');
}
})
.huchingui-huuli .main-huuliin-content::after {
content: '' !important;
background: none;
}
.huchingui-huuli .law_content {
background-image: url('assets/custom/legal/image/cons/inactive.png') !important;
}
.huchingui-huuli .law_content > .maincontenter {
background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(assets/custom/img/ico/inactive.png);
background-repeat: no-repeat;
background-position: right;
background-position-y: top;
background-size: 150px;
}
.hassan-huuli .law_content > .maincontenter {
background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), url(assets/custom/img/ico/hassan.png);
background-repeat: no-repeat;
background-position: right;
background-position-y: top;
background-size: 150px;
}
.printpage {
float: right;
}
/* .huchingui-huuli .law_content::after {
content: '' !important;
height: 60%;
width: 40px;
background: rgba(255, 0, 0, 0.1);
transform: rotate(147deg);
position: absolute;
top: -127px;
right: 54px;
} */
Address: The National Legal Institute building, Lawyers’ Street 1, Baga Toiruu /15160/, 4th khoroo, Chingeltei district, Ulaanbaatar-46, Mongolia
Timetable: 8:30 – 17:30 (12:30 – 13:30 Lunch)
Tell: +(976)-11-315735
Fax: 315735
Email: info@legalinstitute.mn
Legislation Acts
The Constitution of Mongolia (1)
Laws of Mongolia (938)
International Treaties to which Mongolia is Party (699)
Decrees by The President (218)
Resolutions by The State Ikh Khural (2562)
Government Resolutions (5745)
Decisions by The Constitutional Court of Mongolia (334)
Resolutions by The State Supreme Court (259)
Decisions by The Heads of the bodies appointed by The Parliament (136)
Ministerial decrees (986)
Regulations by government agencies (215)
Хууль, хяналтын байгууллага (6)
Organizations exercising state functions under contract or in accordance of law (3)
Resolutions by Self-governing bodies in province, The capital city (1206)
Orders by the Governors of the provinces, The capital city (85)
Councils, Committees and other collectives (576)
General Judge Council (9)
About Legalinfo
About us
Introduction
Regulations
Structure
PRIVACY POLICY
Help
© 2021 legalinfo.mn All rights reserved.
Developed by
Back to Top
-->
Өнөөдөр дахиж харахгүй
Хаах
Таны санал хүсэлт
Санал хүсэлт
Хүсэлтийн төрөл
Сонгох -->
Эрх зүйн актын тодруулга /хариу авах тулд та и-мэйл хаягаа үлдээнэ үү/
Бусад асуудал /хариу авахын тулд та и-мэйл хаягаа үлдээнэ үү/
Системтэй холбоотой алдаа, санал /хариу авахын тулд та и-мэйл хаягаа үлдээнэ үү/
Имэйл
URL хаяг
Гарчиг
Таны санал хүсэлт
Баталгаажуулах
Болих
Илгээх
/*function addLink() {
var bodyElement = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var selectiontxt = selection.toString();
var pageLink = " Дэлгэрэнгүй мэдээллийг: front.legalinfo.mn © Legalinfo";
var copytext = selection + pageLink;
var attachDiv = document.createElement('div');
attachDiv.style.position='absolute';
attachDiv.style.left='-99999px';
bodyElement.appendChild(attachDiv);
attachDiv.innerHTML = copytext;
selection.selectAllChildren(attachDiv);
window.setTimeout(function() {
bodyElement.removeChild(attachDiv);
},0);
}
document.oncopy = addLink;*/
var sysLangCode = 'mn';
$(document).ready(function () {
element = $(document.body);
var $el = $('input[data-inputmask-regex]', element);
var len = $el.length, i = 0;
for (i; i
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
// gtag('config', 'G-G5W8CL4RJH');
gtag('config', 'G-6QYBXYBZNP');
Энэ хуулийн бүрэн эх одоогоор санд ороогүй байна.