﻿@font-face {
    font-family: 'Gotham_Book';
    src: url('/fonts/GothamBook.eot'); /* IE9 Compat Modes */
    src: url('/fonts/GothamBook.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/GothamBook.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/GothamBook.ttf') format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
}

@font-face {
    font-family: 'Gotham_Bold';
    src: url('/fonts/GothamBold.eot'); /* IE9 Compat Modes */
    src: url('/fonts/GothamBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Gotham-Bold.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Gotham-Bold.ttf') format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Gotham_Medium';
    src: url('/fonts/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('/fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/Gotham-Medium.ttf') format('truetype'),; /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Gotham_Light';
    src: url('/fonts/GothamLight.eot'); /* IE9 Compat Modes */
    src: url('/fonts/GothamLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/fonts/GothamLight.woff') format('woff'), /* Pretty Modern Browsers */
    url('/fonts/GothamLight.ttf') format('truetype'); /* Safari, Android, iOS */
}

body {
}

.HomePageProfileImage {
    height: 374px !important;
    width: 374px !important;
}

.ValidationError {
    color: red;
    font-weight: bold;
    padding-left: 50px;
    padding-right: 50px;
}

.RequiredStar {
    padding-left: 5px;
    padding-right: 5px;
    font-weight: bold;
    color: black;
}

    .RequiredStar:before {
        content: '*';
    }


.HyperLink, HyperLink a {
    font-weight: bold;
    color: white !important;
    cursor: pointer;
}

.MasterPageTopLinks {
    padding-left: 20px;
    padding-right: 20px;
}

textarea {
    resize: none;
}

.MyFrame {
    border: none;
    height: 26px;
    width: 400px;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

.Category_Manage_CBL tr, .Category_Manage_CBL td {
    text-align: left !important;
    border-top: none !important;
    padding: 0px 8px !important;
}

.ActiveCheckBox {
}

.PageNavigation {
    width: 100% !important;
    text-align: center !important;
    color: #404040;
    /*858585*/
}

    .PageNavigation div {
        display: inline-block;
        text-align: center;
        vertical-align: middle;
    }

.PageNavigation_ShowingPage {
    font-weight: bold;
    width: 248px;
}

    .PageNavigation_ShowingPage select {
        display: inline;
        -webkit-appearance: menulist;
    }


.PageNavigation input {
    border: none !important;
    width: 50px !important;
}

.NoData {
    text-align: center;
    font-weight: bold;
    color: #449cd4 !important;
}

.MyAccountFrame {
    border: none;
    height: 500px;
    width: 500px;
}

.popup_AccountDiv {
    position: fixed;
    left: 50%;
    Margin-left: -250px;
    top: 20px;
    z-index: 2000;
    width: 500px;
    max-width: 500px;
    font-family: Calibri,Verdana, Geneva;
    font-size: 14px;
    border: 10px solid #FFFFFF;
    border-radius: 9px;
    box-shadow: 3px 3px 5px #000000;
    background-color: #FFFFFF;
}


@media (max-width: 480px) {
    .MyAccountFrame {
        border: none;
        height: 500px;
        width: 220px;
    }

    .popup_AccountDiv {
        position: fixed;
        left: 50%;
        Margin-left: -110px;
        top: 20px;
        z-index: 2000;
        width: 220px;
        max-width: 350px;
        font-family: Calibri,Verdana, Geneva;
        font-size: 14px;
        border: 10px solid #FFFFFF;
        border-radius: 9px;
        box-shadow: 3px 3px 5px #000000;
        background-color: #FFFFFF;
    }
}

#overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70); /* For IE8 and earlier */
    z-index: 1500;
}

.close_popup {
    DISPLAY: block;
    BACKGROUND: url(/Images/Common/Close.png) no-repeat 0px 0px;
    right: -23px;
    top: -23px;
    WIDTH: 26px;
    height: 26px;
    TEXT-INDENT: -1000em;
    POSITION: absolute;
    cursor: pointer;
    border: 0 !important;
}

.close {
    DISPLAY: block;
    BACKGROUND: url(/Images/Common/Close.png) no-repeat 0px 0px;
    right: -12px;
    WIDTH: 26px;
    TEXT-INDENT: -1000em;
    POSITION: absolute;
    TOP: -12px;
    HEIGHT: 26px;
    z-index: 99999999;
}

.AddAccountLink {
    font-weight: bold;
    padding-left: 40px;
    cursor: pointer;
}


.GridViewAlternativeRow {
    background-color: #E0E0E0;
}

.GridView {
    border-spacing: 0;
    margin: 0px;
    padding: 0px;
    width: 100%;
    border: none !important;
}

    .GridView th:first-child {
        border-radius: 10px 0 0 0;
    }

    .GridView th:last-child {
        border-radius: 0 10px 0 0;
    }

    .GridView tbody {
        border: 0px !important;
        border: none !important;
    }

    .GridView th {
        text-align: initial !important;
    }

.GridView_OneColumn th {
    border-radius: 10px 10px 0 0 !important;
}

.GridViewCorners {
    border: 1px solid #a8a7ac;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.GridViewCommonRow {
    Color: #676767;
    height: 45px !important;
}

    .GridViewCommonRow td {
        border-top: 1px solid white;
        border-right: 1px solid white;
        border-left: 1px solid white;
        border-bottom: 1px solid white;
    }

.GridViewHeader {
    background-color: #5e87b0;
    font-weight: bold;
    height: 45px;
    color: #FFFFFF;
    border-color: transparent;
}

    .GridViewHeader th {
        border: none;
    }

.GridViewFooter {
    font-weight: bold;
    height: 30px;
    color: #676767;
    text-align: center;
    vertical-align: top;
    height: 70px;
    min-height: 70px;
    line-height: 30px;
    border-top: 2px solid #8d8d8d;
}

    .GridViewFooter td {
        border: none;
    }

    .GridViewFooter th {
        border: none;
    }

.GridViewRow {
    background-color: #EFEFEF;
}

.AccountName {
    color: black;
    font-weight: bold;
}

    .AccountName a {
        color: black;
        display: inline-block;
    }

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #6eaad2;
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.ui-tabs {
    border: 1px solid #a8a7ac !important;
    border-radius: 10px !important;
    font-family: Arial !important;
}

.ui-widget, .ui-widget-content, .ui-corner-all, .ui-tabs-panel {
    background-color: white !important;
    font-family: Arial !important;
    font-size: 16px !important;
}

.ui-tabs .ui-tabs-nav li {
    float: right !important;
}

.ui-widget-header {
    background-color: #5e87b0 !important;
    background: #5e87b0 !important;
}


.ArticleIcons label {
    float: left;
    padding-right: 50px;
}

.ArticleIconsText, .ArticleIconsText a {
    font-weight: bold;
    color: #6eaad2;
}

.ArticleImage {
    max-width: 200px;
    max-height: 200px;
}

.ArticleImageDiv {
    max-width: 200px;
}

.ArticleSummaryDiv {
    padding-left: 20px;
}

.ArticleHeader div {
    float: left;
}

.ArticleDetails {
    padding-top: 30px;
}

.CompareBreadcrumBar {
    font-family: Gotham_Medium !important;
    font-size: 14px;
}

.CompareBody {
    background-color: white;
    padding: 20px 10px;
}

.CompareDescription {
    /*font-family: Gotham_Book !important;*/
    font-size: 24px;
    padding: 0 5px;
}

    .CompareDescription .Paragraph {
        font-size: 14px;
        padding: 10px 0;
        color: rgb(184, 184, 184);
    }

.ThumbnailBox {
    padding-bottom: 20px;
}

.ComparisonTable {
    /*font-family: Gotham_Book !important;*/
    color: #555555 !important;
}

    .ComparisonTable .AlternativeRecord {
        background-color: #f2f2f2;
    }

    .ComparisonTable .ComparisonTitle {
        font-size: 26px;
        padding: 15px 10px;
    }

    .ComparisonTable .ColumnHeaderDescription {
        /*font-family: Gotham_Medium !important;*/
        padding: 10px 10px;
        font-weight: bold;
    }

    .ComparisonTable .ColumnHeaderProduct {
        font-size: 14px !important;
        padding: 10px 10px;
        font-weight: bold;
    }

    .ComparisonTable .SectionHeader {
        /*font-family: Gotham_Medium !important;*/
        font-size: 14px !important;
        background-color: #d9d9d9;
        padding: 10px 10px;
        font-weight: bold;
    }

    .ComparisonTable .BodyDetails {
        font-size: 14px !important;
        padding: 2px 10px;
        height: 36px !important;
        vertical-align: middle !important;
        border-left: 1px solid #d3d2d2;
        border-right: 1px solid #d3d2d2;
    }

.PagePunchLine {
    font-family: Gotham_Light !important;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

.homeproduct p {
    font-weight: normal !important;
}

.btn-primary {
    background-color: #99cd51 !important;
    border-color: #99cd51 !important;
}

.btn-red {
    background-color: red !important;
    border-color: red !important;
}

.CustomerList {
    font-size: 12px !important;
}

.ForgetPasswordTitle {
    color: rgb(0,113,188);
    font-weight: bold;
    font-size: 18px;
}

.ForgetPasswordSubTitle {
    color: rgb(0,113,188);
    font-weight: bold;
    font-size: 14px;
}
