﻿@font-face {
    font-family: Et cetera;
    src: url('/Content/Typekit/Helvetica.eot');
    src: url('/Content/Typekit/Helvetica.eot') format('embedded-opentype'),url('/Content/Typekit/Helvetica.svg#Helvetica') format('svg'),url('/Content/Typekit/Helvetica.woff') format('woff'),url('/Content/Typekit/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Et cetera;
    src: url('/Content/Typekit/Helvetica-Bold.eot');
    src: url('/Content/Typekit/Helvetica-Bold.eot') format('embedded-opentype'),url('/Content/Typekit/Helvetica-Bold.svg#Helvetica-Bold') format('svg'),url('/Content/Typekit/Helvetica-Bold.woff') format('woff'),url('/Content/Typekit/Helvetica-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Et cetera;
    src: url('/Content/Typekit/MyriadPro-Regular.eot');
    src: url('/Content/Typekit/MyriadPro-Regular.eot') format('embedded-opentype'),url('/Content/Typekit/MyriadPro-Regular.svg#MyriadPro-reg') format('svg'),url('/Content/Typekit/MyriadPro-Regular.woff') format('woff'),url('/Content/Typekit/MyriadPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Et cetera;
    src: url('/Content/Typekit/MyriadPro-Bold.eot');
    src: url('/Content/Typekit/MyriadPro-Bold.eot') format('embedded-opentype'),url('/Content/Typekit/MyriadPro-Bold.svg#MyriadPro-Bold') format('svg'),url('/Content/Typekit/MyriadPro-Bold.woff') format('woff'),url('/Content/Typekit/MyriadPro-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Roboto bold;
    font-style: normal;
    src: url(/Content/fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto light;
    font-style: normal;
    src: url(/Content/fonts/Roboto-Light.ttf);
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    color: #666666;
}

h2, .bold {
    font-family: Helvetica;
    font-weight: bold;
}

h3, h4, h5, p, .normal-font {
    font-family: Helvetica;
}

h2 {
    font-size: 50px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

p {
    font-size: 1em;
    color: #666666;
    padding: 0;
    margin: 0;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    height: 100%;
}

body {
    overflow-x: hidden;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Helvetica;
    font-size: 12px;
    color: #999999;
    background: #e6e6e6;
    /*background: -moz-linear-gradient(top,#fff 0%,#fcfcfc 50%,#cecece 100%);
    background: -webkit-linear-gradient(top,#fff 0%,#fcfcfc 50%,#cecece 100%);
    background: linear-gradient(to bottom,#fff 0%,#fcfcfc 50%,#cecece 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cecece',GradientType=0);
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

/* Adding custom checkbox in registration page for accept the terms and conditions*/
.container {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.chkboxcontainer input {
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 29px;
    margin-top: -1px;
    height: 20px;
    width: 21px;
}

.chkboxcontainer input ~ .checkmark {
    background-color: #ccc;
    background-color: #fff;
    border-radius: -6px;
    border: 1px solid #c1c1c1;
}


.chkboxcontainer input:checked ~ .checkmark {
    background-color: deepskyblue;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.chkboxcontainer input:checked ~ .checkmark:after {
    display: block;
}

.chkboxcontainer .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*End here */

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.clearfix {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.GlobalBtn {
    height: 75px;
    display: block;
    font-family: Helvetica;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2em;
    text-align: center;
    text-shadow: .707px .707px 1px rgba(0,0,0,.33);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

#paymentinfo {
    padding: 0 15px;
}

#paymentdetail {
    /*background-color: #959595;
    width: 513px;
    border-radius: 11px;
    margin-left: 30px;
    margin-top: -42px;
    color: #ffffff;
    font-family: helvetica;
    padding-left: 17px;
    padding-right: 18px;
    padding-top: 7px;
    text-align: left;
    float: left;
    margin-bottom: 29px;
    height: 83px;
    font-size: 12px;
    font-weight: normal;*/
    background-color: #959595;
    border-radius: 11px;
    width: 100%;
    padding: 10px;
    color: #ffffff;
    font-family: helvetica;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}


.GlobalBtn:focus {
    outline: none;
    border: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.no-shadow {
    text-shadow: none !important;
}

.hidden {
    display: none;
}

.hideCarousel {
    visibility: hidden;
}

.btn-primary:hover {
    /*background-image: none !important;*/
    /*background:#477407 !important;*/
    /*background: linear-gradient(to bottom,#6DB30a 0%,#477407 110%) !important;*/
}

.btn-primary:focus, .btn-primary:active {
    /*background-image: none !important;
    background: #477407 !important;*/
}

.btn-primary:disabled {
    background: #d0d0d0 !important;
    color: #e1e1e1 !important;
    pointer-events: none;
}

.button_Home:hover {
    /*background-image: none !important;*/
    /*background:#477407 !important;*/
    /*background: linear-gradient(to bottom,#6DB30a 0%,#477407 110%) !important;*/
}

.AddToCartBtn:hover {
    background-image: none !important;
    /*background:#477407 !important;*/
    background: linear-gradient(to bottom,#6DB30a 0%,#477407 110%) !important;
}

.button_Home:focus, .button_Home:active {
    /*background-image: none !important;
    background: #477407 !important;*/
}


.AddToCartBtn:focus, .AddToCartBtn:active {
    background-image: none !important;
    background: #477407 !important;
}

.button_Home:disabled {
    background: #d0d0d0 !important;
    color: #e1e1e1;
    pointer-events: none;
}

.AddToCartBtn:disabled {
    background: #d0d0d0 !important;
    color: #e1e1e1;
    pointer-events: none;
}

#btnSave:hover, #btnPreview:hover, #btnCancel:hover, #btnPublish:hover, #btnSave:focus, #btnPreview:focus, #btnCancel:focus, #btnPublish:focus, #btnSaverReturn:hover, #btnSaverReturn:focus {
    background-image: none !important;
    /*background:#477407 !important;*/
    background: linear-gradient(to bottom,#6DB30a 0%,#477407 110%) !important;
}

#btnSave:focus, #btnPreview:focus, #btnCancel:focus, #btnPublish:focus, #btnSaverReturn:focus {
    background-image: none !important;
    background: #477407 !important;
}

#btnSave:disabled, #btnPreview:disabled, #btnCancel:disabled, #btnPublish:disabled, #btnSaverReturn:disabled {
    background: #d0d0d0 !important;
    color: #e1e1e1;
    pointer-events: none;
}


.btn-primary {
    /*background: #a4cc4d;
	background: -moz-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#6d921c 89%);
	background: -webkit-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#6d921c 89%);
	background: linear-gradient(to bottom,#a4cc4d 0%,#82a82f 50%,#6d921c 89%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
	-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 0 2px 1px 0 #bdbdbd;
    border: none;
    outline: none;*/
    /*this code as per new mockup*/
    /*background: #6DB30a;
    background: -moz-linear-gradient(top,#6DB30a 0%,#82a82f 50%,#6d921c 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    box-shadow: 1px 1px 1px #000000;
    border: none;
    outline: none;
    /*Previous code*/
    /*background: #6DB30a;
	background: -moz-linear-gradient(top,#6DB306 0%,#82a82f 50%,#6d921c 89%);
	background: linear-gradient(to bottom,#6DB306 0%,#6dad10 50%,#70b707 89%);
	background: linear-gradient(to bottom,#6DB306 0%,#6dad10 50%,#70b707 89%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
	-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 1px 2px 1px 0 #000000;
    border: none;
    outline: none;*/
}

.btn-info {
    background: #4aa2cd;
    background: -moz-linear-gradient(top,#4aa2cd 0%,#4097c3 50%,#3288b7 89%);
    background: -webkit-linear-gradient(top,#4aa2cd 0%,#4097c3 50%,#3288b7 89%);
    background: linear-gradient(to bottom,#4aa2cd 0%,#4097c3 50%,#3288b7 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4aa2cd',endColorstr='#3288b7',GradientType=0);
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    box-shadow: 0 2px 1px 0 #bdbdbd;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background: #4aa2cd;
        background: -moz-linear-gradient(top,#4aa2cd 0%,#4097c3 50%,#3288b7 89%);
        background: -webkit-linear-gradient(top,#4aa2cd 0%,#4097c3 50%,#3288b7 89%);
        background: linear-gradient(to bottom,#4aa2cd 0%,#4097c3 50%,#3288b7 89%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4aa2cd',endColorstr='#3288b7',GradientType=0);
        outline: none;
        /*-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 0 2px 1px 0 #bdbdbd;*/
    }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    /*background: #a4cc4d;
    background: -moz-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
    background: -webkit-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
    background: linear-gradient(to bottom,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#4f6b11',GradientType=0);
    text-decoration: none;
    outline: none;*/
}

.btn-secondary {
    background: #f56767;
    background: -moz-linear-gradient(top,#f56767 0%,#eb4646 50%,#e32727 100%);
    background: -webkit-linear-gradient(top,#f56767 0%,#eb4646 50%,#e32727 100%);
    background: linear-gradient(to bottom,#f56767 0%,#eb4646 50%,#e32727 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56767',endColorstr='#e32727',GradientType=0);
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    box-shadow: 0 2px 1px 0 #bdbdbd;
}

    .btn-secondary:hover, .btn-secondary:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        background: #f56767;
        background: -moz-linear-gradient(top,#f56767 0%,#eb4646 50%,#bc0f0f 100%);
        background: -webkit-linear-gradient(top,#f56767 0%,#eb4646 50%,#bc0f0f 100%);
        background: linear-gradient(to bottom,#f56767 0%,#eb4646 50%,#bc0f0f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f56767',endColorstr='#bc0f0f',GradientType=0);
        outline: none;
    }
/* for home button and add to cart button*/
.button_Home {
    /*background: #6DB30a;
    background: -moz-linear-gradient(top,#6DB30a 0%,#82a82f 50%,#6d921c 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    box-shadow: 1px 1px 1px 0 #000000;
    border: none;
    outline: none;*/
}

.AddToCartBtn {
    background: #6DB30a;
    background: -moz-linear-gradient(top,#6DB30a 0%,#82a82f 50%,#6d921c 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    box-shadow: 1px 1px 1px 0 #000000;
    border: none;
    outline: none;
}

.button_Home:hover, .button_Home:focus, .button_Home:active {
    /*background: #a4cc4d;
        background: -moz-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
        background: -webkit-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
        background: linear-gradient(to bottom,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#4f6b11',GradientType=0);
        text-decoration: none;
        outline: none;*/
}

.AddToCartBtn:hover, .AddToCartBtn:focus, .AddToCartBtn:active {
    background: #a4cc4d;
    background: -moz-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
    background: -webkit-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
    background: linear-gradient(to bottom,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#4f6b11',GradientType=0);
    text-decoration: none;
    outline: none;
}
/*for btn save,save and preview,cancel and publish */
#btnSave, #btnPreview, #btnCancel, #btnPublish, #btnSaverReturn {
    background: #6DB30a;
    background: -moz-linear-gradient(top,#6DB30a 0%,#82a82f 50%,#6d921c 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    background: linear-gradient(to bottom,#6DB30a 0%,#6dad10 50%,#70b707 89%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
    -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
    -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
    /*box-shadow: 1px 33px 1px #000000;*/
}

    #btnSave:hover, #btnSave:focus, #btnSave:active, #btnPublish:hover, #btnPublish:focus, #btnPublish:active,
    #btnPreview:hover, #btnPreview:focus, #btnPreview:active, #btnCancel:hover, #btnCancel:focus, #btnCancel:active,
    #btnSaverReturn:hover, #btnSaverReturn:focus, #btnSaverReturn:active {
        background: #a4cc4d;
        background: -moz-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
        background: -webkit-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
        background: linear-gradient(to bottom,#a4cc4d 0%,#82a82f 50%,#4f6b11 89%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#4f6b11',GradientType=0);
        text-decoration: none;
        outline: none;
    }

.ajax-loader .modal {
    position: fixed;
    z-index: 16002;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,.8) url(/Content/Images/ajaxloader.gif) 50% 50% no-repeat;
}

body.ajax-loader .modal {
    display: block;
}

    body.ajax-loader .modal.view-more-slider {
        display: none !important;
    }

        body.ajax-loader .modal.view-more-slider .slides {
            display: none !important;
        }

#StartBtn {
    width: 90%;
    height: 60px;
    margin: 0px 0 15px 0;
    margin-left: 5%;
    margin-right: 2%;
    outline: none;
}

/*.profileContainer #Save {
    width: 90%;
    height: 60px;
    margin: 0px 0 15px 0;
    margin-left: 5%;
    margin-right: 2%;
    outline: none;
}*/

.field-validation-error span:before, .input-validation-error:before, #recaptcha-error:before, #requiredCheck span:before {
    content: url(../images/icons/exclamation-mark.png);
    display: inline-block;
    margin: 5px 7px 5px 0px;
    vertical-align: middle;
}

#MyZoneBackBtn {
    /*width: 250px;
    height: 70px;
    outline: none;
    max-width: 46%;*/
}

#GoBtn, #LogOffBtn, #PurchaseProductsLogOffBtn, #PurchaseProductsGoBtn {
    width: 250px;
    height: 70px;
    outline: none;
    max-width: 46%;
}

#LogOffBtn {
    margin-right: 30px;
}

.passowrd-wrapper {
    position: relative;
}

#password-field {
    background: url(../images/icons/validcheck.png) no-repeat;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#register-password-field {
    /*background: url(../images/icons/validcheck.png) no-repeat;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    right: 20px;
    top: 25px;
    cursor: pointer;*/
}

/*#change-password-field {
    background: url(../images/icons/validcheck.png) no-repeat;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 35px;
    cursor: pointer;
}*/

/*#change-confirm-password-field {
    background: url(../images/icons/validcheck.png) no-repeat;
    width: 20px;
    height: 12px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    cursor: pointer;
}*/

#MyZoneBackBtn {
    /*margin: 0 auto 0 auto;*/
}

#lc_chat_layout {
    z-index: 1000 !important;
}

.errorMessage {
    color: #f31424;
    padding: 10px 0 0 10px;
    display: none;
}

#MyZoneWelcome #BulletinListModal h2 {
    font-style: italic;
    padding-top: 42px;
    line-height: 40px;
}

#MyZoneWelcome #BulletinViewModal h2 {
    padding: 7px 0 0 5px;
    line-height: 23px;
}

#BulletinListModal .modal-header h2 {
    padding-top: 26px;
}

/**Css to prevent content from shifting towards right*/
.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.modal .modal-dialog {
    width: 99%;
    max-height: 99%;
}

    .modal .modal-dialog .modal-content {
        height: 585px;
        width: 98%;
        max-width: 98%;
    }

        .modal .modal-dialog .modal-content .modal-header {
            padding: 15px 0 5px 0;
            margin: 0 21px;
            border-bottom: 1px solid #777;
        }

            .modal .modal-dialog .modal-content .modal-header h2 {
                font-size: 25px !important;
                line-height: 50px;
                padding: 0 0 0 20px;
            }

            .modal .modal-dialog .modal-content .modal-header button.close {
                opacity: 1;
                margin-top: 5px;
            }

            .modal .modal-dialog .modal-content .modal-header .nav-tabs {
                border-bottom: none !important;
            }

                .modal .modal-dialog .modal-content .modal-header .nav-tabs li {
                    margin: 0 20px 0 0;
                }

                    .modal .modal-dialog .modal-content .modal-header .nav-tabs li a {
                        border: none;
                        padding: 10px 5px 3px 5px;
                    }

                        .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:hover, .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:focus {
                            background: none;
                            border: none;
                        }

                            .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:hover span, .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:focus span {
                                border: none;
                            }

                .modal .modal-dialog .modal-content .modal-header .nav-tabs figure {
                    height: 44px;
                    width: 45px;
                    margin: 0 auto 3px;
                }

                .modal .modal-dialog .modal-content .modal-header .nav-tabs span {
                    font-family: Et Cetera;
                    color: #777;
                    font-size: 12px;
                }

        .modal .modal-dialog .modal-content .modal-body {
            overflow-y: auto;
            padding: 0 21px 0 21px;
            height: 83%;
        }

            .modal .modal-dialog .modal-content .modal-body p {
                padding-top: 7px;
            }

            .modal .modal-dialog .modal-content .modal-body .dataTables_filter {
                display: none;
            }

            .modal .modal-dialog .modal-content .modal-body table.dataTable {
                width: 99% !important;
                table-layout: auto;
                border-collapse: collapse !important;
            }

                .modal .modal-dialog .modal-content .modal-body table.dataTable tr {
                    border-bottom: 1px solid #ddd;
                    position: relative;
                }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr .bulletin-read-icon {
                        position: absolute;
                        top: 2px;
                        left: 31px;
                        display: inline-block !important;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr .bulletin-read-font {
                        font-family: Helvetica;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr td:nth-child(1) {
                        width: 6%;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr td {
                        font-family: Helvetica;
                        color: #7c7670;
                        font-size: 20px;
                        padding: 3px 0 !important;
                        position: relative;
                        line-height: 13px;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr .bulletin-unread {
                        position: absolute;
                        top: 2px;
                        left: 31px;
                        display: none;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group, .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group:hover {
                        background-color: #f0f0f0 !important;
                        font-family: Helvetica;
                        padding: 5px !important;
                    }

                        .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group td:before, .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group:hover td:before {
                            display: none;
                        }

                        .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group td, .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group:hover td {
                            padding-left: 8px !important;
                            color: #333 !important;
                        }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
                margin-right: 20px !important;
                width: 8px;
            }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-button {
                height: 5px;
                width: 8px;
            }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
                background: #d8dee3;
                border-radius: 10px;
                border: thin solid #d3d3d3;
                box-shadow: 0 0 3px #dfdfdf inset;
            }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
                background: #999;
                border-radius: 10px;
                border: thin solid #808080;
            }

                .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
                    background: #d8dee3;
                }

            .modal .modal-dialog .modal-content .modal-body .modal-footer {
                position: static;
                bottom: 20px;
                width: 100%;
                margin: 17px 0 50px 0;
                padding: 22px 0 20px 0;
                border: none;
                background-color: #ddd;
                border-radius: 12px;
                text-align: center;
                font-size: 13px;
                color: #666;
                font-family: Helvetica;
            }

                .modal .modal-dialog .modal-content .modal-body .modal-footer span {
                    font-family: Helvetica;
                }

                .modal .modal-dialog .modal-content .modal-body .modal-footer p {
                    font-size: 16.25px;
                }

                .modal .modal-dialog .modal-content .modal-body .modal-footer #StartBtn {
                    width: 170px;
                    height: 50px;
                    line-height: 0;
                    display: block;
                    margin: 23px auto 10px;
                    padding: 10px;
                    font-size: 17.5px;
                    font-family: Helvetica;
                    color: #fff;
                }

    .modal .modal-dialog .modal-content {
        height: 585px;
        width: 98%;
        max-width: 98%;
    }

        .modal .modal-dialog .modal-content .modal-header {
            padding: 15px 0 5px 0;
            margin: 0 21px;
            border-bottom: 1px solid #777;
        }

            .modal .modal-dialog .modal-content .modal-header h2 {
                font-size: 25px !important;
                line-height: 50px;
                padding: 0 0 0 20px;
            }

            .modal .modal-dialog .modal-content .modal-header button.close {
                opacity: 1;
                margin-top: 5px;
            }

            .modal .modal-dialog .modal-content .modal-header .nav-tabs {
                border-bottom: none !important;
            }

                .modal .modal-dialog .modal-content .modal-header .nav-tabs li {
                    margin: 0 20px 0 0;
                }

                    .modal .modal-dialog .modal-content .modal-header .nav-tabs li a {
                        border: none;
                        padding: 10px 5px 3px 5px;
                    }

                        .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:hover, .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:focus {
                            background: none;
                            border: none;
                        }

                            .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:hover span, .modal .modal-dialog .modal-content .modal-header .nav-tabs li a:focus span {
                                border: none;
                            }

                .modal .modal-dialog .modal-content .modal-header .nav-tabs figure {
                    height: 44px;
                    width: 45px;
                    margin: 0 auto 3px;
                }

                .modal .modal-dialog .modal-content .modal-header .nav-tabs span {
                    font-family: Et Cetera;
                    color: #777;
                    font-size: 12px;
                }

        .modal .modal-dialog .modal-content .modal-body {
            overflow-y: auto;
            padding: 0 21px 0 21px;
            height: 83%;
        }

            .modal .modal-dialog .modal-content .modal-body p {
                padding-top: 7px;
            }

            .modal .modal-dialog .modal-content .modal-body .dataTables_filter {
                display: none;
            }

            .modal .modal-dialog .modal-content .modal-body table.dataTable {
                width: 99% !important;
                table-layout: auto;
                border-collapse: collapse !important;
            }

                .modal .modal-dialog .modal-content .modal-body table.dataTable tr {
                    border-bottom: 1px solid #ddd;
                    position: relative;
                }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr .bulletin-read-icon {
                        position: absolute;
                        top: 2px;
                        left: 31px;
                        display: inline-block !important;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr .bulletin-read-font {
                        font-family: Et Cetera;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr td:nth-child(1) {
                        width: 6%;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr td {
                        font-family: Et Cetera;
                        color: #7c7670;
                        font-size: 20px;
                        padding: 3px 0 !important;
                        position: relative;
                        line-height: 13px;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr .bulletin-unread {
                        position: absolute;
                        top: 2px;
                        left: 31px;
                        display: none;
                    }

                    .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group, .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group:hover {
                        background-color: #f0f0f0 !important;
                        font-family: Et Cetera;
                        padding: 5px !important;
                    }

                        .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group td:before, .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group:hover td:before {
                            display: none;
                        }

                        .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group td, .modal .modal-dialog .modal-content .modal-body table.dataTable tr.group:hover td {
                            padding-left: 8px !important;
                            color: #333 !important;
                        }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar {
                margin-right: 20px !important;
                width: 8px;
            }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-button {
                height: 5px;
                width: 8px;
            }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-track {
                background: #d8dee3;
                border-radius: 10px;
                border: thin solid #d3d3d3;
                box-shadow: 0 0 3px #dfdfdf inset;
            }

            .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb {
                background: #999;
                border-radius: 10px;
                border: thin solid #808080;
            }

                .modal .modal-dialog .modal-content .modal-body::-webkit-scrollbar-thumb:hover {
                    background: #d8dee3;
                }

            .modal .modal-dialog .modal-content .modal-body .modal-footer {
                position: static;
                bottom: 20px;
                width: 100%;
                margin: 17px 0 50px 0;
                padding: 22px 0 20px 0;
                border: none;
                background-color: #ddd;
                border-radius: 12px;
                text-align: center;
                font-size: 13px;
                color: #666;
                font-family: Et Cetera;
            }

                .modal .modal-dialog .modal-content .modal-body .modal-footer span {
                    font-family: Et Cetera;
                }

                .modal .modal-dialog .modal-content .modal-body .modal-footer p {
                    font-size: 16.25px;
                }

                .modal .modal-dialog .modal-content .modal-body .modal-footer #StartBtn {
                    width: 170px;
                    height: 50px;
                    line-height: 0;
                    display: block;
                    margin: 23px auto 10px;
                    padding: 10px;
                    font-size: 17.5px;
                    font-family: Et Cetera;
                    color: #fff;
                }

            .modal .modal-dialog .modal-content .modal-body .bulletinWrapper {
                width: 100%;
                height: 100%;
                overflow: hidden;
            }

        .modal .modal-dialog .modal-content .modal-header .nav-tabs span.activeCategory {
            color: #fbb942 !important;
        }

#informationModal {
    /*margin-top: 190px !important;*/
}

    #informationModal .modal-dialog, #DeleteinformationModal .modal-dialog, #DeleteAssessmentModal .modal-dialog, #confirmationinformationModal .modal-dialog, #ActivateinformationModal .modal-dialog, #DeactivateinformationModal .modal-dialog, #PublishinformationModel .modal-dialog, #ResendinformationModel .modal-dialog,
    #DeletecurriculumcourseinformationModal .modal-dialog, #DeleteCurriculuminformationModal .modal-dialog, #DeletecoursemoduleinformationModal .modal-dialog, #DeleteCourseinformationModal .modal-dialog, #LeaveGroupConfirmationModal .modal-dialog, #CancelEventAsAttendeeconfirmationModal .modal-dialog, #CancelEventConfirmationModal .modal-dialog , #DeleteBulletinformationModel .modal-dialog, #DeleteBulletinCategoryinformationModel .modal-dialog{
        /*width: 350px !important;
height: 200px !important;*/
        border-radius: 10px;
        margin: 0 auto;
        top: 50%;
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        left: 0;
        right: 0;
        position: absolute;
    }

        #informationModal .modal-dialog .modal-content, #DeleteinformationModal .modal-dialog .modal-content, #DeleteAssessmentModal .modal-dialog .modal-content,
        #confirmationinformationModal .modal-dialog .modal-content, #ActivateinformationModal .modal-dialog .modal-content, #DeactivateinformationModal .modal-dialog .modal-content,
        #PublishinformationModel .modal-dialog .modal-content, #ResendinformationModel .modal-dialog .modal-content, #DeletecurriculumcourseinformationModal .modal-dialog .modal-content,
        #DeleteCurriculuminformationModal .modal-dialog .modal-content, #DeletecoursemoduleinformationModal .modal-dialog .modal-content,
        #DeleteCourseinformationModal .modal-dialog .modal-content, #LeaveGroupConfirmationModal .modal-dialog .modal-content,
        #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content,
        #CancelEventConfirmationModal .modal-dialog .modal-content, #CancelEventConfirmationModal .modal-dialog .modal-content, #DeleteBulletinformationModel .modal-dialog .modal-content, #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content{
            width: 350px;
            margin: 0 auto;
            max-width: 100%;
            height: 200px;
            background: #f7f7f7;
            background: -moz-linear-gradient(top,#fff 0%,#fcfcfc 50%,#cecece 100%);
            background: -webkit-linear-gradient(top,#fff 0%,#fcfcfc 50%,#cecece 100%);
            background: linear-gradient(to bottom,#fff 0%,#fcfcfc 50%,#cecece 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#cecece',GradientType=0);
        }

            #informationModal .modal-dialog .modal-content .modal-header, #DeleteinformationModal .modal-dialog .modal-content .modal-header, #DeleteAssessmentModal .modal-dialog .modal-content .modal-header,
            #confirmationinformationModal .modal-dialog .modal-content .modal-header,
            #ActivateinformationModal .modal-dialog .modal-content .modal-header,
            #DeactivateinformationModal .modal-dialog .modal-content .modal-header,
            #PublishinformationModel .modal-dialog .modal-content .modal-header,
            #ResendinformationModel .modal-dialog .modal-content .modal-header,
            #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-header,
            #DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-header,
            #DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-header,
            #DeleteCourseinformationModal .modal-dialog .modal-content .modal-header,
            #LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-header,
            #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-header,
            #CancelEventConfirmationModal .modal-dialog .modal-content .modal-header,
            #DeleteBulletinformationModel .modal-dialog .modal-content .modal-header,
            #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-header
             {
                border-bottom: 1px solid #8b8b8b;
            }

                #informationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeleteinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeleteAssessmentModal .modal-dialog .modal-content .modal-header .headerMessage,
                #confirmationinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #ActivateinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeactivateinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #PublishinformationModel .modal-dialog .modal-content .modal-header .headerMessage,
                #ResendinformationModel .modal-dialog .modal-content .modal-header .headerMessage,
                #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeleteCourseinformationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #CancelEventConfirmationModal .modal-dialog .modal-content .modal-header .headerMessage,
                #DeleteBulletinformationModel .modal-dialog .modal-content .modal-header .headerMessage,
                #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-header .headerMessage
                 {
                    font-size: 25px;
                    font-family: Helvetica;
                    font-weight: bold;
                    color: #666666;
                }

            #informationModal .modal-dialog .modal-content .modal-body,
            #DeleteinformationModal .modal-dialog .modal-content .modal-body,
            #DeleteAssessmentModal .modal-dialog .modal-content .modal-body,
            #confirmationinformationModal .modal-dialog .modal-content .modal-body,
            #ActivateinformationModal .modal-dialog .modal-content .modal-body,
            #DeactivateinformationModal .modal-dialog .modal-content .modal-body,
            #PublishinformationModel .modal-dialog .modal-content .modal-body,
            #ResendinformationModel .modal-dialog .modal-content .modal-body,
            #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-body,
            #DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-body,
            #DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-body,
            #DeleteCourseinformationModal .modal-dialog .modal-content .modal-body,
            #LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-body,
            #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-body,
            #CancelEventConfirmationModal .modal-dialog .modal-content .modal-body ,
            #DeleteBulletinformationModel .modal-dialog .modal-content .modal-body,
            #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-body
            {
                text-align: center;
                height: 90px;
                display: -webkit-box;
                -webkit-box-pack: center;
                -webkit-box-align: center;
                padding: 10px;
            }

                #informationModal .modal-dialog .modal-content .modal-body p,
                #DeleteinformationModal .modal-dialog .modal-content .modal-body p,
                #DeleteAssessmentModal .modal-dialog .modal-content .modal-body p,
                #confirmationinformationModal .modal-dialog .modal-content .modal-body p,
                #ActivateinformationModal .modal-dialog .modal-content .modal-body p,
                #DeactivateinformationModal .modal-dialog .modal-content .modal-body p,
                #PublishinformationModel .modal-dialog .modal-content .modal-body p,
                #ResendinformationModel .modal-dialog .modal-content .modal-body p,
                #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-body p,
                #DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-body p,
                #DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-body p,
                #DeleteCourseinformationModal .modal-dialog .modal-content .modal-body p,
                #LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-body p,
                #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-body p,
                #CancelEventConfirmationModal .modal-dialog .modal-content .modal-body p,
                #DeleteBulletinformationModel .modal-dialog .modal-content .modal-body p,
                #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-body p
                 {
                    font-size: 14px;
                    font-family: Helvetica;
                    color: #666666;
                }

            #informationModal .modal-dialog .modal-content .modal-footer {
                border-top: none;
                padding: 0 15px 15px 15px;
            }

                #informationModal .modal-dialog .modal-content .modal-footer .GlobalBtn {
                    font-size: 14px;
                    width: 100px;
                    height: 40px;
                    line-height: 40px;
                    margin: 0 auto 0;
                    bottom: 10px;
                    display: block;
                    padding: 0;
                }

            #DeleteinformationModal .modal-dialog .modal-content .modal-footer,
            #DeleteAssessmentModal .modal-dialog .modal-content .modal-footer,
            #ActivateinformationModal .modal-dialog .modal-content .modal-footer,
            #DeactivateinformationModal .modal-dialog .modal-content .modal-footer,
            #PublishinformationModel .modal-dialog .modal-content .modal-footer,
            #ResendinformationModel .modal-dialog .modal-content .modal-footer,
            #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-footer,
            #DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-footer,
            #DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-footer,
            #DeleteCourseinformationModal .modal-dialog .modal-content .modal-footer,
            #DeleteBulletinformationModel .modal-dialog .modal-content .modal-footer,
            #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-footer
             {
                border-top: none;
                padding: 0 15px 15px 15px;
                margin: 0 auto;
                width: 245px;
                max-width: 70%;
            }

                #DeleteinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeleteAssessmentModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #ActivateinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeactivateinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #PublishinformationModel .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #ResendinformationModel .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeleteCourseinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeleteBulletinformationModel .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-footer .GlobalBtn,
                 {
                    font-size: 14px;
                    width: 100px;
                    height: 40px;
                    line-height: 40px;
                    float: left;
                    /*margin: 0 auto;*/
                    bottom: 10px;
                }

            #confirmationinformationModal .modal-dialog .modal-content .modal-footer,
            #LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-footer,
            #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-footer,
            #CancelEventConfirmationModal .modal-dialog .modal-content .modal-footer {
                border-top: none;
                width: 235px;
                max-width: 100%;
                margin: 0 auto;
                padding: 0;
            }

                #confirmationinformationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-footer .GlobalBtn,
                #CancelEventConfirmationModal .modal-dialog .modal-content .modal-footer .GlobalBtn {
                    font-size: 14px;
                    width: 115px;
                    height: 40px;
                    /*line-height: 40px;*/
                    float: left;
                    bottom: 10px;
                }

label {
    font-family: Helvetica;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="number"], input[type="password"] {
    width: 100%;
    max-width: 500px;
    height: 30px;
    font-family: Helvetica;
    font-size: 16px;
    color: #000000;
    border: none;
    margin: 0;
    padding: 0 10px;
    background: #fff;
    -webkit-box-shadow: inset -1px 1px 1px 0 #ddd;
    -moz-box-shadow: inset -1px 1px 1px 0 #ddd;
    box-shadow: inset -1px 1px 1px 0 #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-appearance: none;
}

#PurchaseProductsContainer .courseContainer input[type="text"], #TrainingModulesContainer .add-on input[type="text"] {
    max-width: 100%;
    position: relative;
    height: 34px;
    /*border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;*/
    border-radius: 6px;
    padding-right: 20px;
}

#PurchaseProductsContainer .courseContainer #closeSearch:hover, #TrainingModulesContainer #closeSearch:hover {
    outline: none;
}

#PurchaseProductsContainer .courseContainer .add-on .input-group-btn > .btn:hover, #PurchaseProductsContainer .courseContainer .add-on .input-group-btn > .btn:focus {
    background-color: #fff;
    outline: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="password"]:focus {
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.SelectHolder {
    width: 100%;
    height: 20px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

input::placeholder {
    color: #ce0000;
}

.SelectHolder label.CheckRadioboxStyle {
    font-size: 15px;
    display: block;
    position: relative;
    padding: 0;
    border-right: solid 3px #fff;
}

    .SelectHolder label.CheckRadioboxStyle:last-child {
        border: none;
    }

    .SelectHolder label.CheckRadioboxStyle input[type="checkbox"], .SelectHolder label.CheckRadioboxStyle input[type="radio"] {
        width: 35px;
        height: 35px;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        z-index: 998;
        visibility: hidden;
    }

    .SelectHolder label.CheckRadioboxStyle span {
        width: 100%;
        height: 35px;
        display: block;
        cursor: pointer;
        text-align: center;
        line-height: 35px;
    }

    .SelectHolder label.CheckRadioboxStyle input[type="checkbox"] + span:hover, .SelectHolder label.CheckRadioboxStyle input[type="radio"] + span:hover {
        background: #d8dada;
        color: #797979;
        border-radius: 0px;
    }

    .SelectHolder label.CheckRadioboxStyle input[type="checkbox"] + span, .SelectHolder label.CheckRadioboxStyle input[type="radio"] + span {
        background: #666666;
        color: white;
        line-height: 20px;
        font-size: 12px;
        padding: 0px;
        height: 20px;
    }

    .SelectHolder label.CheckRadioboxStyle input[type="checkbox"]:checked + span, .SelectHolder label.CheckRadioboxStyle input[type="radio"]:checked + span {
        background: #666;
        color: #fff;
    }

.tt-input, .tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 8px;
    outline: none;
}

.tt-input {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    max-height: 200px;
    overflow-y: auto;
}

    .tt-menu::-webkit-scrollbar {
        margin-right: 20px !important;
        width: 8px;
    }

    .tt-menu::-webkit-scrollbar-button {
        height: 5px;
        width: 8px;
    }

    .tt-menu::-webkit-scrollbar-track {
        background: #d8dee3;
        border-radius: 10px;
        border: thin solid #d3d3d3;
        box-shadow: 0 0 3px #dfdfdf inset;
    }

    .tt-menu::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 10px;
        border: thin solid #808080;
    }

        .tt-menu::-webkit-scrollbar-thumb:hover {
            background: #d8dee3;
        }

.tt-suggestion {
    padding: 3px 20px;
    font-size: 18px;
    line-height: 24px;
}

    .tt-suggestion.tt-is-under-cursor {
        color: #fff;
        background-color: #0097cf;
    }

    .tt-suggestion p {
        margin: 0;
    }

    .tt-suggestion:hover {
        background-color: #bdbdbd;
        cursor: pointer;
    }

body.error {
    background: #06a8b8;
    background: -moz-linear-gradient(top,#06a8b8 0%,#0593a7 50%,#059cae 100%);
    background: -webkit-linear-gradient(top,#06a8b8 0%,#0593a7 50%,#059cae 100%);
    background: linear-gradient(to bottom,#06a8b8 0%,#0593a7 50%,#059cae 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06a8b8',endColorstr='#059cae',GradientType=0);
}

.container-fluid .error-header {
    height: 180px;
    width: 933px;
    background: #f6b436;
    font-family: Helvetica;
    font-size: 60px;
    color: #fff;
    border-radius: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    margin: 97px 20px 0 0;
    width: 980px;
    padding-left: 20px;
}

.container-fluid .error-message {
    height: 116px;
    width: 633px;
    font-family: Helvetica;
    font-size: 40px;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    margin: 40px 20px 0 0;
}

#burger_menu {
    width: 68px;
    /*height: 100px;*/
    height: 90px;
    background-color: #777;
}

header {
    /*height: 100px;*/
    background-color: #E10000;
    color: #FFF;
    font-size: 14px;
    position: fixed;
    width: 100%;
    z-index: 999;
}

    header a.header-ico {
        width: 38px;
        height: 30px;
        display: block;
        cursor: pointer !important;
        transform: translate(38%, 50%);
        -webkit-transform: translate(38%,50%);
        top: 20%;
        position: relative;
    }

        header a.header-ico span {
            display: block;
            font-family: Helvetica;
            font-size: 12px;
            color: #000;
            width: 38px;
            height: 5px;
            margin-bottom: 6px;
            position: relative;
            background: #FFF;
            border-radius: 5px;
            z-index: 1;
            transform-origin: 4px 0px;
            transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
        }

            header a.header-ico span:first-child {
                transform-origin: 0% 0%;
            }

            header a.header-ico span:nth-last-child(2) {
                transform-origin: 0% 100%;
            }

            header a.header-ico span:nth-last-child(1) {
                margin-bottom: 0;
            }

.fuel_img img {
    /*  max-height: 55px;
    -webkit-transform: translateY(34%);
    transform: translateY(34%);
    padding-left: 10px;
    width: auto;
    margin-top: 10px;*/
}

header .userDetailwrapper {
    margin-right: 4%;
}

.help-logo {
    /*margin: 20px 0 0;*/
    margin: 14px 0 0;
}

header .userDetailwrapper li:last-child {
    margin-right: 10px;
}

.help-logo p {
    color: #fff;
    font-size: 15px;
    text-align: right;
    line-height: 20px;
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*direction: rtl;*/
}

span.bold.usrName {
    font-size: 18px;
}

.help-logo li {
    float: left;
    margin-right: 20px;
}

.trainingIcon {
    cursor: pointer;
}

.container {
    width: 100%;
    padding: 0;
    margin-top: 50px;
}

.fuel-logo {
    width: auto;
    height: 42px !important;
}

footer {
    width: 100%;
    height: auto;
    /*left: 0;
	bottom: 15px;*/
    z-index: -1;
}

    footer .footer-logo {
        /*margin-right: 20px;*/
        margin-bottom: 12px;
    }

    footer .grey-bar {
        width: 100%;
        height: 37px;
        border-top: solid 1px #8b8b8b;
        border-bottom: solid 1px #8b8b8b;
        background: url(../Images/footer-gradient-bg.png) repeat-x 0 0;
    }
/* Css for Footer */
.footer-wrapper {
    padding-top: 10px;
    color: #c71111;
    width: 98%;
    position: relative;
}

    .footer-wrapper p {
        /*color: #ce0000;
        padding-top: 8px;
        font-size: 14px;
        /*margin-top: -4px;
        line-height: 17px;*/
    }

    .footer-wrapper div {
        /*float: left;
        margin: 10px 10px 0 0;
        height: 50px;*/
    }

.footer-icon {
    /*position: absolute;
    right: 10px;
    width: 100px;
    top: 20px;*/
}

.LoginContainer {
    /*width: 550px;
    height: auto;
    margin: auto;
    margin-top: 120px;
    max-width: 75%;*/
}

.profileContainer {
    width: 550px;
    height: auto;
    margin: auto;
    margin-top: 120px;
    max-width: 75%;
}
/*.profileContainer {
    width: 550px;
    height: auto;
    margin: auto;
    margin-top: 120px;
    max-width: 75%;
}*/
.paymentSuccessContainer {
    width: 550px;
    height: auto;
    margin: auto;
    margin-top: 5%;
    max-width: 75%;
}

/*.profileContainer {
    margin-top: 5%;
}*/

section#registerContainer {
    max-width: none !important;
}

.LoginContainer .LoginContent {
    /*width: 100%;
    height: auto;
    padding: 10px 20px 10px 22px;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 0 2px 1px 0 #bdbdbd;
    -webkit-box-shadow: 0 1px 2px 0 #555;
    -moz-box-shadow: 0 1px 2px 0 #555;
    box-shadow: 0 1px 2px 0 #555;
    margin-bottom: 20px;
    margin-top: 22px;*/
}

.profileContainer #profilecontent, .paymentSuccessWrapper {
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 22px;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    /*-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 0 2px 1px 0 #bdbdbd;*/
    -webkit-box-shadow: 0 1px 2px 0 #555;
    -moz-box-shadow: 0 1px 2px 0 #555;
    box-shadow: 0 1px 2px 0 #555;
    margin-bottom: 20px;
    margin-top: 22px;
}


    .LoginContainer .LoginContent h2, .profileContainer #profilecontent h2 {
        padding: 0 0 1px 0 !important;
        margin-left: -3px;
    }

/*.profileContainer #profilecontent h2 {
        padding: 0 0 1px 0 !important;
        margin-left: -3px;
    }*/

/*.profileContainer #profilecontent h2 {
        margin-bottom: 20px;
        font-family: Helvetica;
        font-size: 50px;
        color: #666666;
        font-weight: normal;
    }*/

.LoginContainer .LoginContent p {
    /*padding: 5px 0;
        /*color: #7d7d7d;
        font-weight: bold;
        color: #666666;
        margin-bottom: 10px;
        font-size: 15px;*/
}

.profileContainer #profilecontent p {
    padding: 5px 0;
    /*color: #7d7d7d;*/
    font-weight: bold;
    color: #666666;
    margin-bottom: 10px;
    font-size: 15px;
}
/*.profileContainer #profilecontent p {
        padding: 5px 0;
        color: #7d7d7d;
        font-weight: bold;
        color: #666666;
        margin-bottom: 10px;
        font-size: 15px;
    }*/

.LoginContainer .LoginContent p#SelectLanguageDesc {
    margin: 4px 0 1px 0;
}

/*.profileContainer #profilecontent .intl-tel-input #Country {
        border: none;
        margin: 0 4px;
        width: 90px;
        visibility: hidden;
    }*/

.LoginContainer .LoginContent input[type="text"] {
    /*width: 100%;
        max-width: none;
        border: none;
        border-bottom: solid 1px #959595;
        font-size: 16px;
        color: #000000;
        box-shadow: none;
        background: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-appearance: none;
        padding-right: 40px;*/
}

.profileContainer #profilecontent input[type="text"] {
    width: 100%;
    max-width: none;
    border: none;
    border-bottom: solid 1px #959595;
    font-size: 16px;
    color: #000000;
    box-shadow: none;
    background: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-appearance: none;
    padding-right: 40px;
}

/*.profileContainer #profilecontent input[type="text"] {
        width: 100%;
        max-width: none;
        border: none;
        border-bottom: solid 1px #959595;
        font-size: 16px;
        color: #000000;
        box-shadow: none;
        background: transparent;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        -webkit-appearance: none;
        padding-right: 40px;
    }*/

.LoginContainer .LoginContent input[type="password"] {
    /*width: 100%;
        max-width: none;
        border-bottom: solid 1px #959595;
        font-size: 16px;
        color: #000000;
        box-shadow: none;
        background: transparent;
        padding-right: 40px;*/
}

.LoginContainer .LoginContent a {
    font-family: Helvetica;
    font-size: 16px;
    display: inline-block;
    padding-bottom: 15px;
    background-color: transparent;
    text-decoration: underline;
}

/*.profileContainer #profilecontent a {
        display: block;
        width: 135px;
        font-family: Helvetica;
        font-size: 16px;
        padding-bottom: 15px;
        background-color: transparent;
        text-decoration: underline;
        max-width: 100%;
    }*/

/*.profileContainer #updateUser {
    width: 90%;
    height: 60px;
    margin: 0px 0 15px 0;
    margin-left: 5%;
    margin-right: 2%;
    outline: none;
}*/

.LoginContainer p#MyZoneInstructions, .paymentSuccessContainer p#MyZoneInstructions {
    padding: 15px 20px 20px;
}

