/* Paddaing to make way for the fixed navbar */ 
body {
  font-family: 'Bai Jamjuree', sans-serif;
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
}
html.no-scroll,
html.no-scroll body {
  overflow: hidden;
}  
a {
  color: #333;
}
a:hover,
a:focus,
a:active {
  color: #333;
  text-decoration: underline;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
  local('MaterialIcons-Regular'),
  url(MaterialIcons-Regular.woff2) format('woff2'),
  url(MaterialIcons-Regular.woff) format('woff'),
  url(MaterialIcons-Regular.ttf) format('truetype');
}
a,p {
  font-size: 16px;
}
a.back-btn {
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  letter-spacing: 0.4px;
  display: block;
  font-size: 18px;

}
a.back-btn>i {
  vertical-align: middle;
  margin-top: -4px;
  font-size: 21px;
  margin-right: 4px;
}
a.back-btn:hover,
a.back-btn:active,
a.back-btn:focus  {
  color: rgba(255,255,255,1);
}
a.back-btn {
    color: #666;
    text-decoration: none;
    letter-spacing: 0.4px;
    margin-bottom: 20px;
    margin-top: -12px;
    display: block;
    font-size: 17px;
    width: 150px;
}
a.back-btn>i {
    vertical-align: middle;
    margin-top: -3px;
    font-size: 21px;
    margin-right: 4px;
}
a.back-btn:hover,
a.back-btn:active,
a.back-btn:focus  {
    color: #000;
}
.save-btn {
  border: none;
  background-color: #4BB543;
  color: #fff;
  padding: 4px 8px;
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}
.monospace {
  font-family: monospace;
}
.result-count {
  color: #999;
  font-size: 14px;
  margin-top: 12px;
  font-style: italic;
}
.behorig-count {
  color: #999;
  font-size: 14px;
  margin-top: 12px;
  font-style: italic;
}

body.user-type-2 .nav-tabs li a,
body.user-type-3 .nav-tabs li a,
body.user-type-4 .nav-tabs li a,
body.user-type-5 .nav-tabs li a {
  cursor: not-allowed;
}
body.user-type-2 .nav-tabs li.active a,
body.user-type-3 .nav-tabs li.active a,
body.user-type-4 .nav-tabs li.active a,
body.user-type-5 .nav-tabs li.active a {
  cursor: pointer;
  pointer-events: initial;
}
.nav-tabs a>span {
  background: #6fdc9d;
  color: #fff;
  padding: 2px 6px;
  font-size: 14px;
  font-weight: 600;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body.user-type-2 .nav-tabs a>span,
body.user-type-3 .nav-tabs a>span,
body.user-type-4 .nav-tabs a>span,
body.user-type-5 .nav-tabs a>span {
  display: none;
}
.page-content {
  padding-top: 92px;
  min-width: 700px;
}
.page-content {
  padding-left: 244px;
}
.navbar-fixed-top {
  background: #3498db;
  text-align: left;
  height: 54px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  position: fixed;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom: 1px solid #3498db;
}
.navbar-fixed-top .logo {
  color: #fff;
  margin-top: 14px;
  letter-spacing: 0.2px;
  font-family: 'Vollkorn SC', serif;
  padding-left: 26px;
  cursor: default;
}
#side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0px;
  width: 236px;
  height: 100vh;
  background: #263238;
  z-index: 9;
  -webkit-box-shadow: 2px 0 3px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 2px 0 3px 0 rgba(0,0,0,.2);
  box-shadow: 2px 0 3px 0 rgba(0,0,0,.2);
  -webkit-transition: left 0.3s;
  -moz-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
  -moz-transition-timing-function: cubic-bezier(.4,0,.2,1);
  -o-transition-timing-function: cubic-bezier(.4,0,.2,1);
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}
#side-menu ul {
  list-style: none;
  width: 100%;
  padding-top: 82px;
  padding-left: 20px;
}
#side-menu ul li {
  margin-top: 32px;
  margin-bottom: 32px;
}
#side-menu ul li a {
  text-decoration: none;
  color: #f2f2f2;
  opacity: 0.84;
  padding: 6px;
  letter-spacing: 0.6px;
  padding-left: 0;
}
#side-menu ul li a i {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -2px;
}
#side-menu ul li a:hover {
    color: #fff;
    opacity: 1;
}
#side-menu ul li.active a {
    color: #fff;
    opacity: 1;
}
#close-menu {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #fff;
    background: #263238;
    border: none;
    outline: none;
    padding: 6px;
    cursor: pointer;
}

