/* 
    CSS STYLES FOR CLINTRAK EDC
*/


/* background color for the content part of the pages */
Body {
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
}

/* Moved from ClinTrakWebDefault, which is no longer used */
.HeadBg {
    background-color: #96D28A; /* New Green background */
}


/* GENERAL */

/* For display of the product name */
.ProductText {
    font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    background-color: #447AAA;
    color: #FFFFFF;
    border-left-width: 4px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-right-width: 4px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}

.LoginTable {
    border-left-width: 4px;
    border-left-color: #FFFFFF;
    border-left-style: solid;
    border-right-width: 4px;
    border-right-color: #FFFFFF;
    border-right-style: solid;
}

.LoginPane {
    background-color: #DFE9E4;
}

.TermPane {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    vertical-align: top;
    color: #666666;
    background-color: #DFE9E4;
}

.NavigationLinks {
    vertical-align: middle;
    margin-right: 4px;
    margin-left: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

A.NavigationLinks:link {
    color: #FFFFFF;
}

A.NavigationLinks:visited {
    color: #FFFFFF;
}

A.NavigationLinks:active {
    color: #FFFFFF;
}

A.NavigationLinks:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* style for module titles */
.Head {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #545C58;
}


/* style of item titles on edit and admin pages */
.SubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #00008B;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* Module */
/* header style for module */
.ModuleHeader {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

/* header style for sub module (module within module) */
.ModuleSubHeader {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #8b0000;
}
/* header style for module within sub module */
.ModuleSubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}

/* text style used for most text rendered by modules */
.Normal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
}
/* normal text italic */
.NormalItalic {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 12px;
}
/* smaller than normal */
.NormalSmaller {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    padding-top: 1px;
}

/* smaller than normal, colored to make it stand out on the page */
.NormalSmallerHighlighted {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: blue;
    text-decoration: underline;
    line-height: 10px;
    padding-top: 1px;
    /* border: 2px inset blue; */
}

/* normal text white */
.NormalWhite {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
}
/* normal text red */
.NormalRed {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ff0000;
}
/* normal text blue */
.NormalBlue {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #0000ff;
}
/* bold text blue */
.NormalBoldBlue {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000ff;
}
/* bold blue, smaller text*/
.SmallBoldBlue {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0000ff;
}
/* normal text green */
.NormalGreen {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #00ff00;
}
/* normal text maroon */
.NormalMaroon {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ff0033;
    text-decoration: none;
    font-weight: normal;
}
/* normal text bold */
.NormalBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}
/* normal text bold white*/
.NormalBoldWhite {
    font-family: Verdana, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
}
/* Text for a tree control */
.Tree {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: text-bottom;
    font-weight: normal;
    border-style: none;
    border-width: 0;
    padding-left: 1px;
    padding-bottom: 1px;
    padding-top: 1px;
    padding-right: 1px;
    border-color: White;
    text-decoration: none;
    color: #00008b;
}

    .Tree A:hover {
        text-decoration: underline;
        color: #00008b;
    }

.TreeSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-style: dotted;
    border-width: 1;
    border-color: #00008b;
}

    .TreeSelected A:hover {
        text-decoration: underline;
        color: #00008b;
    }

.TreeControlArea {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 1px;
    background-color: #DDDDDD;
}

.TreeControls {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    margin-bottom: 1px;
}

/* normal text bold */
.BiggerBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* Bigger text */
.Bigger {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}
/* Bigger text */
.BiggerBold {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
}
/* small text used to annotate a field */
.Annotation {
    font-family: Small Fonts, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    color: #555555;
}

/* Copy of Annotation, but with different color for warning */
.PasswordWarning {
    font-family: Small Fonts, Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 10px;
    color: #eeee40;
}

/* uses the special barcode font */
.Barcode {
    font-family: IDAutomationHC39S;
    font-weight: normal;
}
/* uses the special barcode font and a colored background.*/
.HighlightedBarcode {
    font-family: IDAutomationHC39S;
    font-weight: normal;
    background-color: #ffcc99;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* Text style used for textboxes/labels etc. where the users attention needs to be
drawn */
.HighlightedText {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #009900;
}

/* text style used for most drop down lists */
.NormalDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.PortalDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-color: #6699CC;
    border-style: solid;
    border-width: thin;
}

.AreaDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-color: #6699CC;
    border-style: solid;
    border-width: thin;
}

.SystemDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #BFD7E8;
    border-color: #6699CC;
    border-style: solid;
    border-width: thin;
}

