a {
    color: #000;
}

a.edit, a.delete {
    text-decoration: none;
    font-size: 1.2em;
}

a.delete {
    color: #b52020;
}

h3.title {
  font-size: 1.5em;
}

.user-uploader {
    padding: 10px;
    background-color: #ddd;
    border-radius: 5px;
}

#header-content .tab {
    display: block;
    padding: 0px 15px;
    white-space: nowrap;
    border-left: 1px solid #DDD;
}

#system-message {
    margin-top: 100px;
}

.toolbar {
    margin-top: 20px;
}

.form-container {
    background-color: #fff;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.information {
    background-color: #e8ffeb;
    border: 1px solid #8bce90;
    color: #37703A;
    padding: 10px;
    display: block;
    border-radius: 20px;
    margin-bottom: 15px;
}

.warning {
    background-color:#FFEDED;
    border:1px solid #ce908b;
    color: #923221;
    padding:10px;
    display: block;
    border-radius: 20px;
    margin-bottom: 15px;
}

.welcome-page {
    margin: 120px auto 30px auto;
    width: 960px;
    height: 460px;
    padding: 30px;
    background: #eee url(images/welcome-image.jpg) no-repeat left top / contain;
    border-radius: 10px;
}

.welcome-page h3 {
    font-size: 1.4em;
    margin: 0 0 50px 330px;
}

.welcome-message {
    width: 240px;
    float: left;
}

.welcome-message div {
    background-color: #ffc107;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #444;
}

.welcome-message div strong {
    font-size: 1.3em;
    color: #fff;
    text-transform: uppercase;
}

.dialog {
    background-color: #f6f6f6;
    border-radius: 5px;
    display: block;
    margin: 40px auto;
}

.dialog .header {
    background-color: #bbb;
    border-radius: 4px 4px 0 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    /*text-transform: uppercase;*/
}

.dialog .content {
    padding: 20px;
}

.login {
    margin: 0 30px 0 330px;
    width: 300px;
    float: left;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
}

.login.admin {
    margin: 150px auto;
    float: none;
}

.login label {
    display: none;
    color: #666;
}

.login input[type="text"], .login input[type="password"] {
    display: block;
}

.login input.button {
    display: block !important;
    margin: 20px auto 20px !important;
}

.login a {
    display: table;
    margin: 0 auto;
    color: #333;
}


.disclaimer {
    font-size: 0.8em;
    color: #999;
    text-align: center;
    margin-bottom: 10px;
}

.footer-links {
    font-size: 0.8em;
    color: #666;
    text-align: center;
}

.footer-links a {
    display: inline-block;
    margin-right: 10px;
    color: #444;
    text-decoration: none;
}

.footer-links a:hover {
    color: #999;
    text-decoration: none;
}

.popup-page {
    display: none;
}


.popup-page .overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.5;
}

.popup-page .modal {
    display: block;
    position: fixed;
    opacity: 1;
    z-index: 100;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 960px;
    height: 600px;
    padding: 20px;
    padding-right: 10px;
    background-color: #FFF;
    border-radius: 5px;
}

.popup-page .modal-close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 20px;
    line-height: 20px;
    font-family: sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    border-radius: 50%;
    background-color: #555;
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    z-index: 2;
}

.popup-page .content {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 5px;
    overflow: auto;
    padding-right: 10px;
}

.popup-page .content h1 {
    margin-top: 0;
}

.form-control {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.btn{
	display:inline-block;
	padding:6px 12px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px
}

.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px
}

.btn:hover,.btn:focus,.btn.focus{
	color:#333;
	text-decoration:none
}

.btn:active,.btn.active{
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn{
	pointer-events:none;
	cursor:not-allowed;
	filter:alpha(opacity=65);
	-webkit-box-shadow:none;
	box-shadow:none;
	opacity:.65
}

.btn-default{
	color:#333;
	background-color:#fff;
	border-color:#ccc
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{
	color:#333;
	background-color:#e6e6e6;
	border-color:#adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{
	background-image:none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{
	background-color:#fff;
	border-color:#ccc
}

.btn-default .badge{
	color:#fff;
	background-color:#333
}

.btn-primary{
	color:#333;
	background-color:#FFC107;
	border-color:#d4a515
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
	color:#333;
	background-color:#ebb410;
	border-color:#cca01a
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
	background-image:none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{
	background-color:#FFC107;
	border-color:#ccc
}

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

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
