﻿body {
    font-size:1.4rem;
}

body, label {
	font-family:'durusans-regular';
}

input[type="text"],
input[type="password"],
textarea {
	font-family:'durusans-regular';
}

.text-center {
    text-align:center !important;
}

.radio-inline {
    padding-left:15px;
}

.radio-inline input[type=radio] {
    margin-left: -15px;
}
.radio-inline label {
    margin-top: 2px !important;
}

::-webkit-file-upload-button {
    padding:3px 8px !important;
}

#acc-expand-close,
#acc-expand-close-dyn {
    cursor:pointer !important;
}
div.tooltip {
    white-space:nowrap;
}

div.tooltip-inner {
    max-width:none;
}


/* START Placeholder styles */
::-webkit-input-placeholder {
   color: #cfcfcf;
   font-style:italic;
   font-size:12px;
   line-height:34px;
}

:-moz-placeholder { /* Firefox 18- */
   color: #cfcfcf;
   font-style:italic;
   font-size:12px;
   line-height:34px;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #cfcfcf;
   font-style:italic;
   font-size:12px;
   line-height:34px;
}

:-ms-input-placeholder {
   color: #cfcfcf;
   font-style:italic;
   font-size:12px;
   line-height:34px;
}
/* END Placeholder styles */

a, a:focus, a:hover {
    color:#3c763d;
    outline:none;
    text-decoration:none;
    font-weight:bold;
}

.upload-tabs a {
    text-decoration:underline;
}
.upload-tabs a:hover {
    cursor:pointer !important;
}

a.linkbutton[disabled="disabled"],
a.linkbutton[disabled="disabled"]:hover {
    text-decoration:none !important;
    cursor:default !important;
}

input[type="text"]:read-only,
input[type="text"]:disabled,
select:disabled {
    padding-left: 0;
}

/* Masterful complex selector to change all page headings ^_^ */
.container-section-header .row div span .caption,
.PV_page_title {
    font-size:24px !important;
    color:#777 !important;
    margin-left:10px;
}

.container-section-header .row div span .caption-sp {
    font-size:24px !important;
    color:#777 !important;
    margin-left:3px;
}

.container-section-header-inside .row div span .caption,
.PV_page_title {
    font-size:24px !important;
    color:#777 !important;
    margin-left:10px;
}

.container-section {
    margin-bottom:5px;
}

.container-section-green {
    background-color:#e2f6d4;
    margin-bottom:5px;
}

form {
    margin-bottom: 30px;
}

