body {
    padding-bottom: 40px;
    font-family: 'Barlow',"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4{
    font-family: 'Barlow Condensed', "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active, .btn-success.active {
    background-color: #57a900;
}
.edit-email{

    float: right;
}
.email-wrapper>input{
    display: none;
    width: 100%;
}
.navbar-session-view{
        position: fixed;
        top: 0px;
        z-index: 100;
        width:75%;

}
.active>a{
    background-color: #e7e7e7;
}
@media (min-width: 991px) {
    .navbar-session-view{
        width: 75%;
    }

}
#new-student-adder{
    color: #4cae4c;
    border-radius: 5px;
    float: right;
}
.offset-top{
     margin-top: 80px;
 }
.screenshot{
    width: 100%;
    padding: 20px 0 20px 0;
}
.screenshot-small{
    width: 70%;
    padding: 20px 0 20px 0;
}
.index-wrapper p{
    font-weight: 600;
}
.confirm-student{
    border: 1px solid black;
    border-radius: 3px;
}
div.container a.navbar-brand > img {
    display: inline;
    margin-right: 4px;
}

div.app-caption {
    padding: 25px 0;
    font-size:3.0em;
    font-weight: bold;
    color:#6aacaf
}

form ul {
    list-style-type: none;
    padding: 0;
    margin: 0 5px;
}

form ul li {
    color: red;
}
div.alert{
    margin-top: 80px;
}
.alert ul {
    list-style-type: none;
    padding: 0;
    margin: 0 5px;
}
.btn-primary {
    background: #ed1854;
    border: 0;
    border-radius: 0;
    font-weight: 600;
}
h2.form-new-account-heading {
    font-size: 20px;
}
.invite-description {
    font-size: 13px;
    font-style: italic;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}
.table-students {
    margin-top:20px;
}
.table-striped.table-students>tbody>tr:nth-of-type(4n), .table-striped.table-students>tbody>tr:nth-of-type(2n) {
    background-color: #e8e8e8;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border: none;
}
.table-striped.table-students>tbody>tr {
    background: #fff;
}
.btn.add-comment {
    font-weight: bold;
    line-height: 10px;
    width: 35px;
}

.btn.add-notes {
    font-weight: bold;
    line-height: 10px;
    width: 35px;
}
label span.chars-remaining {
    font-weight: normal;
}
#roster-submit-form tr.comments-row td {
    padding-top: 0;
}
#roster-submit-form tr.notes-row td {
    padding-top: 0;
}
tr.comments-row td textarea {
    width: 100%;
}
tr.notes-row td textarea {
    width: 100%;
}
.table-students>tbody>tr>th {
    background-color: #ed1854;
    color: #fff;
}
.student-buttons {
    margin-top:15px;
}
.session-block {
    width: 100%;
    margin-bottom: 10px;
    cursor: pointer;
}
.session-block td {
    background: #e8e8e8;
}
.session-block.expand {
    cursor: default;
}
.session-block .date-time {
    width: 28%;
    background: #c3c3c4;
    padding: 8px 8px;
}
.session-block:hover .date-time {
    background: #b8b8b9;
}
.session-block .date-time span {
    display: block;
    color: #fff;
}
span #hide-retired{
    float: right;
}
span .btn-default{
    margin-bottom: 10px;
}
.date-time .date {
    font-size: 18px;
    font-weight: 900;
}
.date-time .time {
    font-size: 13px;
    font-weight: 400;
}
.session-block .title {
    background: #e8e8e8;
    padding: 3px 10px;
    font-weight: 600;
    font-size: 15px;
    color: #333;
}
.session-block .title .session_id {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
}
.session-block:hover .title {
    background: #dcdcdc;
}
.session-block.expand:hover .title {
    background: #e8e8e8;
}
.session-block.expand tr:first-child {
    cursor: pointer;
}
.session-block.expand tr:first-child:hover .title {
    background: #dcdcdc;
}
.session-block .roster-link {
    background: #c3c3c4;
    width:  28%;
    padding: 40px;
    position: relative;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}