.LoginContainer .LoginProgressBar {
    width: 390px;
    margin: 0 auto;
    padding-left: 6%;
    /*margin-left: 19%;*/
    margin-top: 4%;
    max-width: 100%;
}

    .LoginContainer .LoginProgressBar ul li {
        /*width: 130px;*/
        float: left;
        position: relative;
        width: 32%;
        max-width: 100%;
    }

        .LoginContainer .LoginProgressBar ul li:first-child {
            padding-left: 0;
        }

        .LoginContainer .LoginProgressBar ul li:after {
            width: 50px;
            height: 8px;
            content: '';
            position: absolute;
            top: 22px;
            left: 72px;
            border-top: 8px solid #666;
        }

        .LoginContainer .LoginProgressBar ul li:last-child:after {
            display: none;
        }

        .LoginContainer .LoginProgressBar ul li:first-child span {
            /*background: #a4cc4d;
	background: -moz-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#6d921c 89%);
	background: -webkit-linear-gradient(top,#a4cc4d 0%,#82a82f 50%,#6d921c 89%);
	background: linear-gradient(to bottom,#a4cc4d 0%,#82a82f 50%,#6d921c 89%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
	-webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
	-moz-box-shadow: 0 2px 1px 0 #bdbdbd;
	box-shadow: 0 2px 1px 0 #bdbdbd;*/
            background: #6DB306;
            background: -moz-linear-gradient(top,#6DB306 0%,#82a82f 50%,#6d921c 89%);
            background: linear-gradient(to bottom,#6DB306 0%,#6dad10 50%,#70b707 89%);
            background: linear-gradient(to bottom,#6DB306 0%,#6dad10 50%,#70b707 89%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a4cc4d',endColorstr='#6d921c',GradientType=0);
            -webkit-box-shadow: 0 2px 1px 0 #bdbdbd;
            -moz-box-shadow: 0 2px 1px 0 #bdbdbd;
            box-shadow: 0 2px 1px 0 #bdbdbd;
            border: none;
            outline: none;
        }

        .LoginContainer .LoginProgressBar ul li span {
            width: 47px;
            height: 47px;
            display: block;
            margin: 0 0 0 16px;
            font-size: 31.25px;
            font-family: Helvetica;
            color: #fff;
            -webkit-text-shadow: 0 2px 3px rgba(0,0,0,.22);
            -moz-text-shadow: 0 2px 3px rgba(0,0,0,.22);
            text-shadow: 0 2px 3px rgba(0,0,0,.22);
            text-align: center;
            line-height: 50px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background: #aaa;
        }

        .LoginContainer .LoginProgressBar ul li label {
            width: 100px;
            float: left;
            line-height: 1.2;
            clear: both;
            font-family: Helvetica;
            color: #666666;
            font-size: 16px;
            text-align: center;
            margin: 8px -9px;
        }

#recaptcha-error {
    position: absolute;
    top: -20%;
    right: 5%;
    color: #ce0000;
    font-size: 12px;
}

.Register input[type="text"] {
    margin-bottom: 10px !important;
}

.Register .SelectHolder {
    margin-bottom: 10px !important;
}

    .Register .SelectHolder select {
        width: 507px;
        font-size: 15px;
        float: left;
        margin: 8px 0;
        color: #666;
        height: 35px;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0;
    }
/*CSS for Welcome page */
.content-wrapper {
    padding-top: 100px;
    overflow: hidden;
}

#style-lms-wrapper {
    /*background-color: #FFF;
    padding: 10px;
    position: relative;
    margin-top: 40px;
    width: 97%;
    border-radius: 5px;*/
}

#welcome-wrapper,
#Material-admin-wrapper {
    background-color: #FFF;
    padding: 10px;
    position: relative;
    margin-top: 40px;
    width: 97%;
    border-radius: 5px;
}

