@media print{
    #search{
        display:none;
    }
}

.header-full-title
{
    padding-left: 100px;	
	white-space:nowrap;
	word-spacing:0px;
}
.navbar-toggle
{
	position: relative !important;
}
#footer-widgets
{
	background-color: #F2F2F2;
	color: black;
	border: none;
}
#footer-widgets a, h1, h2, h3, h4, h5, h6
{
	color: black;
}
#search
{
	margin-top: 40px;
	margin-bottom: 5px;
	z-index: 100;    
}
#search .gsc-clear-button
{
	display: none;
}
.ribbon
{
	background-color: black;
	color: white;
}
#footer-widgets
{
	margin-top: 0px !important;
}
.menuselect
{
    font-size:18px !important;    
}
@media (max-width: 767px)
{
	#search
	{
		margin-top: 5px;
		margin-left: 50px;
		margin-right: 50px;
		z-index: 10000;
		position: absolute;        
	}
	.navbar-brand
	{
		margin-left: 0px !important;
	}
	
}
#sb-site
{
	background-image: url(   '/_themeMCG/assets/img/back.png' );
	background-repeat: repeat;
}
.boxed
{
	background-color: #fff;
	max-width: 1200px;
	margin: 0 auto !important;
	padding: 10px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
	box-shadow: 0 1px 2px rgba(0,0,0,.4), inset 0 0 2px rgba(255,255,255,.75);
}

@media only screen and (min-width:768px) and (max-width: 992px) 
{
	.header-full-title h1{
		font-size: 1.7em;
    		font-weight: bold;
	}
	.header-full-title p{
		font-size: .9em;
		padding-right:5px;
	}
}
.carousel-razon .carousel-img {
 padding:6% !important;
 height:inherit;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  display: static;
}

/* The style for the blackout div that appears when the exit dialog is shown. */
#ln-blackout {position:fixed; top:0; left:0; width:100%; height:100%; background-color:#514004;}

/* This style is for a container that holds the message dialog box. It has been added primarily to help with positioning. I know some people would complain about this, but it seems more efficient this way even it is isn't semanitc. */
#ln-messageHolder {position:fixed; top:10%; left:0; width:100%;z-index: 10000;}

/* This style is for the div that holds the actual exit dialog. */
#ln-messageBox {width:75%; max-width:600px; margin:0 auto; min-height:200px; background-color:#fff; border:10px solid #e6e6e6; -moz-box-shadow:0 0 20px 10px #666; -webkit-box-shadow:0 0 20px #666; text-align:center; padding:20px;}

/* This style is applied to the link that closes the dialog. */
a#ln-cancelLink {background-color:#e6e6e6; font-weight:bold; padding:5px; color:#666; text-decoration:none; text-transform:uppercase; font-size:0.8em;}
a#ln-cancelLink:hover {background-color:#666; color:#e6e6e6;}

/* This style is for the box that holds the section that says where the user is being directed to. */
.setoff {background-color:#f2f2f2; padding:5px; margin:10px 0 20px 0;}
@media (max-width: 768px)
{
  #ln-messageBox {width:100%; margin:0 auto; max-height:500px;overflow: scroll; background-color:#fff; border:10px solid #e6e6e6; -moz-box-shadow:0 0 20px 10px #666; -webkit-box-shadow:0 0 20px #666; text-align:center; padding:20px;}
}

.exec_photo {
    position: relative;
    display:none;
  }

.exec_title {
			margin-right: -35px;
			display:none;
			text-align: center;
			    text-color: #999;			
			    font-size: small;
    line-height: 110%;
		     }
		@media only screen and (min-width:768px) and (max-width: 1199px) 
		{
		     .exec_title 
		     	{
				margin-right: -50px;
		     }
		}

	.marginBottom-0 {margin-bottom:0;}
	.dropdown-submenu{position:relative;}
	.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
	.dropdown-submenu>a: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:-8px;margin-right:-8px;}
	.dropdown-submenu:hover>a:after{border-left-color:#555;}
	.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
    
   @media print {
  a[href]:after {
    content: none !important;
  }
}
    
a.whitelink {
 color: white;
 border-bottom: 1px white dotted;
}
a:hover.whitelink {
 color: white;
 border-bottom: 1px white dotted;
 text-decoration: none;
}

.footer-widget-title {color: #005174;}



/*For Accessibility*/
/*Contrast Updates to Font-color*/
.alert-warning {
  background-color: #fceedb;
  border: solid 1px #f0ad4e;
  color:#5f4b29;
}

.alert-primary {
  background-color: #71d5ff;
  border: solid 1px #355997;
  color: #000000;
}

.alert-danger {
  background-color: #f4cecd;
  border: solid 1px #d9534f;
  color: #662928;
}
.alert-info {
  background-color: #ddf4fb;
  border: solid 1px #54c8eb;
}
.alert-success {
  background-color: #ddffef;
  border: solid 1px #02c66c;
  color:
}
.alert-royal {
  background-color: #ead6f3;
  border: solid 1px #ac60d0;
  color: #792e9c;
}





