﻿body {
    padding: 10px;
    margin: 10px;
    background-color: #fff;
    font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma;
    font-size: 14px;
    line-height: 20px;
    color: #1d2a5a;
}

a, h2, tr, td {
    color: #1d2a5a !important;
}

div, element, input, span, table, ul, li, a {
    font-family: 'Source Sans Pro', sans-serif, Arial, Tahoma !important;
}

th {
    text-align: center !important;
}

h2 {
    background-color: #1d2a5a;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: bold;
    text-transform: none;
    padding: 5px 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
}
.loginLogoMain {
    margin:0;
    padding:15px 0 0 0;
}
    .loginLogoMain img {
        height: 172px;
        margin-top: 80px;
    }
.sectionTop {
    position: absolute;
    top: 0;
    background: #1d2b58;
    height: 30px;
    width: 100%;
    left: 0;
}
.sectionBottom {
    position: absolute;
    bottom: 0;
    background: #1d2b59;
    height: 30px;
    width: 100%;
    left: 0;
}
.LoginHeader {
    background-color: #1d2a5a;
    color: #fff !important;
    font-size: 28px !important;
    font-weight: 500;
    text-transform: none;
    padding: 15px 0;
    margin: 0 0 20px 0;
    border-radius:4px 4px 0 0 !important;
    line-height:30px;
}
.fp01 {
     padding:0 22px;
}
.fp01 p {
     width:360px;
     font-size:18px;
     padding:0;
     margin:10px 0;
     color:#000 !important;
     font-weight:400;
}
.fp02 {
     padding:0 22px;
     font-size:14px;
     color:#000 !important;
     font-weight:300;
}
    .fp02 a {
        color:#418FDE !important;
        text-decoration:none;
        font-size:14px;
        font-weight:400;
        padding:0 2px;
    }
        .fp02 a:hover {
        color:#1d2b58 !important;
        text-decoration:none;
        font-size:16px;
        text-decoration:underline;
    }
.loginfooter01 {
    padding-left: 24px;
    padding-top:30px;
}
.loginfooter01 span {
    color:#1d2b58 !important;
}
.loginfooter02 {
    padding-right: 20px;
    padding-top:30px;
}
    .loginfooter02 span {
        font-size: 11px;
        color: #444 !important;
        padding-bottom: 4px;
        font-weight:200 !important;
    }
/*.customPad {
    margin:5px 0;
}
.customPad td {
    padding:2px;
}
.customPad2 {
    padding:2px;
}
.customPad2 td {
    padding:5px;
}*/
*, *::before, *::after {
    box-sizing: inherit;
}

    *, *::before, *::after {
        box-sizing: inherit;
    }

.devsite-breadcrumb {
    color: #000;
    display: inline-block;
    padding: 16px 0 8px;
    transition: opacity 0.2s ease 0s;
}