#style-lms-wrapper h1 {
    /*font-size: 50px;
        margin-bottom: 7px;*/
}

.welcome-text h1 {
    font-size: 50px;
    margin-bottom: 7px;
}

#style-lms-wrapper p {
    /*margin: 7px;
        font-size: 12.5px;*/
}

.emailfooterWrapper p.input-validation-error {
    /*margin: 0 !important;*/
}

.emailheaderWrapper p.input-validation-error {
    /*margin-left: 10px !important;*/
}

.welcome-btn-wrapper {
    width: 450px;
    margin: 20px auto 30px;
    max-width: 85%;
}


.purchase-preview-wrapper .welcome-btn-wrapper {
    margin: 15px auto;
}
/*.content-preview-wrapper .welcome-btn-wrapper{
   width: 670px;
}*/
.content-preview-wrapper .lms-btn-wrapper img {
    margin-right: 12px;
}

.lms-btn-wrapper img,
.bulletins-btn-wrapper img {
    width: 210px;
    max-width: 100%;
    cursor: pointer;
}

.last-button-wrpapper a {
    width: 43%;
    margin: 0 auto;
}

.right-align-btn a {
    width: 43%;
    display: inline;
}

.lms-btn-wrapper a {
    cursor: default;
}

.lms-btn-wrapper input,
.bulletins-btn-wrapper input {
    width: 210px;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    max-width: 46%;
}