.roster-link a {
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.roster-link span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.roster-link a:hover {
    background: #a9a9a9;
}
.roster-link span.empty {
    font-style: italic;
}
.session-block .address{
    background: #e8e8e8;
    padding: 8px 10px;
    font-size: 15px;
    color: #333;
}

.address p {margin: 0;}

.address h5 {
    font-weight: bold;
    margin: 20px 0 0 0;
    font-size: 15px;
}

/*.session-block .zoom-info {*/
/*    background: #c3c3c4;*/
/*    padding: 8px 10px;*/
/*    font-size: 15px;*/

/*}*/
.zoom-info .zoom-link{
    position: inherit;
    color: black;
    text-decoration-color: #ed1854;
    text-decoration-line: underline;
}

.zoom-info .zoom-link:hover{
    background-color: #e8e8e8;
}
.zoom-info.left{
    font-weight: 550;
    color: #333;
    background: #e8e8e8;

}
.reference-info {
    font-style: italic;
}
.workspace-tool {
    color: #ed1854;
}

.zoom-link .glyphicon.glyphicon-new-window {
    font-size: 10px;
    vertical-align: text-top;
}

@media (max-width: 991px) {
    .btn.btn-default {
        width: 100%;
    }
    .student-survey {
        padding-right: 0;
    }
}

.roster-buttons > div:last-of-type {
    text-align: right;
}
.roster-buttons > div:first-of-type {
    text-align: left;
}
.roster-buttons > div {
    padding-bottom: 10px;
}
.student-survey {
    padding-right: 50px;
    position: relative;
}
.student-survey a {
    color:#333;
}
.student-survey a:hover {
    text-decoration: none;
}
#copy-survey {
    padding: 5px 12px;
    border-left: 1px #ccc solid;
    margin-left: 5px;
    position: absolute;
    right: 0px;
    top: 2px;
}
.tooltip.copy {
    background: #333;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 7px 10px;
    bottom: -41px;
    right: 0;
    width: max-content;
}
.tooltip.copy::before {
    content: " ";
    display: block;
    background: #333;
    position: absolute;
    top: -4px;
    right: 16px;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
}
.session-block .address em {
    color: #929292;
}
.session-block .address strong em {
    color: #333;
}
h3.month-name {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}
.session-block .collapsible {
    display: none;
}
.session-block.expand .collapsible {
    display: table-row;
}
.table-striped>tbody>tr.needs-status {
    background-color: #F5CA48;
}
.table-striped>tbody>tr.needs-status:nth-of-type(2n) {
    background-color: #f7d777;
}
.session-block tr.collapsible:nth-of-type(3) td {
    border-top: 5px solid #e8e8e8;
}
.table-striped>tbody>tr.needs-status select {
    border: 2px solid #ad0000;
}
.toggle-mural:hover {
    font-weight: bold;
    cursor: pointer;
}
.toggle-mural {
    text-decoration: underline;
}
.highlight .sess1 .date-time {
    background: #ed1854;
}
.highlight .sess2 .date-time {
    background: #BE1343;
}
.highlight .sess3 .date-time {
    background: #980F36;
}
.highlight .sess4 .date-time {
    background: #7A0C2B;
}
.highlight .sess5 .date-time {
    background: #620A22;
}
.highlight .sess5 .date-time {
    background: #4E081B;
}
.session-calendar {
    min-height: 246px;
}
.calendar-header {
    background: #f0f0f0;
    position: relative;
    z-index: 11;
}
.calendar-header .header-day {
    display: inline-block;
    width: 14.25%;
    text-align: center;
    color: #d6d6d6;
    font-weight: 800;
    font-size: 17px;
}
.calendar-wrapper {
    position: fixed;
    min-width: 320px;
    background: #f0f0f0;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 40px 2px;
    height: 246px;
    overflow: hidden;
    margin: auto;
    top: 80px;
}
.calendar-weeks {
    position: relative;
    /*top: -135px;*/
    top: 0;
}
.week-wrapper {
    position: relative;
    background: #dbdbdb;
    margin-bottom: 3px;
    padding-bottom: 12px;
    min-height: 42px;
}
.week-wrapper:last-child {
    margin-bottom: 0;
}
.week-wrapper.highlight {
    background: #fff;
}
.cal-num-wrapper {
    position: absolute;
    width: 100%;
    bottom: -3px;
}
.week-wrapper.highlight .cal-num {
    color: #333;
}
.cal-num {
    font-size: 10px;
    display: inline-block;
    width: 14.25%;;
    color: #fff;
    position: relative;
    z-index: 10;
    padding-left: 2px;
}
.cal-month-abr {
    display: inline-block;
    /* font-size: 13px; */
    /* font-weight: 600; */
    /* padding-bottom: 5px; */
    padding-right: .25em;
}
.cal-day {
    width: 14.25%;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #d6d6d6;
}
.week-wrapper.highlight .cal-day {
    background: #f6f6f6;
}
.cal-session-spacer {
    position: relative;
    height: 8px;
    margin-bottom: 1px;
    z-index: 9;
}
.cal-session {
    background: #bcbcbc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
}
.week-wrapper.highlight .sess1 {
    background: #ed1854;
}
.week-wrapper.highlight .sess2 {
    background: #BE1343;
}
.week-wrapper.highlight .sess3 {
    background: #980F36;
}
.week-wrapper.highlight .sess4 {
    background: #7A0C2B;
}
.week-wrapper.highlight .sess5 {
    background: #620A22;
}
.week-wrapper.highlight .sess5 {
    background: #4E081B;
}
.start-mo {
    left: 14.25%;
}
.start-tu {
    left: 28.5%;
}
.start-we {
    left: 42.75%;
}
.start-th {
    left: 57%;
}
.start-fr {
    left: 71.25%;
}
.start-sa {
    left: 85.5%;
}