.header-link{ color: #77BC1F; }
.header-link:hover{ color: #77BC1F; }

.dfltsetup {
    color:red;
    float:right;
}

.header {
    text-align:left;
    font-size:1.7rem;
    padding-top:7px;
}

.parent-form-column .four.columns.header,
.parent-form-column .eleven.columns.header {
    margin-top: 10px;
}

.parent-form-column .seven.columns.header {
    margin-top:7px;
}

input[type="checkbox"] {
    vertical-align:bottom; 
    top:-1px;
}

.checkbox label {
    padding-left:18px;
    vertical-align:text-bottom;
}

.checkbox input[type="checkbox"] {    
    margin:3px 15px 0px 0px;
}

.checkbox label {
    color:#000000;
    font-weight:500;
    display:inline; 
    margin-top:5px;
    margin-bottom:5px;
}

.label {
    padding-left:0;
}

.container{
    width:1200px;
    margin:0 auto;
    max-width:none;
}

.columns {
    border-collapse:collapse;
    padding-left:5px;
    padding-right:5px;
}

input[type="text"]:read-only,
input[type="text"]:disabled,
input[disabled] {
	background-color: transparent;
	outline: none !important;
	border: 0;
	font-size: 1.4rem;
    padding-top:0px;
	line-height: 2.6rem;
    margin-top:-3px;
    -webkit-box-shadow:none;
    box-shadow:none;
}

input:read-only {
    border:0;
    background:transparent;
}

textarea {
    white-space:pre-wrap;
}

textarea:not([readonly]) {
    line-height:2rem;
    overflow:auto;
    white-space:pre-wrap;
}

textarea:disabled,
textarea:read-only {
    -webkit-box-shadow: none;
    box-shadow: none;
    border:0;
}

.datagrid-table textarea {
    height:2.8rem;
    line-height:2.6rem;
}

.datagrid-table input[type="text"] {
    height:2.8rem;
    line-height:2.6rem;
}

.datagrid-table td {
    vertical-align: middle;
    line-height:normal;
}

.datagrid-table.rfq-table td {
    text-align:left !important;
}

input.textboxNumeric,
input.textboxNumericGRID {
    text-align: right;
    padding-right: 5px;
}

select:disabled {
    border:0;
    outline:0;
    background:transparent;
    font-weight:bold;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding-left:0;
    position:relative;
}

select:not(disabled) {
    padding: 0px 15px 0px 5px;
    width: 100%;

    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);


    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;

    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    font-size:1.3rem;
    font-weight:bold;
    border: 1px solid rgba(0,0,0,.4);

    background-image:
        linear-gradient(45deg, transparent 50%, #6ABC45 50%),
        linear-gradient(135deg, #6ABC45 50%, transparent 50%);
    background-position:
        calc(100% - 10px) 50%,
        calc(100% - 5px) 50%,
        calc(100% - .5em) .5em;
    background-size:
        5px 5px,
        5px 5px,
        1.5em 1.5em;
    background-repeat: no-repeat;

    height:2.6rem;
}

select:focus {
    outline: none;
}


.pvWrapper {
    display:inline-block;
    position:relative;
    width:100%;
}

.pvWrapper input[type="textbox"],
.pvWrapper span a img {
    background-color:transparent;
    border:0;
}

.pvWrapper span a img/*,
.pvWrapper span a*/
 {
    position:absolute;
    right:4px;
    top:5px;
}

/* Code to force second pv to sit next to others instead of covering */
.pvWrapper span:nth-of-type(2) a img {
    right: 22px;
}

/* Code to force third pv to sit next to others instead of covering */
.pvWrapper span:nth-of-type(3) a img {
    right: 40px;
}


.pvWrapper span a img.pvbutton_date {
    right:4px;
    top:5px;
}

.pvWrapper span a {
    display:inline;
    height:15px;
    width:15px;
}

.pvWrapper input[type="textbox"],
.pvWrapper input[type="text"] {
    padding-right:18px;
}

.pvWrapper.multiLookup input[type="textbox"],
.pvWrapper.multiLookup input[type="text"] {
    padding-right:35px;
}

.pvWrapper.tripleLookup input[type="textbox"],
.pvWrapper.tripleLookup input[type="text"] {
    padding-right:57px;
}

.ajax__calendar_container {
    z-index: 1000;
    width:185px !important;
}


.ajax__calendar_body,
.ajax__calendar_days {
    width:auto !important;
}

.ajax__calendar_days {
    position:relative !important;
}

.ajax__calendar_body table td {
    padding:1px 3px;
}

table.datagrid-table .ajax__calendar_container table,
table.datagrid-table .ajax__calendar_container table td,
table.datagrid-table .ajax__calendar_container table tr {
    background: #fff !important;
    color: #000 !important;
}

.datagrid article > input.icon-edit.row-form:checked ~ div > .fields,
.datagrid article > input.icon-expand.row-form:checked ~ div > .fields,
.datagrid article > input.icon-edit.row-form:checked ~ input.shown.row-sub-form ,
.datagrid article > input.icon-expand.row-form:checked ~ input.shown.row-sub-form { 
    display:block; 
}

.datagrid {
    height:auto;
    overflow-y:visible;
}

.datagrid div.fields .row > div {
    padding: 0 10px 10px 10px;
    height: auto;
}


.columns.datagrid-table {
    padding: 0;
}

table.datagrid-table, .datagrid-table td, .datagrid-table th, .datagrid-table tr {
    border:0;
    white-space:normal;
}

.datagrid-table .GridHeader td,
.datagrid-table td.GridLine,
.datagrid-table tr.GridLine td,
.datagrid-table td {
    font-size: 1.2rem;
}

.datagrid-table .GridNumbering td {
    text-align: center;
}

table.datagrid-table {
    /*margin-top:50px;*/
	width: 100%; 
	border-collapse: collapse; 
}

.datagrid-table tr:nth-of-type(odd) { 
	background: #eee; 
}

.datagrid-table td { 
	padding: 6px; 
	text-align: left;
}

.datagrid-table td input[type=checkbox][disabled] {
    margin: 4px 0 0;
}

.checkbox {
    /*height: 0px !important;*/
    margin: 0px !important;
    padding: 0px !important;
}

span.checkbox.approve-class-id.margin-4 {
    margin: 4px !important;
}

.checkbox, .radio {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: normal;
}

.pv-container .checkbox {
    height:2rem;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

label {
    margin-bottom: 0;
    margin-top: 10px;
}

.icon-size-nest span img {
    height: 100%;
    width: 100%;
    vertical-align: initial;
}

.panel-default > .panel-heading {
    background-color: white;
    background-image: none;
    background-repeat: repeat-x;
}

.panel-group {
    margin-bottom: 5px;
}

.panel {
    -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    border-radius: 3px;
}

.panel-shadow-effect {
    -webkit-box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    box-shadow: 2px 2px 2px rgba(20, 20, 20, .1);
    border-radius: 3px;
    border: solid 1px rgba(0,0,0,0.2);
}

.panel-shadow-effect-nobk {
    border: solid 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 2px 2px 2px rgba(10, 10, 10, .1);
    box-shadow: 2px 2px 2px rgba(10, 10, 10, .1);
    border-radius: 2px;
    background-color: #FFF;
}

.cb-height {
    height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cb-height-15 {
    height: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dfltdept {
    color: blue;
    margin-left: 10px;
}

.dfltsetup {
    float: none;
    color: red;
    margin-left: 10px;
}

.hover-green {
}
.hover-green:hover {
    /*color:#8bd3b4;*/
}

.rq-header-section {
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    max-width: 100% !important;
    width: 100% !important;
}

.rq-header-topsection {
    background-color:black;
    color:green;
    margin-bottom:0px;
}

.rq-header-homeimage {
    cursor: pointer; 
    cursor: hand;
}

.rq-header-clickhand a {
}
.rq-header-clickhand a:hover {
    cursor: pointer !important; 
    cursor: hand !important;
    text-decoration: none !important;
}

rq-header-help-sectoin { }

.rq-header-help-item {
    border-left:solid 1px #3c763d;
    border-right:solid 1px #3c763d;
    display:inline;
    padding-left:5px;
    margin-left:3px;
    padding-right:5px;
    margin-right:3px;
}

.rq-header-dateborder {
    border-left:solid 1px #fff;
    margin-left:5px;
    padding-left:5px;
}
.rq-header-logoutborder {
    border-left:solid 2px #3c763d;
    padding-left:10px;
}

.rq-header-bottomborder {
    border-bottom:solid 1px #808080;
}

.rq-header-help-section a {
    color:#3c763d;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}

.rq-header-help-section a:hover {
    color:#00b514;
    cursor: pointer !important; 
    cursor: hand !important;
    text-decoration:underline;
    font-weight: bold;
    font-size: 12px;
}

.rq-header-help-section span {
    color:#fff;
    font-weight: bold;
    font-size: 12px;
}

.rq-header-date {
    border-left:solid 1px #fff;
    margin-left:5px;
    padding-left:5px;
    color:#fff;
    margin-right:10px;
}

.rq-logout-btn {
    border-left:solid 1px #3c763d; 
    margin-left:3px;
    padding-left:5px;
}
.rq-update-btn {
    border-right:solid 1px #3c763d; 
    margin-right:3px;
    padding-right:5px;
}

.rq-color-green { color:#3c763d; }

.rq-header-info-section { }

.rq-header-info-item {
    color:#00b514;
    display:inline;
    padding-left:5px;
}

.rq-header-dropdown {
    width: auto;
    border: 0;
    color: #77BC1F;
    font-size: 12px;
    background-color: black;
    background-image: linear-gradient(45deg, transparent 50%, #77BC1F 50%), 
                      linear-gradient(135deg, #77BC1F 50%, transparent 50%), 
                      radial-gradient(black 70%, transparent 72%);
}

.ie-req-header-height { height:100% }

.rq-header-info-section span {
    color:#00b514;
    font-weight: bold;
    font-size: 12px;
}

.rq-header-info-section a {
    color:#00b514;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
}
.rq-header-info-section a:hover {
    color:#00b514;
    cursor: pointer !important; 
    cursor: hand !important;
    text-decoration:underline;
    font-weight: bold;
    font-size: 12px;
}
    
.container-fluid {
    width:90%;
    width:calc(100% - 100px);
    max-width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-left:0;
    padding-right:0;
}

/* START PV Form styles */
.pv-header {
    width:100%;
    background:#fff;
    padding-left:10px;
    padding-right:10px;
    min-width:300px;
}

.PV_page_title {
    margin-left: 0px;
}

.pv-container .reqlogic-btn,
.btn-slim {
    padding: 1px 6px !important;
    height:25px;
    vertical-align:top;
}

.pv-container,
.pv-container-syssettings {
    width:100%;
    margin:0 auto;
    max-width:none;
    padding-bottom:0;
    padding-left: 10px;
    padding-right: 10px;
    min-width:300px;
}

.font-subheading-size {
    color:#777;
}

.pv-container table.datagrid-table,
.pv-container-syssettings table.datagrid-table {
    margin: 0;
    font-size:1.3rem;
}

td.PV_GridLine {
    padding-top:2px;
    padding-bottom:2px;
    line-height:1.6rem;
    white-space:nowrap;
}

td.PV_GRIDLINE input[type="text"] {
    font-size:1.2rem;
}

.pv-container table.datagrid-table td {
    padding: 2px 10px;
}

.pv-container-syssettings table.datagrid-table td {
    padding: 2px 5px;
}

tr.PV_GridHeader {
    background:#7F7F7F !important;
}

.pv-container table.datagrid-table td a,
.pv-container table.datagrid-table td a {
    color:#000;
    font-weight:600;
}

/* overriding pv via id*/
#selfrmblnkt .pv-container a {
    color:#3c763d;
    font-weight:normal;
}

/*.pv-container table.datagrid-table .PV_GridLine a {
    font-weight: normal !important;
}*/

.pv-container table.datagrid-table tr.PV_GridHeader td a,
.pv-container table.datagrid-table tr.PV_GridHeader td a {
    text-align: left;
    text-decoration:none;
    color:#fff;
}

tr.PV_GridFooter td a {
    display:inline;
}

tr.PV_GridFooter td {
    text-align:center;
}

.pv-form {
    margin-bottom:0;
}
/* END PV Form styles */

/* START Menu Setup styles */
tr.Menu_GridHeader td {
    padding:5px;
}

tr.Menu_Selected {
    /*border: 2px ridge #69BE28;*/
    background-color:#c7edab !important;
}

tr.Menu_Row td {
    padding: 0 0 0 5px;
    font-size:11px;
}
/* END Menu Setup styles */

/* START Homepage table styles */
#homeKPIDiv .panel {
    margin-bottom:5px;
}

table.datagrid-table.HomeGrid td {
    font-size: 1rem;
    padding:6px;
}

table.datagrid-table.HomeGrid a {
    color: #3c763d;
}

table.datagrid-table.HomeGrid a img {
    height:20px;
}

.home-filter-link {
    display:inline-block;
    float:right;
    margin-right:15px;
    z-index:1000;
    font-size:1.2rem;
}

.home-filter-link a,
table.datagrid-table.HomeGrid .HomeGrid_Header a,
table.datagrid-table.HomeGrid tr:first-of-type td {
    color: #FFF;
    text-decoration: none;
}
.home-filter-link a,
a#ReportViewer1_ReportToolbar_ExportGr_Export {
    color: #3c763d;
}

.home-filter-link a:hover,
table.datagrid-table.HomeGrid a:hover {
    text-decoration:underline;
    cursor:pointer !important;
}
#home-grids-div {
    text-align:center;
    width:100%;
    display:inline-block;
}
#home-grids-div .panel-heading {
    text-align: left;
}
#home-grids-div .panel-default {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0px;
    width:100%;
}

table.datagrid-table.HomeGrid,
.datagrid-table.HomeGrid tr:not(.HomeGrid_Header) td {
    white-space: nowrap;
}

#home-grids-div .collapse {
    display: block;
    visibility: hidden;
}
#home-grids-div .collapse.in {
    display: block;
    visibility: visible;
}
.container-fluid.container-home {
    width: calc(100% - 20px);
}
@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.row.equal .panel-body {
    height: 100%;
}
.row.equal [class*="col-"] {
    margin:5px 0px;

}
.home-grid-item {
    display:inline-block;
}
/* END Homepage table styles */
.btn-report,
.reqlogic-btn {
    background: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #cccccc);
    background-image: -moz-linear-gradient(top, #f0f0f0, #cccccc);
    background-image: -ms-linear-gradient(top, #f0f0f0, #cccccc);
    background-image: -o-linear-gradient(top, #f0f0f0, #cccccc);
    background-image: linear-gradient(to bottom, #f0f0f0, #cccccc);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    -ms-border-radius: 10;
    border-radius: 10px;
    color: #3c763d;
    font-size: 1.2rem;
    padding: 3px 8px;
    border: solid #c2c2c2 1px;
    text-decoration: none;
    font-weight: bold;
}
.top-section-btn {
    padding: 10px !important;
    margin-top: -15px !important;
    font-size: 1.6rem !important;
}
.btn-approve {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -ms-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #cccccc);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #5cb85c;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #5cb85c 1px;
  text-decoration: none;
  font-weight:bold;
  width:200px;
}

    .btn-approve:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-approve:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }

.btn-reject {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -ms-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #cccccc);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #d9534f;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #d43f3a 1px;
  text-decoration: none;
  font-weight:bold;
  width:200px;
}
    .btn-reject:disabled {
        background: #fbfbfb;
        color: #b7b7b7;
        border: solid #838383 1px;
    }
        .btn-reject:disabled:hover {
            background: #fbfbfb;
            color: #b7b7b7;
            border: solid #838383 1px;
        }

::-webkit-file-upload-button {
  background: #f0f0f0;
  background-image: -webkit-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -moz-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -ms-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: -o-linear-gradient(top, #f0f0f0, #cccccc);
  background-image: linear-gradient(to bottom, #f0f0f0, #cccccc);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  -ms-border-radius:10;
  border-radius: 10px;
  color: #3c763d;
  font-size: 1.2rem;
  padding: 3px 8px;
  border: solid #c2c2c2 1px;
  text-decoration: none;
  font-weight:bold;
}

.btn:focus, .btn-report:focus, .btn-approve:focus, .btn-reject:focus,
.reqlogic-btn:focus,
input:focus,
input[type=file]:focus, 
input[type=checkbox]:focus, 
input[type=radio]:focus {
    outline: none;
}

::-webkit-file-upload-button:focus {
    outline: none;
}

.btn-report:hover,
.reqlogic-btn:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    text-decoration: none;
}
.btn-approve:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    text-decoration: none;
    border: solid #449d44 1px;
}
.btn-reject:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    text-decoration: none;
    border: solid #c9302c 1px;
}

::-webkit-file-upload-button:hover {
    background: #ffffff;
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    text-decoration: none;
}

input[type="password"] {
    height:2.6rem;
}

/**Overwrite styles for reports section*/
.PageNumberText input:not([readonly])[type="text"] {
    line-height: 1rem;
}

.PageNumberText input[type="text"], .PageNumberText input[type="password"] {
    width: auto;
}

.InputButtonClass tbody tr td div select {
    padding-right: 15px;
}

#ReportViewer1_ReportToolbar_ExportGr td {
    vertical-align: top;
}

.PressedButton,
.HoverButton {
    border-color:#69BE28 !important;
}
/**End Overwrite styles for reports section*/

.mail-fields-table {
    font-size:1rem;
}


.vertical-center {
  height:100%;
  width:100%;

  text-align: center;
  padding-top:25px;
}

.vertical-center:before {    /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

.vertical-center > .container {
  max-width: 100%;
  width:auto;
  background-color: gold;

  display: inline-block;
  vertical-align: middle;  /* vertical alignment of the inline element */
  font: 16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;        /* <-- reset the font property */
}

.login-link-box a,
.server-link-box a {
    color:#3c763d;
    font-size:10px;
	font-family:'durusans-regular';
    padding-top:6px;
    font-weight:bold;
    display:block;
}

.server-link-box a {
    display:inline-block;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, 
.col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, 
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, 
.col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, 
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, 
.col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, 
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, 
.col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left:10px;
    padding-right:10px;
}

.record-id input[type="text"] {
    font-size:24px !important;
    line-height:34px !important;
    height:auto !important;
    width:auto;
    display:inline-block;
    color:#3c763d;
}

.record-id #EMailTypeID {
    width: calc(100% - 35px);
}

.record-id {
    line-height:inherit;
    display:inline-block;
}

/*.record-id input[type="text"]:read-only {
    border: 1px solid rgba(0,0,0,.4);
    pointer-events: auto;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    background: #efefef;
}*/

.record-id [class*="icon-"].medium {
    vertical-align: text-bottom;
}

.record-id span label span {
}

.margin-top-10 .row:first-child label {
    margin-top:0;
}

.left-inner-col,
.middle-inner-col,
.right-inner-col {
    padding-top:0;
}

.left-inner-col {
    padding-left:0;
}

.right-inner-col {
    padding-right:0;
}

.transform-vertical-align {
    top: 50%;
    transform: translateY(50%);
}

table.datagrid-table tr:first-child,
table.datagrid-table tr:first-child td a {
    background: #7F7F7F !important;
    color:#fff;
}

table.datagrid-table tr.GridFooter,
table.datagrid-table tr.PV_GridFooter,
table.datagrid-table tr.GridNumbering {
    background:#fff;
    text-align:center;
    color:#7f7f7f;
    font-size: 1.2rem;
}

table.datagrid-table tr.GridFooter,
table.datagrid-table tr.PV_GridFooter,
table.datagrid-table tr.GridNumbering,
table.datagrid-table tr.GridFooter td,
table.datagrid-table tr.PV_GridFooter td,
table.datagrid-table tr.GridNumbering td {
    text-align:center;
    border-top:1px solid #7f7f7f;
}

table.datagrid-table tr.GridFooter td a,
table.datagrid-table tr.PV_GridFooter td a,
table.datagrid-table tr.GridNumbering td a {
    color:#3c763d;
}

table.datagrid-table td.PV_GridLine,
table.datagrid-table tr.PV_GridHeader td {
    text-align:left;
    line-height:1.2rem;
}

.rptpo-heading {
    font-size: 14px;font-weight: 600;
}

.rq-header-section select {
    height: auto;
    font-weight:normal;
    background-color: transparent;
}

.section-border-sep {
    border-left: solid 2px #dddddd;
}

.user-section-bottom-border-top {
    border-top:solid 5px #dddddd; min-height: 45px;
}
.user-section-bottom-border-bottom {
    border-top:solid 5px #dddddd; border-left:solid 5px #dddddd; min-height: 45px;
}

span.numcell,
td.numcell input:read-only,
.textboxNumeric_Descr,
.numcell span {
    text-align: right;
    float: right;
}

div.numcell input[type='text'],
div.numcell label,
table.datagrid-table td span.numcell
 {
    text-align: right;
    float: right;
}

table.datagrid-table tr:first-child td td.numcell
 {
    text-align: right !important;
    float: right;
}

td.griditem.numcell,
table.datagrid-table td.numcell {
    text-align: right !important;
}

table.datagrid-table-budget td.pad-1.text-right {
    padding-right:8px !important;
}

td.text-center input:read-only {
    text-align:center;
}

table.datagrid-table input:read-only {
    font-weight:normal;
}

.InputButtonClass select:disabled {
    outline: 0;
    font-weight: bold;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.InputButtonClass select:not(disabled) {
    padding: 0px 15px 0px 2px;
    width: 100%;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    font-size: x-small;
    font-weight: bold;
    border: 1px solid rgba(0,0,0,.4);
    background-image: linear-gradient(45deg, transparent 50%, #6ABC45 50%), linear-gradient(135deg, #6ABC45 50%, transparent 50%), radial-gradient(#fff 70%, transparent 72%);
    background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%, calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    height: auto;
}

.ReportToolbarGroup input:not([readonly])[type="text"], input:not([readonly])[type="password"][data-useragent*='rv:11.0'] {
    background-color: #ffffff;
    outline: none !important;
    border: 1px solid rgba(0,0,0,.4);
    pointer-events: auto;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    font-size: 1.3rem;
    padding-left: 5px;
    line-height: none;
    height: 20px;
}

/* START overwrite accordion styles */
.panel-heading {
    padding:10px;
}

.panel-body {
    padding: 0 0 15px 0;
}
/* END overwrite accordion styles */

.license-label {
    font-weight: bold;
}

.t-report {
    align-content:center;
    height:100vh;
    width:100%;
}

.config-setup-input-checkbox-top {
    vertical-align: text-top;
}

.config-setup-input-checkbox-top input[type="checkbox"] {
    vertical-align:baseline;
    top: 0px;
}

.upload-tabs {
    position: fixed;
    bottom: 0;
    padding-bottom: 15px;
    width: 100%;
    text-align:center;
}


.budInq-tabs {
    text-align:right;
    margin-top:7px;
    font-size:1.2rem;
    padding:0;
}
.budInq-tabs a:hover {
    cursor:pointer !important;
}

.error-header {
    font-size: 24px !important;
    color: #777 !important;
    margin-left: 10px;
}

.gray-header-container {
    background-color:#E6E6E6;
}

.buyer-total {
    font-weight:bold;
    font-size:16px;
}

.wraptext {
    white-space: pre-line;
    word-wrap: break-word;
}

p.wraptext {
    white-space:normal;
    margin-top:10px;
}

.wraptext .checkbox {
    margin-top:0;
    padding-top:0;
    height:auto;
    margin-bottom:0;
}

.wraptext .checkbox checkbox {
    margin-top:0;
    padding-top:0;
}

/*.wraptext .checkbox input[type="checkbox"] {
    margin-top:17px;
}*/

.wraptext .checkbox label {
    word-wrap:break-word;
    white-space:normal;
    display:block;
    margin:0;
}

table.datagrid-table.buyer-table td {
    font-size:10px;
}

table.datagrid-table.tiny-table td {
    font-size: 10px;
    padding:2px;
}

table.datagrid-table.tiny-table tr.GridHeader td {
    font-size: 10px;
    padding:6px 2px;
}

.buyer-notes-link {
    margin-top:10px;
    font-size:1.2rem;
    color:#77BC1F;
}

/*.buyer-table img {
    width:20%;
}*/

.TheToolTip {
	background-color:White;	
	border:1px solid #77BC1F;
	font-family:'durusans-regular';
	font-size:.9em;
	color:#000;
    display:inline-block;
    padding:5px 10px;
    z-index:999;
    margin-left: 20px;
}
	

.TheToolTip .datagrid-table {
	font-family:'durusans-regular';
	font-size:1.3rem;
}

.TheToolTip .datagrid-table td {
    white-space: nowrap;
}

#CloseWindow {
    position: relative !important;
    right: auto !important;
    top: auto !important;
}

select.listbox {
    background-image:none;
    background-position:center;
    padding:2px;
    overflow-y:auto;
}

.routing-top-split {
    height:200px;
    border-right: solid 2px #dddddd;
}

.routing-top-cb {
    margin-right:0px;
}

.routing-route-header {     
    font-size: 1.4rem;
    line-height: 4rem;
    font-weight: bold;
}

.routing-bottom-section {
        border-bottom: solid 2px #dddddd;
}

.routing-policy-bottom-icon {     
    margin-left: 60px;
    height: 40px;
}


/**ROUTING TABLE*/

table.datagrid-table-routing tr:first-child,
table.datagrid-table-routing tr:first-child td a {
    background: #7F7F7F !important;
    color:#fff;
    font-size: 1.0rem;
}

table.datagrid-table-routing tr.GridFooter,
table.datagrid-table-routing tr.PV_GridFooter,
table.datagrid-table-routing tr.GridNumbering {
    background:#fff;
    text-align:center;
    color:#7f7f7f;
    font-size: 1.0rem;
}

table.datagrid-table-routing tr.GridFooter td,
table.datagrid-table-routing tr.PV_GridFooter td,
table.datagrid-table-routing tr.GridNumbering td {
    text-align:center;
    border-top:1px solid #7f7f7f;
    font-size: 1.0rem;
}

table.datagrid-table-routing tr.GridFooter td a,
table.datagrid-table-routing tr.PV_GridFooter td a,
table.datagrid-table-routing tr.GridNumbering td a {
    color:#3c763d;
    font-size: 1.0rem;
}

.columns.datagrid-table {
    padding: 0;
}

table.datagrid-table-routing, .datagrid-table-routing td, .datagrid-table-routing th, .datagrid-table-routing tr {
    border:0;
    white-space:normal;
}

.datagrid-table-routing .GridHeader td {
    text-align:left;
}

.datagrid-table-routing .GridHeader td,
.datagrid-table-routing td.GridLine {
    font-size: 1.0rem;
    white-space:pre;
}

.datagrid-table-routing .GridNumbering td {
    text-align: center;
    font-size: 1.0rem;
}

table.datagrid-table-routing {
	width: 100%; 
	border-collapse: collapse; 
}

.datagrid-table-routing tr:nth-of-type(odd) { 
	background: #eee; 
}

.datagrid-table-routing td { 
	padding: 3px; 
	text-align: left; 
    font-size: 1.0rem;
}


/**END ROUTING TABLE*/


/**BUDGET TABLE*/

table.datagrid-table-budget tr:first-child,
table.datagrid-table-budget tr:nth-child(2),
table.datagrid-table-budget tr:first-child td a
table.datagrid-table-budget tr:nth-child(2) td a {
    background: #7F7F7F !important;
    color:#fff;
    font-size: 1.2rem;
}

table.datagrid-table-budget tr.GridFooter,
table.datagrid-table-budget tr.PV_GridFooter,
table.datagrid-table-budget tr.GridNumbering {
    background:#fff;
    text-align:center;
    color:#7f7f7f;
    font-size: 1.2rem;
}

table.datagrid-table-budget tr.GridFooter td,
table.datagrid-table-budget tr.PV_GridFooter td,
table.datagrid-table-budget tr.GridNumbering td {
    text-align:center;
    border-top:1px solid #7f7f7f;
    font-size: 1.2rem;
}

table.datagrid-table-budget tr.GridFooter td a,
table.datagrid-table-budget tr.PV_GridFooter td a,
table.datagrid-table-budget tr.GridNumbering td a {
    color:#3c763d;
    font-size: 1.2rem;
}

.columns.datagrid-table {
    padding: 0;
}

table.datagrid-table-budget, .datagrid-table-budget td, .datagrid-table-budget th, .datagrid-table-budget tr {
    border:0;
    white-space:normal;
}

.datagrid-table-budget .GridHeader td {
    text-align: left;
}

.datagrid-table-budget .GridHeader td,
.datagrid-table-budget td.GridLine {
    font-size: 1.2rem;
    white-space:pre;
}

.datagrid-table-budget .GridNumbering td {
    text-align: center;
    font-size: 1.0rem;
}

table.datagrid-table-budget {
	width: 100%; 
	border-collapse: collapse;
    margin-top:20px;
}

.datagrid-table-budget tr:nth-of-type(odd) { 
	background: #eee; 
}

.datagrid-table-budget td { 
	padding: 3px; 
	text-align: left; 
    font-size: 1.2rem;
}


/**END ROUTING BUDGET*/


/**TABLE NO HEADER*/

table.datagrid-table-no-head tr.GridFooter,
table.datagrid-table-no-head tr.PV_GridFooter,
table.datagrid-table-no-head tr.GridNumbering {
    background:#fff;
    text-align:center;
    color:#7f7f7f;
    font-size: 1.2rem;
}

table.datagrid-table-no-head tr.GridFooter td,
table.datagrid-table-no-head tr.PV_GridFooter td,
table.datagrid-table-no-head tr.GridNumbering td {
    text-align:center;
    border-top:1px solid #7f7f7f;
    font-size: 1.2rem;
}

table.datagrid-table-no-head tr.GridFooter td a,
table.datagrid-table-no-head tr.PV_GridFooter td a,
table.datagrid-table-no-head tr.GridNumbering td a {
    color:#3c763d;
    font-size: 1.2rem;
}

.columns.datagrid-table-no-head {
    padding: 0;
}

table.datagrid-table-no-head, .datagrid-table-no-head td, .datagrid-table-no-head th, .datagrid-table-no-head tr {
    border:0;
    white-space:normal;
}

.datagrid-table-no-head .GridHeader td {
    text-align: center;
}

.datagrid-table-no-head .GridHeader td,
.datagrid-table-no-head td.GridLine {
    font-size: 1.2rem;
    font-size: 1.2rem;
}

.datagrid-table-no-head .GridNumbering td {
    text-align: center;
    font-size: 1.2rem;
}

table.datagrid-table-no-head {
	width: 100%; 
	border-collapse: collapse; 
}

.datagrid-table-no-head tr:nth-of-type(odd) { 
	background: #eee; 
}

.datagrid-table-no-head td { 
	padding: 3px; 
	text-align: left; 
    font-size: 1.2rem;
}

table.datagrid-table-no-head.punchouts td {
    padding:5px;
}

/*table.datagrid-table-no-head tr:first-child,
table.datagrid-table-no-head tr:first-child td a {
    background: transparent !important;
    color:#fff;
}*/

/**END TABLE NO HEADER*/


.access-btn-grp {
    margin-top: 17px;
}

.access-btn-grp input[type=submit] {
    width: 100%;
    margin-top:10px;
}

.copy-container .pvWrapper {
    width:calc(100% - 55px);
}

.clear-check .checkbox{display:block !important;}

.multi-field div label {
    display:inline;
}

.multi-field div input[type="text"] {
    width:auto;
}

table.view-table select,
table.view-table input[type="text"] {
    font-size:1.2rem !important;
}

.container-section-header .col-md-6 {
    padding-right:0;
}

.no-ellipsis{ white-space: normal !important;}

.top-link {
    display:block; 
    height:19px;
    width:19px; 
    z-index:1000;
}

.center-col-span {
    text-align:center;
    display:block;
    width:100%;
}

.panel-heading label {
    margin-top:0;
}

.buyer-notes-link a img {
    vertical-align:sub;
    padding-right:3px;
}

.container-section-header input[type=submit] {
    /*margin-top:7px;*/
}

table.datagrid-table td {
    text-align:left;
}

table.datagrid-table tr:first-child td {
    text-align: left;
}

.panel-heading.row {
    font-weight:bold;
    font-size: 14px;
}

.background-grey .border-right {
    border-color:#ccc;
}

/*span.CenterCell {
    width: 100%;
    text-align: center;
    display: block;
}*/

.cb-span {
    color: #000000;
    font-weight: 500;
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

    .cb-span .checkbox {
        display:inline;
        margin-right: 18px !important;
    }
        .cb-span .checkbox input {
            margin-top: 3px !important;
        }

/* Fix checkbox alignment in view grid */
table.datagrid-table td .checkbox input[type="checkbox"] {
    position:relative;
    margin:0;
}

table.datagrid-table td span.CenterCell {
    width:100%;
    display:block;
    text-align:center;
}

/* Override numcell to keep footer correctly aligned */
table.datagrid-table tr.GridFooter td span.numcell {
    float:none !important;
    text-align:center !important;
}

/* Start 5 column approach */
.col-1-5,
.col-2-5,
.col-3-5,
.col-4-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
}

.col-1-5 { width: 20%; }

.col-2-5 { width: 40%; }

.col-3-5 { width: 60%; }

.col-4-5 { width: 80%; }
/* End 5 column approach */

.budget-dist {
    padding-right:0;
}

.budget-dist input[type="text"] {
    width: calc(100% - 90px);
    min-width:100px;
}

.budget-dist input[type="submit"] {
    vertical-align:top;
}

table.datagrid-table-budget td span {
    font-size:1.4rem;
    font-weight:bold;
}

.font-normal td span {
    font-weight: normal !important;
}

td.text-center span.numcell,
tr.PV_GridFooter td a span.numcell { /* Override numcell JS */
    text-align:center !important;
    float:none !important;
}

.buyer-panel .panel-default > .panel-heading {
    color:#777;
}

table.buyer-table span.glyphicon {
    float: left;
}

table.buyer-table img.budget-icon {
    float: right;
}

.reqItem-top-item {
    font-size: 24px !important;
    line-height: inherit;
    height: auto;
    width: auto;
    display: inline-block;
    color: #3c763d;
}

input[type="text"].test-email {
    width:calc(100% - 55px);
}

.settings-rpt-links a {
    font-size:1.2rem;
}

.settings-rpt-links .row{
    line-height:1.3rem;
}

.settings-totals input[type=text] {
    width:auto;
}

.settings-totals .checkbox input[type=checkbox] {
    margin-top:3px;
}

a.link-icon {
    height:25px;
    width:25px;
    display:block;
}

.GridFooter.Totals {
    color:#000 !important;
    font-weight:bold;
}

.match-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.match-height .row {
    width: 100%;
}

/* specific to Receipt.aspx page */
#div-receipt-dgrid font {color:#3c763d !important;}

.width-44-2rel {width:44.2%;}
.width-33-4rel {width:33.4%;}
.width-31-8rel {width:31.8%;}
.width-30-5rel {width:30.5%;}
.width-12rel{width:12%}


.rq-tab-btns {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0px;
    padding: 0px;
    border: none;
}
    .rq-tab-btns input {
        display: inline;
        height: 40px;
        padding: 0px;
        margin: 0px;
        font-size: 12px;
        background-color: #eee;
        border: 1px solid #b1b1b1;
    }

.Tab_Button_Active, .Tab_Button_Active_Inv, .Tab_Button_Active_Exp {
    background-color: #fff !important;
    border-left: none !important;
    border-right: none !important;
    border: 1px solid #fff !important;
    height:30px !important;
}

.Tab_Button_Inactive {
    height:30px !important;
}

.hide-button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    overflow: hidden;
    outline:none;
}

.sample-link {
    font-size:1.2rem;
}

.grp-heading {
    font-weight:bold;
    font-style:italic;
}

.show-resize {
    resize: both !important;
}

.po-number-entry {
    color: #000000;
    font-size: 1.2rem;
    font-weight: normal;
    margin-right:3px;
}

/* This style is changed in the rq-redesign.js file*/
/*.collapsing {
    -webkit-transition: none;
    transition: none;
}*/

.width-5 img{ padding-top: 3px; }

#emailPreview {
    width:100%;
    height:500px;
    border: solid 1px #808080;
    display:none;
}

.dup-copy {
    height:22px;
    width:22px;
    margin: 5px 7px 7px 7px;
}

.center-scan-close {
    width:50px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#objectCode {
    display: none;
    position: absolute;
    top: 7em;
    left: 13em;
    padding: 1em;
}

#popup {
    display: none;
    position: absolute;
    top: 7em;
    left: 6em;
    width: 32em;
    padding: 1em;
}

.hidden-tab-button {
    background: transparent;
    border: none !important;
    font-size:0;
    height:25px;
    width:25px;
}

.autocomplete-completionList {
    border: solid 1px Gray;
    margin: 0px;
    padding: 3px;
    height: 120px;
    overflow: auto;
    background-color: #FFFFFF;
    z-index: 1;
}
.autocomplete-listItem {
    color: #191919;
}
.autocomplete-itemHighlighted {
    background-color: #e2f6d4;
}

.timesheet-editline-textarea {
    height: 3.5rem !important;
    line-height: 1.5rem !important;
}

.IE-autocomplete-position-fix {
    width: 15px;
    height: 15px;
}

.IE-height-25 {
    height:25px !important;
}

.IE-height-75 {
    height:auto !important;
}

.ValidationMessages ul {
    padding:0 0 0 20px;
    list-style: none;
    margin:0;
    font-size:1rem;
}

.ValidationMessages li { 
    text-indent: -.7em;
}

.ValidationMessages li:before {
    content: "• ";
    color: #3c763d;
    font-size:1.5rem;
}

tr.GridHeader td.ValidationMessages {
    padding: 5px;
    background:#7F7F7F;
    color:#fff;
}

.no-hover-color-hand {
    background: none !important;
    cursor:default !important;
}
    .no-hover-color-hand:hover {
        background: none !important;
        cursor:default !important;
    }

.modal-header [class*="icon-"] {
    margin: -2px 5px 0 5px;
}

/* START jQuery UI table styles */
table.ui-sortable .ui-sortable-handle td,
table.admin-menu-details td {
    padding: 15px 5px;
}

table.admin-menu-details .active td {
    padding: 15px 5px 0 5px;
    background: #e2f6d4;
}

table.admin-menu-details .active td.align-center {
    padding-top:0px;
}

table.ui-sortable tr.ui-sortable-handle {
    border: 1px solid transparent;
}

table.ui-sortable tr.ui-sortable-handle:hover {
	color:#000;
    background: #e2f6d4;
    z-index:1000;
    border: 1px solid #c4c4c4;
}

.ui-sortable-helper {
    display: table;
}
/* END jQuery UI table styles */

.modal-body {
    padding-top: 0px;
}

#pnlAssignments { overflow:hidden; }
#pnlAssignments div.row > div {
    padding-bottom: 20010px !important;
    margin-bottom: -20000px !important;
}

