/*!
 * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

body{
	background-attachment: fixed;
	background-size: cover;
    background-color: #eee;
}

@media print {
  @page { margin: 0; }
  body { margin: 1.5cm; }
  body { margin-top: 0px; }
  body { font-size: 10px; }
  body { width: 370px; }
  body { margin-left: 0px; }
}

@media print{
  #title_tr { display:none;}
  #title_tr div#yellow { display:block;}
  
  #hdrhdr { background-color: lightgrey;}
  #hdr td#yellow {background-color: lightgrey;}
  
  #hdr { background-color: lightgrey;}
  #hdr td#yellow {display:block;}
  
  .header_tr{background-color: lightgrey;}
  .header_tr{-webkit-print-color-adjust: exact;}
  
}

#logo_rc{
	width: 200px;
	height: 100px;
	margin: 0 auto;
}

.header_tr{
	background-color: lightgrey;
}


#logo_disp{
	margin: 0 auto;
	background-color: green;	
}

#icon_size{
	width: 40px;
	height: 40px;
}

#hdr{
	font-weight: bold;
}

#stockcheck{
	font-size: 15px;
}

#box1{
	width: 150px;
	height: 150px;
	border-radius: 5px;
	background-color: darkgreen;
	color: white;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}

#categ1{
	margin-right: 440px;
	font-weight: bold;
	font-size: 20px;
}

.form-control{
	width: 300px;
}

.form-control2{
	width: 600px;
}

#image_edit{
	width: 20px;
	height: 20px;
}

#ptbl{
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 800px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: green;
	background: url("../images/map.jpg") no-repeat center; 
}

#boxes{
	width: 55px;
	height: 108px;
}	

#boxes2{
	height: 55px;
	width: 108px;
}

.control1{
	position: absolute;
	top: 125px;
	left: 47px;
}

.control2{
	position: absolute;
	top: 125px;
	left: 123px;
}

.control3{
	position: absolute;
	top: 125px;
	left: 200px;
}

.control4{
	position: absolute;
	top: 125px;
	left: 276px;
}

.control5{
	position: absolute;
	top: 125px;
	left: 352px;
}

.control6{
	position: absolute;
	top: 125px;
	left: 428px;
}

.control7{
	position: absolute;
	top: 125px;
	left: 505px;
}

.control8{
	position: absolute;
	top: 125px;
	left: 581px;
}

.control9{
	position: absolute;
	top: 125px;
	left: 657px;
}

.control10{
	position: absolute;
	top: 125px;
	left: 733px;
}

.control11{
	position: absolute;
	top: 465px;
	left: 47px;
}

.control12{
	position: absolute;
	top: 465px;
	left: 153px;
}

.control13{
	position: absolute;
	top: 465px;
	left: 260px;
}

.control14{
	position: absolute;
	top: 465px;
	left: 366px;
}

.control15{
	position: absolute;
	top: 465px;
	left: 472px;
}

.control16{
	position: absolute;
	top: 249px;
	left: 814px;
}

.control17{
	position: absolute;
	top: 325px;
	left: 814px;
}

.control18{
	position: absolute;
	top: 402px;
	left: 814px;
}

.control19{
	position: absolute;
	top: 478px;
	left: 814px;
}

.control20{
	position: absolute;
	top: 554px;
	left: 814px;
}
#ssize1{
	width: 150px;
	height: 100px;
	background-color: lightgreen;
	margin: 20px;
	display: inline-block;
	text-align: center;
}

#ssize2{
	width: 150px;
	height: 100px;
	background-color: darkred;
	margin: 20px;
	display: inline-block;
	text-align: center;
	color: white;
}

#categ2{
	font-weight: bold;
	font-size: 20px;
}

/* printer specific CSS */
@media print{
  #headpr { display:none;}
  #headpr div#yellow { display:block;}
  
  #button2 { display:none;}
  #button2 div#yellow { display:block;}
}

#button2 {
	
}

@media(min-width:768px) {
    body {
        margin-top: 50px;
    }
}

#hover_nav:hover{
	background-color: black;
}

#boxcontain{
	padding: 20px; 
	width: 150px;
}

#wrapper {
    padding-left: 0;
}

#page-wrapper {
    background-color: #fff;
	min-height: 500px;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {

    #page-wrapper {
        padding: 10px;
    }
}

/* Top Navigation */

.top-nav {
    padding: 0 15px;
}

.top-nav>li {
    display: inline-block;
    float: left;
}

.top-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
    color: #999;
}

.top-nav>li>a:hover,
.top-nav>li>a:focus,
.top-nav>.open>a,
.top-nav>.open>a:hover,
.top-nav>.open>a:focus {
    color: #fff;
    background-color: #000;
}

.top-nav>.open>.dropdown-menu {
    float: left;
    position: absolute;
    margin-top: 0;
    border: 1px solid rgba(0,0,0,.15);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.top-nav>.open>.dropdown-menu>li>a {
    white-space: normal;
}

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

li.message-preview>a {
    padding-top: 15px;
    padding-bottom: 15px;
}

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

/* Side Navigation */

@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 51px;
        left: 225px;
        width: 225px;
        margin-left: -225px;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
    }

    .side-nav>li>a {
        width: 225px;
    }

    .side-nav li a:hover,
    .side-nav li a:focus {
        outline: none;
        background-color: #000 !important;
    }
}

.side-nav>li>ul {
    padding: 0;
}

.side-nav>li>ul>li>a {
    display: block;
    padding: 10px 15px 10px 38px;
    text-decoration: none;
    color: #999;
}

.side-nav>li>ul>li>a:hover {
    color: #fff;
}


/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

/* Custom Colored Panels */

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    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: #fff;
    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: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}