/* IE10 Fix for overlaying vertical scrollbar */
@-ms-viewport { 
    width: auto !important; 
} 

#divMainContent {
    margin-top: 10px;
}

/* #region Header Styles ==================================================== */
a.Header {
    color: #000;
    font-size: 0.9em;
    text-decoration: none;
}
a.Header:hover {
    text-decoration: underline;
}

.header-menu-row {
    background-color: #E4E2D3;
    border-bottom: 1px solid #CAC9BB;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    text-align: right;
    vertical-align: bottom;
    min-height: 0 !important;
}

#lblEmulating {
    background-color: #CCD7B2;
    color: #6D7E42;
    font-weight: 600;
    padding: 1px 10px;
}


.unitedsuppliers-blue-background {
    background-color: rgba(88, 140, 193, 128);
    height: 85px;
    opacity: 0.67;
    vertical-align: middle;
}
.unitedsuppliers-corn-background {
    background: url(../images/corn-background.jpg) center;
    height: 100%;
}
.unitedsuppliers-header-image {
    display: block;
}


@media (min-width: 768px) {
    .unitedsuppliers-header-image {
        height: 85px;
        width: 735px;
        max-height: 85px;
        max-width: 735px;
        min-height: 85px;
        min-width: 735px;
    }
}

.top-menu-bar {
    background-color: #E4E2D3;
}
/* #endregion Header Styles ================================================= */


/* #region Footer Styles  =================================================== */
.footer {
    background: #6c6a5c; /* Old browsers */
    background: -moz-linear-gradient(top,  #6c6a5c 0%, #393831 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6c6a5c), color-stop(100%,#393831)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6c6a5c 0%,#393831 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6c6a5c 0%,#393831 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6c6a5c 0%,#393831 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6c6a5c 0%,#393831 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c6a5c', endColorstr='#393831',GradientType=0 ); /* IE6-9 */
    clear: both;
    color: #FFFFFF;
    height: 90px;
    line-height: 40px;
    min-height: 90px;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}

.footer-container {
    padding: 25px;
}

TD.FooterTop {
    background-image: url("../images/footerbar.gif");
    background-repeat: repeat-x;
    empty-cells: show;
    height: 10px;
    width: 100%;
}

TD.FooterCopyright {
    color: #000;
    font-size: 0.8em;
    font-style: normal;
    padding-bottom: 4px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

TD.FooterImage {
    text-align: right;
    width: 104px;
}
/* #endregion Footer Styles ================================================= */


/* #region Sticky Footer Styles ============================================= */
html,
body {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 90%;
}

/* Set the fixed height of the footer here */
#push,
#footer {
    height: 60px;
}
#footer {
    background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    #footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 768px) {
    #sidebarSpanDiv {
        height: 100%;
        min-height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        padding-bottom: 20px;
    }
}
/* #endregion Sticky Footer Styles ========================================== */


/* #region Left Nav Styles ================================================== */

nav.navbar {
    padding: 10px;
}


.m1 {
    color: #59574B;
    font-size: 1.2em;
    font-weight: 600;
    line-height: 23px !important;
    margin-bottom: 3px;
    margin-top: 10px;
    padding-left: 0;
}

.m3 a {
    color: #0365AC;
    font-size: 0.9em;
    padding-bottom: 3px;
    padding-left: 1px;
    text-decoration: none;
}

.m3 a:hover {
    text-decoration: underline;
}

#master-main-row .sidebar-nav-handle {
	border-radius: 3px;
	color:white;
	display:block;
    left: 16.66666667%;     /* match width of .col-xs-2 */
    outline: 0;
	padding:20px 0;
	position:fixed;
    top: 50%;
    text-decoration: none;
    font-size: .7em;
    text-align: center;
    z-index: 200;
    margin-left: -6px;

    background-color: #92907c;
    border: 1px solid;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);

	-webkit-transition: background 0.3s ease, border 0.3s ease, left 0.3s ease;
	-moz-transition: background 0.3s ease, border 0.3s ease, left 0.3s ease;
	-o-transition: background 0.3s ease, border 0.3s ease, left 0.3s ease;
    transition: background 0.3s ease, border 0.3s ease, left 0.3s ease;
}