/* general checkbox style */
.NormalCheckBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
/* style for standard div tag */
.NormalDiv {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-right: solid 1px #000000;
    border-top: solid 1px #000000;
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    border-left: solid 1px #000000;
    border-bottom: solid 1px #000000;
}
/* style for standard list box */
.NormalListBox {
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.CommandButtonUnderline {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

/* small text white*/
.SmallWhite {
    font-family: Verdana, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 9px;
    font-weight: normal;
}


/****** PAGE BANNER ******/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.ReportTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #8b0000;
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* background/border colors for the unselected tab */
.OtherTabBg {
    background-color: #808080;
    border-color: #000000;
}

/* text style for the tab */
.Tab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold
}

/* text style for the selected zone */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #8b0000;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #dcdcdc;
    text-decoration: none;
    font-weight: bold
}

/* background/border colors for the unselected tabs */
.TabBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ef131f;
    font-weight: bold;
    background-color: #ffffff;
}

/* background/border colors for the elected tabs */
.TabBgSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    background-color: #000080;
}

/* text style for the unselected area */
.Area {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #dcdcdc;
    text-decoration: none;
    font-weight: bold
}
/* text style for the selected area */
.AreaSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #8b0000;
    font-weight: bold
}
/* background/border colors for the unselected area */
.AreaBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ef131f;
    font-weight: bold;
    background-color: #0000ff;
    border-color: #000000;
}
/* background/border colors for the elected area */
.AreaBgSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    background-color: #000080;
    border-color: #ffffff;
}

/* text style for the unselected zone */
.Zone {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    /* background-color: #808080; */
    background-color: #000000;
    border-color: #000000;
}
/* text style for the selected zone */
.ZoneSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    font-weight: bold;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}
/* background/border colors for the unselected zone */
.ZoneBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ef131f;
    font-weight: bold;
    background-color: #add8e6;
    border-color: #000000;
}
/* background/border colors for the elected zone */
.ZoneBgSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    background-color: #000080;
    border-color: #ffffff;
}
/* separator between zones */
.ZoneSeparator {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: normal;
    background-color: #000000;
    border-color: #ffffff;
}

/* text style for the unselected section */
.Section {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    background-color: #D9D9D9;
    border-color: #D9D9D9;
}
/* text style for the selected section */
.SectionSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    background-color: #738DAF;
    border-color: #738DAF;
}
/* background/border colors for the unselected section */
.SectionBg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ef131f;
    font-weight: bold;
    background-color: #0000ff;
    border-color: #000000;
}
/* background/border colors for the elected section */
.SectionBgSelected {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    font-weight: bold;
    background-color: #000080;
    border-color: #ffffff;
}
/* portal context - black bar for zones */
.PortalContext {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #000000;
    color: #ffffff;
}

/* STYLE For EDC Study List */
/* Title */
.StudyListTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
/* Header */
.StudyListHead {
    background-color: #CBE2D5;
    border-bottom: #000000;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 13pt;
    padding-left: 5px;
    text-align: left;
}
/* item */
.StudyListItem {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    padding-left: 5px;
    border-bottom: #CBE2D5;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

/* STYLE FOR DATAGRIDS */
/* header */
.DataGridHead {
    background-color: #CBE2D5;
    border-bottom: #000000;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
    text-align: center;
}

.DataGridHeadAlt {
    background-color: #E58C0E;
    border-bottom: #000000;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
    text-align: center;
}
/* item template */
.DataGridItem {
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    padding-left: 5px;
}

/*Alternate user secirty item template */
.DataGridItemUserAlt {
    background-color: rgb(240,255,240);
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    padding-left: 5px;
}

/* alternate item template */
.DataGridItemAlt {
    background-color: #E4ECE8;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    padding-left: 5px;
}

/* item secondary alternate template y.zhou */
.DataGridItemAltSec {
    background-color: #F0F0F0;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    padding-left: 5px;
}

/* footer */
.DataGridFooter {
    background-color: #CBE2D5;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    border-bottom: solid 1px #000000;
}
/* table in the footer */
.DataGridFooterTable {
    background-color: #CBE2D5;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
}
/* pager */
.DataGridPager {
    background-color: #CBE2D5;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 9px;
    font-weight: bold;
}
/* text style used for textboxes in DataGrids */
.DataGridTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    width: 100%;
}
/* text style used for DataGrid drop down lists */
.DataGridDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

