﻿html {
    overflow-y:auto;
}
.modal-open {
  /*overflow: hidden;*/
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  filter: alpha(opacity=75);
  opacity: .75;
}
modal-overlay {
    background-color: rgba(0,0,0,0.5);
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
    background:grey; /*#78aae0;*/
    color:white;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background:#fff;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-md {
    width: 500px;
  }
  .modal-lg {
	  width: 700px;
  }
  .modal-xl {
	  width: 700px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }

  .modal-xl {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    width: 1100px;
  }
}
@media (min-width: 1600px) {
  .modal-xl {
    width: 1500px;
  }
}


.cm-item-id {
    color: darkmagenta;
    padding: 0 1px;
    cursor: pointer;
    border-bottom: 1px dotted; 
}

.ar-grid { min-height: 100px; }

/*Used for the data grid filter heading on policy, action, filter list pages*/
.filter{
    padding:2px;
    float:left;
    background:#f1f1f1;
    color:black;
    border:solid #000 1px;
    margin:2px;
}

.sortPicker {
    cursor:pointer;
}
.sortPick:after {
    cursor:pointer;
	margin-left:3px;
    color:#fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent:0;
    font-size: 10pt;
    text-align: center;
    content: '\f0dc';
    opacity:0.5;
    /*overflow: hidden;*/
}

.sortAsc:after {
    cursor:pointer;
	margin-left:3px;
    color:#fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent:0;
    font-size: 10pt;
    text-align: center;
    content: "\f0de";
    /*overflow: hidden;*/
}
.sortDesc:after {
    cursor:pointer;
	margin-left:3px;
    color:#fff;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent:0;
    font-size: 10pt;
    text-align: center;
    content: "\f0dd";
    /*overflow: hidden;*/
}
.ar-vs-disabled {
    filter: grayscale(100%); /* Current draft standard */
    -webkit-filter: grayscale(100%); /* New WebKit */
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%); /* Not yet supported in Gecko, Opera or IE */
    filter: gray; /* IE */
    -webkit-filter: grayscale(1); /* Old WebKit */
    opacity: 0.33;
}
span.ar-vs-foriegn:after {
    background: url("../images/bullet.png") no-repeat left bottom;
    content: "";
    position: absolute;
    padding: 8px;
}
span.ar-vs-link:after {
    background: url("../images/link.png") no-repeat left bottom;
    content: "";
    position: absolute;
    padding: 8px;
}
visual-state-image > span.ar-vs-link:after,
visual-state-image > span.ar-vs-foriegn:after {
    background-size: 7px 7px;
    left: 8px;
    padding: 9px;
}

tab.ensuredHeight div.tabbertab {
	min-height: 100px;
}

tab.nopadding > div.tabbertab{
    padding: 0;
}

label.CheckBoxLabel, input.LabeledCheckBox {
    float: left;
    line-height: 1.3em;
    height: 1.3em;
    padding: 0;
    font-size: inherit;
}

label.CheckBoxLabel {
    margin-left: 6px;
    margin-right: 12px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* TODO: (ks) need responsive here */
.column.column-1half {
    width: 60px;
}

.RadioButton.Schedule {
    margin-right: 0;
}

.RadioButton.Schedule + label {
    margin-right: 6px;
}

.IndentedByRadioButton {
    padding-left: 15px;
}

.ScheduleTriggerLeftSide {
}

.ScheduleTriggerRightSide {
    border-left: 1px solid silver;
    padding-left: 10px;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.padded {
    padding: 8px;
}

.indented-field {
    padding-left: 20px;
}

.minimizeContentPadding table td {
    padding: 0;
}

date-picker .k-datepicker {
	width: 160px;
}

time-picker .k-timepicker { width: 130px; }



.formGrid.multirow-divider > table > tbody > tr > td,
div.column.multirow-divider > table > tbody > tr > td {
	padding-right:4px;
}

div.row.multirow-divider {
	padding-left:8px;
	border-left:1px solid silver;
}

.formGrid .row.multirow-divider:after {
	margin-bottom: 0;
}

div.invalid.message {
    padding: 5px 0;
    color: #ff4040;
    border: 0;
}

.formGrid.no-spacing .column + .column {
	margin: 0;
}

.FieldLabel.SingleLine {
	padding-top: 4px;
}

.DataGrid .formGrid td {
	padding: 0 4px 6px 4px;
}

.SmallButton {
	padding: 4px 10px;
}

.Underlined {
	text-decoration: underline;
}

.FieldLabel {
    white-space: normal;
    overflow-wrap:break-word;
}

/* .DataClass tr overrides .k-state-selected */
tr .k-state-selected {
    background-color:#0094F8;
    border-color:#0094F8;
}
.inlineDialogTitle {
    font-weight: bold;
    font-size: x-large;
}

.SectionEnabler {
	border: 1px solid rgba(128, 128, 128, 0.20);
	background-color: rgba(128, 128, 128, 0.10);
	padding: 10px;
}

.recommendation {
	border: 1px solid rgba(128, 128, 128, 0.20);
	background-color: rgba(128, 128, 128, 0.10);
	padding: 8px 10px;
}

.recommendation.gauge {
	padding: 0;
}

.recommendation-action {
	 text-align: right;
}

.recommendation.gauge .recommendation-action {
	padding: 8px 10px 8px 0;
	vertical-align: middle;
}

#nav {
    display: -ms-grid;
    display: grid;
    /*grid-template-columns: 300px auto;*/
    -ms-grid-columns: 300px auto;
    height: calc(100vh - 46px);
}

#nav .left {
    overflow: auto;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    background: #fafbfc;
    -webkit-box-shadow:1px 0px 1px #fafbfc;
    -moz-box-shadow:1px 0px 1px #fafbfc;
    box-shadow:1px 0px 1px #fafbfc;
    margin-right: 1px;
}
#nav .right {
    overflow: auto;
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

