/*reset*/

body, h1, h2, h3, .main-nav, .sagi-nav, #banner p, .browsers, .mobileOSs, #footer ul, #footer p, #nav-pager, #examples-list, #themeChooser, .widgetGrid ul {
    margin: 0;
    padding: 0;
    list-style: none;
}  



body, *html {
    background-color: #fff;
    min-height: 100%;
    min-width: 100%;
    font-family: 'Open Sans',Verdana,sans-serif !important;
}
/* scroll bar css starts*/

body {
    scrollbar-track-color: #e6e7e8;
    scrollbar-base-color: #10516f;
    scrollbar-arrow-color: #555555;
}

::-webkit-scrollbar {
    width: 15px;
    background: #ECECEC;
    height: 15px !important;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #d0d1d7;
    box-shadow: inset 0 0 2px #d0d1d7;
   
}

/* Handle */
::-webkit-scrollbar-thumb {
   
    background: #065C90;
    ;
    -webkit-box-shadow: inset 0 0 2px #d0d1d7;
    box-shadow: inset 0 0 2px #d0d1d7;
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #a1989a;
    }


/* scroll bar css ends*/
img {
    border: 0;
}

#header a, li > a, h2 > a, h3 > a, #footer a, .get-sagiui {
    text-decoration: none;
}


UL LI a, li a {
    cursor: pointer;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}

h2 {
    color: #25466d;
    font-size: 1.8rem;
    font-weight: 300;
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    padding: 5px 3px 3px 15px;
    -webkit-text-shadow: rgba(0,0,0,.9) 0 1px 0;
    text-shadow: rgba(0,0,0,.9) 0 1px 0;
}

h4 {
    color: #886c76;
    font-size: 1em;
    font-weight: 300;
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    padding: 5px 3px 3px 25px;
    -webkit-text-shadow: rgba(0,0,0,.9) 0 1px 0;
    text-shadow: rgba(0,0,0,.9) 0 1px 0;
}
/*global*/
.floatWrap:after, #example:after {
    content: "";
    display: block;
    clear: both;
}


.floatWrap, #example {
    display: block;
}

.hideControl {
    display: none;
}

.clear {
    clear: both;
}

html {
    overflow: auto;
    font-family: Tahoma,Helvetica,sans-serif;
}

#header, #banner, .suite-demos-nav, .demos-nav,
.search-panel, #footer, .centerWrap {
    font-family: Tahoma'Lucida Sans Unicode','Lucida Grande',arial,helvetica,sans-serif;
}

.overview,
#footer {
    font-size: 13px;
}

    .overview #header,
    .overview #banner,
    .overview .suite-demos-nav,
    .overview .demos-nav,
    .overview #footer {
        /*iPad fix*/
        min-width: 990px;
    }

.centerWrap {
    /*width:940px;*/
    margin: 0;
    padding: 0;
}

.widgetGrid .centerWrap {
    /*width:976px;*/
}
/*header*/
#header h1 {
    width: 240px;
    height: 37px;
    float: left;
    margin: 0px 100px 14px 0px;
}

.overview #header h1 {
    width: 223px;
    height: 73px;
    margin: 16px 0 0;
}

.tophead {
    background-color: #075c8f;
    height: 20px;
    padding: 2px;
    width: 100%;
    color: #fff;
    text-align: right;
    line-height: 20px;
}

.verticalBar {
    padding-left: 5px;
    padding-right: 5px;
    color: #fff;
    vertical-align: top;
}

#logo {
    display: block;
    text-indent: -4444px;
    text-align: center;
    overflow: hidden;
    background: url(../images/login-logoH.png) no-repeat left top;
    background-color: transparent;
    height: 64px;
    width: 120px;
    margin-top: 2px;
    margin-left: 10px;
}

.centerWrap ul {
    float: right;
    clear: right;
    color: #f2a93d;
    margin-top: 13px;
    margin-right: 10px;
}

.main-nav {
    margin: 22px -8px 0 0;
}

    .main-nav > li,
    .sagi-nav > li {
        float: left;
        position: relative;
    }

    .main-nav > li {
        border-left: 1px solid #dcdcdc;
        padding: 0 8px;
    }

    .main-nav li:first-child {
        border: 0;
    }

.suite-demos-nav a: {
    color: #fff;
    /*background:#ffa200;*/
    padding: 0px 5px 0px 5px;
}

.main-nav a {
    color: #2e2e2e;
}

.sagi-nav {
    margin: 10px 0px 0px 0px;
}

.overview .sagi-nav {
    margin: 22px 0;
}

.sagi-nav > li {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    cursor: pointer;
}

    .sagi-nav > li:hover {
    }

.sagi-nav a {
    display: block;
    font: 21px/1.6 Lucida Sans, Tahoma, Arial, Sans-serif;
    color: #2e2e2e;
    text-align: center;
    line-height: 45px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 2px solid #3FB2D8;
    background-color: #083C56;
    border-radius: 40% 10%;
}

    .sagi-nav a:hover {
        background-color: #1aafcf;
        border: 2px solid #093856;
    }

.icon-DashBoard {
    background: url(../images/Dashboard-Icon.png) no-repeat 1px 3px;
}

    .icon-DashBoard:hover {
        background: url(../images/Dashboard-Icon-Hover.png) no-repeat 1px 3px;
    }

.icon-home {
    background: url(../images/nav-one1.png) no-repeat 5px 3px;
}

    .icon-home:hover {
        background: url(../images/home-hover.png) no-repeat 5px 3px;
    }

.icon-save {
    background: url(../images/save.gif) no-repeat 1px 3px;
}


.icon-cashe {
    background: url(../images/nav-two.png) no-repeat 5px 3px;
}

    .icon-cashe:hover {
        background: url(../images/cashe-hover.png) no-repeat 5px 3px;
    }

.icon-prev {
    background: url(../images/nav-three.png) no-repeat 5px 3px;
}

    .icon-prev:hover {
        background: url(../images/arrow-hover.png) no-repeat 5px 3px;
    }

.icon-about {
    background: url(../images/nav-four.png) no-repeat 1px 3px;
}

    .icon-about:hover {
        background: url(../images/nav-four-hover.png) no-repeat 1px 3px;
    }

