body{
    padding-top: 70px;
    padding-bottom: 60px;
  /*    min-height: 2000px;*/
   
}
   
.pl-3{
  padding-left: 1rem;
}

.ml-3{
  margin-left: 1rem;
}

.multiselect-native-select{
  max-width: 250px;
}

body, .navbar-fixed-top, .navbar-fixed-bottom {
    min-width: 1200px;
}

.container {
    max-width: none !important;
    width: auto !important;
}


.navbar-shadow {
    -webkit-box-shadow: 0px 0px 25px #111;
    -moz-box-shadow:    0px 0px 25px #111;
    box-shadow:         0 0 20px 0 rgba(46, 40, 64, 0.5);
    z-index:999;
}

.footer-shadow {
    -webkit-box-shadow: 0px 0px 25px #111;
    -moz-box-shadow:    0px 0px 25px #111;
    box-shadow:         0 0 20px 0 rgba(46, 40, 64, 0.5);
    z-index:999;
}

.footer {
    background-color: #f5f5f5;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    position: fixed;
    width: 100%;
}

ul, ol {
    list-style: outside none none;
    padding: 0;
}

table{
    font-size: 10pt;
}    

th
{
 font-weight: bold;
 background-color: #eac796;
 text-align: center;
}

.fixed-table-container tbody .selected td {
    /*background-color: yellow!important;*/
}

tr.status_n:hover > td{
    background-color: red;
}

tr.status_e > td{
    background-color: orchid;
}

tr.status_n > td{
    background-color: greenyellow;
}
tr.status_p > td{
    background-color: #9acfea;
}
tr.status_disable > td{
    background-color: #9acfea;
}

th.name
{
    width:15em;
}

th.clientcode 
{
    width: 4em;
    
}
th.id
{
    width: 4em;
}
th.number
{
    width: 3em;
}

th.nip
{
    width: 8em;
 
}
th.tel
{
    width: 7em;
    
}

th.state{
    width:1em;
    
    
}

th.date 
{
    width: 8em;
    
}

th.area 
{
    width: 6em;
    
}

th.value
{
    width: 6em;
    
}

th.status 
{
    width: 8em;
    
}

th.actions
{
    width: 10em;
    
}

th.barcode
{
    width: 8em;
    
}

th.comment
{
    
    
}





.table ul li
{
   float: left;
   margin-left: 5px;
}



.toolbar, .filter-bar{
  background-color: whitesmoke;
    padding-bottom: 8px;
    padding-top: 8px;
    
}

.title{
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 10px;
}

.drako .modal-dialog {
    margin-top:75px;

}

.drako .modal-body {
    padding-left: 25px;
    padding-right: 25px;
}

#newModalFoil .modal-dialog{
    width: 300px;
    
}

.warning span{
    color: orange;
}


.tab-content{
    padding-top: 10px;
    border: 1px solid #ddd;
}

.ui-autocomplete{
    z-index: 9999;
        -webkit-box-shadow: 0px 4px 8px -4px #777;
    -moz-box-shadow: 0px 4px 8px -4px #777;
    box-shadow: 0px 4px 8px -4px #777;
}



.custom-combobox{
    
}
.custom-combobox *{
    display: inline-block;
    vertical-align: top;
    
}

.custom-combobox .form-control{
    width:80%;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.custom-combobox .btn{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    top:0px;
}

.message-field{
    background-color: whitesmoke;
    position: absolute;
    white-space: nowrap;
    z-index: 8;
    color: #a94442;
    border: solid #A9A9A9 1px;
    line-height: 1em;
    -webkit-box-shadow: 5px 5px 5px -5px #777;
    -moz-box-shadow: 5px 5px 5px -5px #777;
    box-shadow: 5px 5px 5px -5px #777;
}

.message-field li{
   padding: 10px;
   text-align: left;
   /*display: inline-block;*/
}
.message-field .message-warning{
 color:orange;   
}
.message-field .message-error{
 color:red;   
}
.message-field message-info{
 color:black;   
}















#top
{
  background: url(../images/bg_top.png) repeat-x top;
  height: 130px;
}

#top .content
{
 width: 1000px;
 margin:0 auto;
}

#top h1
{
  height: 120px;
  width: 1000px;
  margin: 0 auto;
}

#top h1 a {
  display: block;
  width: 120px;
  height: 120px;
  background: url(../images/logo.png) no-repeat;
}


#top h1 img
{
  display: none;
}

#top .post
{
  float: right;
  margin-top: -66px;
  margin-right: 40px;
}
#sub_header .post h2
{
  display: none;
}

#sub_header .post div a
{
  display: block;
  background: url(../images/button-post.jpg);
  text-indent: -9999px;
  width: 150px;
  height: 48px;
}

#sub_header .post div a:hover
{
  background-position: left -50px;
}

#sub_header .post div a:active
{
  background-position: left -100px;
}
.form_body
{
margin-bottom: 20px;
}
#sub_header
{
  width: 800px;
  height: 60px;
  margin: -60px 0 0 auto;
}

#sub_header .search, #sub_header .title_form
{
  padding: 10px 35px;
}

#sub_header h2
{
  /* text-indent: -9999px;
  */
  font-size: 24pt;
  color: white;
}

#sub_header .search h2
{
  height: 23px;
  width: 250px;
  margin-bottom: 7px;
  margin-top: 5px;
}

#content .content {
  width: 1000px;
  margin: 0 auto;
}

