﻿html, body, form, .maincontent {
    -webkit-overflow-scrolling: touch;
}
.LogoutTitle {
    font-size: 0.929em;
    font-weight: bold;
    color: #0C0C75;
}
/* Draft */
.DocumentDraft {
    background-image: url("/images/draft.jpg");
    background-repeat: repeat-y;
    background-position: center center;
}
/* Versions */
.DocumentVersionPrevious {
    border: 0 dotted red;
    background-image: url("/images/pv3.jpg");
    background-repeat: repeat-y;
    background-position: center center;
}
.DocumentVersionCurrent {
    left: 52%;
    position: absolute;
    z-index: 200;
}
.VersionLink {
    font-size: x-small;
    font-weight: normal;
    border: 0 dotted gray;
    background-image: url("/images/versionhistory3.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    width: 200px;
    height: 27px;
    padding: 6px 0 0 120px;
    margin-top: 15%;
}
A.PreviewsVersionLink:link,
A.PreviewsVersionLink:hover,
A.PreviewsVersionLink:visited,
A.NextVersionLink:link,
A.NextVersionLink:visited,
A.AllVersionLink:link,
A.AllVersionLink:visited,
A.CurrentVersionLink:link,
A.CurrentVersionLink:visited {
    color: #0080C0;
    text-decoration: none;
}
A.NextVersionLink:hover,
A.AllVersionLink:hover,
A.CurrentVersionLink:hover {
    color: Navy;
}
.VersionLinkSeparator {
    color: #4C4C4C;
}

/* Imagebox top right*/
.ImageBox {
    color: #575757;
    background-color: #efefef;
    float: right;
    padding: 0 1px 5px 1px;
    margin-top: 3px;
}
.ImageTitle {
    padding-left: 5px;
    font-weight: bolder;
}
.ImageBox .ImageTitle {
    /*display: none;*/
}
.ImageCaption
{
	margin-left: 5px;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	display: table-row;		
	line-height: 1.5em;
}

.ImageCommands
{
    display:none;
	text-align: center;
	color : #575757; 
	margin-top: 15px;
	font-size:10px;
	font-family: Verdana, Geneva, sans-serif;
}
/* No alignment types*/
.ImageBoxNoFloat {
    color: #575757;
    background-color: #efefef;
    padding: 5px;
    /*margin-top: 3px;*/
	display: table;
}

.ImageBoxNoFloat img {
 margin-bottom: 5px !Important;	
}

.NoAlignment {
    margin: 2px 30px 2px 10px !important;
	padding: 0px 20px 0px 0px;
}
/*New Image Alignments*/
.ImageLeftAlignment {
    float: left;
    clear: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.ImageCenterAlignment {
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

.ImageRightAlignment {
    float: right;
    clear: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

.HideImageTitle {
    display: none;
}

.ShowImageTitle {
    padding-left: 5px;
    font-weight: bolder;
}


/* End new IMage Alignments*/


/* AdminIcons */
.EmbedAdminIcons {
    float: right;
    position: relative;
    z-index: 9999999;
    color: #969696;
    font-size: 0.643em;
    clear: both;
}
.EmbedAdminIcons img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
}
.EmbedAdminIcons:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity: 0.8;
    -moz-opacity: 1;
}
.AdminIcons:hover img {
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}
.PermissionButton {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.PermissionButton:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
}
.PermissionButton a:hover {
    opacity: 8;
    filter: alpha(opacity=90);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    width: 16px;
}
table.DosesTable {
    width: 75%;
    border-collapse: collapse;
}
    table.DosesTable TD {
        border: 1px solid #969696;
        padding-left: 5px;
    }
    Table.DosesTable TH {
        border: 5px solid #969696;
    }
/* Disclaimer box */
.disclaimer-box {
    width: 98%;
    margin-top: 15px;
    height: auto;
    border: dotted 1px #6C6C6C;
    padding: 0 5px 0 8px;
    border-top: 1px solid #6c6c6c;
    background: #FFC url(/global/images/icon/exclamation.png) 8px 6px no-repeat;
    list-style: none;
}
.disclaimer-box p {
    font-weight: 400;
    color: #181818;
    margin: 1px 0 9px 0;
}
span.disclaimer {
    font-weight: 800;
    color: #424242;
    line-height: 2;
    letter-spacing: 1px;
    margin: 8px 0 0 25px;
}
/* from vin.css */
.Header, .ProjectTitle {
    font-size: 1.071em;
    font-weight: bold;
}
a.Header, a.ProjectTitle,.Header a, .ProjectTitle a  {
    text-decoration:none;
}
a.Header:hover, a.ProjectTitle:hover,.Header a:hover, .ProjectTitle a:hover  {
    text-decoration:underline;
}
.Header1, .Title, .ProjectTitle2, .DocumentTitle {
    font-size: 1.143em;
    font-weight: bold;
}
.Header2 {
    font-size: 1.071em;
    font-weight: bold;
    color: #0C0C75;
}
.Header3 {
    font-size: 1.071em;
    font-weight: bold;
    font-style: italic;
    color: White;
}
.Header4 {
    font-size: 1.214em;
    font-weight: bold;
}
.Header5 {
    font-size: 1.214em;
    font-weight: bold;
    color: #B28920;
}
.Header6 {
    font-size: 1.357em;
    font-weight: bold;
    color: #0C0C75;
}
.Header7 {
    font-size: 1.214em;
    font-weight: bold;
    color: Teal;
}
.SubHeading {
    font-size: 1.25em;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}
.SubHeading2 {
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}
.SubHeading3 {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}
.SubHeadingNoCaps {
    font-variant: normal !important;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}
.SubHeadingG {
    background-color: #f1f1f1;
    border-bottom: 1px solid #cccccc;
    font-size: 1em;
    font-variant: small-caps;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 10px;
}
.HIndent1 {
    margin-left: .50in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 5px;
}
.HIndent2 {
    margin-left: 1.0in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent3 {
    margin-left: 1.25in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent4 {
    margin-left: 1.50in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent5 {
    margin-left: 1.75in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent6 {
    margin-left: 2.0in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent7 {
    margin-left: 2.25in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent8 {
    margin-left: 2.50in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.HIndent9 {
    margin-left: 2.75in;
    text-indent: -.25in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.Indent1 {
    margin-left: .50in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Indent2 {
    margin-left: 1.0in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Indent3 {
    margin-left: 1.25in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Indent4 {
    margin-left: 1.50in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Indent5 {
    margin-left: 1.75in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Indent6 {
    margin-left: 2.0in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Indent7 {
    margin-left: 2.25in;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Reference {
    font-size: 0.786em;
    margin-left: .50in;
    text-indent: -.2in;
    margin-bottom: 3px;
    margin-top: 3px;
}
.ReferenceHeading {
    font-size: 1.0em;
    font-weight: bold;
}
.Notes {
    font-size: 0.875em;
}
.BodyIndent {
    text-indent: 13px;
}
.BodyIndentSpace {
    text-indent: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.BodyNoIndentSpace {
    margin-top: 10px;
    margin-bottom: 10px;
}

p span.BodyIndent { 
    display:inline-block;
}
p span.BodyIndentSpace { 
    display:inline-block;
}
p span.BodyNoIndentSpace { 
    display:inline-block;
}

.DocumentUrlLink {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 0.786em;
}

p.Sidebar, li.Sidebar, td.Sidebar, .Sidebar li, .Sidebar td {
    color: #004e9b;
    font-size:14px;
}

.Sidebar li {
    margin-left: 0;
    padding-left: 0;
}

.Sidebar ul, .Sidebar ol {
    margin-left: 0;
    padding-left: 1em;
}

.Sidebar p.SubHeading, .Sidebar h1, .Sidebar h2 {
    color: #004e9b;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
    font-variant: normal;
    font-style: normal;
    text-transform: none;
}

div.Sidebar {
    background: #f3f3f3;
    margin: 15px 5px 15px 15px;
    padding: 1px 10px 20px;
    width: 320px;
    border: 1px solid #d6d6d6;
    color: #004e9b;
    font-family: arial,verdana;
    font-size: 14px;
    float: right;
}
.TitleLarge {
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: center;
}
.Title2 {
    color: #9c9cb3;
    font-variant: small-caps;
    font-weight: bold;
    text-align: center;
}
.Author {
    font-size: 0.857em;
    font-weight: normal;
    margin-bottom: 3px;
    margin-top: 3px;
    text-align: center;
}
.ProjectHeader {
    color: #969696;
    font-style: italic;
    padding-top: 10px;
    text-align: center;
}
ul.ProjectsMenuTreeIndex {
    list-style-type:none;
    margin:0;
    padding:0;
    margin-left:20px;
}
.ProjectsMenuTreeIndex a.title {
    font-size:1.125em;
    font-weight:700;
}

/* Project Intro box */
div.IntroductionBox {
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eaeaea', endColorstr='#fafafa'); /* IE6 & IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#eaeaea', endColorstr='#fafafa')";
    background-image: -moz-linear-gradient(top, #eaeaea, #fafafa); /* Firefox 3.6 */
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eaeaea),color-stop(1,#fafafa)); /* Safari & Chrome */
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 15px;
    outline: none;
    font-weight: normal;
    border: 1px solid #c8c8c8;
}
.IntroductionBox li {
    padding: 5px 0 8px 0;
    font-weight: normal;
}
.IntroductionBox B {
    color: brown;
    font-weight: 700;
}
.IntroductionBox strong {
    color: brown;
    font-size: 1.071em;
    font-weight: 700;
}
.InfoBox strong {
    color: brown;
    font-size: 1.1em;
    font-weight: bold;
}
.InfoBox ul {
    padding-left: 20px;
}
.InfoBox li {
    font-weight: normal;
    padding: 5px 0 8px;
}
/* DocumentPermission */
.DocumentNoPermission {
    display: none;
}
.PresenterDiv {
    text-align: center;
    border: 1px solid red;
}
.DocumentDescription {
    padding-left: 5px;
    padding-top: 5px;
    color: #53565a;
}
#CategoryLinkPanel div {
    width: 100%;
    background-color: #E6E6F2;
    font-size: 0.714em;
    border-top: 1px solid black;
    margin-bottom: 5px;
}
/* VIN Logout on Boards */
#MBlogout div {
    margin-top: -10px !important;
    width: 200px !important;
}
#MBlogout .LogoutTitle {
    font-size: 0.786em;
}
.DocumentContainedIn {
    background: #ECECEC;
    border: 1px solid #818181;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 2px 0 20px 0 rgba(50, 50, 50, 0.56);
    -moz-box-shadow: 2px 0 20px 0 rgba(50, 50, 50, 0.56);
    box-shadow: 2px 0 20px 0 rgba(50, 50, 50, 0.56);
    font-family: Arial;
    font-size: 0.857em;
    color: #2D2D2D;
    padding: 15px;
}
.DocumentContainedIn div {
    font-family: Arial;
    font-size: 0.857em;
    color: #2D2D2D;
    padding: 3px;
}
/* MB Posted by */
.PostedByLine img {
    margin: 0 auto;
    border-radius: 155px;
    border: 1px solid #D5D5D5;
    border-image: none;
    -moz-border-radius: 50px;
    -webkit-border-radius: 155px;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.UpdatedContent {
    background-color: #FFC;
    border: dotted 1px #6C6C6C;
    border-top: 1px solid #6c6c6c;
    font-variant: normal;
}
.UpdatedSpanCallout {
    margin-left: 3px;
    margin-right: 3px;
    border: dotted 1px #6C6C6C;
    padding: 1px 5px 0 8px;
    border-top: 1px solid #6c6c6c;
    background: #FFC url(/global/images/icon/Updated1.gif) 8px 4px no-repeat;
    font-variant: normal;
}
.UpdatedSpanCallout::before {
    margin-left: 45px;
    content: '';
}

*.BrowserDetectionContainer > * { display:none; }
*.BrowserDetectionContainer > *.Active { display:block; }

.MBQuoteBox {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  margin: 5px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
  position:relative;
  font-style:italic;
  clear: both;
}
.HiddenPost .MBQuoteBox {
  background: #eee;
}
.MBQuoteBox:before {
  color: #999;
  content: '\201C';
  font-size: 24pt;
  line-height: 0.5em;
  margin-right: 0.25em;
  font-style:italic;
}
.MBQuoteBox:after {
  color: #999;
  content: '\201D';
  font-size: 24pt;
  line-height: 0.2em;
  clear:both;
  position:absolute;
  bottom:0;
  right:5px;
}

.MBQuoteBoxIE7 {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  border-top: thin solid #ccc;
  border-bottom: thin solid #ccc;
  margin: 5px 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
.HiddenPost .MBQuoteBoxIE7 {
  background: #eee;
}

.ProceedingsContent {
	clear:both;
}

/* Rounds alert */
#ToolBoxes_Items_0 {
    border-radius: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: #6C6C6C 0 6px 20px;
    -moz-box-shadow: #6C6C6C 0 6px 20px;
    background-color: #6C6C6C;
    box-shadow: #6C6C6C 0 6px 20px;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
    -ms-filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
    zoom: 1;
}
#MainMiscContainer {
    padding: 5px;
}
/* Image Table Types (VINControlRendering/Library.cs) */

table.PresentationTable,
table.PresentationTable table.ImageCell1 td {
    background-color: #C8C8DC;
    padding: 1px;
}
    table.PresentationTable.Type2 table.ImageCell1 td,
    table.PresentationTable.Type3 table.ImageCell1 td,
    table.PresentationTable.Type5 table.ImageCell1 td,
    table.PresentationTable.Type7 table.ImageCell1 td,
    table.PresentationTable.Type13 table.ImageCell1 td {
        background-color: white;
    }
    table.PresentationTable td {
        background-color: white;
        vertical-align: top;
        line-height: 1;
    }
    table.PresentationTable.TableType2 table.ImageCell1 td,
    table.PresentationTable.TableType3 table.ImageCell1 td,
    table.PresentationTable.TableType5 table.ImageCell1 td,
    table.PresentationTable.TableType7 table.ImageCell1 td,
    table.PresentationTable.TableType13 table.ImageCell1 td {
        background-color: white;
    }
    table.PresentationTable.Type2,
    table.PresentationTable table.ImageCell2 td {
        background-color: white;
    }
        table.PresentationTable.Type1 table.ImageCell2 tr:first-of-type td:first-of-type,
        table.PresentationTable.Type2 table.ImageCell2 tr:first-of-type td:first-of-type,
        table.PresentationTable.Type8 table.ImageCell2 tr:first-of-type td:first-of-type,
        table.PresentationTable.Type11 table.ImageCell2 tr:first-of-type td:first-of-type,
        table.PresentationTable.Type12 table.ImageCell2 tr:first-of-type td:first-of-type {
            background-color: #C8C8DC;
        }
    table.PresentationTable.Alignleft {
        margin-left: 0;
        margin-right: auto;
    }
    table.PresentationTable.Alignright {
        margin-left: auto;
        margin-right: 0;
    }
    table.PresentationTable.Aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

.RightNewsImageboxContainer, .LeftNewsImageboxContainer {
    margin: 10px;
}

.RightNewsImageboxContainer {
    float: right;
    clear: right;
}

.LeftNewsImageboxContainer {
    float: left;
    clear: left;
}

.RightNewsImageboxContainer .ImageCaption, .LeftNewsImageboxContainer .ImageCaption {
    display: block;
}

table.PresentationTable textarea {
    width: auto;
}
.SearchHint {
    display: none;
}
/* table style1 */
.table-style1 {
    background: #f5f5f5;
    border-collapse: separate;
    box-shadow: inset 0 1px 0 #fff;
    font-size: 0.857em;
    line-height: 24px;
    margin: 30px auto;
    text-align: left;
    width: 98%;
    color: #444;
    text-shadow: 0 1px 0 #fff;
}
    .table-style1 th {
        background: linear-gradient(#777, #444);
        border-left: 1px solid #555;
        border-right: 1px solid #777;
        border-top: 1px solid #555;
        border-bottom: 1px solid #333;
        box-shadow: inset 0 1px 0 #999;
        color: #fff;
        font-weight: bold;
        padding: 2px;
        position: relative;
        text-shadow: 0 1px 0 #000;
        text-align: center;
    }
        .table-style1 th:after {
            background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
            content: '';
            display: block;
            height: 25%;
            left: 0;
            margin: 1px 0 0 0;
            position: absolute;
            top: 25%;
            width: 100%;
        }
        .table-style1 th:first-child {
            border-left: 1px solid #777;
            box-shadow: inset 1px 1px 0 #999;
        }
        .table-style1 th:last-child {
            box-shadow: inset -1px 1px 0 #999;
        }
    .table-style1 td {
        border-right: 1px solid #fff;
        border-left: 1px solid #e8e8e8;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e8e8e8;
        padding: 1px;
        position: relative;
        transition: all 300ms;
        text-align: center;
    }
        .table-style1 td:first-child {
            box-shadow: inset 1px 0 0 #fff;
        }
        .table-style1 td:last-child {
            border-right: 1px solid #e8e8e8;
            box-shadow: inset -1px 0 0 #fff;
        }
    .table-style1 tr:last-of-type td {
        box-shadow: inset 0 -1px 0 #fff;
    }
        .table-style1 tr:last-of-type td:first-child {
            box-shadow: inset 1px -1px 0 #fff;
        }
        .table-style1 tr:last-of-type td:last-child {
            box-shadow: inset -1px -1px 0 #fff;
        }
.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
}

table[cellpadding="4"] td {
    padding:4px;
} 
table[cellpadding="10"] td {
    padding:4px;
} 

/*
    New additions
*/
.ProjectEditLink {
    text-align: right;
}
.ProjectEditLink A {
    color: #ABABAB;
    font-size: 0.786em;
    text-align: right;
    text-decoration: none;
}
.ProjectEditLink a:link {
    color: #ABABAB;
    text-decoration: none;
}
.ProjectEditLink a:hover {
    color: #0069D2;
}

#MainPageLink a,.TOCLink a {
    display:block;
    padding: 4px 0 10px 0;
    width: 90%;
    text-align: left;
    padding-left: 34px;
    min-height: 28px;
    text-decoration: none;
    color: #336699;
    margin:5px 0;
}
#MainPageLink a{
    background: url(/global/images/navigation/home.png) no-repeat left top;
}
.TOCLink a {
    background: url(/global/images/navigation/toc.png) no-repeat left top;
}
#MainPageLink a:hover, .TOCLink a:hover {
    color: #004080;
    text-decoration: underline;
}
/* recently viewed  */
#VINProjectDocumentPanel_recentgroup-xs .accordion-inner {
    -webkit-box-shadow:-6px 1px 18px -6px grey;
    -moz-box-shadow: -6px 1px 18px -6px grey;
    box-shadow: -6px 1px 18px -6px grey;
    border: 1px solid  #999;
    background: #eaeaea;
}

#VINProjectDocumentPanel_recentgroup-xs .list-group a {
	text-decoration: none; 
}

@media screen and (max-width: 768px) {
    #MainPageLink a,.TOCLink a {
        margin:10px 0;
    }
    #VINProjectDocumentPanel_recentgroup-xs .accordion-heading {
       font-size:0.85em;    
       min-height: 22px;
    }
    .breadcrumb {
        font-size:0.844em;
    }
    .breadcrumb > li + li::before {
        padding:0;
    }
    .ImageCenterAlignment,.ImageLeftAlignment,.ImageRightAlignment {
        width:100% !important; 
    }
}

.DocumentMainContent a {
	text-decoration:underline;
}

.DocumentMainContent a:visited {
	color:#609;
}

#ProjectDocumentPanel_Latest .LatestList .list-group-item a:hover {
	text-decoration:underline!important;
}

.LatestList .list-group-item a:hover {
	text-decoration:underline!important;
}

.link-underline a, a.link-underline {
    text-decoration:underline !important;
}

.link-no-underline a, a.link-no-underline {
    text-decoration:none !important;
}

.link-no-underline a:hover, a.link-no-underline:hover {
    text-decoration:underline !important;
}

.link a:hover {
	text-decoration:underline!important;
}

small {
    color: grey;
}
.clickable {
    cursor:pointer;
}
.date, .DatesDivClass {
    color:#53565a;
    font-size:0.75em;
}

.PublishedDate {
	z-index: 1000;
	padding: 15px 0;
	font-size: 12px;
	color: #5a5b5d; 
	font-style: italic;
}

.PublishedDateOnly {
    z-index: 1000;
    padding: 15px 0;
    font-size: 14px;
    color: black;
    font-weight: 900;
}

.RevisedDate {
	z-index: 1000;
	padding: 15px 0;
	font-size: 14px;
	color: black;
    font-weight: 900;
}


	
/*View checked - used in CategoryList controls, SearchResults controls, and any controls that use a similar format*/
#SearchResultsTable {
    padding: 10px 0;
}
.checkbox.viewCheckedRow {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.checkbox.viewCheckedRow:first-of-type {
    border-top:1px solid #ddd;
}
.viewCheckedRow .list-condensed > li, .viewCheckedRow a, .viewCheckedRow label {
    padding: 0;
    width:100%;
}
.checkbox.viewCheckedRow > label {
    margin-left: 20px;
}
.btn.prevPage::after {
    content:"Previous"
}
.btn.nextPage::after {
    content:"Next"
}

.btn.nextPage, .btn.prevPage, .btn.checkAll, .btn.uncheckAll, .btn.viewChecked, .btn.printChecked, .btn.pdfChecked {
    padding: 0 5px;
    color:#000;
    background: #ddd; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #bbb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #bbb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #bbb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #bbb); /* Standard syntax (must be last) */
    border: 1px solid #000;
}
.btn.nextPage:hover, .btn.prevPage:hover, .btn.checkAll:hover, .btn.uncheckAll:hover, .btn.viewChecked:hover, .btn.printChecked:hover, .btn.pdfChecked:hover {
    background: #bbb; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#fff, #ddd); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#fff, #ddd); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#fff, #ddd); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#fff, #ddd); /* Standard syntax (must be last) */
}

.btn.checkAll::before {
    content:'\f00c';
    font-family: 'FontAwesome';
    padding-right: 4px;
}
.btn.checkAll::after {
    content:"Check All"
}

.btn.uncheckAll::before {
    content:'\f096';
    font-family: 'FontAwesome';
    padding-right: 4px;
}
.btn.uncheckAll::after {
    content:"Uncheck All"
}

.btn.viewChecked::before {
    content:'\f00c';
    font-family: 'FontAwesome';
    padding-right: 4px;
}
.btn.viewChecked::after {
    content:"View Checked"
}

.btn.printChecked::before {
    content:'\f02f';
    font-family: 'FontAwesome';
    padding-right: 4px;
}
.btn.printChecked::after {
    content:"Print Checked"
}

.btn.pdfChecked::before {
    content:'\f1c1';
    font-family: 'FontAwesome';
    padding-right: 4px;
    color:#c90a00;
}
.btn.pdfChecked::after {
    content:"PDF Checked"
}

.BreadcrumbPanel {
    background-color: #e6e6f2;
    border-bottom: 1px solid #ababd3;
    border-top: 1px solid #ababd3;
}
.BreadcrumbPanel a, .BreadcrumbPanel a:hover, .BreadcrumbPanel a:focus, .BreadcrumbPanel a:visited, .BreadcrumbPanel a:active {
    color: #333;
    text-decoration: none;
}
a.ResultLink {
    text-decoration: none!important;
    font-weight: 700;
}
.SearchResultsPanel {
    padding: 0 5px;
}

/* Drugs */
.AlphaBoxCellNoHighlight {
    background-color:#536070 !important; 
    color: #ffffff;
}
.AlphaBoxCellHighlight {
    background-color:#d9d9d9 !important;
    cursor:pointer; 
    color: #000000;
}
.AlphaBoxCellNotActive {
    background-color:#ccc !important;
    color: #ffffff;
}
.AlphaBoxCellSelected {
    background-color:#cbb677 !important;
    color: #ffffff;
}
.AlphaBoxCell { 
    text-align:center; 
    text-decoration: none;
    font-weight: bolder;
    padding-top:2px;
    padding-bottom:2px;
    border-right:solid 2px white;
    border-bottom:solid 2px white;
}
#MainDrugContainer ul {
    margin-left: 25px;
}
    
/**************/

/* Previous/Next bar */

.PreviousNextContainer {
    height: 31px;
    margin-bottom: 3px;
    margin-top: 3px;
    width: 100%;
}
.PreviousNextContainer a, .maincontent .PreviousNextContainer a,
.PreviousNextContainer a:hover, .maincontent .PreviousNextContainer a:hover,
.PreviousNextContainer a:visited, .maincontent .PreviousNextContainer a:visited   {
    display: inline-block;
    height: 100%;    
    font-size: 0.875em;
    text-decoration: none;
    vertical-align: middle;
	border: 0;
	outline: 0;
	color: #999;
}
 .PreviousNextContainer .prevNextLbl {
    color: #999;
    font-size: 1.1em;
    text-decoration: none;
}
.PreviousNextContainer .glyphicon {
	color: #bbbcbc;
    font-size: 1.8em;
    text-decoration: none;
    vertical-align: bottom;
}

.PreviousNextContainer a:active, a:focus {
	outline: medium none;
}
.PreviousNextLeft {
    float: left;
    height: 29px;
    padding: 0 5px;
}
 .PreviousNextRight {
    float: right;
    height: 29px;
    padding: 0 5px;
}
 
 
/************/

.selected, .selected:hover  {
    background-color:#C2C2C2;
}
a.disabled {
    pointer-events:none;
    color:black;
    cursor:auto;
    text-decoration:none;
}
a.disabled:hover {
    pointer-events:none;
    text-decoration: none;
}
#Box {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

/* DocumentSurvey.ascx css */
.quickpoll {
    border: 1px solid #ddd;
    font-size: 0.875em;
    padding: 0 5px 10px 5px;
    background-color: white;
    background-image: url("/Members/templates/images/poll_gradient.png");
    background-position: right bottom;
    background-repeat: repeat-x;
}
.quickpoll h4 {
    border-bottom: 1px solid #ddd;
    color: #00366c;
    font-size: 1em;
}
.quickpoll .radio, .quickpoll .checkbox {
    margin-left: 20px;
}
.quickpoll .radio input[type="radio"], .quickpoll .checkbox input[type="checkbox"] {
    margin-left: -20px;
}
.quickpoll .resultsBar {
     background-color: #bfe6f3; 
     color: #575757;
     height:12px;
     margin-bottom:14px;
}

.quickpoll .resultsBar .resultPercentage {
     float: right; 
     width: 1%; 
     color: #2D2D2D; 
     font-weight: 800;
     line-height:1;
     display: -webkit-inline-box;
}

.quickpoll .conclusion {
    font-style:italic;
    font-weight: bold; 
     font-size:1.167em;
    color: #575757; 
}
.quickpoll .conclusion a {
    font-style:normal;
    font-size:0.857em;
}

/*************************************************/

.panel ul.recent-rounds {
    padding-left:10px;
}

.back-to-top.btn-fixed-bottom {
    bottom: 5px;
    position: fixed;
    right: 20px;
    z-index: 700;
}

/*  Join discussion button  */
.join-discussion {
	padding: 8px 10px;
	text-decoration: none!important;
	margin-top: -10px;
	background: #285780;
	color: white;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #777;
    -moz-box-shadow: 0 2px 1px #777;
	box-shadow: 0 2px 1px #777;
}

.join-discussion-VSPN {
	padding: 8px 10px;
	text-decoration: none!important;
	background: #006f62;
	color: white;
	border-radius: 4px;
	box-shadow: 0px 2px 1px #777;
    -moz-box-shadow: 0 2px 1px #777;
	box-shadow: 0 2px 1px #777;
}

/*  Generic grey textbox  */
.grey-textbox {
	background: #f0f0f3;
	border: 1px solid #e6e6e6;
}

a.alert-success.pull-right.join-discussion { 
      color:#ffffff;
}

a.alert-success.pull-right.join-discussion-VSPN { 
      color:#ffffff;
}

.join-the-discussion a:hover, .join-the-discussion a:focus {
	color: #d9d9d6;
}

.join-the-discussion + p {
	margin-top: 50px;
}


/* ProjectRecentlyViewedDocs */
#ProjectRVD .link {
    margin-left: 10px;
}

#ProjectRVD a {
    text-decoration: none;
}

#divRVD .link {
    margin-left: 10px;
}
/****************/


.btn.browse {
    display: block;
    padding: 4px 8px;
    -webkit-box-shadow: 0 6px 8px -6px black;
    box-shadow: 0 6px 8px -6px black;
    z-index:10;
    position:sticky;
}	  	         


/*
    From DocumentMisc.ascx 
    OVERRIDES CAN BE REMOVED AFTER CSS IS REMOVED FROM CONTROL
*/
.DocumentTitle { 
    font-family: ProximaNovaRgBold;
    font-size: 1.250em !important;
    font-weight: normal !important; 
    color:#333333; 
    padding-bottom: 15px;
}
.DocumentAuthors {font-size:1em !important;}
.MainMiscContainer .DocumentAuthors { font-weight:bold }
.DocumentAuthorAddress { font-size:0.917em !important; font-weight:normal; color:#999999; }
.DocumentMainContent { font-size: 1em !important; font-weight:normal }
.DatesDivClass { font-size:1em !important; font-style:italic; display:inline; }
.SectionTitle { font-size:1.167em!important; font-weight: bold; }
.DocumentGenericName { font-size:1.333em !important; font-weight: bolder; color:#003f7d !important; padding-bottom: 15px; }
.DocumentOtherNames { font-size:1.250em !important; font-weight: bold; color:#003f7d !important; padding-bottom: 15px;}
.DocumentDoseSpecies { font-size:1.0em !important; font-weight: bold; font-style:italic}

/*
    Drugs overrides
    REMOVE AFTER CLEANING UP CONTROLS
*/
a.bsava:link {color:#1a0dab !important; text-decoration:none; padding:0 }  /* link */
a.bsava:visited {color:#004E9B !important; text-decoration:none;}  /* visited link */
a.bsava:hover {color:blue; text-decoration:underline;}  /* mouse over link */

/*  related drugs  */
#containerRelatedDrugs .list-group {
	-webkit-box-shadow: -6px 1px 18px -6px grey!important; 
	-moz-box-shadow: -6px 1px 18px -6px grey!important;
	box-shadow: -6px 1px 18px -6px grey!important; 
	border: 1px solid #999!important;
	background: #ffffff!important;
	border-left: 1px solid #333!important;
	padding: 10px;
}

 #containerRelatedDrugs .list-group a {
    text-decoration: none;
 } 


@media screen and (max-width: 480px) {		
	.AlphaBoxCell { zoom: 1.5; }
    .UpdateNotes { font-size:0.786em !important; }
	.UpdateNotes div { font-size:0.929em !important; }	
	a.join-discussion.pull-right { float: none!important; }
}	

.longColumn {
word-wrap: break-word;
word-break: break-all;
}

.Deprecated {
    color: #c90a00 !important;
}

/*  IE fix for floating image and list items */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  .ImageRightAlignment + ul,    
  .ImageLeftAlignment + ul  {
	list-style-position: inside;
	text-indent: -25px;	  
  }
  
  .ImageRightAlignment + ul > li > h3, .ImageLeftAlignment + ul > li > h3  {
	display: inline;  
  }
  
  .ImageLeftAlignment, .ImageLeftAlignment {
	  margin-right: 30px;
  }
}

/*  Edge fix for  floating  image and list  */
@supports (-ms-ime-align:auto) {
    .ImageRightAlignment + ul,
    .ImageLeftAlignment + ul {
        list-style-position: inside;
        text-indent: -25px;
    }

        .ImageRightAlignment + ul > li > h3,
        .ImageLeftAlignment + ul > li > h3 {
            display: inline;
        }

    .ImageLeftAlignment, .ImageLeftAlignment {
        margin-right: 30px;
    }
}

/*   accordion with icons  */
.accordion-panel-title-left > a:before {
    float: left !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-style: normal;
}

.accordion-panel-title-left > a.collapsed:before {
    float: left !important;
    content: "\f067";
    font-style: normal;
}

.accordion-panel-title-left > a:hover,
.accordion-panel-title-left > a:active,
.accordion-panel-title-left > a:focus {
    text-decoration: none;
}

.accordion-panel-title-left a.collapsed {
    text-decoration: none;
}

.accordion-panel-title-left a {
    text-decoration: none !important;
    color: #333;
}

.accordion-panel-title-left {
    text-align: left;
    font-style: normal;
    font-weight: 700;
}

.accordion-panel-title-right > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
    font-style: normal;
}

.accordion-panel-title-right > a.collapsed:before {
    float: right !important;
    content: "\f067";
    font-style: normal;
}

.accordion-panel-title-right > a:hover,
.accordion-panel-title-right > a:active,
.accordion-panel-title-right > a:focus {
    text-decoration: none;
}

.accordion-panel-title-right a.collapsed {
    text-decoration: none;
}

.accordion-panel-title-right a {
    text-decoration: none !important;
    color: #333;
}

.accordion-panel-title-right {
    text-align: left;
    font-style: normal;
    font-weight: 700;
}

.accordion-panel-title-caret > a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f106";
    padding-right: 5px;
    font-size: 28px;
    font-style: normal;
}

.accordion-panel-title-caret > a.collapsed:before {
    float: right !important;
    content: "\f107";
    font-size: 28px;
    font-style: normal;
}

.accordion-panel-title-caret > a:hover,
.accordion-panel-title-caret > a:active,
.accordion-panel-title-caret > a:focus {
    text-decoration: none;
}

.accordion-panel-title-caret a.collapsed {
    text-decoration: none;
}

.accordion-panel-title-caret a {
    text-decoration: none !important;
    color: #333;
}

.accordion-panel-title-caret {
    text-align: left;
}

/*   Adjustable image grid  */
section#content .imgGrid.wrapper {
    background-color: transparent;
    overflow: hidden;
    border-top: 1px solid #D6D7DB;
}
section#content .imgGrid {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: left;
    padding: 0;
    margin-bottom: 0;
}
section#content ul.imgGrid,
section#content ol.imgGrid {
    width: 100%;
}
section#content .imgGrid .imgCell {
    display: flex;
    text-align: left;
    align-items: flex-start;
    width: 50%;
    height: auto;
    background-clip: padding-box;
    background-color: white;
    padding: 1rem;
    margin: 0;
    border-bottom: 1px solid #D6D7DB;
}
@media screen and (min-width: 768px) {
    section#content .imgGrid .imgCell {
        width: 33.333%;
        width: calc(100%/3);
    }
}
@media screen and (min-width: 992px) {
    section#content .imgGrid .imgCell {
        width: 25%;
    }
}
@media screen and (min-width: 1200px) {
    section#content .imgGrid .imgCell {
        width: 16.666%;
        width: calc(100%/6);
    }
}
section#content .imgGrid .imgCell .wrapper {
    width: 100%;
    box-shadow: 1px 3px 5px 0px rgba(65,100,217, 0.3);
}
#promoPage8505 section#content .imgGrid .imgCell .wrapper {
    box-shadow: 3px 3px 5px -2px rgba(0, 111, 98, 0.5);
}
section#content .imgGrid .imgCell img {
    padding: .5em 0;
	max-width: 100%;
	height: auto;
}
section#content .imgGrid .imgCell .btn {
    font-size: .9em;
    text-transform: unset;
    letter-spacing: .1em;
    padding: .25em 0;
    width: 100%;
    border-radius: 0;
    text-transform: none;
}
@media screen and (min-width: 1200px) {
    section#content .imgGrid .imgCell .btn {
        font-weight: normal;
        letter-spacing: normal;
    }
}
section#content .imgGrid .imgCell .btn .glyphicon {
    font-size: .85em;
    opacity: .5;
}
@media screen and (min-width: 1200px) {
    section#content .imgGrid .imgCell .btn .glyphicon {
        font-size: .75em;
    }
}

