﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.carousel-control {   
    width: 10%;
    opacity: 0.5; 
    filter: alpha(opacity=50);
}

.pagination > li {
    cursor:pointer;
}

/* Styles for Google Custom Search box - START */
 input.gsc-search-button{
     min-width:0 !important;
     height:28px !important;
     color:#fff !important;
 }
 
.gsc-control-cse {
    border-color: #f6f7f9 !important;
    background-color: #f6f7f9 !important;
}

input.gsc-input {
    font-size:13px !important;
    padding: 0px 0px !important;
    height:30px !important;
}

.gsc-input-box{
    height:30px!important;
}

.gsc-input{
    width: 300px!important
}
/* Styles for Google Custom Search box - END */

/* Styles for Ads by Google - START */
iframe#ad_iframe {
	position: static !important;
	left:0 !important;
	margin-left:0 !important;
}
/* Styles for Ads by Google - END */

/* Styles for Left Menu Bar - START */
ul#leftmenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
}
ul#leftmenu li a {
    display: block;
    color: #000;
    padding: 8px 16px;
    text-decoration: none;
}
/* Change the link color on hover */
ul#leftmenu li a:hover {
    color: #428bca;
    font-weight:600;
}
ul#leftmenu li.active a {
    background-color: #c7c7c7;
    color: #fff;
    font-weight:600;
}
/* Styles for Left Menu Bar - END */

.bg-fb {
 background: #3b5998 !important;
}

.bg-gp {
 background: #dc4e41;
}


