﻿/* Media queries. */

/* Small devices. */

    @media (max-width: 768px) {

    .rd-big {
        display: none;
    }

    .rd-small {
        display: block;
    }

    .rd-fill {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
        height: auto !important;
    }

    /* Make header smaller. */
    
    #top_container {
        height: 45px !important;
    }

    #top_container .container_inner {
        padding: 10px 10px 10px 5px !important;
    }

    #top_container .container_inner .top_logo {
        width: 120px !important;
        height: 26px !important;
        background-size: 120px 26px !important;
    }

    #page_heading_container {
        padding-top: 45px !important;
    }

    #page_heading_container .container_inner {
        height: 107px !important;
    }

    #page_heading_container .container_inner .page_title {
        font-size: 28px !important;
    }

    #page_heading_container .container_inner .button_title {
        margin-top: 0px !important;
    }

    #top_container .container_inner #mobile-bar button {
        float:right;
        margin-top: -29px;       
    }

}

/* Medium devices.

    @media (min-width: 769px) and (max-width: 1049px) {

    .rd-big {
        display: none;
    }

    .rd-small {
        display: block;
    }

    .rd-fill {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        -webkit-column-count: 1 !important;
        -moz-column-count: 1 !important;
        column-count: 1 !important;
        height: auto !important;
    }

    #top_container {
        height: 72px !important;
    }

    #top_container .container_inner {
        padding: 10px 10px 10px 5px !important;
    }

    #top_container .container_inner #mobile-bar button {
        float:right;
        margin-top: -45px;
    }

    #page_heading_container {
        padding-top:72px !important;
    }
 
}
     */
/* Larger devices. */

    @media only screen and (min-width: 769px) {

    .rd-big {
    }

    .rd-small {
        display: none;
    }

}


/* Top bar. */ 
 
    #top_container {
        width:100%;
        background-color: #c00;
        border-bottom: 1px solid #fff;
        position:fixed;
        right:0;
        left:0;
        top:0;
        z-index:998;
        height:70px;
        box-shadow: 0px 5px 10px rgba(0,0,0,.2);
    }

    /* Inside the top bar. */
    #top_container .container_inner {
        max-width: 1180px;
        margin: 0px auto;
        padding: 10px 10px 10px 5px;
    }
                
    #top_container .container_inner .container_inner_right {
        margin-top:-65px;
    }

    .top-menu-links {
        margin-bottom: -6px;
        margin-right:0px;
    }
            
    /* Links at top of screen. */
    #top_container .container_inner .container_inner_top_links {
        float: right;
        margin-top: -11px;
    }

    #top_container .container_inner .container_inner_top_links a {
        color: #ddd;
        text-decoration: none;
        background: #666;
        font-family: Open Sans, Verdana, Arial, sans-serif;
        padding: 3px 7px;
        border-radius: 0px 0px 3px 3px;
        border: 1px solid #ddd;
        font-size: 11px;   
        -webkit-transition: 0.1s all;
        -moz-transition: 0.1s all;
        -o-transition: 0.1s all;
        -ms-transition: 0.1s all;
        transition: 0.1s all;                            
    }

    #top_container .container_inner .container_inner_top_links a:hover {
        background-color: #777;
        margin-top: 3px;
        border-radius: 3px;
    }

    #top_container .container_inner a.large_link {
        position: absolute;
        right: 0;
        line-height: 1em;
        padding: 9px 9px;
        border-radius: 0px 0px 8px 8px;
    }

    #top_container .container_inner a.small_link {
        position: absolute;
        right: 0;
        line-height: 1em;
        padding: 3px 3px;
        border-radius: 0px 0px 3px 3px;
    }


    /* Heading, underneath top bar. */

    #page_heading_container {
        width:100%;
        background-color:#666;
        padding-top:70px;
        line-height: normal;
    }

    #page_heading_container .container_inner {
        max-width:1180px;
        margin:0px auto;
        padding:10px 5px;
        position: relative;
        height: 62px;
    }

    /* The large page title. */
    #page_heading_container .container_inner .page_title {
        cursor:default;
        color:#fff;
        text-shadow:1px 1px 1px #37647e;
        font-size:36px;
        font-weight:100;
        font-family:Open Sans, HelveticaNeue,Arial,sans-serif;
        margin-top:5px;
    }

    /* The small page title. */
    #page_heading_container .container_inner .sub_title {
        cursor:default;
        color:#fff;
        font-size:11px;
        margin-top: -12px;
        font-family:Open Sans, HelveticaNeue,Arial,sans-serif;
    }

    /* Positioning of buttons next to titles. */
    #page_heading_container .container_inner .button_title {        
        float:right;
        margin-top: -55px;
        
    }

    /* Navigation links. */

    .header_nav {
        float:right;
        padding: 0;
        margin-top:35px;
        clear: both;
    }

    .header_nav li {
        list-style-type: none;
        float:left;
        display: inline-block;
        cursor: default;
        position: relative;
        font-family:Open Sans, Verdana, HelveticaNeue, Arial, sans-serif;
    }

    .header_nav li > a {
        font-size: 12px;
        color: #fff;
        text-shadow: 1px 1px 2px rgba(0,0,0,.5);
        text-decoration: none;
        padding-left: 30px;
        font-family: Open Sans, Verdana, HelveticaNeue, Arial, sans-serif;
    }

    .header_nav .caret {
      margin-top: 10px;
      border-top-color: #FFFFFF;
      border-bottom-color: #FFFFFF;
    }


