
/*
New Styles for bootstrap 3 and new iframe view
--------------------------------------------------------------------------- */
/* Google fonts
-------------------------------------------------- */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,600italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
*/
body {
    font-family: Ubuntu,"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    padding: 0px !important;
    margin: 0px !important;
}

.iframe_table tr:hover{
  font-weight: bold;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 5px !important;
    font-size: 14px !important;
}

#map_canvas {
    height: 500px;
    margin: 0px;
    padding: 0px
}

.uppercase {
    text-transform: uppercase;
}

.scrollFix {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

h1.uppercase, .h1.uppercase {
    font-size: 16px;
    color: #444;
}


h2, .h2 {
    font-size: 20px;
    color: #444;
}

h3, .h3 {
    font-size: 16px;
    color: #444;
}

h4, .h4 {
    font-size: 14px;
    color: #444;
}

.input-username {
  margin-bottom: 8px;
}

.input-password {
  margin-bottom: 16px;
}

.underline {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #f4f4f4;
    background-color: #F54C16;
    border-color: transparent !important;
}

.btn-primary {
    color: #f4f4f4;
    background-color: #f26639;
    border-color: transparent !important;
}

.demo-button {
  float: right !important;
  width: 49%;
}

.login-button {
  float: left !important;
  width: 49%;
}

.metsens-orange {
    color: #f16639;
}