﻿html, body {
    margin: 0;
    padding: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

body {
    padding-top: 70px;
}

@media (min-width: 768px) {
    /* This is a stop gap fix to prevent the top nav bar from
     * wrapping over the body when screen size shrinks
     *
     */
    body {
        padding-top: 100px;
    }
}

.survey-tile {
    width: 100%;
    height: 100%;
    /*padding: 10px;*/
    /*margin: 10px;*/
    position: relative;
    /*line-height: 250px;*/
    /*transition: opacity 0.3s ease-in-out;
    opacity: 0.83;*/
    display: table;
    color: #fff;
}

.survey-tile > a {
    vertical-align: middle; 
    display: table-cell;
}

.survey-label {
    width: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

h3.survey-label {
    margin: 0;
   
}

    h3.survey-label:hover {
        margin: 0;
    }

.btn-compdata-listbox-move {
    width: 2.5em;
    margin-top: .2em;
}

.btn-compdata-search {
    width: 60px;
    vertical-align: auto !important;
}

.btn-compdata-nav {
    width: 75px;
}

.btn-compdata-login {
    width: 100%;
}

.btn-compdata-save-run {
    width: 150px;
}

.btn-compdata-copy-responses {
    width: 150px;
}

select[multiple] {
    width: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
    /*margin-top: 0;*/
}

.form-login {
    max-width: 600px;
    padding: 100px 15px 15px 15px;
    margin: 0 auto;
}

.form-login-heading {
    margin-bottom: 30px;
    font-size: 36px;
}

.form-login-sub-heading {
    margin-bottom: 15px;
}

.form-login .login-logo {
    margin-bottom: 50px;
    margin-top: 25px;
    width: 75%;
}

.form-login .form-login-section {
    background-color: #f9f9f9;
    padding: 50px;
}


.form-login .form-control {
    position: relative;
    height: auto;
    padding: 8px;
    font-size: 14px;
}

.form-login .license-agreement {
    height: 300px;
    margin: 25px;
    padding: 5px;
    border: 1px solid #ccc;
    overflow: auto;
}

.form-survey {
    /*max-width: 600px;*/
    /*padding: 100px 15px 15px 15px;*/
    margin: 0 auto;
}

.form-report {
    /*padding: 100px 15px 15px 15px;*/
    margin: 0 auto;
}

.form-report-heading {
    margin-bottom: 30px;
}

.form-report .form-control {
    position: relative;
    height: auto;
    padding: 8px;
}

.image-boxes {
    display: inline-block;
    width: 400px;
    height: 400px;
    padding: 25px;
}

.panel-body.spin {
    position: relative;
    overflow: hidden;
}

.clear {
    clear: both;
}

@media print{
    @page{
        size:landscape;
    }
    .report-results th ,
    .report-results td {
        font-size: 7pt;
        font-family: Calibri, 'Trebuchet MS', sans-serif;
   }
}

td > .data-field {
    text-wrap: none;
    white-space: nowrap;
    display:table-row;
    width:100%;
}

    td > .data-field > .data-label {
        /*float: left;*/
        white-space: nowrap;
    display:table-cell;
    max-width: 33%;
    text-align: left;
    }

        td > .data-field > .data-label:after {
            content: ':';
        }

    td > .data-field > .data-value {
        /*float: right;
        clear: right;
        */
        padding-left: .5em;
        text-align: right;
    display:table-cell;
    }


.right-tabs .nav {
    float: right;
    border-bottom: 0px;
}

    .right-tabs .nav li {
        float: left;
    }

.right-tabs .tab-content {
    float: left;
    border-top: 1px solid #ddd;
    margin-top: -1px;
}

/*** begin custom/peer/standard reports ***/
h3.report-header {
    float: left;
    width: 75%;
    margin: 0 auto .25em;
}

h1.report-sub-header {
    width: 60%;
}

h2.report-sub-header {
    width: 60%;
}

h3.report-sub-header {
    width: 60%;
}

h4.report-sub-header {
    width: 60%;
}

h5.report-sub-header {
    width: 60%;
}

h6.report-sub-header {
    width: 60%;
}

h5.peer-group-pricing-sub-header {
    margin-bottom: 1.5em;
}

thead.report-table th.report-table {
    border-style: none;
    border-width: 5px;
}

/*tr.report-table {
    border-style: none;
    border-width: 5px;
}*/

tbody.report-table {
    border-style: none;
}

td.report-table {
    border-style: solid;
    border-width: 5px;
    vertical-align: middle !important;
}

td.report-table-alt {
    border-style: solid;
    border-width: 5px;
    vertical-align: middle !important;
}

a.report-table {
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle !important;
}

.list-group-report {
    margin-bottom: 50px;
    background-color: #005195;
    border-radius: .2em;
}

.list-group-report-column {
    padding-top: 25px;
    padding-bottom: 25px;
    /*background-color: #005195;*/
}

.list-group-item-report {
    position: relative;
    display: block;
    padding: 10px;
    margin-bottom: 0px;
    color: white;
}

a.list-group-item-report .list-group-item-report-heading,
button.list-group-item-report .list-group-item-report-heading {
    color: white;
}

a.list-group-item-report:hover,
button.list-group-item-report:hover,
a.list-group-item-report:focus,
button.list-group-item-report:focus {
    color: #74c4ed;
    text-decoration: none;
}

/*** end custom/peer/standard reports ***/

/*#body select {
    font: 400 12px/1.3 "Helvetica Neue", sans-serif;
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid red;
    line-height: 1;
    outline: 0;
    color: hotpink;
    border-color: red;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: 3px;
    background: linear-gradient(blue, blue) no-repeat,
                linear-gradient(-135deg, rgba(255,255,255,0) 50%, green 50%) no-repeat,
                linear-gradient(-225deg, rgba(255,255,255,0) 50%, white 50%) no-repeat,
                linear-gradient(aqua, red) no-repeat;
    background-color: white;
    background-size: 1px 100%, 20px 20px, 20px 20px, 20px 60%;
    background-position: right 20px center, right bottom, right bottom, right bottom;   
}*/