/* MAIN NAVIGATION */

    ul.header_dropdown .nav_header, ul.sub_dropdown .nav_header {
        display: block;
        padding: 3px 15px;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        color: #999999;
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
        text-transform: uppercase;
    }

    ul.header_dropdown .divider, ul.sub_dropdown .divider {

        height: 1px;
        margin: 9px 0px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
        width: 100%;
    }

    ul.header_dropdown {
	    display: none; /* Ensure table is not displayed by default*/
	    height: auto; /* override parent height */
	    position: absolute; /* Set an absolute position below table using top and left */
	    top: 25px; /* used with absolute position*/
	    left: 0px; /* used with absolute position*/
        z-index: 999;
	    padding: 10px 0px;
	    border: 1px solid rgba(0,0,0,.2);
	    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    border-radius:6px;
        background-color: #fff;
	    background-clip: padding-box;
        margin: 0px;
    }

    ul.header_dropdown:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: -7px;
      left: 9px;
    }

    ul.header_dropdown:after {
      content: '';
      display: inline-block;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #ffffff;
      position: absolute;
      top: -6px;
      left: 10px;
    }

    ul.header_dropdown.left_aligned {
	    display: none; /* Ensure table is not displayed by default*/
	    height: auto; /* override parent height */
	    position: absolute; /* Set an absolute position below table using top and left */
	    top: 20px; /* used with absolute position*/
	    right: 0px; /* used with absolute position*/
        left: auto;
        z-index: 999;
	    padding: 10px 0px;
	    border: 1px solid rgba(0,0,0,.2);
	    box-shadow: 0 5px 10px rgba(0,0,0,.2);
	    border-radius:6px;
        background-color: #fff;
	    background-clip: padding-box;
    }

    ul.header_dropdown.left_aligned:before {
      content: '';
      display: inline-block;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: -7px;
      right: 9px;
      left: auto;
    }

    ul.header_dropdown.left_aligned:after {
          content: '';
          display: inline-block;
          border-left: 6px solid transparent;
          border-right: 6px solid transparent;
          border-bottom: 6px solid #ffffff;
          position: absolute;
          top: -6px;
          right: 10px;
          left: auto;
    }

ul.header_dropdown li a, ul.sub_dropdown li a {
	color: #222;
	display:block;
	height: 30px;
	line-height: 30px;
	text-align:left;
	padding:0px 0px 0px 10px;
	font-size: 11px;
	text-shadow: none;
    width: 200px;
    font-family: Open Sans, Verdana, HelveticaNeue, Arial, sans-serif;
}

