﻿
/* BASIC DEFAULTS
----------------------------------------------------------*/
body {
    background-color: #4D4D4D;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #696969;
}

#main {
    background-color: #E8E8E8;
    margin: 0.5rem 1rem 1rem 1rem;
    padding: 1.5rem 0;
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

/* WS APPERANCE  
----------------------------------------------------------*/
.button {
    background-color: #40537A;
    font-family: "Century Gothic", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}

.button a {
    color: #FFF;
}

.button {
    padding: 1rem 2rem;
}

span.button {
    display: inline-block;
}
#MoreOptions a {
    color: #40537A;
}
.card-title a {
    color: #40537A;
}
.binary-download a, .link-on-white, .link-on-white:hover {
    color: #40537A;
}

.alert-info-equinor {
    color: #323232;
    background-color: #fff;
    border-color: #FF597B;
    max-width: 400px;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Century Gothic", "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    font-weight: normal;
    margin: 0;
}

/* HEADER   
----------------------------------------------------------*/

.logo {
    height: 100px;
}

.logo-text {
    font-size: 2rem;
    font-family: "Century Gothic", "Segoe UI",Frutiger,"Frutiger Linotype","Dejavu Sans","Helvetica Neue",Arial,sans-serif;
    color: #FFF;
    padding: 1.5rem;
}

/* INDEX PAGE
----------------------------------------------------------*/

.binary-download {
    margin-top: 0.5rem;
}

.help-article-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

/* FONTAWESOME OVERRIDES
----------------------------------------------------------*/

i {
    color: #40537A;
}

/* MISSING STYLES AFTER BOTTSTRAP UPGRADE   
----------------------------------------------------------*/
/*_breakpoints.scss*/
.text-xs-right {
    text-align: right!important;
}
.text-xs-center {
    text-align: center !important;
}
/*_grid_framework.scss*/
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: .9375rem;
    padding-left: .9375rem;
}