﻿@font-face {
    font-family: 'myriadpro light';
    src: url('../fonts/myriadpro-light-webfont.eot');
    src: url('../fonts/myriadpro-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-light-webfont.woff') format('woff'), url('../fonts/myriadpro-light-webfont.ttf') format('truetype'), url('../fonts/myriadpro-light-webfont.svg#glyphicons_halflingsregular') format('svg');
}
/*VARIABLES (START)*/
/*VARIABLES (END)*/
/*LAYOUT STYLES (START)*/
.print-only {
    display: none;
}
body {
    font-family: 'Myriad Pro', 'Open Sans', sans-serif, Arial, Helvetica;
    color: #505050; /*898989*/
    font-size: 1.250em;
}
.modal-file {
    max-width:500px;
}
.hlink {
    color:#0275d8;
    font-weight:bold;
}
/* numeric styling for tables. */
.weight-col {
    text-align:right !important;
}
.count-col {
    text-align:right !important;
}
.currency-col {
    text-align:right !important;
}
.col-yr {
       text-align:right !important;
}
.col-ct {
   text-align:right !important;
}
.col-lot {
       text-align:right !important;
}
.col-bale {
     text-align:right !important;
}

iframe {
    border: 0px;
    min-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    /*text-transform: uppercase;*/
}

label {
    font-weight: 400;
}

a {
    color: #505050;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

    a:active {
        color: #033B6E;
    }

    a img {
        border: none;
    }

    a.white {
        color: #ffffff;
    }

        a.white:hover {
            color: #ffffff;
        }

    a.none:hover {
        text-decoration: none;
        color: #ffffff;
    }

.border-red {
    border-color:red!important;
}

.checkbox-border-red {
    outline-color:red!important;
    outline-style: solid!important;
    outline-width: thin!important;
}

hr {
    border-color: #a3a5a8;
    border-style: dashed;
    margin-top: 10px;
    margin-bottom: 15px;
}

#max_website_width {
    max-width: 1920px;
    margin: 0px auto;
}

ul.fr-tag, ol.fr-ta {
    margin: 0 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 35px;
    list-style: disc;
}

.user-row {
    margin-bottom: 14px;
}

    .user-row:last-child {
        margin-bottom: 0;
    }

.dropdown-user {
    margin: 13px 0;
    padding: 5px;
    height: 100%;
}

    .dropdown-user:hover {
        cursor: pointer;
    }

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}

.toppad {
    margin-top: 20px;
}

.panel-info {
    border: 1px solid #bce8f1;
}

.panel-footer {
    min-height: 50px;
}

/*.panel-body {
    padding: 0px;
}*/

.fr-tag.background-dynamic {
    padding: 15px;
    background-color: #ACACAC;
    color: #ffffff;
}

.fr-tag td {
    padding: 6px;
}

.breadcrumb > .active {
    color: #505050;
}

.gray {
    color: #3E3E3E;
}

.dark-gray {
    color: #626262;
}

.white {
    color: #ffffff;
}

.blue-text {
    color: #0059A9;
}

.anchor-block {
    display: inline-block;
    width: 100%;
}

.red-text {
    color: red;
}

.orange-text {
    color: #ef5700;
}

.dark-blue-text {
    color: #23527c;
}

.light-gray-background {
    background-color: #F4F4F4;
}

.med-gray-background {
    background-color: #d6d6d6!important;
}

.dark-gray-background {
    background-color: #424242!important;
}

.dark-gray-background a:hover {
    background-color: #424242!important;
}

.green-background {
    background-color: #00964D;
}

.blue-background {
    background-color: #0059A9;
}

.white-background {
    background-color: #ffffff;
}

.small-font {
    font-size: 0.9em;
}

.italics {
    font-style: italic;
}

#edit-label {
    position: relative;
    min-width: 100%;
}

#edit-label .fa-pencil-square-o {
    color: #666;
    top: 6px;
    right: 5px;
    position: absolute;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: white;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 9px!important; 
    border-bottom: 0px solid #111;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}

/*.yamm .yamm-content .row {
    overflow: hidden;
    margin-bottom: 5px;
}


.yamm .yamm-content [class*=' col-'] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}*/

.overflow-initial {
    overflow: initial!important;
}

.row .container-height {
    overflow: hidden;
}