:link, *:visited {
    color: #1d2a5a;
    outline: 0 none;
    text-decoration: none;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.devsite-nav ul {
    list-style-type: none;
}

.devsite-site-nav-list {
    white-space: nowrap;
}

ul {
    list-style: outside none disc;
}

.divMenuSettings {
    float: right;
}

.devsite-nav {
    font-size: 13px;
}

element.style {
    visibility: visible;
}

.reqFileds2 {
    color: #ff0000;
    font-size: 12px;
    margin: 15px 0;
    padding: 9px;
    text-transform: lowercase;
}

.reqFileds {
    /*background-color: #eee;*/
    border-radius: 20px;
    color: #ff0000;
    font-size: 12px;
    margin: 15px 0;
    padding: 9px;
    text-transform: lowercase;
}

.btnRed {
    background-color: #fff;
    padding: 8px 20px;
    color: #0d8843;
    border: 2px solid #0d8843;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
}

    .btnRed:hover {
        background-color: #0d8843;
        color: #fff;
        transition: .3s;
    }

.btnGray {
}

.btnBlack {
}

.btnGrayBluDisable {
    background-color: #fff;
    padding: 8px 20px;
    color: #606a71;
    border: 2px solid #606a71;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.btnGrayBlu {
    background-color: #fff;
    padding: 8px 20px;
    color: #606a71;
    border: 2px solid #606a71;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

    .btnGrayBlu:hover {
        background-color: #606a71;
        color: #fff;
        transition: .3s;
    }

.red {
}

.green {
}

.blue {
}

.orange {
}

.black {
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

    .black:hover {
        color: #0d8843;
        border-bottom: 1px solid #1d2b58;
    }

.wrapper {
    background-color: #fff;
    box-shadow: 0 5px 5px 0 #eee;
    z-index: -0;
    border-radius: 0 0 10px 10px;
}
.mx-auto {
    margin: 0 auto;
}
.my-4 {
    margin: 10px 0 10px 0;
}
.wrapperInner {
    background-image: url(../images/wc.jpg) !important;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    box-shadow: 0 10px 10px 0 #aaa;
}

.loginWrapper {
    background-color: #ECE9E6;
    padding: 0 0 20px 0;
    margin: 0 20px 20px 20px;
    border-radius: 4px;
    border: 1px solid #ECE9E6;
    width: 400px;
}

    .loginWrapper span {
        color: #000;
        font-size: 14px;
        font-weight: bold;
    }

.input {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: none;
    padding: 15px 15px;
    font-size: 16px;
    margin: 10px;
    font-weight:300;
}

    .input:focus {
        background-color: #fff;
        border: 1px solid #1d2b58;
        box-shadow: none;
        transition: .3s;
    }

.input-global {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    color: #606a71;
}

    .input-global:focus {
        border: 1px solid #0d8843;
        transition: .3s;
    }

.input-global-disable {
    background-color: transparent;
    border: medium hidden;
    padding: 5px;
    color: #606a71;
}

    .input-global-disable:focus {
        border: 1px solid #0d8843;
        transition: .3s;
    }

.input-global-disable-center {
    background-color: transparent;
    border: medium hidden;
    padding: 5px;
    color: #606a71;
    text-align: center;
}

    .input-global-disable-center:focus {
        border: 1px solid #0d8843;
        transition: .3s;
    }

.input-global-center {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    color: #606a71;
    text-align: center;
}

    .input-global-center:focus {
        border: 1px solid #0d8843;
        transition: .3s;
    }

.drop-down {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 4px 5px;
    color: #606a71;
}

    .drop-down:focus {
        border: 1px solid #0d8843;
        transition: .3s;
    }

.dfasaccsa {
    background: #dde6f3;
    border: 2px solid #4485f5;
    color: #4485f5 !important;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: .8px;
    margin: 2px;
    font-family: Open Sans, Arial, Tahoma;
    text-transform: uppercase;
    border-radius: 20px;
}

.btn {
    background-color: #1d2b58;
    border: 2px solid #1d2b58;
    padding: 15px 30px;
    font-size: 18px;
    margin: 10px;
    color: #fff;
    font-weight: lighter;
    text-transform: uppercase;
    border-radius: 4px;
}

    .btn:hover {
        color: #fff;
        transition: .2s;
        opacity: .9;
    }

.btnHypLoginAs {
    background: linear-gradient(#fafafa, #d9d9d9);
    border: 1px solid #aaa;
    padding: 5px 0;
    font-size: 14px;
    margin: 0 5px 5px 5px;
    color: #0d8843;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    box-shadow: 0 0 5px #fff;
    font-style: normal;
    letter-spacing: 1px;
}

    .btnHypLoginAs:hover {
        background: linear-gradient(#f9f9f9, #f1f1f1);
        color: #000;
        transition: .2s;
    }

.logo {
    float: left;
    margin-left: 15px;
    margin-top: 5px;
    margin-right: 15px;
}

    .logo a {
        padding: 0;
        margin: 0;
    }

        .logo a img {
            vertical-align: middle;
            background-color: #f8f8f8;
            width:40px;
        }
        .logo input {
            height:32px;
        }

/*.logo a img:hover {
                background-color: #f8f8f8;
                transition: .2s;
                -moz-transition: .2s;
                -webkit-transition: .2s;
                -o-transition: .2s;
            }*/

.MenuBarLeft {
    float: left !important;
}

.MenuBarRight {
    float: right !important;
}

    .MenuBarRight ul {
        padding: 0 5px;
    }

.StaticMenuItem {
    background-color: #1d2b59 !important;
    margin: auto !important;
    vertical-align: middle !important;
    background-repeat: repeat-x !important;
    text-align: center !important;
    color: white !important;
}

    .StaticMenuItem:hover {
        background-color: #193283 !important;
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
    }

.StaticMenuItemStyle {
    color: #1d2a5a !important;
    padding: 0 5px !important;
    height: 42px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
}

    .StaticMenuItemStyle td {
        height: 42px !important;
    }

        .StaticMenuItemStyle td:first-child {
            width: 0 !important;
            height: 42px !important;
        }

        .StaticMenuItemStyle td img {
            text-align: center !important;
            border-style: none !important;
            vertical-align: middle !important;
            padding: 0 8px 0 0 !important;
        }

.StaticHoverStyle {
    background-color: #193283 !important;
    color: #FFF !important;
}

.StaticSelectedStyle {
    background-color: #3c79ab !important;
    color: #fff !important;
}

.DynamicMenuItemStyle {
    background-color: #f8f8f8 !important;
    box-shadow: 0 3px 3px 0 #98abbd;
    -moz-border-radius: 1px !important;
    -webkit-border-radius: 1px !important;
    font: 11px !important;
    font-weight: bold;
    font-style: normal;
    margin: auto !important;
    border-left: 0px solid #3873cb !important;
    border-right: 0px solid #3873cb !important;
    border-top: 0px solid #3873cb !important;
    border-bottom: 1px solid #e7e7e7 !important;
    border-spacing: 0px !important;
    vertical-align: middle !important;
    background-repeat: repeat-x !important;
    height: 42px !important;
    text-align: left !important;
    color: #1d2b59 !important;
    text-transform: uppercase;
}

    .DynamicMenuItemStyle:hover {
        color: #fff !important;
        transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        -o-transition: .2s;
    }

.DynamicHoverStyle {
    background-color: #1283b3 !important;
    color: #ffffff !important;
}

.ntcMsg {
    font-weight: normal;
    font-size: 18px;
    padding: 5px 10px 10px 10px;
    margin: 0 auto 5px auto;
    display: block;
    width: auto;
    color: #fff;
    border-radius: 0 0 15px 15px;
    background-color: #007eff;
    line-height: 26px;
}

#menuBar {
    width: auto !important;
}

    #menuBar img.icon {
        border-style: none;
        vertical-align: middle;
    }

    #menuBar img.separator {
        border-style: none;
        display: block;
    }

    #menuBar img.horizontal-separator {
        border-style: none;
        vertical-align: middle;
    }

    #menuBar ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        #menuBar ul li {
            background-color: #f8f8f8;
            border-right: 1px solid #e7e7e7;
        }

        #menuBar ul.static {
            height: 42px !important;
        }

        #menuBar ul.dynamic {
            z-index: 1;
        }

    #menuBar a {
        display: block;
        text-decoration: none;
        white-space: nowrap;
        color: #1d2b58;
        padding: 11px 11px 0 !important;
    }

        #menuBar a.static {
            border-style: none;
            padding-left: 0.15em;
            padding-right: 0.15em;
            text-decoration: none;
        }

            #menuBar a.static:hover {
                border-style: none;
                text-decoration: none;
                transition: .2s;
                -moz-transition: .2s;
                -webkit-transition: .2s;
                -o-transition: .2s;
                background-color: #1d2a5a;
                color: #fff !important;
            }

            #menuBar a.static.selected {
                border-style: none;
                text-decoration: none;
                background-color: #fff !important;
                color: #1d2b59 !important;
                border: 1px solid #1d2b59 !important;
            }

        #menuBar a.popout {
            background-position: right center;
            background-repeat: no-repeat;
            padding-right: 20px !important;
            background-image: url(../images/drop_down.png) !important;
        }

        #menuBar a.dynamic {
            border-style: none;
            text-decoration: none;
        }

            #menuBar a.dynamic:hover {
                background-color: #1d2b59 !important;
            }

            #menuBar a.dynamic.selected {
                border-style: none;
                text-decoration: none;
            }

