/* custom template */
html, body {
   height: 100%;
   font-family:verdana,arial,sans-serif;
   /* color:#303030; */
   color: #3e3e3e;
   font-size: 11px;
}

.nav {
    /*font-family:Arial,sans-serif;*/
    font-size: 12.5px;
    font-family: verdana,arial,sans-serif;
}

a {
  color:#222222;
}

a:hover {
  text-decoration:none;
}

.forcredit:hover {
    font-weight: bold;
    color: blue;
}

hr {
    border-color: #dedede;
}

.wrapper, .row {
   height: 100%;
   margin-left:0;
   margin-right:0;
}

.wrapper:before, .wrapper:after,
.column:before, .column:after {
    content: "";
    display: table;
}

.wrapper:after,
.column:after {
    clear: both;
}

.column {
    height: 100%;
    overflow: auto;
    *zoom:1;
}

.column .padding {
    padding: 20px;
}

.full{
	padding-top:70px;
}

.box {
  	bottom: 0; /* increase for footer use */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color:#444444;
  /*
    background-image:url('/assets/example/bg_suburb.jpg');
    background-size:cover;
    background-attachment:fixed;
  */
}

.divider {
	margin-top:32px;
}

.navbar-blue {
    border-width: 0;
    background-color: #3B5999;
    color: #ffffff;
    font-family: verdana,arial,sans-serif;
    /*font-family:arial,sans-serif;*/
    top: 0;
    position: fixed;
    width: inherit;
}

.navbar-blue li > a,.navbar-toggle  {
   color:#efefef;
}

.navbar-blue .dropdown-menu li a {color:#2A4888;}
.navbar-blue .dropdown-menu li > a {padding-left:30px;}

.navbar-blue li>a:hover, .navbar-blue li>a:focus, .navbar-blue .open, .navbar-blue .open>a, .navbar-blue .open>a:hover, .navbar-blue .open>a:focus {
   background-color:#2A4888;
   color:#fff;
}

#main {
   background-color:#fcfcfc;
   padding-left:0;
   padding-right:0;
}
#main .img-circle {
   margin-top:18px;
   height:70px;
   width:70px;
}

#sidebar {
    padding:0px;
	padding-top:15px;
}

#sidebar, #sidebar a, #sidebar-footer a {
    color:#ffffff;
    background-color:transparent;
	text-shadow:0 0 2px #000000;
    padding-left:5px;
    font-size: 11px;
}
#sidebar .nav li>a:hover {
    background-color:#393939;
}

.logo {
  display:block;
  padding:3px;
 /* background-color:#fff; */
  color:#3B5999;
  height:28px;
 /* width:28px; */
  margin:5px;
  margin-right:1px;
  margin-left:15px;
  font-size:20px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
  text-shadow:0 0 1px;
  border-radius:2px;
}
#sidebar-footer {
  background-color:#444;
  position:absolute;
  bottom:5px;
  padding:5px;
}
#footer {
  margin-bottom:20px;
}

/* bootstrap overrides */

h1,h2,h3 {
   font-weight:800;
}

.navbar-toggle, .close {
	outline:0;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}

.btn-primary,.label-primary,.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus  {
	background-color:#3B5999;
    color:#fffffe;
}
.btn-default {
    color:#666666;
    text-shadow:0 0 1px rgba(0,0,0,.3);
}
.form-control {
	
}

.panel textarea, .well textarea, textarea.form-control
{
   resize: none;
}
  
.badge{
   color:#3B5999;
   background-color:#fff;
}
.badge:hover, .badge-inverse{
   background-color:#3B5999;
   color:#fff;
}
    
.jumbotron {
  background-color:transparent;
}
.label-default {
  background-color:#dddddd;
}
.page-header {
  margin-top: 55px;
  padding-top: 9px;
  border-top:1px solid #eeeeee;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
}
/*
.panel-default .panel-heading {
  background-color:#f9fafb;
  color:#555555;
} */

.col-sm-9.full {
    width: 100%;
}

.modal-header, .modal-footer {
	background-color:#f2f2f2;
    font-weight:800;
    font-size:11px;
}

.modal-footer i, .well i {
    font-size:20px;
    color:#c0c0c0;
}

.modal-body {
	padding:0px;
}

.modal-body textarea.form-control
{
   resize: none;
   border:0;
   box-shadow:0 0 0;
}

small.text-muted {
  
}

/* adjust the contents on smaller devices */
@media (max-width: 768px) {

  .column .padding {
    padding: 7px;
  }

  .full{
	padding-top:20px;
  }

  .navbar-blue {
	background-color:#3B5999;
    top:0;
    width:100%;
    position:relative;
  }

    .navbar-blue .dropdown-menu li a {
        color: white;
    }

}


/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {
  .row-offcanvas {
    position: relative;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }

  .row-offcanvas-left.active {
    left: 33%;
  }

  .row-offcanvas-left.active .sidebar-offcanvas {
    left: -33%;
    position: absolute;
    top: 0;
    width: 33%;
    margin-left: 5px;
  }

  #sidebar, #sidebar a, #sidebar-footer a {
    padding-left:3px;
  }

    .navbar-blue .dropdown-menu li a {
        color: white;
    }
}



