body {
    font-family: 'Open Sans', Helvetica Neue, Sans-serif;
    font-size: 16px;
}

html, body {
    height: 680px;
}


.hide {
    display: none !important;
}

.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

.container{
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px !important;
}

.tab-content {
 padding-top: 20px;
    padding-bottom:60px !important;
}

header {
    background: #ea8825;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: static;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}

.containerLogin {
    background-color: white;
    position: fixed;
    max-width: 320px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: auto;
    border-radius: 15px;
    padding: 30px;
}


.add-popup {
    position: fixed;
    z-index: 9999999999999;
    background: rgba(000, 000, 000, 0.9);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 5%;
}

.lblProcessingMessage {
    display: block;
    background: url(../images/load.GIF) no-repeat center 20px rgba(000, 000, 000, 0.9);
    color: #fff;
    padding: 45px 20px 15px 20px;
    margin: 0;
    border-radius: 7px;
    z-index: -1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    left: 15px;
}

#menuSelectStudent {
    width: 250px;
    text-align: left;
}
#menuSelectStudent span{
    float: right;
}

#loginAppName {
    color: #ea8825;
    font-size: 300%;
    line-height: 0.4;
    font-weight: bold;
    margin-bottom: 30px;
}

#loginAppName small{
    font-size: 30%;
    font-weight: bold;
}


#loginOperantLogo{
    margin-top: 40px;
}

#loginOperantLogoImg{
    width: 130px;
}

#loginCopyRightMessage{
    color:#ea8825;
    text-align: center;
    font-size: 65%;
    line-height: 15px;
}


.modal{
    display: block;
    background: rgba(000,000,000,0.75);
    z-index: 9999;
}

.nav {
    text-transform: uppercase;
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 0px solid transparent;
    border-radius: 4px 4px 0 0;
}

.btn_Behavior,
.btnPromptLevels {
    background: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 3px;
    position: relative;
    padding: 4px 9px 4px 30px;
    text-align: left;
}

.btnPromptLevels{
    width: 48%;
}

.btnPromptLevels .material-icons{
vertical-align: middle;
    position: absolute;
    top: 2px;
    left: 4px;
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #fff;
    background-color: #ea8825;
    border-color: #ea8825;
}

.modal-body {
    max-height: 85%;
    overflow: auto;
}

.btn-warning {
    color: #fff;
    background-color: #ea8825;
    border-color: #ea8825;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #cc6a08;
    border-color: #cc6a08;
    box-shadow: 0 0 0 0.2rem rgb(234, 136, 37, 0.25);
}

.nav>li>a, .nav>li>a:hover {
    position: relative;
    display: block;
    padding: 7px 10px;
    color: #ea8825;
    font-weight: bold;
    font-size: 100% !important;
    text-decoration: none;
}

.nav>li.active>a {
    color: #fff;
    background: #ea8825;
}

.dropdown-menu{
    max-height: 260px;
    overflow-y: auto;
}


.dropdown-menu li{
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

button i,
.btn_Activity i, .btn_Goal i {
    cursor: pointer;
    position: absolute;
    left: 3px;
    top: 8px;
    width: 24px;
    height: 24px;
    font-size: 0px;
}


.material-icons {
    vertical-align: middle;
}

.tapsInfo {
    width:20%;
    border: 1px solid #eee;
    line-height: 1em;
    border-radius: 20px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 2px 5px #ccc inset;
    
    float:left;
    padding:8px;
}

.div_Goal>div:last-child{
    margin-bottom: 5px !important;
}

.btn_Goal, .btn_Activity, .btn_ActivityPropertyEdit, .btn_BehaviorPropertyEdit{
    border: 0 none;
    text-align: left;
}

.btn_ActivityPropertyEdit, .btn_BehaviorPropertyEdit {

}

.clsMastered{
    float:left;
    margin-left:8px;
}

.btn_Activity {
    /*padding-right: 120px !important;*/
}

.modal-dialog {
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    width: 100%;
    max-width: 400px;
    height: 103%;
}

.modal-content {
    box-shadow: 0 0 15px #000;
}

.btn_Goal{
    width: 92%;
}
.btn_Activity{
    width: 100%;
}
.btn_Goal, .btn_Activity {
    display: block;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #fff;
    border-radius: 4px;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.btn_GoalPropertyEdit{
    position: absolute;
    margin-left: 88%;
}

.div_AddTrials, .div_Taps{
    border: none !important;
    width: 100%;
}


.div_Taps{
    padding:8px;
}

.btnEditTap {
    border: 0px solid;
    padding: 7px 6px 7px 30px;
    width: 72px;
    border-radius: 4px;
    text-align: left;
}


.row_Btn_Activity{
    border: none;
}

.row_Btn_Activity div{
    border: none;
}

.btnTaps {
    width: 34px;
    margin: 8px 0px 0px 8px;
    padding: 3px 0px !important;
}

.lblChkPromptLevel {
    padding-right: 15px;
}

.grayOut{
    opacity: 0.25;
}

textarea {
    border: solid 1px #ddd;
    width: 100%;
}

.btn_BehaviorCount, .btn_ActivityCount {
    border: 1px solid #3087a0 !important;
    color: #FFF;
    background-color: #5bc0de;
    margin-right: -2px;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 4px #218bab inset;
    width:100px !important;
    text-decoration: underline;
}

.behaviorFrequencyRow{
 padding-top: 0px;
 padding-left: 0px;
 margin-left:13px;
}

.btnInstance{
    margin-right: 5px;
    margin-bottom: 5px;
}

.selected{
    background: #ea8825;
    border: 1px solid #fff;
}

.mainTabs li.active {
   
}

#studentSearchList {
    border-top: 0px solid #ced4da;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 40px;
    box-shadow: 0 0 15px #ccc;
    max-height: 400px;
    overflow-y: auto;
}

#studentSearchList li{
    padding: 10px 15px;
}

