/* Annamalai*/
div.signup-form input
{
    margin-top: 10px;
}

.top-buffer
{
    margin-top: 20px;
}

.gridButtonbuffer
{
    padding-top: 5px;
}

.submitBtn
{
    min-width: 100px;
    max-width: 200px;
    border: 0;
    padding: 8px;
    color: #fff;
    background-color: #7a2182;
    font-family: 'Graphik', sans-serif;
    font-weight: 500;
}

    .submitBtn:hover
    {
        background-color: rgba(233, 94, 35, 1);
        min-width: 100px;
        max-width: 200px;
        /*End*/
        border: 0;
        padding: 8px;
        color: black;
        font-family: 'Graphik', sans-serif;
        font-weight: 500;
    }

.SHCButton
{
    min-width: 100px;
    max-width: 200px;
    border: 0;
    padding: 8px;
    color: #fff;
    background-color: #7a2182;
    font-family: 'Graphik', sans-serif;
    font-weight: 900;
}

    .SHCButton:hover
    {
        background-color: rgba(233, 94, 35, 1);
        min-width: 100px;
        max-width: 200px;
        /*End*/
        border: 0;
        padding: 8px;
        color: black;
        font-family: 'Graphik', sans-serif;
        font-weight: 900;
    }

/**/
/*div.signup-form div:first-child input:not([type="radio"]):not([type="checkbox"])

    {
        margin-top:0;
        list-style-type: none;
    }*/

.listStyle
{
    list-style-type: disc;
    list-style: circle;
}

div.signup-form div:first-child ul
{
    list-style: none;
}

.inlineRadioList li
{
    display: inline;
}

ul.inlineRadioList
{
    display: inline;
    padding-left: 0;
}

div.signup-form input[type="text"], div.signup-form input[type="tel"], div.signup-form input[type="select"], div.signup-form input[type="textarea"]
{
    width: 100%;
    padding: 8px;
    background-color: #dec8e0!important;
    color: #4c4c4c;
    font-family: 'Stag', Serif;
    clear: both;
}

div.signup-form input[type="submit"]
{
    min-width: 100px;
    max-width: 200px;
    border: 0;
    padding: 8px;
    color: #fff;
    background-color: #7a2182;
    font-family: 'Graphik', sans-serif;
    font-weight: 900;
}

    div.signup-form input[type="submit"]:hover
    {
        background-color: rgba(233, 94, 35, 1);
        min-width: 100px;
        max-width: 200px;
        border: 0;
        padding: 8px;
        color: black;
        font-family: 'Graphik', sans-serif;
        font-weight: 900;
    }

div.modal-form input[type="submit"]:hover
{
    background-color: rgba(233, 94, 35, 1);
    min-width: 100px;
    max-width: 200px;
    border: 0;
    padding: 8px;
    color: black;
    font-family: 'Graphik', sans-serif;
    font-weight: 900;
}

div .signup-form
{
    margin: 0 0 10px;
}

    div.signup-form input[type="textarea"]
    {
        width: 100%;
        border: 0;
        background-color: #dec8e0!important;
        color: #4c4c4c;
        font-family: 'Stag', Serif;
    }

    div.signup-form div:nth-child(n+3)
    {
        margin-top: 10px;
    }

    div.signup-form div
    {
        margin-top: 10px;
    }

/*Modal form styles*/
/*Annamalai*/
div.modal-form input
{
    margin-top: 3px;
}

div.modal-form div:first-child ul
{
    list-style: none;
}

div.modal-form input[type="text"], div.modal-form input[type="tel"], div.modal-form input[type="select"], div.modal-form input[type="textarea"]
{
    width: 100%;
    /*border: 0;*/
    padding: 4px;
    background-color: #dec8e0!important;
    color: #4c4c4c;
    font-family: 'Stag', Serif;
    clear: both;
}

div.modal-form input[type="submit"]
{
    /*width: 50%;*/
    /*Annamalai*/
    min-width: 100px;
    max-width: 200px;
    /*End*/
    border: 0;
    padding: 8px;
    color: #fff;
    background-color: #7a2182;
    font-family: 'Graphik', sans-serif;
    font-weight: 900;
}

/*button style*/
input[type="submit"]
{
    min-width: 100px;
    max-width: 200px;
    border: 0;
    padding: 8px;
    color: #fff;
    background-color: #7a2182;
    font-family: 'Graphik', sans-serif;
    font-weight: 900;
}
/*end*/

div .modal-form
{
    margin: 0 0 10px;
}

    div.modal-form input[type="textarea"]
    {
        width: 100%;
        border: 0;
        /*padding: 8px;*/
        background-color: #dec8e0!important;
        color: #4c4c4c;
        font-family: 'Stag', Serif;
    }

    div.modal-form div:nth-child(n+3)
    {
        margin-top: 5px;
    }

/*div.modal-form div
    {
        margin-top: 10px;
    }*/

/*End Modal form styles*/

.form-control:focus
{
    border-color: #782b90;
    /*border-color: none;*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #782b90;
    /*box-shadow: none;*/
}

html body .RadInput_Default .riTextBox:focus
{
    border-color: #782b90 !important;
    /*border-color: none;*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #782b90!important;
}

html body .RadInput_Default .riTextBox:hover
{
    /*border:0!important;*/
}

html body .RadInput_Default .riTextBox
{
    /*border:0!important;*/
    /*border-color: #782b90;*/
    border-radius: 4px!important;
    /*border:0!important;*/
}

.RadPicker_Default table.rcTable .rcInputCell
{
    border-bottom-left-radius: 4px!important;
    border-top-left-radius: 4px!important;
}

.RadPicker_Default table.rcTable, .RadPicker_Default table.rcTable td
{
    border-bottom-right-radius: 4px!important;
    border-top-right-radius: 4px!important;
}

.form-control
{
    /*width: 100%;
    border: 0;
    padding: 8px;*/
    background-color: #dec8e0 !important;
    color: #4c4c4c;
    font-family: 'Stag', Serif;
    /*font-size:large;*/
}

input:-webkit-autofill
{
    color: #dec8e0 !important;
}

