﻿@import url(http://fonts.googleapis.com/css?family=Oswald:400,300);


* {
    padding: 0px;
    margin: 0px;
    OUTLINE: NONE;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/impact_1.eot');
    src: url('../fonts/impact_1.eot?#iefix') format('embedded-opentype'), url('../fonts/impact_1.woff') format('woff'), url('../fonts/impact_1.ttf') format('truetype'), url('../fonts/impact_1.svg#impact_1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cookie';
    src: url('../fonts/Cookie-Regular.ttf') format('truetype');
}

body {
    background: #fff url(/abc/Images/bg-all.jpg) 0 0 repeat-x;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
}

.tabuler-deta td {
    padding: 10px 5px;
    color: #333;
    font-size: 13pt;
    position: relative;
}

    .tabuler-deta td input[type=text] {
        height: 22px;
        width: 89%;
        border: solid 1px #000;
        float: left;
        padding: 0 0 0 3px;
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        *line-height: 21px;
        box-shadow: 1px 0px 6px #666;
        -webkit-box-shadow: 1px 0px 6px #666;
        -moz-box-shadow: 1px 0px 6px #666;
        -ms-box-shadow: 1px 0px 6px #666;
        -o-box-shadow: 1px 0px 6px #666;
    }

        .tabuler-deta td input[type=text]:focus {
            background: #e8e7e7;
            box-shadow: 1px 0px 6px #ccc;
            -webkit-box-shadow: 1px 0px 6px #ccc;
            -moz-box-shadow: 1px 0px 6px #ccc;
            -ms-box-shadow: 1px 0px 6px #ccc;
            -o-box-shadow: 1px 0px 6px #ccc;
        }

    .tabuler-deta td input[type=password] {
        height: 22px;
        width: 91%;
        border: solid 1px #000;
        padding: 0 0 0 10px;
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        *line-height: 21px;
        box-shadow: 1px 0px 6px #666;
        -webkit-box-shadow: 1px 0px 6px #666;
        -moz-box-shadow: 1px 0px 6px #666;
        -ms-box-shadow: 1px 0px 6px #666;
        -o-box-shadow: 1px 0px 6px #666;
    }

        .tabuler-deta td input[type=password]:focus {
            background: #e8e7e7;
            box-shadow: 1px 0px 6px #ccc;
            -webkit-box-shadow: 1px 0px 6px #ccc;
            -moz-box-shadow: 1px 0px 6px #ccc;
            -ms-box-shadow: 1px 0px 6px #ccc;
            -o-box-shadow: 1px 0px 6px #ccc;
        }

    .tabuler-deta td select {
        height: 22px;
        width: 242px!important;
        border: solid 1px #d3d3d3;
        padding: 2px 2px 2px 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

    .tabuler-deta td textarea {
        height: 293px!important;
        width: 98%!important;
        border: solid 1px #000;
        padding: 10px 0 0 10px;
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        *line-height: 21px;
        box-shadow: 1px 0px 6px #666;
        -webkit-box-shadow: 1px 0px 6px #666;
        -moz-box-shadow: 1px 0px 6px #666;
        -ms-box-shadow: 1px 0px 6px #666;
        -o-box-shadow: 1px 0px 6px #666;
        margin: 5px 0 0 0;
    }

    .tabuler-deta td input[type=submit] {
        *overflow: visible;
        *width: auto;
        border: 1px solid #CD2033;
        background: #C41230;
        color: #ffffff;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        height: 30px;
        line-height: 21px;
        *line-height: 17px;
    }

    .tabuler-deta td input[type=button] {
        *overflow: visible;
        *width: auto;
        border: 1px solid #CD2033;
        background: #C41230;
        color: #ffffff;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0px;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        -ms-border-radius: 6px;
        -moz-border-radius: 6px;
        -o-border-radius: 6px;
        height: 30px;
        line-height: 21px;
        *line-height: 17px;
    }

.tabuler-deta-nasted td {
    padding: 6px 0 0 0;
    color: #666;
    font-size: 12px;
}

    .tabuler-deta-nasted td input[type=text] {
        height: 22px;
        border: solid 1px #d3d3d3;
        padding: 0 0 0 10px;
        background: #fff;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

        .tabuler-deta-nasted td input[type=text]:focus {
            box-shadow: 1px 0px 6px #ccc;
            -webkit-box-shadow: 1px 0px 6px #ccc;
            -moz-box-shadow: 1px 0px 6px #ccc;
            -ms-box-shadow: 1px 0px 6px #ccc;
            -o-box-shadow: 1px 0px 6px #ccc;
        }

    .tabuler-deta-nasted td select {
        height: 22px;
        border: solid 1px #d3d3d3;
        padding: 2px 2px 2px 10px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -o-border-radius: 3px;
    }

.tabuler-deta-nasted p b span {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 4px;
}

.table-border-none table {
    border: 0px!important;
}

.address-tabl td:first-child {
    width: 35%;
}

.nasted-table {
    border: 0!important;
}

.clear {
    clear: both;
}

a img {
    border: none;
}

img {
    border: none;
}

a {
    color: #b5010a;
    text-decoration: none;
}

    a:hover {
        color: white;
    }

.right {
    float: right!important;
}

.left {
    float: left!important;
}

.block {
    display: block!important;
}

.main {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

.tabl-con {
    width: 100%;
    margin: 20px auto 0 auto;
}

.left-deta {
    width: 380px;
    margin-left: 30px;
}

   /* .left-deta ul li {
        padding: 4px 0 0 0px;
        list-style-type: disc;
        font-size: 9.5pt;
        line-height: 14px;
        margin: 0 10px 0 32px;
    }*/
.left-deta ul { padding:10px; }
    .left-deta ul li {
        padding: 4px 0 0px 16px;
        font-size: 9.5pt;
        list-style-type: none;
        line-height: 16px;
        margin: 0 10px 0 0;
        background: url(/abc/Images/ok.png) left 6px no-repeat;
    }

.header {
    background: #4f82bd url(/abc/Images/NominationTemplate1.png) center top no-repeat;
    height: 120px;
}

.header-wrap {
    font-family: 'Impact';
    color: #fff;
    text-transform: uppercase;
    font-size: 29pt;
    padding: 20px 0 0 0;
    text-align: center;
    width: 970px;
    margin: 0 auto;
}

.footer {
    background: #000;
    padding: 5px 0;
}

.footer-wrap {
    width: 970px;
    margin: 0 auto;
}

.footermain {
    background: #c41230;
}

.page {
    min-height: 100%;
}

.bod-table {
    border: solid 1px #ccc;
    margin: 10px;
    padding: 3px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
}

.nav li {
    display: inline;
    position: relative;
}

    .nav li a {
        display: inline-block;
        padding: 10px 10px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

.nav {
    text-align: right;
    width: 937px;
    margin: 0 auto;
}

.tame {
    position: absolute;
    left: 0px;
    top: 25px;
    display: none;
    width: 200px;
}

    .tame li {
        width: 100%;
        display: block;
        text-align: left;
    }

        .tame li a {
            font-size: 12px;
            font-weight: normal;
        }

.left-head {
    font-family: 'Impact';
    font-size: 29pt;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: -9px;
    text-transform: uppercase;
    padding-left: 14px;
}

html, body {
    height: 100%;
}

.wrapper-outer-form {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -84px auto;
}

.footermain, .push {
    height: 84px;
}

.wraphome {
    margin: 0 auto;
    width: 650px;
}

.left-img {
    float: left;
    width: 310px;
    text-align: left;
    padding-top: 50px;
    font-size: 3em;
    font-weight: bold;
    color: #000;
}

.right-clickable {
    float: left;
    width: 550px;
}
/*.right-top-msg{  font-size:29pt; font-weight: bold; font-family:Arial; margin-bottom:5px;  text-align:center; color:#000; padding:5px 0 5px 10px;}*/
.right-top-msg {
    text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
    font: 400 34pt/0.8 'Cookie', Helvetica, sans-serif;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
    padding: 5px 0 10px 0px;
}

.right-top-msgsmall {
    text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
    font: 400 17pt/0.8 'Cookie', Helvetica, sans-serif;
    padding-top: 10px;
    text-align: center;
}

.chtr-left {
    float: left;
    font-size: 11px;
    line-height: 20px;
}

.right-preview {
    float: right;
}

    .right-preview input[type="button"].preview {
        overflow: visible;
        text-transform: none;
        *width: auto;
        border: 1px solid #333;
        background: #333;
        color: #ffffff;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 11px;
        font-weight: normal;
        letter-spacing: 0px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -o-border-radius: 5px;
        height: 20px;
        line-height: 9px;
        *line-height: 8px;
    }

.nasted-div div {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 10px 5px 10px 0px;
}


.click {
    font-size: 10px;
}

.type {
    padding: 15px 0 10px 10px;
}

.devider {
    width: 99%;
    padding-top: 5px;
    margin-top: 5px;
}

.emailtemplate-con {
    height: 478px;
    position: relative;
    display: block;
    border: solid 1px #000;
    padding: 0px;
    background: #fff url(/abc/Images/preview-bg.jpg) right top repeat-y;
    border-radius: 3px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    *line-height: 21px;
    box-shadow: 1px 0px 6px #666;
    -webkit-box-shadow: 1px 0px 6px #666;
    -moz-box-shadow: 1px 0px 6px #666;
    -ms-box-shadow: 1px 0px 6px #666;
    -o-box-shadow: 1px 0px 6px #666;
    margin: 25px 0 0 0;
}

.left-col-deta {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 10px 0px;
    height: 458px;
    border-right: solid 1px #000;
    border-left: 0px;
    width: 425px;
    float: left;
}

.deta-head {
    font-family: 'Impact';
    color: #fff;
    font-size: 3.2em;
    text-align: left;
    letter-spacing: 0px;
    margin-bottom: -12px;
    font-weight: bold;
    padding-left: 30px;
    margin: 40px 0 30px 0;
}

.left-col-deta ul li {
    padding: 6px 0 0 0px;
    list-style-type: disc;
    font-size: 15px;
    line-height: 14px;
    margin-left: 32px;
}

.right-deta-col {
    width: 480px;
    float: right;
    padding: 50px 30px 20px 30px;
    height: 350px;
    overflow-y: auto;
    font-size: 20px;
    text-align: left;
}

.adj-pos-btnn {
    position: absolute;
    right: -40px;
    bottom: -72px;
    height: 50px;
    width: 100px;
}

.edit {
    overflow: visible;
    text-transform: none;
    *width: auto;
    font-weight: bold;
    border: 1px solid #D4635A;
    background: #D4635A;
    color: #ffffff;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    height: 20px;
    width: 70px;
    line-height: 9px;
    *line-height: 8px;
}

.send {
    overflow: visible;
    text-transform: none;
    *width: auto;
    font-weight: bold;
    border: 1px solid #7BC57B;
    background: #7BC57B;
    color: #ffffff;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    height: 20px;
    width: 70px;
    line-height: 9px;
    *line-height: 8px;
    margin-top: 10px;
}

.footer-wrap ul {
    margin: 20px 0 0 0;
}

.footer-wrap li {
    float: left;
    font-size: 29px;
    font-family: 'Impact';
    margin: 0 30px 0 0;
    list-style-type: none;
    text-transform: uppercase;
}

    .footer-wrap li a {
        cursor: default;
        color: #333;
        font-size: 29px;
    }



/* CSS Overlay */
.overlay {
    opacity: 0.2;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
}

.popup {
    background: #fff;
    width: 282px;
    min-height: 50px;
    position: fixed;
    left: 30%;
    top: 0%;
    border: solid 5px #000;
    z-index: 1200;
    padding: 20px;
}

.popUpButton {
    background: none repeat scroll 0 0 #C41230;
    border: 0px solid #CD2033;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 2px 5px;
    text-transform: uppercase;
}
/* CSS Overlay completed */

.nicescroll-table {
    height: 363px;
    margin-left: 33px;
    width: 98%;
}

.jquery-checkbox, .jquery-safari-checkbox-checked {
    width: 20px;
    height: 22px;
    background-image: url(/abc/Images/check-img-gr.png);
    display: inline-block;
    vertical-align: text-top;
}

.jquery-checkbox-checked {
    background-position: top left !important;
}

.jquery-checkbox {
    background-position: bottom left;
}

.mark img {
    visibility: hidden;
}

.search {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    width: 140px;
    float: right;
    margin-right: 30px;
    padding: 0 0 0 8px;
}

    .search input[type="text"] {
        border: 0px;
        height: 24px;
    }

    .search input[type="submit"] {
        border: 0px;
        padding: 0 10px;
        height: 26px;
        cursor: pointer;
        border-radius: 9px;
        -webkit-border-radius: 9px;
        -ms-border-radius: 9px;
        -moz-border-radius: 9px;
        -o-border-radius: 9px;
        background: #C41230;
        margin: 0 -44px 0 0;
        color: #fff;
    }

.btnDone {
    *overflow: visible;
    *width: auto;
    border: 0px solid #CCC;
    background: #6C6E71;
    color: #ffffff;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    height: 25px;
    line-height: 21px;
    *line-height: 17px;
}

.t-head {
    font-family: 'Impact';
    font-size: 24px;
}

#ascrail2000 {
    width: 16px !important;
}

    #ascrail2000 div {
        float: left!important;
    }

.errormsg {
    color: Black;
}

    .errormsg p {
        marign: 4px 0 0 0;
    }

/* FAQ */
.faqbox {
    margin-right: 20px;
}

    .faqbox h1 {
        color: #000000;
        font: 40px/55px 'Impact',Arial,Verdana,sans-serif;
        text-transform: uppercase;
    }

.faqboxlink {
    font: 25px/55px 'Impact',Arial,Verdana,sans-serif;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    margin: 80px 0 0 20px;
    line-height: 30px;
}

.faqboxlink1 {
    font: 25px/55px 'Impact',Arial,Verdana,sans-serif;
    text-decoration: none;
    text-align: left;
    text-transform: uppercase;
    margin: 30px 0 0 20px;
    line-height: 30px;
}

    .faqboxlink a:link, .faqboxlink a:visited,
    .faqboxlink1 a:link, .faqboxlink1 a:visited {
        color: #C41230;
    }

    .faqboxlink a:hover,
    .faqboxlink1 a:hover {
        color: #000000;
    }

.questarea ul {
    padding: 0;
    margin: 0 0 20px 0;
}

    .questarea ul li, .question {
        color: #C70031;
        font: bold 15px/16px Arial,Verdana,sans-serif;
        padding: 0;
        margin: 0;
        text-align: justify;
    }

        .questarea ul li a:link, .questarea ul li a:visited,
        .question a:link, .question a:visited {
            color: #C70031;
            font: bold 15px/16px Arial,Verdana,sans-serif;
            text-decoration: none;
        }

        .questarea ul li a:hover,
        .question a:hover {
            color: #000000;
            font: bold 15px/16px Arial,Verdana,sans-serif;
            text-decoration: none;
        }

.answerarea {
    margin-bottom: 5px;
    color: #000000;
    font: 12px/16px Arial,Verdana,sans-serif;
    text-align: justify;
}

    .answerarea p {
        color: #000000;
        font: 12px/16px Arial,Verdana,sans-serif;
        padding: 0;
        margin: 0;
        text-align: justify;
    }

    .answerarea li {
        margin-left: 15px;
    }

.showtooltip {
    display: inline-block;
    padding: 0px 0 0 0px;
    position: absolute;
    right: 0px;
    float: left;
    margin-top: 6px;
    padding-right: 8px;
    text-align: right;
}

p.tooltip {
    background: #fff;
    font-size: 11px;
    line-height: inherit;
}

.tooltipimg {
    float: left;
    width: 22px;
}

.tooltiperrormsg img {
    float: left;
}

.infomsg {
    font: 10px/16px Arial, Verdana, sans-serif;
    font-style: italic;
    color: #666666;
    vertical-align: top;
    float: right;
}

.pagination {
    line-height: 26px;
}

    .pagination span {
        padding: 5px;
        border: solid 1px #C41230;
        text-decoration: none;
        white-space: nowrap;
        background: #C41230;
    }

    .pagination a, .pagination a:visited {
        text-decoration: none;
        padding: 6px;
        white-space: nowrap;
    }

        .pagination a:hover, .pagination a:active {
            padding: 5px;
            border: solid 1px #9ECDE7;
            text-decoration: none;
            white-space: nowrap;
            background: #486694;
        }

.btnclass {
    border: 1px solid #CD2033;
    background: #C41230;
    color: #ffffff;
    padding: 2px 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    height: 30px;
    line-height: 21px;
    float: right;
    margin-right: 5px;
}

.rightpreview {
    overflow: visible;
    text-transform: none;
    border: 1px solid #333;
    background: #333;
    color: #ffffff;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    height: 20px;
    line-height: 9px;
    width: 55px;
    margin: 5px;
    text-align: center;
}

.lblstyle {
    font-size: 13pt;
    margin-left: 5px;
}


.upload {
    border: 1px solid #CD2033;
    background: #C41230;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    height: 25px;
    line-height: 21px;
    float: right;
    margin-right: 5px;
    padding: 2px 5px;
}

.imagedropdown {
    border: 1px solid #CD2033;
    background: #C41230;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    height: 30px;
    width: 200px;
    line-height: 21px;
    float: right;
    margin-right: 5px;
    padding: 2px 5px;
}

.divbody {
    /*background: url(/abc/Images/bg.jpg) left top;*/
}

.login-panel {
    width: 778px;
    background: url(/abc/Images/shadow.png) bottom center no-repeat;
    padding: 0 30px 44px;
}

.login-panel-innier {
    /*background: #d12928;*/
    margin: 0;
    padding: 30px;
}

.login-panel h2 {
    background: #fff;
    padding: 8px 12px 8px 30px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.login-panel-innier h3 {
    background: url(/abc/Images/h2_bg.png) no-repeat left top;
    margin-left: -41px !important;
    font-weight: normal;
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 9px 12px 12px 30px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.login-panel-innier p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0 5px 0 5px;
    text-align: left;
}

    .login-panel-innier p a {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
    }

.input-box-login {
    background-color: rgba(255, 255, 255, 0.5);
    width: 325px;
    height: 24px;
    padding: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 8px;
}

.submit-btn {
    background: url(/abc/Images/login-btn.png) no-repeat left top;
    display: block;
    padding: 8px 15px;
    border: none;
    color: #fff;
    font-size: 16px;
    width: 160px;
    height: 47px;
}

#lblErrormsg {
    color: white;
}






/*login page*/

@charset "UTF-8";


/* CSS Document */
* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
}

body {
    font: 14px Tahoma, Geneva, sans-serif;
    background: #fff;
    padding: 0;
    margin: 0;
}

.wraper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.header {
    background: #ffffff url(/abc/Images/header_bg.gif) repeat-x left bottom; /* Old browsers */
    position: relative;
    z-index: 9999;
    height: 100px;
}

.header-inner {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

    .header-inner h1 {
        float: left;
        padding-top: 20px;
    }

.login-box-block {
    float: right;
    text-align: right;
    width: 300px;
    margin: 15px 220px 0 0;
}

    .login-box-block p {
        color: #b2b2b2;
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
        float: right;
        margin-right: 10px;
        line-height: 26px;
    }

        .login-box-block p span {
            font-weight: 800;
            letter-spacing: 1px;
            color: #1c487f;
        }

.news-block {
    float: right;
    text-align: left;
    width: 50%;
    margin-top: 20px;
}

    .news-block p {
        color: #b2b2b2;
        display: table-cell;
        vertical-align: middle;
        font-size: 12px;
    }

    .news-block h3 {
        color: #1c487f;
        text-transform: uppercase;
        font-size: 11px;
        display: table-cell;
        width: 100px;
        vertical-align: middle;
        font-family: 'Oswald', sans-serif;
        font-weight: normal;
        letter-spacing: 1px;
    }

.more-lnk {
    float: right;
    padding-right: 20px;
    color: #1c487f;
    text-decoration: none;
    font-size: 11px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.logout {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #1c487f;
    color: #fff;
    text-align: center;
    padding: 5px 15px 6px;
    text-decoration: none;
    font-family: 'Oswald',sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    float: right;
}

    .logout:hover {
    }

.speial-ofr-block {
    max-width: 1140px;
    height: 114px;
    margin: 0 auto;
    position: relative;
    /*height: 100px;*/
}

.offer-sec h3 {
    /*color: #1c487f;
    text-transform: uppercase;
    font-size: 14px;
    vertical-align: middle;
    float: left;
    margin: 12px 50px 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;*/
    color: #C70031;
    text-transform: uppercase;
    font-size: 20px;
    vertical-align: middle;
    margin: 12px 50px 0 0;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
}

.offer-sec img {
    margin: 0 10px;
}

.offer-sec {
    float: left;
    display: block;
    width: 60%;
    margin-top: 12px;
    /*margin-left: 120px;*/
}

.social-icon-blck {
    float: right;
    padding: 25px 0 0;
}

/*.submit-btn {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(to bottom, #0582B7 0px, #0478AF 29%, #025C98 85%, #035995 100%);
    background-origin: padding-box;
    padding: 8px 15px;
    border: none;
    color: #fff;
    font-size: 16px;
    width: 160px;
    -webkit-box-shadow: 1px 2px 0px 1px #494949;
    
    box-shadow: 1px 2px 0px 0px #494949;
}*/


#slider-block {
    position: relative;
}

.form-sec {
    width: 344px;
    height: 520px;
    position: absolute;
    right: 15%;
    top: 0;
    z-index: 100;
    background: url(/abc/Images/login-bg.png);
    z-index: 5;
}

.login-panel-innier {
    margin: 80px 0 0 0;
    padding: 20px;
}

.login-panel h2 {
    background: #fff;
    padding: 8px 12px 8px 30px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.login-panel-innier h3 {
    background: url(/abc/Images/h2_bg.png) no-repeat left top;
    margin-left: -29px !important;
    font-weight: normal;
    height: 32px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 9px 12px 12px 30px;
    text-align: left;
    margin: 0;
    color: #fff;
}

.login-panel-innier p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 5px;
    text-align: left;
}

    .login-panel-innier p a {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-style: italic;
    }

.input-box {
    background: url(/abc/Images/text-box-bg.png);
    width: 295px;
    height: 23px;
    padding: 4px;
    border: none;
    color: #fff;
    font-size: 16px;
}



/***************
*
*  1. Arrows
*
****************/

.rsMinW .rsArrow {
    height: 60px;
    width: 60px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    z-index: 5555;
    opacity: 0.4 !important  ;
}


.rsMinW .rsArrowLeft {
    left: 2PX;
    bottom: 48%;
    background: url(/abc/Images/arrow-left.png) no-repeat;
}

.rsMinW .rsArrowRight {
    right: 2px;
    bottom: 48%;
    background: url(/abc/Images/arrow.png) no-repeat center;
}

.rsMinW .rsArrowIcn {
    width: 24px;
    height: 24px;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    position: absolute;
    cursor: pointer;
    background: url('rs-minimal-white.png');
    background-color: transparent;
}

.rsMinW .rsArrow:hover {
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -68px -36px;
}

.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -68px -68px;
}

.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}

.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}

.rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: .3;
}


