/* CSS Document */

#category-table tr th:first-child, #category-table tr td:first-child{
	text-align:right;
	width: 4% !important;
}

#category-table tr th:nth-child(2){
	width: 4% !important;
}

#category-table tr th:nth-child(3){
	width: 25% !important;
}

#category-table tr th:nth-child(4){
	min-width: 25% !important;
}

#category-table tr th:nth-child(5){
	width: 25% !important;
	text-align:center;
}

#category-table tr td:nth-child(4) .btn{
	font-size:11px;
}


#category-table tr td:nth-child(5){
	text-align:center;
}

#category-table tr th:last-child{
	min-width: 6% !important;
}

.cat-table-row{
	background-color:white;
}
/*
.cat-table-row td:nth-child(1){
	width: 4% !important;
}

.cat-table-row td:nth-child(2){
	width: 25% !important;
}

.cat-table-row td:nth-child(3){
	min-width: 35% !important;
}

.cat-table-row td:nth-child(5), .cat-table-row td:nth-child(4), .cat-table-row td:nth-child(6){
	width: 10% !important;
}

.cat-table-row td:last-child{
	min-width: 6% !important;
}
*/
#category-table td{
	vertical-align: middle;
}

#category-table .handle {
    background-color: #777;
    color: white;
    font-size: large;
	vertical-align:middle;
	text-align:center;
}


#category-table .handle:hover{
	cursor:pointer;
}

.hbreadcrumb{
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
.hbreadcrumb li{
	padding-left:10px;
}

.hbreadcrumb a{
	font-weight: bold;
    text-decoration: underline;
}


#logo {
	width: 274px;
	text-align:right;
	padding-right:20px;
}

.navbar-form-custom{
	width: 433px;
}

.breadcrumb > li + li:before{
	content: "\003e";
	    padding-right: 10px;
}

.note-editor, .note-editor.note-frame{
	border:none;
}

.category-table-parent{
	/*overflow-y: scroll ;*/
}
.ui-state-highlight{
	background-color:#ecf6ff !important;
	height:100px;
}

.text-muted{
	color:#bdbdbd;
}

.modal-lg{
	width:90%;
}

#imageModal .nav-pills > li.ui-state-active > a{
	color: #fff;
    background-color: white;
    border: solid 1px #afadad;
    border-right: 0;
    border-radius: 10px 0 0 10px;
}

#imageModal li.ui-tabs-tab > a{
    border-right: 1px solid #afadad;
	/*border-bottom: 1px solid #afadad;*/
    border-radius: 0;
	background-color: #efefef;
}

#imageModal .tab-content>.active, .pill-content>.active{
	padding-left: 10px;
    padding-top: 10px;
    min-height: 70px;
    border: 1px solid #afadad;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}

#imageModal .nav-stacked > li + li{
	margin-top:0;
}

.forNavPills{
	padding-right:0px;
}

.tab-content{
	padding: 10px;
    border-top: 1px #afadad solid;
}
