﻿html, body, form {
    height: 100%;
    min-width: 1200px;
}

.ArrowDown {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
}

.field {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .field .label {
        margin-top: 5px;
        color: #929292;
    }

    .field .control {
    }

        .field .control.textonly {
            padding-top: 8px;
        }


    .field.inline-view {
        float: none;
        margin-right: 0px;
        padding: 10px 0px 0px 0px;
        margin: 0px 0px 10px 0px;
        border-top: solid 1px #dadada;
        width: auto;
    }

        .field.inline-view:first-of-type {
            border-top: 0px;
        }

        .field.inline-view .label {
            margin-top: 0px;
            width: 200px;
            float: left;
        }

        .field.inline-view .control {
            float: left;
            width: auto;
        }

.vertical-fields .field .label {
    float: none;
    padding: 0px 0px 0px 0px;
    text-align: left;
    width: auto;
}

.vertical-fields .field .control {
    padding-right: 0px;
    overflow: auto;
}

.date-icon {
    top: 12px;
    margin-bottom: -17px;
}

.divHeaderButtons {
    float: right;
}


#divTrail a {
    font-size: 13px;
    text-decoration: none;
    color: #3a3a3a;
}

#divTrail .divTrailDivider {
    width: 6px;
    height: 9px;
    background-image: url(../images/trail-divider.jpg);
    background-repeat: no-repeat;
    margin: 2px 7px 0px 7px;
}

#ulMainMenu.public {
    margin-top: 15px;
    margin-left: -60px;
}

    #ulMainMenu.public li {
        margin-left: 60px;
    }

    #ulMainMenu.public img {
        margin-bottom: 5px;
    }



#divHomeBlueBar {
    padding: 30px 0px 30px 0px;
    text-align: left;
}

    #divHomeBlueBar h1 {
        font-size: 56px;
        font-weight: 600;
    }

#tblHomeFeatures {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

    #tblHomeFeatures .tdFeature {
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        #tblHomeFeatures .tdFeature h3 {
            margin-bottom: 5px;
            padding-bottom: 0px;
        }

        #tblHomeFeatures .tdFeature #tblFeature {
            width: 100%;
            border-collapse: collapse;
        }
/* 
===========================================================
TABLE GRID - REPEATER GRID
===========================================================
*/

.spanSortArrow {
    cursor: default;
}


.tblGrid .sorted {
    background-color: #fafafa;
}

.tblGrid .tblGridHeader .sorted {
    background-color: #f3f3f3;
}

.tblGrid {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.tblGridHeader {
    font-weight: normal;
}

    .tblGridHeader a, .tblGridHeader a:hover {
        color: #fff !important;
    }

    .tblGridHeader td {
        padding: 10px 10px 10px 10px;
        /*border-bottom: dotted 1px #dddddd;
        border-top: dotted 1px #dddddd;
        background-color: #f3f3f3;*/
        font-size: 17px;
        line-height: 24px;
        border-right: solid 1px #fff;
        border-left: solid 1px #fff;
        background-color: #00b5e0;
    }

.tblGridItem {
    border-top: 0px;
    padding: 10px 15px 10px 15px;
}

    .tblGridItem td {
        padding: 8px 10px 8px 10px;
        border-bottom: solid 1px #dadada;
        background-color: #fff;
    }

    .tblGridItem:hover td {
        background-color: #fafafa;
    }

a.RptColumnSortLink:link, a.RptColumnSortLink:active, a.RptColumnSortLink:hover, a.RptColumnSortLink:visited {
    color: #404040;
    text-decoration: none;
}

.imgSortArrow {
    position: relative;
    left: 2px;
}


.GridBulkActions {
    margin-bottom: 10px;
}

    .GridBulkActions select {
        padding: 5px 6px 5px 6px;
        width: auto;
    }

    .GridBulkActions input[type="button"], .GridBulkActions input[type="submit"], .GridBulkActions .btn {
        padding: 5px 8px 5px 8px;
        font-size: 13px;
    }

.divRepeaterPaging {
    padding: 0px 0px 0px 0px;
    margin: 15px 0px 0px 0px;
    font-weight: normal;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 13px;
}

    .divRepeaterPaging .ddlPager {
        width: auto;
        padding: 5px 6px 5px 6px;
        background-color: #fafafa;
        border: solid 1px #d3d3d3;
        font-size: 13px;
    }

.tblGridPager {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    table-layout: fixed;
    border-collapse: collapse;
}

.tdGridPager {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: solid 1px #dadada;
    background-color: #f5f5f5;
}

a.lnkGridPager {
    display: block !important;
    padding: 3px 7px 3px 7px !important;
    text-align: center !important;
    cursor: pointer !important;
    color: #1f1f1f !important;
    text-decoration: none !important;
}

    a.lnkGridPager:hover {
        background-color: #fafafa !important;
    }

.tdGridPagerSelected,
.tdGridPagerSelected:hover {
    /*border: solid 1px #00509a;*/
}

a.lnkGridPagerSelected,
a.lnkGridPagerSelected:hover {
    background-color: #004d84 !important;
    color: #fff !important;
}

a.lnkGridPagerDisabled {
    color: #949494 !important;
    cursor: default !important;
}

/*a.RptColumnSortLink:link,
a.RptColumnSortLink:active,
a.RptColumnSortLink:hover,
a.RptColumnSortLink:visited {
    color: #404040 !important;
    text-decoration: none !important;
}*/

.GridBulkActions {
    margin-bottom: 10px;
}

    .GridBulkActions select {
        padding: 5px 6px 5px 6px;
        width: auto;
    }

    .GridBulkActions input[type="button"],
    .GridBulkActions input[type="submit"],
    .GridBulkActions .btn {
        padding: 5px 8px 5px 8px;
        font-size: 13px;
    }


.trGridHeaderInner {
    table-layout: fixed;
}

    .trGridHeaderInner td {
        padding: 0px 0px 0px 0px;
        border: 0px;
    }




















.tblGridBordered {
    width: 100%;
    margin: 0px auto 0px auto;
    border-collapse: collapse;
}

    .tblGridBordered td {
        padding: 5px 10px 5px 10px;
        border: solid 1px #dddddd;
    }

        .tblGridBordered td input[type="text"] {
            border: 0px;
        }

    .tblGridBordered .tblGridHeader {
        font-weight: bold;
    }

        .tblGridBordered .tblGridHeader td {
            background-color: #f3f3f3;
        }


#olSafetyPerformanceHistoryVerification {
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

    #olSafetyPerformanceHistoryVerification li {
        margin-top: 5px;
        margin-bottom: 5px;
    }