ul.header_dropdown li a:hover, ul.sub_dropdown li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #0099cc;
    background-image: -moz-linear-gradient(top, #366180, #0077B3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#366180), to(#0077B3));
    background-image: -webkit-linear-gradient(top, #366180, #0077B3);
    background-image: -o-linear-gradient(top, #366180, #0077B3);
    background-image: linear-gradient(to bottom, #366180, #0077B3);
    background-repeat: repeat-x;
}

ul.header_dropdown ul.sub_dropdown {
	display: none; /* Ensure table is not displayed by default*/
	height: auto; /* override parent height */
	width: 190px; /* override parent width */
	position: absolute; /* Set an absolute position below table usign top and left */
	top: 0px; /* used with absolute position*/
	left: 190px; /* used with absolute position*/
	z-index: 1000;
	padding: 5px 0px;
    margin: 0;
	border: 1px solid rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	border-radius: 0px 6px 6px 6px;
    background-color: #fff;
	background-clip: padding-box;
}

ul.header_dropdown li > a.sub_dropdown_toggle: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: 10px;
  margin-right: 10px;
}
ul.header_dropdown li > a.sub_dropdown_toggle:hover::after {
  border-left-color: #ffffff;
}

.header_nav li:hover ul { /* if a mouse is hovering over the root list item of menustyle then set all child lists with the following styles */
	display: block;
	float: left;
}

.header_nav li:hover ul ul  { /* hide child child elements that have been set to block */
	display: none;
	float: left;
}

.header_nav li ul li:hover ul  { /* show child child elements when parent is over them */
	display: block;
	float: left;
}



/* TOP MENU LINKS */

/* Blog Icon At Top */
.blog {

}

.blog:after {
  content: "Blog";
  position: relative;
  right:0px;
  top:0px;
  left: -1px;
  padding: 3px 7px;
  font-size: 11px;
  background-color: #666666;
  text-decoration:none;
  border: 1px solid #ddd;
  color: #FFFFFF;
  -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
}

/* Webmail Icon At Top */
.webmail {

}

.webmail:after {
  content: "Webmail";
  position: relative;
  right:0px;
  top: 0px;
  left: -1px;
  padding: 3px 7px;
  font-size: 11px;
  background-color: #666666;
  text-decoration:none;
  border: 1px solid #ddd;
  color: #FFFFFF;
  -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
}

/* Control Panel Icon At Top */
.controlpanel {

}
.controlpanel:after {
  content: "Control Panel";
  position: relative;
  right:0px;
  top: 0px;
  left: -1px;
  padding: 3px 7px;
  font-size: 11px;
  background-color: #666666;
  text-decoration:none;
  border: 1px solid #ddd;
  color: #FFFFFF;
  -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
}

/* Control Panel Icon At Top */
.contact-us {

}
.contact-us:after {
  content: "Sales & Support - 0345 00 99 175";
  position: relative;
  right:0px;
  top: 5px;
  left: -1px;
  padding: 5px 13px;
  font-size: 14px;
  background-color: #666666;
  text-decoration:none;
  border: 1px solid #ddd;
  color: #FFFFFF;
  -webkit-border-radius: 0px 0px 4px 4px;
     -moz-border-radius: 0px 0px 4px 4px;
          border-radius: 0px 0px 4px 4px;
}

/* Retail Icon At Top */
.retail {
  text-decoration:none;
  color: #FFFFFF;
}

.retail:after {
  content: "GO TO RETAIL SERVICES";
  position: relative;
  right:0px;
  top: 6px;
  left: -1px;
  padding: 7px 15px;
  font-size: 13px;
  background-color: #666666;
  text-decoration:none;
  border: 1px solid #ddd;
  color: #FFFFFF;
  -webkit-border-radius: 0px 0px 8px 8px;
     -moz-border-radius: 0px 0px 8px 8px;
          border-radius: 0px 0px 8px 8px;
}

/* Wholesale Icon At Top */
.wholesale {
  text-decoration:none;
  color: #FFFFFF;
}

.wholesale:after {
  content: "GO TO RESELLER SERVICES";
  position: relative;
  right:0px;
  top: 6px;
  left: -1px;
  padding: 7px 15px;
  font-size: 13px;
  background-color: #666666;
  text-decoration:none;
  border: 1px solid #ddd;
  color: #FFFFFF;
  -webkit-border-radius: 0px 0px 8px 8px;
     -moz-border-radius: 0px 0px 8px 8px;
          border-radius: 0px 0px 8px 8px;
}

/*.contact-us
{
    FONT-SIZE: 11px;
    LINE-HEIGHT: 1.8;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none;
	color:#ddd;
	margin-right: 15px;
}*/







/* END MAIN NAVIGATION */


#top_container .container_inner .top_logo {
    width: 240px;
    height: 52px;
    display:inline-block;
}



/* BUTTONS ETC */

.button 
{
  font-family:Open Sans, Verdana, Helvetica, Arial, Sans-Serif;
  display: inline-block;
  *display: inline;
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
  *line-height: 18px;
  margin-bottom: 0;
  *margin-left: .3em;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  text-decoration:none;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.3);
  border-color: #e3e3e3 #e3e3e3 #bcbcbc;
  border-bottom-color: #b0b0b0;
  -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
		  border-radius: 2px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  /*
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
      */
}

