﻿.questiontem-container {
    border-bottom: 1px #ccc solid;
    padding-bottom: 10px;
}
/* COMMON - margin / padding / border */
.m0 {
    margin: 0 !important;
}

.m5 {
    margin: 5px !important;
}

.m10 {
    margin: 10px !important;
}

.m15 {
    margin: 15px !important;
}

.m20 {
    margin: 20px !important;
}

.m25 {
    margin: 25px !important;
}

.mt0 {
    margin-top: 0 !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.mr20 {
    margin-right: 20px !important;
}

.mr25 {
    margin-right: 25px !important;
}

.mb0 {
    margin-bottom: 0 !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb50 {
    margin-bottom: 50px !important;
}

.ml0 {
    margin-left: 0 !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.ml25 {
    margin-left: 25px !important;
}


/* Minus margins */

.mlm5 {
    margin-top: -5px !important;
}

.mlm10 {
    margin-top: -10px !important;
}

.mlm15 {
    margin-top: -15px !important;
}

.mlm20 {
    margin-top: -20px !important;
}

.mlm25 {
    margin-top: -25px !important;
}

.mtm5 {
    margin-top: -5px !important;
}

.mtm10 {
    margin-top: -10px !important;
}

.mtm15 {
    margin-top: -15px !important;
}

.mtm20 {
    margin-top: -20px !important;
}

.mtm25 {
    margin-top: -25px !important;
}

.mrm5 {
    margin-top: -5px !important;
}

.mrm10 {
    margin-top: -10px !important;
}

.mrm15 {
    margin-top: -15px !important;
}

.mrm20 {
    margin-top: -20px !important;
}

.mrm25 {
    margin-top: -25px !important;
}

.mbm5 {
    margin-top: -5px !important;
}

.mbm10 {
    margin-top: -10px !important;
}

.mbm15 {
    margin-top: -15px !important;
}

.mbm20 {
    margin-top: -20px !important;
}

.mbm25 {
    margin-top: -25px !important;
}


/* ------------------ Paddings --------------------*/

.p0 {
    padding: 0 !important;
}

.p5 {
    padding: 5px !important;
}

.p10 {
    padding: 10px !important;
}

.p15 {
    padding: 15px !important;
}

.p20 {
    padding: 20px !important;
}

.p25 {
    padding: 25px !important;
}

.pt0 {
    padding-top: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pr0 {
    padding-right: 0 !important;
}

.pr5 {
    padding-right: 5px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pr25 {
    padding-right: 25px !important;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb5 {
    padding-bottom: 5px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pl0 {
    padding-left: 0 !important;
}

.pl5 {
    padding-left: 5px !important;
}

.pl10 {
    padding-left: 10px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pl20 {
    padding-left: 20px !important;
}

.pl25 {
    padding-left: 25px !important;
}


/* ------------------ Percent widths --------------------*/

.per5 {
    width: 5% !important;
}

.per10 {
    width: 10% !important;
}

.per15 {
    width: 15% !important;
}

.per20 {
    width: 20% !important;
}

.per25 {
    width: 25% !important;
}

.per30 {
    width: 30% !important;
}

.per35 {
    width: 35% !important;
}

.per40 {
    width: 40% !important;
}

.per45 {
    width: 45% !important;
}

.per50 {
    width: 50% !important;
}

.per55 {
    width: 55% !important;
}

.per60 {
    width: 60% !important;
}

.per65 {
    width: 65% !important;
}

.per70 {
    width: 70% !important;
}

.per75 {
    width: 75% !important;
}

.per80 {
    width: 80% !important;
}

.per85 {
    width: 85% !important;
}

.per90 {
    width: 90% !important;
}

.per95 {
    width: 95% !important;
}

.per100 {
    width: 100% !important;
}


/* ------------------ Borders --------------------*/

.b {
    border: 1px solid #e3e3e3 !important;
}

.bt {
    border-top: 1px solid #e3e3e3 !important;
}

.br {
    border-right: 1px solid #e3e3e3 !important;
}

.bb {
    border-bottom: 1px solid #e3e3e3 !important;
}

.bl {
    border-left: 1px solid #e3e3e3 !important;
}

.btlr {
    border-top-left-radius: 3px !important;
}

.btrr {
    border-top-right-radius: 3px !important;
}

.bblr {
    border-bottom-left-radius: 3px !important;
}

.bbrr {
    border-bottom-right-radius: 3px !important;
}

.brall {
    border-radius: 3px !important;
}

.bn {
    border: none !important;
}

.bnt {
    border-top: none !important;
}

.bnb {
    border-bottom: none !important;
}

.bnl {
    border-left: none !important;
}

.bnr {
    border-right: none !important;
}

.brad0 {
    border-radius: 0 !important;
}

.btlr0 {
    border-top-left-radius: 0 !important;
}

.btrr0 {
    border-top-right-radius: 0 !important;
}

.bblr0 {
    border-bottom-left-radius: 0 !important;
}

.bbrr0 {
    border-bottom-right-radius: 0 !important;
}

.brad {
    border-radius: 3px !important;
}

.bbdashed {
    border-bottom: 1px dashed #e3e3e3 !important;
}

/*.form-group {
    margin-bottom: 5px;
}

.form-control {
    padding: 2px;
    height: 29px;
}*/

/*label {
    margin-bottom: 2px;
    font-weight: normal;
}*/
.overflowHidden {
    overflow: hidden;
    position: relative;
}

.nav > li > a {
    padding: 10px;
}

/*Panel*/
.panel_margin-bottom_5 {
    margin-bottom: 2px !important;
}

.panel_body_padding_5 {
    padding: 2px !important;
}

/*.col-override-width-nil {
   padding-left: 0px;
    padding-right: 0px;
}*/

/*.col-override-width-nil [class*="col-"] {
        padding-left: 2px;
        padding-right: 2px;
    }*/

.row-override .row {
    margin-left: -3px;
    margin-right: -3px;
}

.row-override .col-override {
    padding-left: 3px;
    padding-right: 3px;
}
/*view Animation*/
/* Have to set height explicity on ui-view 
to prevent collapsing during animation*/
.well-ui-view[ui-view] {
    /*height: 65px;*/
}

.ui-view-container {
    position: relative;
}

[ui-view].ng-enter, [ui-view].ng-leave {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

[ui-view].ng-enter {
    opacity: 0;
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    -moz-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
}

[ui-view].ng-enter-active {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

[ui-view].ng-leave {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

[ui-view].ng-leave-active {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    -moz-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}
/*.fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    opacity: 1;
}

    .fade.ng-enter,
    .fade.ng-leave {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .fade.ng-enter {
        opacity: 0;
    }

    .fade.ng-enter-active {
        opacity: 1;
    }

    .fade.ng-leave {
        opacity: 1;
    }

    .fade.ng-leave-active {
        opacity: 0;
    }*/
/*Show Hide Animation*/
/*.sample-show-hide {
  padding:10px;
  border:1px solid black;
  background:white;
}*/

.sample-show-hide {
    -webkit-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

    .sample-show-hide.ng-hide {
        opacity: 0;
    }

/*.ng-hide.ng-hide-animate {
    display: none !important;
}*/


/* you can also define the transition style
   on the base class as well (.repeat-item) */
/*.repeat-item.ng-enter,
.repeat-item.ng-leave {
    -webkit-transition: 0.5s linear all;
    transition: 0.5s linear all;
}

    .repeat-item.ng-enter,
    .repeat-item.ng-leave.ng-leave-active {
        opacity: 0;
    }

        .repeat-item.ng-leave,
        .repeat-item.ng-enter.ng-enter-active {
            opacity: 1;
        }*/


/*.example-animate-container {
  background:white;
  list-style:none;
  margin:0;
  padding:0 10px;
}

.animate-repeat {
  line-height:30px;
  list-style:none;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition:all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  opacity:0;
  max-height:0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  opacity:1;
  max-height:30px;
}*/

/*  ng-repeat Animation  */
.repeat-animation.ng-enter,
.repeat-animation.ng-leave,
.repeat-animation.ng-move {
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
    position: relative;
    left: 5px;
}

.repeat-animation.ng-enter {
    opacity: 0;
}

    .repeat-animation.ng-enter.ng-enter-active {
        opacity: 1;
    }

.repeat-animation.ng-leave {
    opacity: 1;
}

    .repeat-animation.ng-leave.ng-leave-active {
        opacity: 0;
    }

.repeat-animation.ng-move {
    left: 2px;
    opacity: 0.5;
}

    .repeat-animation.ng-move.ng-move-active {
        left: 0;
        opacity: 1;
    }

/*  ng-hide Animation  */
.hide-fade.ng-hide-add, .hide-fade.ng-hide-remove {
    -webkit-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -o-transition: all linear 1s;
    transition: all linear 1s;
    display: block !important;
}

    .hide-fade.ng-hide-add.ng-hide-add-active,
    .hide-fade.ng-hide-remove {
        opacity: 0;
    }

        .hide-fade.ng-hide-add,
        .hide-fade.ng-hide-remove.ng-hide-remove-active {
            opacity: 1;
        }



/*table column required field validataion*/

.required-validation-error {
    color: red;
    border: 1px solid red;
}

/*file upload control*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0px;
}

    .fileUpload input.upload {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }


/*Help Tool tip*/
.tooltip > i {
    color: rgb(6, 77, 143);
}

.help-tip {
    text-align: center;
    background-color: #BCDBEA;
    border-radius: 50%;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
    padding: 1px 8px;
    position: relative;
    /*z-index: 9;*/
    margin-left: 7px;
}

    .help-tip:before {
        content: '?';
        font-weight: bold;
        color: #000;
    }

    .help-tip:hover small {
        display: block;
        transform-origin: 100% 0%;
        -webkit-animation: fadeIn 0.3s ease-in-out;
        animation: fadeIn 0.3s ease-in-out;
        z-index: 99;
    }

    .help-tip small { /* The tooltip */
        display: none;
        text-align: left;
        background-color: #ffffff;
        padding: 20px;
        width: 400px;
        position: absolute;
        border-radius: 3px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
        left: -4px;
        color: #302f2f;
        font-size: 13px;
        line-height: 1.4;
    }

        .help-tip small:before { /* The pointer of the tooltip */
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border: 6px solid transparent;
            border-bottom-color: #eeeeee;
            left: 10px;
            top: -12px;
        }

        .help-tip small:after { /* Prevents the tooltip from being hidden */
            width: 100%;
            height: 40px;
            content: '';
            position: absolute;
            top: -40px;
            left: 0;
        }

/* CSS animation */

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
        transform: scale(0.6);
    }

    100% {
        opacity: 100%;
        transform: scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 100%;
    }
}

.side-menu .navbar-nav li a {
    font-size: 12.5px;
    font-weight: 600;
}

.side-menu .side-menu-container .navbar-nav li, .side-menu #dropdown .panel-body .navbar-nav li {
    border-top: 0px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.side-menu #dropdown .panel-body .panel-body {
    border-top: 1px solid #e7e7e7;
    border-bottom: 0px solid #e7e7e7;
}

    .side-menu #dropdown .panel-body .panel-body li:last-child {
        border-bottom: 0px solid #e7e7e7;
    }

.side-menu .side-menu-container > .navbar-nav {
    width: 100%;
}


/*question header*/
.question-header-container {
    background-color: #d9d9d9;
    height: 22px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}


/*input.ng-pristine.ng-invalid,
select.ng-pristine.ng-invalid {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
}*/

/*select.ng-dirty.ng-invalid-required,
input.ng-dirty.ng-invalid-required {
    border: 1px solid #dd4d40;
}


select.ng-invalid-mask,
input.ng-invalid-mask,
input.ng-invalid-pattern,
input.ng-invalid-fcsa-number {
    background-color: #fc9393;
}*/


#answerSheetForm select.ng-invalid-mask,
#answerSheetForm input.ng-invalid-mask,
#answerSheetForm input.ng-invalid-pattern,
#answerSheetForm input.ng-invalid-fcsa-number,
#answerSheetForm input.ng-invalid-limit {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}

#answerSheetForm input.ng-invalid,
#answerSheetForm textarea.ng-invalid,
#answerSheetForm select.ng-invalid {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}


#answerSheetForm input.ng-invalid,
#answerSheetForm textarea.ng-invalid,
#answerSheetForm select.ng-invalid
{
    background-color: #f7d0c8 !important;
}

#answerSheetForm [type=checkbox].ng-invalid,
#answerSheetForm [type=radio].ng-invalid {
    outline: 2px solid #c00;
}

#answerSheetForm input[type="checkbox"]:focus {
    outline-offset: 0px;
}
/* data collection*/

/*.tabular-question-errormesasage-container{
     border: 1px solid #c00;
     margin:15px 0;
}
.tabular-question-errormesasage-container .tabular-question-errormessage{
    color:#c00
}*/
/*.datacollection-section {
    padding: 5px 0px;
}*/

/*.datacollection-section .sectionheader {
        padding: 5px 0px;
    }*/

/*.datacollection-section .sectionbody {
        padding: 5px 1px;
    }*/

/*.datacollection-groupitem {
    margin: 10px 0px;
}

    .datacollection-groupitem .groupheader {
        padding: 5px 0px 0px 0px;
    }

    .datacollection-groupitem .groupbody {
        padding: 10px;
    }*/

/*.datacollection-nested {
    padding: 0px 15px;
}*/

/*.datacollection-questionItem {
     padding: 5px 0px;
}*/

.datacollection-groupitem {
    margin: 5px 0px;
}

.datacollection-question-padding-top-bottom-5 {
    padding: 6px 0px;
}

.datacollection-question-padding-top-bottom-12 {
    padding: 12px 0px;
}


.question-title-bottom-5 {
    padding-bottom: 5px;
    /*display: inline-block;*/
}

/*Help block Css*/
.helpBlockContainer {
    width: 100%;
    border: 1px solid;
    border-color: #337ab7;
    /*margin: auto auto 5px auto;*/
    margin: 10px 0;
}

.helpTitle {
    width: 100%;
    text-align: center;
    color: #064d8f;
    display: inline-block;
    font-weight: bold;
}

    .helpTitle > i {
        padding-right: 3px;
    }

    .helpTitle:before {
        /*content: url('../../Content/images/help_title_icon.JPG');
        align-content: center;*/
    }

.helpTextBlock {
    padding: 0px 6px 6px 6px;
    text-align: justify;
}


.pagestatus-complete {
    padding-left: 25px;
    background: url('../img/complete_icon.png') no-repeat top left;
    /*display: inline-block;*/
    height: 17px;
    width: 20px;
}

.pagestatus-incomplete {
    padding-left: 25px;
    background: url('../img/incomplete_icon.png') no-repeat top left;
    /*display: inline-block;*/
    height: 17px;
    width: 20px;
}

.datacollection-toolbar {
    padding: 10px;
    background-color: #eeeeee;
}



/* This is how you would create a custom secondary theme on top of tooltipster-noir: */

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-box {
    background: grey;
    border: 3px solid red;
    border-radius: 6px;
    box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-noir-customized .tooltipster-content {
    color: green;
    padding: 8px;
}

.table-heading-backcolor {
    background-color: #d6dbe9;
}

.table-row-alternate-color {
    /*background-color: rgba(223, 231, 242, 0.18);*/
    /*background-color:#f7fbff;*/
    background-color: rgba(219, 230, 235, 0.50);
    /*background-color: #fafafa;*/
}

.tablefixedcol {
    width: 200px;
}

#collapseProcessDetails .checkbox label {
    line-height: 20px;
}

/*Custom Modal Size*/

@media (min-width: 1200px) {

    .modal-lg {
        width: 1150px;
    }
}

.width-100-percent {
    width: 100% !important;
}

.width-75-percent {
    width: 75% !important;
}
/*Table*/
.table-border {
    border: 1px #ccc solid;
}



.padding-left-8 {
    padding-left: 8px;
}

.padding-left-4 {
    padding-left: 4px;
}

.border-left-2-QuestionAlreadyMappedInProcess {
    border-left: 2px solid orange;
}

.border-left-2-QuestionMappedWithOtherProcess {
    border-left: 2px solid red;
    color: red;
}

.border-left-2-QuestionAvailableToMapped {
    border-left: 2px solid transparent;
}

.padding-top-10 {
    padding-top: 10px;
}

/*.fixedheader tbody {
    max-height: 250px;
}*/
.fixedheader tbody {
    display: block;
    /*max-height: 250px;*/
    overflow: auto;
}

    .fixedheader tbody.height-upto-standard {
        max-height: 250px;
        min-height: 250px;
    }

    .fixedheader tbody.height-tower {
        max-height: 550px;
    }
    .fixedheader tbody.height-viewport-80 {
        max-height: 80vh;
    }

    .fixedheader tbody.height-viewport-55 {
        max-height: 55vh;
    }

    .fixedheader tbody.height-standard {
        height: 250px;
    }

    .fixedheader tbody.height-small {
        height: 140px;
    }

    .fixedheader tbody.height-tiny-one-row {
        height: 40px;
    }

.fixedheader thead, tfoot {
    display: block;
    background-color: #f2f2f2;
}
/*.fixedheader tfoot {
    background-color: #f2f2f2;
}*/

/*[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}*/


/*Scroll Box*/
.scrollbox {
    overflow: auto;
    visibility: hidden;
}

    .scrollbox-content,
    .scrollbox:hover {
        visibility: visible;
    }

.scrollbox_delayed {
    transition: visibility 0.2s;
}

    .scrollbox_delayed:hover {
        transition: visibility 0s 0.2s;
    }

.widget-height_small {
    height: 10em;
}

/*End Scolll Box*/

.sub-sectionitem-color {
    color: #777;
}

.groupitem-color {
    color: #80a408;
}

.questionitem-color {
    color: #155c9e;
}

/*Drag & Drop*/
.over-drop-area {
    border: dashed 1px gray;
}

.margin-margin-nil {
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}


/*Column Resizeing Grip*/
/*.grip {
    width: 20px;
    height: 15px;
    margin-top: -3px;
    background-image: url('../img/grip.png');
    margin-left: -5px;
    position: relative;
    z-index: 88;
    cursor: e-resize;
    background-repeat: no-repeat;
}

.grip:hover{
	background-position-x:-20px;
}

.dragging .grip{
	background-position-x:-40px;
}*/
/*.grip{
    width:20px;
    height:20px;
    margin-top:-10px;
    background-image:url('http://lorempixel.com/20/20/abstract');
    margin-left:-5px;
    position:relative;
    z-index:88;
    cursor:e-resize;
}

.grip:hover{
    background-position:20px 0px;
}

.dragging .grip{
    background-position:40px 0px;
}*/

/*.Modal-backdrop
 {
   position: fixed;
   top: 0px;
   left: 0px;
   height:100%;
   width:100%;
   background: #000;
   z-index: 1;
   opacity: 0.5;
}

.Modal-holder
{
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: transparent;
  z-index: 2;
  padding: 30px 15px;
}
.Modal-box
{
  margin: 0 auto;
  width: 100%;
  background: #fff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
  position: relative;
}

@media screen and (min-width: 992px)
{
  .Modal-box
  {
    width: 100%;
    padding: 30px;
  }
}*/

.padding-nil {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal.tabular-question {
    display: block; /* Hidden by default */
    position: absolute; /* Stay in place */
    z-index: 9; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tabular-modal-body {
    min-height: 470px !important;
}
/*k*/
/*.tablular-question-container-parent {
    overflow-x: auto;
}*/
.tablular-question-container-parent {
    overflow: hidden;
    overflow-x: scroll;
}

.tablular-question-container-parent table.table.fixedheader > tbody {
    display: block;
    overflow: visible;
    overflow-x: scroll;
}

.tablular-question-container-parent table.table.fixedheader > tbody div.ng-valid-date-disabled {
    position: fixed;
    z-index: 9999;
}

.uib-datepicker-popup {
    padding: 0;
    padding-bottom: 4px;
}

.uib-datepicker-popup .btn.btn-sm {
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    border-radius: 1px;
    border: none;
    vertical-align: top;
}

    .uib-datepicker-popup thead .glyphicon {
        font-size: 10px;
    }

    .uib-datepicker-popup th {
        display: table-cell;
        padding: 0 3px;
        line-height: 1;
    }

    .uib-datepicker-popup .uib-weeks > td {
        padding: 0;
        margin: 0;
        line-height: 1;
        min-width: 10px;
    }
/*.uib-datepicker-popup .uib-weeks > td:first-child {display:none;}*/
/*/k*/
.modal.tabular-question .modal-content {
    width: auto;
    display: block;
    margin-left: 60px;
    margin-right: 60px;
}

.tabular-question-toolbar {
    margin-bottom: -18px !important;
}

.datacollection-required-error-modal {
    display: block;
    position: absolute;
    z-index: 9;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  
}

.datacollection-required-error-modal-body {
    min-height: 360px !important;
    max-height: 360px;
    /*overflow:auto;
   margin:40px 10px 3px 10px;*/
}

.modal.datacollection-required-error-modal .modal-content {
    width: auto;
    display: block;
    padding: 20px 0 0 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
}

.datacollection-required-error-panel-body {
    max-height: 290px;
    overflow: auto;
}

.datacollection-required-error-closebutton {
    margin-top: -30px;
}

.selected-menu-bottom-border {
    border-bottom: 2px solid #337ab7;
}

.menucontainer-div {
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px;
}

/*progress Bar*/
.panel.panel-sm .progressbar-extended.panel-heading {
    min-height: 28px;
    position: relative;
}

.progressbar-extended .progress {
    position: absolute;
    margin-bottom: 0;
    bottom: 0px;
    height: 3px;
    background-color: #dddddd;
    width: 100%;
    left: 0;
}

/*File Tree Custom CSS */

.container-directory {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
}

.nav-directory {
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: block;
    border-right: 1px rgba(0,0,0,0.2) solid;
    min-height: 300px;
    height: 100%;
}

    .nav-directory .nav {
        margin: 0;
        padding: 0;
        overflow-y: hidden;
    }

.navHead {
    background-color: #fff;
    color: #333 !important;
    font-weight: bold;
    border-bottom: 1px #000000 solid;
    border-bottom: 1px rgba(0,0,0,0.8) solid;
}

.nav-directory .nav li:last-child .navHead {
    border-bottom: none;
}

.nav-directory .nav li {
    list-style: none;
    cursor: pointer;
}

.nav-directory .nav ul {
    margin-left: 0;
    padding: 0;
}

    .nav-directory .nav ul li a {
        padding: 6px 6px 6px 20px;
        line-height: 16px;
        display: block;
        color: #333 !important;
    }

.collapse li.active a, .collapse li a:hover {
    text-decoration: none;
    cursor: pointer;
}

.navHead.collapsed {
    background-color: #f2f2f2;
    color: #333;
}

.navHead i.exp {
    position: relative;
    font-size: 15px;
    padding-right: 0.5em;
    top: 0px;
    left: 10px;
    width: 16px;
    margin-right: 10px;
}

    .navHead i.exp:before {
        content: "\f07c";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
    }

.navHead.collapsed i.exp:before {
    content: "\f07b";
}

.collapse li i.subico:before {
    content: "\f114";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    display: inline-block;
    width: 14px;
}

.collapse li.active i.subico:before, .collapse li a:hover i.subico:before {
    content: "\f115";
}

.wrapword {
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap; /*Chrome & Safari */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

.title-templatename {
    padding-left: 20px;
    background-color: #cce6ff;
    margin: 0;
    padding-top: 10px;
    margin-top: -10px;
    font-weight: 600;
}

.dashboard-toolbar {
    background-color: #eee;
    border: 1px #ccc solid;
    border-bottom: 0px #999 solid;
    padding: 6px 6px 4px 6px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-bottom: 2px;
    box-shadow: 0px 2px 0px rgba(0,0,0,0.2);
    z-index: 999;
}
.margin-bottom-overrideAs0{
    margin-bottom:0 !important
}
#required-validation-error-box .panel {
    margin-bottom: 0;
}
.positionRelative {
    position: relative;
}