/* Item group background */
.ItemGroupBg {
    background-color: #CBE2D5;
    font: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
/* Item group foreground */
.ItemGroupFg {
    background-color: #ffffff;
    font: verdana, arial, helvetica, sans-serif;
}
/* text style for the site links (at extreme top-left of header) */
.SiteLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*background-color: #96D28A;*/
    line-height: 23px;
    /*border-bottom: 1px ridge #96D28A;*/
}

.LogoffLink {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    /*padding-top: 2px;
    padding-bottom: 2px;
    background-color: #999999;*/
}

/* STYLE FOR DATALISTS */
/* header */
.DataListHeaderBorderless {
    background-color: #CBE2D5;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}

.DataListCellHeader {
    background-color: #CBE2D5;
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-top: black 1px solid;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
}

.DataListCellItem {
    background-color: #ffffff;
    border-left: black 1px solid;
    border-right: black 1px solid;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    line-height: 10pt;
    padding-left: 5px;
}

.DataListCellItemAlt {
    background-color: #E4ECE8;
    BORDER-LEFT: black 1px solid;
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-BOTTOM: black 1px solid;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    line-height: 10pt;
    padding-left: 5px;
}

/*style for panel */
.Panel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #ffffff;
    border-color: #7F9DB9;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}

/* style of item titles by XSLT and events */
.ItemTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #8b0000;
}

/* TABLE WITHIN TABLE STRUCTURE */
/* style of error message */
.ErrorMsg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #ff0000;
}

/* style of error message -- not bolded */
.ErrorMsgNormal {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #ff0000;
}

.WarningMsg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    background-color: #FFFFCC;
}

/* style of general user messages (warnings etc.) */
.GeneralMsg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #191970;
}

/* style of status messages (after actions) */
.StatusMsg {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: Green;
}
/* Style of broadcasted message */
.BroadcastMsg {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: #FFFF99;
    color: #000099;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 3px;
}


/* Background for a table within table structure */
.BgTab {
    background-color: #666644;
    font: verdana, arial, helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}
/* Forground for a table within table structure */
.FgTab {
    background-color: #ffffff;
    font: verdana, arial, helvetica, sans-serif;
}

/* CRF */

.CRFHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #8b0000;
}

/* Item group background */
.CRFHeadBg {
    background-color: #666666;
    font: verdana, arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}





/* alternate row of repeating rows of CRF form */
.CRFAlternateRow {
    background-color: #CBE2D5;
}


.CRFAlternateColumn {
    background-color: #CBE2D5;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}


.CRFAlternateRowGray {
    background-color: #dddddd;
}

/* CRF questionable data item */
.CRFFlaggedItem {
    background-color: #ffff00;
}

/* type of CRF page */
.CRFPageLabel {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/* section identifier */
.CRFSectionLabel {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/* border table */
.CRFTable {
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
}
/* text style for the tab */
.CRFTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold
}
/* background/border colors for the selected tab */
.CRFSelectedTabBg {
    background-color: #ffffff;
    border-color: #ffffff;
}

/* background/border colors for the unselected tab */
.CRFUnselectedTabBg {
    background-color: #ef131f;
    border-color: #000000;
}
/* text style for the selected zone */
.CRFSelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #8b0000;
    font-weight: bold
}
/* text style for the unselected tabs */
.CRFUnselectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #dcdcdc;
    text-decoration: none;
    font-weight: bold
}
/* CRF header item */
.CRFNormalHeader {
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
}
/* CRF footer item */
.CRFNormalFooter {
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: normal;
}
/* regular text box for CRF data entry */
.CRFTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
}
/* regular text box w/o boder for CRF data entry */
.CRFTextBoxWithoutBorder {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border-style: none;
}
/* small text box for CRF data entry */
.CRFSmallTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #000000;
    width: 20px;
}
/* any necessary instructions to data entry */
.CRFInstructionText {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
}
/* text that corresponds to CRF question */
.CRFQuestionLabel {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
}
/* used for special notes to user */
.CRFNoteText {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
}
/*subscript numbers for data items */
.CRFDataItemLabel {
    color: #000000;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    padding-top: 25px;
}
/* CRF checkbox style */
.CRFCheckbox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border-style: none;
}

/* ECRF Styles ---------------------------------------------- */

.ECRFLabelColumn {
    background-color: #E4ECE8;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    width: 25%;
    padding: 0px 8px 0px 6px;
    margin: 0px 0px 0px 0px;
}

