/*
 * Copyright (c) 2016. Developed by Headsoft s.r.o. You can't use any part of this code without permission of Headsoft s.r.o.
 * Author: Hlava
 * Last Update: 5.12.16 0:10
 */

body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    background: url('../image/background.png');
}

h1 {
    margin: 0.1em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 36px;
    line-height: 40px;
}

h2 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    padding-bottom: 10px;
}

h3 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 24px;
    line-height: 40px;
}

h4 {
    margin: 0.8em 0 0.5em 0;
    color: #333;
    font-weight: normal;
    font-family: 'Orienta', sans-serif;
    font-size: 18px;
    line-height: 20px;
}


div#content
{
    margin: 10px;
    padding: 10px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.body {
}

div#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

div#menu li {
    float: left;
}

div#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

div#menu li a:hover {
    background-color: #111;
}

div#menu li.active {
    background-color: #4CAF50;
}
div.camera-create-form textarea {
    width: 400px;
    height: 50px;
}

div.flash {
    background: white;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    font-weight:bold;
    color: #085AA3;
}
div.error {
    color: red;
}
table.camera-list th.name {
    width: 200px;
}

table.camera-list th.id {
    width: 30px;
}

table {
    text-align: left;
}

table.styling tr:nth-child(even) {
    background: #e0e0e0;
}

div#camera-mask-setting {
}

div#camera-preview {
    float: left;
}

div#mask-setting {
    margin-left: 10px;
    float: left;
}

div.clear {
    clear: both;
}

div#mask-setting input.dim {
    width: 30px;
}

div.hh_selectDateWindow {
    width: 262px;
}
div.hh_selectElement {
    min-width: 20px;
    text-align: center;
}
div.time_select {
    float: left;
    width: 200px;
}
div#time_select {
    height: 50px;
}
div.hh_title {
    border-bottom: 1px solid black;
}
div.hs_selectDate input {
    cursor: pointer;
}

p.message {
    color: #0066BB;
}
div.submenu {
    margin-bottom: 20px;
}

div#time_axe {
    height: 50px;
}

div#time_axe p {
    margin: 0;
    padding: 0;
}

div#stream {
    -webkit-user-select: none; /* Chrome/Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

th.vpn {
    width: 100px;
}
th.name {
    width: 100px;
}
th.action {
    width: 180px;
}
.text-center {
    text-align: center;
}
div#virtual_camera_options {
    margin-bottom: 20px;
}
div#virtual_camera_remove_servant {
    margin-top: 20px;
}

div.submenu {
    background: black;
    line-height: 40px;
}

div.submenu a {
    color: white;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

div.submenu a:hover, div.submenu li.active a {
    background: #333333;
    text-decoration: none;
}


div.submenu li {
    float: left;
    list-style: none;
}