#welcome-wrapper p {
    font-size: 25px;
    margin-bottom: 10px;
}

.navigation-wrapper {
    width: 55%;
    margin: 0 auto;
}

    .navigation-wrapper a {
        width: 26%;
        display: inline-block;
        margin-right: 5px;
    }

    .navigation-wrapper img {
        max-width: 100%;
        cursor: pointer;
    }

.logoff-link, .help-link {
    display: none;
}

#MyZoneWelcome .LoginContent {
    padding: 10px 14px 100px 22px;
}

#MyZoneWelcome h2 {
    border-bottom: none;
}

#MyZoneWelcome h3 {
    font-size: 35px;
    margin-top: -5px;
}

#MyZoneWelcome figure#MyZoneTick {
    /*margin-top: -40px;*/
    text-align: right;
    margin-bottom: 45px;
}

#MyZoneWelcome .MyZoneContent {
    padding-top: 34px;
    float: left;
}

    #MyZoneWelcome .MyZoneContent h4 {
        font-size: 25px;
    }

    #MyZoneWelcome .MyZoneContent p {
        padding: 4px 0 0 0;
        color: #666;
    }

    #MyZoneWelcome .MyZoneContent a {
        color: transparent;
    }

        #MyZoneWelcome .MyZoneContent a:focus {
            color: transparent;
            border: none;
        }

    #MyZoneWelcome .MyZoneContent .Notifications {
        width: 62px;
        position: relative;
        text-align: center;
        margin: -23px 9px 0 0;
    }

        #MyZoneWelcome .MyZoneContent .Notifications span#ReadMe {
            font-family: Helvetica;
            font-size: 15px;
            margin-left: 3px;
        }

