/* Generic layout common to all pages */
html {
    position: relative;
    min-height: 100%;
}
body {
    background-color: #fff;
    font-family: Verdana,Arial,sans-serif;
    color: #000;
    line-height: normal;
    padding-bottom: 75px;
}

body .btn {
	padding: 3px 6px;
}

body .form-control {
	color: #000;
	padding: 3px 6px;
	height: 28px;
}

body a {
	color: #0f4ea9
}

body > header {
    background-color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-bottom: 10px;
}
body > header > div {
    margin: 0px auto;
}


body > header .page-title {
    display: inline-block;
    vertical-align: middle;
    color: #0b4ca0;
    margin-left: 5px;
    margin-top: 0;
}
@media (max-width: 1200px) {
	body > header h1.page-title {
	   font-size: 22px;
	}
}
@media (max-width: 1400px) {
	body {
	   font-size: 12px;
	}
}
body > header ul.subnav {
    float: right;
    list-style: none;
    margin-top: 23px;
    margin-bottom: 0;
    margin-right: 15px;
}

.spor-header {
    overflow: auto;
}

body > header ul#login-details{
	list-style: none;
    margin-bottom: 0;
    margin-right: 15px;
}
body > header li.withOrganisation{
	vertical-align: top;
}

body > header ul.subnav > li {
    display: inline-block;
}

body > header > nav.navbar {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
/*     text-shadow: -1px -1px 0 #062044; */
    margin-bottom: 0;
    min-height: 40px;
    border-radius: 0;
}
body > header > nav.navbar .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
body > header > nav.navbar .dropdown-menu {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
/*     text-shadow: -1px -1px 0 #062044; */
}
body > header > nav.navbar .dropdown-menu > li > a {
    color: #fff;
}
body > header > nav.navbar .dropdown-menu > li > a:active,
body > header > nav.navbar .dropdown-menu > li > a:hover {
    color: #262626;
}
body > header > nav.navbar .open > a{
    color: #333;
    text-shadow: none;
}

body > header > nav.navbar::before,
body > header > nav.navbar::after {
    border-radius: 100px / 10px;
    bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: -1;
}
body > header > nav.navbar::after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
}

body > header > nav.spor-navbar {
    position: relative;
    margin-bottom: 10px;
/*     min-height: 40px; */
    border-radius: 0;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: #13376d;
}
body > header > nav.spor-navbar .spor-navbar-nav > li {
	float: left;
	margin: 0;
	width: 20%;
	text-align: center;
    border: 0 solid #13376d;
    border-right-width: 2px;
}
body > header > nav.spor-navbar .spor-navbar-nav > li:first-child {
	border-width: 0 2px 0 2px;
	border-style: solid;
	border-color: #13376d;
	border-left: none;
}
body > header > nav.spor-navbar .spor-navbar-nav > li:last-child {
	border-right: none;
}
body > header > nav.spor-navbar .spor-navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #13376d;
    font-weight: bold;
    text-shadow: none;
}
body > header > nav.spor-navbar .dropdown-menu {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
/*     text-shadow: -1px -1px 0 #062044; */
}
body > header > nav.spor-navbar .dropdown-menu > li > a {
    color: #fff;
}
body > header > nav .spor-navbar-nav > li.active {
    box-shadow: 5px 5px 50px 10px rgba(9, 43, 140, 0.2) inset;
}
body > header > nav.spor-navbar .dropdown-menu > li > a:active,
body > header > nav.spor-navbar .dropdown-menu > li > a:hover {
    color: #262626;
}
body > header > nav.spor-navbar .open > a{
    color: #333;
    text-shadow: none;
}

body > header > nav.spor-navbar::before,
body > header > nav.spor-navbar::after {
    border-radius: 100px / 10px;
    bottom: 0;
/*     box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); */
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 50%;
    z-index: -1;
}
body > header > nav.spor-navbar::after {
    left: auto;
    right: 10px;
    transform: skew(8deg) rotate(3deg);
}

body > header a#logo {
    margin-left: 15px;
}
body > header a#logo:hover {
	text-decoration: none;
}

body .breadcrumb {
	margin-bottom: 10px;
}
body .breadcrumb>.active {
	color: #000
}
body .breadcrumb>li+li:before {
    color: #000
}

