﻿body {
    position:relative;
}

a {
    text-decoration: underline;
}

/* Shared
    */

    .m2-elip-overflow {
        white-space: nowrap;
	    overflow: hidden;
	    text-overflow: ellipsis;
    }

    .m2-toggle-download {
        color: white;
        cursor: pointer;
        padding-top: 5px;
    }

    .m2-toggle-download:hover {
        color: #f6f6f6;
    }

    .m2-refreshImage {
        float: right;
        text-align: center;
    }

    .m2-refreshImage > a:hover {
        opacity: 0.8;
    }

    .m2-refreshImage img {
        height: 30px;
        padding-top: 5px;
    }

    .m2-refreshImage span {
        float: right; padding-top: 7px; margin-left: 5px; color: #5d5d5d;
    }

    .m2-content {
        position: relative;
    }

    /* Start Select Event Quick Stats
        */

    .quickStats-box {
        color: #6D7176;
        background: #F8F8F8;
        font-family: 'Helvetica Neue', Roboto, Arial, 'Droid Sans', sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.471;
        padding: 0;
        margin-top: 10px;
        border-radius: 5px;
        border: 1px solid #D9DEE4;
    }

    .quickStats-box .stats-box {
        border-left: 2px solid #D9DEE4; 
        padding: 10px 0; 
        position: relative; 
    }

    .quickStats-box .stats-box:first-child {
        border-left: 0px;
    }

    .quickStats-box .stats-box .stats-count {
        line-height: 47px; 
        font-weight: 600;
        font-size: 40px;
    }

    .quickStats-box .stats-box > div {
        padding-left: 15%
    }

    /* End Select Event Quick Stats
        */

    /** Date Time Period Picker
        */
    .dtp-box {
        position: absolute;
        background-color: #eee;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 1px solid #B0ADAD;
        z-index: 99996;
        padding: 10px;
        min-width: 375px;
        left: 0;
        right: 0;
        top: 101%;
        text-align: center;
    }

    /* Start Header
        */

    header {
        color: white;
    }

    header a {
        color: white;
    }

    header a:hover {
        color: white;
    }

    .m2-eventName-holder {
        font-weight: bold;
    }

    .m2-eventName {
        font-size: 24px;
        text-decoration: none;
    }

    .m2-eventName:hover {
        text-decoration: underline;
        cursor: pointer;
    }

    .m2-logo {
        height: 60px;
        max-width: 300px;
    }

    .m2-logo-holder {
    }

    /* End Header
        */

    footer a {
        color: white;
        
    }

    footer a:hover {
        color: white;
    }

    footer {
        color: white;
        float: none;
        text-align: center;
        height: auto;
        bottom: 0;
        width: 100%;
    }

    .m2-pieChart {
        height: 300px;
        width: 100%;
    }

    .m2-barChart {
        height: 400px;
        width: 100%;
    }

    .google-visualization-control-loading {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: 0.5;
    }

    .google-visualization-control-loading > img.google-visualization-control-loading-image {
        top: 40%;
        height: 20%;
        max-width: 200px;
        display:block;
        position:absolute;
        left:0;
        right:0;
        margin:auto;
    }


    /**
        Start Help Light Box
        */

    
    .help-lb-body {
        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;
    }

    .help-lb-header:hover > .help-lb-body {
        display: block;
        position: absolute;
        top: 60%;
        right: 70%;
        z-index: 999999999;
    }

    .help-lb-header {
        font-weight: bold;
        font-size: 18px;
        position: relative;
        display: inline;
    }


    /**
        End Help Light Box
        */


    /** Start Integration Partners
        */

    .reg-integration {
        background-color: #eee;
        border: 1px solid #D9DEE4;
        border-radius: 5px;
    }

    .reg-integration div.rip {
        padding-top: 10px;
    }

    .reg-integration div.rip > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .reg-integration div.rip img {
        height: inherit;
    }

    .reg-integration div.rip-header {
        background-color: #333;
        color: white;
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        border-bottom: 1px solid #D9DEE4;
        border-left: 1px solid #434343;
        border-right: 1px solid #434343;
        padding: 0px 20px;
    }

    .reg-integration div.rip-header > h1 {
        margin: 0;
        padding-top:20px;
        padding-bottom: 10px;
    }

    .reg-integration h4.well-header
    {
        background-color: #333; color: white; font-weight: bold; border-radius: 5px; padding: 3px;
    }


/* End Shared
    */

/**
    TimeOut Box
    */

    .timeoutController {
        display: none;
    }

    .timeoutBox {
        position: fixed;
        left: 0;
        right: 0;
        width: 400px;
        top: -100px;
        height: 250px;
        color: black;
        bottom: 0;
        margin: auto;
        z-index: 999999;
        text-align: Center;
        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;
    }

    .timeoutBox > div {
        padding-top: 20px;
    }

    .timeoutBackground {
        z-index: 99998;
        width: 100%;
        height: 100%;
        background-color: black;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.7;
        text-align: center;
    }


    

/* Large
    */
@media (min-width: 1200px) {

    /* Start Header
        */

    .m2-eventName-holder {
        margin-top: 25px;
    }

    footer {
        position: fixed;
    }

    /* End Header
        */
}

/* Medium */
@media (max-width: 1199px) and (min-width: 992px) {
    /* Start Header
        */
    .m2-eventName-holder {
        margin-top: 25px;
    }

    footer {
        position: fixed;
    }

    /* End Header
        */
}

/** Small and up
    */