#menuSettings {
    float: right;
    direction: rtl;
}

    #menuSettings img.icon {
        border-style: none;
        vertical-align: middle;
    }

    #menuSettings img.separator {
        border-style: none;
        display: block;
    }

    #menuSettings img.horizontal-separator {
        border-style: none;
        vertical-align: middle;
    }

    #menuSettings ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        #menuSettings ul li {
            overflow: visible;
        }

        #menuSettings ul.dynamic {
            z-index: 1;
        }

    #menuSettings a {
        display: block;
        text-decoration: none;
        white-space: nowrap;
        padding: 12px 12px 0 !important;
    }

        #menuSettings a.static {
            border-style: none;
            padding-left: 0.15em;
            padding-right: 0.15em;
            text-decoration: none;
        }

        #menuSettings a.popout {
            background-image: url("assets/settings.png");
            background-position: center center !important;
            background-repeat: no-repeat;
            padding: 7px 26px !important;
            float: right !important;
        }

        #menuSettings a.dynamic {
            border-style: none;
            text-decoration: none;
        }

            #menuSettings a.dynamic:hover {
                background-color: #1d2a5a !important;
                color: #FFF !important;
            }

        #menuSettings a.static.selected {
            border-style: none;
            text-decoration: none;
        }

        #menuSettings a.dynamic.selected {
            border-style: none;
            text-decoration: none;
        }

