﻿body {
    font-family: Arial;
    font-size: 12px;
}

ul li {
    list-style: none;
}

.Caption {
    width: 100%;
    float: left;
    display: block;
    font-size: 14px;
    margin-bottom: 6px;
}

.subMenuClassNew {
    display: block;
    width: 20px;
    height: 14px;
    background: url('../../../Images/Stages.png') no-repeat;
    float: left;    
}



.deleteRow {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 14px;
    background: url('images/delete-icon.png') no-repeat;
    float: left;
}

.addRow {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 16px;
    background: url('images/add_grid.png') no-repeat;
    float: left;
    margin-left: 2px;
}

.updateRow {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 16px;
    background: url('images/update_grid.png') no-repeat;
    float: left;
    margin-left: 2px;
}

.cancelRow {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 16px;
    background: url('images/cancel_row.png') no-repeat;
    float: left;
    margin-left: 2px;
}

.printRow {
    text-decoration: none;
    display: block;
    width: 20px;
    height: 16px;
    background: url('images/print_icon.png') no-repeat;
    float: left;
    margin-left: 2px;
}


.copyRow {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/copy.png') no-repeat;
    float: right;
    margin-left: 2px;
}

.EndorsePolicy
{
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/copy.png') no-repeat;
    float: right;
    margin-left: 2px;
}

.renewRow {
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/renew.png') no-repeat;
    float: right;
    margin-left: 2px;
}