/* Programmer's CSS */
#upperrightdropdown {
    margin-right: 10px;
}

.termdescr {
    color: firebrick;
}
/*
.fieldgroup {
    border-bottom: 1px solid gray;
}

.fieldform {
    padding: 10px;
}
*/

.borderbottom {
    border-bottom: 1px solid gainsboro;
}

.bordertop {
    border-top: 1px solid gainsboro;
}

.fieldcontrol {
    display: block;
    width: 100%;
    padding: 2px 14px;
    font-size: 11px;
    line-height: 1.42857143;
    color: black;
    background-color: #fff;
    background-image: none;
    border: none;
    border-bottom: 0.01px solid gainsboro;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
    transition: none;
    transition: none;    
}

.firebrick {
    color: firebrick;
}


.orangered {
    color: orangered;
}

.margintop {
    margin-top: 5px;
}

.margintop2 {
    margin-top: 15px;
}

.marginbottom {
    margin-bottom: 7px;
}

.marginbottom2 {
    margin-bottom: 18px;
}

.marginbottom3 {
    margin-bottom: 23px;
}

.marginsides {
    margin-left: 12px;
    margin-right: 12px;
}

#scheduleslistdiv, #myscheduleslist, #colpList, #prereqlistdiv, #myprereqlist {
    min-height: 440px;
    height: 440px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
}

#modalmsg {
    min-height: 300px;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;    
}

#crslist {
    min-height: 240px;
    height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
}

#colpList {
    min-height: 170px;
    height: 170px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid lightgray;
}

#gradesHistoryList {
    max-height: 460px;
    overflow-y: auto;
    overflow-x: hidden;    
}

.margin-right {
    margin-right: 7px;
}

.marginright {
    margin-right: 5px;
}

.margin-left {
    margin-left: 10px;
}

.paddingall {
    padding: 10px;
}

.paddingall2 {
    padding: 25px;
}

.paddingall3 {
    padding: 7px;
}

.paddingall4 {
    padding: 20px;
}

.marginall {
    margin: 10px;
}

.savebutton, .deletebutton {
    height: 50px;
}

.label-control {
    display: block;
    width: 100%;
    padding: 2px 14px;
    font-size: 11px;
    line-height: 1.42857143;
    color: #303030;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 600px) {
    #studid {
        width: 50%;
        margin-bottom: 20px;
    }
}

.simplepopup {
    display: none;    
}

#ucheader2 {
    width: 48%;
}

@media only screen and (min-width: 200px) {
    .simplepopup {
        display: inline;
    }

    #ucheader2 {
        width: 100%;
    }
}

@media only screen and (min-width: 600px) {
    #studid {
        width: 50%;
        margin-bottom: 20px;
    }

    .simplepopup {
        display: inline;
    }

    #ucheader2 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    #studid {
        width: 40%;
        margin-bottom: 20px;
    }

    .simplepopup {
        display: inline;
    }

    #ucheader2 {
        width: 48%;
    }
}

@media only screen and (min-width: 992px) {
    #studid {
        width: 40%;
        margin-bottom: 20px;
    }

    .simplepopup {
        display: inline;
    }

    #ucheader2 {
        width: 48%;
    }
}

@media only screen and (min-width: 1198px) {
    .simplepopup {
        display: none;
    }

    #ucheader2 {
        width: 48%;
    }
}

#appname {
    color: white;
    font-size: 11px;
}

.subjectname {
    font-size: 15px;
    font-weight:bold;
}

.statusdetails {
    font-size: 11px;
}

.skdsec {
    font-size: 11px;
}

.stickydiv {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.text-black {
    color: black;
}

.evaluation {
    background-image: url('../img/INFORMATIVE2.png');
}

#forrestoreschedlist {
    display: none;
}

.mylink {
    text-decoration: none;
    color: #1e7ccd;
}

.mylink:hover {
    text-decoration: none;
    color: blue;
}

.bg-adjustmentterm {
    background-color: #fffef7;
}

.bg-blue {
    background-color: #f4fbff;
}

.upper {
    text-transform: uppercase;
}

.frmFocus {
    background-color: white;
}

.frmFocus:focus {
    background-color: lightyellow;
}

.marginleft {
    margin-left: 60px;
}


.borderless td, .borderless th {
    border: none;
}

.captcha-box {
    border-radius: 5px;        
}

#canvas {
    width: 200px;
    height: 60px;
    border: 1px solid gray;
}

.cattr:hover {
    background-color: khaki;
}

.ucheader2 {
    /* background-color: #ffffe9; */
    background-color: #fffff3;
    border-bottom: 1px solid #fff1a8;
}

.enrinfo {
    background-color: #f9f9f9;
}

.enrofficial {
    background-color: #e7f9df;
}

.txtnowrap {
    white-space: nowrap;
}

.currtr:hover {
    font-weight: bold;
    color: crimson;
}

.currtr2:hover {    
    color: crimson;
}

.currtr3:hover {
    color: blue;
}

.licurr {
    margin-bottom: 7px;
}

.licurr:hover {
    color: crimson;
}