
:root {
	--main-orange: #fa893e;
}

.jumbo {
	background-image: url("/styles/img/home-top-bg.jpg");
	color: white;
	margin-top: -20px;
	min-height: 400px;
	background-size: cover;
	text-align: center;
	padding: 50px;
	background-color: #00076d;
}

.jumbo h1 {
	font-family: "arial";
	font-size: 50px;
}

.jumbo img {
    font-family: "arial";
    font-size: 50px;
}

.jumbo .btn.btn-primary {
	background: none;
	border: 2px solid white;
	color: white;
	position: absolute;
	top: 50px;
	right: 50px;
}
.jumbo .btn.btn-primary:hover {
	opacity: 0.8;
}

.jumbo .openDocs {
	position: absolute;
    top: 104px;
    right: 54px;
    color: #ef8139;
    line-height: 0px;
    background: white;
    padding: 0px 1px;
    font-size: 20px;
    border-radius: 100px;
	z-index: 100;
}
.jumbo .openDocs:before {
	content: "";
}

.workspacesTable thead {
	background: gray;
	color: white;
}

.workspacesTable > tbody > tr > td,
.workspacesTable > thead > tr > th {
	border: 2px solid gray;
}

#page-index .image {
	display: block;
	background-size: cover;
	background-position: 50% 50%;
	background-position-x: 50%;
	background-position-y: 50%;
	background-repeat: no-repeat;
	background-repeat-x: no-repeat;
	background-repeat-y: no-repeat;
	border: 1px solid #ddd;	
}

#page-index .thematic {
	
}

#page-index .thematic .background {
	height: 150px;
	background-size: cover;
	background-position: 50% 50%;
	box-shadow: 0px 3px 8px -3px black;
	border-radius: 6px;
}

#page-index .boxSelector {
	width: 100%;
	height: 180px;
	border: 1px solid #ddd;
}

#page-index .searchForm .input-append { width: 100%; }
#page-index .searchForm .input-append > input[type="text"] {	width: 85%; }

#page-index .searchForm label { margin-top: 12px; }
#page-index .searchForm .label {
	font-size: 10px;
	margin-left: 10px;
}

/* #page-index .osfi-searchButton {
	text-align: right
}
 */


/* app list */
#page-index .thematicApp {
	min-height: 180px;
	position: relative;
}

#page-index .thematicApp>.span9, #page-index .thematicApp>.col-md-9 {
	border-top: 1px solid #ddd;
}

#page-index .thematicApp a {
	color: black;
}

#page-index .thematicApp a:hover, #page-index .thematicApp a:focus {
	color: #333;
	text-decoration: none;
}

#page-index .thematicApp .title {
	line-height: 20px;
	margin-top: 16px;
	margin-right: 100px;
}

#page-index .thematicApp .label.label-appStatus {
    position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0px 0px 0px 5px;
    padding: 4px 8px;
}

#page-index .thematicApp .label.label-appType {
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0px 0px 5px 0px;
    padding: 4px 8px;
}

#page-index .thematicApp .author {
	font-size: 12px;
	color: black;
	margin-bottom: 5px;
	display: inline-block;
}

#page-index .thematicApp .info {
	color: #999;
}

#page-index .thematicApp .image {
	height: 150px;
}

#page-index .thematicApp .summary {
    margin-right: 100px;
}

#page-index .thematicApp .authorImage {
    display: block;
    width: 100px;
    height: 79px;
    position: absolute;
    bottom: 47px;
    right: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
} 

#page-index .thematicApp .openThematicBtn {
	position: absolute;
    bottom: 15px;
    right: 0px;
    color: white;
}

/* modal */
#page-index #selectedAppModal {
    left: 80px;
    right: 80px;
    width: auto;
    margin: 0px 0px 0px 0px;
}

#page-index #selectedAppModal .image {
	width: 320px;
	height: 200px;
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

#page-index .btn-general {
	text-align: center;
	margin: 20px;
}

#page-index .btn-general>a {
    color: #1937c1;
    font-size: 20px;
    border: 3px solid #1937c1;
    font-family: 'Notes ESA Bold';
}
#page-index .btn-general>a:hover {
    background-color: #ddd;
}

/* WORKSPACES */

.workspaceItem {
    min-height: 200px;
    background: white;
    margin: 39px auto;
    width: 100%;
    position: relative;
}

.workspaceItem .icon {
	position: absolute;
	left: 20px;
	top: 23px;
	width: 73px;
}

.workspaceIds {
    position: absolute;
    width: 114px;
    top: 108px;
    text-align: center;
    color: #555;
    font-size: 16px;
}

.workspaceIds strong {
    font-size: 25px;
    font-family: 'Notes ESA Bold';
}

.workspaceDescription {
    position: absolute;
    background: #47a375;
    top: -30px;
    right: -40px;
    color: white;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    left: 120px;
}

.workspaceItem h3 {
    background: white;
    display: inline-block;
    padding: 5px;
    margin-top: 45px;
    max-width: 90%;
}

.workspaceItem h3 > a {
    color: #444;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
}

.workspaceItem .workspaceInfos {
    position: absolute;
    left: 27px;
    top: 110px;
}

.workspaceItem .workspaceInfos > div {
    text-align: right;
    min-width: 60px;
    font-size: 18px;
    display: inline-block;
    background: rgba(0,0,0,0.3);
    margin-right: 19px;
    padding: 5px 20px;
}

.defaultWorkspace .description {
	width: 500px;
	text-align: left;
}

.openWorkspace {
    position: absolute;
    top: 113px;
    right: 41px;
    background: rgba(0,0,0,0.6);
}

.openWorkspace .btn {
    color: white;
    border: 3px solid white;
}

.workspaceDescription.disaster-volcano {
	background-image: url('../img/volcano.jpg');
}
.workspaceDescription.disaster-flood {
	background-image: url('../img/flood.jpg');
}


.disasterTypeCheckboxes {
	position: relative;
}
.disasterTypeCheckboxes label {
    display: inline-block;
    width: 60px;
    height: 73px;
    overflow: hidden;
    text-align: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
.disasterTypeCheckboxes img {
    width: 35px;
    display: inline-block;
    filter: grayscale(1);
    opacity: 0.7
}
.disasterTypeCheckboxes img:hover {
    opacity: 1
}
.disasterTypeCheckboxes input:checked ~ img{
    filter: none;
    opacity: 1;
    border: 2px solid white;
    border-radius: 100px;
}
.disasterTypeCheckboxes span {
    display: block;
    font-size: 10px;
    font-family: 'Notes ESA Bold';
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.disasterTypeCheckboxes input {
    display: none;
    /* padding: 0px 0px 0px 0px;
    margin: 3px 0px 0px 0px;
    display: inline-block;
    margin-left: -6px !important;
    margin-right: 0px !important;
    width: 10px; */
}

a.openDocs {
	position: absolute;
    top: 0px;
    right: 0px;
	color: var(--main-orange);
    line-height: 0px;
    background: white;
    padding: 0px 1px;
    font-size: 20px;
    border-radius: 100px;
}

