﻿body {
  margin: 0;
  min-width: 550px;
}

#wrapper {
  width: 100%;
}
#page-wrapper {
  padding: 20px;
}

.pagination .button {
  cursor: pointer;
}
#logged-user-info {
    position: absolute;
    top: 55px;
    right: 20px;
    height: 0px;
    overflow: hidden;
}


.menuitem {
    cursor: pointer;
    transition: height 0.5s;
}

    .menuitem:hover {
        background-color: #0381a2;
    }

#menu {
    height: 60px;
    width: 60px;
}

    #menu:hover + #logged-user-info,
    #logged-user-info:hover {
        height: auto;
        width: 300px;
        background: #FCAB10;
        padding: 10px;
        color: white;
        font-size: 20px;
        z-index: 2147483647;
    }


.btn-outline {
  color: inherit;
  background-color: transparent;
  transition: all .5s;
}
.btn-primary.btn-outline {
  color: #428bca;
}
.btn-success.btn-outline {
  color: #5cb85c;
}
.btn-info.btn-outline {
  color: #5bc0de;
}
.btn-warning.btn-outline {
  color: #f0ad4e;
}
.btn-danger.btn-outline {
  color: #d9534f;
}
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: white;
}
.chat {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #999999;
}
.chat li.left .chat-body {
  margin-left: 60px;
}
.chat li.right .chat-body {
  margin-right: 60px;
}
.chat li .chat-body p {
  margin: 0;
}
.panel .slidedown .glyphicon,
.chat .glyphicon {
  margin-right: 5px;
}
.chat-panel .panel-body {
  height: 350px;
  overflow-y: scroll;
}
.login-panel {
  margin-top: 25%;
}
.flot-chart {
  display: block;
  height: 400px;
}
.flot-chart-content {
  width: 100%;
  height: 100%;
}

.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  border-radius: 25px;
  font-size: 18px;
  line-height: 1.33;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.33;
}
.show-grid [class^="col-"] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #eee !important;
}
.show-grid {
  margin: 15px 0;
}
.huge {
  font-size: 40px;
}
.panel-blue {
  border-color: #428bca;
}
.panel-blue .panel-heading {
  border-color: #428bca;
  color: white;
  background-color: #428bca;
}
.panel-blue a {
  color: #428bca;
}
.panel-blue a:hover {
  color: #2a6496;
}
.panel-green {
  border-color: #5cb85c;
}
.panel-green .panel-heading {
  border-color: #5cb85c;
  color: white;
  background-color: #5cb85c;
}
.panel-green a {
  color: #5cb85c;
}
.panel-green a:hover {
  color: #3d8b3d;
}
.panel-red {
  border-color: #d9534f;
}
.panel-red .panel-heading {
  border-color: #d9534f;
  color: white;
  background-color: #d9534f;
}
.panel-red a {
  color: #d9534f;
}
.panel-red a:hover {
  color: #b52b27;
}
.panel-yellow {
  border-color: #f0ad4e;
}
.panel-yellow .panel-heading {
  border-color: #f0ad4e;
  color: white;
  background-color: #f0ad4e;
}
.panel-yellow a {
  color: #f0ad4e;
}
.panel-yellow a:hover {
  color: #df8a13;
}
.panel-purple {
  border-color: #00bff3;
}
.panel-purple .panel-heading {
  border-color: #00bff3;
  color: white;
  background-color: #00bff3;
}
.panel-purple a {
  color: #00bff3;
}
.panel-purple a:hover {
  color: #0083a6;
}
.panel-gray {
  border-color: #888;
}
.panel-gray .panel-heading {
  border-color: #888;
  color: white;
  background-color: #888;
}
.panel-gray a {
  color: #888;
}
.panel-gray a:hover {
  color: #626262;
}
.panel-darkgray {
  border-color: #555;
}
.panel-darkgray .panel-heading {
  border-color: #555;
  color: white;
  background-color: #555;
}
.panel-darkgray a {
  color: #555;
}
.panel-darkgray a:hover {
  color: #2f2f2f;
}
.state-icon {
  left: -5px;
}
.list-group-item-primary {
  color: #ffffff;
  background-color: #428bca;
}
.well {
  padding: 0px;
}
/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
  margin-bottom: 0px;
}
#grid-service {
  margin-top: 30px;
  margin-bottom: 30px;
}
#grid-service thead tr th:nth-child(1) {
  width: 30%;
}
#grid-service thead tr th:nth-child(2) {
  width: 20%;
}
#grid-service thead tr th:nth-child(3) {
  width: 20%;
}
#grid-service thead tr th:nth-child(4) {
  width: 10%;
}
#grid-service thead tr th:nth-child(4) {
  width: 10%;
}

