﻿/*@font-face - Segoe UI*/
@font-face { font-family: 'Segoe UI'; 
	         src:url('fonts/SegoeUI.eot') format('embedded-opentype'); 
             src:url('fonts/SegoeUI.svg#SegoeUI') format('svg');
             src:url('fonts/SegoeUI.ttf')  format('truetype');
             src:url('fonts/SegoeUI.woff')  format('woff');
             font-weight: normal; font-style: normal;
}

@font-face { font-family: 'Segoe UI Light'; 
	         src:url('fonts/SegoeUI-Light.eot') format('embedded-opentype'); 
             src:url('fonts/SegoeUI-Light.svg#SegoeUI') format('svg');
             src:url('fonts/SegoeUI-Light.ttf')  format('truetype');
             src:url('fonts/SegoeUI-Light.woff')  format('woff');
             font-weight: normal; font-style: normal;
}
@font-face { font-family: 'Segoe UI Semibold'; 
	         src:url('fonts/SegoeUI-SemiBold.eot') format('embedded-opentype'); 
             src:url('fonts/SegoeUI-SemiBold.svg#SegoeUI') format('svg');
             src:url('fonts/SegoeUI-SemiBold.ttf')  format('truetype');
             src:url('fonts/SegoeUI-SemiBold.woff')  format('woff');
             font-weight: normal; font-style: normal;
}
@font-face { font-family: 'Segoe UI Bold'; 
	         src:url('fonts/SegoeUI-Bold.eot') format('embedded-opentype'); 
             src:url('fonts/SegoeUI-Bold.svg#SegoeUI') format('svg');
             src:url('fonts/SegoeUI-Bold.ttf')  format('truetype');
             src:url('fonts/SegoeUI-Bold.woff')  format('woff');
             font-weight: normal; font-style: normal;
}

/* DEFAULTS
----------------------------------------------------------*/
body {
    background-color: #ffffff;
    font-size: .80em;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

a:link, a:visited {
    color: #333333; /*506b96*/
    text-decoration: none;
}

a:hover {
    color: #999;
    text-decoration: none;
}

a:active {
    color: #333333;
}

p {
    margin: 5px 0px; /*need to change*/
    font-size: 1.1em; /*1.2em*/
}

* {
    outline: 0;
}
/*All Input*/
input {
    color: #333333;
    padding-left: 5px;
}

select {
    height: 25px;
    width: 257px; /*OLD 390px*/
    border: 1px #cccccc solid;
    background: #ffffff;
    color: #333333;
    padding-left: 5px;
}

input.textEntry, input.passwordEntry, textarea.textEntry, .fw_textEntry, textarea.textEntryAddress {
    width: 250px;
    background: #fff;
    color: #333333;
    font-family: inherit;
    height: 25px;
    font-size: inherit;
    border: 1px solid #ccc;
}

textarea.textEntry, .fw_textEntry {
    padding: 5px;
}

textarea.textEntryAddress {
    padding: 2px;
    height: 60px;
}

.instruction {
    font-size: 10px;
    color: #333333;
    font-weight: normal;
}

.fw_textEntry {
    width: 500px;
    height: 100px;
}

.areaTextEntry {
    background: #ffffff;
    color: #333333;
    font-family: "segoe ui", arial, verdana;
    width: 250px;
    overflow: auto;
    border: 1px solid #ccc;
    min-height: 100px;
    padding-left: 5px;
}

.forgot-passwd-box {
    /*padding-left: 82px;*/
    padding-top: 5px;
    float: left;
}

.popInputBx {
    width: 70%;
    background: #fff;
    color: #333333;
    height: 20px;
    font-size: 11px;
    border: 1px solid #ccc;
}

.link-org a {
    color: #333333;
    text-decoration: none;
}

    .link-org a:hover {
        color: #666666;
    }

.link-org {
    width: 150px;
    display: block;
    float: left;
    padding-left: 10px;
    color: #333333;
    font-size: 11px;
}

.link-wht a {
    color: #fff;
    text-decoration: none;
}

    .link-wht a:hover {
        color: #506B96;
    }

.link-wht {
    float: left;
    padding-left: 10px;
    color: #fff;
    font-size: 13px;
}

.gc-textarea {
    border: 1px #cccccc solid;
    background: #ffffff;
    color: #333333;
    width: 100%;
    min-height: 100px;
    padding-left: 5px;
}

label {
    margin: 5px 0px;
    line-height: 1.6em;
    font-size: 1.2em;
    /*display: block;*/
    width: 100%; /*margin-right:20px;*/
}

button {
    background-color: #73bb44;
    padding: 5px 10px;
    border: 0px;
    margin: 0px 5px;
    font-size: 1em;
    /*min-width:140px;*/
    color: #FFFFFF;
    cursor: pointer;
}

table {
    width: 100%; /*-NC*/
}

    table td {
        padding: 5px;
        vertical-align: top;
    }

        table td:after {
            padding: 5px;
            width: 20%;
        }

    table tr {
        width: 100%;
    }

    table.gc-clearPadding {
        padding: 0 !important;
    }

div.gc-comnIconText {
    width: auto;
    float: left;
    height: auto;
    padding: 10px;
}
/*Error
--------------------------------------------------------*/
/* for messages */
label.error {
    /*padding-left:10px;
	margin-left: 10px;*/
    width: auto;
    font-size: inherit;
    margin: 0 !important;
    /*display: inline;*/
    color: #f90303;
}
/* for textbox/dropdown */

input.error, select.error {
    border: 1px solid #f90303;
    background: #feeaea !important;
}
/*- Button style*/

@font-face {
    font-family: "Segoe ui light";
    src: url(segoeuil.ttf);
}

@font-face {
    font-family: "Segoe ui semibold";
    src: url(seguisb.ttf);
}
/*for input type button*/
.com_sub_btn, .com_sub_btnht {
    background: #fcaf17;
    cursor: pointer;
    float: left;
    padding: 5px 10px 5px 10px;
    border: 0px;
    text-align: center;
    height: auto;
    min-width: 60px;
    margin: 0px 10px 0 0;
    font-size: 1em;
    color: #FFFFFF !important;
}

.com_sub_btnht {
    padding: 4px 10px;
}

.com_sub_btn a {
    color: #fff;
    text-decoration: none;
}

input.radioBtn {
    background: transparent !important;
    width: auto;
    border: none;
    height: auto;
}

.red_input {
    display: block;
    min-width: 50px;
    float: left;
}

input.file {
    position: relative;
    height: 100%;
    width: 250px;
}

.NavChBox {
    float: left;
    position: relative;
    top: 8px;
    left: 25px;
}
/*END BUTTON*/
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    text-transform: none;
    margin: 0;
    padding: 10px 0; /*NC*/
    margin-bottom: 0px;
    font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.28em; /*Li block group*/
    margin: 0;
    padding: 0; /*NC*/
}

h4 {
    font-size: 1.4em;
}

h5, h6 {
    font-size: 1em;
}

img {
    border: 0;
}
/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}
/*/* COMMON SPACING
-----------------------------------------------------------*/
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
#content {
    /*width: 1269px;*/
    margin: 0 auto;
    display: block;
}

.gc-wraper {
    width: 987px; /*991*/
    background-color: #fff;
    margin: 0px auto; /*0px 20px for 100%*/
    min-height: 100%; /* forces footer to the bottom of the browser */
}

.gc-header {
    position: relative;
    margin: 0 auto;
    padding: 0px;
    /*width: 1269px;*/
    height: 64px;
}

.gc-mainwrap {
    width: 100%;
}

.gc-colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
    /*background-color:#666666;
	float:left;*/
    width: 100%; /* width of whole page */
    overflow: hidden; /*This chops off any overhanging divs */ /*padding-bottom: 78px;  this counteracts the negative margin in the footer! */
}
/****************/
.leftmenu .gc-container_mass {
    width: 100%;
    margin: 0px auto;
    position: relative; /* This fixes the IE7 overflow hidden bug */
    clear: both;
    /*overflow:hidden;                        This chops off any overhanging divs */
    float: left;
}

.gc-leftCol, .gc-main, .gc-main_fpage {
    float: left;
    position: relative;
    /*z-index:-999;*/
    padding: 0 0 0 0; /*padding:0 0 1em 0;*/
    overflow: hidden;
}

.leftmenu .gc-leftCol {
    padding: 10px 0 0 15px;
    width: 220PX; /* left column content width (column width minus left and right padding) */
    left: 0; /* (right column left and right padding) plus (left column left padding) */
    min-height: 500px;
    background-color: #fafafa;
    float: left;
}

    .leftmenu .gc-leftCol h2 {
        padding: 0 !important;
    }