.icon-msg {
    background: url(../images/nav_msg.png) no-repeat 1px 3px;
}

    .icon-msg:hover {
        background: url(../images/nav_msg_hover.png) no-repeat 1px 3px;
    }

.icon-logout {
    background: url(../images/nav-five.png) no-repeat 5px 3px;
}

    .icon-logout:hover {
        background: url(../images/logout-hover.png) no-repeat 5px 3px;
    }


.main-nav a > span,
.sagi-nav a > span {
    font: .55em/1 sans-serif;
    position: relative;
    top: -.2em;
}

#header .get-sagiui,
#mainWrap .get-sagiui {
    color: #fff;
}

.sagi-nav .get-sagiui {
    font-size: 17px;
    line-height: 34px;
}

.get-sagiui:hover,
.launchButton:hover {
    filter: alpha(opacity=80);
    opacity: .8;
}

.sagi-nav .active,
.suite-demos-nav .active,
#footer .centerWrap,
#codeStrip .k-state-active {
    position: relative;
}
/*orange bar*/
#banner {
    background: 50% 50% url(../images/flowerWrap.png);
    min-height: 2px;
}

.overview #bannerInner {
    padding: 30px 0 10px 0;
    background: 50% 0 url(flowers.png);
}

#bannerInner > .centerWrap {
    height: 100%;
}

#banner h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 20px;
    color: white;
    font-weight: normal;
}
/*suite demos nav*/

.suite-demos-nav {
    height: 66px;
    background: #FFA200 url(../images/vrHeader.png) repeat-x left top;
}

    .suite-demos-nav ul {
        list-style: none;
    }

    .suite-demos-nav a {
        display: block;
        font-size: 13px;
        /*line-height:46px;*/
        color: #fff;
    }

.mainMenuIcon {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.mainMenuIconPerson {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.mainMenuIconOrga {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0 auto;
}

.mainMenuIconPay {
    width: 24px;
    height: 24px;
    display: block;
    padding-left: 30px;
}

.suite-demos-nav .active:before,
.suite-demos-nav .active:after {
    content: " ";
    display: block;
    left: 50%;
    margin: 0 0 0 -7px;
    position: absolute;
    top: 40px;
    width: 0;
    height: 0;
}

.suite-demos-nav .selected {
    background: #ffa200;
}

.suite-demos-nav li:hover {
    background: #ffa200;
}

.suite-demos-nav .active:last-child:after {
    border-color: #fff transparent;
}

.suite-demos-nav .active:before {
    border-color: #c9c9c9 transparent;
    margin-top: -1px;
}
/*featured demos and demos-nav*/
.demos-nav,
.sourceChooser,
#codeStrip .k-content.k-tabstrip .k-tabstrip-items {
    background: url(../images/vrBg.png) repeat-x left top;
}
/*inner pages*/
.search-panel {
    padding-bottom: 3em;
}

.search-panel {
    border-left: 2px solid #35272b;
    min-height: 533px;
    float: left;
}

#main {
    float: left;
    width: 759px;
    margin-left: -2px;
}
/*widget grid*/
.widgetGrid .wideCol:first-child,
.widgetGrid .narrowCol:first-child {
    background: #eee;
    background: rgba(191,191,191,.2);
}

.widgetGrid .wideCol,
.widgetGrid .narrowCol {
    float: left;
    width: 650px;
}

.widgetGrid .narrowCol {
    width: 310px;
}

    .widgetGrid .narrowCol ul:empty {
        display: none;
    }

.widgetGrid .mobile-widgets {
    width: 340px;
}

.widgetGrid ul {
    float: left;
    width: 150px;
    margin: 8px 0 0 18px;
    padding: 0px 0 10px 0px;
    background: url(../images/vrDevider.png) no-repeat right center;
}

.widgetGrid li {
    line-height: 25px;
    padding: 0px 0px 0px 15px;
    background: url(../images/Icon_Dots.png) no-repeat left center;
}

.widgetGrid a {
    color: #fff;
}

    .widgetGrid a:hover {
        color: #e26b1d;
    }
/* Search Navigation */
#main {
    /*margin: 80px auto;*/
    position: relative;
    width: 40px;
}

* {
    margin: 0;
    padding: 0;
}

#navigationMenu li {
    list-style: none;
    /*height:326px;
	padding:2px;*/
    width: 30px;
}

#navigationMenu a {
    background: url(../images/navigation.png) no-repeat;
    height: 167px;
    width: 30px;
    display: block;
    position: relative;
}
    /* General hover styles */
    #navigationMenu a:hover span {
        width: auto;
        padding: 0 20px;
        overflow: visible;
    }

    #navigationMenu a:hover {
        text-decoration: none;
        /* CSS outer glow with the box-shadow property */
        -moz-box-shadow: 0 0 5px #b5b599;
        -webkit-box-shadow: 0 0 5px #b5b599;
        box-shadow: 0 0 5px #939391;
    }
/* Search Button */
#navigationMenu .search {
    background-position: 0 0;
}

    #navigationMenu .search:hover {
        background-position: left top;
        width: 750px;
        height: 167px;
        background-color: #35272b;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
    }

    #navigationMenu .search span {
        -webkit-text-shadow: 1px 1px 0 #99bf31;
        text-shadow: 1px 1px 0 #99bf31;
    }
/* Navigation Button */
#navigationMenu .navigation {
    background-position: left -168px;
}

    #navigationMenu .navigation:hover {
        background-position: left -168px;
        width: 750px;
        height: 167px;
        background-color: #35272b;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
    }

    #navigationMenu .navigation span {
        color: #223a44;
        -webkit-text-shadow: 1px 1px 0 #44a8d0;
        text-shadow: 1px 1px 0 #44a8d0;
    }