/* START Conversations styles */
.conv-panel:hover .indicator {
    text-decoration: none;
    border-radius: 3px;
    border: 2px solid #69BE28;
    background-size: 90%;
}

.conv-panel:hover, .conv-panel label:hover {
    cursor:pointer;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #77BC1F;
    color:#fff;
}
.list-group-item.active>.badge, .nav-pills>.active>a>.badge {
    color: #3c763d;
}
.nav-conv li {
    float:left;
}
.nav-conv li:last-child{
    float:right;
}
.nav-conv {
    padding:5px 10px 0 10px;
    border-top: 1px solid #eee;
}
.nav-tabs.nav-pills {
    border-bottom:0;
}
[class*="conversation-item"] .col-11,
.info-item .col-11 {
    min-width: calc(100% - 90px);
}
[class*="conversation-item"] .col-1,
.info-item .col-1 {
    max-width: 90px;
}

[class*="conversation-item"] .badge {
    height: 70px;
    width: 70px;
    display: table-cell;
    color: #808080;
    font-size:25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #f1f1f1;
}
[class*="conversation-item"] .badge-small {
    height: 50px;
    width: 50px;
    display: table-cell;
    color: #808080;
    font-size:22px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #f1f1f1;
}
[class*="conversation-item"] .badge-small-rquser {
    height: 50px;
    width: 50px;
    display: table-cell;
    color: #808080;
    font-size:22px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #f1f1f1;
    border:solid;border-color:#69BE28;border-width:2px;
}
[class*="conversation-item"] .badge-rquser {
    height: 70px;
    width: 70px;
    display: table-cell;
    color: #808080;
    font-size:25px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    background: #f1f1f1;
    border:solid;
    border-color:#69BE28;
    border-width:2px;
}