/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
    position: absolute;
    z-index: 35;
    bottom: 18px;
    left: 45%;
    width: auto;
    height: auto;
    text-align: left;
    overflow: hidden;
    line-height: 8px;
}

.rsMinW .rsBullet {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    background: #aaa;
    background: #FFF;
    *display: inline;
    *zoom: 1;
}

    .rsMinW .rsBullet.rsNavSelected {
        background-image: linear-gradient(to bottom, #0582B7 0px, #0478AF 29%, #025C98 85%, #035995 100%);
    }

small a {
    color: #000;
}

.apps-linx-block-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 25px 10px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
/*.apps-linx-block-container a {
    display: inline-table;
    
}*/
.login_item {
    width: 50%;
    padding: 0;
    margin: 0;
    display: inline-table;
    white-space: nowrap;
    
}



/*.apps-linx-block {
    width: 552px;
    height: 203px;
    display: table;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.55);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 20px 0px;
    float: left;
    background: #eeeeee;
}*/

.apps-linx-block {
    width: 533px;
    height: 205px;
    display: table;
    margin: 0 10px 0px 0px;
    padding:10px 8px;
    float: left;
    background: url(/abc/Images/tiles.jpg) no-repeat left top;
}

    .apps-linx-block:active {
        -webkit-transform: translate(0, 5px);
        -moz-transform: translate(0, 5px);
        transform: translate(0, 5px);
        /*-webkit-transform:translate(3px, 3px);
-moz-transform:translate(3px, 3px);
-ms-transform:translate(3px, 3px);
-o-transform:translate(3px, 3px);
transform:translate(3px, 3px)*/
        /*text-shadow: 0px 1px #fff, 0px -1px #97A63A;*/
        /*-webkit-box-shadow: 0px 0px rgba(128,128,128,1), 0px 0px rgba(118,118,118,1), 0px 0px rgba(108,108,108,1), 0px 0px rgba(98,98,98,1), 0px 0px rgba(88,88,88,1), 0px 0px rgba(78,78,78,1), 0px 0px 2px 0px rgba(128,128,128,.6);*/ /* shadow */
        /*-moz-box-shadow: 0px 0px rgba(128,128,128,1), 0px 0px rgba(118,118,118,1), 0px 0px rgba(108,108,108,1), 0px 0px rgba(98,98,98,1), 0px 0px rgba(88,88,88,1), 0px 0px rgba(78,78,78,1), 0px 0px 2px 0px rgba(128,128,128,.6);*/ /* shadow */
        /*box-shadow: 0px 0px rgba(128,128,128,1), 0px 0px rgba(118,118,118,1), 0px 0px rgba(108,108,108,1), 0px 0px rgba(98,98,98,1), 0px 0px rgba(88,88,88,1), 0px 0px rgba(78,78,78,1), 0px 0px 2px 0px rgba(128,128,128,.6);*/ /* shadow */
    }


.apps-linx-block-inner {
    overflow: hidden;
    opacity: 1;
}

.deactive > .apps-linx-block {
    opacity: 0.1;
     filter: alpha(opacity=10);
    -khtml-opacity: 0.10;
    -moz-opacity: 0.10;
  
}

.link-blk-left {
    width: 278px;
    height: 170px;
    vertical-align: middle;
    text-align: center;
    position: relative;
    padding: 33px 0 0;
    white-space: normal;
}

.apps-linx-block:nth-child(even) {
    margin-right: 0;
}

.link-blk-left h3 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    color: #1c487f;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
}

