input, select {
    height: 36px!important;
    width: 100%;
    padding: 6px!important;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 800;
    font-size: 100%;

}

#email-table, td, th {

  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;

}

.panel-color {
  color: #FFFFFF!important;
  background-color: #E9967A!important;
  /*font-weight: bold!important;*/
}

.panel-yellow {
  color: #FFFFFF!important;
  background-color: #FFC300!important;
  font-weight: bold!important;
}

.color-override {
  background-color: red!important;
  border-color: red!important;
  
}

.fn_details {
  border: 0px!important;
  border-top: 0px;
  border-bottom: : 0px;
}


.jodiv {
  position: absolute;
  top:88px;
  background:#ffffff;
  height:300px;
  border-top:0px dashed #ffffff;
  border-right:0px dashed #ffffff;
  border-left:0px dashed #ffffff;
  border-bottom:0px dashed #ffffff;
  width: 260px;
  margin: 0px 0px 0px 0px;
  left:565px;
  align:top;
  padding-left:0px;
}



span#link1 a {
  /*font-weight: bold!important;*/
  color: white!important;

  /*background-color: white;*/
}

#sidebar {
  z-index: 500!important;
}

/*.main-content {
  position: relative;
  z-index: -50;
}*/

input[type=submit], .btn-block, a.btn-block, .submit_button, .btn-lg-block.btn-success  {
    height: 36px!important;
    width: 100%;
    background-color: #20B2AA!important;
    color: white;
    padding: 6px!important;
    margin: 8px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 800;
    font-size: 16px;
    text-align: center;
}

.field {
    max-width: 100%!important;
}


.padding {
    padding: 20px!important;
}


.button {
    background-color: black!important;
}


input#search {
    /*width: 50%!important;*/
  margin-top: 8px;
  margin-bottom: 8px;
}



div.flash, div.alert {
    margin: 0px !important;
    font-style: italic;
       color: #fff;
       height: 50px!important;
    padding: 13px;
 
}

div.flash, div.notice {
    margin: 0px !important;
    font-style: italic;
       color: #fff;
       height: 50px!important;
    padding: 13px;
 
}

div.flash, div.success {
    margin: 0px !important;
    font-style: italic;
       color: #fff;
       height: 50px!important;
    padding: 13px;
 
}

.flash {
   /*background-color: #32CD32!important;*/
   
   
}

.notice {
   background-color: #0275d8!important;
}

.alert {
       background-color: #d9534f!important;
}

.success {
  background-color: #5cb85c!important;
}

/*.submit_button {
  background-color: #20B2AA;
  color: white;
}*/

.logout_button {
  padding: 13px!important;
}

.hr_sepa {
  border-top: 1px solid;
}




/*gallery*/
div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 240px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
  image-rendering: auto;
  /*image-rendering: crisp-edges;*/
  /*image-rendering: pixelated;*/
}

div.desc {
  padding: 15px;
  text-align: center;
}

.out_border {
  border: 2px!important;
}
/*gallery*/

.logo_div {
  /*padding:50px;*/
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.center_image {
  margin: auto;
  width: 50%;
  /*border: 3px solid green;*/
  padding: 10px;
}



/*image modal*/
/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close {
  color: white!important;
  position: absolute;
}
.close:hover,
.close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}


#bar-chart {
  margin-top: 25px!important;
  padding-top: 15px!important;
}


.panel {
  box-shadow: 0 2px 0 rgba(0,0,0,0.05);
  border-radius: 0;
  border: 0;
  margin-bottom: 24px;
}

.panel-dark.panel-colorful {
  background-color: #3b4146;
  border-color: #3b4146;
  color: #fff;
}

.panel-danger.panel-colorful {
  background-color: #f76c51;
  border-color: #f76c51;
  color: #fff;
}

.panel-primary.panel-colorful {
  background-color: #5fa2dd;
  border-color: #5fa2dd;
  color: #fff;
}

.panel-info.panel-colorful {
  background-color: #4ebcda;
  border-color: #4ebcda;
  color: #fff;
}

.panel-body {
  padding: 25px 20px;
}

.panel hr {
  border-color: rgba(0,0,0,0.1);
}

.mar-btm {
  margin-bottom: 15px;
}

h2, .h2 {
  font-size: 28px;
}

.small, small {
  font-size: 85%;
}

.text-sm {
  font-size: .9em;
}

.text-thin {
  font-weight: 300;
}

.text-semibold {
  font-weight: 600;
}

.content-panel {
  /*padding:5px;*/
  margin: 3px;
}


#receive_button {
   height: 24px!important;
    width: 100%;
    background-color: #20B2AA!important;
    color: white;
    padding: 0px!important;
    margin: 0px 0px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

#pin_button {
   height: 24px!important;
    width: 20px!important;
    background-color: red!important;
    color: white;
    padding: 0px!important;
    margin: 0px 0px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
}

.pin_table {
  border: 1px solid black;
  border-collapse: collapse!important;
  /*padding: 1px!important;*/
  width: 130px!important;

}

