

h3 .download {
    position: absolute;
    right: 6px;
    top: 6px;
    padding-top: 5px;
    text-align: right;
    width: 100px;
    font-size: 12px;
}

    h3 .download a {
        display: block;
        float: right;
        margin: -5px 0px 0px 5px;
    }

.Main a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.br {
    clear: both;
}


.textcenter {
    text-align: center !important;
}

.textright {
    text-align: right !important;
}

.valign {
    vertical-align: middle !important;
}

.overflow-h {
    overflow: hidden;
}


.pad-h20 {
    padding: 20px 0 0 0px;
}

.mar0 {
    margin: 0px !important;
}

.mar-r10 {
    margin-right: 10px;
}

.height24 {
    height: 24px;
}

.noborder {
    border: 0px !important;
}
/*Tablegrid*/
.tablegrid1 {
    border-collapse: collapse;
    font-size: 12px;
}

    .tablegrid1 th {
        background: #eef0f5;
        padding: 7px;
        text-align: left;
        border: 1px solid #d9dde9;
        font-weight: normal;
        color: #333333;
        font-weight: bold;
    }

    .tablegrid1 td {
        padding: 2px 5px;
        border: 1px solid #d9dde9;
        text-align: left;
    }

.even-row {
    background: #fdfefe;
}

.odd-row {
    background: #f9fafc;
}
/* /Tablegrid*/

.wrapper {
    width: 700px;
    margin: 0 auto;
}

.wrapper-inn {
    margin: 0px 1%;
    min-width: 700px;
}

p input.loginbtn {
    color: white !important;
    margin: 0px;
    padding: 10px 5px !important;
    border: 0px;
    border-radius: 2px !important;
    background: #3a4f63;
    width: 45%;
    cursor: pointer;
    font-size: 14px;
}

.loginbtn:hover {
    background: #4B6277;
}

p input.ssologinbtn {
    color: #ffffff;
    margin: 0 0 0 2%;
    padding: 10px 5px !important;
    border: 0px;
    border-radius: 2px !important;
    background: #99cc00;
    width: 43%;
    cursor: pointer;
    font-size: 14px;
}

.ssologinbtn:hover {
    background: #a2d702;
}

#userTypeList label {
    font-weight: normal;
}

.inner-login input {
    /*color: darkgray;*/
}
/*Column*/
.row {
    clear: both;
}

.row1 {
    overflow: hidden;
    margin-bottom: 0px;
}

.col3by1 {
    width: 46.3%;
    margin: 1%;
    overflow: hidden;
    float: left;
}
/* Column*/




/* /Common Css*/

.main {
    min-height: 544px;
    background: url(../images/main-bg.png) left 68px repeat-x;
}

    .main p label {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }

    .main p input {
        margin: 0px;
        padding: 0px;
        font-weight: normal;
    }

.main_inner {
    min-height: 544px;
}

.header {
    height: 68px;
}


.header_inner {
    height: 86px;
    border-bottom: 5px solid #1e87d8;
    background: url(../images/header_bg_img.png) 0 0 repeat;
    position: relative;
    width: 100%;
}


.top_blue_strip {
    background: #3a4f63;
    margin: 0px;
    padding: 2px 0px 0px 0px;
    height: 17px;
}

    .top_blue_strip span {
        color: #FFF;
        font-size: 12px;
        font-weight: normal;
        padding-left: 5px;
        float: left;
        display: block;
        text-align: left;
    }

    .top_blue_strip p {
        color: #FFD3A2;
        font-size: 12px;
        font-weight: normal;
        padding-left: 10px;
        float: left;
        display: block;
        text-align: left;
    }

    .top_blue_strip span p {
        padding: 0px;
    }

.logo-box {
    padding-top: 0px;
    float: left;
    width: 260px;
}

.head-right-text {
    float: right;
    margin: 36px 10px 0px 10px;
    padding: 0px;
}