.conversation-item{
    padding-top:25px;
    border: 0;
    border-top: 1px solid #eee;
}
.conversation-item-internal{
    padding-top:25px;
    border: 0;
    border-top: 1px solid #eee;
    border:solid;
    border-color:#69BE28;
    border-width:1px; 
    background-color:#DEF4CB
}

.info-item{
    padding-top:10px;
    border: 0;
    border-top: 1px solid #eee;
}
.info-item .form-group div {
    font-size:1rem;
    margin-top:5px;
}

label.conv-info {
    text-decoration: underline;
}
[class*="badge-"] span {
    cursor:default;
}
.conv-info [class*="glyphicon-"] {
    vertical-align:text-top;
}


ul.assigned-resources {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}
ul.assigned-resources li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
}
ul.assigned-resources li {
	display: inline-block;
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #eee;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #333;
	font-size: 1.2rem;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
    cursor:default;
}
ul.assigned-resources [class*="glyphicon-"]:hover {
	color: #dc7775;
    font-size:1.2rem;
}
ul.assigned-resources [class*="glyphicon-"] {
    vertical-align:baseline;
    color:#a94442;
    font-size:11px;
    cursor:pointer;
}

ul.dropdown-menu > li > a,
ul.dropdown-menu > li > a:hover,
ul.dropdown-menu > li > a:active {
    color: #3c763d;
    font-weight:bold;
}
ul.dropdown-menu {
    border-color: #77BC1F;
}