.link-blk-left p {
    color: #818181;
    font-size: 10px;
    margin-top: 17px;
    text-align: center;
    margin-left:6px;
    margin-right:6px;
    /*padding: 0 30px 0 0;*/
    /*font-family: 'Oswald', sans-serif;*/
    letter-spacing: 1px;
    font-style:normal;
}

    .link-blk-left p a {
        margin-left: 10px;
        text-transform: uppercase;
        transition-delay: 0s;
        transition-duration: 0.3s;
        transition-property: all;
        transition-timing-function: ease-out;
        background: url(/abc/Images/ancor.png) no-repeat 0 0;
        width: 21px;
        height: 10px;
        display: block;
        float: right;
        margin-top: 10px;
    }

        .link-blk-left p a:hover {
            background-position: 0 -10px;
        }

.link-blk-right {
    width: 235px;
}

.link-blk-left, .link-blk-right {
    float: left;
}


.blog-link-block-container {
    width: 1140px;
    margin: 0 auto;
    padding: 10px 10px;
    overflow: hidden;
    display: table;
    text-align: center;
}

.blog-link-block {
    width: 170px;
    display: inline-block;
    padding: 5px;
    margin: 5px;
    text-align: center;
    background: #ffffff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 39%, #edeeee 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(39%,#ffffff), color-stop(100%,#edeeee)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 39%,#edeeee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #ffffff 39%,#edeeee 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #ffffff 39%,#edeeee 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #ffffff 39%,#edeeee 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edeeee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .blog-link-block p {
        font-family: 'Oswald', sans-serif;
    }


        .blog-link-block p a {
            color: #818181;
            font-size: 16px;
            display: block;
        }

            .blog-link-block p a:hover {
                color: #ee1010;
                transition-delay: 0s;
                transition-duration: 0.5s;
                transition-property: all;
                transition-timing-function: ease-out;
            }
