﻿/* Remove the navbar's default margin-bottom and rounded borders */ 
.navbar {
  background-color: #005b99;
  border-color: #05436d;      
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #05436d;
}

.navbar-inverse .navbar-nav>li>a {
  color: #ccc;
}
.navbar-brand {
    padding: 0px;
}
.navbar-brand>img {
  height: 100%;
  padding: 0px;
  width: auto;
}

 /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

h4 {color: #5bc0de;}


fieldset {
border: 1px solid #666;
padding: 0 0.8em 0 0.8em;
}

legend {
padding: 0.2em 0.5em;
font-weight: 200;
color:#fff;
background-color: #666;
font-size:100%;
text-align:left;
}

.form-group .control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-group.required label:before { 
   content:"* ";
   color:red;
}

#summer_only_info .control-label:before, #attended_ecc_info .control-label:before,
#attended_colleges_info .control-label:before {
    content: "* ";
    color: red;
}

.form-group.required .RadioListItem label:before {
content:" ";
}

.form-group .RadioListItem label {
font-weight: normal;
text-indent: 10px;
white-space: pre-line;
display: inline;
}

.form-group.required.has-error label.control-label {
color: #a94442;
}

.has-error .form-control {
border-width: 2px;
}

.redborder, .redborder .customddl {
border-color: #a94442;
}

/*alert text*/
.bootbox-body {
color: #a94442;
}

.form-group .RadioListItem.horizontal label {
display: inline;
margin-right: 10px;
}

.form-group .RadioListItem.horizontal input {
    display: inline;
}

.form-control.short {
  width: 45%;
  /* display: inline;*/
  display: table;
}

.right {
text-align: right;
}

.red {
color: #a94442;
}

/* Print styles */ 
@media print {

body 
{
  background-color: transparent;
  font-family:"Arial", Helvetica, sans-serif;
  font-size: 10pt;
}

.sidenav, .progress, .col-sm-8 .progresstext, footer {
display: none;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;

  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
   .col-sm-10 {
    width: 1100px;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%; 
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .visible-xs {
    display: none !important;
  }
  .hidden-xs {
    display: block !important;
  }
  table.hidden-xs {
    display: table;
  }
  tr.hidden-xs {
    display: table-row !important;
  }
  th.hidden-xs,
  td.hidden-xs {
    display: table-cell !important;
  }
  .hidden-xs.hidden-print {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

/*autocomplete*/

.autocomplete-suggestions {
text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

/* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { 
    position: relative; 
    padding: 0 .6em; 
    line-height: 23px; 
    white-space: nowrap; 
    /*overflow: hidden; */
    text-overflow: ellipsis; 
    font-size: 0.5em; 
    color: #000;
}
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
* html .ui-autocomplete {
    height: 400px;
  }

 /* 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; }

/*initially hide edit schools buttons #summer_only_info,  */
#btnEditInSchools, #btnEditOutSchools,
#pnlRemovecol1, #pnlRemovecol2, #pnlRemovecol3, #pnlRemovecol4,
#hsgradInfo, #GEDinfo, #partnershipProgramApplicant, 
/*#partnershipProgramDetail,*/
#expectToGradHS, #attended_colleges_info, #attended_ecc_info,
#ddlMilStatus, #GEDinfo, #Transferinfo, #pnlVisaType, #pnlHomeCountry, #pnlMarriedInfo {display: none;}

/*shown fields*/
input#tbxYearGraduate, input#tbxGEDYear {width: 70px;}

/* buttons in the modal window */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; }
.ui-dialog .ui-dialog-buttonpane button { background-color: #5bc0de; border: 0; border-color: #46b8da; color: #fff; border-radius: 3px; box-shadow: none; }

.ui-dialog-titlebar-close {
    display: none;
}

/* hide fields */
#retvaldegprogram, #retvaldegtitle, #retvaldegdesc {display: none;}

/*gridview */
#gridDegreeList table {
background-color: #fff; 
margin: 5px 0 5px 0;
border-spacing: 1px;
border: 0;
padding: 0;
border-spacing: 1px;
display: table;
border-collapse: separate;

}

#gridDegreeList {
margin: 5px 0 5px 0;
color: #005B99;
border: solid 1px #ccc;
}

#gridDegreeList th {
background-color: #006699;
color: #fff; 
padding-left: 3px;
}

#gridDegreeList td {
padding: 3px;
border-color: #ccc;
}


/*pagination on grid */
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td {
    display: inline;
}
 
.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #46b8da;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}
 
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #006699;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}
 
.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
 
.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #46b8da;
    background-color: #eeeeee;
    border-color: #dddddd;
}

/* footer */
.bottom_ul {
    list-style-type: none;
    /*display: inline;*/
    display: table;
    float: right;
    margin-bottom: 0px;
}
.bottom_ul li { display: inline;}

.bottom_ul li a {
  color: #fff;
}

/*user check*/
#userinfo {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}