﻿
/* 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;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="select"] {
    /*Kmax-width: 280px;*/
    max-width: 580px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}
/*This CSS is to make search text box placed in the same line*/
.input-sm {
    display: inline;
}

.dataTables_filter .form-control {
    display: inline;
}

.button {
    display: inline-block;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #323944;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px #999;
}

    .button:hover {
        background-color: #5aa1db
    }

    .button:active {
        background-color: #0a1e2f;
        box-shadow: 0 5px #666;
        transform: translateY(4px);
    }

a {
    color: #0654A1;
}

    a:visited {
        color: #5aa1db;
    }

.inlinespan {
    display: inline;
}

