﻿html {
  position: relative;
  min-height: 100%;
}
body {
    background-color: #f2f2f2;
    color: #475870;
    font-weight: 300;
    font-family: "Inter", "Arial", sans-serif;
}

.top_nav_image
{
    height: 600px;
    padding-top: 100px;
    background-size: cover;
    background-position: center center;
}

footer {
    font-size:12px;
    padding: 10px 0;
}

.top_mission_text {
    margin-top: 300px;
    font-size: 1.6em;
    font-weight: 300;
    vertical-align: middle;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    line-height: 1.4em;
    text-align: center;
    padding: 10px;
    color: #f2f2f2; 
    /*border-radius: 2px;*/
    position:absolute;
    z-index:2;
    font-style: italic;
}
.padding_top {
    padding-top: 10px;
}
.padding_top_main {
    padding-top: 70px;
}
.padding_bottom_main {
    padding-bottom: 10px;
}
.vertical-align {
    display: flex;
    align-items: center;
}

#navbarContainer {
    margin-left:9em;
    margin-right:9em;
    padding-left: 15px;
    padding-right:15px;
}

.navbar {
    box-shadow: 0 0px 8px 0px rgba(0, 0, 0, .56), 0 0px 4px 0px rgba(0, 0, 0, .12), 0 0px 2px 0px rgba(0, 0, 0, .20) !important;
}


.main {
    background-color: #FFF !important;
}

.main.main-raised {
    /*margin: -60px 30px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .20);
    background-color: #FFF !important;*/
}

h1, h2, h3, h4, h5, h6 {
    color: #1C3456;
    font-weight: 300;
    font-family: "Inter", "Arial", sans-serif;
    margin:10px 0 15px;
}

h1 {
    font-size: 48px !important;
    margin-top: 20px;
    margin-bottom: 10px;
}

.container {
    padding:0px 15px !important;
    margin:auto;
}

.btn {
    border-radius:3px;
    font-size:12px;
    font-weight:400;
}
.top_logo {
    padding-top: 40px;
    text-align: right;
}

a {
    color: #475870;
}

    a:hover, a:focus {
        text-decoration: underline;
        color: #0FB2D3;
    }

#Page_Sidebar a
{
	font-weight: bold;
}
#Page_Sidebar h6
{
	font-size: .8em;
	font-weight: bold;
	margin: 0;
	padding: 2px;
}

#idMasterNavigation {
    padding:11px 16px;
}

/*.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a.active, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    background-color: #800000;
    color: white;
    /*box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);* /
}*/

.nav-item.dropdown > a:hover {
    text-decoration:none !important;
}
.dropdown-menu .dropdown-item, .dropdown-menu li > a {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    /*color: #333;*/
    font-weight: 400;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
    transition: all .15s linear;
    min-width: 7rem;
    padding: .625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word
}
.dropdown .dropdown-toggle:after,
.dropup .dropdown-toggle:after,
.dropstart .dropdown-toggle:after,
.dropend .dropdown-toggle:after {
    content: "\e5cf"; /*changed to a down arrow for dropdown menu*/
    font: normal normal normal 14px/1 Material Icons; /*changed from Font Awesome 5 Free*/
    border: none;
    vertical-align: middle;
    font-weight: 600;
    margin-bottom: 0.3em;
}

.dropdown .dropdown-toggle.show:after,
.dropup .dropdown-toggle.show:after,
.dropstart .dropdown-toggle.show:after,
.dropend .dropdown-toggle.show:after {
    transform: rotate(180deg);
}

.dropdown .dropdown-toggle:after,
.dropup .dropdown-toggle:after,
.dropstart .dropdown-toggle:after,
.dropend .dropdown-toggle:after {
    transition: 0.3s ease;
}

.navbar, .navbar.navbar-default {
    background-color: #1C3456;
    color: #fff;
}
.nav-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}
    .nav-link:hover {
        color: #0FB2D3;
        background-color: rgba(255, 255, 255, 0.1) !important;
        font-weight: 500;
    }

.navbutton_active {
    background-color: rgba(255,255,255, 0.05);
    color: #0FB2D3 !important;
    z-index: 3;
}

.nav.nav-pills > .nav-item > .nav-link.active {
    background-color: rgba(255, 255, 255, 0.05);
}