.end-fr {
    right: 14.25%;
}
.end-th {
    right: 28.5%;
}
.end-we {
    right: 42.75%;
}
.end-tu {
    right: 57%;
}
.end-mo {
    right: 71.25%;
}
.end-su {
    right: 85.5%;
}

.view-as {
    text-align: center;
    position: fixed;
    top: 330px;
    width: 320px;
}

.feedback-table div.td {
    font-size: 16px;
    text-align: center;
    border-left: 3px solid #e3e3e3;
}
.feedback-cell ul {
    text-align: left;
}
.feedback-table div.th {
     font-size: 16px;
     position: relative;
 }
.feedback-table .feedback-row:nth-of-type(odd) div.td {
    background: #ebebeb;
}
.feedback-table .feedback-row:nth-of-type(even) div.td {
    background: #d6d6d6;
}
.feedback-table .feedback-row:nth-of-type(odd) div.th {
    background: #ed1854;
    color: #fff;
}
.feedback-table .feedback-row:nth-of-type(even) div.th {
    background: #BE1343;
    color: #fff;
}
.feedback-table {
    width: 100%;
    overflow: scroll;
}
.feedback-table .feedback-row {
    position: relative;
}
.feedback-table .feedback-cell {
    padding: 10px;
    width: 215px;
    min-width: 215px;
    white-space: normal;
    vertical-align: middle;
    display: table-cell;
    font-size: 16px;
}

