﻿body {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content,
navbar-default {
    padding-left: 15px;
    padding-right: 15px;
}

.page-layout {
    min-height: 400px;
}

/* 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 width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 780px;
}

textarea {
    min-height: 150px;
    resize: none;
}

.hr {
    /*margin-left:1px;
    margin-right:1px;*/
    height: 1px;
    background-color: #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
}

.hr2 {
    border-top: 1px solid #ddd;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pagination {
    margin-top: 0px;
}

.page-col {
    float:left; 
}

.pagination-button,
.pagination-button:hover {
    cursor: text;
    background-color: white !important;
    border: 1px solid #dddddd !important;
}

.del-btn {
    margin-left: 3px !important;
}

.panel-default .panel-heading {
    color: inherit !important;
}

.list-group-item-default {
    background-color: #f5f5f5 !important;
}

.list-group-item {
    word-wrap: break-word;
}

/*labels*/

.label-success,
.label-danger {
    padding:5px; 
    font-weight:normal; 
    font-size:14px; 
}

.comment-footer {
    font-style:italic!important; 
}

/*panel*/

.panel-default .panel-heading {
    color: inherit !important;
}

.list-group-item-default {
    background-color: #f5f5f5 !important;
}

.list-group-item {
    word-wrap: break-word;
}

/*columns*/

.col-20 {
    width: 20px;
}

.col-40 {
    width: 40px;
}

.col-80 {
    max-width: 80px;
}

.col-100 {
    width: 100px;
}

.col-120 {
    width: 120px;
}

.col-150 {
    width: 150px;
}

.col-170 {
    width: 170px;
}

.col-250 {
    min-width: 250px;
}

.no-records {
    margin-top: 80px;
}

/*print*/

@media print {

    .top-logo[href] {
        color: transparent;
    }

    .login-data,
    .form-buttons,
    .panel-heading,
    footer {
        display: none;
    }

    @page {
        margin-top: 0;
        margin-bottom: 0;
    }

    body {
        padding-top: 72px;
        padding-bottom: 72px;
    }
}


/* buttons */

.btn-warning {
    background-image: linear-gradient(#5E5E9D, #54548D 80%, #4B4B7E);
    border-bottom: 1px solid #5E5E9D;
}

.btn-warning {
    color: #ffffff;
    background-color: #5E5E9D;
    border-color: #5E5E9D;
}

    .btn-warning:hover {
        background-color: #DF7CA7 !important;
        border: 1px solid #5E5E9D !important;
    }



/* login */

.login-panel {
    margin-top: 40px;
}

.login-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

.login-panel img {
    margin: 0px auto;
    max-height: 120px;
}

#login-password,
#login-button,
#forgot-password-button {
    margin-top: 10px;
}

#no-access {
    font-size: 18px;
}

/*errors*/

.not-found {
    margin-left: 5px;
}

    .not-found img {
        max-height: 120px;
    }

.not-found-panel {
    margin-top: 15px;
}

/* header */

.top-logo img {
    max-height: 130px;
}

.happy-birthday {
    color: #2fa4e7;
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
}

    .happy-birthday img {
        max-width: 350px;
    }

.welcome {
    color: #2fa4e7;
}

/* webgrid */

table th {
    color: #2fa4e7 !important;
}

.table-pager > td > a {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 7px;
}

    .table-pager > td > a:hover {
        background-color: #f0f0f0;
    }

.total-records {
    padding: 4px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.total {
    color: #428bca;
}

.webgrid-view {
    width: 60px;
}

.client-weblink {
    color: inherit !important;
}

/* create & edit */

.title {
    font-size: 23px;
    font-family: Arial, Helvetica, sans-serif;
}

.btn-edit {
    background-color: #5E5E9D;
}

/* panel details */

.blue-title {
    color: #2fa4e7;
    font-weight: bold;
}

.blue-item {
    color: #2fa4e7;
}

/*services*/

#services img {
    max-width: 150px;
}

.service-btn {
    margin-bottom: 15px;
}


.item-title {
    color: white !important;
}
