
body{
     background:seashell;
     background-image:url("../img/backg2.jpg");
     background-repeat: repeat;
     background-position: center;
     background-attachment: fixed;
     /*overflow-x: hidden;*/
}
.bill-inner{
/*     background:seashell;*/
     background-image:url("../img/backg4.jpg");
     background-repeat: repeat;
     background-position: center;
     background-attachment: fixed;
     background-size: 200px;
 }/*
 .bill-inner.img{
     opacity: 0.5*/
/* }*/
#sidbar1{
   background-image:url("../img/img_snow.jpg");
   background-repeat:repeat;
   border-right: 2px solid #00398F; 
}
.row{
    margin: 0
}
.navbar{
    background: #fff;
    /*border: none;*/
    min-height:50px;
}

.navbar-brand{
    padding-top: 5px;
    margin-left: 10px;
}
.navbar-brand img{
    display: inline-block;
    width:50px;
    height: 20px;  
    float: left
}

.navbar-default .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
    font-size: 0.88em;
    padding: 3px 15px;
}

.navbar-right{
    margin-top: 5px;
    float: right;
    margin-left: 5px;
}

.navbar-nav > li > a.active{
    background: #ffc423;
    color: #fff;
    border-radius: 23px;
}

/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 90px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}


/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 70px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 5px;
  width: 98%;
}
@media (min-width: 768px) {
  .main {
    padding-right: 5px;
    padding-left: 5px;
    width: 1000px
  }
  }
  
  #qty{
      width: 30%;
  }
  #prc{
      width: 30%;
  }

@media (min-width: 768px) {
.contentheader{
 font-size: 30px;
 margin-left: 100px;
 width: 500px;
}
.table-area{
    margin: auto;
}
.navbar-brand img{
    display: inline-block;
    width:150px;
    height: 60px;  
    float: left
}
 #qty{
      width: 10%;
  }
  #prc{
      width: 10%;
  }
}
.main .page-header {
  margin-top: 0;
  
}


/*form*/
.form-cont{
  width: 440px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
}

.form-conta{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 30px;
  min-height: 400px;
  
}
@media (min-width: 768px) {
.form-conta{
  width: 500px;
/*  margin-top: 10px;
  margin-bottom: 20px;*/
  padding: 20px 30px;
  min-height:500px;
  margin: auto;
}
}

.card{
    position: relative;
    border-radius: 0.25em;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);*/
    border:1px  solid lightgray;
    background-color: whitesmoke;
    height: 80%;
    color: gray;   
    
}

.carda{
    position: relative;
    border-radius: 0.25em;
    /*box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37);*/
    border:1px  solid lightgray;
    background-color: whitesmoke;
    color: gray;        
}


#top-nav-heading{
    padding: 10px;
    background: #ffc423;
    color: #fff;
    font-weight: bold;
    /*border-radius: 5px;*/
    margin-right: -21px; /* 20px padding + 1px border */
    margin-left: -20px;
}
#headings{
    position: fixed;
    top: 0px;
    width: 10px;
   
}
thead{
    color: #999999;
    font-size: 11px;
    vertical-align:top;
    font-weight:bold;
    border-bottom: 2px springgreen;
}
@media (min-width: 768px){
    thead{   
    font-size: 17px;
   }
}
tbody{
    color:rgb(100,75,150);
}

tfoot{
    color: red;
}
table,th,td{
    border: 5px solid #ff6666 ;
}
tr:hover{
    background:lightblue;
}
.contentheader{
 background-image: linear-gradient(to bottom, #aaa 0%, #f2f2f2 100%);
 background-repeat: repeat-x;   
 /*width: auto;*/
 border: 2px inset  #6666ff;
 border-left: 5px solid #00398F;
 border-width: 2px 15px 4px 10px;
 margin: auto;
 padding: 5px;
 font-family:initial;
 font-size: 15px;
 text-align: center;
}
.stnav{
    background:#00398F;
}
.sdbar{
    background: mediumaquamarine;
}
.picbox{
    width: 80px;
    height:100px;
}
#canvas,video{
   border:2px dotted red;
   width: 200px;
   height:150px;
}

.dropdbtn {
    background-color:#ff6600;
    border-color:chocolate;
    color: white;
    display:inline-block;
    font-size: 14px;
    border: none;
    height: 35px;
    border-radius: 4px;
    vertical-align: middle;
    height: 20px;
    }

/* The container <div> - needed to position the dropdown content */
.dropd {
    position: relative;
    display:block;
    margin:5px;
    float: left;     
}

.department{
   font-size: 14px;  
}

@media (min-width: 768px) {
.department{
    font-size: 22px;
}
}
@media (min-width: 768px) {
.dropd {
    display:inline-block;
     margin: 2px;
} 
}

/* Dropdown Content (Hidden by Default) */
.dropd-content {
    overflow: no-display;
    display: none;
    position: absolute;
    background-color:chocolate;
    /*min-width: 150px;*/
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index:1;
    right:0;
}
@media (min-width: 768px) {
.dropd-content {
  position: absolute;   
    /*right:0;*/
    
}
}

/* Links inside the dropdown */
.dropd-content a {
    color: white;
    padding: 5px 7px;
    text-decoration: none;
    display: block;
    /*z-index: 2;*/
}

/* Change color of dropdown links on hover */
.dropd-content a:hover {background-color: #761c19}

/* Show the dropdown menu on hover */
.dropd:hover .dropd-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropd:hover .dropdbtn {
    background-color: blue;
}
.prevnext:hover {
     background-color: #ddd;
    color: black;
}
tr:nth-child(even) {
    background-color: #f2f2f2;
}

@media print {
    .noprint {display:none !important;}
    a:link:after, a:visited:after {  
      display: none;
      content: "";    
    }
}
.cost-center label{
    color: white;
}
.defaultcaroll img{
    width: 400px; 
    margin-left: 300px;
    margin-top: 15px;
}

#mision {
/*    width: 100px;
    height: 100px;
    position: relative;
    background-color: red;*/
    animation-name: mission;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes mission {
    0%   {background-color: #1c3956; color:red; left:0px;}
    50%  {background-color:  #a30606; color:white ; left:200px;}
    100% {background-color: #1c3956; color:white; left:0px;}
}
/* For mobile phones: 
[class*="col-"] {
    width: 100%;
}
*/

#signal {
/*    width: 100px;
    height: 100px;
    position: relative;
    background-color: red;*/
    animation-name: signal;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

@keyframes signal {
    0%   {color:blue; left:0px;}
    50%  {color:white ; margin-left:50px}
    100% {color:blue; left:0px;}
}

@media only screen and (max-width: 768px) {
   //  For phone: 
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}
.main-table{
    margin-left: 2px;
   
}
@media (min-width: 768px) {
    .main-table{
    margin-left: 120px;
   
}
}
.table{
    min-width: 100px;
}

.invoice{
    text-align: center;
    box-shadow:5px 5px 5px #000;
    border:2px solid red;
    margin-top:10px;
    margin-bottom:10px;
    padding:20px 20px 5px 20px;
         }
.invoce-title{
  margin-top: 1px;
  text-align: center;
  font-family: serif;
  
}
@media (min-width: 768px) {
  .invoce-title{
   font-size: 25px
}
   
}
.block{
display: inline-block;
min-width:20%;
}
@media (max-width: 768px) {
  .block{
   min-width: 100px;
   display: block;
}
   
}
.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}