div.head {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

div.BodyWrapper {
    width: 90%;
    display: block;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

ul.threecol > li {
    min-height: 70px;
    display: block;
    float: left;
    width: 33%;
}


.mandatory {
    background: rgba(0, 0, 0, 0) url("images/mandatory.png") no-repeat scroll 0% 3% !important;
    padding-left: 8px;
}

.AltRow td {
}

.table {
}
/*Controls*/


/* RADIOS & CHECKBOXES STYLES */

/* base styles */
input[type="radio"],
input[type="checkbox"] {
    height: 1.2em;
    width: 1.2em;
    vertical-align: middle;
    margin: 0 0.4em 0.4em 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    -webkit-appearance: none;
    -webkit-transition: box-shadow 200ms;
    box-shadow: inset 1px 1px 0 #fff, 0 1px 1px rgba(0,0,0,0.1);
}

/* border radius for radio*/
input[type="radio"] {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

/* border radius for checkbox */
input[type="checkbox"] {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    /* hover state */
    input[type="radio"]:not(:disabled):hover,
    input[type="checkbox"]:not(:disabled):hover {
        border-color: rgba(0,0,0,0.5);
        box-shadow: inset 1px 1px 0 #fff, 0 0 4px rgba(0,0,0,0.3);
    }

    /* active state */
    input[type="radio"]:active:not(:disabled),
    input[type="checkbox"]:active:not(:disabled) {
        background-image: -webkit-linear-gradient(#C2C2C2, #EFEFEF);
        box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2), inset -1px -1px 0 rgba(255,255,255,0.6);
        border-color: rgba(0,0,0,0.5);
    }

    /* focus state */
    input[type="radio"]:focus,
    input[type="checkbox"]:focus {
        outline: none;
        box-shadow: 0 0 1px 2px rgba(0, 240, 255, 0.4);
    }

    /* input checked border color */
    input[type="radio"]:checked,
    input[type="checkbox"]:checked {
        border-color: rgba(0, 0, 0, 0.5);
    }

        /* radio checked */
        input[type="radio"]:checked:before {
            display: block;
            height: 0.3em;
            width: 0.3em;
            position: relative;
            left: 0.4em;
            top: 0.4em;
            background: rgba(0, 0, 0, 0.7);
            border-radius: 100%;
            content: '';
        }

        /* checkbox checked */
        input[type="checkbox"]:checked:before {
            font-weight: bold;
            color: rgba(0, 0, 0, 0.7);
            content: '\2713';
            -webkit-margin-start: 0;
            margin-left: 2px;
            font-size: 0.9em;
        }

/* disabled input */
input:disabled {
    opacity: .6;
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

    /* style label for disabled input */
    input:disabled + label {
        opacity: .6;
        cursor: default;
        -webkit-user-select: none;
    }




.ui-timepicker-inline {
    display: inline;
}

#ui-timepicker-div {
    padding: 0.2em;
}

.ui-timepicker-table {
    display: inline-table;
    width: 0;
    background-color: white;
}

    .ui-timepicker-table table {
        margin: 0.15em 0 0 0;
        border-collapse: collapse;
    }

.ui-timepicker-hours, .ui-timepicker-minutes {
    padding: 0.2em;
}

.ui-timepicker-table .ui-timepicker-title {
    line-height: 1.8em;
    text-align: center;
}

.ui-timepicker-table td {
    padding: 0.1em;
    width: 2.2em;
}

.ui-timepicker-table th.periods {
    padding: 0.1em;
    width: 2.2em;
}

/* span for disabled cells */
.ui-timepicker-table td span {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    text-align: right;
    text-decoration: none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
    display: block;
    padding: 0.2em 0.3em 0.2em 0.5em;
    width: 1.2em;
    cursor: pointer;
    text-align: right;
    text-decoration: none;
}

.ui-timepicker-table * {
    box-sizing: content-box !important;
}
/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

    .ui-timepicker .ui-timepicker-buttonpane button {
        margin: .5em .2em .4em;
        cursor: pointer;
        padding: .2em .6em .3em .6em;
        width: auto;
        overflow: visible;
    }
/* The close button */
.ui-timepicker .ui-timepicker-close {
    float: right;
}

/* the now button */
.ui-timepicker .ui-timepicker-now {
    float: left;
}

/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
    float: left;
}



.TextCode {
    width: 50%;
}

.TextShort {
    width: 60%;
}

.TextMedium {
    width: 80%;
}

.TextLong {
    width: 96%;
}


.fullwidth > .TextLong {
    width: 50%;
}

.TextAreaLong {
    min-height: 30px;
    width: 90%;
}


.DdlShort {
    width: 30%;
}

.DdlMedium {
    width: 35%;
    border: 1px solid black;
}

.DdlLong {
    width: 40%;
}

ul.chosen-results li {
    width: 100% !important;
}

ul.form li input[type="text"], ul.form li input[type="password"], ul.popupUl li input[type="text"], textarea {
    font-size: 11px;
    padding: 3px;
    border: 1px solid; /*1px solid #A0D0FA;*/
    height: 18px;
}

ul.form li.action input[type="submit"], ul.form li.action input[type="button"], ul.popupUl li.action input[type="button"], ul.popupUl li.action input[type="submit"], .btnPopup, .btnCommon {
    width: 80%;
    /*padding: 1px 10px 1px 10px;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid;
    border-radius: 5px;
    font-weight: normal;
    min-height: 25px;
    width: 100px;*/
}

div.StepForm {
}

ul.Stepper {
    /* float:left;*/
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

    ul.Stepper li {
        float: left;
        padding: 5px;
    }


li.Action, li.FullWidth {
    width: 100% !important;
    display: block;
}

li.Action {
    margin-top: 30px;
}

    li.Action > div {
        display: block;
        width: auto;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }

li.sectionheader {
    width: 100% !important;
}

ul.threecol li.Show {
    transition-delay: 0.5s;
    display: block;
}

ul.threecol li.Hide {
    transition-property: all;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
    transition-delay: 0.5s;
    display: none;
}

ul.sectionheader {
    width: 100%;
    float: left;
    display: block;
}

.header {
    display: block;
    margin-top: 5px;
    margin-bottom: 20px;
}

div.menu {
    display: block;
    margin-left: 17px;
}

/*Step content*/
.widget-body {
    float: left;
}

.threecol > div {
}

.LoaderBg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99998;
    background-color: #2D8DA7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=28)"; /* IE 8 */
    filter: alpha(opacity=28); /* IE 5-7 */
    -moz-opacity: 0.28; /* Netscape */
    -khtml-opacity: 0.28; /* Safari 1.x */
    opacity: 0.28;
}



.Stepper > li div.bubbleholder::before, .Stepper > li div.bubbleholder::after {
    background-color: #2dc3e8;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 13px;
    width: 150px;
}

span.bubble {
    background-color: #2dc3e8;
    border-radius: 1000px;
    display: block;
    height: 20px;
    margin: 0 auto 0.5em;
    width: 20px;
}

.Current span.bubble {
    background-color: red;
}

div.bubbleholder {
    width: 100px;
    display: block;
}

    div.bubbleholder a {
        color: #336699;
        font-weight: bold;
        float: left;
        margin-left: 30px;
        text-decoration: none;
    }

/* Error Message - Css Starts */
#GeneralErrorMsg {
    padding: 5px 15px;
    display: block;
    border-radius: 5px;
    /* background-color: #eee !important; */
    background-color: #EEEEEE;
    box-shadow: 1px 0 10px 1px rgba(0, 0, 0, 0.3);
}

    #GeneralErrorMsg #h1MsgType {
        float: left;
        width: 100%;
        font-size: 25px;
        /* background-color:#63b6db; */
        /* border-bottom: 1px solid #63b6db; */
        padding-bottom: 5px;
    }

    #GeneralErrorMsg #h1MsgType {
        background-size: 32px 32px;
        background-repeat: no-repeat;
    }

    #GeneralErrorMsg h1.Error {
        background-image: url(../../../Images/icons/icoError.png);
    }

    #GeneralErrorMsg h1.Success {
        background-image: url(../../../Images/icons/icoSuccess.png);
    }

    #GeneralErrorMsg h1.Warning {
        background-image: url(../../../Images/icons/icoWarning.png);
    }

    #GeneralErrorMsg h1.Information {
        background-image: url(../../../Images/icons/icoInfo.png);
    }

    #GeneralErrorMsg h2 {
        font-size: 15px;
        margin: 10px;
        min-height: 120px;
        margin-top: 10px;
    }

