html, body{
    margin:0;
    padding:0;
    font-family: Arial;
    color:#333!important;
    background: #ddd;
}

p {
    padding: 10px;
}

.rotate {
    color: #585858;
}

#container{
    position: relative;
    text-align:center;
    background:#fff;
    width: 1000px;
    min-height: 100vh;
    margin:0 auto;
    padding-bottom: 10px;
}

#container #logo{
    padding:10px;
    /*background:#585858;*/
}

#container #title-bar{
    background:#585858;
    padding:25px 0 0;
}

#container #title-bar h1{
    color:white;
    font-size:20px;
    margin:0;
    padding:0;
}

#container #content{
    margin:0 auto;
    padding:20px 15px 20px 15px;
}

#container #content legend{
    text-align:center;
    margin-bottom:10px;
    color:white;
    border-bottom:none;
}

.paging{
    width:100%;
    float:right;
    padding-bottom:10px;
}

.paging span{
    margin:0px 2px;
}


.paging span.disabled{
    color:#222!important;
}

.paging span.next a, .paging span.prev a{
    color:#585858!important;
}

.paging span a{
    color:#eee!important;
}

#login input{
    width: 290px;
    padding: 0 10px;
    background: #ebebeb url("https://m.flameqr.nl/img/input-bg.png") repeat-x;
    height: 35px;
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    margin-bottom:5px;
}

#container #content input[type=submit]{
    background: #585858;
    color:white;
    width:290px;
}

.submit{
    text-align:right;
}

/*
	Default table style
*/
table th a:not(.btn), .table th a:not(.btn), table th {
	color: #13508a;
}

table.default > tbody > tr > td {
	text-align: left;
	font-size: 12px;
}

table.default > tbody > tr > td {
	color: #000;
}
table.default > tbody > tr:hover > td {
    color: #585858;
}

table th a{
    color:white;
}




/*
	Custom buttons
*/
.options {
	margin-bottom: 15px;
}

.options.bot {
	margin-top: 15px;
}

.options .col-sm-4 {
	padding: 0px 7px;
}

.options a > span {
	color: #000;
	margin-right: 10px;
}

.options a {
	display: inline-block;
	background: #585858;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	font-size: 12px;
	text-align: left;
	height: 54px;
	border: none;;
	text-align: center;
}

.options.bot a {
	height: 100%;
}

.options.bot .col-sm-12 {
	padding: 0px;
}


.options a + a {
	margin-left: 10px;
}
@media (max-width: 768px) {
	.options a {
		margin-bottom: 10px;
		height: auto;
	}
}

.image {
	margin-bottom: 15px;
}

.image > a img {
	width: 100%;
}



@media only screen and (max-width: 640px) {
	table td.hide_small,
	table th.hide_small {display: none;}
}


.col-sm-12 ul{margin:0;padding:0;}
.col-sm-12 ul li:hover{ background:#666;}
.col-sm-12 ul li{ list-style: none; padding: 8px;position:relative;}
.col-sm-12 ul li:hover img.delete_btn{margin-left:5px;}
.col-sm-12 ul li:hover img.delete_btn{display:inline;}
.col-sm-12 ul li img.delete_btn{}
.col-sm-12 ul li img.delete_btn{display:none;margin-top:3px;}
.col-sm-12 ul li span img {
    opacity: 0.6;
}

.col-sm-12 ul li:hover span img {
    opacity: 1;
}

.icon{
    color:black;
    font-size:16px;
    vertical-align:middle;
    font-style: normal;
}

.input-group{
    margin-bottom:15px;
}


.clear{clear:both;}
#new-nav{
    width: 807px;
    margin: 0 auto;
}
#new-nav a {
    font-family: 'trebuchet ms', verdana, sans-serif;
    font-size: 16px;
    color: black;
}
#new-nav ul{
    margin-top:-10px;
    list-style-type: none;
    padding: 7px 0;
    background: linear-gradient(white, #eee);
    border-radius: 10px;
    border: 1px solid #13508A;

    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -webkit-gradient(color-stop(0%, rgba(238,238,238,1)), color-stop(100%, rgba(180,180,180,1)));
    background: -webkit-linear-gradient(rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -o-linear-gradient(rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: -ms-linear-gradient(rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    background: linear-gradient(rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eee', GradientType=1 );
}
#new-nav li{
    float: left;
    padding: 8px 15px 8px 20px;
    border-left: 2px solid #585858;
}
#new-nav li a.active{
    color: #13508a;
}
#new-nav li a:hover{
    color: #13508a;
}
#new-nav li.first{
    border-left: 0;
    padding-bottom: 7px;
}
#new-nav li.first span{
    font-size:20px;
    color: #13508a;
}
#new-nav li.last{

}
.navbar-noshadow {
    background:#fff;
}
.actions i{
    padding: 5px;
    font-size: 18px;      
    color: black;
}
.header{
    text-align: left;
    margin-bottom: 10px;
}
.header h1{
    float: left;
    margin: 0;
    padding: 0;
    font-size: 26px;
    margin-left: 7px;
    font-family: 'Oswald', sans-serif;
}
.header .button {
    float: right;
    margin-top: 0px;
    margin-right: 15px;
}
.button, #container #content form:not(#UserLoginForm) input[type=submit]{
    font-family: 'trebuchet ms', verdana, sans-serif;
    border: 1px solid #13508a;
    color: #13508a;
    padding: 5px 15px;
    background: linear-gradient(#fff, #eee);
}
#container #content form:not(#UserLoginForm) input[type=submit]{
    float: left;
}
.counter{
    float: left;
    margin-top: 8px;
    margin-left: 30px;
    font-size: 12px;
    color: #585858;
}
#search{
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
#search input{
    padding: 5px;
    border: 3px solid #585858;
    outline: none;
}
table.default > tbody > tr > td {
    font-size: 16px;
}
table td a:not(.btn), .table td a:not(.btn) {
    text-decoration: none;
}
table td a:not(.btn):hover, .table td a:not(.btn):hover {
    text-decoration: underline;
}
.clickable_tr tbody tr{
    cursor:pointer;
}
.actions{
    text-align: right !important;
    font-size:22px !important;
}
.table-striped td{
    vertical-align: middle !important;
}
.table-striped td.actions i{
    margin-right:10px;
}
#reports{
    height:125px;
    margin-left:-300px;
    width:300px;
    float:right;
}
#reports h4{
    color: #13508a;
    font-family: 'Oswald', sans-serif;
}
#reports tr td:first-child{
    text-align:left;
}
#reports tr td:last-child{
    text-align:right;
}