/****************/
.gc-main_fpage {
    width: 100%; /* right column content width */
    left: 0%; /* 100% plus left column left padding 
	background-color:#0b111b;*/
}

.leftmenu .gc-main {
    width: 80%; /* right column content width */
    left: 20px; /* 100% plus left column left padding */
}

div.contentspace {
    padding: 10px 0;
}
/*IMP Usind in main stucture*/
.gc-footer {
    color: #626262;
    font-size: 0.8em;
    margin: 0px auto;
    text-align: left;
    width: 985px;
}

    .gc-footer a:link {
        color: #4f4f4f;
        text-decoration: none;
    }

    .gc-footer a:hover {
        color: #4f4f4f;
        text-decoration: underline;
    }

    .gc-footer a:visited {
        color: #4f4f4f;
    }

.gc-rgCollft {
    width: 450px;
    float: left;
    padding-top: 100px;
}

    .gc-rgCollft .gc-infobox {
        width: inherit;
    }
/*----------------------------full width pages login register*/
.gc-fpageContener {
    position: relative;
    clear: both;
    overflow:hidden;
    width:100%;
    
    
}

.gc-rgCollft_lg { /*LOgin page*/
    width: auto;
    float: left;
    border-right: #cccccc 1px solid;
    margin-right: 20px;
}

.gc-Colmdl_lg { /*LOgin page*/
    width: 33% !important;
    margin: 0;
    position: relative;
    /*padding:0 20px;*/
    float: left;
}

.gc-infobox_land {
    padding: 0 20px;
    float: left;
    min-height: 300px;
}

.gc-fpageContener .gc-Colmdl {
    /*width:100%;*/
    position: relative;
    /*float: left;*/
    margin:0 auto;
    background: #f3f3f3 url("../images/formauth-loginuser.png") no-repeat  216px 87px;
    border:1px solid #DADADA;
}

.gc-fpageContener .gc-SearchPan {
    padding: 50px 20px;
}

.gc-fpageContener .gc-Colreg {
    margin: 0 auto;
    float: none;
}

.gc-fpageContener .gc-Colmd2 {
    margin: 0;
    position: relative;
    float: left;

    padding: 0;
    width: 100%; 
    background-color:#F3F3F3
}

.gc-rgCotaintTitle {
    padding: 0 20px;
    position: relative;
    width: 50%;
}

    .gc-rgCotaintTitle h1 {
        font-size: 2.8em; /*-NC*/
        font-family: "Segoe UI Light", Segoe UI, Arial, Helvetica, Verdana, sans-serif;
        text-align: left;
    }

.gc-CotaintTitle, .gc-main h1 {
    font-size: 2em;
    font-family: "Segoe UI Light", Segoe UI, Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
}

.gc-main h2 {
    font-size: 24px;
    font-family: "Segoe UI Light", Segoe UI, Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
    display: block;
    width: 95%;
}

.gc-CotaintTitle {
    margin-left: 0;
    padding: 10px;
}

.gr_banner_text p {
    padding: 10px;
    color: #626262;
}
/*small middle panel*/
.rgTitle {
    /*margin-left:40px;
	margin-top:60px;*/
    font-size: 4em;
    font-family: "Segoe UI Light", Segoe UI, Arial, Helvetica, Verdana, sans-serif;
    text-align: left;
}

    .rgTitle .rgTitle1 {
        font-family: "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    }

.rgmid_content {
    margin: 0px auto;
   width:55%; padding:15px;
}

.rgmid_content-sngl {
    margin: 0px;
    /*width: 490px;
    background: #0a182f;
    height: 295px;*/
}

.rgmid_content .log-pan {
    padding: 10px 0 35px; 0 /*-NC*/
}

.confPopHdtxt h2 {
    font-size: 1.5em !important;
}
/*Middle form style*/
.rgmid-h-nobar {
    height: auto !important;
    margin: 0;
}

.rgmid_form {
    margin: 0 auto;
    background: transparent url("../images/formauth-changepassword.png") no-repeat 225px 75px;
    border: 1px solid #dadada;
    /*width: 100%;*/
}
/*Popup content align in middle*/
.mid-contentplace {
    width: 38%;
    margin: 0 auto; 
}

    .mid-contentplace table td { padding:5px 0    }
.resPass {
    width: 35% !important;
}

.rgmid_form .mid-contentplace {
    margin: 50px auto;
    width: 38%;
    padding: 15px;
}

.mid-contentplace h2 {
    font-size: 2em;
}

.nd-pass-admin {
    background: none repeat scroll 0 0 #096915;
    float: left;
    margin: 10px;
    padding: 10px;
    text-align: center;
    width: 45px;
}

.nd-pass-admin-info {
    /*padding:5px;*/
    width: auto;
    text-align: left;
    float: left;
}

    .nd-pass-admin-info h2 {
        font-family: "segoe ui Light", Segoe UI, arial, Verdana;
    }

.ChContent table td {
    padding-left: 0 !important;
}

.log-pan {
    padding: 40px; /*40*/
}

.ChContent {
    padding: 0 0 40px;
}

.ChContentNxt {
    padding: 40px 0 40px 0;
}
/*END*/
.com-panPad {
    padding: 20px;
}

.rgmid_content .nd_lab span {
    padding: 0 10px;
    width: 80px;
    float: left;
    text-align: right;
}

.rgmid_content h2 {
    font-size: 1.5em;
    text-align: left;
    padding: 7px 0;
}
/*Small pan End*/
/*Inner Content Place
------------------------------*/
.ui-widget-content h3 {
    font-size: 1.7em;
    display: block; /*Tab Title*/
    font-family: "Segoe UI Light", Segoe UI;
}

.nd-widget-inContent {
    background: #f7f7f7;
    width: 100%;
    float: left;
    /*padding: 10px;*/
    padding:10px 0;
}
/*Top tile space adjustment*/
.nd_pleaceHolder {
    height: 20px;
}

.nd_ass_pan {
    width: 1130px;
    padding-top: 10px;
    float: left;
}

    .nd_ass_pan div:first-child {
        padding: 0 10px;
        /*border: 1px solid #183566;*/
    }

.nd-widget-inContent .nd_ftd {
    text-align: right;
    padding-right: 50px;
    width: 20%; /*old 150px
	float:left;*/
    font-family: "Segoe UI Semibold", Segoe UI;
}

.nd-widget-inContent .nd_ftd_org {
    text-align: right;
    padding-right: 50px;
    width: 15%; /*old 150px
	float:left;*/
    font-family: "Segoe UI Semibold", Segoe UI;
}

#org_info .nd_ftd_org {
    text-align: right;
    padding-right: 50px;
    width: 50%; /*old 150px
	float:left;*/
    font-family: "Segoe UI Semibold", Segoe UI;
}

#logo_Table .nd_ftd_org {
    text-align: left;
}

.nd_ftd_org_info {
    padding-right: 60px;
}


.nd-widget-inContent .nd_Comftd {
    text-align: right;
    padding-right: 50px;
    width: 150px;
    font-weight: bold;
}

.nd_nor_ftd {
    text-align: left;
    width: 20%;
    min-width: 12%;
    font-family: "Segoe UI Semibold", Segoe UI;
}

.nd_nor_ftd_err {
    text-align: left;
    width: 20%;
    min-width: 12%;
    font-family: "Segoe UI Semibold", Segoe UI;
    color: red;
}

.nd_ftdRit {
    text-align: right;
}

.nd_nor_ftd input {
    float: left;
}

    .nd_nor_ftd input.spacDiffDate {
        float: left;
        width: 217px;
        height: 20px;
        border: 1px solid #ccc;
    }

    .nd_nor_ftd input.spacDiff {
        float: left;
        width: 220px;
        height: 20px;
        border: 1px solid #ccc;
    }

/*POPUP DATE AND PIPLE PICKER*/
.popup_block input.spacDiffDate {
    float: left;
    width: 115px;
    height: 20px;
    border: 1px solid #ccc;
}

.popup_block input.spacDiff {
    float: left;
    width: 125px;
    height: 20px;
    border: 1px solid #ccc;
}
/*END*/
.nd_nor_ftd img {
    float: left;
    padding: 0 5px;
}

.nd-widget-inContent .nd-snd {
    text-align: left;
    padding: 5px 11px;
    width: auto;
    float: left;
    max-width: 782px;
}

