table, th, td {
   padding: 2px;
}

#header .btn-primary 
{
background-color:#005ea9;
}
#header .btn-primary:hover
{
border-color:white;
}

#header img
{

}

#header
{
background-color:black;
color:white;
 text-align:center;
font-weight: bold;
font-size: 15px;
}

#header a
{
color:white;
}
.container {width:100%;}

.search_term_div
{
	padding-top:6px;

}
#search_cancel
{
padding: 0px;
margin-top: -5px;
text-align: center;
vertical-align: middle;
display: inline-block;
color: red;
font-size: 18px;
font-weight: bold;
border: 1px white solid;
border-radius: 5px;
}

.page-headband
{
	font-size: 18px;
	background-color:rgb(101, 101, 101);
	padding-top: 13px;
	color:white;
	height: 60px;
	font-weight:bold;
}

footer{
	background-color:rgb(101, 101, 101);
	color:white;
}


.modal-header{background:#339933;}
.modal-wide {border-radius:10px;left:-200px;white-space: nowrap;text-overflow: ellipsis;min-width:900px;margin-left:auto;margin-right:auto;}
.modal-scrollable{ white-space: nowrap;text-overflow: ellipsis;height:500px;overflow:hidden;overflow-y:scroll;}
.modal-white-header{color:white;margin-left:20px;}
.modal-wide label {max-width:150px;}

.form-calendar {
  background-image:url(/assets/images/calendar.png);
  background-size:25px 25px;
  background-repeat:no-repeat;
  text-align:right;
}

.rotated180 {
    transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

.img-land {
	position: relative;
  	left:-13px;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {
    background-color: rgba(135, 135, 135, 0.50);
}

.settings-tabs  .btn
{
border-bottom: 1px solid #005ea9;
}
.settings-tabs
{
border-bottom:1px solid #005ea9;

}

.settings-tabs .btn
{
margin-top:4px;
-webkit-border-radius: 6px;
-webkit-border-bottom-right-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius: 6px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
border-radius: 6px;
border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

.btn-xs {
  font-family:Arial, "FontAwesome"!important;
}

.btn {
  font-family:Arial, "FontAwesome"!important;
}

.btn-sm {
  font-family:Arial, "FontAwesome"!important;
}

.searchbtn {
    font-family:Droid Sans, "FontAwesome"!important;
    background: #8c8e90;
    color: #ffffff;
    border: 0 none;
}

.searchbtn:hover, .searchbtn:focus, .searchbtn:active, .searchbtn.active, .open > .dropdown-toggle.searchbtn {
    background: #1a61ac;
}

.searchbtn:active, .searchbtn.active {
    background: #1a61ac;
    box-shadow: none;
}

.creditbtn {
    font-family:Droid Sans, "FontAwesome"!important;
    background: #8c8e90;
    color: #ffffff;
    border: 0 none;
}

.creditbtn:hover, .creditbtn:focus, .creditbtn:active, .creditbtn.active, .open > .dropdown-toggle.creditbtn {
    background: #1a61ac;
}

.creditbtn:active, .creditbtn.active {
    background: #1a61ac;
    box-shadow: none;
}


@media only screen and (max-width: 1279px)  {
.thumbsup
{
display:none;
}
.landingpage-image
{
 /* width:90%;	*/
}
}

.select-form option {
  direction: rtl;
  text-align: right;

}

.select-form {
  -webkit-appearance: none;
  direction: rtl;
}
