/* Login Page */

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="email"]
{
    margin-bottom: -1px;

}
.form-signin input[type="password"]
{
    margin-bottom: 10px;

}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}

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

h1.login-header {
    font-size: 25px;
    text-align: center;
}

.top-img {
    margin-top: 10px;
}


/** -- Admin Theme --**/

.navbar-brand>img {
    display: block;
    margin-top: -12px;
    width: 50%;
}

p.navbar-text {
    width: 100%;
}

/** -- Change Password --**/

.form-change-password
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}


.form-change-password .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-change-password .form-control:focus
{
    z-index: 2;
}
.form-change-password input[type="text"]
{
    margin-bottom: -1px;

}
.form-change-password input[type="password"]
{
    margin-bottom: 10px;

}

/** -- Quotes  --**/

.add-quote {
    margin-bottom: 15px;
}


/** -- DataTables --**/

.ui-datepicker-trigger{cursor:pointer}
.datepicker-days td {
    cursor: pointer;
}

.select-entries {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

/* Sticky footer styles
-------------------------------------------------- */

html,
body {
    height: 100%;
    margin-bottom: 30px;

    /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}


/* Set the fixed height of the footer here */
.container.main {
    padding-bottom: 85px; 
    
}
#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
    margin-top: 55px;
}

@media (max-width: 430px){

    /* Set the fixed height of the footer here */
    #footer {
        bottom: 0;
        position: relative;
        width: 100%;
        height: 100px !important;
        background-color: #f5f5f5;
        margin-top: 25px;
    }
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 60px 15px 0;
}
.container .credit {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}
a:focus, a:hover {
    text-decoration: none !important;
}

.btn {
    padding: 6px 10px !important;
}

.dataTables_wrapper {
    margin-bottom: 100px;
}
img.panel {
    padding: 20px;
    border: 1px solid #eee;
}