﻿body {
    /*padding-top: 50px;
    */
    padding-bottom: 15px;
    font-family: "Helvetica Neue,Helvetica,Arial,sans-serif";
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}

.page-heading {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px #21509f solid;
}

.page-footer {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px #21509f solid;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.survey-group-heading {
    font-size: 18px;
    line-height: 33px;
    font-weight: bold;
    padding-bottom: 5px;
}

.survey-splitter {
    border-top: 2px solid #a5bce3;
}

.field-validation-error {
    margin-top: 7px;
    margin-left: 10px;
    display: block;
    text-align: left;
    font-weight: bold;
}

.validation-summary-errors ul {
    list-style: none;
    margin-left: -40px;
    font-weight: bold;
}

#toast-container > div {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #ffffff;
    opacity: 0.95;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-top-full-width {
    top: 0;
    left: 20%;
    width: 60%;
    text-align: center;
}

@media (min-width: 768px) {
    .navbar-nav.navbar-center {
        position: absolute;
        margin-left: 0px;
        transform: translatex(0px);
    }
}

@media (min-width: 992px) {
    .navbar-nav.navbar-center {
        position: absolute;
        margin-left: 300px;
        transform: translatex(-100px);
    }
}

html body header {
    font-size: 16px;
}

.tabcontent {
    margin-top: 10px;
    /*margin-left: 40px;
    margin-right: 20px;*/
}

.main-menu {
    margin-left: 100px;
}

.hand {
    cursor: pointer;
}

.a-main {
    color: #428bca;
}

    .a-main:hover {
        text-decoration: none;
        color: #4d6594;
    }

    .a-main .panel-body {
        opacity: 0.8;
    }

.panel-main {
    /*opacity: 0.7;*/
}

    .panel-main:hover {
        border: 1px #c0c0c0 solid;
    }

    .panel-main div > .img-title {
        font-size: 20px;
        text-align: center;
        margin-top: 20px
    }

    .panel-main div > .sub-title {
        font-size: 18px;
        background: rgba(255, 255, 255, 0.5);
        padding: 10px;
        border-radius: 5px;
        text-align: center;
        margin-top: 20px;
        color: black;
        font-style: normal;
        text-align: center;
    }

        .panel-main div > .sub-title:hover {
            color: black;
            font-style: normal;
        }

@media (max-width: 768px) {
    .panel-main div > .img-title {
        font-size: 15px;
    }
}

.validation-summary-errors ul li {
    padding-left: 20px;
}

.area-card .holder {
    display: table;
    width: auto;
    position: relative;
    width: 100%;
}

.area-card .playpause {
    background-image: url('Images/play.png?2');
    background-repeat: no-repeat;
    width: 80%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 30%;
    bottom: 0%;
    text-align: center;
    margin: auto;
    background-size: contain;
    background-position: center;
}


    .area-card .playpause.opacity {
        opacity: 0.9;
    }

    .area-card .playpause.no-opacity {
        opacity: 0.5;
    }
