﻿/*  -------   Menu CSS   -------     */

*:focus {
    outline: none;
}

body {
    font-size: 10pt;
    max-width: 100%;
    /*overflow: auto;*/
    letter-spacing: 0.6px;
    color: #4d4d4d;
    background-color: #f2f2f2;
    padding:0;
    margin:0;

}

        .pageHeader {
            text-align: center;
            padding: 10px;
            background-color: #007ec3;
            color: white;
            font-size: 17px;
            margin-top: 2px;
            font-family: Arial;
        }

.contentDiv{
    padding:35px 50px 50px 50px;
    font-family:Tahoma !important;
    font-size:10pt !important;
    line-height:23px !important;
    /*overflow-x:auto;*/
}

.circle{
    width:50px;
    height:50px;
    border-radius:50%;
    background-color:#007ec3;
    color:white;
    text-align:center;
line-height: 48px;
    font-size: 20px;
}

.connector{
    height: 10px;
    background-color: #007ec3;
    width: 100%;
    margin-top: 20px;
}

input[type=text], input[type=password],input[type=''],input[type=file], select, textarea {
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

fieldset {
    border: 1px solid #f2f2f2;
    padding: 15px;
}

    fieldset > legend {
        padding: 0px 3px;
        font-weight: bold;
    }

input[type=submit], input[type=button]{
    padding: 6px 9px;
    border: 1px solid #007ec3;
    background-color: #007ec3;
    cursor: pointer;
    color: white;
    border-radius: 3px;
    margin-bottom: 2px;
    line-height: 15px;
}

.disabledButton {
    padding: 4px 8px;
    background-color: #ccc !important;
    border: 1px solid #ccc !important;
    color: #a6a6a6 !important;
    cursor: no-drop !important;
}

input[type=submit]:hover, input[type=button]:hover {
    background-color: #00a3cc;
    color: white;
}

div.headerMenu {
    background-image: none;
    display: block !important;
}

    div.headerMenu > ul > li {
        border: 1px solid #ccc;
        border-left-width: 1px;
        border-top-width: 1px;
        border-right-width: 0;
        border-bottom-width: 0;
        padding: 5px 18px;
        background-image: none;
        cursor: pointer;
        background-color: #EFEFEF !important;
        color: black;
    }

ul.igdm_MenuGroupVertical > li {
    padding: 4px 30px 3px 5px !important;
}

    ul.igdm_MenuGroupVertical > li > ul {
    }

    div.headerMenu > ul > li > a > span, ul.igdm_MenuGroupVertical > li > a, ul.igdm_MenuGroupVertical > li > a > span {
        cursor: pointer;
    }

    div.headerMenu > ul > li.menuItemHover, ul.igdm_MenuGroupVertical > li.menuItemHover {
        background-color: #00a3cc !important;
        background-image: none;
        border-color: #00a3cc;
        cursor: pointer;
    }

        div.headerMenu > ul > li.menuItemHover > a {
            color: white !important;
            cursor: pointer;
        }

    div.headerMenu > ul > li.menuItemSelected, ul.igdm_MenuGroupVertical > li.menuItemSelected {
        background-color: #EFEFEF;
        background-image: none;
    }

        div.headerMenu > ul > li.menuItemSelected > a {
            color: black !important;
            cursor: pointer;
        }

div.headerMenu > ul > li:last-child {
    border-right-width: 1px;
}


/*  -------------------------------  */

/* -------- Body --------------------*/
div.MainDiv {
    width: 90%;
    min-width:90%;
    padding:0;
    font-size: 10pt !important;
    font-family: Tahoma !important;
    background-color: white;
    margin: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.divDialogContainer {
    background-color: #f2f2f2;
    width: 650px;
    padding: 25px;
    border: 1px solid #f2f2f2;
    border-radius: 4px;
}

.dialog-contentarea {
    border: 3px solid #E6E6E6;
    background-color: #F8F8F8;
    padding: 15px;
    clear: both;
    font-family: Tahoma;
    font-size: 10pt;
    text-align: justify;
    line-height: 23px;
}

div.closeDialogDiv {
    float: right;
    cursor: pointer;
}

.divDialogContainer input[type=submit], input[type=button] {
}


.line-spacer3 {
    height: 15px;
}


.checkboxList input[type=checkbox] {
    margin-right: 5px;
    margin-top: 4px;
}

.checkboxList label {
    margin-right: 10px;
    white-space: nowrap;
}

.radioButtonList input[type=radio] {
    margin-right: 5px;
    margin-top: 4px;
}

.radioButtonList label {
    margin-right: 10px;
    white-space: nowrap;
}

/* Update Progress Indicator CSS */

.loading-panel {
    background: rgba(0, 0, 0, 0.2) none;
    position: fixed;
    display: table;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
}

.loading-container {
    display: table-cell;
    text-align: center;
    z-index: 999999;
    vertical-align: middle;
}

.line-spacer {
    height: 10px;
}

.line-spacer2 {
    height: 20px;
}

.line-spacer4 {
    height: 40px;
}

/* Validation Summary */

.validationSummary {
    border: 1px solid #b32d00;
    padding: 0px 0px 13px 0px;
    font-size: 12px;
    width: 100%;
    margin-top: 20px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: white;
}

.validationHeader {
    position: relative;
    background-color: #b32d00;
    color: #FFF;
    padding: 3px 5px;
}

.validationSummary ul {
    padding-top: 7px;
    padding-left: 30px;
    font-size: 12px;
    color: #ff4000;
}

    .validationSummary ul li {
        padding: 2px 0px 0px 2px;
    }


input.button, input.button-disabled, input.button-cancel {
    font-size: 100%;
    padding: 7px 12px;
    text-decoration: none;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #efefef;
    cursor: pointer;
    outline: none;
    color: black;
}

    input.button:hover {
        background-color: #00a3cc;
        color: #fff;
        border: 1px solid #00a3cc;
    }

input.button-cancel {
    background-color: #ff6633;
    color: #fff;
    border: 1px solid #ff6633;
}

input.button-primary {
    background-color: #007ec3;
    color: #fff !important;
    border: 1px solid #007ec3;
    outline: none;
}

input.button-disabled {
    font-size: 100%;
    padding: 7px 12px;
    text-decoration: none;
    border-radius: 3px;
    cursor: no-drop;
    background: #ddd !important;
    color: #bbb;
}

/* Wizard CSS  */

.wizardProgressBar ul {
    padding: 0;
    background: #f5f5f5;
    border-radius: 3px;
    list-style: none;
    overflow: hidden;
    width: 100%;
    display: table;
    table-layout: inherit;
    text-align: center;
}

.wizardProgressBar li {
    border-radius: 3px;
    display: table-cell;
}

    .wizardProgressBar li > a {
        font-size: 13px;
        display: block;
        position: relative;
        border-width: 1px;
        border-style: solid;
        outline: 0;
        text-decoration: none;
        white-space: nowrap;
        padding: 0 20px;
    }

        .wizardProgressBar li > a > span {
            max-width: calc(100% - 24px);
            display: inline-block;
            line-height: 34px;
            max-width: 100%;
            vertical-align: top;
            overflow: hidden;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
        }

        .wizardProgressBar li > a::after {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            right: -11px;
            margin-top: -11px;
            transform: rotate(45deg) skew(15deg,15deg);
            border: 1px solid #f1f1f1;
            background: #f1f1f1;
            z-index: 2;
            border-radius: 0 0 0 50px;
            box-shadow: 2px -2px 2px rgba(0,0,0,0.1);
        }

        .wizardProgressBar li > a::before {
            content: "";
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            right: -9px;
            margin-top: -11px;
            transform: rotate(45deg) skew(15deg,15deg);
            border-width: 1px 1px 0 0;
            border-style: solid;
            z-index: 3;
            border-radius: 0 0 0 50px;
            border-color: #c4c4c4;
            background-image: linear-gradient(135deg,white,#e3e3e3);
            box-shadow: none;
        }


.wizardStepDescription {
    font-size: 13px;
}

li.activeStep {
    background: #007ec3 !important;
    color: white;
}

    li.activeStep > a, li.activeStep > a::before {
        background: #007ec3 !important;
        border-color: #007ec3 !important;
        color: white;
    }

li.nextStep {
    background: #ddd !important;
    color: #bbb;
}

    li.nextStep > a, li.nextStep > a::before {
        background: #ddd !important;
        color: #bbb;
    }


li.completedStep {
    color: #fff !important;
    background: #3e8e3e !important;
}

    li.completedStep > a, li.completedStep > a::before {
        color: #fff !important;
        background: #3e8e3e !important;
        border-color: #3e8e3e !important;
    }

li.errorStep {
    color: #fff !important;
    background: #b32d00 !important;
}

    li.errorStep > a, li.errorStep > a::before {
        color: #fff !important;
        background: #b32d00 !important;
        border-color: #b32d00 !important;
    }


div.divWizardStep {
    border: 1px solid #ccc;
    border-radius: 1px;
    padding: 18px;
    margin: 5px 0 5px 0;
    line-height: 20px;
}


.generatePwdSpan {
    font-family: 'Courier New';
    font-size: 12pt;
    color:#007ec3;
    margin-left:3px;
}

.text-UpperCase {
    text-transform: uppercase !important;
}

.text-bold{
    font-weight:bold;
}

.text-left{
    text-align:left !important;
}

.errorDiv {
    padding: 10px;
    color: #e63900;
    border: 2px solid;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 10px;
    line-height: 23px;
    font-weight: bold;
}


/*******************************************************IN LINE HELP TIP***********************************************/
.bubble {
    position: relative;
    width: 100%;
    max-width: 270px !important;
    min-height: 70px !important;
    padding: 5px 10px !important;
    background: #FFF !important;
    z-index: 1 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #999 solid 2px;
    -webkit-box-shadow: 3px 3px 3px #ccc;
    -moz-box-shadow: 3px 3px 3px #ccc;
    box-shadow: 3px 3px 3px #ccc;
    font-size: 11px;
    font-weight: normal;
    color: #484E53 !important;
    line-height: 20px;
    font-family: inherit;
    text-transform: none;
    text-align: justify;
}

    .bubble:after {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 18px 25px 18px 0;
        border-color: transparent #fff;
        display: block;
        width: 0;
        z-index: 1;
        left: -25px;
        top: 23px;
    }

    .bubble:before {
        content: '';
        position: absolute;
        border-style: solid;
        border-width: 19px 26px 19px 0;
        border-color: transparent #999;
        display: block;
        width: 0;
        z-index: 0;
        left: -28px;
        top: 22px;
    }

    .bubble img:hover {
        cursor: pointer;
    }

.showHelpTextControl {
    cursor: pointer;
    height: 15px;
    width: 15px;
}

.a.showHelpTextControl {
    cursor: pointer;
}

.showHelpTextControl:hover {
    opacity: .8;
    cursor: pointer;
}