#BulletinListModal {
    display: block;
}

    #BulletinListModal .modal-dialog {
        /*max-width: 99%;
	margin: 70px auto;
	padding-left: 10px;
    height: 70%;*/
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
        position: absolute;
        max-width: 100%;
        margin: 0;
        height: 65%;
        width: 100%;
    }

        #BulletinListModal .modal-dialog .modal-content {
            margin: 0 auto;
            border-radius: 12px;
            height: 100%;
            overflow-y: auto;
        }

            #BulletinListModal .modal-dialog .modal-content h2 {
                padding-top: 26px;
            }

            #BulletinListModal .modal-dialog .modal-content .modal-header {
                border-bottom: 1px solid #666;
                margin: 9px 15px 0 15px;
                padding: 0 0 5px 0 !important;
            }

                #BulletinListModal .modal-dialog .modal-content .modal-header h2 {
                    padding-left: 0;
                }

                #BulletinListModal .modal-dialog .modal-content .modal-header .nav-tabs li {
                    margin: 0;
                }

                #BulletinListModal .modal-dialog .modal-content .modal-header span.badge.unread {
                    position: absolute;
                    top: 0;
                    left: 37px;
                    background: #000;
                    min-width: 24px;
                    height: 24px;
                    padding: 0;
                    line-height: 24px;
                    border-radius: 15px;
                    color: #fff;
                    -webkit-box-shadow: 2px 2px 5px #8b8b8b;
                    -moz-box-shadow: 2px 2px 5px #8b8b8b;
                    box-shadow: 2px 2px 5px #8b8b8b;
                    font-size: 11px;
                }

                #BulletinListModal .modal-dialog .modal-content .modal-header .category {
                    cursor: pointer;
                }

                    #BulletinListModal .modal-dialog .modal-content .modal-header .category .inactive {
                        object-fit: none;
                        object-position: 0 0;
                        width: 44px;
                        height: 44px;
                    }

                    #BulletinListModal .modal-dialog .modal-content .modal-header .category .active {
                        object-fit: none;
                        object-position: 0 -44px;
                        width: 44px;
                        height: 44px;
                    }

            #BulletinListModal .modal-dialog .modal-content .modal-body {
                overflow-y: auto;
                height: 350px;
            }

            #BulletinListModal .modal-dialog .modal-content .BulletinDescription {
                cursor: pointer;
            }

#BulletinViewModal {
    padding-left: 0 !important;
}

    #BulletinViewModal .dataTables_scrollHead .dataTables_scrollHeadInner, #TrainingModal .dataTables_scrollHead .dataTables_scrollHeadInner {
        width: 100% !important;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        padding-right: 0 !important;
    }

    #BulletinViewModal .dataTables_scrollHead table, #TrainingModal .dataTables_scrollHead table {
        width: 100% !important;
    }

        #BulletinViewModal .dataTables_scrollHead table thead th, #TrainingModal .dataTables_scrollHead table thead th {
            width: 33.33% !important;
            background-color: #777;
            color: #fff;
            padding: 8px 0 8px 8px;
            border-right: 1px solid #fff;
            font-size: 18px;
            font-family: Helvetica;
            pointer-events: none;
        }

            #BulletinViewModal .dataTables_scrollHead table thead th tr, #TrainingModal .dataTables_scrollHead table thead th tr {
                width: 343px !important;
            }

    #BulletinViewModal .dataTables_scrollBody, #TrainingModal .dataTables_scrollBody {
        width: 100% !important;
        height: 30% !important;
        padding: 0 0 0 10px;
        background: #eee;
        overflow-y: auto;
        overflow-x: auto !important;
    }

        #BulletinViewModal .dataTables_scrollBody table tr.group td:first-child, #TrainingModal .dataTables_scrollBody table tr.group td:first-child {
            padding: 8px 0 8px 8px !important;
        }

        #BulletinViewModal .dataTables_scrollBody table tr, #TrainingModal .dataTables_scrollBody table tr {
            background-color: #e2e2e2;
        }

            #BulletinViewModal .dataTables_scrollBody table tr td, #TrainingModal .dataTables_scrollBody table tr td {
                padding: 8px 8px !important;
                border-right: 1px solid #fff;
                border-top: 5px solid #eee;
                border-bottom: 5px solid #eee;
                position: relative;
                font-family: Helvetica;
                font-size: 15px;
            }

    #BulletinViewModal .dataTables_scrollHead .dataTables_scrollHeadInner, #TrainingModal .dataTables_scrollHead .dataTables_scrollHeadInner {
        width: 100% !important;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        overflow: hidden;
        padding-right: 0 !important;
    }

    #BulletinViewModal .dataTables_scrollHead table, #TrainingModal .dataTables_scrollHead table {
        width: 100% !important;
    }

        #BulletinViewModal .dataTables_scrollHead table thead th, #TrainingModal .dataTables_scrollHead table thead th {
            width: 33.33% !important;
            background-color: #777;
            color: #fff;
            padding: 8px 0 8px 8px;
            border-right: 1px solid #fff;
            font-size: 18px;
            font-family: Et cetera;
            pointer-events: none;
        }

            #BulletinViewModal .dataTables_scrollHead table thead th tr, #TrainingModal .dataTables_scrollHead table thead th tr {
                width: 343px !important;
            }

    #BulletinViewModal .dataTables_scrollBody, #TrainingModal .dataTables_scrollBody {
        width: 100% !important;
        height: 30% !important;
        padding: 0 0 0 10px;
        background: #eee;
        overflow-y: auto;
        overflow-x: auto !important;
    }

        #BulletinViewModal .dataTables_scrollBody table tr.group td:first-child, #TrainingModal .dataTables_scrollBody table tr.group td:first-child {
            padding: 8px 0 8px 8px !important;
        }

        #BulletinViewModal .dataTables_scrollBody table tr, #TrainingModal .dataTables_scrollBody table tr {
            background-color: #e2e2e2;
        }

            #BulletinViewModal .dataTables_scrollBody table tr td, #TrainingModal .dataTables_scrollBody table tr td {
                padding: 8px 8px !important;
                border-right: 1px solid #fff;
                border-top: 5px solid #eee;
                border-bottom: 5px solid #eee;
                position: relative;
                font-family: Et cetera;
                font-size: 15px;
            }

                #BulletinViewModal .dataTables_scrollBody table tr td:first-child, #TrainingModal .dataTables_scrollBody table tr td:first-child {
                    padding: 8px 0 8px 35px !important;
                    -webkit-border-radius: 10px 0 0 10px;
                    -moz-border-radius: 10px 0 0 10px;
                    border-radius: 10px 0 0 10px;
                    width: 33.33%;
                }

                #BulletinViewModal .dataTables_scrollBody table tr td:nth-child(2), #TrainingModal .dataTables_scrollBody table tr td:nth-child(2) {
                    width: 34% !important;
                }

                #BulletinViewModal .dataTables_scrollBody table tr td:first-child:before, #TrainingModal .dataTables_scrollBody table tr td:first-child:before {
                    content: url('../Images/icons/learning-icon.png');
                    position: absolute;
                    top: 8px;
                    left: 5px;
                }

                #BulletinViewModal .dataTables_scrollBody table tr td:last-child, #TrainingModal .dataTables_scrollBody table tr td:last-child {
                    -webkit-border-radius: 0 4px 4px 0;
                    -moz-border-radius: 0 4px 4px 0;
                    border-radius: 0 4px 4px 0;
                    border-right: none;
                }

                #BulletinViewModal .dataTables_scrollBody table tr td.complete:first-child:before, #TrainingModal .dataTables_scrollBody table tr td.complete:first-child:before {
                    content: url('../Images/icons/normalTick.png');
                    position: absolute;
                    top: 8px;
                    left: 5px;
                }

    #BulletinViewModal .modal-dialog {
        width: 99%;
        height: 73%;
        max-width: 99%;
        max-height: 73%;
        -webkit-transform: translate(0,-50%);
        -o-transform: translate(0,-50%);
        transform: translate(0,-50%);
        top: 50%;
        position: absolute;
        max-width: 100%;
        margin: 0;
        height: 65%;
        width: 100%;
    }

        #BulletinViewModal .modal-dialog .modal-content {
            width: 99%;
            /*height: 99%;
	margin: 0 1%;*/
            height: 100%;
            margin: 0 auto;
        }

            #BulletinViewModal .modal-dialog .modal-content .modal-body {
                height: 90%;
                padding-bottom: 0px;
                padding: 0 1px 0 1px;
            }

                #BulletinViewModal .modal-dialog .modal-content .modal-body .bulletinContainer {
                    height: 90%;
                }

                    #BulletinViewModal .modal-dialog .modal-content .modal-body .bulletinContainer #bulletinModule {
                        border-width: 0;
                        border-style: none;
                    }

                    #BulletinViewModal .modal-dialog .modal-content .modal-body .bulletinContainer iframe {
                        overflow: hidden !important;
                        margin: 10px 10px 10px 15px;
                        border-width: 0;
                        border-style: none;
                        width: 94%;
                        height: 100%;
                    }

            #BulletinViewModal .modal-dialog .modal-content .modal-footer {
                /*position: relative;
	bottom: 30px;*/
                position: absolute;
                bottom: -21%;
                width: 96.3%;
                /*margin: 0 0 20px 20px;*/
                padding: 15px 0 20px 0;
                border: none;
                background-color: #ddd;
                border-radius: 12px;
                text-align: center;
                font-size: 13px;
                color: #666;
                /*font-family: "Helvetica",Helvetica,Arial,sans-serif;*/
                font-family: Helvetica;
                height: 25%;
                left: 0;
                right: 0;
                margin: 0 auto;
            }

                #BulletinViewModal .modal-dialog .modal-content .modal-footer span {
                    font-family: Helvetica;
                }

                #BulletinViewModal .modal-dialog .modal-content .modal-footer p {
                    font-size: 16.25px;
                }

                #BulletinViewModal .modal-dialog .modal-content .modal-footer #StartBtn {
                    width: 170px;
                    height: 40px;
                    line-height: 0;
                    display: block;
                    margin: 10px auto 10px;
                    padding: 10px;
                    font-size: 17.5px;
                    font-family: Helvetica;
                    color: #fff;
                }

