/*

Färger - orange

Ljusast: #ff9041
Huvudfärg: #ff700b
Mörkare: #c85300
Mörkast: #9d4100

*/
*
{
  margin: 0;
  padding: 0;
}

body,
html
{
  height: 100vh;
  font-size: 14px;
}

.wrapper
{
    display: flex;
    flex-direction: column;
    align-self: stretch;
    min-height: 100%;
}

a
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	text-decoration: none;
}

.nav-orange
{
	background-color: #e7833d;
	color: #ffffff;
	z-index: 99;
}

.navbar-expand-lg ul.navbar-nav li a.nav-link
{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.navbar-expand-lg ul.navbar-nav li a.nav-link:hover
{
	color: #ffe8d7;
}

.navbar-expand-lg ul.navbar-nav li.active a.nav-link
{
	background-color: #f09758;
}

.login-wrapper
{
	max-width: 800px;

	margin: 100px auto;
}
.login-wrapper .login-logo
{
	margin-bottom: 30px;
	text-align: center;
}
a.navbar-brand
{
	width: 200px;
}
a.navbar-brand img
{
	max-width: 90px;
	height: auto;
	margin-left: 5px;
}


.page-wrapper
{
	background-color: #f1f1f1;
    flex:2;
    display: flex;
}
.page-sidebar,
.page-content
{


}

.page-sidebar
{

	background-color: #31323e;
	padding-top: 10px;
	 flex: 0 0 220px;
    align-self: stretch;

}

.page-content
{
	background-color: #f1f1f1;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	position: relative;
	flex: 1 1;
    align-self: stretch;
}

.page-subsidebar
{

	background-color: #dbdbdb;
	flex: 0 0 170px;
	align-self: stretch;

    padding-top: 15px;
    padding-bottom: 30px;

   /*
    border-top: 1px #31323e solid;
    border-right: 1px #31323e solid;
    border-bottom: 1px #31323e solid;
   */

    -webkit-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);
	-moz-box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);
	box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.32);

}

.page-subsidebar ul
{
	padding: 0;
	margin: 0;
}
.page-subsidebar ul li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.page-subsidebar ul li a
{
	color:#292929;
	padding: 6px 3px 6px 15px;
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	font-weight: 500;
}
.page-subsidebar ul li a i
{
	color: #909090;
	padding-right: 5px;
}

.page-subsidebar ul li a:hover
{
	background-color: #c7c7c7;
}
.page-subsidebar ul li.active a
{
	background-color: #f3f3f3;
}

h1.page-title
{
	font-size: 32px;
}

h3.pre-title
{
	color: #a8a8a8;
	font-weight: 300;
	font-size: 20px;
}

h1.page-title .discrete
{
	color: #a8a8a8;
	font-weight: 300;
}

.page-content-inner
{
	background-color: #ffffff;
	padding: 30px;
}

.page-content-inner-naked
{
	margin-top: 10px;
}

.page-content-inner-naked > .container
{
  margin-left: 0px;
}

.page-sidebar ul
{
	margin: 0;
	padding: 0;
}
.page-sidebar ul.second-sub
{
	margin-top: 20px;
	border-top: 1px rgba(62,63,76,0.6) solid;
}
.page-sidebar ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.page-sidebar ul li.title
{
	padding: 10px 20px;
	font-weight: 500;
	color: #9696a2;
	font-size: 13px;
	letter-spacing: 0.3px;
}

