
input:focus, select:focus  {
    border: #b8295e 2px solid;
}

.main-button 
{
    border-radius: 0;
    background-color: #b81953;
    border-bottom: #80113b 3px solid;
    color: white;
}

.main-button:hover 
{
    border-radius: 0;
    background-color: #981445;
    border-bottom: #80113b 3px solid;
    color: white;
}

.main-button:active 
{
    border-radius: 0;
    background-color: #981445;
    border-bottom: none;
    color: white;
}

.main-button:disabled 
{
    border-bottom: #bf889d 3px solid;
    background-color: #db8ca9;
    color: white;
}

.secondary-button 
{
    background-color: #303030;
    border-bottom: #222222 3px solid;
    color: white;
}

.secondary-button:hover 
{
    background-color: #1f1f1f;
    border-bottom: #161616 3px solid;
    color: white;
}

.secondary-button:active 
{
    background-color: #1f1f1f;
    border-bottom: none;
    color: white;
}

.secondary-button:disabled 
{
    border-bottom: #979797 3px solid;
    background-color: #909090;
    color: white;
}

/*.info-popover {
     display: inline-block; 
     border-radius: 50% !important;
     width: 20px;
     height: 20px;
     background-color: #b71953 !important;
     color: white !important;
     text-align: center !important;
}*/

.sub-panel {
    background-color: #f4f4f4;
    border:1px solid #ccc;
    margin-top: -1px;
    position: relative;
    margin-bottom: 40px;
    padding-left: 10px;
}

.no-border-radius * {
    border-radius: 0;
}

.bs-reverse-padding {
    padding: 0;
}