.nd-widget-header {
    border-bottom: 1px #bababa solid;
    display: block;
    width: 98%;
    padding-bottom: 5px;
}

    .nd-widget-header h2 {
        font-family: "Segoe UI Semibold", Segoe UI !important;
        padding: 0 !important;
    }
/*Table Containar*/
.nd-widget-tblcontainer {
    padding: 10px 0;
}

.nd-wiz-tblcontainer {
    padding: 10px;
}

.tbl_iclist {
    padding: 5px;
}

.nd-widget-Pdfcontainer {
    padding: 10px 0;
    float: right;
}
/*Details split column*/
.nd-widget-inContent .nd-widget-lpan {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 10px; /*For scrollbar distance*/
    width: 39%;
}

.nd-widget-fwpan {
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    width: 98%;
}

.statusBox {
    min-width: 120px;
    border: 1PX solid #1c3864;
    float: left;
    text-align: center;
}

.statusArrow {
    float: left;
    padding: 13px;
}

.statusBox .st-green {
    border-top: 5PX solid rgb(52,156,20);
    padding: 5px;
}

.statusBox .st-oreng {
    border-top: 5PX solid rgb(243,95,6);
    padding: 5px;
}

.statusBox .st-blue {
    border-top: 5PX solid rgb(17,37,69);
    padding: 5px;
    color: #284f90;
}

.nd-lpan-col1 {
    float: left;
    width: 45%;
    padding: 10px 10px 10px 0;
}

.nd-Fppan-col1 {
    float: left;
    width: 48%;
    padding: 10px;
}

.nd-lpan-col2 {
    float: left;
    width: 96%;
    padding: 10px 0; /*details page left alignment*/
}

.nd-Fppan-col2 {
    float: left;
    width: 98%;
    padding: 10px;
}

.nd-widget-inContent .nd-widget-rpan {
    float: left;
    width: 57%;
}

.nd-widget-tblcontainer {
    padding: 10px 0;
}

.dtl_summery {
    height: 90px;
    overflow: auto;
}
/*breadCroumb*/
.breadcrumbs {
    padding: 10px 0;
    font-size: 11px;
    float: left;
    width: 100%;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.dtl_note {
    clear: both;
    color: #333333;
}

.breadcrumbs span {
    color: #111;
}

    .breadcrumbs a, .breadcrumbs span a {
        color: #111;
    }

        .breadcrumbs a:hover, .breadcrumbs span a:hover {
            color: #666;
        }
/* TAB MENU   
----------------------------------------------------------*/

/*LINK AREA
-----------------------------------------*/
.gc-ComLink {
    color: #4cb904;
}

    .gc-ComLink a:link, .gc-ComLink a:visited {
        color: #4cb904;
        font-family: Segoe UI;
    }

    .gc-ComLink a:hover {
        color: #222222;
        text-decoration: underline;
    }

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}
/*Top Navigation style*/
div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

div.accountInfo {
    width: 42%;
}
/* header right info and menu section 
----------------------------------------------------------*/

.clear {
    clear: both;
}

.logo {
    display: block;
    float: left;
    padding: 10px;
    width: auto;
}

.welcomeuser {
    display: block;
    text-align: right;
    padding: 0 10px;
    font-size: 13px;
    height: 150px;
}

    .welcomeuser ui {
        display: inline;
    }

    .welcomeuser li {
        display: inline;
    }

.username {
    color: #77bb42;
    font-weight: bold;
}

.user_detail {
    float: right;
    padding: 2px 0;
    text-align: left;
}

.top_menu {
    width: 100%;
    float: right;
}

.failureNotification {
    font-size: 1.2em;
    color: #c50810;
}

.txtnotif_orange {
    color: #fd6f43;
    padding-left: 50px;
}

.txtnotif_blue {
    color: #3567b7;
}

.txtnotif_red {
    color: #c50810;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}
/* Left navigation  
----------------------------------------------------------*/
/*Top panel right Search Box*/
.searchBx {
    float: right;
    width: 300px;
}

    .searchBx div {
        padding: 5px 0;
        float: left;
        text-align: right;
        width: 100%;
    }

        .searchBx div span {
            width: 95%;
        }

.search-btn {
    border: 0;
    float: left;
}

.search-input {
    float: left;
    padding: 3px;
}
/*Search End */
.left_navigation {
    width: 262px;
    height: auto;
    float: left;
}

.navigation_block {
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    padding: 5px 10px 10px 10px;
    margin-bottom: 5px;
}
/*Button Place*/
.nd-btn-place {
    padding: 10px 0;
    float: left;
}

.dtl_btn-place {
    padding: 10px 0 10px 20px;
    float: left;
    clear: both;
}

.nd-btn-grp-place {
    padding: 0 0 10px 62px;
    float: left;
}

.btn-admgrp-place {
    padding: 10px 0 10px 55px;
    float: left;
}

.btn-admMem-place {
    padding: 10px 0 10px 62px;
    float: left;
}

.leftTopBtnPlc {
    float: right;
    padding-right: 6px;
}

#popup_confirm {
    text-align: center;
}

.confTxt {
    text-align: center;
}

.conf-btn-place {
    padding: 10px 0;
    text-align: center;
}

    .conf-btn-place input {
        float: none !important;
    }

    .conf-btn-place .com_sub_btnht {
        float: none !important;
        position: relative;
        top: 1px;
    }

        .conf-btn-place .com_sub_btnht a {
            padding: 4px 15px;
        }
/* main Contain  
----------------------------------------------------------*/
.main_container {
    width: auto;
    height: auto;
    float: left;
    margin-left: 25px;
}
/*Collapsable Panel*/
.gc-leftnav {
    width: 92.5%;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 5px;
}

    .gc-leftnav h2 {
        padding: 0 0 10px;
    }

.gc-nav {
    margin-bottom: 5px;
    padding: 0;
}

.chBx_plcHolder {
    padding-left: 50px !important;
}

.gc-leftnav_caption, .gc-nav_active {
    color: #333333;
    background: transparent url(../images/plus_minus.png) no-repeat 4px -72px scroll;
    text-align: left;
    cursor: pointer;
    font-family: "Segoe UI semibold", Segoe UI, arial, verdana, helvetica;
    /*	margin-left:15px;*/
    padding: 7px 20px 7px 30px;
}

p.gc-leftnav_caption, p.gc-nav_active {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    vertical-align: middle;
}

.gc-nav_active {
    background: transparent url(../images/plus_minus.png) no-repeat 4px 7px scroll;
}

.gc-leftnav_content, .gc-leftnav_content01 {
    border-top: 0;
    text-align: left;
    overflow: hidden;
}
/* CSS Left Menu */
#gc-button {
    padding: 0;
    color: #333;
}

    #gc-button ul {
        list-style: none !important;
        margin: 0;
        padding: 0;
        border: none;
    }

    #gc-button li {
        margin: 0;
        padding: 7px 5px 7px 45px;
        list-style: none;
        white-space: nowrap;
        list-style-image: none;
    }

        #gc-button li span {
            float: left;
            width: auto;
            padding: 10px 4px 0 0;
        }

    #gc-button ul ul li span {
        float: left;
        width: auto;
        padding: 5px 4px 0 0;
    }

    #gc-button li a {
        display: block;
        color: #333333;
        text-decoration: none;
        width: 100%;
    }

    #gc-button ul ul li, #gc-button ul ul li a {
        padding: 7px 5px 7px 10px;
        /*font-size:11px;border-bottom:1px solid #122442;*/
    }

    html > body #gc-button li a {
        width: auto;
    }

        #gc-button li a:hover {
            color: #506b96;
        }

    #gc-button li #gc-button_active {
        color: #506b96;
    }
/*Col pan END*/
/*Div base Table style*/
.tabletWrapper {
    float: left;
    width: 100%;
}

.tablet {
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    float: left;
    margin-bottom: 13px;
    width: 332px;
}

.tabletHeader {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    float: left;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: auto;
}

