body {
    font-size: 13px;
    line-height: 18px;
}
.tableUL{
	position:relative;
	left:-10px;
	width:100%;
	padding-bottom:20px;
}
.tableLabel{
	width:150px;
	list-style:none;
	position:relative;
	float:left;
}

.tableData {
	list-style:none;
	position:relative;
	float:left;
	text-align: left;
}

.autoApproveNote {
    width: 100% !important; 
    height: 100%;
}

.autoApproveNote textarea {
    width: 100%; 
    height: 7em; 
}

.defaultModal{
	background-color: #FFF;
	padding-top:15px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:5px;
	/*overflow: scroll;*/ 
	height: 500px
}

.shadow {
	box-shadow: 5px 5px 5px #888888;
}

.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

.rounded-corners10 {
     -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.rounded-corners5 {
     -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

.mandatoryAsterisk{
	color:#990000;
	font-size:18px;
}
.tooltip2{
	width:10px;
	height:10px;
	font-size: 8pt;
	background-color:#666666;
	color:#fff;
}

.tooltip2:hover{
	text-decoration: none;
	color:#fff;
}

.mediumNotice{
	font-size:18px;
	line-height: 27px;
	color:#333;
	font-weight: bold;
}

.center {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.floatRight{
	position: relative;
	float:right;
}

.floatLeft{
	position: relative;
	float:left;
}

.film-icon{
	height: 10px;
	cursor:pointer;
}
h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: bold;
    margin: 0;
    text-rendering: optimizelegibility;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #999999;
    font-weight: normal;
}
h1 {
    font-size: 30px;
    line-height: 36px;
}
h1 small {
    font-size: 18px;
}
h2 {
    font-size: 24px;
    line-height: 36px;
}
h2 small {
    font-size: 18px;
}
h3 {
    font-size: 18px;
    line-height: 27px;
}
h3 small {
    font-size: 14px;
}
h4, h5, h6 {
    line-height: 18px;
}
h4 {
    font-size: 14px;
}
h4 small {
    font-size: 12px;
}
h5 {
    font-size: 12px;
}
h6 {
    color: #999999;
    font-size: 11px;
    text-transform: uppercase;
}
.btn{
    font-size: 13px;
    line-height: 18px;
}
.btn-mini {
    font-size: 11px;
    line-height: 14px;
    padding: 2px 6px;
}
label,
input,
button,
select,
textarea {
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
    margin-top: 0;
}

.popover{
    z-index: 1061;
}

.inProgress{
    background-color:#FDD845 !important;
    color: #000;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.tablecart{
    width:600px;
    margin: auto;
}