.row .container-height [class*="col-"] {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

.height-35 {
    min-height: 35px;
}

.height-45 {
    min-height: 45px;
}

.height-50 {
    height:50px;
}

.height-100 {
    min-height: 100px;
}

.height-80 {
    min-height: 80px;
}

.height-75 {
    min-height: 75px;
}

.height-110 {
    min-height: 110px;
}

.height-120 {
    min-height: 120px;
}

.height-250 {
    min-height: 250px;
}

.height-280 {
    min-height: 280px;
}

.height-292 {
    min-height: 292px;
}

.height-325 {
    min-height: 325px;
}

.height-480 {
    min-height: 480px;
}

.line-height-small {
    line-height: 1em;
}

.line-height-45 {
    line-height: 45px;
}

.divider-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.divider-bottom-2 {
    margin-bottom: 2px;
}

.divider-bottom-5 {
    margin-bottom: 5px;
}

.divider-bottom-10 {
    margin-bottom: 10px;
}

.divider-bottom-15 {
    margin-bottom: 15px;
}

.divider-bottom-20 {
    margin-bottom: 20px;
}

.divider-bottom-30 {
    margin-bottom: 30px;
}

.divider-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.divider-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.border-top-bottom {
    border-top: 1px dashed #a3a5a8;
    border-bottom: 1px dashed #a3a5a8;
}

.circle {
    padding-top: 5px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    min-width: 23px;
    min-height: 23px;
    border-radius: 23px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.no-radius {
    border-radius: 0px;
}

.btn:hover,
.btn:focus,
.btn.focus,
.btn:active,
.btn.active {
    color: #ffffff;
    /*background-color: #0059A9;
    border-color: #0059A9; todo why color?*/
}

.small-btn>.btn, .btn-sm {
    padding: 4px 8.6px;
    float: left;
}

.padding-linkedin {
    padding-right: 6px;
}

.padding-facebook {
    padding-top: 5px;
    padding-right: 7px;
}

.padding-twitter {
    padding-top: 5px;
    padding-right: 6px;
}

.padding-instagram {
    padding-top: 5px;
    padding-left: 6px;
}

.triangle-topleft {
    min-width: 190px;
    height: 0;
    border-top: 45px solid #0059A9;
    border-right: 35px solid transparent;
    z-index: 3;
    position: relative;
}

    .triangle-topleft p {
        text-align: center;
        top: -30px;
        position: relative;
        min-width: 170px;
        min-height: 30px;
        margin: 0px;
    }

.no-margin {
    margin: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-left-right {
    margin-left: 0px;
    margin-right: 0px;
}

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0px;
}

.no-padding-left-right {
    padding-left: 0px;
    padding-right: 0px;
}

.search-middle {
    vertical-align: middle;
    line-height: 25px;
}

.shareThisMiddle {
    vertical-align: middle;
    line-height: 32px;
}

.more {
    padding: 8px 10px;
}

.wrapper {
    /*display: inline-block;*/
    position: relative;
}

    .wrapper img {
        display: block;
        max-width: 100%;
    }

    .wrapper .overlay-small {
        position: absolute;
        left: 0;
        bottom: 0px;
        min-width: 250px;
        min-height: 25px;
        background-color: rgba(0,0,0,0.60);
        color: white;
    }

    .wrapper .overlay-medium {
        position: absolute;
        left: 0;
        bottom: 15px;
        min-width: 50px;
        min-height: 25px;
        background-color: rgba(0,0,0,0.60);
        color: white;
    }

    .wrapper .overlay-big {
        position: absolute;
        left: 37%;
        bottom: 15px;
        min-width: 400px;
        min-height: 80px;
        background-color: rgba(0,0,0,0.60);
        color: white;
    }

    .wrapper a {
        padding-left: 15px;
    }

.indicators-block {
    min-height: 53px;
    padding-left: 15px;
}

    .indicators-block a {
        padding-left: 15px;
        line-height: 53px;
    }

.divider-line-right {
    border-right: 1px dashed #a3a5a8;
}

.divider-line-bottom {
    border-bottom: 1px dashed #a3a5a8;
}

.solid-line-top {
    border-top: 1px solid #ffffff;
}

.PromotionImages-left {
    margin-right: 2px;
    margin-left: -10px;
}

.PromotionImages-right {
    margin-right: -10px;
    margin-left: 2px;
}

.cursor-pointer {
    cursor: pointer;
}

.display-inline {
    display: inline;
}

.display-none {
    display: none;
}

.border-all {
    border: 1px solid #9D9D9D;
}

.padding-8 {
    padding: 8px;
}

.googleSearch {
    min-width: 172px;
}

.centerContent {
    text-align: center;
    vertical-align: middle !important;
}

.verticalAlign {
    vertical-align: middle !important;
}

.readmoreLink {
    color: #126FC3;
    font-size: 1.2em;
}

/*SITE TOP NAVIGATION (START)*/
#navMainMenu.stickyMenu {
    position: fixed;
    top: 0;
    z-index: 4;
    width: 100%;
    background-color: #0059A9;
    border: medium none;
    margin-top: 0;
    border-top: 3px solid #033B6E;
    border-bottom: 2px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);
}

#navMainMenu {
    background-color: #0059A9;
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    /*min-height: 55px;*/
    -moz-transition: border ease-in-out 0.17s;
    -o-transition: border ease-in-out 0.17s;
    -webkit-transition: border ease-in-out 0.17s;
    transition: border ease-in-out 0.17s;
}

.panel-heading {
    padding: 10px 8px 5px 8px;
    /* border-bottom: 1px solid transparent; */
    /* border-top-left-radius: 3px; */
    /* border-top-right-radius: 3px; */
}

/*#navMainMenu .navbar-collapse {
    padding: 0;
    margin-bottom: 0;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav {
    background-color: #ffffff;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li {
    padding: 0 18px 0 18px;
    margin-right: 2px;
    background-color: #0059A9;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li.dropdown.yamm-fw.open {
    background-color: #033B6E;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li.active {
    background-color: #033B6E;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    border: 1px solid #d2d2d2;
    border-top: 2px solid #ffffff;
    font-size: 16px;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li:hover,
#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li:focus {
    background-color: #033B6E;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li:first-child {
    padding-left: 20px;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li:last-child {
    padding-right: 13px;
    margin-right: 0;
    padding-left: 13px;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li > a {
    border-bottom: none;
    background: none;
    font-size: 16px;
    padding-right:0px;
    padding-left:0px;
    color: #ffffff;
}

#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li > a:hover,
#navMainMenu .navbar-collapse > ul.nav.navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ffffff;
}

ul .li-padding-top-5 li a {
    padding-top: 5px !important;
}

ul .li-padding-top-bottom-5 li a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    vertical-align: middle !important;
}

ul .li-padding-top-10 li a:hover {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    vertical-align: middle !important;
}*/
/*SITE TOP NAVIGATION (END)*/

/*YAMM BOOTSTRAP MENU (START)*/
.yamm .yamm-content {
    padding: 20px 30px;
    background-color: #0059A9;
}

    .yamm .yamm-content .row {
        overflow: hidden;
        margin-bottom: 5px;
    }

    .yamm .yamm-content [class*=' col-'] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

    .yamm .yamm-content > .row > div {
        margin-top: 10px;
    }

        .yamm .yamm-content > .row > div p {
            font-size: 12px;
            color: #ffffff;
            line-height: 1.6em;
        }

        .yamm .yamm-content > .row > div.border-right {
            border-right: 1px dashed #d2d2d2;
        }

    .yamm .yamm-content .yamm-sub-heading {
        color: #ffffff;
        margin-top: 0px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #d2d2d2;
        font-size: 14px;
    }

    .yamm .yamm-content .yamm-link-list {
        padding-left: 0;
        list-style: none;
    }

    .yamm .yamm-content .yamm-link-sub-list {
        padding-left: 0;
        list-style-type: none;
        padding-left: 15px;
        /*padding-top: 8px;*/
    }

    .yamm .yamm-content .yamm-link-list .yamm-link-sub-list {
        padding-left: 0;
        list-style-type: none;
        padding-left: 15px;
        /*padding-top: 8px;*/
    }

        .yamm .yamm-content .yamm-link-list .yamm-link-sub-list > li {
            padding: 2px 0;
        }

            .yamm .yamm-content .yamm-link-list .yamm-link-sub-list > li > i {
                font-size: 10px;
                padding: 0 0 2px;
                color: #666666;
            }

    .yamm .yamm-content .yamm-link-list > li {
        display: block;
        padding: 2px 0;
        font-size: 12px;
        /*border-bottom: 1px solid #d2d2d2;*/
    }

        .yamm .yamm-content .yamm-link-list > li:hover {
            background-color: #033B6E;
            padding-left: 5px;
        }

        .yamm .yamm-content .yamm-link-list > li a {
            color: #ffffff;
            padding: 0 4px 0 0px;
            display: inline-block;
            width: 100%;
        }

            .yamm .yamm-content .yamm-link-list > li a:hover,
            .yamm .yamm-content .yamm-link-list > li a:focus {
                color: #ffffff;
                /*font-weight:bold;*/
                text-decoration: none;
            }

    .yamm .yamm-content .yamm-main-heading {
        padding: 0px 4px 15px 0px;
        margin-top: 0;
        margin-bottom: 0;
        color: #ffffff;
        font-size: 17px;
    }
