﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* 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;
}

.default-hide {
    display: none!important;
}

    .default-hide.unhide {
        display: block!important;
    }

.floatfix:after { 
   content: "."; 
   visibility: hidden; 
   display: block; 
   height: 0; 
   clear: both;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* Sample styles */
.flip-container .back,
.flip-container .front {
    border: 5px solid #00bcf2;
    padding-bottom: 30px;
    padding-top: 30px;
}

#content {
    position: relative;
    background: #fff;
    padding: 50px 0 0 0;
}

.option {
    width: 140px;
    margin: 5px;
}

div.correct p {
    color: green;
}

div.incorrect p {
    color: red;
}

.btn {
    border-radius: 0;
}

.flip-container div.front, .flip-container div.back.flip {
    display: block;
}

.flip-container div.front.flip, .flip-container div.back {
    display: none;
}

.ums-page-card {
    padding-top:100%;
    width:100%;
    position:relative;
}

.ums-page-card-icon-abb {
    font-size:48px;
}

.ums-page-card-body {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.ums-page-card-body:hover {
    background-color: #eee;
    border:solid 1px #999;
}

.ums-page-card-icon {
    text-align: center;
    line-height: 55px;
    padding:25px;
}

.ums-page-card-text {
    text-align: center;
    line-height: 35px;
}

.add-data-button {
    padding: 5px;
    padding-top: 2px;
    cursor: pointer;
}

    .add-data-button:hover {
        background-color: #269abc;
        color: white;
        border-radius: 25px;
    }



        .checkbox-mrr {
            cursor:pointer;
        }

        .checkbox-mrr:hover {
            font-weight:700;
        }

        .checkbox-mrr-text {
            float:left;
        }

        .checkbox-mrr.lg > .checkbox-mrr-text {
            font-size:18px;
        }

        .checkbox-mrr-box {
            float: left;
            margin-left: 5px;
            border: solid 1px black;
            border-radius: 3px;
            width: 15px;
            height: 15px;
            position: relative;
            margin-top:7px;
        }

        .checkbox-mrr.lg > .checkbox-mrr-box {
            margin-top: 2px;
            width: 19px;
            height: 19px;
        }

        .checkbox-mrr-check {
            display: none;
            position: absolute;
            top: 0px;
            left: 0px;
            line-height: 12px;
            font-size: 11px;
            text-align: center;
            color: #269abc;
        }

        .checkbox-mrr.lg > .checkbox-mrr-box > .checkbox-mrr-check {
            font-size: 15px;
            line-height: 15px;
        }

        .checkbox-mrr.selected > .checkbox-mrr-box > .checkbox-mrr-check {
            display: block;
        }




.cnsnt-popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1050;
}

    .cnsnt-popup > .cnsnt-bg {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .3);
    }

    .cnsnt-popup > .cnsnt-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: white;
        border-radius: 3px;
        border: solid 1px #999;
        padding: 50px;
    }

@media (max-width: 767px) {
    .cnsnt-popup > .cnsnt-content {
        padding: 5px;
    }
}