﻿@charset "utf-8";
/* CSS Document */
/*Reset CSS*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: 'Open Sans', sans-serif;
    vertical-align: baseline;
}

ul {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.floatLeft {
    float: left;
}

.floatCentre {
    margin: 0 auto;
}

.floatRight {
    float: right;
}

.fontBold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.rightAlign {
    text-align: right;
}

.leftAlign {
    text-align: left;
}
/**Reset CSS**/
.html {
    -webkit-text-stroke: 0.25px;
}

body {
    /*-webkit-text-stroke: 0.25px;*/
    font: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333;
}

.wrapper {
    margin: 0 auto;
    width: 1000px;
}

    .wrapper .header {
        background-color: #F4F4F4;
        height: 41px;
        padding: 25px 30px 0 30px;
        height: 64px;
    }

    .wrapper .headLogoSep {
        margin: 0 20px;
    }

    .wrapper .header img, .wrapper .header span {
        float: left;
    }

    .wrapper .header img {
        cursor: pointer;
    }

    .wrapper .userDetails span {
        margin-right: 4px;
    }

    .wrapper .userDetails {
        margin-top: 10px;
    }

        .wrapper .userDetails, .wrapper .userDetails a {
            font-size: 12px;
            color: #666;
        }

    .wrapper .breadCrumb {
        border-top: 3px solid #55585A;
        height: 50px;
    }

        .wrapper .breadCrumb span.text {
            float: left;
            margin: 20px 30px 10px;
        }

            .wrapper .breadCrumb span.text a {
                font-size: 12px;
                color: #333;
            }

.content {
    margin: 0 auto;
    padding: 0 30px;
    width: 940px;
}

    .content .block.first {
        margin-top: 15px;
    }

    .content .block {
        float: left;
        margin-bottom: 20px;
        width: 940px; /*967px;*/
    }

.block.last {
    margin-bottom: 0;
}

.content .dataBlock {
    border: solid 1px #cacaca;
    float: left;
    width: 453px;
}

    .content .dataBlock.top {
        min-height: 217px;
    }

    .content .dataBlock.Mid {
        min-height: 175px;
        -bracket-: hack;
        min-height: 182px;
    }

    .content .dataBlock.Bot {
        min-height: 239px;
        -bracket-: hack;
        min-height: 246px;
    }

    .content .dataBlock .formElement, .content .dataBlock form {
        float: right;
        padding: 20px 18px;
        width: 424px;
        font-size: 11px;
    }

    .content .dataBlock.first {
        margin-right: 30px;
    }

.dataBlock .head {
    font-size: 12px;
    font-weight: bold;
    height: 16px;
    background-color: #DADDDC;
    padding: 7px 12px;
}

.content .block .imgBlockRgt {
    float: right;
    width: 453px;
}

    .content .block .imgBlockRgt .dataBlock {
        min-height: 210px;
    }

        .content .block .imgBlockRgt .dataBlock.Bot {
            margin-bottom: 20px;
        }

.content input[type="text"], .content input[type="password"], .content textarea {
    border: solid 1px #c7c7c7;
    height: 18px;
    color: #333;
    font-size: 11px;
}

input.rptFilter {
    width: 80px!important;
}

.content textarea {
    height: 60px;
}

    .content input.wLarge, .content textarea.wLarge {
        width: 309px;
        margin-left: 7px;
        margin-bottom: 10px;
    }

.content input.wMedium {
    /*width:309px; Changed to below in order to make the text box length smaller in Managedoctype.cshtml*/
    width: 270px;
    margin-left: 6px;
    margin-bottom: 10px;
}

.content select.wLarge {
    width: 273px;
    margin-left: 7px;
    margin-bottom: 10px;
}

select {
    /*border:solid 1px #c7c7c7;*/
    border: solid 1px #c7c7c7;
    height: 18px;
    color: #333;
    font-size: 11px;
}

.content input.wLarge {
    -bracket-: hack;
    width: 314px;
}

.content textarea.wLarge.last {
    margin-bottom: 0;
}

.content .textareaLabel {
    float: left;
    text-align: right;
    width: 75px;
}

.content .textareaLabelUserGuide {
    float: left;
    text-align: right;
    width: 32px;
}
/*.content span.colorChooser{
	margin-left:6px;
	cursor: pointer;
}*/
.content .fontFamilyDD.ui-widget input {
    width: 290px;
    -bracket-: hack;
    width: 295px;
    margin-left: 10px;
    height: 18px;
}

.content .fontSizeDD.ui-widget input, .content .fontStyleDD.ui-widget input {
    width: 88px;
    height: 18px;
    -bracket-: hack;
    height: 18px;
}

.content .fontSizeDD.ui-widget.textSize input {
    height: 18px;
}

.content .fontFamilyDD, .content .fontSizeDD, .content .fontFamilyDD, .content .fontStyleDD {
    margin-right: 20px;
    margin-bottom: 10px;
}

.content .fontColorDiv {
    margin-left: 38px;
    -bracket-: hack;
    margin-left: 33px;
}

.content .autoLaunchUrl input.wLarge {
    /*width:294px;*/
    width: 298px;
}

.content .autoLaunchUrl {
    margin-left: 6px;
    margin-top: 10px;
}

.autoLaunchLabel {
    margin-left: 12px;
    width: 62px;
}

#SelectedType {
    color: #1b6686;
    border: 0 none;
    font-weight: bold;
    text-align: center;
}

.content .assetColorLabel {
    margin-left: 30px;
    margin-top: 10px;
    -bracket-: hack;
    margin-left: 25px;
}

.content .fontSizeDD {
    float: left;
    margin-left: 43px;
    -bracket-: hack;
    margin-left: 36px;
}

.content .textSize {
    margin-left: 42px;
    -bracket-: hack;
    margin-left: 36px;
}

.content .fontFamilyDD {
    float: right;
}

.content .fontStyleDD.ml26 {
    margin-left: 39px;
    -bracket-: hack;
    margin-left: 33px;
}
/**Custom Combobox Font Family & Size (Autocomplete)**/
.custom-combobox, .custom-comboboxSize {
    position: relative !important;
    display: inline-block !important;
    margin-left: 5px;
}

.custom-combobox-toggle, .custom-comboboxSize-toggle {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    margin-left: -1px !important;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em !important;
    *top: 0.1em !important;
}

.custom-combobox-input, .custom-comboboxSize-input {
    margin: 0 !important;
    /*padding: 0.3em !important;*/
}

.ui-state-default .ui-icon {
    background: url(../images/ddArrowBot.png) no-repeat 4px 5px !important;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl, .ui-corner-top, .ui-corner-tl, .ui-corner-tr, .ui-corner-right, .ui-corner-br {
    border-radius: 0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    /*border: solid 1px #E86320 !important;*/
}

.content .assetColor {
    margin-top: 10px;
}

.ui-button-icon-only {
    width: 20px !important;
    height: 20px;
}

.ui-button-icon-only, .selectBox span.selectArrow {
    background: #ededed !important; /* Old browsers */
    background: -moz-linear-gradient(top, #ededed 0%, #dadada 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dadada)) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ededed 0%,#dadada 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ededed 0%,#dadada 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ededed 0%,#dadada 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, #ededed 0%,#dadada 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dadada',GradientType=0 ) !important; /* IE6-9 */
}
/*span.colorChooser{
	margin-bottom:0 !important;
}*/

/* file upload */
span.fileinputs {
    position: relative;
    float: left;
    margin-left: 10px;
    width: 300px;
    z-index: 0;
    /*width:231px;*/
}

span.fakefile {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

input.file {
    position: relative;
    -moz-opacity: 0;
    filter: alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    /*width: 280px;*/
    width: 300px;
    text-align: right;
    cursor: pointer;
}

.browseImg {
    padding-left: 5px;
    vertical-align: text-top;
}

#FileField1, #FileField2, #FileField3, #FileField4, #FileField5, #FileField6, #FileField7, #FileField8, #FileField9 {
    padding: 2px 0px 2px 8px;
    height: 16px;
    width: 260px;
}

.dataBlock.Bot.first .browseField, .dataBlock.Bot .browseField {
    margin-top: 10px;
}

.browseField label, .mt4 {
    margin-top: 4px;
}

.btnBlack {
    background-color: #55585A;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    /*width:55px;*/
    height: 20px;
    border: solid 1px #000;
    margin-right: 5px;
    padding: 0 9px;
    text-align: center;
    background-size: 5%;
}

.btnBlue {
    background-color: #00837B;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    /*width:55px;*/
    height: 20px;
    border: solid 1px #1b6686;
    padding: 0 9px;
    text-align: center;
    margin-right: 5px;
    background-size: 5%;
}

.btnBlue3 {
    background-color: #00837B;
    border-radius: 2px;
    color: #fff;
    font-size: 11px;
    /*width:55px;*/
    height: 20px;
    border: solid 1px #1b6686;
    padding: 0 9px;
    text-align: center;
    margin-right: 5px;
    background-size: 5%;
}


.btnSearch {
    background: url(../images/uploadImg.png) no-repeat;
    /*border-radius: 10px;
	color:#FFFFFF;
	font-size:11px;*/
    width: 20px;
    height: 20px;
    border: 0px;
    /*border: solid 1px #1b6686;*/
    /*padding: 0 9px;
    text-align: center;*/
}

.btnBlack.upload {
    margin: 3px 11px 0;
    /*width:38px;*/
}

.footer {
    padding: 20px 30px;
    color: #999;
    font-size: 11px;
}

.errorMsg, .verificationMsg {
    color: red;
    display: none;
    margin-left: 106px;
    margin-bottom: 10px;
    font-size: 11px;
}

.errorMsgadd {
    color: red;
    display: none;
    margin-left: 130px;
    margin-bottom: 10px;
    font-size: 11px;
}

.successMsg {
    color: green;
    display: none;
    margin-left: 135px;
    margin-bottom: 10px;
    font-size: 11px;
}

/*UAT Review 12 Sep, 2013*/
.brandingpreferencesuccessMsg {
    color: green;
    display: none;
    margin-left: 250px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    clear: both !important;
}


.infoMsg {
    color: #999;
    display: none;
    margin-left: 118px;
    margin-bottom: 10px;
    font-size: 11px;
    font-style: italic;
}

.previewinfoMsg {
    color: #999;
    display: none;
    margin-left: 118px;
    margin-bottom: -15px;
    margin-top: 20px;
    font-size: 11px;
    font-style: italic;
}

.previewText {
    padding-bottom: 20px;
    margin-top: 15px;
}

/***Preview Web Portal***/
.mainBoxBottom, .mainBoxContainer, .mainBoxTop {
    background: url(../images/previewScreenBg_sprite.png);
}

.mainBoxContainer {
    background-position: -931px 0;
    background-repeat: repeat-y;
    float: left;
    margin-top: 20px;
}

.mainBoxTop {
    background-repeat: no-repeat;
    width: 869px;
    height: 5px;
    padding: 15px 30px 0;
}

.mainBoxBottom {
    background-position: 0 -15px;
    background-repeat: no-repeat;
    float: left;
    height: 15px;
    width: 929px;
    padding-bottom: 20px;
}

.previewHead {
    padding-bottom: 30px;
}

    .previewHead h1 {
        color: #656565;
        font-size: 22px;
        letter-spacing: -0.8px;
        padding-top: 7px;
    }

    .previewHead .headLogoSep {
        padding-top: 5px;
    }

    .previewHead .blueText {
        font-size: 34px;
    }

.blueText span {
    color: #3dc1c1 !important;
    font-size: 18px !important;
}

.previewPane form {
    padding: 75px 200px 125px;
}

.previewPane .headLogoSep {
    vertical-align: bottom;
}

.mainBoxTop #document {
    background: url(../images/previewDD.png) no-repeat;
    border: 0;
    width: 313px;
    padding-left: 10px;
    height: 40px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.mainBoxTop .nextBtn {
    padding: 15px 110px 15px 175px;
}

.mainBoxTop .input {
    background: url(../images/previewInput.png) no-repeat;
    border: 0 !important;
    width: 313px;
    height: 40px !important;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}

.previewPane .horSep {
    background: url(../images/previewHorSep.png) repeat-x;
    height: 2px;
    width: 826px;
    float: left;
}

.previewFoot {
    padding: 10px 0;
    float: left;
    width: 100%;
}

.preview.footer {
    padding-top: 20px;
}
/**Change Password Screen**/
.changePswrd.content input.wLarge, .forgotPswrd.content input.wLarge, .clientReg.content input.wLarge, .loginPage.content input.wLarge, .addDoc.content input.wLarge, .manage.content input.wLarge {
    width: 270px;
}

/**Changes made to Manage Document Types Document Type field*/
.manage.content input.wMedium {
    width: 257px;
}

/*.changePswrd.content .successMsg, .clientReg.content .successMsg*/
.changePswrd.content .errorMsg, .forgotPswrd.content .errorMsg, .clientReg.content .errorMsg {
    margin-left: 135px;
}

.changePswrd.content .btnBlack, .changePswrd.content .btnBlue, .forgotPswrd.content .btnBlack, .forgotPswrd.content .btnBlue, .clientReg.content .btnBlack, .clientReg.content .btnBlue, .loginPage.content .btnBlue, .manageDest.content .btnBlack, .manageDest.content .btnBlue, .manageDocType.content .btnBlue, .manageDocType.content .btnBlue3, .manageDocType.content .btnBlack, .addDoc.content .btnBlue, .addDoc.content .btnBlue3, .addDoc.content .btnBlack {
    margin-top: 10px;
}

.changePswrd.content .dataBlock.top, .clientReg.content .dataBlock.top {
    min-height: 190px;
}

.changePswrd.content .dataBlock.top, .forgotPswrd.content .dataBlock.top {
    margin: 85px 250px 10px;
}

/**Forgot Password**/
.btnBlue.large {
    /*width:100px;*/
}

.content.forgotPswrd.small .dataBlock {
    width: 370px;
}

.forgotPswrd.content .dataBlock.top, .loginPage.content .dataBlock.top {
    min-height: 130px;
}

/**Select Option Start**/
div.selectBox {
    margin-left: 10px;
    width: 282px;
}

div.selectBox {
    position: relative;
    display: inline-block;
    text-align: left;
    line-height: 20px;
    color: #454545;
    cursor: pointer;
    vertical-align: middle;
}

.selectBox span.selected {
    overflow: hidden;
    width: 259px;
}

.selectBox span.selectArrow, .selectBox span.selected {
    border: solid 1px #c7c7c7;
    position: relative;
    float: left;
    height: 20px;
    z-index: 1;
}

.selectBox span.selectArrow {
    color: #696969;
    border: 1px solid #c7c7c7;
    text-align: left;
    width: 15px;
    padding-left: 5px;
}

.selectBox span.selected {
    border-right: none !important;
    color: #333;
}

div.selectOptions {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    border: 1px solid #c7c7c7;
    border-top: none;
    overflow: hidden;
    background: #fff;
    padding-top: 2px;
    display: none;
    min-height: 150px;
    max-height: 300px;
    overflow: auto;
}

.selectBox span.selectOption {
    display: block;
    width: 270px;
    line-height: 18px;
}

    .selectBox span.selectOption:hover {
        color: #f6f6f6;
        background: #4096ee;
    }
/**Select Option End**/
/**Home Page**/
.homeText {
    padding-top: 20px;
    float: left;
}

    .homeText .blockLeft {
        float: left;
        padding: 0 30px 45px 0px;
        width: 455px;
    }

    .homeText .blockRight {
        float: right;
        width: 455px;
        padding-bottom: 45px;
    }

    .homeText .cont .img {
        background: url(../images/home_sprite.png) 0 0 no-repeat;
        width: 40px;
        height: 43px;
        float: left;
    }

    .homeText .cont p {
        float: left;
        width: 400px;
        padding-left: 15px;
    }

    .homeText .clientReg .img {
        background-position: 0 0;
    }

    .homeText .manageDest .img {
        background-position: 0 -57px;
    }

    .homeText .manageDoc .img {
        background-position: 0 -121px;
    }

    .homeText .setBrandPref .img {
        background-position: 0 -180px;
    }

    .homeText .changePswrd .img {
        background-position: 0 -241px;
    }

    .homeText .jobDeletion .img {
        background-position: 0px -299px;
    }

    .homeText .dataAdminConsole .img {
        background-position: 0 -357px;
    }

    .homeText .autoLaunch .img {
        background-position: 0 -520px;
    }

    .homeText .helpDeskUser .img {
        background-position: 0px -410px;
    }

    .homeText .documentMapping .img {
        background-position: 0px -465px;
    }

/**Client Reg**/
label.mb10 {
    margin-bottom: 10px;
}

.content.clientReg .dataBlock {
    width: 400px;
}

.clientReg.content .dataBlock.top {
    margin: 85px 280px 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget {
    color: #333 !important;
    font-size: 11px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}
/**Login PAge**/
.loginPage .fplink {
    color: #00837B;
    margin: 10px 10px 0 0;
    font-size: 11px;
    width: 215px;
}

.loginPage.content .dataBlock.top {
    margin: 85px 250px 10px;
}

.content.loginPage.small .dataBlock {
    width: 380px;
}

.content.loginPage .dataBlock form {
    padding: 20px 13px;
    width: 354px;
}

.loginPage.content .errorMsg {
    margin-left: 72px;
}

/**Manage Destination**/
.manageDest .browseField {
    margin-top: 10px;
}

.manage table {
    border: solid 1px #cacaca;
    width: 800px;
    margin: 15px 0;
}

.frame .manage table {
    border: solid 1px #cacaca;
    width: 900px;
}

.manageDestinationId table {
    border: solid 1px #cacaca;
    width: 665px;
    margin: 15px 0;
}

.faq table {
    border: solid 1px #cacaca;
    width: 665px;
    margin: 15px 0;
}

.manageHistory table {
    border: solid 1px #cacaca;
    width: 670px;
    margin: 15px 0;
}

.content.manageDest .dataBlock {
    width: 700px;
}

.manageDest.content .dataBlock.top {
    margin: 10px 120px 10px;
}

.manageDest.content input.wLarge {
    width: 280px;
}

/**Added by An*/
.manageDest.content input.wLarge1 {
    width: 250px;
}

/*.manageDoc.content input.wMedium{
	width:200px;
}*/

/*Added by An on 13/9/13 for managedoctype.cshtml page*/
.manageDocType.content input.wLarge1 {
    width: 270px;
    margin-bottom: 10px;
}

.manageDest.content .dataBlock.top {
    min-height: 190px;
}

.manageDest.content .dataBlock form {
    width: 665px;
}

.manage table th.last, .manage td:last-child {
    border-right: 0;
}

.manage table th {
    background-color: #DADDDC;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 7px;
    border-right: solid 1px #9e9e9e;
    text-align: left;
}

.manage table td {
    border-right: solid 1px #cacaca;
    text-align: left;
    padding: 7px 5px;
    font-size: 12px;
    word-break: break-all;
}

.manageDestinationId table th.last, .manageDestinationId td:last-child {
    border-right: 0;
}

.manageDestinationId table th {
    background-color: #DADDDC;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 7px;
    border-right: solid 1px #9e9e9e;
    text-align: left;
}

.manageDestinationId table td {
    border-right: solid 1px #cacaca;
    text-align: left;
    padding: 7px 5px;
    font-size: 12px;
    word-break: break-all;
}


.faq table th.last, .faq td:last-child {
    border-right: 0;
}

.faq table th {
    background-color: #DADDDC;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 7px;
    border-right: solid 1px #9e9e9e;
    text-align: left;
}

.faq table td {
    border-right: solid 1px #cacaca;
    text-align: left;
    padding: 7px 5px;
    font-size: 12px;
    word-break: break-all;
}


.manageHistory table th.last, .manageHistory td:last-child {
    border-right: 0;
}

.manageHistory table th {
    background-color: #DADDDC;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 7px;
    border-right: solid 1px #9e9e9e;
    text-align: left;
}

.manageHistory table td {
    border-right: solid 1px #cacaca;
    text-align: left;
    padding: 7px 5px;
    font-size: 12px;
    word-break: break-all;
}

.userNameWidth {
    width: 300px;
}

.doctypewidth {
    width: 110px;
}

.namewidth {
    width: 170px;
}

.namewidth1 {
    width: 170px;
}

.clientNameWidth {
    width: 280px;
}

.NameWidth {
    width: 220px;
}

.JobStatusWidth {
    width: 290px;
}

.questionWidth {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.answerWidth {
    width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}

.clientNameMDWidth {
    width: 500px;
}

.shortNamewidth {
    width: 100px;
}

.saveasdraftwidth {
    width: 120px;
    text-align: center;
}

.isActivewidth {
    width: 50px;
    text-align: center;
}

.friendlynamewidth {
    width: 100px;
}

.brandingTypewidth {
    width: 120px;
}

.editwidth {
    width: 50px;
}

.destwidth {
    width: 170px;
}

.manage table td a {
    font-size: 12px;
    color: #00837B;
}

    .manage table td a:hover {
        color: #FF8700;
    }

.manage table th a {
    font-size: 12px;
    color: rgb(51,51,51);
}

.manage td:first-child, .manage th:first-child {
    text-align: center;
}

.frame.manage td:first-child, .manage th:first-child {
    width: 300px;
}

.frame.manage td:nth-child(2), .manage th:nth-child(2) {
    width: 170px;
}

.frame.manage td:nth-child(3), .manage th:nth-child(3) {
    width: 150px;
}

.frame.manage td:nth-child(4), .manage th:nth-child(4) {
    width: 30px;
}

.frame.manage td:nth-child(5), .manage th:nth-child(5) {
    width: 50px;
}

.frame.manage td:nth-child(6), .manage th:nth-child(6) {
    width: 50px;
}

.frame.manage td:nth-child(7), .manage th:nth-child(7) {
    width: 75px;
}

.frame.manage td:nth-child(8), .manage th:nth-child(8) {
    width: 65px;
}

.frame.manage td:last-child, .manage th:last-child {
    width: 20px;
}

.manage td:first-child input {
    vertical-align: middle;
}

.manage input.file, .manage span.fileinputs {
    width: 300px;
}

.manage #FileField1, .manage #FileField2 {
    width: 269px;
}



.manage table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}



.manageDestinationId table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}

.manageDestinationId table th a {
    font-size: 12px;
    color: rgb(51,51,51);
}

.manageDestinationId td:first-child, .manageDestinationId th:first-child {
    text-align: center;
}

    .manageDestinationId td:first-child input {
        vertical-align: middle;
    }

.manageDestinationId input.file, .manageDestinationId span.fileinputs {
    width: 300px;
}

.manageDestinationId #FileField1, .manageDestinationId #FileField2 {
    width: 269px;
}



.manageDestinationId table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}

.faq table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}

.faq table th a {
    font-size: 12px;
    color: rgb(51,51,51);
}

.manageDestinationId td:first-child, .faq th:first-child {
    text-align: center;
}

.faq td:nth-child(2) {
    text-align: center;
}

.faq td:first-child input {
    vertical-align: middle;
}

.faq input.file, .faq span.fileinputs {
    width: 300px;
}

.faq #FileField1, .faq #FileField2 {
    width: 269px;
}



.faq table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}






.manageHistory table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}

.manageHistory table th a {
    font-size: 12px;
    color: rgb(51,51,51);
}

.manageHistory td:first-child, .manageHistory th:first-child {
    text-align: center;
}

    .manageHistory td:first-child input {
        vertical-align: middle;
    }

.manageHistory input.file, .manageHistory span.fileinputs {
    width: 300px;
}

.manageHistory #FileField1, .manageHistory #FileField2 {
    width: 269px;
}



.manageHistory table td a {
    font-size: 12px;
    /*color:#333; Commented in order to set the right hyperlink color*/
}


/**Pagination**/
.pagination .current.prev, .pagination .current.next {
    background-color: #F0F0F0;
    border: 1px solid #BABABA;
    color: #9A9A9A;
}

/*.pagination td*/
.pagination a, .pagination span {
    display: block;
    float: left;
    height: 13px;
    margin: 0 5px 5px 0;
    padding: 0 5px;
}

/*
.manage tfoot td a {
    display: block;
    float: left;
    height: 13px;
    margin: 0 5px 5px 0;
    padding: 0 5px;
    background:url(../images/paginationBg.png) repeat-x;
    border: 1px solid #cacaca;
    color: #333;
	font-size:11px;
    font-weight:normal;
    display:inline;
}*/
/*
.manage tfoot td{
    font-size:11px;
    color:#728f6a;
    font-weight:bold;
    /* <http://www.w3.org/wiki/CSS/Properties/text-align>
     * left, right, center, justify, inherit
     */
/*   text-align: right;*/
/* <http://www.w3.org/wiki/CSS/Properties/vertical-align>
     * baseline, sub, super, top, text-top, middle,
     * bottom, text-bottom, length, or a value in percentage
     */
/*  vertical-align: text-top;
}*/

/*tr.manageD,td.manageD,tbody.manageD*/
table.manageD {
    width: 375px;
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 15px;
}

/**Added by An on 13/9/13 for ManageDoctype.cshtml page*/
table.manageDoc {
    /*width: 425px;*/
    margin: 0px;
    padding: 0px;
    border: 0;
    font-size: 100%;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: baseline;
    border-collapse: collapse;
    border-spacing: 0;
    border-bottom: 15px;
}

/*tr.manageD, td.manageD, tbody.manageD {

    width:0px;
    margin: 0px;
	padding: 0px;
	border: 0;
	font-size: 100%;
	font: inherit;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
    border-collapse:collapse; 
    border-spacing: 0;
    border-bottom:15px;
}*/

.pagination .current {
    background: #545454;
    border: 1px solid #484848;
    color: #FFFFFF;
}

.pagination a {
    background: url(../images/paginationBg.png) repeat-x;
    border: 1px solid #cacaca;
    color: #333;
    font-size: 11px;
}

/*Added by An
.pagination td {
	background: none repeat scroll 0% 0% rgb(84, 84, 84);
    border: 1px solid rgb(72, 72, 72);
    color: rgb(255, 255, 255);
}*/
/**List of Users**/
.content.usersList .dataBlock {
    width: 800px;
}

    .content.usersList .dataBlock form {
        width: 602px;
    }

.usersList.content .dataBlock.top {
    margin: 15px 100px 10px;
    min-height: 190px;
}

.usersList.content .dataBlock form {
    width: 765px;
}

.usersList.content .errorMsg {
    margin-left: 102px;
}


.userListTable table {
    border: solid 1px #cacaca;
    width: 770px;
    margin: 15px 0;
}

    .userListTable table th.last, .userListTable td:last-child {
        border-right: 0;
    }

    .userListTable table th {
        background-color: #DADDDC;
        font-size: 12px;
        font-weight: bold;
        padding: 4px 5px 7px;
        border-right: solid 1px #9e9e9e;
        text-align: left;
    }

    .userListTable table td {
        border-right: solid 1px #cacaca;
        text-align: left;
        padding: 7px 5px;
        font-size: 12px;
        word-break: break-all;
    }


        .userListTable table td a {
            font-size: 12px;
            color: #00837B;
        }



            .userListTable table td a:hover {
                color: #FF8700;
            }

    .userListTable table th a {
        font-size: 12px;
        color: rgb(51,51,51);
    }

.userListTable td:first-child, .userListTable th:first-child {
    text-align: center;
}

    .userListTable td:first-child input {
        vertical-align: middle;
    }

.userListTable input.file, .userListTable span.fileinputs {
    width: 300px;
}

.userListTable #FileField1, .userListTable #FileField2 {
    width: 269px;
}



.userListTable table td a {
    font-size: 12px;
    color: #00837B;
}

/*reports*/
.ui-pg-table #pager1_left, #pager1_right {
    width: 370px;
}

/**List of Users**/

/**Manage Document Type**/
.manageDocType select.docType {
    border: solid 1px #c7c7c7;
    color: #333;
    font-size: 11px;
    vertical-align: top;
    width: 282px;
    height: 90px;
    padding: 2px 0;
    margin-left: 10px;
}

    .manageDocType select.docType option {
        height: 18px;
    }

.content.manageDocType .dataBlock form {
    width: 938px;
}

.content.manageDocType .dataBlock {
    width: 941px;
}

.manageDocType.content .dataBlock.top {
    margin: 10px 0 0;
    min-height: 190px;
}

.manageDocType.content .dataBlock form {
    width: 900px;
}

.manageDocType .selectTextBtm {
    width: 282px;
    padding: 5px 0 0;
    font-style: italic;
}

