﻿* {
    outline: none !important;
}

html, body {
    height: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bolder;
    /*color: #5e5e5e;*/
    -webkit-font-smoothing: antialiased;
}

body {
    min-height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
}

form {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

h1 {
    color: #57a261;
    position: relative;
    font-size: 50px;
    margin-top: 0;
    font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
    text-shadow: 2px 3px 3px #292929;
    letter-spacing: 0px;
    -webkit-text-stroke: 1px #000;
}

h3 {
    color: #57a261;
    position: relative;
    font-size: 25px;
    margin-top: 0;
    font-family: 'Myriad-Pro', 'Myriad', helvetica, arial, sans-serif;
    text-shadow: 2px 3px 3px #292929;
    letter-spacing: 0px;
    -webkit-text-stroke: 1px #000;
}

h4 {
    color: #57a261;
    font-size: 17px;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.HeaderDiv {
    text-align: center;
    background: #e5e5e5;
}

.Hide {
    display: none;
}

.Show {
    display: inherit;
}

.FindScrollDiv {
    max-height: 150px;
    overflow-x: auto;
}

/*****************************PageLayout*************************/

div#header {
    /*background-image: url(/Images/Site/header.jpg);*/
    background-repeat: repeat-x;
    height: 62px;
}

div#wrapper {
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0px 0px -58px 0px;
}

div#content_wrapper {
    width: 100%;
    padding: 0px 0px 58px 0px;
}

div#content_inner_wrapper {
    background: none repeat scroll 0 0 #fff;
}

div#footer_wrapper {
    width: 100%;
    height: 58px;
    background-color: #e5e5e5;
}

div#footer_inner_wrapper {
    padding-left: 100px;
    padding-right: 100px;
    margin: 0px auto;
}

.DivLeftBar {
    z-index: 999997;
    width: 320px;
    height: 100%;
    padding: 10px;
    background-color: #e5e5e5;
    margin-right: 4px;
}

.telTabs {
    background-color: #000 !important;
}

.DivForm {
    margin-top: 10px;
    opacity: 0.989;
    filter: alpha(opacity=98.9);
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
}

.DivIndent {
    background: #b6b6b6;
    padding: 3px;
    -moz-box-shadow: inset 0 0 5px #707070;
    -webkit-box-shadow: inset 0 0 5px #707070;
    box-shadow: inset 0 0 5px #707070;
}

.Container {
    padding-right: 5px;
    float: left;
    padding-right: 10px;
}

.DottedContainer {
    padding-right: 5px;
    float: left;
    border: 1px dotted black;
}
/*****************************Login*************************/
.CentreDiv {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 240px;
    margin-top: -120px; /* negative half of the height */
    margin-left: -200px;
}

.ImageBehindText {
    background: url('/Images/birds.png') no-repeat right bottom;
}

.LoginRowDiv {
    width: 347px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 5px;
    display: block;
}

.LoginFieldRowDiv {
    text-align: right;
    width: 347px;
    height: auto;
    padding-top: 2px;
    padding-bottom: 5px;
    display: block;
}

.LoginOuterDiv {
    width: 400px;
    height: 240px;
    background-color: #83c377;
    padding: 8px;
}

.LoginInnerDiv {
    font-weight: bold;
    height: 210px;
    padding: 15px;
    background-color: #ffffff;
}
/*****************************Menu*************************/

.Menu {
    z-index: 999998;
    height: 55px;
    background-color: #e5e5e5;
}

.MenuLogo {
    padding: 5px 30px 5px 100px;
    float: left;
}

.MenuBar {
    /*margin-left: 283px;*/
    float: left;
    height: 55px;
    background-color: #e5e5e5;
}

.Menu ul li {
    height: 55px;
    line-height: 55px;
    width: 150px;
    border-right: 1px solid #57a261;
    border-left: 1px solid #57a261;
    font-size: 16px;
    text-align: center;
}

    .Menu ul li a, .menu ul li a:visited, .menu .admin a, .menu .admin a:visited {
        color: #5d5d5d;
        text-decoration: none;
        font-weight: bold;
        /* HOVER OFF */
        -moz-transition: background-color 500ms linear;
        /* WebKit */
        -webkit-transition: background-color 500ms linear;
        /* Opera */
        -o-transition: background-color 500ms linear;
        /* Standard */
        transition: background-color 500ms linear;
    }

        .Menu ul li a:hover {
            color: #fff;
            background-color: #57a261;
            -moz-transition: background-color 500ms linear;
            /* WebKit */
            -webkit-transition: background-color 500ms linear;
            /* Opera */
            -o-transition: background-color 500ms linear;
            /* Standard */
            transition: background-color 500ms linear;
        }