.head-right-text {
    text-align: right;
    color: #333333;
    font-weight: normal;
    font-size: 14px;
    float: left;
    font-weight: bold;
}

    .head-right-text span {
        font-weight: normal;
    }

.logout {
    padding: 8px 0px;
    text-align: right;
    clear: both;
    font-size: 14px;
}

    .logout span {
        color: #2e9eff;
    }

/* Main menu new */
.menubox_header {
    height: 80px;
    border-bottom: 1px solid #3c96d4;
    background: url(../images/header-bg.png) 0 0 no-repeat;
    position: relative;
    width: 100%;
}

.menubox {
    padding: 0px;
    float: right;
    margin: 7px 0px 0 0px!important;
    padding: 0;
    z-index: 1000;
    position: relative;
    top: 11px;
}

    .menubox ul {
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        position: relative;
        right: 51%;
        font-size: 14px;
    }

        .menubox ul li {
            margin: 0px;
            padding: 0;
            float: left;
            position: relative;
            left: 53%;
            border-right: 1px solid #ffffff !important;
        }

            .menubox ul li a {
                display: block;
                margin: 0;
                padding: 6px 20px;
                background: #00416c;
                text-decoration: none;
                color: #ffffff;
            }

            .menubox ul li.active a {
                color: #fff;
                background: #0072BD;
            }

            .menubox ul li a:hover {
                background: #0072BD;
                color: #fff;
            }

            .menubox ul li:hover a, .menubox ul li.hover a {
                background: #0072BD;
                color: #fff;
            }
/* Main menu new */
.content {
    clear: both;
    min-height: 500px;
    background: #ffffff;
    padding: 5px 0px;
}

.slider-arrow-left {
    width: 8px;
    position: fixed;
    margin-left: -3px;
    top: 250px;
    cursor: pointer;
    z-index: 9999;
    height: 53px;
}

.slider-arrow-right {
    width: 8px;
    position: fixed;
    top: 250px;
    margin-left: 252px;
    cursor: pointer;
    z-index: 9999;
    height: 53px;
}


.left-menu {
    position: relative;
    float: left;
    width: 244px;
    min-height: 500px;
    padding: 2px;
    background: #ffffff;
    margin-left: 2%;
    display: block;
    border-left: 3px solid #eee;
    border-right: 3px solid #eee;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0px;
    left: 0px;
}

.heading {
    margin: 0px;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #4bb6da;
    text-align: center;
}

#lftnav {
    list-style-type: none;
    padding: 0;
    margin: 0px;
}

    #lftnav ul {
        padding: 0;
        margin: 0;
        display: block;
    }

        #lftnav li, #lftnav ul li {
            background: #ffffff;
            cursor: pointer;
            list-style-type: none;
            display: block;
            padding: 0px 0;
            line-height: 30px;
        }

    #lftnav span {
        padding: 0px 10px;
        margin: 0px;
    }

    #lftnav li div {
        padding: 20px;
        background: #aef;
        display: block;
        clear: both;
        float: left;
    }

    #lftnav li a {
        text-decoration: none;
        border-top: 1px solid #c0bebf;
        font: normal 1.1em/2em Arial, sans-serif;
        padding: 2px 5px;
        display: block;
        cursor: pointer;
        background: #ebe9ea url(../images/sprite-inn.png) no-repeat right -72px !important;
        color: #333333;
    }

    #lftnav li.active a {
        background: #ebe9ea url(../images/sprite-inn.png) no-repeat right -101px !important;
    }

    #lftnav li .child li a {
        background: #f7f5f6 url(../images/sprite-inn.png) no-repeat right -72px !important;
    }

    #lftnav li .child li.active a {
        background: #FFF url(../images/sprite-inn.png) no-repeat right -101px !important;
    }

    #lftnav li .subchild li a, #lftnav li .subchild li a.active {
        background: #FFF !important;
        color: #333333 !important;
    }