#master-main-row .sidebar-nav-handle:hover {
    color: #ffffff;
    text-decoration: none;
	background-color: #3B85BA;
	border: 1px solid #27577A;
}


#master-main-row.nav-collapsed .sidebar-nav-handle {
	left: 0;
    margin-left: 0;
}

#master-main-row.nav-collapsed .sidebar-nav-handle .glyphicon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

    -webkit-animation: half-spin 0.3s ease 1;
    animation: half-spin 0.3s ease 1;
}

#master-main-row #sidebarSpanDiv {
    background-color: #E4E2D3;
    border-right: 1px solid #CAC9BB;
}

@media (min-width: 768px) {
    /* normal size */
    .full-nav-handle {
        display: none;   
    }
    
    #master-main-row > .left-nav, #master-main-row #divMainContent {
        -webkit-transition: width 0.3s ease, margin 0.3s ease, opacity 0.3s ease, left 0.3s ease;
        -moz-transition: width 0.3s ease, margin 0.3s ease, opacity 0.3s ease, left 0.3s ease;
        -o-transition: width 0.3s ease, margin 0.3s ease, opacity 0.3s ease, left 0.3s ease;
        transition: width 0.3s ease, margin 0.3s ease, opacity 0.3s ease, left 0.3s ease;
    }
    
    #master-main-row.nav-collapsed #divMainContent {
        padding-left: 15px;
        margin-left:-16.6666667%;
        width: 100%;
    }
    
    #master-main-row.nav-collapsed > .left-nav {
        left: -17%;
    }

    #master-main-row.nav-collapsed #sidebarSpanDiv {
        border-width: 0;
    }
}

@media (max-width: 767px) { /* compact size - full width menu*/

    /* transition on height doesn't work when height is auto, so transition max-height instead */
    #master-main-row nav, #master-main-row #divMainContent {
        -webkit-transition: height 0.3s ease, margin 0.3s ease;
        -moz-transition: height 0.3s ease, margin 0.3s ease;
        -o-transition: height 0.3s ease, margin 0.3s ease;
        transition: max-height 0.3s ease, margin 0.3s ease;
    }

    #master-main-row .sidebar-nav-handle {
        display: none;
    }

    #master-main-row nav {
        max-height: 9999px;
    }

    #master-main-row.nav-collapsed nav {
        max-height: 0;
        min-height: 0;
        padding: 0;
        overflow: hidden;
    }

    #master-main-row.nav-collapsed #divMainContent {
        padding-left: 15px;
        margin-left: 0;
        width: 100%;
    }

    #master-main-row .btn.full-nav-handle {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-image: none;
        background-color: #92907c;
        border: 1px solid;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        color: #FFFFFF;
    }

    #master-main-row .full-nav-handle .nav-button-label::after {
          content: "Hide Menu";
    }

    #master-main-row.nav-collapsed .full-nav-handle .nav-button-label::after {
          content: "Show Menu";
    }
    
    #master-main-row .full-nav-handle .glyphicon::before {
        content: "\e113";   /* chevron up */
    }

    #master-main-row.nav-collapsed .full-nav-handle .glyphicon::before {
        content: "\e114";   /* chevron down */
    }

    #master-main-row #sidebarSpanDiv {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; 
    }
}

@-webkit-keyframes half-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(180deg);
    }    
}
@keyframes half-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(180deg);
    }    
}

/* BEGIN classes to allow a span element to use the max height of its parent */
/* http://stackoverflow.com/questions/14819425/bootstrap-div-100-height-of-its-parent-element */
@media (min-width: 768px) {
	.col {
	    margin-bottom: -99999px;
	    padding-bottom: 99999px;
	    background-color: #E4E2D3;
	}

	.col-wrap {
	    overflow: hidden;
	}
}
/* END classes to allow a span element to use the max height of its parent */
/* #endregion Left Nav Styles =============================================== */