/* New Menu Style Starts Here */
#menu {
    list-style: none;
    padding: 0px 20px 0px 20px;
}

    #menu li {
        float: left;
        margin: 26px 0px 0px 0px;
        margin: 22px 0px 0px 0px\9;
        padding: 0px 5px 0px 5px;
        background: #483D39;
        border-right: 5px solid #35262a;
        -webkit-transition: background 1s ease-in-out;
        -moz-transition: background 1s ease-in-out;
        -o-transition: background 1s ease-in-out;
        transition: background 1s ease-in-out;
    }

    #menu li, x:-moz-any-link, x:default {
        float: left;
        margin: 21px 0px 0px 0px;
        margin: 22px 0px 0px 0px\9;
        padding: 0px 5px 0px 5px;
        background: #483D39;
        border-right: 5px solid #35262a;
        -webkit-transition: background 1s ease-in-out;
        -moz-transition: background 1s ease-in-out;
        -o-transition: background 1s ease-in-out;
        transition: background 1s ease-in-out;
    }

        #menu li.selected {
            background: #ffa200;
        }

        #menu li:hover {
            /* Background color and gradients */
            background: #ffa200;
            background: -moz-linear-gradient(top, #ffa200, #ffa200);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffa200), to(#ffa200));
        }

        #menu li a {
            font-size: 13px;
            color: #eee;
            display: block;
            outline: 0;
            padding: 0px 5px 0px 5px;
            text-decoration: none;
            -webkit-transition: background .2s ease-in-out;
            -moz-transition: background .2s ease-in-out;
            -o-transition: background .2s ease-in-out;
            transition: background .2s ease-in-out;
        }

        #menu li:hover a {
            color: #fff;
        }

        #menu li ul li {
            border: 0px !important;
        }

.dropDownMenu {
    margin: 0px auto;
    float: left;
    position: absolute;
    left: -999em; /* Hides the drop down */
    text-align: left;
    padding: 8px 5px 0px 5px;
    /* Gradient background */
    background: #3b322f;
    height: 200px;
    background: -moz-linear-gradient(top, #3b322f, #3f3531);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3b322f), to(#3f3531));
}

.dropDownMenu {
    width: 99%;
}

#menu li:hover .dropDownMenu {
    left: 1px;
    top: auto;
    z-index: 9999;
    border-top: 2px solid #ffa200;
    color: #463b37;
}

.columns {
    display: inline;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}

    .columns .single {
        display: block;
        overflow: hidden;
        width: 250px;
        height: 125px;
    }


    .columns .double {
        display: block;
        overflow: hidden;
        width: 550px;
        height: 125px;
    }

    .columns .triple {
        display: block;
        overflow: hidden;
        width: 775px;
        height: 125px;
    }

    .columns .fourth {
        display: block;
        overflow: hidden;
        width: 1000px;
        height: 125px;
    }

#menu li:hover div a {
    font-size: 12px;
    color: #fff;
}

    #menu li:hover div a:hover {
        color: #fff;
        line-height: 27px;
        margin: 0px 0px 0px -15px;
        padding: 0px 15px 0px 19px;
        background: #ffa200 url(../images/Icon_White_Dots.png) no-repeat left center;
    }

#menu li ul {
    list-style: none;
    margin: 0 0 12px 0;
    margin: 8px 0 0 18px;
    padding: 0px 0 10px 0px;
    /*background:url(../images/vrDevider.png) repeat-y right center;*/
}

    #menu li ul li {
        position: relative;
        padding: 0;
        margin: 0;
        display: block;
        width: 225px;
        float: left;
        line-height: 27px;
        padding: 0px 15px 0px 15px;
        background: url(../images/Icon_Dots.png) no-repeat left center;
    }

        #menu li ul li:hover {
            background: none;
            border: none;
            padding: 0;
            margin: 0;
            width: 225px;
            padding: 0px 15px 0px 15px;
        }


/******** NEW *******/

#SlideOutOtherTriger {
    background: url(../images/navigation.png) no-repeat;
    background-position: 0 0;
    height: 167px;
    width: 30px;
    display: block;
    position: relative;
    z-index: 200;
    cursor: pointer;
}


#CenterSplitter {
    padding-top: 10px;
    left: 0px !important;
    overflow: auto;
}


#CenterMiddle {
    position: absolute !important;
}

#MainSplitter {
    background-color: #ececec;
}

#MiddleSplitter {
    position: relative !important;
    width:100% !important;
  
    top: 130px !important;
}

.centersplitterbg {
    position: relative !important;
    /* width: 70% !important; */
    /* left: 15%; */
    /* border: 1px solid #333; */
    -webkit-box-shadow: 6px 0px 10px -7px rgba(99,99,99,0.25);
    -moz-box-shadow: 6px 0px 10px -7px rgba(99,99,99,0.25);
    box-shadow: 0px 1px 10px 1px rgba(1,99,99,0.25);
    border: 1px solid #fff;
}

#WestPanel {
    padding-top: 10px;
}

#ContentSplitter {
    background-color: #FFFFFF;
    margin: 0 0 50px 10px;
   
}

.alertsuccess
{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size:16px !important;
    text-align:left !important;
    line-height:20px;
}
.alertsuccess .captionTd
{
    text-align:left !important;

}
.alertsuccess label
{
    font-size:16px !important;
    line-height:20px;
}
#NorthSplitter {
    height: 100px !important;
}

#RightContentSplitter {
    padding-left: 10px;
}

.CriteriaDiv {
    background-color: #ffffff;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 10px;
    height: 92%;
}

.sectionhead {
    color: #423834;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    padding: 20px 3px 5px 20px;
}


.ResultDiv {
    background-color: #FFFEF5;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    padding: 10px;
}


#CenterLeft .sectionhead {
    color: #423834;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Open Sans','Segoe UI Symbol',Helvetica;
    padding: 0px 3px 15px 0px;
    margin-bottom: 5px;
}

#CenterLeft .ResultDiv {
    background-color: #f6f6f6;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 0;
    background: #ecede7; /* Old browsers */
    background: -moz-linear-gradient(top, #ecede7 0%, #cccdbd 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecede7), color-stop(100%,#cccdbd)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecede7 0%,#cccdbd 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecede7 0%,#cccdbd 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecede7 0%,#cccdbd 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ecede7 0%,#cccdbd 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecede7', endColorstr='#cccdbd',GradientType=0 ); /* IE6-9 */
    border: 1px solid #CCC;
}


#LookupParent {
    width: 100%;
    height: 100%;
}

#LookupHolder {
    border-radius: 1em;
    /*background: #acbe78;*/
    background: #fff;
    height: 98.7%;
    width: 100%;
}