.bg-light{
    
}


.fixed {
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px 15px 0px 15px;
    box-shadow: 0 0 20px #666;
    border-bottom: 0px none;
}
.imgProcess {
    margin-top: 6px;
    position: absolute;
    right: 15px;
}

.modal-header{
    background: #ea8825;
    color: #fff;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #fff;
    opacity: 1;
}


.add-activity{
    padding-left: 30px;
    height:30px !important;
}


.imgBehaviorMinus,
.imgGoalMinus,
.imgActivityMinus{
    background: url(../images/baseline_remove_black_24.png);
}


.imgBehaviorPlus,
.imgGoalPlus,
.imgActivityPlus{
    background: url(../images/baseline_add_black_24.png);
}

.btn_ActivityPropertyEdit, .btn_BehaviorPropertyEdit{
    background: url(../images/help_line.svg);
    height: 24px;
    width: 24px;
}
.btn_ActivityPropertyEdit{
    margin-top: 3px;
}

button{
    position: relative;
    padding-left: 30px !important;
    color: black;
}

.add-activity i{
    top: 2px;
 background: url(../images/baseline_add_circle_white_24.png);
}

.btn_BehaviorCount,
.btn_BehaviorRemove, .btn_BehaviorAdd {
    height: 36px;
    padding: 0 !important;
    width: 36px;
    vertical-align: middle;
    border: 1px solid #ccc;
    
}

.btn_BehaviorAdd{ border-radius: 4px 0px 0px 4px ;}
.btn_BehaviorRemove{ border-radius: 0px 4px 4px 0px ;}

.btn_BehaviorAdd {
    background: url(../images/baseline_add_circle_black_24.png) no-repeat center #fff;
}

.btn_BehaviorRemove{
 background: url(../images/baseline_remove_circle_black_24.png)  no-repeat center;
}

.btnEditTap i{
    top: 6px;
    background: url(../images/baseline_check_box_white_24.png);
}

.btnPromptLevels i{
    top: 2px;
    background: url(../images/baseline_check_box_black_24.png);
}

.btn_Behavior i{
    top:2px;
}


.div_Behavior .btn_Behavior{
    margin: 0 !important;
}

.text-underline{
    text-decoration: underline;
}

.dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mbsc-mobiscroll .dwb {
    height: 2.5em;
    line-height: 2em;
    padding: 0 1em;
    color: #fff !important;
    text-transform: uppercase;
    background: #ea8825;
    margin: 0 3px;
    padding: 0px 0.75em;
    height: auto;
    border-radius: 4px;
}

.behaviorLevel .material-icons{
    top:6px;
}

.btnRequired {
    border-color: #ddd !important;
}

.btnBehaviorDuration, .btn_ActivityDuration{
    padding: 4px 10px 5px 10px;
    border-radius: 0px;
    margin-right: -1px;
    border: 1px solid #ccc;
}

.btnTemplateDuration {
    border: 1px solid #ccc;
    padding: 5px;
}

#divTemplateDuration{
    margin-bottom: 10px;
    margin-top: -12px;
}

#btnSync{
    float:right;
    font-size: 100%;
}

#btnSync i{
    background: url(../images/sync-white.svg);
    background-size: 24px;
    top:2px;
}

#btnOffLine{
    float:right;
    font-size: smaller
}

#btnOffLine i{
    background: url(../images/cloud_off-white-18dp.svg);
    background-size: 24px;
    top:2px;
}

.mainTabs li{
    /*margin-bottom: 4px;*/
}


.btnTapsDur i{
    background: url(../images/alarm2.svg);
    background-size: 24px;
    top: 2px;
}

.btnTapsDur{
    height: 30px;
    width: 48px;
}

.start-date i, .end-date i{
    background: url(../images/calendar.svg);
    background-size: 24px;
    top: 2px;
    position: absolute;

    height: 24px;
    width: 26px;
    top: -4px;
}
.start-date span, .end-date span{
    margin-left: 30px;
}

