
html {
    margin:0;
    padding:0;
}
 
body {
    margin:0;
    padding:0;
    font-size: 1em;
    font-family: Arial, Verdana, Helvetica;
    min-height: 1024px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    background-color: #f1f5f6;
}

a {
    text-decoration: none;
    color: #0061a8;
}

    a.generic-button, span.generic-button, input[type="submit"].generic-button {                
        padding: 12px 20px;
        text-align: center;
        box-sizing: border-box;
    }

    a.circle {
        border-radius: 100px;
        font-size: 2em;
        font-family: impact;
        padding: 0 11px;
        width: 40px;
        height: 40px;    
    }

div.header {
    position: relative;
    background-color: #141339;
    height: 85px;
    width: 100%;
    padding: 0px;
    vertical-align: middle;
    box-sizing: border-box;
    z-index: 100;
}

div.header logo {
    padding-left: 15px;
}

div.header div.header-content {
    width: 1024px;    
    margin: 0 auto;
}

    div.header .search {
        float: right;
        margin-right: 20px;        
    }

        div.header .search .search-text {
            position: absolute;
            background-color: #fff;
            width: 250px;
            height: 30px;
            border-radius: 15px;
            margin-top: 30px;
            padding: 5px 10px;
            box-sizing: border-box;
            overflow: hidden;
        }

        div.header .search .search-button {
            width: 48px;
            height: 56px;
            cursor: pointer;
            background-image: url(../img/search-button.jpg);
            margin-left: 260px;
            margin-top: 15px;
            box-sizing: border-box;
            padding: 5px 10px 0 10px;
            color: #444;
        }

            div.header .search .search-button:active {
                opacity: .7;
            }