body > footer {
    background: #0b4ba0 linear-gradient(to bottom, #0b4ba0 1%, #13376d 100%);
    height: 70px;
    bottom: 0;
    position: absolute;
    width:100%;
    color: #fff;
    margin-top:10px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
body > footer a,
body > footer div.footer-menu a {
    color: #fff;
}

body > footer a:hover {
    color: #fff;
    text-decoration: underline;
}

body > footer span.show-build-info {
    margin-left: 40px;
}

body > footer div.tooltip-inner {
    max-width:none;
    font-size: 14px;
}

body > section.content {
/*     margin-top: 1em; */
/*     margin-bottom: 1em; */
}
section.content h2 {
     margin-top: 5px;
     margin-bottom: 5px;
    text-align: center;
}

nav .nav > li.active {
    box-shadow: 5px 5px 50px 10px rgba(0, 0, 0, 0.6) inset;
}
nav .nav > li > a {
    color: #fff;
    text-shadow: -1px -1px 0 #062044;
    cursor: pointer;
}
nav .nav > li > a:focus,
nav .nav > li > a:hover {
    background: transparent;
    box-shadow: 5px 5px 30px 1px rgba(0, 0, 0, 0.6) inset;
    /*outline: 0 none;*/
    /*text-decoration: none;*/
}
body .nav-tabs>li.active>a, body .nav-tabs>li.active>a:focus, body .nav-tabs>li.active>a:hover {
	color: #000
}
span.error,
div.error,
td.error,
section.error,
li.error {
    color: #d00;
    text-align: center;
}
input.error {
    border: 1px solid #d00;
}
/*
.drop-shadow {position: relative;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    }
.drop-shadow:before, .drop-shadow:after {content: "";
     position: absolute;
     z-index: -1;
     -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5);
     -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
     box-shadow: 0 0 10px rgba(0,0,0,0.5);
     top: 50%;
     bottom: 0;
     left: 5px;
     right: 5px;
     -moz-border-radius: 100px / 10px;
     border-radius: 100px / 10px;
     }
.raised {position: relative; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)}
*/

select {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    /*-moz-appearance: none;*/
}

.container {
    width: 100%;
}
.container.info {
/*     max-width: 1170px; */
}
.container.info h1 {
    font-size: 2.5rem;
    line-height: 6rem;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 7rem;
    background-size: 6rem;
    background-position: left;
    background-repeat: no-repeat;
}
.container.info h1:first-child {
    margin-top: 0;
}

.page-container footer {
    text-align: center;
    margin: 10px;
}

body legend {
    font-size: 18px;
}

.mandatory:after {
     content: "*";
     color: #f00;
}

.chip {
    background-color: #ddd;
    border-radius: 20px;
    padding: 2px 10px;
    margin-right: 5px;
    word-break: break-all;
}

.chip a:hover {
    text-decoration: none;
}
#view-document #doc-type-row .col-sm-1 {
    width: 10%;
}

table.dataTable thead th {
    text-align: center;
}
table.dataTable th, table.dataTable td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
body table.dataTable tbody tr.even {
	background-color: #ebebeb;
}

body table.dataTable.hover tbody tr:hover, body table.dataTable.display tbody tr:hover{
	background-color: #cccccc;
}

table.dataTable th:first-child, table.dataTable td:first-child {
    border-left: 0;
}
table.dataTable th:last-child, table.dataTable td:last-child {
    border-right: 0;
}

table.dataTable td.actions {
    text-align: center;
}

#view-documents table {
    table-layout: fixed;
}
#view-documents table col:first-child {
    width: 20em;
}
#view-documents table td:nth-child(1) {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#view-documents table td:nth-child(2) {
    word-wrap: break-word;
    overflow-wrap: break-word;
}
#view-documents table col:nth-last-child(2) {
    width: 13em;
}
#view-documents table col:last-child {
    width: 7em;
}

ema-multiselect.ng-invalid button {
	border-color: #a94442
}

.audit-trail>h1 {
	text-align: center;
}

.audit-trail table {
	table-layout: fixed;
}

.audit-trail col:first-child {
	width: 13em;
}

.audit-trail col:nth-child(2) {
    width: 9em;
}

.audit-trail table td:last-child {
    word-wrap: break-word;
    overflow-wrap: break-word;
}