/*Social icon effect*/
.socialWrap {
    background: #ffffff url(/abc/Images/header_bg.gif) repeat-x left bottom;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px 0 8 px;
    width: 176px;
    z-index: 9;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #cccccc;
    border-top: 0px !important;
}


.abcWrap {
    background: #ffffff url(/abc/Images/header_bg.gif) repeat-x left bottom;
    height: 35px;
    position: relative;
    right: 0;
    top: 0;
    padding: 0 8px 0 8px;
    width: 190px;
    /*z-index: 9;*/
    float: right;
    margin-right: 100px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #cccccc;
    border-top: 0px !important;
}

.abcWrap .link-box {
    margin-top: 5px;
    
}

.abcWrap .link-box a{
    padding:2px 5px;
    margin-right: 5px;
    background: #C41230;
    color: #fff;
    font-size: 18px;
    border-radius: 2px; 
    -moz-border-radius: 2px; 
    -webkit-border-radius: 2px;
    display: inline-block;

}
    .abcWrap .link-box a:last-child {
        margin: 0px; 
    }

.abcWrap .link-box a:hover{
    background: #000;
    color: #fff;

}


.socialWrap ul li {
    float: left;
    position: relative;
}

    .socialWrap ul li a:first-child {
        background: url(/abc/Images/spriteSI.png) no-repeat 0px 0;
        width: 36px;
        height: 36px;
        float: left;
        margin: 10px 4px;
        padding: 0;
    }

    .socialWrap ul li .bigimg {
        bottom: 3px;
        height: 122px;
        left: 0;
        padding: 0;
        position: absolute;
        width: 45px;
        display: none;
    }

        .socialWrap ul li .bigimg.fb {
            background: url(/abc/Images/fbHover.png) no-repeat 0 0;
        }

        .socialWrap ul li .bigimg.twit {
            background: url(/abc/Images/twitterHover.png) no-repeat 0 0;
        }

        .socialWrap ul li .bigimg.linkedIn_big {
            background: url(/abc/Images/linkedInHover.png) no-repeat 0 0;
        }

        .socialWrap ul li .bigimg.googlePlus_big {
            background: url(/abc/Images/googlePlusHover.png) no-repeat 0 0;
        }

        .socialWrap ul li .bigimg.youTube_big {
            background: url(/abc/Images/youtubeHover.png) no-repeat 0 0;
        }

    .socialWrap ul li a.twitter {
        background-position: -41px 0;
    }

    .socialWrap ul li a.linkedIn {
        background-position: -81px 0;
    }

    .socialWrap ul li a.youTube {
        background-position: -121px 0;
    }