td.details-control {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACjElEQVR4Aa2V30uTURjHnVBUgglCaXVTJJVLMdhQm7+1JEvJiKAggmgSQiKJl0V0E13UVf0HQZmBLcvlpqa55tqV0YoMzIhY6js0yDH11X17vuO8Sq5Zgl/48DznPD/G63nOMSmBkoUNwhYhTUgn9NUeY8z5p0wqOVXYKRwQLMJhhYV7Kpaqck2rNdskbBPMdrv9osfjcQaDwW/RaHSR0OceY8xhrqox/a3ZZmGHkO9wOB7ouj6PBGKMOcxlzcqmdDYKGZmZmSWjo6PvIYosRuDWXGj50IwTb4+hxleN5sAVvJh4jvBCGBRzWSO121UPk3EAaUKuz+d7ycTp+Wnc/nwL1d4qHBVidmjZv/npBkJzGiiv19vFWmGrcVDsvKupqeky/056VMf1j9dQOViBKo9Aa/ixdbnYcrQGWsBc1jQ2NtrZQ/VKShHM8kvdEPVN9qJsoBRl/aUoHyiJ+UpcCxJTtmfCDYoHJT2yYyOlPtcaCoUmGGwdbkVRbxGK+2y0gg2GisUvNmJCy/BVUJqm/eBIxXqpgbUtiBise12HQlc+ClwFSKRCiZH6wXpQs7OzETWn6XENa/trYemywuK0IpGsTotgRU3fcVBzouWG6pOnpqY0BhuGGpDXeUjIW7JKcfuX3tjjP9k4FBkZN4PtY+042JGzzNMcGDJ35C7tmcU++tJmjE63OpSUuLEJ62GcfXUO+59kr8rJnlOY0WfAGtYaY/PHYPv9fhdEY7++4nz/BWS17UPWY0Es2avWp3vOYOTnCCheBtaqHskJr95kZBL3AvdR2XkEex5mYbdQ+qwCd97dRTAcXHn1Moyrt16PA2tN//V8jY+Pf4cS/VWerzU9sDay1gd2Xf4F/AZqlpeB9836LwAAAABJRU5ErkJggg==') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAACdUlEQVR4Aa2V30tTYRjHVSgsoQKhXPUPlKZMlImiIIg/pggiiDeCBAdqyC4Kf9zVhVdeelX33QnCbtYvxZsxxkoqKxiz1SzdFudMb5xO5/bt+fa+sPCw3IVf+PA+532e5ytn53lfK0qoSrggXBauCbUKxtxjjjVnq1IXXxFuCXeEFqGdMOYec6zRtZX/M6sWrgv1hmHcDwQCLxOJxM9CoZAnjLnHHGt0bbXdVG1cEm4KLp/P9yKXyx2jhJhjDWvZc9qUwUWhzuFwdMVisc8QFQ4PcbCygvT0NJLDw0gNDSH96DEyfj8KmQwo1rJHem8oD2VapX/sxlAo9Aqi/N4e9hYWsDMwgARxD2DH7ZZYren5eZxYFqhgMOhnr3BVeSnn216v98Hf3yqXg/X0CX719YFs9/WquJfPGtkzZ2fBWvZ4PB6DHtqrokaol7/0GqLM2hq2enpsxMmpvf3VVVD8UOJxV42Uet1Wy7J+M5mam8P37u6ySM7MgDJNM8mRUl5qYDtOREz+GB3FZlcXNjs7UUrMk/jYGKhsNnuo57TWZhgTw0hHO0EpRdpV/tvICKgjUdFQv/Lu7q7JZHxqCl9dLqGtSJtL4VJ80Wvc8xD2V9YfRUbmLZPp5WVstLTYaSWt+lmt1tISKH5Q/VFqbGOTl6GNTk7iQ3Oz4FSrU8UfuTqdBJHxceQz+2APe/8Zm+Jgh8PhNxBlt7YQNQysNzVivbEJ7wXGiiZEJiZwEI2C4mFgr/aoKnn0jk0TiWfPsTE4iHcN9xBuaMCn/n5sLy7iKJk8ffTqikfvfC4H9laWdX2lUqltaDEu9/o664LtIOVfsOf4L+APb5yaiwyN8+8AAAAASUVORK5CYII=') no-repeat center center;
}
textarea#student_names {
    width: 100%;
    height: 80px;
}
.email-all {
    position: absolute;
    right: 0;
    top: -45px;
}
#roster-submit-form {
    position: relative;
}
.email-box {
    display: inline-block;
    border: 2px solid #777;
    margin: 20px 0;
    box-shadow: 0 0 40px 0 #00000045;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}
.nav-img {
    margin-top: -10px;
    width: 100px;
    height: auto;
    margin-bottom: 5px;
    vertical-align: text-top;
    /*margin-left: 20px;*/
    float:right;

}
.roster-modal{
    position: fixed;
    z-index: 100;
    top: 200px;
    width: 40%;
    right: 30%;
    border: 1px solid #ed1854;
    background-color: white;
}
.close-modal{
    border: none;
    position: absolute;
    top:-8px;
    right: -10px;
    background-color: #ed1854;
    color: white;
    padding: 6px 10px 6px 10px;
    z-index: 30;
    font-weight: 750;
    font-size: large;

}
.roster-modal h3{
    margin: 30px 20px 20px 20px;
}
.roster-modal p{
    margin: 20px 10px 20px 10px;

}
.close-modal:hover{
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.2) 3px 3px;

}
#new-order-row{
    background-color: black;
}
/*branding page */
.branding-wrapper{
    display: flex;
    width: 100%;
    align-items: stretch;
}
.navbar.fixed-left{
    min-width: 200px;
    max-width: 200px;
    position: fixed;
}
.session-block .left{
    text-align: left;
}
.branding-content{
    margin-left: 200px;
}
.navbar.fixed-left a{
    font-size: 2rem;
    margin-left: 10%;
    color: black;

}
.navbar.fixed-left h2{
    display: inline-block;
    color: white;
    background-color: #C4C4C4;
    font-size: 3.3rem;
    padding: 20px 15px 20px 15px;
    text-align: center;
}
.navbar.fixed-left a:hover{
    cursor: pointer;
    color: #ED1B52;
}
.coral{
    color: #ED1B52;
}
a.coral:hover{
    color:#4E081B;
}
.questions{
    color: #4F4F4F;
}
#faq p{
    margin-bottom: 30px;
}
.branding-content hr.coral{
    border: 3px solid #ED1B52;
}

