/*
Theme Name: BQ Connect
Theme URI: http://www.binaryquest.com
Description: SMS Gateway theme
Author URI: http://www.binaryquest.com
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue
Text Domain: bqconnect
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@charset "utf-8";
/* CSS Document */
/* 
Theme Name: Landing page
Theme URI: http://www.sitename.com
Author: Binary Quest Ltd.
Author URI: http://www.binaryquest.com
Developed By: Fahim Iqbal
UI Designed By: Md. Ariful Islam
*/

body {
	/*padding: 30px 0 0;*/
	border-top: 3px solid #f58180f;
	background: #FDFDFD;
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-shadow: none;
}
.slide img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
h2 {
	text-align: center;
	font: 400 44px 'Open Sans', sans-serif;
	margin: 18px 0;
}

a:focus
{
	text-decoration:none;
	border:none;
	outline:none;
}

.sidebar h2 {
	font: 400 44px 'Open Sans', sans-serif;
	margin: 18px 0;
}

h3 {
	text-align: center;
	margin: 0px 0px 15px;
}
.nav>li>a {
	 font: 600 16px;
	 padding: 15px 18px;
	 line-height: 16px;
	 text-align: center;
	 margin-right: 5px;
	 overflow: visible;
	 color: #ffffff;
}

.nav-tabs.nav li a {
	color: #000000;
}

.nav-tabs.nav li a:hover {
	color: #333333;
}

.header-user .nav li a {
	 color: #000000 !important;
}

.sidebar .nav>li>a {
	text-align: left;
	margin-bottom: 5px;
	color: #000000;
}

.navbar a:hover {
 	color:#FFF; 
}

.header-user .navbar a:hover {
	 color: #333333;
}

.nav>li>a:hover, .nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus, .dropdown-menu>li>a:hover {
	color: #eeeeee;
	background-color: #1070de;
}

.header-user .nav li a:hover, 
.header-user .nav li a:focus,  {
	color: #333333;
	background-color: #eeeeee;
}

.header-user .nav .open a, 
.header-user .nav .open a:hover, 
.header-user .nav .open a:focus, 
.header-user .dropdown-menu li a:hover {
	color: #333333;
	background-color: #ffffff;
}

.navbar .active a, .footer .active a {
	color:#eeeeee;
	/*color: #3799ca;
	text-shadow: none;
	text-shadow: 0 1px 0 #ffffff;
	-webkit-box-shadow: none;
	box-shadow: none;*/
}

.navbar{
	 padding:10px 0;
	 background-color:#1070de;
	 border-radius:0px;
}

.navbar .navbar-brand {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 700;
	font-size: 24px;
	padding: 0;
	margin-left: 0;
}

a.navbar-brand h2
{
	margin:0;
	color:#000000;
}


