﻿/* Move down content because we have a fixed navbar that is 50px tall */

.appNameLink, .appNameLink:hover, .appNameLink:visited {
    color: #fff;
    text-decoration: none;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #eee;
}

.mainarea {
    background: none repeat scroll 0 0 #fff;
}

.responsiveHelper:after {
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #dddddd;
    bottom: 0;
    color: #ffffff;
    padding: 3px 7px;
    position: fixed;
    right: 0;
    z-index: 100000;
}

.headerbar {
    background: url("../images/bg-headerbar.jpg") no-repeat scroll 0 0 #ffffff;
    border: 0 none;
}

    .headerbar .navbar-toggle .icon-bar {
        background-color: #fff;
    }

/*.iplogo {
    height: 50px;
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}*/

.navbar-toggle {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: left;
    margin-bottom: 9px;
    margin-left: 10px;
    margin-top: 8px;
    padding: 4px 6px;
    position: relative;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.icon-bar {
    background: none repeat scroll 0 0 #f6f4e7;
    height: 5px !important;
    width: 28px !important;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}

#sub2 a {
    padding-left: 20px;
}

.applicationname {
    color: #fff;
    font-size: 24px;
    line-height: 48px;
    margin: auto;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    .applicationname {
        left: 60px;
    }

    .link__my-account--pull-left {
        right: 75px !important;
    }
}

.active {
    /*background: none repeat scroll 0 0 #fff;*/
}

.nav > li.active > a:hover, .nav > li.active > a:focus {
    background-color: #fff;
    text-decoration: none;
}

#sub1 li {
    background: none repeat scroll 0 0 #f0f0f0;
}

.navbar-default .navbar-brand {
    color: #777777;
}

@media screen and (min-width:768px) {
    .headerbar .container > .navbar-collapse,
    .headerbar .container-fluid > .navbar-collapse {
        margin-left: 115px !important;
        margin-right: 0;
        min-height: 50px;
    }
}

.headerbar .container > .navbar-collapse1,
.headerbar .container-fluid > .navbar-collapse1 {
    margin-left: 215px !important;
    margin-right: 0;
}

.headerbar .navbar-collapse .collapse {
    margin-left: 215px !important
}

.headerbar .navbar-nav > li > a {
    color: #fff;
}

.jumbotron {
    background-color: #e2e9e2;
    color: inherit;
    margin-bottom: 30px;
    padding: 30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #ffffff;
    color: #555555;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e2e9e2;
    color: #555555;
}

footer {
    bottom: 0;
    width: 100%;
    position: absolute;
}


html {
    min-height: 100%;
    position: relative;
}

footer span {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
}




.navbar-vertical {
    color: #000;
}

    .navbar-vertical .container > .navbar-header, .navbar-vertical .container-fluid > .navbar-header, .navbar-vertical .container > .navbar-collapse, .navbar-vertical .container-fluid > .navbar-collapse {
        margin-left: 0px !important;
        margin-right: 0;
    }

    .navbar-vertical .navbar-nav > li > a {
        color: #000;
    }

.headerbar .navbar-nav > li > a:hover, .headerbar .navbar-nav > li > a:focus {
    background-color: #f5f5f5;
    color: #fff;
    text-decoration: underline;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: underline;
}

.navbar-vertical .navbar-nav > li > a:hover, .navbar-vertical .navbar-nav > li > a:focus {
    background-color: #f5f5f5;
    color: #000;
}

.navbar-vertical .navbar-nav > li {
    float: none;
}

.navbar-vertical .nav.navbar-nav {
    width: 100%;
}

.spacer {
    margin: 0 0 30px;
}

html {
    font-size: 100%; /*16px*/
}

div.masterBanner {
    height: 96px;
    background-color: #006;
    color: #F0F0F0;
    border-bottom: 2px SOLID #000;
    padding-left: 12px;
}

div.mainLabel {
    font-weight: bold;
    font-size: 24pt;
    padding-top: 12px;
}

div.subLabel {
    font-size: 16pt;
    margin-top: 12px;
    padding-left: 24px;
}

div.mainContent {
    padding: 10px;
}


a {
    outline: 0;
}

h1 {
    font-size: 38.5px;
}

h1, h2, h3 {
    line-height: 40px;
}

h1, h2, h3, h4, h5, h6 {
    color: inherit;
    font-family: inherit;
    font-weight: bold;
    margin: 10px 0;
    text-rendering: optimizelegibility;
    white-space: nowrap;
}


legend {
    background: none repeat scroll 0 0 transparent;
    border: 2px solid transparent;
    margin: 0;
    padding: 5px;
}

fieldset {
    border: 2px solid #B6B6B6;
    border-radius: 0 0 0 0;
    margin: 10px;
    padding: 10px;
}

.bulletedlist li {
    list-style: disc inside none;
}