.nav.nav-pills > .nav-item > .nav-link {
    background-color: #003232;
}

.modal-content .modal-header {
    border-bottom: none;
    padding: 14px 24px 14px 24px;
    background-color: #f2f2f2;
    color: #1C3456;
    text-transform: uppercase;
}

.material-icons {
    direction: ltr;
    display: inline-block;
    font-family: 'Material Icons';
    color: #475870;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    margin: 0;
}
.material-icons.maximize:before {
    content: '\E145';
}
.material-icons.minimize:before {
    content: '\E15B';
}



.card {
    margin-bottom:1.5em;
}

.card-header {
    background-color: #eeeeee;
    padding: 10px;
    color: rgba(0,0,0, 0.87);
}

.nav-tabs {
    margin-top: 20px;
    padding: 6px 4px;
    background-color: #003232;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover {
    background-color: #475870;
    color: white;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .20);
}

.home_background {
    background-image: url('/images/topbackground_rg.jpg');
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.toast_message {
    width:400px;
    height:60px;
    margin: auto;
    position:fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
    background-color: #383838;
    color: #F0F0F0;
    font-size: 14px;
    padding:10px;
    text-align:center;
    border-radius: 2px;
    -webkit-box-shadow: 0 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0 0 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0 0 24px -1px rgba(56, 56, 56, 1);
}
.refreshicon {

    background-image: url('/images/refresh.png');
    width: 30px !important;
	height: 30px !important;
	background-position:center;
    background-size: contain;
	background-repeat: no-repeat;
    margin: 0;
}

.btn-eascorp {
    background-color: #475870;
    color: white;
}

.btn-eascorp:hover {
    color:white;
}

/*request info page styling to eascorp colors*/
.input-group.input-group-dynamic.is-focused label,
.input-group.input-group-static.is-focused label {
    color: #475870;
}

.input-group.input-group-dynamic .form-control:focus,
.input-group.input-group-static .form-control:focus {
    background-image: linear-gradient(0deg, #475870 2px, rgba(156, 39, 176, 0) 0);
}

.form-check-input[type='radio']::after {
    background-image: linear-gradient(0deg, #475870 100%, rgba(156, 39, 176, 0) 0) !important;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked,
.form-check:not(.form-switch) .form-check-input[type="radio"]:checked {
    border-color: #475870 !important;
}

.form-check:not(.form-switch) .form-check-input[type="checkbox"]:checked {
    background-image: linear-gradient(0deg, #475870 100%, rgba(156, 39, 176, 0) 0) !important;
}

.form-check:not(.form-switch) .form-check-input[type='checkbox']:after {
    font-family:'Material Icons';
    content: '\e5ca';
}
@media (max-width: 992px) {
    .dropdown .dropdown-toggle:after, .dropup .dropdown-toggle:after, .dropstart .dropdown-toggle:after, .dropend .dropdown-toggle:after {
        content: "\e5cf";
        font: normal normal normal 14px/1 Material Icons;
        border: none;
        vertical-align: middle;
        font-weight: 600;
    }

}
    @media screen and (max-width: 600px) {
        .home_background {
        background-image: url('/images/topbackground_sm.jpg');
    }   
    /*.navbutton 
    {   
        padding: 8px 8px !important;
    }*/ 
    /*.navbutton_active 
    {   
        padding: 8px 8px !important;
    }*/ 
    .top_mission_text 
    {
        font-size: 1.9em;
        margin-top: 200px !important;
    }
    .dropdown-menu > li {
        margin-right: 30px !important;
    }
    .toast_message {
        width:200px;
        height:80px;
    }
}

@media screen and (max-width:768px) {
    .nav-link {
        color: white !important;
        margin: 3px 30px;
    }
   
    .navbar-transparent .navbutton {
        /*background-color: rgba(255,255,255, 0.1);*/
        background-color:transparent !important;
        color: #344767 !important;
        margin: 3px 30px;
    }
    .navbutton_active {
        /*background-color: rgba(255,255,255, 0.2);*/
        /*background-color: transparent !important;*/
        color: rgba(255,255,255, 0.8) !important;
        margin: 3px 30px;
    }
    #idMasterNavigation .navbutton {
        background-color: transparent !important;
        color: white !important;
        margin: 3px 30px;
    }

    #idMasterNavigation .dropdown-menu.show .dropdown-item {
        color: white !important;
    }
    #idCompanyButtton, #idProductsButton, idEase-Link {
        padding-right: 28px !important;
    }

    .dropdown-menu.show {
        margin-left: 20px;
        overflow:hidden !important;
        background-color: transparent !important;
    }

    .dropdown-menu.show .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
        color: white !important;
        background-color: rgba(255,255,255, 0.1);
        box-shadow:none !important;
    }

    .dropdown-menu.show .dropdown-item:active, .dropdown-menu.show .dropdown-item.active {
        background-color: rgba(255,255,255, 0.2);
        color: white !important;
    }
}

@media screen and (min-width:768px) {
    .navbar-transparent .navbutton {
        background-color: transparent !important;
        color: white !important;
        margin: 0 0.5em;
    }
}


@media screen and (min-width: 600px) and (max-width: 768px) 
{
    .home_background {
        background-image: url('/images/topbackground_sm.jpg');
    }   
    /*.navbutton 
    {   
        padding: 8px 10px !important;
    } 
    .navbutton_active 
    {   
        padding: 8px 8px !important;
    }*/
    .top_mission_text 
    {
        font-size: 1.9em;
        margin-top: 240px !important;
    }
    /*.dropdown-menu > li {
        margin-right: 20px !important;
    }*/
}

@media screen and (min-width: 768px) and (max-width: 1024px) 
{    
    .home_background {
        background-image: url('/images/topbackground_md.jpg');
    }
    .top_mission_text 
    {
        margin-top: 270px !important;
    }
}


@media screen and (min-width: 768px) and (max-width: 992px) 
{
    .dropdown-menu.show {
        margin-top:3.25em;
    }

    .dropdown-menu {
       box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    }
}

/*Styling for ie11*/

_:-ms-fullscreen, :root #idMasterNavigation {
    padding-bottom:20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    _:-ms-fullscreen, :root .dropdown-menu.show {
        margin-top: 0 !important;
    }
}

    _:-ms-fullscreen, :root .navbutton_active {
        background-color: rgba(255,255,255, 0.2) !important;
    }

    _:-ms-fullscreen, :root #idMasterTab > li > button {
        font-size: 13px;
    }

    _:-ms-fullscreen, :root button[class*= maximize], button[class*= minimize] {
        float: right;
    }

    @media only screen and (max-width:768px) {
        _:-ms-fullscreen, :root .navbar-default .navbar-nav {
            background-color: white !important;
        }

        _:-ms-fullscreen, :root .navbar-brand {
            margin-bottom: 10px;
        }

        _:-ms-fullscreen, :root .navbar-nav > li.nav-item {
            margin: 5px 0;
        }

        _:-ms-fullscreen, :root .navbutton {
            margin: 3px 30px;
            padding-left: 18px !important;
        }

        _:-ms-fullscreen, :root #idProductsButton {
            padding-right: 29px !important;
        }

        _:-ms-fullscreen, :root .navbutton_active {
            margin: 3px 30px;
            padding-left: 18px !important;
        }

        _:-ms-fullscreen, :root ul.dropdown-menu.show {
            padding-top: 8px;
            padding-bottom: 8px;
        }
    }

_:-ms-fullscreen, :root .dropdown .dropdown-toggle:after,
. {
    content: "\e5c5"; /*changed to a down arrow for dropdown menu*/
    font: normal normal normal 14px/1 Material Icons; /*changed from Font Awesome 5 Free*/
    font-family: 'Material Icons';
    border: none;
    vertical-align: middle;
    font-weight: 600;
    text-transform: none !important;
    margin-bottom: 0.5em !important;
}

    _:-ms-fullscreen, :root h1, .h1 {
        font-size: 3.3em;
    }

    _:-ms-fullscreen, :root p {
        font-size: 15px;
    }

    _:-ms-fullscreen, :root h5, .h5 {
        font-size: 1.25em;
    }

    _:-ms-fullscreen, :root h6, .h6 {
        font-size: 0.7em !important;
    }

    _:-ms-fullscreen, :root h3, .h3 {
        font-size: 1.8em;
    }

    _:-ms-fullscreen, :root .form-header-title {
        font-size: 15px;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        color: black;
        font-weight: 300;
    }