.btn-t {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-circle {
  border: none;
  outline: none !important;
  overflow: hidden;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
 
.btn-circle i {
    font-size: 16px;
    position: relative;
    left: 0px; }

.btn-circle span {
    font-size: 16px;
    position: relative;
    left: -1px; }

  .btn-t:hover {
  color: #212529;
  text-decoration: none;
}

.btn-t:focus, .btn-t.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-t.disabled, .btn-t:disabled {
  opacity: 1;
  cursor: not-allowed;
}

a.btn-t.disabled,
fieldset:disabled a.btn {
  cursor: not-allowed;
}

.btn-t-sm, .btn-t-group-sm > .btn-t {
  padding: 0.15rem 0.25rem;
  font-size: 0.75rem;
  line-height: 1.5;
  border-radius: 0.2rem;
  width: 24%;
}

.btn-t-block {
  display: block;
  width: 100%;
}

.btn-t-block + .btn-t-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-t-block,
input[type="reset"].btn-t-block,
input[type="button"].btn-t-block {
  width: 100%;
}

.btn-t-done {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-t-done:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-t-done:focus, .btn-t-done.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-t-done.disabled, .btn-t-done:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-t-done:not(:disabled):not(.disabled):active, .btn-t-done:not(:disabled):not(.disabled).active,
.show > .btn-t-done.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-t-done:not(:disabled):not(.disabled):active:focus, .btn-t-done:not(:disabled):not(.disabled).active:focus,
.show > .btn-t-done.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-t-noactive {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-t-noactive:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-t-noactive:focus, .btn-t-noactive.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-t-noactive.disabled, .btn-t-noactive:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-t-noactive:not(:disabled):not(.disabled):active, .btn-t-noactive:not(:disabled):not(.disabled).active,
.show > .btn-t-noactive.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-t-noactive:not(:disabled):not(.disabled):active:focus, .btn-t-noactive:not(:disabled):not(.disabled).active:focus,
.show > .btn-t-noactive.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-t-go {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-t-go:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-t-go:focus, .btn-t-go.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-t-go.disabled, .btn-t-go:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-t-go:not(:disabled):not(.disabled):active, .btn-t-go:not(:disabled):not(.disabled).active,
.show > .btn-t-go.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-t-go:not(:disabled):not(.disabled):active:focus, .btn-t-go:not(:disabled):not(.disabled).active:focus,
.show > .btn-t-go.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-t-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-t-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-t-warning:focus, .btn-t-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-t-warning.disabled, .btn-t-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-t-warning:not(:disabled):not(.disabled):active, .btn-t-warning:not(:disabled):not(.disabled).active,
.show > .btn-t-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-t-warning:not(:disabled):not(.disabled):active:focus, .btn-t-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-t-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-t-none {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-t-none:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-t-none:focus, .btn-t-none.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-t-none.disabled, .btn-t-none:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-t-none:not(:disabled):not(.disabled):active, .btn-t-none:not(:disabled):not(.disabled).active,
.show > .btn-t-none.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-t-none:not(:disabled):not(.disabled):active:focus, .btn-t-none:not(:disabled):not(.disabled).active:focus,
.show > .btn-t-none.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* Urvalsbox - Aktiv */
aside .up-yellow {
    margin-bottom:40px;
    border: 1px solid #ffc107;
    padding: 15px;
    padding-bottom: 5px;
}

.up-yellow-heading {
    width:100%;
    padding:0;
    background: #ffc107;
}

h5.up-yellow-heading{
    font-size: 20px;
    margin: 0;
    color: #FFF;
    padding: 10px 5px 5px 10px;
}

#bottom .up-yellow-heading {
    position: relative;
    border-bottom: #ffc107 1px solid;
    padding-bottom: 9px;
}

aside .up-yellow-heading {
    position: relative;
    border-bottom: #ffc107 1px solid;
    padding-bottom: 9px;
}

/* Urvalsbox - Klarat */
aside .up-green {
    margin-bottom:40px;
    border: 1px solid #28a745;
    padding: 15px;
}

.up-green-heading {
    width:100%;
    padding:0;
    background: #28a745;
}

h5.up-green-heading{
    font-size: 20px;
    margin: 0;
    color: #FFF;
    padding: 10px 5px 5px 10px;
}

#bottom .up-green-heading {
    position: relative;
    border-bottom: #28a745 1px solid;
    padding-bottom: 9px;
}

aside .up-green-heading {
    position: relative;
    border-bottom: #28a745 1px solid;
    padding-bottom: 9px;
}

/* Urvalsbox - Bokat */
aside .up-blue {
    margin-bottom:40px;
    border: 1px solid #17a2b8;
    padding: 15px;
}

.up-blue-heading {
    width:100%;
    padding:0;
    background: #17a2b8;
}

h5.up-blue-heading{
    font-size: 20px;
    margin: 0;
    color: #FFF;
    padding: 10px 5px 5px 10px;
}

#bottom .up-blue-heading {
    position: relative;
    border-bottom: #17a2b8 1px solid;
    padding-bottom: 9px;
}

aside .up-blue-heading {
    position: relative;
    border-bottom: #17a2b8 1px solid;
    padding-bottom: 9px;
}

/* Urvalsbox - Missat */
aside .up-red {
    margin-bottom:40px;
    border: 1px solid #dc3545;
    padding: 15px;
}

.up-red-heading {
    width:100%;
    padding:0;
    background: #dc3545;
}

h5.up-red-heading{
    font-size: 20px;
    margin: 0;
    color: #FFF;
    padding: 10px 5px 5px 10px;
}

#bottom .up-red-heading {
    position: relative;
    border-bottom: #dc3545 1px solid;
    padding-bottom: 9px;
}

aside .up-red-heading {
    position: relative;
    border-bottom: #dc3545 1px solid;
    padding-bottom: 9px;
}

/* Placeholder */
aside .blankbox {
    padding: 15px;
}
/* Infobox */
aside .infobox {
    margin-bottom:40px;
    border: 1px solid #17a2b8;
    padding: 15px;
}

.infobox-heading {
    width:100%;
    padding:0;
    background: #17a2b8;
}

h5.infobox-heading{
    font-size: 20px;
    margin: 0;
    color: #FFF;
    padding: 10px 5px 5px 10px;
}

#bottom .infobox-heading {
    position: relative;
    border-bottom: #17a2b8 1px solid;
    padding-bottom: 9px;
}

aside .infobox-heading {
    position: relative;
    border-bottom: #17a2b8 1px solid;
    padding-bottom: 9px;
}

/* Exempelbox */
.examplebox {
    margin-bottom:40px;
    border: 1px solid #28a745;
    padding: 15px;
}

.examplebox-heading {
    width:100%;
    padding:0;
    background: #28a745;
}

h5.examplebox-heading{
    font-size: 20px;
    margin: 0;
    color: #FFF;
    padding: 10px 5px 5px 10px;
}

#bottom .examplebox-heading {
    position: relative;
    border-bottom: #28a745 1px solid;
    padding-bottom: 9px;
}

.examplebox-heading {
    position: relative;
    border-bottom: #28a745 1px solid;
    padding-bottom: 9px;
}

/* nav bar double row */
.navbar-top {
    background: #4D5061;
    border-bottom: 4px solid #60B078;
    color: #FFF;
}

.navbar-doublerow > .navbar{
	display: block;
	padding: 0px auto;
	margin: 0px auto;
	min-height: 25px;
}

/*Down nav*/
.navbar-doublerow .navbar-down .navbar-brand {
    /*navbar brand*/
	padding: 0px auto;
	float: left;
	color: #60B078;
	font-size: 30px;
}
.navbar-doublerow .navbar-down ul>li>a{
    /*Menu items*/
	font-size: 15px;
	color: #000;
}
.navbar-doublerow .navbar-down ul>li>a:hover{
    /*menu hover*/
	border-bottom: 1px solid #60B078;
	color: #60B078;
}