@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
.alert-fixed {
    position:fixed;
    bottom: 30px;
    left: 5%;
    width: 90%;
    z-index:9999;
}
body, html {
    background-color: #fbfbfb;
    font-family: 'Roboto', sans-serif;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.full-page {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    padding-top: 60px;
    z-index: 1000;
}
.btn-primary {
    background-color: #284154;
    border-color: #284154;
}
span.badge {
    font-weight: normal;
    font-size: 0.85em;
    padding: 5px;
}
h1 {
    margin-bottom: 30px;
    color: #284154;
}
h2 {
    margin-bottom: 25px;
    color: #284154;
}
h3 {
    margin-bottom: 20px;
    color: #284154;
}
body.modal-body {
    padding: 0px;
}
body.modal-body .container{
    min-width: 100% !important;
    border: 0;
    border-radius: 0;
    margin: 0px !important
}
td.edit_button {
    width: 65px;
}
a.table-edit-button {
    padding:3px 5px !important;
    font-size: 12px;
}
a {
    color: #284154;
}

table a {
    color: #000;
}

table img {
    max-height:100px;
    max-width:100px;
    height:auto;
    width:auto;
}

.table-vertical-align-middle  > tbody > tr > td {
     vertical-align: middle;
}

.clickable-row:hover td {
    cursor: pointer;
    background-color: #f5f5f5;
}
nav.navbar {
    font-family: 'Roboto', sans-serif;
    background-color: #284154;
    border-bottom: 1px solid #fff !important;
    z-index: 1001;
}
.navbar .container {
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
}
.breadcrumb-container {
    background: white;
}
.breadcrumb.container {
    padding: 10px 0;
    background: none;
    border: 0;
    box-shadow: none;
}
.container {
    padding: 30px;
    background: white;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
div.page-header {
    margin-bottom: 30px !important;
}
table td {
    padding-top: 0;
    padding-bottom: 0;
}
table .even td {
    background: #fafafa;
}
table .edit_button {
    text-align: right;
}
form.form-inline label {
    margin-right: 10px;
}

table.history-table {
    font-size:0.9em;
}
table td.delete_button {
    text-align: right;
    width: 40px;
}
table .snag_title {
    width: 30%;
}
table a.table-view-button {
    display: none;
}
.snag-image img {
    max-width: 300px;
    max-height: 500px;
}
dl, dt, dd {
    margin-left: 0;
    padding-left:0;
}
.nav-link {
    font-size: 0.9em;
    text-transform: uppercase;
}
ul.navbar-nav li {
    padding: 0.2em 0.3em;
}
nav .border-right {
    border-color: #42596D !important;
}
.navbar i {
    margin-right: 10px;
}
nav form select.form-control {
    border-color: #42596D;
    background-color: #345065;
    color: #fff;
    min-width: 200px;
}
div.alert-secondary {
    background-color: #efefef;
}

.pagination>li>a {
    color: #284154;
}
.pagination>li.disabled>span{
    color: #ccc !important;
}
.pagination>li.previous-page,
.pagination>li.next-page {
    font-weight: bold;
}
.pagination>li.active>a,
.pagination>li.active>span {
  background: #f5f5f5 !important;
  border: 1px solid #ddd !important;
  color: #999 !important;
}
.nav-pills a {
  color: #284154 !important;
}
.nav-pills a.active {
  background: #284154 !important;
    color: #fff !important;
}
.container.help-container {
    padding: 0 !important;
    background: none!important;
    border-radius: 0px!important;
    border: 0!important;
}
.container.help-container .alert {
    margin-top: 30px;
}
.help-list {padding: 0 0 0 30px;}
.help-list .list-group-item {
    display: list-item;
    border-radius: 0;
    border-left: 0;
    border-right:0;
    border-top: 0;
    background: none;
}
.help-list li:last-of-type {
    border-bottom: 0 !important;
}

.messages-list {
    width:300px;
}
.thread, .thread:hover {
    text-decoration: none;
}
.thread.selected {
    background: #eee;
}
.thread.unread {
    background: #e9eaf7;
    font-weight: bold;
}
.thread .text-danger {
    display: none;
}
.thread.unread .text-danger {
    display: inline-block;
}
#message-iframe, .messages-body {
    background-color: #f4f4f4;
}
#messages {
    padding: 1.5em 1.5em 90px 1.5em;
}

#message-bar {
    position: fixed;
    height: 80px;
    bottom: 0;
    right:0;
    left:0;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
}

#message-bar textarea {
    resize: none;
}

.message-text {
    background: #ddd;
    border-radius: 15px;
    margin-top: 1em;
    margin-right: 4em;
    padding:0.8em;
}
.sender .message-text {
    background: #2a5cad;
    margin-right: 0;
    color: #fff;
    margin-left: 4em;
}
.message-text small {
    opacity: 0.5;
}
.message-sent-by {
    margin-top: 0.5em;
    font-size: 0.8em;
    color: #888;
}
.sender .message-sent-by {
    text-align: right;
}

@media (min-width: 768px) {
    .venoframe, .vbox-inline{
        width: 90%;
        height: 360px;
        height: 90vh;
    }
    .venoframe.vbvid{
        width: 640px;
        height: 360px;
    }
}
@media (min-width: 992px) {
    .venoframe, .vbox-inline{
        max-width: 1200px;
        width: 80%;
        height: 540px;
        height: 90vh;
    }
    .venoframe.vbvid{
        width: 960px;
        height: 540px;
    }
}
