input{
	padding-bottom: 60px;
}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/library/themes/General/fonts/glyphicons-halflings-regular.eot');
  src: url('/library/themes/General/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/library/themes/General/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/library/themes/General/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/library/themes/General/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon-red{
	color: red;
}

.glyphicon-hover:hover{
	cursor: pointer;
	text-shadow:0px 0px 15px #000000;
}

a:hover{
	text-decoration: none;
}

.hide{
	display: none !important;
}

.table.nowrap, .table td.nowrap{
	white-space: nowrap;
}

.label-md{
	letter-spacing: 0.1em;
	font-size: 14px;
}

.table .titles-right{
	text-align: right;
	font-weight: bold;
	width: 100px;
}

.table .middle{
	vertical-align: middle;
}


input.normal, select.normal{
	width: auto;
	display: table-cell;
}

.table .header-right, .table .header-left{
	font-weight: bold;
}
.table .header-left{
	text-align: left;
}

.table .column-left{
	text-align: left;
}

.table .header-right{
	text-align: right;
	width: 120px;
	white-space: nowrap;
}

.table .title-right{
	text-align: right;
	font-weight: bold;
}

body.body-no-menu .container{
	width: 100%;
}

.panel-header{
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* BEGIN nav add fourth level*/
.sidebar .nav-fourth-level li {
    border-bottom: 0!important;
}

.sidebar .nav-fourth-level li a {
    padding-left: 80px;
}
/* END nav add fourth level*/


.btn-bordless-left{
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.btn-bordless-right{
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

.file-upload{
	display: table-cell;
	width: auto !important;
}

.col-right{
	float: right;
	padding-right: 5px;
}