.ECRFItemColumn {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
}

.ECRFFillerItemColumn {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    width: 50%;
}

.ECRFControlColumn {
    background-color: #E4ECE8;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 7px 0px 7px;
    margin: 0px 0px 0px 0px;
}

.ECRFGroupLabelColumn {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    width: 25%;
}

.ECRFAlternateLabelColumn {
    background-color: #CBE2D5;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    width: 25%;
    vertical-align: middle;
    padding: 0px 8px 0px 6px;
    margin: 0px 0px 0px 0px;
}

.ECRFAlternateItemColumn {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #E4ECE8;
    text-align: left;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
}

.ECRFAlternateFillerItemColumn {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #E4ECE8;
    text-align: left;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    width: 50%;
}

.ECRFAlternateControlColumn {
    background-color: #CBE2D5;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    padding: 2px 7px 0px 7px;
    margin: 0px 0px 0px 0px;
}

.ECRFAlternateGroupLabelColumn {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background-color: #E4ECE8;
    text-align: right;
    vertical-align: middle;
    padding: 8px 8px 8px 8px;
    margin: 0px 0px 0px 0px;
    width: 25%;
}

.ECRFTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ECRFMultiTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    line-height: 18px;
}

.ECRFDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ECRFCheckBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

.ECRFCalculated {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: 3px;
    color: #0000FF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 14px;
}

.ECRFReadOnly {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #0000FF;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-color: transparent;
}

.ECRFHtmlLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    vertical-align: 3px;
    border-color: #7F9DB9;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 14px;
}

.ECRFGroupTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: 3px;
    color: #0000FF;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 14px;
}

.ECRFHeaderLabel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 1px 1px 1px;
}

.ECRFHeaderItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000ff;
    padding: 1px 1px 1px 1px;
}

.ECRFValidationControl {
    position: static;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 9px;
    font-weight: bold;
}


.ECRFBypassedValidationControl {
    font-size: 9px;
    font-weight: bold;
}

.ECRFValidationControlOpen {
    position: static;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #8B0000;
}

.ECRFValidationControlRespond {
    position: static;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #00008B;
}

.ECRFValidationControlDisMiss {
    position: static;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #00008B;
}

.ECRFValidationControlComment {
    position: static;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #00008B;
}

.ECRFValidationControlApprove {
    position: static;
    padding-right: 10px;
    padding-top: 2px;
    font-size: 9px;
    font-weight: bold;
    color: #A020F0;
}

.ECRFGroupedEDCControl {
    vertical-align: bottom;
    margin-bottom: 2px;
    margin-right: 30px;
}

.ECRFEDCControl {
}



.ECRFToolBar {
    background-color: #738DAF;
    font: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    line-height: 18px;
    color: #ffffff;
    padding: 1px 2px 1px 2px;
    margin: 0px 0px 0px 0px;
    border-bottom-width: 2px;
    border-bottom-style: inset;
    border-bottom-color: #EEEEEE;
}


.ECRFToolBarCell {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
}

.ECRFToolBarTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.ECRFToolBarDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.ECRFToolBarButton {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
}

.ECRFToolBarImage {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    margin-bottom: 0px;
    padding-bottom: 0px;
    vertical-align: middle;
}

.EDCImageControl {
    cursor: pointer;
    vertical-align: bottom;
}


A.ECRFToolBarLink:link {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

A.ECRFToolBarLink:visited {
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

A.ECRFToolBarLink:active {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}

A.ECRFToolBarLink:hover {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}


.SubjectTable {
    font: verdana, arial, helvetica, sans-serif;
    font-size: 11px;
    padding: 2px 4px 0px 4px;
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 0px;
    width: 75%;
}

.SubjectRow {
    font: verdana, arial, helvetica, sans-serif;
}

.SubjectLabelCell {
    font: verdana, arial, helvetica, sans-serif;
    font-weight: bold;
    width: 5%;
    white-space: nowrap;
    text-align: right;
}

.SubjectItemCell {
    font: verdana, arial, helvetica, sans-serif;
    text-align: left;
}



.SubjectTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    margin: 3px 3px 3px 3px;
    max-width: 80%;
}

.SubjectMultiTextBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    border-style: solid;
    border-width: 1px;
    border-color: #7F9DB9;
    margin: 3px 3px 3px 3px;
    line-height: 18px;
}

.SubjectDropDown {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 3px 3px 3px 3px;
}

