p.navbar-form{
	color: white;
}
.table-hover > tbody > tr:hover {
    background-color: #d2d2d2;
}
.table-hover-pointer > tbody > tr:hover {
	cursor: pointer;
}
a.list-group-item:hover {
    background-color: #d2d2d2;
}
.nav > li > a {
	padding-left: 8px !important;
	padding-right: 8px !important;
}
.mt5 { margin-top: 0.5em; }
.mt10 { margin-top: 1.0em; }
.mt15 { margin-top: 1.5em; }
.mt20 { margin-top: 2.0em; }
.mt25 { margin-top: 2.5em; }
.mt30 { margin-top: 3.0em; }
.mb5 { margin-bottom: 0.5em; }
.mb10 { margin-bottom: 1.0em; }
.mb15 { margin-bottom: 1.5em; }
.mb20 { margin-bottom: 2.0em; }
.mb25 { margin-bottom: 2.5em; }
.mb30 { margin-bottom: 3.0em; }
.pt5 { padding-top: 0.5em; }
.pt10 { padding-top: 1.0em; }
.pt15 { padding-top: 1.5em; }
.pt20 { padding-top: 2.0em; }
.pt25 { padding-top: 2.5em; }
.pt30 { padding-top: 3.0em; }
.pb5 { padding-bottom: 0.5em; }
.pb10 { padding-bottom: 1.0em; }
.pb15 { padding-bottom: 1.5em; }
.pb20 { padding-bottom: 2.0em; }
.pb25 { padding-bottom: 2.5em; }
.pb30 { padding-bottom: 3.0em; }
.item_lack{
	background-color: #FFABAB;
}
#institution_items_form input[type=text]{
	text-align: right;
}
.bootstrap-tagsinput{
	width: 100%;
}
.lists .panel-heading{
	cursor: pointer !important;
}

.tt-input, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 622px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion:hover { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;
	cursor: pointer;
}

.tt-suggestion p {
    margin: 0;
}
.employeetable .btn{
	width: 74px;
}
#institution_class_form input[type=text]{
	width: 70%;
}
.lists .table thead th:nth-child(1){
	width: 60%;
}
.lists .table thead th:nth-child(2){
	width: 20%;
}
.lists .table thead th:nth-child(3){
	width: 20%;
}
.dropactive{
	background-color: #ddd;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a::after {
	content: "";
    border-bottom: 4px solid transparent;
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    float: right;
    margin-right: -10px;
    margin-top: 6px;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.has-error{
	background-color: #FFC6C6;
}
#loading{
	position: fixed;
	left: 0px;
	top: 75px;
	z-index: 100;
	display: none;
}
@media print {
	.hideprint{
		display: none;
	}
	body{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
	}
}