/*YAMM BOOTSTRAP MENU (END)*/

/*MARQUEE (START)*/
.marquee {
    margin-top: 15px;
    overflow: hidden;
}
/*MARQUEE (END)*

/*HOME BRAND CAROUSEL STYLES (START)*/
#brandCarousel .thumbnail {
    margin-bottom: 0;
    background-color: transparent;
}

#brandCarousel .carousel-control.left, .carousel-control.right {
    background-image: none !important;
}

#brandCarousel .carousel-control {
    color: #fff;
    top: 40%;
    color: #666666;
    bottom: auto;
    padding-top: 4px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 1;
}

    #brandCarousel .carousel-control:hover {
        color: #033B6E;
    }

    #brandCarousel .carousel-control.left, .carousel-control.right {
        background-image: none !important;
    }

    #brandCarousel .carousel-control.right {
        left: auto;
        right: 0px;
    }

    #brandCarousel .carousel-control.left {
        right: auto;
        left: 0px;
    }

#brandCarousel .carousel-indicators {
    bottom: -30px;
}

    #brandCarousel .carousel-indicators li {
        border-radius: 0;
        width: 10px;
        height: 10px;
        background: #ccc;
        border: 1px solid #ccc;
    }

    #brandCarousel .carousel-indicators .active {
        width: 12px;
        height: 12px;
        background: #3276b1;
        border-color: #3276b1;
    }

#brandCarousel .row > div:first-child {
    margin-left: 8.33333333%;
}
/*HOME BRAND CAROUSEL STYLES (END)*/


/*CAREERS STYLES (START)*/
.search {
    /*width: 300px;*/
    float: right;
    margin-top: -40px;
    padding-bottom: 10px;
}
/*CAREERS STYLES (END)*/

/*FOOTER STYLES (START)*/
#footer .list-unstyled {
}

.list-unstyled > li {
    padding-top: 2px;
    padding-bottom: 2px;
}

    .list-unstyled > li > div > i {
        color: #2da667;
        padding-left: 1px;
    }

    .list-unstyled > li.social {
        line-height: 25px;
        vertical-align: middle;
    }

.footer_background {
    background-color: #3E3E3E;
}

.container-fluid-footer {
    margin: 0 auto 0 auto;
    color: #ffffff;
}

    .container-fluid-footer a {
        color: #ffffff;
        word-wrap: break-word;
    }

        .container-fluid-footer a:hover,
        .container-fluid-footer a:active,
        .container-fluid-footer a:focus {
            color: #ffffff;
        }

    .container-fluid-footer .footer-bottom {
        color: #ffffff;
        font-size: 10px;
        padding: 15px 0;
    }

        .container-fluid-footer .footer-bottom a {
            font-size: 10px;
        }

    .container-fluid-footer .footer-dp-logo-section {
        text-align: right;
        padding: 15px;
    }

        .container-fluid-footer .footer-dp-logo-section > img {
            display: inline;
        }
/*FOOTER STYLES (END)*/

/*BODY RIGHT SECTION (START)*/
.master-body-right {
    border-left: 1px dashed #a3a5a8;
}

    /*.master-body-right .body-right {
    padding: 0px 20px 0px 0px;
}*/

    .master-body-right .hr-body-right-divider {
        margin: 25px 0;
    }

    .master-body-right .body-right .hr-body-right-divider {
        margin-bottom: 0;
    }
/*BODY RIGHT SECTION (END)*/


iframe body {
    margin: 0px;
}

small {
    font-size: 12px;
}

p.fr-tag a {
    color: #033B6E;
}

.green {
    color: #2da667;
}

.green-solid-border {
    border: 1px solid #2da667;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.calendar-frame-l {
    min-width: 68px;
}

.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 20px;
}

.thumbnail {
    position: absolute;
    width: 100%;
    height: 100%;
}

.dashed {
    border-top: 1px dashed #a3a5a8;
}

.field-validation-error {
    color: red;
}