.gridform-control
{
    padding-bottom: 0!important;
    margin-bottom: 0 !important;
    margin-top: 1px !important;
    background-color: #dec8e0!important;
    color: #4c4c4c;
    font-family: 'Stag', Serif;
    height: 30px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .gridform-control:focus
    {
        border-color: #782b90;
        /*border-color: none;*/
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #782b90;
        /*box-shadow: none;*/
    }

.btn-file:focus
{
    border-color: #782b90;
    /*border-color: none;*/
    /*box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #782b90;*/
}

.btn-file
{
    background-color: #dec8e0;
    width: 100%;
    text-align: left;
    color: #4c4c4c;
    font-family: 'Stag', Serif;
}

/*tbody
{
    font-size:medium;
}*/
/*.signup-form
{
    background-color:#dec8e0;
    border-radius: 25px;
}*/

/*th
{
    background-color: rgb(79,145,205);
        background-image: linear-gradient(rgb(120,43,144),rgb(79,145,205));
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);

        font-size:medium;
}*/

.modalWindow
{
    background-color: #f1e9f4;
    font-size: medium;
    width: 50%;
    top: 1px;
}

.center
{
    text-align: center;
    padding-bottom: 10px;
}

th
{
    background-color: #782b90;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    border: 1px solid #782b90;
}

th, td
{
    padding: 15px 20px;
}

tbody
{
    /*border: 1px solid #e0e0e0!important;*/
    /*Report viewer fix- commented by Annamalai*/
    border: 0px solid #e0e0e0!important;
    /*End*/
}

    tbody td
    {
        padding: 20px;
    }

table, th, td
{
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
}

/*table
{
    width: 100%;
    border-collapse: collapse;
}

*/

a.submitBtn
{
    width: 50%;
    /*Annamalai*/
    min-width: 100px;
    max-width: 150px;
    /*End*/
    border: 0;
    padding: 8px;
    color: #fff;
    background-color: #7a2182;
    font-family: 'Graphik', sans-serif;
    font-weight: 900;
}

/*Old popup style*/

.modalBackground
{
    background-color: #111111;
    filter: alpha(opacity=40);
    opacity: 0.4;
    z-index: 13;
}

#messageBoxOverlay
{
    width: 100%;
    height: 100%;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    display: none;
}

#messageBox
{
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #eee;
    width: 328px;
    position: absolute;
    z-index: 100002;
    display: none;
    background-color: rgba(222, 200, 224, 1);
}

    #messageBox .messageBoxContent
    {
        text-align: left;
        padding: 10px;
        margin: 13px;
        color: #666;
        font-family: arial;
        font-size: 13px;
    }

a.messageBoxButton
{
    margin: 0px auto 0 auto;
    text-align: center;
    display: block;
    width: 50px;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    background-color: #802B8F;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.25);
    position: relative;
    cursor: pointer;
}

    a.messageBoxButton:hover
    {
        background-color: #802B8F;
    }

#messageBox .messageBoxContent p
{
    font-weight: 700;
    margin: 0;
}

#messageBox .messageBoxContent ul
{
    margin: 10px 0 10px 20px;
    padding: 0;
    height: 50px;
}

/*end*/
/*newsListing*/
.newsListing
{
}

.contentArea .newsListing ul
{
    border-top: 1px solid #d8d8d8;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .contentArea .newsListing ul li
    {
        border-bottom: 1px solid #d8d8d8;
        margin: 0;
    }

.newsListing ul a
{
    display: block;
    min-height: 44px;
    color: #444;
    padding: 10px;
}

    .newsListing ul a img
    {
        float: left;
    }

    .newsListing ul a strong
    {
        display: block;
        font: 24px/28px "e004093t";
        color: #7f1399;
        margin: 0 0 0 60px;
        text-decoration: underline;
    }

    .newsListing ul a em
    {
        display: block;
        margin: 0 0 0 60px;
    }

    .newsListing ul a:hover
    {
        text-decoration: none;
        background: #f1f1ef;
    }
/*newsArticle*/
.newsArticle
{
}

    .newsArticle h2
    {
        font-size: 18px;
        margin: 0;
    }
/*site map*/
/*#sitemap {}
 #sitemap ul{ list-style:none; padding:0; margin:0;}
 #sitemap ul li {margin:0;}
#sitemap ul li {}
#sitemap ul a { font-size:0.85em; color:#444; display:block;}
#sitemap ul ul ul a {font: 16px/34px e004093t; color:#7f1399; }
#sitemap ul ul ul ul li { min-height:20px; background:url(../images/siteMapTree.gif) no-repeat 0 0; padding:0 0 0 30px;}
#sitemap ul ul ul ul li:last-child {background:url(../images/siteMapTree.gif) no-repeat 0 -20px;}
#sitemap ul ul ul ul a {font:12px/20px Arial, Helvetica, sans-serif; color:#444; }*/

.memberSpecials
{
    padding: 15px 0 0 0;
}

.specialPanel
{
    display: block;
    float: left;
    position: relative;
    width: 237px;
    font-size: 12px;
    /*height:420px;*/
    padding: 0;
    margin: 0 0 0 15px; /*css3 transition*/
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border: 1px solid #7a2182;
    /*border-radius: 0 10px 0 0;*/
}

    .specialPanel:hover
    {
        -webkit-box-shadow: 0 0 5px 0 #ccc;
        box-shadow: 0 0 5px 0 #ccc;
    }

    .specialPanel:first-child
    {
        margin-left: 0;
    }

    .specialPanel a.imageLink
    {
        display: block;
        color: #818174;
        height: 130px;
        border: 1px solid #d8d8d8;
        border-bottom: 0 none;
        -webkit-border-radius: 0 5px 0 0;
        /*border-radius: 0 10px 0 0;*/
        padding: 15px 15px 5px 15px;
        text-align: center;
    }

        .specialPanel a.imageLink:hover
        {
            background: #f1f1ef;
        }

        .specialPanel a.imageLink .image
        {
            position: relative;
            height: 130px;
            overflow: hidden;
            text-align: center;
            margin: 0 0 10px 0;
        }

            .specialPanel a.imageLink .image .specialImg
            {
                height: 130px;
            }

        .specialPanel a.imageLink img.zoomImg
        {
            position: absolute;
            top: 39px;
            left: 77px;
            display: block;
            zoom: 1;
            filter: alpha(opacity=0);
            opacity: 0; /*css3 transition*/
            -webkit-transition: all 400ms ease-in-out;
            -moz-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
        }

        .specialPanel a.imageLink:hover img.zoomImg
        {
            display: block;
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .specialPanel .description
    {
        display: block;
        background-color: rgba(120, 43, 144, 1);
        font-size: medium;
        color: white;
        height: 48px;
        overflow: hidden;
        /*border-right: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;*/
        padding: 5px 15px;
    }
    /*
    .specialPanel .discount
    {
        display: block;
        color: #79288c;
        border-right: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
        padding: 0 15px;
    }

    .specialPanel .points
    {
        display: block;
        color: #f26124;
        text-transform: uppercase;
        border-right: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
        padding: 0 15px;
    }*/

    .specialPanel a:hover, .specialPanel:hover .discount, .specialPanel:hover .points
    {
        text-decoration: none;
    }

    .specialPanel .orderLink
    {
        display: block;
        background: url(../images/arrow_bulletWhite.gif) no-repeat 217px 9px #7f1399;
        text-transform: uppercase;
        color: #fff;
        padding: 5px 15px;
    }

        .specialPanel .orderLink:hover
        {
            background: url(../images/arrow_bulletWhite.gif) no-repeat 217px 9px #333;
        }

    .specialPanel .orderInstructions
    {
        display: none;
        position: absolute;
        bottom: 40px;
        left: -24px;
        width: 250px;
        height: auto;
        border: solid 1px #ccc;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 15px;
        background: #fff;
        z-index: 10;
        -webkit-box-shadow: 0 0 10px 0 #ccc;
        box-shadow: 0 0 10px 0 #ccc;
    }

        .specialPanel .orderInstructions a
        {
            position: absolute;
            top: -9px;
            right: -9px;
            width: 19px;
            height: 19px;
            text-indent: -9999px;
            background: url(../images/sprites.png) no-repeat -281px -183px;
        }

    .specialPanel .memberSpecialHeaderColumn
    {
        background-color: rgba(86, 29, 90, 1);
        color: White;
        width: 50px;
        padding-left: 2px;
    }

.memberSpecialList a.imageLink .image
{
    height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0 0 0px 0;
}

    .memberSpecialList a.imageLink .image .specialImg
    {
        width: 40px;
    }

.memberSpecialList .orderInstructions
{
    display: none;
    position: absolute;
    top: 100px;
    right: 100px;
    width: 250px;
    height: 120px;
    border: solid 2px #7f1399;
    padding: 15px;
    background-color: white;
    z-index: 10;
}

    .memberSpecialList .orderInstructions a
    {
        float: right;
        padding: 0 0 10px 10px;
    }

.memberSpecialList td
{
    vertical-align: middle;
}

.highlightBox
{
    border: solid 1px #D8D8D8;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: auto;
    background-color: #F1F1EF;
    padding: 10px;
    margin: 5px 0;
}

/*login styles*/
/*.loginPanel { position:absolute; top:50px; left:-1px; width:215px; display:none; background:#000; background: RGBa(0, 0, 0, .9); -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; font:13px/15px Calibri, "Lucida Sans Unicode", "Lucida Grande", sans-serif; padding:20px; z-index:11; }
.loginPanel h2 { color:#f26124; }
.loginPanel table th { text-align:left; font-weight:normal; vertical-align:middle; }
.loginPanel table td { padding:0 0 5px 0; }
.loginPanel label { color:#fff; text-transform:uppercase; white-space:nowrap; padding:0 10px 0 0; }
.loginPanel .newListSelected { position:relative; width:140px; background:#fff; height:23px; -webkit-border-radius:5px; border-radius:5px; z-index:11; }
.fieldLabel { display:none; }
.selectedTxt { position:relative; display:block; line-height:23px; background:url(../images/sprites.png) no-repeat 117px -273px; padding:0 5px; z-index:12; }
.selectedTxt:hover { background:url(../images/sprites.png) no-repeat 117px -296px; cursor:pointer; }
.loginPanel { color:white }
.loginPanel ul.newList { position:absolute; top:18px!important; left:0; width:140px; background:#fff; -webkit-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px; padding:5px 0; z-index:11; }
.loginPanel ul.newList li { }
.loginPanel ul.newList li a { display:block; width:130px; color:#444; font-size:13px; line-height:20px; border-bottom:1px solid #d8d8d8; padding:0 5px; }
.loginPanel ul.newList li:first-child a { border-top:1px solid #d8d8d8; }
.loginPanel ul.newList li a:hover { background:#d8d8d8; color:#000; text-decoration:none; }
.loginPanel input.loginBox { height:17px; border:0 none; -webkit-border-radius:5px; border-radius:5px; background:#fff; width:130px; font:13px/17px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; padding:3px 5px; }
.loginPanel input.loginBox:focus { background:#d8d8d8; }
.loginPanel a { color:#ccc; line-height:26px; font-size:11px; float:left; }
.loginPanel input.loginButton { display:inline-block; float: right; height:26px; font:13px "e004093t"; -webkit-border-radius:5px; border-radius:5px; border:0 none; background:#f26124; color:#fff; text-shadow:-1px -1px 0 #a94419; padding:0 15px; }
.loginPanel input.loginButton:hover { cursor:pointer; background:#b5491b; background:-moz-linear-gradient(top, #f26124 0%, #a94419 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f26124), color-stop(100%, #a94419)); background: -webkit-linear-gradient(top, #f26124 0%, #a94419 100%); background: -o-linear-gradient(top, #f26124 0%, #a94419 100%);  background: -ms-linear-gradient(top, #f26124 0%, #a94419 100%);  background: linear-gradient(to bottom, #f26124 0%, #a94419 100%);  }
.loginPanel div { padding:5px 0 10px 0 }*/

/*end*/

/*bootstrap styles*/
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .form-signin-heading, .form-signin .checkbox
    {
        margin-bottom: 10px;
    }

    .form-signin .checkbox
    {
        font-weight: normal;
    }

    .form-signin .form-control
    {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus
        {
            z-index: 2;
        }

    .form-signin input[type="text"]
    {
        margin-bottom: -1px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .form-signin input[type="password"]
    {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.ABNContentblock img
{
    width: 25px;
}

.ABNContentblock span
{
    display: inline-block;
    padding-right: 2px!important;
    padding-left: 2px!important;
}

    .ABNContentblock span:first-of-type
    {
        margin-left: 30px!important;
    }

.ABNContentblock
{
    display: inline-block;
    line-height: 10px!important;
    width: 100%;
    vertical-align: middle;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
}

.footer-copy a:first-of-type
{
    margin-left: 0!important;
}

.footer-menu .container div:nth-child(-n+2)
{
    font-weight: 300 !important;
}

    .footer-menu .container div:nth-child(-n+2) ul
    {
        font-weight: 500 !important;
    }

/*.litFooterMenuHideXS {
      font-weight: 500 !important;
  }

  .litFooterMenu {
      font-weight: 500 !important;
  }*/

/*.dropdown-menu {
      min-width: 150px!important;
        }*/

/*.fill-width.dropdown {
    position: absolute;
}*/
.fill-width.dropdown > .dropdown-menu
{
    min-width: 250px!important;
}

.login-box
{
    margin-top: 20px;
    /*padding: 40px 0px 20px 0px;*/
    padding: 20px 20px 20px 20px;
    background-color: #f7f7f7;
    /*-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    -webkit-box-shadow: 0px 1px 1px 1px #7f1399;
    box-shadow: 0px 1px 1px 2px #7f1399;
    -moz-box-shadow: 0px 1px 1px 1px #7f1399;
    min-height: 410px;
}

/*Download grid styles*/
/*.altRow {
 background-color: #dec8e0;
}
.altRow :hover{
 background-color: #dec8e0;
}*/
/*Row style*/
/*Download statement styles*/
.download-statement
{
    background-color: #dec8e0;
    padding: 20px 30px;
    color: #7a2182;
    display: block;
    width: 100%;
    margin: 15px auto;
    border-top: 9px solid #7a2182;
    font-weight: 900;
    font-family: 'Graphik', sans-serif;
    font-size: 24px;
    min-height: 80px;
}

    .download-statement a, .download-statement a:hover
    {
        color: #7a2182;
        font-weight: 300;
        font-size: 18px;
    }

        .download-statement a:hover
        {
            text-decoration: none;
        }

    .download-statement .size
    {
        float: left;
        width: 100%;
        height: 100%;
    }

        .download-statement .size img
        {
            margin-top: -5px;
            margin-left: 10px;
            float: right;
        }

    .download-statement span
    {
        float: left;
        vertical-align: text-top;
    }

/*.download-statement:after
        {
            content: "\00a0";
        }*/
/*end download statement style*/

.download-grid-alt
{
    background-color: #dec8e0;
}

.download-grid
{
    /*  comment by anu- bcos not looking good in the list view*/
    /*background-color: #dec8e0;*/
    /*end*/
    color: #7a2182;
    display: block;
    width: 100%;
    margin: 2px auto;
    /*border-top: 9px solid #7a2182;*/
    font-weight: 900;
    font-family: 'Graphik', sans-serif;
    font-size: 16px;
}

    .download-grid a, .download-grid a:hover
    {
        color: #7a2182;
        font-weight: 300;
        font-size: 16px;
    }

        .download-grid a:hover
        {
            text-decoration: none;
        }

    /*.download-grid .size
    {
        float: right;
    }*/
    .download-grid .size span
    {
        float: left;
        padding-left: 5px;
    }

    .download-grid span
    {
        float: left;
    }

    .download-grid .size img
    {
        /*margin-top: -5px;*/
        margin-left: 10px;
        height: 15px!important;
        float: right;
        vertical-align: middle;
    }

/*end row style*/

/*TeamMember*/
.TeamMember
{ /*width:703px;*/
    min-height: 127px;
}

    .TeamMember .Employee
    {
        float: left;
        padding: 1px 0 0 1px;
    }

        .TeamMember .Employee:first-child
        {
            padding: 1px 0 0 0;
        }

        .TeamMember .Employee a
        {
            display: block; /*width:175px;*/
            border-bottom: 1px solid #d8d8d8;
            font: 11px/25px "e004093t";
            color: #818174;
            text-align: center; /*css3 transition*/
            -webkit-transition: all 400ms ease-in-out;
            -moz-transition: all 400ms ease-in-out;
            -o-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
            z-index: 11;
        }

            .TeamMember .Employee a img
            {
                display: block;
            }

            .TeamMember .Employee a:hover
            {
                background: #f1f1ef;
                text-decoration: none;
            }

.contentArea .TeamMember
{
    border: 1px solid #d8d8d8;
    background: #f1f1ef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 19px 19px 4px 19px;
    margin: 25px 0;
}

    .contentArea .TeamMember a
    {
        border-bottom: 0 none;
    }

        .contentArea .TeamMember a:hover
        {
            background: #fff;
        }

.Employee
{ /*width:703px;*/
    min-height: 220px;
    padding: 30px 20px;
    border: 1px solid #7a2182;
    margin-top: 20px;
    /*padding: 40px 0px 20px 0px;*/
    padding: 20px 20px 20px 20px;
    background-color: #f7f7f7;
    /*-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);*/
    /*-webkit-box-shadow: 0px 1px 1px 1px #7a2182;
    box-shadow: 0px 1px 1px 2px #7a2182;
    -moz-box-shadow: 0px 1px 1px 1px #7a2182;
    min-height: 410px;*/
}

.contentArea .Employee
{
    border: 1px solid #d8d8d8;
    background: #f1f1ef;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 19px 19px 4px 19px;
    margin: 25px 0;
}

.EmployeePhoto
{
    vertical-align: sub;
    padding-right: 5px;
    width: 150px;
}

.Document
{ /*width:703px;*/
    min-height: 127px;
    padding-left: 15px;
}

.WrapperClass
{
    border: 1px solid #7a2182;
    margin-top: 20px;
    padding: 20px 20px 20px 20px;
    padding-bottom: 10px;
    background-color: #f7f7f7;
}

.contentArea .Document
{ /*border:1px solid #7a2182; background: #f7f7f7;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 19px 19px 4px 19px;
    margin: 25px 0;
    border: 1px solid #7a2182;
    margin-top: 20px;
    /*padding: 40px 0px 20px 0px;*/
    padding: 20px 20px 20px 20px;
    background-color: #f7f7f7;
}

.Events
{ /*border:1px solid #7a2182; background: #f7f7f7;*/
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #7a2182;
    margin-top: 20px;
    /*padding: 40px 0px 20px 0px;*/
    /*padding: 20px 20px 20px 20px;*/
    padding: 10px!important;
    background-color: #f7f7f7;
}

.signup-form .Events div
{
    margin-top: 0!important;
    vertical-align: middle!important;
}
/*div.signup-form div:nth-child(n+3)
{
    }*/

.Events h4
{
    padding-bottom: 0px;
    /*display:inline-block;*/
    text-decoration: underline;
}

.Events em
{
    /*content:'\00000A'!important;*/
    /*white-space:pre-line;*/
    /*margin-top:1px;*/
    vertical-align: top;
}

.Events p
{
    font-size: 18pt;
}

.Events img
{
    padding-right: 10px;
    vertical-align: top;
}

.Events a:hover
{
    text-decoration: none;
}

.Events a
{
    text-decoration: none;
}
/*
    .Events ul
    {
       vertical-align:top!important;
    }*/

.loginText
{
    text-align: center;
    color: rgba(120, 43, 144, 1)!important;
}

.docImage
{
    width: 16px;
    height: 16px;
    border-bottom-style: none;
    float: left;
}

.container .container
{
    padding: 0;
}

    /*Style fix for the Link boxes Annamalai*/
    .container .container .links
    {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }

    .container .container .side-text
    {
        padding-left: 25px!important;
    }
/*End*/

.login-title
{
    color: #555;
    font-size: 36px!important;
    font-weight: 400;
    display: block;
}

.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.need-help
{
    margin-top: 10px;
}

.new-account
{
    display: block;
    margin-top: 10px;
}
/*end*/
.dynamic-text
{
    display: none;
    height: 0;
    width: 0;
}

/*.nav > li > a {
     margin-top:40px
 }*/

.dropdown-menu
{
    /*position:relative;*/
}

.navbar-white .navbar-nav > li .dropdown-menu
{
    /*border-right:1px solid yellow;*/
    border: 0;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover
{
    color: rgba(182, 65, 145, 1);
}

.dropdown a
{
    color: rgba(120, 43, 144, 1);
}

.navbar-nav > li > a
{
    color: rgba(120, 43, 144, 1);
}

.specialPanel a.imageLink
{
    height: 160px;
}

.login a:hover
{
    color: rgba(86, 29, 90, 1)!important;
}

.yamm-content a
{
    color: #fff !important;
}

/*Top Flag style*/
.FlagImg
{
    width: 65px!important;
    border-radius: 5px;
    border-top: #ccc 1px solid;
    border-right: #ccc 1px solid;
    border-bottom: #777 1px solid;
    border-left: #777 1px solid;
}

    .FlagImg:hover
    {
        width: 65px!important;
        border-radius: 5px;
        border-top: rgba(191, 52, 139, 1) 1px solid;
        border-right: rgba(191, 52, 139, 1) 1px solid;
        border-bottom: rgba(86, 29, 90, 1) 1px solid;
        border-left: rgba(86, 29, 90, 1) 1px solid;
    }

.Flag
{
    background-color: rgba(120, 43, 144, 1);
    top: -5px;
    height: 20px;
}

    .Flag a
    {
        /*padding: 15px 5px !important;*/
    }

    .Flag img
    {
        /*width: 20px;
        height: 20px;*/
    }

.navbar-nav > li > a
{
    /*line-height: 35px!important;*/
}
/*End Top Flag Style*/

/*report viewer style fix*/

.reportView table td
{
    vertical-align: middle;
}

.reportView
{
    max-height: 700px!important;
}

    .reportView table, .reportView tr, .reportView td, .reportView div
    {
        padding: 0px!important;
    }

    .reportView input[type="text"], .reportView select
    {
        margin-bottom: 5px;
    }

    .reportView input[type="submit"]
    {
        padding-left: 5px!important;
    }

    .reportView div, .reportView td
    {
        font-size: 11pt!important;
    }

    /*.reportView table[id^='ParameterTable'] first-child tr:first-child td:first-child
    {width:60%!important;}*/

    .reportView table[id^='ParameterTable'] input[type="submit"]
    {
        margin-right: 250px!important;
        margin-left: 40px!important;
    }

.country-select
{
    margin-top: 10px;
    margin-right: 10px!important;
    background-color: rgba(182, 65, 145, 1)!important;
    color: whitesmoke;
    border-radius: 5px;
    font-weight: 100;
    font-size: small;
    height: 28px;
    width: 130px;
    padding-right: 6px!important;
}

.country-selectDisabled
{
    margin-top: 10px!important;
    margin-right: 10px!important;
    background-color: #dec8e0!important;
    color: whitesmoke;
    border-radius: 5px;
    font-weight: 100;
    font-size: small;
    height: 28px;
    width: 130px;
    padding-right: 6px!important;
    cursor: default !important;
}

.datepicker-IE9
{
    float: left;
}

.navbar-default .nav.navbar-nav.init-nav
{
    font-size: small;
}

    .navbar-default .nav.navbar-nav.init-nav ul
    {
        font-size: small;
    }

/*.reportView div
{
    width:100%!important;
}*/

/*end report viewer style*/

.navbar-white
{
}

.navbar .navbar-collapse
{
}

.feedbackArea
{
    margin: 0.5em 0 1em 0;
    padding: 1em;
}

.successMsg
{
    color: rgba(120, 43, 144, 1); /*#3c763d;*/
    background-color: rgba(249, 249, 249, 1); /*#dff0d8;*/
    border-color: rgba(191, 52, 139, 1); /*#d6e9c6;*/
    border: 1px solid;
    /*border-color: #d6e9c6;*/
    border-radius: 5px;
}

.errorMsg
{
    color: red;
    background-color: rgba(249, 249, 249, 1);
    border-color: red!important;
    border: 1px solid;
    border-radius: 5px;
}

.SHCMargin
{
    margin-left: 15px;
    margin-right: 15px;
}

.footer-menu a
{
    color: white!important;
}

.tableSpecials
{
    /*border:1px solid;
    border-color:#7a2182;*/
}

/*.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}*/

/*Media Queries*/

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .login-box
    {
        min-height: 400px;
    }
}

@media screen and (min-width: 768px)
{
    /*bootstrap Menu style override*/
    .dropdown-menu li:hover .sub-menu
    {
        visibility: visible;
    }

    .dropdown:hover .dropdown-menu
    {
        display: block;
    }

    /*End Menu style*/

    .container .container .side-text
    {
        padding-top: 40px;
    }

    /*IE9 fix for featured-text-wrapper style*/
    .row-width
    {
        width: 96%!important;
    }

    /*End IE 9 fix for featured-text-wrapper style*/

    .LogoutXS
    {
        display: none;
    }
}

@media screen and (max-width: 767px)
{
    .vvsdmHeaderDivFirstRowRightCol
    {
        padding-top: 5px!important;
    }

    .sdsdmHeaderDivFirstRowRightCol
    {
        padding-top: 5px!important;
    }

    .vvpurplebeltDiv
    {
        height: 525px!important;
    }

    .capvvmHeaderDiv
    {
        height: 525px!important;
    }

    .purplebeltDiv
    {
        height: 529px!important;
    }

    .knwpurplebeltDiv
    {
        height: 529px!important;
    }

    .vvsdmHeaderDiv
    {
        height: 529px!important;
    }

    .vvFixedDiv
    {
        position: absolute;
        top: 150px;
    }

    .sdFixedDiv
    {
        position: absolute!important;
        top: 150px;
    }

    .vvsdHeaderTextDiv
    {
        padding-left: 5px!important;
        font-size: small!important;
    }

    .knwdHeaderTextDiv
    {
        padding-left: 5px!important;
        font-size: small!important;
    }

    #ServiceData
    {
        position: static!important;
        top: 500px;
    }

    #VehicleVideos
    {
        position: static!important;
        top: 500px;
    }

    .dynamic-text
    {
        display: inline;
        height: 10px;
        width: 10px;
    }

        .dynamic-text:before
        {
            content: "Download";
        }

    .modalWindow
    {
        height: 100%;
        width: 70%;
        overflow: scroll;
    }

    .checkboxlist
    {
        overflow: scroll;
    }

    div.signup-form input[type="submit"]
    {
        width: 50%;
        /*Annamalai*/
        /*width: 200px;*/
        /*End*/
    }

    thead
    {
        font-size: 14px;
        font-weight: 300;
        border: 1px solid #782b90;
        word-wrap: break-word;
        max-height: 50px;
    }

    th
    {
        font-size: 14px;
        font-weight: 300;
        border: 1px solid #782b90;
        word-wrap: break-word;
        max-height: 50px;
    }
    /*here*/
    tr
    {
        font-size: 14px;
        font-weight: 300;
    }

    span.help-block
    {
        /*font-size: 120%;*/
    }

    .login-box
    {
        min-height: 450px;
    }

    .ABNContentblock
    {
        font-size: small; /*font size reduced on Small devices- Annamalai*/
    }
    /*Style fix for the Link boxes Annamalai*/
    .container .container .links
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .container .container .side-text
    {
        padding-left: 0!important;
    }

    /*End*/

    .LogoutXS
    {
        display: block;
        padding-right: 10px;
    }

        .LogoutXS:hover
        {
            text-decoration: none;
        }

    .SHCButton
    {
        min-width: 100px;
        max-width: 200px;
        border: 0;
        padding: 8px;
        color: #fff;
        background-color: #7a2182;
        font-family: 'Graphik', sans-serif;
        font-weight: 900;
        font-size: small;
    }

        .SHCButton:hover
        {
            background-color: rgba(233, 94, 35, 1);
            min-width: 100px;
            max-width: 200px;
            /*End*/
            border: 0;
            padding: 8px;
            color: black;
            font-family: 'Graphik', sans-serif;
            font-weight: 900;
            font-size: small;
        }

    .navbar-nav > li > a
    {
        line-height: 7px;
    }

    .navbar-nav .open .dropdown-menu > li > a
    {
        line-height: 7px;
    }

    .navbar-white .navbar-nav > li > a
    {
        line-height: 15px;
    }
}

/*IE9 fix for featured-text-wrapper style*/
@media screen and (min-width:990px)
{
    .row-width
    {
        width: 96.5%!important;
    }
    /*Table style*/
    .table-style
    {
        width: 96.5%!important;
    }
    /*End table style*/
}
/*End IE 9 fix for featured-text-wrapper style*/

/*IE9 fix for featured-text-wrapper style*/
@media screen and (min-width:1200px)
{
    .row-width
    {
        width: 97.3%!important;
    }

    /*Fix for Text Left Image right Smartform*/
    .fill
    {
        background-color: rgba(222, 200, 224, 1)!important;
        width: 97.5%!important;
        margin-left: 15px!important;
    }

    .image-split .img-left
    {
        padding-left: 0px!important;
    }

    .image-split .img-right
    {
        padding-right: 0px!important;
    }

    .container .fill
    {
        padding: 0!important;
    }

    /*End*/

    /*Table style*/
    .table-style
    {
        width: 97.5%!important;
    }
    /*End table style*/

    .navbar-white .navbar-nav > li > a
    {
        padding: 0 21px;
    }
}
/*End IE 9 fix for featured-text-wrapper style*/

/*@media screen and (min-width: 768px) and (max-width: 769px)
{
    .navbar-right
    {
        display: none;
    }

    .navbar-toggle
    {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header
    {
        margin-right: -15px;
        margin-left: -15px;
    }
}*/

@media screen and (min-width: 768px) and (max-width: 990px)
{
    .vvsdmHeaderDivFirstRowRightCol
    {
        padding-top: 100px!important;
    }

    .sdsdmHeaderDivFirstRowRightCol
    {
        padding-top: 100px!important;
    }

    .knwpurplebeltDiv
    {
        height: 544px !important;
    }

    .capvvmHeaderDiv
    {
        height: 385px!important;
    }

    .vvpurplebeltDiv
    {
        height: 385px!important;
    }

    .knwvvpurplebeltDiv
    {
        height: 360px!important;
    }

    .purplebeltDiv
    {
        height: 360px!important;
    }

    .vvsdmHeaderDiv
    {
        height: 360px!important;
    }

    /*Table style*/
    .table-style
    {
        width: 96%!important;
    }
    /*End table style*/

    .navbar-white .navbar-nav > li > a
    {
        padding: 0 7px;
    }
}

@media screen and (max-width: 990px)
{
    .modalWindow
    {
        height: 100%;
        width: 70%;
        overflow: scroll;
    }
    /*Style fix for the Link boxes Annamalai*/
    .container .container .links
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }

    .container .container .side-text
    {
        padding-left: 0!important;
    }

    /*End*/
}

/*@media screen and (min-width: 768px) and (max-width: 1200px)*/
@media screen and (min-width: 990px) and (max-width: 1200px)
{
    .navbar-white .navbar-nav > li > a
    {
        padding: 0 13px;
    }
}

@media screen and (max-height: 850px)
{
    .modalWindow
    {
        width: 60%;
        height: 70%;
        overflow: scroll;
    }
}

@media screen and (min-width: 990px) and (max-width: 1200px)
{
    .sdsdmHeaderDivFirstRowRightCol
    {
        padding-top: 90px!important;
    }

    .vvsdmHeaderDivFirstRowRightCol
    {
        padding-top: 90px!important;
    }

    #ServiceData
    {
        /*position: static!important;*/
        top: -100px;
    }

    #VehicleVideos
    {
        /*position: static!important;*/
        top: -100px;
    }

    .knwdHeaderDiv
    {
        height: 560px;
    }

    .knwpurplebeltDiv
    {
        height: 560px!important;
    }

    .knwPrdSD
    {
        top: -60px;
    }

    .capvvmHeaderDiv
    {
        height: 415px!important;
    }

    .vvpurplebeltDiv
    {
        height: 415px!important;
    }

    .purplebeltDiv
    {
        height: 390px!important;
    }

    .vvsdmHeaderDiv
    {
        height: 390px!important;
    }

    .modalWindow
    {
        height: 100%;
        width: 70%;
    }

    /*Fix for Text Left Image right Smartform*/

    .fill
    {
        background-color: rgba(222, 200, 224, 1)!important;
        width: 96.7%!important;
        margin-left: 15px!important;
    }

    .image-split .img-left
    {
        padding-left: 0px!important;
    }

    .image-split .img-right
    {
        padding-right: 0px!important;
    }

    .container .fill
    {
        padding: 0!important;
    }

    /*End*/

    /*Table style*/
    .table-style
    {
        width: 96.7%!important;
    }
    /*End table style*/

    .SHCButton
    {
        min-width: 100px;
        max-width: 200px;
        border: 0;
        padding: 8px;
        color: #fff;
        background-color: #7a2182;
        font-family: 'Graphik', sans-serif;
        font-weight: 400;
        font-size: medium;
    }

        .SHCButton:hover
        {
            background-color: rgba(233, 94, 35, 1);
            min-width: 100px;
            max-width: 200px;
            /*End*/
            border: 0;
            padding: 8px;
            color: black;
            font-family: 'Graphik', sans-serif;
            font-weight: 400;
            font-size: medium;
        }
}

@media screen and (max-width: 1200px)
{
    .vvFixedDiv
    {
        position: absolute!important;
        top: 150px;
    }

    .sdFixedDiv
    {
        position: absolute!important;
        top: 150px;
    }

    /*#ServiceData
    {
        position: static!important;
        top: 500px;
    }

    #VehicleVideos
    {
        position: static!important;
        top: 500px;
    }*/

    .Flag
    {
        display: none!important;
    }
}

/*SD*/

.SDbackground
{
    background-color: rgb(62,186,212);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.SDbackgroundfonts
{
    color: white;
}

.SDdetails
{
    background-color: white;
    padding: 20px;
    padding-top: 50px;
}

    .SDdetails p
    {
        text-align: left;
    }

    .SDdetails ul
    {
        text-align: left;
    }

    .SDdetails img
    {
        text-align: center;
    }

.SDfonts
{
    font-size: small;
}

.SDlist
{
    font-size: 18px;
    font-weight: 500;
    color: rgb(62,186,212);
    list-style-type: square;
    margin-top: 15px;
}

    .SDlist li
    {
        margin-bottom: 5px;
    }

.SDbutton
{
    position: relative;
    top: 25px;
    width: 189px;
    height: 50px;
    background-color: rgb(0,148,173);
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    font-size: 18px;
    font-weight: bold;
}

.SDmorebutton
{
    width: 189px;
    height: 50px;
    background-color: rgb(0,148,173);
    margin: auto;
    padding-top: 13px;
    font-size: 18px;
}

.SDbackground #SDStart
{
    text-align: center;
}

#SDbutton a
{
    color: white!important;
}

/*VV*/

.VVbackground
{
    background-color: rgb(144,201,70);
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.VVbackgroundfonts
{
    color: white;
}

.VVdetails
{
    background-color: white;
    padding: 20px;
    padding-top: 50px;
}

    .VVdetails p
    {
        text-align: left;
    }

    .VVdetails ul
    {
        text-align: left;
    }

    .VVdetails img
    {
        text-align: center;
    }

.VVfonts
{
    font-size: small;
    /*color: rgb(144,201,70);*/
}

.VVlist
{
    font-size: 18px;
    font-weight: 500;
    color: rgb(144,201,70);
    list-style-type: square;
    margin-top: 20px;
}

    .VVlist li
    {
        margin-bottom: 15px;
    }

.VVbutton
{
    position: relative;
    top: 25px;
    width: 189px;
    height: 50px;
    background-color: rgb(108,157,39);
    margin-left: auto;
    margin-right: auto;
    padding-top: 13px;
    font-size: 18px;
    font-weight: bold;
}

.VVmorebutton
{
    width: 189px;
    height: 50px;
    background-color: rgb(108,157,39);
    margin: auto;
    padding-top: 13px;
    font-size: 18px;
}

#VVbutton a
{
    color: white!important;
}

.vvsdHeaderDiv
{
    background-color: purple;
    text-align: center;
    display: inline-block;
}

.knwdHeaderDiv
{
    background-color: #782b90;
    text-align: center;
    display: inline-block;
}

.vvsdHeaderTextDiv
{
    color: White;
    padding-top: 20px;
    text-align: left;
    background-color: purple;
    padding-left: 100px;
}

    .vvsdHeaderTextDiv h1
    {
        color: White;
        padding-bottom: 15px;
    }

    .vvsdHeaderTextDiv p
    {
        font-size: small;
    }

    .vvsdHeaderTextDiv h3
    {
        color: White;
        font-weight: 500;
        font-size: medium;
        padding-bottom: 15px;
    }

/*VV PAGE*/

.knwdHeaderTextDiv
{
    color: White;
    text-align: left;
    background-color: #782b90;
    padding-left: 100px;
}

    .knwdHeaderTextDiv h1
    {
        color: White;
        padding-bottom: 15px;
    }

    .knwdHeaderTextDiv p
    {
        font-size: small;
    }

    .knwdHeaderTextDiv h3
    {
        color: White;
        font-weight: 500;
        font-size: medium;
        padding-bottom: 0px!important;
    }

.vvsdmHeader2Div
{
    background-color: white;
    text-align: center;
    color: purple;
}

    .vvsdmHeader2Div img
    {
        /*margin-top: 20px;*/
        margin: 20px;
    }

.vvsdmHeaderDiv
{
    background-color: rgb(76,179,210);
    text-align: center;
    display: inline-block;
    height: 340px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.vvsdmHeaderTextDiv
{
    color: purple;
    text-align: left;
    background-color: rgb(76,179,210);
    padding-left: 15px;
}

    .vvsdmHeaderTextDiv h1
    {
        color: purple;
        padding-bottom: 5px;
    }

    .vvsdmHeaderTextDiv p
    {
        font-size: 24px;
        font-weight: 300;
    }

    .vvsdmHeaderTextDiv h3
    {
        color: purple;
        font-weight: 500;
        font-size: medium;
        padding-bottom: 5px;
    }

.vvsdmHeaderSDLogo
{
    color: purple;
    text-align: left;
    background-color: rgb(76,179,210);
    padding-left: 15px;
}

.vvsdmHeaderTestimonialsDiv
{
    background-color: white;
    text-align: center;
    display: inline-block;
    color: purple;
}

.vvsdmHeaderText
{
    color: black;
    font-size: small;
    padding: 10px;
}

.capvvmHeaderDiv
{
    background-color: rgb(149,190,43);
    text-align: center;
    display: inline-block;
    height: 330px;
    color: purple;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.capvvmHeaderTextDiv
{
    color: purple;
    text-align: left;
    background-color: rgb(149,190,43);
    padding-left: 15px;
}

    .capvvmHeaderTextDiv h1
    {
        color: purple;
        padding-bottom: 10px;
    }

    .capvvmHeaderTextDiv p
    {
        font-size: 24px;
        font-weight: 300;
    }

    .capvvmHeaderTextDiv h3
    {
        color: purple;
        font-weight: 500;
        font-size: medium;
        padding-bottom: 5px;
    }

.capvvmHeaderSDLogo
{
    color: purple;
    padding-top: 5px;
    text-align: left;
    background-color: rgb(149,190,43);
    padding-left: 15px;
}

.capvvmHeader2Div
{
    background-color: white;
    text-align: center;
    display: inline-block;
    color: purple;
}

.capvvmHeader3Div
{
    padding-top: 20px;
    color: rgb(149,190,43);
    background-color: white;
}

    .capvvmHeader3Div p
    {
        font-weight: 500;
        font-size: 30px;
    }

.vvsdmHeaderContentsDiv
{
    padding-top: 20px;
    padding-left: 20px;
    text-align: center;
    vert-align: middle;
}

.vvRibbon4
{
    text-align: left;
}

    .vvRibbon4 h3
    {
        font-size: 24px;
        text-align: center;
    }

.Rbn3vvsdmHeaderTextDiv
{
    text-align: center;
    font-size: 18px;
    color: black;
    margin-top: 30px;
    margin-bottom: 10px;
}

.vvsdmHeaderContentsDivParent
{
    width: 400px;
    height: 200px;
    padding: 20px;
    padding-top: 50px;
    background-color: rgb(149,190,43);
}

.capvvmGreenBullets
{
    list-style-type: square;
    color: rgb(149,190,43);
}

.capvvmGreenText
{
    /*font-size: small;*/
    font-size: 18px;
    color: rgb(149,190,43);
}

.capvvmPurpleText
{
    font-size: small;
    color: purple;
}

.capvvmPurpleBullets
{
    list-style-type: square;
    color: purple;
}

.capvvmGreenBullets li
{
    margin-bottom: 15px;
}

.play-icon
{
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.vvFixedDiv
{
    padding: 20px;
    color: white;
    height: 100px;
    width: 150px;
    float: right;
    right: 0;
    position: fixed;
    background-color: rgb(149,190,43);
    z-index: 1;
    text-align: center;
    font-weight: 700;
}

.sdFixedDiv
{
    padding: 20px;
    color: white;
    height: 100px;
    width: 150px;
    float: right;
    right: 0;
    position: fixed;
    background-color: rgb(76, 179, 210);
    z-index: 1;
    text-align: center;
    font-weight: 700;
}

.vvpurplebeltDiv
{
    background-color: rgb(149,190,43);
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 330px;
}

.knwpurplebeltDiv
{
    background-color: #782b90;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 474px;
}

.purplebeltDiv
{
    background-color: rgb(76,179,210);
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    height: 340px;
}

.knwPrdSD
{
    text-align: center;
    min-height: 420px;
    /*position: relative;*/
    top: -110px;
    padding: 2px;
    background-color: rgb(62,186,212);
}

.knwPrdVV
{
    text-align: center;
    min-height: 420px;
    /*position: relative;*/
    top: -120px;
    padding: 2px;
    background-color: rgb(144,201,70);
}

.SdLoginMainHeader
{
}

    .SdLoginMainHeader h2
    {
        padding: 0px !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

.vvsdmHeaderTextDiv h1
{
    padding: 0px !important;
    padding-bottom: 5px!important;
}

.SdLoginMainHeader .csl-login-form
{
    margin-top: 10px;
}

.vvsdmHeaderDivFirstRowRightCol
{
    padding-top: 50px;
    background-color: rgb(149,190,43);
}

.sdsdmHeaderDivFirstRowRightCol
{
    padding-top: 50px;
    background-color: rgb(76,179,210);
}

.vvsdmHeaderTextDiv p
{
    padding-bottom: 10px;
}

.vvRibbon2
{
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.Ribbon3MainDiv
{
    text-align: center;
}

.Ribbon3h3
{
    font-size: 38px;
}

.vvsdmHeaderContentsDivParentBkg
{
    cursor: pointer;
    /*width: 100%;*/
    top: 50%;
}

.vvsdmHeaderContentsDivParentPly
{
    cursor: pointer;
    width: 100%;
    top: 50%;
    left: 50%;
}

.knwdHeaderContDiv
{
    background-color: #782b90;
}

    .knwdHeaderContDiv img
    {
        max-width: 90% !important;
    }

#forDevWork h3:not(:first-child)
{
    padding: 0px !important;
    margin: 0px !important;
}