#lssNav .pc {
    float:right;
    margin-left: 4px;
    text-align: right;
}
#lssNav .filterActive {
    color: black;
    float:right;
    margin-top: 7px;
    margin-right: 3px;
    cursor: pointer;
}
#lssNav .filterInactive {
    display: none;
    float:right;
    margin-top: 7px;
    margin-right: 3px;
}

.leftNavFilter {
    box-sizing: border-box;
    width: 100%; 
    background: #fff; 
    margin-bottom: 5px;
    border: solid #BFCED9 1px;
    height: 36px;
    line-height: 36px;
}
.leftNavFilter input {
    margin-left: 13px;
    width: 70%;
    border: none;
}
.leftNavFilter input:focus {
    border: none;
}

#lssNav {
    background: #FAFBFC;
    border-top: solid #BFCED9 1px;
}

.leftNavTop {
    height: 47px;
    vertical-align: middle;
}

#lssNav .mainItem {
    text-transform: uppercase;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    padding-left: 16px;
    font-size: 15px;
    font-family: Open Sans;
    font-weight: normal;
}

#lssNav .panelItem {
    padding-right: 16px;
    padding-left: 24px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-left: #fff solid 4px;
    height: 36px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 13px;
    font-family: Open Sans;
    font-weight: normal;
}
#lssNav .groups {
    padding-left: 40px;
    font-family: "Open Sans SemiBold", "Open Sans";
}
#lssNav .users {
    padding-left: 40px;
    margin-bottom: 7px;
    font-family: "Open Sans SemiBold", "Open Sans";
}
#lssNav .selectedComputerSet {
    /*font-weight: bold;*/
}
#lssNav .selectedPage {
    border-left: #006DB5 solid 4px;
    background: #E6EDF2;
}

.bodyContentsInnerWrapper {
    padding-top: 0px;
}
.dialogDiv {
    border: none;
}

.Button:not(.small), form .ui-widget-content a.Button, .ui-dialog-buttonset .ui-button, .ui-datepicker .ui-datepicker-buttonpane button {
    min-width: 88px;
}


button.small {
    border-radius: 3px;
}

button.Button:active {
    background: #0085DE !important;
}

.HeaderContainer {
    background: #000;
    -webkit-box-shadow:0px 1px 1px #000;
    -moz-box-shadow:0px 1px 1px #000;
    box-shadow:0px 1px 1px #000;
    margin-bottom: 1px;
}


h3 {
    font-weight: normal;
    font-size: 1.4em;
    margin-bottom: 10px;
}


.linkList li a:hover {
    color: #0592e8;
    text-decoration: none;
}

.bodyContentsWrapper {
    background: #fff;
}

/* table */
.DataGrid {
    border: #ebf0f4 solid 1px;
}

tr.DataGridHeader td, .DataGrid thead tr td, tr.DataGridHeader th, .DataGrid thead tr th {
    border-left: #ebf0f4 solid 1px;
    border-right: #ebf0f4 solid 1px;
    
}

tr.DataGridHeader, .DataGrid thead tr {
    font-weight: normal;
    font-size: 1.05em;
    background: #f0f4f7;
    text-transform: uppercase;
    
}

tr.DataGridHeader a, .DataGrid thead tr a, tr.DataGridHeader td, .DataGrid thead tr td, tr.DataGridHeader th, .DataGrid thead tr th {
    color: #000;
}