#service-modal .modal-body {
  position: relative;
  overflow-y: auto;
  height: 500px;
  padding: 15px;
}
#service-modal .title {
  height: 55px;
  font-size: 14pt;
}
#service-modal .name {
  font-size: 14pt;
}
#service-modal .name input {
  max-width: 100%;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
h1 {
    text-align: center;
    color: white;
    margin: 10px;
    margin-bottom: 25px;
}
h2 {
    text-align: center;
}
.ITN-logo {
    width: 130px;
    /*height: 108px;
    margin: 15px;*/
}
.menu-bars {
    font-size: 25px;
    color: #0381a2;
    height: 60px;
    width: 60px;
    display:inline-block;
}
* {
    margin: 0px;
    padding: 0px;
    font-family: "freight-sans-pro",sans-serif;
}
.teal-bar {
    width: 100%;
    padding: 25px;
    background: linear-gradient(180deg, #0381a2, #02918a);
    color: white;
}

    .teal-bar label, .teal-bar button {
        color: white;
    }

.orng-btn {
    min-width: 150px;
    padding: 12px;
    color: #f2f2f2;
    background: #fcab10;
    font-size: 16px;
    border-radius: 3px;
    border: none;
    font-weight: bold;
}

    .orng-btn:hover, .orng-btn:focus {
        background: #F2CD30;
        color: #ffffff;
    }

.ctrl-large {
    min-width: 350px;
    min-height: 46px;
}
.row {
    margin: 15px;
}
html, body {
    min-height: 100%;
}
.page {
    padding-top:50px;
    height: 100%;
}
.scans {
    background-color: white;
    border-radius: 10px;
    color:black;
}
.scans tr:first-child{
    border-top: 0px;
}

    .scans tr {
        border-top: 2px solid #90C1D0;
    }
.scans tr td{
    padding: 5px 75px 5px 75px;
    font-size: 20px
}
.count{
    text-align:right;
}

#scans{
    display:none;
}
.show-overview-link {
    display: none;
}
.company-overview-link {
    display: none;
}
.performance-link {
    display: none;
}
.reports-link {
    display: none;
}
body .ui-autocomplete {
    position: relative;
    background-color: white;
    z-index: 2147483647;
    color: black;
    list-style: none;
    list-style-type: none;
}
.ui-helper-hidden-accessible {
    display: none;
}
.company {
    padding: 1px;
    max-height: 200px;
    overflow: auto;
    width: 200px;
}