#content h1
{
  margin-bottom: 10px;
  padding: 0px 15px;
  font-size: 124%;
  text-transform: uppercase;
  background: url(../images/bg_title.png) no-repeat;
  line-height: 40px;
  color: #fff;
}

#content h1 a
{
  color: #fff;
  text-decoration: none;
  font-style: normal;
  text-transform: uppercase;
  line-height: 40px;
}
#records_list
{
    
}
#records_list .records_filter
{
    background-color: smoke;
    height:50px;
}

#records_list .description,
#records_list p.how_to_apply
{
  font-size: 105%;
  line-height: 1.4em;
  margin: 0 10px;
  color: #333;
}

#records_list .logo
{
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 5px;
  background: #fff;
}

#records_list_actions
{
  margin: 3px 0;
  padding: 7px;
  padding-left: 0;
  background-color: #ffc;
  list-style: none;
}

#records_list_actions ul
{
  display: inline;
}

#records_list_actions h3
{
  display: inline;
  font-weight: bold;
  margin-right: 15px;
  padding: 7px;
  background-color: #eee;
}

#records_list_actions li
{
  display: inline;
  margin-right: 7px;
}

.expires_soon
{
  color: red;
}

#records_list_actions li form, #records_list_actions li #form
{
  display: inline;
}
#menu
{
    background-color: yellow;
    
    
}

#menu ul li
{
    float:left;
 
}
#menu ul li a
{
    color:whitesmoke;
 
}

.records_data, .records_list
{
    border: 1px solid #999;
    margin: 0 auto;
    box-shadow: 8px 8px 5px #888888;
    /*border-spacing: 1px;
    border-collapse: separate;
    */
}













.record_properties
{
 margin: 0 auto;
 border: 1px solid #999;
}

.record_properties tr
{
 border-bottom: 1px solid #999;
}

.record_properties th, .record_properties td
{
 border-right: 1px solid #999;
 padding: 2px 5px;
 
}
.actions ul li
{
   float: left;
   margin-left: 5px;
}
div.actions
{
    height: 30px;
    margin: 0 auto;
    
    
}







#footer
{
  margin-top: 60px;
  font-size: 90%;
  margin-bottom: 0px;
  height: 153px;
  padding-top: 10px;
  position: relative;
}

#footer .content {
  width: 1000px;
  margin: 0 auto;
}

#footer a
{
  color: #77766F;
}

#footer ul
{
  display: inline;
}

#footer li
{
  list-style: none;
  margin-right: 15px;
  display: inline;
}

#footer li a
{
  text-decoration: none;
}

#footer li a:hover
{
  color: #000;
  text-decoration: underline;
}

#footer .symfony,
#footer .centresource
{
  font-family: arial,sans-serif;
  font-size: 80%;
  float: right;
  color: #666;
}

#footer .centresource
{
  clear: both;
  margin-top: 5px;
  padding-bottom: 10px;
  position: absolute;
  bottom: -30px;
  right: 5%;
  color: #adbcc3;
  font-size: 90%;
}

#footer .centresource a
{
  color: #b2c0c6;
  text-decoration: none;
}

#footer .centresource a:hover
{
  color: #fff;
}

#footer .symfony img
{
  vertical-align: middle;
}

#footer form {
  margin: 10px 0;
  color: #5f6364;
}

.feed
{
  padding-left: 20px;
  background: transparent url(../images/feed.png) no-repeat 0 0;
}

.help
{
  color: #B5B5B5;
  font-size: 80%;
  font-style: italic;
}

.search .help {
  color: #fff;
}

.error_list
{
  color: red;
}
.message
{
    margin-top: 10px;
    display: none;
    
}
strong
{
  font-weight: bold;
}

em
{
  font-style: italic;
}

.flash_notice
{
  margin: 3px 0;
  padding: 7px;
  background-color: #cfc;
}

.flash_error
{
  margin: 3px 0;
  padding: 7px;
  background-color: #f33;
  color: #fff;
}


.panel-left
{
    /*background-color: yellow;*/
    height:600px;
}
.panel-right
{
    /*background-color: orange;*/
    height:600px;

}
.attaches{
    margin-top:5px;
}
.btn-attach.glyphicon-plus-sign{
    margin-left: 10px;
    padding: 5px 10px;
        
}
.attach{
    background-color: snow; 
    border-radius: 4px;
    margin: 5px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    
}
.attach .buttons{
    text-align: center;
}

.attach   .row:first-child  > div {
    min-height:40px; 
    line-height: 40px;
    height: 40px;
    vertical-align: middle;
    border: none !important;
    text-overflow: ellipsis;
    overflow: hidden;
   
}
.attach-show  .row:first-child  > div {
    min-height:30px; 
    line-height: 30px;
    height: 30px;
}

.attach span{
    white-space: nowrap;
}
.attach a{
    display: block;
}
.attach .progress, .status .progress,
.attach .alert, .status .alert{
    margin-bottom: 0;
    /*padding: 2px 5px;*/
}

.attach .alert, .status .alert{
    padding: 4px 10px;
}
.status {
    margin-bottom: 2px;
}



.input-group-btn:last-child > .btn{
    z-index: 1;
}

.search-info{
    
}

tbody tr[approved="1"] td {
    background-color: lightgreen !important;
}
tbody tr[approved="1"].selected td {
    background-color: coral !important;
}
tbody tr.selected td {
    background-color: yellow !important;
}

.panel-body[state="ok"] .info{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.panel-body[state="warning"] .info{
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}
.panel-body[state="error"] .info{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.panel-body[state="info"] .info{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; 
    
}

.ml-2{
    margin-left: 2em;
}
