﻿@charset "utf-8";
/* CSS Document */
/* --------------------< Global Style >-------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    -webkit-font-smoothing: antialiased;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 18px;
    text-decoration: none;
    width: 100%;
}

html {
    height: 100%;
    width: 100%;
}

a, img {
    margin: 0px;
    padding: 0px;
    border: none;
    text-decoration: none;
    outline: none;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}
/*** Headings ***/
h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
}

h5 {
    margin: 0px;
    padding: 0px;
}

h6 {
    margin: 0px;
    padding: 0px;
}
/*** Links ***/
a { /*color:#8d99a9;*/
    text-decoration: none;
}

*:hover {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
/*a:hover {color:#FFEA3D;  }*/
a:focus {
    outline: none;
    color: inherit;
}

a:hover, a:active, a:focus {
    outline: none;
    color: inherit;
    text-decoration: none;
}
/*** Typography ***/
b, strong {
    font-weight: bold;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

small {
    font-size: 85%;
}
/*** Spacing ***/
/*hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, p, table, address, fieldset, figure {
}*/

input[type="button"] {
    transition: 1.5s;
    -webkit-transition: 1.5s;
}

    input[type="button"]:hover {
        transition: 1.5s;
        -webkit-transition: 1.5s;
    }

input, button, a {
    outline: none;
}

.form-control {
    border-radius: 0px;
    box-shadow: none;
}

    .form-control:focus {
        border-color: #d7a345;
        box-shadow: none;
        background-color: #fff8e6;
        outline: 0 none;
    }

li {
    list-style: none;
}

img {
    max-width: 100%;
}
/* --------------------< Global Style >-------------------- */
body {
    background-image: url(../images/BackgroundImage.jpg); /*  Changes */
    width: 100%;
    min-height: 100%;
    float: left;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
}

.headerSection .navbar {
    margin-bottom: 0;
}

.headerSection .navbar {
    background-color: #522481;
    border-radius: 0;
    border: 0;
}

.headerSection {
    position: fixed;
    width: 100%;
    /*z-index: 9999;*/
      z-index: 999;
}

    .headerSection .nav > li > a {
        position: relative;
        display: block;
        padding: 15px 0px 9px 0px;
        font-size: 15px;
        margin-right: 20px;
    }

    .headerSection .nav.main_nav > li > a:before {
        position: absolute;
        content: '';
        background-color: #fff;
        bottom: 0;
        left: 0;
        height: 3px;
        width: 0;
        transition: 0.5s;
    }

.nav.main_nav > li a:hover:before, .nav.main_nav > li.active a:before {
    width: 100%;
    transition: 0.5s;
}

.footerSection {
    background: #522481;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    color: #fff;
    z-index: 99999;
}

.MainBody {
    float: left;
    width: 100%;
    margin-bottom: 100px;
    margin-top: 50px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #522481;
    /*border-bottom: 2px solid #fff;*/
}

.navbar-header a.navbar-brand {
    color: #fff !important;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #20004F;
    border-color: #122b40;
}

.LiccButton.LiccButtonCancel, .LiccButton.LiccButtonCancel:focus {
    background-color: #fff;
    color: #593e8a;
}

.LiccButton {
    border-radius: 0;
    background: #593e8a;
    color: #fff;
    border: 1px solid #593e8a;
    padding: 7px 15px;
    font-size: 14px;
}

    .LiccButton:hover, .LiccButton:focus {
        border: 1px solid #593e8a;
        background-color: #20004F;
        color: #fff;
    }

.Mandatory {
    vertical-align: top;
}

.formDetail {
    margin-top: 0;
    background: #fff;
    padding: 10px 20px;
}

.navbar-header .navbar-brand {
    padding: 3px 10px 3px 0;
}

img.LICC-Logo-Img {
    float: left;
}

a.navbar-brand {
    width: 310px;
}

span.LICC-Logo-Span {
    float: left;
    margin-top: 13px;
    padding-left: 15px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #593e8a;
}

.dw1::-ms-expand, .dw2::-ms-expand {
    display: none;
}

.dw2 {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    background: #fff url(../../images/dwIcon.png) no-repeat;
    background-size: 20px;
    background-position: right center;
    border-left: 1;
    min-width: 100%;
}

.txtDesign {
    border-radius: 0;
    height: 40px;
}

.nav-pills > li > a {
    border-radius: 0px;
}

.lbl {
    font-size: 16px;
    width: 100%;
}

.txtDesign {
    border-radius: 0;
    height: 40px;
}

.PageLoader_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,.7);
    z-index: 999999;
}

.loaderContainer {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
}

.top5 {
    margin-top: 5px;
}

.top1 {
    margin-top: 10px;
}

.top15 {
    margin-top: 15px;
}

.top20 {
    margin-top: 12px;
}

.bottom5 {
    margin-bottom: 5px;
}

.bottom10 {
    margin-bottom: 10px;
}

.bottom15 {
    margin-bottom: 15px;
}

.bottom20 {
    margin-bottom: 20px;
}

.left5 {
    margin-left: 5px;
}

.left10 {
    margin-left: 10px;
}

.left15 {
    margin-left: 15px;
}

.left20 {
    margin-left: 20px;
}

.right5 {
    margin-right: 5px;
}

.right10 {
    margin-right: 10px;
}

.right15 {
    margin-right: 15px;
}

.right20 {
    margin-right: 20px;
}