@media (min-width: 768px) {
    .sidebar {
        display: none;
        /*z-index: -1;
        position: absolute;
        width: 250px;
        padding-top: 10px;
        border-right: 2px solid #D9DEE4;
        height: 100%;
        background-color: #F8F8F8 !important;*/
    }

    .page-wrapper {
        /*position: inherit;
        margin: 0 0 0 250px;
        padding: 0;*/
    }
}

.sidebar {
    display: none;
}

/* Small
    */
@media (max-width: 991px) and (min-width: 768px) {
    /* Start Header
        */
    .m2-logo-holder {
        text-align: center;
    }
    /* End Header
        */

    /* Start Select Event Quick Stats
        */

    /* End Select Event Quick Stats
        */
}

/* Xs Small
    */
@media (max-width: 767px) and (min-width: 1px) {
    /* Start Header
        */
    .m2-logo-holder {
        text-align: center;
    }
    /* End Header
        */

    /* Start Select Event Quick Stats
        */

    .stats-box .stats-count {
        font-size: 25px !important;
    }

    .quickStats-box .stats-box {
        margin-top: 10px;
    }

    .quickStats-box .stats-box:not(:last-child) {
        border-bottom: 1px solid #D9DEE4;
    }

    .quickStats-box .stats-box {
        border-left: 0px solid #ADB2B5 !important;
    }

    /* End Select Event Quick Stats
        */
}


.subQuestionTitleBar {
    margin-top: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #bebebe;
    color: white;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

ul.noListItem > li {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.noListItem {
    padding: 0;
    margin: 0;
}

.welcome_message {
}

.welcome_message_content {
    position: fixed;
    color: white;
    z-index: 99999;
    top: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 100%;
}

.welcome_message_content > h1 {
    font-size: 48px;
}

.welcome_message_content > p {
    font-size: 20px;
}

.modtran-qual-title {
    background-color: orange;
    padding-left: 10px;
    border-radius: 5px;
}

.modtran_qual:after {
    position: absolute;
    width: 1px;
    top: 25px;
    bottom: 14px;
    left: 5px;
    content: ' ';
    background-color: black;
}

.modtran_qual, .modtran_qual > div {
    position: relative;
}

.modtran_qual > div:not(.modtran-qual-title):after {
    position: absolute;
    width: 15px;
    height: 1px;
    top: 10px;
    left: 5px;
    content: ' ';
    background-color: black;
}

.modtran_qual > div:not(.modtran-qual-title):last-child {
    margin-bottom: 10px;
}

.modtran_qual > div:not(.modtran-qual-title):nth-child(2) {
    margin-top: 10px;
}

.modtran_expanded {
    cursor: pointer;
    padding-top: 10px;
}

.modtran_expanded:hover {
    opacity: 0.6;
}

.modtran_even_field {
    background-color: #eee;
}

 hr.divider { 
  margin-top: 1em;
  border-width: 2px;
} 

 @media (max-width: 767px) {

    /** Prevent mobile devices from zooming in for no reason on focus
        */

    input[type="color"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="email"],
    input[type="month"],
    input[type="number"],
    input[type="password"],
    input[type="search"],
    input[type="tel"],
    input[type="text"],
    input[type="time"],
    input[type="url"],
    input[type="week"],
    select:focus,
    select,
    textarea {
        font-size: 16px !important;
    }
}


td.actionable:hover, th.actionable:hover  {
    background-color: #eee;
    opacity: 0.8;
}

td.actionable, th.actionable {
    cursor: pointer;
}

.actionable2:hover {
    background-color: #eee;
    opacity: 0.8;
}

.actionable2 {
    cursor: pointer;
}

.fa.actionable:hover {
    opacity: 0.8;
}

.fa.actionable {
    cursor: pointer;
}

tr.ui-sortable-helper {
    display: table;
}

tr.ui-sortable-helper {
    background-color: white;
}


@media print {
    .no-print {
        display: none !important;
    }

    .print {
        display: block;
    }
}



.google-visualization-controls-stringfilter input {
    padding-left: 5px;
}


.appLogoPreview {
    position: absolute;
    height: 36px;
    left: 0;
    right: 0;
    top: 41px;
}

.appLogoPreview > img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.appDisplayLogoPreview {
    width: 300px;
}

.appLogoDisplayPreview {
    position: relative;
    width: 300px;
    margin: auto;
}





.appInstructionPreview {
    position: relative;
    width: 300px;
    margin: auto;
}

.appInstructionImg {
    position: absolute;
    left: 0;
    right: 0;
    top: 256px;
    width: 250px;
    height: 215px;
    margin: auto;
    text-align: center;
    background-color: black;
    overflow: hidden;
}

.appInstructionImg > img {
    width: 100%;
}

.appInstructionText {
    position: absolute;
    color: white;
    text-align: center;
    font-size: 15px;
    top: 200px;
    right: 0;
    left: 0;
    height: 50px;
    overflow-y: hidden;
    text-overflow: ellipsis;
    line-height: 17px;
    margin: 0px 10px;
    background-color: #000;
}

.appInstructionBase {
    width: 300px;
}




.fa-15x {
    font-size: 1.5em !important;
}


.fixed-qualifier-cntrls {
    position: fixed;
    top: 0px;
    z-index: 21470000;
    background-color: #333 !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}


.sessionScheduleVisual {
    background-color: #e8e7e7;
    padding: 10px;
    border-radius: 5px;
}

.input-bullet:after {
    content: ' ';
    position: absolute;
    top: calc(50% - 10px);
    background-color: #727272;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    left: 3px;
}