tr.DataGridHeader td {
	vertical-align:top;
	text-align:left !important;
}

tr.DataGridHeader td column-filter {
	white-space: nowrap;
}

.DataGrid a {
    text-decoration: none;
    color: #0592e8;
}
.DataGrid a:hover {
    text-decoration: underline;
    color: #0592e8;
}

.sortPick:after {
    color: #000;
}

.sortPick:after {
    color: transparent;
    content: '\f107';
}

.sortDesc:after {
    color: #000;
    content: "\f107";
}

.sortAsc:after {
    color: #000;
    content: "\f106";
}

select.tableFilter, input.tableFilter {
    border: solid #e6edf2 1px;
    padding: 8px 3px 8px 4px;
    width: 98%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.tableFilter {
    padding-right: 30px;
}


select.tableFilter:Focus, input.tableFilter:focus {
    border: solid #0592e8 1px;
}

select:Focus, input:focus {
    border: solid #0592e8 1px;
}

/* tabs */
ul.tabBar {
    margin-top: 32px;    
}

ul.tabBar li {
    display: inline-table;
    margin-left: 30px;
    padding: 0px 5px 3px 5px;
    font-size: 14px;
}

ul.tabBar li.active {
    border-bottom: solid #0592e8 4px;
}

ul.tabBar li:hover {
    border-bottom: solid #0592e8 4px;
}

.tabBarBody {
    border: solid #ebf0f4 1px;
    padding: 20px;
}

fieldset {
    border: 1px solid #ebf0f4;
}

.searchFilterClear {
    font-weight: normal;
    color: #ebf0f4;
    cursor: pointer;
    font: 18px/18px Arial,sans-serif;
    height: 18px;
    margin-right: -18px;
    padding: 0;
    width: 18px;
    display: inline-block;
    z-index: 4;
    top: 1px;
    left: -34px;
    position: relative;
}

.highlightedBorder {
    border: solid #0592e8 1px;
}

/* Paging */

.pageNav {
    display: inline-block;
    width: 40px;
    height: 36px;
    background: #ebf0f4;
    text-align: center;
    vertical-align: middle;
    line-height: 36px;
    border: #f0f4f7;
    margin: 3px;
    text-decoration: none;
    -webkit-appearance:none;
}

.disabledPageNav {
    background: #fafbfc;
    cursor: default;
}

.dialogDivBreadCrumbs h1 {
    background: #fff;
    color: #000;
    font-size: 13px;
    -webkit-box-shadow:0px 1px 1px #eaeff3;
    -moz-box-shadow:0px 1px 1px #eaeff3;
    box-shadow:0px 1px 1px #eaeff3;
    border-top: solid #f5f7f9 1px;
    border-bottom: solid #eaeff3 1px;
}

.dialogDivBreadCrumbs h1 ul {
    padding-top: 10px;
}

.dialogDivBreadCrumbs h1 ul li {
    display: inline-table;
    font-size: 14px;
}

.dialogDivBreadCrumbs h1 ul li a {
    font-size: 14px;
    color: #0592e8;
    text-decoration: none;
}

.dialogDivBreadCrumbs h1 ul li a:hover {
    text-decoration: underline;
}

select:not(.nf),  input[type='search']:not(.nf), input[type='text']:not(.nf), input[type='number']:not(.nf), input[type='password']:not(.nf) {
    padding-left: 12px;
    padding-right: 12px;
    height: 36px;
    border: solid #BFCED9 1px;
    font-size: 14pt;
    font-family: "Open Sans";
    -webkit-appearance:none;
    box-sizing: border-box;
}

input[type='search']:not(.nf).invalid, input[type='text']:not(.nf).invalid, input[type='number']:not(.nf).invalid, input[type='password']:not(.nf).invalid {
    border-color: #800002;
}

select:not(.nf) {
    padding-right: 36px;
}

select:not(.nf):focus, input[type='text']:not(.nf):focus, input[type='number']:not(.nf):focus, input[type='password']:not(.nf):focus {
    border: solid #0592e8 1px;
}

input[type=number]::-webkit-inner-spin-button { 
   -webkit-appearance: none;
}    

.RequiredFieldValidatorMarker, .RequiredFieldValidator {
    line-height: 44px;
}
input.ng-invalid:not(.ng-pristine),textarea.ng-invalid:not(.ng-pristine) {
    border: solid #EB1818 1px;
}

textarea:not(.nf) {
    padding: 12px;
    border: solid #BFCED9 1px;
    min-height: 108px;
    font-size: 14pt;
    font-family: "Open Sans"
}

textarea:not(.nf):focus {
    border: solid #0592e8 1px;
}

::-webkit-input-placeholder {
    font-family: Open Sans;
    font-size: 13px;
    font-style: italic;
    color:#999
}
:-moz-placeholder {
    font-style: italic;  
    font-size: 13px;
    font-style: italic;
    color:#999
}
::-moz-placeholder {
    font-style: italic;  
    font-size: 13px;
    font-style: italic;
    color:#999
}
:-ms-input-placeholder {  
    font-style: italic; 
    font-size: 13px;
    font-style: italic;
    color:#999
}

h2 {
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: normal;
    margin-bottom: 8px;
}

h3 {
    font-size: 15px;
    font-family: "Open Sans";
    font-weight: normal;
}
/*
a {
    text-decoration: none;
    color: #0592e8;
}
a:hover {
    text-decoration: underline;
    color: #0592e8;
}
    */

.noLink {
    text-decoration: none;
    color: black;
}
.noLink:hover {
    text-decoration: none;
    color: black;
}

#pmHomeGrid {
    margin:0 auto;
    width: 80%;
    display: grid;
    grid-column-gap: 32px;
    grid-row-gap: 48px;
}
#pmHomeGrid div.topLeft { 
    grid-column-start: 1; 
    grid-column-end: 1; 
    grid-row-start: 1; 
    grid-row-end: 1; 
}
#pmHomeGrid div.topRight { 
    grid-column-start: 2; 
    grid-column-end: 2; 
    grid-row-start: 1; 
    grid-row-end: 1; 
}
#pmHomeGrid div.mainContent { 
    grid-column-start: 1; 
    grid-column-end: 3; 
    grid-row-start: 2; 
    grid-row-end: 2; 
    min-height: calc(100vh - 400px);
    display: flex;
    align-items: center;
    justify-content: center;
}

