/*===== Import css files =====*/
@import "font.css";

@import "plugins.css";

@import "bootstrap.css";

@import "elfinder.css";

@import "fancybox.css";

@import "ui_custom.css";

@import "board.css";


@import "main.css";

.footer {
	margin-top:10px;
	
}

.content {
	
margin: 0px 0 0 0px;	
}

.table th, .table td {
padding: 0 12px;
    height:35px;

}


.table td .btn-img {
position:relative;
top:3px; 
margin-right:5px;
}



.table td .btn-a {
    text-decoration:underline;
    color: #5064C5;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.2) inset;
    display: inline-block;
    font-size: 10pt;
    font-weight: 600;    
	margin: 2px 5px 2px 0px;    
    padding: 3px 5px;
}

.table td .btn-a img {
position:relative;
top:3px; 
margin-right:5px;
	
}

.table td .view-img {
position:relative;
top:4px; 

}

.table td .icon {
position:relative;
top:3px; 

}



.fl {
	float: left;
}

.fr {
	float: right;
}

.control-group {
	padding: 5px 0 5px 10px; 
}


/*---------------------------- search  ---------------------------------------------*/

.search{
	
	margin-bottom : 10px; 
	
}

.search label{
	
	margin-left:10px;
	
}

/*------------------------ modal  ------------------------------*/

.modal {
    overflow:visible;

}

.modal-body {
	overflow-y: visible;
}

.modal.fade.in {
	top: 3%;
}



.modal-body .control-group {
	padding: 5px 0;
}



/*---------------------------------------------------------------------------*/
.navigation li ul li a {
	padding: 5px 12px 5px 16px;
	font-size: 9pt;
}

.navigation>li>a {
	padding: 5px 12px;
	font-size: 10pt;
}

.navigation li a strong {
	top: 6px;
}

.nav-tabs>li>a {
	border-right: 0px solid #E1E1E1;
}

ul.nav-tabs li {
	display: block;
	height: 38px;
	border-right: solid 1px #E1E1E1;
}

.nav-tabs li  a {
	line-height: 22px;
	padding: 8px 14px;
	heigth: 23px;
}

.nav-tabs>li  i.font-remove {
	padding: 8px 10px 17px 5px;
	cursor: pointer;
	margin-right: 0;
}

.nav-tabs>.active>i.font-remove {
	background: none repeat scroll 0 0 #FCFCFC;
	box-shadow: 0 1px 0 #F1F1F1;
	padding: 8px 10px 17px 5px;
	cursor: pointer;
	margin-right: 0;
}

.select2-search {
	display: none;
}
/*
.select2-container .select2-choice {
	min-width: 120px;
}
*/
.ui-datepicker-trigger {
	top: 7px;
	left: 3px;
	position: relative;
}

/*--------------------- term  -------------------*/
#term_add.modal {
	width: 720px;
}

#term_edit.modal {
	width: 720px;
}

/*---------------------  lecture -------------------*/
#form_lecture_search .control-label {
	
	padding-left:10px;
	
}


#form_lecture_search .btn-lecture-search {
	margin-left:15px;
	
}

.modal-body .selector, .modal-body .select {

    width:auto; 
}

/*------------------------tree table -------------------------------------*/

table .child td {
	    background: none repeat scroll 0 0 #FAFEFF;

}