Summary Table

Categories Total Count
PII 0
URL 0
DNS 0
EKL 0
IP 0
PORT 0
VsID 0
CF 0
AI 0
VPD 0
PL 0
Other 0

File Content

//
// Veteran Template
// ==================================================

@mixin buttonPanelListStyle() {
background: none;
width: $panelWidth - 35;
padding: 10px;
margin: 0 15px;
border: none;
border-radius: 0px;
font-size: 16px;
border-bottom: 1px solid $COLOR_VA_BLUE;
text-align: left;
}
@mixin dropShadow() {
-webkit-box-shadow: 7px 7px 11px -3px rgba(0,0,0,0.63);
-moz-box-shadow: 7px 7px 11px -3px rgba(0,0,0,0.63);
box-shadow: 7px 7px 11px -3px rgba(0,0,0,0.63);
}
@mixin outsetShadow() {
-webkit-box-shadow: 1px 0px 11px 1px rgba(0,0,0,.55);;
-moz-box-shadow: 1px 0px 11px 1px rgba(0,0,0,.55);;
box-shadow: 1px 0px 11px 1px rgba(0,0,0,.55);;
}

// HELPER

.alert {
&.alert-urgent {
background-color: #fff;
border-color: #d60000;
border-width: 1px;
border-radius: 0px;
h4 {
color: #d60000;
}
}
}

.bold {
font-weight: bold;
}

.text-nowrap {
white-space: nowrap;
}

.no-results-message {
display: block;
margin-top: 20px;
margin-bottom: 20px;
padding: 0 5%;
}

.clamp-truncation {
color: #3979b0;
font-weight: normal;
text-decoration: none;
}

fieldset {
> legend {
color: #124664;
font-weight: bold;
font-size: 14px;
border-bottom: 0;
margin-bottom: 0;
}
}

.red {
color: #d60000;
}

.orange {
color: #f0ad4e;
}

.thin-legend{
font-weight: normal;
}

.margin-top-md {
margin-top: 12px;
}

.margin-top-sm {
margin-top: 8px;
}

.bolden-label{
label{
font-weight: 700;
}
hr {
border-top: 1px solid #e5e5e5 !important;
}
}

// REMOVE MODAL ANIMATION FOR
// CHROME 34+ TALKBACK FOCUS
// .modal.fade {
// opacity: 1;
// }

// .modal.fade .modal-dialog, .modal.in .modal-dialog {
// -webkit-transform: translate(0, 0);
// -ms-transform: translate(0, 0);
// transform: translate(0, 0);
// }

// START


[role="button"],
[role="link"] {
cursor : pointer;
}

label {
font-size: 14px;
font-weight: normal;
color: #124664;
}

.transition-closed {
display: none;
}

.visible-xs-block {
display: block;
}

@media screen and (min-width: 768px) {

.transition-closed {
display: block;
}

.visible-xs-block {
display: inline;
}

}


.responsive-radio {
@extend .radio;
cursor: pointer;
+ .responsive-radio {
margin-top: -5px;
}

input[type="radio"] {
float: left;
margin-left: -20px;
}
}


@media screen and (min-width: 992px) {

.responsive-radio {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
min-width: 66px;
margin-top: 0px;

+ .responsive-radio {
margin-top: 0px;
margin-left: 4%;
}

}
}

html, body {
/* -ms-word-break: break-all;
word-break: break-all;*/
// word-break: break-word;
overflow: hidden;
word-wrap: break-word;
/*put this on scrollable things only*/
-webkit-overflow-scrolling: touch;
background-color: #000;
}

body {
padding-top: 20px;
padding-bottom: 20px;
}

.container-fluid {
height: inherit;
//overflow: hidden;
padding: 0;
}

//pre{
//// word-wrap: normal;
//// word-break: normal;
// white-space: pre-wrap; /* css-3 */
// white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
// white-space: -pre-wrap; /* Opera 4-6 */
// white-space: -o-pre-wrap; /* Opera 7 */
// word-wrap: break-word; /* Internet Explorer 5.5+ */
//}

.pre-style{
white-space: pre-wrap;
padding: 9.5px;
margin: 0 0 10px;
font-size: 13px;
color: #333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
}

a.btn.btn-primary {
color: #3979b0;
text-decoration: none;
cursor: pointer;
}

a:focus, a:hover {
color: #256eae;
}

a {
color: #256eae;
text-decoration: underline;
cursor: pointer;
}

// Main Content
// --------------------------------------------------

.main-content{
background-color: $mainContentBackground;
}
.main-content .main-header, .snap-drawer .panel-header {
height: 45px; // primary-content scroll and footer position issue - h1.main-title padding is insufficient
position: relative;
padding-bottom:.25em;
padding-top:.25em;
}
.main-content .primary-content,
.main-content .secondary-content{
overflow-x: hidden;
padding: 0px;
}
.main-content .secondary-content{
@include outsetShadow();
z-index: 1;
left: 0;

}
.main-content .primary-content{
z-index: 0;
right: 0;
overflow-y: auto;

&.inner-scroll {
overflow: hidden;
}

h2 {
font-size: 22px;
margin-bottom:5px;
}

.primary-header,
.secondary-header {
h2 {
font-size: 16px;
}
}
}

