*{
	padding:0;
	margin:0;
	font-family:inherit;
	font-size:inherit;
}

body, html{
	width:100%;
	font-size:14px;
	font-family: Arial;
	line-height:25px;
	color:#333;
	background: #bb000c; /* Old browsers */
	background: -moz-linear-gradient(top, #bb000c 0%, #bb000c 51%, #630001 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bb000c), color-stop(51%,#bb000c), color-stop(100%,#630001)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bb000c 0%,#bb000c 51%,#630001 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bb000c 0%,#bb000c 51%,#630001 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #bb000c 0%,#bb000c 51%,#630001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #bb000c 0%,#bb000c 51%,#630001 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb000c', endColorstr='#630001',GradientType=0 ); /* IE6-9 */
}

ul{
	list-style-type:none;
}

a{
	color:inherit;
	text-decoration:none;
}

#container{
	overflow:hidden;
}

#header{
	font-size:40px;
	color:#BB000C;
	padding: 30px 0;
	line-height:35px;
	font-weight: bold;
	text-align:center;
	background:white;
	box-shadow: 0 0 20px black;
}

.nullButton{
	color:#BB000C !important; 
	font-size:18px; 
	text-shadow:none !important;
	padding-top:20px !important;
	padding-bottom:20px !important; 
}

#iniMenu{
	width: 90%;
	max-width:450px;
	margin:0 auto;
	overflow:hidden;
}

#iniMenu li{
	margin: 20px 0;
}

#menuLeft{
	padding-bottom: 20px;
	float:left;
	width: 10%;
	min-width:200px;
	display:block;
}

.menuBugs{
	display:none;
	overflow:hidden;
}

.menuBugs li{
	width: 50%;
	min-width:100px;
	background: #F4F4F4;
	box-shadow: 0 0 10px black;
	padding: 8px 35px;
	margin: 8px 0;
	font-size:14px;
	cursor: pointer;
	opacity: 0.8;
}

.menuBugs li input[type="text"]{
	max-width:100px;
}

.menuBugs li:hover{
	opacity: 1;
}

.menuBugs li.active{
	opacity:1;
}

.menuTouch{
	margin-top:20px;
	font-weight:bold;
	padding: 10px 20px;
	font-size:14px;
	background:white;
	box-shadow: 0 0 10px black;
	cursor:pointer;
}

#containerRight{
	overflow:hidden;
	background:white;
	box-shadow: 0 0 10px black;
	padding: 5px;
	margin-top:20px;
	overflow-x: auto;
}

#addFormDiv{
	background-color:white;
	box-shadow: 0 0 10px black;
	padding:20px;
	width:80%;
	margin: 20px 2%;
	float:left;
	overflow:hidden;
	max-width: 460px;
}

#addFormDiv label, .labelGen{
	display:inline-block;
	width:150px;
}

#addFormDiv input[type=text], .inputGen{
	padding:5px 10px;
	width:100%;
	max-width: 300px;
}

#addFormDiv textarea{
	vertical-align: top;
	width:100%;
	resize:no-resize-x;
	max-width: 300px;
	padding:5px 10px;
}

#addFormDiv select{
	padding:5px 10px;
	width: 100%;
	max-width: 300px;
}

#addFormDiv select, #addFormDiv textarea, #addFormDiv input[type=text], .inputGen{
	margin-bottom:20px;
	border:1px solid #A84040;
}	

#imgEmpty{
	background: lightgray;
	border:gray;
	box-shadow: 0 0 10px gray inset;
	display:block;
	margin: 15px auto;
	width:100%;
	height:150px;
	background-image: url(../images/nofoto.png);
	background-repeat: no-repeat;
	background-size: 100px 100px;
	background-position: center center;
}

.info{
	padding:7px 15px; 
	text-align:center; 
	margin-bottom:20px; 
	display:none;	
}

.error{
	border:1px solid #DB3232; 
	background-color:#FFE3E3; 
	color:#8A2222;
}

.success{
	border:1px solid #376FAB; 
	background-color:#E6EDF5; 
	padding:7px 15px; 
	text-align:center; 
	margin-bottom:20px; 
	color:#376FAB;
	display:none;
}

#showBugs li{
	background:white;
	padding:20px;
	box-shadow: 0 0 10px black;
	width:80%;
	margin: 0 auto;
	margin-bottom:20px;
}

#showBugs li .descriptions{
	/*max-width: 400px;*/
}