.divFileLicense {
    padding: 10px 10px 10px 10px;
    color: #555;
    border-radius: 7px;
    font-size: 12px;
    line-height: 16px;
    background-color: #fff8c4;
    border: 1px solid #f2c779;
    display: inline-block;
    margin-top: 5px;
}





#divEquipmentSubInfo div {
    float: left;
    padding: 20px 20px 20px 20px;
    margin-right: 10px;
    text-align: center;
    font-size: 16px;
}

    #divEquipmentSubInfo div span:not(.timeago) {
        display: block;
        font-size: 24px;
        line-height: 24px;
        margin-top: 5px;
    }

    #divEquipmentSubInfo div span.timeago {
        color: #8e8e8e;
        font-size: 13px;
        display: block;
    }


/* 
===========================================================
TABS (JQUERY EASYTABS)
===========================================================
*/
.divTabContainer {
    margin-top: 20px;
}

    .divTabContainer .tab-content {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        overflow: visible;
        border: none;
        display: block;
        background-color: #fff;
    }


.ulTabs {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
    list-style: none;
    overflow-y: auto;
    background-color: #00b5e0;
}

.liTab {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    .liTab a {
        padding: 10px 10px 10px 10px;
        font-size: 17px;
        line-height: 24px;
        border-right: solid 1px #fff;
        color: #fff;
        margin: 0px 0px 0px 0px;
        padding: 12px 18px 12px 18px;
        overflow: visible;
        display: block;
        white-space: nowrap;
        text-decoration: none !important;
        position: relative;
        z-index: 10;
        /*font-weight: 500;
        font-size: 17px;*/
    }

        .liTab a:hover {
            background-color: #37c9ec;
            color: #fff;
        }

        .liTab a.active {
            color: #fff;
            background-color: #004d84;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .liTab.dynamic a {
        margin-right: 3px;
    }




.ulDashboard {
    list-style: none;
    margin: 0px 0px 0px -10px;
    padding: 0px 0px 0px 0px;
}

    .ulDashboard li {
        float: left;
        margin: 10px 0px 10px 10px;
        width: 150px;
        text-align: center;
        height: 120px;
    }

        .ulDashboard li a {
            text-decoration: none;
        }



#divPriceAmount {
    font-size: 120px;
    font-weight: bold;
    line-height: 38px;
}

#divPricePerMonth {
    font-size: 40px;
}

#divPricePerEquipment {
    font-size: 28px;
    line-height: 52px;
}

#divPriceEverything {
    font-size: 39px;
    margin-top: -10px;
    color: #00b5e0;
    font-weight: 600;
}




#ulFeatureList {
    list-style: none;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

    #ulFeatureList .liFeature {
        background-image: url(../images/icons/checkmark_64.png);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 75px;
        min-height: 75px;
        margin-top: 40px;
    }

        #ulFeatureList .liFeature h2 {
            padding-top: 10px;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }


#divSignupAgree {
    padding: 15px 15px 15px 15px;
    margin-top: 10px;
}


.signup-form,
.contact-form {
    position: relative;
    overflow: hidden;
}

    .signup-form .field:first-of-type,
    .contact-form .field:first-of-type {
        position: absolute;
        left: 999999px;
    }