.databox {
    float: left;
    width: 100%;
}

.maindata {
    margin-left: 250px;
}
/*Filter*/
.filterbox {
    clear: both;
    padding: 10px;
    height: 30px;
}

    .filterbox .label {
        font-size: 14px;
        color: #333333;
        padding: 5px 3px;
        display: block;
        float: left;
        width: 140px;
    }

    .filterbox .inputbox {
        width: 250px;
        margin-right: 20px;
        border: 1px solid #d9dde9;
        padding: 5px;
        float: left;
    }

    .filterbox .bluebtn {
        color: #fff;
        padding: 6px 25px;
        *padding: 5px 10px;
        border: 0px;
        border-radius: 2px;
        background: #00416c;
        cursor: pointer;
        float: left;
    }

/* /Filter*/

/*Create User*/
.ucreateform {
    width: auto;
    font-size: 14px;
    font-family: 'samsung_interfacebold';
    color: #333333;
}

.label {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 3px;
    display: block;
    float: left;
    width: 140px;
}

.inputbox {
    width: 43%;
    border: 1px solid #d9dde9;
    padding: 5px;
    border-radius: 2px;
    float: left;
}

.select {
    width: 45%;
    border: 1px solid #d9dde9;
    padding: 5px;
    border-radius: 2px;
}
/* /Create User*/

/*Popup*/
.bluebtn_submit {
    color: #fff;
    padding: 7px 25px;
    *padding: 5px 10px;
    border: 0px;
    border-radius: 2px;
    background: #009ee8;
    cursor: pointer;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
}

    .bluebtn_submit:hover {
        background: #0094d9;
    }

.form_heading {
    min-height: 54px;
    background: #009ee8;
    margin-bottom: 1%;
}

    .form_heading .form_data {
        height: auto;
        margin: 0px auto;
        padding: 0px;
    }

.form_label {
    font-size: 14px;
    font-family: 'samsung_interfacebold';
    color: #333333;
    padding: 7px 3px;
    display: block;
    float: left;
    width: 200px;
}

    .form_label span {
        color: #FF0000;
    }

/* /Popup*/

/*login page*/
.blue_strip {
    background: #3a4f63;
    min-height: 95px;
    margin: 78px 0;
    padding: 0px;
}

    .blue_strip span {
        background: #3a4f63;
        color: #FFF;
        padding: 20px 50px;
        font-size: 22px;
        float: left;
    }

.error {
    padding: 0px;
    margin: 0px;
}

    .error h1 {
        padding: 120px 0 0 20px;
        margin: 0px;
        color: #ff8800;
        font-size: 16px;
    }

    .error p {
        padding: 0px 0 0 20px;
        margin: 0px;
        color: #3a4f63;
        font-size: 12px;
        font-weight: normal;
    }

.login-content {
    min-height: 12px;
}

.logindata {
    float: left;
    width: 887px;
    padding-left: 50px;
}

    .logindata .text {
        font-size: 18px;
        color: #ffffff;
        margin-bottom: 20px;
        line-height: 22px;
        height: 130px;
    }

.login-box {
    float: left;
    width: 351px; /*width:310px;*/
    background: #009ee8;
    padding: 0px;
    min-height: 320px;
    position: absolute;
    right: 18px;
    top: 38px;
}

.inner-login {
    display: block;
    clear: both;
    margin: 13px 15px 0 35px;
    color: #fff !important;
    width: 300px;
    font-size: 12px;
}

p {
    padding: 0;
}

.inner-login span {
    display: block;
    clear: both;
    color: #fff;
    font-weight: bold;
}

.inner-login p {
    display: block;
    clear: both;
    margin-bottom: 7px;
    font-weight: normal;
    margin-top: 8px;
    font-size: 16px;
}

p a {
    color: white !important;
}

.inner-login .input {
    width: 91%;
    border: 1px solid #d9dde9;
    padding: 10px;
    background: #fff;
}