.imageBtn {
    background: none;
    border: none;
    padding: 4px 5px;
    opacity: .7;
}

    .imageBtn:hover {
        transition: .3s;
        opacity: 1;
    }

.titleNu {
    font-weight: 500;
    font-family: 'Open Sans', Arial;
    font-size: 16px;
    color: #3d6c93;
    padding: 10px 0;
    margin: 0 0 0 10px;
}
/*.....................asp Menu flickering problem css.....................*/
.MenuBarLeft ul li ul {
    display: none;
}

.MenuBarLeft ul li {
    position: relative;
    float: left;
    list-style: none;
}

    .MenuBarLeft ul li ul li {
        width: 100%;
    }

.MenuBarRight ul li ul {
    display: none;
}

.MenuBarRight ul li {
    position: relative;
    float: left;
    list-style: none;
}

    .MenuBarRight ul li ul li {
        width: 100%;
    }
/*.....................asp Menu flickering problem css.....................*/
/*Row Style , Alternate Row Style, Page Number, Grid Style For Grid Page*/
/*...........................*/
/*...........................*/
/*...........................*/
.mainGrid {
    border: none;
    margin-bottom: 5px;
}

.pager-style td {
    border: none;
    background-color: #eee;
    font-size: 12px;
    padding: 0;
}

.pager-style {
    border: 1px solid #bdacca;
    padding: 10px;
}

    .pager-style table tr td span {
        background-color: #fff;
        color: #1d2b59;
        text-decoration: none;
        border: 1px solid #1d2b59;
        padding: 9px 13px;
    }

    .pager-style table tr td a {
        background-color: #f1f1f1;
        color: #1d2b59;
        text-decoration: none;
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        padding: 9px 13px;
    }

        .pager-style table tr td a:hover {
            background-color: #1d2a5a;
            border: 1px solid #1d2a5a;
            color: #8dcbcc !important;
            text-decoration: none;
            transition: .2s;
        }

.grid-header-style {
    background-color: #606a71;
    color: #000;
    height: 30px;
    border: none;
    font-size: 15px;
    padding: 2px;
    margin-top: 10px;
}

    .grid-header-style a {
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
    }

    .grid-header-style th {
        border: 1px solid #000;
        color: #fff;
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 16px;
    }

        .grid-header-style th:hover {
            background-color: #333;
            transition: .4s;
            -moz-transition: .4s;
            -o-transition: .4s;
            -webkit-transition: .4s;
            *-transition: .4s;
            -khtml-transition: .4s;
        }

.headerCell12 {
    font-size: 12px;
    text-align: center;
}

.headerCell10 {
    text-align: center;
    font-size: 10px;
}

.row-style a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    *-box-shadow: none;
}

.row-style td {
    font-size: 14px;
    padding: 3px 5px 3px 10px;
    color: #000;
    border: none;
    font-weight: normal;
    background-color: #dadfe2;
    border: 1px solid #645338;
}
/*.row-style td:hover
{
	background-color:#faf6fc;
	transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-webkit-transition:.4s;
	*-transition:.4s;
	-khtml-transition:.4s;
}*/
.row-style table td {
    border: none;
}

.row-style td img {
    border: 2px solid #333 !important;
    margin-right: 5px;
}

    .row-style td img:hover {
        border: 2px solid #a027ff !important;
        transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        *-transition: .4s;
        -khtml-transition: .4s;
    }

.row-style td a {
    color: #555;
    text-decoration: underline;
}

    .row-style td a:hover {
        color: #6f282f;
        text-decoration: none;
    }

.row-style img {
    border: none;
}

