﻿
@media only screen and (min-width: 768px) {
    .activePill > a {
        color: black !important;
        background-color: aliceblue !important;
        border-top : 1px solid gray;
    }
}

.ConceptClass {
    color: gray;
}

.CompleteClass {
    color: orange;
}

.CompleteInActiveClass {
    color: #b400ff;
    /*background-color: cadetblue*/
}

.FinishClass {
    color: rgb(60,200,30);
}

.popup {
    position: relative;
}


.popupText {
    font-weight: normal;
    top: 0px;
    display: none;
    width: 600px;
    /*background: transparent;*/
    background-color: whitesmoke;
    border: 1px solid lightgray;
    padding: 15px;
    border-radius: 5px;
    padding-top: 15px;
    position: absolute;
    border: 1px solid black;
    text-align: left;
    z-index: 1001;
}

.top-5 {
    padding-top: 5px;
}

.top-10 {
    padding-top: 10px;
}

/*.top-15 {
    padding-top: 15px;
}
*/


.tile {
    cursor: pointer;
    border: 2px solid transparent;
}

    .tile:hover {
        background-color: bisque;
        /*border: 2px solid cornflowerblue;*/
    }

.selectedReason {
    background-color: #eee;
    border: 2px solid cornflowerblue;
}

.requiredColor {
    /*border-color: #f5c41e;*/
    /*border-color: #ec2424;*/
    border-color: #e40000;
}

.helpCursor {
    cursor: help;
}

.requiredColor .dropdown-toggle {
    /*border-color: #f5c41e !important;*/
    border-color: #e40000;
}

.noPaddingLeft {
    padding-left: 0;
}

.noPaddingRight {
    padding-right: 0;
}



@media {
}

.ui-autocomplete ui-front ui-menu ui-widget ui-widget-content {
}

.titleHeading {
    padding-left: 25px;
    border: 1px solid;
    margin: 0;
    padding: 10px;
    color: black;
    background-color: #bad8ff;
}

.akrupTableInput {
    /*background-color: #ffd0ad;*/
    background-color: linen;
    outline: 1px solid gray;
    padding-left: 0;
    padding-right: 0;
    vertical-align: bottom;
    /*margin-right: 15px;*/
}
.akrupTableInputTop {
    /*background-color: #ffd0ad;*/
    background-color: linen;
    outline: 1px solid gray;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
    /*margin-right: 15px;*/
}

.akrupInput {
    background-color: #ffd0ad;
    padding-left: 0;
    padding-right: 0;
    /*margin-right: 15px;*/
}

.akrupInputMce {
    /*border: 1px solid green;*/
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
}

.akrupTableLabel {
    border: 1px solid black;
    background-color: #ffd0ad;
    min-height: 51px;
}

.akrupLabel {
    border: 1px solid black;
    min-height: 34px;
    background-color: #ffd0ad;
}

.akrupLabelNoBorder {
    min-height: 36px;
    background-color: #ffd0ad;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143;
}

.akrupLabel3 {
    border: 1px solid black;
    border-bottom: none !important;
    min-height: 34px;
    background-color: white;
}

.akrupLabel2 {
    width: 100%;
}

.akrupTableInput > input {
    border: 1px solid black !important;
    border-radius: 0 !important;
}

.akrupInput > input {
    border: 1px solid black !important;
    border-radius: 0 !important;
    border-left: none !important;
    font-size: 14px;
    line-height: 1.42857143;
}

.akrupInput > akrupInputEditor {
    border: 1px solid black !important;
    border-radius: 0 !important;
    background-color: white !important;
}

.akrupInputMceLike {
    border: 1px solid black !important;
    border-radius: 0 !important;
    background-color: white !important;
    min-height: 35px;
    padding:0;
}

textarea {
    border: 1px solid black !important;
    border-radius: 0 !important;
    border-top: none !important;
}

.textareaDiv {
    border: 1px solid black !important;
    border-radius: 0 !important;
    border-top: none !important;
    min-height: 50px;
    background-color: white;
    padding: 10px 10px 0 10px;
}

.akrupTable {
    width: 100%;
}

@media(min-width: 1024px) {
    .wideModal {
        width: 80%;
    }
}
@media(min-width: 1024px) {
    .wideModalMce {
        width: 82%;
    }
}

@media(min-width: 1024px) {
    .bitWiderModal {
        width: 60%;
    }
}
@media(min-width: 1024px) {
    .bitbitWiderModal {
        width: 50%;
    }
}

.condensedHr {
    margin-top: 0;
    margin-bottom: 10px;
}
/*#ffd0ad*/

.text-bold {
    font-weight: 700;
}

.akrupInput2 {
    font-size: 14px;
    line-height: 1.42857143;
}
.cursorDisabled {
    cursor: not-allowed;
}

.tt-footer {
    padding: 0px 20px;
    margin-bottom: 0px;
    padding-top: 5px;
    font-style: italic;
    border-top: 1px solid gray;
    background-color: rgb(235,235,235);
}
