﻿.Pagecontainer{
    padding:100px;
}

.sectionButtonIcon {
    border-radius: 12px;
    background-color: #1460ac;
    padding: 7px;
    max-height: 43px;
}

.sectionButtonIconWhite {
    border-radius: 12px;
    background-color: white;
    padding: 7px;
    max-height: 43px;
    width: 43px;
}



/*nav {
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.75);
	height: 75px;
}*/

.icon-bar {
	background-color: #3BA4F3;
}

.collapse {
	display: block;
}

.navbar-header {
	height: inherit;
}

.navbar-toggle {
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	margin-top: 0;
	margin-bottom: 0;
}

/*.navbar-brand {
	margin:0;
	padding: 15px 15px;
	position: relative;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}*/

	.navbar-brand > img {
		max-width:200px;
	}

/*#infoSources{
	display: inline-block;
}


	#infoSources > img {
		max-width:100px;
		margin-left: 10px;
	}*/

#CSAOceansWhite {
	display: none;
}

#SeaseraWhite {
	display: none;
}

#EurOceanWhite {
	display: none;
}



#markerLayer img {
	max-width: 24px !important;
	max-height: 24px !important;
}

#mainSearchWindow {
	position: fixed;
	top: 75px;
	right: 0;
	/*margin: 15px 15px;*/
	background-color: #ffffff;
	width: calc((100vw / 4) + 100px);
	height: 100%;
	max-height: calc(100vh - 105px);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 2px 2px 6px 2px #808080;
	-webkit-box-shadow: 2px 2px 6px 2px #808080;
	-moz-box-shadow: 2px 2px 6px 2px #808080;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	transition-duration: .25s;
	transition-delay: .1s;
	-webkit-transition-duration: .25s;
	-webkit-transition-delay: .1s;
	-moz-transition-duration: .25s;
	-moz-transition-delay: .1s;
}
	
	#mainSearchWindow.toggled {
		transform: translateX(calc(100% - 50px));
		-webkit-transform: translateX(calc(100% - 50px));
		-moz-transform: translateX(calc(100% - 50px));
	}

.separador-text {
    position: absolute;
    transform: rotate(-90deg);
    left: 26px;
    top: 13px;
    font-weight: bold;
    color: #549FD7;
}
#arrowToggle {
	/*fill: #549FD7;*/
	/*transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
	-moz-transform: rotateZ(-180deg);
	transition-duration: .25s;
	transition-delay: .1s;
	-webkit-transition-duration: .25s;
	-webkit-transition-delay: .1s;
	-moz-transition-duration: .25s;
	-moz-transition-delay: .1s;*/
    /*height: inherit;*/
}

	#mainSearchWindow.toggled #arrowToggle {
		transform: rotateY(0);
		-webkit-transform: rotateY(0);
		-moz-transform: rotateY(0);
	}

#searchWindowToggle {
	display: inline-block;
	height: 100vh;
	vertical-align: middle;
}

.sidebarToggle {
    /*float: left;
    width: 35px;
    display: inline-block;
    height: 24px;
    vertical-align: middle;*/
    position: absolute;
    left: -24px;
    top: 40vh;
}
.search-header {
	height: 60px;
	position: relative;
}

#resetBtn {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	font-size: 12px;
	color: #A9A9A9;
}

#advFilterBtn {
    position: absolute;
    right: 15px;
    top: 75%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 12px;
    color: #A9A9A9;
}

#searchText {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    font-size: 20px;
    color: #549FD7;
    font-weight: bold;
}

#searchImage {
	margin: 10px;
	/*margin-bottom: 15px;*/
	width: 40px;
}

