body
{
    font-family: 'Open Sans', sans-serif;
    background: #f9f9f9 !important;
}

h1, h2, h3, h4, h5, h6, p, ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.HeaderOrange
{
    color: #fe7f03 !important;
    margin: 20px 0px 20px 0px!important;
}

.m-t-20
{
    margin-top: 20px !important;
}

.m-t-40
{
    margin-top: 40px !important;
}

.m-t-10
{
    margin-top: 10px !important;
}

.m-l-20
{
    margin-left: 20px !important;
}

.m-b-10
{
    margin-bottom: 10px !important;
}

.m-b-20
{
    margin-bottom: 20px !important;
}

.p-t-20
{
    padding-top: 20px !important;
}

.p-t-10
{
    padding-top: 10px !important;
}

.p-b-10
{
    padding-bottom: 10px !important;
}

.p-b-20
{
    padding-bottom: 20px !important;
}

.sh
{
    font-size: 15px;
    font-weight: bold;
    color: #006;
    padding-bottom: 10px;
}

.sh2
{
    font-size: 15px;
    font-weight: bold;
    color: #006;
    padding-bottom: 10px;
    padding-left: 20px;
}

*
{
    outline: none !important;
}

img
{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}


header
{
    /*padding: 10px 20px;*/
    background: #1e283a;
}

.header2
{
    font-size: 20px;
    color: #fff;
    margin-left: 40px;
}

.tdHeader
{
    font-size: 15px !important;
    color: #000 !important;
    font-weight: bold !important;
    text-align: left !important;
    padding-left: 10px !important;
}

.topHeader
{
    background: #1e283a;
    color: #fff;
    line-height: 30px;
    padding-bottom: 3px;
    /*padding: 10px 20px 5px 20px;*/
}

    .topHeader a
    {
        color: #fff;
        text-decoration: none;
    }

    .topHeader ul li i
    {
        padding-right: 8px;
    }

.headerbar-left
{
    padding-top: 5px;
}

.headerbar-right
{
    float: right;
    padding-right: 20px;
}

.bodyHeight
{
    /*min-height: 539px !important;*/
}

.menu
{
    float: right;
}


/* Bootstrap RESET  Start */
#mycarousel img
{
    width: 100%;
}

#aboutcarousel img
{
    width: 100%;
    height: 180px;
}

td > a
{
    font-size: 13px !important;
}

.control-label
{
    font-size: 13px !important;
    text-align: right;
}

.form-control::-moz-placeholder
{
    font-size: 13px;
}

.navbar
{
    margin-bottom: 0;
    border: transparent;
}

nav
{
    box-shadow: 0 1px 3px #000;
}

.nav > li > a
{
    /*padding: 40px 13px !important;*/
    padding: 28px 12px !important;
    font-weight: bold;
}

.list-inline > li > a
{
    color: #fff;
    text-decoration: none;
}

.navbar-default
{
    border-radius: 0px !important;
}

    .navbar-default .navbar-nav > li > a
    {
        color: #000;
    }

.navbar-brand
{
    padding: 0px 20px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
    color: #0465b0;
    border-bottom: 5px solid #f80;
    /*background:none;
    background-color: #1e283a !important;*/
}
/*.active
{
    color: #0465b0;
    border-bottom:5px solid #f80;
}*/

.row
{
    margin-right: 0px !important;
}

.container-fluid
{
    padding-right: 0px !important;
}

.btn-primary
{
    background-color: #1e283a !important;
    border-color: #1e283a !important;
}

.btn-info
{
    background-color: #1e283a !important;
    border-color: #1e283a !important;
}

.panel
{
    border: none;
    border-radius: 0px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
}

    .panel .panel-body
    {
        padding: 20px;
    }

        .panel .panel-body p
        {
            margin: 0px;
        }

            .panel .panel-body p + p
            {
                margin-top: 15px;
            }

.panel-heading
{
    border-radius: 0;
    border: none !important;
    padding: 10px 20px;
}

.panel-default > .panel-heading
{
    color: #797979;
    background-color: #fafafa;
    border-bottom: none;
}

