body {
    padding-top: 70px;
    padding-bottom: 40px;
    background-color: #ffffff;
}

.form-signin {
    max-width: 300px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin input[type="text"],
.form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
}
.align-right {
    float: right;
}
.form-under {
    max-width: 300px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}
hr {
    clear: both;
}
.navbar-inverse .navbar-inner { 
    background-color: #477FB1;
    
}
.navbar-inverse .navbar-inner {
  background-color: #477FB1;
  background-image: -moz-linear-gradient(top, #477FB1, #2669A3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#477FB1), to(#2669A3));
  background-image: -webkit-linear-gradient(top, #477FB1, #2669A3);
  background-image: -o-linear-gradient(top, #477FB1, #2669A3);
  background-image: linear-gradient(to bottom, #477FB1, #2669A3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff477FB1', endColorstr='#ff2669A3', GradientType=0);
  border-color: transparent;
  padding: 0px 20px;
  text-align: center;
}

.navbar-inverse .brand, .navbar-inverse a {
    color: #FFFFFF !important;
}

.navbar-inverse .brand { float: left; }

span.menu a { display: inline-block; height: 40px; line-height: 40px; padding: 0px 10px; }

span.menu ul li a {color:#000;}

.fright { float: right; }
.clear { clear: both; }


.searchBar {width: 100%;float:left;}
.searchBarForm {/*width:75%;*/}
.searchBarForm #phone {width:140px;}
.searchBarForm #user {width:140px;}
.searchBarForm .control-group {margin-bottom:10px;}
.searchBar .form-horizontal .controls {margin-left:0;}
.searchBar .form-horizontal .control-label {width:auto;margin-right: 10px;}
.searchBar .form-horizontal .control-group {display: block !important; float:left;margin-right: 10px;}
#tagsSearch_tagsinput {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-radius: 4px;
  display:inline-block;
  height: 28px !important;
  padding: 0;
  width: 200px !important;
}
#tags_tagsinput, .tagsinput{
   background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  border-radius: 4px;
  display:inline-block;
  
}

div.tagsinput span.tag { margin:2px; padding-top:0 !important;padding-bottom:0 !important;}

table.table td { vertical-align: middle; }
table.table form, table.table select { margin-bottom: 0px !important; }

.submit_sect { text-align: right; }


.inlineView {display:none;}
.bold {font-weight: bold;}
.nextPhoneNumber {width: 454px;}
.max-110{max-height:110px;max-width:110px;}

.btn-group {margin-bottom: 5px;}
.margin-bottom-5 {margin-bottom:5px;}
.border-padding-radius-5 { border:2px solid silver;padding: 5px;border-radius:5px; }
.tag {
	border: 1px solid #a5d24a;
	border-radius: 5px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	float: left;
	padding: 5px;
	text-decoration: none;
	background: #cde69c;
	color: #638421;
	margin-right: 5px;
	margin-bottom: 5px;
	font-family: helvetica;
	font-size: 13px;
}


#editor {
	max-height: 250px;
	height: 250px;
	background-color: white;
	border-collapse: separate; 
	border: 1px solid rgb(204, 204, 204); 
	padding: 4px; 
	box-sizing: content-box; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset; 
	box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px; border-top-left-radius: 3px;
	overflow: scroll;
	outline: none;
}
#voiceBtn {
  width: 20px;
  color: transparent;
  background-color: transparent;
  transform: scale(2.0, 2.0);
  -webkit-transform: scale(2.0, 2.0);
  -moz-transform: scale(2.0, 2.0);
  border: transparent;
  cursor: pointer;
  box-shadow: none;
  -webkit-box-shadow: none;
}

div[data-role="editor-toolbar"] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.dropdown-menu a {
  cursor: pointer;
}