
/* bootstrap over-rides */
div.row [class*="span"] .center-in-span { float: none; margin: 0 auto; text-align: center; display: block; width:auto; height:auto;}

.dropdown-menu {
	max-height: 410px;
	overflow-y: auto;
	overflow-x: hidden;
}

.navbar .nav > li > a.first {
	padding-left:0;
}

.pagination {
	margin:0;
}

label { color:#888; }

.label-big, .badge-big {
	font-size:14px;
	padding:4px 12px;
	line-height:20px;
}

.fileupload { margin-bottom:0; }

.dl-horizontal dt.big {
	width:250px;
}
.dl-horizontal dd.big {
	margin-left:270px;
}

/* end bootstrap over-rides */


body {
	padding-top: 60px;
	padding-bottom: 40px;
}

img {
	margin:0 2px 2px 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

a {
	outline:none;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
a {
	cursor:pointer;
}
input[type=checkbox] {
	vertical-align:middle;
	margin:4px 5px 4px 0;
}
span.label {
	padding-left:10px;
	padding-right:10px;
}

.center { text-align:center;clear:both; }
.height100 { height:100px; }
.height150 { height:150px; }
.height200 { height:200px; }
.height250 { height:250px; }
.height300 { height:300px; }
.height400 { height:400px; }
.height600 { height:600px; }

.spacer10 { height:10px;clear:both; }
.spacer20 { height:20px;clear:both; }
.spacer30 { height:30px;clear:both; }
.spacer40 { height:40px;clear:both; }

.rspacer20 { margin-right:20px; }
.rspacer30 { margin-right:30px; }
.rspacer50 { margin-right:50px; }
.rspacer100 { margin-right:100px; }

.lspacer50 { margin-left:50px; }
.no-left-margin { margin-left:0; }

th.tblcol30, td.tblcol30 { width:30px; }
th.tblcol60, td.tblcol60 { width:60px; }
th.tblcol150, td.tblcol150 { width:150px; }
th.tblcol250, td.tblcol250 { width:250px; }

th.left, td.left { text-align:left; }
th.center, td.center { text-align:center; }
th.right, td.right { text-align:right; }

#errmsg { display:none; }
.error { color:red;border:red; }
span.ac img { margin:-15px 0 0 10px;display:inline-block; }

textarea.code {
	border:1px solid #999999;
	font-family: Liberation Mono, Lucida Console, Courier New, monospace;
	font-size:12px;
}

td.icon {
	width:30px;
	text-align:center;
}
td.number, th.number {
	text-align:right;
}
td.green, th.green {
	background:#29C61A !important;
	color:#fff;
}
td.red, th.red {
	background:#E51C13 !important;
	color:#fff;
}
td.grey, th.grey {
	background:#999999 !important;
	color:#fff;
}


.black_overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:1001;
	-moz-opacity:0.6;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.white_content {
	display:none;
	position:absolute;
	top:30%;
	left:30%;
	width:40%;
/*	height:40%;  */
	padding:20px;
	border:10px solid #aaa;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color:#fff;
	z-index:1002;
	overflow:auto;
}
.white_content h2 {
	margin-top:0;
}
.white_content p {
	text-align:justify;
}


#indexbuttons {
	clear:both;
	text-align:right;
}
#indexbuttons button {
	margin-right:-2px;
}
#indexbuttons .pagination, .pager {
	float:left;
	margin-top:0;
}


#user-theatres {
	background:#fdfdfd;
}
#user-theatres h5 {
	margin:-10px 0 15px 0;
}
#user-theatres li {
	margin-right:30px;
	margin-bottom:12px;
}

ul#unsublist li {
	line-height:30px;
}
ul#unsublist li span {
	display:inline-block;
	margin-left:20px;
	vertical-align:middle;
}

div.timg {
	width:250px;
	margin:0 40px 30px 0;
	vertical-align:top;
	float:left;

}
div.timg div {
	font-weight:bold;
	word-wrap:break-word;
}
div.timg a {
	display:inline-block;
	margin-left:10px;
	color:red;
}