.tooltiptext{
    right: 30%;
    top: -10%;
    visibility: hidden;
    width: 450px;
    height: 200px;
    border-radius: 6px;
    border: 2px solid #ED1B52;
    padding: 5px 5px;
    color: black;
    background-color: white;

    /* Position the tooltip */
    position: absolute;
    z-index: 2;
}
.follow-hover:hover{
    cursor: help;
}
/* Show the tooltip text when you mouse over the tooltip container */
.follow-hover:hover .tooltiptext {
    visibility: visible;
}
.sensitive {
    border: 1px dotted;
    -webkit-text-security: disc;
    padding: 0 4px;
}
.show-sensitive {
    cursor: pointer;
}
.show-sensitive:hover {
    color: #ed1854;
}

.survey-button-row {
    text-align: right;
}

.btn-warning.survey-button {
    background: #FF6600;
    font-weight: bold;
}

#courseware-feedback-form .field-label {
    padding-top: 15px;
}

#courseware-feedback-form .element-radio .field-label {
    padding-bottom: 15px;
}

#courseware-feedback-form .element-radio .field-values label {
    padding: 0 40px;
    text-align: center;
}

#courseware-feedback-form .element-radio:nth-child(odd) {
    background-color: #eeeeee;
}

#courseware-feedback-form .element-radio {
    padding: 0 15px 20px;
}

#courseware-feedback-form .element-radio .field-values {
    text-align: center;
}

#courseware-feedback-form .element-radio .field-values input {
    display: block;
    margin-top: 11px;
}

#courseware-feedback-form textarea {
     min-width: 50%;
     width: 640px;
     max-width: 100%;
     height: 6em;
     margin-bottom: 20px;
 }

.back-button {
    color: #333333;
    background: #efefef;
    border: 1px solid #767676;
    border-radius: 2.5px;
    padding: 2px 6px;
}

#courseware-feedback-form .field.element-submit {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 991px) {
    .calendar-wrapper {
        bottom: 0;
        left: 0;
        right: 0;
        top: auto;
    }
    .view-as {
        width: 100%;
        background: #fff;
        bottom: 246px;
        padding: 8px 0;
        top: auto;
        max-width: 720px;
    }
}

@media (min-width: 768px) {
    .calendar-wrapper {
        max-width: 720px;
    }
}
@media (max-width: 425px) {
    .navbar.fixed-left{
        display: none;
    }
    .branding-content{
        margin-left: 0;
    }
    .date-time .date {
        font-size: 14px;
    }
    .session-list {
        padding-left: 7px;
        padding-right: 7px;
        margin-top: 80px;
    }

    .session-block .date-time {
        width: 34%;
        padding: 5px;
    }
    .date-time .time {
        font-size: 12px;
    }
    .session-block .title {
        font-size: 12px;
    }
    .session-block .address {
        font-size: 11px;
    }
    .roster-link a {
        font-size: 14px;
    }
}