div.growlUI div.divClose {
    float: right;
    cursor: pointer;
    margin-top: -58px;
}

div.growlUI .btnBlock {
    min-width: 120px;
    margin-bottom: 10px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
    display: inline-block;
    padding: 6px 12px;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
}

    div.growlUI .btnBlock:hover {
        background-color: #CCC;
    }
/* Error Message - Css Ends */

/* FlexGrid - Css Starts */

.divGridPager {
    display: block;
    width: 300px;
    float: right;
    height: 30px;
}

    .divGridPager span {
        margin-top: 5px;
    }

.GridPager {
    font-size: 12px;
}

    .GridPager table {
        display: block;
        height: 30px;
        float: right;
    }

        .GridPager table tr td {
            width: 20px;
            text-align: center;
        }


table.tableSelect tr.GridHeader th {
    background: #cce5ff; /* Old browsers */
    text-decoration: none;
    font-size: 12px;
    color: #2c539e;
    min-height: 25px;
}

table.tableSelect,
table.tableSelect tr.GridHeader,
table.tableSelect tr.GridPager,
table.tableSelect tr.GridHeader th,
table.tableSelect tr.Row td,
table.tableSelect tr.AltRow td,
table.tableSelect tr.GridFooter td,
table.tableSelect tr.GridPager td {
}

    table.tableSelect tr.GridHeader th,
    table.tableSelect tr.Row td,
    table.tableSelect tr.AltRow td {
        height: 25px;
        padding-left: 10px;
    }

    table.tableSelect tr.Row td,
    table.tableSelect tr.AltRow td {
        padding-left: 10px;
    }

    table.tableSelect tr.GridHeader th a {
        text-decoration: none;
        font-size: 12px;
        /*color: #2c539e;*/
    }

table.tableView {
    width: 100%;
    margin: 10px 0px;
}
/* FlexGrid - Css Ends */

/* LOV Styling - Starts*/
.ui-dialog {
    position: absolute !important;
    z-index: 9999;
    width: 24%;
}

.ui-dialog-content {
    float: left !important;
    width: 99.7% !important;
    background-color: White;
    border-style: solid;
    border-color: #0070c0;
    border-width: 1px 1px 1px 1px;
    /*padding-bottom:10px;*/
}

.ui-dialog-titlebar {
    width: 99.7% !important;
    border-style: solid;
    border-color: #0070c0;
    border-width: 1px 1px 0px 1px;
    background-color: #0070C0;
    height: 30px;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 0px 0px 5px;
}

.ui-dialog-titlebar-close {
    float: right;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    background-size: 16px 16px;
    background-image: url(../../../Images/icons/icoClose.png);
}

