﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



.tickets-separator {
  background-color: #cccccc;
  height: 3px;
}

.separator-title 
{
    background-color: #293846;
    color: white;
    padding: 5px;
}

.btn-tickets
{
    background-color: #cccccc;
    color: white;
}

footer .footer
{
    min-width: 350px;
}

div .chart-trash {
    text-align: right;
    margin-bottom: 4px;
}

div .chart-trash :hover {
    cursor: pointer;
}

.password-eye-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
}