.Licc_model {
    top: 50px;
}

    .Licc_model .modal-header {
        background-color: #593e8a;
        border-radius: 3px 3px 0 0;
    }

    .Licc_model .modal-title, .Licc_model .close {
        color: #fff;
    }

    .Licc_model .modal-title {
        font-size: 17px;
        font-weight: bold;
    }

    .Licc_model button.close {
        opacity: 0.8;
    }

        .Licc_model button.close:hover {
            opacity: 1;
        }

    .Licc_model .modal-footer {
        padding: 5px 15px;
        text-align: right;
        border-top: 1px solid #e5e5e5;
    }

    .Licc_model p {
        font-size: 15px;
    }

span#RecurringMsg {
    display: block;
    margin-top: 15PX;
    background: #eee;
    padding: 10px 10px;
    color: #000;
    font-size: 22px;
    border-radius: 4px;
}

.modal-dialog.delete_popup {
    width: 317px;
}

.Hide-Element-Permanent {
    display: none !important;
}
a {
    cursor: pointer;
}

/*Removed inline*/
.footerSection .pFooter a {
    color:#fff;
}
.astrisk-clr {
    color: #a94442;
}
.dn {display:none;}
.txt-justify { text-align:justify;
}
#SessionWarning {
     width:100%;height:100%;margin: 0px; padding:0px;
}
    #SessionWarning #timer {
         display: inline;font-size: 30px;
    }
.no-pddg-btm {
    padding-bottom:0 !important;
}
a.custm-name-tittle.no-pddg-btm {
    padding-top: 7px !important;
}
/*Settings*/
#AddEditaddressView #Ul_Address li a {
color:#333;}
/*table#ReferralTbl_SearchResult th.w400 {width:400px !important;
}*/
table#ReferralTbl_SearchResult th.w48 {width:48px !important;
}
.pos-rel {
    position:relative;
}
.no-resize {
    resize:none;
}
/*Settings end*/





@media screen and (min-width : 768px) and (max-width:992px) {
.headerSection .nav > li > a {
    font-size: 13px;
    margin-right: 7px;
}
.headerSection .navbar-brand {
  width: auto;
    margin-right: 15px;
}

.custm-name-tittle {
    width: 150px !important;
}
}

@media screen and (min-width : 992px) and (max-width:1200px) {
  
.headerSection .navbar-brand {
    width: auto;
    margin-right: 2px;
}
}
.custm-name-tittle {
    overflow: hidden;
    width: 195px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
}
.forShiftPopup {
    top:10%;
    bottom: inherit;
}
.forShiftPopup .modal-content{border:none;}
.forModalHeader {
    background: #593e8a;
    color: #fff;
    border-radius:6px 6px 0 0;
}
.forModalHeader .close{opacity:1;color:#fff;}
#tab_RevisionHistory .custm_detail {
    box-shadow: none;
}
#tab_RevisionHistory .custm_inner_genral_tab{max-width:100%;}

/*#tab_EmailDelivery .custm_detail {
    box-shadow: none;
}
#tab_EmailDelivery .custm_inner_genral_tab {
    max-width: 100%;
}*/
#defaultStyle .modal-body{max-height:calc(80vh - 200px);overflow-y:auto;}
.popover-content {font-size: 10px;}
 /**======================< popover welcome css start here>========================*/
.popover-content {font-size: 12px;overflow-y:auto;max-height:400px}
.popover-content .entry-content p, .popover-content .entry-content ul li, .popover-content .entry-content h3 { margin-bottom: 10px; }
/**======================< popover welcome css End here>========================*/

.display-login-message {
    color: #fff;
    font-size: 10px;
    width: 100%;
    display: block;
    text-align: right;
    padding-right: 26px;
    cursor: pointer;
}



/*07-12-18*/
div#myNavbar .nav .popover {
    min-width:200px !important;
}
.now_wrap {
    white-space: nowrap;
}



body.modal-open .modal-backdrop.in {
    opacity: .6;
}
#_PageLeaveModal .modal-header {
    padding: 10px 15px;
    border-radius: 3px 3px 0 0;
}
#Login_Popup_Modal {
    font-size: 13px;
}

    #Login_Popup_Modal p {
        font: inherit;
    }

.support_btn {
    position: fixed;
    bottom: 55px;
    right: 10px;
}

.btn-support:hover {
    color: #fff;
}

.btn-support {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #ffffff;
    box-shadow: 0 3px 1px -2px rgb(0 0 0 / 20%), 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    margin-bottom: 0px;
    padding: 2px 2px 2px 4px;
    border-radius: 100px;
    min-width: 115px;
    background: #7653b7;
}

.Support_btn_icon {
    padding: 5px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    background: #603091;
}

.btn-support:focus {
    outline: none !important;
    color: #fff;
}
.multiselect-container .input-group {
    width: calc(100% - 10px);
    box-sizing: border-box;
}


.multiselect-container .input-group-addon {
    display: none !important;
}

.multiselect-container .input-group-btn {
    display: none !important;
}
.multiselect-container .input-group input.form-control.multiselect-search {
    box-sizing: border-box;
    border-radius: 3px !important;
    width: 100%;
    display: block;
    max-width: 100%;
    height: 26px;
    padding: 4px 12px;
    font-size: 12px;
}


@media only screen and (min-width:1700px) {
    .support_btn + .user_name {
        margin-left: 70px;
    }
}

@media only screen and (max-width:1480px) {
    .headerSection .nav > li > a {
        margin-right: 16px;
    }
}