.alternate-row-style {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    *-box-shadow: none;
}

    .alternate-row-style a {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -khtml-box-shadow: none;
        *-box-shadow: none;
    }

    .alternate-row-style td {
        font-size: 14px;
        padding: 3px 5px 3px 10px;
        background-color: #f5f5f5;
        color: #000;
        border: none;
        font-weight: normal;
        border: 1px solid #645338;
    }
    /*.alternate-row-style td:hover
{
	background-color:#d5cbbc;
	transition:.4s;
	-moz-transition:.4s;
	-o-transition:.4s;
	-webkit-transition:.4s;
	*-transition:.4s;
	-khtml-transition:.4s;
}*/
    .alternate-row-style table td {
        border: none;
    }

    .alternate-row-style td a {
        color: #555;
        text-decoration: underline;
    }

        .alternate-row-style td a:hover {
            color: #6f282f;
            text-decoration: none;
        }

    .alternate-row-style img {
        border: none;
    }
/*...........................*/
/*...........................*/
/*...........................*/
/*Row Style , Alternate Row Style, Page Number, Grid Style For Grid Page*/

/*MINI GRID STYLE*/
.miniGridDiv {
    height: 272px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0 0 0 2px;
    box-shadow: 0 0 10px 0 #bbb inset;
}

.miniGridView {
    border-collapse: collapse;
    margin: 0 1px !important;
    width: 100%;
}

.miniGridHeaderStyle {
    background-color: #606a71;
    color: #fff;
    height: 30px;
    border: none;
    font-size: 12px;
    padding: 2px;
    margin-top: 10px;
}

    .miniGridHeaderStyle a {
        color: #000;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
    }

    .miniGridHeaderStyle th {
        border: 1px solid #3c454c;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 14px;
    }

.miniRowStyle a {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    *-box-shadow: none;
}

.miniRowStyle td {
    background-color: #c0c0c0;
    border: 1px solid #acacac;
    color: #555;
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
    padding: 3px;
}

.miniRowStyle table td {
    border: none;
}

.miniRowStyle td img {
    border: 2px solid #333 !important;
    margin-right: 5px;
}

    .miniRowStyle td img:hover {
        border: 2px solid #a027ff !important;
        transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        -webkit-transition: .4s;
        *-transition: .4s;
        -khtml-transition: .4s;
    }

.miniRowStyle td a {
    color: #555;
    text-decoration: underline;
}

    .miniRowStyle td a:hover {
        color: #000;
        text-decoration: none;
    }

.miniRowStyle img {
    border: none;
}

.miniInputGlobalCenter {
    background-color: #fff;
    border: 1px solid #999;
    padding: 2px;
    color: #606a71;
    text-align: center;
    border-radius: 5px;
}

    .miniInputGlobalCenter:focus {
        border: 1px solid #0d8843;
        transition: .3s;
    }

.altMiniRowStyle {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -khtml-box-shadow: none;
    *-box-shadow: none;
}

    .altMiniRowStyle a {
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        -khtml-box-shadow: none;
        *-box-shadow: none;
    }

    .altMiniRowStyle td {
        background-color: #aaa;
        border: 1px solid #bbb;
        color: #f3f3f3;
        font-size: 12px;
        font-weight: normal;
        line-height: 16px;
        margin: 2px;
        padding: 2px;
    }

    .altMiniRowStyle table td {
        border: none;
    }

altMiniRowStyle td a {
    color: #645338;
    text-decoration: underline;
}

.altMiniRowStyle td a:hover {
    color: #6f282f;
    text-decoration: none;
}

.altMiniRowStyle img {
    border: none;
}

.miniLabelCustom {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff !important;
    background-color: #1d2a5a;
    border-bottom: 1px solid #1d2a5a;
    width: 268px;
    border-radius: 4px 4px 0 0;
    padding: 5px 0;
    border-right:2px solid #fff;
}

.miniLabel {
    text-transform: uppercase;
    font-weight: bold;
    color: #606a71;
    background-color: #dadfe2;
    font-size: 12px;
    border-bottom: 1px solid #bbc1c5;
}