/*ends here*/

.footer {
    background: url(/abc/Images/footer_bg.png) repeat-x;
    color: #fff;
    padding: 10px 0;
    height: 55px;
    text-align: center;
    margin: 60px 0 40px;
    vertical-align: middle;
}


.footer-dashboard {
    background: url(/abc/Images/footer_bg.png) repeat-x;
    color: #fff;
    padding: 10px 0;
    height: 55px;
    text-align: center;
    margin: 0px 0 40px;
    vertical-align: middle;
}

.footer p {
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}



/*login page end*/




/*popup css*/


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 100;
    display: block;
}

.content a {
    text-decoration: none;
}

/*.popup {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}*/

.content {
    width: 300px;
    min-height: 150px;
    background: #f3f3f3;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 0 2px 5px #000;
    display: none;
    width: 600px;
    margin: 40px 40px 40px 170px;
    display: none;
    position: fixed;
    z-index: 99963;
}

    .content p {
        clear: both;
        color: #555555;
        text-align: justify;
    }

        .content p a {
            color: #d91900;
            font-weight: bold;
        }

    .content .cross {
        float: right;
        height: 25px;
        left: 22px;
        position: relative;
        top: -25px;
        width: 25px;
    }

        .content .cross:hover {
            cursor: pointer;
        }