#TrainingModal .modal-dialog .modal-content .modal-header {
    border-bottom: none !important;
}

#TrainingModal .modal-content .modal-body {
    /*overflow-y: hidden !important;*/
}

    #TrainingModal .modal-content .modal-body tbody td {
        color: #666;
    }

.padd_zero {
    padding: 0;
}

.page-holder {
    /*height: calc(100% - 100px);
    overflow-y: auto;*/
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

.trainingIcon {
    position: absolute;
    width: auto;
    height: auto;
    padding: 2% 1% 0 0;
    display: block;
    text-align: center;
    top: 0;
    right: 50px;
}

    .trainingIcon span {
        display: block;
        font-family: Helvetica;
        font-size: 12px;
        color: #000;
    }

#TrainingModal .modal-dialog {
    margin-left: 15px;
    margin-top: 40px;
}

    #TrainingModal .modal-dialog .modal-header {
        padding: 11px 0 15px 0;
    }

    #TrainingModal .modal-dialog .modal-body {
        padding: 0 16px;
        padding-bottom: 16px;
    }

#HelpModal .modal-dialog {
    margin: 50px auto;
}

    #HelpModal .modal-dialog .modal-header {
        padding: 11px 0 0 0;
    }

    #HelpModal .modal-dialog .modal-body {
        max-height: 600px !important;
    }

        #HelpModal .modal-dialog .modal-body p {
            padding-top: 23px;
            font-family: Et cetera;
        }

    #HelpModal .modal-dialog .panel-body p {
        padding-top: 18px;
    }

.multiple-images {
    display: block;
    clear: both;
    padding: 10px;
}

#HelpModal .modal-dialog .panel-body a {
    display: -webkit-inline-box;
    color: blue;
    text-decoration: underline;
}

#floatClearDiv {
    clear: both;
}

/*Cart Course table*/
.cartCourseTable {
    margin-bottom: 0;
}

.cartLoginContent .table-responsive {
    border: none;
    border-radius: 10px;
    overflow: auto;
    margin-bottom: 10px;
}

.cartCourseTable tr {
    background-color: gainsboro;
    color: dimgrey;
    border-radius: 25px;
    align-content: center;
    height: 25px;
}

.cartCourseTable th {
    background-color: grey;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
    font: bold;
}

    .cartCourseTable th.cartCourseHeading {
        width: 55%;
    }

    .cartCourseTable th.price {
        width: 15%;
    }

    .cartCourseTable th.licence {
        width: 18%;
    }

.cartCourseTable td {
    padding: 10px;
    border-right: 1px solid white;
}

table td.first {
    display: none;
}

table th.first {
    display: none;
}

/*Cart Total Table*/
.cartTotalTable {
    float: right;
    padding: 0px;
    border-spacing: 0px;
    border-radius: 10px;
    overflow: hidden;
    perspective: 1px;
    margin-bottom: 10px;
}

    .cartTotalTable th {
        background-color: grey;
        color: white;
        padding-left: 10px;
        padding-right: 10px;
        font: bold;
    }

    .cartTotalTable tr {
        background-color: gainsboro;
        color: dimgrey;
        border-radius: 25px;
        align-content: center;
        height: 20px;
    }

    .cartTotalTable td {
        padding: 7px 10px;
        border-right: 1px solid white;
    }

td.totalPrice {
    padding: 7px 10px 7px 5px;
}

.cartTotalTable tbody tr:last-child {
    font: bold 15px Et Cetera;
    border-top: 1px solid white;
    text-align: center;
    height: 25px;
}

.margin0 {
    padding-bottom: 10px;
}

/*Adding text box in Course Table*/
.cartPage .LoginContent input[type=text] {
    width: 43px;
    height: 18px;
    margin: 0;
    padding: 0 10px;
    border-bottom: none;
    font-size: 12px;
    color: black;
    box-shadow: none;
    background-color: white;
    border-radius: unset;
    border: 1px solid grey;
    color: grey;
}

.cartHeading {
    color: rgb(223,17,28);
    padding-left: 10px;
    font-size: 36px;
    margin-top: 5px;
    margin-bottom: 15px;
}

/*To increase width color-profile 1st column*/
.cartCourseTable tr td:first-child {
    white-space: nowrap;
    overflow: hidden;
}

/*Remove cart course button*/
.LoginContainer .LoginContent a.removeitem, #cartLoginContent .removeitem, #cartLoginContent .updateitem {
    padding-bottom: 0px;
    text-align: center;
    cursor: pointer;
}

#cartLoginContent #updateitem img {
    width: 22px;
    height: 22px;
}

.cartPage .cartLoginContent {
    padding: 15px 10px 25px 22px;
    width: 100%;
    height: auto;
    padding: 10px 20px 10px 22px;
    background: #f7f7f7;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 2px 0 #555;
    -moz-box-shadow: 0 1px 2px 0 #555;
    box-shadow: 0 1px 2px 0 #555;
    margin-bottom: 20px;
    margin-top: 22px;
    height: 400px;
    overflow-y: scroll;
}

/*cart log off button*/
.cartPage {
    width: 600px;
    margin: 0 auto;
    margin-top: 5%;
    max-width: 95%;
}

.cart-btn-wrapper {
    margin: 0 auto;
    width: 700px;
    max-width: 95%;
}

    .cart-btn-wrapper #LogOffBtn,
    .cart-btn-wrapper #GoBtn,
    .cart-btn-wrapper #continue {
        width: 31%;
        font-size: 16px;
        height: 60px;
        outline: none;
        font-weight: bold;
        text-shadow: none;
    }

    .cart-btn-wrapper #LogOffBtn,
    .cart-btn-wrapper #continue {
        margin-right: 13px;
    }

/*Register page css*/

.LoginContainer #registerContent .short_Width {
    /*width: 240px;
    margin: 15px 15px 2px 15px;*/
}

.LoginContainer #registerContent .long_Width {
    /*margin: 15px 15px 5px 15px;
    padding-right: 15px;
    width: 525px;*/
}

.LoginContainer #Email-error, #Lname-error, #CompanyName-error {
    /*margin-right: 65px;*/
    /*margin-right: 38px;
    width: 261px;
    float: right;
    padding-left: 48px;
    color: #ce0000;
    font-size: 12px;*/
}

/*#profilecontent #Fname-error,
#profilecontent #Lname-error,
#profilecontent #cellNo-error,
#profilecontent #Email-error {
    padding-left: 0;
    text-align: left;
    float: left;
    margin: 5px 0;
    display: block;
    width: 100%;
    color: #ce0000;
    font-family: Helvetica;
    font-size: 12px;
}*/

/*#profilecontent label {
    color: #666666 !important;
}*/

/*#profilecontent #updateUser {
    width: auto;
    min-width: 134px;
    height: 44px;
    display: block;
    font-family: Helvetica;
    font-size: 13px;
    font-weight: 600;
    color: white;
    line-height: 42px;
    text-transform: uppercase;
    text-align: center;
    -webkit-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    -moz-text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.44);
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.64);
    border: none;
    border-radius: 5px;
    outline: none !important;
    background-color: #6c8f1b;
    padding: 0 15px;
}*/

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

/*.profilename, .profilesurname, .profilenumber {
    margin-bottom: 30px;
}*/

.LoginContainer #username-error, #GDCNumber-error, #password-error, #Fname-error, .LoginContainer #cellNo-error, .LoginContainer #confirmpassword-error {
    /*padding-left: 30px;
    color: #ce0000;
    font-family: Helvetica;
    font-size: 12px;
    margin-left: -10px;*/
}

.LoginContainer #password-error, #confirmpassword-error {
    display: block;
    width: 94%;
}

.LoginContainer #registerContent {
    /*margin: 0 0 20px;
    padding: 0 0 20px 0;
    position: relative;*/
}

.confirmRegistrationImg {
    width: 550px;
    max-width: 100%;
}

#registerButton {
    /*width: 112px;
    height: 37px;
    margin: 0 0 0 16px;
    font: bold 15px arial;
    outline: none;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Helvetica;*/
}

input[type=checkbox].termsConditions {
    margin-left: 15px;
    margin-top: 0px;
    margin-right: 5px;
    background-color: cornflowerblue;
    /*position: absolute;*/
}

.LoginContainer .LoginContent a.termsConditionLabel {
    font-size: 12px;
    position: absolute;
    color: #464646;
    margin-left: 10px;
    /*margin-left: 35px;*/
}

.LoginContainer .requiredNote {
    /*float: right;
    color: #ce0000;
    margin-right: 25px;
    margin-top: 17px;*/
}

.LoginContainer #requiredCheck {
    /*height: 30px;
    float: left;
    margin-top: 15px;
    margin-left: 33px;
    margin-top: 25px;
    font-size: 14px;
    font-family: Helvetica;
    font-weight: normal;*/
    width: 88%;
}

.LoginContainer .TermsConditionRegister {
    /*margin: 15px 0px 55px 0px;*/
    margin: 15px 0 0 0;
    position: relative;
}

.noRobot {
    margin: -65px 0px 0px 320px;
    border: 1px solid grey;
    height: 42px;
    width: 205px;
    border-radius: 5px;
}

.registerHeading {
    /*margin: 15px 0px 20px 15px;
    font-size: 50px;
    font-family: Helvetica;*/
}

.reCapcha {
    height: 45px;
    width: 50px;
}

.noRobotCheckbox {
    height: 30px;
    width: 25px;
}

.registerCaptcha {
    margin-bottom: 20px;
}

.registrationNote {
    margin: 15px 0px 20px 15px;
    font-size: 46px;
    margin-right: 10px;
}