.modal-body .alert {
    margin: 10px 0 0 0;
}
/* END Conversations styles */

/* START Multiselect Dropdown styles */
button.multiselect, button.multiselect:active {
    padding: 0px 15px 0px 5px;
    width: 100%;
    -webkit-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    box-shadow: inset 0px 2px 5px 0px rgba(0,0,0,0.2);
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
    font-size: 1.3rem;
    font-weight: bold;
    border: 1px solid rgba(0,0,0,.4);
    background-image: linear-gradient(45deg, transparent 50%, #6ABC45 50%), linear-gradient(135deg, #6ABC45 50%, transparent 50%);
    background-position: calc(100% - 10px) 50%, calc(100% - 5px) 50%, calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
    height: 2.6rem;
    text-align:left;
}
ul.multiselect-container {
    width: 100%;
}
ul.multiselect-container li > a > span {
    width:100%;
}
ul.multiselect-container li > a > span > label {
    width:100%;
    display:inline-block;
    margin-top:0;
    margin-bottom:0;
    padding-top:1px;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background:#e8e8e8;
}
/* END Multiselect Dropdown styles */

table.datagrid-table tr td span.checkbox {
    padding-bottom: 7px !important;
}
table.datagrid-table tr td span.checkbox label {
    padding-left: 5px;
}

span[id*="_err"] span.glyphicon.text-color-red,
span[id*="_reqErr"] span.glyphicon.text-color-red {
    vertical-align: text-top;
}
label:not(.align-right):not(.text-right) span {
    float:left;
}
.reqentryuserfield {
    font-size: 1.4rem;
    line-height: 2.6rem;
    font-weight: bold;
    overflow: hidden;
    display: block;
    word-wrap: break-word;
}















/* DO NOT PLACE CUSTOM CSS BELOW THIS MEDIA QUERY */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .buyer-total
    {
        font-size: 15px;
    }

    .buyer-cbox .checkbox input {
        margin-top:4px !important;
    }

    .IE-height-25 {
        height:auto !important;
    }

    .IE-height-75 {
        height: 75px !important;
    }

    
    select:disabled {
        left:-2px;
    }

    /* Help IE stop being stupid about disabled field selection */
    input[type="text"][readonly],
    input[type="text"][disabled] {
        pointer-events: all;
    }
    textarea[readonly],
    textarea[disabled] {
        pointer-events: all;
    }
}

/* Help IE stop being stupid with the scrollbar in popups... */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width:760px) {
    body {
        -ms-overflow-style: scrollbar;    
    }
}
/* DO NOT PLACE CUSTOM CSS BELOW THIS MEDIA QUERY */