/*popup css end*/

.offer-sec p {
    color: #666666;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
}

.offer-sec-right {
    width: auto;
    float: right;
}

    .offer-sec-right span {
        width: auto;
        display:;
        float: left;
        width: 86px;
        margin: 5px 5px 0 0;
        text-align: center;
        position: relative;
    }

        .offer-sec-right span img {
            position: relative;
            top: 5px;
            transition-delay: 0s;
            transition-duration: 0.3s;
            transition-property: all;
            transition-timing-function: ease-out;
            display: inline;
        }

        .offer-sec-right span a:hover img {
            top: 0px;
        }

        .offer-sec-right span a {
            display: block;
        }


        .offer-sec-right span h4 {
            font-family: 'Oswald',sans-serif;
            text-transform: uppercase;
            font-size: 11px;
            font-weight: 400;
            letter-spacing: 1px;
            margin-top: 4px;
        }

.deact .link-blk-left {
    opacity: 0.2;
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
}

    .deact a:hover {      
        color:white;    
    }

.aspNetDisabled {
  	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; // first!
 	filter: alpha(opacity=50);

 opacity: 0.4;
}

 .aspNetDisabled.deactive {
        opacity: 0.6 !important;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50) !important;
      
        display: block;
        width: 300px;
        float: left;
    }
 