.requireTermError {
    /*float: right;
    margin-top: -17px;*/
}

.captcha-wrapper {
    float: right;
    margin-top: -17px;
}

.ConfirmationEmailNote {
    margin-left: 15px;
    margin-bottom: 50px;
    font-size: 15px;
}

.FailedPaymentNote {
    margin-left: 15px;
    margin-bottom: 20px;
    font-size: 15px;
}

.termsConditionHeading {
    font-size: 45px;
    margin: 15px 15px 15px 10px;
}

.termsNConditionContent {
    margin: 10px 15px 10px 10px;
    padding-right: 15px;
    /*overflow-y:scroll;
	height:420px;*/
}

.LoginContainer #termsConditionsContainer {
    width: 520px;
}

.force-overflow {
    min-height: 450px;
}

#termsNConditionContent::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #FFFFFF;
}

#termsNConditionContent::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#termsNConditionContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#closeTermsConditionsButton {
    width: 140px;
    height: 48px;
    /*margin: 25px 12px 20px 10px;*/
    margin-left: 15px;
    font: bold 15px arial;
}

div#bulletin-logo {
    background-image: url(../images/icons/ico-marketing-sprite.png);
    background-position: 0 44px;
}

/*** Css for Model popup of Terms and condition ***/

#terms-condition .modal-content {
    margin: 0 auto;
    padding: 20px;
    /*height: auto;*/
    height: 100%;
    background: #f7f7f7;
    max-width: 98%;
}

    #terms-condition .modal-content .modal-content-wrapper {
        height: 100%;
        overflow-y: scroll;
    }

#terms-condition .modal-dialog {
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    position: absolute;
    /*height: 650px;*/
    max-width: 100%;
    margin: 0;
    height: 90%;
    width: 100%;
}

.termsConditionLabel {
    outline: 0;
}

#terms-condition a {
    color: grey;
    text-decoration: none;
    font-weight: bold;
}

#termsNConditionContent .tab-pane h2, #termsNConditionContent .tab-pane h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

#termsNConditionContent .tab-pane p, #termsNConditionContent .tab-pane ul {
    font-size: 15px;
    font-weight: 500;
}

#termsNConditionContent .tab-content {
    padding-left: 6px;
}

#termsNConditionContent .tab-pane h3 {
    font-size: 15px;
    font-weight: 600;
}

.nav-tabs > li.active > a {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

#termsSale ul li,
#digitalGoods ul li,
#security ul li {
    list-style-type: disc;
    margin-left: 35px;
}

.btn-wrapper {
    /*position: relative;*/
}

.g-recaptcha {
    /*position: absolute;
    top: 7px;
    right: -40px;*/
    /*-moz-transform: scale(0.55);
    -ms-transform: scale(0.55);
    -o-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    position: absolute;
    right: -38px;
    top: -16px;*/
}

.loginFields {
    clear: both;
    display: block;
    width: 90%;
}

/* Video popup */
#purchaseProductsContent .model {
    top: -60px;
}

#purchaseProductsContent .modal-content .close {
    position: absolute;
    top: 15px;
    right: 40px;
    opacity: 1;
}

#purchaseProductsContent .modal-dialog {
    transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#purchaseProductsContent .modal-content {
    width: 100%;
    padding: 0;
    background: none;
    height: 94%;
    box-shadow: none;
    border: none;
    position: relative;
}

#purchaseProductsContent .modal-body {
    height: 100% !important;
}

#purchaseProductsContent .modal-content .modal-header {
    margin: 0;
    border: none;
}

#purchaseProductsContent .modal-content .modal-body {
    overflow-y: hidden;
}


#registerContainer ::-webkit-input-placeholder {
    color: #ce0000;
}

.LoginContainer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #919191;
}

.LoginContainertmp ::-webkit-input-placeholder {
    color: #ce0000;
}

/*#profilecontent ::-webkit-input-placeholder {
    color: #999999;
}*/


.setup-email-wrapper .intl-tel-input.allow-dropdown .flag-container {
    left: 8px;
}
/*.profileContainer #profilecontent .intl-tel-input.allow-dropdown .flag-container{
     left: 8px;
}*/

/*.profileContainer #profilecontent .intl-tel-input.allow-dropdown {
    position: absolute;
    display: block;
    margin-top: 0;
}*/

.LoginContent .intl-tel-input #Country {
    border: none;
    margin: 0 10px;
    width: 90px !important;
    width: 50px;
    visibility: hidden;
}

.setup-email-wrapper .intl-tel-input.allow-dropdown {
    display: block;
    margin-top: 0;
    bottom: 30px;
    width: 30px;
}

#SupportMobile-error {
    position: absolute;
    bottom: 0px;
}

.intl-tel-input.separate-dial-code.allow-dropdown .selected-flag {
    width: 88px !important;
}

/*.intl-tel-input .country-list {
    max-height: 170px !important;
}*/

/*#profilecontent {
    position: relative;
}*/

.setup-email-wrapper #SupportMobile, #SupportTelephone {
    padding-left: 115px;
    -moz-appearance: textfield;
}
/*.profileContainer #profilecontent #cellNo{
      padding-left: 115px;
    -moz-appearance: textfield;
 }*/
.LoginContent #cellNo {
    padding-left: 97px;
}

.countrycode {
    position: relative;
}

.LoginContent .intl-tel-input {
    position: absolute;
    /*display: block;*/
    left: 15px;
    top: 0;
    margin-top: 14px;
}

.selected-flag:focus {
    outline: none;
}

.LoginContent .intl-tel-input.separate-dial-code .selected-dial-code {
    color: #000000;
}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
}

.paymentwrapper {
    display: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 1000px;
}

#paymentDetails {
    width: 100%;
    height: 500px;
    border: none;
    /*margin-left: -10%;*/
}
/* css for support */
.popover, .popover.bottom > .arrow:after {
    background-color: transparent;
    border-bottom-color: #666;
}

    .popover.bottom > .arrow {
        top: -8px;
    }

    .popover.bottom {
        border: 1px solid transparent;
    }

#support-wrapper {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 11%;
    width: 300px;
    -webkit-box-shadow: 0 1px 2px 0 #555;
    -moz-box-shadow: 0 1px 2px 0 #555;
    box-shadow: 0 1px 2px 0 #555;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.support-header {
    background-color: #666;
    padding: 10px 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .support-header p {
        color: #fff;
    }

.support-text {
    padding: 7px 0px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ebebeb;
    position: relative;
}

    .support-text h4 {
        border-bottom: 1px solid #c3b9b9;
        padding-bottom: 5px;
        color: #000;
        padding-left: 10px;
    }

    .support-text ul li::before {
        background: url(../images/icons/play-icon.png) no-repeat 0px -1px;
        content: "";
        width: 23px;
        height: 20px;
        position: absolute;
        left: 5px;
    }

    .support-text ul li {
        border-bottom: 1px solid #c3b9b9;
        padding: 5px 0 5px 35px;
    }

.support-footer {
    position: relative;
    padding-left: 10px;
}

    .support-footer img {
        vertical-align: top;
    }

    .support-footer img, .support-footer p {
        display: inline-block;
        padding: 10px 5px 10px 0;
        color: #c51c1c;
        font-size: 11px;
    }

.support-details {
    /*position: absolute;
    top: 45px;
    left: 33px;*/
    position: absolute;
    top: 47px;
    left: 33px;
}

    .support-details li:first-child {
        margin-left: 13px;
    }

    .support-details li {
        list-style-type: none;
        display: inline-block;
        float: left;
        line-height: 24px;
        margin-left: 9px;
    }

        .support-details li span {
            color: #ce0000;
            border-right: 1px solid #ce0000;
            padding-right: 9px;
            font-size: 14px;
        }

.popover-content .support-details li {
    font-size: 11px;
}

.support-details li:last-child span {
    border-right: none;
}

.footer-beforelayout {
    display: none;
}

.Home-main {
    width: 60%;
    margin: 0 auto;
}

.Home-menu {
    padding-left: 6px;
    padding-right: 6px;
}

.button_Home {
    background-color: #6db306;
    border: none;
    color: #ffffff;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    width: 85%;
    font-size: 16px;
    font-family: Helvetica;
    font-weight: bold;
    margin-top: -7px;
}

@media only screen and (max-width:1024px) {
    .Home-main {
        width: 75%;
    }

    .container-fluid .error-header {
        height: 100px;
        width: 533px;
        background: #f6b436;
        font-family: Helvetica;
        font-size: 30px;
        color: #fff;
        border-radius: 20px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        margin: 80px 10px 0 0;
        width: 980px;
        padding-left: 20px;
    }

    .container-fluid .error-message {
        height: 80px;
        width: 340px;
        font-family: Helvetica;
        font-size: 20px;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        margin: 20px 10px 0 0;
    }

    .container-fluid .error-message {
        height: 80px;
        width: 340px;
        font-family: Et Cetera;
        font-size: 20px;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        margin: 20px 10px 0 0;
    }
}

@media only screen and (min-device-width:1024px) and (max-width:1440px) {
    .Home-main {
        width: 90%;
    }

    .container-fluid .error-header {
        height: 180px;
        width: 633px;
        background: #f6b436;
        font-family: Helvetica;
        font-size: 30px;
        color: #fff;
        border-radius: 20px;
        text-align: left;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        margin: 80px 20px 0 0;
        width: 980px;
        padding-left: 20px;
    }

    .container-fluid .error-message {
        height: 116px;
        width: 633px;
        font-family: Helvetica;
        font-size: 20px;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        margin: 40px 20px 0 0;
    }
}

@media all and (-ms-high-contrast:none) {
    /*.profileContainer {
        margin-top: 0;
    }

        .profileContainer #profilecontent {
            margin-top: 75px;
        }*/
    /*table.cartCourseTable th:nth-child(2)  {
        border-top-left-radius: 10px;
    }
    table.cartCourseTable td:nth-child(2)  {
        border-bottom-left-radius: 10px;
    }
    table.cartCourseTable th:last-child{
        border-top-right-radius: 10px;
    }
     table.cartCourseTable td:last-child{
        border-bottom-right-radius: 10px;
    }*/

    table.cartTotalTable th:first-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    table.cartTotalTable tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
    }

    table.cartTotalTable tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }

    #terms-condition {
        padding-left: 0 !important;
    }

    .LoginContainer .LoginContent, .paymentSuccessWrapper, .cartPage .cartLoginContent,
    #TrainingAssignment .AssigningTrainingContent, #CurriculumTrainingAssignment .CurriculumAssigningTrainingContent {
        box-shadow: 0px 1px 1px 1px #555;
    }
    /*.profileContainer #profilecontent{
        box-shadow: 0px 1px 1px 1px #555;
    }*/
    #informationModal .modal-dialog .modal-content .modal-body, #DeleteinformationModal .modal-dialog .modal-content .modal-body, #DeleteAssessmentModal .modal-dialog .modal-content .modal-body, #confirmationinformationModal .modal-dialog .modal-content .modal-body, #DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-body {
        display: -ms-flexbox;
        align-items: center;
        justify-content: center;
    }
}

@media (max-device-width: 800px) and (orientation: portrait) {
    #MyZoneWelcome, .LoginContainer, .cartPage {
        max-width: 75% !important;
    }

    #PasswordReminder .LoginContainertmp {
        /*max-width: 75% !important;*/
    }
    /*.profileContainer {
         max-width: 75% !important;
    }*/

    #MyZoneWelcome .MyZoneContent h4 {
        width: 70%;
        word-break: break-word;
    }

    /*#MyZoneWelcome .MyZoneContent #openBulletinList {
            top: -15px;
        }*/

    .cartPage .cartLoginContent {
        margin: 0 auto 20px;
    }

    .cart-btn-wrapper {
        width: 70%;
    }

        .cart-btn-wrapper #LogOffBtn, .cart-btn-wrapper #GoBtn, .cart-btn-wrapper #continue {
            font-size: 11px;
            height: 50px;
        }

    .registrationConfirmContainer {
        height: 400px;
    }

    .profilenumber .intl-tel-input .country-list {
        max-width: 395px;
    }
    /*#BulletinViewModal .modal-dialog .modal-content .modal-footer p {
       margin-top: 30px;
   }*/
}

