﻿

/* Set padding to keep content from hitting the edges */
.body-content {
    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 width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

.bootstrap-switch {
    width: 110px;
}

/*Prevent poor formatting with |'s between the Edit/Detail/Delete text*/
@media (min-width: 501px) {
    .crudList a:nth-of-type(1)::after, .crudList a:nth-of-type(2)::after {
        content: " |";
    }
}

.crudList a:last-of-type::after {
    content: "";
}

@media (max-width: 500px) {
    .crudList a::after {
        white-space: pre-wrap;
        content: "\A";
    }
}

a.action-btn {
    height: 100%;
    width: 100%;
    line-height: 40px;
}

#content-header h2.publishDate,
#content-header h3.publishDate {
    position: relative;
    left: 20px;
    margin: 0;
    color: #fff;
    line-height: 96px;
    letter-spacing: -2px;
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

#content-header .account-Info {
    position: relative;
    left: 20px;
    margin: 0;
    color: #fff;
    line-height: 30px;
    /*letter-spacing: -2px;*/
    text-shadow: 1px 1px 2px rgba(255,255,255,.5);
}

@media (max-width: 1024px) {
    #content-header h2.publishDate,
    #content-header h3.publishDate {
        line-height: 48px;
    }
}

.no-left-right-padding {
    padding-left: 0px;
    padding-right: 0px;
}