/* #region Common Styles ==================================================== */
body, input, select
{
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

/* Custom container */
.container {
    margin: 0 auto;
    width: 100%;
}

.no-left-margin {
    margin-left: 0 !important;
}
.tiny-left-margin {
    margin-left: 0.5% !important;
}

.well {
    background-color: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    padding: 0px;
}

.logoStyle {
    display: block;
    margin: auto;
}

#ctl00_ContentPane {
    padding: 10px 10px 10px 20px;
}

label {
    vertical-align: middle;
}

h1, h2, h3 {
    line-height: inherit;
}
hr {
    background: #59574B; /* Old browsers */
    background: -moz-linear-gradient(left,  #a5a28b 0%, #59574B 50%, #a5a28b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#a5a28b), color-stop(50%,#59574B), color-stop(100%,#a5a28b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #a5a28b 0%,#59574B 50%,#a5a28b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #a5a28b 0%,#59574B 50%,#a5a28b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #a5a28b 0%,#59574B 50%,#a5a28b 100%); /* IE10+ */
    background: linear-gradient(to right,  #a5a28b 0%,#59574B 50%,#a5a28b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5a28b', endColorstr='#a5a28b',GradientType=1 ); /* IE6-9 */

    border: 0 none;
    height: 1px;
}

.border-table {
    border-radius: 10px;
    margin-bottom: 2em;
}

.border-table-header {
    background-color: #ACA992;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px;
}

.border-table-content {
    background-color: #F9F6EA;
    border: 1px solid #CAC9BB;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

input { 
    outline-style: none !important;  /* stop IE10 from drawing a dotted outline around textboxes */
}

.SessionMsg {
    background-color: rgba(249,246,234,0.9); /*F9F6EA*/
    border: 1px solid #ECE9DE;
    border-radius: 3px;
    color: #0365AC;
    font-size: 1em;
    font-weight: 600;
    margin-top: 0.5em;
    overflow: auto;
    padding: 0.9em;
    text-align: center;
    vertical-align: middle;
}
@media (min-width: 768px) {
    .SessionMsg {
        margin-right: 10px;
    }
}

/* #endregion Common Styles ================================================= */


input[type=file] {
    color: #ff0000;
}

.required {
    color: red;
}

.top-menu-row {
    background-color: #E4E2D3;
}

/* #region Fix bootstrap's interpretation of our legacy elements */
input[type=radio] + label,
input[type=checkbox] + label {
    display: inline;
    margin-left: 0.3em;
    margin-right: 1.2em;
}

.InputTable
{
	/*font-size:10px;*/
	color:#000000;
	width: 100%;
	/*font-weight: bold;*/
	background-color: #DEDBD1;
	border: solid 1px black;
}


.InputTable td, .InputTable TD 
{
	 /*font-size:11px;*/
	 /*font-weight: bold;*/
/*	 white-space:nowrap;*/
	 color: #293439;
     background: #e7eff7;
}

TABLE.InputTable TABLE
{
	width: 100%;
}

TABLE.InputTable TABLE.InputInsideBorder TD
{
     border-width: 1px;
     border-style: solid;
     border-color: #ffffff;
     padding: 3px;
     white-space: nowrap;
}

.InputTable INPUT.submit, .InputTable INPUT.button, .InputTable INPUT.buttonstyle
{
    height: 32px;
}

.InputTable .textsmall
{
	font-size:11px;
	color: #293439;
	font-weight: normal;
}

.InputTable .textsmallB
{
	font-size:11px;
	color: #293439;
	font-weight: bold;
}

.InputTable .textreqB
{
	font-size:11px;
	color: #ff0000;
	font-weight: bold;
}

.InputTable th, .InputTable TH , .InputTable TH A, .InputTable th a
{
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000!important;
	background-color: #DEDBD1;
}
/* #endregion Fix bootstrap's interpretation of our legacy elements */

.bottom-text-container {
    position: relative;
}

.bottom-text {
    position: absolute;
    bottom: 0;
    right: 0;
}

.no-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

/* #region Legacy Agrimine controls fixes */
select[id*=uxRetailerShuttle] {
    font-size: 0.9em;
}
/* #endregion Legacy Agrimine controls fixes */
#dialogBox
{
    /*padding: 5px 5px 5px 5px;*/
    margin-left:10px;
    background-color: #F9F6EA;
    border: 1px solid #ACA992;
    border-radius: 4px;
}

#dialogBox h3
{
    background-color: #ACA992;
    height: 42px;
    color: #ffffff;
    padding-top: 12px;
    padding-left: 20px;
    /*font-weight: bold;*/
    margin-right: 0px;
    margin-top: 0px;
    font-size: 1.2em;
    border: 1px solid #ACA992;
}

#dialogBox .ownerInfoBody td {
    width: 25%;
    padding: 0 10px 10px 10px;
}

#dialogBox .ownerInfoBody td:nth-child(odd) {    
    text-align: right;
}

#dialogBox .ownerInfoBody td:nth-child(even) {
    text-align: left !important;
}