.inner-login .uname {
    background: url(../images/uname.png) left top no-repeat;
    padding: 9px 5px 9px 10px !important;
    width: 274px !important;
    background: #fff;
    border-radius: 2px;
}

.inner-login .password {
    background: url(../images/password.png) left top no-repeat;
    padding: 9px 5px 9px 10px !important;
    width: 274px !important;
}

.captcha {
    border: 1px solid #d9dde9;
    display: block;
    height: 35px;
    float: left;
    width: 133px; /*width:255px*/
    ;
    text-align: center;
    border-radius: 2px;
}

.capcha_input {
    width: 127px;
    border: 1px solid #d9dde9;
    padding: 9px !important;
    background: #fff;
    border-radius: 2px;
    margin-left: 11px !important;
}



.captcha img {
    vertical-align: top;
}

.captcha .captcha_img {
    width: 100px !important;
    height: 35px !important;
    padding: 0px;
    margin-bottom: -5px !important;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .captcha .captcha_img img {
        vertical-align: top;
    }

#erro-message {
    position: absolute;
    bottom: -40px;
    text-align: center;
    width: 361px;
    font-size: 13px;
}

.folder_bg {
    margin: 0px;
    padding: 0px;
}

.folder_bg {
    margin: 0px;
    padding: 0px;
    color: #333333;
    text-decoration: none;
}

    .folder_bg .active a {
        color: #009ee8;
    }

    .folder_bg a:hover {
        color: #009ee8;
    }

    .folder_bg :hover a {
        color: #009ee8;
    }

    .folder_bg .hover a {
        color: #009ee8;
    }
/*login page*/

.footer {
    text-align: center;
    padding: 8px;
    font-size: 12px;
    background: #3a4f63;
    color: #FFF;
    clear: both;
}

.innerfooter {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    border-top: 1px solid #e0e4ed;
}

.box-Title {
    display: block !important;
    font-size: 16px !important;
    background: #3a4f63 !important;
    border-bottom: 1px solid #d9dde9 !important;
    padding: 8px !important;
    position: relative !important;
    color: #FFFFFF !important;
}

.slider-arrow-left {
    width: 8px;
    position: fixed;
    margin-left: -3px;
    top: 250px;
    cursor: pointer;
    z-index: 9999;
    height: 53px;
}

.slider-arrow-right {
    width: 8px;
    position: fixed;
    top: 250px;
    margin-left: 252px;
    cursor: pointer;
    z-index: 9999;
    height: 53px;
}

/*bootstrap override classes*/

.alert {
    padding: 5px !important;
    margin-bottom: 6px !important;
}

/*Grid View ASP.NET*/
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

    .pagination-ys table > tbody > tr > td {
        display: inline;
    }

        .pagination-ys table > tbody > tr > td > a,
        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
           
            line-height: 1.42857143;
            text-decoration: none;
            color: #fff;
            background-color: #337ab7;
            border-color: #2e6da4;
            margin-left: -1px;
        }

        .pagination-ys table > tbody > tr > td > span {
            position: relative;
            float: left;
            padding: 8px 12px;
             padding-bottom:11px;
            line-height: 1.42857143;
            text-decoration: none;
            margin-left: -1px;
            z-index: 2;
            color: #fff;
            background-color: #286090;
            border-color: #fff;
        }

        .pagination-ys table > tbody > tr > td:first-child > a,
        .pagination-ys table > tbody > tr > td:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination-ys table > tbody > tr > td:last-child > a,
        .pagination-ys table > tbody > tr > td:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            
        }

        .pagination-ys table > tbody > tr > td > a:hover,
        .pagination-ys table > tbody > tr > td > span:hover,
        .pagination-ys table > tbody > tr > td > a:focus,
        .pagination-ys table > tbody > tr > td > span:focus {
            color: #fff;
            background-color: #286090;
            border-color: #fff;
        }
