﻿/* Master Styles
************************/
#header {
}

.title {
    color: #5E6056;
    font-size: 1.08rem;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: bottom;
}

#main {
}

#footer {
    padding: 24px 0 12px 0;
    background: #EAEAE9;
}
.logowidth{
    width:180px !important;
}
.addresswidth {
    width: 760px !important;
    padding-top :12px;
}

#footer #footer-siteaddress {
    border-top: 1px solid #E5E5E5;
    padding-top: 12px;
    margin-bottom: 12px;
}

#footer #footer-dolanaddress img {
    /* styling of dolan logo */
    
    margin: 3px 0 10px;
    overflow: auto;
    width: 180px;
}

    #footer #footer-dolanaddress {
        /* styling of dolan logo */
        font-family: "Roboto", sans-serif !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 17px;
        color: #59595c;
        margin: 0;
    }

.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .clearfix:after {
        clear: both;
    }

.equal[class*="row"] {
    overflow: hidden;
}

    .equal[class*="row"] > [class*="span"] {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

.equal > .well {
    /* remove border effect as 'overflow' cuts it off 
	   at the bottom due to the .equal class hack */
    border: none;
    box-shadow: none;
}


/* Search & Print Styles 
**************************/
.page,
.page #header,
.page .title,
.page #main,
.page #footer {
}

.page {
    margin: 10px;
}

.GridViewStyle th,
.GridViewStyle td {
    border: 1px solid #999999;
    vertical-align: top;
    padding: .5em;
}

.GridViewStyle input[type="radio"],
.GridViewStyle input[type="checkbox"] {
    margin-top: -3px;
}

.GridViewStyle a {
    text-decoration: none;
}

.GridViewStyle th {
    background-color: #EEEEEE;
    text-align: left;
    white-space: nowrap;
}

    .GridViewStyle th a {
        text-transform: uppercase;
        color: #000000;
        font-size: .92em;
        font-weight: bold;
        text-decoration: none;
        display: block;
        /*padding-left:1.5em;*/
    }



/* To the printer styles 
**************************/
@media print {
    * {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    body {
        padding: 0;
        margin: 0;
    }

    #loginform,
    #loginmenu,
    #aForwardDetails,
    #detailtabs,
    #header .menubg,
    #header .navbar,
    #header .navbar .navbar-inner {
        display: none;
    }

    a, a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: "";
        }

    abbr[title]:after {
        content: "";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
