#main-content
{    /*min-height:500px;*/
     height:auto !important;
     
    padding-top:25px;
}


.green-back
{
    border-bottom: 4px solid #8dbf35;
}

.green-back:hover
{
    border-bottom: 4px solid #8dbf35;
    background:#8dbf35;
    color:#ffffff !important;
}

.green-back
{
    border-bottom: 4px solid #8dbf35;
}

.green-back:hover
{
    border-bottom: 4px solid #8dbf35;
    background:#8dbf35;
    color:#ffffff !important;
}

.blue-back
{
    border-bottom: 4px solid #1E88E5;
    background:#1E88E5;
}

.blue-back:hover
{
    border-bottom: 4px solid #64B5F6;
    background:#64B5F6;
    color:#ffffff !important;
}

.gray-back
{
    background:#9E9E9E;
    border-bottom: 4px solid #9E9E9E;
}


.gray-back:hover
{
    border-bottom: 4px solid #BDBDBD;
    background:#BDBDBD;
    color:#ffffff !important;
}

.lila-back
{
    border-bottom: 4px solid #673AB7;
    background:#673AB7;
}

.lila-back:hover
{
    border-bottom: 4px solid #7b4f9d;
    background:#7b4f9d;
    color:#ffffff !important;
}

.red-back
{
    border-bottom: 4px solid #E53935;
    background:#E53935;
}

.red-back:hover
{
    border-bottom: 4px solid #f7866a;
    background:#f7866a;
    color:#ffffff !important;
}

.yellow-back
{
    border-bottom: 4px solid #C0CA33;
    background:#C0CA33;
}

.yellow-back:hover
{
    border-bottom: 4px solid #D4E157;
    background:#D4E157;
    color:#ffffff !important;
}



.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

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

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

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 25px;
}

.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;
}


.gray-gradient
{
color:#262626 !important;
	background-color:#eeeeee;
	background-image:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));
	background-image:-webkit-linear-gradient(top, #ffffff, #eeeeee);
	background-image:-moz-linear-gradient(top, #ffffff, #eeeeee);
	background-image:-ms-linear-gradient(top, #ffffff, #eeeeee);
	background-image:-o-linear-gradient(top, #ffffff, #eeeeee);
	filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ffffff, endColorstr=#eeeeee)";

}


.fright
{
    float:right;
}


.large-tile
{
    width:98%;
    height:120px;
    background:#008ecd;
    border-bottom: 4px solid #0481B8;
    color:#ffffff !important;
    text-decoration:none;
    display:block;
}

.large-tile:hover
{

    height:120px;
    background:#0481B8;
    border-bottom: 4px solid #0481B8;
    color:#ffffff !important;
    text-decoration:none;
    display:block;
}

.large-tile h1
{
    color:white;
    padding-top: 25px;
    padding-left: 20px;
    margin-bottom:0px;
}

.large-tile h5
{
    color:white;
    margin-top: 0px;
    padding-left: 20px;
    font-size:16px;
    font-weight:400;
    
}


.small-tile
{
    width:220px;
    height:95px;
    padding:10px;
    float:left;
    margin-top:5px;
    margin-right:8px;
    color:#000000 !important;
    text-decoration:none;
    display:block;
    
        border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    
}

.small-tile:hover
{
    text-decoration:none;
    
}


.small-tile h3
{
    font-weight:400;
    font-size:18px;
    padding-left: 8px;
    padding-top:15px;
}

.small-tile h6
{
    font-weight:400;
    font-size:12px;
    padding-left: 8px;
    margin-top:3px;
}

.dashboard-search{
    position: absolute;
    right: 20;
    top: 15;
    background: #08b4da;
    color: #fff;
    height: 30%;
    border-radius: 5px;
	padding: 0px 15px;
    font-size: 16px;
    text-decoration: none !important;
    z-index: 100;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #CCCCCC;
  }

.notes-event-details{
    font-size: 12px;
    color: #337ab7;
  }
  .notes-event-block{
      padding: 0px;
  }
  .text-due{
      color: red !important;
  }
  #global_search{
    padding: 0px 0px;
    border-radius: 3px;
    margin: 5px auto;
    background-color: #f7f7f7;
        width: 70%;
  }
  .search-box{
    text-align: center;   
    width: 100%;
    padding: 15px 0;
    border-radius: 3px 3px 0 0;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 50px;
  }
  .nonactive-dealership{
    background-color:#CCCCCC;
  }
  .modal{
    top:19 !important;
}