﻿.body--mydnvgl {
    background-color: #f2f2f2;
}

/*a {
    text-decoration: none !important;
    cursor: pointer;
}

 Navigation menu
----------------------------------------------------------
.nav-menu {
    z-index: 2;
    padding-top: 2.5em;
}

#header {
   display:block;
}

#fooder {
  display: block;
}

.twitter-timeline {
    height: 600px !important;
}

.dnvgl-header-bleed {
    background: url("/Content/images/dnvgllogo_large_bleed.png") repeat-x scroll 0 0 rgba(0,0,0,0);
    height: 8.125em;
    left: 0;
    position: absolute;
    width: 27%;
    z-index: 1;
}

.dnvgl-branding-logo {
    display: block;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
}

.dnvgl-logo-container {
    overflow: initial;
    position: relative;
    height: 7.2em;
    margin: 0 auto;
    max-width: 86em;
    padding-left: 1.875em;
    width: 100%;
    background: #fff;
    z-index: 2;
}

.navcontainer {
    left: 20em;
    position: absolute;
    padding-right: 2em;
    width: 75%;
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

h2 a {
    color: black !important;
}

.menu-arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    margin: 38px 10px;
}

.content {
    margin: 0 auto;
}

    .content .col-xs-12 {
        padding: 0px !important;
        margin-left: -12px !important;
    }

.breadcrumb {
    margin-bottom: 0px !important;
}

.detailUnderline {
    border-bottom: solid 1px;
}

.panel-heading .accordion-toggle:after {
     symbol for "opening" panels 
    font-family: 'Glyphicons Halflings';   essential for enabling glyphicon 
    content: "\e114";     adjust as needed, taken from bootstrap.css 
    float: right;         adjust as needed 
    color: grey;          adjust as needed 
}
.panel-heading .accordion-toggle.collapsed:after {
     symbol for "collapsed" panels 
    content: "\e080";     adjust as needed, taken from bootstrap.css 
}


@media(min-width: 768px) {
    .dnvgl-login-menu {
        position: absolute;
        right: 1.8em;
        top: 0;
    }

    .dnvgl-header {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .nav-pro {
        display: none;
    }

    .content .col-xs-12 {
        margin-top: -6px;
    }

    .dnvgl-header {
        right: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        padding-left: 2.5em;
        width: 100%;
        max-width: 20em;
        background: none;
        z-index: 201;
        color: #999999;
        height: auto;
    }

        .dnvgl-header > .grid-container-notactive {
            display: none;
        }

        .dnvgl-header > .grid-container-active {
            display: block;
            background: white;
            position: absolute;
            top: 0;
            bottom: 0;
            color: #999999;
            border-left: 1px solid #0f204b;
            z-index: 200;
            width: 100%;
        }

        .dnvgl-header .mydnvgl-mobile-actions {
            padding-top: 25px;
            padding-left: 25px;
        }

    .mydnvgl-container .grid-container {
        margin: 0 auto;
        width: 100%;
        overflow: hidden;
    }

    .dnvgl-header-icon {
        display: block;
        width: 40px;
        height: 40px;
        right: 16px;
        z-index: 200;
        border-right: none;
        font-size: 40px;
        background: white;
        position: absolute;
        top: 19px;
        background-color: #0f204b;
        color: white;
        cursor: pointer;
    }

    .dnvgl-header-icon-active {
        display: block;
        width: 40px;
        height: 40px;
        border-bottom: 1px solid #0f204b;
        border-left: 1px solid #0f204b;
        border-top: 1px solid #0f204b;
        right: 16px;
        z-index: 201;
        background: #fff;
        position: absolute;
        color: #0f204b;
        top: 23px;
        left: -4px;
    }

    .dnvgl-header-overlay {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 199;
        background: rgba(0,0,0,0.3);
    }
}

 content
----------------------------------------------------------
.form-checkbox {
    display: block;
    width: 34px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

 foot
----------------------------------------------------------
.footer {
    margin-top: 30px;
    background-color: #f2f2f2;
    padding: 0 0 10px;
    font-family: Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .footer .copyright {
        margin-top: 20px;
    }

    .footer > .container > hr {
        margin-top: 0px;
        border-top: 1px solid #99D9F0;
    }

.copyright > hr {
    border-top: 1px solid #FFFFFF;
}

.copyrightpadding {
    padding-left: 15px;
    padding-right: 15px;
}*/

    .login-hero {
      background-color: #009fda;
      padding-bottom: 30px;
      margin-bottom: 20px;
    }
    @media (max-width: 479px) {
      .login-hero h1,
      .login-hero h2,
      .login-hero p {
        color: white;
      }
    }
    @media (min-width: 480px) {
      .login-hero {
        border-top: 1px solid #e0e0e0;
        background-image: url('/Content/images/login-background.jpg');
        background-position: center center;
        background-size: cover;
        height: 350px;   TODO: Derek 
      }
      .login-text-wrapper {
        width: 70%;
      }
    }
    @media (min-width: 768px) {
      .login-hero {
        height: 350px;   TODO: Derek 
      }
      .login-text-wrapper {
        width: 100%;
      }
    }