.textsmall {
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	/*font-size: 8pt;*/
	color: black;
}

.textmed
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: black;
	font-weight:normal;
}

.textbig
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
}

.textsmallB
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: black;
}

.textmedB
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: black;
}

.textmedBRed
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: red;
}

.textbigB
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	color: black;
}

.textReq
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: red;
}
.textReqB
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: red;
	font-weight:bold;
}

.textReportRed
{
	font-family:Arial, Verdana, sans-serif;
    font-size:10px;
    color: Red;
}

.textReportRedB
{
	font-family:Arial, Verdana, sans-serif;
    font-size:10px;
    color: Red;
    font-weight: bold;
}

.BoldFontBlack
{
	font-family:Arial, Verdana, sans-serif;
    font-size:10px;
    color: Black;
    font-weight: bold;
}

.textsmallalt
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 7pt;
	color: White;
}

.textmedwhiteB
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: White;
}
/* low pri is the class .textmed, high pri is .textReq */
.textmedpriority
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: Blue;
} 
.textsmallgray
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 8pt;
	color: Gray;
}

/* #region Styles for saved grower/retailer list tools */
.ListSave
{
    right: 50px;

    min-width: 160px;

    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    outline: medium none;
    position: absolute;
    padding: 2px;
    margin-top: 15px;
    z-index: 999;
}
    .ListSave input {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
        font-size: 0.95em;
    }
    .ListSave > div.modal-body > table > tbody > tr > td:first-child {
        padding-right: 0.4em;
        text-align: right;
        white-space: nowrap;
    }

.required {
    color: red;
}

.SavedList
{
    right: 100px;
    min-width: 160px;

    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    outline: medium none;
    position: absolute !important;
    padding: 2px;
    margin-top: 15px;
    z-index: 999;

}
.SavedList label
{
    padding: 3px;
    margin-bottom: 2px;
    font-size: 12px;
    font-weight: bold;
}
/* #region Styles for saved grower/retailer list tools */

/********************************************************
* ReportTable is a set of style elements for data lists *
* one needs to set the class of the table to ReportTable*
* and if desired, the tr rows should be set to either   *
* ReportTableOddRow or ReportTableEvenRow				*
* <table class="ReportTable">							*
* <tr class="ReportTableOddRow">						*
*	<td....</tr>										*
* <tr class="ReportTableEvenRow">						*
*	<td....</tr>										*
*********************************************************/

/*
 *  ReportTable styles
 *  Updated by Kertis Henderson
 *  2006-11-17
 */

