/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*       End of CSS Reset       */
/*            Setup             */
/*          Borderbox           */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* clearfix */
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    clear: both;
    *zoom: 1;
}
/*          End of Setup        */
/*             Font             */
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_semibold.ttf") format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_text.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_thin.ttf") format("truetype");
    font-weight: 300;
}
@font-face {
    font-family: "Myriad Set Pro";
    src: url("fonts/myriad-set-pro_ultralight.ttf") format("truetype");
    font-weight: 100;
}
/*          End of Font        */





/*   Nikki's Code   */

.navbar {
    position: fixed;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 65px;
    padding: 5px;
    margin-bottom: 20px;
    border: 3px solid #009999;
    background-color: #dff2f2;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 6;
    text-align: center;
    vertical-align: middle;
}
.navbar img {
    position: fixed;
    left: 10px;
    top: 10px;
    margin: 5px;
    border: 1px solid #333333;
    horiz-align: left;
    max-width: 100px;
}
.autoSize img {
    width: 75%;
}
.navbar-right {
    float: right;
    vertical-align: middle;
    width: 10%;
}
#navigation ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    padding-top: 5px;
    margin: 5px;
}
#navigation li+li {
    border-left: 1px solid #009999;
    padding-left: 15px;
    padding-top: 5px;
    margin: 5px;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
    .nav-items {
        text-align: center;
        padding: 5px;
    }
}
.logoutLblPos{
    position: fixed;
    right: 10px;
    top: 10px;
    padding: 5px;
    color: #009999;
    background-color: #dff2f2;
}

.dash {
    display: block;
    text-align: center;
}
.dash h5 {
    color: #009999;
}

.deviceblock div {
    padding-left: 40px;
}

#DevGroup {
    padding-bottom: 20px;
}
#EvtGroup {
    max-width: 100%;
    display: block;
    margin: 20px;
    border: 3px solid #009999;
    background-color: #dff2f2;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 1
}
#EvtGroup th {
    font-weight: bold;
    color: #dff2f2;
    background-color: #009999;
    text-shadow: 1px 1px 0 #333;
    border: 2px solid #000;
    text-align: center;
    vertical-align: center;
}
#EvtGroup td {
    border: 2px solid #424242;
}
.col-6 {
    display: inline-block;
    border: 2px solid #333;
}
.event_type_0 {
    background-color: yellow;
}
.event_type_1 {
    background-color: skyblue;
}
.event_type_2 {
    background-color: yellowgreen;
}
.event_type_3 {
    background-color: coral;
}
.event_type_4 {
    background-color: darkseagreen;
}
.event_type_5 {
    background-color: crimson;
    text-transform: uppercase;
    font-weight: bold;
}
.event_type_100 {
    background-color: darkturquoise;
}
#moreEvents {
    width: 25%;
    background-color: #a7a7a7;
    border: 2px solid #000000;
    padding: 3px;
    font-size: 20px;
    margin: 10px;
}
.btn-danger {
    padding: 1px;
    margin: 3px;
    border: 1px solid darkred;
    background: indianred;
    align-content: center;
}
.btn btn-upl {
    border: 1px solid black;
    background: darkseagreen;
}
.btn btn-secondary {
    padding: 3px;
    margin: 3px;
}

.usr-info {
    width: 100%;
}
#usr-img {
    max-width: 200px;
    max-height: 400px;
    float: right;
    padding: 5px;
}
#usr-info {
    float: left;
    padding: 5px;
}

#usr-tbl {
    vertical-align: middle;
    horiz-align: left;
}

.container {
    width: 100%;
}
#add_comp {
    float: right;
    padding: 5px;
    margin: 5px;
}
#add_site {
    float: right;
    padding: 5px;
    margin: 5px;
}

.blocktitle h3 {
    font-weight: bold;
    font-style: italic;
}
.deviceblock {
    display: inline-block;
    border: 1px solid #000;
    margin: 20px;
    background-color: #dff2f2;
    padding: 3px;
    width: 300px;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 1
}


.table_colors {
    align-content: center;
    margin-right: 20px;
    border: 3px solid #009999;
    background-color: #dff2f2;
    -webkit-box-shadow: 5px 5px 15px 5px #424242;
    box-shadow: 5px 5px 15px 5px #424242;
    column-count: 1;
}
.table_colors th {
    table-layout: fixed;
    padding: 10px;
    font-weight: bold;
    border-bottom: 2px solid #000"

}
.table_colors td {
    border: 2px solid #000;
    padding 3px;
}


.compedit-btn {
    width: 75px;
}
.dim-link {
    color: #9f9f9f
}
#hiddendetails {

}
#hiddendetails.open {
    transition: .5s;
    opacity: 1;
}