.miniListBox {
    background-color: #fff !important;
    border: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 0;
    box-shadow: 0 0 10px 0 #bbb inset;
    height: 270px;
}

    .miniListBox option {
        padding: 5px;
        line-height: 16px;
        background-color: #f1f1f1;
        color: #333;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }
/*MINI GRID STYLE*/
.add-btn {
    padding: 10px 22px 11px 60px;
    background: url(../images/add_hov.png) no-repeat #0d8843;
    background-position: left;
    font-size: 14px;
    font-weight: BOLD;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

    .add-btn:hover {
        background: url(../images/add_hov.png) no-repeat #606a71;
        padding: 10px 22px 11px 60px;
        background-position: left;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -o-transition: .3s;
        *-transition: .3s;
        text-decoration: none;
        color: #fff;
        border: none;
    }

.mini-add-btn {
    padding: 8px 8px 8px 34px;
    background: url(../images/mini-add.png) no-repeat #606a71;
    background-position: left;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    color: #fff;
    font-family: Arial;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
}

    .mini-add-btn:hover {
        background: url(../images/mini-add.png) no-repeat #0d8843;
        padding: 8px 8px 8px 34px;
        background-position: left;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -o-transition: .3s;
        *-transition: .3s;
        text-decoration: none;
        color: #fff;
        border: none;
    }

.nxt-btn {
    padding: 1px 6px 1px 12px;
    background: url(../images/next_ico.png) no-repeat #ddd;
    background-position: left;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #0d8843;
    font-family: Arial;
    border: 1px solid #0d8843;
    margin: 0 4px 0 0;
    box-shadow: none;
}

    .nxt-btn:hover {
        padding: 1px 12px 1px 6px;
        background: url(../images/next_ico_hov.png) no-repeat #606a71;
        background-position: right;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -o-transition: .3s;
        *-transition: .3s;
        text-decoration: none;
        color: #fff;
        box-shadow: none;
        border: 1px solid #606a71;
    }

.prv-btn {
    padding: 1px 12px 1px 6px;
    background: url(../images/prev_ico.png) no-repeat #ddd;
    background-position: right;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    text-decoration: none;
    color: #0d8843;
    font-family: Arial;
    border: 1px solid #0d8843;
    margin: 0 0 0 5px;
    box-shadow: none;
}

    .prv-btn:hover {
        padding: 1px 6px 1px 12px;
        background: url(../images/prev_ico_hover.png) no-repeat #606a71;
        background-position: left;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -o-transition: .3s;
        *-transition: .3s;
        text-decoration: none;
        color: #fff;
        box-shadow: none;
        border: 1px solid #606a71;
    }

.input-btn-2 {
    background: #ddd none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #0d8843;
    font-family: Open Sans,Arial,Tahoma;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin: 0 0 0 -7px;
    padding: 5px 5px 4px;
    text-transform: uppercase;
}

    .input-btn-2:hover {
        background: #0d8843 none repeat scroll 0 0;
        border: 1px solid #0d8843;
        color: #fff;
        transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        -khtml-transition: .3s;
        -o-transition: .3s;
        *-transition: .3s;
    }

.AutoExtender {
    font-family: Arial;
    font-size: 12px;
    margin: 0 !important;
    background-color: #fff;
    font-weight: normal;
    border: 1px solid #ddd;
    line-height: 24px;
    padding: 0;
    list-style: none;
}

.overlay {
    position: fixed !important;
    z-index: 98 !important;
    top: 0px !important;
    left: 0px !important;
    right: 0px !important;
    bottom: 0px !important;
    background-color: #000 !important;
    filter: alpha(opacity=80) !important;
    opacity: 0.8 !important;
}

.overlayContent {
    z-index: 99 !important;
    margin: 250px auto !important;
    text-align: center !important;
}

    .overlayContent p {
        font-size: 16px !important;
        color: #fff !important;
        font-family: Arial !important;
        font-weight: normal !important;
        background-color: #000 !important;
        margin: 0 auto 10px auto !important;
    }

    .overlayContent img {
        width: 80px !important;
        height: 80px !important;
    }

.pbc {
    width: 16px !important;
}

.valign {
    vertical-align: middle;
}

.grid-header-style th a {
    /*background:url(../images/sorting.png) right no-repeat;*/
    /*display:block;*/
    /*padding:0 25px 0 25px;*/
    text-decoration: underline;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.legendsWrapper {
    border-radius: 5px;
    padding: 4px;
    margin: 4px;
}

.legendsPanel {
    margin: 0;
    padding: 0;
}

    .legendsPanel td {
        border: 1px solid #ddd;
        padding: 10px;
    }

.checkBox {
    margin: 0;
    padding: 0;
}

    .checkBox table td {
        padding-right: 15px;
    }

        .checkBox table td input {
            margin-right: 4px;
        }

    .checkBox label {
        margin-left: 4px;
    }