.SubjectCheckBox {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin: 3px 3px 3px 3px;
}

.SubjectCalculated {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: 3px;
    color: #0000ff;
    margin: 3px 3px 3px 3px;
}

.SubjectGroupTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: 3px;
    color: #000000;
    margin: 3px 3px 3px 3px;
}

.SubjectHeaderLabel {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin: 3px 3px 3px 3px;
}

.SubjectHeaderItem {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000ff;
    margin: 3px 3px 3px 3px;
}



/* hyperlink styles of the unselected tabs */
A.Section:link {
    text-decoration: underline;
    color: #000000;
}

A.Section:visited {
    text-decoration: underline;
    color: #000000;
}

A.Section:active {
    text-decoration: underline;
    color: #0000ff;
}

A.Section:hover {
    text-decoration: underline;
    color: #00008b;
}

A.Zone:link {
    text-decoration: none;
    color: #ffffff;
}

A.Zone:visited {
    text-decoration: none;
    color: #ffffff;
}

A.Zone:active {
    text-decoration: none;
    color: #ffffff;
}

A.Zone:hover {
    text-decoration: underline;
    background-color: #000000;
    color: #ffffff;
}

A.OtherTabs:link {
    text-decoration: none;
    color: #00008b;
}

A.OtherTabs:visited {
    text-decoration: none;
    color: #00008b;
}

A.OtherTabs:active {
    text-decoration: none;
    color: #0000ff;
}

A.OtherTabs:hover {
    text-decoration: underline;
    color: #00008b;
}


/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration: none;
    color: #ffffff;
}

A.SiteLink:visited {
    text-decoration: none;
    color: #ffffff;
}

A.SiteLink:active {
    text-decoration: none;
    color: #ffffff;
}

A.SiteLink:hover {
    text-decoration: underline;
    color: #ffffff;
}

A.LogoffLink:link {
    text-decoration: none;
    color: #FFFFFF;
}

A.LogoffLink:visited {
    text-decoration: none;
    color: #FFFFFF;
}

A.LogoffLink:active {
    text-decoration: none;
    color: #FFFFFF;
}

A.LogoffLink:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

/* hyperlink style for other links */
A.OtherLink:link {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #00008b;
}

A.OtherLink:visited {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #00008b;
}

A.OtherLink:active {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: none;
    color: #0000ff;
}

A.OtherLink:hover {
    font-family: Verdana, Helvetica, sans-serif;
    text-decoration: underline;
    color: #00008b;
}


/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    /*text-decoration: underline;*/
    color: #00008b;
}

A.CommandButton:visited {
    /*text-decoration: underline;*/
    color: #00008b;
}

A.CommandButton:active {
    text-decoration: underline;
    color: #0000ff;
}

A.CommandButton:hover {
    text-decoration: underline;
    color: #00008b;
}

A.CommandButtonUnderline:link {
    text-decoration: underline;
    color: #00008b;
}

A.CommandButtonUnderline:visited {
    text-decoration: underline;
    color: #00008b;
}

A.CommandButtonUnderline:active {
    text-decoration: underline;
    color: #0000ff;
}

A.CommandButtonUnderline:hover {
    text-decoration: underline;
    color: #00008b;
}

A.CalendarImage {
    cursor: pointer;
    vertical-align: bottom;
}


/* GENERIC */
H1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #666644;
}

H3 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #8b0000;
}

H4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #8b0000;
}

H5, DT {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #8b0000;
}

H6 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #8b0000;
}

HR {
    color: #dcdcdc;
    height: 1pt;
    text-align: left;
}

    HR.ColorSeparator {
        color: #33CC88;
        height: 2px;
        text-align: left;
    }


TABLE {
    font-family: verdana, arial, helvetica, sans-serif;
    /*font-size: 11px;*/
}

TFOOT, THEAD {
    background-color: #CBE2D5;
    border-bottom: #000000;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
    text-align: center;
}

TH {
    background-color: #CBE2D5;
    border-bottom: #000000;
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 10pt;
    padding-left: 5px;
    text-align: center;
}

TD.Border {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-bottom: solid 1 #000000;
    border-left: solid 1 #000000;
    border-right: solid 1 #000000;
    border-top: solid 1 #000000;
}

A:link {
    text-decoration: none;
    color: #00008b;
}

A:visited {
    text-decoration: none;
    color: #00008b;
}

A:active {
    text-decoration: none;
    color: #0000ff;
}

