/*!
 * My Document overrides

    Document colors:
    light blue background color
      #d9e8ef line 10, 23, 28

    light grey border color
      #c7c7c6 line 13, 64, 83

    Chipola Blue
      #002d62 line 20, 27, 86

 */


/*This is the navbar section*/
.navbar-inverse {
  background-color: #002d62;
  //border-color: #c7c7c6;
  //border-width: 0 0 5px 0;
  font-family: 'Roboto Slab', serif;
  font-size: small;
}

.classWithPad3 {
  margin-top:155px;
  padding:5px;
  background-color: #002d62;
  border-radius: 20px 20px 0 0;
  //font-size: x-large;
  color: white;
  font-family: 'Roboto Slab', serif;
}


#noRes {
  min-width: 1000px;
  background-color: #d9e8ef !important;
  padding-bottom: 10px;
}
#content {
  background-color: #d9e8ef !important;
}

#top{
    margin-top: 25;
    background-image: url(http://www.chipola.edu/website/images/top.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#myNav {
//  border-style: solid;
//  background-color: #002d62;
//  border-color: #d9e8ef;
//  border-width: 15px 15px 0 15px;
//  border-radius: 20px 20px 0 0;

}

#myNav a {
  color: white;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000;
}
/* End Navbar Section*/

/*Begin Body Section*/

body {
  background-color: #0f1418;
}

#mainMenu {
  min-width: 970px;
}

.mainScroll {
  overflow: hidden;
}

.myBackground {
  background-image: url(http://www.chipola.edu/website/images/middle.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-style: solid;
  border-color: #ffffcc;
  border-width: 5px 0 5px 0;
  margin-top: -25px;
}


.classWithPad {
  //margin:10px;
  padding:10px;
  background-color: #002d62;
  border-radius: 20px 20px 0 0;
  font-size: x-large;
  color: white;
  font-family: 'Roboto Slab', serif;
}

.classWithPad2 {
  //margin:10px;
  padding:10px;
  background-color: #c7c7c6;
  border-radius: 0 0 20px 20px;
  font-size: small;
  color: #002d62;
}

.artLogo {
  background-image: url(artLogo.png);
  background-repeat: no-repeat;
  background-position: center;
}

#topLogo1 {
  text-align: left;
  padding-top: 10px;
}

#topLogo1 img {
  width: auto;
}

#myVideos {
  text-align: center;
}

/* End Main Body Section

Begin Footer*/

#footer1 {
  background-color: #002d62;
  border-style: solid;
  border-color: #ffffcc;
  border-width: 5px 0 0 0;
  color: white;
  text-align: left;
}
#footer1 a:link{
  color: white;
}
#footer1 a:visited{
  color: white;
}
#footer1 p{
  line-height: 1.5;
}

#copyRight {
  color: white;
  background-color: #c7c7c6;
  text-align: center;
}

/*End Footer

Mobile data*/

@media (max-width: 770px){
  #picScroll {
    width: 100%;
  }

}

/*End Mobile Data*/

/*Begin Site Map pages*/

.panel-collapse {
  background-color: #c7c7c6;
  color: black;
}

.panel-heading {
  background-color: #d9e8ef !important;
}

#topLogo {
  background-color: #d9e8ef;
}

/*End Site Map Pages*/

/******************************************	Web Widget	********************
	The Web Widget css below is linked to the HTML produced by the WEB WIDGET
	service, available in e2Campus v3.2 (and later).

*/

#myWebWid{
  background-color: red;

}
.myWebWid {
  padding: 15px;

}

.SmartBoard_Table{
	background-color: white;
  width: 100%;
}

.SmartBoard_Row {
	font-family: Arial, Helvetica, sans-serif;
	}

.SmartBoard_Subject{
	font-weight: bold;
	width: auto;
}

.SmartBoard_DateTime{
	font-size: small;
	font-variant: small-caps;
}

.SmartBoard_Message{
	font-family: Arial, Helvetica, sans-serif;
	}