.LogoutLink {
    line-height: 55px;
    background: #57a261;
    color: #ffffff;
    height: 55px;
    width: 150px;
    border-right: 1px solid #57a261;
    border-left: 1px solid #57a261;
}

.Logout {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.Watermark {
    margin: auto;
    min-width: 600px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

/******************************Admin Icons**********************/
.AdminTabs {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

.AdminBox {
    float: left;
    width: 240px;
    height: 239px;
    background-color: #5d5d5d;
    margin: 0 auto;
}

div#Users {
    background: url('/Images/AdminIcons/users.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#UsersActive {
    background: #fff url('/Images/AdminIcons/users-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#UsersActive:hover {
        opacity: 1;
    }

div#Languages {
    background: url('/Images/AdminIcons/languages.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#LanguagesActive {
    background: #fff url('/Images/AdminIcons/languages-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#LanguagesActive:hover {
        opacity: 1;
    }

div#UserRoles {
    background: url('/Images/AdminIcons/user-roles.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#UserRolesActive {
    background: #fff url('/Images/AdminIcons/user-roles-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#UserRolesActive:hover {
        opacity: 1;
    }

div#Awards {
    background: url('/Images/AdminIcons/awards.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#AwardsActive {
    background: #fff url('/Images/AdminIcons/awards-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#AwardsActive:hover {
        opacity: 1;
    }

div#CalendarTypes {
    background: url('/Images/AdminIcons/calendar-types.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#CalendarTypesActive {
    background: #fff url('/Images/AdminIcons/calendar-types-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#CalendarTypesActive:hover {
        opacity: 1;
    }

div#WeekTypes {
    background: url('/Images/AdminIcons/week-type.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#WeekTypesActive {
    background: #fff url('/Images/AdminIcons/week-type-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#WeekTypesActive:hover {
        opacity: 1;
    }

div#CheckInDays {
    background: url('/Images/AdminIcons/check-in-days.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#CheckInDaysActive {
    background: #fff url('/Images/AdminIcons/check-in-days-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#CheckInDaysActive:hover {
        opacity: 1;
    }

div#ManagingAgents {
    background: url('/Images/AdminIcons/managing-agents.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#ManagingAgentsActive {
    background: #fff url('/Images/AdminIcons/managing-agents-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#ManagingAgentsActive:hover {
        opacity: 1;
    }

div#UnitSize {
    background: url('/Images/AdminIcons/unit-size.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#UnitSizeActive {
    background: #fff url('/Images/AdminIcons/unit-size-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#UnitSizeActive:hover {
        opacity: 1;
    }

div#InfoSent {
    background: url('/Images/AdminIcons/info-sent.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#InfoSentActive {
    background: #fff url('/Images/AdminIcons/info-sent-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#InfoSentActive:hover {
        opacity: 1;
    }

div#Season {
    background: url('/Images/AdminIcons/season.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#SeasonActive {
    background: #fff url('/Images/AdminIcons/season-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#SeasonActive:hover {
        opacity: 1;
    }

div#Branch {
    background: url('/Images/AdminIcons/branches.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#BranchActive {
    background: #fff url('/Images/AdminIcons/branches-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#BranchActive:hover {
        opacity: 1;
    }

div#SalesReport {
    background: url('/Images/ReportIcons/sales.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#SalesReportActive {
    background: #fff url('/Images/ReportIcons/sales-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#SalesReportActive:hover {
        opacity: 1;
    }

div#CommisionReport {
    background: url('/Images/ReportIcons/agent-commission.png') center no-repeat;
    width: 240px;
    height: 239px;
    background-color: #57a261;
    margin: 0 auto;
}

div#CommisionReportActive {
    background: #fff url('/Images/ReportIcons/agent-commission-active.png') center no-repeat;
    width: 240px;
    height: 239px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.8s;
}

    div#CommisionReportActive:hover {
        opacity: 1;
    }

/******************************Gridview************************/
.mGrid {
    width: 90%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    border-radius: 5px;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #717171;
        font-size: 13px;
    }

    .mGrid th, .mGrid th a {
        padding: 4px 2px;
        color: #fff;
        background: #57a261 repeat-x top;
        font-size: 14px;
        height: 30px;
    }

    .mGrid .footer {
        color: #fff !important;
        background: #57a261 repeat-x top;
    }

        .mGrid .footer td {
            color: #fff !important;
        }

    .mGrid .alt {
        background: #f3f3f3 repeat-x top;
    }

    .mGrid .pgr {
        background: #343434 repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #071B33;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #ff6600;
                text-decoration: none;
            }