A:hover {
    text-decoration: underline;
    color: #00008b;
}

SMALL {
    font-size: 8px;
}

BIG {
    font-size: 14px;
}

BLOCKQUOTE, PRE {
    font-family: Lucida Console, monospace;
}

UL LI {
    list-style-type: square;
}

    UL LI LI {
        list-style-type: disc;
    }

        UL LI LI LI {
            list-style-type: circle;
        }

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

OL OL OL LI {
    list-style-type: lower-roman;
}
/* Section header */
.SectionHeader {
    font-weight: bold;
    font-size: 13px;
    color: #0099ff;
    font-family: Verdana, Helvetica, sans-serif;
}

.BreakLine {
    font-size: 1px;
    color: #0099ff;
}

.EvenLine {
    background-color: #dcdcdc;
}

.OddLine {
    background-color: white;
}

.TabStrip {
    width: 100%;
    height: 28px;
    background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.Background.gif);
    background-repeat: repeat-x;
    background-position: top;
    padding: 0px 0px 0px 0px;
    cursor: default;
}

    .TabStrip .LeftPart {
        background-position: bottom;
    }

    .TabStrip .MiddlePart {
        font-family: Verdana, Helvetica, sans-serif;
        width: 100%;
        height: 28px;
        background-repeat: repeat-x;
        background-position: bottom;
        padding: 2px 0px 0px 0px;
        text-align: center;
        vertical-align: middle;
    }

    .TabStrip .RightPart {
        background-position: bottom;
    }

    .TabStrip .ActiveTab {
        font-size: 13px;
        width: 100%;
        cursor: pointer;
    }

        .TabStrip .ActiveTab .LeftPart {
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.ActiveLeft.gif);
        }

        .TabStrip .ActiveTab .MiddlePart {
            font-family: Verdana, Helvetica, sans-serif;
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.ActiveMid.gif);
        }

        .TabStrip .ActiveTab .RightPart {
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.ActiveRight.gif);
        }

    .TabStrip .InactiveTab {
        font-size: 13px;
        width: 100%;
        cursor: pointer;
    }

        .TabStrip .InactiveTab .LeftPart {
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.InactiveLeft.gif);
        }

        .TabStrip .InactiveTab .MiddlePart {
            font-family: Verdana, Helvetica, sans-serif;
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.InactiveMid.gif);
        }

        .TabStrip .InactiveTab .RightPart {
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.InactiveRight.gif);
        }

    .TabStrip .DisabledTab {
        font-size: 13px;
        width: 100%;
        cursor: default;
        color: gray
    }

        .TabStrip .DisabledTab .LeftPart {
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.DisabledLeft.gif);
        }

        .TabStrip .DisabledTab .MiddlePart {
            font-family: Verdana, Helvetica, sans-serif;
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.DisabledMid.gif);
        }

        .TabStrip .DisabledTab .RightPart {
            background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=TabStrip.DisabledRight.gif);
        }

    .TabStrip .Highlighted .ActiveTab {
    }

        .TabStrip .Highlighted .ActiveTab .LeftPart {
        }

        .TabStrip .Highlighted .ActiveTab .MiddlePart {
        }

        .TabStrip .Highlighted .ActiveTab .RightPart {
        }

    .TabStrip .Highlighted .InactiveTab {
        cursor: pointer
    }

        .TabStrip .Highlighted .InactiveTab .LeftPart {
        }

        .TabStrip .Highlighted .InactiveTab .MiddlePart {
        }

        .TabStrip .Highlighted .InactiveTab .RightPart {
        }

    .TabStrip .ActiveTab div {
        width: 9px;
        height: 28px;
        overflow: hidden;
    }

    .TabStrip .InactiveTab div {
        width: 9px;
        height: 28px;
        overflow: hidden;
    }

    .TabStrip .DisabledTab div {
        width: 9px;
        height: 28px;
        overflow: hidden;
    }

    .TabStrip .TabSeparator {
        width: 20px;
    }

.izenda-toolbar {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: #003399;
}

table.izenda-toolbar {
    background-image: url(/ClinTrakDM/ClinTrakWeb/rs.aspx?image=Toolbar.Toolgrad.gif);
    background-repeat: repeat-x;
    border: 1px solid #95b7f3;
    background-repeat: repeat-x;
    background-color: #9ebff6;
}

.izenda-separator {
    color: #444444;
    font-size: 10pt;
}
/* normal text bold */
.NormalBoldNoWrap {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    vertical-align: middle;
    font-weight: bold;
    white-space: nowrap;
}