.breadcrumb {
    border-radius: 0 !important;
    font-size: 12px;
    padding: 4px 7px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: inherit;
    font-weight: 300;
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

.page {
    background: none repeat scroll 0 0 transparent;
    padding-bottom: 80px !important;
    padding-top: 15px;
}
/* Move down content because we have a fixed navbar that is 50px tall */
body {
    font-family: "Trebuchet MS", "Helvetica", "Arial", "Verdana", "sans-serif";
    font-size: 14px;
    /*margin: 0 0 60px 0 !important;*/
    padding-top: 50px;
}

.page-title {
    margin-top: 30px
}

.sdd-logo img {
    width: 120px;
    height: 60px;
    margin-top: 20px;
    float: right;
}

.ip-logo {
    height: 50px;
    margin-right: 12px;
}



/*Custom Styling*/

.hasError {
    color: red;
    font-size: 10px;
    font-style: italic;
    line-height: 15px;
    display: block;
    margin-top: -15px;
    margin-bottom: 15px;
}

@media (max-width: 1150px) {
    .headerbar .container > .navbar-collapse, .headerbar .container-fluid > .navbar-collapse {
        margin-left: 0 !important;
        margin-right: 0;
    }

    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .applicationname {
        left: 60px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white !important;
    }

    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }

    .collapse.in {
        display: block !important;
    }

    .navbar-collapse.in {
        overflow-y: auto !important;
    }

    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
            background-image: none;
        }
    /*#MyAccount {
        float: right;
        color: rgb(255,255,255);
        background-color: transparent;
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
        top: 0;
        right: 75px;
        position: absolute;
        text-decoration: none;
        display: block;
        z-index: 1031;
    }*/
}

@media (max-width: 320px) {
    .applicationname {
        font-size: 18px
    }
}

/*th {
    white-space: nowrap !important;
}*/



/*This should be moved to the app.css file*/
.hiddenCol {
    visibility: hidden;
    display: none;
}
/*This should be moved to the app.css file*/
.table-rowclick > tbody > tr:hover:not(:first-of-type):not(:last-of-type) {
    background-color: #77AF4E;
    cursor: pointer;
}

/*This should be moved to the app.css file*/
/*.table-nowrap > tbody > tr > th {
    white-space: nowrap !important;
}*/


.topLabelAdjustment {
    margin-top: 37px;
}

/*.blackIPLogo {
    margin-left: 50%;
    margin-top: -12px;
    margin-right: -12px;
}*/

#MyOrders div.popover {
    width: 200px;
}


#MyAccount, #MyAccountMobile {
    float: right;
    color: rgb(255,255,255);
    background-color: transparent;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    top: 0;
    right: 75px;
    text-decoration: none;
    display: block;
    z-index: 1031;
    position: fixed;
}

    #MyAccount:hover, #MyAccount:focus {
        background-color: #f5f5f5;
        color: #000;
        text-decoration: underline;
    }

#NotificationBell {
    float: right;
    color: rgb(255,255,255);
    background-color: transparent;
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    top: 0;
    right: 130px;
    text-decoration: none;
    display: block;
    z-index: 1031;
    position: fixed;
}

#NotificationBellBadge {
    float: right;
    z-index: 1031;
    position: fixed;
    background-color: #F44336;
    font-size: 20px;
    line-height: 20px;
    padding: 9px;
    top: 5px;
    right: 132px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#NotificationBell:hover, #NotificationBell:focus {
    background-color: #f5f5f5;
    color: #000;
    text-decoration: underline;
}
#NotificationBell.active, #MyAccount.active {
    background-color: #fff;
    color: #000;
}

.notification-pane {
    height: 100vh;
    background-color: #009845;
    border: solid;
}

.sidebar-notification {
    position: fixed;
    top: 30px;
    bottom: 0;
    right: -2px;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 25%);
    width: 25%;
}

.btn-light-notification
{
    outline: solid;
    border-radius: 5px;
    outline-width: 1px;
}

.btn-notification-close {
    top: 5px;
    left: -20px;
    position: relative;
    background-color: transparent;
}

.btn-primary {
    background-color: #006963 !important;
}

.btn-primary:hover {
    background-color: #073D39 !important;
}

.btn-success {
    background-color: #006963 !important;
}

.btn-success:hover {
    background-color: #073D39 !important;
}

.btn-light {
    background-color: #CBCCCD !important;
    color: #15191E;
}

.btn-default {
    background-color: #CBCCCD !important;
    color: #15191E;
}
.btn-prevent-overflow{
    white-space: pre-wrap;
}



.loader-spin::before {
    content: '';
    display: block;
    position: relative;
    left: 49%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #006963;
    border-top-color: rgb(42, 139, 188);
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

loader-spin__update--msg::after {
    content: 'Please wait.';
    color: #006963;
}

.loader-spin::after {
    display: block;
    position: relative;
    top: 42%;
    width: 100%;
    height: 40px;
    color: #006963;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
}

.glyphicon-info-sign {
    color: #006963;
}

.glyphicon-info-sign-grid{
    color: black;
}

.glyphicon-ok {
    color: black;
}

glyphicon glyphicon-save {
    color: #006963 ;
    background-color: #006963 ;
}
.glyphicon-fast-forward {
    color: #006963;
}
.glyphicon-forward {
    color: #006963;
}
.glyphicon-backward {
    color: #006963;
}
.glyphicon-shopping-cart {
color: #006963;
}
.glyphicon-fast-backward {
    color: #006963;
}
.glyphicon-pencil {
    color: black;
}
.glyphicon-trash {
    color: black;
}
.glyphicon-remove-sign {
    color: black;
}
.glyphicon-star-favorited {
    content: url(../Images/star.svg) !important;
    height: 16px;
    width: 16px;
}

.glyphicon-credit-card {
    color: black;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #006963 !important;
}

@media screen and (min-width:768px) {
    .link__my-account--pull-left {
        /*right: 272px !important;*/
    }
}

@media screen and (max-width:768px) {
    .link__my-account--pull-left {
        right: 75px !important;
    }
}

.grid-footer-pagination .pager__buttons input,
#cph_page_main_tbCurrentPage {
    width: 6em !important;
    text-align: center;
}

.RADS-Modal-Scrollable {
    max-height: 100vh;
    overflow-y: scroll;
}

.RADS-Modal-FillHeight {
    height: 100vh;
    overflow-y: scroll;
}
