@media screen {

    /*.collapse-scrollable {
        height:auto;
        overflow: auto; 
    }*/

    .form-scrollable, .collapse-scrollable, .report-scrollable { 
        height:auto;
        overflow:auto;   
    } 

    .heading {
        width: 60%; 
        margin: auto;
    }

    hr {
      border: 0;
      clear:both;
      display:block;
      width: 96%;               
      background-color:#FFFF00;
      height: 1px;
    }

    footer {
        height: 10%;
    }

    body.Training {
        background: white url('../App_Start/traininggrey.gif') repeat left top;
    }

    .form-scrollable, .collapse-scrollable, .report-scrollable { 
        height:100%;
        overflow-y:scroll;   
    } 

    .panel-incomplete > .panel-heading {
        background-color: #d9534f;
    }

    .panel-complete > .panel-heading {
        background-color: #5cb85c; 
    }

    .noformdisplay {
        display: none;
    }

    .gridrownodisplay {
        display: none;
    }

    .fulldropdown {
        width: 100%;
    }

    .circle-complete {
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
        color: green;
        background-color: #5cb85c; 
        /*float: left;*/
	} 

    .circle-incomplete {
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
        /*background-color: #d9534f;*/  
        background-color: #ffc200; 
        /*float: left;*/
	} 

    .circle-partcomplete {
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
        background-color: #ffc200; 
        /*float: left;*/
	} 

    .circle-notstarted {
	    width: 20px;
	    height: 20px;
	    border-radius: 50%;
	    -webkit-border-radius: 50%;
	    -moz-border-radius: 50%;
        /*background-color: #333;*/ 
        background-color: #d9534f;
	}

    ul.completionstatus {
        list-style: none;
        padding:0;
        margin:0; 
        float: right;
    }

    li.completionstatus { 
        padding-left: 1em; 
        text-indent: -.7em;
    }

    li.notstarted:before {
        /*content: "• ";*/ 
        /*content: "&#8226; ";*/
        /*color: #333;*/ 
        content: url('../Content/Circle_Red.png');
    } 

    li.partcomplete:before {
        content: "• "; 
        /*content: "&#8226; ";*/
        color: #ffc200; 
    }

    li.incomplete:before {
        /*content: "• ";*/ 
        /*content: "\u2219 ";*/
        /*color: #d9534f;*/ 
        content: url('../Content/Circle_Yellow.png');
    }

    li.complete:before {
        /*content: "• ";*/ 
        /*content: "&#8226; ";*/
        /*color: #5cb85c;*/ 
        content: url('../Content/Circle_Green.png');
    }

    
    .bold {
        font-weight: bold;
    }

    .submitButton, .clientsubmit, .cancelButton, .deletedata, .submitdata, .previous, .uploadbutton, .submitgriddata {
        text-align: center;
        padding-right: 10px;
        font-weight: bold;
    }

    .submitLink, .cancelLink {
        text-align: center;
        float: left;
        font-weight: bold;
        width: 180px;
    }


    .ControlText {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 0.9em;
        border-style: inset;
        border-width: thin;
    }

    .error {
        color: Red;
        font-family: Arial, Helvetica, sans-serif;
    }

    label.error {
        font-family: Arial, Helvetica, sans-serif;
    }

    .custom-validation-error {
        color: Red;
    }

    .required-validation-error 
    {
        color: Red; 
        font-weight: bolder;
    }

    .LabelText, .validationLabel {
        font-family: Verdana, Arial, sans-serif;
        font-size: 14px;
    }

    .jQueryValidationList, .responseList, .validationLabel, .subresponseList {
        color: Red;
    }

    .nodisplay {
        display: none;
    }

    .noprint {
        display: block;
    }

    /*#Queries {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }*/

    /*#Queries .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0;
    }*/

    /* enable absolute positioning */
    .inner-addon {
        position: relative;
    }

    /* style icon */
    /*.inner-addon .glyphicon {
  position: absolute;
  padding: -10px;
  pointer-events: none;
  
}*/

    .has-feedback .form-control-feedback {
        top: 1px;
    }

    .error-icon, .success-icon {
        display: none;
    }

    /*.scrollable { overflow:auto; width: 500px;height: 300px; }*/


    /* add padding  */
    /*.left-addon input {
        padding-left: 30px;
    }

    .right-addon input {
        padding-right: 30px;
    }*/

    .glyphicon-remove {
        color: red;
    }

    .ui-datepicker, .ui-datepicker-trigger {
        display: none;
        z-index: 9999 !important;
    }

    /*.ui-datepicker-trigger
{
    display: none;
}*/

    /*Extra styling for bootstrap menu*/
    .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu {
        position: relative;
    }

        .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

        .dropdown-submenu:hover > .dropdown-menu {
            display: block;
        }

        .dropdown-submenu > a:after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #cccccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        .dropdown-submenu:hover > a:after {
            border-left-color: #ffffff;
        }

        .dropdown-submenu.pull-left {
            float: none;
        }

            .dropdown-submenu.pull-left > .dropdown-menu {
                left: -100%;
                margin-left: 10px;
                -webkit-border-radius: 6px 0 6px 6px;
                -moz-border-radius: 6px 0 6px 6px;
                border-radius: 6px 0 6px 6px;
            }

.nav li.dropdown ul.dropdown-menu li:hover ul {
    display:inline-block;
    position:absolute;
    left:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.nav li.dropdown ul.dropdown-menu ul {
    display: none;
    float:right;
    position: relative;
    top: auto;
    margin-top: -30px; 
    width: 250px !important;
}

/*.dropdown-submenu {
    width: 250px !important;
}*/

    /*.ui-dialog  {
    z-index: 9999 !important; 
}*/


    .modal-vertical-centred {
        transform: translate(0, 50%) !important;
        -ms-transform: translate(0, 50%) !important; /* IE 9 */
        -webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
    }

    hr {
        border: none;
        height: 1px;
        /* Set the hr color */
        color: #333; /* old IE */
        background-color: #333; /* Modern Browsers */
    }

    /*Bootstrap styling for autocomplete*/
    .ui-autocomplete {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 9999;
        float: left;
        display: none;
        min-width: 160px;
        _width: 160px;
        padding: 4px 0;
        margin: 2px 0 0 0;
        list-style: none;
        background-color: #ffffff;
        border-color: #ccc;
        border-color: rgba(0, 0, 0, 0.2);
        border-style: solid;
        border-width: 1px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        *border-right-width: 2px;
        *border-bottom-width: 2px; 
        cursor: pointer;
    }

        .ui-autocomplete .ui-menu-item > a.ui-corner-all {
            display: block;
            padding: 3px 15px;
            clear: both;
            font-weight: normal;
            line-height: 18px;
            color: #555555;
            white-space: nowrap; 
            cursor: pointer;
        }

            .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-hover, .ui-autocomplete .ui-menu-item > a.ui-corner-all.ui-state-active {
                color: #ffffff;
                text-decoration: none;
                background-color: #0088cc;
                border-radius: 0px;
                -webkit-border-radius: 0px;
                -moz-border-radius: 0px;
                background-image: none; 
                cursor: pointer;
            }

.ui-helper-hidden-accessible 
{
    display: none;
}
    /*End bootstrap styling for autocomplete*/

   
    /* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
/*.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}*/

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

}

@media print 
{
    .noprint 
    {
        display: none;
    }
}