/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,800italic,800,700italic,700);

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body
{
    line-height: 22px;
    background: url(../images/back.png) repeat 0 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section
{
    display: block;
}

ul, li
{
    list-style: none;
}

blockquote, q
{
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after
    {
        content: '';
        content: none;
    }

a
{
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins
{
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark
{
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del
{
    text-decoration: line-through;
}

abbr[title], dfn[title]
{
    border-bottom: 1px dotted;
    cursor: help;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select
{
    vertical-align: middle;
}

h1
{
    color: #565656;
    font-size: 36px;
    margin-bottom: 31px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 35px;
}

h2
{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
    font-family: 'Open Sans', sans-serif;
}

h3
{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e9e9e9;
}

h4
{
    font-family: 'Open Sans', sans-serif;
    color: #4a4f58;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

h5
{
    font-family: Arial, Helvetica, sans-serif;
    color: #696969;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 5px;
}

h6
{
    font-family: 'PT Sans', sans-serif;
    color: #343c46;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 13px;
}

.spacer, .clear
{
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
}

.noback
{
    background-image: none !important;
}

.nomargin
{
    margin-right: 0 !important;
}

.nopadding-right
{
    padding-right: 0 !important;
}

.nomargin-bottom
{
    margin-bottom: 0 !important;
}

.nomargin-right
{
    margin-right: 0 !important;
}

/**11-Feb-2017**/

.inputFildBorder
{
    border: 2px #ff0000 solid !important;
}




/**header section start**/

header
{
    background: #2eb6e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background-color: #ffffff;
    padding-top: 40px;
    width: 100%;
}

.topSec
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}

a.logo
{ /*display:inline-block;*/
    margin-bottom: 54px;
}

.girl
{
    position: absolute;
    right: 0;
    top: 37px;
}

.navigation
{
    width: 1366px;
    margin: 0px auto;
    position: relative;
}

    .navigation p
    {
        float: left;
        width: 75%;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        line-height: 41px;
        position: absolute;
        left: 12.5%;
    }

span#lblOrganisatioinName
{
    padding: 0px 0px 0px 28px;
}

.navSec
{
    background-color: #005f91;
    background-repeat: repeat-x;
    width: 100%;
    min-height: 39px;
    margin-top: 6px;
}


nav.left
{
    float: left;
    position: absolute;
    z-index: 1;
}

.left ul li
{
    color: #fff;
    line-height: 40px;
    margin-right: 10px;
    float: left;
}

    .left ul li a, .right ul li a
    {
        font-family: 'Open Sans', sans-serif;
        color: #fff;
        text-decoration: none;
        margin-left: 5px;
    }

        .left ul li a:hover, .right ul li a:hover
        {
            color: #ffb37c;
        }

nav.right
{
    float: right;
    position: absolute;
    z-index: 1;
    right: 0px;
}

.right ul li
{
    color: #fff;
    line-height: 40px;
    float: right;
    padding-right: 5px;
}

.menu
{
    background: url(../images/menu-icon.png) no-repeat;
    width: 100%;
    display: none;
    text-indent: -10000px;
}

.menuDash
{
    background: url(../images/menu-icon.png) no-repeat;
    width: 100%;
    display: none;
    text-indent: -10000px;
}

.mobile
{
    display: none;
}

.mobileDash
{
    display: none;
}
/**header section end**/

.container
{
    margin: 0 auto;
    max-width: 1366px;
    padding: 43px 0 49px;
    width: 96%;
}
/**login section start**/
h1.account
{
    text-align: center;
}

.login
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #B5C6D7;
    border-radius: 5px;
    box-sizing: border-box;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 19px;
    width: 540px;
}

    .login label
    {
        background: none repeat scroll 0 0 #F2F2F2;
        border: 1px solid #DDDCDC;
        border-radius: 5px;
        display: block;
        height: 28px;
        padding: 10px 16px;
        margin-bottom: 18px;
    }

        .login label .fa
        {
            line-height: 2;
            float: left;
        }

.fa-user:before
{
    content: "?";
    margin-right: 9px;
    color: #606060;
}

.fa-key:before
{
    content: "?";
    margin-right: 7px;
    color: #606060;
}

input[type="text"]
{
    background: none repeat scroll 0 0 #F2F2F2;
    width: 75%;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    color: #565656;
    font-size: 14px;
    float: left;
}

input[type="password"]
{
    background: none repeat scroll 0 0 #F2F2F2;
    width: 80%;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    color: #565656;
    font-size: 14px;
}

.has-js .label_check
{
    padding-left: 28px;
}

.has-js .label_check
{
    background: url(../images/check-off.png) no-repeat;
}

.has-js label.c_on
{
    background: url(../images/check-on.png) no-repeat;
}

.has-js .label_check input
{
    position: absolute;
    left: -9999px;
}

.label_check
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none !important;
    float: left;
    height: 23px !important;
    padding-bottom: 0 !important;
    padding-left: 10px;
    padding-right: 0 !important;
    padding-top: 0 !important;
    margin-right: 10px;
    margin-bottom: 0px !important;
}

a.forget {
    color: #000;
    text-decoration: none;
}

    a.forget:hover
    {
        text-decoration: underline;
    }


    a.forgetfront
{
    background: #ffc000;
    border: 0 none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 36px;
    margin-top: 12px;
    padding: 0px 22px;
    height: 38px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
    float: left;
    margin-right: 55px;
    text-decoration:none;
}

    a.forgetfront:hover
    {
        text-decoration: underline;
    }

/**login section end**/

/**login dashboard section start**/
.girl-back
{
    position: absolute;
    right: 0;
    top: 51px;
}

.avater
{
    padding-right: 20px;
}

.rightDash
{
    float: right;
}

    .rightDash ul li
    {
        background: url("../images/pipe-top.jpg") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
        color: #FFFFFF;
        float: left;
        line-height: 40px;
        margin-right: 18px;
    }

        .rightDash ul li a
        {
            color: #FFFFFF;
            font-family: 'Open Sans',sans-serif;
            margin-left: 5px;
            text-decoration: none;
        }

            .rightDash ul li a:hover
            {
                color: #FFB37C;
            }

        .rightDash ul li:last-child
        {
            background: none;
            margin-right: 0px;
        }

input[type="submit"]
{
    background: #00bde1;
    border: 0 none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 36px;
    margin-top: 12px;
    /* margin-right: 12px; */
    padding: 0px 42px;
    height: 38px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
    /* float: left; */
}

    input[type="submit"]:hover
    {
        background: #00bde1;
    }
    
    input[type="submit2"]
{
    background: #00bde1;
    border: 0 none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 36px;
    margin-top: 12px;
    margin-right: 12px; 
    padding: 0px 15px;
    height: 38px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
    margin-bottom: 15px;
   float: left; 
}

    input[type="submit2"]:hover
    {
        background: #00bde1;
    }
/**login dashboard section end**/

/**home page start**/
.latestNews
{
    margin-bottom: 29px;
    position: relative;
}

.topNews
{
    background: #fbac3b;
    border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    padding: 0px 21px;
    min-height: 40px;
    overflow: hidden;
}

    .topNews h2
    {
        float: left;
        margin: 0;
        line-height: 40px;
    }

.bottomNews
{
    padding: 22px 21px;
    border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid #b5c6d7;
    border-top: 0;
    background: #fff;
    width: 100%;
}

    .bottomNews ul
    {
        width: 100% !important;
    }

    .bottomNews h3
    {
        color: #565656;
    }

.logoSec
{
    overflow: hidden;
}

    .logoSec ul li
    {
        width: 31.70%;
        display: inline-block;
        margin-right: 27px;
        background: #f2f7fc;
        border: 1px solid #b5c6d7;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 19px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        margin-bottom: 29px;
    }

        .logoSec ul li p
        {
            color: #161415;
            font-size: 16px;
            margin-top: 18px;
            text-align: center;
            height: 22px;
        }

a.viewRange
{
    background: #77ae14;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 37%;
    margin: 0 auto;
    padding: 7px 5px;
    text-decoration: none;
    margin-top: 11px;
    display: block;
}

    a.viewRange:hover
    {
        background: #568396;
    }

a.viewRange1
{
    background: #77ae14;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 42%;
    margin: 0 auto;
    padding: 7px 5px;
    text-decoration: none;
    margin-top: 11px;
    display: block;
}

    a.viewRange1:hover
    {
        background: #568396;
    }

.logoSec ul li span
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6E5F3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    display: table-cell;
    height: 168px;
    margin: 0 auto 19px;
    vertical-align: middle;
    width: 10%;
}

    .logoSec ul li span img
    {
        display: block;
        margin: 0 auto;
        vertical-align: text-top;
        width: 47%;
    }

.nav
{
    float: right;
    margin-top: 9px;
}

#nav a, #s7 strong
{
    background: none repeat scroll 0 0 #d88f27;
    border-radius: 4px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px;
    padding: 3px 10px;
    text-decoration: none;
}

    #nav a.activeSlide
    {
        background: none repeat scroll 0 0 #ffc777;
    }

    #nav a:focus
    {
        outline: medium none;
    }
/**home page end**/

/**product start**/

.smallPro
{
    background: none repeat scroll 0 0 #F2F7FC;
    border: 1px solid #B5C6D7;
    border-radius: 5px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 29px;
    margin-right: 26px;
    padding: 19px;
    text-align: center;
}

    .smallPro span
    {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #D6E5F3;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-sizing: border-box;
        display: table-cell;
        width: 154px;
        height: 80px;
        vertical-align: middle;
        padding: 0px 7px;
    }

h1.middleText
{
    line-height: 118px;
}

/**product end**/

/**my account start**/

aside
{
    float: left;
    margin-right: 26px;
    overflow: hidden;
    width: 69.3%;
    margin-bottom: 26px;
}

article.leftSec
{
    background: #f2f7fc;
    border: 1px solid #b5c6d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 19px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 10px;
    overflow: hidden;
}

.productImg span
{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6E5F3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    display: table-cell;
    height: 168px;
    margin: 0 auto 19px;
    vertical-align: middle;
    padding: 0px 30px;
}

    .productImg span img
    {
        display: block;
        margin: 0 auto;
        vertical-align: text-top;
        /*width:100%;*/
    }

.productImg
{
    float: left;
    margin-right: 13px;
}

.contentArea
{
    width: 54%;
    display: table-cell;
}

.productHeading
{ /*background:#b44012;*/
    border-radius: 4px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px; /*padding:5px 13px;*/
    font-size: 20px;
    margin-bottom: 10px;
}

    .productHeading span
    {
        float: left;
        color: #fff;
    }

.contentArea p
{
    text-align: left;
}

.productHeading ul
{
    float: right;
    margin-bottom: 0px;
}

    .productHeading ul li
    {
        float: left;
        background: url(../images/pipe-down.jpg) no-repeat 100% 50%;
        padding: 0px 12px;
    }

        .productHeading ul li a
        {
            font-size: 14px;
            color: #fff;
            text-decoration: none;
        }

            .productHeading ul li a:hover
            {
                color: #ffbfa6;
            }

.spSupport
{
    margin-top: 3px !important;
}

.contentArea a.viewRange
{
    background: none repeat scroll 0 0 #77AE14;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-table;
    margin: 11px auto 0;
    padding: 3px 20px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

    .contentArea a.viewRange:hover
    {
        background: #568396;
    }

.supportInfo ul
{
    text-align: center;
    margin: 0px;
}
/*.supportInfo li { display: inline-block; margin-right: 2.6%; width: 31.1%;}*/

.supportInfo li
{
    float: left;
    margin-right: 3.3%;
    width: 31.1%;
    min-height: 266px;
    position: relative;
}

    .supportInfo li div
    {
        margin-top: 26px;
        background: #f2f7fc;
        border: 1px solid #b5c6d7;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 19px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .supportInfo li div div
        {
            background: none;
            border: 0px;
            padding: 0px;
            margin-top: 0px;
            float: none;
        }
        /*.supportInfo li div a{
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D6E5F3;
    border-radius: 5px;
    box-sizing: border-box;
    display: table-cell;
    height: 125px;
    margin: 0 auto 19px;
    vertical-align: middle;
    width: 13%;
}*/

        .supportInfo li div a
        {
            /* border: 1px solid #D6E5F3; */
            border-radius: 5px;
            box-sizing: border-box;
            display: block;
            height: 125px;
            margin: 0 auto;
            vertical-align: middle;
            font-size: 13px;
        }

            .supportInfo li div a.fa
            {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                border: 0 none;
                height: 16px;
                margin-bottom: 0;
                margin-top: 3px;
                position: absolute;
                top: 5px;
            }

                .supportInfo li div a.fa:hover
                {
                    color: #000;
                }

        .supportInfo li div .fa
        {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
            border: 0 none;
            height: 16px;
            margin-bottom: 0;
            margin-top: 3px;
            color: #fff;
            cursor: pointer;
            float: right;
            position: absolute;
            right: 7px;
        }

        .supportInfo li div fa-download:before
        {
            content: "\f019";
        }

        .supportInfo li div .fa:hover
        {
            color: #000;
        }

.descrip
{
    background: none repeat scroll 0 0 #77AE14 !important;
    border: medium none !important;
    margin-top: 5px !important;
    /*overflow: hidden;*/
    padding: 5px !important;
    min-height: 121px !important;
}

    .descrip label
    {
        color: #fff;
        font-weight: normal;
        width: 78%;
    }

    .descrip a
    {
        float: right;
        text-decoration: none;
        color: #fff;
        margin-top: 5px;
    }

.rightSec
{
    float: left;
    margin-bottom: 28px;
    width: 27%;
}

    .rightSec ul li
    {
        margin-top: 19px;
        background: #f2f7fc;
        border: 1px solid #b5c6d7;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        padding: 19px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .rightSec ul li:hover
        {
            background: #fff;
            cursor: pointer;
        }

        .rightSec ul li span
        {
            background: none repeat scroll 0 0 #FFFFFF;
            border: 1px solid #D6E5F3;
            border-radius: 5px;
            box-sizing: border-box;
            display: table-cell;
            height: auto;
            text-align: center;
            vertical-align: middle;
            padding: 0px 5px;
            display: block;
        }

            .rightSec ul li span img
            {
                display: block;
                margin: 0 auto;
            }

.textSec
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    border: medium none !important;
    color: #161415;
    display: table-cell;
    font-size: 16px;
    padding: 0 5px;
    text-align: left !important;
    text-decoration: none;
    width: auto !important;
    vertical-align: middle;
}
/**my account end**/

/**my details start**/
.myDetails
{
    background: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: auto;
    overflow: hidden;
    margin-bottom: 11px;
}

    .myDetails h3
    {
        background: none repeat scroll 0 0 #B44012;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 25px;
        padding: 5px 10px;
    }

    .myDetails input.big[type="text"]
    {
        background: #f2f2f2;
        border: 1px solid #dddcdc;
        color: #565656;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        height: 39px;
        padding: 0px 9px;
        width: 81.9%;
        font-size: 14px;
        float: none;
    }
    .myDetails input.bigVimeo[type="text"]
    {
        background: #f2f2f2;
        border: 1px solid #dddcdc;
        color: #565656;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        height: 39px;
        padding: 0px 9px;
        width: 81.9%;
        font-size: 14px;
        float: none;
    }

.sendmailbig
{
    background: #f2f2f2;
    border: 1px solid #dddcdc;
    color: #565656;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 200px;
    padding: 0px 9px;
    width: 81.9%;
    font-size: 14px;
}

.myDetails input[type="text"], .myDetails input[type="password"]
{
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDCDC;
    border-radius: 5px;
    color: #565656;
    height: 39px;
    padding: 0 9px;
    width: 61.9%;
    float: none;
}

.myDetails textarea
{
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDCDC;
    border-radius: 5px;
    color: #565656;
    height: 200px;
    padding: 0 9px;
    width: 61.9%;
}

.myDetails label
{
    display: inline-block;
    line-height: 39px;
    margin-bottom: 9px;
    width: 147px;
}

/*form div{position:relative;}*/

/* setting the width and height of the SELECT element to match the replacing graphics */
select.select
{
    height: 39px !important;
    line-height: 26px;
    position: relative;
    top: 3px;
    width: 299px !important;
    z-index: 10;
    font-size: 15px;
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #dddcdc;
    border-radius: 5px;
}

select.selectsmall
{
    height: 39px !important;
    line-height: 26px;
    position: relative;
    top: 3px;
    width: 240px !important;
    z-index: 10;
    font-size: 15px;
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #dddcdc;
    border-radius: 5px;
    margin-bottom: 5px;
}

#owl-demo .item img
{
    display: block;
    width: 100%;
    height: auto;
}
/* dynamically created SPAN, placed below the SELECT */
span.select
{
    background: url("../images/arrow-select.png") no-repeat scroll 97% 50% #F2F2F2;
    border: 1px solid #DDDCDC;
    border-radius: 4px;
    cursor: default;
    float: left;
    left: 151px;
    line-height: 40px;
    position: absolute;
    text-indent: 10px;
    width: 66%;
    z-index: 1;
}

/* first variation (LABEL is above the SELECT) */
form div.variation1 label
{
    display: block;
    line-height: 26px;
}

/* second variation (LABEL is placed on the left of the SELECT) */
form div.variation2 label
{
    float: left;
    width: 151px;
    line-height: 41px;
}

form div.variation2 span.select
{
    left: 151px;
}

.variation2
{
    height: 50px;
    width: 450px;
}

.formLeft
{
    float: left;
    width: 454px;
}

.formRight
{
    float: right;
    width: 452px;
}

input[type="button"]
{
    background: none repeat scroll 0 0 #77AE14;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 10px auto;
    padding: 5px 25px;
    text-align: center;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
}

    input[type="button"]:hover
    {
        background: none repeat scroll 0 0 #568396;
    }

input.settingsave[type="submit"]
{
    background: none repeat scroll 0 0 #77AE14;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 10px auto;
    padding: 0px 25px;
    text-align: center;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
    text-transform: inherit;
}

    input.settingsave[type="submit"]:hover
    {
        background: none repeat scroll 0 0 #568396;
    }

a.video
{
    background: url("../images/video.png") no-repeat scroll 50% 0 #FFFFFF;
}

    a.video:hover
    {
        background: url("../images/video.png") no-repeat scroll 50% 113% #fff;
    }
    
a.audio
{
    background: url("../images/Audio.png") no-repeat scroll 50% -32% #FFFFFF;
}

    a.audio:hover
    {
        background: url("../images/Audio.png") no-repeat scroll 50% 123% #fff;
    }
    
a.wma
{
    background: url("../images/wma.png") no-repeat scroll 50% -20% #FFFFFF;
}

    a.wma:hover
    {
        background: url("../images/wma.png") no-repeat scroll 50% 120% #fff;
    }

a.EPS
{
    background: url("../images/EPS.png") no-repeat scroll 50% -25% #FFFFFF;
}

    a.EPS:hover
    {
        background: url("../images/EPS.png") no-repeat scroll 50% 124% #fff;
    }

a.presentation
{
    background: url("../images/presentation.png") no-repeat scroll 50% -23% #FFFFFF;
}

    a.presentation:hover
    {
        background: url("../images/presentation.png") no-repeat scroll 50% 118% #fff;
    }

a.fob
{
    background: url("../images/fob.png") no-repeat scroll 50% -31% #FFFFFF;
}

    a.fob:hover
    {
        background: url("../images/fob.png") no-repeat scroll 50% 117% #fff;
    }

a.tvc
{
    background: url("../images/tvc.png") no-repeat scroll 50% -13% #FFFFFF;
}

    a.tvc:hover
    {
        background: url("../images/tvc.png") no-repeat scroll 50% 112.5% #FFFFFF;
    }

a.pdf
{
    background: url("../images/pdf.png") no-repeat scroll 50% -25% #FFFFFF;
}

    a.pdf:hover
    {
        background: url("../images/pdf.png") no-repeat scroll 50% 128% #FFFFFF;
    }

a.zip
{
    background: url("../images/zip.png") no-repeat scroll 50% -26% #FFFFFF;
}

    a.zip:hover
    {
        background: url("../images/zip.png") no-repeat scroll 50% 133% #FFFFFF;
    }

a.jpg
{
    background: url("../images/jpg.png") no-repeat scroll 50% -8% #FFFFFF;
}

    a.jpg:hover
    {
        background: url("../images/jpg.png") no-repeat scroll 50% 114% #FFFFFF;
    }

a.websitelink {
    background: url("../images/websitelink.jpg") no-repeat scroll 50% -10% #FFFFFF;
}
a.youtube
{
    background: url("../images/youtube.png") no-repeat scroll 50% -10% #FFFFFF;
}

    a.youtube:hover
    {
        background: url("../images/youtube.png") no-repeat scroll 50% 103% #FFFFFF;
    }

.youtubeweb
{
    position: relative;
    top: -91px;
}

.matimage img
{
    height: 123px;
    border-radius: 5px;
    margin: 0px auto;
    /*width:100%;*/
    max-width: 100%;
    max-height: 100%;
}

.matimage
{
    background: #fff;
}

.matvideoimage img
{
    height: 123px;
    border-radius: 5px;
    margin: 0px auto;
    width:250px;
    max-width: 100%;
    max-height: 100%;
}

.matvideoimage
{
    background: #fff;
}



label.tvadd
{
    float: left;
}

/**my details end**/


/**footer start**/

footer
{
    background: #e6e7e8;
    bottom: 0;
    padding: 20px 0 57px;
    width: 100%;
}

.footerCont
{
    width: 960px;
    margin: 0 auto;
}

.info
{
    text-align: left;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
}

.footerCont ul
{
    display: block;
    text-align: center;
}

    .footerCont ul li
    {
        font-weight: 600;
        color: #065710;
        display: inline-block;
        padding: 0px 7px;
        background: url(../images/pipe.jpg) no-repeat 100% 50%;
    }

        .footerCont ul li a
        {
            text-decoration: underline;
            color: #065710;
        }

            .footerCont ul li a:hover
            {
                text-decoration: none;
            }

p.copy
{
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #b44a1b;
    margin-top: 30px;
}
/**footer end**/

/**add agency start**/
.titleSec
{
    overflow: hidden;
    margin-bottom: 18px;
}

    .titleSec h1
    {
        float: left;
        line-height: 50px;
        margin-bottom: 0;
    }

.contant
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #B5C6D7 #B5C6D7;
    border-image: none;
    border-radius: 0 0 4px 4px;
    /*  border-right: 1px solid #B5C6D7; */
    box-sizing: border-box;
    overflow: hidden;
    padding: 22px 21px;
}

.topMenu
{
    margin: 0 auto 19px;
    overflow: hidden;
    width: 960px;
}

    .topMenu ul
    {
        text-align: center;
    }

        .topMenu ul li
        {
            background: none repeat scroll 0 0 #F07B35;
            float: left;
            margin-right: 1px;
            padding: 14px 20px;
            width: 199px;
        }

            .topMenu ul li:last-child
            {
                margin-right: 0px;
            }

            .topMenu ul li:hover
            {
                background: #fbac3b;
            }

            .topMenu ul li.active
            {
                background: #fbac3b;
            }

            .topMenu ul li a
            {
                color: #FFFFFF;
                font-family: 'Open Sans',sans-serif;
                font-size: 18px;
                text-decoration: none;
            }

                .topMenu ul li a.client
                {
                    background: url("../images/clients.png") no-repeat 0 50%;
                    padding-left: 35px;
                }

                .topMenu ul li a.agencies
                {
                    background: url(../images/agencies.png) no-repeat 0 50%;
                    padding-left: 35px;
                }

                .topMenu ul li a.ranges
                {
                    background: url(../images/ranges.png) no-repeat 0 50%;
                    padding-left: 35px;
                }

                .topMenu ul li a.users
                {
                    background: url(../images/users.png) no-repeat 0 50%;
                    padding-left: 30px;
                }

.container h1
{
    font-weight: 700;
    color: #0f0f0f;
}

h2.add
{
    background: url("../images/plus.png") no-repeat scroll 0 50% rgba(0, 0, 0, 0);
    padding-left: 34px;
}

.blockSec
{
    border: 1px solid #e4e3e3;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    overflow-y: auto;
}

    .blockSec h3
    {
        background: #1b9fd0;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        padding: 0px 20px;
        margin-bottom: 40px;
    }

    .blockSec .formSec
    {
        margin: 0px 58px 10px;
    }

        .blockSec .formSec label
        {
            color: #828282;
            float: left;
            font-size: 14px;
            line-height: 44px;
            margin-right: 28px;
            width: 170px;
            text-align: right;
        }

        .blockSec .formSec .labeltext
        {
            color: #828282;
            float: left;
            font-size: 14px;
            line-height: 30px;
            margin-right: 28px;
            width: 150px;
            text-align: right;
        }

        .blockSec .formSec .inputscrolltxt
        {
            float: left;
            line-height: 30px;
        }

        .blockSec .formSec input
        {
            margin-bottom: 10px;
            background: none repeat scroll 0 0 #F2F2F2;
            border: 1px solid #DDDCDC;
            display: inline-block;
            height: 40px;
            width: 130px;
            -webkit-border-radius: 0;
        }


        .blockSec .formSec .inputscrolltxt1
        {
            float: left;
            line-height: 30px;
            margin-right: 10px;
        }

        .blockSec .formSec .labeltext1
        {
            color: #828282;
            float: left;
            font-size: 14px;
            line-height: 30px;
            margin-right: 10px;
            width: 150px;
            text-align: right;
        }

.contactclassPopup label
{
    margin-right: 10px !important;
}

.blockSec .formSec textarea
{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #565656;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDCDC;
    display: inline-block;
    height: 200px;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
    resize: none;
}

.urlText
{
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    color: #565656;
    text-align: justify;
    line-height: 22px;
    margin-bottom: 10px;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDCDC;
    display: inline-block;
    height: 200px;
    -webkit-appearance: none;
    /Safari/Chrome/ -webkit-border-radius: 0;
    resize: none;
    width: 63% !important;
    height: 100px !important;
}

span.smallText
{
    font-size: 12px;
    color: #828282;
    line-height: 25px;
}

input.big[type="text"]
{
    width: 451px;
    padding: 0px 15px;
}

textarea.big
{
    width: 451px;
    height: 200px;
    padding: 0px 15px;
}

input.big[type="text"]
{
    width: 451px;
    padding: 0px 15px;
}

input.big1[type="text"]
{
    width: 466px;
    padding: 0px 15px;
}

input.big_EmailExist[type="text"]
{
    width: 451px;
    padding: 0px 15px;
}

input.itemTitle[type="text"]
{
    width: 312px;
    padding: 0px 15px;
    float: LEFT;
}

input.small[type="text"]
{
    margin-right: 6px;
    padding: 0 15px;
    width: 205px;
    float: none;
}

input.verysmall[type="text"]
{
    margin-right: 7px;
    padding: 0 15px;
    width: 46px;
}

input.save[type="submit"]
{
    height: 40px;
    line-height: 38px;
    padding: 0px 20px;
    background: #77AE14;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin: 0 auto 5px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
}

    input.save[type="submit"]:hover
    {
        background: #568396;
    }

input.cancel[type="submit"]
{
    height: 40px;
    line-height: 38px;
    padding: 0px 20px;
    background: #bfbfbf;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    margin: 0 auto 5px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    -webkit-appearance: none;
    /Safari/Chrome/ -moz-appearance: none;
    /Firefox/ -ms-appearance: none;
    /IE/ -o-appearance: none;
    /Opera/ appearance: none;
    -webkit-border-radius: 0;
}

    input.cancel[type="submit"]:hover
    {
        background: #7f7f7f;
    }

.inputSec
{
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-bottom: 14px;
}

.inputSec_Client
{
    padding-bottom: 13px;
}

.addAnother
{
    background: url("../images/plus-black.png") no-repeat scroll 0 8px rgba(0, 0, 0, 0);
    color: #1F1E1E;
    display: block;
    font-size: 14px;
    margin: 10px auto 0;
    padding-left: 13px;
    width: 39%;
    cursor: pointer;
}

.formSec span.select
{
    background: url("../images/arrow-select.png") no-repeat scroll 97% 50% #F2F2F2;
    border: 1px solid #DDDCDC;
    border-radius: 0;
    color: #565656;
    cursor: default;
    float: left;
    font-size: 13px;
    left: 275px;
    line-height: 34px;
    position: absolute;
    text-indent: 10px;
    width: 52.6%;
    z-index: 1;
}

.formSec select.spannew
{
    background: #F2F2F2;
    border: 1px solid #DDDCDC;
    border-radius: 0;
    color: #565656;
    cursor: default;
    font-size: 13px;
    line-height: 40px;
    text-indent: 10px;
    width: 481px;
    height: 40px;
    z-index: 1;
    padding: 10px;
}

@media (min-width: 1280px)
{
    .formSec span.select
    {
        background: url("../images/arrow-select.png") no-repeat scroll 97% 50% #F2F2F2;
        border: 1px solid #DDDCDC;
        border-radius: 0;
        color: #565656;
        cursor: default;
        float: left;
        font-size: 13px;
        left: 275px;
        line-height: 34px;
        position: absolute;
        text-indent: 10px;
        width: 52.6%;
        z-index: 1;
    }
}

.formSec select.select
{
    font-size: 15px;
    height: 39px !important;
    line-height: 26px;
    margin-right: 5px;
    position: relative;
    top: -5px;
    width: 483px !important;
    z-index: 10;
}

.address
{
    margin-left: 162px;
}



input[type=checkbox].css-checkbox
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label
    {
        padding-left: 17px;
        height: 15px;
        display: inline-block;
        line-height: 15px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label
    {
        background-position: 0 -15px;
    }

.css-label
{
    background-image: url(csscheckbox.com/checkboxes/dark-check-green.png);
}



.css-checkbox input
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .css-checkbox input[type=checkbox] + label
    {
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        height: 17px;
        line-height: 15px;
        text-align: left;
        vertical-align: middle;
        padding-left: 13px;
    }

    .css-checkbox input:checked + label
    {
        background-position: 0 -17px;
    }

.css-checkbox label
{
    background-image: url(../images/elegant.png);
}




.Add-css-checkbox input
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .Add-css-checkbox input[type=checkbox] + label
    {
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 15px;
        height: 17px;
        line-height: 15px;
        text-align: left;
        vertical-align: middle;
        padding-left: 20px;
        width: 215px;
    }

.Add-css-checkbox td
{
    padding-bottom: 10px;
}

.Add-css-checkbox input:checked + label
{
    background-position: 0 -17px;
}

.Add-css-checkbox label
{
    background-image: url(../images/elegant.png);
}

/*specific classes related to Checkbox skins*/


.elegant
{
    background: url(../images/elegant.png) no-repeat 0 0;
}

input[type=checkbox].css-checkbox
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input.css-checkbox[type="checkbox"] + label.css-label
{
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 17px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
}

input[type=checkbox].css-checkbox:checked + label.css-label
{
    background-position: 0 -17px;
}

.css-label
{
    background-image: url(../images/elegant.png);
}

#spin
{
    margin: 0;
    padding: 0;
}

.spin
{
    margin: 0;
    padding: 0;
}
/**add agency end**/

/**add range start**/
.agency
{
    margin-bottom: 13px;
}

    .agency select.select
    {
        width: 481px !important;
    }

    .agency span.select
    {
        width: 481px;
    }

.fileType
{
    float: left;
    margin-left: 6px;
    width: 128px;
}

    .fileType span.select
    {
        left: 275px;
        width: 15%;
    }

    .fileType select.select
    {
        float: left;
        left: -7px;
        top: 0px;
        width: 137px !important;
    }

.chose
{
    margin-left: 163px;
}



.upFle
{
    border: 2px dashed #BBBEBE;
    border-radius: 5px;
    display: inline-block;
    float: right;
    height: 130px;
    margin-right: 18px;
    overflow: hidden;
    position: relative;
    width: 265px;
}

    .upFle input, .uploadFld input
    {
        cursor: pointer;
        font-size: 100px;
        height: 100%;
        opacity: 0.01;
        position: absolute;
        right: 0;
        top: 0;
    }

.uploadFld input
{
    font-size: 0;
    height: 69px;
    width: 136px;
}

.upFle .button
{
    color: #3BA6DD;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin: 50px 0 0 38px;
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
}

.upFle span.file-holder
{
    display: block;
    padding: 5px 38px;
}

.uploadFld span.file-holder
{
    color: #FFFFFF;
}

.uploadFld
{
    float: left;
    margin-left: 163px;
}

    .uploadFld .button
    {
        background: none repeat scroll 0 0 #08698D;
        color: #FFFFFF;
        cursor: pointer;
        display: block;
        font-size: 14px;
        line-height: 40px;
        padding: 0 29px;
        text-align: center;
        width: 80px;
    }

        .uploadFld .button:hover input
        {
            color: #30C6FE;
        }

.select-wrapper
{
    float: left;
    display: inline-block;
    border: 1px solid #d8d8d8;
    background: url("dropdown.png") no-repeat right center;
    cursor: pointer;
}

    .select-wrapper, .select-wrapper select
    {
        width: 200px;
        height: 26px;
        line-height: 26px;
    }

        .select-wrapper:hover
        {
            background: url("dropdown-hover.png") no-repeat right center;
            border-color: #239fdb;
        }

        .select-wrapper .holder
        {
            display: block;
            margin: 0 35px 0 5px;
            white-space: nowrap;
            overflow: hidden;
            cursor: pointer;
            position: relative;
            z-index: -1;
        }

        .select-wrapper select
        {
            margin: 0;
            position: absolute;
            z-index: 2;
            cursor: pointer;
            outline: none;
            opacity: 0;
            /* CSS hacks for older browsers */
            _noFocusLine: expression(this.hideFocus=true);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -khtml-opacity: 0;
            -moz-opacity: 0;
        }



/**add range end**/

/**add user start**/
.checkSec
{
    margin-top: 14px;
    float: left;
}

    .checkSec input.css-checkbox[type="checkbox"] + label.css-label
    {
        text-align: left;
        width: 250px;
        margin-bottom: 10px;
    }
/**add user end**/

/**range start**/
a.addrange
{
    background: url("../images/small-plus.png") no-repeat scroll 20px 50% #77AE14;
    color: #FFFFFF;
    float: right;
    font-size: 24px;
    padding: 14px 30px 14px 51px;
    text-align: center;
    text-decoration: none;
}

    a.addrange:hover
    {
        background: url("../images/small-plus.png") no-repeat scroll 20px 50% #568396;
    }

.topNews img
{
    float: left;
    margin-top: 7px;
}

ul.leftNav
{
    float: left;
    line-height: 38px;
}

    ul.leftNav li
    {
        float: left;
        background: url(../images/leftnav-pipe.jpg) no-repeat 100% 50%;
        padding: 0px 12px;
    }

        ul.leftNav li a
        {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            text-decoration: none;
        }

            ul.leftNav li a:hover
            {
                text-decoration: underline;
            }

        ul.leftNav li:last-child
        {
            background: none;
        }

ul.rightNav
{
    float: right;
    line-height: 38px;
}

    ul.rightNav li
    {
        float: left;
        background: url(../images/leftnav-pipe.jpg) no-repeat 100% 50%;
        padding: 0px 12px;
    }

        ul.rightNav li a
        {
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            text-decoration: none;
        }

            ul.rightNav li a:hover
            {
                text-decoration: underline;
            }

        ul.rightNav li:last-child
        {
            background: none;
            padding-right: 0;
        }



.cf:after
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .cf
{
    zoom: 1;
}

*:first-child + html .cf
{
    zoom: 1;
}

.rt
{
    width: 100%;
    font-size: 0.75em; /*12*/
    line-height: 1.25em; /*15*/
    border-collapse: collapse;
    border-spacing: 0;
}

    .rt th,
    .rt td
    {
        margin: 0;
        padding: 1.417em 0em; /*10*/
        vertical-align: top;
        border: 1px solid #b5c6d7;
        background: #fff;
        font-size: 14px;
        color: #636161;
        text-align: center;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .rt th
    {
        background: #374347;
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
    }

#rt1 thead tr th
{
    background: #1e8fb9;
}

    #rt1 thead tr th:hover
    {
        color: #9be4ff;
        cursor: pointer;
    }

#rt1 tbody tr.even td
{
    background: #e4e4e4;
}

#rt1 tbody tr.odd td
{
    background: #c9e3f0;
}

#rt1 tbody tr td a
{
    color: #1e8fb9;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.headercss td
{
    margin: 0;
    padding: 1.417em 0em; /*10*/
    vertical-align: top;
    border: 1px solid #b5c6d7;
    background: #fff;
    font-size: 14px;
    color: #636161;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.headercss td
{
    background: #374347;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

    .headercss td a
    {
        color: #fff;
        text-decoration: none;
    }

        .headercss td a:hover
        {
            color: #9be4ff;
        }

.headercss td
{
    background: #005F91;
}

    .headercss td:hover
    {
        color: #9be4ff;
        cursor: pointer;
    }

tr.even td
{
    background: #e4e4e4;
    margin: 0;
    padding: 1.417em 0em; /*10*/
    vertical-align: top;
    border: 1px solid #b5c6d7;
    font-size: 14px;
    color: #636161;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

tr.odd td
{
    background: #c9e3f0;
    margin: 0;
    padding: 1.417em 0em; /*10*/
    vertical-align: top;
    border: 1px solid #b5c6d7;
    font-size: 14px;
    color: #636161;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    tr.even td a, tr.odd td a
    {
        color: #1e8fb9;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
    }
/**range end**/

/**agencies start**/
.blockSec h4
{
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.import
{
    color: #000;
    display: block;
    margin-top: 20px;
}

a.chosefile
{
    background: #77AE14;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0px 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 40px;
    line-height: 38px;
    margin-bottom: 10px;
}

    a.chosefile:hover
    {
        background: #568396;
    }

span.fileName
{
    display: inline-block;
    padding: 0px 11px;
}

a.upload
{
    background: #b44012;
    display: inline-block;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    padding: 0px 21px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    height: 40px;
    line-height: 38px;
}

    a.upload:hover
    {
        background: #77AE14;
    }

.chose1
{
    width: auto;
}

    .chose1 #demo
    {
        display: block;
        margin: 0;
    }

    .chose1 .qq-upload-list
    {
        float: right;
        padding: 8px 11px;
    }

    .chose1 .qq-uploader
    {
        float: none;
    }

        .chose1 .qq-uploader .qq-upload-button
        {
            float: left;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
        }

    .chose1 .qq-upload-file
    {
        font-size: 14px;
    }

.qq-upload-spinner
{
    display: none !important;
}

ul.qq-upload-list
{
    margin: 0 !important;
}

    ul.qq-upload-list li
    {
        padding: 0 !important;
        background: none !important;
    }
/**agencies end**/

/**dashboard start**/

.todayarea
{
    float: left;
    width: 40%;
    padding: 5px 19px;
}

    .todayarea b
    {
        color: #565656;
        line-height: 30px;
    }

.today
{
    border: 1px solid #e4e3e3;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px 19px;
    box-sizing: border-box;
}

    .today ul li
    {
        background: url("../images/yellow-arrow.png") no-repeat scroll 0 13px rgba(0, 0, 0, 0);
        border-bottom: 1px solid #E4E3E3;
        padding: 8px 20px;
    }

        .today ul li:last-child
        {
            border-bottom: none;
        }

.thisWeekarea
{
    float: right;
    width: 45%;
    padding: 5px 19px;
}

    .thisWeekarea b
    {
        color: #565656;
        line-height: 30px;
    }

.thisWeek
{
    border: 1px solid #e4e3e3;
    width: 100%;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    padding: 10px 19px;
    box-sizing: border-box;
}

    .thisWeek ul li
    {
        background: url("../images/yellow-arrow.png") no-repeat scroll 0 13px rgba(0, 0, 0, 0);
        border-bottom: 1px solid #E4E3E3;
        padding: 8px 20px;
    }

        .thisWeek ul li:last-child
        {
            border-bottom: none;
        }

.number
{
    background: none repeat scroll 0 0 #FBAC3B;
    height: 34px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 37px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 32px;
}

.edit
{
    font-size: 14px;
    font-weight: 700;
    color: #2484af;
    float: right;
    text-decoration: none;
}

    .edit:hover
    {
        text-decoration: underline;
    }

.blockSec ul
{
    margin: 27px 0 17px;
}

    .blockSec ul li
    {
        background: url(../images/blue-arrow.png) no-repeat 0 5px;
        padding: 0px 23px;
    }

        .blockSec ul li strong
        {
            background: url("../images/grey-pipe.jpg") no-repeat scroll 100% 50% rgba(0, 0, 0, 0);
            margin-right: 7px;
            padding-right: 13px;
        }
/**dashboard end**/

.error
{
    color: Red;
}

div.custom_file_upload
{
    width: 157px;
    height: 50px;
    margin: 0px;
    float: left;
    margin-left: 35px;
}

#demo .custom_file_upload
{
    margin-left: 0px !important;
}

.addDemo .custom_file_upload
{
    margin-left: 0px !important;
}

div.custom_file_upload2
{
    width: 157px;
    height: 50px;
    margin: 0px;
    float: left;
    margin-left: 35px;
}

div.file_upload
{
    width: 100px;
    background: #08698D;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 0px 21px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}

    /** div.file_upload:before {
        content: 'Choose File';
        left: -215px;
        right: 0;
        text-align: center;
        cursor: pointer;
    }
       **/

    div.file_upload input
    {
        position: relative;
        height: 30px;
        width: 250px;
        display: inline;
        cursor: pointer;
        filter: alpha(opacity=0);
        background: none!important;
        border: none!important;
        content: '';
        opacity: 0;
        left: -15px;
        top: -38px;
    }


div.custom_file_upload1
{
    width: 157px;
    height: 50px;
    margin: 0px;
    float: left;
}

div.file_upload1
{
    width: 100px;
    background: #08698D;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    padding: 0px 21px;
    height: 40px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
}

    div.file_upload1:before
    {
        content: 'Choose File';
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    div.file_upload1 input
    {
        position: relative;
        height: 30px;
        width: 250px;
        display: inline;
        cursor: pointer;
        filter: alpha(opacity=0);
        background: none!important;
        border: none!important;
        content: '';
        opacity: 0;
        left: -15px;
        top: -38px;
    }

.formSec .sendmailcheck
{
    padding-left: 200px;
    margin-top: 10px;
    padding-bottom: 40px;
    position: relative;
}

    .formSec .sendmailcheck label
    {
        width: inherit;
        float: inherit;
    }

    .formSec .sendmailcheck a
    {
        background: url('../images/remove.png') no-repeat 0px 7px;
        padding-left: 15px;
        color: #1f1e1e;
        text-decoration: none;
        float: right;
        padding-right: 117px;
        font-size: 13px;
    }

.clintRemove
{
    position: absolute;
    left: 27%;
    top: 35px;
}

.aRemove
{
    background: url('../images/remove.png') no-repeat 0px 16px;
    padding-left: 15px;
    color: #1f1e1e;
    text-decoration: none;
    float: right;
    padding-top: 10px;
    font-size: 12px;
}

.modalBackground
{
    display: block;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.sendmailcheck input
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .sendmailcheck input[type=checkbox] + label
    {
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        height: 17px;
        line-height: 15px;
        text-align: left;
        vertical-align: middle;
        padding-left: 20px;
    }

    .sendmailcheck input:checked + label
    {
        background-position: 0 -17px;
    }

.sendmailcheck label
{
    background-image: url(../images/elegant.png);
}

.sendmailcheckmaterial input
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .sendmailcheckmaterial input[type=checkbox] + label
    {
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        min-height: 22px;
        line-height: 22px;
        text-align: center;
        vertical-align: middle;
        padding-left: 25px;
        padding-right: 14px;
        /*min-width:95%;*/
        font-weight: normal;
        margin-bottom: 0px;
    }

    .sendmailcheckmaterial input:checked + label
    {
        background: url(../images/check-on.png) left top no-repeat;
    }

.sendmailcheckmaterial label
{
    background: url(../images/check-off.png) left top no-repeat;
}

.uploadfilename
{
    /*margin-left:163px; */
    font-size: 12px;
}

.uploadmeterialfilename
{
    font-size: 12px !important;
    line-height: 40px;
    text-align: left !important;
    width: 210px !important;
    line-height: 20px !important;
}

.formSec .clientdetail label
{
    line-height: 30px;
    width: 150px;
}

.formSec .clientdetail Span
{
    line-height: 30px;
}

.clientcontactdetailScroll
{
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 500px;
    padding-right: 15px;
    border-top: 1px solid #ccc;
}

.formSec .clientcontactdetailScroll label
{
    line-height: 30px;
    width: 150px;
}

.formSec .clientcontactdetailScroll Span
{
    line-height: 30px;
}

.contactclass
{
    border-top: 1px dotted #858585;
}

.forgotsubmit
{
    float: left;
}

/* New CSS */
.margin-top-15
{
    margin-top: 15px;
}

.popup-title
{
    position: relative;
    background: #1b9fd0;
    min-height: 40px;
}

    .popup-title h3
    {
        position: absolute !important;
        width: 100%;
        padding: 0px !important;
        left: 20px;
        background: none !important;
    }

    .popup-title #LoginAsClient
    {
        position: absolute !important;
        right: 20px;
    }

.loginasclient
{
    background: #B7DEDE !important;
    color: #1b9fd0 !important;
    height: 25px !important;
    line-height: 26px !important;
    margin-top: 8px !important;
    font-size: 12px !important;
    padding: 0px 25px !important;
}
/*
.sendmailcheckhome input{
							  position: absolute; 
							overflow: hidden; 
							clip: rect(0 0 0 0); 
							height:1px; 
							width:1px; 
							margin:-1px; 
							padding:0;
							border:0;
						}

.sendmailcheckhome input[type=checkbox] + label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 17px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    padding-left:20px;
}

						.sendmailcheckhome input:checked+ label {
							background-position: 0 -17px;
						}
						
						.sendmailcheckhome label{
							background-image:url(../images/elegant.png);
						}	*/

/*.popup-bg {
	background-color:#000;
	opacity:.5;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}*/
#recentActivity
{
    position: fixed;
    top: 50px;
    z-index: 9999999;
    margin: 0px auto;
    max-width: 1000px;
}

.popup-bg
{
}

.modal-backdrop.in
{
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-backdrop
{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.btn-default
{
    background-color: #eeeeee;
    text-align: center;
    font-size: 12px;
    width: 100px;
    height: 30px;
    line-height: 30px;
    display: block;
    color: #000000;
    text-decoration: none;
}

.text-red
{
    color: red !important;
    text-transform: capitalize;
}

.text-green
{
    color: #05a940 !important;
    text-transform: capitalize;
}

.text-blue
{
    color: #087ded !important;
    text-transform: capitalize;
}

.text-orange
{
    color: #ea8c45 !important;
    text-transform: capitalize;
}

.popup-table > tbody > tr > td
{
    padding-right: 15px;
    padding-bottom: 20px;
}

    .popup-table > tbody > tr > td > .text-bold
    {
        color: #828282;
        font-size: 14px;
        font-weight: bold;
        /*width: inherit !important;*/
        text-align: inherit !important;
    }

    .popup-table > tbody > tr > td > span
    {
        color: #999999;
        font-size: 10px;
        width: inherit !important;
        text-align: inherit !important;
    }

.recent
{
    cursor: pointer;
}

#ContentPlaceHolder1_pnlViewActivity
{
    max-width: 1000px;
}

.BlackBackground
{
    background-color: black;
    opacity: 0.7;
}

.video
{
    /*border:solid 1px #000000;*/
    width: 100%;
    height: 450px;
    display: block !important;
}

@media (min-width: 768px) and (max-width: 1000px)
{
    .video
    {
        /*border:solid 1px #000000;*/
        width: 100%;
        /*height:inherit !important;*/
        /*max-height:125px;
        min-height: 300px;*/
        display: block !important;
    }

    .owl-item .video
    {
        min-height: 415px !important;
    }

    .productHeading .video
    {
        min-height: 415px !important;
    }

    #ContentPlaceHolder1_pnlVideo .video
    {
        min-height: 415px !important;
    }
}

@media (max-width: 400px)
{
    .video
    {
        /*border:solid 1px #000000;*/
        width: 100%;
        /*height:auto !important;*/
        display: block !important;
    }
}

.new-table label
{
    float: none !important;
    font-weight: bold;
}

.new-table span.datecolor
{
    color: #77AE14 !important;
}

.search-widget
{
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
    display: none;
    padding-bottom: 30px;
}

    .search-widget input[type="text"]
    {
        background: none repeat scroll 0 0 #e9e9e9;
        border: 1px solid #999999 !important;
        width: 82%;
        border: 0;
        font-family: 'Open Sans', sans-serif;
        color: #565656;
        font-size: 14px;
        float: left;
        min-height: 40px;
        padding: 0px 15px;
    }

    .search-widget input[type="submit"]
    {
        background: #7f7f7f !important;
        border: 0 none;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        color: #FFFFFF;
        font-size: 18px;
        line-height: 36px;
        margin-top: 0px !important;
        padding: 0px 59px;
        height: 42px;
        text-transform: capitalize;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        margin-left: 10px;
    }

        .search-widget input[type="submit"]:hover
        {
            background: #cccccc !important;
        }

.search-btn
{
    cursor: pointer;
}

.fa-search
{
    color: #ffffff;
}

.close-search
{
    display: block;
    font-size: 30px;
    float: right;
    cursor: pointer;
    /*position: absolute;*/
    top: 5px;
    right: 47px;
}

.content-holder
{
    margin-top: 25px;
}

.col-sm-12
{
    width: 100%;
}

.col-sm-4
{
    width: 31.25%;
    display: inline-block;
    margin-right: 26px;
    background: #568396;
    border: 1px solid #b5c6d7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 29px;
    text-align: center;
    margin-top: 29px;
    cursor: pointer;
}

    .col-sm-4:hover
    {
        background: #77ae14;
    }

    .col-sm-4 a
    {
        color: #fff;
        text-decoration: none;
        display: block;
        font-size: 20px;
        width: 100%; /*line-height:45px;*/
        padding: 12px 0px;
    }

    .col-sm-4:nth-last-child(1)
    {
        margin-right: 0px;
    }

.tvtitle
{
    background: #B44012;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 400;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    clear: both;
    line-height: 26px;
}

.margin-bottom-20
{
    margin-bottom: 20px;
}

a.nohovereffect
{
    background-color: #cccccc !important;
    color: #111111;
    font-size: 20px !important;
    font-weight: bold;
    display: block;
    text-align: center;
}

.video-btn p
{
    font-size: 16px;
    line-height: 32px;
}

    .video-btn p a
    {
        color: #178ebc;
        text-decoration: none;
        font-weight: bold;
    }

a.nohovereffect:hover
{
    background-color: #cccccc !important;
    color: #111111;
}

.clearfloat
{
    float: left !important;
}

/*.helperarea {
    float: left;
    max-width: 400px;
    color: #828282;
}*/

.scrollable
{
    max-height: 500px;
    overflow-y: auto;
}

.box-block
{
    background-color: #f5f5f5;
    margin-bottom: 10px;
    border-bottom: 1px;
    width: 100%;
}

.popup-table > tbody > tr > td
{
    padding: 5px;
}

.remove-btn
{
    color: #333333;
    text-decoration: none;
}

    .remove-btn i.fa
    {
        color: red;
        padding-right: 5px;
    }

.topNews
{
    /*position:relative;*/
}

    .topNews .right-links
    {
        position: absolute;
        right: 0px;
        top: 0px;
    }

        .topNews .right-links ul
        {
            padding-left: 0px;
            margin-bottom: 0px;
        }

            .topNews .right-links ul > li
            {
                list-style-type: none;
                display: inline-block;
                padding: 2px 15px;
            }

                .topNews .right-links ul > li a
                {
                    color: #ffffff;
                    text-decoration: none;
                }

                    .topNews .right-links ul > li a.assign-brand
                    {
                        background: url(../images/ranges.png) no-repeat 0 bottom;
                        padding-left: 35px;
                        padding-top: 9px;
                        padding-bottom: 3px;
                        height: 30px;
                    }

                    .topNews .right-links ul > li a > i
                    {
                        font-size: 25px;
                        color: #ffffff;
                    }

                        .topNews .right-links ul > li a > i.fa
                        {
                            padding-top: 6px;
                        }

@media (max-width: 1000px)
{
    .topNews .right-links
    {
        position: inherit !important;
        right: inherit !important;
        top: inherit !important;
    }

        .topNews .right-links ul
        {
            padding-left: 0px;
            margin-bottom: 0px;
        }

            .topNews .right-links ul > li
            {
                list-style-type: none;
                display: inline-block;
                padding: 5px 15px;
            }

                .topNews .right-links ul > li a
                {
                    color: #ffffff;
                    text-decoration: none;
                }

                    .topNews .right-links ul > li a.assign-brand
                    {
                        background: url(../images/ranges.png) no-repeat 0 50%;
                        padding-left: 35px;
                        padding-top: 10px;
                        padding-bottom: 6px;
                    }

                    .topNews .right-links ul > li a > i
                    {
                        font-size: 25px;
                        color: #ffffff;
                    }
}

.addressform-margin
{
    margin-left: 197px;
}

.video-btn
{
    width: auto;
    background-color: #cccccc;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.video-btn-details
{
    width: 100%;
    background-color: #cccccc;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.display-inline
{
    /*display:inline-block !important;*/
}

.paddingleft20
{
    padding-left: 20px;
}

.cke_editor_ContentPlaceHolder1_CKEditor1
{
    /*float: right !important;*/
    margin-right: 62px;
}

input[type="text"]:focus
{
    outline: none !important;
}

#bsl_video_slider .owl-pagination
{
    display: none;
}

#bsl_video_slider .owl-buttons .owl-prev
{
    position: absolute;
    left: 20px;
    z-index: 9999;
    bottom: 30px;
}

#bsl_video_slider .owl-buttons .owl-next
{
    position: absolute;
    right: 20px;
    z-index: 9999;
    bottom: 30px;
}

.rightNav > li.dropdown > ul
{
    padding-left: 0px;
    margin-bottom: 0px;
    display: none;
    background-color: #ffffff !important;
    padding: 10px;
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 9999 !important;
    right: 50px;
}

    .rightNav > li.dropdown > ul > li
    {
        list-style-type: none;
        float: inherit;
        padding: 0px !important;
    }

        .rightNav > li.dropdown > ul > li > a
        {
            display: block;
            color: #000000;
            padding: 0px 10px;
            text-decoration: none;
        }

            .rightNav > li.dropdown > ul > li > a:hover
            {
                background-color: #cccccc;
            }


.leftNav > li.dropdown > ul
{
    padding-left: 0px;
    margin-bottom: 0px;
    display: none;
    background-color: #ffffff !important;
    padding: 10px;
    border: 1px solid #cccccc;
    position: absolute;
    z-index: 9999 !important;
    right: 672px;
}

    .leftNav > li.dropdown > ul > li
    {
        list-style-type: none;
        float: inherit;
        padding: 0px !important;
    }

        .leftNav > li.dropdown > ul > li > a
        {
            display: block;
            color: #000000;
            padding: 0px 10px;
            text-decoration: none;
        }

            .leftNav > li.dropdown > ul > li > a:hover
            {
                background-color: #cccccc;
            }


/* New CSS */
.footerCont
{
    min-height: 50px;
    position: relative;
}

    .footerCont .left-content
    {
        float: left;
    }

    .footerCont .right-content
    {
        float: right;
    }

        .footerCont .right-content p
        {
            display: inline-block;
        }

        .footerCont .right-content img
        {
            vertical-align: middle;
        }

.purple-bg
{
    background-color: #c11b5a !important;
}

.txtCenter
{
    text-align: center !important;
}

.block-list > li
{
    display: block !important;
    background: none !important;
    color: #333333 !important;
}

    .block-list > li > a
    {
        color: #333333 !important;
    }

.copyright
{
    min-height: 20px;
}

.mauve-bg
{
    background-color: #e6176b !important;
    margin-top: 15px;
}

.mauve-supportbg
{
    background-color: #214296 !important;
    margin-top: 15px;
}

.mauve-bg-other
{
    background-color: #214296 !important;
    margin-top: 0px;
}

.blue-btn-bg
{
    background-color: #0085cb !important;
    width: 100%;
    position: relative;
}

i.fa-white:before
{
    color: #ffffff !important;
    margin-right: 0px !important;
}

#ContentPlaceHolder1_chkSingle
{
    width: 16px !important;
    height: 16px;
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.chkSingletxt
{
    float: left;
    padding-left: 5px;
    margin-top: 4px;
}


/* CSS Document */
.clear
{
    clear: both;
    display: block;
}

.carousel-control.left
{
    background: none !important;
}

.carousel-control.right
{
    background: none !important;
}

.lightboxImg img
{
    max-width: 100% !important;
}

.lightboxImg .carousel-caption
{
    position: relative !important;
    right: inherit;
    left: inherit;
}

.lightboxImgcontener
{
    max-width: 700px;
    top: 18%;
}

    .lightboxImgcontener .carousel-control .glyphicon-chevron-left, .lightboxImgcontener .carousel-control .glyphicon-chevron-right, .lightboxImgcontener .carousel-control .icon-prev, .lightboxImgcontener .carousel-control .icon-next
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 18px !important;
        line-height: 30px;
    }

    .lightboxImgcontener .carousel-control
    {
        text-shadow: none !important;
        color: #fff !important;
        opacity: 1 !important;
    }

    .lightboxImgcontener .carousel-caption
    {
        text-shadow: none !important;
        color: #000 !important;
        padding: 30px 0px 0px !important;
        font-size: 20px;
    }

    .lightboxImgcontener button.close
    {
        position: relative;
        z-index: 1;
    }

.lightboxVideocontener
{
    max-width: 600px;
    top: 10%;
    background: #fff !important;
    padding: 20px !important;
}

    .lightboxVideocontener .modal-header
    {
        background: #00bde1 !important;
        margin-bottom: 10px !important;
        padding: 5px 15px !important;
    }

        .lightboxVideocontener .modal-header .modal-title
        {
            color: #fff !important;
            text-align: left !important;
        }

.lightboxVideocontenerbg
{
    background: none !important;
    border: 0px !important;
}

.lightboxVideocontener .modal-header .close
{
    background: url(../images/closebox.png) no-repeat top right;
    border-radius: 25px !important;
    color: #fff !important;
    height: 28px !important;
    opacity: 1 !important;
    position: absolute !important;
    right: -14px !important;
    top: -9px !important;
    width: 28px !important;
    z-index: 666666;
    font-size: 0px;
}

.lightboxVideocontener .modal-dialog
{
    margin-top: 30px;
    width: 700px;
    max-width: 640px;
}

.lightboxImagecontener
{
    max-width: 100%;
    top: 10%;
    background: none !important;
    padding: 20px !important;
}

    .lightboxImagecontener .modal-header
    {
        margin-bottom: 10px !important;
        padding: 5px 15px !important;
        max-width: 100%;
    }

        .lightboxImagecontener .modal-header .modal-title
        {
            color: #fff !important;
            text-align: left !important;
        }

    .lightboxImagecontener .modal-body
    {
        box-shadow: none;
    }

.lightboxImagecontenerbg
{
    background: none !important;
    border: 0px !important;
}

.lightboxImagecontener .modal-header .close
{
    /*background: #000 none repeat scroll 0 0 !important;
    border-radius: 25px !important;
    color: #fff !important;
    height: 25px !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 8px !important;
    top: 30px !important;
    width: 25px !important;
    z-index: 666666;*/
    /*background: #000 none repeat scroll 0 0 !important;*/
    background: url(../images/closebox.png) no-repeat top right;
    border-radius: 25px !important;
    color: #fff !important;
    height: 28px !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 7px !important;
    top: 30px !important;
    width: 28px !important;
    z-index: 666666;
    font-size: 0px;
}


.lightboxImagecontener img
{
    position: relative;
    width: 100%;
}


.lightboxyoutubecontener
{
    max-width: 600px;
    top: 10%;
    background: #fff !important;
    padding: 20px !important;
}

    .lightboxyoutubecontener .modal-header
    {
        padding: 0px;
    }

        .lightboxyoutubecontener .modal-header .modal-title
        {
            color: #fff !important;
            text-align: left !important;
        }

.lightboxyoutubecontenerbg
{
    background: none !important;
    border: 0px !important;
}

.lightboxyoutubecontener .modal-header .close
{
    background: url(../images/closebox.png) no-repeat top right;
    border-radius: 25px !important;
    color: #fff !important;
    height: 28px !important;
    opacity: 1 !important;
    position: absolute !important;
    right: -14px !important;
    top: -9px !important;
    width: 28px !important;
    z-index: 666666;
    font-size: 0px;
}

.lightboxpdfcontener
{
    max-width: 900px;
    top: 10%;
    background: #fff !important;
    padding: 20px !important;
}

    .lightboxpdfcontener .modal-header
    {
        background: none !important;
        margin-bottom: 10px !important;
        padding: 5px 15px !important;
    }

        .lightboxpdfcontener .modal-header .modal-title
        {
            color: #fff !important;
            text-align: left !important;
        }

.lightboxpdfcontenerbg
{
    background: none !important;
    border: 0px !important;
    overflow: hidden !important;
}

.lightboxpdfcontener .modal-header .close
{
    background: url(../images/closebox.png) no-repeat top right;
    border-radius: 25px !important;
    color: #fff !important;
    height: 28px !important;
    opacity: 1 !important;
    position: absolute !important;
    right: -14px !important;
    top: -9px !important;
    width: 28px !important;
    z-index: 666666;
    font-size: 0px;
}

#pageContainer1
{
    width: 100%;
}





.searchimg
{
    width: auto;
    display: block;
    position: relative;
    float: right;
    text-align: right;
    top: -13px;
}

    .searchimg a
    {
        height: auto !important;
        border: 0px solid #d6e5f3 !important;
        border-radius: 0px !important;
    }

.imgfilesize
{
    height: 50px;
    display: block;
    position: relative;
    top: 10px;
}

.imgfilesizeVideo
{
    display: block;
    position: relative;
    top: 10px;
    visibility: hidden;
}

.imggallery
{
    position: relative;
    top: 10px;
    text-align: center;
    cursor: pointer;
}

.btnviewsite
{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    line-height: 40px;
    font-size: 13px;
}

.viewsitebtn
{
    line-height: 39px !important;
}

    .viewsitebtn span
    {
        padding: 5px;
    }

        .viewsitebtn span i
        {
            padding-right: 5px;
        }



/*Vishal 25-7-2016*/

.addcontBox
{
    padding-left: 20%;
}

.addUserCheck input[type="checkbox"]
{
    float: left;
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #DDDCDC;
    width: 16px;
    height: 22px;
    padding: 16px;
    outline: 0px;
    margin-top: 12px;
    border-radius: 0px;
}

.adduserBottmBox h2
{
    font-size: 20px;
    color: #666666;
    margin: 20px 0px;
}

.adduserBottmBox label
{
    color: #828282;
    float: left;
    font-size: 14px;
    line-height: 44px;
    margin-right: 28px;
    width: 170px;
    text-align: right;
}

.adduserBottmBox1
{
    border: 2px #ccc solid;
}

@media (min-width: 768px) and (max-width: 1000px)
{
    .lightboxVideocontener
    {
        max-width: 100%;
        top: 10%;
        background: #fff !important;
        padding: 20px !important;
    }

    .logoSec ul li span img
    {
        max-height: 150px;
    }
}

@media (max-width: 400px)
{

    .lightboxVideocontener
    {
        max-width: 100%;
        top: 10%;
        background: #fff !important;
        padding: 20px !important;
    }
}

@media screen and (min-width:320px) and (max-width:480px)
{
    .lightboxVideocontener
    {
        max-width: 100%;
        top: 10%;
        background: #fff !important;
        padding: 20px !important;
    }

    .modal-dialog.lightboxVideocontener
    {
        margin-top: 45px;
        width: 100%;
        max-width: 250px;
    }
}

@media screen and (min-width:481px) and (max-width:640px)
{
    .lightboxVideocontener
    {
        max-width: 100%;
        top: 10%;
        background: #fff !important;
        padding: 20px !important;
    }

    .modal-dialog.lightboxVideocontener
    {
        margin-top: 45px;
        width: 100%;
        max-width: 450px;
    }
}



.lightboxyoutubecontener1 .modal-header .close
{
    /*background: #000 none repeat scroll 0 0 !important;*/
    background: url(../images/closebox.png) no-repeat top right;
    border-radius: 25px !important;
    color: #fff !important;
    height: 28px !important;
    opacity: 1 !important;
    position: absolute !important;
    right: -14px !important;
    top: -9px !important;
    width: 28px !important;
    z-index: 666666;
    font-size: 0px;
}

.lightboxyoutubecontener1 .modal-header
{
    padding: 0px;
    border: 0px;
}

.no-display
{
    background: none !important;
}



/*==04-Aug-2016==*/

.rangeVD
{
    max-width: 600px;
}

.sendmailcheckmaterial input[type="checkbox"]
{
    float: left;
}





@media screen and (max-width:768px)
{

    .imggallery
    {
        position: relative;
        top: 0px;
        text-align: center;
        cursor: pointer;
        margin: 15px 0px;
    }

    .productHeading
    {
        overflow: none;
        text-align: center;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-right
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-left
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .rangeVD
    {
        max-width: 800px;
        top: 40% !important;
        margin: 0px auto;
    }

    .rangeMarcoImg
    {
        top: 25% !important;
    }

    .modal-dialog
    {
        width: 600px;
        margin: 8% auto !important;
    }
}

@media screen and (max-width:640px)
{

    .imggallery
    {
        position: relative;
        top: 0px;
        text-align: center;
        cursor: pointer;
        margin: 15px 0px;
    }

    .productHeading
    {
        overflow: none;
        text-align: center;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-right
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-left
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .rangeVD
    {
        max-width: 460px;
        top: 40% !important;
        margin: 0px auto;
    }

    .rangeMarcoImg
    {
        top: 25% !important;
    }

    .modal-dialog
    {
        width: 600px;
        margin: 20% auto;
    }
}


@media screen and (max-width:480px)
{

    .imggallery
    {
        position: relative;
        top: 0px;
        text-align: center;
        cursor: pointer;
        margin: 15px 0px;
    }

    .productHeading
    {
        overflow: none;
        text-align: center;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-right
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-left
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .rangeVD
    {
        max-width: 400px;
        top: 40% !important;
        margin: 0px auto;
    }

    .rangeMarcoImg
    {
        top: 25% !important;
    }

    .modal-dialog
    {
        width: 600px;
        margin: 20% auto;
    }
}


@media only screen and (min-device-width: 320px) and (max-device-width: 479px)
{

    .imggallery
    {
        position: relative;
        top: 0px;
        text-align: center;
        cursor: pointer;
        margin: 10px 0px;
    }

    .productHeading
    {
        overflow: none;
        text-align: center;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-right
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .lightboxImgcontener .carousel-control .glyphicon-chevron-left
    {
        background: #000 !important;
        border-radius: 30px;
        font-size: 10px !important;
        height: 30px;
        width: 30px;
    }

    .rangeVD
    {
        max-width: 300px;
        top: 40%;
    }

    .rangeMarcoImg
    {
        top: 8% !important;
        width: 90%;
        margin: 0px auto;
    }

    .modal-dialog
    {
        width: 600px;
        margin: 20% auto;
    }

    .lightboxyoutubecontener1 .modal-header .close
    {
        right: -10px !important;
    }
}

@media screen and (min-width:640px) and (max-width:768px)
{
    .productImg
    {
        margin-right: 0px;
    }

    @media only screen and (mix-width: 320px)
    {
        .productImg span
        {
            padding: 0px 30px !important;
        }

        .smallPro
        {
            margin-right: 0px !important;
        }

            .smallPro span
            {
                padding: 0px 17px !important;
            }
    }
}

#aJPEG
{
    /*height: auto !important;*/
}

.rangeImgFix
{
    height: 123px;
}

.comprole label
{
    line-height: 30px !important;
    width: 330px !important;
}

.comprole input[type="radio"]
{
    line-height: 30px !important;
    margin-bottom: 0px !important;
    height: 30px !important;
    width: 15px !important;
}

.comprolehead
{
    margin-bottom: 10px !important;
}

.videoCls
{
    height: 21px !important;
    width: 21px !important;
    border: 0px !important;
    outline: 0px !important;
    border-radius: 0px !important;
}

/**/
ul.leftNav li.last
{
    background: none;
}

.accdianAncor
{
    float: right;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: normal !important;
    padding-left: 8px;
    border-left: 1px #fff solid;
    line-height: 14px;
    margin-top: 6px;
}

    .accdianAncor:hover
    {
        text-decoration: none;
        color: #ffbfa6 !important;
    }

    .accdianAncor:focus
    {
        text-decoration: none;
        color: #fff !important;
    }

.withoutline
{
    border-left: 0px !important;
}


.accdianTxt a
{
    float: right;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: normal !important;
    padding-right: 8px;
}

    .accdianTxt a:hover
    {
        text-decoration: none;
        color: #ffbfa6 !important;
    }

.accdianTxtwithline a
{
    float: right;
    font-size: 14px;
    color: #fff !important;
    text-decoration: none;
    font-weight: normal !important;
    padding-right: 8px;
    border-left: 1px solid #fff;
    padding-left: 8px;
}

    .accdianTxtwithline a:hover
    {
        text-decoration: none;
        color: #ffbfa6 !important;
    }

.fa-download:before
{
    display: none;
}

.salesrepInner
{
    background: url(../images/tubeIcon.png) no-repeat center;
    position:relative;
    width: 50px;
    height: 25px;
    margin: auto;
    overflow: hidden;
    top:8px;
}

.salesrep
{
    background: transparent;
    border: 0px;
    height: 30px;
    float: left;
    margin: 0px auto;
    position:relative;
    top: 0px;
    color: #005f91;
    outline: 0px;
    left: 0px;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 50px;
    background-image: none;
}

.salesrepInner select option
{
    background-color: #fff;
    padding: 5px 10px;
    border: 0px solid #cccccc;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.salesrepInner1 select option
{
    background-color: #fff;
    padding: 5px 10px;
    border: 0px solid #cccccc;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.salesrepInner1
{
    background: url(../images/tubeIcon.png) no-repeat center;
    position: relative;
    width: 50px;
    height: 25px;
    margin: auto;
    top: 20px;
    overflow: hidden;
}


.salesrepInner2 select option
{
    background-color: #fff;
    padding: 5px 10px;
    border: 0px solid #cccccc;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.salesrepInner2 {
    background: url(../images/tubeIcon.png) no-repeat center;
    position: relative;
    width: 50px;
    height: 25px;
    margin: auto;
    top: 8px;
    overflow: hidden;
}

.salesrepInner3 select option
{
    background-color: #fff;
    padding: 5px 10px;
    border: 0px solid #cccccc;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.salesrepInner3 {
    background: url(../images/tubeIcon.png) no-repeat center;
    position: relative;
    width: 50px;
    height: 25px;
    margin: auto;
    right: 0px;
    top: 20px;
    overflow: hidden;
}

.salesrepInner4 select option {
    background-color: #fff;
    padding: 5px 10px;
    border: 0px solid #cccccc;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.salesrepInner4 {
    background: url(../images/tubeIcon.png) no-repeat center;
    position: relative;
    width: 50px;
    height: 25px;
    margin: auto;
    top: 20px;
    overflow: hidden;
}

.salesrepInner5 select option {
    background-color: #fff;
    padding: 5px 10px;
    border: 0px solid #cccccc;
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}

.salesrepInner5 {
    background: url(../images/tubeIcon.png) no-repeat center;
    position: relative;
    width: 50px;
    height: 25px;
    margin: auto;
    right: 0px;
    top: 20px;
    overflow: hidden;
}

.accdianAncor
{
    margin-top: 1px !important;
    line-height: 24px;
}

    .accdianAncor:after
    {
        content: "";
        display: inline-block;
        background: url(../images/arrowup.png) no-repeat center;
        width: 24px;
        height: 24px;
        float: right;
        margin-left: 5px;
    }

    .accdianAncor.is-expanded:after
    {
        content: "";
        display: inline-block;
        background: url(../images/arrowdown.png) no-repeat center;
        width: 24px;
        height: 24px;
        float: right;
        margin-left: 5px;
    }

.topspace
{
    padding-top: 25px;
}

.txtsalesregion
{
    text-align:center;
}

.txtsalesregion1 {
    text-align: center;
}

.txtsalesregion3 {
    text-align: center;
}

.txtsalesregion5 {
    text-align: center;
}

.txtsalesregion4 {
    text-align: center;
}

.vcPadddingT
{
    padding-top: 26px !important;
}

.headnewsitem1
{
    float: left;
    width: auto;
}

.headnewsitem2
{
    float: right !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

    .headnewsitem2 a
    {
        text-decoration: none;
        font-size: 20px !important;
        font-weight: normal !important;
        color: #fff;
    }

.remove
{
    font-size: 14px;
    font-weight: 700;
    color: #2484af;
    float: right;
    text-decoration: none;
    padding-right: 5px;
}

    .remove:hover
    {
        text-decoration: underline;
    }


.imggallery a
{
    background: #f07b35;
    color: #fff;
    padding: 5px 15px;
    border-radius: 7px;
    width: auto;
}

.imggallery
{
    margin: 10px 0px 15px 0px;
}

    .imggallery a:hover
    {
        color: #fff;
        text-decoration: none;
    }


.ancorHelp a
{
    float: none;
    width: auto;
}

.imageInpTXT
{
    width: 68% !important;
}

.addAgn
{
    position: absolute;
    top: 30px;
    right: 28px;
    color: #fff;
}

.addAgnChoose
{
    position: absolute;
    top: 30px;
    right: 185px;
    color: #fff;
    border-right: 1px #fff solid;
    padding-right: 10px;
}
.addAgnChoose2 {
    position: absolute;
    top: 30px;
    right: 286px;
    color: #fff;
    border-right: 1px #fff solid;
    padding-right: 10px;
}
.addAgnChoose3 {
    position: absolute;
    top: 30px;
    right: 124px;
    color: #fff;
    border-right: 1px #fff solid;
    padding-right: 10px;
}

.addAgnChoose1
{
    position: absolute;
    top: 30px;
    right: 24px;
    color: #fff;
    /*border-right: 1px #fff solid;*/
    padding-right: 10px;
}

a.AI
{
    background: url("../images/AI.png") no-repeat scroll 50% -12% #FFFFFF;
}

    a.AI:hover
    {
        background: url("../images/AI.png") no-repeat scroll 50% 114% #FFFFFF;
    }

a.PSD
{
    background: url("../images/PSD.png") no-repeat scroll 50% -12% #FFFFFF;
}

    a.PSD:hover
    {
        background: url("../images/PSD.png") no-repeat scroll 50% 114% #FFFFFF;
    }

.headercss
{
    position: relative;
}

.viewClntSale
{
    position: relative;
    width: 15% !important;
    height: 22px;
}

.viewRep
{
    position: relative;
    top: -13px;
}

/**20-Feb-2017**/

.headingMargin
{
    margin-bottom: 20px !important;
}

.addrangeBtnPopUp
{
    width: 482px;
    margin: 0px auto;
}

    .addrangeBtnPopUp input[type="button"]
    {
        float: left;
        margin: 8px;
    }

    .addrangeBtnPopUp .close
    {
        background: #666666;
        color: #fff;
    }



/**27-Feb-2017**/

.wrapLineBrk
{
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* Opera <7 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
}


.leftJPGimg
{
    width: auto;
    display: block;
    position: relative;
    float: left;
    text-align: left;
    top: 8px;
    z-index: 1;
}

    .leftJPGimg a
    {
        height: auto !important;
        border: 0px solid #d6e5f3 !important;
        border-radius: 0px !important;
    }


/*--4-Mar-2017--*/

.psdImg
{
    border: 0px !important;
    height: 28px !important;
}

    .psdImg img
    {
        position: absolute;
        right: 4px;
        top: 6px;
    }

span.cke_skin_kama
{
    float: left;
}

/*--16-Mar-2017--*/

.jpgImg
{
    border: 0px !important;
    height: 28px !important;
}

    .jpgImg img
    {
        position: absolute;
        right: 4px;
        top: 40px;
    }

.pngImg
{
    border: 0px !important;
    height: 28px !important;
    float: left;
}

    .pngImg img
    {
        position: absolute;
        right: 4px;
        top: 75px;
    }


/*--22-Mar-2017--*/


.adrangeExpand
{
    position: absolute;
    top: 30px;
    right: 30px;
    color: #fff;
    text-decoration: underline;
}

    .adrangeExpand:hover
    {
        color: #fff;
        text-decoration: underline;
    }

    .adrangeExpand:focus
    {
        color: #fff;
        text-decoration: underline;
    }

    .adrangeExpand::after
    {
        background: url(../images/trigalSkyblue.png) no-repeat center;
        content: "";
        display: inline-block;
        width: 10px;
        height: 20px;
        float: right;
        margin-left: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.accordion-toggle:after
{
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}

.accordion-opened .accordion-toggle:after
{
    content: "\f054";
}

.ItemCount
{
    font-size: 12px;
    color: #fbac3b;
    font-weight: bold;
    margin-left: 10px;
    margin-bottom: 0px;
    position: relative;
    top: -2px;
}

.btnviewsite:hover
{
    color: #ffb37c;
}

/*==10-Apr-2017==*/

.matiYoutubeIcon
{
    background: url(../images/capture.png);
    height: 60px;
    width: 60px;
    position: absolute;
    left: 38%;
    top: 24%;
}

/*==12-Apr-2017==*/
.BtnUpload
{
    background: none repeat scroll 0 0 #f07b35 !important;
    border: 0 none;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 18px;
    margin: 10px auto;
    padding: 5px 25px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}


/*==14-Apr-2017==*/

.searchradio
{
    line-height: 25px;
    font-size: 14px;
    color: #565656;
}

    .searchradio input[type="radio"]
    {
        width: 18px;
        height: 18px;
    }


.viewRangeContent
{
    position: relative;
    width: 1320px;
    margin: 0px auto;
}

    .viewRangeContent h3
    {
        background: #565656;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 400;
        color: #fff;
        padding: 0px 20px;
        margin-bottom: 40px;
    }

    .viewRangeContent .addAgn
    {
        position: absolute;
        top: 9px;
        right: 140px;
        color: #fff;
        border-right: 1px #fff solid;
        padding-right: 8px;
        text-decoration: none;
    }

    .viewRangeContent .addAgn1
    {
        position: absolute;
        top: 9px;
        right: 0px;
        color: #fff;
        border-right: 0px #fff solid;
        padding-right: 8px;
        text-decoration: none;
    }

    .viewRangeContent .blue-btn-bg
    {
        background-color: #1b9fd0 !important;
        width: 100%;
        position: relative;
    }

    .viewRangeContent .descrip
    {
        background: none repeat scroll 0 0 #33a54a !important;
        border: medium none !important;
        margin-top: 5px !important;
        /* overflow: hidden; */
        padding: 5px 30px 5px 5px!important;
        min-height: 150px !important;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .viewRangeContent .descrip input[type="checkbox"]
        {
            position: absolute;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
        }

    .viewRangeContent .innerBox ul
    {
        text-align: center;
        margin: 0px;
    }

    .viewRangeContent .innerBox li
    {
        float: left;
        margin-right: 2.5%;
        width: 18%;
        min-height: 266px;
        position: relative;
        margin-bottom: 15px;
    }

        .viewRangeContent .innerBox li .rangepadding
        {
            margin-top: 26px;
            background: #f2f7fc;
            border: 1px solid #b5c6d7;
            border-radius: 5px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            padding: 19px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
        }

            .viewRangeContent .innerBox li .rangepadding a
            {
                border: 1px solid #D6E5F3;
                border-radius: 5px;
                box-sizing: border-box;
                display: block;
                height: 125px;
                margin: 0 auto;
                vertical-align: middle;
                font-size: 13px;
            }

.innerBox input
{
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    .innerBox input[type=checkbox] + label
    {
        background-position: 0 0;
        background-repeat: no-repeat;
        cursor: pointer;
        display: inline-block;
        font-size: 13px;
        min-height: 22px;
        line-height: 22px;
        text-align: center;
        vertical-align: middle;
        padding-left: 23px;
        padding-right: 20px;
        /*min-width:95%;*/
        font-weight: normal;
        margin-bottom: 0px;
    }

    .innerBox input[type="checkbox"]
    {
        float: left;
    }

    .innerBox input:checked + label
    {
        background: url(../images/check-on.png) left top no-repeat;
    }

.innerBox label
{
    background: url(../images/check-off.png) left top no-repeat;
}

/*===15-Apr-2017===*/
.tooltip_str
{
    cursor: help;
    position: relative;
    text-align: center;
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    width: 20px;
    margin: 0px auto;
}

    .tooltip_str .tooltip
    {
        border: 3px #11bde1 solid;
        background: #fff;
        bottom: 15px;
        color: #242424;
        display: block;
        left: -30px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 10px;
        pointer-events: none;
        position: absolute;
        width: 150px;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        font-size: 12px;
        line-height: 18px;
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .tooltip_str .tooltip:before
        {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .tooltip_str .tooltip:after
        {
            /*border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid #1496bb 10px;*/
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .tooltip_str .arrow
    {
        background: url(../images/tooltip.png) no-repeat bottom;
        position: absolute;
        bottom: -13px;
        height: 30px;
        width: 100px;
        left: 40px;
    }

    .tooltip_str:hover .tooltip
    {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .tooltip_str .tooltip
{
    display: none;
}

.lte8 .tooltip_str:hover .tooltip
{
    display: block;
}

/*==17-Apr-2017==*/

.addrangeDown
{
    position: relative;
    top: 7px;
    float: left;
    z-index: 99;
}

    .addrangeDown a
    {
        height: auto !important;
        border: 0px solid #D6E5F3!important;
        border-radius: 0px !important;
        box-sizing: border-box !important;
        display: block !important;
        margin: 0px !important;
        vertical-align: left;
        font-size: 13px;
        /* background: #fff; */
        width: 30px;
    }

    .addrangeDown img
    {
        width: auto !important;
        height: auto !important;
    }

.closeCross
{
    position: absolute;
    right: -10px;
    top: -12px;
    z-index: 66;
}

/*==21-Apr-2017==*/

.viewRangeContent .green-btn-bg
{
    background-color: #77ae14 !important;
    width: 100%;
    position: relative;
    height: auto !important;
    margin-top: 15px !important;
}

.nav-web
{
    margin: 0px auto 0px 47.1px !important;
    width: 93%;
}

.fancyVidIMG img
{
    width: 100%;
    height: 100%;
}

/*=====26-Apr-2017=====*/

.toyIndexBox
{
    text-align: center;
    margin-top: 15px;
}

    .toyIndexBox i
    {
        color: #666666;
        margin-left: 8px;
        position: initial;
        top: -18px;
        right: 100px;
    }

.zuruPopup.modal-content
{
    border-radius: 0px;
    border: 10px #fff solid;
    padding: 15px;
}

.zuruPopup
{
    margin: 0px;
}

    .zuruPopup h2
    {
        font-size: 16px;
        color: #fff;
        padding: 10px;
        font-weight: normal;
        background: #03bde2;
        margin: 0px;
        text-transform: uppercase;
    }

    .zuruPopup label
    {
        font-size: 14px;
        color: #666666;
        text-align: right;
        font-weight: normal;
        margin-right: 10px;
        float: left;
        width: 90px;
    }

    .zuruPopup input[type="text"]
    {
        width: 77.6%%;
        padding: 10px;
        height: 20px;
        border: 1px #f2f2f2 solid;
        font-size: 16px;
        outline: 0px;
        margin-bottom: 0px;
    }

    .zuruPopup textarea
    {
        width: 63%;
        padding: 7px;
        height: 80px;
        border: 1px #cccccc solid;
        font-size: 12px;
        outline: 0px;
    }

.zuruPopupAccrd
{
    margin-top: 30px;
}

    .zuruPopupAccrd .panel-default > .panel-heading
    {
        border: 0px;
        border-radius: 0px;
        background: #03bde2;
        color: #fff;
    }

    .zuruPopupAccrd label
    {
        float: none;
        width: auto;
    }

    .zuruPopupAccrd input[type="checkbox"]
    {
        margin-top: 0px;
        height: 20px;
        width: 20px;
    }

.panel-group .panel
{
    border-radius: 0px;
    border: 0px;
}

.panel-title
{
    line-height: 21px;
}

.class_checkbox
{
    width: 20px;
    height: 21px;
    background: url(../images/radioBTn.jpg) no-repeat;
    float: left;
    margin-right: 8px;
}

    .class_checkbox.checked
    {
        background: url(../images/radioBTnChecked.jpg) no-repeat;
    }


.zuruPopupAccrd label
{
    font-size: 16px;
    color: #111;
    text-transform: uppercase;
    line-height: 21px;
    margin-bottom: 10px;
    margin-left: 10px;
}



.panel-title > a:before
{
    float: right !important;
    font-family: FontAwesome;
    content: "\f0d7";
    padding-right: 5px;
}

.panel-title > a.collapsed:before
{
    float: right !important;
    content: "\f0da";
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus
{
    text-decoration: none;
}

.zuruPopupTop
{
    margin-top: 20px;
}

.zuruPopBtns
{
    width: 270px !important;
}

.zuruPopupHeight
{
    height: 100px;
    overflow: hidden;
    overflow-y: scroll;
}

.backgroundcolor
{
    background-color: black;
    opacity: 0.9;
}

.floatright
{
    color: red;
    visibility: visible;
    float: left;
    padding-right: 22px;
    padding-bottom: 13px;
    padding-left: 95px;
    font-size: 12px;
}

.zuruPopupAccrd1 label
{
    width: auto;
    float: none;
    text-align: left;
}

.zuruPopupAccrd1
{
    margin-top: 30px;
}

    .zuruPopupAccrd1 .panel-default > .panel-heading
    {
        border: 0px;
        border-radius: 0px;
        background: #f0f0f0;
        color: #fff;
    }

        .zuruPopupAccrd1 .panel-default > .panel-heading a
        {
            color: #111111;
        }

    .zuruPopupAccrd1 .panel-title > a:before
    {
        color: #666666;
    }

.zuruPopupAccrdArrow:before
{
    color: #fff !important;
}


.modal-open .modal
{
    overflow-x: hidden;
    overflow-y: auto;
}

.popupHeightAdd
{
    overflow: hidden;
    overflow-y: scroll;
    height: 530px;
}

.zuruPopupAccrd1 input[type="checkbox"]
{
    margin: 0px;
    width: 22px;
    height: 18px;
    float: left;
}

.zuruPopupAccrd1 label
{
    float: none;
    width: 371px;
    text-align: -webkit-left;
    margin-bottom: 10px;
    line-height: 21px;
    margin-left: 10px;
}

/**27-Apr-2017**/

.headerSearch
{
    width: 1366px;
    margin: 0px auto;
    position: relative;
}

.headerSearch1
{
    position: relative;
    width: 1300px;
    margin: 0px auto;
}

/**17-june-2017**/

.spancolor
{
    color: #ffffff;
}

.leftNav-side
{
    background: none !important;
}

/**04-Aug-2017**/
.Searchbutton
{
    background: #7f7f7f !important;
    border: 0 none !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    color: #FFFFFF !important;
    font-size: 18px !important;
    line-height: 36px !important;
    margin-top: 0px !important;
    padding: 0px 59px !important;
    height: 42px !important;
    text-transform: capitalize !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    /*margin-left: 10px !important;*/
}

    .Searchbutton:hover
    {
        background: #cccccc !important;
    }

/*18-Aug-2017*/

.save1
{
    height: 40px !important;
    line-height: 38px !important;
    padding: 0px 20px !important;
    background: #77AE14 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: center !important;
    margin: 0 auto 5px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans',sans-serif !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    display: initial !important;
    text-transform: uppercase;
    font-size: 15px !important;
}

.notify1
{
    background: #00bde1 !important;
    border: 0 none !important;
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    color: #FFFFFF !important;
    font-size: 15px !important;
    line-height: 36px !important;
    margin-top: 12px !important;
    padding: 0px 42px !important;
    height: 41px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    margin-bottom: 15px !important;
    font-weight: bold !important;
    display: initial !important;
}

.cancel1
{
    height: 40px !important;
    line-height: 38px !important;
    padding: 0px 20px !important;
    background: #bfbfbf !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    text-align: center !important;
    margin: 0 auto 5px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans',sans-serif !important;
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    display: initial !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}

.uldata
{
    margin: 0px 0 17px !important;
}

    .uldata li
    {
        background: none !important;
        padding: 0px !important;
    }

.catgSet
{
    width: 320px;
}

    .catgSet input[type="text"]
    {
        width: 300px;
        height: 20px;
        padding: 10px;
        border: 1px #ccc solid;
        background: #f0f0f0;
        margin-bottom: 10px;
    }


.subcribe {
float:left;
}


@media screen and (min-width:1020px) and (max-width:1070px) {

    .descrip {
        /*background: none repeat scroll 0 0 #77AE14 !important;
        border: medium none !important;
        margin-top: 5px !important;
        overflow: hidden;*/
        padding: 5px !important;
        min-height: 143px !important;
    }
}
