﻿
/*start application common*/
 
@font-face {
    font-family: 'Proxima Nova';
    src: url('Fonts/Proxima Nova Font.otf') format('opentype');
}


.header-toolbar {
            text-align: right !important;
        }

        .rtbSlide {
            left: 1140px !important;
            width:155px !important;
        }
.grid-break {
    margin: 10px 0 !important;
}

.field-caption {
    margin: 2px;
    font-family: Proxima Nova, Arial !important;
}

.required-field-caption {
    margin: 2px;
    font-weight: bold;
    color: Maroon;
    font-family: Proxima Nova, Arial !important;
}
.SuccessMsg {
    color: green !important;
    font-size: 15px !important;
}

.ErrorMsg {
    color: red !important;
    font-size: 15px !important;
}
.ErrorMessage {
    color: red !important;
    font-size: 15px !important;
    font-family: Proxima Nova, Arial !important;
}
.section-heading {
    margin: 4px;
    font-weight: bold;
    font-family: Proxima Nova, Arial !important;
}
.du-docusign {
    background: url("../Images/DocumentManagement/Docusign.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.du-docusign:hover {
    font-weight: bolder;
}

.du-docusign[disabled], .du-version[readonly], .du-version[disabled]:hover, .du-version[readonly]:hover {
    background: url("../Images/DocumentManagement/Docusign.png") repeat-x scroll left center transparent;
    color: #666;
    box-shadow: none;
}

.du-PadBtnVer {
    padding-right: 4px;
}

.collapse-panel-container {
    margin: 2px;
}

.collapse-panel-title {
    font-size: 12px;
    font-weight: bold;
    font-family: Proxima Nova, Arial !important;
}

.dirtycontainer {
    /*nothing should go in here. Reserved for dirty field logic*/
}
.outerHtmldivapptab {
    margin-top: 0px;
    padding-left: 0px;
    position: fixed;
    height: 100%;
    left: 130px;
}
.outerHtmldivothertab {
    margin-top: 0px; 
    left: 130px;
}
.panel-data-edit-container {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
    margin-left: 4px;
}

.command-button-container {
    margin-bottom: 4px;
    margin-top: 4px;
}

.action-button-container {
    float: left;
}

.save-button-container {
    float: right;
}
.save-button:hover {
    background: url("../images/buttons/save_bg-Dark.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
}
.logoLoadingPermiTrack {
    content: url("../Images/logoLoadingPermiTrack.gif");
}
.button-red {
    background: url("../images/buttons/img_red.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
    color: white;
    font-size: 11px;
    font-weight: bold;
    margin: 0 2px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    min-width: 75px;
}
.save-button-blue {
    background: url("../images/buttons/save_bg_Blue.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0 2px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    min-width: 75px;
}
.save-button {
    background: url("../images/buttons/save_bg.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0 2px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    min-width: 75px;
}

    .save-button[disabled], .save-button[readonly], .save-button[disabled]:hover, .save-button[readonly]:hover, .save-n-add-button[disabled], .save-n-add-button[readonly], .save-n-add-button[disabled]:hover, .save-n-add-button[readonly]:hover,
    .save-button-blue[disabled], .save-button-blue[readonly], .save-button-blue[disabled]:hover, .save-button-blue[readonly]:hover {
        background: url("../images/buttons/button_bg_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.new-button {
    background: url("../Images/Buttons/add_new.png") no-repeat scroll left center transparent;
    border: 0px solid #888888;
    color: green;
    font-size: 11px;
    font-weight: bold;
    margin: 0 2px;
    padding: 2px 7px 2px 17px;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    cursor: hand;
}

    .new-button[disabled], .new-button[readonly] {
        background: url("../Images/Buttons/add_new_d.png") no-repeat scroll left center transparent;
        border: 0px solid #888888;
        color: gray;
        font-size: 11px;
        font-weight: bold;
        margin: 0 2px;
        padding: 2px 7px 2px 15px;
        text-align: center;
        text-decoration: underline;
        vertical-align: middle;
        cursor: default;
    }

.panel-sub-section-heading {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #002D96;
    padding-bottom: 2px;
    border-bottom: 3px solid #009AD9; /*#CCEBF7*/
    margin-top: 6px;
    margin-bottom: 2px;
    font-family: Proxima Nova, Arial !important;
}

.panel-sub-section-CheckListheading {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #002D96;
    padding-bottom: 2px;
    border-bottom: 0px solid #009AD9; /*#CCEBF7*/
    margin-top: 6px;
    margin-bottom: 2px;
    font-family: Proxima Nova, Arial !important;
}

.fs-listbox {
    height: 150px;
    margin: 2px;
    vertical-align: middle;
}

.clearfloat {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
.currencyText
{
    /*text-align:right !important;*/
    background-color:#F5F5F5 !important;
}
.panel-section-container /* multiple sections*/ {
    margin-left: 4px; /* background-color: Red;*/
    margin-right: 2px; /*background:  url('../images/panel_container_bg.png') repeat-x;*/
    margin-bottom: 2px;
}


.panel-section-heading {
    background-color: #CCCCCC;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 15px;
    margin-bottom: 2px;
    margin-top: 6px;
    font-family: Proxima Nova, Arial !important;
}

.panel-section-heading-readonly {
    background-color: #CCCCCC;
    color: #6D6D6D;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    text-decoration: none;
    height: 12px;
    margin-bottom: 4px;
    margin-top: 6px;
    font-family: Proxima Nova, Arial !important;
}


.panel-sub-section-heading {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #002D96;
    padding-bottom: 2px;
    border-bottom: 1px solid;
    margin-top: 6px;
    margin-bottom: 2px;
    font-family: Proxima Nova, Arial !important;
}

.panel-sub-section-heading-readonly {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #6D6D6D;
    padding-bottom: 2px;
    border-bottom: 1px solid #002D96;
    margin-top: 6px;
    font-style: italic;
    font-family: Proxima Nova, Arial !important;
}

    .panel-sub-section-heading-readonly:after {
        content: " (Read-Only)";
    }

.du-gis {
    background: url("../Images/Toolbar/gis.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.command-icon-container {
    vertical-align: baseline;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.delete-command-icon {
    background: url("../Images/Buttons/deleteIcon.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.deactivate-command-icon {
    background: url("../Images/Buttons/DeactivatedIcon.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 18px; 
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}
.activate-command-icon {
    background: url("../Images/Buttons/ActivateIcon.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 18px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.select-command-icon {
    background: url("../Images/Buttons/selectIcon.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.edit-command-icon {
    background: url("../Images/Buttons/editIcon.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.fs-button {
    background: url("../images/buttons/button_bg.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    /*margin-bottom: 2px;*/ /* Removed on 10/30/2013 to correct alignment when placed next to save button - aharrison*/
}

    .fs-button[disabled], .fs-button[readonly], .fs-button[disabled]:hover, .fs-button[readonly]:hover {
        background: url("../images/buttons/button_bg_d.png") repeat-x scroll left center transparent;
        color: #666666;
        box-shadow: none;
    }

    .fs-button:hover {
        background: url("../images/buttons/button_bg_h.png") repeat-x scroll left center transparent;
        border: 1px solid #888888;
    }

.delete-button {
    background: url("../Images/DocumentManagement/du_delete.png") no-repeat scroll left center transparent;
    border: 0px solid #888888;
    color: maroon;
    font-size: 11px;
    font-weight: bold;
    margin: 0 2px;
    padding: 2px 3px 2px 17px;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    cursor: hand;
    height: 20px;
}


    .delete-button[disabled], .delete-button[readonly], .delete-button[disabled]:hover, .delete-button[readonly]:hover {
        background: url("../Images/DocumentManagement/du_delete_d.png") no-repeat scroll left center transparent;
        color: #666;
        box-shadow: none;
    }



.content-data-title {
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
    color: #002D96;
    padding-bottom: 2px;
    margin-top: 6px;
    border-bottom: 1px dotted;
    margin-right: 10px;
}

.fs-textarea {
    height: 50px;
}

.screen-option-row td {
    padding: 1px;
    vertical-align: middle;
}

.screen-option {
    height: 25px;
    margin: 2px;
    vertical-align: middle;
}

.screen-option-Multiline {
    height: 50px;
    margin: 2px;
    vertical-align: middle;
}


.required-field-caption {
    font-weight: bold;
    color: Maroon;
}
.required-field-caption::after
{
    content:" *";
}
.required-field-caption-either-or {
    font-weight: bold;
    color: #0A676E;
    margin:2px;
}

/*end application common*/

/* start control input formatting */
input, textarea, select {
    font-family: inherit;
}

    input[type='text'], textarea, input[type='password'] {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #C3D9F9;
        color: #000000;
        font-family: 12px Proxima Nova, Arial;

    }

        input[type='text']:hover, textarea:hover, input[type='password']:hover {
            background: none repeat scroll 0 0 /*#FFFFFF*/;
            color: #000000;
            font-family: Proxima Nova, Arial;
        }

        input[type='text']:focus, textarea:focus, input[type='password']:focus {
            background: none repeat scroll 0 0 #FFFFFF;
            /*border: 1px solid #305090;*/ /* Removed 10/30/2013 to correct input display inside RadComboBox - aharrison*/
            border-color: #305090; /* Added 10/30/2013. See above.*/
            color: #000000;
            font-family: Proxima Nova, Arial;
        }
/*RadInput - Disabled & Read Only, ASP.NET Inputs - Disabled,ASP.NET TextAreas - Disabled|| Added For Access Midstream Partners 1/27/15 - cmontgomery*/
.riDisabled {
    background: #F5F5F0 !important;
}

.aspInputDisabled {
    background: #F5F5F0 !important;
}

.riRead {
    background: #F5F5F0 !important;
}

textarea:disabled {
    background: #F5F5F0 !important;
}

textarea[disabled] {
    background: #F5F5F0 !important;
}

/* end input formatting */

/*start main layout*/

.full-content {
    width: 1100px;
    background-color: white;
    margin: auto;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3), 0 2px 20px rgba(0, 0, 0, 0.094) inset;
    border: 1px solid gray;
}


.body {
    background-color: #FFFFFF;
    font-family: Proxima Nova, Arial!important;
    font-size: 11px;
    text-decoration: none;
    color: #000000;
}

.main-layout-header-and-menu {
    position: fixed;
    top: 0;
    width: 1100px;
    z-index: 700;
}

.main-layout-content {
    top: 98px;
    position: absolute;
    width: 1100px;
}

.header-image-container {
    background-image: url("../Images/headerstandard.png");
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    margin-right: -8px;
    display: inline-block;
}

.header-image-container-custom {
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    margin-right: -8px;
    display: inline-block;
}

.header-logout-container {
    text-align: right;
    margin: 4px;
}

.header-admin-menu-container {
    z-index: 700;
    margin-top: -3px;
    min-height: 26px;
}

.logout-button {
    font-size: 15px;
    color: #505050;
    font-family: Proxima Nova, Arial;
}

.hidden {
    display: none;
}

.fullpagepostbackbutton {
    display: none;
}

.system-message {
    text-align: center;
    color: #f00;
}

.access-denied-message {
    text-align: center;
    color: red;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    margin: 20px;
    display: block;
}

.footer-bar {
    margin-top: 5px;
    padding-top: 5px;
    color: #ffffff;
    background-color: #002D72; /*#003366;*/
    height: 20px;
    text-align: center;
}

.pipe {
    font-size: 15px;
    color: #ffffff;
}

a.footer:link {
    /* font-size: 15px;         text-decoration: none;*/
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

a.footer:visited {
    /* font-size: 15px;          text-decoration: none;*/
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
}

a.footer:hover {
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: underline;
}
/*end main layout*/
/*tr td a {css for grid col anchor}*/

tr td a {
    color:#384DBD !important;
}
tr td a:hover {
    color:red !important;
}
tr th a {
    color:#384e73 !important;
}
tr th a:hover {
    color:#384e73 !important;
}
.defaultSorting{
    padding-left: 6px;vertical-align: middle;
}
.links {
	color:#585858;
	font-size:11px; 
	text-decoration:none; }
	.links:hover {
	color:#013773;
	font-size:11px; 
	text-decoration:underline; }
/*---------------------Collapseable Panel Help icon Styles---------------------*/
.titleCSSClassHelp {
    font-size: 12px;
    height: 22px;
    background-image: url(../Images/CollapsePanel/Strip.png);
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    color: #153858;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 5%;
}

.panelopen {
    font-size: 12px;
    height: 22px;
    background-image: url(../Images/CollapsePanel/Strip.png);
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    color: #153858;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
    float: left;
}

.panelclosed {
    font-size: 12px;
    height: 22px;
    background-image: url(../Images/CollapsePanel/Strip.png);
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    color: #153858;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 95%;
    float: left;
}

/*------------------End of Collapseable Panel Help icon Styles---------------------*/

/* start snapshots */
.snapshotHeaderLabel {
    font-size: 11px;
    color: #153858;
    position: relative;
    top: 25%;
}

.snapshotheader {
    font-size: 12px;
    height: 27px;
    background-image: url(../Images/CollapsePanel/Strip.png);
    background-repeat: repeat-x;
    vertical-align: middle;
    text-align: left;
    font-weight: bold;
    padding-left: 5px;
    color: #153858;
    margin-top: 3px;
}

.snapshot-header-container {
    vertical-align: top;
    border-style: none;
    margin-top: 6px;
    margin-left: 2px;
    padding-right: 3px;
}

.project-snapshot-grid {
    width: 300px;
}

    .project-snapshot-grid tr {
        height: 24px;
    }


    .project-snapshot-grid > tbody > tr > td {
        width: 127px;
    }

    .project-snapshot-grid td {
        padding-left: 8px;
        padding-top: 2px;
        border-bottom: 1px solid lightgray;
    }

/* end snapshots*/

/*start dynamic content control*/
.tab-data-container {
    /*background-color: Aqua;*/
    margin-top:4px;
    float: right;
    width: 798px;
    border-left: thin solid lightgrey;
    vertical-align: top;
    border-right: thin solid lightgrey;
   /* padding-right: 20px;*/
}

.tabstrip-overflow {
    float: left;
    width: 100%;
    border-bottom: 1px solid;
    margin: -1px 2px;
}

#DynamicContentHeaderContainer {
    position: fixed;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-color: #336699;
    border-bottom-width: 3px;
}
.DynamicContentHeaderContainer
{
    /*position: fixed;*/
    z-index: 699;
    margin-top: 0;
    width: 798px;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-color: #336699;
    border-bottom-width: 3px;

}
.DynamicContentHeaderContainer-100
{
    /*position: fixed;*/
    z-index: 699;
    margin-top: 0;
    width: 1098px;
    background-color: #FFFFFF;
    border-bottom-style: solid;
    border-bottom-color: #336699;
    border-bottom-width: 3px;
}
.dynamic-content-additional-info-container {
    font-weight: bold;
    color: black;
}

    .dynamic-content-additional-info-container > div {
        display: inline-block;
        margin-top: 2px;
    }

.panel-container {
   margin-top: 15px;min-height: 690px;
     /*margin-top: 0px;*/
    height: auto !important;
    height: 690px;
}



/*end dynamic content control*/

/*bread crumb styles*/
.breadcrumb {
    margin-left: 5px;
    margin-top: 5px;
}

.bc-list {
    display: inline-block;
    width: 100%;
    margin-bottom: 3px;
}
.bc-list-100
{
    display: inline-block;
    /*width: 950px;*/
    height: 50px;
}
.bc-element {
    display: inline-block;
    vertical-align: top;
    font-style: italic;
}

.bc-image {
    width: 102px;
    height: 20px;
    background-image: url("../images/breadcrumb/bc.png");
    background-position: center center;
}

.bc-current .bc-image {
    background-image: url("../images/breadcrumb/bc_current.png");
    font-weight: bold;
}

.bc-incomplete .bc-image {
    background-image: url("../images/breadcrumb/bc_incomplete.png");
}

.bc-element-first {
    background-image: url("../images/breadcrumb/bc_first.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 14px;
    margin-top: 2px;
}

.bc-element-last {
    background-image: url("../images/breadcrumb/bc_last.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 20px;
    width: 14px;
}

.bc-caption {
    width: 90px;
    font-size: .95em;
    text-align: center;
    margin: 0px 2px;
    height:12px;
}

.bc-completed .bc-image {
    background-image: url("../images/breadcrumb/bc_completed.png");
    font-weight: bold;
}

.bc-current .bc-caption {
    font-weight: bolder; /* 0078FF*/
    color: black; /* #1683FF; */ /*text-decoration: underline;    */ /* text-shadow: 2px 2px 2px #1C8025;*/
}

.bc-completed {
    color: #565656;
}

.bc-incomplete {
    color: black;
    font-weight: normal;
    font-style: normal;
}
/*end bread crumb styles*/

/* Start Fix for invalid input borders always visible; disables borders for all browsers*/
input:required {
    box-shadow: none;
}

input:invalid {
    box-shadow: none;
}

/* End Fix for invalid input borders always visible; disables borders for all browsers*/

/* Document Upload */

.DocumentManagerTabCssClass {
    display: none !important;
}

.panelAddDocuments {
    min-height: 310px !important;
}

.du-upload-button {
    background: url("../images/buttons/save_bg.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
    color: black;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    margin-right: 6px;
}

    .du-upload-button[disabled], .du-upload-button[readonly], .du-upload-button[disabled]:hover, .du-upload-button[readonly]:hover {
        background: url("../images/buttons/button_bg_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.du-open {
    background: url("../Images/DocumentManagement/du_open.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

    .du-open:hover {
        font-weight: bolder;
    }

    .du-open[disabled], .du-open[readonly], .du-open[disabled]:hover, .du-open[readonly]:hover {
        background: url("../Images/DocumentManagement/du_open_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }


.du-update {
    background: url("../images/DocumentManagement/du_upload.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}


    .du-update:hover {
        font-weight: bolder;
    }

    .du-update[disabled], .du-update[readonly], .du-update[disabled]:hover, .du-update[readonly]:hover {
        background: url("../Images/DocumentManagement/du_upload_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.du-generate {
    background: url("../Images/DocumentManagement/du_generate.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}


    .du-generate:hover {
        font-weight: bolder;
    }

    .du-generate[disabled], .du-generate[readonly], .du-generate[disabled]:hover, .du-generate[readonly]:hover {
        background: url("../Images/DocumentManagement/du_generate_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.du-version {
    background: url("../Images/DocumentManagement/du_versions.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

    .du-version:hover {
        font-weight: bolder;
    }

    .du-version[disabled], .du-version[readonly], .du-version[disabled]:hover, .du-version[readonly]:hover {
        background: url("../Images/DocumentManagement/du_versions_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.du-attribute {
    background: url("../Images/DocumentManagement/du_attributes.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 16px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}


    .du-attribute:hover {
        font-weight: bolder;
    }

    .du-attribute[disabled], .du-attribute[readonly], .du-attribute[disabled]:hover, .du-attribute[readonly]:hover {
        background: url("../Images/DocumentManagement/du_attributes_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.du-ActionAttibutes {
    float: left;
    vertical-align: baseline;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.du-delete {
    background: url("../Images/DocumentManagement/du_delete.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}

.du-PadBtnVer {
    padding-right: 4px;
}

.du-delete:hover {
    font-weight: bolder;
}

.du-delete[disabled], .du-delete[readonly], .du-delete[disabled]:hover, .du-delete[readonly]:hover {
    background: url("../Images/DocumentManagement/du_delete_d.png") repeat-x scroll left center transparent;
    color: #666;
    box-shadow: none;
}

.du-back-to-documents {
    background: url("../images/buttons/button_bg.png") repeat-x scroll left center transparent;
    border: 1px solid #888888;
    color: black;
    font-size: 11px;
    font-weight: bold;
    font-family: Proxima Nova, Arial;
    margin: 2px;
    padding: 4px 7px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: inline-block;
}

    .du-back-to-documents[disabled], .du-back-to-documents[readonly], .du-back-to-documents[disabled]:hover, .du-back-to-documents[readonly]:hover {
        background: url("../Images/buttons/button_bg_d.png") repeat-x scroll left center transparent;
        color: #666;
        box-shadow: none;
    }

.du-error {
    width: 100%;
    text-align: center;
    padding: 5px 5px 5px 0px;
}

.du-screen-option {
    margin: 2px 0px 2px 0px;
}

.dg-divbuttons {
    padding-top: 5px;
    padding-bottom: 5px;
}
.du-Picture 
{
    background: url("../Images/Buttons/du_camera.png") no-repeat scroll left center transparent;
        background-size: contain;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    /*padding: 8px;*/
    width: 18px;
    height: 18px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
.du-mailAttach
{
    background: url("../Images/DocumentManagement/du_mail.png") no-repeat scroll left center transparent;
    color: black;
    font-size: 11px;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}


.multi-upload-container {
    padding-right: 2px;
}

    .multi-upload-container .RadTreeView {
        white-space: inherit;
    }

        .multi-upload-container .RadTreeView .rtTop, .multi-upload-container .RadTreeView .rtMid, .multi-upload-container .RadTreeView .rtBot {
            padding: 1px 0 1px 0px;
        }

        .multi-upload-container .RadTreeView div.rtIn {
            display: inline-block;
            vertical-align: top;
            width: 100%;
        }

        .multi-upload-container .RadTreeView .rtIn, .multi-upload-container .RadTreeView .rtIn {
            background: none !important;
            border: none !important;
            padding: 0px 3px 3px 0px !important;
            margin-left: 0px;
        }

    .multi-upload-container .rtIn, .multi-upload-container .rtIn {
        background: none !important;
        border: none !important;
        padding: 0px 3px 3px 0px !important;
        margin-left: 0px;
    }

    .multi-upload-container .rtIn, .multi-upload-container .rtTop, .DocumentSearchTree .rtMid, .multi-upload-container .rtBot {
        margin-left: 0px;
    }

    .multi-upload-container .rtUL {
        margin-top: 3px;
    }

    .multi-upload-container .RadTreeView .rtSp {
        display: inline-block;
        height: 5px;
        margin-left: -1px;
        width: 1px;
    }

/* end document upload */

/* start user control popup window */
.popup-close-button {
    background-image: url("../Images/Buttons/close_bg.gif");
    background-repeat: no-repeat;
    height: 16px;
    width: 16px;
    cursor: hand;
}

    .popup-close-button:hover {
        background-image: url("../Images/Buttons/close_h.gif");
    }

.popup-header-caption {
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
    height: 18px;
    background-image: url("../Images/Buttons/gray_header_bg.png");
    background-repeat: repeat-x;
    font-size: medium;
    color: #153858;
    margin-bottom: 5px;
}

.popup-back-ground {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    top: 0px;
    left: 0;
    background: #000000;
    border: 1px solid #cecece;
    z-index: 1000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.popup-window {
    /*  position: fixed;
    top: 10px;
    width: 80%;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #cecece;
    z-index: 1500;
    height: 98%;
    overflow: auto;*/

    position: fixed;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #cecece;
    z-index: 1500;
    height: 70%;
    overflow: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.popup-window-content {
    display: inline;
    width: 570px;
    margin-top: 6px;
}

.rwLoading {
    background-image: url('../Images/logoLoadingPermiTrack.gif') !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .wdth103 {
        width: 103% !important;
    }

    .wdth102 {
        width: 102% !important;
    }

    .wdth101 {
        width: 101% !important;
    }

    .wdth106 {
        width: 106% !important;
    }

    .wdth107 {
        width: 107% !important;
    }

    .wdth108 {
        width: 108% !important;
    }
    .wdth110 {
        width: 110% !important;
    }

    .wdth98 {
        width: 98% !important;
    }

    .wdth99 {
        width: 99% !important;
    }

    .margn3 {
        margin-left: 3px;
    }
    .margn5 {
        margin-left: 5px;
    }
     .margn8 {
        margin-left: 8px;
    }
}
.header-toolbar
{
    width: 100%;
    text-align:right !important;
}
.snapshot-collaspe {
    width: 24px;
    position: absolute;
    z-index: 15;
    padding: 8px;
    left: 257px;
    top: 3px;
}
.snapshot-expand {
    width: 24px;
}
.tab-data-container .RadTabStrip .rtsOut, .tab-data-container .RadTabStripVertical .rtsOut
{
    padding-right: 5px;
}

.tab-data-container .RadTabStrip .rtsIn, .tab-data-container .RadTabStripVertical .rtsIn
{
    padding: 0 0px;
}

.tab-data-container .RadTabStrip .rtsLink, .tab-data-container .RadTabStripVertical .rtsLink
{
    padding-left: 5px;
}
.tab-data-container-100 {
    /*background-color: Aqua;*/
    margin-top:4px;
    float: left;
    width: 98%;
    border-left: thin solid lightgrey;
    border-right: thin solid lightgrey;
    padding-right: 20px;
    vertical-align: top;
}

/*overwrite RadDock default css*/
.RadDock .field-caption {
    margin-bottom: 4px !important;
}
 .RadDock .rdCommands {
            top: 32% !important;
    right: 5px !important;
    }
 .RadDock input[type=text] {
           width: 93% !important;
    padding: 1.7px 0px 1.7px 0px !important;
    }
 .RadDock select{
    border:1px solid #C3D9F9;
}
.RadDockZone{
    border: 0px !important;
    margin: 0px 2px 5px 0px !important;
    padding: 0px !important;
}

.RadDock_Office2010Blue {
    border-color: #37D !important;
}
.RadDock_Office2010Blue .rdCommandButton:before {
    
}
.RadDock .rdTitleWrapper {
        padding: 5px !important;
        border-color: #384D0F !important;/*#8BA10D !important;*/
        background-image: linear-gradient(#58D3F7,#37D) !important;
    }
.RadDock_Office2010Blue .rdTitleWrapper .rdTitle {
    color: #fff !important;
    font-weight: bold !important;
}
 .RadDock .rdCommandButton {
    width: 782px !important;/*13.42857em !important;*/
}
 .RadDock .rdCommandButton:before {
    text-align: right !important;
    color: #fff !important;
}

    .RadDock_Office2010Blue .rdCommandButton:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
}

.popup-subheading {
            background-color: steelblue;
            font-size: 17px;
            padding: 5px 6px;
            padding-left: 0px;
            padding-right: 1px;
            color: #fff;
            text-align: center;
            width: 99%;
        }
.circle {
	/*border:3px solid #fff;*/
	padding: 0px 4px 0px 4px;
	width:5px !important; 
	text-align:center; 
	background-color:#F3703C; 
	color:#fff; font-weight:bold; 
	font-size:13px; 
	border-radius:50px;
	margin-left: 3px;
	min-height: 10px !important;
	}
 ::-ms-clear {
            display: none;
        }



 .table-container, .table-container th, .table-container td {
    border: 1px solid #ccc;
    padding: 2px;
}

 .currencyformate {
    text-align:right;
    }

.stagetab {
    width: 120px;
   
    padding: 5px;
    text-align: center;
    background-color: white;
    display: block;
    color: dimgray;
    font-weight: bold;
    border: 1px solid #888888;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.selected-stagetab {
    background: radial-gradient(ellipse at center, #efe35f 0%,#f9d36b 100%);
    border-bottom: 1px solid #f9d36b;
}

.hovered-stagetab {
    background: radial-gradient(ellipse at center, #efe35f 0%,#f9d36b 100%);
}

.detail-stagetab {
    margin-right: -1px;
    margin-left: 2px;
}

.submission-stagetab {
    border-left-color: #888888;
}


.pay-button {
    color: black;
    font-size: 11px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    margin-top: -17px;
    margin-bottom: 10px;
    margin-right: 3px;
    width: 83px;
    height: 26px;
}

.history_icon {
    background: url("..//Images/History_Icon.png");
    background-size: 17px 17px;
    display: inline-block;
    width: 17px;
    height: 17px;
    content: "";
    margin-top: -6px;
    cursor: pointer;
}
.RadWizard_Office2010Blue {
    font-family: Proxima Nova !important;
}