.userSearchBar {
    width: 350px;
    height: 30px;
    padding: 5px;
    margin: 0 auto;
    background-image: url(../Images/SearchBarIcons.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
}
.searchbar-container {
    text-align: center;
}
.grid > tbody > tr > td, .grid > tbody > tr > th {
    vertical-align: middle;
    border: none;
    color: black;
}

.grid > thead:first-child > tr:first-child > th,
.grid > thead:first-child > tr:first-child > th > a > span {
    background-color: #fcab10;
    color: #f2f2f2;
    border: none;
    padding: 8px 0px 8px 0px;
}

.grid > tbody > tr:nth-child(odd) {
    background-color: #FDFAFA;
}

.grid > tbody > tr:nth-child(even) {
    background-color: #EFEFEF;
}
.grid > thead:first-child > tr:first-child > th:first-child,
.grid > tbody > tr > td:first-child {
    padding-left: 10px;
}
.grid > thead:first-child > tr:first-child > th:last-child,
.grid > tbody > tr > td:last-child {
    padding-right: 10px;
}

.teal-btn {
    min-width: 75px;
    padding: 12px;
    margin: 15px;
    color: #f2f2f2;
    background-color: transparent;
    font-size: 16px;
    border-radius: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
}

    .teal-btn:hover,
    .teal-btn:focus,
    .teal-btn.focus {
        color: #fcab10;
    }
.actionBar > .actions {
    display: none;
}
label.dropdown-item {
    color: #0381a2;
    font-size: 15px;
}
.pagination > .active > a {
    background-color: #fcab10;
    border-color: #fcab10;
    color: #f2f2f2;
}
.report-item-logo{
height:100px;
width:100px;
}

.report-list .report-listitem > a {
    color: #f2f2f2;
}
.report-list {
    padding-top: 50px;

}

.event {
    padding: 1px;
    max-height: 200px;
    overflow: auto;
    width: 500px;
}

.company {
    padding: 1px;
    max-height: 200px;
    overflow: auto;
    width: 500px;
}

.page-titles, .secondary-titles {
    text-align: center;
}
.menu-logo{
    height:130px;
}
.appName {
    font-size: 15px;
    padding-top: 50px;
    display: inline-block;
}
/*.vertical-centered {
    /*height: 135px;
    line-height: 135px;
    font-size: 18px;
    color: white;
}

.vertical-centered-inner {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}*/
.event-list .event-list-item {
    margin: 0px;
    padding: 10px;
    color: white;
    border-top: 1px solid #FEF2CF;
}

.event-list:last-child {
    border-bottom: 1px solid #FEF2CF;
}

.linkButton {
    color: white !important;
    text-decoration: underline !important;
}

.divcenter {
    height: 10em;
    display: flex;
    align-items: center;
    justify-content: center
}




@media screen and (max-width: 1000px) {
    .page-titles {
        font-size: 30px;
    }

    .secondary-titles {
        font-size: 22px;
    }

    .tertiary-titles {
        font-size: 17px;
    }

    .event-list .event-list-item .title {
        font-size: 14px;
        padding-left: 0px;
        text-decoration: none !important;
    }

    .event-list .event-list-item .content {
        font-size: 11px;
        padding-left: 0px;
        text-decoration: none !important;
    }

    .col-md-12 {
        width: 100%;
    }

    #page-wrapper {
        padding: 0px;
    }

    .userSearchBar {
        width: 275px;
    }

    .scans tr td {
        padding: 5px 15px 5px 15px;
        font-size: 15px;
    }

    .huge {
        font-size: 20px;
    }

    .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .page-width, body {
        min-width: 375px;
    }

    .tabs {
        display: none;
    }
    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }
}
@media(min-width:1000px) {
    .page-titles {
        font-size: 50px;
    }

    .secondary-titles {
        font-size: 30px;
    }

    .tertiary-titles {
        font-size: 25px;
    }

    .event-list .event-list-item .title {
        font-size: 18px;
        padding-left: 75px;
        text-decoration: none !important;
    }

    .event-list .event-list-item .content {
        font-size: 15px;
        padding-left: 75px;
        text-decoration: none !important;
    }

    .page-width {
        width: 100%;
    }

    .secondbtn {
        padding-left: 5px;
    }

    .tabs {
        display: block;
    }

        .tabs > a {
            color: white
        }

    .clicked {
        background-color: #fcab10 !important;
    }

    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }

    .desktop-menuitem {
        background-color: #90C1D0;
        padding: 22px 18px 18px 18px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        font-weight: bold;
    }

    .report-listitem {
        width: 49% !important;
        display: inline-block;
        height: 200px;
    }

    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
        background: #fcab10 !important;
        font-weight: normal;
        color: #ffffff;
    }

        .ui-icon-background,
        .ui-state-active .ui-icon-background {
            border: #003eff;
            background-color: #ffffff;
        }

        .ui-state-active a,
        .ui-state-active a:link,
        .ui-state-active a:visited {
            color: #ffffff;
            text-decoration: none;
        }

    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    .ui-button,
    /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
    html .ui-button.ui-state-disabled:hover,
    html .ui-button.ui-state-disabled:active {
        border: 0px solid #c5c5c5 !important;
        background: #90C1D0 !important;
        font-weight: normal;
        color: #454545;
    }

    .ui-widget-content {
        background: white !important;
    }
    .ui-widget-header {
        background: none !important;
        border: 0px !important;
    }
        .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
        .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
            font-weight: bold !important;
            color: #ffffff !important;
        }
    .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
        background: #fcab10 !important;
    }
    .ui-tabs .ui-tabs-panel {
        padding: 0px !important;
    }
    }
@viewport {
    width: device-width;
    zoom: 1.0;
}

.groupCenter {
    display: flex;
    justify-content: center;
}
.colAdditional{
    min-width:175px;
}