.panel-title
{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.panel-footer
{
    background: #fafafa;
    border-top: 0px;
}

.panel-color .panel-title
{
    color: #ffffff;
}

.panel-primary > .panel-heading
{
    background-color: #1e283a;
}

.panel-success > .panel-heading
{
    background-color: #33b86c;
}

.panel-info > .panel-heading
{
    background-color: #29b6f6;
}

.panel-warning > .panel-heading
{
    background-color: #ffd740;
}

.panel-danger > .panel-heading
{
    background-color: #ef5350;
}

.panel-purple > .panel-heading
{
    background-color: #7e57c2;
}

.panel-pink > .panel-heading
{
    background-color: #ec407a;
}

.panel-inverse > .panel-heading
{
    background-color: #212121;
}

.panel-border
{
    border-radius: 3px;
}

    .panel-border .panel-heading
    {
        background-color: #ffffff;
        border-top: 3px solid #ccc !important;
        border-radius: 3px;
        padding: 10px 20px 0px;
    }

    .panel-border .panel-body
    {
        padding: 15px 20px 20px 20px;
    }

    .panel-border.panel-primary .panel-heading
    {
        border-color: #1e88e5 !important;
        color: #1e88e5 !important;
    }

    .panel-border.panel-success .panel-heading
    {
        border-color: #33b86c !important;
        color: #33b86c !important;
    }

    .panel-border.panel-info .panel-heading
    {
        border-color: #29b6f6 !important;
        color: #29b6f6 !important;
    }

    .panel-border.panel-warning .panel-heading
    {
        border-color: #ffd740 !important;
        color: #ffd740 !important;
    }

    .panel-border.panel-danger .panel-heading
    {
        border-color: #ef5350 !important;
        color: #ef5350 !important;
    }

    .panel-border.panel-purple .panel-heading
    {
        border-color: #7e57c2 !important;
        color: #7e57c2 !important;
    }

    .panel-border.panel-pink .panel-heading
    {
        border-color: #ec407a !important;
        color: #ec407a !important;
    }

    .panel-border.panel-inverse .panel-heading
    {
        border-color: #212121 !important;
        color: #212121 !important;
    }

.panel-fill
{
    border-radius: 3px;
}

    .panel-fill .panel-heading
    {
        background-color: transparent;
        color: #ffffff;
        border-bottom: 1px solid rgba(255,255,255,0.5) !important;
    }

    .panel-fill .panel-body
    {
        color: rgba(255,255,255,.85);
    }

    .panel-fill.panel-default .panel-body
    {
        color: #666;
    }

    .panel-fill.panel-default .panel-heading
    {
        background-color: transparent;
        color: #333;
        border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    }

    .panel-fill.panel-primary
    {
        background-color: #489ce7;
    }

    .panel-fill.panel-success
    {
        background-color: #58c386;
    }

    .panel-fill.panel-info
    {
        background-color: #50c1f4;
    }

    .panel-fill.panel-warning
    {
        background-color: #fcdc63;
    }

    .panel-fill.panel-danger
    {
        background-color: #ef7270;
    }

    .panel-fill.panel-purple
    {
        background-color: #9475cb;
    }

    .panel-fill.panel-pink
    {
        background-color: #ec6391;
    }

    .panel-fill.panel-inverse
    {
        background-color: #4a4a4a;
    }

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td
{
    text-align: left;
}

.list-group-item a
{
    display: block;
    text-align: center;
}

fieldset
{
    padding: 8px 26px !important;
}

legend
{
    font-weight: bold;
}

.list-group-item-info
{
    background-color: #f9f9f9 !important;
}
/* Bootstrap RESET  End */


/* Kendo RESET  Start */
.k-upload-button
{
    margin: 0px !important;
}

/* Kendo RESET  End */
.panel-box
{
    margin-top: 10px;
}

.addLink
{
    color: #fff;
}

    .addLink:hover
    {
        color: #fff;
    }

.heading
{
    color: #fe7f03 !important;
    margin: 20px 0px 20px 0px!important;
}

.payButtons
{
    padding: 20px 0px 20px 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
}

.Ilinks
{
    padding: 10px 0px 10px 25px;
    margin-bottom: 10px;
    border-bottom: solid 1px #fff;
}

.Ilinks2
{
    padding: 10px 0px 10px 25px;
    margin-bottom: 10px;
}

h4
{
    color: #fff !important;
}

.leftLinks
{
    padding: 10px 0px 20px 5px;
}

    .leftLinks ul li
    {
        background: rgba(0, 0, 0, 0) url("../Images/iconArrowRight.png") no-repeat scroll 3px 0px;
        list-style: outside none none;
        margin-bottom: 10px;
        padding-right: 25px;
        width: 90%;
    }

        .leftLinks ul li a
        {
            /*color: #fff;
            padding-left: 16px; 
            text-decoration: none;*/
            color: #fff;
            left: 30px;
            position: relative;
            text-decoration: none;
        }

/*.leftLinks ul li:before
        {
            content: url(../../Images/iconArrowRight.png);
            width: 16px;
            height: 16px;
        }*/

/*.updateLinks li
{
    background: rgba(0, 0, 0, 0) url("../Images/iconArrowRight.png") no-repeat scroll 3px 0px;
    list-style: outside none none;
    margin-bottom: 10px;
    padding-right:25px;
}

    .updateLinks li a
    {
        color: #fff;
        left: 30px;
        position: relative;
        text-decoration: none;
    }*/

.headings .headText
{
    color: #fff;
    font-size: 15px;
    left: 6px;
    position: relative;
}


.loginBg
{
    background: url(../Images/loginBg.png);
    width: 100%;
    height: 464px;
    background-size: cover;
}

.login-navbar
{
    height: 78px !important;
}

.loginMain
{
    margin-left: 35%;
    margin-top: 5%;
}

.loginInner
{
    background: rgba(70, 124, 200, 0.5);
    padding: 30px;
    border-radius: 10px;
}

    .loginInner p
    {
        color: #fff;
        font-size: 20px;
    }

.body-left
{
    width: 25%;
    display: table-cell;
    vertical-align: top;
    background: #1e283a;
    min-height: 100%;
    border-bottom: 1px solid #fff;
    /*position:fixed;
    width:100%;
    left:0;
    top:0;
    transform:translateX(-100%);
    transition:all 0.6s ease;*/
}

    .body-left.opennew
    {
        transform: translateX(0);
    }

.body-right
{
    display: table-cell;
    /*position: absolute;*/
    vertical-align: top;
    width: 74.5%;
    z-index: -1;
}


.bodyhead
{
    padding: 10px;
    background: #1e283a;
}

    .bodyhead h3
    {
        margin: 0px;
    }

.body-content
{
    /*border: 1px solid #1e283a;*/
    min-height: 580px;
}

.current
{
    width: 100% !important;
    transition: all 0.3s ease;
    display: block;
}

.remove
{
    color: #F21322;
}

.fileupload
{
    overflow: hidden;
    position: relative;
}

    .fileupload input.upload
    {
        cursor: pointer;
        font-size: 20px;
        margin: 0;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.middleContent
{
    border: 1px solid #c5c5c5;
    padding: 10px;
}

footer
{
    color: #fff;
    background: #1e283a;
    padding: 2px;
    vertical-align: middle;
    min-height: 40px;
    font-size: 12px;
}

    footer p
    {
        line-height: 52px;
    }

    footer a
    {
        color: #fff;
    }

        footer a:hover
        {
            color: #fff;
        }

.pageContent h4
{
    color: #000 !important;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.pageContent p
{
    margin-bottom: 20px;
    text-align: justify;
}

.pageContent ul
{
    margin: 30px;
}

    .pageContent ul li
    {
        list-style-type: circle;
        margin-bottom: 10px;
    }

.pageContent .orderlist li
{
    margin-bottom: 30px;
    font-size: 13px;
}

.outerHeading
{
    padding: 20px;
    text-align: center;
    background: #f9f9f9;
}

    .outerHeading p
    {
        font-size: 30px;
    }

.contact .contactHead
{
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.realtedLinks li
{
    margin-bottom: 30px !important;
}

.crumb
{
    padding: 10px 0px;
}

    .crumb li
    {
        color: #0465b0;
        font-size: 14px;
    }

        .crumb li a
        {
            color: #0465b0;
            font-size: 14px;
        }
.tooltipMain
{
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    text-align: left;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-family: 'Arial', Gadget, sans-serif;
    font-size: 11px;
   
}
/*#tooltip1
{
    left: 650px;
    position: absolute;
    top: 100px;
}

#tooltip2
{
    left: 650px;
    position: absolute;
    top: 180px;
}

#tooltip3
{
    
    left: 300px;
    position: absolute;
    top: 150px;
}

#tooltip4
{
    left: 400px;
    position: absolute;
    top: 250px;
}

#tooltip5
{
    left: 650px;
    position: absolute;
    top: 300px;
}

#tooltip6
{
    left: 300px;
    position: absolute;
    top: 480px;
}

#tooltip7
{
    left: 250px;
    position: absolute;
    top: 220px;
}

#tooltip8
{
    left: 150px;
    position: absolute;
    top: 320px;
    
}

#tooltip9
{
    left: 500px;
    position: absolute;
    top: 500px;
}*/
#tooltip1
{
    left: 750px;
    position: absolute;
    top: 100px;
}

#tooltip2
{
    left: 750px;
    position: absolute;
    top: 180px;
}

#tooltip3
{
    
    left: 230px;
    position: absolute;
    top: 100px;
}

#tooltip4
{
    left: 700px;
    position: absolute;
    top: 300px;
}

#tooltip5
{
    left: 700px;
    position: absolute;
    top: 350px;
}

#tooltip6
{
    left: 600px;
    position: absolute;
    top: 450px;
}

#tooltip7
{
    left: 200px;
    position: absolute;
    top: 150px;
}

#tooltip8
{
    left: 100px;
    position: absolute;
    top: 300px;
    
}

#tooltip9
{
    left: 550px;
    position: absolute;
    top: 470px;
}

hr
{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    margin: 0px !important;
}

.email
{
    color: #fff;
}
/*==========================Bootstrap Override End======================*/
@media all and (max-width:480px)
{
    .body-left
    {
        /*width: 70% !important;*/
    }

    .socialLinks
    {
        float: left !important;
    }

    .loginBg .col-xs-6
    {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .payButtons .topleftBtns
    {
        width: 90% !important;
    }
}

@media all and (max-width:520px)
{
    .panelMain .col-xs-6
    {
        width: 100%;
        margin-left: 0;
    }
}

@media all and (max-width:767px)
{

    .body-right
    {
        width: 100%;
        display: block !important;
    }

    .navbar-default
    {
        min-height: 0px !important;
    }

    .menu
    {
        float: left;
        /*margin:10px 0px;*/
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .navbar-collapse
    {
        padding: 0px !important;
    }

    .body-left
    {
        position: absolute !important;
        width: 70%;
        left: 0;
        background: #1e283a;
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        /*-moz-transform:translateY(-100%);
    -webkit-transform:translateY(-100%);
    -o-transform:translateY(-100%);
    -ms-transform:translateY(-100%);
    transform: translateY(-100%);*/
        -moz-transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        display: block;
        z-index: 1000;
        /*height: 100%;
        top: 52px;*/
    }

        .body-left.open
        {
            transform: translateX(0);
            -moz-transform: translateX(0);
            -webkit-transform: translateX(0);
            -o-transform: translateX(0);
            -ms-transform: translateX(0);
            /*overflow:hidden !important;*/
            /*transform: translateY(0);
        -moz-transform:translateY(0);
        -webkit-transform:translateY(0);
        -o-transform:translateY(0);
        -ms-transform:translateY(0);*/
        }

    .nav > li > a
    {
        padding: 13px 3px !important;
    }

    .toggle-xs
    {
        color: #fff;
        float: right;
        position: relative;
        right: 24px;
        top: 10px;
    }
    /*.loginMain
    {
        margin-left: 20%;
        margin-top: 15%;
    }*/
    footer p
    {
        line-height: 20px !important;
    }
}

@media all and (max-width:980px)
{

    .Ilinks, .Ilinks2
    {
        padding: 0 0 0 5px;
    }
}

@media all and (max-width:1024px)
{
    /*.navbar-brand img
    {
        margin-top:15px;
    }*/
    .navbar-brand .mainlogo
    {
        height: 50px !important;
        width: 150px !important;
    }

    .navbar-brand .smallogo
    {
        height: 50px !important;
        width: 150px !important;
        margin-top: 14px;
    }

    .maintenance
    {
        width: 100%;
    }
}

@media all and (max-width:1200px)
{
    .navbar-header a
    {
        font-size: 20px;
    }
}
/*kendo validation color*/
.k-tooltip-validation
{
    background-color: #e0787a !important;
    border: 1px solid #e0787a !important;
    color: #fff !important;
    border-radius: 4px !important;
}
/* New Classes 11th Aug 2015 */
.more
{
    color: #fb9303;
    padding-right: 10px;
}

    .more > a
    {
        color: #fb9303;
    }

.liDisc
{
    list-style: disc !important;
    padding-left: 20px !important;
    line-height: 25px !important;
}

.tac
{
    text-align: center !important;
    color: #fe7f03 !important;
    color: #fff !important;
}

.padding90
{
    padding-bottom: 50px !important;
}

.paddingLeft
{
    padding-left: 20px !important;
    margin-top: 10px !important;
}

.blueLabel
{
    color: #006;
    font-weight: bold;
}

.blueLabelItalic
{
    color: #006;
    font-weight: bold;
    font-style: italic;
}

.labelRed
{
    color: #ff0000;
}

.labelRedItalic
{
    color: #ff0000;
    font-weight: bold;
    font-style: italic;
}

.doListStyle
{
    padding: 15px 0px 0px 40px !important;
    list-style-image: url(../images/iconDo.png);
    vertical-align: middle;
}

.dontListStyle
{
    padding: 15px 0px 0px 40px !important;
    list-style-image: url(../images/iconDont.png);
    vertical-align: middle;
}

.deleteMessage
{
    font-size: 15px;
    color: #000 !important;
    padding: 10px 0px 10px 0px;
}

.text-left
{
    text-align: left;
    padding: 5px 0px 5px 40px;
}

.k-table, .k-table td
{
    border: 1px solid red !important;
}