/*****************************General*************************/
a:hover {
}

.GreenLine {
    height: 3px;
    background-color: #57a261;
}

.SmallBox {
    max-height: 100px;
}

.GreenLink {
    background: none;
    border: none;
    text-decoration: underline;
    font-size: 14px;
    color: #57a261;
}

.PairDiv {
    width: 168px;
    float: left;
    padding: 0 5px 2px 5px;
}

.PairDivLabel {
    float: left;
}

.PairDivEntry {
    clear: both;
}

.RowDiv {
    clear: left;
    width: auto;
    min-height: 20px;
    height: auto;
    padding-bottom: 2px;
    display: block;
}

.EntryDiv {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
}

.LabelDiv {
    float: left;
    width: 135px;
    height: 20px;
    padding-top: 3px;
}

.LabelDivLong {
    float: left;
    width: 200px;
    height: 20px;
    padding-top: 3px;
}

.GreyDiv {
    background-color: #e5e5e5;
    padding: 5px;
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}

.Clear {
    clear: both;
}

.ProcessBack {
    width: 100%;
    height: 100%;
    background: #121212;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.processing {
    border: solid 2px #83c377;
    background-color: #ffffff;
    color: #6ba960;
    z-index: 1;
    padding: 20px;
    text-align: center;
    -moz-box-shadow: inset 0 0 10px #83c377;
    -webkit-box-shadow: inset 0 0 10px #83c377;
    box-shadow: inset 0 0 10px #83c377;
}

/*****************************TextBoxes*************************/
input.TextboxStyle {
    border: 1px solid #c4c4c4;
    width: 160px;
    height: 15px;
    font-size: 13px;
    color: black;
    font-weight: bold;
    padding: 4px 4px 4px 4px;
    border-radius: 3px;
    transition: all 0.30s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    input.TextboxStyle:focus {
        outline: none;
        border: 1px solid #83c377;
        box-shadow: 0px 0px 4px #83c377;
        -moz-box-shadow: 0px 0px 4px #83c377;
        -webkit-box-shadow: 0px 0px 4px #83c377;
    }

.ddlboxshadow {
    border: 1px solid #c4c4c4;
    width: 170px;
    height: 25px;
    font-size: 13px;
    padding: 3px 4px 4px 4px;
    border-radius: 3px;
    color: black;
    font-weight: bold;
}

    .ddlboxshadow:focus, select:focus {
        outline: none;
        border: 1px solid #83c377;
        box-shadow: 0px 0px 8px #83c377;
        -moz-box-shadow: 0px 0px 8px #83c377;
        -webkit-box-shadow: 0px 0px 8px #83c377;
    }
/*****************************Buttons*************************/
.GreenButton {
    border: 1px solid #508248;
    background: #83c377;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenButton:hover {
        border-top-color: #24531c;
        background: #72a768;
        color: #ccc;
    }

/*****************************Image Buttons with text*************************/
.GreenPrintButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/print-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenPrintButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/print-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenFolderButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Folder-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenFolderButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Folder-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenSearchButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Search-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenSearchButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Search-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenAddButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Add-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenAddButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Add-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenEditButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Edit-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenEditButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Edit-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenDeleteButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Delete-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenDeleteButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Delete-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }


.GreenSubmitButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Ok-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenSubmitButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Ok-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenCloseButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Close-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenCloseButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Close-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenDiaryButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Diary-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenDiaryButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Diary-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenDocumentButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Document-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenDocumentButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Document-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenViewButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/View-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenViewButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/View-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenSaleButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Sale-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenSaleButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Sale-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenFirstButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/First-icon.png') no-repeat center;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 50px;
    cursor:pointer;
}

    .GreenFirstButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/First-icon.png') no-repeat center;
        color: #ccc;
    }

.GreenPreviousButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Left-icon.png') no-repeat center;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 50px;
    cursor:pointer;
}

    .GreenPreviousButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Left-icon.png') no-repeat center;
        color: #ccc;
    }

.GreenNextButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Right-icon.png') no-repeat center;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 50px;
    cursor:pointer;
}

    .GreenNextButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Right-icon.png') no-repeat center;
        color: #ccc;
    }

.GreenLastButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Last-icon.png') no-repeat center;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 50px;
    cursor:pointer;
}

    .GreenLastButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Last-icon.png') no-repeat center;
        color: #ccc;
    }

.GreenGreaterButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/Greater-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenGreaterButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/Greater-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenLessButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/less-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenLessButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/less-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

.GreenEqualButton {
    border: 1px solid #508248;
    background: #83c377 url('/Images/ButtonIcons/equal-icon.png') no-repeat left;
    background-position-x: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    vertical-align: middle;
    min-width: 75px;
    cursor:pointer;
}

    .GreenEqualButton:hover {
        border-top-color: #24531c;
        background: #72a768 url('/Images/ButtonIcons/equal-icon.png') no-repeat left;
        background-position-x: 5px;
        color: #ccc;
    }

/**********************************************Tabs****************************/
.CustomTabs .ajax__tab_header {
    border-top: 3px solid #e5e5e5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background: #e5e5e5;
}

    .CustomTabs .ajax__tab_header a {
        font-weight: normal;
        outline: none;
    }

    .CustomTabs .ajax__tab_header .ajax__tab_outer {
        background: #e5e5e5;
        margin: 0px 0.16em 0px 0px;
        padding: 1px 0px 1px 0px;
        vertical-align: bottom;
    }

    .CustomTabs .ajax__tab_header .ajax__tab_tab {
        color: #000;
        padding: 0.35em 0.75em;
        margin-right: 0.01em;
    }

.CustomTabs .ajax__tab_hover .ajax__tab_outer {
    border-top: 3px solid #57a261;
}

.CustomTabs .ajax__tab_active .ajax__tab_tab {
    color: #000;
}

.CustomTabs .ajax__tab_active .ajax__tab_outer {
    border-top: 3px solid #57a261;
}

.CustomTabs .ajax__tab_body {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: solid 1px #e1e1e1;
    background-color: #e5e5e5;
}

.TabDepth {
    padding: 10px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e5e5e5;
    min-height:550px;
}

/**********************************ModelPopup**************************/
.PopUpDiv {
    margin: 2% auto;
    margin-bottom: 50px;
    min-width: 450px;
    border: 2px solid #83c377;
    background-color: #fff;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}

.PopUpInnerDiv {
    padding: 20px;
}

.ModelPopupBG {
    background-color: #454545;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
/******************************FileUpload*************************/
.fileUpload {
    width: 255px;
    font-size: 11px;
    color: #000000;
    border: solid;
    border-width: 1px;
    border-color: #7f9db9;
    height: 17px;
}
/********************************Scrollbar**************************/

.scroll {
    overflow: auto;
}

    .scroll::-webkit-scrollbar {
        width: 8px;
    }

    .scroll::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    }

    .scroll::-webkit-scrollbar-thumb {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    }
/*********************PopUp Control******************************/

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.modal {
    display: none;
    background: #ffffff;
    overflow: auto;
    z-index: 1001;
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 5px #323b44;
    -moz-box-shadow: 0 3px 5px #323b44;
    box-shadow: 0 3px 5px #323b44;
    min-height: 250px;
    min-width: 350px;
}

    .modal h1 {
        font-weight: Bold;
        background: #323b44;
        border-bottom: 1px solid #a0a1a1;
        color: #ffffff;
        margin: 0 0 20px;
        padding: 12px 10px 10px;
        text-align: center;
        font-size: 20px;
        -webkit-border-radius: 10px 10px 0 0;
        -moz-border-radius: 10px 10px 0 0;
        -ms-border-radius: 10px 10px 0 0;
        -o-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
        -webkit-box-shadow: inset 0 1px 1px #a0a1a1;
        -moz-box-shadow: inset 0 1px 1px #a0a1a1;
        box-shadow: inset 0 1px 1px #a0a1a1;
        border: 1px solid #a0a1a1;
    }

.closeBtn {
    position: absolute;
    display: block;
    top: 12px;
    left: 10px;
    background: url(/Images/closeBtn.png) no-repeat 0 0;
    width: 22px;
    height: 22px;
}
/**********************************TELERIK******************************/
/*.rfRight {
    display: none;
}
.rfLeft {
    display: none;
}
.rfApply {
    display: none;
}
.rfMid {
    display: none;
}*/
.rfTools {
    display: none;
}

.rfPreview {
    display: none;
}