.redirectpage
{
background-color:#0a94a0;
}
.redirectpage .right-top-msgsmall
{
color: #fff;
}
.redirectpage .right-top-msg
{
color: #fff;
}

.maprear area.bluepoint, .maprear area.greenpoint, .maprear area.yellowpoint, .maprear area.maroonpoint {
    opacity: 0;
    transition: visibility 0s 2s, opacity 2s linear;
    visibility: hidden;    
    position: relative;
}
.maprear {
    position: relative;
}
    .maprear area.bluepoint:hover {
        content: url('/abc/Images/splash_1.png');
        position: absolute;
           left: 76px;
        visibility: visible;
        opacity: 1;
        transition: opacity 1s linear;
    }


    .maprear area.greenpoint:hover {
        content: url('/abc/Images/splash_2.png');
        position: absolute;
           left: 76px;
        visibility: visible;
        opacity: 1;
        transition: opacity 1s linear;
    }


    .maprear area.yellowpoint:hover {
        content: url('/abc/Images/splash_3.png');
        position: absolute;
           left: 76px;
        visibility: visible;
        opacity: 1;
        transition: opacity 1s linear;
    }

    .maprear area.maroonpoint:hover {
        content: url('/abc/Images/splash_4.png');
        position: absolute;
           left: 76px;
        visibility: visible;
        opacity: 1;
        transition: opacity 1s linear;
    }


#r1,#r2,#r3,#r4 {
	opacity: 0;
  transition: visibility 0s 2s, opacity 2s linear;
  visibility: hidden;
  opacity: 0;
  position:relative;
	}

#emptygif {

    opacity: 0;   
    left: 50%;
    margin-left: -225px;
    position:absolute;
    z-index:200;
	opacity:0;
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#overlayr1 {
    position:absolute;
    background:url(/abc/Images/splash_1.png);
    opacity:1;
    width:450px;
    height:600px;
    z-index:100;
    display:none;
	 transition: opacity 1s linear;
	left:50%;
    margin-left: -225px;
 
}
#overlayr2 {
    position:absolute;
    background:url(/abc/Images/splash_2.png);
    opacity:1;
    width:450px;
    height:600px;  
    z-index:100;
    display:none;
	 transition: opacity 1s linear;
	left: 50%;
    margin-left: -225px;
 
}
#overlayr3 {
    position:absolute;
    background:url(/abc/Images/splash_3.png);
    opacity:1;
    width:450px;
    height:600px;  
    z-index:100;
    display:none;
	 transition: opacity 1s linear;
	left: 50%;
    margin-left: -225px;
 
}
#overlayr4 {
    position:absolute;
    background:url(/abc/Images/splash_4.png);
    opacity:1;
    width:450px;
    height:600px;  
    z-index:100;
    display:none;
	 transition: opacity 1s linear;
	left: 50%;
    margin-left: -225px;
 
}


