.navbar-header{
	float:left;
}

.navbar-brand{
	padding:5px;
}

.nav-tabs>li>a{
	font-weight:bold;
	color:#333;
	white-space: nowrap;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li > a{
	background-color: #f0f0f0;
	font-weight:bold;
	border-radius:0 !important;
	border-bottom:1px solid #dadada;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	background-color: #606060;
	-webkit-border-top-left-radius: 4px !important;
	-webkit-border-top-right-radius: 4px !important;
	-moz-border-radius-topleft: 4px !important;
	-moz-border-radius-topright: 4px !important;
	border-top-left-radius: 4px !important;
	border-top-right-radius: 4px !important;
}
.searchForm ul{
	list-style:none;
	padding:0;
}
.searchForm form{
	padding-top:10px;
}

h3.gray a{
	color:#333;
}
.img-portfolio{
	text-align:center;
}
.img-portfolio label{
	display:block;
	white-space: nowrap;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display:inline-block;
}


.objIcon_0 {
    background: transparent url("../images/icon-text.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_1 {
    background: transparent url("../images/icon-articles.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_2 {
    background: transparent url("../images/icon-books.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_3 {
    background: transparent url("../images/icon-films.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_4 {
    background: transparent url("../images/icon-lesson.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_5 {
    background: transparent url("../images/icon-magazines.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_6 {
    background: transparent url("../images/icon-photos.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_7 {
    background: transparent url("../images/icon-qanda.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_8 {
    background: transparent url("../images/icon-softwares.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_9 {
    background: transparent url("../images/icon-sounds.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.objIcon_10 {
    background: transparent url("../images/icon-poetry.png") no-repeat scroll center center;
    height: 16px;
    width: 16px;
}
.mIcon {
    margin: 0 5px;
}
.side_menu{
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px solid #000;
	display:block;
}
.no-border {
	border:0 !important;
}
.side_menu li{
	padding:3px;
}

.side_menu li:hover{
	background-color:#FFF;
	border-bottom:1px solid #d7d7d7;
	
}

.side_menu li a {
	color:#777e84;
	text-decoration:none;
}

.side_menu li.icon img{
	margin-right:10px;
}

.catFrame a{
	color: #585f66;
}

footer {
    background-color: #606060;
    margin-top:30px;
}
footer p {
    color: #f8f8f8;
    font-size: 14px;
}
footer  h3{
	color: #f8f8f8;
}
footer .copy{
	 background-color: #202020;
	 padding:20px 0px;
}
footer .copy a{
	color:#7d7d7d;
}
footer .footer_menu{
	text-align:center;
	background-color:#4b4a4a;
	border-top:1px solid #3a3a3a;
	padding:25px;
}
footer .footer_menu a{
	color:#e6e6e6;
}
footer .footer_menu span{
	padding:0 15px;
}


.box {
  margin: 10px auto;
  display: block;
  position: relative;
  border: 1px solid #efefef;
}
.box header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.box header:before,
.box header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.box header:after {
  clear: both;
}
.box header .icons,
.box header h5,
.box header .toolbar {
  position: relative;
  min-height: 1px;
  float: right;
  padding: 0;
  margin: 0;
  display: block;
}
.box header .icons {
  padding: 10px 15px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  -webkit-box-shadow: 1px 0px 0px #ffffff;
  box-shadow: 1px 0px 0px #ffffff;
}
.box header h5 {
  padding: 12px;
  font-weight: bold;
}
.box.inverse header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
  border-bottom: 1px solid #4d4d4d;
  color: #f5f5f5;
}
.box.inverse header .icons {
  border-right: 1px solid #222;
  -webkit-box-shadow: 1px 0px 0px #3c3c3c;
  box-shadow: 1px 0px 0px #3c3c3c;
}
.box.primary header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#428bca), to(#3071a9));
  background-image: -webkit-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: -moz-linear-gradient(top, #428bca 0%, #3071a9 100%);
  background-image: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff3071a9', GradientType=0);
  border-bottom: 1px solid #428bca;
  color: #fff;
}
.box.primary header .icons {
  border-right: 1px solid #245682;
  -webkit-box-shadow: 1px 0px 0px #6aa3d5;
  box-shadow: 1px 0px 0px #6aa3d5;
}
.box.success header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
  border-bottom: 1px solid #5cb85c;
  color: #fff;
}
.box.success header .icons {
  border-right: 1px solid #357935;
  -webkit-box-shadow: 1px 0px 0px #80c780;
  box-shadow: 1px 0px 0px #80c780;
}
.box.warning header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
  border-bottom: 1px solid #f0ad4e;
  color: #fff;
}
.box.warning header .icons {
  border-right: 1px solid #c77c11;
  -webkit-box-shadow: 1px 0px 0px #f4c37d;
  box-shadow: 1px 0px 0px #f4c37d;
}
.box.danger header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
  border-bottom: 1px solid #d9534f;
  color: #fff;
}
.box.danger header .icons {
  border-right: 1px solid #a02622;
  -webkit-box-shadow: 1px 0px 0px #e27c79;
  box-shadow: 1px 0px 0px #e27c79;
}
.box.info header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
  border-bottom: 1px solid #5bc0de;
  color: #fff;
}
.box.info header .icons {
  border-right: 1px solid #2390b0;
  -webkit-box-shadow: 1px 0px 0px #85d0e7;
  box-shadow: 1px 0px 0px #85d0e7;
}
.box header .toolbar {
  float: left;
  display: inline-table;
}
.box header .toolbar .btn-toolbar {
  margin: 6px 3px;
}
.box header .toolbar .label-trash{
	position:absolute;
	left:10px;
	top:-10px;
}
.box header .toolbar .label,
.box header .toolbar .badge {
  display: inline-block;
  margin: 10px;
}
.box header .toolbar .nav {
  margin: 1px 1px 0 0;
}
.box header .toolbar .nav > li {
  display: inline-block;
}
.box header .toolbar .nav > li > a {
  padding-top: 9px;
}
.box header .toolbar > .btn {
  margin-right: 4px;
}
.box header .toolbar > .btn-sm,
.box header .toolbar > .btn-group {
  margin: 4px;
}
.box header .toolbar > .btn-xs {
  margin: 6px;
}
.box header .toolbar .input-sm {
  margin: 4px -4px;
}
.box header .toolbar .progress {
  min-width: 120px;
  margin: 10px 4px;
}
.box header .toolbar .progress.middle {
  height: 12px;
  margin: 13px 4px;
}
.box header .toolbar .progress.mini {
  height: 6px;
  margin: 16px 4px;
}
.box.danger .dropdown-menu > li > a:hover,
.box.danger .dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#d9534f), to(#c9302c));
  background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: -moz-linear-gradient(top, #d9534f 0%, #c9302c 100%);
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.box.info .dropdown-menu > li > a:hover,
.box.info .dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5bc0de), to(#31b0d5));
  background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: -moz-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.box.success .dropdown-menu > li > a:hover,
.box.success .dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#5cb85c), to(#449d44));
  background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: -moz-linear-gradient(top, #5cb85c 0%, #449d44 100%);
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.box.warning .dropdown-menu > li > a:hover,
.box.warning .dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f0ad4e), to(#ec971f));
  background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: -moz-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.box.inverse .dropdown-menu > li > a:hover,
.box.inverse .dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
  background-image: -moz-linear-gradient(top, #333333 0%, #222222 100%);
  background-image: linear-gradient(to bottom, #333333 0%, #222222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff333333', endColorstr='#ff222222', GradientType=0);
}
.box .body {
  padding: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.box .body hr {
  margin-left: -10px;
  margin-right: -10px;
}
.body.collapse:not(.in) {
  padding: 0;
}
.box > .block {
  padding: 0;
}
.row.ui-sortable .box header {
  cursor: move;
}
.unActiveLink{
	color:#777e84;
	font-size:12px;
}