﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
/*#user_layout {
    font-family: 'Muli', sans-serif;
}*/

html {
  font-size: 14px;  
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

/*.container {
    width: 98%;
}*/

/*.trunc{
    width:250px; 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}*/

.ui-tooltip {
    /*padding: 10px 20px;*/
    /*color: black;*/
    border-radius: 20px;
    font: 9px "Helvetica Neue", Sans-Serif;
    /*text-transform: uppercase;*/
    /*box-shadow: 0 0 7px black;*/
}

.listtooltip {
    background: black;
    color: white;
    padding: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 1);
    border-radius: 10px;
    opacity: 0;
}

.industry_tooltip {
    /*width: auto;
    height: auto;
    padding: 10px;*/
    border-radius: 5px;
    background-color: #fff;
    /*position: absolute;*/
}

input[type=file] {
    margin-top: 15px;
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #006097;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=submit] {
    margin-top: 15px;
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #0087D5;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type=button] {
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #0087D5;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button[type=button] {
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #0087D5;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button[class=btn] {
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #0087D5;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

a[class=btn] {
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #0087D5;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

button {
    padding: 5px 15px;
    font-weight: bold;
    color: #FEFFFF;
    background: #0087D5;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/* Set padding to keep content from hitting the edges */
/*.project-table {
    padding-left: 5px;    
    font-size: 10px;
}*/

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
  min-width: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    /*background-color: #7FA9B7;*/
    background-color:#97D4E8;
    color: #000000;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #051422;
}

.gt-button {
    display: block;
    margin: 0 auto;
    display: block;
    width: 152px;
    height: 40px;
    /*margin: auto;*/
    /*margin-top: 29px;*/
    cursor: pointer;
    /*display: flex;*/
    align-items: left;
    justify-content: center;
    padding: 0;
    background: #012647;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Muli-SemiBold";
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.gt-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #016797;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.gt-button:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.dl-button {
    display: block;
    margin: 0 auto;
    display: block;
    width: 152px;
    height: 40px;
    /*margin: auto;*/
    /*margin-top: 29px;*/
    cursor: pointer;
    /*display: flex;*/
    align-items: left;
    justify-content: center;
    padding: 0;
    background: #780000;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Muli-SemiBold";
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .dl-button:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #FE0101;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .dl-button:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }
