﻿
@charset "utf-8";
/*@import url('../../dojo/resources/dojo.css');
@import url('dojox/grid/resources/claroGrid.css');
@import url('dijit/themes/claro/claro.css');*/
@import url('../../dijit/themes/claro/claro.css');
@import url('../../dojox/grid/resources/claroGrid.css');

body {
    background: none repeat scroll 0 0 white;
    color: #333333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 16px;
    min-width: 968px;   
     font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
}

/******************************************************************************
 Common Styles
******************************************************************************/
/*@font-face {
    font-family: HalvettCondensed;
    src: url('fonts/HALVC.eot');
}

@font-face {
    font-family: HalvettCondensed;
    src: url('fonts/HALVC.ttf');
}

@font-face {
    font-family: MyriadPro;
    src: url('fonts/MyriadPro-Regular.eot');
}

@font-face {
    font-family: MyriadPro;
    src: url('fonts/MyriadPro-Regular.ttf');
}*/

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

p {
    margin-bottom: 10px;
}

.encodingTextBox {
    width: 100%;
    border: 0;
    color: #333;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
/******************************************************************************
 Typography Styles

 Consolidated to be in a single place and can be changed together without
 worrying about missing things.
******************************************************************************/
body, #header, .editor .field-validation-valid, .editor .field-validation-error,
.editor .validation-summary-errors, button, input[type=submit], .button,
{
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
}

h1 {
    background: url('images/doximlogo.png') left bottom no-repeat;
    height: 51px;
    width: 226px;
    text-indent: -10000px;
    border-right: 1px #fff solid;
    margin: 0 20px 0 40px;
    padding: 0 20px 10px 0;
}

    h1 a {
        display: block;
        height: 100%;
        width: 100%;
    }

#bannerSec {
    position: relative;
    top: 20px;
    left: 0px;
    float: left;
    z-index: 1;
}

    #bannerSec * {
        float: left;
    }

#header #loginUser {
    padding: 15px 0px 20px 0px;
    color: #fff;
    white-space: nowrap;
}

#header .display .display-label, .editor .editor-label {
    font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
}

#header {
    background: #333;
    height: 100px;
    /*background-image: url('images/doximlogo.png');*/
    background-repeat: no-repeat;
    background-position: 30px 20px;
}

    #header #logo {
        float: left;
        position: relative;
        top: 30px;
        left: 40px;
        z-index: 1;
    }

    #header #splitter {
        float: left;
        position: relative;
        top: 20px;
        left: 60px;
        width: 1px;
        height: 60px;
        background-color: White;
        z-index: 1;
    }

h2 {
    font-size: 1.54em;
    font-weight: bold;
    font-family: "Segoe UI",Helvetica,Arial,sans-serif;
}

#header .title {
    float: left;
    position: relative;
    top: 25px;
    left: 75px;
    color: White;
    white-space: nowrap;
    font-size: 1.4em;
    font-family: Helvetica, Arial, sans-serif;
}

    #header .title #loginUser {
        float: left;
        margin-top: 10px;
    }

    #header .title #selCompanySec {
        color: Black;
        float: right;
        margin: 0 0 0 30px;
    }

/******************************************************************************
 .navigation Styles
******************************************************************************/

#navigation {
    clear: both;
    float: left;
    width: 100%;
    height: 35px;
    background: #000;
    position: absolute;
    top: 64px;
}

    #navigation .menu {
        float: right;
        height: 33px;
        font-size: 1em;
        font-family: Helvetica, Arial, sans-serif;
        line-height: 23px;
    }

        #navigation .menu .selected {
            background-color: #505050;
            border: solid 1px #505050;
            border-radius: 10px;
            background-position: 0 0;
            color: #84D682;
            padding: 5px 9px 6px;
        }

    #navigation ul {
        float: right;
    }

        #navigation ul li:last-child {
            margin-right: 40px;
        }


#notification {
    position:absolute;
    float: left;
    font-size:16px;
    top: 40px;
    left: 400px;      
    padding: 1px 1px;
    margin: 7px 0 0 30px;
    width: 30em;
    height:40px;
    white-space: nowrap;
    color: #000;
    background: #eee;
    z-index: 100;
    line-height:40px;
    text-align: center;   
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    display: none;
}

/******************************************************************************
 .ul list Styles for navigation, open page (back, download)
******************************************************************************/

ul {
    border-bottom: 0px solid #C0C0C0;
    font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
}

    ul li {
        display: -moz-inline-stack;
        display: inline-block;
        *zoom: 1;
        *display: inline;
        padding: 6px 8px;
        border: 0px solid white;
        margin-left: 2px;
    }

        ul li a {
            position: relative;
            z-index: 1;
            top: 1px;
            text-decoration: none;
            color: #0C0;
        }

            ul li a:hover {
                text-decoration: underline;
            }

        ul li:first-child {
            margin-left: 20px;
        }

#content {
    padding: 0px;
    height: 100%;
}

    #content h2 {
        color: #000;
        font-size: 160%;
        margin: 0 0 .5em;
    }

/*
#footer {
    background: #fff;
    color: White;
    text-align: right;
    height: 25px;
    padding-top: 5px;
    padding-right: 10px;
    font-size: 0.9em;
    font-family: Helvetica, Arial, sans-serif;
}

    #footer p {
        clear: both;
    }
 */
/******************************************************************************
Error Widget Styles
copy from IIS
******************************************************************************/

#ErrorContent {
    margin: 0;
    font-size: 1.2em;
    font-family: "trebuchet MS", Verdana, sans-serif;
}

    #ErrorContent h2 {
        color: #C00;
    }

    #ErrorContent h3 {
        margin: 10px 0;
        color: #000;
    }

    #ErrorContent div {
        text-align: center;
    }

/******************************************************************************
 Form Styles
******************************************************************************/

fieldset {
    border: solid 3px #aaa;
    border-radius: 10px;
    font-family: Helvetica, Arial, sans-serif;
    padding-top: 15px;
}

    fieldset legend {
        font-size: 0.9em;
        font-weight: bold;
        font-family: Verdana, Arial, sans-serif;
        color: #000;
        padding: 0 5px;
        margin: 0;
    }

.editor {
    padding: 0 0 0;
}

    .display .display-label, .editor .editor-label {
        text-transform: uppercase;
        font-size: 13px;
    }

    .display .display-field, .editor .editor-field {
        font-size: 28px;
        line-height: 30px;
        margin-bottom: 4px;
        padding: 4px 0;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }

.display .display-field {
    overflow: hidden;
}

.display-field.wrap {
    word-wrap: break-word;
    white-space: normal;
    text-overflow: clip;
    -o-text-overflow: clip;
}

.editor {
    padding: 0px;
}

    .editor .editor-field select {
        font-size: 20px;
        width: 100%;
    }

    .editor .editor-field textarea {
        width: 100%;
    }

    .editor .editor-field {
        font-size: 20px;
        width: 100%;
        display: block;
    }

        .editor .editor-field input[type=file] {
            font-size: 14px;
            width: 100%;
            display: block;
        }

        .editor .editor-field input[type=text]:focus {
            background-color: #f0f7ff;
        }

    .editor .field-validation-valid {
        font-size: 14px;
        line-height: 16px;
        display: block;
        white-space: normal;
    }

    .editor .field-validation-error, .editor .validation-summary-errors {
        color: #c00000;
        font-size: 14px;
        line-height: 16px;
        display: block;
        white-space: normal;
    }

    .editor .form-field label {
        font-weight: normal;
    }

    .editor .form-field-label label {
        /*font-family: Verdana;*/
        font-size: 1em;
        font-weight: normal;
        vertical-align: middle;
    }

.secTitle, .formHeader, .formHeaderB {
    font-family: Verdana;
    font-size: 1em;
    font-weight: bold;
    vertical-align: middle;
    margin: 10px 0 10px 10px;
    float: left;
}
/******************************************************************************
 Dashboard Styles
******************************************************************************/
#appLayout {
    height: 100%;
}

.loadingReport {
    font-size: 1em;
    font-family: Verdana;
    color: #009900;
    font-weight: bold;
    margin: 1em 0 0 0;
}

.loading {
    background-image: url(images/cmloader.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.loading16 {
    background-image: url(images/loading16.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.dojoxGridCell {
    overflow: hidden;
    white-space: nowrap;
}

.rowmt5 {
    margin-top: 0.5em !important;
}

.form-field-label {
    width: 10em;
    float: left;
    margin: 0 0.5em 0 0.5em;
}

.form-field-label-w {
    width: 13em;
    float: left;
    margin: 0 0.5em 0 0.5em;
}

.form-field-label-w2 {
    width: 11em;
    float: left;
    margin: 0 0.5em 0 0.5em;
}

.form-field-row {
    clear: both;
    height: 2em;
    display: block;
}

.form-field {
    float: left;
}

.CMRadioButtonGroup {
    margin-right: 1em;
}

.menuArrow {
    margin-left: 5px;
    background-image: url(images/spriteArrows.png);
    background-position: left;
    background-repeat: no-repeat;
}

#alertgrid .dojoxGridHeader {
    display: none;
}

.dashboardGrid .dojoxGridCell {
    border: 0px solid transparent;
}

.dashboardGrid .dojoxGridRowSelected .dojoxGridCell {
    border: 0px solid transparent;
}

.dashboardGrid .dojoxGridRowOver .dojoxGridCell {
    border: 0px solid transparent;
}

.dndHidden {
    display: none;
}

.groupButtonClass {
    margin: 0 0 0 0;
    line-height: 2em;
}

.required {
    color: Red;
    font-size: 1em;
    margin: 5em 0 0 0.5em;
}

.navigatorWidget {
    float: left;
}

    .navigatorWidget .tab {
        padding: 0.5em 1em;
    }

    .navigatorWidget .active {
        background-color: White;
    }

#pdf_iframe {
    border: 0;
    width: 100%;
    height: 99%;
}

#taglistNodes li:hover {
    font-size: 1em;
    font-weight: bold;
    background-color: #ADD8E6;
    cursor: pointer;
}

#taglistNodes li.selected {
    color: #006600;
    font-weight: bold;
}

.activeTab, .inactiveTab {
    height: 18px;
    background-repeat: no-repeat;
}

    .activeTab:hover, .inactiveTab:hover {
        background-color: #D3D3D3;
        cursor: pointer;
    }

.activeTab {
    background-image: url(images/cmcImage.png);
    background-position: 0px 0px;
}

.inactiveTab {
    background-image: url(images/cmcImage.png);
    background-position: 0px -48px;
}

.hiddenSec {
    display: none;
}

.taglistContainer h3 {
    font-size: 0.9em;
    font-weight: normal;
}

.mappingFieldActive, .mappingFieldActive span {
    font-weight: bold;
    background-color: #ADD8E6;
}

.mappingFieldRow:hover {
    background-color: #ADD8E6;
}

.formSection {
    clear: both;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0 0 0 1em;
    width: 61em;
    padding: 1em;
}

.formHeaderB {
    margin: 1em 0 2em 0;
}

.formSection .formHeader, .formSection .formHeaderB {
    background-color: #FFFFFF;
    float: none;
}

    .formSection .formHeader a {
        font-size: 0.8em;
        font-weight: normal;
        margin: 0 0 0 2em;
    }

.formSection .formBody {
    background-color: #F5F5F5;
    width: 61em;
    padding: 1em;
}

.formSection .formBodyN {
    background-color: #F5F5F5;
    width: 51em;
    padding: 1em;
}

.formSection .formBody .formButton {
    margin: 2em 0 0 0;
    word-spacing: 3em;
    clear: left;
}

.formSection > .formButton {
    margin: 1em 0 0 1em;
    word-spacing: 3em;
    clear: left;
}

.formHeaderB .formButton {    
    word-spacing: 3em;
    font-weight: normal;
    float: right;
}

.formBody .splitSec {
    float: left;
    margin: 1em 0 0 2em;
    font-size: 0.9em;
    font-weight: bold;
    display: none;
}

#btgFileRepeat {
    background-color: #E0FFFF;
    font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: normal;
    max-height: 25em;
    overflow: auto;
}

    #btgFileRepeat div:hover {
        background-color: #ADD8E6;
    }

.configUrl {
    margin: 0 0 0 0.5em;
    width: 30em;
}

.delImg {
    float: right;
    margin: 0.5em 0 0 0;
    cursor: pointer;
}

#copyFromHelp {
    background-image: url(images/cmcImage.png);
    background-position: 0px -96px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    margin: 0;
    float: right;
    cursor: pointer;
    padding: 0 0em 1em 0em;
}

.formHeader .reload {
    background-image: url(images/cmcImage.png);
    background-position: 0px -184px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.deleteIcon {
    background-image: url(images/cmcImage.png);
    background-position: 0px -224px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.goback {
    background-image: url(images/cmcImage.png);
    background-position: 0px -144px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.folder {
    background-image: url(images/cmcImage.png);
    background-position: 0px -250px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.configToolbar label {
    font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
}

#go2batchlist {
    cursor: pointer;
    width: 8em;
}

ul.setupTabs {
    border-bottom: 1px solid #C0C0C0;
    font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    width:100%;
}

    ul.setupTabs li {
        padding: 6px 8px;
        border: 1px solid white;
        margin-left: 2px;
    }

        ul.setupTabs li:first-child {
            margin-left: 10px;
        }

        ul.setupTabs li:last-child {
            margin-right: 80px;
        }

        ul.setupTabs li.active {
            position: relative;
            z-index: 1;
            top: 1px;
            border: 1px solid #C0C0C0;
            border-bottom: 1px solid white;
            -webkit-border-top-left-radius: 3px;
            -webkit-border-top-right-radius: 3px;
            -moz-border-radius-topleft: 3px;
            -moz-border-radius-topright: 3px;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
            color: #000;
        }

            ul.setupTabs li.active a {
                color: #000;
            }

        ul.setupTabs li a {
            position: relative;
            z-index: 1;
            top: 1px;
            text-decoration: none;
            color: #0C0;
        }

            ul.setupTabs li a:hover {
                text-decoration: underline;
            }

.inliner {
    display: -moz-inline-stack;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

select {
    font-size: 16px;
    font-family: "Segoe UI Semibold", "Segoe UI", Helvetica, Arial, sans-serif;
    border: 1px solid #ccc;
    width: 20em;   
}

.claro .dijitBorderContainer {
    padding: 0px !important;
}

.claro .dijitSplitContainer-child, .claro .dijitBorderContainer-child {
    border: 0px !important;
}

.claro .dijitContentPane {
    padding: 0px !important;
}

.appSelected {
    background-color: #505050;
    border: solid 0px #505050;
    border-radius: 0px;
    /*background-image : url('../../../images/nav-background.png');
  background-repeat: repeat;
  background-position: 0 0;*/
    color: #84D682;
    padding: 5px 9px 12px;
}

.checkmark {
    color: #84D682;
}


#folderMappingSave .dijitButtonNode {
    width: 150px;
}
#folderMappingSave2 .dijitButtonNode {
    width: 150px;
}

.emailUrl {
    width:40em;
}

.left {
    float:left;
}