.start-time i, .end-time i{
    background: url(../images/alarm.svg);
    background-size: 24px;
    top: 2px;
    position: absolute;

    height: 26px;
    width: 26px;
    top: -4px;
}

.start-time span, .end-time span{
    margin-left: 28px;
}

 i.duration{
    position: initial;
    background: url(../images/alarm.svg);
    background-size: 24px;
}

.behaviorLevel i.clsChecked{
    background: url(../images/radio_checked.svg);
    background-size: 24px;
    top: 2px;
    vertical-align: middle;
}

.behaviorLevel i.clsUnChecked{
    background: url(../images/radio_unchecked.svg);
    background-size: 24px;
    top: 2px;
    vertical-align: middle;
}

.imgMastered{
    background: url(../images/cap-black.svg);
}

.goalNotActive{
    /*background-color: #ea88258c;
    color: white*/
}

.goalActive{
    background-color: #ea8825;
    color: white
}

.behaviorNotActive{
    /*background-color: #ea88258c;
    color: white*/
}

.behaviorActive{
    border:3px solid #ea8825 !important
}

.tapsInfo{
    color: black;
}

#modalHeader{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clsBodyScrollHidden{
    /*overflow:hidden;*/
}

.clsBodyScrollAuto{
    overflow:auto;
}

#login_CheckUserIdPassword {
    background-color: #ea8825;
}

.appName{
    font-size:100%
}

.divSmallPB{
    font-size: 50%;
    margin-left: -5px;
    position: absolute;
    margin-top: -4px;
    display: block;
}

.clsBtnSync{
    width: 25%;
    font-size: 70%;
}

#msgBoxHeader{
    white-space: normal;
}

.btn_Goal{
    text-overflow: ellipsis;
 /*   white-space: nowrap;*/
    overflow: hidden;
}

.btn_Activity{
    text-overflow: ellipsis;
 /*   white-space: nowrap;*/
    overflow: hidden;
}

#newSignature{
    zoom:100%;
}

.graphIcon{
    position: absolute;
    width: 27px;
    height: 24px;
    float: right;
    top: 12px !important;
    right: 7px;
    display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        border: 1px solid;
}

.graphWhiteIcon{
    background: url(../images/sharp_timeline_white_18dp.png);
}

.graphBlackIcon{
    background: url(../images/sharp_timeline_black_18dp.png);
    background-size: 24px 23px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: -40px;
    float: right;
    position: revert;
}

.graphBehaviorIcon{
    top: 0px !important;
    right: 0px !important;
    position: relative !important;
    margin-right: 8px;
}

.btn_BehaviorPropertyEdit{
    
}

.btn_GraphDurationActivityIcon, .btn_GraphActivityIcon{
    top: 2px !important;
    position: relative;
}

.div_Activity{
text-overflow: ellipsis;
    /* white-space: nowrap; */
    overflow: hidden;
display: block;
width: 100%;
padding-left: 30px;
padding-top: 12px;
padding-bottom: 12px;
background: #fff;
border-radius: 4px;
border: 0 none;
text-align: left;
padding: 5px 6px;
}

container {
    width: 105% !important;
    padding-right: 15px !important;
    padding-left: 1px !important;
    margin-right: auto !important;
    margin-left: auton !important;
}

#phoneApp{
    overflow:hidden;
}

#divDailyPlanner, #divBehaviorPlan, #divSessionNotes{
    /*margin-top: -10px !important;*/
    padding-right: 10px;
    padding-left: 10px;
    overflow-y: scroll;
}

.clsIntervalTotal{
    display: contents;
    font-size: 14px;
    color: black;
}

.clsIntervalTotal span{
    float:right
}

.clsIntervalDetails{
    display: contents;
    font-size: 12px;
    font-weight: bold;
    color: black;
    height: 22px;
    border: 1px solid;
    vertical-align: middle !important;
}

#divInstances{
    height: 65px;
    overflow: auto;
    padding: 4px;
}

#object-0 {
    min-width: 210px;
    height: 528px;
    margin-top: -20px;
}

.blink{
    color: red
}

/*-- add for ipad*/
/*
 .clsBtnSync{
     width:37%;
 }
 .appName{
     font-size:150%
 }
 
.btn-group-sm>.btn, .btn-sm {
    font-size: 100%;
}

.btn, .nav > li > a, .nav > li > a:hover,
label, .modal-dialog, .div_Behavior, .btnBehaviorDuration,
.btn_Goal, .btn_Activity, .tapsInfo, .start-time, .end-time,
#notesStartTime, #notesStopTime,
#studentSearchList, .logout, p
{
    font-size:125% !important;
}

.modal-dialog .dropdown-menu, .modal-dialog .btn,
.modal-dialog p
{
    font-size:100% !important;
}

#loginAppName{
    font-size: 450% !important;
}

textarea:disabled, #idDescription{
    color:#212529;
}

.clsBtnSync{
    width:53%;
}

body{zoom:150%;}
*/

/*---- tablet ----*/
/*
body{zoom:150%;}

#newSignature{
    zoom:100%;
}
*/