.LookupFormParant {
    overflow: auto;
    height: 100%;
    margin-right: 20px;
}

.preloader {
    height: 50px;
    width: 50px;
    background: url(../images/preloader.png) no-repeat center center;
}

.loaderBg {
    background-color: #fff;
    margin: 0 auto !important;
    width: 50px;
    height: 50px;
    color: #888;
    border-radius: 50%;
}

    .loaderBg img {
        margin-top: 10px;
    }

#SouthSplitter {
    background-color: #0a384c !important;
    color: #fff;
    padding: 2px 0px 2px 5px;
}

.rotate {
    -moz-transform: rotate(270deg);
    -moz-rotation-point: 0 0;
    -webkit-transform: rotate(270deg);
    -webkit-rotation-point: 0 0;
    rotation-point: 0 0;
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    height: auto;
    width: auto;
    position: relative;
    letter-spacing: 1px;
}

/************** Breadcrumbs*************/

.breadcrumb {
    list-style: none;
    overflow: hidden;
    font: 11px Helvetica, Arial, Sans-Serif;
    float:left;
}

.breadcrumb-page-info
{
    float:left;
}

    .breadcrumb li {
        float: left;
    }

        .breadcrumb li a {
            color: white;
            text-decoration: none;
            padding: 5px 10px 5px 40px;
            background: #197EBB; /* fallback color */
            position: relative;
            display: block;
            float: left;
        }

            .breadcrumb li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 10px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 10px solid transparent;
                border-left: 6px solid #007785;
                position: absolute;
                margin-top: -15px;
                left: 100%;
                z-index: 2;
            }

            .breadcrumb li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 10px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 10px solid transparent;
                border-left: 10px solid white;
                position: absolute;
                top: 10%;
                left: 100%;
                z-index: 1;
            }

        .breadcrumb li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb li:nth-child(2) a {
            background: #008a9a;
        }

            .breadcrumb li:nth-child(2) a:after {
                border-left-color: #008a9a;
            }

        .breadcrumb li:nth-child(3) a {
            background: #009eb1;
        }

            .breadcrumb li:nth-child(3) a:after {
                border-left-color: #009eb1;
            }

        .breadcrumb li:nth-child(4) a {
            background: #00b4ca;
        }

            .breadcrumb li:nth-child(4) a:after {
                border-left-color: #00b4ca;
            }

        .breadcrumb li:nth-child(5) a {
            background: #00bed5;
        }

            .breadcrumb li:nth-child(5) a:after {
                border-left-color: #00bed5;
            }

        .breadcrumb li:last-child a {
            background: #ede9ea !important;
            color: black;
            pointer-events: none;
            cursor: default;
        }

            .breadcrumb li:last-child a:after {
                border: 0;
                background: #ede9ea !important;
            }

             .breadcrumb li:last-child a:before
            {
                display:none;
            }

        .breadcrumb li a:hover {
            background: #527197;
        }

            .breadcrumb li a:hover:after {
                border-left-color: #527197 !important;
            }


#CloseRightForm {
    right: 20px;
    position: absolute;
}

.ErrorDiv {
    color: #a94442;
    padding: 5px;
    margin-bottom: 1rem;
}

    .ErrorDiv li {
        list-style: none;
        padding-left: 10px;
    }

.fakelink {
    color: #00f;
    text-decoration: underline;
}


.cssmenu li {
    margin: 0;
    padding: 0;
}


.cssmenu ul {
    list-style: none;
    margin-left: 60px;
}

.cssmenu li a {
    text-decoration: none;
    margin: 0;
    padding: 0;
    background-image: url('../Image/menu-arrow.png');
    background-repeat: no-repeat;
    background-position: 90% 50%;
}



.cssmenu {
    height: 35px;
    clear: left;
    float: left;
    width: 100%;
    margin-top: 20px;
    background: #075c8f;
    border-top: 2px solid #ffffff;
}

    .cssmenu > ul > li {
        float: left;
        position: relative;
        height: 35px;
    }

        .cssmenu > ul > li:first-child {
            border-left: none;
        }

        .cssmenu > ul > li > a {
            color: #FFFFFF;
            font-family: 'Segoe UI';
            font-size: 14px;
            padding: 6px 25px;
            -webkit-transition: color .15s;
            -moz-transition: color .15s;
            -o-transition: color .15s;
            transition: color .15s;
            line-height: 30px;
            border-radius: 5px;
        }


            .cssmenu > ul > li > a:hover {
                color: #333333;
                background-color: #36afe9;
                background-image: url('../Image/menu-arrow-hover.png');
            }


        .cssmenu > ul > li > ul {
            opacity: 0;
            visibility: hidden;
            padding: 2px;
            background-color: rgb(250,250,250);
            text-align: left;
            position: absolute;
            left: 50%;
            margin-left: -30px;
            width: 250px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
            -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
            box-shadow: 0px 1px 3px rgba(0,0,0,.4);
            margin-top: 0px !important;
        }

        .cssmenu > ul > li:hover > ul {
            opacity: 1;
            top: 35px;
            visibility: visible;
        }

        .cssmenu > ul > li > ul:before {
            content: '            ';
            display: block;
            border-color: transparent transparent rgb(250,250,250) transparent;
            border-style: solid;
            border-width: 10px;
            position: absolute;
            top: -18px;
            left: 50%;
            margin-left: -115px;
        }

        .cssmenu > ul > li > ul > li > ul:before {
            content: '            ';
            display: block;
            border-color: transparent #FFFFFF transparent transparent;
            border-style: solid;
            border-width: 10px;
            position: absolute;
            top: 2px;
            margin-left: -21px;
        }



    .cssmenu > ul ul > li {
        position: relative;
    }

    .cssmenu ul ul a {
        color: rgb(250,250,250);
        font-family: Verdana, 'Lucida Grande';
        font-size: 12px;
        background-color: #075c8f;
        padding: 5px 8px 7px 16px;
        display: block;
        white-space: nowrap;
        -webkit-transition: background-color .1s;
        -moz-transition: background-color .1s;
        -o-transition: background-color .1s;
        transition: background-color .1s;
        border-bottom: 1px solid #FFFFFF;
        background-image: none;
    }

        .cssmenu ul ul a:hover {
            background-color: #2e5672;
            color: #FFFFFF;
        }

    .cssmenu ul ul ul {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 0px;
        left: 206px;
        margin-left: 55px;
        padding: 0px;
        background-color: rgb(250,250,250);
        text-align: left;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        z-index: 9999;
        border: 1px solid #FFFFFF;
        -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    }


    .cssmenu ul ul > li:hover > ul {
        opacity: 1;
        left: 196px;
        visibility: visible;
    }

