/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.header-top.dark {
    background-color: #615c4d;
    border-bottom: 1px solid #615c4d;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    margin-top: 2px;
}
.btn-add{
        margin: 17px 0;
}
.form-search{
        margin: 24px 0;
}
.input-search{
        margin-top: 8px;
}
.subfooter {
    font-size: 14px;
    line-height: 2.3;
    color: #999999;
}
.main-navigation .navbar-default .navbar-nav > li > a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-transform: uppercase;
     /*color: #666666;*/
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 700;
     /*padding: 12px 20px 12px 19px;*/
     z-index: 102;
     border: 1px solid transparent;
     bottom: -1px;
     -webkit-transition: none;
     -o-transition: none;
     transition: none;

}
.show-none{
    display: none;
    -webkit-display: none;
    -moz-display: none;
}
.red{
    color: red !important;
    -webkit-color: red !important;
    -moz-color: red !important;
}

#tblAppendGrid_caption_td, #tblAppendGrid_footer_td{
    padding: 8px;
}
#tblAppendGrid_caption_td{
    background: #615c4d !important;
    -moz-background: #615c4d !important;
    -webkit-background: #615c4d !important;
    border: #615c4d !important;
    font-family: 'Battambang', cursive;
    -webkit-font-family: 'Battambang', cursive;
    -moz-font-family: 'Battambang', cursive;
}
.info-box
{
  display: block;
  min-height: 90px;
  background: #fafafa;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.bg-aqua
{
  background-color: #00c0ef !important;
  color: #fff;
}
.bg-yellow
{
  background-color: #f39c12 !important;
  color: #fff;
}
.bg-green-back
{
  background-color: #283018 !important;
  color: #fff;
}
.info-box-content
{
  padding: 5px 10px;
  margin-left: 90px;
}
.info-box-text
{
  text-transform: uppercase;
}
.info-box-number
{
  display: block;
  font-size: 15px
}
.info-box-icon
{
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0,0,0,0.2);
}
#logo_img{
    height: 70px !important;
}
