﻿@font-face {
	font-family: Arsenal-Regular;
	src: url('../fonts/Arsenal-Regular.otf') format('opentype');
}

/* General */

.alert-holder {
    display: none;
}

.btn-deselected{
    background: #999;
    color: #333;
}

body{
    font-family: Arsenal-Regular;
}

select {
    font-family: 'FontAwesome', 'Open Sans';
}

h4{
    font-size: 25px;
    font-weight: bold;
}

h5{
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}

/* Homepage */

.homepage-banner {
    text-align: center;
}

.homepage-title{
    font-size: 54px;
}

#login-form, #registration-form, #reset-password-form, #password-form, #user-settings {
    margin-bottom: 20px;
    max-width: 400px;
}

    #login-form h2,
    #login-form label {
        color: #999;
    }

    #login-form h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    #login-form label {
        font-size: 14px;
        display: inline-block;
    }

    #login-form input {
    }

#username {
    margin-bottom: 10px;
}

#user_not_found {
    font-size: 14px;
    line-height: 1.5;
}

    #user_not_found .alert {
        padding: 10px;
    }

#login-form a {
    font-size: 14px;
}

#forgotten-password {
    float: right;
    display: block;
}

#login-form a:hover {
    color: #ff5e00;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-top: 10px;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer a{
    padding-left: 16px;
}

/* Map page */

#map-holder {

}

#map_canvas {
    width: 100%;
}

#dashboard {
    position: absolute;
    top: 180px;
    left: 60px;
    z-index: 5;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #ccc;
    max-height: 500px;
    width: 500px;
    overflow-x: hidden;
    overflow-y: auto;
}

#dashboard-header {
    margin-bottom: 5px;
}

#dashboard h4 {
    margin: 14px;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

#dashboard table {
    margin: 0 8px 5px;
}

#minimise-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
}

.card-header #minimise-btn {
    top: 30px;
}

#info-tooltip {
    cursor: pointer;
}

.tooltip-inner{
    min-width: 300px;
}

.country-picker {
    margin: 12px 8px 12px 8px;
    font-weight: 600;
}

th.name {
    text-align: left;
    padding-right: 15px;
    min-width: 350px;
}

.icon-holder {
    font-size: 20px;
}

.grey-icon {
    color: silver;
}

#add-country {
    margin-top: 2px;
    border: 0;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    width: 150px;
}

#user-pdf,
#clear-all{
    float: right;
}

#clear-all{
    margin-right: 5px;
}

@media(max-width: 1640px) {
    #map_canvas {
        width: 101.5%;
        height: 100%;
    }
}

#notes-holder{
    margin-bottom: 16px;
}

#notes-holder p{
    white-space: pre-line;
}

/* Nav menu */

#navbar {
    padding: 37px 45px;
}

#menu-container {
    position: relative;
    float: right;
}

#toggle-menu {
    height: 40px;
    width: 40px;
    background: white;
    color: #ff5e00;
    border: none;
    font-size: 40px;
    position: absolute;
    right: 40px;
    cursor: pointer;
}

nav#menu-links {
    position: absolute;
    display: none;
    top: 86px;
    left: 0px;
    width: 100%;
    z-index: 1;
    background: white;
    padding-bottom: 40px;
}

    nav#menu-links a {
        text-align: right;
        padding: 10px 46px 0 0px;
        display: block;
    }

        nav#menu-links a:hover {
            color: #ff5e00;
            text-decoration: none;
        }

/* Country index */

.country-index-container h3 {
    text-align: center;
}

#country-index table {
    width: 100%;
    margin-bottom: 20px;
}

#filters button{
    width: 130px;
    margin: auto 0;
}

#dashboard table {
    width: 97%;
    margin-bottom: 20px;
}

    #country-index table td, #dashboard table td {
        padding: 5px 0px 5px 4px;
    }

    #country-index table tr.tr-even td, #dashboard table tr.tr-even td {
        background-color: #f6f6f6;
    }

    #country-index table tr th {
        text-align: center;
        vertical-align: top;
        font-size: 14px;
    }

.delete-country,
#add-country,
#open-note-form {
     cursor: pointer;
}

#save-notes{
    margin-top: 10px;
}

@media(min-width: 600px) {
    #country-index .icon-holder {
        width: 120px;
        text-align: center;
    }

    #dashboard .icon-holder {
        width: 40px;
        text-align: center;
    }
}

.footer-inner {
    padding: 37px 45px 0;
    font-size: 14px;
    line-height: 20px;
}

.footer-inner p{
    margin-bottom: 5px;
}

.footer-inner p.normal-size{
    margin-bottom: 1rem;
    font-size: 17px;
}

.powered-by{
    display: inline-flex;
}

.powered-by p{
    margin-top: auto;
    margin-bottom: auto;
}

.powered-by img{
    margin-left: 8px;
    cursor: pointer;
    height: 33px;
}

.Main-content {
    padding: 20px 120px;
}

h1 {
    text-align: center;
    margin: 0px 0 32px 0;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0em;
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
    font-size: 37px;
    letter-spacing: .01em;
    line-height: 1.4em;
    text-transform: none;
    color: #4d4d4d;
}

h2 {
    margin: 10px 0 0px 0;
    font-family: Arial,Helvetica,sans-serif;
    letter-spacing: 0em;
    font-family: Open Sans;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    letter-spacing: .01em;
    line-height: 1.2em;
    text-transform: none;
}

header {
    position: relative;
}

#modal-window {
    position: absolute;
    top: 188px;
    left: 68px;
    z-index: 6;
    background: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid #ccc;
    height: 620px;
    width: 800px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
}

#modal-window.index-modal{
    position: fixed;
    top: 68px;
}

#model-header {
    margin-bottom: 5px;
}

#dashboard h4, #modal-window h4 {
    margin: 14px;
    font-size: 20px;
    font-weight: 600;
}

#dashboard table th {
    text-align: center;
}

#dashboard table th img {
    padding-left: 3px;
}

#close-report-btn {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    float: right;
}

.due-diligence-footer{
    margin-top: 12px;
}

.due-diligence-btn{
    margin-top: 8px;
}

.risk-lvl-0 {
    color: green;
}

.risk-lvl-1 {
    color: orange;
}

.risk-lvl-2 {
    color: #ff6300;
}

.risk-lvl-3 {
    color: red;
}

.risk-lvl-4 {
    color: maroon;
}

.no-data {
    color: dodgerblue;
}

.country-report-inner {
    padding: 0px 14px 14px 14px;
}

label.label-small{
    font-size: 12px;
    line-height: 1.4;
}

#filters .col-sm-2{
    margin: auto 0;
}

@media(max-width: 1024px){
    #filters strong{
        font-size: 14px;
        line-height: 18px;
    }

    #filters button{
        width: 90px;
        font-size: 12px;
        padding: 6px 4px;
    }
}

#methodology-table th,
#methodology-table td{
    border: 1px solid grey;
    vertical-align: top;
    padding: 0 5px;
}

#about-note {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
}