﻿

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 20px;
    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;
}

/* 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"] {
    max-width: 280px;
}*/

.mt0 {
    margin-top: 0;
    margin-bottom:0;
   
}

.mt20 {
    margin-top: 20px;
}

.mb0 {
    margin-bottom: 0;
}

.m0a {
    margin: 0 auto;
}

.pl0 {
    padding-left: 0 !important;
}

.w100 {
    width: 100px !important;
}

.CoolGridViewTable tr th {
    background-color: #213f69 !important;
}

.party-item {
    border: 1px dashed darkgray;
    margin-bottom: 7px;
    padding: 5px;
}

.chb-payer {
    width: 300px;
    display: inline-block;
}

.object-item {
    border: 1px solid lightsteelblue;
    margin-bottom: 10px;
}

.inlined {
    display: inline;
}

.dropdown-menu > li > a.inlined {
    display: inline;
    padding: 3px 10px;
}

.vTextTop {
    vertical-align: text-top;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

@media (min-width: 570px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .body-content {
        margin-top: 60px;
    }
}

@media (max-width: 665px) {
    .w100 {
        width: 75px !important;
    }
}

@media (max-width: 620px) {
    .chb-payer {
        width: 270px;
    }
}

@media (max-width: 408px) {
    .body-content {
        margin-top: 60px;
    }
}

@media (max-width: 349px) {
    .body-content {
        margin-top: 70px;
    }
}