﻿
/* About Style */
.about-version {
    font-size: 14px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    color: #515151;
}

.about-text {
    font-size: 12px;
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    letter-spacing: 1px;
    margin-left: 5px;
}
/* End About Style */

/*Modal header backgroung color green*/
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
    background-color: #4DA041;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    
}
.header{
    color:#fff;
}
.btn.btn-success.btn-rounded {
    background-color: #4DA041;
}

.padded {
    margin: 5px;
}

.button-thin {
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 5px;
    padding: 1px 6px;
    font-weight: bold;
    box-shadow: 0 2px 2px #d5d5d5, 0 -2px 1px #d5d5d5;
    background: #4DA041; /* Old browsers */
    background: -moz-linear-gradient(top, #3F8235 0%, #4DA041 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3F8235), color-stop(100%,#4DA041)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3F8235 0%,#4DA041 100%); /* W3C */
}

    .button-thin:hover {
        background: #cdeb8e; /* Old browsers */
        background: -moz-linear-gradient(top, #cdeb8e 0%, #3F8235, 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cdeb8e 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cdeb8e 0%,#3F8235 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cdeb8e 0%,#3F8235 100%); /* IE10+ */
        background: linear-gradient(to bottom, #cdeb8e 0%,#3F8235 100%); /* W3C */
    }

    .button-thin:active {
        background: #4DA041; /* Old browsers */
        background: -moz-linear-gradient(top, #4DA041 0%, #3F8235 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA041), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4DA041 0%,#3F8235 100%); /* W3C */
    }

    .button-thin:disabled {
        background: #d5d5d5; /* Old browsers */
        background: -moz-linear-gradient(top, #d5d5d5 0%, #999 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d5d5d5), color-stop(100%,#999)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d5d5d5 0%,#999 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d5d5d5 0%,#999 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d5d5d5 0%,#999 100%); /* IE10+ */
        background: linear-gradient(to bottom, #d5d5d5 0%,#999 100%); /* W3C */
    }
.center {
    display: block;
    text-align: center;
    max-width: 60vw;
    margin: 0 auto;
}

.companyField {
    width: 98%;
    margin: 2px 10px 2px 10px;
    float: left;
}

    .companyField .companyLabelnew {
        width: 135px;
        display: inline-block;
        font-family: Arial;
        font-weight: bold;
        padding: 0px 3px;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

    .companyField .companyLabel {
        width: 120px;
        display: inline-block;
        font-family: Arial;
        font-weight: bold;
        padding: 0px 3px;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

    .companyField .companyData {
        width: 110px;
        display: inline-block;
        font-family: Arial;
        padding: 0px 3px;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

    .companyField .button-thin {
        margin-top: 4px;
    }


    .companyField .companyInput {
        font-family: Arial;
        display: inline-block;
        padding: 0px 3px;
        font-size: 0.8em;
        letter-spacing: 1px;
    }

.companyFieldDark {
    margin: 10px;
    border: 1px solid #a4c461;
    border-radius: 5px;
    background-color: #e8f0d5;
    padding: 2px 5px;
    vertical-align: middle;
    text-align: left;
}


.companyLabel.bold {
    font-weight: bold;
}

.companyLabel.small {
    font-size: 0.7em;
}


.companyInput.small {
    font-size: 0.8em;
}
/* End Company Page Style */

.my-custom-scrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
}
/*Boxes with text*/
.box-grey {
    background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 30px;
    vertical-align: central;
    padding-top: 5px;
}
/*.table-wrapper-scroll-y {
    display: block;
}*/
/* Search Grid Style */
.searchGrid {
    border-collapse: collapse;
    border: 0;
}

    .searchGrid tr {
        border: 1px #4DA041 solid;
        font-family: Arial;
        text-align: left;
        cursor: pointer;
    }

        .searchGrid tr:hover {
            background: #e7f7c5;
        }

        .searchGrid tr .statusClosed {
            background-color: #ddd;
        }

    .searchGrid .selected {
        background: #d0f386;
    }

    .searchGrid td {
        border: 1px #4DA041 solid;
        font-family: Arial;
        text-align: left;
    }

    .searchGrid .small td {
        font-size: 0.7em;
        font-weight: lighter;
    }

    .searchGrid th {
        border: 1px #4DA041 solid;
        font-family: Arial;
        text-align: left;
        cursor: default;
        background: #d5d5d5;
    }

/* End Search Grid Style */
.dashboardDetailPanelAlerts {
    min-height: 200px;
    max-height: 200px;
    overflow-y: scroll;
    background: #fff;
}

.dashboardSection {
    width: 90%;
    border-color: #777;
    border-radius: 10px 10px 0 0;
    margin: 10px 10px, 0px,0px;
}
/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 9999999 !important;
    height: 3em;
    width: 3em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: -40px;
    bottom: 0;
    right: 10px;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
/* Absolute Center Spinner */
.loadingPublic {
    position: fixed;
    z-index: 9999999 !important;
    height: 3em;
    width: 3em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: -40px;
    bottom: 0;
    right: 10px;
}

    /* Transparent Overlay */
    .loadingPublic:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.3);
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loadingPublic:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loadingPublic:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 1500ms infinite linear;
            -moz-animation: spinner 1500ms infinite linear;
            -ms-animation: spinner 1500ms infinite linear;
            -o-animation: spinner 1500ms infinite linear;
            animation: spinner 1500ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
        }

/* Animation */
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* Terms And Conditions Style */
.termsHeader {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    text-align: center;
}

.termsContent {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    background-color: #ffffff;
    border-radius: 4px;
    border: 1px solid #000;
    padding: 17px;
}

    .termsContent h1 {
        font-size: 1.0em;
        text-transform: uppercase;
        text-align: center;
        font-weight: normal;
    }

    .termsContent h2 {
        font-size: 1.0em;
        text-transform: uppercase;
        text-align: left;
        font-weight: normal;
    }

    .termsContent p {
        font-size: 0.9em;
    }

        .termsContent p + h2 {
            margin-top: 2em;
        }

    .termsContent a {
        color: #0091EF;
    }

.termsImportant {
    font-style: italic;
    margin-left: 32px;
    display: block;
}

.termsFooter {
    font-family: Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    text-align: center;
}
/* End Terms And Conditions Style */

/* Master Login Style */
.divLogin {
    margin: 3px;
}

.LoginPane {
    display: block;
    border: solid 1px #4DA041;
    border-radius: 15px;
    height: 245px;
    width: 500px;
    position: relative;
    top: 100px;
    margin: auto;
    text-align: center;
}

.txtLogin {
    outline: 0;
    width: 80%;
    background-color: #f9f9f9;
    border-style: solid;
    border-width: 1px;
    border-color: #777;
    border-radius: 10px;
    font-size: 20px;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.errLogin {
    color: #e80c4d;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
    text-align: center;
}

.succLogin {
    color: #0ba317;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.5em;
    text-align: center;
}
/* End Master Login Style */

/* Master Login Style */
.divLogin {
    margin: 3px;
}

.PasswordResetPane {
    display: block;
    border: solid 1px #4DA041;
    border-radius: 15px;
    height: 255px;
    width: 500px;
    position: relative;
    top: 100px;
    margin: auto;
    text-align: center;
}

.txtPasswordReset {
    outline: 0;
    width: 80%;
    background-color: #f9f9f9;
    border-style: solid;
    border-width: 1px;
    border-color: #777;
    border-radius: 10px;
    font-size: 20px;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    letter-spacing: 1px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.errPasswordReset {
    color: #e80c4d;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.75em;
    text-align: center;
}

.succPasswordReset {
    color: #0ba317;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.5em;
    text-align: center;
}
/* End Master PasswordReset Style */


.float-left {
    display: inline;
    float: left;
}

.float-right {
    display: inline;
    float: right;
}

.float-clear {
    clear: both;
}
.height-full {
    height: 100%;
}

.height-half {
    height: 48%;
}

.width-full {
    width: 100%;
}

.width-half {
    width: 48%;
}
.hidden {
    visibility: hidden;
    display: none;
    height: 0 !important;
}

.center {
    display: block;
    text-align: center;
    max-width: 60vw;
    margin: 0 auto;
}

.align-left {
    display: block;
    text-align: left;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 0px;
}
paddedExtra {
    margin-left: 20px;
    margin-right: 10px;
}

.white {
    background-color: #fff;
}

.white-light {
    background-color: #d5d5d5;
}

.clickable {
    cursor: pointer;
}

.curved {
    border-radius: 15px;
}

.curved-top {
    border-radius: 15px 15px 0px 0px;
}

.curved-bottom {
    border-radius: 0px 0px 15px 15px;
}

.colored {
    min-height: 20px;
    background: #4DA041; /* Old browsers */
    background: -moz-linear-gradient(top, #4DA041 0%, #3F8235 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA041), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4DA041 0%,#3F8235 100%);
}

.colored-raise {
    min-height: 25px;
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #3F8235 0%, #4DA041 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3F8235), color-stop(100%,#4DA041)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3F8235 0%,#4DA041 100%); /* W3C */
}

.colored-wash {
    min-height: 20px;
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #c4ffc4 0%, #3F8235 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c4ffc4), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c4ffc4 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c4ffc4 0%,#3F8235 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c4ffc4 0%,#3F8235 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c4ffc4 0%,#3F8235 100%); /* W3C */
}

.colored-nogradient {
    min-height: 20px;
    background: #4DA041; /* Old browsers */
}

.colored-nogradient-light {
    min-height: 20px;
    background: #cdeb8e; /* Old browsers */
}

.my-group .form-control {
    width: 50%;
}
.footer {
    position: absolute;
    bottom: 32px;
    width: 100%;
    height: 38px;
    left: 30px;
}

.modalbodywithscroll {
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    background: #fff;
}
.anchortag {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.loadContainer {
    float: left;
    width: 80%;
    height: 100%;
    margin: 15px;
    border: 1px solid black;
    border-radius: 3px;
}

.loadBar {
    height: 100%;
    border-radius: 3px;
    background-color: #4DA041;
}

.hidden {
    visibility: hidden;
    display: none;
    height: 0 !important;
}

.center {
    display: block;
    text-align: center;
    max-width: 60vw;
    margin: 0 auto;
}
/* Popup Dialog Style */
.ui-dialog {
    background-color: #d5d5d5;
    border: 1px solid #4DA041;
    border-radius: 10px;
    padding: 0;
    padding-bottom: 3px;
}

    .ui-dialog .ui-dialog-content {
        height: 100%;
        background-color: #fff;
        padding: 0;
        background: #fff;
        border: 0;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: right;
        padding: 0 3px;
        margin: 0;
    }

.ui-button-text-only .ui-button-text {
    padding: 0;
}

.ui-button .ui-button-text {
    font-size: medium;
    font-weight: normal;
}

.ui-dialog .ui-dialog-button {
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 5px;
    padding: 1px 6px;
    font-weight: bold;
    font-family: 'Arial Black', Gadget, sans-serif;
    box-shadow: 0 2px 2px #d5d5d5, 0 -2px 1px #d5d5d5;
    background: #4DA041; /* Old browsers */
    background: -moz-linear-gradient(top, #3F8235 0%, #4DA041 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3F8235), color-stop(100%,#4DA041)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3F8235 0%,#4DA041 100%); /* W3C */
}

    .ui-dialog .ui-dialog-button:hover {
        background: #cdeb8e; /* Old browsers */
        background: -moz-linear-gradient(top, #cdeb8e 0%, #3F8235, 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #cdeb8e 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #cdeb8e 0%,#3F8235 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #cdeb8e 0%,#3F8235 100%); /* IE10+ */
        background: linear-gradient(to bottom, #cdeb8e 0%,#3F8235 100%); /* W3C */
    }

    .ui-dialog .ui-dialog-button:active {
        background: #4DA041; /* Old browsers */
        background: -moz-linear-gradient(top, #4DA041 0%, #3F8235 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA041), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* IE10+ */
        background: linear-gradient(to bottom, #4DA041 0%,#3F8235 100%); /* W3C */
    }

.ui-dialog-titlebar {
    height: 20px;
    border-radius: 10px 10px 0px 0px;
    padding: 2px 5px;
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
    font-size: large;
    font-weight: bold;
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #3F8235 0%, #4DA041 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3F8235), color-stop(100%,#4DA041)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3F8235 0%,#4DA041 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3F8235 0%,#4DA041 100%); /* W3C */
}

.ui-dialog-titlebar-close {
    visibility: hidden;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.4;
}
/* End Popup Dialog Style */

.redDotTodo {
    font-size: 0.25em;
    display: block;
    position: absolute;
    top: 4.45em;
    right: 46.25em;
    width: 2em;
    height: 2em;
    line-height: 3em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    background: red;
}
.SelectAllNotify {
    font-size: 12px;
    padding-left: 7px;
    padding-top: 0px;
    padding-bottom: 5px;
    margin-left: 13px;
}
.MarkSeletedRead {
    font-size: 12px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 2px;
    margin-left: 6px;
}
.accordion-struct.panel-group .panel .panel-heading.activestate {
    background: #4DA041;
    border-bottom: 1px solid #4DA041;
}
/*.infoIcon {
    color: forestgreen;
    border: 0px solid #f5f5f5;
    margin-top: -18px;
}*/

/* BOOKWORK */
.bookWorkPanel {
    background: #fff;
    border: #4DA041 1px solid;
    float: left;
    border-radius: 10px 10px 0 0;
    margin: 20px 0px 0px 20px;
    width: 90%;
    padding-bottom: 40px;
}

.bookWorkPanelHeader {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em;
    padding: 5px 0px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.bookWorkTab {
    width: 20%;
    display: inline-block;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    color: #000;
    text-decoration: none;
}

.bookWorkTabBar {
    background: #4DA041; /* Old browsers */
    background: -moz-linear-gradient(top, #4DA041 0%, #3F8235 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA041), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4DA041 0%,#3F8235 100%); /* W3C */
}

    .bookWorkTabBar a:hover {
        background: #a4c461; /* Old browsers */
        background: -moz-linear-gradient(top, #a4c461 0%, #91b04e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4c461), color-stop(100%,#91b04e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a4c461 0%,#91b04e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a4c461 0%,#91b04e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a4c461 0%,#91b04e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a4c461 0%,#91b04e 100%); /* W3C */
    }

    .bookWorkTabBar .activeTab {
        background: #a4c461; /* Old browsers */
        background: -moz-linear-gradient(top, #a4c461 0%, #91b04e 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a4c461), color-stop(100%,#91b04e)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #a4c461 0%,#91b04e 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #a4c461 0%,#91b04e 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #a4c461 0%,#91b04e 100%); /* IE10+ */
        background: linear-gradient(to bottom, #a4c461 0%,#91b04e 100%); /* W3C */
        color: #fff;
    }

.bookWorkLabel {
    padding: 2px 10px 2px 10px;
}

.bookWorkDetailLabel {
    padding: 2px 10px 2px 10px;
    display: inline-block;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
}

.bookWorkInfoLrg {
    background: #fff;
    border: #4DA041 1px solid;
    float: left;
    border-radius: 10px 10px 0 0;
    margin: 10px 0px 0px 10px;
    width: 49%;
}

.bookWorkInfoNrml {
    background: #fff;
    border: #4DA041 1px solid;
    float: left;
    border-radius: 10px 10px 0 0;
    margin: 10px 0px 0px 10px;
    width: 32%;
}

.bookWorkHeader {
    font-family: Arial;
    font-weight: bold;
    font-size: 1.1em;
    padding: 2px 10px 2px 10px;
    border-radius: 10px 10px 0 0;
}

.bookWorkDetailPanel {
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    background: #fff;
}

.bookWorkSection {
    width: 90%;
    border-color: #777;
    border-radius: 10px 10px 0 0;
    margin: 10px 10px, 0px,0px;
}

.bookWorkContentLeft {
    width: 40%;
    height: 100%;
    float: left;
    padding: 10px, 10px,10px,10px;
    overflow: auto;
}

.bookWorkContentRight {
    width: 58%;
    height: 100%;
    float: right;
    padding: 10px, 10px,10px,10px;
}

.bookWorkField {
    margin: 2px 5px 2px 5px;
    width: 48%;
}

.bookWorkPane .bookWorkLabel {
    font-weight: bold;
    /*width: 100px;*/
    /*display: inline-block;*/
    font-family: Arial;
    font-size: 0.8em;
    margin-top: 5px;
}

.bookWorkPane .bookWorkInput {
    /*width: 170px;*/
    /*display: inline-block;*/
    font-family: Arial;
    font-size: 0.8em;
    padding: 1px 2px 1px 2px;
}

.bookWorkPane {
    width: 98%;
    display: inline-block;
    float: left;
}

.bookLabel {
    width: 100px;
    display: inline-block;
    font-family: Arial;
    font-size: 0.7em;
    margin-top: 5px;
}

.bookInput {
    width: 180px;
    display: inline-block;
    font-family: Arial;
    font-size: 0.7em;
    padding: 1px 2px 1px 2px;
}

.bookGrid {
    border-collapse: collapse;
    border: 0;
}

    .bookGrid tr {
        border: 1px #4DA041 solid;
        font-family: Arial;
        text-align: left;
    }

        .bookGrid tr:hover {
            background: #e7f7c5;
        }

        .bookGrid tr .statusClosed {
            background-color: #ddd;
        }

    .bookGrid .selected {
        background: #d0f386;
    }

    .bookGrid td {
        border: 1px #4DA041 solid;
        font-family: Arial;
        text-align: left;
    }

    .bookGrid .small td {
        font-size: 0.7em;
        font-weight: lighter;
    }

    .bookGrid th {
        border: 1px #4DA041 solid;
        font-family: Arial;
        text-align: left;
        cursor: default;
        background: #d5d5d5;
    }

.dlgBookWorkContainer {
    border: 1px #4DA041 solid;
    margin: 2px 1px 2px 20px;
    width: 95%;
    text-align: left;
    float: left;
    height: 200px;
}

.dlgBookWorkHeader {
    border: 1px #4DA041 solid;
    margin: 2px 20px 2px 20px;
    width: 90%;
    text-align: center;
    float: left;
    background: #4DA041; /* Old browsers */
    background: -moz-linear-gradient(top, #4DA041 0%, #3F8235 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4DA041), color-stop(100%,#3F8235)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4DA041 0%,#3F8235 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4DA041 0%,#3F8235 100%); /* W3C */
}

.dlgBookWorkField {
    margin: 2px 20px 2px 20px;
    float: left;
    width: 95%;
}

    .dlgBookWorkField .dlgBookWorkLabel {
        width: 30%;
        display: inline-block;
        font-family: Arial;
        font-size: 0.9em;
        margin-top: 5px;
    }

    .dlgBookWorkField .dlgBookWorkInput {
        width: 65%;
        display: inline-block;
        font-family: Arial;
        font-size: 0.9em;
        padding: 1px 2px 1px 2px;
    }
.jobTab {
    width: 120px;
    display: inline-block;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    padding: 3px;
    color: #000;
    text-decoration: none;
}
.scroll-vertical {
    overflow-y: scroll;
    overflow-x: hidden;
}
/* BOOKWORK END */


/* LetterManagement */
.lmPanel {
    float: left;
    width: 49%;
    height: 98%;
}

.lmPnlLrg {
    float: left;
    width: 100%;
    height: 98%;
}

.lmScrollPanel {
    width: 48%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.lmFullScrollPanel {
    width: 98%;
    float: left;
    overflow-x: hidden;
    overflow-y: auto;
}

.lmHeader {
    height: 30px;
    cursor: pointer;
    background: #cdeb8e; /* Old browsers */
    background: -moz-linear-gradient(top, #cdeb8e 0%, #4DA041 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#4DA041)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cdeb8e 0%,#4DA041 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cdeb8e 0%,#4DA041 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cdeb8e 0%,#4DA041 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cdeb8e 0%,#4DA041 100%); /* W3C */
}

.lmHeaderText {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    padding: 2px 0px 2px 5px;
    font-weight: bold;
    font-size: large;
}

.lmHeaderToggle {
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    padding: 2px 0px 2px 5px;
    font-weight: bold;
    font-size: large;
    width: 10%;
    float: right;
    text-align: center;
}

.lmEdit {
    padding: 5px;
    margin-bottom: 20px;
}

.lmField {
}

.lmPreview {
    background-color: gray;
    position: relative;
}

.lmFieldLabel {
    display: inline-block;
    width: 40%;
    font-weight: bold;
    font-size: small;
}

.lmFieldLabelNew {
    display: inline-block;
    width: 44%;
    font-weight: bold;
    font-size: small;
}

.lmFieldControl {
    width: 55%;
}

.lmFieldText {
    width: 94%;
    height: 120px;
    padding-right: 5px;
    resize: vertical;
}

.lmGrid {
    margin: 5px;
    border-spacing: 0;
}

    .lmGrid th {
        font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
        font-size: small;
        border-bottom: 1px solid black;
    }

.lmGridItem {
    font-family: Helvetica, Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}

.lmGridItem_Report {
    background-color: #D3D3D3;
}

.lmGridItem_Global {
    background-color: #DEFFE6;
}

.lmGridItem_Client {
    background-color: #DEEEFF;
}

.lmGridItem_Temp {
    background-color: #DDF6FE;
}
/* End Letter Management */

.TextBold {
    font-weight: bold;
}

.ErrorBorder {
    
   
    border: 1px solid red;
}




.btn.btn-success.btn-rounded.btnpadded {
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
}