.img {
    /*margin-right: -15px; // Remove right gap
    margin-left: -15px;  // Remove left gap*/
    /*padding-bottom: 62.5%; // ratio is 16:10*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}



.btn-default-gray {
    color: #ffffff;
    background-color: #666666;
    border-color: #666666;
}

    .btn-default-gray:hover,
    .btn-default-gray:focus,
    .btn-default-gray.focus,
    .btn-default-gray:active,
    .btn-default-gray.active,
    .open > .dropdown-toggle.btn-default-gray {
        color: #ffffff;
        background-color: #4d4d4d;
        border-color: #474747;
    }

    .btn-default-gray:active,
    .btn-default-gray.active,
    .open > .dropdown-toggle.btn-default-gray {
        background-image: none;
    }

    .btn-default-gray.disabled,
    .btn-default-gray[disabled],
    fieldset[disabled] .btn-default-gray,
    .btn-default-gray.disabled:hover,
    .btn-default-gray[disabled]:hover,
    fieldset[disabled] .btn-default-gray:hover,
    .btn-default-gray.disabled:focus,
    .btn-default-gray[disabled]:focus,
    fieldset[disabled] .btn-default-gray:focus,
    .btn-default-gray.disabled.focus,
    .btn-default-gray[disabled].focus,
    fieldset[disabled] .btn-default-gray.focus,
    .btn-default-gray.disabled:active,
    .btn-default-gray[disabled]:active,
    fieldset[disabled] .btn-default-gray:active,
    .btn-default-gray.disabled.active,
    .btn-default-gray[disabled].active,
    fieldset[disabled] .btn-default-gray.active {
        background-color: #666666;
        border-color: #666666;
    }

    .btn-default-gray .badge {
        color: #666666;
        background-color: #ffffff;
    }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        background: red;
        cursor: inherit;
        display: block;
    }

.breadcrumb-master {
    margin-top: -30px;
    margin-bottom: 10px;
    padding: 0px;
    background-color: transparent;
}

.modal-body {
    position: static;
}

.background_img_text {
    background-image: url(/images/background_text.jpg);
}

.background_business {
    background-image: url(/images/background_business.jpg);
}

.bottom-overlap {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px;
    margin-bottom: -10px;
    background-image: url(/images/divider_img.png);
}

.content_background {
    background-image: url(/images/Content_background.jpg);
}

.container-fluid-custom {
    padding: 0px;
}

.no-line-height {
    line-height: none;
}

.padding-right-50 > li {
    padding-right: 50px;
}

    .padding-right-50 > li > i {
        color: #2da667;
    }
    
.underline-thin-gray {
    border-bottom: 1px dashed #a3a5a8;
    margin-bottom: 13px;
    padding-bottom: 10px;
}

.border-none {
    border-style: none !important;
}

.container > .container-extra-gutter {
    padding: 0 15px;
}

    .container > .container-extra-gutter #pnlLoginRegister {
        margin-top: 42px;
    }

        .container > .container-extra-gutter #pnlLoginRegister .linkedin-header {
            padding: 0 5px 0 16px;
        }

        .container > .container-extra-gutter #pnlLoginRegister .facebook-header {
            padding: 0 5px 0 0;
        }

        .container > .container-extra-gutter #pnlLoginRegister .twitter-header {
            padding: 0 5px 0 0;
        }

#frmConnApplication #txtPostal {
    max-height: 183px;
    min-height: 183px;
    min-width: 100%;
    max-width: 100%;
}

.prettycheckbox label,
.prettyradio label {
    color: #666666;
}

.row.pretty-checkable-row.has-error label {
    color: #cc2320;
}

.vacancy-heading {
    border-bottom: 1px solid #d2d2d2;
    color: #555658;
    margin: 0 0 20px;
    padding: 12px 0;
    font-size: 16px;
}

#txtMessage {
    max-width: 100%;
    min-width: 100%;
    max-height: 281px;
    min-height: 281px;
}

.animated_hidden {
    visibility: hidden;
}

.help-block {
    font-size: 13px;
    font-weight: 200;
}

.alert {
    font-weight: normal;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #cc2320;
}

.has-error .form-control {
    border-color: #cc2320;
}

.padding-none {
    padding: 0 !important;
}

.justified-gallery div.spinner span {
    background-color: #033B6E;
    width: 10px;
    height: 10px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.6);
}

.btn-green.btn-md,
.btn-orange.btn-md {
    font-size: 14px;
    font-weight: 400;
    padding: 6px 15px;
}

.chosen-container-single.chosen-default {
    color: #e8e8e8 !important;
}

.main-ul.line-height-large ul {
    list-style: square;
}

.column-extra-gutter {
    margin-left: 15px;
    margin-right: 15px;
}






.load-shed-group-circle {
    background-color: #d2d2d2;
    border-radius: 37px;
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    margin-top: 0;
    padding: 10px 14px;
    width: auto;
}

#pnlLoadShedGroup {
    border-bottom: 1px solid #d2d2d2;
    margin-top: 10px;
    text-align: left;
}

#blueimp-gallery .indicator > li {
    border-radius: 0;
    height: 20px;
    width: 20px;
}

.jg-entry {
    border-radius: 0 !important;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
}

.map-processing-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

.col-extra-gutter {
    margin: 0 15px;
}

.footer-logo-section img {
    padding: 5px 0 0;
}

.footer-dp-logo-section img {
    padding-top: 9px;
}

.map-loader {
    background-color: rgba(255, 255, 255, 0.75);
    border: 1px solid #666666;
    color: #333333;
    font-size: 14px;
    margin-top: 8px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
}

.flcheckbox {
    margin-bottom: 0 !important;
}

    .flcheckbox .ckbBox {
        vertical-align: middle;
    }

    .flcheckbox .ckbText {
        margin-top: 0;
    }

a.col-banner {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    padding: 35px;
    display: block;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #ededed;
    border: 1px solid #c7c7c7;
    -moz-transition: background-color ease-in-out 0.2s;
    -o-transition: background-color ease-in-out 0.2s;
    -webkit-transition: background-color ease-in-out 0.2s;
    transition: background-color ease-in-out 0.2s;
}

.become-vendor-banner {
    border-left: none !important;
}

    .become-vendor-banner:hover,
    .become-vendor-banner:active,
    .become-vendor-banner:focus {
        background-color: #555658;
        text-decoration: none;
        color: #ffffff;
    }

        .become-vendor-banner:hover i,
        .become-vendor-banner:active i,
        .become-vendor-banner:focus i {
            color: #ffffff;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
        }

    .become-vendor-banner i {
        color: #555658;
        text-shadow: none;
    }

.purchase-electricity-banner:hover,
.purchase-electricity-banner:active,
.purchase-electricity-banner:focus {
    background-color: #033B6E;
    text-decoration: none;
    color: #ffffff;
}

    .purchase-electricity-banner:hover i,
    .purchase-electricity-banner:active i,
    .purchase-electricity-banner:focus i {
        color: #ffffff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    }

.purchase-electricity-banner i {
    color: #033B6E;
    text-shadow: none;
}




.dynatable .btn {
    font-weight: normal;
}


.chosen-container {
    font-size: 14px;
}

    .chosen-container .chosen-results li.highlighted {
        background-color: #033B6E;
        background-image: none;
        color: #ffffff;
    }

.chosen-container-single .chosen-single {
    border: 1px solid #d2d2d2;
    background: none;
    border-radius: 0;
    box-shadow: none;
    color: #666666;
    height: 32px;
    padding: 3px 0 3px 8px;
}

    .chosen-container-single .chosen-single div {
        padding: 4px 0;
    }

.well {
    border-radius: 0;
}

.link-large-orange {
    font-size: 22px;
    font-weight: 400;
}

.hr-black {
    border-color: #000000;
    border-width: 2px;
}

.link-meduim-dark {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
}

.font-medium {
    font-size: 11px;
}

.line-height-larger {
    line-height: 1.9;
}

.line-height-large {
    line-height: 2.1;
}

.img-sm-full {
    width: auto;
}

.master-partial-body-row {
    margin-top: 30px;
}

.master-full-body-row {
    margin-top: 20px;
}

.col-border-right {
    border-right: 1px solid #e8e8e8;
    padding-right: 14px;
}

ul.main-ul {
    list-style-image: url('/Images/unordered-list-marker.png');
    padding-left: 15px;
}

    ul.main-ul li a {
        color: #333333;
        line-height: 1.9;
    }

    ul.main-ul li ul {
        list-style-type: square;
    }

.col-space-top-lg {
    margin-top: 35px;
}

/*LAYOUT STYLES (END)*/
/*TABLE STYLES (START)*/
/*DYNATABLE STYLES (START)*/
.dynatable-per-page-label {
    margin-left: 10px;
}

.dynatable-processing {
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    z-index: 3;
}

    .dynatable-processing span {
        opacity: 0.8;
        background-color: #ffffff;
        border: solid 2px #555658;
        color: #333333;
        padding: 10px;
        font-size: 14px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr .table-bordered > thead > tr > td {
    border-bottom-width: 1px;
}

#tblPowerInterruptions thead tr th:first-child {
    min-width: 105px;
}

.dynatable-search {
    float: right;
    margin-bottom: 15px;
}

    .dynatable-search input {
        border: 1px solid #d2d2d2;
        border-radius: 0;
        padding: 5px;
    }

.dynatable-record-count {
    display: block;
    padding: 5px 0;
}

.dynatable-pagination-links {
    float: right;
}

    .dynatable-pagination-links span,
    .dynatable-pagination-links li {
        display: inline-block;
    }

.dynatable-page-link,
.dynatable-page-break {
    display: block;
    padding: 2px 7px;
}

.dynatable-page-link {
    cursor: pointer;
}

.dynatable-active-page {
    cursor: text;
    background: #033B6E;
    border-radius: 0;
    color: #ffffff;
}

    .dynatable-active-page:hover {
        text-decoration: none;
        color: #ffffff;
    }

.dynatable-disabled-page {
    cursor: not-allowed;
    background: none;
    color: #666666;
}

    .dynatable-disabled-page:hover {
        text-decoration: none;
        background: none;
        color: #666666;
    }

.dynatable thead tr {
    background: #f5f5f5;
}

    .dynatable thead tr a {
        color: #333333;
        font-weight: 400;
    }

    .dynatable thead tr th {
        border-color: #d2d2d2;
        font-weight: normal;
        vertical-align: middle;
    }

        .dynatable thead tr th [class*="icon-"]:first-child {
            margin-right: 2px;
        }

        .dynatable thead tr th:first-child {
            border-left-color: #DDD;
        }

        .dynatable thead tr th:left-child {
            border-right-color: #f1f1f1;
        }

.dynatable tbody tr td {
    vertical-align: middle;
}
/*DYNATABLE STYLES (END)*/
table.table-small {
    background-color: #f5f5f5;
    border: none;
    font-size: 13px;
    margin-bottom: 0;
}

    table.table-small thead tr th {
        border-bottom: medium none;
        font-weight: 600;
    }

        table.table-small thead tr th:last-child {
            border-right: none;
        }

        table.table-small thead tr th:first-child {
            border-left: none;
        }

    table.table-small tbody tr:last-child td {
        border-bottom: none;
    }

    table.table-small tbody tr:hover {
        background-color: #ededed;
    }

    table.table-small tbody tr td:last-child {
        border-right: none;
    }

    table.table-small tbody tr td:first-child {
        border-left: none;
    }
/*TABLE STYLES (END)*/
/*BODY LEFT SECTION (START)*/
/*BODY LEFT SECTION (END)*/

/*HOMEPAGE NEWS SECTION (START)*/
.home-news-section {
    background-color: #e9e9e9;
    padding: 10px;
}
/*HOMEPAGE NEWS SECTION (START)*/
/*HOMEPAGE SUPPORT BLOCK (START)*/
.support-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

    .support-list > li {
        padding: 10px 0;
        color: #666666;
        font-size: 18px;
        font-weight: normal;
    }

        .support-list > li a {
            color: #666666;
            font-size: 18px;
            font-weight: normal;
        }

            .support-list > li a:hover,
            .support-list > li a:active,
            .support-list > li a:focus {
                color: #666666;
            }

        .support-list > li .orange-icon-block {
            background-color: #555658;
            color: #ffffff;
            margin-right: 10px;
            padding: 0 0 2px;
        }

            .support-list > li .orange-icon-block.phone-icon-spacing i {
                padding: 0 4px 0 7px;
            }

            .support-list > li .orange-icon-block.file-icon-spacing i {
                padding: 0 2px 0 7px;
            }

            .support-list > li .orange-icon-block.bolt-icon-spacing i {
                padding: 0 5px 0 11px;
            }

            .support-list > li .orange-icon-block.exclamation-icon-spacing i {
                padding: 0 2px 0 5px;
            }

        .support-list > li .white-icon-block {
            background-color: #555658;
            color: #ffffff;
            margin-right: 10px;
            padding: 0 0 2px;
        }

            .support-list > li .white-icon-block.phone-icon-spacing i {
                padding: 0 4px 0 7px;
            }

            .support-list > li .white-icon-block.file-icon-spacing i {
                padding: 0 2px 0 7px;
            }

            .support-list > li .white-icon-block.bolt-icon-spacing i {
                padding: 0 5px 0 11px;
            }

            .support-list > li .white-icon-block.exclamation-icon-spacing i {
                padding: 0 2px 0 5px;
            }
/*HOMEPAGE SUPPORT BLOCK (START)*/
/*GENERAL STYLES (START)*/
.link-small-dark {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
}

.font-small {
    font-size: 10px;
}

.link-smaller-dark {
    color: #333333;
    font-size: 10px;
    font-weight: 600;
}

.background-soft-gray {
    background-color: #f5f5f5;
    padding: 12px 20px 15px;
}



.container > .container-extra-gutter #pnlLoginRegister a.header-login-links,
.container > .container-extra-gutter #pnlLoginRegister span {
    color: #666666;
    font-size: 12px;
    font-weight: 600;
    vertical-align: bottom;
}

    .container > .container-extra-gutter #pnlLoginRegister a.header-login-links:hover,
    .container > .container-extra-gutter #pnlLoginRegister a.header-login-links:active,
    .container > .container-extra-gutter #pnlLoginRegister a.header-login-links:focus {
        text-decoration: underline;
    }

