﻿
body {
    zoom: 0;
}

/**
    Banner
*/

.Logo_BG {
    width: 100%;
    height: 65px;
}

.Logo_PH {
    margin: auto;
    height: 65px;
    width: 1024px;
    position: relative;
}

.Logo_PH > div {
	display: inline-block;
	vertical-align: top;
	margin-right: -3px;
}

.Logo_PH::after {
    position:absolute;
    content: ' ';
    height: 1px;
    width: 1024px;
    background-color: #eee;
    top: 65px;
    left: 0px;
}


.EventName {
    font-size: 24px;
    font-weight: bold;
    width: 420px;
    text-align: center;
    margin-top: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.EventName > a {
    text-decoration: none;
    color: black;
}

.EventName > a:hover {
    font-size: 25px;
    text-decoration: underline;
    cursor: pointer;
}

.Banner_User {
    width:300px;
    /*float: left;*/
    padding-top: 43px;
    position: relative;
}

.Banner_Username {
    display: none;
}

.Banner_Event::before {
    position: absolute;
    width: 1px;
    height: 15px;
    content: ' ';
    background-color: black;
    top: 5px;
    left: 20px;
}

.Banner_Event {
    display: inline-block;
    padding-left: 40px;
    position: relative;
        text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
width: 135px;
}


/**
    Naviagtion Bar Reports Page
*/
.loadingGIF {
    width: 75px;
    height: 75px;
}
.loadingContainer {
    text-align: center;
    margin-top: 150px;
}

.googleTable {
    position: relative;
}

.googleTable > .content > .header > .google-visualization-table-table {
}


.MAIN_NAV {
    list-style: none;
    background-color: #eee;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

.MAIN_NAV > li {
    display: inline-block;
    width: 170px;
    max-width: 170px;
    *float: left;
}

.MAIN_NAV > li > a {
    text-decoration: none;
    height: 100%;
    width: 100%;
    color: black;
    display: inline-block;
}

/**
    Main Content
*/

.Content {
    width: 1024px;
    margin: auto;
    position: relative;
    /*margin-top: 20px;
    min-height: 400px;*/
}

.EscapeContent {
    width:99%; 
    height:auto;
    margin:auto;
    /*min-width: 1024px;*/
}


/**
    Log In Page    
*/

.credential_input {
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: -200px -200px 0px -200px rgba(255,255,255,0);
    -moz-box-shadow: -200px -200px 0px -200px rgba(255,255,255,0);
    box-shadow: -200px -200px 0px -200px rgba(255,255,255,0);
    border-bottom: 1px solid #d6d1d1;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -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;
}

.LogIn_Box {
    background-color: white;
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 9px 9px 22px -5px rgba(0,0,0,0.34);
    -moz-box-shadow: 9px 9px 22px -5px rgba(0,0,0,0.34);
    box-shadow: 9px 9px 22px -5px rgba(0,0,0,0.34);
    border: 1px solid #e2dede;
}

.Button_Medium {
    min-width: 100px;
    padding: 5px 16px;
}

.Button_Small {
    min-width: 50px;
    margin: 3px 5px;
    padding: 5px 5px;
}

/**
    Graph Image
*/


.Graph_Graphic_Box {
    float: left;
}

.Graph_Graphic_Box > img {
    width: 384px;
    height: 384px;
}




/**
    Event Selection Box
*/

.Event_Selection_Box {
    max-width: 500px;
    width: 100%;
    margin: auto;
    padding-top: 100px;
}

.Event_Sub_Selection_Box {
    position: relative;
    height: 70px;
}

.SE_LogInLog {
  text-align: center;
  padding-bottom: 10px;
  padding-top: 10px;
}

.Event_Sub_Selection_Box::after {
    position: absolute;
    content: ' ';
    height: 1px;
    width: 100%;
    background-color: black;
    
    left: 0px;
}

.Event_Sub_Selection_Icon {
    vertical-align: middle;
    margin-left: 15px;
    width: 25px;
height: 25px;
    /*
    width: 25px;
    height: 25px;
    float: left;
    position: absolute;
    top: 5px;
    left: 50px;*/
}

.Event_Sub_Selection_Label {
    margin-left: 15px;
    vertical-align: middle;
    font-size: 20px;
    /*
   margin-left: 85px;
    float: left;
    margin-top: 4px;
    font-size: 20px;*/
}

.Event_Options_Box {
    width: 500px;
    /*margin-left: 50px;
    margin-top: 40px;*/
    float: left;
}

.Event_Options_Box .singleRow {
    min-height: 40px;
    width: 500px;
    margin-top: 3px;
}

.Event_Options_Box .multiRow {
    min-height: 125px;
    width: 500px;
}

.Event_Option_Icon {
    float: left;
    height: 25px;
    width: 25px;
    margin-top: 3px;
}

.Event_Option_Label {
    float: left;
    width: 200px;
    margin-left: 15px;
}

.Event_Option_Control {
    float: right;
    width: 225px;
    height: 34px;
}

.Event_Options_Box select.dropdown.small {
    width: 165px;
}

.Event_Options_Box input[type="checkbox"] {
    margin-left: 5px;
    margin-top: 13px;
    float: left;
}

.Event_Selection_Box select.dropdown {
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    height: 34px;
    float: right;
}

.Event_Selection_Box select.dropdown.medium {
    max-width: 225px;
    width: 100%;
}

.Event_Selection_Error_Box {
    max-width: 500px;
    width: 100%;
    margin-left: 50px;
    margin-top: 40px;
    float: left;
}

.Event_Selection_Error_Box span {
    display: block;
}

.Error_Label {
    color: red;
    font-size: 13px;
}

.leftSide {
    float: left;
    width: 250px
}

.rightSide {
    float: right;
    width: 250px;
}

.Field_holder {
    margin-top: 15px;
    margin-left: 25px;
    max-height: 100px;
}

.Field_holder_lst {
    width: 120px;
    float: left;
    height: 100px;
}

.Field_holder_button {
    margin-top: 68px;
    float: right;
}

.showFilterBox {
    height: 30px;
}

.showFilterSubBox {
    text-align:center;
    
}

.showSelectionBox {
    position: relative;
}

.ShowFilterImage {
    margin-left: 15px;
    vertical-align: middle;
    cursor: pointer;
    outline: none;
    width: 25px;
    height: 25px;
}

.EVENT_SELECT {
    float: none !important;
    margin-left: 15px;
}


.slide > h2 {
    width:100%;
    text-align:center;
}

.advancedSettingsContainer {
    width: 100%;height: 25px;margin-bottom: 13px;
}

.advancedSettingsToggle {
      float: right;
    /*background: url("../images/ExpandIcons.png") no-repeat 0px 0px;
    transition:transform 1s ease-in-out;
    background-position: 0px 0px;*/
}

.advancedSettingsToggle:hover {
    opacity: 0.5;
}

.advancedSettingsToggleOpen {
    /*transform: rotate(0deg);*/
}

.advancedSettingsToggleClosed {
    /*transform: rotate(180deg);*/
}

.advancedSettings {
}

.advancedSettingsLabel {
}

.hiddensettings {
    display: none;
}

#AttachmentChart {
    height: 1600px;
}




/*** 
    Sales force CSS
    */

.salesforce-nav-btns {
    background-color: #eee;
    padding-top: 5px;
    border-radius: 5px;
    padding-bottom: 5px;
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

    .salesforce-nav-btns > div.salesforce-title {
             width: 60%;
    }

    .salesforce-nav-btns > div {
        display: inline-block;
        vertical-align: top;
         text-align: center;
    }

        .salesforce-nav-btns > div > span {
            font-size: 20px;
            font-weight: bold;
        }
    .salesforce-nav-btns > div:first-child {
        float: left;
         width: 15%;
         min-height: 10px;
    }

     .salesforce-nav-btns > div:last-child {
        float: right;
         width: 15%;
         min-height: 10px;
    }

.salesforce-panel {
    margin-top: 25px;
    position: relative;
}

.salesforce-instructions {
width: 500px;
margin: auto;
background-color: #eee;
margin-top: 10px;
border-radius: 10px;
border: 1px solid;
padding: 10px;
margin-bottom: 10px;
font-size: 17px;
text-indent: 15px;
display: none;
text-align: left;
}

.salesforce-help:hover > .salesforce-instructions {
    display: block;
    position: absolute;
    top: 60%;
    right: 70%;
    z-index: 999999999;
}

.salesforce-help {
font-weight: bold;
font-size: 18px;
position: absolute;
top: 5px;
right: 15%;
width: 70px;
height: 25px;
background-color: #E1E3EA;
border: 1px solid rgb(180, 180, 180);
border-radius: 25px;
color: rgb(67, 64, 64);
}

.salesforce-column {
display: inline-block;
width: 45%;
vertical-align: top;
height: 500px;
text-align: left;
background-color: rgb(249, 249, 249);
margin-right: 15px;
padding: 10px;
}

.salesforce-content {
width: 90%;
margin: auto;
margin-top: 25px;
text-align: center;
}

.salesforce-instructions > div {
background-color: #F9F9F9;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
border-radius: 5px;
}

.salesforce-fields-row > div {

    display: inline-block;
width: 45%;
}

.salesforce-fields-row {
text-align: center;
margin-top: 5px;
min-height: 30px;
color: black;
font-weight: bold;
background-color: rgb(214, 215, 216);
}

.salesforce-field-headers > span:first-child {
border-right: 1px solid white;
}
.salesforce-field-headers > span {
display: inline-block;
width: 45%;
text-align: center;
font-size: 15px;
font-weight: bold;
color: white;
padding-top: 5px;
padding-bottom: 5px;
}
.salesforce-field-headers {
width: 100%;
background-color: rgb(0, 104, 242);
text-align: Center;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
}

.salesforce-fields-row > div:first-child > select {
vertical-align: middle;
width: 90%;
}

.salesforce-fields-row > div:last-child {
text-align: left;
}


.salesforce-fields-row > div {
display: inline-block;
width: 45%;
vertical-align: top;
padding-top: 3px;
}

/***
    End Sales Force CSS
    */

/***
    Log In Box
    */
    .login-box {
        padding: 15px;
        background: #fafafa;
        color: #666;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        margin: auto;
        width: 50%;
    }

    .center-content {
        width: 250px;
        vertical-align: middle;
        max-width: 100%;
        font-size: 1rem;
        padding: 15px;
        margin: auto;
    }

    .content-button {
        cursor: pointer;
        margin-top: 5px;
        margin-bottom: 5px;
        min-height: 40px;
        padding: 0 15px;
        line-height: 38px;
        font-size: 16px;
        border-radius: 5px;
        background-color: #009dd8;
        color: #fff;
        background-image: -webkit-linear-gradient(top,#00b4f5,#008dc5);
        background-image: linear-gradient(to bottom,#00b4f5,#008dc5);
        border-color: rgba(0,0,0,.2);
        border-bottom-color: rgba(0,0,0,.4);
        text-shadow: 0 -1px 0 rgba(0,0,0,.2);
        display: inline-block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        border: 1px solid rgba(0,0,0,.2);
        min-width: 125px;
    }

        .content-button:hover {
            color: black;
        }

    .content-row {
        padding-left: 0px;
        width: 100%;
        margin: auto;
        margin-top: 15px;
        text-align: center;
    }

        .content-row > div {
            text-align: left;
        }

        .content-row > label {
            font-weight: bold;
            font-size: 15px;
        }

.content-icon {
    width: 100px;
height: 100px;
}

    .content-box {
        padding: 8px 6px;
        font-size: 16px;
        border: 1px solid #e5e5e5;
        background: #fff;
        color: #666;
        transition: all linear .2s;
        border-radius: 4px;
        max-width: 100%;
        width: 94%;
    }

    /***
        End Log In Box
        */



/*** 
    Field View CSS
    */

.CreateViewBox {
    background-color: #eee;
    display: inline-block;
    vertical-align: top;
}

.SelectViewBox {
    background-color: #eee;
    display: inline-block;
    vertical-align: top;
}

.ModifyViewBox {
    background-color: #eee;
    width: 500px !important;
}

.CommonViewBox {
    width: 400px;
    min-height: 200px;
    margin: auto;
}

.CommonViewBox > h1 {
    width: 100%;
    color: white;
    text-align: center;
    font-size: 20px;
    margin-top: 0px;

    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    background-color: #2c2c2c;
    background-repeat: repeat-x;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background-image: linear-gradient(top, #333, #222);
}

.ViewBoxContent {
    margin-top: 20px;
}

.ViewBoxContent > div {
    width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.ViewBoxControls {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.b1d1 {
    font-size: 17px;
}

.b2d1 {
}

.b3d2 > select {
    min-width: 200px;
}

/*** 
    Field View CSS
    */


/**
    Start AdHocReports Page
    */

.AdHocReportHolder {
    width: 600px;
    margin: auto;
    border: 1px solid black;
    padding: 10px;
    background-color: #BFBFBF;
    margin-top: 20px;
    padding-top: 20px;
    text-align:center ;
}

.AdHocReport {
width: 100%;
background-color: rgb(238, 238, 238);
margin: auto auto 10px;
height: 50px;
padding-bottom: 5px;
padding-top: 5px;
border: 1px solid black;
border-image-source: initial;
border-image-slice: initial;
border-image-width: initial;
border-image-outset: initial;
border-image-repeat: initial;
}

.AdHocReportDetails {
display: inline-block;
vertical-align: top;
width: 500px;
height: 50px;
border-right: 1px solid rgb(178, 177, 177);
text-align: center;
}

.AdHocReportDownload {
display: inline-block;
vertical-align: top;
width: 95px;
text-align: center;
}

.AdHocReportDownloadImg {
    height: 40px;
    width: 40px;
}

.AdHocReportDownloadImg:hover {
opacity: 0.5;
}

.AdHocReportName {
line-height: 45px;
font-size: 20px;
font-weight: bold;
}

.AdHocReportTitle {
    text-align: center;
    background-color: #eee;
    width: 100%;
    margin: auto;
    margin-top: 25px;
}

.AdHocReports {
    position: relative;
    width: 90%;
    margin: auto;
}

.AdHocReportCreateIcon {
    position: absolute;
    right: 10px;
    margin-top: 20px;
}

.AdHocReportCreateIcon:hover > span {
    text-decoration:underline;
}
.AdHocReportCreateIcon:hover > img {
    opacity: 0.5;
}

.AdHocReportCreateIcon:hover {
    cursor: pointer;
    background-color: rgba(251, 249, 249, 0.05);
}


.AdHocReportCreateIcon > img {
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
}

.AdHocReportControls > div > div {
display: inline-block;
padding-top: 10px;
width: 200px;
}
.AdHocReportControls {
width: 500px;
background-color: #eee;
padding-bottom: 10px;
text-align: center;
}

.AdHocReportControls > h3 {
background-color: #D9D9D9;
}

/**
    End AdHocReports Page
    */


.MenuIcon {
    vertical-align: middle;
margin-right: 10px;
height: 20px;
}



/*
    FAQ
    */


.FAQs {
    max-width: 650px;
    min-height: 500px;
    background-color: #eee;
    margin: auto;
    margin-top: 20px;
}

.FAQ {
    width: 90%;
    min-height: 75px;

    margin: auto;

    padding-top: 10px;
}

    .FAQ > h3 {
        color: white;
        text-align: center;
        background-color: black;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .FAQ > div {
        border: 1px solid black;
        min-height: 35px;
        padding: 10px;
    }

    .FAQ > div > a {
        text-align: center;
    }

/*
    END FAQ
    */


/**
    Management Page
    */


.mgnt-parameterList-v2 {
    display: inline-block;
    min-height: 100px;
    width: 100%;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 5px 0 0 0;
    border: 1px solid #eee;
    margin-right: 20px;
}

.mgnt-parameterList-v2 > li {
    text-align: left;
    width: 50%;
    position: relative;
    font-size: 12px;
    margin-bottom: 2px;
    margin-left: 2%;
    padding-left: 2%;
}

.mgnt-parameterDescription-v2 {
    display: none;
    border: 1px solid black;
    background-color: #eee;
    width: 90%;
    min-height: 50px;
    position: absolute;
    top: 0;
    left: 104%;
    border-radius: 5px;
    z-index: 2101010110;
    box-shadow: 7px 8px 12px #888888;
    padding: 5px;
    font-size: 12px;
}

.mgnt-parameterList-v2 > li:hover > div.mgnt-parameterDescription-v2 {
    display: block;
}


.mgnt-parameterList {
    display: inline-block;
    min-height: 100px;
    width: 100%;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 5px 0 0 0;
    border: 1px solid #eee;
    margin-right: 20px;
}

.mgnt-parameterList > li {
    text-align: center;
    display: inline-block;
    margin: 0 3px 3px 3px;
    width: 250px;
    position: relative;
}

.mgnt-parameterDescription {
    display: none;
    border: 1px solid black;
    background-color: #eee;
    width: 200px;
    min-height: 50px;
    position: absolute;
    top: 0;
    left: 103%;
    border-radius: 5px;
    z-index: 2101010110;
}

.mgnt-parameterList > li:hover > div.mgnt-parameterDescription {
    display: block;
}

.mgnt-parametercolumn {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.mgnt-parameterContent {
    width: 100%;
    margin: auto;
    text-align: center;
}

.mgnt-emailbody {
width: 70%;
margin: 20px auto auto;
height: 150px;
border: 1px solid black;
border-radius: 10px;
background-color: #FAFAFA;
padding-top: 50px;
}

.mgnt-emailInputs {
text-align: center;
}

.mgnt-emailInputs > input {
width: 95%;
height: 30px;
font-size: 15px;
padding-left: 5px;
text-align: center;
}

.mgnt-emailLabel {
text-align: center;
font-size: 20px;
}

.mgnt-ruleContent {
    width: 100%;
    margin: auto;
    text-align: center;
}

.mgnt-rulecolumn {
    display: inline-block;
    vertical-align: top;
    width: 45%;
}

.mgnt-rulecolumn > ul li {
    position: relative;
}

.mgnt-rulerowactions {
    position: absolute;
    right: 5px;
    top: 1px;
    height: 100%;
}

.mgnt-rulerowactions > input, .mgnt-rulerowactions img {
    max-height: 20px;
    outline: none;
    height: 90%;
}

.mgnt-rulerowactions > input:hover, .mgnt-rulerowactions img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.mgnt-ruleproperties {
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mgnt-ruleproperty {
    min-height: 30px;
    margin-top: 5px;
}

.mgnt-ruleproperty > div {
    display: inline-block;
    width: 45%;
    text-align: left;
    vertical-align: middle;
}

.mgnt-ruleproperty > div input[type='text'], .mgnt-ruleproperty > div select, .mgnt-ruleproperty > div input[type='number'] {
    width: 100%;
}

.mgnt-rulepropertyOverride {
    margin-bottom: 5px;
        min-height: 30px;
}

.mgnt-rulepropertyOverride > div * {
    display: inline-block;
    width: 90%;
    text-align: left;
    vertical-align: middle;
}

.mgnt-ruleType {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    height: 250px;
    border: 1px solid;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 25px;
    cursor: pointer;
}

.mgnt-ruleType:hover > input {
    opacity: 0.9;
    width: 155px;
}

.mgnt-ruleType > input {
    width: 150px;
}

/**
   End Management Page
*/

/*
.ManagementAppBar {
    height: 91px;
    margin-top: 10px;
    border: 1px solid black;
    position: absolute;
    bottom: 10px;
    width: 100px;
    text-align: center;
    right: 5px;
    top: 75px;
}

.ManagementAppBar > div {
    display: inline-block;
    padding-top: 5px;
}

.ManagementAppBar > div > a > img {
    width: 80px;
    height: 80px;
}

.ManagementAppBar > div > a > img:hover {
    opacity: 0.9;
}*/

.mgnt-CeuSessionsList {
  width: 99%;
  list-style: none;
  text-align: center;
  padding: 0px;
}

.mgnt-CeuSessionsList > li > div {
  display: inline-block;
  width: 145px;
  min-height: 25px;
  padding-top: 10px;
  padding-bottom: 5px;
  vertical-align: middle;
}

.mgnt-CeuSessionsList > li {
    min-height: 40px;
    margin-top: 5px;
}

.mgnt-CeuSessionName {
  width: 350px !important;
}

.mgnt-CeuSessionsList > li > div > div > input[type="text"] {
  width: 90%;
  text-align: center;
}

.mgnt-CeuSessionsListHeader {
  font-weight: bold;
  font-size: 17px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.mgnt-CeuSessioncolumn {
  height: 600px;
  overflow-y: scroll;
}


select.dropdown {
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border-radius: 0;
    height: 34px;
}

.prtl-CeuSessionModeBox {
  padding: 5px;
  margin: auto;
  margin-bottom: 20px;
  background-color: #eee;
  width: 95%;
  position: relative;
}

.prtl-CeuSessionModeDescription > h3 {
    margin-top: 5px;
}

.prtl-CeuSessionModeBox > div {
}

.prtl-CeuSessionModes {
    text-align: Center;
}

.prtl-CeuSessionDownload {
    width: 100%;
    text-align: right;
    padding-top: 25px;
}

.prtl-CeuSessionDownload > span {
    font-size: 15px;
    padding-right: 15px;
}


.Help-Circle-Question:hover .prtl-CeuSessionAlgorithm {
    display: block;
}

#CeuSessionAlgorToggle {
}

.Help-Circle-Question {
    background-color: #dddddd;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    border: 1px solid rgb(160, 160, 160);
    color: #141414;
    z-index: 999999;
    cursor: pointer;
    display: block;
    width: 150px;
}

.prtl-CeuSessionAlgorithm {
    width: 1080px;
    display: none;
    position: absolute;
    background-color: #eee;
    top: 70px;
    z-index: 999999;
    right: 60px;
        border: 1px solid black;
    border-radius: 4px;
}

.prtl-CeuSessionAlgorithm > div {
    padding: 10px;
    margin: 4px;
}

.prtl-CeuSessionModeBox > div > div > span {
    font-size: 15px;
}

.prtl-CeuSessionAlgorithm > div > div > span {
    font-size: 15px;
    font-weight: bold;
}

.prtl-csah {
    background-color: black;
    color: white;
    padding: 5px;
}


.mgnt-DocSessionColumn {
  display: inline-block;
  width: 45%;
  text-align: center;
}

.mgnt-DocSessionList {
    width: 350px;
}

.mgnt-DocSessionContent {
    width: 90%;
    margin: auto;
    text-align: center;
}


.mgnt-GenericList {
    display: inline-block;
    min-height: 100px;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 5px 0 0 0;
    border: 1px solid #eee;
    margin-right: 20px;
}

.mgnt-GenericList > li {
    text-align: center;
    margin: 0 3px 3px 3px;
    padding: 3px;
    font-size: 1.2em;
    position: relative;
}

.mgnt-GenericList > li > .mgnt-GenericRowActions {
  position: absolute;
  right: 5px;
  top: 4px;
}

.mgnt-GenericRowActions > input, .mgnt-GenericRowActions img {
  width: 20px;
  margin-right: 5px;
  outline: none;
}

.mgnt-GenericRow > div {
    display: inline-block;
    vertical-align: middle;
}

.mgnt-GenericRow > div:first-child {
    width: 70%;
}

.mgnt-GenericRow > div:last-child {
    width: 25%;
}

.mgnt-GenericRowActions > input:hover, .mgnt-GenericRowActions img:hover {
    opacity: 0.5;
    cursor: pointer;
}

.mgnt-GenericRowHiddenActions {
    display: none;
}

.mgnt-SponsorRow:hover {
  background: linear-gradient(to bottom, #C1C0C0 0%,#eee 50%,#AEAEAE 50%,#eee 50%, #eee 100%);
  cursor: pointer;
}

.mgnt-GenericRowActions {
  text-align: right;

  border-left: 1px solid black;
}

.mgnt-SponsorList {
    width: 400px;
}

.mgnt-SponsorHeader {
    height: 150px;
    background-color: #eee;
    border: 1px solid black;
    text-align: center;
    padding-bottom: 10px;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mgnt-SponsorHeader > div {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    text-align: left;
}

.mgnt-SponsorHeader > div h3 {
    margin: 0;
}

    .mgnt-SponsorHeader > div:last-child {
        text-align: center;
    }

.dBr {
    content: ' ';
    height: 90%;
    margin-top: 10px;
    width: 1px !important;
    background-color: black;
}

.mgnt-SponsorColumn {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.mgnt-SponsorColumnProperties {
      border: 1px solid black;
  padding: 5px;
}

.mgnt-SponsorColumnProperties > div {
  margin-bottom: 5px;
  background-color: #eee;
  font-weight: bold;
}

.mgnt-SponsorColumnProperties > div > div {
  width: 100%;
  text-align: Center;
  padding-bottom: 5px;
  padding-top: 5px;
}

.mgnt-SponsorColumnProperties > div > div:last-child {
}

.mgnt-SponsorColumnProperties > div > div:first-child {
    background-color: black;
  color: white;
  position: relative;
}

.mgnt-SponsorColumnProperties > div > div:first-child > div {
    display: inline-block;
}

.mgnt-SponsorColumnProperties > div > div:last-child > input[type='text'] {
  width: 90%;
}

.mgnt-SponsorBannerHeader {
  width: 100%;
  background-color: #eee;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.BlankTranBackground {
  position: Absolute;
  width: 500px;
  height: 500px;
  right: 35%;
  opacity: 0.95;
  border: 2px solid #9C8D8D;
  border-radius: 10px;
  bottom: -250px;
  background-color: rgb(97, 95, 95);
  z-index: 1000;
  display: none;
}

.BannerImage {
    position: relative;
}

.BannerImage > .ImageHolder {
  position: absolute;
  right: 25px;
  width: 500px;
  height: 500px;
  bottom: -250px;
  z-index: 10001;
  display: none;
}

.BannerImage:hover > .BlankTranBackground {
    display: block;
}

.BannerImage:hover > .ImageHolder {
    display: block;
}

.ImageHolder {
    text-align: center;
}

.ImageActivator {
  font-size: 10px;
  width: 70px;
    cursor: pointer;
  text-align: right;
  display: inline-block;
}

.ImageHolder > img {
      max-width: 450px;
  max-height: 450px;
  margin-top: 50px;
}

.PropertyTitle {
    width: 100%;
}

.PropertyContent {
    position: absolute;
    top: 4px;
      right: 15px;
    color: white;
    border-radius: 10px;
    background-color: black;
}

.ImageActivator > span {
}

.ImageActivator > img {
    width: 20px;
    height: 20px
}

.ExhibitorZoneMessageHeader {
    min-height: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.ExhibitorZoneMessageHeader > div {
    height: 100%;
    background-color: lime;
    width: 95%;
    font-size: 20px;
    text-align: center;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    margin: auto;
}

.ezone-BannerList {
    width: 300px;
}

.ezone-BannerList > li:hover {
    opacity: 0.7;
}

.ezone-BannerList > li {
    cursor: pointer;
}

.prtl-CommandBar {
    min-height: 25px;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 20px;
}

.prtl-CommadBar-IL {
    display: inline-block;
    vertical-align: middle;
    margin-right: -3px;
}

.prtl-externalLinks > div {
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    font-size: 16px;
    min-width: 100px;
}

.prtl-externalLinks {
    background-color: black;
}

.prtl-externalLinks > div {
    display: inline-block;
    height: 25px;
    margin-left: -4px;
    vertical-align: middle;
    font-size: 16px;
        min-width: 200px;
    text-align: center;
}

.prtl-externalLinks > div:after {
    position: absolute;
    content: ' ';
    background-color: #DADADA;
    width: 1px;
    height: 100%;
}

.prtl-externalLinks > div > a {
    text-decoration: none;
    text-align: Center;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin-left: -4px;
    font-size: 13px;
    padding-top: 3px;
    color: white;
}

.prtl-externalLinks > div:last-child:after {
    width: 0;
}

.prtl-externalLinks > div:hover > a {
font-weight: bold;}

.google-visualization-table-table {
    width: 100%;
    text-align: center;
}

.google-visualization-table-td {
    white-space: nowrap;
}

.dlo_body {
    width: 100%;
    padding: 10px;
    display: none;
}

.downloadOptions {
    border: 2px solid rgba(0, 0, 0, 0.35);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #eee;
}

.dlo_header {
    background-color: #333;
    padding: 5px;
}

.mgnt-SessionGroup {
    vertical-align: top;
}

.mgnt-SessionGroup div.mgnt-SessionGroupHeader {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mgnt-SessionGroup ul {
    border: 1px solid black;
    width: 100%;
    min-height: 50px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    margin-right: 10px;
    background-color: #fff;
}

.mgnt-SessionGroup ul > li {
    margin: 0 5px 5px 5px;
    padding: 2.5%;
    font-size: 1.2em;
    cursor: move;
}

.mgnt-SessionGroup ul > li:hover {
    color: black;
    border: 1px solid black;
}