// Main and Content Headers
// -------------------------

.main-header{
margin-bottom: 0; // override BS default .navbar bottom margin
}

.primary-header,
.secondary-header {

height: 40px;
background: $panelHeaderBackground; //background-color: $COLOR_DARK_GRAY;
color: #ffffff;
text-align: center;
padding-top: 10px;

h2 {
display:inline;
font-weight: 700;
}

> button {
right: 5px;
}

button {
padding: 0;
position: absolute;
top: 6px;
width: 30px;
height: 30px;
color: $COLOR_WHITE;
background: none;
border: none;
i {
font-size: 22px;
}
}

button.right {
right: 14px;
}

button.right-more {
right: 50px;
}

button.left {
left: 14px;
}

button.text-button {
top: 4px;
padding: 2px;
width: auto;
border: 1px solid #fff;
border-radius: 8px;
}
}

// Main and Panel Header Titles
//
// [ui-view=header] nav.main-header h1.main-title
// .snap-drawer div.panel-header h2.panel-title
// -------------------------

.main-title, .panel-title {
position:absolute;
width: 100%;
padding: 8px;
font-size: 18px;
line-height: 20px;
margin: 0 auto;
text-align: center;
}

.iOS-VO-overlap-accessible {
z-index: 9999;
}

h1.main-title{
padding: 8px 50px;
}

.main-header-btn {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;

align-items: center;
height: 40px;
padding: 4px;
border: none;
background: none;
color: $COLOR_WHITE;
font-size: 24px;
line-height: 28px;
cursor: pointer;

.icon {
line-height: 24px;
}

.icon-menu {
padding-right: 5px;
}

.icon-user-menu {
padding-left: 5px;
}

.btn-text {
font-size: 14px;
}
}
.main-header-btn-right {
@extend .main-header-btn;
position: absolute;
right: 6px;
z-index: 99999;

}
.main-header-btn-left {
@extend .main-header-btn;
position: absolute;
left: 6px;
z-index: 99999;
}

// Main Footer
// -------------------------

footer.main-footer {
position: absolute;
text-align: right;
padding: .5em;
background-color: $COLOR_DARK_GRAY;
}
footer.main-footer > span{
margin-right: 20px;
}


// Primary Content
// -------------------------

.primary-content {
.page {
margin: 12px 10px;
padding: 12px 10px;
&.table-scroll-container {
padding: 0;
}
}
ul.nav li button.btn.btn-default:first-child {
padding-left: 10px;
}
}

.page{
@include dropShadow();
background-color: $pageBackground;
border: 1px solid $pageBorder;
border-radius: $borderRadiusLarge;
padding: 15px;
margin: 10px 15px 15px;
}

.page hr {
border-top: 1px solid dimgray;
margin-top: 15px;
margin-bottom: 15px;
}

.page hr.page-width {
margin-left: -10px;
margin-right: -10px;
}

.page hr.content-width {}

.primary-content .intro {
position: relative;
top: 33%;
height: 67%;
background-position: center top;
background-size: 151px 136px;
background-repeat: no-repeat;
text-align: center;
}

.primary-content .intro p{
font-size:16px;
font-weight:500;
color: dimgray;
padding: 155px 5% 0 5%;
position: relative;
top: 5%;
}


// Secondary Content
// -------------------------

.secondary-content .secondary-list{
width: 100%;
margin: 0px;
padding: 0px;
}
.secondary-content .secondary-list li{
list-style: none;
margin: 0;
padding: 0;
word-break: break-word;
border: none; /* overrides library border style */
border-bottom: 1px solid #BABABA;
}

// Buttons
.secondary-content ul.secondary-list li button.btn.btn-default {
padding: 13px 14px;
}
.secondary-content ul.secondary-list li button.selected{
background-color: $selectedColor;
color: $contrastColor;
}

.secondary-content ul.secondary-list li button div i.icon{
font-size: large;
padding-right: 10px;
vertical-align: middle;
}
.snap-drawer ul.panel-menulist li.selected {
position: relative;
top: -1px;
background-color: $selectedColor;
color: $contrastColor;
}
.snap-drawer ul.panel-menulist li button{
@include buttonPanelListStyle();
}

.snap-drawer ul.panel-menulist li button.selected {
background-color: $selectedColor;
color: $contrastColor;
}
.snap-drawer ul.panel-menulist li.nav-menu-btn{
background-color: $COLOR_MEDIUM_GRAY;
color: $COLOR_WHITE;
}
.snap-drawer ul.panel-menulist li.nav-menu-btn:last-child{
background-color: $COLOR_VA_BLUE;
}
.snap-drawer ul.panel-menulist li.nav-menu-btn:not(:last-child){
border-bottom: 1px solid $COLOR_WHITE;
}