.tabletRow {
    border-bottom: 1px solid #c9c9c9;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}

.tabletCell-1 {
    display: block;
    float: left;
    padding: 5px;
    width: 100px;
}

.tabletCell-2 {
    border-left: 1px solid #c9c9c9;
    display: block;
    float: left;
    padding: 5px;
    width: 100px;
}

.tabletCell-3 {
    border-left: 1px solid #c9c9c9;
    display: block;
    float: left;
    padding: 5px;
    width: 100px;
}
/*END*/
table.mainContent {
    border-collapse: collapse;
}

    table.mainContent caption {
        font-size: 2em;
        font-family: "Segoe UI Light", Segoe UI, Arial, Helvetica, Verdana, sans-serif;
        text-align: left;
        color: #02aef0;
        padding: 0px 0px 8px 0px;
    }

.mainContent th, .mainContent td {
    /*border: 1px solid #D2D2D2;*/
    font-weight: normal;
    padding: 0.2em 0.5em;
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

    .mainContent th p, .mainContent td p {
        margin: 0 0 0.5em;
    }

.mainContent thead th, .mainContent thead td {
    background: none repeat scroll 0 0 #d3d3d3;
    color: #333333;
    font-size: 1.2em;
}

.mainContent td ul {
    margin: 0;
    padding: 0;
}

.mainContent td li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
<!--
/*MID Panel with three columns*/
.gc-mid_mass {
    width: 100%;
    position: relative;
    padding: 5px 5px 0;
}

.gc-mid_mass_cal1 {
    padding: 0 10px 0 0;
    width: 30%;
    float: left;
}

.gc-mid_mass_cal2, .gc-mid_mass_cal3 {
    width: 30%;
    float: left;
    padding: 0 10px;
}

.gc-mid_mass_box {
    border: 1px #CCCCCC solid;
    width: auto;
    padding: 5px 5px 8px 5px;
    height: 90px;
    margin: 5px 0;
    background: #f7f7f7;
}

    .gc-mid_mass_box .gc-mid_mass_box_caption {
        font-size: 1.5em; /*2em*/
        clear: both;
        margin-bottom: 5px;
        color: #333333 !IMPORTANT;
        /*background: url(../images/arrow-right.gif) no-repeat 100% 10px;*/
        display: block;
        float: left;
        width: 100%;
    }

        .gc-mid_mass_box .gc-mid_mass_box_caption span.arrow {
            background: url(../images/arrow-right.gif) no-repeat 100% 0px;
            display: block;
            padding: 0px 0px;
            width: 10%;
            height: 32px;
            float: right;
        }

            .gc-mid_mass_box .gc-mid_mass_box_caption span.arrow b {
                content: ""!important;
                margin-left: -9999px !important;
            }

        .gc-mid_mass_box a, .gc-mid_mass_box_caption a:link, .gc-mid_mass_box .gc-mid_mass_box_caption a:visited {
            color: #333333;
            float: left;
            width: 90%;
            display: block;
            text-decoration: none;
        }

        .gc-mid_mass_box .gc-mid_mass_box_caption a:hover {
            color: #666666;
        }

    .gc-mid_mass_box .gc-midbox_caption_img {
        padding: 10px 0;
        float: left;
        width: 25px;
    }

.gc-midbox_action {
    clear: both;
    margin: 0;
}

    .gc-midbox_action h1 {
        font-size: 1.5em;
    }

    .gc-midbox_action p {
        width: auto;
    }

.gc-mid_mass_box .gc-midbox_actionreq {
    width: 65%;
    vertical-align: bottom;
    text-align: right;
    float: left;
    color: #ff0000;
    display: block;
}

.gc-mid_mass_box .gc-midbox_callout {
    width: 35%;
    float: left;
    height: 40px;
    clear: left;
}

.gc-midbox_callout span {
    width: auto;
    color: #02aef0;
    vertical-align: top;
    font-size: 1.5em;
}
/*END*/

-->
/*STYLE Contact MNG */
#gc-cm_nav {
    padding: 0;
    width: 300px;
    color: #333;
}

    #gc-cm_nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
        width: 275px;
    }

    #gc-cm_nav li {
        border-bottom: 1px solid #cccccc;
        margin: 0;
        display: block;
        width: 100%;
        float: left;
        list-style: none;
        list-style-image: none;
    }

        #gc-cm_nav li span {
            display: block;
            color: #6c6b6b;
            width: 100%;
            float: left;
            padding: 3px;
        }

            #gc-cm_nav li span.gc-cm_add a {
                color: #73bb44;
                text-decoration: underline;
                background: none;
                display: block;
                width: auto;
                float: left;
            }

                #gc-cm_nav li span.gc-cm_add a:hover {
                    color: #666666;
                    text-decoration: underline;
                    background: none !important;
                }

        #gc-cm_nav li a {
            display: block;
            padding: 2px 3px;
            color: #333333;
            background: url(../images/cm-arrow.gif) no-repeat 95% 6px;
            text-decoration: none;
            width: 100%;
        }

        html > body #gc-cm_nav li a {
            width: auto;
        }

            #gc-cm_nav li a:hover, #gc-cm_nav li #current, #gc-cm_nav li a:active {
                color: #333333;
                background: #dadada url(../images/cm-arrow.gif) no-repeat 95% -33px !important;
            }
/*END*/
/*Help Styling*/
.gc-info {
    color: #4cb904 !important;
}

    .gc-info a {
        display: block;
        padding: 5px;
        float: right;
        background: url(../images/help-ic.jpg) no-repeat center center;
        /* cursor:pointer;*/
        width: 30px;
        display: block;
        text-indent: -9999px;
        margin-top: -30px;
    }
/*POPUP Styling*/
/*
.{
 left:0;
 top:0;
 background: url(../images/opac_img.png) center center;
 width:100%;
 height:100%;
 z-index:999;
 display:none;
 position:fixed;
}removed for Stylecop warning*/
.gc-ipopup {
    opacity: 1;
    float: left;
    filter: alpha(opacity=100);
}

.gc-popup_title {
    font-family: "segoe UI light", Segoe UI, Arial, Helvetica, sans-serif;
    float: left;
    position: relative;
    /*background:url(../images/top_bg.png) repeat-x top  center;*/
    background-color: #cccccc;
    width: 100%;
    display: block;
    padding: 7px 0px;
}

    .gc-popup_title h2 {
        color: #333333;
        float: left;
        font-size: 1.5em;
        width: 94%;
        padding-left: 8px;
    }

    .gc-popup_title span {
        float: left;
        width: 10px;
    }

.gc-ipopup_content {
    width: 600px;
    float: left;
    min-height: 120px;
    background-color: #ffffff;
    /*margin-top:10%;
	margin-left:30%;*/
    position: relative;
    border: #474747 1px solid;
}

.gc-ipopup_confirm {
    width: 500px;
    float: left;
    padding: 20px;
    background-color: #ffffff;
    position: relative;
}
/*popup navigation*/
/*Popup Navigation*/
.gc-info_nav {
    display: block;
    margin: 0;
    padding: 0;
    clear: both;
    text-align: right;
}

    .gc-info_nav ul {
        padding: 5px 0;
        margin: 0;
        font-family: "segoe UI", Arial, Helvetica, sans-serif;
        font-size: 1.2em;
    }

        .gc-info_nav ul li {
            margin: 0;
            display: inline;
            padding: 0px 5px;
            border-right: 1px solid #cccccc;
        }

            .gc-info_nav ul li a {
                color: #4cb904;
                text-decoration: none;
            }

            .gc-info_nav ul li.gc-info-logo {
                /*cursor:pointer;
	width:127px;
	background: url(~/Images/gc-logo.jpg) repeat center center;*/
                border-right: 0 !important;
            }

    .gc-info_nav li a:hover {
        color: #666666;
        text-decoration: none;
    }

    .gc-info_nav li a:visited {
        color: #4cb904;
    }
/*nav end	*/
.pop-footer {
    position: relative;
    bottom: 0;
    width: auto;
    display: block;
    background: #ccced6;
    border-top: 1px solid #f2f2f2;
    padding: 5px 5px;
}

    .pop-footer span {
        text-align: right;
        display: block;
    }
/*==============================
Popup Iframe Place Holder
==============================*/
.iframPlac {
    position: absolute;
    z-index: 20;
    background: transparent;
    top: 0;
    margin-left: -640px;
    left: 50%;
    height: 130%;
    display: none;
    overflow: hidden !important;
}

#popComtainer {
    position: absolute;
    z-index: 30;
    width: 1280px;
    left: 50%;
    margin-left: -640px;
    display: none;
}
/*END*/
/*Added by kapC*/
.send_recieve_block {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
}

.send_doc_block {
    width: 47%;
    float: left;
    padding: 0 10px;
    border-right: 1px solid #cccccc;
}

.send_recieve_heading {
    color: #00a4e1;
    background: none; /*margin-bottom:20px;*/
}