.hr-green {
    border-color: #033B6E;
    border-width: 2px;
}

.hr-thin {
    border-width: 1px;
}

b,
strong {
    font-weight: 600;
}

.alerts-bar {
    background-color: #ededed;
    margin: 0 0 20px 0;
    max-height: 41px;
    overflow: hidden;
    padding: 7px;
}

.alerts-paragraph {
    font-size: 11px;
    margin: 0;
    padding: 6px 5px 5px;
    max-height: 22px;
    overflow: hidden;
}

.full-width {
    width: 100%;
}

.map-info-window {
    font-size: 14px;
}

    .map-info-window .info-window-heading {
        color: #555658;
        font-size: 18px;
        font-weight: 200;
        margin: 20px 0 10px 0;
    }
/*GENERAL STYLES (END)*/
/*BUTTONS (START)*/
.btn-green {
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    color: #ffffff;
    background-color: #033B6E;
    border-color: #033B6E;
}

    .btn-green:hover,
    .btn-green:focus,
    .btn-green.focus,
    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green {
        color: #ffffff;
        background-color: #809b27;
        border-color: #7a9325;
    }

    .btn-green:active,
    .btn-green.active,
    .open > .dropdown-toggle.btn-green {
        background-image: none;
    }

    .btn-green.disabled,
    .btn-green[disabled],
    fieldset[disabled] .btn-green,
    .btn-green.disabled:hover,
    .btn-green[disabled]:hover,
    fieldset[disabled] .btn-green:hover,
    .btn-green.disabled:focus,
    .btn-green[disabled]:focus,
    fieldset[disabled] .btn-green:focus,
    .btn-green.disabled.focus,
    .btn-green[disabled].focus,
    fieldset[disabled] .btn-green.focus,
    .btn-green.disabled:active,
    .btn-green[disabled]:active,
    fieldset[disabled] .btn-green:active,
    .btn-green.disabled.active,
    .btn-green[disabled].active,
    fieldset[disabled] .btn-green.active {
        background-color: #033B6E;
        border-color: #033B6E;
    }

    .btn-green .badge {
        color: #033B6E;
        background-color: #ffffff;
    }