.search-content {
	height: calc(100% - 60px);
	/*border-top: 1px solid grey;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 -2px 6px -2px #808080;
	-webkit-box-shadow: 0 -2px 6px -2px #808080;
	-moz-box-shadow: 0 -2px 6px -2px #808080;
	padding: 5px;
	overflow-y: auto;
    padding-left: 50px;
    padding-bottom: 40px;
}

.search_inputs {
	margin-left: 2.5%;
	width: 95%;
	padding: 5px;
	border:none;
	border-bottom: 2px solid #ededed;
	/*margin-top: 5px;*/
	margin-top: 10px;
	height: 35px;
}

    .search_inputs::placeholder{
        opacity: 0.6;
    }

	select.search_inputs {
		padding: 0;
		color: #A9A9A9;
	}

		select.search_inputs > option:first-child {
			color: #A9A9A9;
		}

		select.search_inputs > option:not(:first-child) {
			color: #000000;
		}

#results_text {
	margin-left: 2.5%;
	width: 95%;
	margin-top: 15px;
	padding: 5px;
}

	#results_text > .switch {
		float: right;
	}

#contribute_container {
	margin-left: 2.5%;
	width: 95%;
	margin-top: 15px;
	padding: 5px;
}

#contribute_header {
	font-size: 11px;
	font-weight: bold;
	color: #2698F3;
}

#contribute_text {
	font-size: 11px;
}

#contactContainer, #insertContainer {
	display: inline-block;
}

#contactImage, #insertImage {
	width: 25px;
}

.fa{
    color:#549fd7;
}



    ::-webkit-scrollbar {
        width: 12px;
    }

    ::-webkit-scrollbar-track {
        background: white;
    }

    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
        background: #549fd7;
    }

    .mapStyle {
        height: 100vh;
        width: 100vw;
        position: absolute;
        left: 0;
    }

    .main-table {
        background-color: white;
        position: fixed;
        width: calc((100vw / 4)*3 - 140px);
        left: 0px;
        top: 75px;
        margin: 15px 15px;
        height: calc(100% - 165px);
        /*border-top: 1px solid grey;*/
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        box-shadow: 2px 2px 6px 2px #808080;
        -webkit-box-shadow: 2px 2px 6px 2px #808080;
        -moz-box-shadow: 2px 2px 6px 2px #808080;
        padding: 5px;
        overflow-y: auto;
        display: none;
    }

        .main-table::-webkit-scrollbar {
            width: 5px;
        }

    .table-header {
        position: fixed;
        /*width: inherit;*/
        width: calc((100vw / 4)*3 - 75px);
        background: white;
        z-index: 1;
        margin-top: 0;
        height: 60px;
        padding-right: 39px;
        padding-left: 10px;
        padding-top: 10px;
        left: 15px;
        top: 90px;
    }

    .table {
        margin-left: auto;
    }

    th > span {
        color: #A9A9A9;
    }

    .resulttable {
        /*margin-top: 45px;*/
    }

    tbody > tr > td {
        padding: 6px !important;
    }

    .section {
        display: inline;
    }

    #section2 {
        float: right;
    }

    .mapStyle {
        height: 100vh;
        width: 100vw;
        position: absolute;
        left: 0;
    }

    .legend {
        position: fixed;
        top: 75px;
        left: 0;
        margin: 15px 15px;
    }

    .Legend-icon {
        /*width: 25px;
        height: 25px;*/
        margin-left: 6px;
        margin-top: -4px;
        margin-right: 6px;
        cursor: pointer;
    }

    #Legend-icons {
        display: none;
        /*background-color: rgba(0,0,0,0.2);*/
        /*padding: 10px;*/
    }

.legendRow {
    background-color: rgba(0,0,0,0.3);
    padding: 10px;
}

@media(max-width: 769px){
    .legendRow{
        max-width: min-content;
        padding: unset;
    }
}
.capitalize{
    text-transform: capitalize;
}

    .resulttable-responsive {
        display: none;
    }

    .resulttablerow-responsive {
        min-height: 45px;
        margin-top: 10px;
    }


    .image {
        height: 45px;
        width: 45px;
        float: left;
        position: relative;
        background-repeat: no-repeat;
        background-image: url(../../Content/Images/m1.png);
        margin-right: 10px;
    }

    .subtitle {
        color: #C0C0C0;
    }