.send_doc_list {
    height: 165px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.recieve_doc_list {
    height: 165px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

    .recieve_doc_list div, .send_doc_list div {
        width: 90%;
        float: left;
    }

    .recieve_doc_list span, .send_doc_list span {
        width: 5%;
        display: block;
        float: left;
    }

.recieve_doc_block {
    width: 47%;
    float: left;
    padding: 0 5px 10px 15px;
}

.send_recieve_list {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0px 10px 0px;
    width: 100% !IMPORTANT;
}

.send_recieve {
    color: #00a4e0;
    font-size: 1.4em;
}
/*Communication Setup CSS Starts*/
.last_line {
    border-bottom: 1px solid #cccccc;
    margin-top: 5px;
}

.send_recieve_label {
    margin: 5px 0px;
    line-height: 1.6em;
    color: #333333;
    display: block;
    width: 30%;
}

.upload_file_btn {
    height: 30px;
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    color: #73bb44;
}

.AS2_Profile_block {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 15px;
}

.AS2_Profile_heading {
    font-size: 1.2em;
    color: #333333;
    font-family: Segoe UI Semibold, Segoe UI, Arial;
}

.contentspace-p {
    font-size: 1.2em;
    font-family: "Segoe UI Semibold", Segoe UI;
}
/*Green Sign*/
.sig_green {
    background: #fafafa url(../images/lable_green.png) no-repeat left top;
}
/*End Green*/
.sig_org {
    background: #fafafa url(../images/lable_org.png) no-repeat left top;
}

/*Communication Setup CSS Ends*/

/*END*/
/*-----------------------------------
Style for Sticky Footer*/
html, body, #wrap, iframe {
    height: 100%;
}

    body > #wrap {
        height: auto;
        min-height: 99%;
    }

#main {
    padding-bottom: 40px; /* must be same height as the footer */
}

#footer {
    position: relative !Important;
    margin-top: -40px; /* negative value of footer height */
    height: 47px;
    clear: both;
    /*z-index:10;*/
    color: #333;
}

div#footer {
    width: auto;
    background: #e2e3e4;
}


/* CLEAR FIX*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* Do not touch above styles - see  */
/* End hide from IE-mac */
div#banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
}

div#wrap {
    margin-left: auto;
    margin-right: auto;
}

div#clearBanner {
    padding-top: 90px; /* banner height */
}

.gc-prod_active {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #00a4e0;
}

.gc-prod_inactive {
    opacity: 0.2;
    filter: alpha(opacity=20);
    border: 1px solid #000000;
}
/*Popup*/
#fade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 15;
    /* IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; removed for Stylecop warning*/
    /*IE opacity z-index: 9999;*/
}

#privfade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 1000;
    /*IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";removed for Stylecop warning*/
    /*IE opacity z-index: 9999;*/
}

#provisionfade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 1007;
    /*IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";removed for Stylecop warning*/
    /*IE opacity z-index: 9999;*/
}

#contractfade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 15;
    /*IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";removed for Stylecop warning*/
    /*IE opacity z-index: 9999;*/
}

#clausefade { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 15;
    /*IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";removed for Stylecop warning*/
    /*IE opacity z-index: 9999;*/
}

#loaderFade {
    display: none; /*--hidden by default--*/
    background: #000000;
    position: absolute; /*position: fixed;*/
    left: 0;
    z-index: 100;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2 !important;
    filter: alpha(opacity=20) !important;
    /*IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)" !important;removed for Stylecop warning*/
    z-index: 1000;
}

.imgLoader {
    background: none !important;
    z-index: 1002 !important;
    border-style: none !important;
}

.ldrContainer {
    width: 100px;
    height: 100px;
    background: #222222;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.popup_block {
    display: none; /* --hidden by default--*/
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 70px 20px 60px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 999;
}

.popup_block_2 {
    display: none; /* --hidden by default--*/
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 70px 20px 60px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 1001;
}

.popup_block_3 {
    display: none; /* --hidden by default--*/
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 70px 20px 60px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 1010;
}

.popup_user {
    display: none; /* --hidden by default--*/
    background: #fff;
    border: 1px solid #d9d9d9;
    width: 400px;
    padding: 10px 20px 20px 20px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 999;
}

.popup_block .popup_block {
    font-size: 1em !important;
}

.confBox {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
/*.popup_block h3{font-family:"Segoe UI semibold", Segoe UI, Arial;}*/
.btn_close {
    cursor: pointer;
    float: right;
    height: 10px;
    top: -4px;
    right: -55px;
    position: relative;
    width: 10px;
}

.popup_user .btn_close {
    cursor: pointer;
    float: right;
    height: 10px;
    top: -4px;
    right: -5px;
    position: relative;
    width: 10px;
}

.pop_SmlWdt {
    width: 440px;
    padding: 0 30px;
}

.btn_closeConfirm {
    cursor: pointer;
    float: right;
    height: 10px;
    margin: 3px 0 0 450px;
    position: absolute;
    width: 10px;
}
/*--Making IE6 Understand Fixed Positioning--*/
ol#pagination {
    position: relative;
    text-align: center;
    min-height: 232px;
    padding: 0;
    z-index: -10;
    margin: 0;
}

    ol#pagination li {
        display: inline-block;
        text-align: left;
        text-indent: -8000px;
        list-style: none;
        cursor: pointer;
        margin: 0 2px;
    }

        ol#pagination li:hover {
        }

        ol#pagination li.current {
            color: #f00;
            font-weight: bold;
        }

        ol#pagination li.prev, ol#pagination li.next {
            position: absolute;
            top: 80px;
            width: 40px;
            height: 40px;
        }

        ol#pagination li.prev {
            left: -50px;
            background: url(../images/arrowb-left.png) no-repeat 0 0;
        }

#TrDoc ol#pagination li.prev {
    left: 4px !important;
}

ol#pagination li.next {
    right: -50px;
    background: url(../images/arrowb-right.png) no-repeat 0 0;
}

#TrDoc ol#pagination li.next {
    right: -100px !important;
}
/*********************
Top Collpsable Panel
*********************/
.navPlaceholder {
    padding: 20px 0 0;
    float: left;
    width: 100%;
}

.wz_placeHolder {
    min-height: 200px;
}

.nd-CollPan {
    padding: 10px;
    background: #0a182f;
    float: left;
    width: 98.5%;
}

.nd-arrow_next, .nd-arrow_collapse {
    cursor: pointer;
    float: right;
    padding: 4px 0;
    background: url(../images/v_arrow.png) no-repeat center bottom;
    display: block;
    text-indent: -9999px;
    width: 22px;
}

.nd-arrow_collapse {
    background-position: center top;
}

.nd-ColListPls {
    width: 100%;
    float: left;
}

#innerOpacBg {
    display: none;
    position: absolute;
    z-index: 98;
    background: #ffffff;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

#nd-ColList2 {
    display: none;
    position: absolute;
    z-index: 99;
    background: #0a182f;
    width: 1249px;
    padding: 10px;
}

.datepick {
    padding: 0 5px;
}


.nd-widget-lpan1 {
    padding: 20px 0;
    float: left;
    width: 57%;
}

.nd-lpan-col3 {
    overflow: auto;
    float: left;
    font-size: 1.1em;
    background: #ffffff;
    color: #333333;
    height: 380px;
    padding: 10px;
    width: 98%; /*details page left alignment*/
}

/*ON OFF TAB*/
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    background: #898989;
    display: block;
    float: left;
}

    .cb-enable span, .cb-disable span {
        line-height: 30px;
        display: block;
        background-repeat: no-repeat;
        font-size: 0.8em !important;
        text-indent: -999999px;
        color: #fff !important;
    }

    .cb-enable span {
        padding: 0 21px !important;
    }

    .cb-disable span {
        padding: 0 21px !important;
    }

    .cb-disable.selected {
        background-color: #ed1c24;
    }

        .cb-disable.selected span {
            background-color: #ed1c24;
            text-indent: 0px !important;
            padding: 0 10px !important;
        }

    .cb-enable.selected {
        background-color: #2db035;
    }

        .cb-enable.selected span {
            background-color: #2db035;
            text-indent: 0px !important;
            padding: 0 10px !important;
        }

.switch label {
    cursor: pointer;
    width: auto !important;
}

.switch input {
    display: none;
}
/* END*/
.switch_prl {
    position: relative;
}

    .switch_prl label.dummylabel {
        position: absolute;
        z-index: 9999;
        width: 200px !important;
        top: 0;
        left: 0;
        height: 50px;
    }

/*Scroll bar styling*/
.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6px;
}

    .jspVerticalBar *,
    .jspHorizontalBar * {
        margin: 0;
        padding: 0;
    }

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #ffffff;
    position: relative;
}