/* normal text bold */
.NormalBoldFixedWidth {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    vertical-align: middle;
    white-space: nowrap;
}

.ProcessingDiv {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    BORDER-LEFT: #999999 1px solid;
    BORDER-TOP: #999999 1px solid;
    BORDER-RIGHT: gray 1px solid;
    BORDER-BOTTOM: gray 1px solid;
    LEFT: 42%;
    BACKGROUND-IMAGE: none;
    VISIBILITY: hidden;
    OVERFLOW: auto;
    WIDTH: 300px;
    POSITION: absolute;
    TOP: 30%;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    BACKGROUND-COLOR: #FFFFFF
}

.ProcessingReportDiv {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    BORDER-LEFT: gray 1px solid;
    BORDER-RIGHT: black 1px solid;
    border-top: gray 1px solid;
    border-bottom: black 1px solid;
    LEFT: 400px;
    BACKGROUND-IMAGE: none;
    VISIBILITY: hidden;
    OVERFLOW: auto;
    WIDTH: 300px;
    TOP: 200px;
    position: absolute;
}

.QueryBold {
    background-color: #FFFFFF;
    color: #00008b;
    font-weight: bold;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
}

.QueryLabel {
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 10px;
    text-align: right;
}

.QueryValue {
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: normal;
    font-size: 10px;
}

.QueryNote {
    color: #000000;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 8px;
    text-align: right;
}

.popupWindow {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    border: .5px solid #447aa9; /*
    border-left:#999999 3px outset;
    border-top:#999999 3px outset;
    border-right:gray 3px ridge;
    border-bottom:gray 3px ridge;*/
    visibility: hidden;
    overflow: auto;
    position: absolute;
    background-color: #FFFFFF;
}

.QueryDiv {
    background-color: #FFFFFF;
    color: #00008b;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
}

.dragme {
    border: 0px solid;
    background-color: #5582a9;
    padding: 2px;
    cursor: move;
    height: 30px;
}

.popuptitle {
    float: left;
    margin: 0px 0px 0px 12px;
    font-weight: bold;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1.2em;
    color: white;
    vertical-align: middle;
}

.popupclose {
    cursor: pointer;
    float: right;
    margin: 0px 12px 0px 0px;
}

.nodrag {
    background-color: gray;
    height: 19px;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.AJAXpopupWindow {
    border-left: #999999 3px;
    border-top: #999999 3px;
    border-right: gray 3px;
    border-bottom: gray 3px;
    background-color: #E9F0ED;
    color: #00008b;
    font-family: Verdana, Helvetica, Sans-Serif;
    font-size: 10px;
    overflow: auto;
    position: absolute;
}

.editorAgreementDivider {
    border-bottom: 1px solid black;
    width: 10%;
}

.AgreementDivider {
    border-bottom: 1px solid black;
}

#dhtmltooltip {
    position: absolute;
    left: -300px;
    width: 150px;
    font-size: 11px;
    font-family: Verdana, Helvetica, Sans-Serif;
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 2px;
    background-color: #FFFFDD;
    background-repeat: no-repeat;
    background-image: none; /*url("~/image/help.gif");*/
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* Corner radius */
.roundedcorners {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    -khtml-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    -khtml-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -khtml-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -khtml-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.zonelisttext {
    color: #222;
    font-size: 20px !important;
    margin-bottom: 0px;
}

.zonelistdiv {
    list-style-type: none;
    /*display:inline-block;*/
    padding-left: 20px;
}

.meganav {
    padding: 0px
}

.sectionlistlinkEDC {
    color: #4d4d4d !important;
    font-size: 14px;
}

.portallistlinkEDC {
    color: #4d4d4d !important;
    font-size: 14px;
}

#tableZoneList {
    background-color: white;
    border-radius: 5px;
    margin-top: 11px;
}

.meganavhide {
    display: none;
}

#ZoneListNav {
    background-color: white;
    border-radius: 5px;
    margin-top: 11px;
    position: absolute;
    top: 43px;
    right: 0px;
    left: auto;
    z-index: 199;
    overflow-y: scroll !important;
    height: 90vh !important;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
}


#PortalList {
    background-color: white;
    border-radius: 0 4px 4px 4px;
    margin-top: 8px;
    position: absolute;
    top: 14px;
    z-index: 199;
    overflow-y: auto !important;
    height: 20vh !important;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    width: auto;
}