.btn-orange {
    font-weight: 600;
    font-size: 14px;
    padding: 2px 15px;
    color: #ffffff;
    background-color: #555658;
    border-color: #555658;
}

    .btn-orange:hover,
    .btn-orange:focus,
    .btn-orange.focus,
    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        color: #ffffff;
        background-color: #d65312;
        border-color: #cc4f12;
    }

    .btn-orange:active,
    .btn-orange.active,
    .open > .dropdown-toggle.btn-orange {
        background-image: none;
    }

    .btn-orange.disabled,
    .btn-orange[disabled],
    fieldset[disabled] .btn-orange,
    .btn-orange.disabled:hover,
    .btn-orange[disabled]:hover,
    fieldset[disabled] .btn-orange:hover,
    .btn-orange.disabled:focus,
    .btn-orange[disabled]:focus,
    fieldset[disabled] .btn-orange:focus,
    .btn-orange.disabled.focus,
    .btn-orange[disabled].focus,
    fieldset[disabled] .btn-orange.focus,
    .btn-orange.disabled:active,
    .btn-orange[disabled]:active,
    fieldset[disabled] .btn-orange:active,
    .btn-orange.disabled.active,
    .btn-orange[disabled].active,
    fieldset[disabled] .btn-orange.active {
        background-color: #555658;
        border-color: #555658;
    }

    .btn-orange .badge {
        color: #555658;
        background-color: #ffffff;
    }

.btn-variant-sm {
    font-size: 14px;
    padding: 2px 15px;
}

.btn-variant-xs {
    font-size: 10px;
    padding: 2px 6px;
}

.btn-variant-responsive {
    font-size: 10px;
    padding: 2px 6px;
}

.form-control {
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: #666666;
    font-size: 14px;
    height: 34px;
    padding: 6px 12px;
}
    /*FORM CONTROLS (Start)*/
    .form-control::-moz-placeholder {
        color: #d2d2d2;
    }
/*FORM CONTROLS (END)*/
/*BUTTONS STYLES (END)*/
/*PADDING AND MARGIN (START)*/
.margin-top-131 {
    margin-top: 131px;
}

.margin-top-88 {
    margin-top: 88px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-59 {
    margin-top: 59px;
}

.margin-top-57 {
    margin-top: 57px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-13 {
    margin-top: 13px;
}

.margin-top-22 {
    margin-top: 22px;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-8 {
    margin-top: 8px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-25 {
    padding-top: 25px;
}

.margin-footer-hr {
    margin: 9px 0;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bot-5 {
    padding-bottom: 5px;
}

.padding-bot-15 {
    padding-bottom: 15px;
}
/*PADDING AND MARGIN (END)*/
/*MOBI MENU (START)*/
#navMobiMenu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999999;
}

    #navMobiMenu .multilevelpushmenu_wrapper .iconSpacing_ltr {
        padding: 0 5px 0 0;
    }

    #navMobiMenu .multilevelpushmenu_wrapper .levelHolderClass {
        background: #ebebeb;
        font-family: 'Open Sans', sans-serif, Arial, Helvetica;
        font-size: 12px;
    }

        #navMobiMenu .multilevelpushmenu_wrapper .levelHolderClass h2 {
            background-color: #033B6E;
            color: #ffffff;
            font-weight: 600;
            margin: 0;
            cursor: text;
            font-size: 20px;
            padding: 18px 13px;
        }

            #navMobiMenu .multilevelpushmenu_wrapper .levelHolderClass h2 span {
                cursor: pointer;
            }

                #navMobiMenu .multilevelpushmenu_wrapper .levelHolderClass h2 span i {
                    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
                }

            #navMobiMenu .multilevelpushmenu_wrapper .levelHolderClass h2 i {
                text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
            }

    #navMobiMenu .multilevelpushmenu_wrapper a {
        color: #666666;
        font-size: 15px;
    }

    #navMobiMenu .multilevelpushmenu_wrapper .ltr {
        box-shadow: none;
    }

    #navMobiMenu .multilevelpushmenu_wrapper .backItemClass {
        background: #a3a5a8;
        border-top: none;
        padding: 10px 8px;
        border-bottom: 1px solid #d2d2d2;
    }

        #navMobiMenu .multilevelpushmenu_wrapper .backItemClass a {
            color: #ffffff;
        }

    #navMobiMenu .multilevelpushmenu_wrapper li {
        border-top: 1px solid #d2d2d2;
        padding: 10px 8px;
    }

        #navMobiMenu .multilevelpushmenu_wrapper li.mobi-expandable-li:hover,
        #navMobiMenu .multilevelpushmenu_wrapper li.mobi-expandable-li:active,
        #navMobiMenu .multilevelpushmenu_wrapper li.mobi-expandable-li:focus {
            background-color: #ebebeb;
            border-left: 4px solid #033B6E;
            padding-left: 4px;
        }

        #navMobiMenu .multilevelpushmenu_wrapper li:first-child {
            border-top: none;
        }

        #navMobiMenu .multilevelpushmenu_wrapper li:last-child {
            border-bottom: 1px solid #d2d2d2;
        }

        #navMobiMenu .multilevelpushmenu_wrapper li:hover {
            background-color: #ebebeb;
            border-left: 4px solid #033B6E;
            padding-left: 4px;
        }

        #navMobiMenu .multilevelpushmenu_wrapper li a .iconSpacing_ltr {
            font-weight: normal;
            font-size: 12px;
            padding: 2px 4px 2px 0;
        }