.button:hover,
.button:active,
.button.active,
.button.disabled,
.button[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.button:active,
.button.active {
  background-color: #cccccc \9;
}

.button:first-child {
  *margin-left: 0;
}

.button:hover {
  color: #333333 !important;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;


  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
	 -moz-transition: background-position 0.1s linear;
	  -ms-transition: background-position 0.1s linear;
	   -o-transition: background-position 0.1s linear;
		  transition: background-position 0.1s linear;
}

.button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.button.active,
.button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
	 -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
		  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.button.disabled,
.button[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
	 -moz-box-shadow: none;
		  box-shadow: none;
}

.button-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  font-family:Open Sans, Helvetica,Arial,sans-serif;
  -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
		  border-radius: 5px;
}

.button-large [class^="icon-"] {
  margin-top: 1px;
}

.button_big {
  padding: 4px 10px 4px;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
}

.button_big [class^="icon-"] {
  margin-top: -1px;
}

.button_mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.button_blue,
.button_blue:hover,
.button_orange,
.button_orange:hover,
.button_red,
.button_red:hover,
.button_green,
.button_green:hover,
.button_teal,
.button_teal:hover,
.button_black,
.button_black:hover {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.button_blue.active,
.button_orange.active,
.button_red.active,
.button_green.active,
.button_teal.active,
.button_black.active {
  color: rgba(255, 255, 255, 0.75);
}

.button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.25);
}