.captionTd {
    text-align: right;
    line-height: 20px;
    padding-left: 12px !important;
    white-space: pre !important;
}

.Table {
    white-space: normal;
    text-align: left !important;
    width:100%;
}

.LeftPanelNoteTable {
    width: 105%;
    margin-left: -6px !important;
}

.LeftPanelMessagesTable {
    margin-left: 1px !important;
    padding-bottom: 4px;
    width: 98%;
}

.k-grid table {
    width: 100% !important;
}

.Table td {
    padding: 0px 5px 2px 3px;
}

#CenterLeft > ul {
    margin-top: 25px;
}

#LookupFormTitle {
    padding: 10px 10px 0px 10px;
    font-weight: bold;
    font-size: 14px;
}

.highlighted {
    background-color: #6c9cc6 !important;
}

.centerleft-fieldset {
    padding: 5px;
    margin: 5px 0px 5px 0px;
}

.centerleft-legend {
    font-weight: bold;
    border: 1px solid #333333;
    padding: 3px;
    background: #fffef5;
    color: #333333;
    position: relative;
    top: 2px;
}

legend {
    font-weight: bold;
}

.literal {
    font-weight: bold;
}


.org-image {
    background: url(../Images/org-out.png);
    width: 15px;
    height: 90px;
    float: right;
    top: -430px;
    position: relative;
    left: 25px;
}