table.absTable tr.absTableHeadRow,
table.absTable tr.absTableDataRow {
    border-color: #7CAFEC;
}
/* LOV Styling - Ends*/

/* ActionButtons - Starts */
.icoAdd, .icoBack {
    background-repeat: no-repeat;
}

.icoAdd {
    background-image: url(../../../Images/icons/icoAdd.png);
}

.icoBack {
    background-image: url(../../../Images/icons/icoBack.png);
}
/* ActionButtons - Ends */

.dc-mega {
    color: white;
}

.sectionheader img {
    width: 24px;
    height: 24px;
}

li.sectionheader {
    border-bottom: 1px solid #25B3D6;
}

.page-breadcrumbs {
    background-color: #4293D5;
}

.page-footer {
    background-color: #0A52A0;
    height: 42px;
}

.page-body {
    min-height: 400px;
}

.vsSummary {
    display: none;
}

.hasError {
    /*background-color:gray!important;*/
    border-color: red !important;
}


body {
    /*background-image: url('../../Images/foxtail.png') !important;*/
    background-image: url('../../../Images/bgWhite-Flower-Wall-Paper-Ver-2.jpg') !important;
}

    body::before {
        background-color: white !important;
        background-image: url('../../../Images/bgWhite-Flower-Wall-Paper-Ver-2.jpg') !important;
    }



ul.stepnavig li.step1 {
    background: url("../../Images/step.jpg");
    display: block;
    width: 100px;
    height: 10px;
}


.sub div.row {
    display: block;
    margin-left: 10px;
}

.btnPopup {
    /*padding: 1px 10px 1px 10px;
    font-size: 10px;
    cursor: pointer;
    background: url(images/btn_bg.png);
    border: 1px solid gray;
    border-radius: 5px;
    font-weight: normal;
    font-family: Arial;
    min-height: 19px;
    color: #FFFFFF;*/ /*#08276A;*/
    /*width: 65px;*/
    width: 12% !important;
}
/* Flex Popup */
.flexdialog {
    background: url("Images/body_wrap_back.png") repeat-x scroll 0% 0% #FFF;
    border: 1px solid #989898;
}

    .flexdialog li {
        list-style: none;
    }

.historySummary {
    margin-left: 2px;
    float: left;
    text-decoration: none;
    display: block;
    width: 16px;
    height: 16px;
    background: url('images/view-icon-small.png') no-repeat scroll 0% 0% transparent;

}

.CreateCustomer {
    margin-left: 2px;
    float: left;
    text-decoration: none;
    display: block;
    width: 32px;
    height: 32px;
    background: url('/Images/Contact_new.png') no-repeat scroll 0% 0% transparent;
}



.editRow {
    text-decoration: none;
    display: block;
    width: 13px;
    height: 14px;
    background: url('images/edit-icon.png') no-repeat;
    float: right;
    margin-left: 2px;
}



/* FlexGrid - Filter - Starts - */
.txtGridFilter {
    float: left;
    height: 17px !important;
    margin-left: -4px;
    width: 55%;
}

.spnGridFilter {
    width: 16px !important;
    padding: 10px 0px 0px 2px !important;
}

    .spnGridFilter a {
        float: left;
        height: 17px;
        width: 17px;
        color: transparent;
        background: url(images/filter-icon.png);
    }

        .spnGridFilter a:hover {
            background: url(images/filter-icon-hover.png);
        }

        .spnGridFilter a:focus, .spnGridFilter a:active {
            background: url(images/filter-icon-selected.png);
        }

ul.filteritem {
    position: absolute !important;
    display: none;
    padding: 0px !important;
    width: 190px;
    background: url(images/filter-context-bg.png) repeat-y;
    border: 1px solid #768ca5;
    list-style: none !important;
}

    ul.filteritem li {
        float: none !important;
        text-align: left;
        padding-left: 35px;
        cursor: pointer;
        font: bold 10px Arial;
        line-height: 22px;
        color: #000;
        width: 81% !important;
        list-style: none !important;
    }

        ul.filteritem li:hover {
            background: url(images/filter-context-menu-hover.png) repeat-x;
        }
/* Grid Filter - Ends - */