.navbar-toggle {
	background-color: #1070de;
}
.dropdown>a img {
	margin-left: 10px;
}
div.row {
	margin: 0px;
}
.spot-area {
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.spot-area img {
	margin-bottom: 30px;
	text-align: center;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
.btn-lg {
	font: 400 24px 'Open Sans', sans-serif;
	padding: 12px 36px;
	margin: 8px 0px;
}
.border-line {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #ffffff;
}
div.carousel {
	margin-bottom: 20px;
	line-height: 1;
}
article.carousel-caption {
	right: 20%;
	left: 20%;
	padding-bottom: 30px;
	position: static;
	background: transparent;
	color: #333333;
	text-shadow: none;
}
a.carousel-control {
	position: absolute;
	top: 40%;
	left: 15px;
	width: 45px;
	height: 45px;
	margin-top: -20px;
	font-size: 60px;
	font-weight: 100;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	background: #222222;
	border: 3px solid #ffffff;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	border-radius: 23px;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.header-3 {
	font-family: 'Merriweather', serif;
	font-weight: 400;
	color: #aaaaaa;
	margin-bottom: 40px;
}
.box-shadow {
	position: relative;
}
.item-box {
	 background: #F7F7F7;
	 box-shadow: none;
	 border: 1px solid #eeeeee;
	 padding: 60px 0;
	 margin-top: 15px;
	 margin-bottom: 20px;
	 color: #333333;
}
.apps-button {
	text-align: center;
}
.apps-button img {
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 10px 20px;
}
.company-logo {
	margin-bottom: 40px;
}
.company-logo img {
	padding: 6px 18px;
	margin: 4px 0px;
}

.footer {
	padding: 30px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #888888;
}
.footer .menu {
	margin: 5px 0px 20px 0px;
}
.footer .menu a {
	font: 600 16px/26px 'Open Sans', sans-serif;
	padding: 6px 18px;
	color: #888888;
	/*text-shadow: 0 1px 0 #ffffff;*/
	line-height: 16px;
	text-align: center;
}

.home-footer .footer {
	margin: 20px 0 0 0;
	width: 100% !important;
	padding: 30px 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #000000;
	background-color: #1070de;
}
.home-footer .footer .menu {
	margin: 5px 0px 20px 0px;
}
.home-footer .footer .menu a {
	font: 600 16px/26px 'Open Sans', sans-serif;
	padding: 6px 18px;
	color: #fff;
	line-height: 16px;
	text-align: center;
}

a:link, a:visited {
	text-decoration: none;
	display: inline-block;
	margin: 4px 0px;
}
.header-user {
	padding-top: 10px;
    background-color: #E2E6E4;
}
.no-padding {
	padding: 0px;
}
.user {
	float: right;
}
.icon-nav {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar {
	border: 1px solid rgba(180, 180, 180, .4);
	height: 100%;
	padding: 10px 0px;
	float: left;
	background-color: rgba(232, 232, 232, .75);
}

.sidebar li.current-page-menu{
	background:#ffffff;
}

.sidebar .nav-pills>li>a {
	border-radius: 0px;
	width: 100%;
	margin: 0 0 5px 0;
}
.sidebar .nav-pills>li>a:hover {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	background-color: #E9E9E9;
	-moz-box-shadow: 4px 4px 0px 0px rgba(235, 235, 235, 1);
	-webkit-box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	-o-box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	-ms-box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	color: #000000;
}
.sidebar h3 {
	background-color: #E9E9E9;
	border: 1px solid rgba(180, 180, 180, .4);
	-moz-box-shadow: 4px 4px 0px 0px rgba(235, 235, 235, 1);
	-webkit-box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	-o-box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	-ms-box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	box-shadow: 0px 4px 0px 0px rgba(235, 235, 235, 1);
	color: #6B6B6B;
	border-right: 0px;
	border-left: 0px;
	text-align: left;
	padding: 5px 15px;
}

div.right-part {
	padding: 10px 0 0 0;
	border-left: 10px solid #FDFDFD;
	background-color: #efefef;
	height: 100%;
	min-height: 743px;
	max-width:100%;
}
div.page-header {
	height: auto;
	overflow: hidden;
	border: 0;
	margin: 2px 0 15px 0;
	padding: 0 3px 10px 0;
	border-bottom: 1px solid #CCCCCC;
}
.page-header .pull-left h1 {
	font-size: 30px;
	color: #2a2a2a;
	line-height: 24px;
	font-weight: 400;
	margin: 20px 0;
}
.minitiles {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
.minitiles ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
.minitiles>li {
	list-style-type: none;
	float: left;
	margin-right: 15px;
}
.minitiles>li>a {
	display: block;
	height: 61px;
	width: 61px;
	color: #fff;
	text-decoration: none;
	position: relative;
	text-align: center;
}
.minitiles>li>a i {
	font-size: 36px;
	line-height: 61px;
}
ul>li.grey {
	background: #333;
}
ul>li.lightgrey {
	background: #666;
}
ul>li.satgreen {
	background: #56af45;
}
.stats {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.stats>li {
	display: inline;
	list-style-type: none;
	float: left;
	padding: 10px 15px;
	margin-right: 15px;
}
.stats>li .details span.big {
	font-size: 16px;
}
.stats>li .details span {
	color: #fff;
	display: block;
	font-size: 12px;
}
.stats>li i {
	font-size: 49px;
	color: #fff;
	float: left;
	margin: 0;
}
.stats>li .details {
	margin-left: 55px;
	padding-top: 5px;
}

.top-buy-crdit-link a
{
	color: #eeeeee;
    font-weight: bold;
	/*text-shadow: 0px 0px 1px #cccccc;*/
}

.top-buy-crdit-link a:hover,
.top-buy-crdit-link a:focus
{
	color:#ffffff;
	text-decoration:none;
}

.stats>li .details:after {
	content: "";
	display: table;
	clear: both;
}
.stats>li .details span.big {
	font-size: 16px;
}
ul>li.lightred {
	background: #e63a3a;
}
.phonbook-sorted {
	margin: 10px 0;
}
.right-part .checkbox {
	margin: 0px;
}
button.btn-primary {
	border-color: #b3b3b3;
	color: #000;
	background-color: #1070de;
}

a.btn-orange
{
	background-color: #1070de;
	border-color: #B3B3B3;
}

button.btn-primary:hover, button.btn-primary:focus, button.btn-primary:active, button.btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #e6e2e2;
	border-color: #b3b3b3;
	color: #000;
}
div.panel-primary {
	border-color: #999999;
}
div.panel-primary>.panel-heading {
	color: #000000;
	background-color: #D3D3D3;
	border-color: #b3b3b3;
}

span.required
{
	color:red;
}

.sending-sms{
	background-color:#E0DEDE;
	border:1px solid #CECECE;
	padding:20px 10px;
	}

.right-part .checkbox{
	margin-bottom:5px;
	}

input, button, select, textarea {
	margin-bottom:5px;
	}
.panel-body{
	border-bottom:1px solid #EFEFEF;
	}
div.bq-selected-group{
	background:#eeefff;
	}
div.bq-selected-group a:focus{
	outline:none;
	border:none;
	text-decoration:none;
	}

.panel-body .option{
	visibility:hidden;
	margin-left:5px;
	}
.panel-body:hover .option{
	visibility:visible;
}

th {
background-color: rgb(223, 221, 221);
}

.add-to-group{
	height:110px;
	overflow:scroll;
	}

.add-to-group::-webkit-scrollbar {
    width: 12px;
}

.add-to-group::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}
.add-to-group::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
.add-to-group::-webkit-scrollbar-thumb:hover {
	background-color: #aaa;
}

.pagination-number{
	margin:5px 0 15px 0;
	height:auto;
	overflow:hidden;
	}
.notice{
	clear:both;
	color:#000000;
	padding:10px;
	background-color:#E6E6E6;
	margin-top:20px;
	}
	
.notice h4{
	padding: 0 15px;
	}
	
.notice p{
	padding:10px 15px;
	}

.sender-bottom{
	padding: 15px 0 25px;
	border-bottom:1px solid #FFF;
	}

.sender-bottom h4{
	padding-bottom:10px;
	border-bottom:1px solid #C7C7C7;
	}

.default-sender{
	background-color:#EEEEEE;
	}

.add-sender{
	font-size:25px;
	}
.message-counter{
	background-color:#CCCCCC;
	padding:10px;
	text-align:right;
	}

.sms-tab{
	padding-top:15px;
	}	
	
#ProfileEditForm #UserThumb
{
	padding-bottom: 40px;
}

/* Phonebook Contacts Start */
.item-options a
{
	margin-left: 10px;
}

.bq-pb-contact-part
{
	float:left;
	width:100%;
	position:relative;
}

.bq-loading-div
{
	display:none;
	background:url(images/loading.gif) no-repeat center #ffffff;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}

.bq-group-name
{
	color: #666666;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
    width: 220px;
}

.bq-group-name span
{
	color: #444444;
    font-weight: bold;
}

div.bq-pagination-div
{
	margin-left: 17%;
	width: 65%;
}
/* Phonebook Contacts End */

/* Import Contacts Start */
.import-contact-report
{
	float:left;
	width:100%;
}

div.csv-import-info
{
	margin: 0 0 10px 0;
}
/* Import Contacts End */

/* Pagination Start */
.pagination li a.bq-pagin-disable,
.pagination li a.bq-pagin-disable:hover
{
	background-color:#FFFFFF;
	color:#eeeeee;
}

.pagination li .bq-pagin-current
{
	background-color: #EEEEEE;
}
/* Pagination End */

/* Senders Page Start */
.sender-list p
{
	padding: 0 15px;
}

.sender-list p a
{
	margin: 5px 15px;
}

.sender-list ul
{
	padding: 0 15px;
}

.sender-list ul li
{
	float: left;
    list-style: none outside none;
    padding: 0 15px;
    width: 270px;
}

.sender-list ul li label input[type="checkbox"]
{
	float: left;
    margin: 4px 5px;
}

.sender-list ul li label
{
	cursor:pointer;
	color: #666666;
}

p.sender-remove-row
{
	float: left;
    margin: 5px 0 0;
    padding: 0 4%;
    width: 100%;
}
/* Senders Page End */

/* Send SMS page start */
.bq-sending-option .form-group
{
	float:left;
}

.bq-sending-option .form-group input
{
	margin-top: 4px;
    padding: 3px 5px;
}

.bq-sending-option .form-group .col-md-4
{
	padding: 2px 8px;
}

.bq-sending-option .form-group select
{
	margin-top: 4px;
    /*padding: 3px 5px;*/
}


#bq-time-schedule
{
	padding: 0 15px 0 0;
}

.SmsRecipientsFileInfo
{
	font-size: 12px;
    font-style: italic;
    line-height: 14px;
    padding: 10px 0;
}
/* Send SMS page end */

/* Preview SMS page start */
.form-horizontal .sms-tab .bq-action-reply
{
	display:none;
	float: left;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
}

.bq-action-msg p
{
	font-weight: bold;
    margin: 0;
    text-align: center;
}

.bq-action-msg p.bq-action-success
{
	color:green;
}

.bq-action-msg p.bq-action-error
{
	color:red;
}

.bq-display-data
{
	word-wrap:break-word;
	padding:10px;
	width:100%;
	background:#ffffff;
	float:left;
}

.bq-recipient-nums-display
{
	float: left;
    max-height: 90px;
    overflow: auto;
    width: 100%;
}

.bq-recipient-content-display
{
	float: left;
    max-height: 120px;
    overflow: auto;
    width: 100%;
}

.right-part div.bq-sms-cost-details-div
{
	padding: 0;
}

.bq-sms-cost-details
{
	float: left;
    font-size: 12px;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.bq-sms-cost-details li
{
	float:left;
	width:100%;
}

li.bq-sms-cost-caption
{
	border-bottom: 1px solid #EEEFFF;
    margin: 0 0 5px;
    padding: 0 0 2px;
}

li.bq-sms-cost-caption span
{
	color: #666666;
    font-style: italic;
}

.bq-sms-cost-details li span
{
	float: left;
	margin:0 2px;
	text-align:center;
}

.bq-sms-cost-details li.bq-sms-cost-caption span.sms-cost-company
{
    width: 100px;
}

.bq-sms-cost-details li.bq-sms-cost-caption span.sms-cost-recipient
{
    width: 55px;
}
.bq-sms-cost-details li.bq-sms-cost-caption span.sms-cost-sms-num
{
    width: 40px;
}
.bq-sms-cost-details li.bq-sms-cost-caption span.sms-cost-rate
{
    width: 30px;
}
.bq-sms-cost-details li.bq-sms-cost-caption span.sms-cost-total-cost
{
    width: 38px;
}

.bq-sms-cost-details li span.sms-cost-company
{
    text-align: left;
    width: 110px;
}

.bq-sms-cost-details li span.sms-cost-recipient
{
    width: 40px;
}
.bq-sms-cost-details li span.sms-cost-sms-num
{
    width: 20px;
}
.bq-sms-cost-details li span.sms-cost-rate
{
    width: 30px;
}
.bq-sms-cost-details li span.sms-cost-total-cost
{
    width: 40px;
}

.bq-sms-cost-details li span.preview-num-remove
{
    color:#C00;
	cursor:pointer;
	display:none;
}

.bq-sms-cost-details li:hover span.preview-num-remove
{
    display:block;
}
/* Preview SMS page end */

/* Credit History page start */
.bq-refill-credit-search,
.bq-search-inputs-div
{
	float: left;
    margin: 0 0 10px;
    width: 100%;
}

.bq-search-inputs-div .search-input-div
{
	float: left;
    height: 50px;
    margin: 2px 5px;
    width: 250px;
}

.bq-search-inputs-div .search-input-div label
{
	float: left;
    width: 100%;
}

.bq-search-inputs-div .search-input-div input,
.bq-search-inputs-div .search-input-div select
{
	float: left;
    width: 100%;
}

#bq_refill_reset,
#bq_refill_submit
{
	border: medium none;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    margin: 18px 2px 0;
    padding: 5px;
    width: 120px;
	font-weight:bold;
}

#bq_refill_reset
{
	background:#12add4;
}

#bq_refill_submit
{
	background: none repeat scroll 0 0 #43779F;
}
/* Credit History page end */

/* Form validation CSS start */
.validation-error
{
	color:red;
}

.bq-success-msg
{
	width: 100%;
    float: left;
    text-align: center;
    color: green;
    font-weight: bold;
    margin: 10px 0;
}

.bq-error-msg
{
	width: 100%;
    float: left;
    text-align: center;
    color: red;
    font-weight: bold;
    margin: 10px 0;
}
/* Form validation CSS end*/

/* Contact Page Start */
#bqContactForm
{
	margin-top: 25px;
}
/* Contact Page End */

/* Overlay CSS start */
.bq-primary-overlay
{
	display:none;
	background: none repeat scroll 0 0 #FFFFFF;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
	z-index:9999;
}

.bq-primary-overlay-container-holder
{
	display:none;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index:99999;
}

.bq-primary-overlay-container
{
	position:relative;
    border: 5px solid #CCCCCC;
    margin: 200px auto 0;
    min-height: 120px;
	height:auto;
    width: 520px;
	max-width:95%;
    border-radius: 5px;
    background: #fff;
}

.bq-primary-overlay-content
{
	max-height:400px;
	overflow:auto;
}

.bq-primary-overlay-close
{
	background: url("images/close.png") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
    height: 30px;
    position: absolute;
    right: -20px;
    top: -25px;
    width: 30px;
    z-index: 999999;
    cursor: pointer;
}

.bq-primary-overlay-loader
{
	display:none;
	background:url(images/loading.gif) no-repeat center #ffffff;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999;
}
/* Overlay CSS end */

/* Sent SMS Log Start*/
.bq-show-recipients
{
	color: #2A6496;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.bq-show-recipients:hover
{
	color: #2Aa033;
}

.bq-show-recipients-table
{
	width:100%;
}

.bq-show-recipients-table tbody tr:nth-child(odd)
{
	background: none repeat scroll 0 0 #eaf4f5;
}

.bq-show-recipients-table tbody tr:nth-child(even)
{
	background: none repeat scroll 0 0 #e3eeef;
}

.bq-show-recipients-table tr td,
.bq-show-recipients-table tr th
{
	padding: 5px 10px;
}
/* Sent SMS Log End */

/* Buy Credit End */

#bq_credit_req h4 {
    color: #666;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 8px 0 15px;
}

#bq_credit_req label
{
	padding: 0 5px 0 0;
	font-weight:normal;
}

.selected-rate
{
	background:#6CF;
}
/* Buy Credit End */

/* Home Page Start */
.service{
 	text-align:justify;
 	margin-bottom:50px;
}
.service ul{
 	margin:0px 0px 0px 15px;
 	padding:0px;
}
.service ul li{
 	margin-bottom:8px;
}
.feature img{
 	height:130px;
 	margin-bottom:10px;
 	background-color:#EFEFEF;
 	padding:10px;
 	border:1px solid #E4E4E4;
}

.feature h3{
 	margin-top:20px;
}
/* Home Page End */

/* Static Page Start */
.heading-left
{
	text-align:left;
}
.about{
 padding:10px;
 margin:35px 0 60px 0;
 }
.about h3{
 color:#1070de;
 margin:25px 0 5px 0;
 text-align:left;
 }
.service_content h2{
 padding:0px;
 text-align:left;
 }
.service_content img{
 padding-top: 70px;
 }
/* Static Page End */

/* Pricing Page Start */
.pricing h4{
 text-align:center;
 padding-bottom:15px;
 }
/* Pricing Page End */

 @media(max-width:767px) {
.navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none
}
.navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header {
	padding: 5px 15px 5px 25px;
	text-align: center;
}
.navbar-nav .open .dropdown-menu>li>a {
	line-height: 30px;
}
.btn {
	width: 100%;
	clear: both;
	margin: 5px 0;
}
.btn btn-primary{
	}
#search {
	margin-top: 10px;
}
.satgreen {
	margin-bottom: 5px;
}
}