/*MOBI MENU (END)*/
/*MOBI MENU TOGGLE BAR (START)*/
.container-fluid-mobi-bar {
    background-color: #a3a5a8;
    margin-left: auto;
    margin-right: auto;
    padding: 8px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

    .container-fluid-mobi-bar .mobi-menu-toggle {
        color: #ffffff;
        text-shadow: 0 1px #000000;
        cursor: pointer;
        font-size: 35px;
        -moz-transition: color ease-in-out 0.2s;
        -o-transition: color ease-in-out 0.2s;
        -webkit-transition: color ease-in-out 0.2s;
        transition: color ease-in-out 0.2s;
    }

        .container-fluid-mobi-bar .mobi-menu-toggle:hover,
        .container-fluid-mobi-bar .mobi-menu-toggle:active,
        .container-fluid-mobi-bar .mobi-menu-toggle:focus {
            color: #033B6E;
        }

    .container-fluid-mobi-bar .mobi-toggle-text {
        color: #ffffff;
        font-size: 17px;
        padding: 5px 0;
    }

    .container-fluid-mobi-bar .linkedin-icon-link,
    .container-fluid-mobi-bar .twitter-icon-link,
    .container-fluid-mobi-bar .facebook-icon-link,
    .container-fluid-mobi-bar .search-icon-link {
        color: #ffffff;
        font-size: 24px;
        padding: 0 0 0 3px;
    }

    .container-fluid-mobi-bar .search-icon-link {
        -moz-transition: color ease-in-out 0.2s;
        -o-transition: color ease-in-out 0.2s;
        -webkit-transition: color ease-in-out 0.2s;
        transition: color ease-in-out 0.2s;
    }

        .container-fluid-mobi-bar .search-icon-link:hover,
        .container-fluid-mobi-bar .search-icon-link:active,
        .container-fluid-mobi-bar .search-icon-link:focus {
            color: #333333;
        }
/*MOBI MENU TOGGLE BAR(END)*/


/*MEDIA QUERIES (START)*/
/*320px for smaller devices (Iphone)*/
@media (max-width: 359px) {
    .no-padding-left {
        padding-left: 15px;
    }

    #gCaptcha iframe:first-child {
        transform: scale(0.90);
        transform-origin: left top;
    }

    .calendar-frame-xxs {
        height: 80px;
        margin: 0px auto;
        min-width: 60px;
        font-size: 10px;
    }

    .calendar-month-xxs {
        padding-bottom: 4px;
        padding-top: 3px;
    }

    .padding-xxs {
        padding: 0px 15px;
    }

    .height-xxs-50 {
        height:185px;
    }

    .auction-frame-xxs {
        height: 80px;
        margin: 0px auto;
        width: 60px;
        font-size: 10px;
    }

    .auction-month-xxs {
        padding-bottom: 4px;
        padding-top: 3px;
    }

    .divider-30 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .divider-50 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .divider-20-xs-sm {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .divider-5-xs-sm {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .divider-5 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .divider-20-xs-sm-bottom {
        margin-bottom: 20px;
    }

    .divider-line-right {
        border-width: 0px;
    }

    .master-body-right .body-right {
        padding: 0px;
    }
}
/*@media (min-width: 360px) and (max-width: 767px) {
    .no-margin-xs {
        margin-top:15px;
    }
}*/
@media (max-width: 780px) { /*767px*/
    .no-padding-left {
        padding-left: 15px;
    }

    #navMainMenu {
        height: 0px;
        border-top: 0px solid #033B6E;
        border-bottom: 0px solid #ffffff;
        /*background-color:white;*/
    }

        #navMainMenu.stickyMenu {
            height: 0px;
            border-top: 0px solid #033B6E;
            border-bottom: 0px solid #ffffff;
            /*background-color:white;*/
        }

    #mobileMenu.stickyMenu {
        position: fixed;
        top: 0;
        z-index: 4;
        width: 100%;
        /*background-color: #0059A9;
        border: medium none;
        margin-top: 0;
        border-top: 3px solid #033B6E;
        border-bottom: 2px solid #ffffff;
        border-radius: 0;
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.75);*/
    }

    .padding-xxs {
        padding: 0px 15px;
    }

    .divider-30 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .divider-50 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .divider-20-xs-sm {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .divider-10-sm-m {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .divider-20-xs-sm-bottom {
        margin-bottom: 20px;
    }

    .divider-line-right {
        border-width: 0px;
    }

    .master-body-right .body-right {
        padding: 0px;
    }

    #products-map-canvas .product-types-section .product-types .product-type {
        background-color: rgba(255, 255, 255, 0.75);
        border-bottom: 1px solid #d2d2d2;
        color: #333333;
        padding: 1px;
        font-size: 16px;
    }
}
/*@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}*/
@media (max-width: 991px) {
    .no-padding-left {
        padding-left: 15px;
    }
}

@media (max-width: 1999px) {
}

@media (max-width: 1199px) {


    #navMainMenu .navbar-collapse > ul.nav.navbar-nav > li {
        padding: 0 15px 0 16px;
    }

        #navMainMenu .navbar-collapse > ul.nav.navbar-nav > li > a {
            font-size: 14px;
        }

        #navMainMenu .navbar-collapse > ul.nav.navbar-nav > li:first-child {
            padding-left: 10px;
        }

    .support-list > li {
        font-size: 15px;
    }

        .support-list > li a {
            font-size: 15px;
        }

    .background-soft-gray {
        padding: 12px 20px 63px;
    }

        .background-soft-gray .support-list {
            margin-top: 20px;
        }

    #products-map-canvas .product-types-section {
        width: 25%;
    }
}