.ReportTable
{
	font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	width: 100%;
	border: solid 1px #D4D4D4;
	background-color: #F4F1E7;
}

.ReportTable tr:nth-child(2n+1) {
    background-color: #E4E2D3;
}
.ReportTable th, .ReportTable TH
{
	font-weight: bold;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    color: #FFFFFF;
    background-color: #ACA992;
}

TABLE.ReportTable TD
{
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    white-space: nowrap;
	/*font-family: Geneva, Verdana, sans-serif;*/
	color: #293439;
}

TABLE.ReportTable FONT.textaltsmall
{
	font-size: 10px;
	 color: #293439;
	font-weight: bold;
}


.ColorDarkBg {
    background-color: #314588;
    clip: rect(auto, auto, auto, auto);
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-indent: 5pt;
    text-transform: uppercase;
    width: 215px;
}


font {
    font-family: "Segoe UI", "Helvetica Neue", Arial, Verdana, sans-serif;
}

fieldset:not(.logon) {
    background-color: #F9F6EA;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.067);
    margin-bottom: 2em;
}

fieldset:not(.logon) > legend {
    background-color: #ACA992;
    border: 1px solid #B1B1A7;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;

    padding: 0 0.5em;

    width: 100%;
    margin-bottom: 0;
    
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset > div.container {
    background-color: #F9F6EA;
    border: 1px solid #B1B1A7;
    border-radius: 0px 0px 10px 10px;
    padding: 0.5em;
    width: auto;
}

select option {
    border-radius: 3px;

    -moz-transition: background-color ease-in 100ms, color 100ms ease-in;
    -o-transition: background-color ease-in 100ms, color 100ms ease-in;
    -webkit-transition: background-color ease-in 100ms, color 100ms ease-in;
    transition: background-color ease-in 100ms, color 100ms ease-in;
}

select option:hover {
    background-color: #4FB1F8;
    color: #fff;

    -moz-transition: background-color ease-in 100ms, color 100ms ease-in;
    -o-transition: background-color ease-in 100ms, color 100ms ease-in;
    -webkit-transition: background-color ease-in 100ms, color 100ms ease-in;
    transition: background-color ease-in 100ms, color 100ms ease-in;
}

/* Sales vs Potential elements */
.h
{
    border-bottom: 1px dashed green;
    cursor: help;
}



.work-summary-content {
    color: red;
    max-height: 100px;
    margin: 3px;
    overflow: auto;
    padding: 2px 5px;
    font-family: "Segoe UI", "Helvetica Neue", Arial, Helvetica, sans-serif;
}

    #WSNotifications ul {
        padding-left: 20px;
    }

        #WSNotifications ul li {
            list-style-type: disc;
        }

            #WSNotifications ul li ul li {
                color: Red;
                list-style-type: circle;
            }

a.work-summary-toggle {
    color: #fff;
    font-size: 1.5em;
    outline: none;
    padding-top: 3px;
    text-decoration: none;
}
    a.work-summary-toggle:hover {
        color: #fff;
        text-decoration: none;
        -webkit-text-shadow: 0 0 0.2em #fff;
        text-shadow: 0 0 0.2em #fff;
    }

.work-summary-container {
    border: 1px solid #B1B1A7;
    border-radius: 5px;
    box-shadow: 0 0 5px 2px rgba(0,0,0,0.15);
    margin-bottom: 1em;
    padding: 0px;
    background: #E4E5D7; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #FDFEEF 0%, #F1F2E3 40%, #E4E5D7 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#FDFEEF), color-stop(40%,#F1F2E3), color-stop(100%,#E4E5D7)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #FDFEEF 0%,#F1F2E3 40%,#E4E5D7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #FDFEEF 0%,#F1F2E3 40%,#E4E5D7 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #FDFEEF 0%,#F1F2E3 40%,#E4E5D7 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #FDFEEF 0%,#F1F2E3 40%,#E4E5D7 100%); /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FDFEEF', endColorstr='#E4E5D7',GradientType=1 );*/ /* IE6-9 fallback on horizontal gradient */
}