/* added at 26-10-2016*/
.aqw {
    width: auto !important; height: auto !important;
}

.inner_container {
    margin-left: 312px; margin-right: 5px;clear: both;
}

.inner_container {
    margin-left: 312px; margin-right: 5px; clear: both;
}

.lft_panel {
    width: 276px;      float: left;  position: relative;    padding: 0;    list-style: none;    margin-left: -298px;    border-radius: 5px;    border: 1px solid #ddd;    background: #fff;
}

.rht_panel {
    width: 98%;    border-radius: 5px;    background: #fff;    padding: 0 0 13px 0;
}


.main22 {
    width: auto;    margin: 0 auto;    padding: 10px 0;
}

.srch_header {
    background-image: url(/abc/Images/srch-header.png);
    background-repeat: no-repeat;
    height: 38px;
    width: 276px;
}
.srch_section {
    padding: 20px;
    float: left;
    background: #fff;
}
.srch_section  input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    height: 23px;
    margin-bottom: 5px;
}
.srch_section  select {
    width: 100%;
    height: 25px;
    margin-bottom: 10px;
}

 
/* ROUNDED ONE */
.roundedOne {
	width: 18px;
    height: 18px;
    background: #fcfff4;
    background: rgba(255, 255, 255, 0.44);  
    margin: 2px 5px 2px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
       position: relative;
    display: inline-block;
    vertical-align: middle;
}

.roundedOne label {
	cursor: pointer;
	position: absolute;
	width: 12px;
	height: 12px;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	left: 3px;
	top: 3px;

	-webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

	background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
	background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
	background: -o-linear-gradient(top, #222 0%, #45484d 100%);
	background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
	background: linear-gradient(top, #222 0%, #45484d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}
.signal-button {
    padding: 0 5px 7px;
}
.signal-button label {
    color: #ccc;
}
.roundedOne label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #00bf00;

	background: -webkit-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -moz-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -o-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: -ms-linear-gradient(top, #00bf00 0%, #009400 100%);
	background: linear-gradient(top, #00bf00 0%, #009400 100%);
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	top: 1px;
	left: 1px;
	-webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}


.roundedOne input[type=checkbox]:checked + label:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

 
 /*End */

 .manage_user {
    padding: 0 20px;
}
.manage_user  .lft {
    width: 60%;
    float: left;
}
.manage_user h2 {
    color: #C41230;
    margin-bottom: 15px;
}
.manage_user  .rgt {
    width: 40%;
    float: left;
}
.manage_user  .chk-admin {
   
    text-align: left;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 20px;
}
.chk-admin div {
    margin-bottom: 6px;
}
.chk-admin div input {
    vertical-align: middle;
    margin-right: 5px;
}
.manage_user .lft input {
    padding: 5px;
    width: 250px;
}

.manage_user .chk-form {
    padding: 20px;
    margin-bottom: 20px;
}
.manage_user .chk-form  .btnclass{
    float:left;
}
.mng-user-tbl td .lblstyle {
    font-size: 14px;
}
.mng-user-tbl th {
    padding: 6px 0;
}
#cbp-spmenu-s2 {
    height: 458px;
    overflow-y: auto;
    overflow-x: hidden;
}
#hedder {
    width: 100%;
    height: 90px;
    box-shadow: 0 1px 6px rgba(34, 25, 25, 0.6);
    margin: 0px;
    padding: 0px;
    background-image: url(/abc/Images/footerbg.jpg);
    background-repeat: repeat-x;
}

#hedder_main {
    width: 95%;
    height: auto;
    margin: auto;
    padding: 0;
}


#logo {
    width: 30%;
    height: 80px;
    float: left;
    margin-top: 2px;
    margin-bottom: 10px;
}

    #logo img {
        width: 196px;
        height: 81px;
    }

    #appli-footer1 {
    width: 100%;
    height: 20px;
    padding-top: 20px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCCCCC;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 12px;
    color: #FFF;
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    background-color: #D23938;
    background-position: top;
    overflow: hidden;
    overflow-x: hidden;
    background-image: url(bg_form.png);
    background-repeat: repeat-x;
}
    
.login1-box-block {
    float: right;
    text-align: left;
    width: auto;
    height: 40px;
    margin-right: 0px;
    padding-right: 0px;
    /*font-family: Arial,"Trebuchet MS", Arial, Helvetica,;*/
    margin-top:38px;

}
.logbtn {
    margin: 15px 5px 5px 5px;
    display: inline-block;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
    border: 1px solid rgba(0,0,0,0.4);
    -moz-border-radius: 2px;
    -moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
    float: right;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
}

    .login1-box-block p {
        color: #44C2DD;
        display: table-cell;
        vertical-align: middle;
        font-size: 14px;
        float: left;
        margin-right: 0px;
        line-height: 26px;
        /*font-family: Arial, Helvetica, sans-serif;*/
    }

        .login1-box-block p span {
            letter-spacing: 1px;
            color: #000000;
        }

.login1-box-block1 {
    height: 10px;
    width: auto;
    margin-left: 10px;
    float: right;
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 5px;
}
.welcome {
    width: 40px;
    height: 40px;
    float: left;
    border: 1px ridge #CCCCCC;
}