.sign-out-btn {
  position: absolute;
  bottom: 0px;
  left: 14px;
  text-decoration: none;
  color: #f2f2f2;
  opacity: 0.84;
  padding: 6px;
  letter-spacing: 0.6px;
}
.sign-out-btn>i {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 18px;
    margin-top: -2px;
}
.sign-out-btn:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}




.panel {
  margin-bottom: 32px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  border:0;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  height: auto;
  background-color: #fff;
  display: block;
  position: relative;
  padding: 0;
  padding-bottom: 1px;
  transition:0.2s ease-in-out all; 
  -moz-transition:0.2s ease-in-out all; 
  -webkit-transition:0.2s ease-in-out all;
}
.panel>.panel-heading {
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 20px;
  cursor: default;
  text-transform: capitalize;
}
.panel>.panel-body {
  padding: 20px;
}
.panel-disabled {
  opacity: 0.6;
  pointer-events: none;
}
.panel-heading>h3 {
  font-weight: 400;
  letter-spacing: .4px;
  font-size: 24px;
  padding-top: 22px;
}
.panel-heading>h4 {
  font-weight: 400;
  letter-spacing: .4px;
  font-size: 20px;
  padding-top: 2px;
}
@media screen and (max-width: 600px) {
  .panel-heading>h3 {
    font-size: 22px;
  }
  .panel-heading>h4 {
    font-size: 18px;
  }
}
.form-control {
  background: #f2f2f2;
  border: none;
  letter-spacing: 0.4px;
  margin-bottom: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 200;
  line-height: 18px;
  border-color: #3498db;
}
.form-control:focus {
  background: #f2f2f2;
  box-shadow: none;
  border: 1px solid #3498db;
}
select.form-control {
  width: 200px;
  margin: 6px auto;
}
label {
  margin-bottom: 1px;
  letter-spacing: 0.2px;
  font-size: 15px;
  margin-top: 4px;
}






