@charset "utf-8";

/*----------------| body addressed  end|----------------------- */

body {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #000;
    background: #ffffff;
    padding: 0px;
    margin: 0px;
    margin-right: 10px;
}

body td {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #000;
}

.recordTable {
    /*border:1px solid #d6e1e8;
	border-collapse:separate;
	clear:both;
	table-layout: fixed;*/
    width: 100%;
}


/*----------------| body addressed end|----------------------- */


/*----------------| login page start|----------------------- */

.login-form {
    background: url(../images/login-box-bg.png) no-repeat left top;
    width: 285px;
    height: 545px;
    float: right;
}

.loginLabels {
    font-size: 15px;
    color: #0071c1;
}

.loginBox,
#captcha-form {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 14px;
    color: #181a1c;
    /*width:220px;*/
    width: 243px;
    border: 1px solid #81cbff;
    background-color: #fff;
    padding: 5px;
    color: #0071c1;
    margin: 7px 0;
}

#captcha-form {
    /*width:170px;*/
    margin: 0;
    width: 40px;
    margin: 8px 0 0 12px;
    float: left;
}

.blueBtn.login {
    margin-left: 12px;
}

.captcha-image {
    padding: 0 2px;
}

.captchaBox {
    background-color: #cdd6e0;
    color: #fff;
    border: 1px solid #8a97a5;
    width: 172px;
    padding: 3px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.capBox {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-size: 14px;
    color: #181a1c;
    width: 180px;
    border-top: 1px solid #728293;
    border-left: 1px solid #728293;
    border-right: 1px solid #9ca7b3;
    border-bottom: 1px solid #9ca7b3;
    background-color: #8a97a5;
    padding: 3px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.resetBtn {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.inputBoxCaptcha {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.headerBg {
    background-color: #c8ced3;
}

.loginDetails {
    background-color: #08a9d1;
    font-size: 14px;
    color: #fff;
    float: right;
    padding: 6px 10px;
    margin: 30px 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.logo {
    float: left;
    margin-left: 15px;
}

.blueBtn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #08a9d1;
    font-size: 15px;
    padding: 5px 10px;
    color: #fff;
    border-left: 1px solid #0682a1;
    border-top: 1px solid #0682a1;
    border-right: 1px solid #08a9d1;
    border-bottom: 1px solid #08a9d1;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}


/*----------------| login page end |----------------------- */

.roundedCorners {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*-------------------| form section start | -------------------- */

.formHolder {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e9eef1;
    border: 1px solid #c3d4e2;
    padding: 10px;
    clear: both;
    margin-bottom: 5px;
}

.fieldLables {
    text-align: right;
    padding-top: 15px;
    width: 200px;
}

.inputBox,
.error_name {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #a6b2bf;
    padding: 6px;
    width: 340px;
    line-height: normal;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    color: #000;
    *padding: 0px;
}

.inputBtn {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #08a9d1;
    font-size: 15px;
    padding: 5px 10px;
    color: #fff;
    border-left: 1px solid #0682a1;
    border-top: 1px solid #0682a1;
    border-right: 1px solid #08a9d1;
    border-bottom: 1px solid #08a9d1;
    cursor: pointer;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.mandatory {
    color: #d93d00;
    font-size: 12px;
    font-weight: bold;
}

.sectionBox {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    display: block;
    clear: both;
    overflow: auto;
}

.masterSectionTitle {
    background-color: #1d242c;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    clear: both;
}

.sectionTitle {
    background-color: #08a9d1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    display: block;
    color: #fff;
    font-weight: bold;
    clear: both;
    margin-bottom: 5px;
}

label {
    padding-right: 5px;
    /*padding-left:10px;*/
}

.sectionGap {
    height: 20px;
    clear: both;
    overflow: hidden;
}


/*-------------------| form section end | -------------------- */


/*-------------------| tags start | ----------------------- */

a {
    color: #0094d1;
    outline: none;
}

a img {
    border: none;
    outline: none;
}

form {
    padding: 0px;
    margin: 0px;
}


/* h1 {}

h2 {} */


/*-------------------| tags end | ----------------------- */

.recordTable td {
    /*border:1px solid #d6e1e8;
	border-right:1px solid #d6e1e8;
	border-bottom:1px solid #d6e1e8;*/
    padding: 4px;
    vertical-align: top;
}

.recordTable th {
    /*border:1px solid #d6e1e8;
	border-right:1px solid #d6e1e8;
	border-bottom:1px solid #d6e1e8;*/
    background-color: #08a9d1;
    text-align: left;
    color: #fff;
    padding: 4px;
    vertical-align: top;
    font-size: 13px;
}

.iconCell {
    text-align: center !important;
    width: 50px;
}

.stripA {
    background-color: #ffffff;
}

.stripB {
    background-color: #f3f4f4;
}


/*----------------| table record end | ----------------------- */


/*----------------| notification start | ----------------------- */

.notification {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fcf2ee;
    border: 1px solid #f6dfd6;
    padding: 5px 10px 5px 30px;
    background-image: url(../images/alert.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    color: #d93d00;
    font-size: 13px;
    margin-bottom: 20px;
}

.notification ul {
    padding-left: 10px;
    font-size: 12px;
}


/*----------------| notification end | ----------------------- */


/*----------------------| pagination start | ----------------------- */

.paginationBlock {
    padding: 0px;
    *padding-bottom: 5px;
}

.paginationBlock a {
    display: block;
    padding: 2px 6px;
    background-color: #fff;
    border: 1px solid #c8ced3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    text-decoration: none;
    margin-right: 3px;
    color: #1d242c;
}

.paginationBlock a:hover {
    border: 1px solid #bcc6cc;
    background-color: #bcc6cc;
}

.paginationBlock a.current {
    border: 1px solid #788795;
    background-color: #788795;
    color: #fff;
}


/*----------------------| pagination end | ----------------------- */


/*------------------| slider css start | ------------------------*/

.areaSelectionPanel {
    overflow: hidden;
    clear: both;
    display: block;
    padding: 10px 10px;
    width: 300px;
}

.minPoint {
    background-color: #6b7784;
    border-top: 1px solid #5b6876;
    border-left: 1px solid #5b6876;
    float: left;
    color: #fff;
    font-weight: bold;
    padding: 0px 4px 2px 4px;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 5px;
}

.maxPoint {
    background-color: #6b7784;
    border-top: 1px solid #5b6876;
    border-left: 1px solid #5b6876;
    float: right;
    color: #fff;
    font-weight: bold;
    padding: 0px 4px 2px 4px;
    line-height: normal;
    font-size: 12px;
    margin-bottom: 5px;
}


/* #amount {} */

.areaSelected {
    border: none;
    border: 0px;
    margin: 0px auto;
    text-align: center;
    background-color: transparent;
}


/*------------------| slider css end | ------------------------*/


/*------------------------| light box start |-------------------------------*/

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: fixed;
    top: 0%;
    left: 25%;
    width: 50%;
    height: 70%;
    z-index: 1002;
    overflow: auto;
    margin: 0px auto;
    text-align: center;
    /*background-color:#cc0000;*/
    overflow: visible;
}

.lightboxContent {
    width: 700px;
    height: 470px;
    background-color: #fff;
    margin: 0px auto;
    /*border:4px solid #000;*/
    text-align: left;
}

.closeBtn {
    position: absolute;
    z-index: 10000;
    margin-left: 633px;
    background-color: #f48d11;
    color: #fff;
    text-decoration: none;
    padding: 0px 5px 0px 18px;
    background-image: url(../images/close-icon.gif);
    background-repeat: no-repeat;
    background-position: 7px center;
    top: 10px;
}


/*------------------------| light box end |-------------------------------*/


/*------------------------| Send Enquiry Section Start |-------------------------------*/

.sendEnquirySection {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: normal;
}

.sendEnquirySection ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.sendEnquirySection ul li {
    background-image: none;
    overflow: hidden;
    padding: 0px;
    padding-bottom: 20px;
    *padding-bottom: 5px;
}

.sendEnquirySection ul li label {
    /*float:left;*/
    font-size: 15px;
    width: 200px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
}

.sendEnquirySection ul li input {
    width: 250px;
    border: 1px solid #888888;
    padding: 5px;
    /*height:28px;*/
    margin-top: 5px;
    color: #565e62;
    font-family: Arial, Helvetica, sans-serif;
}

.sendEnquirySection ul li textarea {
    width: 330px;
    border: 1px solid #888888;
    padding: 5px;
    *height: 112px;
    margin-top: 5px;
    color: #565e62;
    font-family: Arial, Helvetica, sans-serif;
}

#user_email_list {
    padding-top: 5px;
    height: 200px;
    width: 300px;
    overflow: auto;
}

.reset {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

a img {
    border: 0 none;
}

.captcha {
    background-color: #edf7fb;
    border: 1px dashed #a5cded;
    height: 44px;
    margin-top: 5px;
    overflow: hidden;
    width: 226px;
}


/*------------------------| Send Enquiry Section End |-------------------------------*/


/*------------------------| Upload Image section start |-------------------------------*/

.uploadedImageSection {
    clear: both;
    overflow: hidden;
    margin-top: 10px;
}

.imageUpload {
    float: left;
    border: 1px solid #a6b2bf;
    margin-right: 10px;
}

.imageUpload img {
    display: block;
}

.imageUpload .deleteImgBtn {
    text-decoration: none;
    background-color: #788795;
    color: #fff;
    padding: 2px 5px;
    display: block;
}

.imageUpload a:hover {
    background-color: #900;
}


/*------------------------| Upload Image section end |-------------------------------*/


/*------------------------| Misc start |-------------------------------*/

.alignLeft {
    float: left;
}

.alignRight {
    float: right;
}

.makeItBlock {
    clear: both;
    overflow: hidden;
}

.dateIcon {
    float: left;
    margin-left: 5px;
}

.note {
    color: #89949f;
    margin-top: 5px;
    font-size: 12px;
}

.backBtn {
    display: inline-block;
    padding: 6px 10px;
    background-color: #788795;
    border: 1px solid #788795;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    text-decoration: none;
    margin-right: 3px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.addBtn {
    display: inline-block;
    padding: 6px 10px;
    background-color: #788795;
    border: 1px solid #788795;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: right;
    text-decoration: none;
    margin-right: 3px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.backBtn:hover {
    display: block;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #c8ced3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    float: left;
    text-decoration: none;
    margin-right: 3px;
    color: #1d242c;
}

.successMsg {
    /* height: 30px; */
    height: auto;
    line-height: 30px;
    font-weight: bold;
    display: block !important;
    color: #50aa00;
    padding-left: 10px;
}

.AskInfoDetail .successMsg {
    height: auto !important;
    line-height: 30px;
}


/*------------------------| Misc end |-------------------------------*/


/*------------------------| text css start |-------------------------------*/

.white-bold {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.red-bold {
    color: #d91018;
    font-weight: bold;
    text-decoration: none;
}


/*------------------------| text css end |-------------------------------*/


/** 18-05-2011 **/

.popup {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    border-style: solid;
    border-width: 1;
    border-color: black;
    background-color: white;
    padding: 2px;
    color: red;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    z-index: 2;
    visibility: hidden;
}


/**7-05-2012**/

.bluemandatory {
    color: green;
    font-size: 12px;
    font-weight: bold;
}

.site-name {
    float: left;
    font-size: 35px;
    color: #fff;
    padding-top: 10px;
    margin: 0 0 20px 15px;
}

@media screen and (max-width: 980px) {
    .formHolder {
        width: 695px;
    }
    #slideshowWrapper {
        width: 680px !important;
    }
    .inputBox-new {
        width: 90% !important;
    }
    .text.editor iframe {
        width: 100% !important;
    }
    .editor iframe {
        width: 100% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    #slideshowWrapper {
        width: 100% !important;
    }
    .log-in-box {
        width: 96%;
    }
    .recordTable {
        -webkit-overflow-scrolling: touch;
    }
    .sectionBox {
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
    .recordTable.sectionBox {
        padding: 0px;
        width: 695px;
        float: left;
        background: #d6e1e8 !important;
    }
    .recordTable.sectionBox {
        background: #d6e1e8 !important;
        width: 695px !important;
        overflow: auto;
        float: left !important;
    }
}

table .recordTable .sectionBox {
    background: #000 !important;
}

.log-in-box {
    width: 82%;
}

.search-box {
    position: relative;
    z-index: 999;
}

@media screen and (min-width: 1024px) {
    .recordTable.sectionBox1 {
        width: 100% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 1024px) {
    .sectionBox1 {
        border-radius: 5px;
        clear: both;
        display: block;
        overflow: auto;
        width: 695px !important;
    }
    .sectionBox1 tbody {
        width: 100%;
        display: table;
    }
}

.sectionBox1 {
    border-radius: 5px;
    clear: both;
    overflow: auto;
    width: 695px !important;
}

.inputBox-new {
    background-color: #ffffff;
    border: 1px solid #a6b2bf;
    border-radius: 5px;
    color: #000000;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: normal;
    padding: 6px;
    width: 85% !important;
}

.formHolder-new {
    width: 96% !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #e9eef1;
    border: 1px solid #c3d4e2;
    padding: 10px;
    clear: both;
    margin-bottom: 5px;
}

.formHolder-new .sectionBox1 {
    width: 100% !important;
}

.close-Btn {
    background-color: #f42325;
    border: 1px solid #a90102;
    float: right;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 3px;
    padding: 6px 10px;
    text-decoration: none;
}

.add-remove-box {
    float: left;
    padding: 20px 10px;
    width: 94px;
}

.add-remove-box a {
    float: left;
    padding: 5px 7px;
    background: #08a9d1;
    color: #fff;
    border-radius: 3px;
    min-width: 80px;
    margin: 5px 0;
    text-align: center;
    text-decoration: none;
}

.inputBox.add-con {
    width: 300px;
}

.inputBox.remove-con {
    width: 300px;
}

.checkboxList span {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    padding-left: 24px;
    position: relative;
    width: 150px !important;
    word-wrap: break-word;
}

.checkboxList span input {
    left: 0;
    margin-top: 2px;
    position: absolute;
}

.error-table-new tbody tr td {
    padding: 0 0 11px 0;
}

.error-table-new {
    padding: 5px 0 0;
}


/* chat option css start here */

.chat-new {
    position: relative;
    width: 30px;
    margin: 4px auto;
}

.icon-number {
    background: url(../user/img/number.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    right: -7px;
    top: -5px;
    font-size: 9px;
    color: #4caf50;
    letter-spacing: -1px;
    text-align: center;
    line-height: 13px;
    padding: 1px 1px;
    box-sizing: border-box;
}

.icon-number-gray {
    background: url(../user/img/number_gray.png);
    width: 18px;
    height: 18px;
    background-size: cover;
    position: absolute;
    right: -7px;
    top: -5px;
    font-size: 9px;
    color: #4c4c4c;
    letter-spacing: -1px;
    text-align: center;
    line-height: 13px;
    padding: 1px 1px;
    box-sizing: border-box;
}

.icon-number:not(*:root) {
    line-height: 16px;
}

.icon-number-gray:not(*:root) {
    line-height: 16px;
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .icon-number {
        right: -7px;
    }
    .icon-number-gray {
        right: -7px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .icon-number {
        right: -5px;
    }
    .icon-number-gray {
        right: -5px;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .icon-number {
        right: -5px;
    }
    .icon-number-gray {
        right: -5px;
    }
}


/* chat option css end here */

@media screen and (min-width: 0px) and (max-width: 1024px) {
    .inputBox.add-con {
        width: 35% !important;
    }
    .add-remove-box {
        width: 15% !important;
    }
    .inputBox.remove-con {
        width: 35% !important;
    }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .responsive-gall {
        display: none;
    }
    .responsive-form form {
        margin: 0 auto;
        float: none !important;
    }
    .site-name {
        font-size: 28px;
    }
}


/* New Css */

.btnHolder a {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
    padding: 5px 20px !important;
    margin-top: 25px !important;
}

.submitBtn {
    margin-top: 20px;
    padding: 5px 22px;
}

.KnowledgeBankForm {
    margin: 20px 0px;
}

.KnowledgeBankForm label.control-label {
    min-width: 160px;
    display: inline-block;
}

.reply_img {
    width: 20px;
}

.view_reply {
    vertical-align: middle !important;
}

.view_reply .text-blue {
    display: flex;
    align-items: center;
    justify-content: center;
}

#device form label,
#device form input {
    display: block;
    width: 100%;
    margin: 10px auto;
}

input.askInfo {
    width: 12%;
    position: relative;
    right: 0px;
    top: 0px;
    z-index: 9;
}

.form-group {
    position: relative !important;
}

.validation {
    position: relative;
    content: " ";
    left: 160px;
    top: auto;
    font-size: 12px !important;
    color: red;
    font-weight: 500;
    padding: 0px 10px;
    right: 0;
    width: calc(100% - 200px) !important;
    bottom: -3px;
}

.validation p {
    margin: 0 !important;
}

#show_reply .validation {
    left: 0;
    width: 100%!important;
    padding: 0px!important;
}

.showMyQues {
    margin: 0px 10px !important;
    display: flex;
    align-items: center;
}

.showMyQues input {
    margin: 0 !important;
}

#please_wait {
    height: 0;
    width: 0;
    padding: 8px;
    border: 4px solid #ddd;
    border-right-color: #08a9d1;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: relative;
    text-align: center;
    margin: 0px 15px;
}

#please_wait_reply {
    height: 0;
    width: 0;
    padding: 8px;
    border: 4px solid #ddd;
    border-right-color: #08a9d1;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: relative;
    text-align: center;
    margin: 0px 15px;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.flexDiv {
    display: flex;
    align-items: center;
}

.red_star {
    color: red;
}

.spacer {
    margin-bottom: 30px;
}

.text.Description_td {
    width: 216px!important;
    max-width: 216px!important;
    min-width: 216px!important;
}
.spacer_pad{
    padding: 4px 10px!important;
}