@font-face {
    font-family: "Product";
    src: url(fonts/ProductSans-Regular.ttf) format("truetype");
}

/* ******************************* */
/* Status Messages                 */
/* ******************************* */
.info, .success, .warning, .error, .validation {
    /* added display to reduce width to the size of the text */
    display: inline-block;  
    border: 1px solid;
    margin: 10px 0px;
    padding:5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.info {
    color: #00529B;
    background-color: #BDE5F8;
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('images/icons/Message.png');
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('images/icons/warning.png');
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('images/icons/error.png');
}

#edit_channel{
    
}

#pagecontainer{
   margin: 10px 10px 10px 10px;
}

/* ******************************* */
/* Navigation Menu                 */
/* ******************************* */
#navbar {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
#navbar ul,
#navbar li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-right: 1px solid #ccc;
  
}
#navbar ul {
  position: relative;
  z-index: 597;
  font-weight: bold;
}
#navbar ul li {
  float: left;
  min-height: 1px;
  vertical-align: middle;
}
#navbar ul li.hover,
#navbar ul li:hover {
  position: relative;
  z-index: 599;
  cursor: default;
}
#navbar ul ul {
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 598;
  width: 100%;
}
#navbar ul ul li {
  float: none;
}
#navbar ul ul ul {
  top: 0;
  left: 190px;
  width: 190px;
}
#navbar ul li:hover > ul {
  visibility: visible;
}
#navbar ul ul {
  bottom: 0;
  left: 0;
}
#navbar ul ul {
  margin-top: 0;
}
#navbar ul ul li {
  font-weight: bold;
}
#navbar a {
  display: block;
  line-height: 1em;
  text-decoration: none;
}
/* Custom CSS Styles */
#navbar {
  background: #f2f2f2;
  border-bottom: 1px solid #006699;
  margin-bottom: 0px;
}
#navbar > ul {
  *display: inline-block;
}
#navbar:after,
#navbar ul:after {
  content: '';
  display: block;
  clear: both;
}
#navbar ul ul {
  border-top: 4px solid #006699;
  text-transform: none;
  min-width: 190px;
}
#navbar ul ul a {
  background: #006699;
  color: #ffffff;
  border: 1px solid #ccc;
  border-top: 0 none;
  line-height: 100%;
  padding: 16px 20px;
}
#navbar ul ul ul {
  border-top: 0 none;
}
#navbar ul ul li {
  position: relative;
}
#navbar ul ul li:first-child > a {
  border-top: 1px solid #ccc;
}
#navbar ul ul li:hover > a {
  //background: #4eb1ff;
  background: #00537b;
  color: #ffffff;
}
#navbar ul ul li:last-child > a {
  border-radius: 0 0 3px 3px;
  background-clip: padding-box;
}
#navbar ul ul li:last-child:hover > a {
  border-radius: 0 0 0 3px;
  background-clip: padding-box;
}
#navbar ul ul li.has-sub > a:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -8px;
}

#navbar ul li.active > a {
  background: #006699; 
  color: #ffffff;
}

#navbar ul li:hover > a {
  background: #00537b;
  color: #ffffff;

}


#navbar ul li.has-sub > a:after {
  margin-left: 5px;
}
#navbar ul li.last ul {
  left: auto;
  right: 0;
}
#navbar ul li.last ul ul {
  left: auto;
  right: 99.5%;
}
#navbar a {
  background: #f2f2f2;
  //color: #CBCBCB;
  color: #069;
  padding: 0 20px;
}
#navbar > ul > li > a {
  line-height: 38px;
}

/* End navigation bar styling. */
   
/* ******************************* */
/* General Styling                 */
/* ******************************* */
body {
    font: small/1.3 Product, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0px;    
 }

#header {
      font-size: 2em;
      padding: 8px;
      color: #ffffff;
      background-color: #069;
      margin: 0;
}

#footer {
      font-size: 0.75em;
      padding: 1em 8px;
      color: #ffffff;
      background-color: #069;
      margin: 0;
 }


#networkname {
    font-size: 14px;
}

/* table styling */

.infoTable { 
      //width:100%; 
      border-collapse:collapse;  
}
.infoTable th {
      text-align: left;
      border: #ffffff 1px solid;
      font-weight: bold;
      //color: #069;
      color: #ffffff;
      background-color: #069;
      padding: 10px;
}
.infoTable td {
       padding:8px; 
       border:#ffffff 1px solid;
       //font: small/1.3 Product, Arial, Helvetica, sans-serif;
       white-space: nowrap;
       /*white-space: -o-pre-wrap; 
       word-wrap: break-word; 
       white-space: pre-wrap; 
       white-space: -moz-pre-wrap; 
       white-space: -pre-wrap; 
       */
 }


 
.infoTable tr:nth-child(even) { /*(even) or (2n 0)*/
        background: #f2f2f2;
}
.infoTable tr:nth-child(odd) { /*(odd) or (2n 1)*/
        background: #A4D1FF;
}

/* Styling buttons */

input {
       margin: 4px;
}

input[type=submit] {
	//background-color:#599bb3;
	background-color:#e6e6e6;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:4px;
	border: 1px solid #e6e6e6;;
	display:inline-block;
	cursor:pointer;
	color:#069;
	//font-size:10px;
	font-weight:bold;
	padding:5px 32px;
	text-decoration:none;
	//text-shadow:0px 1px 0px #3d768a;
        background-image: linear-gradient(transparent, rgba(0,0,0,0.05) 40%, rgba(0,0,0,0.1));
 }

input[type=submit]:hover {
        background-color:#e6e6e6;
	color: #c00;
        text-decoration:none;
}

input[type=submit]:active {
	position:relative;
	//top:1px;
        border: 1px solid #c3c3c3;
        text-decoration: none;
        outline: none;
}

input[type=text], input[type=password] {
	padding:3px; border:2px solid #ccc; 
	-webkit-border-radius: 4px;
	border-radius: 4px;
        //margin: 4px;
}

input[type=text]:focus, input[type=password]:focus {
	border-color:#069; 
}

#inputfield{
        float:left;
        margin-bottom:15px;
        margin-right:20px;

}


#login {
    width: 200px;
    border: 0.2em solid #006699;
    border-radius: 5px;
    padding: 10px 5px 5px 20px;


}

.formsection {
    border: 1px solid #006699;
    border-radius: 5px;
    padding: 8px;
    margin-right: 5px;
}