.jspDrag {
    background: #333333;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #ffffff url(../images/scroll-arrow.png) no-repeat top left;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

    /*Arrow UP*/
    .jspArrow.jspArrowUp {
        background: #ffffff url(../images/scroll-arrow.png) no-repeat right top;
    }

        .jspArrow.jspArrowUp.jspDisabled {
            background: #ffffff url(../images/scroll-arrow-desable.png) no-repeat right top;
            cursor: default;
        }


    /*Arrow Down*/
    .jspArrow.jspArrowDown {
        background: #ffffff url(../images/scroll-arrow.png) no-repeat right bottom;
    }

        .jspArrow.jspArrowDown.jspDisabled {
            background: #ffffff url(../images/scroll-arrow-desable.png) no-repeat right bottom;
            cursor: default;
        }

    /*Arrow Right*/
    .jspArrow.jspArrowRight {
        background: #ffffff url(../images/scroll-arrow.png) no-repeat left bottom;
    }

        .jspArrow.jspArrowRight.jspDisabled {
            background: #ffffff url(../images/scroll-arrow-desable.png) no-repeat left bottom;
            cursor: default;
        }

    /*Arrow Left*/
    .jspArrow.jspArrowLeft {
        background: #ffffff url(../images/scroll-arrow.png) no-repeat left top;
    }

        .jspArrow.jspArrowLeft.jspDisabled {
            background: #ffffff url(../images/scroll-arrow-desable.png) no-repeat left top;
            cursor: default;
        }

.jspVerticalBar .jspArrow {
    height: 10px;
}

.jspHorizontalBar .jspArrow {
    width: 10px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #ffffff;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}
/* Styles specific to this particular page */
.scroll-pane {
    width: auto;
    height: 90px;
    overflow: auto;
}

.horizontal-only {
    height: auto;
    max-height: 200px;
}

#emailPopup {
    width: 52%;
}

#custSignaturepopup {
    width: 52%;
}

#emailvalidationMessage {
    width: 20%;
}

.onlyOpacity {
    opacity: 0.33;
    filter: alpha(opacity=33);
}

.ic-list {
    min-height: 30px;
}

.popup_block_advsearch {
    display: none; /* --hidden by default--*/
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px 70px 20px 60px;
    float: left;
    font-size: 1.2em;
    position: fixed;
    z-index: 999;
}

#fade_adv { /*--Transparent background layer--*/
    display: none; /*--hidden by default--*/
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=80);
    z-index: 15;
    /*IE opacity -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";removed for Stylecop warning*/
    /*IE opacity z-index: 9999;*/
}

.forAgreement #ullist {
    margin-left: 10px !important;
}
/*#userList #group-content{position:relative;margin-left:50px;}
#GroupTiles #group-content{position:relative;margin-left:60px;margin-bottom:0;}
#userList ol#pagination, #GroupTiles ol#pagination{min-height:0px !important;}*/


/*CSS for _Layout page*/
.searchBx {
    width: 120px !important;
    display: none;
    position: absolute;
    z-index: 1000;
    margin-left: -32px;
    background-color: white;
    box-shadow: 1px 1px 10px #555555;
    border: 1px solid #dadada;
    top: 78px;
}

.link-org {
    padding-left: 0px !important;
    padding-top: 5px;
}

.searchBx div {
    padding-top: 0px !important;
}

#customUserMenu {
    position: relative;
    display: inline-block;
    left: 20px;
}

    #customUserMenu span {
        height: 70px;
        display: inline-block;
        padding: 10px 0px 0px 10px;
    }

    #customUserMenu:hover .searchBx {
        display: block;
    }


#LoginUser:hover .searchBx {
    display: block;
}


.Customul {
    padding: 0;
    margin: 0;
}

    .Customul li {
        padding: 6px;
        cursor: pointer;
    }

        .Customul li:hover {
            background-color: #f4f4f4;
        }

        .Customul li a:hover {
            color: #000;
        }

.notification-count {
    text-align: right;
    border-radius: 3px;
    background-color: #ff0000;
    margin-left: 186px;
    margin-top: 0px;
    color: #fff;
    font-family: tahoma, arial, 'sans-serif';
    font-size: 12px;
    font-weight: bold;
    padding: 2px;
    top: 110px;
}

#userSearch {
    float: right;
    /*margin-top: -10px;*/
    padding-bottom: 10px;
    /*margin-right: 30px;*/
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}

.required {
    display: inline-block;
    float: left;
    width: 150px;
}

.forLabel {
    display: inline-block;
    float: left;
    width: 150px;
}


.clauseDiv {
    float: left;
    width: 420px;
}

.clauseFooterDiv {
    float: left;
    display: block;
    clear: both;
}

.versiontextarea {
    width: 111%;
    border: 1px solid #ccc;
}

.footerdiv {
    margin-bottom: 20px;
    float: left;
}

.form label {
    width: 150px;
    display: inline-block;
    font-family: 'Segoe UI';
    font-size: 12px;
    font-weight: bold;
    margin-top: 0;
}

.column input[type="text"] {
    width: 225px;
    border: 1px solid #ccc;
    height: 21px;
}

.column textarea {
    border: 1px solid #ccc;
}

.column {
    float: left;
    width: 400px;
    margin-right: 20px;
    border-right: 1px dotted #808080;
    height: 155px;
    margin-bottom: 20px;
}

.border0 {
    border-right: 0;
}

.column div {
    margin-bottom: 20px;
}


.k-dropdown {
    width: 18.3em !important;
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    vertical-align: top;
    display: block;
    visibility: visible;
    position: fixed !important; /*absolute*/
    overflow: hidden; /*sag added*/
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 1000px;
    background-color: #fff;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
}

.deactive:hover {
    cursor: pointer;
}

.hidden {
    display: none;
}

.cb-disable.selected span {
    background-color: #2db035 !important;
}

.cb-enable.selected span {
    background-color: #ed1c24 !important;
}

/*.k-header,.k-block,.k-grouping-header,.k-toolbar,.k-draghandle,.k-page-wrap ,.k-grid-header,.k-dropdown-wrap,.k-picker-wrap,.k-numeric-wrap,.k-button,.k-tabstrip-items .k-item ,.k-widget{
background-color:transparent !important;
background-image:none !important;
border:none! important;
}*/
.k-menu .k-item, .k-widget {
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
}

.k-menu .k-item {
    padding: 0px !important;
}

    .k-menu .k-item .k-state-hover {
        background-color: white !important;
    }

.k-link {
    border-bottom: 1px dotted white !important;
    padding: inherit !important;
}

.k-state-border-down {
    background-color: transparent!important;
}

.k-menu .k-group {
    box-shadow: none !important;
}

.k-menu .k-popup {
    width: 220px !important;
}

#loginUserMenu {
    border-left: 1px dotted #808080;
    padding-left: 5px;
    float: right;
}

.containerdiv {
    padding-top: 12px;
    border-top: 1px dotted #808080;
}

.k-group, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-group-footer td, .k-grid-footer, .k-footer-template td, .k-widget .k-status, .k-calendar th, .k-dropzone-hovered, .k-widget.k-popup {
    background-color: #FFFFFF !important;
}

#treeview .k-group {
    background-color: transparent !important;
}



.closebutton {
    width: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 99999;
    background: rgb(226, 227, 228);
    padding: 5px 5px 20px 5px;
}