#AreaList {
    background-color: white;
    border-radius: 0 0 4px 4px;
    margin-top: 8px;
    position: absolute;
    top: 14px;
    z-index: 199;
    /*overflow-y: scroll !important;*/
    height: auto !important;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    min-width: 150px;
}

#SystemList {
    background-color: white;
    border-radius: 0 0 4px 4px;
    margin-top: 8px;
    position: absolute;
    top: 14px;
    z-index: 199;
    /*overflow-y: scroll !important;*/
    height: auto !important;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    font-size: 13px;
    min-width: 150px;
}

.systemListButton {
    border: none;
    background-color: #fff;
    margin: 0px;
    width: 100%;
    text-align: left;
    padding: 5px 5px 5px 10px;
    font-size: 13px;
}


.portallistlink {
    color: #4d4d4d !important;
}

.arealistlink {
    color: #4d4d4d !important;
}



.btnmegamenuEDC {
    position: absolute;
    right: 0px;
    top: 28px;
    height: 26px;
}

.btnportalmenuEDC {
    position: relative;
    left: 0px;
    top: 0px;
    height: 18px;
    font-family: sans-serif;
    font-size: 12px;
    background-color: white;
    color: black;
    font-family: inherit;
    padding: 0 2px 0 2px;
    min-width: 150px;
    text-align: left;
    border: none;
}

.alignment {
    vertical-align: inherit !important;
}

#PortalList > li:hover {
    background-color: #146ea2;
    border-radius: 5px;
    color: #fff;
}

#PortalList > li > a :hover {
    color: #fff;
}


#AreaList > li:hover {
    background-color: #146ea2;
    border-radius: 5px;
    color: #fff;
}

#AreaList > li > a :hover {
    color: #fff;
}

.systemListHover:hover {
    background-color: #146ea2 !important;
    border-radius: 5px;
    color: #fff;
}

.systemListHover > a :hover {
    color: #fff;
}

#divPortalButton {
    margin-top: 4px;
}


.navbar-collapse {
    padding: 0px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
    list-style-type: none;
}

.dropdown-menu li {
    list-style-type: none;
}

.dropdown-menu:active {
    background-color: #c3c3c3;
}

.dropdown-menu {
    border: none !important;
}

ul .dropdown-menu {
    background-color: #eaf3f3;
    margin-top: -5px;
}

li {
    list-style-type: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

@media (min-width: 768px) {
    .navbar-collapse.collapse {
        display: none !important;
        padding: 0px;
    }

        .navbar-collapse.collapse.in {
            display: inline-block !important;
            padding: 0px;
        }
}

@media only screen and (min-width : 1251px) and (max-width : 2500px) {
    .MainContainer {
        width: 92% !important;
    }
}

@media only screen and (min-width : 300px) and (max-width : 1250px) {
    .MainContainer {
        width: 100% !important;
    }
}

@media only screen and (min-height : 901px) and (max-height : 2500px) {
    .FlexDEVXContainer {
        height: 65vh !important;
    }
}

@media only screen and (min-height : 751px) and (max-height : 900px) {
    .FlexDEVXContainer {
        height: 55vh !important;
    }
}

@media only screen and (min-height : 601px) and (max-height : 750px) {
    .FlexDEVXContainer {
        height: 48vh !important;
    }
}

@media only screen and (min-height : 300px) and (max-height : 600px) {
    .FlexDEVXContainer {
        height: 38vh !important;
    }
}

.panel-edc-standard {
    box-shadow: 0px 2px 9px rgba(183, 183, 183, 0.47);
    padding: 2px;
    border: 1px solid black;
    border-radius: 3px;
    margin: 10px 10px;
}

.panel-edc-header {
    text-align: center;
    font-weight: bold;
    background-color: #cbe2d5;
    margin: 0px 3px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-standard-action {
    color: #fff;
    background-color: #146ea2;
    border-color: #ffffff;
}

    .btn-standard-action:hover {
        background-color: #70c7a0;
        border-color: #84c9a3;
    }

.strikethrough {
    text-decoration: line-through;
}

.BootStrapDropDown {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.BootStrapMultiSelect {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*----------------------------------------Bootstrap CSS----------------------------------------

!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 
!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 
! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: underline;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover,
        .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0;
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #777777;
    }

        .dropdown-menu > .disabled > a:hover,
        .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}*/
.checkBoxText label {
    position: relative;
    top: -2px;
} 