﻿@import url('https://fonts.googleapis.com/css?family=Assistant:400,600,700');
body {
    font-style: normal;
    font-weight: 400;
    font-family: "Assistant", Helvetica, Arial, serif;
    margin: 0;
    padding: 0;
    background-color: #F5F6F8;
}
a {
    text-decoration: none;
}
/*body select {
    box-shadow: inset 0 1.5px 11px 0 rgba(139,143,164,0.25);
}*/
select {
    font-family: "Assistant", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    border-radius: 5px;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid rgba(200, 208, 215, 1.0);
}
select > option {
    padding: 8px !important;
    font-size: 14px;
    cursor: pointer;
}

    select > option:hover {
        background-color: darkgoldenrod !important;
        color: white;
    }
body input[type=button], input[type=submit], input[type=reset] {
    border-radius: 10px;
    box-shadow: inset 0 1.5px 11px 0 rgba(139,143,164,0.25);
    background-color: #2C308F;
    color: white;
    font-style: normal;
    font-weight: 600;
    font-family: "Assistant", Helvetica, Arial, serif;
}

input[type="image" i] {
    outline: none;
}

.lpnormal {
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    border: 1px solid none;
    background-color: white;
    height: 50px;
    box-shadow: 0 2px 11px 0 rgba(157,174,189,0.29);
}
.lpcompleted {
    padding: 0px 20px 0px 20px;
    border-radius: 5px;
    border: 1px solid #787AB7;
    background-color: #DCDDEB;
    height: 50px;
    box-shadow: 0 2px 11px 0 rgba(157,174,189,0.29);
}
.clsmodal {
    left: 16%;
    top: 50%;
    position: fixed;
    z-index: 100;
    margin-top: -310px;
}
.pacmodal {
    left: 7%;
    top: 40%;
    position: fixed;
    z-index: 100;
    margin-top: 0%;
    border-radius: 5px;
}
.clsmodalmimi {
    left: 32%;
    top: 60%;
    position: fixed;
    z-index: 100;
    margin-top: -310px;
}
.modalSpinner {
    margin-left: -5px;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 973px;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.modalSpinnerBeta {
    margin-left: -5px;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.modalSpinnerNew {
    margin-left: -10px;
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.modalSpinnerMini {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.centerSpinner {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    background-color: White;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.centerSpinner img {
    height: 128px;
    width: 128px;
}

.closeIcon {
    background-position: right top;
    background-image: url(../img/pclose.png);
    background-repeat: no-repeat;
    position: fixed;
    cursor: pointer;
    width: 17px;
    top: 1px;
    height: 17px;
    right: 10px;
}

.imgcloseIcon {
    cursor: pointer;
    height: 17px;
    width: 17px;
    transform: rotate(45deg);
}

.textarea {
    height: 100px;
    width: 98%;
    font-style: normal;
    font-weight: 400;
    font-family: "Assistant", Helvetica, Arial, serif;
}

td.hl {
    /*background-color: lightgoldenrodyellow;*/
    background-position: right 10px center;
    background-image: url(../img/collapse.png);
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: inset 0 1.5px 11px 0 rgba(139,143,164,0.5);
}

.pagecontain {
    width: 65%;
    vertical-align: top;
    padding-left: 5px;
}

#ctl00_upMenu {
    font-style: normal;
    font-size: 14.0px;
    text-align: left;
    line-height: 18.0px;
    color: rgba(134, 134, 134, 1.0);
    font-weight: 400;
    margin-top: -20px;
}

.tdLogo {
    padding: 0px 15px;
    background-color: black;
    height: 48px;
    width: 100%;
}

.tdMenu {
    padding: 0px 2px;
    height: 40px;
    background-image: url(../img/menuback5px.png);
}
.tdMenu1 {
    padding: 0px 30px;
    height: 40px;
    background-image: url(../img/menuback5px.png);
}

input::placeholder {
    font-weight: 400;
    color: rgba(102, 117, 130, 1.0) !important;
}

.h {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 770px) {
    .clsmodal {
        left: 1%;
    }

    #ICDMain {
        width: 730px !important;
    }
}
@media screen and (min-height: 320px) and (max-height: 620px) {
    .clsmodal {
        top: 54%;
    }
    #ICDMain {
        height: 575px !important;
    }
    .pacmodal {
        top: 20% !important;
        margin-top: 0%;
    }
}
@media screen and (min-height: 700px) and (max-height: 1080px) {
    .clsmodal {
        top: 45%;
    }

    #ICDMain {
        height: 625px !important;
    }
    .pacmodal {
        top: 24% !important;
        margin-top: 0%;
    }
}
@media screen and (min-width: 320px) and (max-width: 720px) {
    .pacmodal {
        top: 10% !important;
        margin-top: 0%;
    }
}
@media screen and (min-width: 721px) and (max-width: 1080px) {
    .pacmodal {
        top: 25%;
        margin-top: 0%;
    }
}
@media screen and (min-width: 1480px){
    .pacmodal {
        top: 25%;
        margin-top: 0%;
    }
}
.ui-autocomplete {
    text-align: left;
}

.uiBox {
    Border: 1px solid rgba(200, 208, 215, 1.0);
    border-radius: 5px;
    height: 24px;
}

input[type=checkbox] {
    Border: 1px solid rgba(200, 208, 215, 1.0);
    border-radius: 3px;
}
input {
    font-family: "Assistant", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid rgba(200, 208, 215, 1.0);
    line-height: 20px;
}

textarea {
    border-radius: 5px;
    border: 1px solid rgba(200, 208, 215, 1.0);
}

.fontData {
    font-style: normal;
    font-family: "Assistant", Helvetica, Arial, serif;
    font-size:14px
}
.InnerHeader {
    font-style: normal;
    font-family: "Assistant", Helvetica, Arial, serif;
    font-weight: bold;
    font-size: 20px;
    color: rgba(6, 30, 58, 1.0);
}
.closeIconNew {
    background-position: right top;
    background-repeat: no-repeat;
    position: fixed;
    cursor: pointer;
    width: 17px;
    font-size: 18px;
    top: 1px;
    height: 17px;
    right: 10px;
    z-index: 1000;
}
.btnNew {
    border-radius: 6px !important;
    background-color: rgba(44, 48, 143, 1.0) !important;
    font-family: "Assistant", Helvetica, Arial, serif !important;
    border: 1px solid #E6EAEE !important;
    word-break: break-word !important;
    outline: none !important;
    cursor: pointer !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 14px !important;
    color: azure !important;
    text-align: center !important;
    box-shadow: 0 2px 11px 0 rgba(157,174,189,0.29) !important;
}
.section_popup2 {
    overflow-y: scroll;
    /*height:655.9px;*/
}

    .section_popup2::-webkit-scrollbar-thumb {
        background-color: #0b2b4c;
        border-radius: 25px;
        border: 1px;
    }

    .section_popup2::-webkit-scrollbar {
        width: 10px;
        border-radius: 25px;
        border: 1px;
        padding-right: 10px;
        margin-right: 15px;
        height: 8px;
    }
.duplicatediv {
    width: 89%;
    /* margin-left: 17px; */
    border-radius: 12px;
    border: 2px solid rgba(200, 208, 215, 1.0);
    /* height: 57px; */
    padding-left: 11px;
}
.headerTable {
    border-radius: 20px;
}

.BShadow {
    box-shadow: 0 4px 20px 0 #CCD7E2, 0 7px 45px -5px #CCD7E2 !important;
    border-radius: 10px;
}

.bor {
    border: 1px solid #CCD7E2 !important;
}

.divduplicate2 {
    padding: 15px;
    width: 95% !important;
    background-color: white;
}

.header2 {
    font-weight: 600;
    font-size: 14.0px;
    color: rgba(6, 30, 58, 1.0);
    text-align: left;
    line-height: 18.0px;
}

.divduplicate3 {
    padding: 15px;
    width: 85% !important;
    background-color: white;
}

/* Track */
.scroll1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
.scroll1::-webkit-scrollbar-thumb {
    background: -webkit-linear-gradient(top, #E4DEAC 0%, #DBCE97 8%, #D1B673 30%, #C9A75F 40%, #C49B4C 50%);
    border-radius: 10px;
}

    /* Handle on hover */
    .scroll1::-webkit-scrollbar-thumb:hover {
        background: -webkit-linear-gradient(top, #E4DEAC 0%, #DBCE97 8%, #D1B673 30%, #C9A75F 40%, #C49B4C 50%);
    }

.scroll1::-webkit-scrollbar {
    width: 10px;
    border-radius: 25px;
    border: 1px;
    padding-right: 10px;
    margin-right: 15px;
    height: 8px;
}
.priceheaderclass {
    text-align: right !important;
}