/* 
    Created on : Apr 4, 2021, 6:20:18 AM
    Author     : Venetsian
*/
/* 
    Created on : Oct 8, 2020, 2:06:38 PM
    Author     : Venetsian
*/
body {background-color: black; color:gray; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
/* On screens that are 992px or less, set the background color to blue */


#bottom {text-align:center; width:auto; padding: 10px 0px 10px 0px; background-color: black; }

.error {padding-left:5px; color:red;}

#quick_menu {text-align:right;}

div.main_menu {align-self: center;}
ul.main_menu {list-style-type:none; margin:0px; padding:0px;  background-color: silver; }
li.main_menu {float:left;}
li.main_menu a {display: block; color: gray;  padding: 8px 16px;  text-decoration: none;}
li.main_menu a:hover { background-color: #555; color: white; }

div.sub_menu {align-self: center;}
ul.sub_menu {list-style-type:none; margin:0px; padding:0px;  background-color: silver; }
li.sub_menu {float:left; margin-left:20px;}
li.sub_menu a {display: block; color: gray;  padding: 8px 16px;  text-decoration: none;}
li.sub_menu a:hover { background-color: #555; color: white; }


hr { border: 1px solid #844814;}

td a, td a:visited, h2 a,h2 a:visited,h3 a,h3 a:visited {color:#844814;}
#content a, #content a:visited {color:#844814;}


td {padding:5px; }

thead {color: gray; font-weight:bold;}
tbody {color: white;}
tfoot {color: red;}

#content {clear:both; min-height: 400px; padding:0px 5px 0px 5px; margin:0px 0px 0px 0px; background-color:black; border-top:2px solid #834610; border-bottom:2px solid #834610;}
#container {width:100%; margin:0px 0px 0px 0px; padding:185px 0px 0px 0px; background-color:black; background-image: url("/images/hrbdx-logo-black.jpg"); background-repeat: no-repeat;  background-position: center top; }  
#loginscreen {width:100%; text-align:center; margin:20px 0px 0px 0px; }
#loginscreen img {display:block; width:100%}

/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
    ul.userlist li {display:block; float:left; padding-right:5px; }
    #container { width:1200px; margin:0px auto 0px auto; padding-top: 85px; background-image: url("/images/logo-software-opt.jpg");  }  
    #content {clear:both; min-height: 400px; padding-left:20px; margin-top:20px; background-color:black; border:2px solid #834610;}
    #loginscreen {width:500px; margin:200px auto 0px auto; }        
}


