@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
}

.card {
    margin-top: 20px;
    margin-bottom: 20px;
}

.card .card-title {
    background-color: #292b2c;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}

.hand {
    cursor: pointer;
}

.hidden {
    display: none;
}

.no-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn {
    cursor: pointer;
}

.btn-primary {
    background-color: #0c9 !important;
    border: none !important;
}

.btn-primary:hover {
    background-color: #0C9 !important;
    border: none;
    color: #191919 !important;
}

.icon-in-button {
    vertical-align: -6px;
    margin-left: 8px;
    font-size: 24px !important;
}

.table-rounded {
    margin-top: 5px;
    border-radius: 5px;
    border-collapse: initial;
    width: 100%;
    background-color: rgba(0, 0, 0, .05);
}

.table-rounded th, .table-rounded td {
    padding: 0;
}

.table-rounded th {
    font-size: 80%;
    vertical-align: bottom;
}

.table-rounded th, .table-rounded td {
    margin: 0;
    padding: 2px;
}

.table-rounded tr {
    background-color: #FFFFFF;
}

.table-rounded tr:first-child {
    background-color: rgba(0, 0, 0, .05);
}

.table-rounded .material-icons {
    font-size: 12px;
}

.img-info {
    max-height: 120px;
}

.txt-info {
    font-size: 110%;
    font-weight: bold;
}

.info-in-table {
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid #0275d8;
    padding: 5px;
    line-height: 12px;
}

.info-in-table .title {
    font-size: 70%;
    font-weight: bold;
}

.info-in-table .txt {
    font-size: 85%;
}

.nowrap {
    white-space: nowrap;
}

.profile-image {
    height: 60px;
    width: 60px;
}

.transparent {
    opacity: 0.4;
}

.transparent > * {
    opacity: 0.4;
}

.info-monitor {
    font-weight: 500;
    width: 360px;
    max-width: 333px;
    word-break: break-word;
    font-size: 12.5px;
    line-height: 15.5px;
}

.gm-style-iw div div::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.gm-style-iw div div::-webkit-scrollbar
{
    height: 6px;
    background-color: #F5F5F5;
}

.gm-style-iw div div::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #E7E7E7;
}

.info-monitor .img-info {
    height: 85px;
    width: 85px;
}

.info-monitor a {
    color: black;
    text-decoration: underline;
}

.info-monitor .name {
    font-weight: bold;
    white-space: nowrap;
}

.info-monitor .material-icons {
    vertical-align: -6px;
    font-size: 24px !important;
}

.info-monitor .trip {

}

.info-monitor .trip .title {
    background-color: #0275d8;
    color: #FFF;
    padding: 2px 5px;
    margin-top: 2px;
    font-weight: bold;
}

.info-monitor .trip .subtitle {
    background-color: #636C72;
    color: #FFF;
    padding: 2px 5px;
    margin-top: 2px;
    font-weight: bold;
}

.red{
    color: #F00000;
}

.green {
    color: #00CC99;
}

.box-red{
    background-color: #F00000;
    padding: 2px;
    font-size: 90%;
    font-weight: bold;
    color: #FFF;
}

.box-green {
    background-color: #3c763d;
    padding: 2px;
    font-size: 90%;
    font-weight: bold;
    color: #FFF;
}

.thumb {
  border: 1px solid #000;
  max-height: 600px;
  max-width: 800px;
  margin: 10px 5px 0 0;
}

.thead-inverse th {
    color: #fff;
    background-color: #445B76;
}

#list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#list iframe{
    max-width: 100%;
}