.lookups-image {
    background: url(../Images/lookups-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: -627px;
    position: relative;
    left: 36px;
}

.navigator-image {
    background: url(../Images/navigator-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: -500px;
    position: relative;
    left: 15px;
}

.navDiv {
    background-color: #bbbda5;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    padding: 10px;
    height: 92%;
    border: 3px solid #255b88;
    overflow: auto;
}


.dashboardContainer {
    width: 100%;
}



.ChartConfig {
    display: none;
}

.btnLookupChartConfig {
    background: url(../Images/setting.png);
    width: 20px;
}

.CheckBoxListGap {
    padding-left: 10px;
}

.SelectedCheckBox {
    background: url(../Images/CheckedBox.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

.UnSelectedCheckBox {
    background: url(../Images/UnCheckedBox.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

#LookupName {
    margin: 20px 0px 0px 10px;
}

#GlobalMessageDiv {
    padding: 5px;
    font-weight: bold;
    vertical-align: middle;
    margin-top: 0px;
    box-shadow: 0px 0px 0px 0px #333333;
}

.GlobalMessage {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 100%;
    margin-left: 5px;
}

#pnlAuditInfo {
    background-color: rgba(255, 250, 212, 1);
    border: 1px solid #BABABA;
}

.GlobalError {
    color: red !important;
    border: 1px solid red;
}

.k-tooltip-content {
    text-align: justify;
    word-wrap: break-word;
}

.welcome-text {
    font-size: 14px;
    margin-left: -8px;
    font-weight: bold;
}


.k-progress {
    border: none !important;
}

.k-filename {
    max-width: none;
}

.caption-style {
    font-weight: bold;
    font-size: 14px;
}

.bottom-border-class {
    border-bottom: 3px solid #003f59 !important;
}

.ReqInformation {
    color: OrangeRed !important;
    padding-left: 3px;
}

.ReverseText {
    color: #fff !important;
    background-color: red !important;
    font-weight: bold !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.NoteText {
    font-size: 11px;
    text-align: left;
}

#ExpiredMessage {
    font-size: 12px;
}

.boxdiv {
    margin: 20px 0px 10px 0px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #777777;
    padding: 5px;
    background: #eeeeee;
}

.marg-left-5 {
    margin-left: 5px;
}

#cssmenuLeft ul li a {
    height: 30px;
    color: #222222;
    border-radius: 0px !important;
    line-height: normal;
    background: #3997a8; /* Old browsers */
    background: -moz-linear-gradient(top, #3997a8 0%, #00798f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3997a8), color-stop(100%,#00798f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3997a8 0%,#00798f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3997a8 0%,#00798f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3997a8 0%,#00798f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3997a8 0%,#00798f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3997a8', endColorstr='#00798f',GradientType=0 ); /* IE6-9 */
}

#cssmenuLeft ul li ul li a {
    height: 25px;
    background: #183945;
    color: #FFFFFF;
    border-radius: 0px !important;
    padding-left: 12px;
    border-bottom: 1px solid #FFFFFF;
    line-height: 25px;
}


textarea {
    border: 1px solid #94c0d2;
}

#MyBasket {
    background: #FFFFFF;
    height: 98%;
    width: 96%;
    padding: 5px;
}



.MyBasket-image {
    background: url(../Images/mybasket-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: 14px;
    position: absolute;
    right: -16px;
}

.mybasket-image {
    background: url(../Images/mybasket-out.png);
    width: 15px;
    height: 120px;
    float: right;
    top: 14px;
    position: absolute;
    right: -5px;
}

#header {
    width: 100%;
    height: 112px;
    float: left;
    background: linear-gradient(to top, #1473AD 0%, #53CBF1 60%, #87E0FD 100%) repeat scroll 0% 0% transparent;
}


/*Dashboard CSS*/
#DashboardList {
    background: #f5f5f5;
    min-height: 600px;
    padding: 12px 0px 25px 0px;
}

.widget {
    float: left;
    border: 1px solid #333333;
    background: #FFFFFF;
    width: 100%;
    margin-bottom: 15px;
}

.contents {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.column-one {
    width: 30%;
    height: auto;
    float: left;
}

.column-two {
    width: 30%;
    height: auto;
    float: left;
    margin-left: 5%;
}

.column-three {
    width: 30%;
    height: auto;
    float: right;
}

.div-header {
    width: 100%;
    height: 25px;
    float: left;
    cursor: move;
    background: #036;
}

.div-header-text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    height: 30px;
    line-height: 25px;
    width: auto;
    float: left;
    padding-left: 10px;
}

.div-header-icon {
    width: auto;
    float: right;
    height: 25px;
    padding-top: 5px;
}

    .div-header-icon img {
        margin-right: 10px;
        margin-top: 7px;
        cursor: pointer;
    }

.icon-close {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/close.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-close:hover {
        background: url(../Images/close-hover.png);
    }

.icon-minimize {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/minimize.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-minimize:hover {
        background: url(../Images/minimize-hover.png);
    }

.icon-maximize {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/minimize.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-maximize:hover {
        background: url(../Images/maximize-hover.png);
    }

.icon-refresh {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/refresh.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-refresh:hover {
        background: url(../Images/refresh-hover.png);
    }

.icon-settings {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/settings.png);
    margin-right: 8px;
    cursor: pointer;
}

.dashBoard-panel {
    width: 15px;
    height: 15px;
    float: left;
    background: url(../Images/settings-hover.png);
    margin-right: 8px;
    cursor: pointer;
}

.icon-resize {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/Horizontal-White.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-resize:hover {
        background: url(../Images/Horizontal-Blue.png);
    }

.icon-Verticalresize {
    width: 15px;
    height: 15px;
    float: right;
    background: url(../Images/Vertical-White.png);
    margin-right: 8px;
    cursor: pointer;
}

    .icon-Verticalresize:hover {
        background: url(../Images/Vertical-Blue.png);
    }

.icon-settings:hover {
    background: url(../Images/settings-hover.png);
}

.settings {
    border: solid 2px red;
}

.barcoli {
    border: 1px solid transparent;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    text-decoration: none;
}

.barstyle1 {
    background-color: rgb(75, 127, 190);
}

.barstyle2 {
    background-color: rgb(190, 75, 127);
}

.barstyle3 {
    background-color: rgb(127, 190, 75);
}

.barstyle4 {
    background-color: rgb(184, 190, 75);
}

.barstyle5 {
    background-color: rgb(190, 138, 75);
}

.barstyle6 {
    background-color: rgb(165, 191, 223);
}

.barstyle7 {
    background-color: rgb(138, 75, 190);
}

.DashboardCell {
    float: left;
    border: solid 2px #e5e5e5;
    min-height: 250px;
    background: #FFFFFF;
    padding: 5px;
    display: table-cell;
    vertical-align: top;
}

.hint {
    width: 250px;
    height: 100px;
    overflow: hidden;
}

.DashboardColumn1 {
    width: 32%;
}

.DashboardColumn2 {
    width: 64%;
}

.DashboardColumn3 {
    width: 96%;
}

.DashboardRow1 {
    height: 200px;
}

.DashboardRow2 {
    height: 400px;
}

.DashboardRow3 {
    height: 600px;
}


.DashboardColumn {
    float: left;
    border: solid 2px #e5e5e5;
    min-height: 600px;
    background: #FFFFFF;
    padding: 5px;
    display: table-cell;
    vertical-align: top;
    width: auto;
    height: auto;
}

rule css .tableStyle {
    border-spacing: 0px;
    margin-left: 80px !important;
    margin-right: 10px !important;
}

.ItemstableStyle {
    border-spacing: 0px;
}

.tableBorder {
    border-spacing: 0px;
    padding: 0;
}

.tdStyle {
    border: 1px solid black;
    padding: 1px 10px 5px 20px;
    font-size: 12px;
}

.lineLeftBottom {
    border-left: 3px solid red;
    border-bottom: 3px solid red;
}

.lineBottom {
    border-bottom: 3px solid red;
}

.lineLeft {
    border-left: 3px solid red;
}

.minus {
    left: -55px;
    top: 20px;
    position: relative;
    background: url(../images/minus.jpg) !important;
    height: 9px;
    width: 9px;
    display: block;
}

.plus {
    left: -55px;
    top: 20px;
    position: relative;
    background: url(../images/plus.jpg) !important;
    height: 9px;
    width: 9px;
    display: block;
}

span {
    margin: 0px;
    padding: 0px;
}

.case:before {
    content: url(../images/case.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.default:before {
    content: url(../images/default.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.switch:before {
    content: url(../images/switch.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.method:before {
    content: url(../images/action.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.calllogicalrule:before {
    content: url(../images/calllogicalrule.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.return:before {
    content: url(../images/return.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.foreach:before {
    content: url(../images/foreach.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.foreach .ValueSpan {
    border-radius: 5px;
    padding: 5px;
    position: relative;
    top: -15px;
    right: -11px;
}


.actions:before {
    content: url(../images/icon.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.calldecisiontable:before {
    content: url(../images/calldecisiontable.png) !important;
    position: absolute !important;
    margin-left: -40px !important;
}

.ValueSpan {
    font-weight: bold;
    margin-right: 10px;
    color: #fff;
    padding: 3px;
    background-color: #555050;
}


.DecisionTable {
}

    .DecisionTable td, .DecisionTable th {
        padding: 5px;
        border: solid 1px black;
        font-size: 13px;
    }


.case_table .tdStyle {
    background-color: #feebc0;
}

.default_table .tdStyle {
    background-color: #feebc0;
}

.switch_table .tdStyle {
    background-color: #fff468;
}

.return_table .tdStyle {
    background-color: #77dde5;
}

.HighLightTable .tdStyle {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bfd310), to(#b9cd12));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #b9cd12, #bfd310);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #b9cd12, #bfd310);
    /* IE 10 */
    background: -ms-linear-gradient(top, #b9cd12, #bfd310);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #b9cd12, #bfd310);
}




.FirstTD {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.LastTD {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.LoopNavigator {
    font-size: 15px;
    font-weight: bold;
    padding: 5px;
    margin: 5px;
    background-color: aqua;
    cursor: pointer;
}

.SelectedLoopStep {
    background-color: #bfd310 !important;
}

.HighLightDecisionCell {
    background-color: #fffd5f;
}

.dif {
    background-color: #dcd61e;
}

.dreturn {
    background-color: #ffcc57;
}

.dreturnheader {
    background-color: #d2960c;
}

.dcolheader, .drowheader {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccc50d), to(#f2ec34));
    /* Safari 5.1, Chrome 10+ */
    background: -webkit-linear-gradient(top, #f2ec34, #ccc50d);
    /* Firefox 3.6+ */
    background: -moz-linear-gradient(top, #f2ec34, #ccc50d);
    /* IE 10 */
    background: -ms-linear-gradient(top, #f2ec34, #ccc50d);
    /* Opera 11.10+ */
    background: -o-linear-gradient(top, #f2ec34, #ccc50d);
}


.header-line {
    width: 96%;
    position: absolute;
    margin-top: 70px;
    margin-left: 22px;
    height: 1px;
}


#toolbar input[type="image"] {
    margin: 5px !important;
}



select[data-sfwcontroltype="dropdown"], [controltype="cascading"] {
    height: 20px !important;
    width: 200px;
    text-indent: 0.16em;
    color: #003f59;
    background-color: #FFFFFF;
    border: 1px solid #878788;
    border-radius: 4px;
    font-size: 100%;
    padding: 2px .3em;
}

#CenterLeft {
    overflow: auto !important;
}

.GridEmpty {
    border: 0px !important;
    background-color: #fff !important;
    border-color: transparent;
}

    .GridEmpty td {
        border: 0px !important;
        background-color: #fff !important;
    }

.SetLeft {
    text-align: left;
}

.panel_overflow {
    overflow-x: hidden;
    overflow-y: auto;
    height: 400px;
    width: 400px;
}

.label_vertical_align {
    vertical-align: top;
}

#GridTable_grvRoleAssginedActivities th:nth-child(4) {
    width: 200px;
}

.ui-widget-content {
    color: #145166;
    border: 1px solid #aaaaaa;
}

.UserMaintenanceDropdownWidth {
    min-width: 200px;
}

.labelBld {
    font-weight: bold;
}

.swMain .buttonOther {
    display: block;
    float: left;
    margin: 5px 10px 0 3px;
    padding: 5px;
    text-decoration: none;
    text-align: center;
    font: bold 13px Arial, Helvetica, sans-serif;
    width: 70px;
    color: #FFF;
    outline-style: none;
    background-color: #5A5655;
    border: 1px solid #5A5655;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .swMain .buttonOther:hover {
        background: #7dc9cd;
        color: #333333;
    }


/* Registration Screen Styles*/

.regBg {
    width: 100%;
    margin: 115px auto 0px auto;
    height: 350px;
    border-bottom: 10px solid #075c8f;
    border-top: 2px solid #075c8f;
    background: #237aae;
    color: #5a5a5a;
}

.regScreen {
    width: 790px !important;
    padding: 20px 20px 0 20px;
    padding-bottom: 10px !important;
    margin: 0 auto;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 13px;
    border-bottom: 2px solid #075c8f;
    background: #f9f9f9;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    -moz-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    -o-box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    box-shadow: rgba(0,0,0,0.5) 0px 0px 5px;
    min-height: 540px;
    max-height: 730px;
    position: absolute;
    left: 20%;
    top: 20px;
    right:20%;
}

.reghead h2 {
    float: right;
    margin-top: 20px;
}

.reghead img {
    width: 120px;
}

.regphrase img {
    width: 60px;
    height: 60px;
}

.regScreen h2 {
    font-size: 20px;
    font-weight: normal;
    color: #075c8f;
    margin: 20px 5px 5px 0;
}

.regScreen h3 {
    font-weight: normal;
    font-size: 140%;
    margin: 10px 0 5px 5px;
    clear: left;
}

.regScreen h4 {
    font-weight: normal;
    font-size: 125%;
    margin: 10px 0 5px 0px;
    clear: left;
}

.regScreen hr {
    border-style: dotted;
    border-color: #075c8f;
    margin: 5px 0;
    
}

.regScreen p, label {
    font: normal 12px tahoma;
    color: #5a5a5a;
    padding: 0px;
}

.regButton {
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
}

.btnRegister {
    color: #fff;
    background-color: #237aae;
    border-color: #1d6c9c;
    display: inline-block;
    padding: .375rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin: 10px 0px 5px 0px;
    text-decoration: none;
}

    .btnRegister:hover {
        background-color: #1e92d8;
    }

.rightFt {
    float: right;
}

.btnlog {
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    margin: 20px 0 0;
    -moz-box-shadow: inset 0 0 0 0 #f59527;
    -webkit-box-shadow: inset 0 0 0 0 #f59527;
    box-shadow: inset 0 0 0 0 #f59527;
    background: -ms-linear-gradient(top,#ffac1c 0%,#eb8e1d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#ffac1c),color-stop(1,#eb8e1d));
    background: -moz-linear-gradient(center top,#ffac1c 5%,#eb8e1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac1c',endColorstr='#eb8e1d');
    -webkit-border-radius: 6px;
    -moz-border-radius-: 6px;
    border-radius: 6px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    text-shadow: 1px 1px 0 #ad8545;
    cursor: pointer;
    text-decoration:none;
}


.regScreen input[type=text], .regScreen input[type=password], .regScreen select {
    display: block;
    padding: 5px 0px 5px 0px;
    line-height: 1.5;
    color: #55595c;
    background-color: #fff;
    background-image: none;
    border: 1px solid #878788;
    border-radius: .25rem;
    width: 98%;
    margin: 3px 3px;
}

.regScreen input[type=text], .regScreen input[type=password] {
    padding-left: 5px;
}

.reginfo {
    color: #2f6e79;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    background-color: #e6f6f6;
    padding: 10px;
    margin: 10px 5px;
}

.regsuccess {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d0e9c6;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.regmessage {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #c2b267 !important;
    font-weight: normal;
    font-size: 13px;
    padding: 10px;
    margin-left: 25% !important;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.reg-inner-wrapper {
    margin: 20px;
    height: 350px;
    padding: 5px;
}

.pull-right {
    text-align: right !important;
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: super;
}

.pull-center {
    text-align: center !important;
    padding-right: 10px;
    padding-top: 10px;
}

.col-7 {
    width: 70%;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.col-3 {
    width: 30%;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.col-4 {
    width: 40%;
    float: left;
    margin-top: 10px;
}

.col-5 {
    width: 40%;
    float: left;
    margin-top: 10px;
}

.col-6 {
    width: 60%;
    float: left;
    margin-top: 10px;
}

.col-8 {
    width: 45%;
    margin-top: 10px;
    display: inline-block;
}

    .col-8 select, .col-8 input[type=text] {
        width: 100% !important;
    }

.col-10 {
    width: 90%;
    float: right;
    margin: 10px;
}

.mar-auto input[type=text] {
    margin: auto;
}

.mar0 {
    margin-top: 0px !important;
}
/*Hard Error Class below*/
.reg-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.regfooter {
    position: relative;
}

    .regfooter span {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.marg {
    margin: 30px;
}

.smalltext {
    font-size: 10px;
}

.validation-summary-errors li {
    line-height: 18px;
    list-style: none;
}

@media screen and (max-width: 900px) {

    .js .selectnav {
        display: block;
        width: 250px !important;
    }
}

.captionTd msg {
    text-align: left;
}

.msgBg {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.hasDatepicker {
      vertical-align: bottom !important;
}

.SetLookupText {
    text-align: left;
    font-size: 17px !important;
}

.k-splitbar {
    display: none;
}

/*Landing Page Classes*/
.Lhead {
    background: #c8ccd5; /* Old browsers */
    background: -moz-linear-gradient(top, #c8ccd5 0%, #ffffff 88%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c8ccd5 0%,#ffffff 88%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c8ccd5 0%,#ffffff 88%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8ccd5', endColorstr='#ffffff',GradientType=0 );
    border-bottom: 2px solid #09548b;
    padding: 10px;
}

.impbox {
    width: 95%;
    border: 1px solid #919191;
    margin: 0px 5px 5px 10px;
}

    .impbox h3 {
        font-family: 'Open Sans',Verdana,sans-serif !important;
        font-size: 14px;
        font-weight: bold;
        display: inline;
        line-height: 29px;
        

    }

    .impbox li {
        padding: 3px 10px 10px 0px;
        font-family: 'Open Sans',Verdana,sans-serif !important;
        font-size: 11px;
        margin-left: 25px;
    }

    .impboxhr {
        border-bottom: 1px solid #919191 !important;
        border-top:0px;
    }

.helpcont
    {
        font-family: 'Open Sans',Verdana,sans-serif !important;
        font-size: 12px;
        font-weight:normal;
        padding:15px;
    }
.helpcont p
{
    margin: 10px 0px 10px 0px;
}
.helpcont h2
{
     font-family: 'Open Sans',Verdana,sans-serif !important;
        font-size: 20px;
        font-weight:bold;
        padding:0px !important;
        margin:0px !important;
}
 .helpcont li
    {
        padding: 3px 10px 10px 0px;
        font-family: 'Open Sans',Verdana,sans-serif !important;
        font-size: 12px;
        margin-left: 25px;
    }
.Lcontent p {
    font-family: 'Open Sans',Verdana,sans-serif !important;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 15px;
    line-height: 18px;
}

.Lcontent a {
    color: #428bca;
    font-weight: bold;
    text-decoration: none;
}

    .Lcontent a:hover {
        color: #428bca;
        font-weight: bold;
        text-decoration: underline;
    }

.lheadtxt {
    line-height: 65px;
    height: 90px;
    vertical-align: top;
    padding-left: 10px;
    font-family: 'Open Sans',Verdana,sans-serif !important;
    font-size: 100%;
}

.slider {
    min-height: 100%;
    position: relative;
    z-index: 0;
}

.slidertxt {
    width: 100%;
    display: block;
}

.slidebg {
    background-color: rgba(0, 0, 0, 0.5);
    height: 50px;
    min-height: 50px;
    position: absolute;
    bottom: 3px;
    width: 100%;
}

.slider h3 {
    font-size: 13px;
    font-family: 'Open Sans',Verdana,sans-serif !important;
    color: #fff;
    text-align: center;
    line-height: 28px;
}

.messagebox {
    margin: 5px 20px 5px 20px;
    background-color: #fef99b;
    border: 1px solid #d1d1d1;
    padding: 5px;
    border-radius: 5px;
    color: #ff0000;
    text-align: center;
}

.NewsIcon {
    background: url("../Images/newsIcon.png") no-repeat;
    height:30px;
    width:30px;
    float: left;
    display: block;
    margin: 5px;
    background-size:100%;
}

.footerbg {
    background-color: #dee2ec;
    color: #3b51a1;
    font-size: 12px;
    text-align: center;
    /* padding: 2px; */
    width: 100%;
    /* float: left; */
    bottom: 0px;
    position: absolute;
    line-height: 30px;
}

.ui-datepicker-trigger {
    margin-left: -28px;
    position: absolute;
    background-color: #dedede;
    padding-left: 0px;
    border-left: 1px solid #b7b7b7;
    /* margin-top: 3px; */
    padding: 2px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

input[type='image'][imageurl='~/Image/Lookup.jpg'] {
    margin: 0px !important;
    margin-left: -28px !important;
    position: absolute !important;
    background-color: #dedede !important;
    border-left: 1px solid #b7b7b7 !important;
    padding: 2px !important;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    vertical-align: middle !important;
}

.input-height{
    height: 25px !important;
}

.space-top{
    margin-top: 25px;
}

.space-bottom{
    margin-bottom: 10px;
}

.space-bottom-ext {
    margin-bottom: 20px;
}

.block {
    display: block;
}

.label-space-right{
    margin-right: 5px;
}

.input-font-size {
    font-size: 0.6em !important
}

.input-font-name{
    font-family: 'Tahoma' !important;
}

.datapicker-font-size {
    font-size: 0.8em !important
}

.space-left {
    margin-left: 10px;
}

.col-2 {
    width: 25%;
    float: left;
    margin-top: 10px;
    display: inline-block;
}

.label-override{
    text-align:left; 
    padding-left: 0px !important; 
}

.row-height{
    height: 10px !important;
}

.td-height {
    height: 40px !important;
}

.small-header{
    font-size: 12px;
    font-weight: bold;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.mb-3 {
    margin-bottom: 1rem !important;
}