@media (max-width: 991px) {
    #navMainMenu .navbar-collapse > ul.nav.navbar-nav > li {
        padding: 0 7px 0 7px;
    }

        #navMainMenu .navbar-collapse > ul.nav.navbar-nav > li > a {
            font-size: 12px;
        }

    .mobile-col-padding-md {
        margin-top: 30px;
    }

    .mobile-sub-col-padding-xs {
        margin-top: 10px;
    }

    .container-fluid-footer .footer-bottom {
        padding: 15px 0;
    }

    .container-fluid-footer .footer-dp-logo-section {
        text-align: center;
    }

        .container-fluid-footer .footer-dp-logo-section > img {
            display: inline;
        }

    .support-list > li {
        font-size: 18px;
    }

        .support-list > li a {
            font-size: 18px;
        }

    .background-soft-gray {
        padding: 12px 20px 15px;
    }

        .background-soft-gray .support-list {
            margin-top: 0;
        }

    .home-news-section {
        padding: 20px;
    }

        .home-news-section img {
            width: 100%;
        }

    .master-body-right {
        border-left: none;
        padding-left: 15px;
    }

    .col-border-right {
        border-right: none;
        padding-right: 15px;
    }

    .body-right-support {
        margin-top: 30px;
    }

    #products-map-canvas .product-types-section {
        margin: 5px;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: 3;
        top: 0;
    }

    a.col-banner {
        font-size: 20px;
        padding: 30px;
    }

    .footer-logo-section img {
        padding: 5px 0;
    }

    .footer-dp-logo-section img {
        padding-top: 3px;
    }

    #ddlAlbums_chosen {
        width: 100% !important;
        display: block;
    }
}

@media (max-width: 767px) {
    #ddlAlbums_chosen {
        width: 100% !important;
        display: block;
    }

    .font-small {
        font-size: 12px;
    }

    .link-small-dark {
        font-size: 16px;
    }

    .mobile-col-padding-xs {
        margin-top: 20px;
    }

    .header-logo-section {
        text-align: center;
    }

        .header-logo-section > a > img {
            display: inline;
        }

    .footer-logo-section {
        text-align: center;
    }

        .footer-logo-section > a > img {
            display: inline;
        }

    .footer-links-section {
        text-align: center;
    }

        .footer-links-section .footer-bottom {
            padding: 5px 0;
        }

    .img-sm-full {
        width: 100%;
    }

    .home-news-section {
        background-color: transparent;
        padding: 0;
    }

    .container-fluid-mobi-bar .mobi-menu-toggle {
        font-size: 39px;
    }

    .container-fluid-mobi-bar .mobi-toggle-text {
        font-size: 21px;
    }

    .container-fluid-mobi-bar {
        padding: 8px 0;
    }

        .container-fluid-mobi-bar .linkedin-icon-link,
        .container-fluid-mobi-bar .twitter-icon-link,
        .container-fluid-mobi-bar .facebook-icon-link,
        .container-fluid-mobi-bar .search-icon-link {
            font-size: 28px;
            padding: 0 0 0 8px;
        }

    btn-variant-responsive {
        font-size: 14px;
        padding: 2px 15px;
    }

    .become-vendor-banner {
        border-left: 1px solid #ededed;
        margin-top: 15px;
    }
}
/*# sourceMappingURL=master.css.map */

.greenMainHeading {
    background-color: #0059A9;
    color: white;
    font-size: 1.3em;
    font-weight: 900;
    padding: 10px;
}

.greenSubHeading {
    color: #0059A9;
    font-size: 1.4em;
    font-weight: 900;
}

.greenButton {
    background-color: #0059A9;
    color: white;
    font-size: 1em;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -33px;
    left: 27%;
    cursor: pointer;
}

    .greenButton:hover {
        text-decoration: none;
        color: white;
    }

    .greenButton:active {
        text-decoration: none;
        color: white;
    }

    .greenButton:focus {
        text-decoration: none;
        color: white;
    }

.textHeading {
    font-size: 1.3em;
}

.textDescription {
    font-size: 1em;
    text-align: justify;
    margin-bottom: 30px;
}

.textDesc {
    font-size: 1em;
    text-align: justify;
}

.minus-devider-top-15 {
    margin-top: -15px;
}

.greenDate {
    font-style: italic;
    font-size: 1em;
    color: #0059A9;
}

.pagination > li > a, .pagination > li > span {
    color: #0059A9 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #ffffff !important;
    background-color: #0059A9 !important;
    border-color: #0059A9 !important;
}


.boldText {
    font-weight: bold !important;
}

.menuText {
    color: #007ded;
}

    .menuText:hover {
        color: white;
    }

.accountType {
    font-style: italic;
    color: lightgray;
}


.Loader {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('../Images/Load.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('../Images/Load.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
        the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
        modal element will be visible */
    body.loading .Loader {
        display: block;
    
        }

    /*logiiiiiin*/
    #btnLogin {

    width:50%;
    float:right;
    font-size:14px;
    clear:both;
    margin-top:15px;
    text-transform:uppercase ;

}

    #btnRegister {
        font-size:14px;
        text-transform:uppercase ;
        
    }
    #login-left-col {     
        position:relative;
               padding-right:30px;
    }
    #login-right-col {
        padding-top:60px;
        position:relative;
        text-align:center;
         padding-left:30px;
    }
    #login-splitter {
        position:absolute;
        right:0;
        top:0;
        height:100%;
        width:1px;
        background-color:#ADADAD;
    }
    #login-splitter-circ {
        position:absolute;
        right:-12px;
        top:65px;
        height:25px;
        width:25px;
        z-index:3;
        border-radius:15px;
        border:1px solid #ADADAD;
        background-color:#fff;
        color:#ADADAD;
        text-align:center;
        padding-top:3px;
    }
    #login-forgot-pwd-link {
        color:#0259AB;
        float:right;
        display:block;
        clear:both;
        font-style:italic;
    }
    #login-report-link {
         color:#0259AB;
         font-style:italic;
    }
    .login-wrap label {
        
        font-size:12px;
        color:#777;

    }
    @media screen and (max-width:767px) {

        #btnLogin {
            width:100%;
        }
        #login-right-col {
            padding-left:15px;
            padding-top:15px;
            text-align:center;
        }
        #login-left-col {
            padding-right:15px;
        }
    }