.manageDocType.content .errorMsg {
    margin-left: 102px;
}

/**Add Doc Type**/
.addDoc.content .dataBlock.top {
    margin: 30px 250px 10px;
}

.content.addDoc .dataBlock {
    width: 460px;
}

.content.addDoc input[type="checkbox"] {
    margin-bottom: 8px;
    margin-right: 260px;
    margin-left:7px;
}

.content.addDoc textarea.wLarge {
    width: 270px;
    margin-left: 9px;
}

.content.addDoc textarea.wLarge1 {
    width: 410px;
    height: 150px;
}


/**Verfy message**/
.verificationMsg {
    display: block;
}

.changePswrd .verificationMsg {
    margin-left: 135px;
}

#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}


#loadingOnAutoComplete {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 1000;
}

#loadingcontentOnAutoComplete {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinnerOnAutoComplete {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.faqth {
    background-color: #DADDDC;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 5px 7px;
    border-right: solid 1px #9e9e9e;
    text-align: left;
}

.error {
    border: 1px solid red;
}

.actnButton {
    width: 50px !important;
    margin-left: 10px !important;
}

#additionalInfo, #additionalInfo th, #additionalInfo td {
    border: 1px solid #c7c7c7;
    border-collapse: collapse;
    height: auto;
    padding: 5px;
}

    #additionalInfo th {
        background-color: #f0f5f5;
        font-weight: bold;
    }

#additionalInfoWarapper {
    padding-left: 82px;
}

.noDoc {
    display: none;
}

.autoLaunchBlk {
    width: 42px;
    padding-left: 40px;
}

.autoLaunchChk {
    padding-right: 9px;
    padding-left: 77px;
}

#dialog #autoLaunch {
    font-size: 12px;
    font-weight: bold;
    color: #0F5BAB;
}
/*For Grid on List of Clients Page*/
/*.gridTable {margin: 5px;padding: 10px;border: 1px #c8c8c8 solid;border-collapse: collapse;min-width: 550px; background-color: #fff;color: #fff;}
.gridHead th{font-weight: bold;background-color: #030D8D;color: #fff;padding: 10px}
.gridHead a:link,.gridHead a:visited,.gridHead a:active,.gridHead a:hover {color: #fff;}
.gridHead a:hover {text-decoration:underline;}
.gridTable tr.gridAltRow{background-color: #efeeef;}
.gridTable tr:hover{background-color: #f6f70a;}
.gridAltRow td{padding: 10px;margin: 5px; color: #333;}
.gridRow td{padding: 10px;color: #333;}
.gridFooter td{padding: 10px; background-color: #c7d1d6;color: #999;font-size: 12pt;text-align: center;}
.gridFooter a{font-weight: bold;color: #333; border: 1px #333 solid;}*/