.page-sidebar ul li a
{
	display: block;
	width: 100%;
	padding: 7px 20px 7px 25px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.page-sidebar ul li a i
{
	opacity: 0.3;
	padding-right: 6px;
}

.page-sidebar ul li a:hover
{
	background-color: #494a5a;
}

.page-sidebar ul li.active a
{
	background-color: #f1f1f1;
	color: #292929;
	font-weight: 600;
}
.page-sidebar ul li.active a i
{
	color: #b58223;
	opacity: 1;
}

.page-sidebar .test
{
	background-color: orange;
}

form.form
{
	max-width: 650px;
}

form.form-large
{
	max-width: none;
}

.bottom-info
{
	border-top: 1px #d9d9d9 solid;
	padding: 6px 12px;
	color: #8f8f8f;
	font-size: 12px;
}

.back-links
{
	margin-bottom: 15px;
	background-color: #e3e3e3;
	padding: 3px 6px;
	display: inline-block;
}
.back-links a
{
	color: #545454;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;

}

.back-links a:before
{
	content: "< ";
}

.page-header
{
	display: flex;
	justify-content: space-between;
}

.page-header .page-buttons
{
	margin-top: 5px;
	margin-right: 20px;
	text-transform: uppercase;
	align-self: flex-end;
	padding-bottom: 10px;
}
.page-header .page-buttons i
{

}

.notification-wrapper
{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: auto;
	display: block;
	opacity: 1;
	top: 3px;
	width: 90%;
}

.btn.btn-delete
{
	background-color: transparent;
	color: red;
}

.btn.btn-edit
{
	background-color: transparent;
	color: #767676;
}

table.hidden-actions .actions
{
	visibility: hidden;
}

table.hidden-actions .actions form
{
	display: inline-block;
}

table.hidden-actions tr:hover .actions
{
	visibility: visible;
}

.table-info-details
{
	margin-top: 100px;
}
.table-info-details tr td,
.table-info-details tr th
{
	color: #6d6d6d;
	border-top: 1px #f8f8f8 solid;
}


.user-dropdown .dropdown-menu
{
	right: 2px;
	left: auto;
}

.user-dropdown .dropdown-menu i
{
	color: #c6c6c6;
	padding-right: 5px;
}

.blurred
{
	text-shadow: 0 0 6px #989898;
	color: transparent;
}
.blurred:hover
{
	cursor: cell;
}
.blurred.blurred-show
{
	text-shadow: none;
	color: #000000;
}

.timesheet-status.not_billed
{
	color: red;
}

.timesheet-status.billed
{
	color: green;
}

.timesheet-status.not_billable
{
	color: orange;
}

div.page-subsidebar ul li.title
{
  padding: 6px 3px 20px 15px;
  font-weight: bold;
}
div.page-subsidebar ul li.title small
{
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  color: #9696a2;
}

div.filter-wrapper
{
  margin-bottom: 10px;
  text-align: right;
}

div.filter-wrapper select
{
  padding: 3px 10px 3px 5px;
  float: right;
}

div.filter-wrapper::after
{
  content: '';
  display: block;
  clear: both;
}
div.filter-wrapper select option
{
  padding: 5px;
}

tr.sum-row
{
  color: #c0c0c0;
}
tr.sum-row td
{
  padding-top: 25px;
}

.white-box
{
  background-color: #ffffff;
  padding: 20px;
  margin: 10px;
}
.white-box .title
{
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 5px;
  padding-left: 0px;
  text-transform: uppercase;
  color: #6f6f6f;
}
.white-box .title i
{
  color: #e7833d;
  padding-right: 5px;
}
.white-box h3.title
{
  font-size: 17px;
}
.todo-module-list
{
    list-style-type: none;
}

.todo-module-list .form-group
{
    margin-bottom: 0px;
    padding-top: 5px;
}

.todo-module-list li
{
  padding-bottom: 3px;
  border-bottom: 1px #f1f1f1 dotted;
}
.todo-module-list li small
{
  color: #a7a7a7;
}

.todo-module-list li form label
{
    padding-left: 10px;
    text-transform: none;
    letter-spacing: 0;
    color: #515151;
    font-weight: 400;
}

.todo-module-list li.task-completed
{
  color: #c0c0c0;
}

.search-form
{
    position: relative;
}

#search-input
{
  border-radius: 0;
  border: 0;
  font-size: 13px;
}
#search-btn
{
  border-radius: 0;
}
#search-results
{

    background-color: #fff5ee;
    color: #4e443d;
    display: block;
    position: absolute;
    height: auto;
    top: 50px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-left: 1px #e9d6c9 solid;
    border-right: 1px #e9d6c9 solid;
    border-bottom: 1px #e9d6c9 solid;
    list-style-type: none;
  }

#search-results li
{
  border-bottom: 1px #c0c0c0 solid;
  padding: 10px;
  color: #4b270e;
  font-weight: 500;
  letter-spacing: 0.4px;
}
#search-results li small
{
  color: #845432;
  display: block;
  font-weight: 300;
}

.home-container form label
{
  font-weight: 500;
  text-transform: uppercase;
  color: #696969;
  letter-spacing: 0.4px;
}

.option-create
{
  color: #c0c0c0;
}
.option-create option
{
  color: #8a8a8a;
}

.ajax-error
{
  display: none;
}

table.time-sum-table tr td
{
  font-size: 50px;
  color: #4e4e4e;
}
table.time-sum-table tr td.not-billed
{
  background-color: #f1f1f1;
}
table.time-sum-table tr td small
{
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  color: #8f8f8f;
}
td.discrete
{
  color: #a1a1a1;
  font-size: 85%;
  line-height: 1.5;
}

.loading-wrap
{
  color: #454545;
  margin: 0px 0px;
  font-weight: 700;
  display: inline-block;
  padding-left: 20px;
  display: none;
}
.loading-icon{
  display: inline-block;
  position: relative;
  width: 34px;
  height: 34px;
}
.loading-icon:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 16px solid orange;
  border-color: orange transparent orange transparent;
  animation: loading-icon 1.2s infinite;
}
@keyframes loading-icon {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

#import-message
{
  display: none;
  margin-top: 40px;
}

.oxo-export
{
  padding: 10px 20px;
  border: 1px #c0c0c0 dotted;
}

.oxo-export h3
{
  margin-top: 15px;
}

.form-group label
{
  font-weight: 600;
}

.container h4
{

}

.bordered
{
  border-bottom: 1px #dddddd solid;
  margin-bottom: 7px;
  padding-bottom: 7px;
}
