::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	background-color: #fff;
	margin: 0;
	font: 13px/20px normal Helvetica, Arial, sans-serif;
	color: #4F5155;
}

a {
	color: #003399;
	background-color: transparent;
	font-weight: normal;
}

h1, h2 {
	color: #444;
	background-color: transparent;
	border-bottom: 1px solid #D0D0D0;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 14px 0;
	padding: 14px 15px 10px 15px;
}

h2 {
	border: none;
	font-size: 18px;
}

code {
	font-family: Consolas, Monaco, Courier New, Courier, monospace;
	font-size: 12px;
	background-color: #f9f9f9;
	border: 1px solid #D0D0D0;
	color: #002166;
	display: block;
	margin: 14px 0 14px 0;
	padding: 12px 10px 12px 10px;
}

#body {
	margin: 0 15px 0 15px;
}

header > .top-bar {
	background-color: #52bad5;
	color: #fff;
	height: 70px;
	padding: 15px 40px;
}

header > .top-bar > img {
	float: left;
}
header > .top-bar > span {
	color: #fff;
	float: left;
	padding: 14px;
	text-transform: uppercase;
}

header > .top-bar a {
	color: #fff;
	padding: 0 3px;
}

.user_menu {
	display: inline;
	float: right;
	padding: 14px;
}

nav ul {
	float: right;
	margin: 25px 40px;
}

nav ul.left-align li {
  display: inline-block;
  float: left;
}

nav ul.left-align li a {
	background-color: #e3e3e3;
	color: #666;
	text-decoration: none;
  margin: 5px 0 5px 7px;
  padding: 8px 12px;
  border-radius: 6px;
  transition: background-color 0.3s linear;
}

nav ul.left-align li a:hover {
	background-color: #d3d3d3;
}

header:after {
  content: "";
  display: table;
  clear: both;
}

footer {
	text-align: right;
	font-size: 11px;
	border-top: 1px solid #D0D0D0;
	line-height: 32px;
	padding: 0 10px 0 10px;
	margin: 20px 0 0 0;
}

.container {
	margin: 0 40px 40px 40px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 0 8px #D0D0D0;
}

.container-auth {
	margin: 0 auto;
    width: 50%;
    margin-top: 10%;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.table {
	border-collapse: collapse;
	width: 100%;
}

.table-bordered {
	border: 1px solid #e3e3e3;
}

.table tr td, .table tr th {
	text-align: left;
	border-bottom: 1px solid #e3e3e3;
	padding: 8px;
}

.table tr td a {
	color: #666666;
	font-weight: bold;
	text-decoration: none
}

.table tr:hover {
	background-color: #f0f0f0;
}

.table tr td a:hover {
	text-decoration: underline;
}

.alert {
	border-radius: 4px;
	padding: 8px 12px;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border: 1px solid #ebccd1;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
}


/* Forms */
form.form {
	padding: 15px;
}

.input-group {
	padding: 5px;
	clear: left;
}

.input-group label {
	display: inline-block;
	font-size: 14px;
	float: left;
	width: 200px;
    text-align: right;
    padding: 8px;
}

.input-group input, .input-group select, .input-group textarea {
	border: 1px solid #d1d1d1;
	border-radius: 6px;
	font-size: 14px;
	display: inline-block;
    padding: 8px 12px;
}

.submit-group {
	padding: 10px 0;
	margin-left: 205px;
}

.btn {
	background-color: #52bad5;
	padding: 10px 15px;
	margin-right: 7px;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.pagination {
	padding: 10px;
}
.pagination a, .pagination strong {
	padding: 5px;
	text-decoration: none;
}