#table_form {
  height: 30px!important;
    width: 80%;
    padding: 0px!important;
    margin: 0px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;

}

#table_button {
   height: 30px!important;
    width: 50px!important;
    background-color: #20B2AA!important;
    color: white;
    padding: 0px!important;
    margin: 0px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;

}

 #table_link {
  height: 30px!important;
    width: 50px!important;
    background-color: #20B2AA!important;
    color: white;
    padding: 4px!important;
    margin: 8px;
    border: none;
    border-radius: 1px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;

  }

  #table_btn {
      height: 30px!important;
    background-color: #20B2AA!important;
    color: white;
     padding: 4px!important;
     margin: 4px;
     border: none;
    border-radius: 1px;
      font-weight: 600;
    font-size: 14px;
  }


#table_select {
   height: 30px!important;
    width: 50%;

    display: inline-block;
   
 
    box-sizing: border-box;
    font-weight: 400;
    font-size: 12px;

}

#time_stamp {
   position: relative;
 
  bottom: -10px;
  padding-right: 25px!important;
  padding-top: 50px;
  color: white;
}

#login_btn {
  bottom: -3px;
}

h4{
  padding-left: 10px;
}

.col-md-6, .col-md-12, .col-md-3 {
  padding-left: 0px!important;

}

/*td {
  padding: 6px!important;
}*/


.printable_border {
  border: 1;
  border-style: solid;
  margin: 5px;
  /*padding: 5;*/
}

.printable_border_body {
  border: 1px;
  border-style: none;
  margin: none;
  /*padding: 5;*/
}

.report01 {
  padding: 15px;
  /*overflow: hidden;*/
   
}

.manifest_body_top {
  padding: 25px;
  display: inline-block;
  line-height: 2em;

}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 720px;
  padding: 10px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

#p_report01, #p_grn, #p_ir, #p_pc, #p_tm, #p_jo, #fn_details, #crm_case_details, #tm_fn_details, {
  display: none ;
  font-family:"Arial Narrow";
  background-color: white!important;
        
        /*width: 80mm !important;*/
        /*position: fixed !important;*/
        top: 0;
        left: 0;
        margin: 0px;
        padding: 0px;
        border: 0px;
        font-size: 21px;
        line-height: 10px;
   float: none;
   z-index: -5000;
}

.top_block {
  border-style: none;
}
/*#container {
    display: table;
    }

  #row  {
    display: table-row;
    }

  #left, #right, #middle {
    display: table-cell;
    }
*/


.site-footer {
margin-top: 200px!important;
}

/*body {
  display: flex;
  flex-direction: column;
  align-items: center;
}*/

body {
   min-height: 400px;
   margin-bottom: 200px;
   padding-bottom: 100px!important;
   clear: both;
}

footer {
background-color: #000;
color: #FFFFFF;
font-size:.8em;
margin-top:30px;
padding-top: 15px;
padding-bottom: 10px;
position:fixed;
left:0;
bottom:0;
width:100%;
 z-index: 400;

}

@media only screen and (max-width: 767px){
footer {
background-color: #000;
color: #FFFFFF;
font-size:.8em;
margin-top:25px;
padding-top: 15px;
padding-bottom: 10px;
position:static;
left:0;
bottom:0;
width:100%;
 z-index: 1;
}

html {
    height: 100%;              /* for the page to take full window height */
    box-sizing: border-box;    /* to have the footer displayed at the bottom of the page without scrolling */
}

*,
*:before,
*:after {
    box-sizing: inherit;       /* enable the "border-box effect" everywhere */
}

.body-for-sticky {
    position: relative;        /* for the footer to move with the page size */
    min-height: 100%;          /* for the footer to be at the bottom */
    padding-bottom: 6rem;      /* Space available between last element and bottom border of the page */
}

.sticky-footer {
    position: absolute;        /* for it to disappear under last body element */
    bottom: 0;                 /* so the footer can stick to the bottom*/
}



input#user_remember_me {
  /*290 x 36*/
  height: 36px;
  width: 290px;
}


.bordered {
 border: 1px solid black!important;
}



.spacer {
  margin-top: 20px!important;
  margin-bottom: 20px!important;
  padding-top: 20px!important;
}



div .col-md-2 .card {
  margin: 5px!important;
  padding: 10px!important;
}

section  {
  padding-bottom: 150px!important;
  margin-bottom: 150px!important;
}


.code_back {
  color: #FFFFFF!important;
  background-color: #000000!important;
}

.code_yellow {
  color: #000000!important;
  background-color: #FFFF00!important;
}

.code_pink {
  color: #FFFFFF!important;
  background-color: #FF00FF!important;
}

.code_green {
  color: #FFFFFF!important;
  background-color: #008000!important;
}

.code_orange {
  color: #FFFFFF!important;
  background-color: #FF5733!important;
}

.code_blue {
  color: #FFFFFF!important;
  background-color: #0000FF!important;
}

.code_purple {
  color: #FFFFFF!important;
  background-color: #800080!important;
}

.code_red {
  color: #FFFFFF!important;
  background-color: #FF0000!important;
}



