/*toggle checkbox - MANTER NO FIM DO FICHEIRO*/
.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}

.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 40px;
  height: 15px;
  background-color: #dddddd;
  border-radius: 60px;
}
input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
  width: 20px;
  height: 20px;
  margin-top: -5px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:before {
  background-color: #A8D9EF;
}
input.cmn-toggle-round:checked + label:after {
  margin-left: 50%;
  background-color: #42A5F5;
}
/*end toggle checkbox*/

/*hide helper text autocomplete*/
.ui-helper-hidden-accessible { display:none; }
/*end*/

#nameContainer {
	position: relative;
}

#operatorsContainer {
	position: relative;
}

.ui-autocomplete {
	position: absolute !important;
	top: 50px !important;
	list-style: none !important;
	background-color: white !important;
	margin-left: 2.5%;
	width: 95%;
	padding-left: 5px !important;
	left: 0px !important;
	/*border: 2px solid #ededed;*/
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 2px 2px 6px 2px #808080;
	-webkit-box-shadow: 2px 2px 6px 2px #808080;
	-moz-box-shadow: 2px 2px 6px 2px #808080;
	z-index: 99999;
}

.pagination {
    display: inline-flex;
}

button, html [type="button"], [type="reset"], [type="submit"] {
    overflow: hidden;
}

    /*@media (max-width: 1024px) {

    .main-table{
        width: 100%!important;
        margin-left: 0!important;
        margin-top: 0!important;
    }

    .resulttable{
        display:none;
    }

    .resulttable-responsive{
        display: block!important;
        margin-top: 50px;
    }

    .table-header{
        background-color: #2196F3!important;
        left:0px!important;
        top:71px!important;
        padding-left:57px;
    }

    #section2{
        display:none;
    }

    #section1 span {
        color: white;
    }

}*/
    @media (max-width: 992px) {
        #CSAOceans {
            display: none;
        }

        #Seasera {
            display: none;
        }

        #EurOcean {
            display: none;
        }

        #CSAOceansWhite {
            display: inline-block;
        }

        #SeaseraWhite {
            display: inline-block;
        }

        #EurOceanWhite {
            display: inline-block;
        }

        /*.navbar-collapse {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        transition-duration: .25s;
        transition-delay: .1s;
        -webkit-transition-duration: .25s;
        -webkit-transition-delay: .1s;
        -moz-transition-duration: .25s;
        -moz-transition-delay: .1s;
    }*/

        .menuToggled {
            transform: translateX(0);
            -webkit-transform: translateX(0);
            -moz-transform: translateX(0);
        }

        #mainSearchWindow {
            width: calc(100vw - 30px);
            z-index: 999;
        }

        .main-table {
            width: calc(100vw - 70px);
            overflow-x: hidden;
            height: calc(100% - 118px);
        }

        .table-header {
            display: none;
        }

        .fixed-bottom {
            display: none;
        }

        .li-extra-space {
            display: none;
        }

        .pagination {
            display: inline !important;
        }

        .view-filter {
            display: inline;
        }

        .resulttable {
            font-size: small;
        }

        .nav > li:not(:last-child)::after {
            content: "";
            display: inline;
        }

        #menu-separator {
            display: block !important;
        }
        /*.navbar-header {
        max-width: 100vw;
        padding-left: 2px;
    }

    .navbar-collapse {
        width: 100vh;
        max-height: 100vh;
        background-color: #75cff0;
        top: 75px;
        position: absolute;
        transform: translateX(0);
    }

	.nav {
		margin-right: -15px;
	}

		.nav > li:not(:last-child)::after {
			content: none;

		}

		.nav > li > a {
			color: #000000;
			padding: 10px 15px;
			display: inline-block;
			width: 100%;
		}*/
        /*#infoSources {
		max-width:100vw;

	}*/
    }