@media only screen and (max-width:580px) {
    .welcome-text h1, #style-lms-wrapper h1 {
        font-size: 25px;
    }

    #closeTermsConditionsButton {
        width: 100px;
        height: 35px;
    }

    #registerButton {
        width: 70%;
        font: bold 13px arial;
    }

    section#registerContainer {
        max-width: 91% !important;
    }

    .LoginContainer #registerContent .short_Width,
    .LoginContainer #registerContent .long_Width {
        /*width: 90%;*/
    }

    .LoginContainer .requiredNote {
        /*float: left;
        color: #ce0000;
        margin-left: -10px;*/
    }

    .LoginContainer #Email-error, #Lname-error, #CompanyName-error {
        /*float: left;
        color: #ce0000;
        margin-left: -10px; */
    }

    .LoginContainer #Email-error, #Lname-error, #CompanyName-error {
        /*padding-left: 30px;
        color: #ce0000;*/
    }

    .LoginContainer .requiredNote {
        /*margin: 0 0 10px 25px;*/
        /*margin: 7px 0 -7px 16px;*/
    }

    /*.g-recaptcha {
        margin: 0 0 0 -15%;
    }*/

    .captcha-wrapper, .requireTermError, .requireTermError .requiredNote {
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    #recaptcha-error {
        left: 22px;
    }

    #terms-condition .nav-tabs a {
        font-size: 12px;
        word-wrap: break-word;
        width: 75px;
        padding: 5px;
        height: 75px;
    }

    #MyZoneWelcome .LoginContent .col-sm-3 {
        clear: both;
    }

    .tick-wrapper {
        display: inline-block;
    }

    #MyZoneWelcome .MyZoneContent h4 {
        width: 100%;
    }

    #MyZoneWelcome .LoginContent {
        padding-bottom: 0;
        margin: 0;
    }

    #LogOffBtn {
        margin-right: 0;
    }

    #BulletinViewModal .modal-dialog .modal-content .modal-footer p {
        font-size: 13.25px;
    }

    .cart-btn-wrapper {
        max-width: 96%;
        width: 85%;
    }

        .cart-btn-wrapper #LogOffBtn {
            width: 50%;
        }

        .cart-btn-wrapper #continue {
            width: 49%;
            margin-right: 0;
            font-size: 12px;
        }

        .cart-btn-wrapper #GoBtn {
            max-width: 100%;
            width: 99%;
            margin: 10px 0 0;
        }

    .cartPage .cartLoginContent {
        max-height: 350px;
    }

    header .userDetailwrapper {
        height: 0;
    }

    /*.intl-tel-input .country-list {
        max-width: 320px;
    }*/
}

@media only screen and (max-width:767px) {
    .button_Home {
        font-size: 14px;
    }

    #welcome-wrapper {
        width: 100%;
        margin-top: 0px;
    }

    .footer-beforelayout {
        display: block;
    }
    /*#mob-v2-start-btn {
        display: block;
    }
    #desk-v2-start-btn {
        display: none;
    }*/
    /*.LoginContainer, .profileContainer {
    margin-top:100px;
    }*/
    header {
        /*height: 60px;*/
    }

        header a.header-ico {
            height: 15px;
        }

            header a.header-ico span {
                width: 29px;
                height: 3px;
            }

    .fuel_img img {
        height: 40px;
        -webkit-transform: translateY(24%);
        transform: translateY(24%);
        padding-left: 40px;
    }

    .help-logo {
        margin: 12px 10px 0;
    }

        .help-logo img {
            max-width: 74%;
        }

    #MyZoneBackBtn {
        /*height: 50px;
        font-size: 18px;*/
    }

    #GoBtn, #LogOffBtn, #PurchaseProductsLogOffBtn, #PurchaseProductsGoBtn {
        height: 50px;
        font-size: 18px;
    }

    #purchaseProductsContent #PurchaseProductsContainer .courseContainer {
        margin-top: 20px;
    }

    #paymentDetails {
        margin-left: 0;
    }

    #BulletinViewModal .modal-dialog .modal-content .modal-footer {
        padding: 0;
    }

        #BulletinViewModal .modal-dialog .modal-content .modal-footer p, #BulletinViewModal .modal-dialog .modal-content .modal-footer #StartBtn {
            font-size: 12.25px;
        }

        #BulletinViewModal .modal-dialog .modal-content .modal-footer #StartBtn {
            margin: 6px auto 6px;
            height: 10px;
            width: 100px;
        }

    .registrationNote {
        font-size: 25px;
    }

    #Material-admin-wrapper {
        margin-top: 0;
        width: 100%;
    }

    .footer-wrapper {
        width: 100%;
    }

    .footer-icon {
        right: 0;
    }
}

@media (min-width:581px) and (max-width:767px) {

    #registerContent .col-sm-6 {
        /*width: 50%;
        float: left;*/
    }

    .captcha-wrapper, .requireTermError {
        /*float: right !important;*/
    }

    /*#openBulletinList {
        top: 100px;
        position: absolute;
        right: 18px;
    }*/
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    #welcome-wrapper {
        width: 100%;
    }

    div.cart-btn-wrapper {
        width: 83% !important;
        padding-left: 17px;
    }

    #BulletinViewModal .modal-dialog .modal-content .modal-footer {
        margin: 0 0 20px 14px;
    }

    .cart-btn-wrapper #LogOffBtn, .cart-btn-wrapper #GoBtn, .cart-btn-wrapper #continue {
        font-size: 16px !important;
    }

    #paymentDetails {
        margin-left: 0;
    }

    #Material-admin-wrapper {
        width: 100%;
    }

        #Material-admin-wrapper .nav-tabs > li a > div h5 {
            font-size: 12px !important;
        }
}

@media only screen and (max-width:425px) {
    .LoginContainertmp h3, .LoginContent h1, .cartHeading {
        font-size: 25px;
    }

    #MyZoneWelcome, .LoginContainer, .cartPage {
        max-width: 92% !important;
    }

    #PasswordReminder .LoginContainertmp {
        /*max-width: 92% !important;*/
    }
    /*.profileContainer{
         max-width: 92% !important;
    }*/
    .fuel_img {
        width: 50%;
    }

        .fuel_img img {
            padding-left: 10px;
            max-width: 100%;
        }

    #BulletinViewModal .modal-dialog .modal-content .modal-footer p {
        font-size: 13.25px;
    }

    #BulletinViewModal .modal-dialog .modal-content .modal-footer {
        padding: 25px 0;
    }

    td.totalPrice {
        width: 40%;
    }
}

/*Changes Made by Rupali*/
.learner-wrapper .mybulletins-btn-wrapper {
    width: 200px;
    float: left;
}

.mybulletins-btn-wrapper {
    position: relative;
    width: 210px;
    max-width: 100%;
    /*display: inline-block;*/
    float: left;
}

    .mybulletins-btn-wrapper img {
        max-width: 100%;
    }

.subscriber-admin-wrapper .mybulletins-btn-wrapper {
    display: inline-block;
    float: none;
}

.bulletin-count {
    position: absolute;
    background-color: #000;
    top: 6px;
    right: 88%;
    color: #fff;
    width: 23px;
    height: 20px;
    border-radius: 60px;
    font-weight: bold;
}

.home_box {
    width: 100%;
    height: 140px;
    position: relative;
    border: 1px solid #999999;
    margin-bottom: 12px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    font-family: Helvetica;
    padding-top: 10px;
}

.home {
    margin-bottom: 12px;
}

.home_content {
    font-size: 3px;
    font-family: Helvetica;
    color: #666666;
    font-weight: bold;
}

.bulletin-count_home {
    position: absolute;
    background-color: #000;
    top: 12px;
    right: 40%;
    color: #fff;
    width: 23px;
    height: 20px;
    border-radius: 60px;
    font-weight: bold;
}

.CMStyle {
    margin-top: 70px;
    margin-bottom: 70px;
}

.SA {
    margin-bottom: 20px;
}

.Learner_text {
    width: 400px;
    position: relative;
    margin: 4px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
}

.academyNameMargin {
    /*right: 5%;
    top: 153px;
    position: absolute;
    color: #333333;*/
}

.domainCountMargin {
    right: 5%;
    /*top: 69px;*/
    position: absolute;
    color: #333333;
}

.CountMargin {
    right: 15%;
    top: 69px;
    position: absolute;
    color: #333333;
}

.mail-validation {
    /*width:300px !important;
    margin:0px !important;*/
}

.margintop10 {
    margin-top: -10px;
}

.academy-name {
    width: 100%;
    word-wrap: break-word;
}

.formGroupMenu .formGroupMenuContent h4 {
    color: #6f7b8a;
}

.formGroupMenu .formGroupMenuContent h4 {
    width: 100%;
    height: 25px;
    text-align: left;
    line-height: 25px;
    margin-bottom: 10px !important;
}

    .formGroupMenu .formGroupMenuContent h4 span {
        width: 20px;
        height: 20px;
        float: left;
        display: block;
        font-size: 12px;
        color: #6f7b8a;
        line-height: 16px;
        margin: 3px 10px 0 5px;
        text-align: center;
        background: #f4f5f7;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #6f7b8a;
        position: relative;
        z-index: 2;
    }

.formGroupMenu .formGroupMenuContent li label {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.signup {
    /*float: right;*/
}

.formGroupMenu {
    background-color: #f4f5f7 !important;
    height: 565px;
    overflow-y: scroll;
    padding: 20px 0 0 0;
    margin-left: 150px;
}
/*V2 common css*/
.v2-global-btn {
    height: 75px;
    display: block;
    font-family: Helvetica;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2em;
    text-align: center;
    text-shadow: .707px .707px 1px rgba(0,0,0,.33);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}

    .v2-global-btn:focus {
        outline: none;
        border: none;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
    }

#informationModal .modal-dialog .modal-content .modal-footer .v2-global-btn {
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto 0;
    bottom: 10px;
}

#DeleteinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeleteAssessmentModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#ActivateinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeactivateinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#PublishinformationModel .modal-dialog .modal-content .modal-footer .v2-global-btn,
#ResendinformationModel .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeletecurriculumcourseinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeleteCurriculuminformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeletecoursemoduleinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeleteCourseinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn ,
#DeleteBulletinformationModel .modal-dialog .modal-content .modal-footer .v2-global-btn,
#DeleteBulletinCategoryinformationModel .modal-dialog .modal-content .modal-footer .v2-global-btn
{
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    float: left;
    /*margin: 0 auto;*/
    bottom: 10px;
}

#confirmationinformationModal .modal-dialog .modal-content .modal-footer .v2-global-btn {
    font-size: 14px;
    width: 115px;
    height: 40px;
    line-height: 40px;
    float: left;
    bottom: 10px;
}

#LeaveGroupConfirmationModal .modal-dialog .modal-content .modal-footer .v2-global-btn,
#CancelEventAsAttendeeconfirmationModal .modal-dialog .modal-content .modal-footer .v2-global-btn {
    font-size: 14px;
    width: 115px;
    height: 40px;
    /*line-height: 40px;*/
    float: left;
    bottom: 10px;
}

#CancelEventConfirmationModal .modal-dialog .modal-content .modal-footer .v2-global-btn {
    font-size: 14px;
    width: 115px;
    height: 100px;
    /*line-height: 40px;*/
    float: left;
    bottom: 10px;
}



@media (min-width: 1024px) and (max-width: 1920px) {
    .footer-wrapper .footer-icon {
        /*right: 1%;*/
    }
}
/*added this CSS stop display country code content mobile devices*/
.intl-tel-input .country-list
 {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 170px;
    overflow-y: scroll;
    width: 245px;
    overflow-x: hidden;
}

@media (max-width: 500px) {
    .intl-tel-input .country-list {
        white-space: normal;
        max-width: 290px;
    }
   
}