.work-summary-header {
    color: #fff;
    max-height: 100px;
    margin: 0;
    overflow: auto;
    border: 1px solid #aca992;
    padding: 5px 10px;
    background-color: #aca992;
    font-weight: bold;
}

/* #region Model Popup */
.dcp-modal div.pnlPopup {
    font-size: 12px !important;
}
.dcp-modal .border-table {
    border-radius: 10px;
    margin: 1em 1em 2em 1em;
}

.dcp-modal .border-table-header {
    background-color: #ACA992;
    border-radius: 16px 16px 0 0;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding: 10px 16px;
}

.dcp-modal .border-table-content {
    background-color: #F9F6EA;
    border: 1px solid #CAC9BB;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

.dcp-modal .modal {
    margin-left: -380px !important;
    width: 760px !important;
}

.dcp-modal .modal-header h3 {
    font-size: 2em;
    font-weight: 300;
}

.dcp-modal .modal-body {
    max-height: 600px !important;
}

.dcp-modal .modal-body label {
    display: inline-block !important;
}

.dcp-modal .modal-body, .dcp-modal .modal-footer {
    padding: 10px !important;
}

.dcp-modal .xsotDiv {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 6px;
    width: 320px !important;
}
.dcp-modal .xsotDiv td:not(.xsotSelected):hover, 
.dcp-modal .xsotDeselected:hover {
    background-color: #FFEFB5;

    -moz-transition: background-color ease-in 100ms;
    -o-transition: background-color ease-in 100ms;
    -webkit-transition: background-color ease-in 100ms;
    transition: background-color ease-in 100ms;
}

.dcp-modal .shuttle-source,
.dcp-modal .selectionMenu,
.dcp-modal .shuttle-destination {
    float: left;
}

.dcp-modal .shuttle-destination .error.help-inline {
    color: #B94A48;
}    

.dcp-modal .selectionMenu {
    margin: 30px 5px;
}

.dcp-modal .filtertab,
.dcp-modal .filtertaboff {
    border-radius: 4px 4px 0 0;
    padding: 5px 10px !important;
    width: auto !important;
}

.dcp-modal .filtertab {
    cursor: default;
}

.dcp-modal .filtertaboff {
    cursor: pointer;
    font-weight: normal !important;

    -moz-transition: background-color ease-in 100ms;
    -o-transition: background-color ease-in 100ms;
    -webkit-transition: background-color ease-in 100ms;
    transition: background-color ease-in 100ms;
}
.dcp-modal .filtertaboff:hover {
    background-color: #D8D3BF;

    -moz-transition: background-color ease-in 100ms;
    -o-transition: background-color ease-in 100ms;
    -webkit-transition: background-color ease-in 100ms;
    transition: background-color ease-in 100ms;
}

.dcp-modal div.group-properties {
    display: inline-block;
    margin-left: 0.5em;
    margin-bottom: 0 !important;
    width:80%;
}
.dcp-modal div.group-properties input[type='text'] {
    font-size: 1em;
    height: auto;
    margin-bottom: 0;
    line-height: 30px; /*for IE*/
    width: 70%;
}
.dcp-modal div.group-properties label + input {
    margin-left: 5px;
}
.dcp-modal div.group-properties input + span.error {
    margin-left: 5px;
}

.dcp-modal tr.rgRow:last-child td,
.dcp-modal thead tr.rgPager td {
    border-bottom: 1px solid #ddd;
}

.dcp-modal .btn-grid-action {
    min-width: 3em;
    padding: 8px;
}
                
.dcp-modal .form-group {
    margin-bottom: 0 !important;
}
.dcp-modal input[type='checkbox'],
.dcp-modal input[type='checkbox']:focus {
    outline: none;
}
/* #endregion Model Popup*/

.report-builder-settings {
    background-color: #F2E9CC; 
    width: 800px;
}