.removecond {
    background-color: #FFFFFF;
    background-image: url(../images/deleteRule.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    border: 1px none #DADADA;
    color: #787878;
    padding-right: 13px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.addcond {
    border: 1px none #DADADA;
    color: #333333;
    background-image: url(../images/addRule.png);
    background-position: 5px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-left: 18px;
    text-decoration: none;
    font-weight: normal;
}


.addroot {
    border: 1px none #DADADA;
    color: #333333;
    background-image: url(../images/Braces-01.png);
    background-position: 5px center;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    padding-left: 20px;
    text-decoration: none;
    font-weight: normal;
}

li > .k-header {
    font-weight: bold;
}

.rulebuilder {
    padding-left: 20px;
    height: 80%;
    overflow: hidden;
}

.rulescontainer {
       /* height: 80%;
        overflow: auto;*/
       height:500px;
       overflow-y:scroll;
       overflow-x:hidden;
    border: 1px solid #DADADA;
    width:100%;
}

.rulesetname {
    width: 40%;
    margin-left: 20px;
}

.contractResult {
    width: 40%;
    padding-left: 20px;
}

.successclass {
    color: #8EBC00;
}

.errorclass {
    color: red;
}

.k-header {
    background-color: #DADADA;
}

.k-state-selected {
    /*background-color: #7EA700;*/
    color: #FFFFFF;
}

.k-dropdown-wrap {
    border-color: #FFFFFF;
}

.k-state-hover {
    border-color: #DADADA;
}

.k-state-default > .k-select {
    border-color: #FFFFFF;
}

.k-state-focused > .k-select {
    border-color: #DADADA;
}

.k-input {
    border-color: #FFFFFF;
}

    .k-input:hover {
        border-color: #DADADA;
    }

.k-picker-wrap {
    border-color: #FFFFFF;
}

    .k-picker-wrap:hover {
        border-color: #DADADA;
    }


.k-datepicker, .k-combobox {
    padding-top: 0px;
    padding-bottom: 0px;
}

.k-i-arrow-s {
    background-position: 0 32px;
}

    .k-i-arrow-s:hover {
        background-position: -16px -32px;
    }

.querystmts {
    padding-left: 10px;
        
}

/*---------------- Additional class ------------------------------------------------------*/
td.rulegroup { padding:0px; width:100%}

.querystmts { padding:0px;}
.querystmts div { margin:10px 0 10px 0px !important ; width:530px; }
.querystmts div span { background-color:none !important;}
.querystmts div button {vertical-align:top !important; margin-top:2px !important}
.querystmts div span input { padding-left:5px;}
.querystmts span.k-combobox { padding:0px; margin:0px !important;}

div.actionstmts button.addcond, div.actionstmts button.addroot  { margin-bottom:20px;}
div.actionstmts, div.actionstmts table {width:100% !important;}
div.actionstmts table td.seperator { vertical-align:middle !important }
td.seperator select { width:80px !important }

.leftbracket {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #999999 !important;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 2px medium 2px 2px; width:7px !important;
    
}

.actionbox { margin:20px 0 20px 0;}
.actionbox > span { margin:0 0 20px 20px;}

.addcond, .addroot {padding:5px 10px 5px 25px; background-color:#dadada !important; color:#333333 !important}

#ruleBuilder div.k-content { background-color:transparent !important; border:none !important}
.k-content { border:1px solid #cccccc !important;}
.k-content div.rulebox  { width:1187px; }

.actionparams input { border:1px #c5c5c5 solid; padding:5px;}

li span.k-header { padding-left:10px !important;}

div button.com_sub_btn { float:none; margin-bottom:15px;}

.And-Or-Container { margin:auto; width:120px !important
}
table.ConType-Setup input { width:216px; border:1px solid #c5c5c5;  height:25px;
}
table.ConType-Setup textarea { width:220px; border:1px solid #c5c5c5;  
}

/*-----------------------------------------------------------------------------------------*/


.actionstmts {
        /*padding-left: 10px;*/
         padding-left: 0px;
}

.addroot {
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
    color: #787878;
}

.rulebox {
    padding-left: 10px;
}

/*Contract Type Start*/
html {
    background-color: #FFF;
    margin: 0;
    padding: 0;
}

/*body {
    background-color: #fff;
    border-top: solid 0 #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}*/

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}



/* main layout
----------------------------------------------------------*/
#content-wrapper {
    margin: 0 auto;
    /*max-width: 1180px;*/
    border: 0px solid #000;
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 20px;
}


.Available-Attribute {
    float: left;
    width: 250px;
}

    .Available-Attribute .Attribute-Search {
        padding: 5px;
        border: 1px solid #ccc;
        border-bottom: 0px;
        border-bottom: 1px solid #ccc;
    }

        .Available-Attribute .Attribute-Search input[type=text] {
            background-color: #f5f5f5;
            height: 20px;
            padding: 5px;
            width: 96%;
            color: #a0a0a0;
            font-style: italic;
            border: 0px;
        }

    .Available-Attribute .Attribute-List {
        background-color: #fafafa;
        border: 1px solid #ccc;
        border-top: 0px;
    }

        .Available-Attribute .Attribute-List ul {
            list-style: none;
            margin: 0px;
            padding: 0px;
            overflow-y: scroll;
            height: 355px;
        }

            .Available-Attribute .Attribute-List ul li {
                line-height: 25px;
                padding: 0px 10px;
            }

                .Available-Attribute .Attribute-List ul li:hover {
                    display: block;
                    background-color: #94cf97;
                    cursor: pointer;
                }


.Attribute-RightContainer {
    float: left;
    margin: 0px 40px 0px 40px;
    padding: 0px 40px 20px 40px;
    position: relative;
    width: auto;
}

.Selected-Attribute {
    width: 250px;
    float: left;
}

    .Selected-Attribute .Attribute-List {
        background-color: #fafafa;
        border: 1px solid #ccc;
        border-top: 0px;
    }

        .Selected-Attribute .Attribute-List select {
            /*list-style: none;*/
            margin: 0px;
            padding: 0px;
            overflow-y: scroll;
            height: 355px;
        }
        .Selected-Attribute .Attribute-List select option {
           line-height: 25px;
           height:25px;
           padding: 0px 10px;
           display: block;
           cursor: pointer;
        }
             
        
            /*.Selected-Attribute .Attribute-List ul li {
                line-height: 25px;
                padding: 0px 10px;
            }*/

                /*.Selected-Attribute .Attribute-List ul li:hover {
                    display: block;
                    background-color: #94cf97;
                    cursor: pointer;
                }*/

    .Selected-Attribute .Attribute-Search {
        padding: 5px;
        border: 1px solid #ccc;
        border-bottom: 0px;
        border-bottom: 1px solid #ccc;
    }

        .Selected-Attribute .Attribute-Search input[type=text] {
            background-color: #f5f5f5;
            height: 20px;
            padding: 5px;
            width: 96%;
            color: #a0a0a0;
            font-style: italic;
            border: 0px;
        }

.Edit-Attribute {
    float: left;
    width: 450px;
    margin: 0px;
}

    .Edit-Attribute label {
        float: left;
        padding: 5px !important;
        width: 100%;
	    line-height: 1.2em !important;
	font-size: 1em !important;
	margin: 0px !important;
	display: inherit !important;
    }

    /*label
{
	width: 100%;
	line-height: 1.6em;
	font-size: 1.2em;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}*/


        .Edit-Attribute label input[type=text], .Edit-Attribute label input[type=checkbox], .Edit-Attribute label textarea, .Edit-Attribute label Select{
            float: right;
        }
        .Edit-Attribute label textarea { font-family:'Segoe UI'; width:256px;
        }
.AddRemove-Attribute {
    background-color: #f5f5f5;
    height: 100px;
    width: 0px;
    float: left;
    top: 200px;
    left: -25px;
    z-index: 1000;
    position: absolute;
}

/* Checkbox On-Off */
.switch label {
    cursor: pointer;
    width: auto!important;
}

.switch input {
    display: none;
}

.switch_prl {
    position: relative;
}

    .switch_prl label.dummylabel {
        height: 50px;
        left: 0;
        position: absolute;
        top: 0;
        width: 200px!important;
        z-index: 9999;
    }

.cb-enable, .cb-disable, .cb-enable span, .cb-disable span {
    background: none repeat scroll 0 0 #898989;
    display: block;
    float: left;
}

    .cb-enable span, .cb-disable span {
        background-repeat: no-repeat;
        color: #FFF!important;
        display: block;
        font-size: .8em!important;
        line-height: 30px;
        text-indent: -999999px;
    }

    .cb-enable span {
        padding: 0 21px!important;
    }

    .cb-disable span {
        padding: 0 21px!important;
    }

    .cb-disable.selected {
        background-color: #ED1C24;
    }

        .cb-disable.selected span {
            background-color: #ED1C24;
            padding: 0 10px!important;
            text-indent: 0!important;
        }

    .cb-enable.selected {
        background-color: #2DB035;
    }

        .cb-enable.selected span {
            background-color: #2DB035;
            padding: 0 10px!important;
            text-indent: 0!important;
        }

.cb-enable1, .cb-disable1, .cb-enable1 span, .cb-disable1 span {
    background: none repeat scroll 0 0 #898989;
    display: block;
    float: left;
}

    .cb-enable1 span, .cb-disable1 span {
        background-repeat: no-repeat;
        color: #FFF!important;
        display: block;
        font-size: .8em!important;
        line-height: 30px;
        text-indent: -999999px;
    }

    .cb-enable1 span {
        padding: 0 21px!important;
    }

    .cb-disable1 span {
        padding: 0 21px!important;
    }

    .cb-disable1.selected {
        background-color: #ED1C24;
    }

        .cb-disable1.selected span {
            background-color: #ED1C24;
            padding: 0 10px!important;
            text-indent: 0!important;
        }

    .cb-enable1.selected {
        background-color: #2DB035;
    }

        .cb-enable1.selected span {
            background-color: #2DB035;
            padding: 0 10px!important;
            text-indent: 0!important;
        }
/*Contract Type End*/

/*-------------------------------------------------- Kendo Override -----------------------------------------------------------*/

.k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-list-container.k-colorpicker, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload
{
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
}

.k-state-default.k-autocomplete, .k-state-default.k-picker-wrap, .k-state-default.k-numeric-wrap, .k-state-default.k-dropdown-wrap
{
	border-top-color: #c5c5c5;
	border-right-color: #c5c5c5;
	border-bottom-color: #c5c5c5;
	border-left-color: #c5c5c5;
	background-color: #ffffff !important;
	background-position-x: 50%;
	background-position-y: 50%;
	/*background-color: rgb(233, 233, 233);*/
}


.k-grid table
{
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-collapse: separate;
	outline-width: 0px;
	outline-style: none;
	outline-color: invert;
	border-spacing: 0;
	empty-cells: show;
}

.k-grid-header .k-header
{
	overflow: hidden;
	padding-top: 0.5em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px !important;
	border-bottom-width: 0px;
	border-left-width: 0px !important;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.k-header, .k-grid-header, .k-toolbar, .k-dropdown-wrap, .k-picker-wrap, .k-numeric-wrap, .k-grouping-header, .k-pager-wrap, .k-textbox, .k-button, .k-progressbar, .k-draghandle, .k-autocomplete, .k-state-highlight, .k-tabstrip-items .k-item, .km-pane-wrapper > .km-pane > .km-view > .km-content
{
	background-image: none !important;
	background-position-x: 50%;
	background-position-y: 50%;
	/*background-color: #e1e1e1 !important;*/
}

.k-grid-pager {
    border-width: 0px 0 0 !important;
    background-color:#e3e3e3 !important;
}
.k-pager-wrap
{
	line-height: 2em;
	overflow: hidden;
	padding-top: 0.33em;
	padding-right: 0px;
	padding-bottom: 0.33em;
	padding-left: 0.25em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
    
}
.k-pager-wrap > .k-link
{
	width: 2em !important;
	height: 1.5em !important;
	text-align: center;
	line-height: 1.5em !important;
	margin-top: 0px;
	margin-right: 0.08em;
	margin-bottom: 0px;
	margin-left: 0.08em;
	float: left;
	cursor: pointer;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
    border-color:#999 !important;
    border-style:solid !important;

}
k-block, .k-button, .k-textbox, .k-drag-clue, .k-touch-scrollbar, .k-window, .k-window-titleless .k-window-content, .k-window-action, .k-inline-block, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-autocomplete, .k-multiselect, .k-combobox, .k-dropdown, .k-dropdown-wrap, .k-datepicker, .k-timepicker, .k-colorpicker, .k-datetimepicker, .k-numerictextbox, .k-picker-wrap, .k-numeric-wrap, .k-colorpicker.k-list-container, .k-calendar-container, .k-calendar td, .k-calendar .k-link, .k-treeview .k-in, .k-editor-inline, .k-tooltip, .k-tile, .k-slider-track, .k-slider-selection, .k-upload {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.k-window-titlebar, .k-block > .k-header, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-calendar-container.k-state-border-down, .k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-multiselect.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    -moz-border-radius:0px !important;
    -webkit-border-radius: 0px !important;
    border-radius:0px !important;
}
.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}
.k-window-titlebar, .k-block > .k-header, .k-tabstrip-items .k-item, .k-panelbar .k-tabstrip-items .k-item, .k-tabstrip-items .k-link, .k-calendar-container.k-state-border-down, .k-list-container.k-state-border-down, .k-autocomplete.k-state-border-down, .k-multiselect.k-state-border-down, .k-dropdown-wrap.k-state-border-down, .k-picker-wrap.k-state-border-down, .k-numeric-wrap.k-state-border-down {
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited, .k-list > .k-state-selected, .k-list > .k-state-highlight, .k-panel > .k-state-selected, .k-button:active, .k-ghost-splitbar-vertical, .k-ghost-splitbar-horizontal, .k-state-selected.k-draghandle:hover, .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-marquee-color
{
	color: #333333 !important;
    border-top-color: none !important;
	/*border-top-color: #f35800;
	border-right-color: #f35800;
	border-bottom-color: #f35800;
	border-left-color: #f35800;*/
	/*background-color: #c1c1c1 !important;*/
}

.k-list .k-state-hover, .k-list .k-state-focused, .k-list .k-state-highlight, .k-list .k-state-selected, .k-dropzone
{
	border-top-left-radius:  0px !important;
	border-top-right-radius:  0px !important;
	border-bottom-right-radius:  0px !important;
	border-bottom-left-radius:  0px !important;
}

.k-state-selected
{
	color: #ffffff;
	
}

span.k-dropdown-wrap, .k-combobox { margin-right:10px !important; background-color:#ffffff !important;
}

.k-state-selected, .k-button:active, .k-state-selected.k-draghandle:hover
{
	background-image: none !important;
}

.k-state-selected, .k-button:active, .k-draghandle.k-state-selected:hover {
    background-image: none !important;
    /*background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%);
    background-image: none,-moz-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%);
    background-image: none,-o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.0) 100%);*/
}
.k-pager-numbers .k-state-selected
{
	width: 2em;  height:1.5em !important; padding:0.35em 0px; line-height:1.5em;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-left-radius: 0px !important;
	border-top-right-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
	border-bottom-left-radius: 0px !important;
    
}

/*Change Password */
#passwordStrength {margin-left: 5px;}
.short {color: #FF0000;}
.weak {color: #E66C2C;}
.good {color: #2D98F3;}
.strong {color: #006400;}

.minpadding {
    padding:5px;
}

.fullWidth {
    width:100%;
}

.largeMargin-bottom {
    margin-bottom:20px;
}

#browserCompatibleDiv {
    width: 600px;
    background:inherit;
    border:none;
}
/*Browsers compatible message CSS Starts*/
        .compatible_message {
            height: auto;
            min-height: 99%;
            margin: 0 auto;
        }

            .versions_info table {
                width: 100%;
                text-align: left;
            }

                .versions_info table th {
                    border-top: 0px;
                    border-right: 0px;
                    border-bottom: solid 1px #d9d9d9;
                    border-left: 0px;
                    text-align: left;
                }

                .versions_info table td {
                    padding-left: 10px;
                    text-align: left;
                }

            .compatible_message .erMessage div.bgImage {
                margin: 0px !important;
            }
            .compatible_message .user_detail .logo {
                width:180px !important;
            }
             .compatible_message a:link {
                text-decoration:underline;
            }
             .compatible_message a:hover {
                text-decoration:none;
            }
             #systemInfo .nd-widget-tblcontainer {
                min-height:130px !important;
             }
#systemInfo ul.tabsArrow li.active a,html ul.tabsArrow li.active a:hover{color:#62BB46; font-weight:normal;}
.infoBrowser {
    top:4px;
    position:absolute;
    height:13px;
    cursor:pointer;
    left:-3px;
}
.tabSelected {
    /*background:#62bb46;*/
    color:#67B64F !important;
    font-weight: bold;
    cursor:pointer;
}
ul.user-selection-tabs {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.tabsArrow li a {
    cursor: pointer;
    /*******commented by ashwini for theme purposes  color:#62bb46; ****/
}
    ul.user-selection-tabs li {
        display: inline;
        float: left;
        background-color: #808080;
    }

        ul.user-selection-tabs li.selected {
           background-color: #67B64F;
        }
ul.tabsArrow li a:hover{
    color: #67B64F !important;
}
        ul.user-selection-tabs li a {
            display: block;
            padding: 4px;
            width: 70px;
            text-align: center;
            color: #ffffff;
        }
/*Browsers compatible message CSS Ends*/


/*Added By #SS for Auth Pages*/

.PaddingNone {

    padding:0px;
}

@media (max-width: 930px) {

    .loginWrapperLeftParentDiv {
        display:none !important;
    }
    .gc-fpageContener .gc-Colmdl {
         /*   width: 450px !important;*/
    }
}

@media (max-width: 1110px) {

    .rgmid_form .mid-contentplace {
           width: 60% !important;
    }
    .rgmid_form {
                background: transparent url("../images/formauth-changepassword.png") no-repeat 30px 75px !important;
    }
}


@media (max-width: 800px) {

    .gc-forgotpassContener .gc-Colmdl {
        background: #f3f3f3  url("../images/formauth-changepassword.png") no-repeat 5px 75px !important;
    }
    .mid-contentplace {
        width:60% !important;
    }

}