﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
	max-width: 300px;
}

.text-nowrap {
	white-space: nowrap;
}

.text-align-right {
	text-align: right;
}

.table-arrow {
	display: block;
	width: 110px;
}

.tr-shrink { width: 1%; }

.btn-info,
.btn-info:active,
.btn-info:visited,
.btn-info:focus {
	color: #ffffff;
	background-color: #8064A2;
	border-color: #8064A2;
}

.btn-info:hover {
	color: #ffffff;
	background-color: #745b93;
	border-color: #684b8a;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.toolbarpadding {
   padding-left: 1px !important;
}

.progress-bar {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
	transition: none !important;
}​

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.progress-bar-red {
      background-color: #d9534f !important;
}

.LineSpacingSmall{
    padding-bottom: 5px !important;
}

.LineSpacingMedium {
    padding-bottom: 10px !important;
}

.Customelabel {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #696969;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.CustomeError {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: red;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.PreUploadRow {
    opacity: 0.7 !important;
}