#showBugs li .bugImg, .bugImg{
	max-width:85%;
	height: auto;
	display:block;
	margin:15px auto;
	min-height:50px;
}

.clear{
	clear:both;
}

.actionsBug{
	float:right;
	margin-bottom:18px;
}

.actionsBug .bugAction{
	width:30px;
	height:30px;
	display:inline-block;
	margin-left:20px;
	background-image: url(../images/bugIcons.png);
	background-size: 28px auto;
	background-repeat: no-repeat;
}

.actionsBug .bugAction:hover{
	opacity: 0.8;
	cursor:pointer;
}

.actionsBug .bugAction.sol{
	background-position:0px 1px;
}

.actionsBug .bugAction.sol:hover, .actionsBug .bugAction.sol:active{
	background-position:0px -30px;
	opacity: 0.6;
}

.actionsBug .bugAction.nosol{
	background-position:0px -30px;
}

.actionsBug .bugAction.nosol:hover, .actionsBug .bugAction.nosol:active{
	background-position:0px 1px;
	opacity: 0.6;
}


.actionsBug .bugAction.del, .delImg{
	background-position:0px -92px;
}

.actionsBug .bugAction.edit{
	background-position:0px -61px;
}

#imgContainer{
	position:relative;
}

.delImg{
	position:absolute;
	top:5px;
	right:5px;
	width:30px;
	height:30px;
	background-image: url(../images/bugIcons.png);
	background-size: 28px auto;
	background-repeat: no-repeat;
	cursor:pointer;
}

.delImg:hover, .delImg:active{
	opacity:0.7;
}

#loginContainer, #accountContainer{
	padding:20px;
	width:80%;
	margin: 20px auto;
	max-width: 450px;
	background:white;
	box-shadow:0 0 10px black;
}

#exportUl{
	list-style-type: none;
	padding:10px;
	margin:0 auto;
	width:580px;
	overflow:hidden;
}

#exportUl li{
	padding: 35px 0;
	border-bottom: 1px solid lightgray;
}

.fg-toolbar{
	padding:5px 15px;
}

table.dataTable thead th{
	padding-top:7px !important;
	padding-bottom: 7px !important;
}

th:first-of-type{
	min-width:45px;
}

th:nth-of-type(6){
	min-width: 40px;
}

table.dataTable td{
	padding-top:10px !important;
	padding-bottom:10px !important;
}

table.dataTable tr.odd{
	background: rgba(29, 91, 153, 0.2) !important;
}

.dataTables_wrapper{
	width:100% !important;
	min-width:980px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	margin-right:10px !important;
}

.paging_full_numbers a{
	padding: 1px 5px;
}

.dataTables_filter input[type="text"]{
	padding:3px;
	margin-left: 15px;
	color:gray;
}

.toggle_menu_button{
	width: 40px;
	height: 40px;
	vertical-align:bottom;
	margin-right:15px;
	cursor:pointer;
}

.toggle_menu_button:hover{
	opacity:0.5;
}

.toggle_menu_button.active{
	opacity:0.5;
}

.toggle_menu_button.active:hover{
	opacity:1;
}

.collapsed_table{
	float:left;
	/*width:75%;*/
	margin: 20px 0 0 7px;
}

.max_table{
	float:none;
	margin:20px 7px;
}

.reset_filters{
	display:inline-block;
	font-size:12px;
	padding: 0 13px;
	background: lightgray;
	color: white;
	border-radius: 20px;
	margin-left:15px;
	vertical-align: bottom;
	text-align:center;
	cursor:pointer;
}

.reset_filters:hover{
	opacity:0.7;
}

#name_identifier{
	position:absolute;
	opacity:0.2;
	color:white;
	font-size:35px;
	bottom:50px;
	font-style:italic;
	left:50px;
}

input[type="password"]{
	letter-spacing: 3px;
}

.account_options{
	background-image: url(../images/gears.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 40px;
	width:85px;
	padding-left:65px;
}

.csv_export{
	background-image: url(../images/logo-mailchimp.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 40px;
	width:85px;
	padding-left:65px;
}


#csv_form textarea{
	width: 100%;
	padding: 10px;
	height: 200px;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 1.5em;
}

.csv-data{
	 display:none; 
	 background:white;
	 padding:10px;
}

.ui-widget-content{
	background:white;
	border: none;
}

.ui-dialog{
	box-shadow: 0 0 10px black;
}

.no_data{
	padding: 20px 0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	background-color: #D8E5F2;
	color: #33577A;
	border: 1px solid #33577A;
}
