.header-margin-right-50 {margin-right: 50px;}

.rightPanelDiv { padding-left:10px; padding-top:3px; }
.rightPanelMobileSpacing {padding-top: 20px;}

#discountsPanel {display: none; border-width:1px;}

.compact-header { margin-top: 5px; margin-bottom: 5px; }

.nav-bar {margin-bottom : 15px;	height: 10px;}

.row {max-width: 1500px;}

.tabs-title a {padding: 1.0em 1.25em;}

/* Alignment */
.align-right {text-align: right;}
.align-left {text-align: left;}

.menu {
  list-style-type: none;
  height: initial;
  background: transparent;
  border: transparent;
}

.menu li {
  background: linear-gradient(to bottom, #dcdcdc 50%, #cacaca 100%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  margin: 0;
  padding: 0;
}

.menu li a {
	color: #4971AF;
	font-weight: bolder;
}

li.active a{
    color: whitesmoke;
    background-color: #4971AF;
}

li#maintenanceTab a.active{
    color: whitesmoke;
    background-color: #4971AF;
}

li#maintenanceTab a.active{
    color: whitesmoke;
    background-color: #4971AF;
}

fieldset {
    border:1px solid #cacaca;
    padding : 5.6px 10px 12px 10px;
    margin: 10px 0 10px 0;
    background-color: white !important;
}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #cacaca !important;
  color:#4971AF;
  font-size:90%;
  font-style: italic;
  font-weight: bold;
  text-align:left;
  margin-bottom: 0.0;  
}

select {
    margin: 0 0 0 0;
    padding: 0 20px 0 6px;
    font: 14px Arial;
}

textarea {
	font: 14px Arial;
}

/* Override to foundation  .userInputForm class */
label.inline {margin: 0 0 12px 0;}

.userInputForm .row {padding-bottom:8px; }
.userInputForm label.inline {line-height: 22px;}
.userInputForm select {width:100%; height:22px;}
.userInputForm input[type="text"], .userInputForm input[type="password"] {font: 14px Arial;}

.userInputForm input[type="text"], .userInputForm input[type="password"] {height: 26px;}
/* .userInputForm label.inline {line-height: 24px;} */

/* Padding Options */
.pad-top-12 {padding-top: 12px;}
.pad-top-10 {padding-top : 10px;}
.pad-top-20 {padding-top:20px;}
.pad-top-25 {padding-top:25px;}
.pad-bottom-10 {padding-bottom: 10px;}
.pad-right-10 {padding-right: 10px;}
.pad-left-10 {padding-left: 10px;}

.no-left-pad {padding-left: 0;}
.no-pad-bottom {padding-bottom: 0px;}

.fixedWidth-6 {width: 6.5em !important;  font: 14px Arial;}
.fixedWidth-10 {width: 10em !important;  font: 14px Arial;}

.margin-right-10 {margin-right: 10px;}
.margin-left-10 {margin-left: 10px;}

/* Errors - this probably needs to be moved to static5 */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { border-color: #ee6d00; background-color: rgba(238, 109, 0, 0.1); }
.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus { outline-color: #ffbe88; }

.ui-datepicker-trigger {
	padding-left: 5px;
}


/* Data table styling */
table.dataTable {
	border: none;
	margin-top: 0.0 !important;
	font-size: 90%;
}

.margin-top-10 {
	margin-top: 10px;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #cacaca;
}
	
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #cacaca;
}
	
table.dataTable thead {
	background: transparent;
}
	
table.dataTable thead th {
	color: #4971AF;
	border-bottom: 1px solid #cacaca;
}


.logout-button {
	margin: auto;
	width: inherit;
}

#linksToDisplay hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

#linksToDisplay ul h4 {margin-bottom: 0;}

#linksToDisplay h4 {margin-bottom: 0;}

#linksModal.reveal {width: 425px;}

li.active a sup#reminderNotification {color: whitesmoke;}

:not(active) a sup#reminderNotification {color: red;}

li.active a sup#workQueue {color: whitesmoke;}

:not(active) a sup#workQueue {color: red;}

textarea#new_task_desc, textarea#edit_task_desc {height: 90px;}

.colorRed {color: red;}

table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover {
    background-color:#DCEAF9;
}
table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected {
    background-color:#DCEAF9;
}

table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color:#D5E3F2;
}
table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color:#D5E3F2;
}
table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color:#D5E3F2;
}
table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color:#D5E3F2;
}
table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color:#D5E3F2;
}
table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color:#D5E3F2;
}

.dropdown.menu .submenu {min-width: 250px;}

.context-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    overflow: hidden;
    border: 1px solid #CCC;
    white-space: nowrap;
    font-family: sans-serif;
    background: #FFF;
    color: #333;
    border-radius: 5px;
}

.context-menu li {
    padding: 8px 12px;
    cursor: pointer;
}

.context-menu li:hover {background-color: #DEF;}

.claims-context-menu {cursor: pointer;}

#feedbackMsgId {color:red;}

/*
 * jstree
*/
.jstree-default .jstree-anchor {font-size: 90%;}

/*
 * Reveal Modals
*/
#dirtyFormModal {
	top: 0 !important;
}

.form-display-none {
	display: none !important;
	visibility: hidden !important;
}

.form-display-show {
	display: inline !important;
	visibility: visible !important;
}

a[class="noLinkLookOrFeel"] {
	color: black;
	pointer-events: none;
	cursor: default;
	text-decoration:none;
}

#previewPdfModal.reveal {
	margin: 0px auto 0px auto;
}

#previewPdfModal.reveal.small {
	width: 52% !important;
	top: 10px !important;
}

#documentHistoryModal.reveal {
    width: 70% !important;
}

div#leftInfoPanel > div.panel {
	background: white;
}

div#rightInfoPanel > div.panel {
	background: white;
}

.radio-margin {
	margin: 10px 10px 10px 10px;
}
	
.date-box {
	width:105px;
	display:inline;
}

.padding-right-tab{
	padding-right: 3rem;
}

/* solution for: Drop down arrow in select boxes not showing on MS Edge browser + Windows10 + Foundation6 
 */
@supports (-ms-ime-align: auto) {
	select {
		background-image: url('/Claims/resources/img/arrow-down.jpg'); 
	}
}

.red-font {
	color:red
}	

button.full-width {
	width: 100%;
}

.covgSelWidth{
	width:90% !important;
}
.cp-bold{
	font-weight: bold;
}