span.schemena {
    display: block;
    margin-left: 21px;
}
/* AutoComplete Control - Starts */
.divAutoComplete {
    width: 50%;
    float: left;
    display: block;
}

    .divAutoComplete input[type="text"] {
        height: 16px;
        font-size: 11px;
        float: left;
        width: 100% !important;
    }

.divcAutoComplete {
    width: 17%;
    position: absolute;
    overflow-y: scroll;
    max-height: 200px;
    overflow-x: hidden;
    border: 1px solid gray;
    float: left;
    z-index: 9999999;
    margin-top: 40px;
}

    .divcAutoComplete ul, .divcAutoComplete li {
        width: 100% !important;
        margin: 0px;
        padding: 0px;
        display: block;
        background: #FFF;
    }

    .divcAutoComplete li {
        padding-left: 10px !important;
        display: block;
    }

        .divcAutoComplete li a {
            background-color: #FFFFFF;
            text-decoration: none;
            color: #333;
            display: block;
            line-height: 25px;
            display: block;
        }

        .divcAutoComplete li.active, .divcAutoComplete a.aAutoComplete:focus, .divcAutoComplete a.aAutoComplete:hover, .divcAutoComplete li:hover {
            background: #01417E;
            color: #FFF;
            display: block;
        }
/* AutoComplete Control - Ends */




/* global search module - starts here*/
div.divGlobalSearch {
    width: 250px;
    float: left;
}

div.divGlobalSearchOption {
    width: 60px;
    height: 24px;
    background-color: #00B9F6;
    margin-left: -83px;
    float: left;
    cursor: pointer;
    padding: 4px 10px 1px 5px;
    text-align: left;
    background-image: url('./images/arrow_down_16.png');
    background-position: right center;
    background-repeat: no-repeat;
}

    div.divGlobalSearchOption #aSearchOption, div.divGlobalSearchOption {
        color: #fff;
        text-decoration: none;
    }

div.divGlobalSearchBtn {
    cursor: pointer;
    margin-left: -22px;
    float: left;
    height: 24px;
    background-color: #00B9F6;
    width: 23px;
}

    div.divGlobalSearchBtn #aSearchBtn {
        background-image: url('./images/search_btn.png');
        background-repeat: no-repeat;
        background-position: center;
        height: 20px;
        width: 20px;
        text-decoration: none;
        position: absolute;
    }

table.tblGlobalSearch {
    width: 100%;
}

    table.tblGlobalSearch tr td.tdCaption {
        color: #FFF;
        font-weight: bold;
        text-align: right;
        padding-right: 5px;
        vertical-align: top;
        padding-top: 6px !important;
    }

    table.tblGlobalSearch tr td.tdControl {
        width: 220px;
    }

        table.tblGlobalSearch tr td.tdControl div.divAutoComplete {
            width: 95%;
        }

    table.tblGlobalSearch tr td.tdSearch {
        width: 20px;
    }

    table.tblGlobalSearch tr td input[type="text"] {
        font-size: 11px;
        font-family: Arial;
        padding: 3px;
        border: 1px solid #C0DEF8;
        height: 26px;
        width: 91%;
        float: left;
        text-transform: uppercase;
        box-sizing: none;
    }

div.divGlobalSearchPanel {
    background-color: #00B9F6; /*#00B9F6;*/
    z-index: 9999;
    border: 1px solid #00B9F6;
    float: right;
    color: #fff;
    position: absolute;
    margin-top: 20px;
    margin-left: 155px;
    width: 60px;
    padding-bottom: 5px;
    display: none;
}

table.tblGlobalSearchPanel {
    width: 100%;
}

    table.tblGlobalSearchPanel tr th {
        background-color: #DDD8D8;
        text-align: center !important;
        padding: 5px;
        color: #000;
    }

#ctl00_gsGlobalSearch_rbtnOption tr td label {
    margin-top: 4px;
    position: absolute;
}

table.tblGlobalSearchPanel tr td {
}

div.divGlobalSearch div.divcAutoComplete {
    width: 239px;
    margin-top: 20px;
}

.divcAutoComplete {
    display: none;
}

/* global search module - ends here*/


.trafficRow {
    text-decoration: none;
    display: block;
    width: 13px;
    height: 14px;
    background: url('images/traffic-icon.png') no-repeat;
    float: right;
    margin-left: 2px;
}