.snap-drawer ul.panel-menulist li.nav-menu-btn button{
text-shadow: none;
color: $COLOR_WHITE;
padding-left: 30px;
border: none;
}
.snap-drawer ul li button i.icon{
position: relative;
left: -20px;
top: 2px;
font-size: 20px;
}

.primary-content .primary-header button.exit{
position: absolute;
top: 4px;
right: 5px;
}

.secondary-list li button div[class^="col-"] {
padding: 0;
}


// Forms
// --------------------------------------------------

*:disabled {
color: #757575;
}
.label {
white-space: normal;
}
.form-control {
color: #000000;
padding: 6px;
}
.form-control-inline{
display: inline;
width: auto;
height: 29px;
padding: 0px 2px 0px 4px;
border: 1px solid $COLOR_VA_BLUE;
}
.form-button {
margin-top: 10px;
min-width: 80px;
min-height: 35px;
}
.label {
color: $COLOR_VA_BLUE;
}
.padded-label {
padding-top: 5px;
margin-bottom: 5px;
}

// Menu
// --------------------------------------------------

div[snap-drawer] {
height:100%;
overflow-y:auto;
background: $panelBackground;
}
div[snap-drawer="left"]{
background-color: $panelBackground;
}
div[snap-drawer="right"]{
background-color: $panelBackground;
overflow-x: hidden;
}


// Secondary Header
// -------------------------

.snap-drawers .panel-header {
color: $contrastColor;
background-color: $panelHeaderBackground;
}


// Panel List
// -------------------------

.snap-drawers ul.panel-menulist{
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.snap-drawers ul.panel-menulist li button{
font-size: 14px;
color: $COLOR_VA_BLUE;
}


// Bootstrap - needs to go away!
// only advantage is upon BS upgrade, avoids tedious overwrite
// --------------------------------------------------

// Navbar
.navbar {
min-height: 30px;
margin-bottom: 0px;
}
.navbar-default {
color: $contrastColor;
background: $mainHeaderBackground;
}
.navbar .navbar-brand {
color: $contrastColor;
}
.navbar-fixed-top,
.navbar-fixed-bottom {
border-width: 0;
}

.container-narrow > hr {
margin: 30px 0;
}

// Delay
// --------------------------------------------------

.content-loading .page{
opacity: 0;
}

.content-loaded .page{
opacity:1;
}


// Other
// --------------------------------------------------

.browsehappy {
margin: 0.2em 0;
background: $navButtonColor;
color: #000;
padding: 0.2em 0;
}

li, li p {
overflow: visible;
}

.modal {
.modal-header {
button {
background: transparent;
border: 0 none;
position: absolute;
right: 15px;
top: 15px;
}

i {
font-size: 22px;
}
}

.btn-other {
background-color: $COLOR_VA_BLUE;
color: #fff;

&:hover {
background-color: $COLOR_HOVER_GRAY;
color: $COLOR_VA_BLUE;
}
}
}

.list-table {
.table-last-col {
padding-right: 10px;
text-align: right;
width: 30px;
}
}

.primary-content {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background: url('../images/large-sub-bg.jpg') no-repeat center center fixed;
}

.cg-busy-default-sign {
left: calc(50% - 20px);
}

.invisible {
position: absolute;
visibility: hidden;
}

@media screen and (min-width: 530px){
.primary-content {
background: url('../images/large-sub-bg.jpg') no-repeat center center fixed;
}
}

@media screen and (min-width: 737px) {
.patient-account .wrapper{
position: relative;
top:15vh;
z-index: 1;
}
}

@media screen and (max-width: 330px) {
.applinks div {
margin: 0;
}
}

//USE BS NO-PRINT AND REMOVE
@media print {
.no-print {
display:none;
}
* {
overflow-x: visible !important;
overflow-y: visible !important;
height: auto !important;
width: auto !important;
}
.assessment-preview .page {
border: none;
background: none;
}
}


//MAXIMUM OVERRIDE!!!
// --------------------------------------------------

@media all and (min-width: 0px) {


[class*="col-"] {
min-height: 0px !important;
}

[class*="input-group-"] label {
margin-top: 0px;
}

.checkbox-inline, .radio-inline {
min-width: 66px;
}

.navbar-nav {
margin: 0 !important;
> li {
float: left;
}
}
.navbar-left {
float: left;
}
.navbar-right {
float: right;
}
.filter-collapse.collapse:not(.in) {
display: block;
overflow: hidden;
height:1px !important;
margin: -1px !important;
clip: rect(0, 0, 0, 0);
border-top: #bababa solid 1px;
}
.filter-collapse.collapse {
min-height: 1px !important;

}
.modal:not(:last-of-type) {
display: none !important;
}

.legendary-label {
font-weight: 700 !important;
}

}

.transparent-text-container {
position: relative;
}

.transparent-text {
bottom: 0;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
z-index: -1;
}