div.top-menu {
    position: relative;
    z-index: 100;
    width: 1024px;
    height: 40px;    
    color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;    
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

    div.top-menu .mobile-menu {
        display: none;
    }

    div.top-menu ul {
        padding: 0px;
        margin: 0px;
        list-style-type: none;
        background-color: #61b522;
    }

        div.top-menu ul li {            
            display: inline-block;
            width: 125px;
            height: 40px;
            white-space: nowrap;
            padding-top: 10px;
            box-sizing: border-box;
        }

            div.top-menu ul li.selected {
                background-color: #b93277; 
            }

            div.top-menu ul li a {
                text-decoration: none;
                color: #fff;
            }

            div.top-menu ul li a:hover {
                color: #eee;
            }

div.generic-content {
    min-height: 800px;
    max-width: 1024px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    background-color: #fff;
    vertical-align: top;
}

h1 {
    font-size: 1.6em;
    color: #333;
    font-weight: 300 !important;
    margin-bottom: 20px;
}

    h1 a {
        color: #18113b;
        font-weight: 300 !important;
    }

h2 {
    text-align: left;
}

    h2.subtitle span {
        margin-left: 40px;
        margin-right: 40px;
    }

div.footer {
    background-color: #61b522;
    width: 100%;
    height: 135px;    
}

    div.footer .footer-content {        
        width: 1024px;
        height: 135px;
        margin: 0 auto;
        background-image: url(../img/footer-bi-logo.png);
        background-repeat: no-repeat;
        background-position: 900px 22px;        
    }

    div.footer .footer-bottom {
        background-color: #18113b;
        width: 100%;
        height: 20px;
    }

    div.footer .copyright {

        position: absolute;
        margin-top: 100px;
        display: block;
        color: #fff;
        font-size: .9em;
    }



.title-label {
    display: block;
    margin-bottom: 30px; 
}

.field-label {    
    font-size: .9em;
    font-weight: bold;
}

.field-text {    
    display: block;
    font-family: Arial, sans-serif;
    margin: 5px 0 0 0;
    border-radius: 2px;
    border: 1px solid #aaa;
    height: 20px;
    width: 100%;
    padding: 2px 4px;
    margin-bottom: 10px;
}

.field-select {
    display: block;
    margin: 5px 0 0 0;
    border-radius: 2px;
    border: 1px solid #aaa;
    height: 27px;
    width: 104%;
    padding: 2px 4px;
    margin-bottom: 10px;
}

.field-column {
    display: inline-block;
    vertical-align: top;
}

.short {
    width: 300px;
}

.generic-button {
    background-color: #61b522;
    color: #fff;
    border-radius: 5px;
    border: none;
    /*width: 100px;*/    
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    margin-top: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .generic-button:active {
        opacity: .8;     
        text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    }

.validation-error {
    color: #ff0000;
    font-size: 2em;
    display: inline-block;    
    position: absolute;
    margin-top: -8px;
    margin-left: 5px;
}

.error-label {
    display: block;
    color: red;
    font-size: 1em;
    font-weight: bold;
}

.delete-button {
    background-color: red;
}

.sign-out {
    float:right;
    width: 32px;
    height: 32px;    
    margin-top: 28px;
    margin-right: 28px;
}

    .sign-out img {
        width: 100%;
        height: 100%;
        cursor: pointer;
        border: none;
    }


.box-container {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    padding: 20px;
    margin: 10px;    
    box-sizing: border-box;
    width: 100%;
}

.datagrid {
    font-size: .9em;
    font-weight: normal;
}

.datagrid-header {
    background-color:#18113b;
    color: #fff;
    text-shadow: none;
    height: 40px;
    text-align: left;
    padding: 10px;
    border-bottom: 4px solid #b93277;
    
}

    .datagrid-header th {
        padding: 10px;
        font-weight: 400;
    }

.datagrid-row {
    color: #444;
    height: 75px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
    .datagrid-row:hover {
        background-color: #eee;
    }

    .datagrid-row td {
        padding: 10px;
    }

.datagrid-pager {
    color: #3399FF;    
}

    .datagrid-pager table {
        margin-top: 20px;
    }

    .datagrid-pager span, .datagrid-pager a  {
        border: 1px solid #ccc;
        background-color: #76bb95;
        padding: 6px 10px;
        color: #fff;
    }

    .datagrid-pager a {        
        background-color: #eee;
        color: #000
    }

.datagrid input[type="image"] {
    width: 32px;
    height: 32px;
}

.datagrid a.download {
    border: none;
}

    .datagrid a.download img {
        width: 24px;
    }

    .datagrid a.download img:active {
        opacity: .6;
    }


hr.divider-blue {
    border-color: #18113b;
    border: 2px solid;
    display: inline-block;
    width: 80%;
    padding: 0;
    margin: 0;
    position: relative;
    top: -10px;
    margin-bottom: 30px;
}
hr.divider-green {
    border-color: #61b522 !important;
    width: 19.7%;
    position: relative;
    padding: 0;
    margin: 0;
    margin-left: -10px;
    margin-bottom: 30px;
    top: -10px;
    display: inline-block;
    border: 2px solid;
    
}


.generic-detailsview {
    width: 100%;
    border: none;
}
    
    .generic-detailsview td {
        vertical-align: top;
        font-weight: bold;
        padding-right: 20px;
    }

    .generic-detailsview input[type="Text"],
    .generic-detailsview input[type="tel"],
    .generic-detailsview input[type="email"], 
    .generic-detailsview input[type="Date"], 
    .generic-detailsview input[type="Password"], 
    .generic-detailsview textarea {
        font-family: Arial, sans-serif;
        font-weight: 300;
        display: block;
        margin: 5px 0 0 0;
        border-radius: 2px;
        border: 1px solid #aaa;
        height: 20px;
        min-width: 200px;
        padding: 2px 4px;
        margin-bottom: 10px;
    }

    .generic-detailsview select {
        display: block;
        margin: 5px 0 0 0;
        border-radius: 2px;
        border: 1px solid #aaa;
        height: 27px;
        width: 100%;
        padding: 2px 4px;
        margin-bottom: 10px;
    }

.align-right-top {
    margin-top: -70px;
    margin-left: 0;
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: -20px;
    text-align: right;
}
.align-right {
    text-align: right;
}

a.upload-button {
    background-color: #61b522;
    color: #fff;
    font-weight: 200;
    padding: 5px 9px;
    padding-left: 15px;
    font-size: .9em;
    border-radius: 5px;
    display: block;
    width: 100px;    
    vertical-align: middle;
    text-align: center;
    margin: 4px 0;
    background-image: url(/img/upload.png);
    background-repeat: no-repeat;
    background-position: 3px -3px;
}

.uploaded-filename div {
    display: inline-block;
    border: 1px solid #999;
    padding: 5px 10px;
    min-width: 300px;
    border-radius: 5px;
    box-sizing: border-box;
    top: -7px;
    position: relative;
    height: 27px;
    font-weight: 300;
    font-size: .9em;
    color: #000 !important;
    background-color: #eee;
}

    div.upload-image {
        background-repeat: no-repeat;
        background-size: contain;
        min-width: 250px !important;
        width: 250px !important;
        height: 250px !important;        
        margin-top: 12px;
        background-position: center;
        background-color: #eee;
    }

hr.section-divider {
    border: 1px dotted #eee;
    clear: both;
}



.blocks-container {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    letter-spacing: .05em;
    margin: 30px;
}

    .blocks-container ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .blocks-container ul li {
            display: inline-block;
            width: 200px;
            height: 230px;
            border: 1px solid #ddd;
            margin:10px;            
            overflow: hidden;
            text-align: center;
        }

        .blocks-container ul li div.item-header {
            background-size: contain;
            background-origin: content-box;
            padding: 10px;
            box-sizing: border-box;
            height: 145px;
            border-bottom: 1px solid #ccc;
            background-color: #eee;
            background-repeat: no-repeat;
            background-position: center center;
        }
        .blocks-container ul li div.item-title {
            color: #61b522;
            font-weight: bold;
            text-align: left;
            height: 47px;
            padding: 10px;
            text-transform: uppercase;
            box-sizing: border-box;
            overflow: hidden;
            font-size: .9em;
        }

        .blocks-container ul li div.item-text {
            color:#000;
            font-weight: 300;
            text-align: left;
            padding: 0 10px;   
            font-size: .9em;            
            height: 73px;                
            overflow: hidden;   
            display: none;       
        }
        .blocks-container ul li div.item-buttons {
            height: 24px;
            text-align: left;
            padding: 3px 10px;
            box-sizing: border-box;
        }
            .blocks-container ul li div.item-buttons img {
                height: 24px;
                border: none;                
            }

    .blocks-container li div.item-id {
        float: right;
        font-size: .7em;
        padding-right: 5px;
        margin-top: -14px;
    }

    .blocks-container li a.view-link {
        color: #61b522;
        font-weight: bold;
        font-size: .8em;
    }

.hidden {
    display: none !important;
}



#btViewComments {
    display: inline-block;
    width: 200px;
    min-height: 60px;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    background-image: url(/img/attention.png);
    background-position: left 1px;
    background-repeat: no-repeat;
    padding: 2px 0 0 32px;
    background-size: 24px 24px;
}


#dvCart {
    position: fixed;
    bottom: -190px;
    z-index: 10000;
    height: 250px;
    width: 100%;
    margin: auto;
    padding: 30px;
    box-sizing: border-box;
}

    #dvCart span.cart-title {
        display: block;
        width: 200px;
        padding: 8px 10px 5px 30px;
        background-color: #fff;
        font-weight: 400;
        position: relative;
        box-shadow: 0px -2px 5px rgba(0,0,0,.1);
        background-image: url(/img/light-button.png);
        background-repeat: no-repeat;
        background-position: 5px 5px;
        background-size: 15px 22px;
        cursor: pointer;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    #dvCart .cart-content {
        background-color: #fff;
        box-shadow: 0px -2px 5px rgba(0,0,0,.1);
        border-top-right-radius: 5px;
    }

    #dvCart iframe {
        border: none;
        width: 100%;
        height: 250px;
        overflow: hidden;
    }