.button_blue {
  background-color: #0074cc;
  *background-color: #0055cc;
  background-image: -ms-linear-gradient(top, #0088cc, #0055cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0055cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0055cc);
  background-image: -o-linear-gradient(top, #0088cc, #0055cc);
  background-image: -moz-linear-gradient(top, #0088cc, #0055cc);
  background-image: linear-gradient(top, #0088cc, #0055cc);
  background-repeat: repeat-x;
  border-color: #0055cc #0055cc #003580;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#0088cc', endColorstr='#0055cc', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_blue:hover,
.button_blue:active,
.button_blue.active,
.button_blue.disabled,
.button_blue[disabled] {
  background-color: #0055cc;
  *background-color: #004ab3;
}

.button_blue:active,
.button_blue.active {
  background-color: #004099 \9;
}

.button_orange {
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_orange:hover,
.button_orange:active,
.button_orange.active,
.button_orange.disabled,
.button_orange[disabled] {
  background-color: #f89406;
  *background-color: #df8505;
}

.button_orange:active,
.button_orange.active {
  background-color: #c67605 \9;
}

.button_red {
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#bd362f', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_red:hover,
.button_red:active,
.button_red.active,
.button_red.disabled,
.button_red[disabled] {
  background-color: #bd362f;
  *background-color: #a9302a;
}

.button_red:active,
.button_red.active {
  background-color: #942a25 \9;
}

.button_green {
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -ms-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(top, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_green:hover,
.button_green:active,
.button_green.active,
.button_green.disabled,
.button_green[disabled] {
  background-color: #51a351;
  *background-color: #499249;
}

.button_green:active,
.button_green.active {
  background-color: #408140 \9;
}

.button_teal {
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_teal:hover,
.button_teal:active,
.button_teal.active,
.button_teal.disabled,
.button_teal[disabled] {
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.button_teal:active,
.button_teal.active {
  background-color: #24748c \9;
}

.button_black {
  background-color: #414141;
  *background-color: #222222;
  background-image: -ms-linear-gradient(top, #555555, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#222222));
  background-image: -webkit-linear-gradient(top, #555555, #222222);
  background-image: -o-linear-gradient(top, #555555, #222222);
  background-image: -moz-linear-gradient(top, #555555, #222222);
  background-image: linear-gradient(top, #555555, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#555555', endColorstr='#222222', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

.button_black:hover,
.button_black:active,
.button_black.active,
.button_black.disabled,
.button_black[disabled] {
  background-color: #222222;
  *background-color: #151515;
}

.button_black:active,
.button_black.active {
  background-color: #080808 \9;
}

    

/* Bootstrap badges and labels */

.label,
.badge {
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
  text-decoration:none !important;
}

.label {
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff !important;
  text-decoration: none !important;
  cursor: pointer;
}

.label-gold,
.badge-gold,
.label-gold[href],
.badge-gold[href] {
  background-color: #d4a017;
}

.label-silver,
.badge-silver,
.label-silver[href],
.badge-silver[href] {
  background-color: #808080;
}

.label-bronze,
.badge-bronze,
.label-bronze[href],
.badge-bronze[href] {
  background-color: #6F4E37;
}


.label-red,
.badge-red {
  background-color: #c00;
}

.label-red[href],
.badge-red[href] {
  background-color: #953b39;
}

.label-orange,
.badge-orange {
  background-color: #f89406;
}

.label-orange[href],
.badge-orange[href] {
  background-color: #c67605;
}

.label-green,
.badge-green {
  background-color: #468847;
}

.label-green[href],
.badge-green[href] {
  background-color: #356635;
}

.label-blue,
.badge-blue {
  background-color: #3a87ad;
}

.label-blue[href],
.badge-blue[href] {
  background-color: #2d6987;
}

.label-black,
.badge-black {
  background-color: #333333;
}

.label-black[href],
.badge-black[href] {
  background-color: #1a1a1a;
}
/* Custom icons */

i[class^='icon-'],
span [class^='icon-'],
a [class^='icon-'] {
    display: inline-block !important;
}

.icon-interdns-delete {
  background-image: url("/images/edit_account/delete_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-wrench {
  background-image: url("/images/edit_account/edit_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-impersonate {
  background-image: url("/images/edit_account/impersonate.png");
  width:14px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-cog {
  background-image: url("/images/edit_account/root.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-plus {
  background-image: url("/images/edit_account/add_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-ubuntu {
  background-image: url("/images/ubuntu.gif");
  width:20px;
  height:21px;
  background-position: 0px 0px;
}

.icon-interdns-windows {
  background-image: url("/images/windows.gif");
  width:20px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-star {
  background-image: url("/images/edit_account/asset_small.png");
  width:18px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-blue-globe {
  background-image: url("/images/adsl.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-red-arrow {
  background-image: url("/images/parking.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-email {
  background-image: url("/images/emailonly.gif");
  width:25px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-shield {
  background-image: url("/images/spam_small.gif");
  width:20px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-recycle {
  background-image: url("/images/recycle_small.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-download {
  background-image: url("/images/offsite_backup_disabled.gif");
  width:20px;
  height:18px;
  background-position: 0px 0px;
}

.icon-interdns-globe {
  background-image: url("/images/icons/adsl_small.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-socket {
  background-image: url("/images/icons/wlr_small.gif");
  width:20px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-online {
  background-image: url("/images/on.jpg");
  width:19px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-offline {
  background-image: url("/images/off.jpg");
  width:18px;
  height:20px;
  background-position: 0px 0px;
}

.icon-interdns-maintenance {
  background-image: url("/images/amber.jpg");
  width:18px;
  height:20px;
  background-position: 0px 0px;
}

.wlr_fault_background {
	background-image: url("../images/wlr_faults/wlr_date_stamp.png");
    background-repeat: no-repeat;
}

.wlr_fault_date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}

.wlr_fault_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight: bold;
	line-height: 2.4;
	text-decoration: none;
}

/* Bootstrap popovers */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10010;
  display: none;
  width: 236px;
  padding: 1px;
  font-family:Open Sans, Helvetica,Arial,sans-serif;
  font-size:13px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -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;
}

.popover.top {
  margin-bottom: 10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-right: 10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  z-index: -1;
  content: "";
}

.popover.top .arrow {
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-width: 10px 10px 0;
}

.popover.top .arrow:after {
  bottom: -1px;
  left: -11px;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 0;
}

.popover.right .arrow {
  top: 50%;
  left: -10px;
  margin-top: -10px;
  border-right-color: #ffffff;
  border-width: 10px 10px 10px 0;
}

.popover.right .arrow:after {
  bottom: -11px;
  left: -1px;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 11px 11px 0;
}

.popover.bottom .arrow {
  top: -10px;
  left: 50%;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-width: 0 10px 10px;
}

.popover.bottom .arrow:after {
  top: -1px;
  left: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 11px 11px;
}

.popover.left .arrow {
  top: 50%;
  right: -10px;
  margin-top: -10px;
  border-left-color: #ffffff;
  border-width: 10px 0 10px 10px;
}

.popover.left .arrow:after {
  right: -1px;
  bottom: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 11px 0 11px 11px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}


/* Return to Top */

#return-to-top-link {
	position: fixed;
	top: 10%;
	right: 5%;
	background: #444;
	color: #f6f6f6;
	border-radius: 2px;
	text-decoration: none;
	font-family:Open Sans, 'HelveticaNeue', Arial, sans-serif';
	font-size: 14px;
	padding: 5px;
	z-index: 5;
}
#return-to-top-link:hover {
	background: #666;
}


.large-parargraph-statement {
    color: #555;
    font-size: 15px;
    line-height: 25px;
}


/* Grids. */

.grid-container {
    float: left;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 1%;
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    background-color: #EEEEEE;
}

    .grid-container.window-box {
        border-radius: 4px;
        background-color: #fff;
    }

        .grid-container.window-box .box-title {
            font-family:Open Sans, Verdana, "HelveticaNeue", Arial, sans-serif;
            font-weight: bold;
            font-size: 11px;
            color: #f6f6f6;
            padding-left: 7px;
            padding-right: 7px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            background: #666666; /* Old browsers */
            background: -moz-linear-gradient(top,  #666666 0%, #555555 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#555555)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top,  #666666 0%,#555555 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top,  #666666 0%,#555555 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top,  #666666 0%,#555555 100%); /* IE10+ */
            background: linear-gradient(to bottom,  #666666 0%,#555555 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#555555',GradientType=0 ); /* IE6-9 */

        }

	.grid-container.no-border,
	.grid-container.no-fill {

		margin-right: 0;
        width: 100%;
        margin-bottom: 0;
	}

	.grid-container .inner {

		padding: 7px;
        overflow: auto;
	}

	.grid-container.no-border {

		border: none;
		border-radius: 0;
	}

	.grid-container.no-fill {

		background-color: transparent;
	}

    .grid-container.disabled {

        opacity: 0.65;
        cursor: not-allowed;
    }

	.grid-container a.block {

		display: block;
		width: 100%;
		height: 100%;
		cursor: pointer;
		text-decoration: none;
		-webkit-transition: background-color 0.1s;
		-moz-transition: background-color 0.1s;
		-o-transition: background-color 0.1s;
		-ms-transition: background-color 0.1s;
		transition: background-color 0.1s;
	}

	.grid-container a.block:hover {

		background-color: #ddd;
        background-color: rgba(0,0,0,.1);
        border-radius: 6px;
	}

	.grid-container a.block:hover p {
		
		color: #111;
	}
    
	.grid-container .img-container {

		float: left;
		min-width: 35%;
		text-align: center;
		line-height: 100%;
		margin: 1% 5px 1% 0;
	}

	.grid-container .title {
		font-size: 16px;
		font-family:Open Sans, 'Helvetica Neue', Arial, sans-serif;
		font-weight: bold;
		color: #666;
		line-height: 18px;
		margin-top: 10px;
	}

.grid-container .row {
	display: table-row;
}

.grid-container .row img {
    margin-right: 35px;
    margin-top: 30px;
    clear: both;
}

.grid-container .cell {
	display: table-cell;
	vertical-align: middle;
}
.grid-container .row .cell img {
	margin-right: 15px;
	clear: both;
}