a.wideTile {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

a.wideTile div.tileIcon {
    float: left;
    font-size: 26px;
    float: left;
    margin-right: 16px;
}

.tileTitle {
    font-size: 18px;
    font-family: Open Sans;
}
.tileBody {
    font-size: 13px;
    font-family: Open Sans;
}

.tileShadow {
    padding: 24px;
    -webkit-box-shadow:0px 1px 8px 2px #8598A6;
    -moz-box-shadow:0px 1px 8px 2px #8598A6;
    box-shadow:0px 1px 8px 2px #8598A6;
}

.largeSquare {
    color: black;
}
.largeSquare:hover {
    color: black;
}

/* Dashboard Card */
.dash-card {
    -webkit-box-shadow:0px 1px 8px 2px #8598A6;
    -moz-box-shadow:0px 1px 8px 2px #8598A6;
    box-shadow:0px 1px 8px 2px #8598A6;
    border: 1px solid #BFCED9;
    border-radius: 5px;
    margin: 10px 35px;
}

.dash-card .divider {
    border: .5px solid #BFCED9;
    content: '&nbsp';
}

.dash-card .dash-card-heading {
    padding: 20px;
    font-size: 20px;
}

.dash-card .dash-card-heading a {
    text-decoration: none;
    font-size: 20px;
    color: black;
}

.dash-card .dash-card-heading a span:last-child {
    float: right;
    color: #0094F8;
}

.dash-card .dash-card-content .column {
    display: inline-block;
    margin: 0;
    padding: 40px;
    text-decoration: none;
}

.dash-card .dash-card-content .column p {
    color: black;
}

.dash-card .dash-card-content .column:not(:last-of-type) {
    border-right: 1px solid #BFCED9;
}

.dash-card .dash-card-content .column div:first-child {
    color: #0085DE;
    font-weight: 300;
    font-size: 55px;
}
/*
.HeaderMenu li a:hover {
    -webkit-box-shadow:0px 1px 1px #7d7d7d;
    -moz-box-shadow:0px 1px 1px #7d7d7d;
    box-shadow:0px 1px 1px #7d7d7d;   
}
    */

.SearchTextBoxWithClear {
    background-position: right 10px center;
}
.SearchTextBox {
    background-position: right 10px center;
}
input[type='text'].SearchTextBox, input[type='text'].SearchTextBoxWithClear {
    padding-right: 30px;
}

select {
    padding-right: 30px;
}

.select {
    position: relative;
    display: inline-table;
    height: 36px;
}

.select:after {
    content:"\f107";
    font-family: FontAwesome;
    color: #000;
    padding: 12px 8px;
    position: absolute; 
    right: 0px; 
    top: 0;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;      
    pointer-events: none;
}

.pull-right {
    float:right;
}

.pull-left {
    float: left;
}