/* Neubergh */
.container {
  width: auto;
}
a.text-link {
  text-decoration: underline;
  color: #3498db;
}
.application-acceptance {
  margin-top: 18px;
}
.application-acceptance>label {
  display: block;
  padding-left: 24px;
  text-indent: -24px;
  font-weight: 400;
  line-height: 20px;
}
input.checkbox-with-text {
  width: 18px;
  height: 18px;
  padding: 0;
  margin:0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  overflow: hidden;
  margin-right: 5px;
}
.body-content-list {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}
.body-content-list td {
  cursor: pointer;
}
.body-content-list .nav-pills {
  margin-top: 6px;
  margin-bottom: 6px;
}
.body-content-list .nav-pills>li> a {
  font-size: 14px;
  padding: 4px 10px;
}
.body-content-list .nav-pills>li.active> a {
  background-color: #3498db;
}
.application-status {
  font-size: 18px;
  margin-top: 2px;
  color: #A3A3A3;
}
.application-status-0 {
  color: #A3A3A3;
}
.application-status-1 {
  color: #e74c3c;
}
.application-status-2 {
  color: #2ecc71;
}
.status-div {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 14px;
  font-weight: 600;
  background: #999;
  color: #fff;
  padding: 4px 9px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.status-div.status-1 {
  background: #e74c3c;
}
.status-div.status-2 {
  background: #2ecc71;
}
body.user-type-2 .status-div,
body.user-type-3 .status-div,
body.user-type-4 .status-div,
body.user-type-5 .status-div {
  display: none;
}
body.user-type-2 .no-admin-hide,
body.user-type-3 .no-admin-hide,
body.user-type-4 .no-admin-hide,
body.user-type-5 .no-admin-hide {
  display: none;
}
body.user-type-2 .no-admin-no-edit,
body.user-type-3 .no-admin-no-edit,
body.user-type-4 .no-admin-no-edit,
body.user-type-5 .no-admin-no-edit {
  pointer-events: none;
  box-shadow: none;
}
.cat-label {
  margin-left: 12px;
  display: inline;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 600;
  background: #ccc;
  color: #fff;
  padding: 4px 9px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.cat-label.studerande {
  background: #30336b;
}
.cat-label.allmanna {
  background: #f0932b;
}
.cat-label.forskare {
  background: #be2edd;
}

.monospace label {
  width: 180px;
  letter-spacing: 0px;
}
.forskare .monospace label {
  width: 300px;
  letter-spacing: 0px;
}
.monospace label {
  text-transform: initial;
}
.well {
  font-family: 'Bai Jamjuree', sans-serif;
  padding: 12px;
  margin-bottom: 4px;
  font-size: 15px;
}
.monospace .well {
  text-transform: initial;
}
.file-btn {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 500;
  background: #3498db;
  color: #fff;
  padding: 4px 10px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 7px;
  opacity: 0.84;
}
.file-btn:hover {
  opacity: 1;
  color: #fff;
  text-decoration: none;
}
.file-btn.no-file {
  opacity: 0.34;
  cursor: not-allowed;
}
.capitalize {
  text-transform: capitalize;
}
.login {
  padding-top: 14%;
}
.login-btn {
  background: #3498db;
  color: #fff;
  font-weight: 500;
}
.feedback-div {
  position: relative;
  height: 20px;
  padding-bottom: 20px;
}
.feedback-div p {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  color: #c23616;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}
.list-comments {
  padding: 15px;
  padding-top: 0;
}
.list-comments>.comment {
  width: 100%;
  padding: 8px 12px;
  -webkit-border-radius: 4px; 
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #74b9ff;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
}
.list-comments>.comment-meta {
  line-height: 18px;
  font-size: 15px;
  color: #666;
  text-transform: capitalize;
  text-align: right;
  font-style: italic;
  margin-top: 2px;
}
.modal-dialog {
  z-index: 999999 !important;
}
.leave-comment {
  padding: 15px;
}
.submit-btn {
  background: #2ecc71;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  width: auto;
  float: right;
  opacity: 1;
}
.submit-btn:hover,
.submit-btn:active,
.submit-btn:focus {
  opacity: 0.82;
}
.btn-delete {
  background: #fff;
  color: #e74c3c;
  border: 1px solid #e74c3c;
  margin: 64px auto 0;
  display: block;
  opacity: 0.6;
  outline: none;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn-delete:hover {
  opacity: 1;
}
.btn.behorig {
  color: #fff;
  background: #2ecc71;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-top: 4px;
  opacity: 1;
} 
.btn.ej-behorig {
  color: #fff;
  background: #e74c3c;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
  margin-top: 4px;
  opacity: 1;
} 
.btn:hover {
  opacity: 0.8;
}
.search-field {
  width: 260px;
  margin-top: 12px;
  line-height: 26px;
  border: 1px solid #efefef;
  background: #efefef;
  padding-left: 6px;
  color: #333;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  outline: none;
}
.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #777;
}
.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #777;
}
.search-field:-ms-input-placeholder { /* IE 10+ */
  color: #777;
}
.search-field:-moz-placeholder { /* Firefox 18- */
  color: #777;
}

.actions-div {
  padding: 15px;
  padding-top: 0;
}
.actions-div-input {
  padding: 15px;
}
table.cost-table {
  min-width: 280px;
  
}
table.cost-table tr {
  border-bottom: 1px solid #ccc;
  line-height: 27px;
}

/* Dashboard */
.panel.dashboad .panel-body {
  padding-top: 0;
}
.dash-status {
  font-size: 18px;
  color: #ccc;
  position: absolute;
  top: 15px;
  right: 15px;
}
.dash-status-1 {
  color: #2ecc71;
}
.dash-status-0 {
  color: #e74c3c;
}
.dash-score {
  width: 100%;
  height: 80px;
  position: relative;
}
.dash-score>div {
  position: absolute;
  padding-top: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.dash-score>div>h5 {
  margin: 0;
  font-size: 36px;
}
.dash-score>div>h5>span {
  font-size: 22px;
}
.dash a:hover   {
  text-decoration: none !important;
  cursor: pointer !important;
}
.dash a * {
  text-decoration: none !important;
  cursor: pointer !important;
}

tr {
  background: rgba(52, 152, 219,0); 
  -moz-transition: 0.2s ease-in-out all; 
  -webkit-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all; 
}
tr.highlight {
  background: rgba(52, 152, 219,0.3);
}




/* editable */
.editable {
  position: relative;
  cursor: default;
  padding: 2px;
  padding-left: 0;
  padding-right: 6px;
}
.editable div {
  display: none;
  position: absolute;
  height: 32px;
  width: 32px;
  padding: 5px;
  -webkit-border-radius: 2px; 
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.16);
  cursor: pointer;
}
.editable div i {
  font-size: 20px;
  color: #555;
}
.editable:hover div {
  display: block;
}
.editable div:hover {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
}
.editable div:hover i {
  color: #000;
}
.value {
  background: #fff;
  transition:0.2s ease-in-out all; 
  -moz-transition:0.2s ease-in-out all; 
  -webkit-transition:0.2s ease-in-out all;
}
.saved {
  background: #7bed9f;
  
}


